Skip to content

Console Output

17:49:35 [2021-09-23T17:49:35.264Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42854/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42854/.git:/go/src/github.com/docker/docker/.git --name docker-pr8 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=f3226073cb7c1d7da97315e3ee56173d00cd42cc -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:f3226073cb7c1d7da97315e3ee56173d00cd42cc hack/validate/default
17:49:36 [2021-09-23T17:49:36.199Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
17:49:37 [2021-09-23T17:49:37.582Z] api/swagger.yaml
17:49:37 [2021-09-23T17:49:37.582Z]   5265:7    warning  comment not indented like content  (comments-indentation)
17:49:38 [2021-09-23T17:49:38.517Z] 
17:49:43 [2021-09-23T17:49:43.791Z] Congratulations!  The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
17:49:47 [2021-09-23T17:49:47.979Z] Congratulations!  All API changes are done the right way.
17:49:47 [2021-09-23T17:49:47.979Z] Congratulations!  All TOML source files changed here have valid syntax.
17:49:47 [2021-09-23T17:49:47.979Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
17:49:47 [2021-09-23T17:49:47.979Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
17:49:47 [2021-09-23T17:49:47.979Z] Congratulations!  No new tests were added to integration-cli.
17:49:47 [2021-09-23T17:49:47.979Z] 
17:49:47 [2021-09-23T17:49:47.979Z] INFO Start validation with golang-ci-lint
17:49:47 [2021-09-23T17:49:47.979Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
17:49:47 [2021-09-23T17:49:47.979Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
17:49:47 [2021-09-23T17:49:47.979Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
17:52:09 [2021-09-23T17:52:09.467Z] INFO [loader] Go packages loading at mode 575 (compiled_files|deps|exports_file|files|imports|name|types_sizes) took 2m21.933676403s 
17:52:10 [2021-09-23T17:52:10.032Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 512.21996ms 
17:53:31 [2021-09-23T17:53:31.468Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m6.623461952s with top 10 stages: buildssa: 1m31.092864411s, goimports: 20.601062881s, unconvert: 13.056995298s, gosec: 10.095428136s, golint: 6.723501893s, misspell: 4.586497709s, ineffassign: 4.497903693s, inspect: 3.245055852s, vrp: 3.127774334s, printf: 2.058832918s 
17:53:49 [2021-09-23T17:53:49.556Z] INFO [runner/unused/goanalysis] analyzers took 27.132605583s with top 10 stages: buildssa: 23.194157328s, U1000: 3.938448255s 
17:53:49 [2021-09-23T17:53:49.556Z] INFO [runner] Issues before processing: 2759, after processing: 0 
17:53:49 [2021-09-23T17:53:49.556Z] INFO [runner] Processors filtering stat (out/in): cgo: 2178/2759, nolint: 0/78, path_prettifier: 2178/2178, exclude-rules: 78/1790, filename_unadjuster: 2178/2178, skip_files: 2178/2178, skip_dirs: 2178/2178, autogenerated_exclude: 1790/2178, identifier_marker: 1790/1790, exclude: 1790/1790 
17:53:49 [2021-09-23T17:53:49.556Z] INFO [runner] processing took 79.562696ms with stages: identifier_marker: 28.929052ms, nolint: 26.711564ms, path_prettifier: 11.118801ms, autogenerated_exclude: 5.111776ms, exclude-rules: 4.60904ms, skip_dirs: 1.985657ms, filename_unadjuster: 743.172µs, cgo: 348.359µs, max_same_issues: 1.254µs, skip_files: 1.061µs, uniq_by_line: 852ns, diff: 615ns, exclude: 379ns, max_from_linter: 372ns, max_per_file_from_linter: 257ns, source_code: 257ns, path_shortener: 228ns 
17:53:49 [2021-09-23T17:53:49.556Z] INFO [runner] linters took 1m37.38959592s with stages: goanalysis_metalinter: 1m16.364492666s, unused: 20.944520087s 
17:53:49 [2021-09-23T17:53:49.556Z] INFO File cache stats: 1687 entries of total size 8.5MiB 
17:53:49 [2021-09-23T17:53:49.556Z] INFO Memory: 2400 samples, avg is 397.7MB, max is 3955.7MB 
17:53:49 [2021-09-23T17:53:49.556Z] INFO Execution took 3m59.845572103s               
17:53:49 [2021-09-23T17:53:49.556Z] Congratulations! The shell scripts are properly formatted.