Skip to content

Console Output

15:59:17 [2022-01-03T15:59:17.592Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43115/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43115/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=cfd26afabe56baf80ce8f13330c58415975b66b9 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:cfd26afabe56baf80ce8f13330c58415975b66b9 hack/validate/default
15:59:18 [2022-01-03T15:59:18.958Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
15:59:18 [2022-01-03T15:59:18.958Z] No api/types/ or api/swagger.yaml changes in diff.
15:59:18 [2022-01-03T15:59:18.958Z] Congratulations!  All TOML source files changed here have valid syntax.
15:59:18 [2022-01-03T15:59:18.958Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
15:59:18 [2022-01-03T15:59:18.958Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
15:59:18 [2022-01-03T15:59:18.958Z] Congratulations!  No new tests were added to integration-cli.
15:59:18 [2022-01-03T15:59:18.958Z] 
15:59:18 [2022-01-03T15:59:18.958Z] INFO Start validation with golang-ci-lint
15:59:18 [2022-01-03T15:59:18.958Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
15:59:18 [2022-01-03T15:59:18.958Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
15:59:18 [2022-01-03T15:59:18.958Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
16:01:55 [2022-01-03T16:01:55.368Z] INFO [loader] Go packages loading at mode 575 (deps|exports_file|imports|compiled_files|files|name|types_sizes) took 2m22.433429633s 
16:01:55 [2022-01-03T16:01:55.368Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 507.825562ms 
16:02:05 [2022-01-03T16:02:05.316Z] INFO [runner/unused/goanalysis] analyzers took 27.847906149s with top 10 stages: buildssa: 23.721721049s, U1000: 4.1261851s 
16:03:26 [2022-01-03T16:03:26.700Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m9.613112513s with top 10 stages: buildssa: 1m37.136091766s, goimports: 21.937233606s, unconvert: 13.945348565s, gosec: 10.025024598s, golint: 6.907238755s, misspell: 5.318288955s, ineffassign: 5.063594972s, inspect: 3.512936901s, vrp: 2.52845981s, fact_purity: 1.682209005s 
16:03:26 [2022-01-03T16:03:26.700Z] INFO [runner] Issues before processing: 2745, after processing: 0 
16:03:26 [2022-01-03T16:03:26.700Z] INFO [runner] Processors filtering stat (out/in): skip_dirs: 2164/2164, filename_unadjuster: 2164/2164, path_prettifier: 2164/2164, autogenerated_exclude: 1776/2164, exclude-rules: 64/1776, skip_files: 2164/2164, identifier_marker: 1776/1776, nolint: 0/64, cgo: 2164/2745, exclude: 1776/1776 
16:03:26 [2022-01-03T16:03:26.700Z] INFO [runner] processing took 166.138664ms with stages: nolint: 67.08932ms, identifier_marker: 54.269646ms, path_prettifier: 14.628962ms, cgo: 12.499057ms, autogenerated_exclude: 9.051727ms, exclude-rules: 4.933278ms, skip_dirs: 3.234487ms, filename_unadjuster: 425.956µs, max_same_issues: 1.915µs, exclude: 822ns, skip_files: 813ns, uniq_by_line: 642ns, source_code: 502ns, path_shortener: 478ns, diff: 457ns, max_from_linter: 321ns, max_per_file_from_linter: 281ns 
16:03:26 [2022-01-03T16:03:26.700Z] INFO [runner] linters took 1m44.709450449s with stages: goanalysis_metalinter: 1m21.697386411s, unused: 22.845651298s 
16:03:26 [2022-01-03T16:03:26.700Z] INFO File cache stats: 1689 entries of total size 8.5MiB 
16:03:26 [2022-01-03T16:03:26.700Z] INFO Memory: 2478 samples, avg is 1989.6MB, max is 5475.7MB 
16:03:26 [2022-01-03T16:03:26.700Z] INFO Execution took 4m7.662179464s                
16:03:27 [2022-01-03T16:03:27.628Z] Congratulations! The shell scripts are properly formatted.