Skip to content

Console Output

09:00:53 [2020-03-12T09:00:53.511Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-40677/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-40677/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=1d08ccd4ff25e5641845cd5b080a747132e1e65c -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:1d08ccd4ff25e5641845cd5b080a747132e1e65c hack/validate/default
09:00:54 [2020-03-12T09:00:54.445Z] Congratulations!  All commits are properly signed with the DCO!
09:00:54 [2020-03-12T09:00:54.445Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
09:00:54 [2020-03-12T09:00:54.445Z] No api/types/ or api/swagger.yaml changes in diff.
09:00:54 [2020-03-12T09:00:54.445Z] Congratulations!  All TOML source files changed here have valid syntax.
09:00:54 [2020-03-12T09:00:54.445Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
09:00:54 [2020-03-12T09:00:54.445Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
09:00:54 [2020-03-12T09:00:54.445Z] Congratulations!  No new tests were added to integration-cli.
09:00:54 [2020-03-12T09:00:54.445Z] 
09:00:54 [2020-03-12T09:00:54.445Z] INFO Start validation with golang-ci-lint
09:00:54 [2020-03-12T09:00:54.445Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
09:00:54 [2020-03-12T09:00:54.445Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
09:00:54 [2020-03-12T09:00:54.445Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
09:03:00 [2020-03-12T09:03:00.966Z] INFO [loader] Go packages loading at mode 575 (deps|exports_file|types_sizes|compiled_files|imports|name|files) took 1m54.539979526s 
09:03:00 [2020-03-12T09:03:00.966Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 467.158047ms 
09:03:09 [2020-03-12T09:03:09.066Z] INFO [runner/unused/goanalysis] analyzers took 27.267923826s with top 10 stages: buildssa: 23.314495634s, U1000: 3.953428192s 
09:04:30 [2020-03-12T09:04:30.469Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m5.258629896s with top 10 stages: buildssa: 1m36.202759949s, goimports: 22.235523302s, unconvert: 12.784024657s, gosec: 10.496106701s, golint: 6.969199452s, misspell: 4.899899894s, ineffassign: 4.348796144s, inspect: 3.19693549s, vrp: 2.733135748s, printf: 1.920687956s 
09:04:30 [2020-03-12T09:04:30.470Z] INFO [runner] Issues before processing: 2332, after processing: 0 
09:04:30 [2020-03-12T09:04:30.470Z] INFO [runner] Processors filtering stat (out/in): nolint: 0/63, identifier_marker: 1618/1618, skip_dirs: 1723/1723, filename_unadjuster: 1723/1723, path_prettifier: 1723/1723, skip_files: 1723/1723, autogenerated_exclude: 1618/1723, exclude: 1618/1618, exclude-rules: 63/1618, cgo: 1723/2332 
09:04:30 [2020-03-12T09:04:30.470Z] INFO [runner] processing took 116.666528ms with stages: nolint: 50.857318ms, identifier_marker: 36.699292ms, path_prettifier: 12.242662ms, exclude-rules: 6.883623ms, autogenerated_exclude: 5.705177ms, skip_dirs: 3.301742ms, cgo: 562.398µs, filename_unadjuster: 407.771µs, max_same_issues: 2.155µs, source_code: 815ns, uniq_by_line: 694ns, diff: 592ns, max_from_linter: 592ns, exclude: 481ns, skip_files: 461ns, path_shortener: 425ns, max_per_file_from_linter: 330ns 
09:04:30 [2020-03-12T09:04:30.470Z] INFO [runner] linters took 1m37.274095179s with stages: goanalysis_metalinter: 1m17.845070699s, unused: 19.312149576s 
09:04:30 [2020-03-12T09:04:30.470Z] INFO File cache stats: 1457 entries of total size 6.8MiB 
09:04:30 [2020-03-12T09:04:30.470Z] INFO Memory: 1474 samples, avg is 668.5MB, max is 3103.1MB 
09:04:30 [2020-03-12T09:04:30.470Z] INFO Execution took 3m32.362073782s               
09:04:30 [2020-03-12T09:04:30.470Z] Congratulations! The shell scripts are properly formatted.