Skip to content

Console Output

09:01:07 [2022-03-17T09:01:07.437Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43360/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43360/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=c2a479f7275ea8255843605bac3007f9c9d5d086 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:c2a479f7275ea8255843605bac3007f9c9d5d086 hack/validate/default
09:01:08 [2022-03-17T09:01:08.005Z] Congratulations!  All commits are properly signed with the DCO!
09:01:08 [2022-03-17T09:01:08.942Z] Congratulations!  Seccomp profile generation is done correctly.
09:01:08 [2022-03-17T09:01:08.942Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
09:01:17 [2022-03-17T09:01:17.063Z] Congratulations!  The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
09:01:18 [2022-03-17T09:01:18.967Z] Congratulations!  All API changes are done the right way.
09:01:18 [2022-03-17T09:01:18.967Z] Congratulations!  All TOML source files changed here have valid syntax.
09:01:18 [2022-03-17T09:01:18.967Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
09:01:18 [2022-03-17T09:01:18.967Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
09:01:18 [2022-03-17T09:01:18.967Z] Congratulations!  No new tests were added to integration-cli.
09:01:18 [2022-03-17T09:01:18.967Z] 
09:01:18 [2022-03-17T09:01:18.967Z] INFO Start validation with golang-ci-lint
09:01:18 [2022-03-17T09:01:18.967Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
09:01:18 [2022-03-17T09:01:18.967Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
09:01:18 [2022-03-17T09:01:18.967Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
09:03:25 [2022-03-17T09:03:25.462Z] INFO [loader] Go packages loading at mode 575 (deps|exports_file|imports|types_sizes|compiled_files|files|name) took 2m2.75987772s 
09:03:25 [2022-03-17T09:03:25.462Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 420.211775ms 
09:04:46 [2022-03-17T09:04:46.907Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 2m57.123667759s with top 10 stages: buildssa: 1m33.596010671s, goimports: 19.884916564s, unconvert: 11.300811788s, gosec: 8.957591477s, golint: 5.44871191s, misspell: 4.110551236s, ineffassign: 3.75517143s, inspect: 3.686974971s, vrp: 2.684169398s, printf: 2.201783084s 
09:04:55 [2022-03-17T09:04:55.037Z] INFO [runner/unused/goanalysis] analyzers took 24.584330228s with top 10 stages: buildssa: 21.250223006s, U1000: 3.334107222s 
09:04:55 [2022-03-17T09:04:55.037Z] INFO [runner] Issues before processing: 2258, after processing: 0 
09:04:55 [2022-03-17T09:04:55.037Z] INFO [runner] Processors filtering stat (out/in): path_prettifier: 1682/1682, exclude: 1577/1577, cgo: 1682/2258, skip_files: 1682/1682, autogenerated_exclude: 1577/1682, skip_dirs: 1682/1682, identifier_marker: 1577/1577, exclude-rules: 64/1577, filename_unadjuster: 1682/1682, nolint: 0/64 
09:04:55 [2022-03-17T09:04:55.037Z] INFO [runner] processing took 119.394324ms with stages: nolint: 47.390648ms, identifier_marker: 34.084789ms, path_prettifier: 20.042294ms, autogenerated_exclude: 7.289927ms, exclude-rules: 5.752411ms, skip_dirs: 3.327037ms, cgo: 803.259µs, filename_unadjuster: 698.105µs, max_same_issues: 1.762µs, uniq_by_line: 936ns, diff: 716ns, max_from_linter: 627ns, source_code: 441ns, exclude: 414ns, path_shortener: 347ns, skip_files: 323ns, max_per_file_from_linter: 288ns 
09:04:55 [2022-03-17T09:04:55.037Z] INFO [runner] linters took 1m32.159667447s with stages: goanalysis_metalinter: 1m13.864854696s, unused: 18.173996677s 
09:04:55 [2022-03-17T09:04:55.037Z] INFO File cache stats: 1454 entries of total size 6.9MiB 
09:04:55 [2022-03-17T09:04:55.037Z] INFO Memory: 2155 samples, avg is 423.5MB, max is 3363.9MB 
09:04:55 [2022-03-17T09:04:55.037Z] INFO Execution took 3m35.349088583s               
09:04:55 [2022-03-17T09:04:55.037Z] Congratulations! The shell scripts are properly formatted.