Skip to content

Console Output

16:53:29 [2020-09-21T16:53:29.379Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39271/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-39271/.git:/go/src/github.com/docker/docker/.git --name docker-pr20 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=07906a7ae34e24c0406b50e882508dc508a7e317 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:07906a7ae34e24c0406b50e882508dc508a7e317 hack/validate/default
16:53:29 [2020-09-21T16:53:29.947Z] Congratulations!  All commits are properly signed with the DCO!
16:53:29 [2020-09-21T16:53:29.948Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
16:53:29 [2020-09-21T16:53:29.948Z] No api/types/ or api/swagger.yaml changes in diff.
16:53:29 [2020-09-21T16:53:29.948Z] Congratulations!  All TOML source files changed here have valid syntax.
16:53:29 [2020-09-21T16:53:29.948Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
16:53:29 [2020-09-21T16:53:29.948Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
16:53:29 [2020-09-21T16:53:29.948Z] Congratulations!  No new tests were added to integration-cli.
16:53:29 [2020-09-21T16:53:29.948Z] 
16:53:29 [2020-09-21T16:53:29.948Z] INFO Start validation with golang-ci-lint
16:53:30 [2020-09-21T16:53:30.209Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
16:53:30 [2020-09-21T16:53:30.209Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
16:53:30 [2020-09-21T16:53:30.209Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
16:55:36 [2020-09-21T16:55:36.723Z] INFO [loader] Go packages loading at mode 575 (compiled_files|imports|types_sizes|deps|exports_file|files|name) took 2m0.337810942s 
16:55:36 [2020-09-21T16:55:36.723Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 700.646424ms 
16:55:51 [2020-09-21T16:55:51.620Z] INFO [runner/unused/goanalysis] analyzers took 28.764282274s with top 10 stages: buildssa: 24.333428783s, U1000: 4.430853491s 
16:57:28 [2020-09-21T16:57:28.096Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m18.194147972s with top 10 stages: buildssa: 1m41.591328945s, goimports: 24.196453984s, unconvert: 14.589176676s, gosec: 11.433123961s, golint: 6.923179432s, ineffassign: 4.89447035s, misspell: 4.620300921s, vrp: 3.721409166s, inspect: 3.416327914s, printf: 2.080498856s 
16:57:28 [2020-09-21T16:57:28.096Z] INFO [runner] Issues before processing: 2299, after processing: 0 
16:57:28 [2020-09-21T16:57:28.096Z] INFO [runner] Processors filtering stat (out/in): autogenerated_exclude: 1585/1690, exclude: 1585/1585, exclude-rules: 64/1585, nolint: 0/64, path_prettifier: 1690/1690, skip_dirs: 1690/1690, cgo: 1690/2299, identifier_marker: 1585/1585, filename_unadjuster: 1690/1690, skip_files: 1690/1690 
16:57:28 [2020-09-21T16:57:28.096Z] INFO [runner] processing took 60.127366ms with stages: nolint: 26.036249ms, identifier_marker: 17.055755ms, path_prettifier: 7.636579ms, autogenerated_exclude: 4.097069ms, exclude-rules: 3.348726ms, skip_dirs: 1.580083ms, cgo: 278.287µs, filename_unadjuster: 89.627µs, max_same_issues: 1.623µs, uniq_by_line: 890ns, max_from_linter: 515ns, diff: 384ns, skip_files: 383ns, path_shortener: 349ns, exclude: 307ns, source_code: 293ns, max_per_file_from_linter: 247ns 
16:57:28 [2020-09-21T16:57:28.096Z] INFO [runner] linters took 1m42.143455731s with stages: goanalysis_metalinter: 1m21.932614546s, unused: 20.150583206s 
16:57:28 [2020-09-21T16:57:28.096Z] INFO File cache stats: 1443 entries of total size 6.8MiB 
16:57:28 [2020-09-21T16:57:28.096Z] INFO Memory: 1509 samples, avg is 685.6MB, max is 3571.7MB 
16:57:28 [2020-09-21T16:57:28.096Z] INFO Execution took 3m43.199323951s               
16:57:28 [2020-09-21T16:57:28.096Z] Congratulations! The shell scripts are properly formatted.