Skip to content

Console Output

17:45:01 [2021-06-09T17:45:01.997Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42498/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42498/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=0dc838e53b56329211337a50e1d575253fcace67 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:0dc838e53b56329211337a50e1d575253fcace67 hack/validate/default
17:45:02 [2021-06-09T17:45:02.930Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
17:45:02 [2021-06-09T17:45:02.930Z] No api/types/ or api/swagger.yaml changes in diff.
17:45:02 [2021-06-09T17:45:02.930Z] Congratulations!  All TOML source files changed here have valid syntax.
17:45:02 [2021-06-09T17:45:02.930Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
17:45:02 [2021-06-09T17:45:02.930Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
17:45:02 [2021-06-09T17:45:02.930Z] Congratulations!  No new tests were added to integration-cli.
17:45:02 [2021-06-09T17:45:02.930Z] 
17:45:02 [2021-06-09T17:45:02.930Z] INFO Start validation with golang-ci-lint
17:45:02 [2021-06-09T17:45:02.930Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
17:45:03 [2021-06-09T17:45:03.188Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
17:45:03 [2021-06-09T17:45:03.188Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
17:47:24 [2021-06-09T17:47:24.648Z] INFO [loader] Go packages loading at mode 575 (deps|exports_file|imports|compiled_files|files|name|types_sizes) took 2m8.318489805s 
17:47:24 [2021-06-09T17:47:24.648Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 584.290516ms 
17:48:46 [2021-06-09T17:48:46.080Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m37.980952821s with top 10 stages: buildssa: 1m46.66740511s, goimports: 26.566644252s, unconvert: 15.925300365s, gosec: 12.824918549s, golint: 7.032581224s, misspell: 5.467405497s, ineffassign: 5.417203006s, vrp: 4.170033558s, inspect: 3.349095896s, printf: 2.07962791s 
17:49:04 [2021-06-09T17:49:04.194Z] INFO [runner/unused/goanalysis] analyzers took 36.633382923s with top 10 stages: buildssa: 30.508697934s, U1000: 6.124684989s 
17:49:04 [2021-06-09T17:49:04.194Z] INFO [runner] Issues before processing: 2889, after processing: 0 
17:49:04 [2021-06-09T17:49:04.194Z] INFO [runner] Processors filtering stat (out/in): skip_files: 2310/2310, skip_dirs: 2310/2310, identifier_marker: 1922/1922, nolint: 0/79, filename_unadjuster: 2310/2310, exclude: 1922/1922, cgo: 2310/2889, path_prettifier: 2310/2310, autogenerated_exclude: 1922/2310, exclude-rules: 79/1922 
17:49:04 [2021-06-09T17:49:04.194Z] INFO [runner] processing took 205.434299ms with stages: nolint: 81.123231ms, identifier_marker: 79.257865ms, path_prettifier: 17.950555ms, autogenerated_exclude: 12.640299ms, exclude-rules: 7.48354ms, skip_dirs: 4.713798ms, cgo: 1.226581ms, filename_unadjuster: 1.031831ms, max_same_issues: 1.987µs, uniq_by_line: 1.071µs, source_code: 751ns, exclude: 578ns, diff: 546ns, max_from_linter: 525ns, path_shortener: 434ns, skip_files: 399ns, max_per_file_from_linter: 308ns 
17:49:04 [2021-06-09T17:49:04.194Z] INFO [runner] linters took 1m50.461976085s with stages: goanalysis_metalinter: 1m24.835111829s, unused: 25.420937076s 
17:49:04 [2021-06-09T17:49:04.194Z] INFO File cache stats: 1698 entries of total size 8.6MiB 
17:49:04 [2021-06-09T17:49:04.194Z] INFO Memory: 1751 samples, avg is 249.3MB, max is 4435.4MB 
17:49:04 [2021-06-09T17:49:04.194Z] INFO Execution took 4m0.041155386s                
17:49:04 [2021-06-09T17:49:04.194Z] Congratulations! The shell scripts are properly formatted.