Skip to content

Console Output

04:18:14 [2021-06-21T04:18:14.274Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42457/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42457/.git:/go/src/github.com/docker/docker/.git --name docker-pr19 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=8610d8ce4cd28fe17c0867fbcb0714135ba9bbb8 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:8610d8ce4cd28fe17c0867fbcb0714135ba9bbb8 hack/validate/default
04:18:16 [2021-06-21T04:18:16.788Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
04:18:16 [2021-06-21T04:18:16.788Z] No api/types/ or api/swagger.yaml changes in diff.
04:18:16 [2021-06-21T04:18:16.788Z] Congratulations!  All TOML source files changed here have valid syntax.
04:18:16 [2021-06-21T04:18:16.788Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
04:18:16 [2021-06-21T04:18:16.788Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
04:18:16 [2021-06-21T04:18:16.788Z] Congratulations!  No new tests were added to integration-cli.
04:18:16 [2021-06-21T04:18:16.788Z] 
04:18:16 [2021-06-21T04:18:16.788Z] INFO Start validation with golang-ci-lint
04:18:16 [2021-06-21T04:18:16.788Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
04:18:16 [2021-06-21T04:18:16.788Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
04:18:16 [2021-06-21T04:18:16.788Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
04:20:38 [2021-06-21T04:20:38.227Z] INFO [loader] Go packages loading at mode 575 (compiled_files|exports_file|imports|types_sizes|deps|files|name) took 2m14.491740129s 
04:20:38 [2021-06-21T04:20:38.227Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 537.993628ms 
04:20:56 [2021-06-21T04:20:56.274Z] INFO [runner/unused/goanalysis] analyzers took 29.833591433s with top 10 stages: buildssa: 25.579990743s, U1000: 4.25360069s 
04:22:32 [2021-06-21T04:22:32.654Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m35.922973133s with top 10 stages: buildssa: 1m48.051349598s, goimports: 25.925936891s, unconvert: 14.652278387s, gosec: 12.25021496s, golint: 7.369085543s, ineffassign: 5.87902844s, misspell: 4.828349135s, inspect: 4.431406992s, vrp: 3.593002144s, printf: 2.153807528s 
04:22:32 [2021-06-21T04:22:32.654Z] INFO [runner] Issues before processing: 2884, after processing: 0 
04:22:32 [2021-06-21T04:22:32.654Z] INFO [runner] Processors filtering stat (out/in): skip_files: 2309/2309, exclude: 1920/1920, exclude-rules: 78/1920, nolint: 0/78, cgo: 2309/2884, autogenerated_exclude: 1920/2309, filename_unadjuster: 2309/2309, path_prettifier: 2309/2309, skip_dirs: 2309/2309, identifier_marker: 1920/1920 
04:22:32 [2021-06-21T04:22:32.654Z] INFO [runner] processing took 68.816205ms with stages: nolint: 27.204335ms, identifier_marker: 18.828792ms, path_prettifier: 10.37549ms, autogenerated_exclude: 4.740137ms, exclude-rules: 3.683012ms, skip_dirs: 1.956812ms, cgo: 1.870715ms, filename_unadjuster: 152.167µs, max_same_issues: 1.155µs, uniq_by_line: 987ns, skip_files: 708ns, diff: 451ns, max_from_linter: 373ns, exclude: 324ns, source_code: 319ns, path_shortener: 247ns, max_per_file_from_linter: 181ns 
04:22:32 [2021-06-21T04:22:32.654Z] INFO [runner] linters took 1m51.928586739s with stages: goanalysis_metalinter: 1m28.817306918s, unused: 23.042330282s 
04:22:32 [2021-06-21T04:22:32.654Z] INFO File cache stats: 1699 entries of total size 8.6MiB 
04:22:32 [2021-06-21T04:22:32.654Z] INFO Memory: 2471 samples, avg is 2325.7MB, max is 5978.6MB 
04:22:32 [2021-06-21T04:22:32.654Z] INFO Execution took 4m6.967226299s                
04:22:32 [2021-06-21T04:22:32.654Z] Congratulations! The shell scripts are properly formatted.