Skip to content

Console Output

11:57:31 [2021-09-20T11:57:31.152Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42868/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42868/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=f1d02ecb5ff25cec5bceffb9658450a8a1968ac8 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:f1d02ecb5ff25cec5bceffb9658450a8a1968ac8 hack/validate/default
11:57:32 [2021-09-20T11:57:32.085Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
11:57:32 [2021-09-20T11:57:32.085Z] No api/types/ or api/swagger.yaml changes in diff.
11:57:32 [2021-09-20T11:57:32.085Z] Congratulations!  All TOML source files changed here have valid syntax.
11:57:32 [2021-09-20T11:57:32.085Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
11:57:32 [2021-09-20T11:57:32.085Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
11:57:32 [2021-09-20T11:57:32.085Z] Congratulations!  No new tests were added to integration-cli.
11:57:32 [2021-09-20T11:57:32.085Z] 
11:57:32 [2021-09-20T11:57:32.085Z] INFO Start validation with golang-ci-lint
11:57:32 [2021-09-20T11:57:32.341Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
11:57:32 [2021-09-20T11:57:32.341Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
11:57:32 [2021-09-20T11:57:32.341Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
12:00:08 [2021-09-20T12:00:08.765Z] INFO [loader] Go packages loading at mode 575 (files|imports|name|types_sizes|exports_file|deps|compiled_files) took 2m23.579623151s 
12:00:08 [2021-09-20T12:00:08.765Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 503.008035ms 
12:00:20 [2021-09-20T12:00:20.944Z] INFO [runner/unused/goanalysis] analyzers took 28.331914828s with top 10 stages: buildssa: 24.07280353s, U1000: 4.259111298s 
12:01:42 [2021-09-20T12:01:42.330Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m2.43961838s with top 10 stages: buildssa: 1m34.396405434s, goimports: 20.60218727s, unconvert: 13.840348071s, gosec: 9.413332752s, golint: 5.725992089s, ineffassign: 4.414811669s, misspell: 4.232068753s, inspect: 3.640341744s, vrp: 2.744896288s, printf: 1.813199136s 
12:01:42 [2021-09-20T12:01:42.330Z] INFO [runner] Issues before processing: 2759, after processing: 0 
12:01:42 [2021-09-20T12:01:42.330Z] INFO [runner] Processors filtering stat (out/in): filename_unadjuster: 2178/2178, path_prettifier: 2178/2178, skip_files: 2178/2178, nolint: 0/78, skip_dirs: 2178/2178, identifier_marker: 1790/1790, exclude: 1790/1790, cgo: 2178/2759, autogenerated_exclude: 1790/2178, exclude-rules: 78/1790 
12:01:42 [2021-09-20T12:01:42.330Z] INFO [runner] processing took 123.530268ms with stages: identifier_marker: 48.11661ms, nolint: 39.997681ms, path_prettifier: 16.157813ms, exclude-rules: 9.375851ms, autogenerated_exclude: 6.549301ms, skip_dirs: 2.93931ms, cgo: 230.913µs, filename_unadjuster: 157.422µs, max_same_issues: 1.592µs, uniq_by_line: 653ns, source_code: 619ns, diff: 525ns, max_from_linter: 499ns, skip_files: 482ns, exclude: 383ns, max_per_file_from_linter: 348ns, path_shortener: 266ns 
12:01:42 [2021-09-20T12:01:42.330Z] INFO [runner] linters took 1m45.218734035s with stages: goanalysis_metalinter: 1m22.321305363s, unused: 22.77284926s 
12:01:42 [2021-09-20T12:01:42.330Z] INFO File cache stats: 1686 entries of total size 8.5MiB 
12:01:42 [2021-09-20T12:01:42.331Z] INFO Memory: 2495 samples, avg is 2108.7MB, max is 5919.1MB 
12:01:42 [2021-09-20T12:01:42.331Z] INFO Execution took 4m9.31615822s                 
12:01:42 [2021-09-20T12:01:42.587Z] Congratulations! The shell scripts are properly formatted.