Skip to content

Console Output

19:20:15 [2020-09-17T19:20:15.048Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41463/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41463/.git:/go/src/github.com/docker/docker/.git --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=9f55b9742f7054769c0d9d9e530e997585080015 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:9f55b9742f7054769c0d9d9e530e997585080015 hack/validate/default
19:20:16 [2020-09-17T19:20:16.416Z] Congratulations!  All commits are properly signed with the DCO!
19:20:16 [2020-09-17T19:20:16.416Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
19:20:16 [2020-09-17T19:20:16.416Z] No api/types/ or api/swagger.yaml changes in diff.
19:20:16 [2020-09-17T19:20:16.416Z] Congratulations!  All TOML source files changed here have valid syntax.
19:20:16 [2020-09-17T19:20:16.416Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
19:20:16 [2020-09-17T19:20:16.416Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
19:20:16 [2020-09-17T19:20:16.416Z] Congratulations!  No new tests were added to integration-cli.
19:20:16 [2020-09-17T19:20:16.416Z] 
19:20:16 [2020-09-17T19:20:16.416Z] INFO Start validation with golang-ci-lint
19:20:16 [2020-09-17T19:20:16.671Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
19:20:16 [2020-09-17T19:20:16.671Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
19:20:16 [2020-09-17T19:20:16.671Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
19:22:23 [2020-09-17T19:22:23.084Z] INFO [loader] Go packages loading at mode 575 (name|types_sizes|compiled_files|deps|imports|exports_file|files) took 1m57.22844174s 
19:22:23 [2020-09-17T19:22:23.084Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 478.218327ms 
19:22:35 [2020-09-17T19:22:35.258Z] INFO [runner/unused/goanalysis] analyzers took 28.436748291s with top 10 stages: buildssa: 23.965372804s, U1000: 4.471375487s 
19:23:56 [2020-09-17T19:23:56.633Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m13.0058122s with top 10 stages: buildssa: 1m38.604843584s, goimports: 23.547513377s, unconvert: 12.62575032s, gosec: 11.284959218s, golint: 6.066724171s, ineffassign: 5.231588396s, misspell: 4.643529654s, inspect: 4.064007s, vrp: 3.017057084s, ctrlflow: 2.210202226s 
19:23:56 [2020-09-17T19:23:56.633Z] INFO [runner] Issues before processing: 2299, after processing: 0 
19:23:56 [2020-09-17T19:23:56.633Z] INFO [runner] Processors filtering stat (out/in): filename_unadjuster: 1690/1690, autogenerated_exclude: 1585/1690, exclude-rules: 64/1585, skip_files: 1690/1690, skip_dirs: 1690/1690, exclude: 1585/1585, cgo: 1690/2299, path_prettifier: 1690/1690, identifier_marker: 1585/1585, nolint: 0/64 
19:23:56 [2020-09-17T19:23:56.633Z] INFO [runner] processing took 61.084155ms with stages: nolint: 26.196934ms, identifier_marker: 16.802055ms, path_prettifier: 7.951667ms, autogenerated_exclude: 4.556092ms, exclude-rules: 3.32998ms, skip_dirs: 1.862751ms, cgo: 273.914µs, filename_unadjuster: 104.713µs, max_same_issues: 1.688µs, uniq_by_line: 970ns, exclude: 721ns, skip_files: 532ns, max_from_linter: 520ns, diff: 514ns, path_shortener: 498ns, source_code: 358ns, max_per_file_from_linter: 248ns 
19:23:56 [2020-09-17T19:23:56.633Z] INFO [runner] linters took 1m40.656763509s with stages: goanalysis_metalinter: 1m20.773328542s, unused: 19.822205601s 
19:23:56 [2020-09-17T19:23:56.633Z] INFO File cache stats: 1443 entries of total size 6.8MiB 
19:23:56 [2020-09-17T19:23:56.633Z] INFO Memory: 1488 samples, avg is 760.2MB, max is 3773.5MB 
19:23:56 [2020-09-17T19:23:56.633Z] INFO Execution took 3m38.37227181s                
19:23:56 [2020-09-17T19:23:56.633Z] Congratulations! The shell scripts are properly formatted.