Skip to content

Console Output

13:25:08 [2021-09-14T13:25:08.246Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42851/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42851/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=f586a473cf8dc9ac1edf893f70ccf37c2e217035 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:f586a473cf8dc9ac1edf893f70ccf37c2e217035 hack/validate/default
13:25:09 [2021-09-14T13:25:09.188Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
13:25:09 [2021-09-14T13:25:09.188Z] No api/types/ or api/swagger.yaml changes in diff.
13:25:09 [2021-09-14T13:25:09.188Z] Congratulations!  All TOML source files changed here have valid syntax.
13:25:09 [2021-09-14T13:25:09.188Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
13:25:09 [2021-09-14T13:25:09.188Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
13:25:09 [2021-09-14T13:25:09.188Z] Congratulations!  No new tests were added to integration-cli.
13:25:09 [2021-09-14T13:25:09.188Z] 
13:25:09 [2021-09-14T13:25:09.188Z] INFO Start validation with golang-ci-lint
13:25:09 [2021-09-14T13:25:09.449Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
13:25:09 [2021-09-14T13:25:09.449Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
13:25:09 [2021-09-14T13:25:09.449Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
13:27:45 [2021-09-14T13:27:45.988Z] INFO [loader] Go packages loading at mode 575 (compiled_files|deps|exports_file|files|imports|name|types_sizes) took 2m22.849407032s 
13:27:45 [2021-09-14T13:27:45.988Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 501.029112ms 
13:28:53 [2021-09-14T13:28:53.719Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 2m58.461799048s with top 10 stages: buildssa: 1m30.030974203s, goimports: 20.86425423s, unconvert: 13.278270722s, gosec: 9.126216578s, golint: 5.69997201s, inspect: 4.425466807s, ineffassign: 4.152437009s, misspell: 4.091890825s, vrp: 2.434413483s, ctrlflow: 2.164791838s 
13:29:11 [2021-09-14T13:29:11.842Z] INFO [runner/unused/goanalysis] analyzers took 26.218364548s with top 10 stages: buildssa: 22.529007043s, U1000: 3.689357505s 
13:29:11 [2021-09-14T13:29:11.842Z] INFO [runner] Issues before processing: 2759, after processing: 0 
13:29:11 [2021-09-14T13:29:11.842Z] INFO [runner] Processors filtering stat (out/in): autogenerated_exclude: 1790/2178, exclude-rules: 78/1790, cgo: 2178/2759, nolint: 0/78, identifier_marker: 1790/1790, exclude: 1790/1790, filename_unadjuster: 2178/2178, path_prettifier: 2178/2178, skip_files: 2178/2178, skip_dirs: 2178/2178 
13:29:11 [2021-09-14T13:29:11.842Z] INFO [runner] processing took 146.644558ms with stages: identifier_marker: 73.00989ms, nolint: 40.364073ms, path_prettifier: 13.657271ms, autogenerated_exclude: 6.501753ms, exclude-rules: 4.977667ms, cgo: 4.603077ms, skip_dirs: 3.208054ms, filename_unadjuster: 316.718µs, max_same_issues: 1.575µs, skip_files: 1.158µs, diff: 862ns, uniq_by_line: 601ns, max_from_linter: 489ns, source_code: 421ns, exclude: 369ns, max_per_file_from_linter: 318ns, path_shortener: 262ns 
13:29:11 [2021-09-14T13:29:11.842Z] INFO [runner] linters took 1m37.322757018s with stages: goanalysis_metalinter: 1m16.865261564s, unused: 20.310663715s 
13:29:11 [2021-09-14T13:29:11.842Z] INFO File cache stats: 1686 entries of total size 8.5MiB 
13:29:11 [2021-09-14T13:29:11.842Z] INFO Memory: 2408 samples, avg is 391.3MB, max is 3985.1MB 
13:29:11 [2021-09-14T13:29:11.842Z] INFO Execution took 4m0.688574112s                
13:29:11 [2021-09-14T13:29:11.842Z] Congratulations! The shell scripts are properly formatted.