Skip to content

Console Output

12:38:22 [2020-07-15T12:38:22.044Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41214/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41214/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=bf7fd015f785d7e827f78dddcd274c1f05879059 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:bf7fd015f785d7e827f78dddcd274c1f05879059 hack/validate/default
12:38:22 [2020-07-15T12:38:22.612Z] Congratulations!  All commits are properly signed with the DCO!
12:38:22 [2020-07-15T12:38:22.612Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
12:38:22 [2020-07-15T12:38:22.612Z] No api/types/ or api/swagger.yaml changes in diff.
12:38:22 [2020-07-15T12:38:22.612Z] Congratulations!  All TOML source files changed here have valid syntax.
12:38:22 [2020-07-15T12:38:22.612Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
12:38:22 [2020-07-15T12:38:22.612Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
12:38:22 [2020-07-15T12:38:22.612Z] Congratulations!  No new tests were added to integration-cli.
12:38:22 [2020-07-15T12:38:22.612Z] 
12:38:22 [2020-07-15T12:38:22.612Z] INFO Start validation with golang-ci-lint
12:38:22 [2020-07-15T12:38:22.871Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
12:38:22 [2020-07-15T12:38:22.871Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
12:38:22 [2020-07-15T12:38:22.871Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
12:40:29 [2020-07-15T12:40:29.438Z] INFO [loader] Go packages loading at mode 575 (imports|compiled_files|deps|exports_file|files|name|types_sizes) took 1m56.245538866s 
12:40:29 [2020-07-15T12:40:29.438Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 472.171028ms 
12:41:37 [2020-07-15T12:41:37.146Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m16.795545864s with top 10 stages: buildssa: 1m35.879231834s, goimports: 23.230407575s, unconvert: 13.174958795s, gosec: 11.073368365s, golint: 8.092046007s, ineffassign: 5.217942397s, misspell: 5.20431766s, inspect: 4.189705431s, vrp: 3.216701816s, ctrlflow: 1.945366254s 
12:41:55 [2020-07-15T12:41:55.245Z] INFO [runner/unused/goanalysis] analyzers took 26.048330804s with top 10 stages: buildssa: 21.835337086s, U1000: 4.212993718s 
12:41:55 [2020-07-15T12:41:55.245Z] INFO [runner] Issues before processing: 2302, after processing: 0 
12:41:55 [2020-07-15T12:41:55.245Z] INFO [runner] Processors filtering stat (out/in): skip_dirs: 1693/1693, path_prettifier: 1693/1693, autogenerated_exclude: 1588/1693, exclude-rules: 64/1588, cgo: 1693/2302, skip_files: 1693/1693, exclude: 1588/1588, nolint: 0/64, filename_unadjuster: 1693/1693, identifier_marker: 1588/1588 
12:41:55 [2020-07-15T12:41:55.245Z] INFO [runner] processing took 145.097579ms with stages: identifier_marker: 56.138634ms, nolint: 54.652281ms, path_prettifier: 14.06557ms, autogenerated_exclude: 7.626611ms, exclude-rules: 6.765927ms, skip_dirs: 3.809016ms, cgo: 1.222293ms, filename_unadjuster: 810.442µs, max_same_issues: 2.166µs, path_shortener: 847ns, uniq_by_line: 787ns, max_from_linter: 680ns, diff: 614ns, source_code: 568ns, exclude: 436ns, skip_files: 404ns, max_per_file_from_linter: 303ns 
12:41:55 [2020-07-15T12:41:55.245Z] INFO [runner] linters took 1m34.988595551s with stages: goanalysis_metalinter: 1m16.512218999s, unused: 18.330349017s 
12:41:55 [2020-07-15T12:41:55.245Z] INFO File cache stats: 1444 entries of total size 6.8MiB 
12:41:55 [2020-07-15T12:41:55.245Z] INFO Memory: 1595 samples, avg is 243.5MB, max is 3163.3MB 
12:41:55 [2020-07-15T12:41:55.245Z] INFO Execution took 3m32.241200804s               
12:41:55 [2020-07-15T12:41:55.245Z] Congratulations! The shell scripts are properly formatted.