Skip to content

Console Output

23:58:58 [2020-10-01T23:58:58.764Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39838/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-39838/.git:/go/src/github.com/docker/docker/.git --name docker-pr18 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=1958e8608e181fb00bbdb26957cf9683b045855e -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:1958e8608e181fb00bbdb26957cf9683b045855e hack/validate/default
23:58:59 [2020-10-01T23:58:59.702Z] Congratulations!  All commits are properly signed with the DCO!
23:58:59 [2020-10-01T23:58:59.702Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
23:58:59 [2020-10-01T23:58:59.702Z] No api/types/ or api/swagger.yaml changes in diff.
23:58:59 [2020-10-01T23:58:59.702Z] Congratulations!  All TOML source files changed here have valid syntax.
23:58:59 [2020-10-01T23:58:59.702Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
23:58:59 [2020-10-01T23:58:59.703Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
23:58:59 [2020-10-01T23:58:59.703Z] Congratulations!  No new tests were added to integration-cli.
23:58:59 [2020-10-01T23:58:59.703Z] 
23:58:59 [2020-10-01T23:58:59.703Z] INFO Start validation with golang-ci-lint
23:58:59 [2020-10-01T23:58:59.703Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
23:58:59 [2020-10-01T23:58:59.703Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
23:58:59 [2020-10-01T23:58:59.703Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
00:01:06 [2020-10-02T00:01:06.193Z] INFO [loader] Go packages loading at mode 575 (compiled_files|deps|exports_file|files|types_sizes|imports|name) took 1m58.734845437s 
00:01:06 [2020-10-02T00:01:06.193Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 668.891349ms 
00:02:27 [2020-10-02T00:02:27.711Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m4.217567326s with top 10 stages: buildssa: 1m36.680223103s, goimports: 21.328650483s, unconvert: 12.628434585s, gosec: 9.843898018s, golint: 5.69114968s, ineffassign: 4.272600948s, misspell: 3.978121762s, inspect: 3.875298296s, vrp: 2.878107351s, printf: 2.08724195s 
00:02:35 [2020-10-02T00:02:35.838Z] INFO [runner/unused/goanalysis] analyzers took 25.649021001s with top 10 stages: buildssa: 21.90151146s, U1000: 3.747509541s 
00:02:35 [2020-10-02T00:02:35.838Z] INFO [runner] Issues before processing: 2270, after processing: 0 
00:02:35 [2020-10-02T00:02:35.838Z] INFO [runner] Processors filtering stat (out/in): filename_unadjuster: 1690/1690, nolint: 0/64, cgo: 1690/2270, skip_files: 1690/1690, skip_dirs: 1690/1690, autogenerated_exclude: 1585/1690, identifier_marker: 1585/1585, exclude: 1585/1585, path_prettifier: 1690/1690, exclude-rules: 64/1585 
00:02:35 [2020-10-02T00:02:35.838Z] INFO [runner] processing took 58.78895ms with stages: nolint: 25.502129ms, identifier_marker: 16.673471ms, path_prettifier: 7.438672ms, autogenerated_exclude: 3.954135ms, exclude-rules: 3.353764ms, skip_dirs: 1.599534ms, cgo: 182.84µs, filename_unadjuster: 79.512µs, max_same_issues: 1.317µs, exclude: 675ns, uniq_by_line: 614ns, max_from_linter: 499ns, diff: 463ns, source_code: 421ns, skip_files: 387ns, path_shortener: 276ns, max_per_file_from_linter: 241ns 
00:02:35 [2020-10-02T00:02:35.838Z] INFO [runner] linters took 1m36.501570344s with stages: goanalysis_metalinter: 1m17.848212535s, unused: 18.59443399s 
00:02:35 [2020-10-02T00:02:35.838Z] INFO File cache stats: 1441 entries of total size 6.8MiB 
00:02:35 [2020-10-02T00:02:35.838Z] INFO Memory: 1623 samples, avg is 251.7MB, max is 3099.7MB 
00:02:35 [2020-10-02T00:02:35.838Z] INFO Execution took 3m35.922019243s               
00:02:35 [2020-10-02T00:02:35.838Z] Congratulations! The shell scripts are properly formatted.