Skip to content

Console Output

09:08:21 [2022-08-26T09:08:21.980Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44040/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-44040/.git:/go/src/github.com/docker/docker/.git --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=14f97168f4574fc15e4e67d0b3282a651ac25d62 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:14f97168f4574fc15e4e67d0b3282a651ac25d62 hack/validate/default
09:08:22 [2022-08-26T09:08:22.908Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
09:08:22 [2022-08-26T09:08:22.909Z] No api/types/ or api/swagger.yaml changes in diff.
09:08:22 [2022-08-26T09:08:22.909Z] Congratulations!  All TOML source files changed here have valid syntax.
09:08:22 [2022-08-26T09:08:22.909Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
09:08:22 [2022-08-26T09:08:22.909Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
09:08:22 [2022-08-26T09:08:22.909Z] 
09:08:22 [2022-08-26T09:08:22.909Z] INFO Start validation with golang-ci-lint
09:08:23 [2022-08-26T09:08:23.472Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
09:08:23 [2022-08-26T09:08:23.729Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports gosec gosimple govet ineffassign misspell revive staticcheck structcheck typecheck unconvert unused varcheck] 
09:08:23 [2022-08-26T09:08:23.729Z] INFO [loader] Using build tags: [ journald]       
09:11:30 [2022-08-26T09:11:30.169Z] INFO [loader] Go packages loading at mode 575 (deps|name|types_sizes|compiled_files|exports_file|files|imports) took 2m55.279122396s 
09:11:30 [2022-08-26T09:11:30.169Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 531.030011ms 
09:13:06 [2022-08-26T09:13:06.569Z] INFO [linters context/goanalysis] analyzers took 6m17.201662657s with top 10 stages: buildir: 2m21.576806328s, the_only_name: 40.945956281s, goimports: 28.209645961s, unconvert: 25.180346686s, S1038: 17.640841175s, gosec: 16.755038808s, misspell: 6.597987212s, unused: 5.805744388s, S1039: 5.245958647s, nilness: 4.976037627s 
09:13:06 [2022-08-26T09:13:06.569Z] INFO [runner] Issues before processing: 2441, after processing: 0 
09:13:06 [2022-08-26T09:13:06.569Z] INFO [runner] Processors filtering stat (out/in): skip_files: 2120/2120, skip_dirs: 2120/2120, autogenerated_exclude: 2017/2120, cgo: 2120/2441, path_prettifier: 2120/2120, exclude: 2017/2017, filename_unadjuster: 2120/2120, identifier_marker: 2017/2017, exclude-rules: 79/2017, nolint: 0/79 
09:13:06 [2022-08-26T09:13:06.569Z] INFO [runner] processing took 83.549242ms with stages: nolint: 33.910377ms, identifier_marker: 21.828946ms, path_prettifier: 9.49902ms, autogenerated_exclude: 8.200302ms, exclude-rules: 7.815104ms, skip_dirs: 1.846911ms, cgo: 288.622µs, filename_unadjuster: 154.817µs, max_same_issues: 1.19µs, uniq_by_line: 796ns, source_code: 599ns, skip_files: 417ns, max_from_linter: 358ns, exclude: 337ns, diff: 333ns, path_shortener: 271ns, max_per_file_from_linter: 246ns, severity-rules: 239ns, sort_results: 232ns, path_prefixer: 125ns 
09:13:06 [2022-08-26T09:13:06.569Z] INFO [runner] linters took 1m46.927865615s with stages: goanalysis_metalinter: 1m46.844195011s 
09:13:06 [2022-08-26T09:13:06.569Z] INFO File cache stats: 1704 entries of total size 8.7MiB 
09:13:06 [2022-08-26T09:13:06.569Z] INFO Memory: 2829 samples, avg is 315.6MB, max is 1218.5MB 
09:13:06 [2022-08-26T09:13:06.569Z] INFO Execution took 4m42.747942863s               
09:13:07 [2022-08-26T09:13:07.131Z] Congratulations! The shell scripts are properly formatted.