Skip to content

Console Output

20:47:05 [2022-06-04T20:47:05.855Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43691/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43691/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a747cd370234fb9c15353e62903fa91fad734682 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:a747cd370234fb9c15353e62903fa91fad734682 hack/validate/default
20:47:06 [2022-06-04T20:47:06.422Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
20:47:06 [2022-06-04T20:47:06.422Z] No api/types/ or api/swagger.yaml changes in diff.
20:47:06 [2022-06-04T20:47:06.422Z] Congratulations!  All TOML source files changed here have valid syntax.
20:47:06 [2022-06-04T20:47:06.422Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
20:47:06 [2022-06-04T20:47:06.422Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
20:47:06 [2022-06-04T20:47:06.422Z] Congratulations!  No new tests were added to integration-cli.
20:47:06 [2022-06-04T20:47:06.422Z] 
20:47:06 [2022-06-04T20:47:06.422Z] INFO Start validation with golang-ci-lint
20:47:07 [2022-06-04T20:47:07.353Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
20:47:07 [2022-06-04T20:47:07.353Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
20:49:58 [2022-06-04T20:49:58.800Z] INFO [loader] Go packages loading at mode 575 (compiled_files|exports_file|files|types_sizes|deps|imports|name) took 2m49.28009254s 
20:49:58 [2022-06-04T20:49:58.800Z] WARN [runner] The linter 'golint' is deprecated (since v1.41.0) due to: The repository of the linter has been archived by the owner.  Replaced by revive. 
20:49:58 [2022-06-04T20:49:58.800Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 494.279133ms 
20:51:35 [2022-06-04T20:51:35.292Z] INFO [linters context/goanalysis] analyzers took 5m6.219343055s with top 10 stages: buildir: 2m1.153695827s, goimports: 24.23141432s, unconvert: 18.883430012s, gosec: 15.572764647s, S1038: 8.427631508s, golint: 7.863956275s, misspell: 7.334051614s, directives: 4.436726022s, nilness: 4.089348062s, inspect: 4.046645902s 
20:51:35 [2022-06-04T20:51:35.292Z] INFO [runner] Issues before processing: 3033, after processing: 0 
20:51:35 [2022-06-04T20:51:35.292Z] INFO [runner] Processors filtering stat (out/in): exclude-rules: 77/2034, nolint: 0/77, skip_files: 2417/2417, path_prettifier: 2417/2417, skip_dirs: 2417/2417, autogenerated_exclude: 2034/2417, identifier_marker: 2034/2034, exclude: 2034/2034, cgo: 2417/3033, filename_unadjuster: 2417/2417 
20:51:35 [2022-06-04T20:51:35.292Z] INFO [runner] processing took 83.60324ms with stages: nolint: 33.232707ms, identifier_marker: 21.813417ms, path_prettifier: 9.908868ms, autogenerated_exclude: 8.226612ms, exclude-rules: 7.712592ms, skip_dirs: 1.829402ms, cgo: 722.965µs, filename_unadjuster: 151.919µs, max_same_issues: 1.336µs, uniq_by_line: 575ns, skip_files: 400ns, max_from_linter: 397ns, exclude: 292ns, source_code: 291ns, diff: 290ns, path_prefixer: 248ns, max_per_file_from_linter: 238ns, path_shortener: 237ns, severity-rules: 230ns, sort_results: 224ns 
20:51:35 [2022-06-04T20:51:35.292Z] INFO [runner] linters took 1m31.348445701s with stages: goanalysis_metalinter: 1m31.264337245s 
20:51:35 [2022-06-04T20:51:35.292Z] INFO File cache stats: 1671 entries of total size 8.5MiB 
20:51:35 [2022-06-04T20:51:35.292Z] INFO Memory: 2612 samples, avg is 285.6MB, max is 1183.2MB 
20:51:35 [2022-06-04T20:51:35.292Z] INFO Execution took 4m21.132367855s               
20:51:35 [2022-06-04T20:51:35.292Z] Congratulations! The shell scripts are properly formatted.