Skip to content

Console Output

21:30:43 [2020-06-09T21:30:43.880Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41085/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41085/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=56de0489fc7d5ec498ee5545d50b0e770a7ca339 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:56de0489fc7d5ec498ee5545d50b0e770a7ca339 hack/validate/default
21:30:44 [2020-06-09T21:30:44.443Z] Congratulations!  All commits are properly signed with the DCO!
21:30:44 [2020-06-09T21:30:44.701Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
21:30:44 [2020-06-09T21:30:44.701Z] No api/types/ or api/swagger.yaml changes in diff.
21:30:44 [2020-06-09T21:30:44.701Z] Congratulations!  All TOML source files changed here have valid syntax.
21:30:44 [2020-06-09T21:30:44.701Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
21:30:44 [2020-06-09T21:30:44.701Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
21:30:44 [2020-06-09T21:30:44.701Z] Congratulations!  No new tests were added to integration-cli.
21:30:44 [2020-06-09T21:30:44.701Z] 
21:30:44 [2020-06-09T21:30:44.701Z] INFO Start validation with golang-ci-lint
21:30:44 [2020-06-09T21:30:44.701Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
21:30:44 [2020-06-09T21:30:44.701Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
21:30:44 [2020-06-09T21:30:44.701Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
21:32:51 [2020-06-09T21:32:51.136Z] INFO [loader] Go packages loading at mode 575 (compiled_files|deps|exports_file|imports|files|name|types_sizes) took 1m56.149250818s 
21:32:51 [2020-06-09T21:32:51.136Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 473.33689ms 
21:33:01 [2020-06-09T21:33:01.096Z] INFO [runner/unused/goanalysis] analyzers took 27.755553682s with top 10 stages: buildssa: 23.285946266s, U1000: 4.469607416s 
21:34:22 [2020-06-09T21:34:22.508Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m9.713293329s with top 10 stages: buildssa: 1m37.52666114s, goimports: 23.763374707s, unconvert: 13.231049211s, gosec: 10.774625973s, golint: 6.240903298s, misspell: 4.554626524s, ineffassign: 4.514721344s, inspect: 3.467385533s, vrp: 3.118261705s, fact_purity: 1.854652919s 
21:34:22 [2020-06-09T21:34:22.508Z] INFO [runner] Issues before processing: 2302, after processing: 0 
21:34:22 [2020-06-09T21:34:22.508Z] INFO [runner] Processors filtering stat (out/in): filename_unadjuster: 1693/1693, nolint: 0/64, path_prettifier: 1693/1693, autogenerated_exclude: 1588/1693, identifier_marker: 1588/1588, exclude-rules: 64/1588, cgo: 1693/2302, skip_dirs: 1693/1693, skip_files: 1693/1693, exclude: 1588/1588 
21:34:22 [2020-06-09T21:34:22.508Z] INFO [runner] processing took 58.896967ms with stages: nolint: 25.777161ms, identifier_marker: 16.326998ms, path_prettifier: 7.440702ms, autogenerated_exclude: 3.905229ms, exclude-rules: 3.418191ms, skip_dirs: 1.640674ms, cgo: 297.065µs, filename_unadjuster: 85.328µs, max_same_issues: 1.947µs, max_from_linter: 830ns, uniq_by_line: 623ns, diff: 591ns, exclude: 473ns, skip_files: 369ns, source_code: 269ns, path_shortener: 269ns, max_per_file_from_linter: 248ns 
21:34:22 [2020-06-09T21:34:22.508Z] INFO [runner] linters took 1m40.537831391s with stages: goanalysis_metalinter: 1m20.815007518s, unused: 19.663799094s 
21:34:22 [2020-06-09T21:34:22.508Z] INFO File cache stats: 1443 entries of total size 6.8MiB 
21:34:22 [2020-06-09T21:34:22.508Z] INFO Memory: 1477 samples, avg is 800.7MB, max is 3974.5MB 
21:34:22 [2020-06-09T21:34:22.508Z] INFO Execution took 3m37.166245662s               
21:34:22 [2020-06-09T21:34:22.508Z] Congratulations! The shell scripts are properly formatted.