Skip to content

Console Output

14:08:54 [2022-01-21T14:08:54.575Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43174/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43174/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=08b544ec9d5fa26eac430978e35b8a315de957d6 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:08b544ec9d5fa26eac430978e35b8a315de957d6 hack/validate/default
14:08:55 [2022-01-21T14:08:55.140Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
14:08:55 [2022-01-21T14:08:55.140Z] No api/types/ or api/swagger.yaml changes in diff.
14:08:55 [2022-01-21T14:08:55.140Z] Congratulations!  All TOML source files changed here have valid syntax.
14:08:55 [2022-01-21T14:08:55.140Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
14:08:55 [2022-01-21T14:08:55.140Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
14:08:55 [2022-01-21T14:08:55.140Z] Congratulations!  No new tests were added to integration-cli.
14:08:55 [2022-01-21T14:08:55.140Z] 
14:08:55 [2022-01-21T14:08:55.140Z] INFO Start validation with golang-ci-lint
14:08:55 [2022-01-21T14:08:55.399Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
14:08:55 [2022-01-21T14:08:55.399Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
14:08:55 [2022-01-21T14:08:55.399Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
14:11:31 [2022-01-21T14:11:31.876Z] INFO [loader] Go packages loading at mode 575 (exports_file|files|imports|deps|name|types_sizes|compiled_files) took 2m21.694448004s 
14:11:31 [2022-01-21T14:11:31.876Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 496.862543ms 
14:11:39 [2022-01-21T14:11:39.985Z] INFO [runner/unused/goanalysis] analyzers took 26.371857192s with top 10 stages: buildssa: 22.498066701s, U1000: 3.873790491s 
14:13:01 [2022-01-21T14:13:01.405Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m5.774369007s with top 10 stages: buildssa: 1m34.271805981s, goimports: 21.157933885s, unconvert: 14.474878402s, gosec: 9.164510092s, golint: 5.643662795s, ineffassign: 4.334291485s, misspell: 4.015413332s, inspect: 3.324201028s, vrp: 3.1752162s, fact_purity: 1.795971331s 
14:13:01 [2022-01-21T14:13:01.406Z] INFO [runner] Issues before processing: 2718, after processing: 0 
14:13:01 [2022-01-21T14:13:01.406Z] INFO [runner] Processors filtering stat (out/in): skip_files: 2137/2137, autogenerated_exclude: 1749/2137, cgo: 2137/2718, exclude: 1749/1749, nolint: 0/64, exclude-rules: 64/1749, filename_unadjuster: 2137/2137, path_prettifier: 2137/2137, skip_dirs: 2137/2137, identifier_marker: 1749/1749 
14:13:01 [2022-01-21T14:13:01.406Z] INFO [runner] processing took 248.995171ms with stages: nolint: 90.26302ms, identifier_marker: 68.775278ms, path_prettifier: 36.815156ms, autogenerated_exclude: 25.177922ms, exclude-rules: 12.798484ms, filename_unadjuster: 7.99371ms, skip_dirs: 5.626903ms, cgo: 1.538301ms, max_same_issues: 2.096µs, exclude: 1.168µs, uniq_by_line: 600ns, source_code: 584ns, diff: 577ns, max_from_linter: 416ns, skip_files: 373ns, max_per_file_from_linter: 307ns, path_shortener: 276ns 
14:13:01 [2022-01-21T14:13:01.406Z] INFO [runner] linters took 1m43.57241897s with stages: goanalysis_metalinter: 1m21.943403232s, unused: 21.379775737s 
14:13:01 [2022-01-21T14:13:01.406Z] INFO File cache stats: 1673 entries of total size 8.4MiB 
14:13:01 [2022-01-21T14:13:01.406Z] INFO Memory: 2459 samples, avg is 2103.7MB, max is 5859.7MB 
14:13:01 [2022-01-21T14:13:01.406Z] INFO Execution took 4m5.77328797s                 
14:13:01 [2022-01-21T14:13:01.971Z] Congratulations! The shell scripts are properly formatted.