Skip to content

Console Output

20:46:16 [2022-06-04T20:46:16.971Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43693/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43693/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=89db5a6fd4d3603cc6b110c3779669d5b879c146 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:89db5a6fd4d3603cc6b110c3779669d5b879c146 hack/validate/default
20:46:17 [2022-06-04T20:46:17.897Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
20:46:17 [2022-06-04T20:46:17.897Z] No api/types/ or api/swagger.yaml changes in diff.
20:46:17 [2022-06-04T20:46:17.897Z] Congratulations!  All TOML source files changed here have valid syntax.
20:46:17 [2022-06-04T20:46:17.897Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
20:46:17 [2022-06-04T20:46:17.897Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
20:46:17 [2022-06-04T20:46:17.897Z] Congratulations!  No new tests were added to integration-cli.
20:46:17 [2022-06-04T20:46:17.897Z] 
20:46:17 [2022-06-04T20:46:17.897Z] INFO Start validation with golang-ci-lint
20:46:18 [2022-06-04T20:46:18.460Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
20:46:18 [2022-06-04T20:46:18.460Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
20:47:14 [2022-06-04T20:47:14.642Z] INFO [loader] Go packages loading at mode 575 (compiled_files|imports|name|deps|exports_file|files|types_sizes) took 48.058108468s 
20:47:14 [2022-06-04T20:47:14.642Z] 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:47:14 [2022-06-04T20:47:14.642Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 174.328565ms 
20:47:36 [2022-06-04T20:47:36.550Z] INFO [linters context/goanalysis] analyzers took 6m51.120227342s with top 10 stages: buildir: 1m47.504160178s, goimports: 17.639577828s, gosec: 13.802756198s, unconvert: 10.243419027s, golint: 9.232442952s, inspect: 8.985079876s, misspell: 7.787658463s, directives: 7.533685484s, fact_deprecated: 7.391139949s, S1038: 6.09540129s 
20:47:36 [2022-06-04T20:47:36.550Z] INFO [runner] Issues before processing: 3033, after processing: 0 
20:47:36 [2022-06-04T20:47:36.550Z] INFO [runner] Processors filtering stat (out/in): cgo: 2417/3033, path_prettifier: 2417/2417, autogenerated_exclude: 2034/2417, skip_files: 2417/2417, skip_dirs: 2417/2417, exclude: 2034/2034, exclude-rules: 77/2034, identifier_marker: 2034/2034, nolint: 0/77, filename_unadjuster: 2417/2417 
20:47:36 [2022-06-04T20:47:36.550Z] INFO [runner] processing took 82.0477ms with stages: nolint: 32.963012ms, identifier_marker: 21.459839ms, path_prettifier: 9.122318ms, autogenerated_exclude: 8.564432ms, exclude-rules: 7.801332ms, skip_dirs: 1.766512ms, cgo: 229.467µs, filename_unadjuster: 134.95µs, max_same_issues: 1.588µs, source_code: 580ns, uniq_by_line: 578ns, exclude: 539ns, skip_files: 480ns, max_from_linter: 458ns, path_shortener: 412ns, diff: 309ns, severity-rules: 247ns, max_per_file_from_linter: 221ns, path_prefixer: 215ns, sort_results: 211ns 
20:47:36 [2022-06-04T20:47:36.550Z] INFO [runner] linters took 28.263822202s with stages: goanalysis_metalinter: 28.181653958s 
20:47:36 [2022-06-04T20:47:36.550Z] INFO File cache stats: 1671 entries of total size 8.5MiB 
20:47:36 [2022-06-04T20:47:36.550Z] INFO Memory: 763 samples, avg is 349.0MB, max is 1244.6MB 
20:47:36 [2022-06-04T20:47:36.550Z] INFO Execution took 1m16.504387344s               
20:47:36 [2022-06-04T20:47:36.550Z] Congratulations! The shell scripts are properly formatted.