Skip to content

Console Output

16:46:31 [2020-04-16T16:46:31.213Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40796/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-40796/.git:/go/src/github.com/docker/docker/.git --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=4f5cc71d5d8e9e90dd1b0d117b76c70bd70c25f7 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:4f5cc71d5d8e9e90dd1b0d117b76c70bd70c25f7 hack/validate/default
16:46:32 [2020-04-16T16:46:32.144Z] Congratulations!  All commits are properly signed with the DCO!
16:46:32 [2020-04-16T16:46:32.144Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
16:46:32 [2020-04-16T16:46:32.144Z] No api/types/ or api/swagger.yaml changes in diff.
16:46:32 [2020-04-16T16:46:32.144Z] Congratulations!  All TOML source files changed here have valid syntax.
16:46:32 [2020-04-16T16:46:32.144Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
16:46:32 [2020-04-16T16:46:32.144Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
16:46:32 [2020-04-16T16:46:32.144Z] Congratulations!  No new tests were added to integration-cli.
16:46:32 [2020-04-16T16:46:32.144Z] 
16:46:32 [2020-04-16T16:46:32.144Z] INFO Start validation with golang-ci-lint
16:46:32 [2020-04-16T16:46:32.144Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
16:46:32 [2020-04-16T16:46:32.144Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
16:46:32 [2020-04-16T16:46:32.144Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
16:48:38 [2020-04-16T16:48:38.564Z] INFO [loader] Go packages loading at mode 575 (name|types_sizes|compiled_files|exports_file|imports|deps|files) took 1m53.54655599s 
16:48:38 [2020-04-16T16:48:38.564Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 455.57364ms 
16:49:46 [2020-04-16T16:49:46.219Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m0.414614503s with top 10 stages: buildssa: 1m33.049846823s, goimports: 22.5651304s, unconvert: 12.511737858s, gosec: 10.158770719s, golint: 5.872914624s, ineffassign: 3.853146224s, inspect: 3.794392169s, misspell: 3.741804449s, vrp: 3.155621442s, fact_purity: 1.672118984s 
16:50:01 [2020-04-16T16:50:01.078Z] INFO [runner/unused/goanalysis] analyzers took 25.353167709s with top 10 stages: buildssa: 21.590115718s, U1000: 3.763051991s 
16:50:01 [2020-04-16T16:50:01.078Z] INFO [runner] Issues before processing: 2294, after processing: 0 
16:50:01 [2020-04-16T16:50:01.078Z] INFO [runner] Processors filtering stat (out/in): exclude-rules: 63/1580, path_prettifier: 1685/1685, autogenerated_exclude: 1580/1685, identifier_marker: 1580/1580, exclude: 1580/1580, nolint: 0/63, cgo: 1685/2294, filename_unadjuster: 1685/1685, skip_files: 1685/1685, skip_dirs: 1685/1685 
16:50:01 [2020-04-16T16:50:01.078Z] INFO [runner] processing took 58.605263ms with stages: nolint: 25.512138ms, identifier_marker: 16.394133ms, path_prettifier: 7.589136ms, autogenerated_exclude: 3.584162ms, exclude-rules: 3.35157ms, skip_dirs: 1.701371ms, cgo: 370.044µs, filename_unadjuster: 98.013µs, max_same_issues: 1.504µs, uniq_by_line: 561ns, exclude: 557ns, path_shortener: 472ns, max_from_linter: 419ns, diff: 361ns, skip_files: 333ns, source_code: 287ns, max_per_file_from_linter: 202ns 
16:50:01 [2020-04-16T16:50:01.078Z] INFO [runner] linters took 1m32.940198326s with stages: goanalysis_metalinter: 1m15.18892917s, unused: 17.692456872s 
16:50:01 [2020-04-16T16:50:01.078Z] INFO File cache stats: 1448 entries of total size 6.8MiB 
16:50:01 [2020-04-16T16:50:01.078Z] INFO Memory: 1566 samples, avg is 251.2MB, max is 3100.4MB 
16:50:01 [2020-04-16T16:50:01.078Z] INFO Execution took 3m26.950586725s               
16:50:01 [2020-04-16T16:50:01.078Z] Congratulations! The shell scripts are properly formatted.