Skip to content

Console Output

19:28:47 [2022-06-02T19:28:47.095Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43681/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43681/.git:/go/src/github.com/docker/docker/.git --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=463be4d88409a73b821ece5c42ff9e9b1425073f -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:463be4d88409a73b821ece5c42ff9e9b1425073f hack/validate/default
19:28:48 [2022-06-02T19:28:48.021Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
19:28:48 [2022-06-02T19:28:48.021Z] No api/types/ or api/swagger.yaml changes in diff.
19:28:48 [2022-06-02T19:28:48.021Z] Congratulations!  All TOML source files changed here have valid syntax.
19:28:48 [2022-06-02T19:28:48.021Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
19:28:48 [2022-06-02T19:28:48.021Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
19:28:48 [2022-06-02T19:28:48.021Z] Congratulations!  No new tests were added to integration-cli.
19:28:48 [2022-06-02T19:28:48.021Z] 
19:28:48 [2022-06-02T19:28:48.021Z] INFO Start validation with golang-ci-lint
19:28:48 [2022-06-02T19:28:48.949Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
19:28:48 [2022-06-02T19:28:48.949Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
19:31:40 [2022-06-02T19:31:40.391Z] INFO [loader] Go packages loading at mode 575 (compiled_files|imports|name|deps|exports_file|files|types_sizes) took 2m50.00527426s 
19:31:40 [2022-06-02T19:31:40.391Z] 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:31:40 [2022-06-02T19:31:40.391Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 491.393469ms 
19:33:16 [2022-06-02T19:33:16.778Z] INFO [linters context/goanalysis] analyzers took 4m53.058714381s with top 10 stages: buildir: 2m0.30497006s, goimports: 24.895463194s, unconvert: 17.652696915s, gosec: 15.166643265s, S1038: 9.786908964s, golint: 8.421930576s, misspell: 6.867721047s, nilness: 4.052987824s, S1039: 3.997370233s, unused: 3.642844631s 
19:33:16 [2022-06-02T19:33:16.778Z] INFO [runner] Issues before processing: 3034, after processing: 0 
19:33:16 [2022-06-02T19:33:16.778Z] INFO [runner] Processors filtering stat (out/in): exclude: 2035/2035, skip_files: 2418/2418, nolint: 0/77, cgo: 2418/3034, filename_unadjuster: 2418/2418, identifier_marker: 2035/2035, exclude-rules: 77/2035, path_prettifier: 2418/2418, skip_dirs: 2418/2418, autogenerated_exclude: 2035/2418 
19:33:16 [2022-06-02T19:33:16.778Z] INFO [runner] processing took 83.879377ms with stages: nolint: 33.304993ms, identifier_marker: 21.899996ms, path_prettifier: 9.968033ms, autogenerated_exclude: 8.461577ms, exclude-rules: 7.882709ms, skip_dirs: 1.979372ms, cgo: 231.576µs, filename_unadjuster: 146.326µs, max_same_issues: 1.214µs, uniq_by_line: 635ns, source_code: 454ns, skip_files: 413ns, diff: 349ns, max_from_linter: 329ns, exclude: 295ns, max_per_file_from_linter: 245ns, path_shortener: 226ns, severity-rules: 225ns, sort_results: 206ns, path_prefixer: 204ns 
19:33:16 [2022-06-02T19:33:16.778Z] INFO [runner] linters took 1m30.787380533s with stages: goanalysis_metalinter: 1m30.703377387s 
19:33:16 [2022-06-02T19:33:16.778Z] INFO File cache stats: 1671 entries of total size 8.5MiB 
19:33:16 [2022-06-02T19:33:16.778Z] INFO Memory: 2614 samples, avg is 288.6MB, max is 1250.1MB 
19:33:16 [2022-06-02T19:33:16.778Z] INFO Execution took 4m21.298572827s               
19:33:16 [2022-06-02T19:33:16.778Z] Congratulations! The shell scripts are properly formatted.