Skip to content

Console Output

08:18:11 [2022-02-06T08:18:11.891Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43083/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43083/.git:/go/src/github.com/docker/docker/.git --name docker-pr9 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=b79dec8138753c5d0a74f8c33f752205787b5fcd -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:b79dec8138753c5d0a74f8c33f752205787b5fcd hack/validate/default
08:18:12 [2022-02-06T08:18:12.464Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
08:18:12 [2022-02-06T08:18:12.464Z] No api/types/ or api/swagger.yaml changes in diff.
08:18:12 [2022-02-06T08:18:12.464Z] Congratulations!  All TOML source files changed here have valid syntax.
08:18:12 [2022-02-06T08:18:12.464Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
08:18:12 [2022-02-06T08:18:12.464Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
08:18:12 [2022-02-06T08:18:12.464Z] Congratulations!  No new tests were added to integration-cli.
08:18:12 [2022-02-06T08:18:12.464Z] 
08:18:12 [2022-02-06T08:18:12.464Z] INFO Start validation with golang-ci-lint
08:18:12 [2022-02-06T08:18:12.464Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
08:18:12 [2022-02-06T08:18:12.464Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
08:18:12 [2022-02-06T08:18:12.464Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
08:20:34 [2022-02-06T08:20:34.017Z] INFO [loader] Go packages loading at mode 575 (files|deps|exports_file|imports|name|types_sizes|compiled_files) took 2m18.820107494s 
08:20:34 [2022-02-06T08:20:34.017Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 492.670849ms 
08:20:56 [2022-02-06T08:20:56.027Z] INFO [runner/unused/goanalysis] analyzers took 28.533087419s with top 10 stages: buildssa: 24.705927396s, U1000: 3.827160023s 
08:22:17 [2022-02-06T08:22:17.537Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m13.98891863s with top 10 stages: buildssa: 1m35.645649912s, goimports: 22.949378484s, unconvert: 12.887396067s, gosec: 9.325984528s, golint: 6.726214378s, ineffassign: 5.104119722s, misspell: 4.905561692s, inspect: 3.580060049s, vrp: 2.955787424s, printf: 1.922124854s 
08:22:17 [2022-02-06T08:22:17.537Z] INFO [runner] Issues before processing: 2718, after processing: 0 
08:22:17 [2022-02-06T08:22:17.537Z] INFO [runner] Processors filtering stat (out/in): cgo: 2137/2718, filename_unadjuster: 2137/2137, autogenerated_exclude: 1749/2137, path_prettifier: 2137/2137, exclude-rules: 64/1749, nolint: 0/64, skip_dirs: 2137/2137, identifier_marker: 1749/1749, exclude: 1749/1749, skip_files: 2137/2137 
08:22:17 [2022-02-06T08:22:17.537Z] INFO [runner] processing took 105.902016ms with stages: identifier_marker: 35.781368ms, nolint: 32.858702ms, path_prettifier: 13.394066ms, autogenerated_exclude: 13.164454ms, exclude-rules: 4.591258ms, skip_dirs: 2.881718ms, cgo: 1.872008ms, filename_unadjuster: 1.354074ms, max_same_issues: 1.147µs, exclude: 728ns, uniq_by_line: 484ns, path_shortener: 455ns, max_from_linter: 432ns, skip_files: 334ns, diff: 293ns, source_code: 259ns, max_per_file_from_linter: 236ns 
08:22:17 [2022-02-06T08:22:17.537Z] INFO [runner] linters took 1m43.69242455s with stages: goanalysis_metalinter: 1m21.321949717s, unused: 22.264123165s 
08:22:17 [2022-02-06T08:22:17.537Z] INFO File cache stats: 1672 entries of total size 8.4MiB 
08:22:17 [2022-02-06T08:22:17.538Z] INFO Memory: 2432 samples, avg is 1701.1MB, max is 4497.6MB 
08:22:17 [2022-02-06T08:22:17.538Z] INFO Execution took 4m3.014865734s                
08:22:17 [2022-02-06T08:22:17.538Z] Congratulations! The shell scripts are properly formatted.