Skip to content

Console Output

16:20:18 [2021-03-25T16:20:18.832Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41908/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41908/.git:/go/src/github.com/docker/docker/.git --name docker-pr40 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=045072826763e4f66dae721675761e00101867fa -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:045072826763e4f66dae721675761e00101867fa hack/validate/default
16:20:20 [2021-03-25T16:20:20.739Z] Congratulations!  All commits are properly signed with the DCO!
16:20:20 [2021-03-25T16:20:20.739Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
16:20:20 [2021-03-25T16:20:20.739Z] No api/types/ or api/swagger.yaml changes in diff.
16:20:20 [2021-03-25T16:20:20.739Z] Congratulations!  All TOML source files changed here have valid syntax.
16:20:20 [2021-03-25T16:20:20.739Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
16:20:20 [2021-03-25T16:20:20.739Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
16:20:20 [2021-03-25T16:20:20.739Z] Congratulations!  No new tests were added to integration-cli.
16:20:20 [2021-03-25T16:20:20.739Z] 
16:20:20 [2021-03-25T16:20:20.739Z] INFO Start validation with golang-ci-lint
16:20:20 [2021-03-25T16:20:20.739Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
16:20:20 [2021-03-25T16:20:20.739Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
16:20:20 [2021-03-25T16:20:20.739Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
16:22:27 [2021-03-25T16:22:27.234Z] INFO [loader] Go packages loading at mode 575 (deps|files|imports|types_sizes|compiled_files|exports_file|name) took 2m2.908694932s 
16:22:27 [2021-03-25T16:22:27.235Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 455.978343ms 
16:22:49 [2021-03-25T16:22:49.186Z] INFO [runner/unused/goanalysis] analyzers took 29.222056949s with top 10 stages: buildssa: 24.978101862s, U1000: 4.243955087s 
16:24:10 [2021-03-25T16:24:10.656Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m17.990397612s with top 10 stages: buildssa: 1m42.871401037s, goimports: 23.310787047s, unconvert: 14.856700657s, gosec: 10.549306323s, golint: 5.87557671s, ineffassign: 4.465301895s, misspell: 4.056015579s, inspect: 3.429530079s, vrp: 3.067851425s, ctrlflow: 1.894944686s 
16:24:10 [2021-03-25T16:24:10.656Z] INFO [runner] Issues before processing: 2267, after processing: 0 
16:24:10 [2021-03-25T16:24:10.657Z] INFO [runner] Processors filtering stat (out/in): autogenerated_exclude: 1582/1687, nolint: 0/64, skip_dirs: 1687/1687, exclude-rules: 64/1582, filename_unadjuster: 1687/1687, identifier_marker: 1582/1582, exclude: 1582/1582, skip_files: 1687/1687, path_prettifier: 1687/1687, cgo: 1687/2267 
16:24:10 [2021-03-25T16:24:10.657Z] INFO [runner] processing took 59.934766ms with stages: nolint: 24.572309ms, identifier_marker: 17.687754ms, path_prettifier: 8.226179ms, autogenerated_exclude: 3.948959ms, exclude-rules: 3.407442ms, skip_dirs: 1.797617ms, cgo: 199.99µs, filename_unadjuster: 89.643µs, max_same_issues: 1.608µs, uniq_by_line: 914ns, diff: 470ns, exclude: 389ns, max_from_linter: 370ns, path_shortener: 329ns, source_code: 275ns, skip_files: 274ns, max_per_file_from_linter: 244ns 
16:24:10 [2021-03-25T16:24:10.657Z] INFO [runner] linters took 1m44.19083466s with stages: goanalysis_metalinter: 1m22.551447073s, unused: 21.579321575s 
16:24:10 [2021-03-25T16:24:10.657Z] INFO File cache stats: 1454 entries of total size 6.8MiB 
16:24:10 [2021-03-25T16:24:10.657Z] INFO Memory: 1560 samples, avg is 780.1MB, max is 3838.0MB 
16:24:10 [2021-03-25T16:24:10.657Z] INFO Execution took 3m47.565886391s               
16:24:10 [2021-03-25T16:24:10.657Z] Congratulations! The shell scripts are properly formatted.