Skip to content

Console Output

06:42:24 [2022-08-26T06:42:24.781Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44046/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-44046/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=704e7a2d71cf90a60bfc7506be2bee295c84fb0e -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=22.06 docker:704e7a2d71cf90a60bfc7506be2bee295c84fb0e hack/validate/default
06:42:26 [2022-08-26T06:42:26.161Z] Congratulations!  Seccomp profile generation is done correctly.
06:42:26 [2022-08-26T06:42:26.161Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
06:42:34 [2022-08-26T06:42:34.278Z] Congratulations!  The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
06:42:36 [2022-08-26T06:42:36.812Z] Congratulations!  All API changes are done the right way.
06:42:36 [2022-08-26T06:42:36.812Z] Congratulations!  All TOML source files changed here have valid syntax.
06:42:36 [2022-08-26T06:42:36.812Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
06:42:36 [2022-08-26T06:42:36.812Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
06:42:36 [2022-08-26T06:42:36.812Z] 
06:42:36 [2022-08-26T06:42:36.812Z] INFO Start validation with golang-ci-lint
06:42:37 [2022-08-26T06:42:37.071Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
06:42:37 [2022-08-26T06:42:37.071Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports gosec gosimple govet ineffassign misspell revive staticcheck structcheck typecheck unconvert unused varcheck] 
06:45:28 [2022-08-26T06:45:28.673Z] INFO [loader] Go packages loading at mode 575 (exports_file|files|imports|compiled_files|deps|types_sizes|name) took 2m50.664930459s 
06:45:28 [2022-08-26T06:45:28.673Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 510.398245ms 
06:47:20 [2022-08-26T06:47:20.141Z] INFO [linters context/goanalysis] analyzers took 6m49.809175305s with top 10 stages: buildir: 2m22.216193879s, the_only_name: 43.508806573s, goimports: 30.069816209s, unconvert: 23.571545876s, gosec: 20.307807211s, S1038: 19.548652629s, misspell: 6.267862307s, S1039: 6.075183874s, SA1012: 5.779681443s, unused: 5.616137856s 
06:47:20 [2022-08-26T06:47:20.141Z] INFO [runner] Issues before processing: 2397, after processing: 0 
06:47:20 [2022-08-26T06:47:20.141Z] INFO [runner] Processors filtering stat (out/in): autogenerated_exclude: 2031/2134, filename_unadjuster: 2134/2134, path_prettifier: 2134/2134, skip_dirs: 2134/2134, exclude-rules: 78/2031, cgo: 2134/2397, skip_files: 2134/2134, identifier_marker: 2031/2031, exclude: 2031/2031, nolint: 0/78 
06:47:20 [2022-08-26T06:47:20.141Z] INFO [runner] processing took 84.100578ms with stages: nolint: 33.789509ms, identifier_marker: 22.221087ms, path_prettifier: 9.751594ms, autogenerated_exclude: 8.203599ms, exclude-rules: 8.007432ms, skip_dirs: 1.803649ms, cgo: 185.211µs, filename_unadjuster: 133.992µs, max_same_issues: 1.231µs, uniq_by_line: 587ns, skip_files: 376ns, max_from_linter: 363ns, diff: 289ns, exclude: 278ns, source_code: 261ns, sort_results: 252ns, max_per_file_from_linter: 234ns, severity-rules: 226ns, path_shortener: 224ns, path_prefixer: 184ns 
06:47:20 [2022-08-26T06:47:20.141Z] INFO [runner] linters took 1m44.777289288s with stages: goanalysis_metalinter: 1m44.693047956s 
06:47:20 [2022-08-26T06:47:20.141Z] INFO File cache stats: 1675 entries of total size 8.6MiB 
06:47:20 [2022-08-26T06:47:20.141Z] INFO Memory: 2760 samples, avg is 313.9MB, max is 1201.3MB 
06:47:20 [2022-08-26T06:47:20.141Z] INFO Execution took 4m35.962754553s               
06:47:20 [2022-08-26T06:47:20.141Z] Congratulations! The shell scripts are properly formatted.