Skip to content

Console Output

17:16:02 [2021-03-18T17:16:02.772Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42163/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42163/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=e31086320ea0305e2cc70490160ee30480471680 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:e31086320ea0305e2cc70490160ee30480471680 hack/validate/default
17:16:03 [2021-03-18T17:16:03.706Z] Congratulations!  All commits are properly signed with the DCO!
17:16:03 [2021-03-18T17:16:03.706Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
17:16:03 [2021-03-18T17:16:03.706Z] No api/types/ or api/swagger.yaml changes in diff.
17:16:03 [2021-03-18T17:16:03.706Z] Congratulations!  All TOML source files changed here have valid syntax.
17:16:03 [2021-03-18T17:16:03.706Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
17:16:03 [2021-03-18T17:16:03.706Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
17:16:03 [2021-03-18T17:16:03.706Z] Congratulations!  No new tests were added to integration-cli.
17:16:03 [2021-03-18T17:16:03.706Z] 
17:16:03 [2021-03-18T17:16:03.706Z] INFO Start validation with golang-ci-lint
17:16:03 [2021-03-18T17:16:03.965Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
17:16:03 [2021-03-18T17:16:03.965Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
17:16:03 [2021-03-18T17:16:03.965Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
17:18:10 [2021-03-18T17:18:10.430Z] INFO [loader] Go packages loading at mode 575 (types_sizes|deps|exports_file|imports|name|compiled_files|files) took 2m4.554703449s 
17:18:10 [2021-03-18T17:18:10.430Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 470.517407ms 
17:18:32 [2021-03-18T17:18:32.368Z] INFO [runner/unused/goanalysis] analyzers took 30.181220377s with top 10 stages: buildssa: 26.13573256s, U1000: 4.045487817s 
17:19:53 [2021-03-18T17:19:53.814Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m17.000345021s with top 10 stages: buildssa: 1m45.468589755s, goimports: 22.617031226s, unconvert: 13.599419373s, gosec: 10.597174348s, golint: 6.138387922s, misspell: 4.886723263s, ineffassign: 4.670269257s, vrp: 3.364555405s, inspect: 3.325200988s, printf: 1.960260748s 
17:19:53 [2021-03-18T17:19:53.814Z] INFO [runner] Issues before processing: 2266, after processing: 0 
17:19:53 [2021-03-18T17:19:53.814Z] INFO [runner] Processors filtering stat (out/in): skip_files: 1686/1686, identifier_marker: 1581/1581, exclude-rules: 64/1581, cgo: 1686/2266, nolint: 0/64, filename_unadjuster: 1686/1686, skip_dirs: 1686/1686, autogenerated_exclude: 1581/1686, path_prettifier: 1686/1686, exclude: 1581/1581 
17:19:53 [2021-03-18T17:19:53.814Z] INFO [runner] processing took 62.970017ms with stages: nolint: 25.234974ms, identifier_marker: 20.663759ms, path_prettifier: 7.784969ms, autogenerated_exclude: 4.110471ms, exclude-rules: 3.277743ms, skip_dirs: 1.614622ms, cgo: 181.484µs, filename_unadjuster: 96.921µs, max_same_issues: 1.224µs, uniq_by_line: 985ns, path_shortener: 545ns, diff: 495ns, exclude: 479ns, max_from_linter: 444ns, skip_files: 410ns, source_code: 261ns, max_per_file_from_linter: 231ns 
17:19:53 [2021-03-18T17:19:53.814Z] INFO [runner] linters took 1m44.388859815s with stages: goanalysis_metalinter: 1m23.278234179s, unused: 21.047476679s 
17:19:53 [2021-03-18T17:19:53.814Z] INFO File cache stats: 1453 entries of total size 6.8MiB 
17:19:53 [2021-03-18T17:19:53.814Z] INFO Memory: 1571 samples, avg is 784.8MB, max is 3971.0MB 
17:19:53 [2021-03-18T17:19:53.814Z] INFO Execution took 3m49.42320905s                
17:19:53 [2021-03-18T17:19:53.814Z] Congratulations! The shell scripts are properly formatted.