Skip to content

Console Output

14:13:18 [2022-09-21T14:13:18.961Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44145/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-44145/.git:/go/src/github.com/docker/docker/.git --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=481bee51b513a4a8ceca80fca3c106157ab3adce -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:481bee51b513a4a8ceca80fca3c106157ab3adce hack/validate/default
14:13:19 [2022-09-21T14:13:19.891Z] Congratulations!  All commits are properly signed with the DCO!
14:13:20 [2022-09-21T14:13:20.821Z] Congratulations!  Seccomp profile generation is done correctly.
14:13:20 [2022-09-21T14:13:20.821Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
14:13:28 [2022-09-21T14:13:28.917Z] Congratulations!  The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
14:13:29 [2022-09-21T14:13:29.846Z] Congratulations!  All API changes are done the right way.
14:13:29 [2022-09-21T14:13:29.846Z] Congratulations!  All TOML source files changed here have valid syntax.
14:13:29 [2022-09-21T14:13:29.846Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
14:13:29 [2022-09-21T14:13:29.846Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
14:13:29 [2022-09-21T14:13:29.846Z] Congratulations!  No new tests were added to integration-cli.
14:13:29 [2022-09-21T14:13:29.846Z] 
14:13:29 [2022-09-21T14:13:29.846Z] INFO Start validation with golang-ci-lint
14:13:30 [2022-09-21T14:13:30.408Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
14:13:30 [2022-09-21T14:13:30.408Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
14:13:30 [2022-09-21T14:13:30.408Z] INFO [loader] Using build tags: [apparmor seccomp] 
14:16:06 [2022-09-21T14:16:06.855Z] INFO [loader] Go packages loading at mode 575 (deps|files|types_sizes|compiled_files|exports_file|imports|name) took 2m23.892477315s 
14:16:06 [2022-09-21T14:16:06.855Z] 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. 
14:16:06 [2022-09-21T14:16:06.855Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 390.838178ms 
14:17:14 [2022-09-21T14:17:14.509Z] INFO [linters context/goanalysis] analyzers took 3m50.666222599s with top 10 stages: buildir: 1m41.578773322s, goimports: 20.019254514s, unconvert: 13.495789305s, gosec: 10.94064994s, S1038: 6.662276496s, golint: 5.905112562s, misspell: 4.697082712s, inspect: 4.154232513s, nilness: 3.796164596s, S1039: 2.927348819s 
14:17:14 [2022-09-21T14:17:14.509Z] INFO [runner] Issues before processing: 2488, after processing: 0 
14:17:14 [2022-09-21T14:17:14.509Z] INFO [runner] Processors filtering stat (out/in): skip_dirs: 1870/1870, skip_files: 1870/1870, exclude: 1765/1765, autogenerated_exclude: 1765/1870, exclude-rules: 78/1765, nolint: 0/78, identifier_marker: 1765/1765, cgo: 1870/2488, filename_unadjuster: 1870/1870, path_prettifier: 1870/1870 
14:17:14 [2022-09-21T14:17:14.509Z] INFO [runner] processing took 68.659067ms with stages: nolint: 26.337026ms, identifier_marker: 18.585045ms, path_prettifier: 7.951584ms, exclude-rules: 6.974365ms, autogenerated_exclude: 6.971597ms, skip_dirs: 1.499493ms, cgo: 211.478µs, filename_unadjuster: 123.724µs, max_same_issues: 1.335µs, uniq_by_line: 616ns, exclude: 492ns, skip_files: 416ns, max_from_linter: 322ns, diff: 293ns, sort_results: 263ns, max_per_file_from_linter: 245ns, source_code: 240ns, severity-rules: 229ns, path_shortener: 197ns, path_prefixer: 107ns 
14:17:14 [2022-09-21T14:17:14.509Z] INFO [runner] linters took 1m16.998935831s with stages: goanalysis_metalinter: 1m16.93017091s 
14:17:14 [2022-09-21T14:17:14.509Z] INFO File cache stats: 1456 entries of total size 6.9MiB 
14:17:14 [2022-09-21T14:17:14.509Z] INFO Memory: 2214 samples, avg is 281.7MB, max is 1096.2MB 
14:17:14 [2022-09-21T14:17:14.509Z] INFO Execution took 3m41.290532783s               
14:17:14 [2022-09-21T14:17:14.509Z] Congratulations! The shell scripts are properly formatted.