Skip to content

Console Output

08:03:31 [2021-11-11T08:03:31.590Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43004/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43004/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=70345301dc44b4139e88f1b65731c49b14ce84e1 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:70345301dc44b4139e88f1b65731c49b14ce84e1 hack/validate/default
08:03:32 [2021-11-11T08:03:32.519Z] Congratulations!  All commits are properly signed with the DCO!
08:03:33 [2021-11-11T08:03:33.887Z] Congratulations!  Seccomp profile generation is done correctly.
08:03:33 [2021-11-11T08:03:33.887Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
08:03:41 [2021-11-11T08:03:41.978Z] Congratulations!  The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
08:03:43 [2021-11-11T08:03:43.869Z] Congratulations!  All API changes are done the right way.
08:03:43 [2021-11-11T08:03:43.869Z] Congratulations!  All TOML source files changed here have valid syntax.
08:03:43 [2021-11-11T08:03:43.869Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
08:03:43 [2021-11-11T08:03:43.869Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
08:03:43 [2021-11-11T08:03:43.869Z] Congratulations!  No new tests were added to integration-cli.
08:03:43 [2021-11-11T08:03:43.869Z] 
08:03:43 [2021-11-11T08:03:43.869Z] INFO Start validation with golang-ci-lint
08:03:43 [2021-11-11T08:03:43.869Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
08:03:43 [2021-11-11T08:03:43.869Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
08:03:43 [2021-11-11T08:03:43.869Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
08:05:50 [2021-11-11T08:05:50.832Z] INFO [loader] Go packages loading at mode 575 (name|files|deps|exports_file|imports|types_sizes|compiled_files) took 2m6.586688038s 
08:05:50 [2021-11-11T08:05:50.832Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 426.844303ms 
08:06:12 [2021-11-11T08:06:12.725Z] INFO [runner/unused/goanalysis] analyzers took 24.638291659s with top 10 stages: buildssa: 21.368620835s, U1000: 3.269670824s 
08:07:34 [2021-11-11T08:07:34.128Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m1.776919339s with top 10 stages: buildssa: 1m37.169448114s, goimports: 20.214337373s, unconvert: 11.024837349s, gosec: 8.950826038s, golint: 5.174380173s, inspect: 4.362149239s, ineffassign: 4.083872911s, misspell: 3.788463778s, vrp: 3.037420157s, printf: 2.202077787s 
08:07:34 [2021-11-11T08:07:34.128Z] INFO [runner] Issues before processing: 2258, after processing: 0 
08:07:34 [2021-11-11T08:07:34.128Z] INFO [runner] Processors filtering stat (out/in): cgo: 1682/2258, autogenerated_exclude: 1577/1682, identifier_marker: 1577/1577, exclude-rules: 64/1577, filename_unadjuster: 1682/1682, path_prettifier: 1682/1682, skip_files: 1682/1682, skip_dirs: 1682/1682, exclude: 1577/1577, nolint: 0/64 
08:07:34 [2021-11-11T08:07:34.128Z] INFO [runner] processing took 91.337634ms with stages: nolint: 35.371028ms, identifier_marker: 29.67055ms, path_prettifier: 11.714174ms, autogenerated_exclude: 5.981091ms, exclude-rules: 5.21475ms, skip_dirs: 2.844047ms, cgo: 313.688µs, filename_unadjuster: 222.75µs, max_same_issues: 1.534µs, uniq_by_line: 791ns, exclude: 550ns, source_code: 490ns, path_shortener: 490ns, diff: 467ns, skip_files: 453ns, max_from_linter: 453ns, max_per_file_from_linter: 328ns 
08:07:34 [2021-11-11T08:07:34.128Z] INFO [runner] linters took 1m38.292685141s with stages: goanalysis_metalinter: 1m18.742752398s, unused: 19.457301591s 
08:07:34 [2021-11-11T08:07:34.128Z] INFO File cache stats: 1451 entries of total size 6.8MiB 
08:07:34 [2021-11-11T08:07:34.128Z] INFO Memory: 2254 samples, avg is 1499.2MB, max is 3768.5MB 
08:07:34 [2021-11-11T08:07:34.128Z] INFO Execution took 3m45.315900268s               
08:07:34 [2021-11-11T08:07:34.128Z] Congratulations! The shell scripts are properly formatted.