Skip to content

Console Output

20:40:33 [2020-04-15T20:40:33.823Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-39882/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-39882/.git:/go/src/github.com/docker/docker/.git --name docker-pr10 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=157c53c8e00a0e97eb6bd5f6b041c8cde96e5d3b -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:157c53c8e00a0e97eb6bd5f6b041c8cde96e5d3b hack/validate/default
20:40:34 [2020-04-15T20:40:34.755Z] Congratulations!  All commits are properly signed with the DCO!
20:40:34 [2020-04-15T20:40:34.755Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
20:40:44 [2020-04-15T20:40:44.762Z] Congratulations!  The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
20:40:44 [2020-04-15T20:40:44.762Z] Congratulations!  All API changes are done the right way.
20:40:44 [2020-04-15T20:40:44.762Z] Congratulations!  All TOML source files changed here have valid syntax.
20:40:44 [2020-04-15T20:40:44.762Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
20:40:44 [2020-04-15T20:40:44.762Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
20:40:45 [2020-04-15T20:40:45.019Z] Congratulations!  No new tests were added to integration-cli.
20:40:45 [2020-04-15T20:40:45.019Z] 
20:40:45 [2020-04-15T20:40:45.019Z] INFO Start validation with golang-ci-lint
20:40:45 [2020-04-15T20:40:45.276Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
20:40:45 [2020-04-15T20:40:45.276Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
20:40:45 [2020-04-15T20:40:45.276Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
20:42:51 [2020-04-15T20:42:51.709Z] INFO [loader] Go packages loading at mode 575 (exports_file|types_sizes|compiled_files|deps|files|imports|name) took 1m53.679135213s 
20:42:51 [2020-04-15T20:42:51.709Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 458.515348ms 
20:43:59 [2020-04-15T20:43:59.372Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m10.08687646s with top 10 stages: buildssa: 1m33.406365748s, goimports: 22.804029621s, unconvert: 12.674545457s, gosec: 10.467351431s, golint: 6.221674851s, ineffassign: 4.388582088s, misspell: 4.206770358s, inspect: 3.669590849s, vrp: 2.825239977s, ctrlflow: 2.125483288s 
20:44:14 [2020-04-15T20:44:14.351Z] INFO [runner/unused/goanalysis] analyzers took 25.946395331s with top 10 stages: buildssa: 21.714786253s, U1000: 4.231609078s 
20:44:14 [2020-04-15T20:44:14.351Z] INFO [runner] Issues before processing: 2294, after processing: 0 
20:44:14 [2020-04-15T20:44:14.351Z] INFO [runner] Processors filtering stat (out/in): cgo: 1685/2294, autogenerated_exclude: 1580/1685, exclude-rules: 63/1580, nolint: 0/63, filename_unadjuster: 1685/1685, path_prettifier: 1685/1685, skip_files: 1685/1685, skip_dirs: 1685/1685, identifier_marker: 1580/1580, exclude: 1580/1580 
20:44:14 [2020-04-15T20:44:14.351Z] INFO [runner] processing took 161.715147ms with stages: nolint: 76.011292ms, identifier_marker: 38.566804ms, path_prettifier: 27.505475ms, exclude-rules: 7.700627ms, autogenerated_exclude: 6.683631ms, skip_dirs: 3.547716ms, cgo: 928.79µs, filename_unadjuster: 764.36µs, max_same_issues: 2.445µs, uniq_by_line: 673ns, max_from_linter: 585ns, diff: 564ns, source_code: 517ns, path_shortener: 499ns, skip_files: 409ns, exclude: 400ns, max_per_file_from_linter: 360ns 
20:44:14 [2020-04-15T20:44:14.351Z] INFO [runner] linters took 1m32.707778083s with stages: goanalysis_metalinter: 1m14.947894726s, unused: 17.597021669s 
20:44:14 [2020-04-15T20:44:14.351Z] INFO File cache stats: 1448 entries of total size 6.8MiB 
20:44:14 [2020-04-15T20:44:14.351Z] INFO Memory: 1564 samples, avg is 265.7MB, max is 2965.7MB 
20:44:14 [2020-04-15T20:44:14.351Z] INFO Execution took 3m28.541811076s               
20:44:14 [2020-04-15T20:44:14.351Z] Congratulations! The shell scripts are properly formatted.