Skip to content

Console Output

17:18:29 [2021-04-06T17:18:29.032Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42259/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42259/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=257b4db1861b86f2d3643636cf3303979c7d2923 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:257b4db1861b86f2d3643636cf3303979c7d2923 hack/validate/default
17:18:29 [2021-04-06T17:18:29.956Z] Congratulations!  All commits are properly signed with the DCO!
17:18:29 [2021-04-06T17:18:29.956Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
17:18:29 [2021-04-06T17:18:29.956Z] No api/types/ or api/swagger.yaml changes in diff.
17:18:29 [2021-04-06T17:18:29.956Z] Congratulations!  All TOML source files changed here have valid syntax.
17:18:29 [2021-04-06T17:18:29.956Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
17:18:29 [2021-04-06T17:18:29.956Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
17:18:29 [2021-04-06T17:18:29.956Z] Congratulations!  No new tests were added to integration-cli.
17:18:29 [2021-04-06T17:18:29.956Z] 
17:18:29 [2021-04-06T17:18:29.956Z] INFO Start validation with golang-ci-lint
17:18:30 [2021-04-06T17:18:30.211Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
17:18:30 [2021-04-06T17:18:30.211Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
17:18:30 [2021-04-06T17:18:30.211Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
17:20:38 [2021-04-06T17:20:38.289Z] INFO [loader] Go packages loading at mode 575 (name|compiled_files|deps|exports_file|files|imports|types_sizes) took 2m0.88618859s 
17:20:38 [2021-04-06T17:20:38.289Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 672.70472ms 
17:20:53 [2021-04-06T17:20:53.190Z] INFO [runner/unused/goanalysis] analyzers took 27.691469373s with top 10 stages: buildssa: 23.871880653s, U1000: 3.81958872s 
17:22:14 [2021-04-06T17:22:14.786Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m12.62945446s with top 10 stages: buildssa: 1m41.213462863s, goimports: 22.281303682s, unconvert: 13.509117498s, gosec: 9.602963934s, golint: 5.966225689s, ineffassign: 4.01453056s, misspell: 3.564384563s, inspect: 3.032523709s, vrp: 2.955320746s, printf: 2.142844418s 
17:22:14 [2021-04-06T17:22:14.786Z] INFO [runner] Issues before processing: 2263, after processing: 0 
17:22:14 [2021-04-06T17:22:14.786Z] INFO [runner] Processors filtering stat (out/in): cgo: 1683/2263, filename_unadjuster: 1683/1683, path_prettifier: 1683/1683, skip_files: 1683/1683, skip_dirs: 1683/1683, nolint: 0/64, identifier_marker: 1578/1578, exclude-rules: 64/1578, autogenerated_exclude: 1578/1683, exclude: 1578/1578 
17:22:14 [2021-04-06T17:22:14.786Z] INFO [runner] processing took 59.382779ms with stages: nolint: 25.447054ms, identifier_marker: 17.020224ms, path_prettifier: 7.474431ms, autogenerated_exclude: 4.134355ms, exclude-rules: 3.347175ms, skip_dirs: 1.577431ms, cgo: 248.46µs, filename_unadjuster: 128.715µs, max_same_issues: 1.23µs, uniq_by_line: 957ns, exclude: 528ns, diff: 496ns, skip_files: 448ns, max_from_linter: 445ns, source_code: 303ns, path_shortener: 270ns, max_per_file_from_linter: 257ns 
17:22:14 [2021-04-06T17:22:14.786Z] INFO [runner] linters took 1m41.033734916s with stages: goanalysis_metalinter: 1m21.029590489s, unused: 19.944626793s 
17:22:14 [2021-04-06T17:22:14.786Z] INFO File cache stats: 1456 entries of total size 6.8MiB 
17:22:14 [2021-04-06T17:22:14.786Z] INFO Memory: 1535 samples, avg is 805.8MB, max is 4039.3MB 
17:22:14 [2021-04-06T17:22:14.786Z] INFO Execution took 3m42.608247561s               
17:22:14 [2021-04-06T17:22:14.786Z] Congratulations! The shell scripts are properly formatted.