Skip to content

Console Output

09:22:55 [2022-01-20T09:22:55.039Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43167/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43167/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=ad21bcd94e956d64f4ca0539e0d077664fe5c780 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:ad21bcd94e956d64f4ca0539e0d077664fe5c780 hack/validate/default
09:22:55 [2022-01-20T09:22:55.600Z] Congratulations!  All commits are properly signed with the DCO!
09:22:56 [2022-01-20T09:22:56.529Z] Congratulations!  Seccomp profile generation is done correctly.
09:22:56 [2022-01-20T09:22:56.529Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
09:23:04 [2022-01-20T09:23:04.617Z] Congratulations!  The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
09:23:06 [2022-01-20T09:23:06.506Z] Congratulations!  All API changes are done the right way.
09:23:06 [2022-01-20T09:23:06.506Z] Congratulations!  All TOML source files changed here have valid syntax.
09:23:06 [2022-01-20T09:23:06.506Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
09:23:06 [2022-01-20T09:23:06.506Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
09:23:06 [2022-01-20T09:23:06.506Z] Congratulations!  No new tests were added to integration-cli.
09:23:06 [2022-01-20T09:23:06.506Z] 
09:23:06 [2022-01-20T09:23:06.506Z] INFO Start validation with golang-ci-lint
09:23:06 [2022-01-20T09:23:06.506Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
09:23:06 [2022-01-20T09:23:06.506Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
09:23:06 [2022-01-20T09:23:06.506Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
09:25:12 [2022-01-20T09:25:12.907Z] INFO [loader] Go packages loading at mode 575 (compiled_files|deps|exports_file|imports|files|name|types_sizes) took 2m6.644076041s 
09:25:13 [2022-01-20T09:25:13.469Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 420.773097ms 
09:26:34 [2022-01-20T09:26:34.853Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 2m56.578830296s with top 10 stages: buildssa: 1m35.523457063s, goimports: 19.632690142s, unconvert: 10.826760531s, gosec: 8.907421368s, golint: 5.828341265s, misspell: 4.010551823s, inspect: 3.555986625s, ineffassign: 3.457282748s, vrp: 2.837815558s, printf: 2.215489541s 
09:26:49 [2022-01-20T09:26:49.846Z] INFO [runner/unused/goanalysis] analyzers took 26.189654698s with top 10 stages: buildssa: 22.504877687s, U1000: 3.684777011s 
09:26:49 [2022-01-20T09:26:49.846Z] INFO [runner] Issues before processing: 2258, after processing: 0 
09:26:49 [2022-01-20T09:26:49.846Z] INFO [runner] Processors filtering stat (out/in): path_prettifier: 1682/1682, exclude: 1577/1577, cgo: 1682/2258, autogenerated_exclude: 1577/1682, identifier_marker: 1577/1577, filename_unadjuster: 1682/1682, skip_files: 1682/1682, skip_dirs: 1682/1682, exclude-rules: 64/1577, nolint: 0/64 
09:26:49 [2022-01-20T09:26:49.846Z] INFO [runner] processing took 111.837688ms with stages: nolint: 39.978684ms, identifier_marker: 35.101129ms, path_prettifier: 15.328252ms, autogenerated_exclude: 10.151455ms, exclude-rules: 5.582082ms, skip_dirs: 3.297506ms, cgo: 1.699952ms, filename_unadjuster: 693.241µs, max_same_issues: 1.487µs, uniq_by_line: 651ns, diff: 567ns, path_shortener: 519ns, source_code: 491ns, skip_files: 480ns, max_from_linter: 471ns, exclude: 419ns, max_per_file_from_linter: 302ns 
09:26:49 [2022-01-20T09:26:49.846Z] INFO [runner] linters took 1m35.060184779s with stages: goanalysis_metalinter: 1m15.64715951s, unused: 19.300980552s 
09:26:49 [2022-01-20T09:26:49.846Z] INFO File cache stats: 1451 entries of total size 6.8MiB 
09:26:49 [2022-01-20T09:26:49.846Z] INFO Memory: 2223 samples, avg is 438.0MB, max is 3496.1MB 
09:26:49 [2022-01-20T09:26:49.846Z] INFO Execution took 3m42.134768928s               
09:26:49 [2022-01-20T09:26:49.846Z] Congratulations! The shell scripts are properly formatted.