Skip to content

Console Output

09:22:18 [2021-02-19T09:22:18.401Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42049/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42049/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=da1a6721027c56d3e58805924dac67ce548af965 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:da1a6721027c56d3e58805924dac67ce548af965 hack/validate/default
09:22:19 [2021-02-19T09:22:19.342Z] Congratulations!  All commits are properly signed with the DCO!
09:22:19 [2021-02-19T09:22:19.913Z] Congratulations!  Seccomp profile generation is done correctly.
09:22:19 [2021-02-19T09:22:19.913Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
09:22:29 [2021-02-19T09:22:29.910Z] Congratulations!  The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
09:22:30 [2021-02-19T09:22:30.170Z] Congratulations!  All API changes are done the right way.
09:22:30 [2021-02-19T09:22:30.170Z] Congratulations!  All TOML source files changed here have valid syntax.
09:22:30 [2021-02-19T09:22:30.170Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
09:22:30 [2021-02-19T09:22:30.170Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
09:22:30 [2021-02-19T09:22:30.170Z] Congratulations!  No new tests were added to integration-cli.
09:22:30 [2021-02-19T09:22:30.170Z] 
09:22:30 [2021-02-19T09:22:30.170Z] INFO Start validation with golang-ci-lint
09:22:30 [2021-02-19T09:22:30.170Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
09:22:30 [2021-02-19T09:22:30.170Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
09:22:30 [2021-02-19T09:22:30.170Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
09:24:36 [2021-02-19T09:24:36.697Z] INFO [loader] Go packages loading at mode 575 (name|types_sizes|compiled_files|deps|imports|exports_file|files) took 2m4.497559234s 
09:24:36 [2021-02-19T09:24:36.697Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 460.98803ms 
09:24:58 [2021-02-19T09:24:58.658Z] INFO [runner/unused/goanalysis] analyzers took 30.649616718s with top 10 stages: buildssa: 26.245178961s, U1000: 4.404437757s 
09:26:20 [2021-02-19T09:26:20.138Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m19.163060182s with top 10 stages: buildssa: 1m45.041818735s, goimports: 22.842940693s, unconvert: 13.942115004s, gosec: 11.422206033s, golint: 6.420509599s, ineffassign: 4.551323273s, misspell: 3.905196624s, inspect: 3.509290751s, vrp: 3.044114972s, printf: 1.999208717s 
09:26:20 [2021-02-19T09:26:20.138Z] INFO [runner] Issues before processing: 2265, after processing: 0 
09:26:20 [2021-02-19T09:26:20.138Z] INFO [runner] Processors filtering stat (out/in): skip_files: 1685/1685, autogenerated_exclude: 1580/1685, cgo: 1685/2265, filename_unadjuster: 1685/1685, exclude-rules: 64/1580, identifier_marker: 1580/1580, exclude: 1580/1580, nolint: 0/64, path_prettifier: 1685/1685, skip_dirs: 1685/1685 
09:26:20 [2021-02-19T09:26:20.138Z] INFO [runner] processing took 123.395572ms with stages: nolint: 56.552989ms, identifier_marker: 37.045802ms, path_prettifier: 12.850318ms, exclude-rules: 6.357981ms, autogenerated_exclude: 6.30973ms, skip_dirs: 3.377404ms, cgo: 522.215µs, filename_unadjuster: 372.992µs, max_same_issues: 1.484µs, uniq_by_line: 1.042µs, diff: 681ns, exclude: 610ns, skip_files: 605ns, max_from_linter: 519ns, source_code: 481ns, path_shortener: 433ns, max_per_file_from_linter: 286ns 
09:26:20 [2021-02-19T09:26:20.138Z] INFO [runner] linters took 1m44.216446457s with stages: goanalysis_metalinter: 1m22.529201004s, unused: 21.56339428s 
09:26:20 [2021-02-19T09:26:20.138Z] INFO File cache stats: 1450 entries of total size 6.8MiB 
09:26:20 [2021-02-19T09:26:20.138Z] INFO Memory: 1578 samples, avg is 734.7MB, max is 3570.1MB 
09:26:20 [2021-02-19T09:26:20.138Z] INFO Execution took 3m49.249663395s               
09:26:20 [2021-02-19T09:26:20.138Z] Congratulations! The shell scripts are properly formatted.