Skip to content

Console Output

08:58:05 [2020-06-10T08:58:05.860Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41031/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41031/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=adcf53dbd30842f802a86d0f06cf9875b6643c8b -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:adcf53dbd30842f802a86d0f06cf9875b6643c8b hack/validate/default
08:58:06 [2020-06-10T08:58:06.427Z] Congratulations!  All commits are properly signed with the DCO!
08:58:06 [2020-06-10T08:58:06.427Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
08:58:06 [2020-06-10T08:58:06.427Z] No api/types/ or api/swagger.yaml changes in diff.
08:58:06 [2020-06-10T08:58:06.427Z] Congratulations!  All TOML source files changed here have valid syntax.
08:58:06 [2020-06-10T08:58:06.427Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
08:58:06 [2020-06-10T08:58:06.427Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
08:58:06 [2020-06-10T08:58:06.427Z] Congratulations!  No new tests were added to integration-cli.
08:58:06 [2020-06-10T08:58:06.427Z] 
08:58:06 [2020-06-10T08:58:06.427Z] INFO Start validation with golang-ci-lint
08:58:06 [2020-06-10T08:58:06.686Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
08:58:06 [2020-06-10T08:58:06.686Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
08:58:06 [2020-06-10T08:58:06.686Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
09:00:13 [2020-06-10T09:00:13.165Z] INFO [loader] Go packages loading at mode 575 (types_sizes|deps|name|imports|compiled_files|exports_file|files) took 1m55.646712148s 
09:00:13 [2020-06-10T09:00:13.165Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 463.060162ms 
09:00:23 [2020-06-10T09:00:23.146Z] INFO [runner/unused/goanalysis] analyzers took 27.084738254s with top 10 stages: buildssa: 23.034625694s, U1000: 4.05011256s 
09:01:44 [2020-06-10T09:01:44.603Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m5.220675068s with top 10 stages: buildssa: 1m36.296501289s, goimports: 21.827514896s, unconvert: 13.168462367s, gosec: 10.663431888s, golint: 6.539008652s, ineffassign: 4.597036425s, misspell: 4.03531354s, inspect: 3.650691359s, vrp: 2.440023772s, ctrlflow: 1.823383479s 
09:01:44 [2020-06-10T09:01:44.603Z] INFO [runner] Issues before processing: 2302, after processing: 0 
09:01:44 [2020-06-10T09:01:44.603Z] INFO [runner] Processors filtering stat (out/in): filename_unadjuster: 1693/1693, skip_files: 1693/1693, autogenerated_exclude: 1588/1693, exclude: 1588/1588, exclude-rules: 64/1588, identifier_marker: 1588/1588, nolint: 0/64, cgo: 1693/2302, path_prettifier: 1693/1693, skip_dirs: 1693/1693 
09:01:44 [2020-06-10T09:01:44.603Z] INFO [runner] processing took 133.342743ms with stages: nolint: 49.938305ms, identifier_marker: 35.430967ms, autogenerated_exclude: 21.500528ms, path_prettifier: 14.863476ms, exclude-rules: 6.733055ms, skip_dirs: 3.920157ms, cgo: 543.94µs, filename_unadjuster: 406.228µs, max_same_issues: 1.896µs, max_from_linter: 756ns, exclude: 654ns, uniq_by_line: 626ns, diff: 607ns, source_code: 472ns, path_shortener: 402ns, skip_files: 366ns, max_per_file_from_linter: 308ns 
09:01:44 [2020-06-10T09:01:44.603Z] INFO [runner] linters took 1m37.708871419s with stages: goanalysis_metalinter: 1m17.424841069s, unused: 20.149812043s 
09:01:44 [2020-06-10T09:01:44.603Z] INFO File cache stats: 1443 entries of total size 6.8MiB 
09:01:44 [2020-06-10T09:01:44.603Z] INFO Memory: 1473 samples, avg is 676.8MB, max is 3303.3MB 
09:01:44 [2020-06-10T09:01:44.603Z] INFO Execution took 3m34.035011561s               
09:01:44 [2020-06-10T09:01:44.603Z] Congratulations! The shell scripts are properly formatted.