Skip to content

Console Output

17:09:27 [2020-12-19T17:09:27.347Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41740/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41740/.git:/go/src/github.com/docker/docker/.git --name docker-pr31 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=1c5806cf57e008e6f3ef66e6c1c57c42bbd5d3aa -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:1c5806cf57e008e6f3ef66e6c1c57c42bbd5d3aa hack/validate/default
17:09:28 [2020-12-19T17:09:28.284Z] Congratulations!  All commits are properly signed with the DCO!
17:09:28 [2020-12-19T17:09:28.284Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
17:09:28 [2020-12-19T17:09:28.284Z] No api/types/ or api/swagger.yaml changes in diff.
17:09:28 [2020-12-19T17:09:28.284Z] Congratulations!  All TOML source files changed here have valid syntax.
17:09:28 [2020-12-19T17:09:28.284Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
17:09:28 [2020-12-19T17:09:28.284Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
17:09:28 [2020-12-19T17:09:28.284Z] Congratulations!  No new tests were added to integration-cli.
17:09:28 [2020-12-19T17:09:28.284Z] 
17:09:28 [2020-12-19T17:09:28.284Z] INFO Start validation with golang-ci-lint
17:09:28 [2020-12-19T17:09:28.284Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
17:09:28 [2020-12-19T17:09:28.284Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
17:09:28 [2020-12-19T17:09:28.284Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
17:11:34 [2020-12-19T17:11:34.767Z] INFO [loader] Go packages loading at mode 575 (files|name|compiled_files|deps|exports_file|types_sizes|imports) took 1m59.640026737s 
17:11:34 [2020-12-19T17:11:34.767Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 652.315743ms 
17:11:49 [2020-12-19T17:11:49.660Z] INFO [runner/unused/goanalysis] analyzers took 28.000438001s with top 10 stages: buildssa: 23.540611851s, U1000: 4.45982615s 
17:13:11 [2020-12-19T17:13:11.114Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m2.285664437s with top 10 stages: buildssa: 1m37.002461369s, goimports: 22.015377313s, unconvert: 11.193323026s, gosec: 9.74423789s, golint: 5.604503097s, ineffassign: 4.304573527s, misspell: 4.062704803s, vrp: 3.279796876s, inspect: 2.799296133s, printf: 1.92283552s 
17:13:11 [2020-12-19T17:13:11.114Z] INFO [runner] Issues before processing: 2263, after processing: 0 
17:13:11 [2020-12-19T17:13:11.114Z] INFO [runner] Processors filtering stat (out/in): exclude: 1578/1578, exclude-rules: 64/1578, path_prettifier: 1683/1683, skip_dirs: 1683/1683, autogenerated_exclude: 1578/1683, identifier_marker: 1578/1578, nolint: 0/64, filename_unadjuster: 1683/1683, cgo: 1683/2263, skip_files: 1683/1683 
17:13:11 [2020-12-19T17:13:11.114Z] INFO [runner] processing took 64.608211ms with stages: nolint: 30.44226ms, identifier_marker: 16.315937ms, path_prettifier: 8.355812ms, autogenerated_exclude: 4.090303ms, exclude-rules: 3.320447ms, skip_dirs: 1.655825ms, cgo: 306.571µs, filename_unadjuster: 115.612µs, max_same_issues: 1.45µs, uniq_by_line: 646ns, diff: 642ns, exclude: 614ns, max_from_linter: 596ns, source_code: 465ns, skip_files: 384ns, path_shortener: 371ns, max_per_file_from_linter: 276ns 
17:13:11 [2020-12-19T17:13:11.114Z] INFO [runner] linters took 1m39.789041408s with stages: goanalysis_metalinter: 1m19.715460291s, unused: 20.008187065s 
17:13:11 [2020-12-19T17:13:11.114Z] INFO File cache stats: 1449 entries of total size 6.8MiB 
17:13:11 [2020-12-19T17:13:11.114Z] INFO Memory: 1530 samples, avg is 684.9MB, max is 3237.6MB 
17:13:11 [2020-12-19T17:13:11.114Z] INFO Execution took 3m40.281947123s               
17:13:11 [2020-12-19T17:13:11.114Z] Congratulations! The shell scripts are properly formatted.