Skip to content

Console Output

22:26:32 [2021-08-18T22:26:32.113Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42755/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42755/.git:/go/src/github.com/docker/docker/.git --name docker-pr9 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=049c8ab29c645398cb20a6cd4f6c0336874cae5c -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:049c8ab29c645398cb20a6cd4f6c0336874cae5c hack/validate/default
22:26:33 [2021-08-18T22:26:33.054Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
22:26:33 [2021-08-18T22:26:33.054Z] No api/types/ or api/swagger.yaml changes in diff.
22:26:33 [2021-08-18T22:26:33.054Z] Congratulations!  All TOML source files changed here have valid syntax.
22:26:33 [2021-08-18T22:26:33.054Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
22:26:33 [2021-08-18T22:26:33.054Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
22:26:33 [2021-08-18T22:26:33.054Z] Congratulations!  No new tests were added to integration-cli.
22:26:33 [2021-08-18T22:26:33.054Z] 
22:26:33 [2021-08-18T22:26:33.054Z] INFO Start validation with golang-ci-lint
22:26:33 [2021-08-18T22:26:33.054Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
22:26:33 [2021-08-18T22:26:33.315Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
22:26:33 [2021-08-18T22:26:33.315Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
22:28:54 [2021-08-18T22:28:54.840Z] INFO [loader] Go packages loading at mode 575 (exports_file|imports|files|name|types_sizes|compiled_files|deps) took 2m14.084755613s 
22:28:54 [2021-08-18T22:28:54.840Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 541.046621ms 
22:29:12 [2021-08-18T22:29:12.954Z] INFO [runner/unused/goanalysis] analyzers took 32.304360428s with top 10 stages: buildssa: 27.655454895s, U1000: 4.648905533s 
22:30:49 [2021-08-18T22:30:49.446Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m32.867958408s with top 10 stages: buildssa: 1m46.228112633s, goimports: 23.915930457s, unconvert: 14.564191571s, gosec: 11.875297873s, golint: 7.96782695s, ineffassign: 5.82986134s, misspell: 5.700834224s, inspect: 4.112813572s, vrp: 3.310635698s, printf: 2.231723748s 
22:30:49 [2021-08-18T22:30:49.446Z] INFO [runner] Issues before processing: 2857, after processing: 0 
22:30:49 [2021-08-18T22:30:49.446Z] INFO [runner] Processors filtering stat (out/in): cgo: 2282/2857, exclude: 1893/1893, identifier_marker: 1893/1893, exclude-rules: 78/1893, filename_unadjuster: 2282/2282, path_prettifier: 2282/2282, skip_dirs: 2282/2282, autogenerated_exclude: 1893/2282, nolint: 0/78, skip_files: 2282/2282 
22:30:49 [2021-08-18T22:30:49.446Z] INFO [runner] processing took 113.579648ms with stages: nolint: 42.819342ms, identifier_marker: 33.858675ms, path_prettifier: 20.009068ms, autogenerated_exclude: 6.864155ms, exclude-rules: 6.388363ms, skip_dirs: 3.194866ms, cgo: 287.09µs, filename_unadjuster: 152.552µs, max_same_issues: 1.465µs, exclude: 707ns, diff: 574ns, max_from_linter: 563ns, uniq_by_line: 561ns, source_code: 531ns, skip_files: 511ns, path_shortener: 343ns, max_per_file_from_linter: 282ns 
22:30:49 [2021-08-18T22:30:49.446Z] INFO [runner] linters took 1m51.106196761s with stages: goanalysis_metalinter: 1m25.969343396s, unused: 25.023113197s 
22:30:49 [2021-08-18T22:30:49.446Z] INFO File cache stats: 1688 entries of total size 8.6MiB 
22:30:49 [2021-08-18T22:30:49.446Z] INFO Memory: 2459 samples, avg is 2073.0MB, max is 5243.9MB 
22:30:49 [2021-08-18T22:30:49.446Z] INFO Execution took 4m5.741841877s                
22:30:49 [2021-08-18T22:30:49.446Z] Congratulations! The shell scripts are properly formatted.