Skip to content

Console Output

06:12:32 [2021-01-19T06:12:32.474Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41894/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41894/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=8086443a449af8ef5c5b0574de8957df7e52f296 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:8086443a449af8ef5c5b0574de8957df7e52f296 hack/validate/default
06:12:33 [2021-01-19T06:12:33.408Z] Congratulations!  All commits are properly signed with the DCO!
06:12:33 [2021-01-19T06:12:33.408Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
06:12:33 [2021-01-19T06:12:33.408Z] No api/types/ or api/swagger.yaml changes in diff.
06:12:33 [2021-01-19T06:12:33.408Z] Congratulations!  All TOML source files changed here have valid syntax.
06:12:33 [2021-01-19T06:12:33.408Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
06:12:33 [2021-01-19T06:12:33.408Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
06:12:33 [2021-01-19T06:12:33.408Z] Congratulations!  No new tests were added to integration-cli.
06:12:33 [2021-01-19T06:12:33.408Z] 
06:12:33 [2021-01-19T06:12:33.408Z] INFO Start validation with golang-ci-lint
06:12:33 [2021-01-19T06:12:33.668Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
06:12:33 [2021-01-19T06:12:33.668Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
06:12:33 [2021-01-19T06:12:33.668Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
06:14:40 [2021-01-19T06:14:40.139Z] INFO [loader] Go packages loading at mode 575 (compiled_files|deps|files|imports|name|exports_file|types_sizes) took 1m58.556027978s 
06:14:40 [2021-01-19T06:14:40.139Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 655.113598ms 
06:14:52 [2021-01-19T06:14:52.349Z] INFO [runner/unused/goanalysis] analyzers took 26.834855389s with top 10 stages: buildssa: 23.043199383s, U1000: 3.791656006s 
06:16:13 [2021-01-19T06:16:13.992Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m4.634663898s with top 10 stages: buildssa: 1m37.778534321s, goimports: 22.485046453s, unconvert: 12.947150459s, gosec: 9.609502457s, golint: 5.271835243s, ineffassign: 4.028800697s, misspell: 3.951976274s, vrp: 3.821141197s, inspect: 3.280255888s, fact_purity: 1.818966677s 
06:16:13 [2021-01-19T06:16:13.992Z] INFO [runner] Issues before processing: 2264, after processing: 0 
06:16:13 [2021-01-19T06:16:13.992Z] INFO [runner] Processors filtering stat (out/in): filename_unadjuster: 1684/1684, path_prettifier: 1684/1684, skip_dirs: 1684/1684, cgo: 1684/2264, identifier_marker: 1579/1579, exclude-rules: 64/1579, skip_files: 1684/1684, autogenerated_exclude: 1579/1684, exclude: 1579/1579, nolint: 0/64 
06:16:13 [2021-01-19T06:16:13.992Z] INFO [runner] processing took 123.085594ms with stages: nolint: 51.061133ms, identifier_marker: 45.180426ms, path_prettifier: 11.841227ms, exclude-rules: 6.261719ms, autogenerated_exclude: 5.774696ms, skip_dirs: 2.055306ms, cgo: 504.487µs, filename_unadjuster: 400.779µs, max_same_issues: 1.744µs, path_shortener: 834ns, uniq_by_line: 599ns, source_code: 536ns, diff: 530ns, max_from_linter: 529ns, exclude: 400ns, skip_files: 387ns, max_per_file_from_linter: 262ns 
06:16:13 [2021-01-19T06:16:13.992Z] INFO [runner] linters took 1m38.179355713s with stages: goanalysis_metalinter: 1m18.981924306s, unused: 19.073990217s 
06:16:13 [2021-01-19T06:16:13.992Z] INFO File cache stats: 1448 entries of total size 6.8MiB 
06:16:13 [2021-01-19T06:16:13.992Z] INFO Memory: 1501 samples, avg is 665.1MB, max is 3237.9MB 
06:16:13 [2021-01-19T06:16:13.992Z] INFO Execution took 3m37.709947817s               
06:16:13 [2021-01-19T06:16:13.992Z] Congratulations! The shell scripts are properly formatted.