Skip to content

Console Output

16:20:33 [2021-06-10T16:20:33.008Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42472/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42472/.git:/go/src/github.com/docker/docker/.git --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=9a030953586a4cff563f14daf0de7f685944cf80 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:9a030953586a4cff563f14daf0de7f685944cf80 hack/validate/default
16:20:34 [2021-06-10T16:20:34.394Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
16:20:34 [2021-06-10T16:20:34.394Z] No api/types/ or api/swagger.yaml changes in diff.
16:20:34 [2021-06-10T16:20:34.394Z] Congratulations!  All TOML source files changed here have valid syntax.
16:20:34 [2021-06-10T16:20:34.394Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
16:20:34 [2021-06-10T16:20:34.394Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
16:20:34 [2021-06-10T16:20:34.394Z] Congratulations!  No new tests were added to integration-cli.
16:20:34 [2021-06-10T16:20:34.394Z] 
16:20:34 [2021-06-10T16:20:34.394Z] INFO Start validation with golang-ci-lint
16:20:34 [2021-06-10T16:20:34.394Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
16:20:34 [2021-06-10T16:20:34.394Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
16:20:34 [2021-06-10T16:20:34.394Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
16:22:55 [2021-06-10T16:22:55.928Z] INFO [loader] Go packages loading at mode 575 (name|types_sizes|compiled_files|deps|exports_file|files|imports) took 2m8.157957264s 
16:22:55 [2021-06-10T16:22:55.928Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 579.825587ms 
16:24:17 [2021-06-10T16:24:17.411Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m43.597773488s with top 10 stages: buildssa: 1m48.314303837s, goimports: 27.431000563s, unconvert: 14.723516866s, gosec: 14.146669798s, golint: 7.71087672s, ineffassign: 6.124298006s, misspell: 5.314412339s, vrp: 4.161453969s, inspect: 4.115088581s, ctrlflow: 2.096272368s 
16:24:35 [2021-06-10T16:24:35.523Z] INFO [runner/unused/goanalysis] analyzers took 36.067397015s with top 10 stages: buildssa: 30.883310682s, U1000: 5.184086333s 
16:24:35 [2021-06-10T16:24:35.523Z] INFO [runner] Issues before processing: 2889, after processing: 0 
16:24:35 [2021-06-10T16:24:35.524Z] INFO [runner] Processors filtering stat (out/in): autogenerated_exclude: 1922/2310, exclude-rules: 79/1922, nolint: 0/79, path_prettifier: 2310/2310, skip_files: 2310/2310, identifier_marker: 1922/1922, skip_dirs: 2310/2310, cgo: 2310/2889, filename_unadjuster: 2310/2310, exclude: 1922/1922 
16:24:35 [2021-06-10T16:24:35.524Z] INFO [runner] processing took 77.34315ms with stages: nolint: 33.93026ms, identifier_marker: 20.607249ms, path_prettifier: 11.825408ms, autogenerated_exclude: 4.699465ms, exclude-rules: 3.753822ms, skip_dirs: 2.133505ms, cgo: 262.929µs, filename_unadjuster: 126.658µs, max_same_issues: 1.229µs, uniq_by_line: 585ns, diff: 407ns, source_code: 346ns, max_from_linter: 307ns, skip_files: 299ns, exclude: 278ns, path_shortener: 232ns, max_per_file_from_linter: 171ns 
16:24:35 [2021-06-10T16:24:35.524Z] INFO [runner] linters took 1m50.574701674s with stages: goanalysis_metalinter: 1m25.373328101s, unused: 25.123881205s 
16:24:35 [2021-06-10T16:24:35.524Z] INFO File cache stats: 1698 entries of total size 8.6MiB 
16:24:35 [2021-06-10T16:24:35.524Z] INFO Memory: 1775 samples, avg is 269.2MB, max is 4505.5MB 
16:24:35 [2021-06-10T16:24:35.524Z] INFO Execution took 3m59.321896043s               
16:24:35 [2021-06-10T16:24:35.524Z] Congratulations! The shell scripts are properly formatted.