Skip to content

Console Output

03:53:05 [2022-08-24T03:53:05.895Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44024/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-44024/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=76fa56b62dd6246402ed04f3acb9e64293e5fe3c -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=22.06 docker:76fa56b62dd6246402ed04f3acb9e64293e5fe3c hack/validate/default
03:53:07 [2022-08-24T03:53:07.832Z] Congratulations!  Seccomp profile generation is done correctly.
03:53:07 [2022-08-24T03:53:07.832Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
03:53:15 [2022-08-24T03:53:15.964Z] Congratulations!  The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
03:53:17 [2022-08-24T03:53:17.866Z] Congratulations!  All API changes are done the right way.
03:53:17 [2022-08-24T03:53:17.866Z] Congratulations!  All TOML source files changed here have valid syntax.
03:53:17 [2022-08-24T03:53:17.866Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
03:53:17 [2022-08-24T03:53:17.866Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
03:53:17 [2022-08-24T03:53:17.866Z] 
03:53:17 [2022-08-24T03:53:17.866Z] INFO Start validation with golang-ci-lint
03:53:18 [2022-08-24T03:53:18.435Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
03:53:18 [2022-08-24T03:53:18.435Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports gosec gosimple govet ineffassign misspell revive staticcheck structcheck typecheck unconvert unused varcheck] 
03:56:25 [2022-08-24T03:56:25.113Z] INFO [loader] Go packages loading at mode 575 (exports_file|files|name|types_sizes|compiled_files|deps|imports) took 2m54.42279168s 
03:56:25 [2022-08-24T03:56:25.113Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 504.373742ms 
03:58:01 [2022-08-24T03:58:01.558Z] INFO [linters context/goanalysis] analyzers took 6m28.350903s with top 10 stages: buildir: 2m22.339553699s, the_only_name: 40.318082452s, goimports: 28.348571891s, unconvert: 22.72480133s, gosec: 18.074734914s, S1038: 17.516814656s, misspell: 6.561090878s, unused: 4.7936961s, S1039: 4.72768847s, SA4030: 4.619843505s 
03:58:01 [2022-08-24T03:58:01.558Z] INFO [runner] Issues before processing: 2397, after processing: 0 
03:58:01 [2022-08-24T03:58:01.558Z] INFO [runner] Processors filtering stat (out/in): path_prettifier: 2134/2134, skip_dirs: 2134/2134, exclude: 2031/2031, cgo: 2134/2397, skip_files: 2134/2134, nolint: 0/78, identifier_marker: 2031/2031, filename_unadjuster: 2134/2134, autogenerated_exclude: 2031/2134, exclude-rules: 78/2031 
03:58:01 [2022-08-24T03:58:01.558Z] INFO [runner] processing took 153.765887ms with stages: nolint: 48.999699ms, identifier_marker: 48.775213ms, autogenerated_exclude: 19.024399ms, path_prettifier: 17.342014ms, exclude-rules: 14.899235ms, skip_dirs: 3.432305ms, cgo: 708.325µs, filename_unadjuster: 579.574µs, max_same_issues: 1.525µs, diff: 543ns, uniq_by_line: 516ns, skip_files: 479ns, exclude: 364ns, max_from_linter: 312ns, source_code: 292ns, path_shortener: 258ns, max_per_file_from_linter: 237ns, severity-rules: 233ns, sort_results: 226ns, path_prefixer: 138ns 
03:58:01 [2022-08-24T03:58:01.558Z] INFO [runner] linters took 1m46.741217307s with stages: goanalysis_metalinter: 1m46.587303083s 
03:58:01 [2022-08-24T03:58:01.558Z] INFO File cache stats: 1675 entries of total size 8.6MiB 
03:58:01 [2022-08-24T03:58:01.558Z] INFO Memory: 2818 samples, avg is 314.2MB, max is 1189.2MB 
03:58:01 [2022-08-24T03:58:01.558Z] INFO Execution took 4m41.678975887s               
03:58:01 [2022-08-24T03:58:01.558Z] Congratulations! The shell scripts are properly formatted.