Skip to content

Console Output

20:53:11 [2021-11-17T20:53:11.982Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43025/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43025/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=458b4aae197aee829075c4f0a883ae689f966f29 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:458b4aae197aee829075c4f0a883ae689f966f29 hack/validate/default
20:53:12 [2021-11-17T20:53:12.920Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
20:53:12 [2021-11-17T20:53:12.920Z] No api/types/ or api/swagger.yaml changes in diff.
20:53:12 [2021-11-17T20:53:12.920Z] Congratulations!  All TOML source files changed here have valid syntax.
20:53:13 [2021-11-17T20:53:13.180Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
20:53:13 [2021-11-17T20:53:13.180Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
20:53:13 [2021-11-17T20:53:13.180Z] Congratulations!  No new tests were added to integration-cli.
20:53:13 [2021-11-17T20:53:13.180Z] 
20:53:13 [2021-11-17T20:53:13.180Z] INFO Start validation with golang-ci-lint
20:53:13 [2021-11-17T20:53:13.440Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
20:53:13 [2021-11-17T20:53:13.440Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
20:53:13 [2021-11-17T20:53:13.440Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
20:55:49 [2021-11-17T20:55:49.966Z] INFO [loader] Go packages loading at mode 575 (exports_file|types_sizes|compiled_files|files|imports|name|deps) took 2m21.812462087s 
20:55:49 [2021-11-17T20:55:49.966Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 498.211854ms 
20:55:58 [2021-11-17T20:55:58.089Z] INFO [runner/unused/goanalysis] analyzers took 28.62822603s with top 10 stages: buildssa: 24.590163065s, U1000: 4.038062965s 
20:57:19 [2021-11-17T20:57:19.541Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m6.082725502s with top 10 stages: buildssa: 1m36.43577838s, goimports: 20.254068274s, unconvert: 13.472421247s, gosec: 9.608480945s, golint: 6.211740968s, misspell: 4.690339774s, inspect: 4.647673542s, ineffassign: 4.275372643s, vrp: 2.620700239s, printf: 1.912712313s 
20:57:19 [2021-11-17T20:57:19.541Z] INFO [runner] Issues before processing: 2759, after processing: 0 
20:57:19 [2021-11-17T20:57:19.541Z] INFO [runner] Processors filtering stat (out/in): skip_files: 2178/2178, path_prettifier: 2178/2178, autogenerated_exclude: 1790/2178, identifier_marker: 1790/1790, exclude-rules: 78/1790, cgo: 2178/2759, filename_unadjuster: 2178/2178, skip_dirs: 2178/2178, nolint: 0/78, exclude: 1790/1790 
20:57:19 [2021-11-17T20:57:19.541Z] INFO [runner] processing took 113.346318ms with stages: nolint: 66.893781ms, identifier_marker: 25.391285ms, path_prettifier: 9.454597ms, autogenerated_exclude: 4.414361ms, exclude-rules: 3.007273ms, cgo: 2.226943ms, skip_dirs: 1.77714ms, filename_unadjuster: 175.176µs, max_same_issues: 1.47µs, diff: 783ns, skip_files: 704ns, exclude: 638ns, uniq_by_line: 622ns, max_from_linter: 578ns, source_code: 446ns, max_per_file_from_linter: 269ns, path_shortener: 252ns 
20:57:19 [2021-11-17T20:57:19.541Z] INFO [runner] linters took 1m43.919144116s with stages: goanalysis_metalinter: 1m21.637560282s, unused: 22.168057253s 
20:57:19 [2021-11-17T20:57:19.541Z] INFO File cache stats: 1688 entries of total size 8.5MiB 
20:57:19 [2021-11-17T20:57:19.541Z] INFO Memory: 2464 samples, avg is 1616.9MB, max is 4325.9MB 
20:57:19 [2021-11-17T20:57:19.541Z] INFO Execution took 4m6.246896604s                
20:57:20 [2021-11-17T20:57:20.477Z] Congratulations! The shell scripts are properly formatted.