Skip to content

Console Output

15:57:09 [2020-09-15T15:57:09.659Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41453/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41453/.git:/go/src/github.com/docker/docker/.git --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=33e091e83e5402c3ee07e9a6b2d54e6178dfc57e -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:33e091e83e5402c3ee07e9a6b2d54e6178dfc57e hack/validate/default
15:57:10 [2020-09-15T15:57:10.598Z] Congratulations!  All commits are properly signed with the DCO!
15:57:10 [2020-09-15T15:57:10.599Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
15:57:10 [2020-09-15T15:57:10.599Z] No api/types/ or api/swagger.yaml changes in diff.
15:57:10 [2020-09-15T15:57:10.599Z] Congratulations!  All TOML source files changed here have valid syntax.
15:57:10 [2020-09-15T15:57:10.599Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
15:57:10 [2020-09-15T15:57:10.599Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
15:57:10 [2020-09-15T15:57:10.599Z] Congratulations!  No new tests were added to integration-cli.
15:57:10 [2020-09-15T15:57:10.599Z] 
15:57:10 [2020-09-15T15:57:10.599Z] INFO Start validation with golang-ci-lint
15:57:10 [2020-09-15T15:57:10.859Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
15:57:10 [2020-09-15T15:57:10.859Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
15:57:10 [2020-09-15T15:57:10.859Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
15:59:17 [2020-09-15T15:59:17.379Z] INFO [loader] Go packages loading at mode 575 (files|imports|exports_file|name|types_sizes|compiled_files|deps) took 1m56.740922428s 
15:59:17 [2020-09-15T15:59:17.380Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 465.08355ms 
16:00:25 [2020-09-15T16:00:25.101Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m7.101071647s with top 10 stages: buildssa: 1m35.905140949s, goimports: 23.19747035s, unconvert: 12.272359613s, gosec: 11.280472494s, golint: 6.532854461s, ineffassign: 4.874081141s, misspell: 4.790442813s, inspect: 3.575471763s, vrp: 2.902699574s, fact_purity: 1.809849742s 
16:00:47 [2020-09-15T16:00:47.057Z] INFO [runner/unused/goanalysis] analyzers took 26.990668929s with top 10 stages: buildssa: 22.911317455s, U1000: 4.079351474s 
16:00:47 [2020-09-15T16:00:47.057Z] INFO [runner] Issues before processing: 2299, after processing: 0 
16:00:47 [2020-09-15T16:00:47.057Z] INFO [runner] Processors filtering stat (out/in): cgo: 1690/2299, skip_files: 1690/1690, identifier_marker: 1585/1585, nolint: 0/64, filename_unadjuster: 1690/1690, path_prettifier: 1690/1690, skip_dirs: 1690/1690, autogenerated_exclude: 1585/1690, exclude: 1585/1585, exclude-rules: 64/1585 
16:00:47 [2020-09-15T16:00:47.057Z] INFO [runner] processing took 169.075933ms with stages: nolint: 75.877236ms, identifier_marker: 59.490223ms, path_prettifier: 14.001415ms, autogenerated_exclude: 7.378742ms, exclude-rules: 6.757704ms, skip_dirs: 3.768337ms, cgo: 1.000315ms, filename_unadjuster: 796.014µs, max_same_issues: 1.659µs, uniq_by_line: 699ns, skip_files: 679ns, diff: 633ns, max_from_linter: 560ns, exclude: 498ns, source_code: 492ns, path_shortener: 406ns, max_per_file_from_linter: 321ns 
16:00:47 [2020-09-15T16:00:47.057Z] INFO [runner] linters took 1m35.760102369s with stages: goanalysis_metalinter: 1m16.902007776s, unused: 18.687873025s 
16:00:47 [2020-09-15T16:00:47.057Z] INFO File cache stats: 1443 entries of total size 6.8MiB 
16:00:47 [2020-09-15T16:00:47.057Z] INFO Memory: 1600 samples, avg is 248.7MB, max is 3164.0MB 
16:00:47 [2020-09-15T16:00:47.057Z] INFO Execution took 3m33.51406123s                
16:00:47 [2020-09-15T16:00:47.057Z] Congratulations! The shell scripts are properly formatted.