Skip to content

Console Output

16:40:55 [2020-04-14T16:40:55.208Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39771/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-39771/.git:/go/src/github.com/docker/docker/.git --name docker-pr12 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=cdc39fa29c710c7b56aef827166f9e98bb7c20b8 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:cdc39fa29c710c7b56aef827166f9e98bb7c20b8 hack/validate/default
16:40:56 [2020-04-14T16:40:56.134Z] Congratulations!  All commits are properly signed with the DCO!
16:40:56 [2020-04-14T16:40:56.134Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
16:40:56 [2020-04-14T16:40:56.134Z] No api/types/ or api/swagger.yaml changes in diff.
16:40:56 [2020-04-14T16:40:56.134Z] Congratulations!  All TOML source files changed here have valid syntax.
16:40:56 [2020-04-14T16:40:56.134Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
16:40:56 [2020-04-14T16:40:56.134Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
16:40:56 [2020-04-14T16:40:56.134Z] Congratulations!  No new tests were added to integration-cli.
16:40:56 [2020-04-14T16:40:56.134Z] 
16:40:56 [2020-04-14T16:40:56.134Z] INFO Start validation with golang-ci-lint
16:40:56 [2020-04-14T16:40:56.134Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
16:40:56 [2020-04-14T16:40:56.134Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
16:40:56 [2020-04-14T16:40:56.134Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
16:43:02 [2020-04-14T16:43:02.497Z] INFO [loader] Go packages loading at mode 575 (compiled_files|files|imports|types_sizes|deps|exports_file|name) took 1m56.202168986s 
16:43:02 [2020-04-14T16:43:02.498Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 590.726994ms 
16:43:12 [2020-04-14T16:43:12.428Z] INFO [runner/unused/goanalysis] analyzers took 27.560415646s with top 10 stages: buildssa: 23.201561314s, U1000: 4.358854332s 
16:44:33 [2020-04-14T16:44:33.898Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m7.87325284s with top 10 stages: buildssa: 1m37.614488297s, goimports: 23.463349834s, unconvert: 13.140214454s, gosec: 11.105153816s, golint: 6.734436543s, ineffassign: 4.6757951s, misspell: 4.345659812s, vrp: 3.137344596s, inspect: 3.063621272s, ctrlflow: 1.764139269s 
16:44:33 [2020-04-14T16:44:33.898Z] INFO [runner] Issues before processing: 2295, after processing: 0 
16:44:33 [2020-04-14T16:44:33.898Z] INFO [runner] Processors filtering stat (out/in): filename_unadjuster: 1686/1686, exclude: 1581/1581, exclude-rules: 63/1581, skip_files: 1686/1686, skip_dirs: 1686/1686, nolint: 0/63, cgo: 1686/2295, autogenerated_exclude: 1581/1686, path_prettifier: 1686/1686, identifier_marker: 1581/1581 
16:44:33 [2020-04-14T16:44:33.898Z] INFO [runner] processing took 58.334779ms with stages: nolint: 25.230064ms, identifier_marker: 16.404296ms, path_prettifier: 7.592799ms, autogenerated_exclude: 3.660481ms, exclude-rules: 3.390693ms, skip_dirs: 1.627419ms, filename_unadjuster: 215.8µs, cgo: 207.418µs, max_same_issues: 1.894µs, uniq_by_line: 782ns, max_from_linter: 592ns, source_code: 581ns, diff: 484ns, max_per_file_from_linter: 456ns, skip_files: 373ns, path_shortener: 339ns, exclude: 308ns 
16:44:33 [2020-04-14T16:44:33.898Z] INFO [runner] linters took 1m38.249189959s with stages: goanalysis_metalinter: 1m18.748613134s, unused: 19.44184797s 
16:44:33 [2020-04-14T16:44:33.898Z] INFO File cache stats: 1447 entries of total size 6.8MiB 
16:44:33 [2020-04-14T16:44:33.898Z] INFO Memory: 1461 samples, avg is 798.0MB, max is 4177.2MB 
16:44:33 [2020-04-14T16:44:33.898Z] INFO Execution took 3m35.055569363s               
16:44:33 [2020-04-14T16:44:33.898Z] Congratulations! The shell scripts are properly formatted.