Skip to content

Console Output

21:38:28 [2022-08-23T21:38:28.058Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44021/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-44021/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=7f0cf432e98e1a2e2860faa36ec8bdc55d219e12 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:7f0cf432e98e1a2e2860faa36ec8bdc55d219e12 hack/validate/default
21:38:28 [2022-08-23T21:38:28.988Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
21:38:28 [2022-08-23T21:38:28.988Z] No api/types/ or api/swagger.yaml changes in diff.
21:38:28 [2022-08-23T21:38:28.988Z] Congratulations!  All TOML source files changed here have valid syntax.
21:38:28 [2022-08-23T21:38:28.988Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
21:38:28 [2022-08-23T21:38:28.988Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
21:38:28 [2022-08-23T21:38:28.988Z] 
21:38:28 [2022-08-23T21:38:28.988Z] INFO Start validation with golang-ci-lint
21:38:29 [2022-08-23T21:38:29.914Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
21:38:29 [2022-08-23T21:38:29.915Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports gosec gosimple govet ineffassign misspell revive staticcheck structcheck typecheck unconvert unused varcheck] 
21:38:29 [2022-08-23T21:38:29.915Z] INFO [loader] Using build tags: [ journald]       
21:41:36 [2022-08-23T21:41:36.357Z] INFO [loader] Go packages loading at mode 575 (deps|exports_file|name|types_sizes|compiled_files|files|imports) took 2m57.094383078s 
21:41:36 [2022-08-23T21:41:36.357Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 500.496435ms 
21:43:27 [2022-08-23T21:43:27.742Z] INFO [linters context/goanalysis] analyzers took 6m35.695583375s with top 10 stages: buildir: 2m24.393118702s, the_only_name: 40.439091538s, goimports: 29.776128487s, unconvert: 24.290674122s, gosec: 19.862749553s, S1038: 17.122103313s, misspell: 5.599219161s, S1039: 5.414045477s, inspect: 4.843559571s, unused: 4.763071032s 
21:43:27 [2022-08-23T21:43:27.742Z] INFO [runner] Issues before processing: 2444, after processing: 0 
21:43:27 [2022-08-23T21:43:27.742Z] INFO [runner] Processors filtering stat (out/in): skip_files: 2123/2123, autogenerated_exclude: 2020/2123, identifier_marker: 2020/2020, path_prettifier: 2123/2123, skip_dirs: 2123/2123, exclude: 2020/2020, exclude-rules: 79/2020, cgo: 2123/2444, filename_unadjuster: 2123/2123, nolint: 0/79 
21:43:27 [2022-08-23T21:43:27.742Z] INFO [runner] processing took 84.794587ms with stages: nolint: 34.205862ms, identifier_marker: 23.168305ms, path_prettifier: 8.987132ms, autogenerated_exclude: 8.359264ms, exclude-rules: 7.905812ms, skip_dirs: 1.820453ms, cgo: 211.566µs, filename_unadjuster: 131.435µs, max_same_issues: 1.238µs, uniq_by_line: 601ns, max_from_linter: 419ns, skip_files: 396ns, diff: 371ns, exclude: 370ns, source_code: 259ns, sort_results: 250ns, max_per_file_from_linter: 250ns, path_shortener: 249ns, severity-rules: 240ns, path_prefixer: 115ns 
21:43:27 [2022-08-23T21:43:27.742Z] INFO [runner] linters took 1m47.280045619s with stages: goanalysis_metalinter: 1m47.195061396s 
21:43:27 [2022-08-23T21:43:27.742Z] INFO File cache stats: 1703 entries of total size 8.7MiB 
21:43:27 [2022-08-23T21:43:27.742Z] INFO Memory: 2849 samples, avg is 312.4MB, max is 1213.7MB 
21:43:27 [2022-08-23T21:43:27.742Z] INFO Execution took 4m44.887060412s               
21:43:27 [2022-08-23T21:43:27.742Z] Congratulations! The shell scripts are properly formatted.