Skip to content

Console Output

20:19:29 [2020-10-29T20:19:29.572Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41100/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41100/.git:/go/src/github.com/docker/docker/.git --name docker-pr19 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=ad09053d585e30fcb8adf966d841d3e939311159 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:ad09053d585e30fcb8adf966d841d3e939311159 hack/validate/default
20:19:30 [2020-10-29T20:19:30.938Z] Congratulations!  All commits are properly signed with the DCO!
20:19:30 [2020-10-29T20:19:30.938Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
20:19:30 [2020-10-29T20:19:30.938Z] No api/types/ or api/swagger.yaml changes in diff.
20:19:30 [2020-10-29T20:19:30.938Z] Congratulations!  All TOML source files changed here have valid syntax.
20:19:30 [2020-10-29T20:19:30.938Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
20:19:30 [2020-10-29T20:19:30.938Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
20:19:30 [2020-10-29T20:19:30.938Z] Congratulations!  No new tests were added to integration-cli.
20:19:30 [2020-10-29T20:19:30.938Z] 
20:19:30 [2020-10-29T20:19:30.938Z] INFO Start validation with golang-ci-lint
20:19:30 [2020-10-29T20:19:30.938Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
20:19:30 [2020-10-29T20:19:30.938Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
20:19:30 [2020-10-29T20:19:30.938Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
20:21:37 [2020-10-29T20:21:37.360Z] INFO [loader] Go packages loading at mode 575 (types_sizes|compiled_files|exports_file|imports|deps|files|name) took 1m58.07565364s 
20:21:37 [2020-10-29T20:21:37.360Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 667.677338ms 
20:22:58 [2020-10-29T20:22:58.767Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m4.345609178s with top 10 stages: buildssa: 1m35.004188549s, goimports: 22.473961277s, unconvert: 12.935014567s, gosec: 10.178134642s, golint: 5.950036804s, ineffassign: 4.496123955s, misspell: 4.274053645s, inspect: 4.159570637s, vrp: 3.164540934s, printf: 2.025205123s 
20:23:04 [2020-10-29T20:23:04.020Z] INFO [runner/unused/goanalysis] analyzers took 24.952337016s with top 10 stages: buildssa: 21.209344509s, U1000: 3.742992507s 
20:23:04 [2020-10-29T20:23:04.020Z] INFO [runner] Issues before processing: 2266, after processing: 0 
20:23:04 [2020-10-29T20:23:04.020Z] INFO [runner] Processors filtering stat (out/in): exclude: 1581/1581, identifier_marker: 1581/1581, cgo: 1686/2266, skip_dirs: 1686/1686, skip_files: 1686/1686, autogenerated_exclude: 1581/1686, exclude-rules: 64/1581, nolint: 0/64, filename_unadjuster: 1686/1686, path_prettifier: 1686/1686 
20:23:04 [2020-10-29T20:23:04.020Z] INFO [runner] processing took 59.285473ms with stages: nolint: 25.173245ms, identifier_marker: 16.255762ms, path_prettifier: 8.334783ms, autogenerated_exclude: 4.185655ms, exclude-rules: 3.338505ms, skip_dirs: 1.633735ms, cgo: 207.184µs, filename_unadjuster: 152.448µs, max_same_issues: 1.168µs, uniq_by_line: 596ns, diff: 439ns, skip_files: 436ns, exclude: 364ns, source_code: 360ns, max_from_linter: 344ns, max_per_file_from_linter: 231ns, path_shortener: 218ns 
20:23:04 [2020-10-29T20:23:04.020Z] INFO [runner] linters took 1m33.954559625s with stages: goanalysis_metalinter: 1m15.976991473s, unused: 17.917941947s 
20:23:04 [2020-10-29T20:23:04.020Z] INFO File cache stats: 1445 entries of total size 6.8MiB 
20:23:04 [2020-10-29T20:23:04.020Z] INFO Memory: 1619 samples, avg is 248.6MB, max is 3033.7MB 
20:23:04 [2020-10-29T20:23:04.020Z] INFO Execution took 3m32.709395218s               
20:23:04 [2020-10-29T20:23:04.020Z] Congratulations! The shell scripts are properly formatted.