Skip to content

Console Output

02:08:37 [2020-09-15T02:08:37.027Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41445/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41445/.git:/go/src/github.com/docker/docker/.git --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=2344b3a9e10aab2f63d792f9b72282129399f98d -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:2344b3a9e10aab2f63d792f9b72282129399f98d hack/validate/default
02:08:37 [2020-09-15T02:08:37.958Z] Congratulations!  All commits are properly signed with the DCO!
02:08:37 [2020-09-15T02:08:37.958Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
02:08:37 [2020-09-15T02:08:37.958Z] No api/types/ or api/swagger.yaml changes in diff.
02:08:37 [2020-09-15T02:08:37.958Z] Congratulations!  All TOML source files changed here have valid syntax.
02:08:37 [2020-09-15T02:08:37.958Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
02:08:37 [2020-09-15T02:08:37.958Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
02:08:37 [2020-09-15T02:08:37.958Z] Congratulations!  No new tests were added to integration-cli.
02:08:37 [2020-09-15T02:08:37.958Z] 
02:08:37 [2020-09-15T02:08:37.958Z] INFO Start validation with golang-ci-lint
02:08:38 [2020-09-15T02:08:38.214Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
02:08:38 [2020-09-15T02:08:38.214Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
02:08:38 [2020-09-15T02:08:38.214Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
02:10:44 [2020-09-15T02:10:44.670Z] INFO [loader] Go packages loading at mode 575 (deps|exports_file|files|imports|types_sizes|compiled_files|name) took 1m57.969899681s 
02:10:44 [2020-09-15T02:10:44.670Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 674.72557ms 
02:12:06 [2020-09-15T02:12:06.054Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m5.109883949s with top 10 stages: buildssa: 1m35.389827158s, goimports: 22.920703061s, unconvert: 12.401826135s, gosec: 10.138320575s, golint: 5.847734889s, ineffassign: 3.854622708s, inspect: 3.8124598s, misspell: 3.675679046s, vrp: 3.233261842s, printf: 2.079444113s 
02:12:11 [2020-09-15T02:12:11.342Z] INFO [runner/unused/goanalysis] analyzers took 25.305394182s with top 10 stages: buildssa: 21.393941179s, U1000: 3.911453003s 
02:12:11 [2020-09-15T02:12:11.597Z] INFO [runner] Issues before processing: 2299, after processing: 0 
02:12:11 [2020-09-15T02:12:11.597Z] INFO [runner] Processors filtering stat (out/in): skip_dirs: 1690/1690, autogenerated_exclude: 1585/1690, identifier_marker: 1585/1585, filename_unadjuster: 1690/1690, path_prettifier: 1690/1690, cgo: 1690/2299, exclude-rules: 64/1585, nolint: 0/64, skip_files: 1690/1690, exclude: 1585/1585 
02:12:11 [2020-09-15T02:12:11.597Z] INFO [runner] processing took 137.634581ms with stages: nolint: 57.923644ms, identifier_marker: 39.353727ms, path_prettifier: 13.893158ms, skip_dirs: 10.536939ms, autogenerated_exclude: 7.436944ms, exclude-rules: 6.707326ms, cgo: 995.848µs, filename_unadjuster: 781.362µs, max_same_issues: 1.639µs, uniq_by_line: 758ns, source_code: 749ns, diff: 555ns, max_from_linter: 449ns, path_shortener: 407ns, skip_files: 399ns, exclude: 366ns, max_per_file_from_linter: 311ns 
02:12:11 [2020-09-15T02:12:11.597Z] INFO [runner] linters took 1m34.725312261s with stages: goanalysis_metalinter: 1m16.708360199s, unused: 17.879094604s 
02:12:11 [2020-09-15T02:12:11.597Z] INFO File cache stats: 1443 entries of total size 6.8MiB 
02:12:12 [2020-09-15T02:12:12.963Z] INFO Memory: 1600 samples, avg is 239.8MB, max is 3031.7MB 
02:12:12 [2020-09-15T02:12:12.963Z] INFO Execution took 3m34.802108267s               
02:12:13 [2020-09-15T02:12:13.218Z] Congratulations! The shell scripts are properly formatted.