Skip to content

Console Output

12:24:30 [2021-05-06T12:24:30.234Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42292/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42292/.git:/go/src/github.com/docker/docker/.git --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=c2c57ad30f20b7c78f43eef703c71ae23940e91d -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:c2c57ad30f20b7c78f43eef703c71ae23940e91d hack/validate/default
12:24:32 [2021-05-06T12:24:32.151Z] Congratulations!  All commits are properly signed with the DCO!
12:24:33 [2021-05-06T12:24:33.117Z] Congratulations!  Seccomp profile generation is done correctly.
12:24:33 [2021-05-06T12:24:33.117Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
12:24:43 [2021-05-06T12:24:43.108Z] Congratulations!  The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
12:24:43 [2021-05-06T12:24:43.108Z] Congratulations!  All API changes are done the right way.
12:24:43 [2021-05-06T12:24:43.108Z] Congratulations!  All TOML source files changed here have valid syntax.
12:24:43 [2021-05-06T12:24:43.108Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
12:24:43 [2021-05-06T12:24:43.108Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
12:24:43 [2021-05-06T12:24:43.108Z] Congratulations!  No new tests were added to integration-cli.
12:24:43 [2021-05-06T12:24:43.108Z] 
12:24:43 [2021-05-06T12:24:43.108Z] INFO Start validation with golang-ci-lint
12:24:43 [2021-05-06T12:24:43.369Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
12:24:43 [2021-05-06T12:24:43.369Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
12:24:43 [2021-05-06T12:24:43.369Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
12:26:49 [2021-05-06T12:26:49.852Z] INFO [loader] Go packages loading at mode 575 (deps|exports_file|files|name|types_sizes|compiled_files|imports) took 2m2.279474084s 
12:26:49 [2021-05-06T12:26:49.852Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 460.18512ms 
12:28:11 [2021-05-06T12:28:11.322Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m19.836034272s with top 10 stages: buildssa: 1m42.174680337s, goimports: 23.567861323s, unconvert: 12.522269339s, gosec: 10.617533444s, golint: 6.606483224s, ineffassign: 4.796447428s, misspell: 4.695186988s, inspect: 3.751904609s, vrp: 2.903868659s, ctrlflow: 2.062216411s 
12:28:26 [2021-05-06T12:28:26.219Z] INFO [runner/unused/goanalysis] analyzers took 27.216991471s with top 10 stages: buildssa: 23.147373719s, U1000: 4.069617752s 
12:28:26 [2021-05-06T12:28:26.219Z] INFO [runner] Issues before processing: 2262, after processing: 0 
12:28:26 [2021-05-06T12:28:26.219Z] INFO [runner] Processors filtering stat (out/in): cgo: 1682/2262, autogenerated_exclude: 1577/1682, filename_unadjuster: 1682/1682, identifier_marker: 1577/1577, skip_files: 1682/1682, skip_dirs: 1682/1682, exclude: 1577/1577, exclude-rules: 64/1577, path_prettifier: 1682/1682, nolint: 0/64 
12:28:26 [2021-05-06T12:28:26.219Z] INFO [runner] processing took 58.902159ms with stages: nolint: 24.793789ms, identifier_marker: 16.868382ms, path_prettifier: 7.930951ms, autogenerated_exclude: 4.138647ms, exclude-rules: 3.269232ms, skip_dirs: 1.597317ms, cgo: 200.502µs, filename_unadjuster: 98.801µs, max_same_issues: 1.543µs, uniq_by_line: 602ns, diff: 506ns, source_code: 389ns, skip_files: 377ns, max_from_linter: 359ns, exclude: 290ns, path_shortener: 243ns, max_per_file_from_linter: 229ns 
12:28:26 [2021-05-06T12:28:26.219Z] INFO [runner] linters took 1m39.208814752s with stages: goanalysis_metalinter: 1m20.009568454s, unused: 19.140213364s 
12:28:26 [2021-05-06T12:28:26.219Z] INFO File cache stats: 1451 entries of total size 6.8MiB 
12:28:26 [2021-05-06T12:28:26.219Z] INFO Memory: 1671 samples, avg is 259.0MB, max is 3365.4MB 
12:28:26 [2021-05-06T12:28:26.219Z] INFO Execution took 3m41.958037764s               
12:28:26 [2021-05-06T12:28:26.219Z] Congratulations! The shell scripts are properly formatted.