Skip to content

Console Output

08:51:56 [2021-03-25T08:51:56.450Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42141/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42141/.git:/go/src/github.com/docker/docker/.git --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a51c74aa0497aeda2ef10aa66fb61e51568a8ee6 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:a51c74aa0497aeda2ef10aa66fb61e51568a8ee6 hack/validate/default
08:51:58 [2021-03-25T08:51:58.383Z] Congratulations!  All commits are properly signed with the DCO!
08:51:59 [2021-03-25T08:51:59.324Z] Congratulations!  Seccomp profile generation is done correctly.
08:51:59 [2021-03-25T08:51:59.324Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
08:52:07 [2021-03-25T08:52:07.455Z] Congratulations!  The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
08:52:09 [2021-03-25T08:52:09.364Z] Congratulations!  All API changes are done the right way.
08:52:09 [2021-03-25T08:52:09.364Z] Congratulations!  All TOML source files changed here have valid syntax.
08:52:09 [2021-03-25T08:52:09.364Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
08:52:09 [2021-03-25T08:52:09.364Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
08:52:09 [2021-03-25T08:52:09.364Z] Congratulations!  No new tests were added to integration-cli.
08:52:09 [2021-03-25T08:52:09.364Z] 
08:52:09 [2021-03-25T08:52:09.364Z] INFO Start validation with golang-ci-lint
08:52:09 [2021-03-25T08:52:09.364Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
08:52:09 [2021-03-25T08:52:09.364Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
08:52:09 [2021-03-25T08:52:09.364Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
08:54:15 [2021-03-25T08:54:15.871Z] INFO [loader] Go packages loading at mode 575 (exports_file|name|types_sizes|compiled_files|deps|files|imports) took 1m59.156373792s 
08:54:15 [2021-03-25T08:54:15.871Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 461.981297ms 
08:54:30 [2021-03-25T08:54:30.791Z] INFO [runner/unused/goanalysis] analyzers took 29.511700441s with top 10 stages: buildssa: 25.115185669s, U1000: 4.396514772s 
08:55:52 [2021-03-25T08:55:52.258Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m7.514466008s with top 10 stages: buildssa: 1m42.815987967s, goimports: 22.33992269s, unconvert: 13.237622976s, gosec: 9.765089347s, golint: 5.70906901s, ineffassign: 4.094078279s, misspell: 4.037605246s, inspect: 3.830509428s, vrp: 2.667321248s, printf: 1.911453084s 
08:55:52 [2021-03-25T08:55:52.258Z] INFO [runner] Issues before processing: 2266, after processing: 0 
08:55:52 [2021-03-25T08:55:52.258Z] INFO [runner] Processors filtering stat (out/in): path_prettifier: 1686/1686, autogenerated_exclude: 1581/1686, filename_unadjuster: 1686/1686, exclude: 1581/1581, nolint: 0/64, skip_files: 1686/1686, skip_dirs: 1686/1686, identifier_marker: 1581/1581, exclude-rules: 64/1581, cgo: 1686/2266 
08:55:52 [2021-03-25T08:55:52.258Z] INFO [runner] processing took 59.381092ms with stages: nolint: 25.345717ms, identifier_marker: 16.31309ms, path_prettifier: 8.285962ms, autogenerated_exclude: 4.171335ms, exclude-rules: 3.281908ms, skip_dirs: 1.626209ms, cgo: 257.67µs, filename_unadjuster: 95.141µs, max_same_issues: 1.179µs, uniq_by_line: 622ns, skip_files: 546ns, diff: 378ns, exclude: 352ns, path_shortener: 271ns, max_from_linter: 264ns, source_code: 250ns, max_per_file_from_linter: 198ns 
08:55:52 [2021-03-25T08:55:52.258Z] INFO [runner] linters took 1m42.142874215s with stages: goanalysis_metalinter: 1m21.168943572s, unused: 20.914422482s 
08:55:52 [2021-03-25T08:55:52.258Z] INFO File cache stats: 1451 entries of total size 6.8MiB 
08:55:52 [2021-03-25T08:55:52.258Z] INFO Memory: 1517 samples, avg is 767.7MB, max is 3703.2MB 
08:55:52 [2021-03-25T08:55:52.258Z] INFO Execution took 3m41.770856681s               
08:55:52 [2021-03-25T08:55:52.258Z] Congratulations! The shell scripts are properly formatted.