Skip to content

Console Output

13:13:54 [2020-03-19T13:13:54.744Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40718/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-40718/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=ea44be4b8f783dfa86d3c272425d9d6d6f139bd2 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:ea44be4b8f783dfa86d3c272425d9d6d6f139bd2 hack/validate/default
13:13:55 [2020-03-19T13:13:55.666Z] Congratulations!  All commits are properly signed with the DCO!
13:13:55 [2020-03-19T13:13:55.666Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
13:13:55 [2020-03-19T13:13:55.666Z] No api/types/ or api/swagger.yaml changes in diff.
13:13:55 [2020-03-19T13:13:55.666Z] Congratulations!  All TOML source files changed here have valid syntax.
13:13:55 [2020-03-19T13:13:55.666Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
13:13:55 [2020-03-19T13:13:55.666Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
13:13:55 [2020-03-19T13:13:55.666Z] Congratulations!  No new tests were added to integration-cli.
13:13:55 [2020-03-19T13:13:55.666Z] 
13:13:55 [2020-03-19T13:13:55.666Z] INFO Start validation with golang-ci-lint
13:13:55 [2020-03-19T13:13:55.666Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
13:13:55 [2020-03-19T13:13:55.666Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
13:13:55 [2020-03-19T13:13:55.666Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
13:16:02 [2020-03-19T13:16:02.030Z] INFO [loader] Go packages loading at mode 575 (compiled_files|deps|exports_file|files|types_sizes|imports|name) took 1m54.230309199s 
13:16:02 [2020-03-19T13:16:02.030Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 463.072236ms 
13:16:10 [2020-03-19T13:16:10.100Z] INFO [runner/unused/goanalysis] analyzers took 26.364638377s with top 10 stages: buildssa: 22.573999631s, U1000: 3.790638746s 
13:17:31 [2020-03-19T13:17:31.448Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m7.990629108s with top 10 stages: buildssa: 1m35.835848524s, goimports: 22.368153024s, unconvert: 12.112319655s, gosec: 10.167413807s, golint: 5.934773812s, misspell: 3.987489922s, ineffassign: 3.889106925s, vrp: 3.433974179s, inspect: 3.154691234s, printf: 1.703038776s 
13:17:31 [2020-03-19T13:17:31.448Z] INFO [runner] Issues before processing: 2332, after processing: 0 
13:17:31 [2020-03-19T13:17:31.448Z] INFO [runner] Processors filtering stat (out/in): nolint: 0/63, skip_dirs: 1723/1723, autogenerated_exclude: 1618/1723, path_prettifier: 1723/1723, identifier_marker: 1618/1618, filename_unadjuster: 1723/1723, skip_files: 1723/1723, exclude: 1618/1618, exclude-rules: 63/1618, cgo: 1723/2332 
13:17:31 [2020-03-19T13:17:31.449Z] INFO [runner] processing took 59.244769ms with stages: nolint: 25.41411ms, identifier_marker: 16.885963ms, path_prettifier: 7.743085ms, autogenerated_exclude: 3.806014ms, exclude-rules: 3.481382ms, skip_dirs: 1.613974ms, cgo: 198.016µs, filename_unadjuster: 97.934µs, max_same_issues: 1.145µs, uniq_by_line: 785ns, diff: 457ns, max_from_linter: 416ns, skip_files: 335ns, exclude: 309ns, source_code: 308ns, path_shortener: 273ns, max_per_file_from_linter: 263ns 
13:17:31 [2020-03-19T13:17:31.449Z] INFO [runner] linters took 1m35.475357885s with stages: goanalysis_metalinter: 1m16.318601837s, unused: 19.097177054s 
13:17:31 [2020-03-19T13:17:31.449Z] INFO File cache stats: 1457 entries of total size 6.8MiB 
13:17:31 [2020-03-19T13:17:31.449Z] INFO Memory: 1459 samples, avg is 666.7MB, max is 3170.6MB 
13:17:31 [2020-03-19T13:17:31.449Z] INFO Execution took 3m30.176913699s               
13:17:31 [2020-03-19T13:17:31.449Z] Congratulations! The shell scripts are properly formatted.