Skip to content

Console Output

15:22:55 [2020-07-21T15:22:55.868Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41242/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41242/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=441211986c847ef08ec1d40432e2ec86a7ae1741 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:441211986c847ef08ec1d40432e2ec86a7ae1741 hack/validate/default
15:22:56 [2020-07-21T15:22:56.807Z] Congratulations!  All commits are properly signed with the DCO!
15:22:56 [2020-07-21T15:22:56.807Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
15:23:04 [2020-07-21T15:23:04.930Z] Congratulations!  The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
15:23:06 [2020-07-21T15:23:06.839Z] Congratulations!  All API changes are done the right way.
15:23:06 [2020-07-21T15:23:06.840Z] Congratulations!  All TOML source files changed here have valid syntax.
15:23:06 [2020-07-21T15:23:06.840Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
15:23:06 [2020-07-21T15:23:06.840Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
15:23:06 [2020-07-21T15:23:06.840Z] Congratulations!  No new tests were added to integration-cli.
15:23:06 [2020-07-21T15:23:06.840Z] 
15:23:06 [2020-07-21T15:23:06.840Z] INFO Start validation with golang-ci-lint
15:23:06 [2020-07-21T15:23:06.840Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
15:23:06 [2020-07-21T15:23:06.840Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
15:23:06 [2020-07-21T15:23:06.840Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
15:25:13 [2020-07-21T15:25:13.323Z] INFO [loader] Go packages loading at mode 575 (deps|files|compiled_files|exports_file|imports|name|types_sizes) took 1m57.422530765s 
15:25:13 [2020-07-21T15:25:13.323Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 463.927315ms 
15:26:23 [2020-07-21T15:26:23.439Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m8.03303445s with top 10 stages: buildssa: 1m34.98705671s, goimports: 23.113459671s, unconvert: 11.511546899s, gosec: 10.932719575s, golint: 5.946189754s, ineffassign: 4.827672722s, misspell: 4.237413631s, inspect: 3.871540078s, vrp: 3.116453633s, printf: 2.007234905s 
15:26:41 [2020-07-21T15:26:41.537Z] INFO [runner/unused/goanalysis] analyzers took 26.330223348s with top 10 stages: buildssa: 22.163776838s, U1000: 4.16644651s 
15:26:41 [2020-07-21T15:26:41.537Z] INFO [runner] Issues before processing: 2301, after processing: 0 
15:26:41 [2020-07-21T15:26:41.537Z] INFO [runner] Processors filtering stat (out/in): skip_files: 1692/1692, exclude: 1587/1587, path_prettifier: 1692/1692, skip_dirs: 1692/1692, autogenerated_exclude: 1587/1692, nolint: 0/64, cgo: 1692/2301, identifier_marker: 1587/1587, exclude-rules: 64/1587, filename_unadjuster: 1692/1692 
15:26:41 [2020-07-21T15:26:41.537Z] INFO [runner] processing took 129.049115ms with stages: nolint: 54.630554ms, identifier_marker: 39.215906ms, path_prettifier: 14.62845ms, autogenerated_exclude: 7.313539ms, exclude-rules: 6.976716ms, skip_dirs: 3.742021ms, cgo: 1.544619ms, filename_unadjuster: 990.776µs, max_same_issues: 1.562µs, uniq_by_line: 836ns, exclude: 812ns, source_code: 759ns, max_from_linter: 704ns, diff: 699ns, skip_files: 475ns, path_shortener: 392ns, max_per_file_from_linter: 295ns 
15:26:41 [2020-07-21T15:26:41.537Z] INFO [runner] linters took 1m35.004644702s with stages: goanalysis_metalinter: 1m15.990691012s, unused: 18.884322461s 
15:26:41 [2020-07-21T15:26:41.537Z] INFO File cache stats: 1444 entries of total size 6.8MiB 
15:26:41 [2020-07-21T15:26:41.537Z] INFO Memory: 1606 samples, avg is 239.2MB, max is 3163.2MB 
15:26:41 [2020-07-21T15:26:41.537Z] INFO Execution took 3m33.228534683s               
15:26:41 [2020-07-21T15:26:41.537Z] Congratulations! The shell scripts are properly formatted.