Skip to content

Console Output

21:32:50 [2022-08-16T21:32:50.178Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43940/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43940/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=9d74c7ab9993719ed5f45e492d393f0ad923b536 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:9d74c7ab9993719ed5f45e492d393f0ad923b536 hack/validate/default
21:32:50 [2022-08-16T21:32:50.745Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
21:32:50 [2022-08-16T21:32:50.745Z] No api/types/ or api/swagger.yaml changes in diff.
21:32:50 [2022-08-16T21:32:50.745Z] Congratulations!  All TOML source files changed here have valid syntax.
21:32:50 [2022-08-16T21:32:50.745Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
21:32:50 [2022-08-16T21:32:50.745Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
21:32:50 [2022-08-16T21:32:50.745Z] 
21:32:50 [2022-08-16T21:32:50.745Z] INFO Start validation with golang-ci-lint
21:32:51 [2022-08-16T21:32:51.683Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
21:32:51 [2022-08-16T21:32:51.683Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports gosec gosimple govet ineffassign misspell revive staticcheck structcheck typecheck unconvert unused varcheck] 
21:32:51 [2022-08-16T21:32:51.683Z] INFO [loader] Using build tags: [ journald]       
21:35:58 [2022-08-16T21:35:58.214Z] INFO [loader] Go packages loading at mode 575 (compiled_files|deps|files|name|exports_file|imports|types_sizes) took 2m52.751271223s 
21:35:58 [2022-08-16T21:35:58.214Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 511.011176ms 
21:37:34 [2022-08-16T21:37:34.667Z] INFO [linters context/goanalysis] analyzers took 6m39.826945444s with top 10 stages: buildir: 2m23.256509164s, the_only_name: 41.695124691s, goimports: 29.681641247s, unconvert: 23.599001268s, gosec: 19.649049034s, S1038: 18.382381349s, misspell: 6.909453746s, unused: 6.576922723s, S1039: 5.743868615s, nilness: 4.365550732s 
21:37:34 [2022-08-16T21:37:34.667Z] INFO [runner] Issues before processing: 2443, after processing: 0 
21:37:34 [2022-08-16T21:37:34.667Z] INFO [runner] Processors filtering stat (out/in): filename_unadjuster: 2122/2122, exclude-rules: 79/2019, skip_dirs: 2122/2122, identifier_marker: 2019/2019, nolint: 0/79, skip_files: 2122/2122, exclude: 2019/2019, cgo: 2122/2443, path_prettifier: 2122/2122, autogenerated_exclude: 2019/2122 
21:37:34 [2022-08-16T21:37:34.667Z] INFO [runner] processing took 153.845583ms with stages: nolint: 65.832623ms, identifier_marker: 43.958284ms, exclude-rules: 14.296914ms, path_prettifier: 14.066308ms, autogenerated_exclude: 11.197982ms, skip_dirs: 3.468145ms, cgo: 589.156µs, filename_unadjuster: 429.419µs, max_same_issues: 1.699µs, source_code: 716ns, diff: 685ns, severity-rules: 579ns, uniq_by_line: 572ns, max_from_linter: 523ns, skip_files: 395ns, exclude: 368ns, path_shortener: 334ns, sort_results: 328ns, max_per_file_from_linter: 303ns, path_prefixer: 250ns 
21:37:34 [2022-08-16T21:37:34.667Z] INFO [runner] linters took 1m45.846423946s with stages: goanalysis_metalinter: 1m45.691148519s 
21:37:34 [2022-08-16T21:37:34.667Z] INFO File cache stats: 1703 entries of total size 8.7MiB 
21:37:34 [2022-08-16T21:37:34.667Z] INFO Memory: 2792 samples, avg is 313.4MB, max is 1210.6MB 
21:37:34 [2022-08-16T21:37:34.667Z] INFO Execution took 4m39.120978988s               
21:37:34 [2022-08-16T21:37:34.667Z] Congratulations! The shell scripts are properly formatted.