Skip to content

Console Output

07:31:17 [2022-06-02T07:31:17.724Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43676/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43676/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=c1a9ffc97a0f0d0a034ab1ab727095a33c571337 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:c1a9ffc97a0f0d0a034ab1ab727095a33c571337 hack/validate/default
07:31:18 [2022-06-02T07:31:18.678Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
07:31:18 [2022-06-02T07:31:18.678Z] No api/types/ or api/swagger.yaml changes in diff.
07:31:18 [2022-06-02T07:31:18.678Z] Congratulations!  All TOML source files changed here have valid syntax.
07:31:18 [2022-06-02T07:31:18.678Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
07:31:18 [2022-06-02T07:31:18.678Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
07:31:18 [2022-06-02T07:31:18.678Z] Congratulations!  No new tests were added to integration-cli.
07:31:18 [2022-06-02T07:31:18.678Z] 
07:31:18 [2022-06-02T07:31:18.678Z] INFO Start validation with golang-ci-lint
07:31:19 [2022-06-02T07:31:19.620Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
07:31:19 [2022-06-02T07:31:19.620Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
07:34:26 [2022-06-02T07:34:26.178Z] INFO [loader] Go packages loading at mode 575 (deps|exports_file|imports|name|types_sizes|compiled_files|files) took 2m52.102199553s 
07:34:26 [2022-06-02T07:34:26.178Z] 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. 
07:34:26 [2022-06-02T07:34:26.178Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 497.391581ms 
07:35:47 [2022-06-02T07:35:47.555Z] INFO [linters context/goanalysis] analyzers took 4m45.155994687s with top 10 stages: buildir: 2m1.944979682s, goimports: 24.497877092s, unconvert: 17.123878985s, gosec: 14.530132292s, S1038: 8.448907893s, golint: 8.002579115s, misspell: 6.087063567s, nilness: 4.338432258s, inspect: 4.164820458s, S1039: 3.859068277s 
07:35:47 [2022-06-02T07:35:47.555Z] INFO [runner] Issues before processing: 3034, after processing: 0 
07:35:47 [2022-06-02T07:35:47.555Z] INFO [runner] Processors filtering stat (out/in): exclude-rules: 77/2035, identifier_marker: 2035/2035, skip_dirs: 2418/2418, autogenerated_exclude: 2035/2418, exclude: 2035/2035, nolint: 0/77, filename_unadjuster: 2418/2418, path_prettifier: 2418/2418, skip_files: 2418/2418, cgo: 2418/3034 
07:35:47 [2022-06-02T07:35:47.555Z] INFO [runner] processing took 81.091279ms with stages: nolint: 32.329284ms, identifier_marker: 21.482419ms, path_prettifier: 9.14574ms, autogenerated_exclude: 8.141434ms, exclude-rules: 7.845871ms, skip_dirs: 1.763695ms, cgo: 242.284µs, filename_unadjuster: 134.652µs, max_same_issues: 1.763µs, uniq_by_line: 704ns, diff: 581ns, skip_files: 452ns, exclude: 444ns, max_from_linter: 437ns, source_code: 402ns, path_shortener: 251ns, severity-rules: 229ns, max_per_file_from_linter: 227ns, sort_results: 216ns, path_prefixer: 194ns 
07:35:47 [2022-06-02T07:35:47.555Z] INFO [runner] linters took 1m31.907390878s with stages: goanalysis_metalinter: 1m31.826172578s 
07:35:47 [2022-06-02T07:35:47.555Z] INFO File cache stats: 1671 entries of total size 8.5MiB 
07:35:47 [2022-06-02T07:35:47.555Z] INFO Memory: 2647 samples, avg is 285.3MB, max is 1178.5MB 
07:35:47 [2022-06-02T07:35:47.555Z] INFO Execution took 4m24.517549927s               
07:35:47 [2022-06-02T07:35:47.555Z] Congratulations! The shell scripts are properly formatted.