Skip to content

Console Output

09:09:06 [2021-08-25T09:09:06.689Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42598/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42598/.git:/go/src/github.com/docker/docker/.git --name docker-pr6 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=48e9f7cb6bdf3b8854495d0f86cb21b18cf67524 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:48e9f7cb6bdf3b8854495d0f86cb21b18cf67524 hack/validate/default
09:09:08 [2021-08-25T09:09:08.593Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
09:09:08 [2021-08-25T09:09:08.593Z] No api/types/ or api/swagger.yaml changes in diff.
09:09:08 [2021-08-25T09:09:08.593Z] Congratulations!  All TOML source files changed here have valid syntax.
09:09:08 [2021-08-25T09:09:08.593Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
09:09:08 [2021-08-25T09:09:08.593Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
09:09:08 [2021-08-25T09:09:08.593Z] Congratulations!  No new tests were added to integration-cli.
09:09:08 [2021-08-25T09:09:08.593Z] 
09:09:08 [2021-08-25T09:09:08.593Z] INFO Start validation with golang-ci-lint
09:09:08 [2021-08-25T09:09:08.852Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
09:09:08 [2021-08-25T09:09:08.852Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
09:09:08 [2021-08-25T09:09:08.852Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
09:11:30 [2021-08-25T09:11:30.344Z] INFO [loader] Go packages loading at mode 575 (imports|name|types_sizes|compiled_files|deps|exports_file|files) took 2m16.772834221s 
09:11:30 [2021-08-25T09:11:30.344Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 587.08604ms 
09:12:51 [2021-08-25T09:12:51.863Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m16.869525476s with top 10 stages: buildssa: 1m40.184577205s, goimports: 21.534011942s, unconvert: 14.19084371s, gosec: 9.425352921s, golint: 7.214194402s, ineffassign: 4.882916506s, misspell: 4.430978s, inspect: 3.768350333s, vrp: 3.014031264s, ctrlflow: 2.234194571s 
09:13:13 [2021-08-25T09:13:13.809Z] INFO [runner/unused/goanalysis] analyzers took 31.493305893s with top 10 stages: buildssa: 26.858727425s, U1000: 4.634578468s 
09:13:13 [2021-08-25T09:13:13.809Z] INFO [runner] Issues before processing: 2863, after processing: 0 
09:13:13 [2021-08-25T09:13:13.809Z] INFO [runner] Processors filtering stat (out/in): filename_unadjuster: 2282/2282, skip_files: 2282/2282, skip_dirs: 2282/2282, autogenerated_exclude: 1893/2282, nolint: 0/78, path_prettifier: 2282/2282, cgo: 2282/2863, exclude: 1893/1893, identifier_marker: 1893/1893, exclude-rules: 78/1893 
09:13:13 [2021-08-25T09:13:13.809Z] INFO [runner] processing took 296.368223ms with stages: nolint: 99.489539ms, identifier_marker: 83.573231ms, path_prettifier: 68.437695ms, exclude-rules: 23.199175ms, autogenerated_exclude: 8.955467ms, cgo: 7.767477ms, skip_dirs: 4.076611ms, filename_unadjuster: 861.927µs, max_same_issues: 1.875µs, path_shortener: 913ns, exclude: 871ns, source_code: 804ns, uniq_by_line: 716ns, skip_files: 660ns, diff: 493ns, max_from_linter: 453ns, max_per_file_from_linter: 316ns 
09:13:13 [2021-08-25T09:13:13.809Z] INFO [runner] linters took 1m44.518567885s with stages: goanalysis_metalinter: 1m20.73347555s, unused: 23.488493697s 
09:13:13 [2021-08-25T09:13:13.809Z] INFO File cache stats: 1688 entries of total size 8.6MiB 
09:13:13 [2021-08-25T09:13:13.809Z] INFO Memory: 2420 samples, avg is 481.8MB, max is 4168.6MB 
09:13:13 [2021-08-25T09:13:13.809Z] INFO Execution took 4m1.911214298s                
09:13:13 [2021-08-25T09:13:13.809Z] Congratulations! The shell scripts are properly formatted.