Skip to content

Console Output

22:16:20 [2021-08-23T22:16:20.662Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42770/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42770/.git:/go/src/github.com/docker/docker/.git --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=247f4796d21d98909974410ff27b61233776ae3a -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:247f4796d21d98909974410ff27b61233776ae3a hack/validate/default
22:16:22 [2021-08-23T22:16:22.026Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
22:16:23 [2021-08-23T22:16:23.916Z] Congratulations!  All API changes are done the right way.
22:16:23 [2021-08-23T22:16:23.916Z] Congratulations!  All TOML source files changed here have valid syntax.
22:16:23 [2021-08-23T22:16:23.916Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
22:16:23 [2021-08-23T22:16:23.916Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
22:16:23 [2021-08-23T22:16:23.916Z] Congratulations!  No new tests were added to integration-cli.
22:16:23 [2021-08-23T22:16:23.916Z] 
22:16:23 [2021-08-23T22:16:23.916Z] INFO Start validation with golang-ci-lint
22:16:24 [2021-08-23T22:16:24.173Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
22:16:24 [2021-08-23T22:16:24.173Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
22:16:24 [2021-08-23T22:16:24.173Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
22:18:45 [2021-08-23T22:18:45.645Z] INFO [loader] Go packages loading at mode 575 (name|compiled_files|imports|files|types_sizes|deps|exports_file) took 2m14.611727641s 
22:18:45 [2021-08-23T22:18:45.646Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 529.808327ms 
22:19:03 [2021-08-23T22:19:03.706Z] INFO [runner/unused/goanalysis] analyzers took 31.424525053s with top 10 stages: buildssa: 26.987796241s, U1000: 4.436728812s 
22:20:40 [2021-08-23T22:20:40.095Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m32.206462041s with top 10 stages: buildssa: 1m49.830489868s, goimports: 24.065382538s, unconvert: 14.226571471s, gosec: 11.029577549s, golint: 7.372217533s, ineffassign: 5.240426599s, misspell: 4.659059032s, inspect: 4.458532525s, vrp: 2.971818369s, fact_purity: 1.930408201s 
22:20:40 [2021-08-23T22:20:40.095Z] INFO [runner] Issues before processing: 2863, after processing: 0 
22:20:40 [2021-08-23T22:20:40.095Z] INFO [runner] Processors filtering stat (out/in): skip_dirs: 2282/2282, autogenerated_exclude: 1893/2282, identifier_marker: 1893/1893, cgo: 2282/2863, exclude: 1893/1893, nolint: 0/78, filename_unadjuster: 2282/2282, path_prettifier: 2282/2282, skip_files: 2282/2282, exclude-rules: 78/1893 
22:20:40 [2021-08-23T22:20:40.095Z] INFO [runner] processing took 163.993871ms with stages: nolint: 73.632868ms, identifier_marker: 57.004419ms, path_prettifier: 14.431301ms, autogenerated_exclude: 7.218934ms, exclude-rules: 6.915528ms, skip_dirs: 3.468861ms, cgo: 672.438µs, filename_unadjuster: 643.001µs, max_same_issues: 1.416µs, diff: 1.156µs, exclude: 964ns, uniq_by_line: 774ns, source_code: 512ns, max_from_linter: 512ns, path_shortener: 493ns, skip_files: 402ns, max_per_file_from_linter: 292ns 
22:20:40 [2021-08-23T22:20:40.095Z] INFO [runner] linters took 1m51.280431272s with stages: goanalysis_metalinter: 1m27.89833131s, unused: 23.216844628s 
22:20:40 [2021-08-23T22:20:40.095Z] INFO File cache stats: 1688 entries of total size 8.5MiB 
22:20:40 [2021-08-23T22:20:40.095Z] INFO Memory: 2464 samples, avg is 1707.6MB, max is 4237.8MB 
22:20:40 [2021-08-23T22:20:40.095Z] INFO Execution took 4m6.433392381s                
22:20:40 [2021-08-23T22:20:40.095Z] Congratulations! The shell scripts are properly formatted.