Skip to content

Console Output

11:43:36 [2022-01-21T11:43:36.861Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43170/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43170/.git:/go/src/github.com/docker/docker/.git --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=b2bacc7eccdcd43f62b210bd9e2bb48cb397ec57 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:b2bacc7eccdcd43f62b210bd9e2bb48cb397ec57 hack/validate/default
11:43:37 [2022-01-21T11:43:37.423Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
11:43:37 [2022-01-21T11:43:37.423Z] No api/types/ or api/swagger.yaml changes in diff.
11:43:37 [2022-01-21T11:43:37.423Z] Congratulations!  All TOML source files changed here have valid syntax.
11:43:37 [2022-01-21T11:43:37.423Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
11:43:37 [2022-01-21T11:43:37.423Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
11:43:37 [2022-01-21T11:43:37.423Z] Congratulations!  No new tests were added to integration-cli.
11:43:37 [2022-01-21T11:43:37.423Z] 
11:43:37 [2022-01-21T11:43:37.423Z] INFO Start validation with golang-ci-lint
11:43:37 [2022-01-21T11:43:37.679Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
11:43:37 [2022-01-21T11:43:37.679Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
11:43:37 [2022-01-21T11:43:37.679Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
11:45:59 [2022-01-21T11:45:59.090Z] INFO [loader] Go packages loading at mode 575 (compiled_files|name|types_sizes|deps|exports_file|files|imports) took 2m18.300902471s 
11:45:59 [2022-01-21T11:45:59.090Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 487.230413ms 
11:46:20 [2022-01-21T11:46:20.985Z] INFO [runner/unused/goanalysis] analyzers took 29.604601323s with top 10 stages: buildssa: 25.291483704s, U1000: 4.313117619s 
11:47:42 [2022-01-21T11:47:42.496Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m6.742688952s with top 10 stages: buildssa: 1m35.944404413s, goimports: 20.91034052s, unconvert: 14.480770175s, gosec: 9.434766381s, golint: 5.884176922s, ineffassign: 4.776967527s, misspell: 4.709854448s, inspect: 3.617023866s, vrp: 2.664265709s, printf: 1.973721079s 
11:47:42 [2022-01-21T11:47:42.497Z] INFO [runner] Issues before processing: 2718, after processing: 0 
11:47:42 [2022-01-21T11:47:42.497Z] INFO [runner] Processors filtering stat (out/in): skip_dirs: 2137/2137, autogenerated_exclude: 1749/2137, identifier_marker: 1749/1749, exclude-rules: 64/1749, cgo: 2137/2718, filename_unadjuster: 2137/2137, skip_files: 2137/2137, exclude: 1749/1749, nolint: 0/64, path_prettifier: 2137/2137 
11:47:42 [2022-01-21T11:47:42.497Z] INFO [runner] processing took 101.510823ms with stages: nolint: 39.403655ms, identifier_marker: 34.744077ms, path_prettifier: 13.50997ms, autogenerated_exclude: 5.628122ms, exclude-rules: 4.990843ms, skip_dirs: 2.875948ms, cgo: 232.881µs, filename_unadjuster: 119.611µs, max_same_issues: 1.831µs, exclude: 1.047µs, uniq_by_line: 563ns, max_from_linter: 530ns, skip_files: 399ns, diff: 397ns, source_code: 334ns, max_per_file_from_linter: 316ns, path_shortener: 299ns 
11:47:42 [2022-01-21T11:47:42.497Z] INFO [runner] linters took 1m42.546551349s with stages: goanalysis_metalinter: 1m19.521127902s, unused: 22.923686616s 
11:47:42 [2022-01-21T11:47:42.497Z] INFO File cache stats: 1673 entries of total size 8.4MiB 
11:47:42 [2022-01-21T11:47:42.497Z] INFO Memory: 2415 samples, avg is 1918.8MB, max is 5232.8MB 
11:47:42 [2022-01-21T11:47:42.497Z] INFO Execution took 4m1.34630084s                 
11:47:42 [2022-01-21T11:47:42.497Z] Congratulations! The shell scripts are properly formatted.