Skip to content

Console Output

15:52:50 [2021-09-20T15:52:50.513Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42870/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42870/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=ca633fcaeddee4e1676097916e227a2e83122871 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:ca633fcaeddee4e1676097916e227a2e83122871 hack/validate/default
15:52:51 [2021-09-20T15:52:51.452Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
15:52:51 [2021-09-20T15:52:51.452Z] No api/types/ or api/swagger.yaml changes in diff.
15:52:51 [2021-09-20T15:52:51.452Z] Congratulations!  All TOML source files changed here have valid syntax.
15:52:51 [2021-09-20T15:52:51.452Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
15:52:51 [2021-09-20T15:52:51.452Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
15:52:51 [2021-09-20T15:52:51.452Z] Congratulations!  No new tests were added to integration-cli.
15:52:51 [2021-09-20T15:52:51.452Z] 
15:52:51 [2021-09-20T15:52:51.452Z] INFO Start validation with golang-ci-lint
15:52:51 [2021-09-20T15:52:51.452Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
15:52:51 [2021-09-20T15:52:51.452Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
15:52:51 [2021-09-20T15:52:51.452Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
15:55:27 [2021-09-20T15:55:27.985Z] INFO [loader] Go packages loading at mode 575 (imports|compiled_files|deps|exports_file|files|name|types_sizes) took 2m28.064546239s 
15:55:27 [2021-09-20T15:55:27.985Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 506.370423ms 
15:56:49 [2021-09-20T15:56:49.476Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m10.367625432s with top 10 stages: buildssa: 1m34.912803502s, goimports: 20.880655069s, unconvert: 14.125918307s, gosec: 9.906005031s, golint: 6.27612076s, inspect: 4.60341356s, ineffassign: 4.468200693s, misspell: 4.300759163s, vrp: 2.436532543s, fact_deprecated: 2.073280794s 
15:57:04 [2021-09-20T15:57:04.459Z] INFO [runner/unused/goanalysis] analyzers took 29.959587879s with top 10 stages: buildssa: 25.736200426s, U1000: 4.223387453s 
15:57:04 [2021-09-20T15:57:04.459Z] INFO [runner] Issues before processing: 2759, after processing: 0 
15:57:04 [2021-09-20T15:57:04.459Z] INFO [runner] Processors filtering stat (out/in): cgo: 2178/2759, path_prettifier: 2178/2178, skip_dirs: 2178/2178, identifier_marker: 1790/1790, nolint: 0/78, exclude: 1790/1790, exclude-rules: 78/1790, filename_unadjuster: 2178/2178, skip_files: 2178/2178, autogenerated_exclude: 1790/2178 
15:57:04 [2021-09-20T15:57:04.459Z] INFO [runner] processing took 83.058587ms with stages: nolint: 27.270813ms, identifier_marker: 26.97524ms, path_prettifier: 15.301867ms, autogenerated_exclude: 7.396015ms, exclude-rules: 2.922829ms, skip_dirs: 1.843598ms, filename_unadjuster: 889.625µs, cgo: 452.465µs, max_same_issues: 1.817µs, skip_files: 1.074µs, uniq_by_line: 895ns, diff: 553ns, exclude: 502ns, max_from_linter: 465ns, source_code: 317ns, max_per_file_from_linter: 266ns, path_shortener: 246ns 
15:57:04 [2021-09-20T15:57:04.459Z] INFO [runner] linters took 1m42.587248693s with stages: goanalysis_metalinter: 1m20.069262459s, unused: 22.434610538s 
15:57:04 [2021-09-20T15:57:04.459Z] INFO File cache stats: 1686 entries of total size 8.5MiB 
15:57:04 [2021-09-20T15:57:04.459Z] INFO Memory: 2513 samples, avg is 407.6MB, max is 3919.0MB 
15:57:04 [2021-09-20T15:57:04.459Z] INFO Execution took 4m11.169091829s               
15:57:04 [2021-09-20T15:57:04.459Z] Congratulations! The shell scripts are properly formatted.