Skip to content

Console Output

07:10:46 [2021-05-03T07:10:46.420Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42308/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42308/.git:/go/src/github.com/docker/docker/.git --name docker-pr9 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=a15c97925e64f49b3d25f938496eadedad7a7ae1 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:a15c97925e64f49b3d25f938496eadedad7a7ae1 hack/validate/default
07:10:48 [2021-05-03T07:10:48.326Z] Congratulations!  All commits are properly signed with the DCO!
07:10:48 [2021-05-03T07:10:48.326Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
07:10:48 [2021-05-03T07:10:48.326Z] No api/types/ or api/swagger.yaml changes in diff.
07:10:48 [2021-05-03T07:10:48.326Z] Congratulations!  All TOML source files changed here have valid syntax.
07:10:48 [2021-05-03T07:10:48.586Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
07:10:48 [2021-05-03T07:10:48.586Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
07:10:48 [2021-05-03T07:10:48.586Z] Congratulations!  No new tests were added to integration-cli.
07:10:48 [2021-05-03T07:10:48.586Z] 
07:10:48 [2021-05-03T07:10:48.586Z] INFO Start validation with golang-ci-lint
07:10:48 [2021-05-03T07:10:48.586Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
07:10:48 [2021-05-03T07:10:48.586Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
07:10:48 [2021-05-03T07:10:48.586Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
07:12:55 [2021-05-03T07:12:55.123Z] INFO [loader] Go packages loading at mode 575 (types_sizes|compiled_files|exports_file|imports|name|deps|files) took 1m59.280277078s 
07:12:55 [2021-05-03T07:12:55.123Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 657.840623ms 
07:14:16 [2021-05-03T07:14:16.628Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m9.137633274s with top 10 stages: buildssa: 1m38.816762729s, goimports: 22.387756077s, unconvert: 12.510080359s, gosec: 10.459038432s, golint: 6.471318791s, ineffassign: 4.172545866s, misspell: 4.16064003s, inspect: 3.59459907s, vrp: 3.290935071s, ctrlflow: 1.924092421s 
07:14:26 [2021-05-03T07:14:26.637Z] INFO [runner/unused/goanalysis] analyzers took 27.552895751s with top 10 stages: buildssa: 23.327221747s, U1000: 4.225674004s 
07:14:26 [2021-05-03T07:14:26.637Z] INFO [runner] Issues before processing: 2262, after processing: 0 
07:14:26 [2021-05-03T07:14:26.637Z] INFO [runner] Processors filtering stat (out/in): exclude: 1578/1578, exclude-rules: 64/1578, path_prettifier: 1683/1683, skip_dirs: 1683/1683, nolint: 0/64, filename_unadjuster: 1683/1683, autogenerated_exclude: 1578/1683, skip_files: 1683/1683, identifier_marker: 1578/1578, cgo: 1683/2262 
07:14:26 [2021-05-03T07:14:26.637Z] INFO [runner] processing took 62.661374ms with stages: nolint: 27.215784ms, identifier_marker: 16.308656ms, path_prettifier: 9.463558ms, autogenerated_exclude: 4.31598ms, exclude-rules: 3.302168ms, skip_dirs: 1.641566ms, cgo: 291.696µs, filename_unadjuster: 117.827µs, max_same_issues: 1.126µs, uniq_by_line: 811ns, diff: 392ns, source_code: 349ns, skip_files: 338ns, max_from_linter: 338ns, exclude: 298ns, path_shortener: 251ns, max_per_file_from_linter: 236ns 
07:14:26 [2021-05-03T07:14:26.637Z] INFO [runner] linters took 1m38.19375526s with stages: goanalysis_metalinter: 1m18.531711406s, unused: 19.599134888s 
07:14:26 [2021-05-03T07:14:26.637Z] INFO File cache stats: 1456 entries of total size 6.8MiB 
07:14:26 [2021-05-03T07:14:26.637Z] INFO Memory: 1639 samples, avg is 246.4MB, max is 3565.8MB 
07:14:26 [2021-05-03T07:14:26.637Z] INFO Execution took 3m38.156608387s               
07:14:27 [2021-05-03T07:14:27.208Z] Congratulations! The shell scripts are properly formatted.