Skip to content

Console Output

11:19:57 [2020-11-25T11:19:57.295Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41708/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41708/.git:/go/src/github.com/docker/docker/.git --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a44898cb6f3ad6b55acaa4d16aeab451ee0f2196 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:a44898cb6f3ad6b55acaa4d16aeab451ee0f2196 hack/validate/default
11:19:59 [2020-11-25T11:19:59.198Z] Congratulations!  All commits are properly signed with the DCO!
11:19:59 [2020-11-25T11:19:59.198Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
11:19:59 [2020-11-25T11:19:59.198Z] No api/types/ or api/swagger.yaml changes in diff.
11:19:59 [2020-11-25T11:19:59.198Z] Congratulations!  All TOML source files changed here have valid syntax.
11:19:59 [2020-11-25T11:19:59.198Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
11:19:59 [2020-11-25T11:19:59.198Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
11:19:59 [2020-11-25T11:19:59.198Z] Congratulations!  No new tests were added to integration-cli.
11:19:59 [2020-11-25T11:19:59.198Z] 
11:19:59 [2020-11-25T11:19:59.198Z] INFO Start validation with golang-ci-lint
11:19:59 [2020-11-25T11:19:59.198Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
11:19:59 [2020-11-25T11:19:59.198Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
11:19:59 [2020-11-25T11:19:59.198Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
11:20:37 [2020-11-25T11:20:37.954Z] INFO [loader] Go packages loading at mode 575 (deps|exports_file|types_sizes|compiled_files|files|imports|name) took 36.899411389s 
11:20:37 [2020-11-25T11:20:37.954Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 174.928733ms 
11:20:44 [2020-11-25T11:20:44.536Z] INFO [runner/unused/goanalysis] analyzers took 29.109667298s with top 10 stages: buildssa: 23.960639705s, U1000: 5.149027593s 
11:21:11 [2020-11-25T11:21:11.101Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m23.86993749s with top 10 stages: buildssa: 1m29.431721717s, goimports: 15.761923225s, unconvert: 9.768307433s, gosec: 8.916428944s, golint: 6.556033002s, ineffassign: 4.847529584s, misspell: 4.845150438s, inspect: 4.550424639s, deadcode: 3.48173174s, isgenerated: 2.925113559s 
11:21:11 [2020-11-25T11:21:11.101Z] INFO [runner] Issues before processing: 2262, after processing: 0 
11:21:11 [2020-11-25T11:21:11.101Z] INFO [runner] Processors filtering stat (out/in): filename_unadjuster: 1682/1682, skip_files: 1682/1682, exclude: 1577/1577, cgo: 1682/2262, nolint: 0/64, path_prettifier: 1682/1682, skip_dirs: 1682/1682, identifier_marker: 1577/1577, autogenerated_exclude: 1577/1682, exclude-rules: 64/1577 
11:21:11 [2020-11-25T11:21:11.101Z] INFO [runner] processing took 57.50696ms with stages: nolint: 25.228519ms, identifier_marker: 15.993579ms, path_prettifier: 7.386612ms, autogenerated_exclude: 3.771583ms, exclude-rules: 3.246349ms, skip_dirs: 1.558528ms, cgo: 223.946µs, filename_unadjuster: 94.103µs, max_same_issues: 955ns, uniq_by_line: 553ns, skip_files: 485ns, max_from_linter: 358ns, exclude: 357ns, diff: 326ns, source_code: 317ns, path_shortener: 221ns, max_per_file_from_linter: 169ns 
11:21:11 [2020-11-25T11:21:11.101Z] INFO [runner] linters took 31.290090659s with stages: goanalysis_metalinter: 24.15332476s, unused: 7.079150774s 
11:21:11 [2020-11-25T11:21:11.101Z] INFO File cache stats: 1448 entries of total size 6.8MiB 
11:21:11 [2020-11-25T11:21:11.101Z] INFO Memory: 588 samples, avg is 1103.8MB, max is 3236.9MB 
11:21:11 [2020-11-25T11:21:11.101Z] INFO Execution took 1m8.371216043s                
11:21:11 [2020-11-25T11:21:11.101Z] Congratulations! The shell scripts are properly formatted.