Skip to content

Console Output

18:35:15 [2020-07-29T18:35:15.174Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41297/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41297/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=0ca7456e5284d4aa9f3e37e69c7c93eff4420d3d -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:0ca7456e5284d4aa9f3e37e69c7c93eff4420d3d hack/validate/default
18:35:15 [2020-07-29T18:35:15.742Z] Congratulations!  All commits are properly signed with the DCO!
18:35:15 [2020-07-29T18:35:15.742Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
18:35:15 [2020-07-29T18:35:15.742Z] No api/types/ or api/swagger.yaml changes in diff.
18:35:15 [2020-07-29T18:35:15.742Z] Congratulations!  All TOML source files changed here have valid syntax.
18:35:15 [2020-07-29T18:35:15.742Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
18:35:15 [2020-07-29T18:35:15.742Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
18:35:15 [2020-07-29T18:35:15.742Z] Congratulations!  No new tests were added to integration-cli.
18:35:15 [2020-07-29T18:35:15.742Z] 
18:35:15 [2020-07-29T18:35:15.742Z] INFO Start validation with golang-ci-lint
18:35:16 [2020-07-29T18:35:16.002Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
18:35:16 [2020-07-29T18:35:16.002Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
18:35:16 [2020-07-29T18:35:16.002Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
18:37:22 [2020-07-29T18:37:22.492Z] INFO [loader] Go packages loading at mode 575 (exports_file|imports|types_sizes|compiled_files|deps|files|name) took 1m54.663635623s 
18:37:22 [2020-07-29T18:37:22.492Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 463.155429ms 
18:37:30 [2020-07-29T18:37:30.619Z] INFO [runner/unused/goanalysis] analyzers took 27.502894193s with top 10 stages: buildssa: 23.143683852s, U1000: 4.359210341s 
18:38:52 [2020-07-29T18:38:52.098Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m6.148600454s with top 10 stages: buildssa: 1m35.758710064s, goimports: 22.862832897s, unconvert: 14.043351718s, gosec: 10.201782745s, golint: 5.820820697s, misspell: 4.567277721s, ineffassign: 4.19694952s, vrp: 3.846723311s, inspect: 3.121894907s, printf: 1.948757304s 
18:38:52 [2020-07-29T18:38:52.098Z] INFO [runner] Issues before processing: 2303, after processing: 0 
18:38:52 [2020-07-29T18:38:52.098Z] INFO [runner] Processors filtering stat (out/in): nolint: 0/64, cgo: 1694/2303, skip_files: 1694/1694, exclude-rules: 64/1589, filename_unadjuster: 1694/1694, identifier_marker: 1589/1589, path_prettifier: 1694/1694, skip_dirs: 1694/1694, autogenerated_exclude: 1589/1694, exclude: 1589/1589 
18:38:52 [2020-07-29T18:38:52.098Z] INFO [runner] processing took 133.289568ms with stages: nolint: 53.590682ms, identifier_marker: 43.724215ms, path_prettifier: 12.608197ms, autogenerated_exclude: 10.633085ms, exclude-rules: 8.331626ms, skip_dirs: 3.226064ms, cgo: 662.344µs, filename_unadjuster: 507.71µs, max_same_issues: 1.663µs, uniq_by_line: 754ns, diff: 662ns, max_from_linter: 505ns, exclude: 494ns, source_code: 473ns, skip_files: 381ns, path_shortener: 373ns, max_per_file_from_linter: 340ns 
18:38:52 [2020-07-29T18:38:52.098Z] INFO [runner] linters took 1m36.934342866s with stages: goanalysis_metalinter: 1m17.396363095s, unused: 19.40407747s 
18:38:52 [2020-07-29T18:38:52.098Z] INFO File cache stats: 1444 entries of total size 6.8MiB 
18:38:52 [2020-07-29T18:38:52.098Z] INFO Memory: 1458 samples, avg is 727.3MB, max is 3570.7MB 
18:38:52 [2020-07-29T18:38:52.098Z] INFO Execution took 3m32.525904452s               
18:38:52 [2020-07-29T18:38:52.098Z] Congratulations! The shell scripts are properly formatted.