Skip to content

Console Output

22:14:01 [2020-12-04T22:14:01.246Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41622/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41622/.git:/go/src/github.com/docker/docker/.git --name docker-pr9 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=fdceba93defafa708bcb082cd1f747a5f58010b7 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:fdceba93defafa708bcb082cd1f747a5f58010b7 hack/validate/default
22:14:02 [2020-12-04T22:14:02.176Z] Congratulations!  All commits are properly signed with the DCO!
22:14:02 [2020-12-04T22:14:02.176Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
22:14:02 [2020-12-04T22:14:02.176Z] No api/types/ or api/swagger.yaml changes in diff.
22:14:02 [2020-12-04T22:14:02.176Z] Congratulations!  All TOML source files changed here have valid syntax.
22:14:02 [2020-12-04T22:14:02.176Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
22:14:02 [2020-12-04T22:14:02.176Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
22:14:02 [2020-12-04T22:14:02.176Z] Congratulations!  No new tests were added to integration-cli.
22:14:02 [2020-12-04T22:14:02.176Z] 
22:14:02 [2020-12-04T22:14:02.176Z] INFO Start validation with golang-ci-lint
22:14:02 [2020-12-04T22:14:02.176Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
22:14:02 [2020-12-04T22:14:02.432Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
22:14:02 [2020-12-04T22:14:02.432Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
22:16:08 [2020-12-04T22:16:08.840Z] INFO [loader] Go packages loading at mode 575 (compiled_files|name|types_sizes|deps|exports_file|files|imports) took 2m1.288408986s 
22:16:08 [2020-12-04T22:16:08.840Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 655.549645ms 
22:16:23 [2020-12-04T22:16:23.732Z] INFO [runner/unused/goanalysis] analyzers took 27.145868209s with top 10 stages: buildssa: 22.840308646s, U1000: 4.305559563s 
22:17:45 [2020-12-04T22:17:45.110Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m10.42265424s with top 10 stages: buildssa: 1m39.857720846s, goimports: 23.065393682s, unconvert: 13.238842958s, gosec: 10.645078519s, golint: 6.140109588s, misspell: 4.52483732s, ineffassign: 4.48264937s, inspect: 3.355416468s, vrp: 2.827249939s, printf: 1.883714447s 
22:17:45 [2020-12-04T22:17:45.110Z] INFO [runner] Issues before processing: 2262, after processing: 0 
22:17:45 [2020-12-04T22:17:45.110Z] INFO [runner] Processors filtering stat (out/in): cgo: 1682/2262, skip_dirs: 1682/1682, identifier_marker: 1577/1577, skip_files: 1682/1682, autogenerated_exclude: 1577/1682, exclude: 1577/1577, nolint: 0/64, filename_unadjuster: 1682/1682, path_prettifier: 1682/1682, exclude-rules: 64/1577 
22:17:45 [2020-12-04T22:17:45.110Z] INFO [runner] processing took 60.707451ms with stages: nolint: 26.759556ms, identifier_marker: 17.052089ms, path_prettifier: 7.596526ms, autogenerated_exclude: 3.990258ms, exclude-rules: 3.306965ms, skip_dirs: 1.686164ms, cgo: 203.19µs, filename_unadjuster: 108.482µs, max_same_issues: 1.223µs, uniq_by_line: 641ns, max_from_linter: 500ns, diff: 378ns, skip_files: 372ns, exclude: 315ns, source_code: 312ns, path_shortener: 245ns, max_per_file_from_linter: 235ns 
22:17:45 [2020-12-04T22:17:45.110Z] INFO [runner] linters took 1m39.019950863s with stages: goanalysis_metalinter: 1m19.533507446s, unused: 19.425610093s 
22:17:45 [2020-12-04T22:17:45.110Z] INFO File cache stats: 1448 entries of total size 6.8MiB 
22:17:45 [2020-12-04T22:17:45.110Z] INFO Memory: 1533 samples, avg is 655.7MB, max is 3238.0MB 
22:17:45 [2020-12-04T22:17:45.110Z] INFO Execution took 3m40.984081458s               
22:17:45 [2020-12-04T22:17:45.110Z] Congratulations! The shell scripts are properly formatted.