Skip to content

Console Output

00:29:21 [2021-03-02T00:29:21.776Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42095/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42095/.git:/go/src/github.com/docker/docker/.git --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=483238083e6519bd0db9a43b95a338c565b862c2 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:483238083e6519bd0db9a43b95a338c565b862c2 hack/validate/default
00:29:22 [2021-03-02T00:29:22.713Z] Congratulations!  All commits are properly signed with the DCO!
00:29:22 [2021-03-02T00:29:22.713Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
00:29:22 [2021-03-02T00:29:22.713Z] No api/types/ or api/swagger.yaml changes in diff.
00:29:22 [2021-03-02T00:29:22.713Z] Congratulations!  All TOML source files changed here have valid syntax.
00:29:22 [2021-03-02T00:29:22.713Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
00:29:22 [2021-03-02T00:29:22.713Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
00:29:22 [2021-03-02T00:29:22.713Z] Congratulations!  No new tests were added to integration-cli.
00:29:22 [2021-03-02T00:29:22.713Z] 
00:29:22 [2021-03-02T00:29:22.713Z] INFO Start validation with golang-ci-lint
00:29:22 [2021-03-02T00:29:22.972Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
00:29:22 [2021-03-02T00:29:22.972Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
00:29:22 [2021-03-02T00:29:22.972Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
00:31:29 [2021-03-02T00:31:29.453Z] INFO [loader] Go packages loading at mode 575 (exports_file|imports|files|name|types_sizes|compiled_files|deps) took 2m2.546271954s 
00:31:29 [2021-03-02T00:31:29.453Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 646.5803ms 
00:32:50 [2021-03-02T00:32:50.899Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m11.486756936s with top 10 stages: buildssa: 1m42.360688188s, goimports: 22.982782387s, unconvert: 13.215952384s, gosec: 10.279345146s, golint: 6.10123834s, ineffassign: 4.509216337s, misspell: 4.360468316s, inspect: 4.03910622s, vrp: 3.096654334s, ctrlflow: 1.733726444s 
00:33:05 [2021-03-02T00:33:05.782Z] INFO [runner/unused/goanalysis] analyzers took 28.12732341s with top 10 stages: buildssa: 23.504541607s, U1000: 4.622781803s 
00:33:05 [2021-03-02T00:33:05.782Z] INFO [runner] Issues before processing: 2266, after processing: 0 
00:33:05 [2021-03-02T00:33:05.782Z] INFO [runner] Processors filtering stat (out/in): exclude: 1581/1581, filename_unadjuster: 1686/1686, skip_dirs: 1686/1686, identifier_marker: 1581/1581, cgo: 1686/2266, skip_files: 1686/1686, autogenerated_exclude: 1581/1686, nolint: 0/64, path_prettifier: 1686/1686, exclude-rules: 64/1581 
00:33:05 [2021-03-02T00:33:05.782Z] INFO [runner] processing took 125.649575ms with stages: nolint: 53.782803ms, identifier_marker: 39.849858ms, path_prettifier: 13.245611ms, autogenerated_exclude: 7.089006ms, exclude-rules: 6.412396ms, skip_dirs: 3.687183ms, cgo: 850.528µs, filename_unadjuster: 726.499µs, max_same_issues: 1.674µs, path_shortener: 713ns, uniq_by_line: 636ns, max_from_linter: 573ns, exclude: 513ns, diff: 507ns, source_code: 441ns, skip_files: 327ns, max_per_file_from_linter: 307ns 
00:33:05 [2021-03-02T00:33:05.782Z] INFO [runner] linters took 1m39.254626471s with stages: goanalysis_metalinter: 1m20.349375999s, unused: 18.778615049s 
00:33:05 [2021-03-02T00:33:05.782Z] INFO File cache stats: 1453 entries of total size 6.8MiB 
00:33:07 [2021-03-02T00:33:07.687Z] INFO Memory: 1679 samples, avg is 257.1MB, max is 3298.2MB 
00:33:07 [2021-03-02T00:33:07.687Z] INFO Execution took 3m44.493956153s               
00:33:07 [2021-03-02T00:33:07.687Z] Congratulations! The shell scripts are properly formatted.