Skip to content

Console Output

08:52:06 [2020-08-11T08:52:06.195Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41326/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41326/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=afd9a6c2b2aa905ea9b93a9413f757a887646ab9 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:afd9a6c2b2aa905ea9b93a9413f757a887646ab9 hack/validate/default
08:52:07 [2020-08-11T08:52:07.123Z] Congratulations!  All commits are properly signed with the DCO!
08:52:07 [2020-08-11T08:52:07.123Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
08:52:07 [2020-08-11T08:52:07.123Z] No api/types/ or api/swagger.yaml changes in diff.
08:52:07 [2020-08-11T08:52:07.123Z] Congratulations!  All TOML source files changed here have valid syntax.
08:52:07 [2020-08-11T08:52:07.123Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
08:52:07 [2020-08-11T08:52:07.123Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
08:52:07 [2020-08-11T08:52:07.123Z] Congratulations!  No new tests were added to integration-cli.
08:52:07 [2020-08-11T08:52:07.123Z] 
08:52:07 [2020-08-11T08:52:07.123Z] INFO Start validation with golang-ci-lint
08:52:07 [2020-08-11T08:52:07.123Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
08:52:07 [2020-08-11T08:52:07.123Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
08:52:07 [2020-08-11T08:52:07.123Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
08:54:13 [2020-08-11T08:54:13.511Z] INFO [loader] Go packages loading at mode 575 (files|imports|types_sizes|compiled_files|deps|exports_file|name) took 1m55.602498948s 
08:54:13 [2020-08-11T08:54:13.512Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 465.082203ms 
08:55:21 [2020-08-11T08:55:21.180Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m12.621032582s with top 10 stages: buildssa: 1m34.320725377s, goimports: 23.086065784s, unconvert: 13.029329837s, gosec: 11.055758848s, golint: 6.432814569s, misspell: 4.987670983s, ineffassign: 4.914993607s, inspect: 4.109472886s, vrp: 3.541644156s, varcheck: 1.788227881s 
08:55:39 [2020-08-11T08:55:39.258Z] INFO [runner/unused/goanalysis] analyzers took 26.55846766s with top 10 stages: buildssa: 22.299384043s, U1000: 4.259083617s 
08:55:39 [2020-08-11T08:55:39.258Z] INFO [runner] Issues before processing: 2303, after processing: 0 
08:55:39 [2020-08-11T08:55:39.258Z] INFO [runner] Processors filtering stat (out/in): skip_files: 1694/1694, exclude-rules: 64/1589, autogenerated_exclude: 1589/1694, exclude: 1589/1589, cgo: 1694/2303, filename_unadjuster: 1694/1694, path_prettifier: 1694/1694, identifier_marker: 1589/1589, skip_dirs: 1694/1694, nolint: 0/64 
08:55:39 [2020-08-11T08:55:39.258Z] INFO [runner] processing took 173.209481ms with stages: nolint: 74.005717ms, identifier_marker: 58.19246ms, path_prettifier: 20.964059ms, exclude-rules: 7.82878ms, autogenerated_exclude: 6.708676ms, skip_dirs: 3.674542ms, cgo: 1.054435ms, filename_unadjuster: 775.273µs, max_same_issues: 1.739µs, uniq_by_line: 923ns, diff: 573ns, source_code: 464ns, max_from_linter: 453ns, path_shortener: 378ns, skip_files: 366ns, exclude: 357ns, max_per_file_from_linter: 286ns 
08:55:39 [2020-08-11T08:55:39.258Z] INFO [runner] linters took 1m35.002653903s with stages: goanalysis_metalinter: 1m16.306300021s, unused: 18.522042813s 
08:55:39 [2020-08-11T08:55:39.258Z] INFO File cache stats: 1444 entries of total size 6.8MiB 
08:55:39 [2020-08-11T08:55:39.821Z] INFO Memory: 1587 samples, avg is 246.1MB, max is 3031.7MB 
08:55:39 [2020-08-11T08:55:39.821Z] INFO Execution took 3m32.752983008s               
08:55:40 [2020-08-11T08:55:40.077Z] Congratulations! The shell scripts are properly formatted.