Skip to content

Console Output

10:15:12 [2022-01-20T10:15:12.418Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43168/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43168/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=037b4c0e8e2d5a11914385627546e167a13bf82a -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:037b4c0e8e2d5a11914385627546e167a13bf82a hack/validate/default
10:15:12 [2022-01-20T10:15:12.980Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
10:15:12 [2022-01-20T10:15:12.980Z] No api/types/ or api/swagger.yaml changes in diff.
10:15:12 [2022-01-20T10:15:12.980Z] Congratulations!  All TOML source files changed here have valid syntax.
10:15:12 [2022-01-20T10:15:12.980Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
10:15:12 [2022-01-20T10:15:12.980Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
10:15:12 [2022-01-20T10:15:12.980Z] Congratulations!  No new tests were added to integration-cli.
10:15:12 [2022-01-20T10:15:12.980Z] 
10:15:12 [2022-01-20T10:15:12.980Z] INFO Start validation with golang-ci-lint
10:15:12 [2022-01-20T10:15:12.980Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
10:15:12 [2022-01-20T10:15:12.980Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
10:15:12 [2022-01-20T10:15:12.980Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
10:17:34 [2022-01-20T10:17:34.407Z] INFO [loader] Go packages loading at mode 575 (deps|files|types_sizes|compiled_files|exports_file|imports|name) took 2m18.029867255s 
10:17:34 [2022-01-20T10:17:34.407Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 511.078292ms 
10:17:56 [2022-01-20T10:17:56.295Z] INFO [runner/unused/goanalysis] analyzers took 28.286605717s with top 10 stages: buildssa: 24.349011676s, U1000: 3.937594041s 
10:19:17 [2022-01-20T10:19:17.676Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m8.575446598s with top 10 stages: buildssa: 1m35.560430924s, goimports: 21.735923564s, unconvert: 13.551471071s, gosec: 9.624739623s, golint: 6.106542371s, ineffassign: 4.717148946s, misspell: 4.589155474s, inspect: 3.892339939s, vrp: 3.026049336s, ctrlflow: 2.153251386s 
10:19:17 [2022-01-20T10:19:17.676Z] INFO [runner] Issues before processing: 2718, after processing: 0 
10:19:17 [2022-01-20T10:19:17.676Z] INFO [runner] Processors filtering stat (out/in): filename_unadjuster: 2137/2137, nolint: 0/64, path_prettifier: 2137/2137, autogenerated_exclude: 1749/2137, exclude: 1749/1749, cgo: 2137/2718, skip_files: 2137/2137, skip_dirs: 2137/2137, identifier_marker: 1749/1749, exclude-rules: 64/1749 
10:19:17 [2022-01-20T10:19:17.676Z] INFO [runner] processing took 68.676625ms with stages: nolint: 25.587698ms, identifier_marker: 24.787064ms, path_prettifier: 9.115734ms, autogenerated_exclude: 4.434051ms, exclude-rules: 2.69113ms, skip_dirs: 1.729394ms, cgo: 227.341µs, filename_unadjuster: 98.985µs, max_same_issues: 1.905µs, exclude: 671ns, uniq_by_line: 603ns, skip_files: 475ns, max_from_linter: 413ns, diff: 362ns, source_code: 294ns, max_per_file_from_linter: 259ns, path_shortener: 246ns 
10:19:17 [2022-01-20T10:19:17.676Z] INFO [runner] linters took 1m41.877765519s with stages: goanalysis_metalinter: 1m19.685733241s, unused: 22.123201899s 
10:19:17 [2022-01-20T10:19:17.676Z] INFO File cache stats: 1673 entries of total size 8.4MiB 
10:19:17 [2022-01-20T10:19:17.676Z] INFO Memory: 2406 samples, avg is 1932.0MB, max is 5270.9MB 
10:19:17 [2022-01-20T10:19:17.676Z] INFO Execution took 4m0.431392341s                
10:19:17 [2022-01-20T10:19:17.676Z] Congratulations! The shell scripts are properly formatted.