Skip to content

Console Output

11:44:59 [2021-02-23T11:44:59.273Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42062/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42062/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=70fd5fff38c0b37cc580c5f3577e993dfe2b12b7 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_BRANCH=master docker:70fd5fff38c0b37cc580c5f3577e993dfe2b12b7 hack/validate/default
11:45:00 [2021-02-23T11:45:00.208Z] Congratulations!  All commits are properly signed with the DCO!
11:45:00 [2021-02-23T11:45:00.208Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
11:45:00 [2021-02-23T11:45:00.208Z] No api/types/ or api/swagger.yaml changes in diff.
11:45:00 [2021-02-23T11:45:00.208Z] Congratulations!  All TOML source files changed here have valid syntax.
11:45:00 [2021-02-23T11:45:00.208Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
11:45:00 [2021-02-23T11:45:00.208Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
11:45:00 [2021-02-23T11:45:00.208Z] Congratulations!  No new tests were added to integration-cli.
11:45:00 [2021-02-23T11:45:00.208Z] 
11:45:00 [2021-02-23T11:45:00.208Z] INFO Start validation with golang-ci-lint
11:45:00 [2021-02-23T11:45:00.208Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
11:45:00 [2021-02-23T11:45:00.208Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
11:45:00 [2021-02-23T11:45:00.208Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
11:47:06 [2021-02-23T11:47:06.724Z] INFO [loader] Go packages loading at mode 575 (exports_file|imports|compiled_files|deps|files|name|types_sizes) took 2m0.449707183s 
11:47:06 [2021-02-23T11:47:06.724Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 454.862182ms 
11:47:21 [2021-02-23T11:47:21.711Z] INFO [runner/unused/goanalysis] analyzers took 28.457036798s with top 10 stages: buildssa: 24.280327959s, U1000: 4.176708839s 
11:48:58 [2021-02-23T11:48:58.166Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m20.595973778s with top 10 stages: buildssa: 1m40.61813375s, goimports: 22.353848166s, unconvert: 14.826780699s, gosec: 11.9972081s, golint: 6.946400659s, ineffassign: 5.368538452s, misspell: 4.715915009s, vrp: 2.846937419s, inspect: 2.771512325s, deadcode: 2.169384223s 
11:48:58 [2021-02-23T11:48:58.166Z] INFO [runner] Issues before processing: 2266, after processing: 0 
11:48:58 [2021-02-23T11:48:58.166Z] INFO [runner] Processors filtering stat (out/in): skip_files: 1686/1686, skip_dirs: 1686/1686, autogenerated_exclude: 1581/1686, cgo: 1686/2266, exclude: 1581/1581, nolint: 0/64, filename_unadjuster: 1686/1686, path_prettifier: 1686/1686, identifier_marker: 1581/1581, exclude-rules: 64/1581 
11:48:58 [2021-02-23T11:48:58.166Z] INFO [runner] processing took 124.882836ms with stages: nolint: 50.207424ms, identifier_marker: 35.49412ms, path_prettifier: 21.675555ms, exclude-rules: 7.44093ms, autogenerated_exclude: 5.943985ms, skip_dirs: 3.141206ms, cgo: 511.716µs, filename_unadjuster: 462.061µs, max_same_issues: 1.812µs, uniq_by_line: 701ns, diff: 639ns, skip_files: 590ns, max_from_linter: 568ns, source_code: 493ns, exclude: 388ns, path_shortener: 348ns, max_per_file_from_linter: 300ns 
11:48:58 [2021-02-23T11:48:58.166Z] INFO [runner] linters took 1m42.541641205s with stages: goanalysis_metalinter: 1m21.99059668s, unused: 20.425125948s 
11:48:58 [2021-02-23T11:48:58.166Z] INFO File cache stats: 1452 entries of total size 6.8MiB 
11:48:58 [2021-02-23T11:48:58.166Z] INFO Memory: 1529 samples, avg is 866.7MB, max is 4374.3MB 
11:48:58 [2021-02-23T11:48:58.166Z] INFO Execution took 3m43.521928623s               
11:48:58 [2021-02-23T11:48:58.166Z] Congratulations! The shell scripts are properly formatted.