Skip to content

Console Output

19:24:21 [2022-04-27T19:24:21.823Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43433/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43433/.git:/go/src/github.com/docker/docker/.git --name docker-pr7 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=47b6a924b6475a093fe226e7bf5fa6a4f59bbe78 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:47b6a924b6475a093fe226e7bf5fa6a4f59bbe78 hack/validate/default
19:24:22 [2022-04-27T19:24:22.384Z] Congratulations!  All commits are properly signed with the DCO!
19:24:22 [2022-04-27T19:24:22.945Z] Congratulations!  Seccomp profile generation is done correctly.
19:24:22 [2022-04-27T19:24:22.945Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
19:24:29 [2022-04-27T19:24:29.476Z] Congratulations!  The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
19:24:31 [2022-04-27T19:24:31.363Z] Congratulations!  All API changes are done the right way.
19:24:31 [2022-04-27T19:24:31.363Z] Congratulations!  All TOML source files changed here have valid syntax.
19:24:31 [2022-04-27T19:24:31.363Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
19:24:31 [2022-04-27T19:24:31.363Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
19:24:31 [2022-04-27T19:24:31.363Z] Congratulations!  No new tests were added to integration-cli.
19:24:31 [2022-04-27T19:24:31.363Z] 
19:24:31 [2022-04-27T19:24:31.363Z] INFO Start validation with golang-ci-lint
19:24:31 [2022-04-27T19:24:31.363Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
19:24:31 [2022-04-27T19:24:31.363Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
19:24:31 [2022-04-27T19:24:31.363Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
19:25:10 [2022-04-27T19:25:10.035Z] INFO [loader] Go packages loading at mode 575 (imports|name|types_sizes|files|deps|exports_file|compiled_files) took 36.837093958s 
19:25:10 [2022-04-27T19:25:10.035Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 145.899051ms 
19:25:15 [2022-04-27T19:25:15.283Z] INFO [runner/unused/goanalysis] analyzers took 20.162282925s with top 10 stages: buildssa: 16.707189474s, U1000: 3.455093451s 
19:25:37 [2022-04-27T19:25:37.176Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m5.055917325s with top 10 stages: buildssa: 1m18.778233947s, goimports: 12.908839957s, unconvert: 7.537301111s, gosec: 6.955120892s, inspect: 5.182937333s, golint: 4.478869519s, misspell: 3.851659732s, ineffassign: 3.543973426s, fact_deprecated: 3.152036603s, printf: 2.842090341s 
19:25:37 [2022-04-27T19:25:37.176Z] INFO [runner] Issues before processing: 2258, after processing: 0 
19:25:37 [2022-04-27T19:25:37.176Z] INFO [runner] Processors filtering stat (out/in): exclude: 1577/1577, path_prettifier: 1682/1682, skip_files: 1682/1682, autogenerated_exclude: 1577/1682, filename_unadjuster: 1682/1682, skip_dirs: 1682/1682, identifier_marker: 1577/1577, exclude-rules: 64/1577, nolint: 0/64, cgo: 1682/2258 
19:25:37 [2022-04-27T19:25:37.176Z] INFO [runner] processing took 65.913989ms with stages: identifier_marker: 23.03146ms, nolint: 21.280418ms, path_prettifier: 11.094445ms, autogenerated_exclude: 4.784881ms, exclude-rules: 2.714666ms, skip_dirs: 2.374868ms, cgo: 358.556µs, filename_unadjuster: 271.269µs, max_same_issues: 1.141µs, uniq_by_line: 406ns, max_from_linter: 359ns, exclude: 280ns, skip_files: 271ns, source_code: 259ns, diff: 255ns, max_per_file_from_linter: 245ns, path_shortener: 210ns 
19:25:37 [2022-04-27T19:25:37.176Z] INFO [runner] linters took 28.592216351s with stages: goanalysis_metalinter: 22.5271018s, unused: 5.999096947s 
19:25:37 [2022-04-27T19:25:37.176Z] INFO File cache stats: 1455 entries of total size 6.9MiB 
19:25:37 [2022-04-27T19:25:37.176Z] INFO Memory: 635 samples, avg is 1214.0MB, max is 3243.8MB 
19:25:37 [2022-04-27T19:25:37.176Z] INFO Execution took 1m5.583118408s                
19:25:37 [2022-04-27T19:25:37.176Z] Congratulations! The shell scripts are properly formatted.