Skip to content

Console Output

11:47:15 [2020-05-06T11:47:15.484Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40914/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-40914/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=7608e42da5abdd56c4d7b209384a6e512928d054 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:7608e42da5abdd56c4d7b209384a6e512928d054 hack/validate/default
11:47:16 [2020-05-06T11:47:16.859Z] Congratulations!  All commits are properly signed with the DCO!
11:47:16 [2020-05-06T11:47:16.859Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
11:47:16 [2020-05-06T11:47:16.859Z] No api/types/ or api/swagger.yaml changes in diff.
11:47:16 [2020-05-06T11:47:16.859Z] Congratulations!  All TOML source files changed here have valid syntax.
11:47:16 [2020-05-06T11:47:16.859Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
11:47:16 [2020-05-06T11:47:16.859Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
11:47:16 [2020-05-06T11:47:16.859Z] Congratulations!  No new tests were added to integration-cli.
11:47:16 [2020-05-06T11:47:16.859Z] 
11:47:16 [2020-05-06T11:47:16.859Z] INFO Start validation with golang-ci-lint
11:47:16 [2020-05-06T11:47:16.859Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
11:47:16 [2020-05-06T11:47:16.859Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
11:47:16 [2020-05-06T11:47:16.859Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
11:49:38 [2020-05-06T11:49:38.313Z] INFO [loader] Go packages loading at mode 575 (files|imports|types_sizes|compiled_files|deps|exports_file|name) took 2m7.202748693s 
11:49:38 [2020-05-06T11:49:38.313Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 487.02761ms 
11:50:59 [2020-05-06T11:50:59.740Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m20.546248981s with top 10 stages: buildssa: 1m43.94583414s, goimports: 23.692104009s, unconvert: 13.797653918s, gosec: 10.83461316s, golint: 6.051434226s, ineffassign: 4.853921744s, misspell: 4.458450553s, inspect: 3.525022094s, vrp: 3.315338187s, printf: 2.320882667s 
11:51:09 [2020-05-06T11:51:09.720Z] INFO [runner/unused/goanalysis] analyzers took 30.544327243s with top 10 stages: buildssa: 25.466710351s, U1000: 5.077616892s 
11:51:09 [2020-05-06T11:51:09.977Z] INFO [runner] Issues before processing: 2298, after processing: 0 
11:51:09 [2020-05-06T11:51:09.977Z] INFO [runner] Processors filtering stat (out/in): skip_files: 1689/1689, identifier_marker: 1584/1584, filename_unadjuster: 1689/1689, skip_dirs: 1689/1689, exclude: 1584/1584, exclude-rules: 63/1584, cgo: 1689/2298, path_prettifier: 1689/1689, autogenerated_exclude: 1584/1689, nolint: 0/63 
11:51:09 [2020-05-06T11:51:09.977Z] INFO [runner] processing took 139.055616ms with stages: nolint: 54.312461ms, identifier_marker: 38.266606ms, path_prettifier: 21.128206ms, autogenerated_exclude: 12.955293ms, exclude-rules: 6.79631ms, skip_dirs: 3.642594ms, cgo: 1.206207ms, filename_unadjuster: 741.186µs, max_same_issues: 1.71µs, uniq_by_line: 1.096µs, diff: 685ns, skip_files: 674ns, max_from_linter: 671ns, path_shortener: 569ns, source_code: 505ns, exclude: 491ns, max_per_file_from_linter: 352ns 
11:51:09 [2020-05-06T11:51:09.977Z] INFO [runner] linters took 1m45.415404237s with stages: goanalysis_metalinter: 1m24.590024779s, unused: 20.685709514s 
11:51:09 [2020-05-06T11:51:09.977Z] INFO File cache stats: 1442 entries of total size 6.8MiB 
11:51:10 [2020-05-06T11:51:10.545Z] INFO Memory: 1712 samples, avg is 223.4MB, max is 3097.5MB 
11:51:10 [2020-05-06T11:51:10.545Z] INFO Execution took 3m53.685699428s               
11:51:10 [2020-05-06T11:51:10.802Z] Congratulations! The shell scripts are properly formatted.