Skip to content

Console Output

11:28:14 [2022-09-10T11:28:14.195Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44122/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-44122/.git:/go/src/github.com/docker/docker/.git --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=25707841695d3bcfae8691e63152ecf4fec5a0fa -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:25707841695d3bcfae8691e63152ecf4fec5a0fa hack/validate/default
11:28:14 [2022-09-10T11:28:14.762Z] Congratulations!  All commits are properly signed with the DCO!
11:28:15 [2022-09-10T11:28:15.698Z] Congratulations!  Seccomp profile generation is done correctly.
11:28:15 [2022-09-10T11:28:15.698Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
11:28:23 [2022-09-10T11:28:23.811Z] Congratulations!  The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
11:28:25 [2022-09-10T11:28:25.186Z] Congratulations!  All API changes are done the right way.
11:28:25 [2022-09-10T11:28:25.186Z] Congratulations!  All TOML source files changed here have valid syntax.
11:28:25 [2022-09-10T11:28:25.186Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
11:28:25 [2022-09-10T11:28:25.186Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
11:28:25 [2022-09-10T11:28:25.186Z] Congratulations!  No new tests were added to integration-cli.
11:28:25 [2022-09-10T11:28:25.186Z] 
11:28:25 [2022-09-10T11:28:25.186Z] INFO Start validation with golang-ci-lint
11:28:25 [2022-09-10T11:28:25.755Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
11:28:25 [2022-09-10T11:28:25.755Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
11:28:25 [2022-09-10T11:28:25.755Z] INFO [loader] Using build tags: [apparmor seccomp] 
11:31:02 [2022-09-10T11:31:02.244Z] INFO [loader] Go packages loading at mode 575 (files|name|types_sizes|deps|exports_file|compiled_files|imports) took 2m26.499457031s 
11:31:02 [2022-09-10T11:31:02.244Z] 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. 
11:31:02 [2022-09-10T11:31:02.245Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 421.832427ms 
11:32:23 [2022-09-10T11:32:23.676Z] INFO [linters context/goanalysis] analyzers took 4m4.966243579s with top 10 stages: buildir: 1m42.686981725s, goimports: 21.010353461s, unconvert: 14.76922993s, gosec: 13.738240779s, golint: 6.571933835s, S1038: 6.262809414s, misspell: 5.875989873s, nilness: 3.502218598s, S1039: 3.381974247s, unused: 3.230841604s 
11:32:23 [2022-09-10T11:32:23.676Z] INFO [runner] Issues before processing: 2482, after processing: 0 
11:32:23 [2022-09-10T11:32:23.676Z] INFO [runner] Processors filtering stat (out/in): filename_unadjuster: 1870/1870, exclude-rules: 78/1765, nolint: 0/78, skip_files: 1870/1870, skip_dirs: 1870/1870, exclude: 1765/1765, cgo: 1870/2482, autogenerated_exclude: 1765/1870, path_prettifier: 1870/1870, identifier_marker: 1765/1765 
11:32:23 [2022-09-10T11:32:23.676Z] INFO [runner] processing took 100.785283ms with stages: identifier_marker: 33.927123ms, nolint: 29.309817ms, path_prettifier: 13.297051ms, autogenerated_exclude: 10.564804ms, exclude-rules: 9.932333ms, skip_dirs: 2.463266ms, cgo: 733.769µs, filename_unadjuster: 551.43µs, max_same_issues: 1.972µs, uniq_by_line: 585ns, skip_files: 436ns, exclude: 395ns, diff: 359ns, max_from_linter: 340ns, path_shortener: 288ns, source_code: 283ns, max_per_file_from_linter: 269ns, severity-rules: 266ns, sort_results: 249ns, path_prefixer: 248ns 
11:32:23 [2022-09-10T11:32:23.676Z] INFO [runner] linters took 1m17.967113481s with stages: goanalysis_metalinter: 1m17.866142279s 
11:32:23 [2022-09-10T11:32:23.676Z] INFO File cache stats: 1456 entries of total size 6.9MiB 
11:32:23 [2022-09-10T11:32:23.676Z] INFO Memory: 2248 samples, avg is 275.2MB, max is 1056.4MB 
11:32:23 [2022-09-10T11:32:23.676Z] INFO Execution took 3m44.899093315s               
11:32:23 [2022-09-10T11:32:23.676Z] Congratulations! The shell scripts are properly formatted.