Skip to content

Console Output

19:20:29 [2022-05-27T19:20:29.587Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43650/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43650/.git:/go/src/github.com/docker/docker/.git --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=7493342926237289f759d86be0dc3a0b226f7730 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:7493342926237289f759d86be0dc3a0b226f7730 hack/validate/default
19:20:30 [2022-05-27T19:20:30.157Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
19:20:30 [2022-05-27T19:20:30.157Z] No api/types/ or api/swagger.yaml changes in diff.
19:20:30 [2022-05-27T19:20:30.157Z] Congratulations!  All TOML source files changed here have valid syntax.
19:20:30 [2022-05-27T19:20:30.157Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
19:20:30 [2022-05-27T19:20:30.157Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
19:20:30 [2022-05-27T19:20:30.157Z] Congratulations!  No new tests were added to integration-cli.
19:20:30 [2022-05-27T19:20:30.157Z] 
19:20:30 [2022-05-27T19:20:30.157Z] INFO Start validation with golang-ci-lint
19:20:31 [2022-05-27T19:20:31.097Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
19:20:31 [2022-05-27T19:20:31.097Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
19:23:22 [2022-05-27T19:23:22.640Z] INFO [loader] Go packages loading at mode 575 (compiled_files|files|imports|types_sizes|deps|exports_file|name) took 2m49.662436781s 
19:23:22 [2022-05-27T19:23:22.640Z] 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. 
19:23:22 [2022-05-27T19:23:22.640Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 491.521336ms 
19:24:59 [2022-05-27T19:24:59.145Z] INFO [linters context/goanalysis] analyzers took 5m9.675101336s with top 10 stages: buildir: 2m1.725361716s, goimports: 25.114111011s, unconvert: 18.402762017s, gosec: 16.572518915s, golint: 8.324759009s, S1038: 8.163876714s, misspell: 6.834359995s, nilness: 5.17316672s, inspect: 4.460653547s, directives: 3.549256347s 
19:24:59 [2022-05-27T19:24:59.145Z] INFO [runner] Issues before processing: 3030, after processing: 0 
19:24:59 [2022-05-27T19:24:59.145Z] INFO [runner] Processors filtering stat (out/in): autogenerated_exclude: 2031/2414, identifier_marker: 2031/2031, exclude: 2031/2031, cgo: 2414/3030, path_prettifier: 2414/2414, skip_dirs: 2414/2414, nolint: 0/77, skip_files: 2414/2414, exclude-rules: 77/2031, filename_unadjuster: 2414/2414 
19:24:59 [2022-05-27T19:24:59.145Z] INFO [runner] processing took 81.227822ms with stages: nolint: 32.083992ms, identifier_marker: 21.389805ms, path_prettifier: 9.324996ms, exclude-rules: 7.906778ms, autogenerated_exclude: 7.854124ms, skip_dirs: 1.773324ms, filename_unadjuster: 628.59µs, cgo: 261.403µs, max_same_issues: 1.27µs, uniq_by_line: 597ns, skip_files: 482ns, max_from_linter: 404ns, path_shortener: 340ns, diff: 308ns, source_code: 296ns, exclude: 296ns, max_per_file_from_linter: 254ns, sort_results: 228ns, severity-rules: 221ns, path_prefixer: 114ns 
19:24:59 [2022-05-27T19:24:59.145Z] INFO [runner] linters took 1m32.040313487s with stages: goanalysis_metalinter: 1m31.95888902s 
19:24:59 [2022-05-27T19:24:59.145Z] INFO File cache stats: 1671 entries of total size 8.5MiB 
19:24:59 [2022-05-27T19:24:59.145Z] INFO Memory: 2624 samples, avg is 290.6MB, max is 1203.8MB 
19:24:59 [2022-05-27T19:24:59.145Z] INFO Execution took 4m22.204569831s               
19:24:59 [2022-05-27T19:24:59.145Z] Congratulations! The shell scripts are properly formatted.