Skip to content

Console Output

23:52:19 [2020-05-02T23:52:19.299Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40892/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-40892/.git:/go/src/github.com/docker/docker/.git --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=886c8385f5dd2b667a346ee14a94850af55ad705 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:886c8385f5dd2b667a346ee14a94850af55ad705 hack/validate/default
23:52:19 [2020-05-02T23:52:19.857Z] Congratulations!  All commits are properly signed with the DCO!
23:52:19 [2020-05-02T23:52:19.857Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
23:52:19 [2020-05-02T23:52:19.857Z] No api/types/ or api/swagger.yaml changes in diff.
23:52:19 [2020-05-02T23:52:19.857Z] Congratulations!  All TOML source files changed here have valid syntax.
23:52:19 [2020-05-02T23:52:19.857Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
23:52:19 [2020-05-02T23:52:19.857Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
23:52:19 [2020-05-02T23:52:19.857Z] Congratulations!  No new tests were added to integration-cli.
23:52:19 [2020-05-02T23:52:19.857Z] 
23:52:19 [2020-05-02T23:52:19.857Z] INFO Start validation with golang-ci-lint
23:52:20 [2020-05-02T23:52:20.113Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
23:52:20 [2020-05-02T23:52:20.113Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
23:52:20 [2020-05-02T23:52:20.113Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
23:52:58 [2020-05-02T23:52:58.793Z] INFO [loader] Go packages loading at mode 575 (files|imports|name|compiled_files|deps|exports_file|types_sizes) took 32.959203026s 
23:52:58 [2020-05-02T23:52:58.793Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 172.923596ms 
23:53:00 [2020-05-02T23:53:00.675Z] INFO [runner/unused/goanalysis] analyzers took 29.554255506s with top 10 stages: buildssa: 23.765484372s, U1000: 5.788771134s 
23:53:27 [2020-05-02T23:53:27.188Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m17.524818861s with top 10 stages: buildssa: 1m24.828741004s, goimports: 14.809178923s, unconvert: 9.942776044s, gosec: 8.557694941s, golint: 5.651450744s, ineffassign: 4.303712253s, misspell: 4.211389845s, inspect: 3.518226304s, deadcode: 3.31897065s, SA4018: 2.882571745s 
23:53:27 [2020-05-02T23:53:27.188Z] INFO [runner] Issues before processing: 2298, after processing: 0 
23:53:27 [2020-05-02T23:53:27.188Z] INFO [runner] Processors filtering stat (out/in): exclude: 1584/1584, nolint: 0/63, skip_files: 1689/1689, path_prettifier: 1689/1689, autogenerated_exclude: 1584/1689, cgo: 1689/2298, skip_dirs: 1689/1689, identifier_marker: 1584/1584, exclude-rules: 63/1584, filename_unadjuster: 1689/1689 
23:53:27 [2020-05-02T23:53:27.188Z] INFO [runner] processing took 58.4012ms with stages: nolint: 25.660595ms, identifier_marker: 16.463354ms, path_prettifier: 7.318922ms, autogenerated_exclude: 3.691666ms, exclude-rules: 3.379926ms, skip_dirs: 1.596881ms, cgo: 196.252µs, filename_unadjuster: 89.205µs, max_same_issues: 1.178µs, diff: 676ns, uniq_by_line: 545ns, source_code: 371ns, max_from_linter: 358ns, exclude: 356ns, path_shortener: 352ns, skip_files: 313ns, max_per_file_from_linter: 250ns 
23:53:27 [2020-05-02T23:53:27.188Z] INFO [runner] linters took 30.735944384s with stages: goanalysis_metalinter: 23.540516935s, unused: 7.136910607s 
23:53:27 [2020-05-02T23:53:27.188Z] INFO File cache stats: 1442 entries of total size 6.8MiB 
23:53:27 [2020-05-02T23:53:27.188Z] INFO Memory: 557 samples, avg is 1235.3MB, max is 3303.2MB 
23:53:27 [2020-05-02T23:53:27.188Z] INFO Execution took 1m3.87500846s                 
23:53:27 [2020-05-02T23:53:27.188Z] Congratulations! The shell scripts are properly formatted.