Skip to content

Console Output

05:00:04 [2020-11-06T05:00:04.860Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41641/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41641/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=51f5b1279d6cfff2bb97351aee84e82397a71644 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:51f5b1279d6cfff2bb97351aee84e82397a71644 hack/validate/default
05:00:06 [2020-11-06T05:00:06.239Z] Congratulations!  All commits are properly signed with the DCO!
05:00:06 [2020-11-06T05:00:06.239Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
05:00:06 [2020-11-06T05:00:06.239Z] No api/types/ or api/swagger.yaml changes in diff.
05:00:06 [2020-11-06T05:00:06.239Z] Congratulations!  All TOML source files changed here have valid syntax.
05:00:06 [2020-11-06T05:00:06.239Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
05:00:06 [2020-11-06T05:00:06.239Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
05:00:06 [2020-11-06T05:00:06.239Z] Congratulations!  No new tests were added to integration-cli.
05:00:06 [2020-11-06T05:00:06.239Z] 
05:00:06 [2020-11-06T05:00:06.239Z] INFO Start validation with golang-ci-lint
05:00:06 [2020-11-06T05:00:06.239Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
05:00:06 [2020-11-06T05:00:06.239Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
05:00:06 [2020-11-06T05:00:06.239Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
05:00:44 [2020-11-06T05:00:44.991Z] INFO [loader] Go packages loading at mode 575 (types_sizes|compiled_files|files|imports|name|deps|exports_file) took 34.010835129s 
05:00:44 [2020-11-06T05:00:44.991Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 166.433836ms 
05:00:46 [2020-11-06T05:00:46.902Z] INFO [runner/unused/goanalysis] analyzers took 25.36023496s with top 10 stages: buildssa: 19.946871219s, U1000: 5.413363741s 
05:01:13 [2020-11-06T05:01:13.478Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m10.052782388s with top 10 stages: buildssa: 1m25.655174732s, goimports: 14.028168548s, unconvert: 11.177091465s, gosec: 6.995710009s, golint: 5.077465848s, inspect: 4.22216453s, ineffassign: 4.19887651s, misspell: 3.240788066s, fact_deprecated: 3.152994956s, deadcode: 2.872864391s 
05:01:13 [2020-11-06T05:01:13.478Z] INFO [runner] Issues before processing: 2258, after processing: 0 
05:01:13 [2020-11-06T05:01:13.478Z] INFO [runner] Processors filtering stat (out/in): cgo: 1678/2258, autogenerated_exclude: 1573/1678, nolint: 0/64, filename_unadjuster: 1678/1678, skip_files: 1678/1678, skip_dirs: 1678/1678, identifier_marker: 1573/1573, exclude: 1573/1573, path_prettifier: 1678/1678, exclude-rules: 64/1573 
05:01:13 [2020-11-06T05:01:13.478Z] INFO [runner] processing took 57.175513ms with stages: nolint: 24.588348ms, identifier_marker: 15.978657ms, path_prettifier: 7.667661ms, autogenerated_exclude: 3.792527ms, exclude-rules: 3.253912ms, skip_dirs: 1.593838ms, cgo: 173.953µs, filename_unadjuster: 122.512µs, max_same_issues: 1.531µs, uniq_by_line: 425ns, max_from_linter: 388ns, diff: 369ns, skip_files: 321ns, exclude: 297ns, source_code: 285ns, path_shortener: 252ns, max_per_file_from_linter: 237ns 
05:01:13 [2020-11-06T05:01:13.478Z] INFO [runner] linters took 29.952061937s with stages: goanalysis_metalinter: 23.305876778s, unused: 6.588899051s 
05:01:13 [2020-11-06T05:01:13.478Z] INFO File cache stats: 1442 entries of total size 6.8MiB 
05:01:13 [2020-11-06T05:01:13.478Z] INFO Memory: 558 samples, avg is 1190.0MB, max is 3370.2MB 
05:01:13 [2020-11-06T05:01:13.478Z] INFO Execution took 1m4.137161751s                
05:01:13 [2020-11-06T05:01:13.478Z] Congratulations! The shell scripts are properly formatted.