Skip to content

Console Output

09:09:08 [2022-03-17T09:09:08.665Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43214/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43214/.git:/go/src/github.com/docker/docker/.git --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=427b0cd63688a6a167256855c1c3f5fa15ddf889 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:427b0cd63688a6a167256855c1c3f5fa15ddf889 hack/validate/default
09:09:09 [2022-03-17T09:09:09.622Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
09:09:17 [2022-03-17T09:09:17.774Z] Congratulations!  The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
09:09:19 [2022-03-17T09:09:19.690Z] Congratulations!  All API changes are done the right way.
09:09:19 [2022-03-17T09:09:19.690Z] Congratulations!  All TOML source files changed here have valid syntax.
09:09:19 [2022-03-17T09:09:19.690Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
09:09:19 [2022-03-17T09:09:19.690Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
09:09:19 [2022-03-17T09:09:19.952Z] Congratulations!  No new tests were added to integration-cli.
09:09:19 [2022-03-17T09:09:19.952Z] 
09:09:19 [2022-03-17T09:09:19.952Z] INFO Start validation with golang-ci-lint
09:09:20 [2022-03-17T09:09:20.526Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
09:09:20 [2022-03-17T09:09:20.526Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
09:09:20 [2022-03-17T09:09:20.526Z] INFO [loader] Using build tags: [apparmor seccomp] 
09:12:12 [2022-03-17T09:12:12.116Z] INFO [loader] Go packages loading at mode 575 (exports_file|files|types_sizes|compiled_files|deps|imports|name) took 2m42.70117327s 
09:12:12 [2022-03-17T09:12:12.116Z] 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:12:12 [2022-03-17T09:12:12.116Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 491.414443ms 
09:13:33 [2022-03-17T09:13:33.634Z] INFO [linters context/goanalysis] analyzers took 4m43.993196523s with top 10 stages: buildir: 1m57.424955203s, goimports: 24.425173953s, unconvert: 17.127713593s, gosec: 15.238131457s, golint: 8.507005899s, S1038: 8.217076962s, misspell: 6.970792159s, nilness: 4.56192653s, directives: 4.027727549s, S1039: 3.935447409s 
09:13:33 [2022-03-17T09:13:33.634Z] INFO [runner] Issues before processing: 3060, after processing: 0 
09:13:33 [2022-03-17T09:13:33.634Z] INFO [runner] Processors filtering stat (out/in): filename_unadjuster: 2444/2444, cgo: 2444/3060, path_prettifier: 2444/2444, skip_dirs: 2444/2444, exclude: 2056/2056, identifier_marker: 2056/2056, exclude-rules: 78/2056, nolint: 0/78, skip_files: 2444/2444, autogenerated_exclude: 2056/2444 
09:13:33 [2022-03-17T09:13:33.634Z] INFO [runner] processing took 81.690681ms with stages: nolint: 31.269777ms, identifier_marker: 21.495105ms, path_prettifier: 9.676351ms, autogenerated_exclude: 8.852451ms, exclude-rules: 8.018078ms, skip_dirs: 1.955314ms, cgo: 273.589µs, filename_unadjuster: 144.359µs, max_same_issues: 1.209µs, skip_files: 810ns, path_shortener: 682ns, uniq_by_line: 509ns, diff: 486ns, exclude: 378ns, max_from_linter: 357ns, source_code: 322ns, sort_results: 299ns, severity-rules: 255ns, max_per_file_from_linter: 232ns, path_prefixer: 118ns 
09:13:33 [2022-03-17T09:13:33.634Z] INFO [runner] linters took 1m28.394263822s with stages: goanalysis_metalinter: 1m28.31245157s 
09:13:33 [2022-03-17T09:13:33.634Z] INFO File cache stats: 1663 entries of total size 8.4MiB 
09:13:33 [2022-03-17T09:13:33.634Z] INFO Memory: 2516 samples, avg is 294.7MB, max is 1177.7MB 
09:13:33 [2022-03-17T09:13:33.634Z] INFO Execution took 4m11.597018563s               
09:13:33 [2022-03-17T09:13:33.634Z] Congratulations! The shell scripts are properly formatted.