Skip to content

Console Output

14:40:52 [2022-09-29T14:40:52.385Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44218/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-44218/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=c0033925824d12c1e8133add0d4032e2f743316f -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:c0033925824d12c1e8133add0d4032e2f743316f hack/validate/default
14:40:52 [2022-09-29T14:40:52.954Z] Congratulations!  All commits are properly signed with the DCO!
14:40:53 [2022-09-29T14:40:53.894Z] Congratulations!  Seccomp profile generation is done correctly.
14:40:53 [2022-09-29T14:40:53.894Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
14:41:02 [2022-09-29T14:41:02.030Z] Congratulations!  The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
14:41:02 [2022-09-29T14:41:02.968Z] Congratulations!  All API changes are done the right way.
14:41:02 [2022-09-29T14:41:02.968Z] Congratulations!  All TOML source files changed here have valid syntax.
14:41:02 [2022-09-29T14:41:02.968Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
14:41:02 [2022-09-29T14:41:02.968Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
14:41:02 [2022-09-29T14:41:02.968Z] Congratulations!  No new tests were added to integration-cli.
14:41:02 [2022-09-29T14:41:02.968Z] 
14:41:02 [2022-09-29T14:41:02.968Z] INFO Start validation with golang-ci-lint
14:41:03 [2022-09-29T14:41:03.908Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
14:41:03 [2022-09-29T14:41:03.908Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
14:41:03 [2022-09-29T14:41:03.908Z] INFO [loader] Using build tags: [apparmor seccomp] 
14:43:40 [2022-09-29T14:43:40.511Z] INFO [loader] Go packages loading at mode 575 (deps|exports_file|name|compiled_files|imports|types_sizes|files) took 2m27.714229055s 
14:43:40 [2022-09-29T14:43:40.511Z] 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:43:40 [2022-09-29T14:43:40.511Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 401.519184ms 
14:45:01 [2022-09-29T14:45:01.977Z] INFO [linters context/goanalysis] analyzers took 3m52.973978137s with top 10 stages: buildir: 1m42.111941533s, goimports: 21.675848598s, unconvert: 14.778550393s, gosec: 12.776353158s, golint: 6.506434072s, S1038: 6.173251376s, misspell: 6.056431507s, inspect: 3.992136727s, nilness: 3.524565917s, S1039: 2.957356711s 
14:45:01 [2022-09-29T14:45:01.977Z] INFO [runner] Issues before processing: 2488, after processing: 0 
14:45:01 [2022-09-29T14:45:01.977Z] INFO [runner] Processors filtering stat (out/in): skip_dirs: 1870/1870, nolint: 0/78, cgo: 1870/2488, filename_unadjuster: 1870/1870, identifier_marker: 1765/1765, exclude-rules: 78/1765, path_prettifier: 1870/1870, skip_files: 1870/1870, exclude: 1765/1765, autogenerated_exclude: 1765/1870 
14:45:01 [2022-09-29T14:45:01.977Z] INFO [runner] processing took 156.578564ms with stages: nolint: 53.210623ms, identifier_marker: 47.403734ms, autogenerated_exclude: 25.222954ms, exclude-rules: 15.507073ms, path_prettifier: 11.493525ms, skip_dirs: 2.791603ms, cgo: 529.429µs, filename_unadjuster: 413.116µs, max_same_issues: 1.638µs, uniq_by_line: 906ns, source_code: 688ns, skip_files: 550ns, max_from_linter: 484ns, diff: 482ns, path_shortener: 400ns, exclude: 324ns, max_per_file_from_linter: 297ns, severity-rules: 297ns, sort_results: 295ns, path_prefixer: 146ns 
14:45:01 [2022-09-29T14:45:01.977Z] INFO [runner] linters took 1m18.959459903s with stages: goanalysis_metalinter: 1m18.801604856s 
14:45:01 [2022-09-29T14:45:01.977Z] INFO File cache stats: 1456 entries of total size 6.9MiB 
14:45:01 [2022-09-29T14:45:01.977Z] INFO Memory: 2272 samples, avg is 275.8MB, max is 1047.6MB 
14:45:01 [2022-09-29T14:45:01.977Z] INFO Execution took 3m47.086261842s               
14:45:01 [2022-09-29T14:45:01.977Z] Congratulations! The shell scripts are properly formatted.