Skip to content

Console Output

12:51:51 [2020-09-14T12:51:51.057Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41447/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41447/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=41be7293f54f15dc04f024bf2b0f09e1a697208b -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:41be7293f54f15dc04f024bf2b0f09e1a697208b hack/validate/default
12:51:51 [2020-09-14T12:51:51.993Z] Congratulations!  All commits are properly signed with the DCO!
12:51:51 [2020-09-14T12:51:51.993Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
12:51:51 [2020-09-14T12:51:51.993Z] No api/types/ or api/swagger.yaml changes in diff.
12:51:51 [2020-09-14T12:51:51.993Z] Congratulations!  All TOML source files changed here have valid syntax.
12:51:51 [2020-09-14T12:51:51.993Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
12:51:51 [2020-09-14T12:51:51.993Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
12:51:51 [2020-09-14T12:51:51.993Z] Congratulations!  No new tests were added to integration-cli.
12:51:51 [2020-09-14T12:51:51.993Z] 
12:51:51 [2020-09-14T12:51:51.993Z] INFO Start validation with golang-ci-lint
12:51:52 [2020-09-14T12:51:52.252Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
12:51:52 [2020-09-14T12:51:52.252Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
12:51:52 [2020-09-14T12:51:52.252Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
12:53:58 [2020-09-14T12:53:58.796Z] INFO [loader] Go packages loading at mode 575 (name|types_sizes|compiled_files|imports|files|deps|exports_file) took 1m56.053077521s 
12:53:58 [2020-09-14T12:53:58.796Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 472.994965ms 
12:54:08 [2020-09-14T12:54:08.770Z] INFO [runner/unused/goanalysis] analyzers took 27.144725754s with top 10 stages: buildssa: 23.105845481s, U1000: 4.038880273s 
12:55:30 [2020-09-14T12:55:30.218Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m4.240459138s with top 10 stages: buildssa: 1m36.908368957s, goimports: 22.912070158s, unconvert: 12.451818096s, gosec: 9.43666665s, golint: 5.914681024s, misspell: 4.348120854s, ineffassign: 4.185542946s, vrp: 3.29138785s, inspect: 2.846769052s, printf: 1.935929091s 
12:55:30 [2020-09-14T12:55:30.218Z] INFO [runner] Issues before processing: 2299, after processing: 0 
12:55:30 [2020-09-14T12:55:30.218Z] INFO [runner] Processors filtering stat (out/in): cgo: 1690/2299, path_prettifier: 1690/1690, skip_files: 1690/1690, identifier_marker: 1585/1585, nolint: 0/64, filename_unadjuster: 1690/1690, skip_dirs: 1690/1690, autogenerated_exclude: 1585/1690, exclude: 1585/1585, exclude-rules: 64/1585 
12:55:30 [2020-09-14T12:55:30.218Z] INFO [runner] processing took 59.054488ms with stages: nolint: 26.314955ms, identifier_marker: 16.061042ms, path_prettifier: 7.734083ms, autogenerated_exclude: 3.759408ms, exclude-rules: 3.330316ms, skip_dirs: 1.584992ms, cgo: 176.602µs, filename_unadjuster: 88.655µs, max_same_issues: 1.191µs, uniq_by_line: 788ns, skip_files: 413ns, max_from_linter: 412ns, diff: 412ns, exclude: 365ns, source_code: 361ns, path_shortener: 250ns, max_per_file_from_linter: 243ns 
12:55:30 [2020-09-14T12:55:30.218Z] INFO [runner] linters took 1m37.283857547s with stages: goanalysis_metalinter: 1m17.874145584s, unused: 19.350484543s 
12:55:30 [2020-09-14T12:55:30.218Z] INFO File cache stats: 1443 entries of total size 6.8MiB 
12:55:30 [2020-09-14T12:55:30.218Z] INFO Memory: 1470 samples, avg is 763.9MB, max is 3774.6MB 
12:55:30 [2020-09-14T12:55:30.218Z] INFO Execution took 3m33.820563584s               
12:55:30 [2020-09-14T12:55:30.218Z] Congratulations! The shell scripts are properly formatted.