Skip to content

Console Output

22:12:37 [2021-06-24T22:12:37.988Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42450/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42450/.git:/go/src/github.com/docker/docker/.git --name docker-pr33 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=b1242fad67df01e8df3ceaeb88082f57551c26ba -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:b1242fad67df01e8df3ceaeb88082f57551c26ba hack/validate/default
22:12:38 [2021-06-24T22:12:38.919Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
22:12:38 [2021-06-24T22:12:38.919Z] No api/types/ or api/swagger.yaml changes in diff.
22:12:38 [2021-06-24T22:12:38.919Z] Congratulations!  All TOML source files changed here have valid syntax.
22:12:38 [2021-06-24T22:12:38.919Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
22:12:38 [2021-06-24T22:12:38.919Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
22:12:38 [2021-06-24T22:12:38.919Z] Congratulations!  No new tests were added to integration-cli.
22:12:38 [2021-06-24T22:12:38.919Z] 
22:12:38 [2021-06-24T22:12:38.919Z] INFO Start validation with golang-ci-lint
22:12:38 [2021-06-24T22:12:38.919Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
22:12:38 [2021-06-24T22:12:38.919Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
22:12:38 [2021-06-24T22:12:38.919Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
22:15:00 [2021-06-24T22:15:00.340Z] INFO [loader] Go packages loading at mode 575 (imports|compiled_files|deps|exports_file|files|name|types_sizes) took 2m17.190223804s 
22:15:00 [2021-06-24T22:15:00.340Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 548.043013ms 
22:16:21 [2021-06-24T22:16:21.790Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m30.699986002s with top 10 stages: buildssa: 1m46.666564906s, goimports: 23.624819207s, unconvert: 13.990135177s, gosec: 11.119167564s, golint: 7.314051965s, ineffassign: 5.743411415s, inspect: 4.993234482s, misspell: 4.868911134s, vrp: 4.145827998s, fact_deprecated: 2.368400944s 
22:16:48 [2021-06-24T22:16:48.291Z] INFO [runner/unused/goanalysis] analyzers took 32.910157266s with top 10 stages: buildssa: 28.016352882s, U1000: 4.893804384s 
22:16:48 [2021-06-24T22:16:48.291Z] INFO [runner] Issues before processing: 2885, after processing: 0 
22:16:48 [2021-06-24T22:16:48.291Z] INFO [runner] Processors filtering stat (out/in): autogenerated_exclude: 1921/2310, filename_unadjuster: 2310/2310, exclude-rules: 78/1921, nolint: 0/78, identifier_marker: 1921/1921, skip_files: 2310/2310, skip_dirs: 2310/2310, cgo: 2310/2885, exclude: 1921/1921, path_prettifier: 2310/2310 
22:16:48 [2021-06-24T22:16:48.291Z] INFO [runner] processing took 128.50134ms with stages: nolint: 41.935749ms, identifier_marker: 33.567249ms, path_prettifier: 22.744546ms, cgo: 10.395578ms, autogenerated_exclude: 7.867271ms, exclude-rules: 6.471525ms, skip_dirs: 5.188136ms, filename_unadjuster: 324.505µs, max_same_issues: 2.162µs, source_code: 778ns, uniq_by_line: 733ns, diff: 643ns, skip_files: 593ns, path_shortener: 576ns, max_from_linter: 522ns, exclude: 485ns, max_per_file_from_linter: 289ns 
22:16:48 [2021-06-24T22:16:48.291Z] INFO [runner] linters took 1m47.503637916s with stages: goanalysis_metalinter: 1m23.905630888s, unused: 23.469174054s 
22:16:48 [2021-06-24T22:16:48.291Z] INFO File cache stats: 1700 entries of total size 8.6MiB 
22:16:48 [2021-06-24T22:16:48.291Z] INFO Memory: 2454 samples, avg is 478.7MB, max is 4037.2MB 
22:16:48 [2021-06-24T22:16:48.291Z] INFO Execution took 4m5.257372573s                
22:16:48 [2021-06-24T22:16:48.291Z] Congratulations! The shell scripts are properly formatted.