Skip to content

Console Output

12:28:12 [2022-07-28T12:28:12.016Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43876/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43876/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=cfdc075b1c08d0d1939a1a0847fd7b8e80ae2a6f -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:cfdc075b1c08d0d1939a1a0847fd7b8e80ae2a6f hack/validate/default
12:28:12 [2022-07-28T12:28:12.577Z] Congratulations!  All commits are properly signed with the DCO!
12:28:13 [2022-07-28T12:28:13.506Z] Congratulations!  Seccomp profile generation is done correctly.
12:28:13 [2022-07-28T12:28:13.506Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
12:28:21 [2022-07-28T12:28:21.603Z] Congratulations!  The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
12:28:22 [2022-07-28T12:28:22.967Z] Congratulations!  All API changes are done the right way.
12:28:22 [2022-07-28T12:28:22.967Z] Congratulations!  All TOML source files changed here have valid syntax.
12:28:22 [2022-07-28T12:28:22.967Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
12:28:22 [2022-07-28T12:28:22.967Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
12:28:22 [2022-07-28T12:28:22.967Z] Congratulations!  No new tests were added to integration-cli.
12:28:22 [2022-07-28T12:28:22.967Z] 
12:28:22 [2022-07-28T12:28:22.967Z] INFO Start validation with golang-ci-lint
12:28:22 [2022-07-28T12:28:22.968Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
12:28:22 [2022-07-28T12:28:22.968Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
12:28:22 [2022-07-28T12:28:22.968Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
12:30:46 [2022-07-28T12:30:46.848Z] INFO [loader] Go packages loading at mode 575 (types_sizes|deps|exports_file|files|compiled_files|imports|name) took 2m11.291021628s 
12:30:46 [2022-07-28T12:30:46.848Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 404.706273ms 
12:31:54 [2022-07-28T12:31:54.484Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 2m51.585738204s with top 10 stages: buildssa: 1m27.559768361s, goimports: 19.152942565s, unconvert: 11.006500493s, gosec: 8.040525138s, golint: 5.096554938s, inspect: 4.640627018s, misspell: 4.167464852s, ineffassign: 3.920656079s, vrp: 2.721752065s, fact_deprecated: 2.25593168s 
12:32:06 [2022-07-28T12:32:06.842Z] INFO [runner/unused/goanalysis] analyzers took 23.137760972s with top 10 stages: buildssa: 20.209687922s, U1000: 2.92807305s 
12:32:06 [2022-07-28T12:32:06.842Z] INFO [runner] Issues before processing: 2258, after processing: 0 
12:32:06 [2022-07-28T12:32:06.842Z] INFO [runner] Processors filtering stat (out/in): skip_files: 1682/1682, exclude-rules: 64/1577, nolint: 0/64, filename_unadjuster: 1682/1682, path_prettifier: 1682/1682, identifier_marker: 1577/1577, exclude: 1577/1577, cgo: 1682/2258, skip_dirs: 1682/1682, autogenerated_exclude: 1577/1682 
12:32:06 [2022-07-28T12:32:06.842Z] INFO [runner] processing took 65.10321ms with stages: nolint: 24.306968ms, identifier_marker: 24.19106ms, path_prettifier: 7.764617ms, autogenerated_exclude: 4.196935ms, exclude-rules: 2.637429ms, skip_dirs: 1.610575ms, cgo: 229.895µs, filename_unadjuster: 160.382µs, max_same_issues: 1.221µs, diff: 858ns, max_from_linter: 681ns, skip_files: 662ns, uniq_by_line: 587ns, exclude: 569ns, source_code: 294ns, max_per_file_from_linter: 240ns, path_shortener: 237ns 
12:32:06 [2022-07-28T12:32:06.842Z] INFO [runner] linters took 1m30.853773418s with stages: goanalysis_metalinter: 1m12.6505311s, unused: 18.138020468s 
12:32:06 [2022-07-28T12:32:06.842Z] INFO File cache stats: 1456 entries of total size 6.9MiB 
12:32:06 [2022-07-28T12:32:06.842Z] INFO Memory: 2227 samples, avg is 351.9MB, max is 3085.2MB 
12:32:06 [2022-07-28T12:32:06.842Z] INFO Execution took 3m42.557251003s               
12:32:06 [2022-07-28T12:32:06.842Z] Congratulations! The shell scripts are properly formatted.