Skip to content

Console Output

18:29:15 [2021-11-26T18:29:15.088Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43047/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43047/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=55da5245ded6228afc5cf40e6cf18dc50d8cf0ff -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:55da5245ded6228afc5cf40e6cf18dc50d8cf0ff hack/validate/default
18:29:16 [2021-11-26T18:29:16.477Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
18:29:16 [2021-11-26T18:29:16.477Z] No api/types/ or api/swagger.yaml changes in diff.
18:29:16 [2021-11-26T18:29:16.477Z] Congratulations!  All TOML source files changed here have valid syntax.
18:29:16 [2021-11-26T18:29:16.477Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
18:29:16 [2021-11-26T18:29:16.477Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
18:29:16 [2021-11-26T18:29:16.477Z] Congratulations!  No new tests were added to integration-cli.
18:29:16 [2021-11-26T18:29:16.477Z] 
18:29:16 [2021-11-26T18:29:16.477Z] INFO Start validation with golang-ci-lint
18:29:16 [2021-11-26T18:29:16.477Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
18:29:16 [2021-11-26T18:29:16.477Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
18:29:16 [2021-11-26T18:29:16.477Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
18:31:53 [2021-11-26T18:31:53.031Z] INFO [loader] Go packages loading at mode 575 (types_sizes|deps|imports|compiled_files|exports_file|files|name) took 2m21.772345777s 
18:31:53 [2021-11-26T18:31:53.031Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 495.701294ms 
18:32:03 [2021-11-26T18:32:03.043Z] INFO [runner/unused/goanalysis] analyzers took 28.557076855s with top 10 stages: buildssa: 24.600970883s, U1000: 3.956105972s 
18:33:24 [2021-11-26T18:33:24.584Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m4.189499335s with top 10 stages: buildssa: 1m35.967365321s, goimports: 20.940596902s, unconvert: 13.425779587s, gosec: 8.793587164s, golint: 6.066045849s, ineffassign: 4.617490481s, misspell: 4.509707441s, inspect: 3.475028035s, vrp: 2.763047837s, ctrlflow: 1.747478871s 
18:33:24 [2021-11-26T18:33:24.584Z] INFO [runner] Issues before processing: 2759, after processing: 0 
18:33:24 [2021-11-26T18:33:24.584Z] INFO [runner] Processors filtering stat (out/in): cgo: 2178/2759, skip_files: 2178/2178, exclude: 1790/1790, path_prettifier: 2178/2178, skip_dirs: 2178/2178, autogenerated_exclude: 1790/2178, filename_unadjuster: 2178/2178, identifier_marker: 1790/1790, exclude-rules: 78/1790, nolint: 0/78 
18:33:24 [2021-11-26T18:33:24.584Z] INFO [runner] processing took 73.201221ms with stages: nolint: 26.777223ms, identifier_marker: 25.177702ms, path_prettifier: 10.85257ms, autogenerated_exclude: 4.592206ms, exclude-rules: 2.991966ms, skip_dirs: 1.786083ms, filename_unadjuster: 735.409µs, cgo: 283.671µs, max_same_issues: 1.225µs, skip_files: 696ns, exclude: 566ns, uniq_by_line: 545ns, diff: 310ns, max_from_linter: 307ns, source_code: 267ns, path_shortener: 239ns, max_per_file_from_linter: 236ns 
18:33:24 [2021-11-26T18:33:24.584Z] INFO [runner] linters took 1m45.547939289s with stages: goanalysis_metalinter: 1m22.417639478s, unused: 23.056889308s 
18:33:24 [2021-11-26T18:33:24.584Z] INFO File cache stats: 1688 entries of total size 8.5MiB 
18:33:24 [2021-11-26T18:33:24.584Z] INFO Memory: 2480 samples, avg is 1924.9MB, max is 5208.8MB 
18:33:24 [2021-11-26T18:33:24.584Z] INFO Execution took 4m7.826277905s                
18:33:25 [2021-11-26T18:33:25.156Z] Congratulations! The shell scripts are properly formatted.