Skip to content

Console Output

12:45:12 [2021-09-23T12:45:12.590Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42875/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42875/.git:/go/src/github.com/docker/docker/.git --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=5730c139f71679e15b96fbb71ca54dd64ec4ff3b -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:5730c139f71679e15b96fbb71ca54dd64ec4ff3b hack/validate/default
12:45:13 [2021-09-23T12:45:13.527Z] Congratulations!  All commits are properly signed with the DCO!
12:45:14 [2021-09-23T12:45:14.095Z] Congratulations!  Seccomp profile generation is done correctly.
12:45:14 [2021-09-23T12:45:14.095Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
12:45:22 [2021-09-23T12:45:22.214Z] Congratulations!  The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
12:45:24 [2021-09-23T12:45:24.117Z] Congratulations!  All API changes are done the right way.
12:45:24 [2021-09-23T12:45:24.118Z] Congratulations!  All TOML source files changed here have valid syntax.
12:45:24 [2021-09-23T12:45:24.118Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
12:45:24 [2021-09-23T12:45:24.118Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
12:45:24 [2021-09-23T12:45:24.118Z] Congratulations!  No new tests were added to integration-cli.
12:45:24 [2021-09-23T12:45:24.118Z] 
12:45:24 [2021-09-23T12:45:24.118Z] INFO Start validation with golang-ci-lint
12:45:24 [2021-09-23T12:45:24.118Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
12:45:24 [2021-09-23T12:45:24.118Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
12:45:24 [2021-09-23T12:45:24.118Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
12:47:45 [2021-09-23T12:47:45.625Z] INFO [loader] Go packages loading at mode 575 (files|imports|name|types_sizes|compiled_files|deps|exports_file) took 2m8.959460186s 
12:47:45 [2021-09-23T12:47:45.625Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 424.617266ms 
12:47:53 [2021-09-23T12:47:53.750Z] INFO [runner/unused/goanalysis] analyzers took 24.395772977s with top 10 stages: buildssa: 20.82106221s, U1000: 3.574710767s 
12:49:15 [2021-09-23T12:49:15.205Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m2.807641934s with top 10 stages: buildssa: 1m39.776008169s, goimports: 19.439880842s, unconvert: 11.281895555s, gosec: 9.015800787s, golint: 5.329116091s, inspect: 4.621492695s, ineffassign: 4.119173298s, misspell: 3.67526104s, vrp: 2.503924872s, fact_purity: 1.915592893s 
12:49:15 [2021-09-23T12:49:15.205Z] INFO [runner] Issues before processing: 2258, after processing: 0 
12:49:15 [2021-09-23T12:49:15.205Z] INFO [runner] Processors filtering stat (out/in): cgo: 1682/2258, path_prettifier: 1682/1682, skip_dirs: 1682/1682, autogenerated_exclude: 1577/1682, skip_files: 1682/1682, identifier_marker: 1577/1577, exclude-rules: 64/1577, filename_unadjuster: 1682/1682, exclude: 1577/1577, nolint: 0/64 
12:49:15 [2021-09-23T12:49:15.205Z] INFO [runner] processing took 195.336497ms with stages: nolint: 69.613556ms, identifier_marker: 59.665528ms, autogenerated_exclude: 37.334029ms, path_prettifier: 16.613071ms, exclude-rules: 8.06904ms, skip_dirs: 3.003653ms, cgo: 600.581µs, filename_unadjuster: 430.697µs, max_same_issues: 1.593µs, uniq_by_line: 790ns, exclude: 762ns, source_code: 654ns, skip_files: 608ns, max_from_linter: 589ns, diff: 564ns, path_shortener: 456ns, max_per_file_from_linter: 326ns 
12:49:15 [2021-09-23T12:49:15.205Z] INFO [runner] linters took 1m40.607521447s with stages: goanalysis_metalinter: 1m21.235830699s, unused: 19.175811975s 
12:49:15 [2021-09-23T12:49:15.205Z] INFO File cache stats: 1451 entries of total size 6.8MiB 
12:49:15 [2021-09-23T12:49:15.205Z] INFO Memory: 2301 samples, avg is 1668.3MB, max is 4302.2MB 
12:49:15 [2021-09-23T12:49:15.205Z] INFO Execution took 3m50.009063062s               
12:49:15 [2021-09-23T12:49:15.205Z] Congratulations! The shell scripts are properly formatted.