Skip to content

Console Output

12:13:18 [2020-05-06T12:13:18.630Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40915/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-40915/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=d84ed625a796fda8afc9e2b7c10f67592b29ac18 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:d84ed625a796fda8afc9e2b7c10f67592b29ac18 hack/validate/default
12:13:19 [2020-05-06T12:13:19.563Z] Congratulations!  All commits are properly signed with the DCO!
12:13:19 [2020-05-06T12:13:19.563Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
12:13:19 [2020-05-06T12:13:19.563Z] No api/types/ or api/swagger.yaml changes in diff.
12:13:19 [2020-05-06T12:13:19.563Z] Congratulations!  All TOML source files changed here have valid syntax.
12:13:19 [2020-05-06T12:13:19.563Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
12:13:19 [2020-05-06T12:13:19.563Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
12:13:19 [2020-05-06T12:13:19.563Z] Congratulations!  No new tests were added to integration-cli.
12:13:19 [2020-05-06T12:13:19.563Z] 
12:13:19 [2020-05-06T12:13:19.563Z] INFO Start validation with golang-ci-lint
12:13:19 [2020-05-06T12:13:19.563Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
12:13:19 [2020-05-06T12:13:19.563Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
12:13:19 [2020-05-06T12:13:19.563Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
12:15:26 [2020-05-06T12:15:26.007Z] INFO [loader] Go packages loading at mode 575 (deps|files|name|compiled_files|imports|types_sizes|exports_file) took 2m5.254983323s 
12:15:26 [2020-05-06T12:15:26.007Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 585.896037ms 
12:15:47 [2020-05-06T12:15:47.936Z] INFO [runner/unused/goanalysis] analyzers took 29.694299326s with top 10 stages: buildssa: 25.236016388s, U1000: 4.458282938s 
12:17:24 [2020-05-06T12:17:24.360Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m31.783111608s with top 10 stages: buildssa: 1m47.211512912s, goimports: 24.814596129s, unconvert: 13.821101213s, gosec: 11.542945294s, golint: 6.660267139s, misspell: 5.032175838s, ineffassign: 4.614096697s, inspect: 3.951432694s, vrp: 3.919950742s, printf: 2.238266002s 
12:17:24 [2020-05-06T12:17:24.360Z] INFO [runner] Issues before processing: 2298, after processing: 0 
12:17:24 [2020-05-06T12:17:24.360Z] INFO [runner] Processors filtering stat (out/in): cgo: 1689/2298, filename_unadjuster: 1689/1689, exclude-rules: 63/1584, path_prettifier: 1689/1689, autogenerated_exclude: 1584/1689, identifier_marker: 1584/1584, exclude: 1584/1584, nolint: 0/63, skip_files: 1689/1689, skip_dirs: 1689/1689 
12:17:24 [2020-05-06T12:17:24.360Z] INFO [runner] processing took 58.365544ms with stages: nolint: 25.323079ms, identifier_marker: 16.511908ms, path_prettifier: 7.536792ms, autogenerated_exclude: 3.562295ms, exclude-rules: 3.454707ms, skip_dirs: 1.633735ms, cgo: 231.464µs, filename_unadjuster: 107.525µs, max_same_issues: 1.083µs, uniq_by_line: 515ns, path_shortener: 498ns, max_from_linter: 364ns, exclude: 362ns, source_code: 340ns, skip_files: 336ns, diff: 332ns, max_per_file_from_linter: 209ns 
12:17:24 [2020-05-06T12:17:24.360Z] INFO [runner] linters took 1m47.124413347s with stages: goanalysis_metalinter: 1m25.525283487s, unused: 21.539741801s 
12:17:24 [2020-05-06T12:17:24.360Z] INFO File cache stats: 1442 entries of total size 6.8MiB 
12:17:24 [2020-05-06T12:17:24.360Z] INFO Memory: 1579 samples, avg is 693.8MB, max is 3505.1MB 
12:17:24 [2020-05-06T12:17:24.360Z] INFO Execution took 3m52.971091633s               
12:17:24 [2020-05-06T12:17:24.360Z] Congratulations! The shell scripts are properly formatted.