Skip to content

Console Output

22:20:12 [2022-10-17T22:20:12.197Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44313/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-44313/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=6699afa5495a1234d3647e3f19fe516e00a923c4 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:6699afa5495a1234d3647e3f19fe516e00a923c4 hack/validate/default
22:20:12 [2022-10-17T22:20:12.763Z] Congratulations!  All commits are properly signed with the DCO!
22:20:14 [2022-10-17T22:20:14.137Z] Congratulations!  Seccomp profile generation is done correctly.
22:20:14 [2022-10-17T22:20:14.137Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
22:20:22 [2022-10-17T22:20:22.248Z] Congratulations!  The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
22:20:22 [2022-10-17T22:20:22.818Z] Congratulations!  All API changes are done the right way.
22:20:22 [2022-10-17T22:20:22.818Z] Congratulations!  All TOML source files changed here have valid syntax.
22:20:22 [2022-10-17T22:20:22.818Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
22:20:22 [2022-10-17T22:20:22.818Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
22:20:22 [2022-10-17T22:20:22.818Z] Congratulations!  No new tests were added to integration-cli.
22:20:22 [2022-10-17T22:20:22.818Z] 
22:20:22 [2022-10-17T22:20:22.818Z] INFO Start validation with golang-ci-lint
22:20:23 [2022-10-17T22:20:23.385Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
22:20:23 [2022-10-17T22:20:23.385Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
22:20:23 [2022-10-17T22:20:23.385Z] INFO [loader] Using build tags: [apparmor seccomp] 
22:22:59 [2022-10-17T22:22:59.858Z] INFO [loader] Go packages loading at mode 575 (name|types_sizes|deps|exports_file|files|compiled_files|imports) took 2m26.535241783s 
22:22:59 [2022-10-17T22:22:59.858Z] 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. 
22:22:59 [2022-10-17T22:22:59.858Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 397.690451ms 
22:24:21 [2022-10-17T22:24:21.286Z] INFO [linters context/goanalysis] analyzers took 3m53.750982105s with top 10 stages: buildir: 1m42.710791104s, goimports: 21.046644621s, unconvert: 15.04316854s, gosec: 13.265192454s, S1038: 7.046682414s, golint: 6.350939292s, misspell: 6.009134033s, inspect: 4.022355408s, nilness: 3.667826666s, S1039: 3.143435986s 
22:24:21 [2022-10-17T22:24:21.286Z] INFO [runner] Issues before processing: 2488, after processing: 0 
22:24:21 [2022-10-17T22:24:21.286Z] INFO [runner] Processors filtering stat (out/in): path_prettifier: 1870/1870, skip_dirs: 1870/1870, autogenerated_exclude: 1765/1870, nolint: 0/78, filename_unadjuster: 1870/1870, cgo: 1870/2488, skip_files: 1870/1870, identifier_marker: 1765/1765, exclude: 1765/1765, exclude-rules: 78/1765 
22:24:21 [2022-10-17T22:24:21.286Z] INFO [runner] processing took 204.623562ms with stages: nolint: 102.09957ms, identifier_marker: 44.445012ms, exclude-rules: 33.382443ms, path_prettifier: 12.26154ms, autogenerated_exclude: 9.207393ms, skip_dirs: 2.581482ms, cgo: 436.174µs, filename_unadjuster: 203.342µs, max_same_issues: 2.023µs, diff: 710ns, uniq_by_line: 647ns, max_from_linter: 557ns, skip_files: 473ns, exclude: 403ns, source_code: 372ns, severity-rules: 324ns, path_shortener: 311ns, max_per_file_from_linter: 282ns, sort_results: 267ns, path_prefixer: 237ns 
22:24:21 [2022-10-17T22:24:21.286Z] INFO [runner] linters took 1m18.240206501s with stages: goanalysis_metalinter: 1m18.020430367s 
22:24:21 [2022-10-17T22:24:21.286Z] INFO File cache stats: 1458 entries of total size 6.9MiB 
22:24:21 [2022-10-17T22:24:21.286Z] INFO Memory: 2253 samples, avg is 277.6MB, max is 1084.5MB 
22:24:21 [2022-10-17T22:24:21.286Z] INFO Execution took 3m45.181963291s               
22:24:21 [2022-10-17T22:24:21.286Z] Congratulations! The shell scripts are properly formatted.