Skip to content

Console Output

07:36:27 [2022-07-15T07:36:27.517Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43812/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43812/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=edcc51cbee0f840a49714c3c50675394370291ff -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=22.06 docker:edcc51cbee0f840a49714c3c50675394370291ff hack/validate/default
07:36:29 [2022-07-15T07:36:29.423Z] Congratulations!  Seccomp profile generation is done correctly.
07:36:29 [2022-07-15T07:36:29.423Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
07:36:37 [2022-07-15T07:36:37.543Z] Congratulations!  The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
07:36:42 [2022-07-15T07:36:42.808Z] Congratulations!  All API changes are done the right way.
07:36:42 [2022-07-15T07:36:42.808Z] Congratulations!  All TOML source files changed here have valid syntax.
07:36:42 [2022-07-15T07:36:42.808Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
07:36:42 [2022-07-15T07:36:42.808Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
07:36:42 [2022-07-15T07:36:42.808Z] 
07:36:42 [2022-07-15T07:36:42.808Z] INFO Start validation with golang-ci-lint
07:36:43 [2022-07-15T07:36:43.743Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
07:36:43 [2022-07-15T07:36:43.743Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports gosec gosimple govet ineffassign misspell revive staticcheck structcheck typecheck unconvert unused varcheck] 
07:39:35 [2022-07-15T07:39:35.252Z] INFO [loader] Go packages loading at mode 575 (compiled_files|deps|files|name|exports_file|imports|types_sizes) took 2m49.12977009s 
07:39:35 [2022-07-15T07:39:35.253Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 502.522206ms 
07:41:26 [2022-07-15T07:41:26.710Z] INFO [linters context/goanalysis] analyzers took 6m18.105607943s with top 10 stages: buildir: 2m19.224092151s, the_only_name: 39.058015035s, goimports: 27.452576748s, unconvert: 23.743412486s, gosec: 17.969703085s, S1038: 17.641424374s, misspell: 7.094491022s, S1039: 5.487297636s, unused: 4.835631679s, SA4030: 4.575941493s 
07:41:26 [2022-07-15T07:41:26.710Z] INFO [runner] Issues before processing: 2396, after processing: 0 
07:41:26 [2022-07-15T07:41:26.710Z] INFO [runner] Processors filtering stat (out/in): cgo: 2133/2396, identifier_marker: 2030/2030, exclude-rules: 77/2030, path_prettifier: 2133/2133, skip_files: 2133/2133, skip_dirs: 2133/2133, autogenerated_exclude: 2030/2133, exclude: 2030/2030, nolint: 0/77, filename_unadjuster: 2133/2133 
07:41:26 [2022-07-15T07:41:26.710Z] INFO [runner] processing took 81.259925ms with stages: nolint: 32.592193ms, identifier_marker: 21.650511ms, path_prettifier: 8.862902ms, autogenerated_exclude: 8.089227ms, exclude-rules: 7.817652ms, skip_dirs: 1.858581ms, cgo: 229.64µs, filename_unadjuster: 154.243µs, max_same_issues: 1.203µs, skip_files: 781ns, uniq_by_line: 465ns, max_from_linter: 349ns, diff: 344ns, source_code: 330ns, exclude: 320ns, max_per_file_from_linter: 275ns, severity-rules: 251ns, path_shortener: 242ns, sort_results: 222ns, path_prefixer: 194ns 
07:41:26 [2022-07-15T07:41:26.710Z] INFO [runner] linters took 1m45.231060586s with stages: goanalysis_metalinter: 1m45.14966576s 
07:41:26 [2022-07-15T07:41:26.710Z] INFO File cache stats: 1674 entries of total size 8.6MiB 
07:41:26 [2022-07-15T07:41:26.710Z] INFO Memory: 2750 samples, avg is 324.2MB, max is 1221.8MB 
07:41:26 [2022-07-15T07:41:26.710Z] INFO Execution took 4m34.873160939s               
07:41:26 [2022-07-15T07:41:26.710Z] Congratulations! The shell scripts are properly formatted.