Skip to content

Console Output

09:09:03 [2022-09-05T09:09:03.092Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44083/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-44083/.git:/go/src/github.com/docker/docker/.git --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=609d87003a0e9d431ef04a18743cb011cabda6ef -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:609d87003a0e9d431ef04a18743cb011cabda6ef hack/validate/default
09:09:04 [2022-09-05T09:09:04.019Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
09:09:04 [2022-09-05T09:09:04.275Z] Congratulations! yamllint config file formatted correctly
09:09:04 [2022-09-05T09:09:04.275Z] Congratulations! YAML files are formatted correctly
09:09:04 [2022-09-05T09:09:04.275Z] No api/types/ or api/swagger.yaml changes in diff.
09:09:04 [2022-09-05T09:09:04.275Z] Congratulations!  All TOML source files changed here have valid syntax.
09:09:04 [2022-09-05T09:09:04.275Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
09:09:04 [2022-09-05T09:09:04.275Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
09:09:04 [2022-09-05T09:09:04.275Z] 
09:09:04 [2022-09-05T09:09:04.275Z] INFO Start validation with golang-ci-lint
09:09:05 [2022-09-05T09:09:05.204Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
09:09:05 [2022-09-05T09:09:05.204Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports gosec gosimple govet ineffassign misspell revive staticcheck structcheck typecheck unconvert unused varcheck] 
09:09:05 [2022-09-05T09:09:05.204Z] INFO [loader] Using build tags: [ journald]       
09:12:11 [2022-09-05T09:12:11.629Z] INFO [loader] Go packages loading at mode 575 (files|imports|compiled_files|exports_file|types_sizes|deps|name) took 2m55.31717729s 
09:12:11 [2022-09-05T09:12:11.629Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 511.572852ms 
09:14:03 [2022-09-05T09:14:03.027Z] INFO [linters context/goanalysis] analyzers took 6m25.181993819s with top 10 stages: buildir: 2m21.16466979s, the_only_name: 38.096233346s, goimports: 27.041362622s, unconvert: 24.266811173s, S1038: 16.916062995s, gosec: 16.823863971s, misspell: 6.333690509s, unused: 5.348001047s, nilness: 5.011100621s, S1039: 4.564779598s 
09:14:03 [2022-09-05T09:14:03.027Z] INFO [runner] Issues before processing: 2438, after processing: 0 
09:14:03 [2022-09-05T09:14:03.027Z] INFO [runner] Processors filtering stat (out/in): skip_files: 2117/2117, skip_dirs: 2117/2117, autogenerated_exclude: 2014/2117, nolint: 0/79, identifier_marker: 2014/2014, cgo: 2117/2438, path_prettifier: 2117/2117, exclude: 2014/2014, exclude-rules: 79/2014, filename_unadjuster: 2117/2117 
09:14:03 [2022-09-05T09:14:03.027Z] INFO [runner] processing took 218.509483ms with stages: nolint: 86.299181ms, identifier_marker: 65.996212ms, path_prettifier: 31.643161ms, exclude-rules: 15.030815ms, autogenerated_exclude: 12.65204ms, skip_dirs: 3.663515ms, filename_unadjuster: 2.486738ms, cgo: 731.059µs, max_same_issues: 2.059µs, severity-rules: 937ns, max_from_linter: 776ns, uniq_by_line: 573ns, skip_files: 484ns, source_code: 340ns, exclude: 315ns, sort_results: 305ns, max_per_file_from_linter: 286ns, diff: 281ns, path_shortener: 265ns, path_prefixer: 141ns 
09:14:03 [2022-09-05T09:14:03.027Z] INFO [runner] linters took 1m47.376077239s with stages: goanalysis_metalinter: 1m47.156138104s 
09:14:03 [2022-09-05T09:14:03.027Z] INFO File cache stats: 1706 entries of total size 8.7MiB 
09:14:03 [2022-09-05T09:14:03.027Z] INFO Memory: 2834 samples, avg is 316.9MB, max is 1214.1MB 
09:14:03 [2022-09-05T09:14:03.027Z] INFO Execution took 4m43.218857448s               
09:14:03 [2022-09-05T09:14:03.027Z] Congratulations! The shell scripts are properly formatted.