Skip to content

Console Output

10:58:10 [2020-07-28T10:58:10.374Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41156/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41156/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=fc4c100b79b6b088aed23a1fcb2129db4c98074b -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:fc4c100b79b6b088aed23a1fcb2129db4c98074b hack/validate/default
10:58:11 [2020-07-28T10:58:11.300Z] Congratulations!  All commits are properly signed with the DCO!
10:58:11 [2020-07-28T10:58:11.300Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
10:58:11 [2020-07-28T10:58:11.300Z] No api/types/ or api/swagger.yaml changes in diff.
10:58:11 [2020-07-28T10:58:11.300Z] Congratulations!  All TOML source files changed here have valid syntax.
10:58:11 [2020-07-28T10:58:11.300Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
10:58:11 [2020-07-28T10:58:11.300Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
10:58:11 [2020-07-28T10:58:11.300Z] Congratulations!  No new tests were added to integration-cli.
10:58:11 [2020-07-28T10:58:11.300Z] 
10:58:11 [2020-07-28T10:58:11.300Z] INFO Start validation with golang-ci-lint
10:58:11 [2020-07-28T10:58:11.556Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
10:58:11 [2020-07-28T10:58:11.556Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
10:58:11 [2020-07-28T10:58:11.556Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
11:00:18 [2020-07-28T11:00:18.026Z] INFO [loader] Go packages loading at mode 575 (imports|compiled_files|deps|exports_file|files|name|types_sizes) took 1m57.932478727s 
11:00:18 [2020-07-28T11:00:18.026Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 466.053253ms 
11:01:39 [2020-07-28T11:01:39.487Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m4.548267165s with top 10 stages: buildssa: 1m36.700454148s, goimports: 22.289493716s, unconvert: 13.252115028s, gosec: 9.957540784s, golint: 5.478450574s, misspell: 4.522221239s, ineffassign: 4.186458913s, vrp: 3.415264588s, inspect: 3.334508084s, printf: 2.0170727s 
11:01:46 [2020-07-28T11:01:46.179Z] INFO [runner/unused/goanalysis] analyzers took 26.946824863s with top 10 stages: buildssa: 22.748817268s, U1000: 4.198007595s 
11:01:46 [2020-07-28T11:01:46.179Z] INFO [runner] Issues before processing: 2303, after processing: 0 
11:01:46 [2020-07-28T11:01:46.179Z] INFO [runner] Processors filtering stat (out/in): path_prettifier: 1694/1694, skip_files: 1694/1694, exclude: 1589/1589, filename_unadjuster: 1694/1694, skip_dirs: 1694/1694, identifier_marker: 1589/1589, exclude-rules: 64/1589, cgo: 1694/2303, autogenerated_exclude: 1589/1694, nolint: 0/64 
11:01:46 [2020-07-28T11:01:46.179Z] INFO [runner] processing took 127.575301ms with stages: nolint: 54.258136ms, identifier_marker: 39.039067ms, path_prettifier: 13.933869ms, autogenerated_exclude: 7.361016ms, exclude-rules: 6.944291ms, skip_dirs: 3.80657ms, cgo: 1.210611ms, filename_unadjuster: 1.01543ms, max_same_issues: 1.629µs, uniq_by_line: 1.007µs, max_per_file_from_linter: 653ns, max_from_linter: 649ns, diff: 573ns, source_code: 505ns, exclude: 457ns, skip_files: 433ns, path_shortener: 405ns 
11:01:46 [2020-07-28T11:01:46.179Z] INFO [runner] linters took 1m36.175593126s with stages: goanalysis_metalinter: 1m17.795244251s, unused: 18.251727648s 
11:01:46 [2020-07-28T11:01:46.179Z] INFO File cache stats: 1444 entries of total size 6.8MiB 
11:01:46 [2020-07-28T11:01:46.740Z] INFO Memory: 1613 samples, avg is 245.9MB, max is 3163.9MB 
11:01:46 [2020-07-28T11:01:46.740Z] INFO Execution took 3m35.144373908s               
11:01:46 [2020-07-28T11:01:46.740Z] Congratulations! The shell scripts are properly formatted.