Skip to content

Console Output

21:52:03 [2020-12-04T21:52:03.942Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41745/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41745/.git:/go/src/github.com/docker/docker/.git --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=34682e536ebe41d48ae288bd42eee76130f67c21 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:34682e536ebe41d48ae288bd42eee76130f67c21 hack/validate/default
21:52:04 [2020-12-04T21:52:04.877Z] Congratulations!  All commits are properly signed with the DCO!
21:52:04 [2020-12-04T21:52:04.877Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
21:52:04 [2020-12-04T21:52:04.877Z] No api/types/ or api/swagger.yaml changes in diff.
21:52:04 [2020-12-04T21:52:04.877Z] Congratulations!  All TOML source files changed here have valid syntax.
21:52:04 [2020-12-04T21:52:04.877Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
21:52:04 [2020-12-04T21:52:04.877Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
21:52:04 [2020-12-04T21:52:04.877Z] Congratulations!  No new tests were added to integration-cli.
21:52:04 [2020-12-04T21:52:04.877Z] 
21:52:04 [2020-12-04T21:52:04.877Z] INFO Start validation with golang-ci-lint
21:52:04 [2020-12-04T21:52:04.877Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
21:52:04 [2020-12-04T21:52:04.877Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
21:52:04 [2020-12-04T21:52:04.877Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
21:54:11 [2020-12-04T21:54:11.336Z] INFO [loader] Go packages loading at mode 575 (deps|exports_file|imports|types_sizes|compiled_files|files|name) took 1m59.773730045s 
21:54:11 [2020-12-04T21:54:11.336Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 661.928303ms 
21:54:26 [2020-12-04T21:54:26.209Z] INFO [runner/unused/goanalysis] analyzers took 26.375105054s with top 10 stages: buildssa: 22.389475653s, U1000: 3.985629401s 
21:55:47 [2020-12-04T21:55:47.640Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m5.753396256s with top 10 stages: buildssa: 1m36.069600592s, goimports: 21.885801104s, unconvert: 13.093083448s, gosec: 10.328483745s, golint: 5.87977315s, misspell: 4.00269516s, ineffassign: 3.64831954s, inspect: 3.36693115s, vrp: 3.316329949s, ctrlflow: 1.792946163s 
21:55:47 [2020-12-04T21:55:47.640Z] INFO [runner] Issues before processing: 2262, after processing: 0 
21:55:47 [2020-12-04T21:55:47.640Z] INFO [runner] Processors filtering stat (out/in): path_prettifier: 1682/1682, exclude: 1577/1577, skip_dirs: 1682/1682, autogenerated_exclude: 1577/1682, exclude-rules: 64/1577, nolint: 0/64, cgo: 1682/2262, filename_unadjuster: 1682/1682, skip_files: 1682/1682, identifier_marker: 1577/1577 
21:55:47 [2020-12-04T21:55:47.640Z] INFO [runner] processing took 58.511259ms with stages: nolint: 25.602529ms, identifier_marker: 16.267803ms, path_prettifier: 7.459198ms, autogenerated_exclude: 3.845876ms, exclude-rules: 3.307232ms, skip_dirs: 1.601035ms, cgo: 295.423µs, filename_unadjuster: 128.504µs, max_same_issues: 994ns, uniq_by_line: 468ns, path_shortener: 419ns, skip_files: 358ns, source_code: 332ns, diff: 322ns, max_from_linter: 314ns, exclude: 286ns, max_per_file_from_linter: 166ns 
21:55:47 [2020-12-04T21:55:47.640Z] INFO [runner] linters took 1m40.454898221s with stages: goanalysis_metalinter: 1m20.741963949s, unused: 19.654126082s 
21:55:47 [2020-12-04T21:55:47.640Z] INFO File cache stats: 1448 entries of total size 6.8MiB 
21:55:47 [2020-12-04T21:55:47.640Z] INFO Memory: 1531 samples, avg is 734.3MB, max is 3571.6MB 
21:55:47 [2020-12-04T21:55:47.640Z] INFO Execution took 3m40.901766454s               
21:55:47 [2020-12-04T21:55:47.640Z] Congratulations! The shell scripts are properly formatted.