Skip to content

Console Output

14:29:19 [2022-01-25T14:29:19.230Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43187/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43187/.git:/go/src/github.com/docker/docker/.git --name docker-pr3 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=b36d896fceba189f86cb9d57679c7559a63721e5 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:b36d896fceba189f86cb9d57679c7559a63721e5 hack/validate/default
14:29:19 [2022-01-25T14:29:19.793Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
14:29:19 [2022-01-25T14:29:19.793Z] No api/types/ or api/swagger.yaml changes in diff.
14:29:19 [2022-01-25T14:29:19.793Z] Congratulations!  All TOML source files changed here have valid syntax.
14:29:19 [2022-01-25T14:29:19.793Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
14:29:19 [2022-01-25T14:29:19.793Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
14:29:19 [2022-01-25T14:29:19.793Z] Congratulations!  No new tests were added to integration-cli.
14:29:19 [2022-01-25T14:29:19.793Z] 
14:29:19 [2022-01-25T14:29:19.793Z] INFO Start validation with golang-ci-lint
14:29:20 [2022-01-25T14:29:20.049Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
14:29:20 [2022-01-25T14:29:20.049Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
14:29:20 [2022-01-25T14:29:20.049Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
14:31:41 [2022-01-25T14:31:41.482Z] INFO [loader] Go packages loading at mode 575 (compiled_files|deps|imports|name|exports_file|files|types_sizes) took 2m20.520269378s 
14:31:41 [2022-01-25T14:31:41.482Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 514.807946ms 
14:32:07 [2022-01-25T14:32:07.992Z] INFO [runner/unused/goanalysis] analyzers took 29.105896017s with top 10 stages: buildssa: 24.772419597s, U1000: 4.33347642s 
14:33:29 [2022-01-25T14:33:29.380Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m2.43206775s with top 10 stages: buildssa: 1m36.438701076s, goimports: 22.150289134s, unconvert: 12.761150855s, gosec: 9.323277984s, golint: 6.194558749s, misspell: 4.202677625s, inspect: 3.884187926s, ineffassign: 3.780119888s, vrp: 2.829982772s, printf: 1.718504604s 
14:33:29 [2022-01-25T14:33:29.380Z] INFO [runner] Issues before processing: 2718, after processing: 0 
14:33:29 [2022-01-25T14:33:29.380Z] INFO [runner] Processors filtering stat (out/in): skip_dirs: 2137/2137, exclude: 1749/1749, nolint: 0/64, cgo: 2137/2718, autogenerated_exclude: 1749/2137, identifier_marker: 1749/1749, skip_files: 2137/2137, filename_unadjuster: 2137/2137, path_prettifier: 2137/2137, exclude-rules: 64/1749 
14:33:29 [2022-01-25T14:33:29.380Z] INFO [runner] processing took 141.427391ms with stages: identifier_marker: 47.867924ms, nolint: 46.042422ms, autogenerated_exclude: 18.208272ms, path_prettifier: 15.691696ms, skip_dirs: 5.142675ms, exclude-rules: 5.040419ms, filename_unadjuster: 2.462221ms, cgo: 966.414µs, max_same_issues: 1.558µs, exclude: 711ns, max_from_linter: 631ns, uniq_by_line: 530ns, diff: 460ns, source_code: 408ns, max_per_file_from_linter: 392ns, skip_files: 366ns, path_shortener: 292ns 
14:33:29 [2022-01-25T14:33:29.380Z] INFO [runner] linters took 1m44.479520301s with stages: goanalysis_metalinter: 1m21.820016915s, unused: 22.51744891s 
14:33:29 [2022-01-25T14:33:29.380Z] INFO File cache stats: 1673 entries of total size 8.4MiB 
14:33:29 [2022-01-25T14:33:29.380Z] INFO Memory: 2456 samples, avg is 1870.8MB, max is 5119.4MB 
14:33:29 [2022-01-25T14:33:29.380Z] INFO Execution took 4m5.525622309s                
14:33:29 [2022-01-25T14:33:29.380Z] Congratulations! The shell scripts are properly formatted.