Skip to content

Console Output

23:15:50 [2021-08-16T23:15:50.646Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42676/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42676/.git:/go/src/github.com/docker/docker/.git --name docker-pr10 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=1c7ee91595f438040f7c10852ae2ccae96808b7d -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:1c7ee91595f438040f7c10852ae2ccae96808b7d hack/validate/default
23:15:52 [2021-08-16T23:15:52.054Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
23:15:52 [2021-08-16T23:15:52.054Z] No api/types/ or api/swagger.yaml changes in diff.
23:15:52 [2021-08-16T23:15:52.054Z] Congratulations!  All TOML source files changed here have valid syntax.
23:15:52 [2021-08-16T23:15:52.054Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
23:15:52 [2021-08-16T23:15:52.054Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
23:15:52 [2021-08-16T23:15:52.054Z] Congratulations!  No new tests were added to integration-cli.
23:15:52 [2021-08-16T23:15:52.054Z] 
23:15:52 [2021-08-16T23:15:52.054Z] INFO Start validation with golang-ci-lint
23:15:52 [2021-08-16T23:15:52.054Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
23:15:52 [2021-08-16T23:15:52.054Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
23:15:52 [2021-08-16T23:15:52.054Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
23:18:13 [2021-08-16T23:18:13.586Z] INFO [loader] Go packages loading at mode 575 (imports|name|types_sizes|compiled_files|exports_file|deps|files) took 2m14.547408901s 
23:18:13 [2021-08-16T23:18:13.586Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 533.722993ms 
23:18:35 [2021-08-16T23:18:35.591Z] INFO [runner/unused/goanalysis] analyzers took 34.108949733s with top 10 stages: buildssa: 29.570328182s, U1000: 4.538621551s 
23:20:12 [2021-08-16T23:20:12.081Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m26.43713006s with top 10 stages: buildssa: 1m44.520027348s, goimports: 23.561219518s, unconvert: 13.516764146s, gosec: 11.550777749s, golint: 7.403206445s, misspell: 4.874345376s, ineffassign: 4.790160251s, inspect: 4.641420072s, vrp: 3.385595992s, printf: 1.901947036s 
23:20:12 [2021-08-16T23:20:12.081Z] INFO [runner] Issues before processing: 2857, after processing: 0 
23:20:12 [2021-08-16T23:20:12.081Z] INFO [runner] Processors filtering stat (out/in): cgo: 2282/2857, identifier_marker: 1893/1893, exclude: 1893/1893, skip_files: 2282/2282, path_prettifier: 2282/2282, skip_dirs: 2282/2282, autogenerated_exclude: 1893/2282, filename_unadjuster: 2282/2282, exclude-rules: 78/1893, nolint: 0/78 
23:20:12 [2021-08-16T23:20:12.081Z] INFO [runner] processing took 124.242158ms with stages: nolint: 41.979779ms, identifier_marker: 34.064337ms, path_prettifier: 26.871768ms, autogenerated_exclude: 11.225953ms, exclude-rules: 6.434814ms, skip_dirs: 3.178173ms, cgo: 306.378µs, filename_unadjuster: 174.368µs, max_same_issues: 1.751µs, exclude: 1.054µs, uniq_by_line: 961ns, diff: 601ns, max_from_linter: 500ns, skip_files: 498ns, source_code: 498ns, path_shortener: 419ns, max_per_file_from_linter: 306ns 
23:20:12 [2021-08-16T23:20:12.081Z] INFO [runner] linters took 1m54.250975179s with stages: goanalysis_metalinter: 1m27.843313707s, unused: 26.283055127s 
23:20:12 [2021-08-16T23:20:12.081Z] INFO File cache stats: 1687 entries of total size 8.6MiB 
23:20:12 [2021-08-16T23:20:12.081Z] INFO Memory: 2495 samples, avg is 1956.9MB, max is 4842.0MB 
23:20:12 [2021-08-16T23:20:12.081Z] INFO Execution took 4m9.34648407s                 
23:20:12 [2021-08-16T23:20:12.081Z] Congratulations! The shell scripts are properly formatted.