Skip to content

Console Output

16:28:17 [2022-08-24T16:28:17.135Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-44030/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-44030/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=92d2e12a4d1f2886dac5d202694c89f628ef2134 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:92d2e12a4d1f2886dac5d202694c89f628ef2134 hack/validate/default
16:28:18 [2022-08-24T16:28:18.072Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
16:28:18 [2022-08-24T16:28:18.072Z] No api/types/ or api/swagger.yaml changes in diff.
16:28:18 [2022-08-24T16:28:18.072Z] Congratulations!  All TOML source files changed here have valid syntax.
16:28:18 [2022-08-24T16:28:18.072Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
16:28:18 [2022-08-24T16:28:18.072Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
16:28:18 [2022-08-24T16:28:18.072Z] 
16:28:18 [2022-08-24T16:28:18.072Z] INFO Start validation with golang-ci-lint
16:28:19 [2022-08-24T16:28:19.010Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
16:28:19 [2022-08-24T16:28:19.011Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports gosec gosimple govet ineffassign misspell revive staticcheck structcheck typecheck unconvert unused varcheck] 
16:28:19 [2022-08-24T16:28:19.011Z] INFO [loader] Using build tags: [ journald]       
16:31:25 [2022-08-24T16:31:25.546Z] INFO [loader] Go packages loading at mode 575 (exports_file|files|name|compiled_files|imports|types_sizes|deps) took 3m2.187388675s 
16:31:25 [2022-08-24T16:31:25.546Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 537.61018ms 
16:33:17 [2022-08-24T16:33:17.050Z] INFO [linters context/goanalysis] analyzers took 6m39.248190596s with top 10 stages: buildir: 2m26.871727083s, the_only_name: 40.371307411s, goimports: 29.961576382s, unconvert: 25.150066007s, gosec: 17.618196478s, S1038: 17.37289033s, misspell: 6.847061699s, unused: 5.665119869s, nilness: 5.039516252s, S1039: 4.581861413s 
16:33:17 [2022-08-24T16:33:17.050Z] INFO [runner] Issues before processing: 2444, after processing: 0 
16:33:17 [2022-08-24T16:33:17.050Z] INFO [runner] Processors filtering stat (out/in): filename_unadjuster: 2123/2123, exclude: 2020/2020, cgo: 2123/2444, path_prettifier: 2123/2123, identifier_marker: 2020/2020, exclude-rules: 79/2020, nolint: 0/79, skip_files: 2123/2123, skip_dirs: 2123/2123, autogenerated_exclude: 2020/2123 
16:33:17 [2022-08-24T16:33:17.050Z] INFO [runner] processing took 86.930065ms with stages: nolint: 35.490801ms, identifier_marker: 22.663258ms, path_prettifier: 9.650989ms, autogenerated_exclude: 9.09864ms, exclude-rules: 7.823876ms, skip_dirs: 1.828374ms, cgo: 247.5µs, filename_unadjuster: 121.44µs, max_same_issues: 1.584µs, uniq_by_line: 625ns, skip_files: 441ns, exclude: 349ns, max_from_linter: 348ns, path_shortener: 342ns, diff: 329ns, source_code: 323ns, sort_results: 281ns, severity-rules: 231ns, max_per_file_from_linter: 227ns, path_prefixer: 107ns 
16:33:17 [2022-08-24T16:33:17.050Z] INFO [runner] linters took 1m51.634132032s with stages: goanalysis_metalinter: 1m51.547063124s 
16:33:17 [2022-08-24T16:33:17.050Z] INFO File cache stats: 1703 entries of total size 8.7MiB 
16:33:17 [2022-08-24T16:33:17.050Z] INFO Memory: 2945 samples, avg is 321.1MB, max is 1239.2MB 
16:33:17 [2022-08-24T16:33:17.050Z] INFO Execution took 4m54.37208629s                
16:33:17 [2022-08-24T16:33:17.050Z] Congratulations! The shell scripts are properly formatted.