Skip to content

Console Output

12:20:27 [2020-06-07T12:20:27.103Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41078/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41078/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=004fd7be9250f87b584845f51dc9167c7f11eaa6 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:004fd7be9250f87b584845f51dc9167c7f11eaa6 hack/validate/default
12:20:27 [2020-06-07T12:20:27.666Z] Congratulations!  All commits are properly signed with the DCO!
12:20:27 [2020-06-07T12:20:27.666Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
12:20:27 [2020-06-07T12:20:27.924Z] No api/types/ or api/swagger.yaml changes in diff.
12:20:27 [2020-06-07T12:20:27.924Z] Congratulations!  All TOML source files changed here have valid syntax.
12:20:27 [2020-06-07T12:20:27.924Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
12:20:27 [2020-06-07T12:20:27.924Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
12:20:27 [2020-06-07T12:20:27.924Z] Congratulations!  No new tests were added to integration-cli.
12:20:27 [2020-06-07T12:20:27.924Z] 
12:20:27 [2020-06-07T12:20:27.924Z] INFO Start validation with golang-ci-lint
12:20:27 [2020-06-07T12:20:27.924Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
12:20:27 [2020-06-07T12:20:27.924Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
12:20:27 [2020-06-07T12:20:27.924Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
12:22:34 [2020-06-07T12:22:34.358Z] INFO [loader] Go packages loading at mode 575 (files|types_sizes|compiled_files|deps|exports_file|imports|name) took 1m57.748974356s 
12:22:34 [2020-06-07T12:22:34.358Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 480.932425ms 
12:22:49 [2020-06-07T12:22:49.220Z] INFO [runner/unused/goanalysis] analyzers took 27.903997227s with top 10 stages: buildssa: 23.797653121s, U1000: 4.106344106s 
12:24:10 [2020-06-07T12:24:10.635Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m15.206522782s with top 10 stages: buildssa: 1m38.907630977s, goimports: 23.050996912s, unconvert: 13.392715051s, gosec: 10.577518939s, golint: 6.073950679s, misspell: 4.264778887s, ineffassign: 4.203498394s, inspect: 3.750158896s, vrp: 3.06865267s, printf: 1.888825254s 
12:24:10 [2020-06-07T12:24:10.635Z] INFO [runner] Issues before processing: 2302, after processing: 0 
12:24:10 [2020-06-07T12:24:10.635Z] INFO [runner] Processors filtering stat (out/in): autogenerated_exclude: 1588/1693, exclude-rules: 64/1588, exclude: 1588/1588, nolint: 0/64, skip_files: 1693/1693, filename_unadjuster: 1693/1693, path_prettifier: 1693/1693, identifier_marker: 1588/1588, cgo: 1693/2302, skip_dirs: 1693/1693 
12:24:10 [2020-06-07T12:24:10.635Z] INFO [runner] processing took 61.07177ms with stages: nolint: 26.632303ms, identifier_marker: 16.959379ms, path_prettifier: 7.845826ms, autogenerated_exclude: 3.996934ms, exclude-rules: 3.595823ms, skip_dirs: 1.689134ms, cgo: 254.794µs, filename_unadjuster: 92.037µs, max_same_issues: 1.26µs, diff: 898ns, uniq_by_line: 816ns, exclude: 588ns, path_shortener: 540ns, max_from_linter: 490ns, source_code: 369ns, skip_files: 331ns, max_per_file_from_linter: 248ns 
12:24:10 [2020-06-07T12:24:10.635Z] INFO [runner] linters took 1m41.629662726s with stages: goanalysis_metalinter: 1m20.920810658s, unused: 20.647641471s 
12:24:10 [2020-06-07T12:24:10.635Z] INFO File cache stats: 1443 entries of total size 6.8MiB 
12:24:10 [2020-06-07T12:24:10.635Z] INFO Memory: 1501 samples, avg is 716.5MB, max is 3504.3MB 
12:24:10 [2020-06-07T12:24:10.635Z] INFO Execution took 3m39.872936338s               
12:24:10 [2020-06-07T12:24:10.635Z] Congratulations! The shell scripts are properly formatted.