Skip to content

Console Output

08:00:56 [2020-11-05T08:00:56.350Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41634/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41634/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=c6accc67f2e754a6f5a7e43eaddad9580a31cab3 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:c6accc67f2e754a6f5a7e43eaddad9580a31cab3 hack/validate/default
08:00:56 [2020-11-05T08:00:56.917Z] Congratulations!  All commits are properly signed with the DCO!
08:00:56 [2020-11-05T08:00:56.917Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
08:00:56 [2020-11-05T08:00:56.917Z] No api/types/ or api/swagger.yaml changes in diff.
08:00:56 [2020-11-05T08:00:56.917Z] Congratulations!  All TOML source files changed here have valid syntax.
08:00:56 [2020-11-05T08:00:56.917Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
08:00:56 [2020-11-05T08:00:56.917Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
08:00:56 [2020-11-05T08:00:56.917Z] Congratulations!  No new tests were added to integration-cli.
08:00:57 [2020-11-05T08:00:57.180Z] 
08:00:57 [2020-11-05T08:00:57.180Z] INFO Start validation with golang-ci-lint
08:00:57 [2020-11-05T08:00:57.180Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
08:00:57 [2020-11-05T08:00:57.180Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
08:00:57 [2020-11-05T08:00:57.180Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
08:03:03 [2020-11-05T08:03:03.722Z] INFO [loader] Go packages loading at mode 575 (imports|files|name|types_sizes|compiled_files|deps|exports_file) took 1m57.300738297s 
08:03:03 [2020-11-05T08:03:03.722Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 460.808355ms 
08:04:11 [2020-11-05T08:04:11.411Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m6.420625188s with top 10 stages: buildssa: 1m35.220771161s, goimports: 22.739637002s, unconvert: 11.714466878s, gosec: 10.829068136s, golint: 5.963038853s, ineffassign: 4.302680101s, misspell: 4.295993764s, inspect: 3.555238768s, vrp: 2.73457895s, printf: 2.183961275s 
08:04:33 [2020-11-05T08:04:33.431Z] INFO [runner/unused/goanalysis] analyzers took 26.064857457s with top 10 stages: buildssa: 21.877833823s, U1000: 4.187023634s 
08:04:33 [2020-11-05T08:04:33.431Z] INFO [runner] Issues before processing: 2259, after processing: 0 
08:04:33 [2020-11-05T08:04:33.431Z] INFO [runner] Processors filtering stat (out/in): filename_unadjuster: 1679/1679, path_prettifier: 1679/1679, identifier_marker: 1574/1574, cgo: 1679/2259, skip_files: 1679/1679, skip_dirs: 1679/1679, exclude: 1574/1574, exclude-rules: 64/1574, nolint: 0/64, autogenerated_exclude: 1574/1679 
08:04:33 [2020-11-05T08:04:33.431Z] INFO [runner] processing took 153.103591ms with stages: nolint: 63.270766ms, identifier_marker: 38.714936ms, skip_dirs: 22.569397ms, path_prettifier: 13.334509ms, autogenerated_exclude: 7.224129ms, exclude-rules: 6.364032ms, cgo: 893.692µs, filename_unadjuster: 725.442µs, max_same_issues: 2.162µs, diff: 786ns, uniq_by_line: 783ns, source_code: 706ns, max_from_linter: 609ns, path_shortener: 504ns, exclude: 455ns, skip_files: 369ns, max_per_file_from_linter: 314ns 
08:04:33 [2020-11-05T08:04:33.431Z] INFO [runner] linters took 1m35.598164739s with stages: goanalysis_metalinter: 1m16.522765302s, unused: 18.921933954s 
08:04:33 [2020-11-05T08:04:33.431Z] INFO File cache stats: 1442 entries of total size 6.8MiB 
08:04:33 [2020-11-05T08:04:33.431Z] INFO Memory: 1604 samples, avg is 244.5MB, max is 3163.8MB 
08:04:33 [2020-11-05T08:04:33.431Z] INFO Execution took 3m33.553467012s               
08:04:33 [2020-11-05T08:04:33.431Z] Congratulations! The shell scripts are properly formatted.