Skip to content

Console Output

16:46:22 [2020-05-25T16:46:22.904Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41023/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41023/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=259532bc6a9eb273d69791a76cf30ae422e00cea -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:259532bc6a9eb273d69791a76cf30ae422e00cea hack/validate/default
16:46:23 [2020-05-25T16:46:23.835Z] Congratulations!  All commits are properly signed with the DCO!
16:46:23 [2020-05-25T16:46:23.835Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
16:46:23 [2020-05-25T16:46:23.835Z] No api/types/ or api/swagger.yaml changes in diff.
16:46:23 [2020-05-25T16:46:23.835Z] Congratulations!  All TOML source files changed here have valid syntax.
16:46:23 [2020-05-25T16:46:23.835Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
16:46:23 [2020-05-25T16:46:23.835Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
16:46:23 [2020-05-25T16:46:23.835Z] Congratulations!  No new tests were added to integration-cli.
16:46:23 [2020-05-25T16:46:23.835Z] 
16:46:23 [2020-05-25T16:46:23.835Z] INFO Start validation with golang-ci-lint
16:46:23 [2020-05-25T16:46:23.835Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
16:46:23 [2020-05-25T16:46:23.835Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
16:46:23 [2020-05-25T16:46:23.835Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
16:48:30 [2020-05-25T16:48:30.268Z] INFO [loader] Go packages loading at mode 575 (deps|compiled_files|files|imports|name|types_sizes|exports_file) took 1m54.719695989s 
16:48:30 [2020-05-25T16:48:30.268Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 463.973421ms 
16:49:37 [2020-05-25T16:49:37.923Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 2m56.964958907s with top 10 stages: buildssa: 1m31.085890821s, goimports: 21.203239644s, unconvert: 11.797372895s, gosec: 8.918650175s, golint: 5.376907291s, misspell: 4.426149989s, ineffassign: 4.258911099s, inspect: 3.846219016s, vrp: 2.78568288s, ctrlflow: 2.268221487s 
16:49:52 [2020-05-25T16:49:52.879Z] INFO [runner/unused/goanalysis] analyzers took 26.173831614s with top 10 stages: buildssa: 22.118778164s, U1000: 4.05505345s 
16:49:52 [2020-05-25T16:49:52.879Z] INFO [runner] Issues before processing: 2301, after processing: 0 
16:49:52 [2020-05-25T16:49:52.879Z] INFO [runner] Processors filtering stat (out/in): filename_unadjuster: 1692/1692, skip_files: 1692/1692, identifier_marker: 1587/1587, exclude-rules: 63/1587, nolint: 0/63, cgo: 1692/2301, path_prettifier: 1692/1692, exclude: 1587/1587, skip_dirs: 1692/1692, autogenerated_exclude: 1587/1692 
16:49:52 [2020-05-25T16:49:52.879Z] INFO [runner] processing took 124.967503ms with stages: nolint: 53.661407ms, identifier_marker: 39.789728ms, path_prettifier: 12.968955ms, exclude-rules: 6.649856ms, autogenerated_exclude: 6.465537ms, skip_dirs: 3.570346ms, cgo: 1.117757ms, filename_unadjuster: 737.381µs, max_same_issues: 1.964µs, uniq_by_line: 773ns, skip_files: 693ns, diff: 629ns, max_from_linter: 571ns, path_shortener: 523ns, source_code: 511ns, exclude: 511ns, max_per_file_from_linter: 361ns 
16:49:52 [2020-05-25T16:49:52.879Z] INFO [runner] linters took 1m33.526155675s with stages: goanalysis_metalinter: 1m15.178280722s, unused: 18.221950148s 
16:49:52 [2020-05-25T16:49:52.879Z] INFO File cache stats: 1442 entries of total size 6.8MiB 
16:49:52 [2020-05-25T16:49:52.879Z] INFO Memory: 1568 samples, avg is 240.7MB, max is 3163.7MB 
16:49:52 [2020-05-25T16:49:52.879Z] INFO Execution took 3m28.822252169s               
16:49:52 [2020-05-25T16:49:52.879Z] Congratulations! The shell scripts are properly formatted.