Skip to content

Console Output

10:38:47 [2020-04-17T10:38:47.916Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40826/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-40826/.git:/go/src/github.com/docker/docker/.git --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=0a1f9bc5501dc58aa1e161e20af36d4184f5a19e -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:0a1f9bc5501dc58aa1e161e20af36d4184f5a19e hack/validate/default
10:38:48 [2020-04-17T10:38:48.849Z] Congratulations!  All commits are properly signed with the DCO!
10:38:48 [2020-04-17T10:38:48.849Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
10:38:48 [2020-04-17T10:38:48.849Z] No api/types/ or api/swagger.yaml changes in diff.
10:38:48 [2020-04-17T10:38:48.849Z] Congratulations!  All TOML source files changed here have valid syntax.
10:38:48 [2020-04-17T10:38:48.849Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
10:38:48 [2020-04-17T10:38:48.849Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
10:38:48 [2020-04-17T10:38:48.849Z] Congratulations!  No new tests were added to integration-cli.
10:38:48 [2020-04-17T10:38:48.849Z] 
10:38:48 [2020-04-17T10:38:48.849Z] INFO Start validation with golang-ci-lint
10:38:49 [2020-04-17T10:38:49.106Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
10:38:49 [2020-04-17T10:38:49.106Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
10:38:49 [2020-04-17T10:38:49.106Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
10:40:55 [2020-04-17T10:40:55.580Z] INFO [loader] Go packages loading at mode 575 (compiled_files|types_sizes|deps|exports_file|files|imports|name) took 1m53.823012894s 
10:40:55 [2020-04-17T10:40:55.580Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 465.824406ms 
10:42:03 [2020-04-17T10:42:03.247Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m3.25585005s with top 10 stages: buildssa: 1m32.732016008s, goimports: 22.530554306s, unconvert: 12.617556821s, gosec: 10.161814036s, golint: 6.119115184s, inspect: 4.519661835s, misspell: 4.500221486s, ineffassign: 4.148567432s, vrp: 3.012878469s, ctrlflow: 1.899579743s 
10:42:18 [2020-04-17T10:42:18.107Z] INFO [runner/unused/goanalysis] analyzers took 25.78671485s with top 10 stages: buildssa: 21.591688925s, U1000: 4.195025925s 
10:42:18 [2020-04-17T10:42:18.107Z] INFO [runner] Issues before processing: 2295, after processing: 0 
10:42:18 [2020-04-17T10:42:18.108Z] INFO [runner] Processors filtering stat (out/in): exclude: 1581/1581, filename_unadjuster: 1686/1686, nolint: 0/63, cgo: 1686/2295, path_prettifier: 1686/1686, skip_files: 1686/1686, skip_dirs: 1686/1686, autogenerated_exclude: 1581/1686, identifier_marker: 1581/1581, exclude-rules: 63/1581 
10:42:18 [2020-04-17T10:42:18.108Z] INFO [runner] processing took 135.713394ms with stages: nolint: 53.751115ms, identifier_marker: 46.41013ms, path_prettifier: 18.668715ms, exclude-rules: 6.959031ms, autogenerated_exclude: 5.650122ms, skip_dirs: 3.216265ms, cgo: 600.214µs, filename_unadjuster: 451.584µs, max_same_issues: 1.963µs, uniq_by_line: 874ns, max_from_linter: 588ns, diff: 585ns, source_code: 555ns, exclude: 447ns, path_shortener: 433ns, skip_files: 431ns, max_per_file_from_linter: 342ns 
10:42:18 [2020-04-17T10:42:18.108Z] INFO [runner] linters took 1m32.968121915s with stages: goanalysis_metalinter: 1m15.145692646s, unused: 17.686460511s 
10:42:18 [2020-04-17T10:42:18.108Z] INFO File cache stats: 1448 entries of total size 6.8MiB 
10:42:18 [2020-04-17T10:42:18.671Z] INFO Memory: 1563 samples, avg is 250.2MB, max is 2966.7MB 
10:42:18 [2020-04-17T10:42:18.671Z] INFO Execution took 3m29.37536566s                
10:42:18 [2020-04-17T10:42:18.928Z] Congratulations! The shell scripts are properly formatted.