Skip to content

Console Output

15:07:52 [2020-05-10T15:07:52.012Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40945/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-40945/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=49f8a4224cc22f94169cfb70d30d8afffa2e319a -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:49f8a4224cc22f94169cfb70d30d8afffa2e319a hack/validate/default
15:07:52 [2020-05-10T15:07:52.942Z] Congratulations!  All commits are properly signed with the DCO!
15:07:52 [2020-05-10T15:07:52.942Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
15:07:52 [2020-05-10T15:07:52.942Z] No api/types/ or api/swagger.yaml changes in diff.
15:07:52 [2020-05-10T15:07:52.942Z] Congratulations!  All TOML source files changed here have valid syntax.
15:07:52 [2020-05-10T15:07:52.942Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
15:07:52 [2020-05-10T15:07:52.942Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
15:07:52 [2020-05-10T15:07:52.942Z] Congratulations!  No new tests were added to integration-cli.
15:07:52 [2020-05-10T15:07:52.942Z] 
15:07:52 [2020-05-10T15:07:52.942Z] INFO Start validation with golang-ci-lint
15:07:53 [2020-05-10T15:07:53.200Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
15:07:53 [2020-05-10T15:07:53.200Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
15:07:53 [2020-05-10T15:07:53.200Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
15:09:59 [2020-05-10T15:09:59.627Z] INFO [loader] Go packages loading at mode 575 (deps|imports|compiled_files|exports_file|files|name|types_sizes) took 1m57.116273006s 
15:09:59 [2020-05-10T15:09:59.627Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 476.416987ms 
15:10:11 [2020-05-10T15:10:11.822Z] INFO [runner/unused/goanalysis] analyzers took 27.176345578s with top 10 stages: buildssa: 23.04787507s, U1000: 4.128470508s 
15:11:33 [2020-05-10T15:11:33.229Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m4.993885975s with top 10 stages: buildssa: 1m38.379790496s, goimports: 23.420547533s, unconvert: 12.004180041s, gosec: 10.603275182s, golint: 6.155324961s, ineffassign: 4.213486421s, misspell: 3.910656889s, inspect: 3.020854254s, vrp: 2.901545592s, printf: 1.658111323s 
15:11:33 [2020-05-10T15:11:33.229Z] INFO [runner] Issues before processing: 2300, after processing: 0 
15:11:33 [2020-05-10T15:11:33.229Z] INFO [runner] Processors filtering stat (out/in): identifier_marker: 1586/1586, exclude: 1586/1586, autogenerated_exclude: 1586/1691, filename_unadjuster: 1691/1691, exclude-rules: 63/1586, nolint: 0/63, cgo: 1691/2300, skip_dirs: 1691/1691, skip_files: 1691/1691, path_prettifier: 1691/1691 
15:11:33 [2020-05-10T15:11:33.229Z] INFO [runner] processing took 59.862835ms with stages: nolint: 26.569571ms, identifier_marker: 16.944966ms, path_prettifier: 7.345321ms, autogenerated_exclude: 3.673105ms, exclude-rules: 3.388082ms, skip_dirs: 1.59167ms, cgo: 260.351µs, filename_unadjuster: 85.818µs, max_same_issues: 1.35µs, uniq_by_line: 583ns, diff: 325ns, max_from_linter: 317ns, exclude: 312ns, skip_files: 299ns, source_code: 296ns, max_per_file_from_linter: 238ns, path_shortener: 231ns 
15:11:33 [2020-05-10T15:11:33.229Z] INFO [runner] linters took 1m37.807891172s with stages: goanalysis_metalinter: 1m18.272817106s, unused: 19.475092281s 
15:11:33 [2020-05-10T15:11:33.229Z] INFO File cache stats: 1442 entries of total size 6.8MiB 
15:11:33 [2020-05-10T15:11:33.229Z] INFO Memory: 1481 samples, avg is 660.9MB, max is 3237.1MB 
15:11:33 [2020-05-10T15:11:33.229Z] INFO Execution took 3m35.412027592s               
15:11:33 [2020-05-10T15:11:33.229Z] Congratulations! The shell scripts are properly formatted.