Skip to content

Console Output

22:09:45 [2021-11-17T22:09:45.078Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43023/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43023/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=3eb9444e0d0b91078db97b83075551c6feb795aa -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:3eb9444e0d0b91078db97b83075551c6feb795aa hack/validate/default
22:09:46 [2021-11-17T22:09:46.458Z] Congratulations!  All commits are properly signed with the DCO!
22:09:47 [2021-11-17T22:09:47.395Z] Congratulations!  Seccomp profile generation is done correctly.
22:09:47 [2021-11-17T22:09:47.395Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
22:09:55 [2021-11-17T22:09:55.516Z] Congratulations!  The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
22:09:57 [2021-11-17T22:09:57.416Z] Congratulations!  All API changes are done the right way.
22:09:57 [2021-11-17T22:09:57.416Z] Congratulations!  All TOML source files changed here have valid syntax.
22:09:57 [2021-11-17T22:09:57.416Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
22:09:57 [2021-11-17T22:09:57.416Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
22:09:57 [2021-11-17T22:09:57.416Z] Congratulations!  No new tests were added to integration-cli.
22:09:57 [2021-11-17T22:09:57.416Z] 
22:09:57 [2021-11-17T22:09:57.416Z] INFO Start validation with golang-ci-lint
22:09:57 [2021-11-17T22:09:57.416Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
22:09:57 [2021-11-17T22:09:57.416Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
22:09:57 [2021-11-17T22:09:57.416Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
22:12:18 [2021-11-17T22:12:18.880Z] INFO [loader] Go packages loading at mode 575 (files|imports|name|types_sizes|compiled_files|deps|exports_file) took 2m10.342692566s 
22:12:18 [2021-11-17T22:12:18.880Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 426.301848ms 
22:13:26 [2021-11-17T22:13:26.582Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m2.411116992s with top 10 stages: buildssa: 1m37.611067129s, goimports: 18.964488051s, unconvert: 10.819609945s, gosec: 9.04051072s, golint: 5.365168295s, ineffassign: 3.879005109s, inspect: 3.876648226s, misspell: 3.81817786s, printf: 2.88502918s, ctrlflow: 2.17805094s 
22:13:44 [2021-11-17T22:13:44.665Z] INFO [runner/unused/goanalysis] analyzers took 23.150289239s with top 10 stages: buildssa: 20.145974431s, U1000: 3.004314808s 
22:13:44 [2021-11-17T22:13:44.665Z] INFO [runner] Issues before processing: 2258, after processing: 0 
22:13:44 [2021-11-17T22:13:44.665Z] INFO [runner] Processors filtering stat (out/in): cgo: 1682/2258, nolint: 0/64, skip_dirs: 1682/1682, autogenerated_exclude: 1577/1682, identifier_marker: 1577/1577, path_prettifier: 1682/1682, skip_files: 1682/1682, exclude-rules: 64/1577, filename_unadjuster: 1682/1682, exclude: 1577/1577 
22:13:44 [2021-11-17T22:13:44.665Z] INFO [runner] processing took 109.719346ms with stages: nolint: 41.232177ms, identifier_marker: 34.670143ms, path_prettifier: 13.60212ms, autogenerated_exclude: 7.555144ms, exclude-rules: 5.7794ms, skip_dirs: 3.794441ms, cgo: 2.150748ms, filename_unadjuster: 928.083µs, max_same_issues: 2.034µs, uniq_by_line: 940ns, exclude: 860ns, path_shortener: 754ns, diff: 699ns, source_code: 564ns, skip_files: 492ns, max_from_linter: 439ns, max_per_file_from_linter: 308ns 
22:13:44 [2021-11-17T22:13:44.665Z] INFO [runner] linters took 1m34.415024469s with stages: goanalysis_metalinter: 1m17.139611841s, unused: 17.164839517s 
22:13:44 [2021-11-17T22:13:44.665Z] INFO File cache stats: 1451 entries of total size 6.8MiB 
22:13:44 [2021-11-17T22:13:44.665Z] INFO Memory: 2253 samples, avg is 403.9MB, max is 3232.6MB 
22:13:44 [2021-11-17T22:13:44.665Z] INFO Execution took 3m45.194678537s               
22:13:44 [2021-11-17T22:13:44.665Z] Congratulations! The shell scripts are properly formatted.