Skip to content

Console Output

12:30:57 [2022-06-30T12:30:57.456Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43757/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43757/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=3ac4b6a9efccbdd3784f96660b55150fa2c48617 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:3ac4b6a9efccbdd3784f96660b55150fa2c48617 hack/validate/default
12:30:58 [2022-06-30T12:30:58.018Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
12:30:58 [2022-06-30T12:30:58.018Z] No api/types/ or api/swagger.yaml changes in diff.
12:30:58 [2022-06-30T12:30:58.018Z] Congratulations!  All TOML source files changed here have valid syntax.
12:30:58 [2022-06-30T12:30:58.018Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
12:30:58 [2022-06-30T12:30:58.018Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
12:30:58 [2022-06-30T12:30:58.018Z] 
12:30:58 [2022-06-30T12:30:58.018Z] INFO Start validation with golang-ci-lint
12:30:58 [2022-06-30T12:30:58.586Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
12:30:58 [2022-06-30T12:30:58.586Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
12:33:50 [2022-06-30T12:33:50.020Z] INFO [loader] Go packages loading at mode 575 (compiled_files|exports_file|types_sizes|deps|files|imports|name) took 2m48.919234122s 
12:33:50 [2022-06-30T12:33:50.020Z] 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. 
12:33:50 [2022-06-30T12:33:50.020Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 492.669573ms 
12:35:26 [2022-06-30T12:35:26.428Z] INFO [linters context/goanalysis] analyzers took 4m50.786084537s with top 10 stages: buildir: 2m1.396407935s, goimports: 24.011357381s, unconvert: 17.278078727s, gosec: 16.023534318s, S1038: 8.487449583s, golint: 8.02559751s, misspell: 5.573574969s, inspect: 4.344714454s, nilness: 4.181323172s, S1039: 4.004749334s 
12:35:26 [2022-06-30T12:35:26.428Z] INFO [runner] Issues before processing: 3029, after processing: 0 
12:35:26 [2022-06-30T12:35:26.428Z] INFO [runner] Processors filtering stat (out/in): autogenerated_exclude: 2030/2413, nolint: 0/77, filename_unadjuster: 2413/2413, skip_files: 2413/2413, identifier_marker: 2030/2030, exclude: 2030/2030, skip_dirs: 2413/2413, exclude-rules: 77/2030, cgo: 2413/3029, path_prettifier: 2413/2413 
12:35:26 [2022-06-30T12:35:26.428Z] INFO [runner] processing took 82.687645ms with stages: nolint: 32.863259ms, identifier_marker: 21.737261ms, path_prettifier: 9.320797ms, autogenerated_exclude: 8.561251ms, exclude-rules: 7.972774ms, skip_dirs: 1.849046ms, cgo: 240.704µs, filename_unadjuster: 137.132µs, max_same_issues: 1.787µs, uniq_by_line: 580ns, max_per_file_from_linter: 444ns, skip_files: 407ns, max_from_linter: 351ns, diff: 301ns, source_code: 299ns, path_shortener: 296ns, exclude: 276ns, severity-rules: 247ns, sort_results: 235ns, path_prefixer: 198ns 
12:35:26 [2022-06-30T12:35:26.428Z] INFO [runner] linters took 1m31.690263691s with stages: goanalysis_metalinter: 1m31.607404213s 
12:35:26 [2022-06-30T12:35:26.428Z] INFO File cache stats: 1674 entries of total size 8.6MiB 
12:35:26 [2022-06-30T12:35:26.428Z] INFO Memory: 2613 samples, avg is 300.2MB, max is 1246.9MB 
12:35:26 [2022-06-30T12:35:26.428Z] INFO Execution took 4m21.111333233s               
12:35:26 [2022-06-30T12:35:26.428Z] Congratulations! The shell scripts are properly formatted.