Skip to content

Console Output

09:12:18 [2022-05-19T09:12:18.007Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43617/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43617/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=3b157dc3b68b3fb0f83b9a3da3792a14bc8b6cab -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:3b157dc3b68b3fb0f83b9a3da3792a14bc8b6cab hack/validate/default
09:12:18 [2022-05-19T09:12:18.943Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
09:12:18 [2022-05-19T09:12:18.943Z] No api/types/ or api/swagger.yaml changes in diff.
09:12:18 [2022-05-19T09:12:18.943Z] Congratulations!  All TOML source files changed here have valid syntax.
09:12:18 [2022-05-19T09:12:18.943Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
09:12:18 [2022-05-19T09:12:18.943Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
09:12:18 [2022-05-19T09:12:18.943Z] Congratulations!  No new tests were added to integration-cli.
09:12:18 [2022-05-19T09:12:18.943Z] 
09:12:18 [2022-05-19T09:12:18.943Z] INFO Start validation with golang-ci-lint
09:12:19 [2022-05-19T09:12:19.878Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
09:12:19 [2022-05-19T09:12:19.878Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
09:15:26 [2022-05-19T09:15:26.397Z] INFO [loader] Go packages loading at mode 575 (exports_file|name|compiled_files|deps|files|imports|types_sizes) took 2m52.718114759s 
09:15:26 [2022-05-19T09:15:26.397Z] 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. 
09:15:26 [2022-05-19T09:15:26.397Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 497.50295ms 
09:16:47 [2022-05-19T09:16:47.889Z] INFO [linters context/goanalysis] analyzers took 5m2.931819647s with top 10 stages: buildir: 2m2.941312129s, goimports: 24.786544477s, unconvert: 19.115883797s, gosec: 15.292234122s, S1038: 8.965864508s, golint: 8.154934647s, misspell: 6.07696715s, inspect: 4.105942405s, nilness: 3.893499948s, unused: 3.840523854s 
09:16:47 [2022-05-19T09:16:47.889Z] INFO [runner] Issues before processing: 3043, after processing: 0 
09:16:47 [2022-05-19T09:16:47.889Z] INFO [runner] Processors filtering stat (out/in): exclude-rules: 78/2044, path_prettifier: 2427/2427, skip_dirs: 2427/2427, autogenerated_exclude: 2044/2427, cgo: 2427/3043, skip_files: 2427/2427, identifier_marker: 2044/2044, exclude: 2044/2044, filename_unadjuster: 2427/2427, nolint: 0/78 
09:16:47 [2022-05-19T09:16:47.889Z] INFO [runner] processing took 81.851306ms with stages: nolint: 31.425783ms, identifier_marker: 22.402648ms, path_prettifier: 9.492081ms, autogenerated_exclude: 8.235471ms, exclude-rules: 8.039761ms, skip_dirs: 1.831771ms, cgo: 261.314µs, filename_unadjuster: 157.459µs, max_same_issues: 1.494µs, uniq_by_line: 530ns, skip_files: 465ns, exclude: 374ns, max_from_linter: 346ns, severity-rules: 328ns, source_code: 321ns, path_shortener: 317ns, diff: 302ns, max_per_file_from_linter: 229ns, sort_results: 207ns, path_prefixer: 105ns 
09:16:47 [2022-05-19T09:16:47.889Z] INFO [runner] linters took 1m32.679954936s with stages: goanalysis_metalinter: 1m32.59797854s 
09:16:47 [2022-05-19T09:16:47.889Z] INFO File cache stats: 1673 entries of total size 8.5MiB 
09:16:47 [2022-05-19T09:16:47.889Z] INFO Memory: 2661 samples, avg is 292.4MB, max is 1234.3MB 
09:16:47 [2022-05-19T09:16:47.889Z] INFO Execution took 4m25.907026254s               
09:16:47 [2022-05-19T09:16:47.889Z] Congratulations! The shell scripts are properly formatted.