Skip to content

Console Output

22:25:01 [2021-07-22T22:25:01.310Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42661/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42661/.git:/go/src/github.com/docker/docker/.git --name docker-pr7 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=d5dbbb5369863ee0f3afad8cd3a9e013033f92d7 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:d5dbbb5369863ee0f3afad8cd3a9e013033f92d7 hack/validate/default
22:25:02 [2021-07-22T22:25:02.244Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
22:25:02 [2021-07-22T22:25:02.244Z] No api/types/ or api/swagger.yaml changes in diff.
22:25:02 [2021-07-22T22:25:02.244Z] Congratulations!  All TOML source files changed here have valid syntax.
22:25:02 [2021-07-22T22:25:02.503Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
22:25:02 [2021-07-22T22:25:02.503Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
22:25:02 [2021-07-22T22:25:02.503Z] Congratulations!  No new tests were added to integration-cli.
22:25:02 [2021-07-22T22:25:02.503Z] 
22:25:02 [2021-07-22T22:25:02.503Z] INFO Start validation with golang-ci-lint
22:25:02 [2021-07-22T22:25:02.503Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
22:25:02 [2021-07-22T22:25:02.503Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
22:25:02 [2021-07-22T22:25:02.503Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
22:27:23 [2021-07-22T22:27:23.967Z] INFO [loader] Go packages loading at mode 575 (deps|files|name|types_sizes|compiled_files|exports_file|imports) took 2m13.977478838s 
22:27:23 [2021-07-22T22:27:23.968Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 528.712443ms 
22:27:42 [2021-07-22T22:27:42.048Z] INFO [runner/unused/goanalysis] analyzers took 32.940305886s with top 10 stages: buildssa: 28.403454325s, U1000: 4.536851561s 
22:29:18 [2021-07-22T22:29:18.562Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m29.802688372s with top 10 stages: buildssa: 1m47.250295006s, goimports: 24.09878804s, unconvert: 14.944351s, gosec: 11.479481546s, golint: 7.51906757s, ineffassign: 6.382228092s, misspell: 5.079035999s, inspect: 4.790363859s, vrp: 4.19040264s, ctrlflow: 2.436858054s 
22:29:18 [2021-07-22T22:29:18.562Z] INFO [runner] Issues before processing: 2856, after processing: 0 
22:29:18 [2021-07-22T22:29:18.562Z] INFO [runner] Processors filtering stat (out/in): path_prettifier: 2281/2281, exclude: 1892/1892, cgo: 2281/2856, skip_dirs: 2281/2281, identifier_marker: 1892/1892, exclude-rules: 78/1892, filename_unadjuster: 2281/2281, skip_files: 2281/2281, autogenerated_exclude: 1892/2281, nolint: 0/78 
22:29:18 [2021-07-22T22:29:18.562Z] INFO [runner] processing took 103.913213ms with stages: nolint: 40.594674ms, identifier_marker: 31.703996ms, path_prettifier: 14.275683ms, autogenerated_exclude: 6.769085ms, exclude-rules: 6.434063ms, skip_dirs: 3.708823ms, cgo: 274.131µs, filename_unadjuster: 146.55µs, max_same_issues: 1.879µs, exclude: 899ns, uniq_by_line: 628ns, diff: 539ns, skip_files: 531ns, max_from_linter: 488ns, source_code: 484ns, path_shortener: 445ns, max_per_file_from_linter: 315ns 
22:29:18 [2021-07-22T22:29:18.562Z] INFO [runner] linters took 1m50.987744861s with stages: goanalysis_metalinter: 1m26.569008281s, unused: 24.314552324s 
22:29:18 [2021-07-22T22:29:18.562Z] INFO File cache stats: 1690 entries of total size 8.5MiB 
22:29:18 [2021-07-22T22:29:18.562Z] INFO Memory: 2457 samples, avg is 1780.4MB, max is 4373.7MB 
22:29:18 [2021-07-22T22:29:18.562Z] INFO Execution took 4m5.504366633s                
22:29:18 [2021-07-22T22:29:18.562Z] Congratulations! The shell scripts are properly formatted.