Skip to content

Console Output

15:49:59 [2021-09-15T15:49:59.697Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42842/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42842/.git:/go/src/github.com/docker/docker/.git --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=b7a2a4fda2c71c219079094d4a4ea9aad3b0aee6 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:b7a2a4fda2c71c219079094d4a4ea9aad3b0aee6 hack/validate/default
15:50:00 [2021-09-15T15:50:00.625Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
15:50:00 [2021-09-15T15:50:00.625Z] No api/types/ or api/swagger.yaml changes in diff.
15:50:00 [2021-09-15T15:50:00.625Z] Congratulations!  All TOML source files changed here have valid syntax.
15:50:00 [2021-09-15T15:50:00.625Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
15:50:00 [2021-09-15T15:50:00.625Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
15:50:00 [2021-09-15T15:50:00.625Z] Congratulations!  No new tests were added to integration-cli.
15:50:00 [2021-09-15T15:50:00.625Z] 
15:50:00 [2021-09-15T15:50:00.625Z] INFO Start validation with golang-ci-lint
15:50:00 [2021-09-15T15:50:00.625Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
15:50:00 [2021-09-15T15:50:00.625Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
15:50:00 [2021-09-15T15:50:00.625Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
15:52:37 [2021-09-15T15:52:37.045Z] INFO [loader] Go packages loading at mode 575 (deps|imports|compiled_files|exports_file|files|name|types_sizes) took 2m22.595946434s 
15:52:37 [2021-09-15T15:52:37.045Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 499.684082ms 
15:52:49 [2021-09-15T15:52:49.223Z] INFO [runner/unused/goanalysis] analyzers took 28.924084587s with top 10 stages: buildssa: 24.934766745s, U1000: 3.989317842s 
15:54:10 [2021-09-15T15:54:10.611Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m17.653966596s with top 10 stages: buildssa: 1m34.543077844s, goimports: 21.529260345s, unconvert: 12.873412832s, gosec: 9.290691457s, golint: 5.945438211s, ineffassign: 4.454396291s, misspell: 4.214503936s, inspect: 3.571974711s, vrp: 2.92348862s, printf: 1.730982968s 
15:54:10 [2021-09-15T15:54:10.611Z] INFO [runner] Issues before processing: 2760, after processing: 0 
15:54:10 [2021-09-15T15:54:10.611Z] INFO [runner] Processors filtering stat (out/in): skip_files: 2179/2179, autogenerated_exclude: 1791/2179, nolint: 0/78, path_prettifier: 2179/2179, skip_dirs: 2179/2179, cgo: 2179/2760, identifier_marker: 1791/1791, exclude-rules: 78/1791, filename_unadjuster: 2179/2179, exclude: 1791/1791 
15:54:10 [2021-09-15T15:54:10.611Z] INFO [runner] processing took 129.790671ms with stages: identifier_marker: 56.134584ms, nolint: 44.687932ms, path_prettifier: 14.06253ms, autogenerated_exclude: 6.367958ms, exclude-rules: 4.679742ms, skip_dirs: 2.687386ms, cgo: 693.89µs, filename_unadjuster: 471.159µs, max_same_issues: 1.731µs, skip_files: 987ns, uniq_by_line: 587ns, max_from_linter: 464ns, source_code: 438ns, diff: 413ns, exclude: 312ns, path_shortener: 282ns, max_per_file_from_linter: 276ns 
15:54:10 [2021-09-15T15:54:10.611Z] INFO [runner] linters took 1m45.143181275s with stages: goanalysis_metalinter: 1m21.530825294s, unused: 23.48227783s 
15:54:10 [2021-09-15T15:54:10.611Z] INFO File cache stats: 1686 entries of total size 8.5MiB 
15:54:10 [2021-09-15T15:54:10.611Z] INFO Memory: 2484 samples, avg is 1811.3MB, max is 4882.1MB 
15:54:10 [2021-09-15T15:54:10.611Z] INFO Execution took 4m8.255525683s                
15:54:10 [2021-09-15T15:54:10.611Z] Congratulations! The shell scripts are properly formatted.