Skip to content

Console Output

09:45:46 [2022-05-19T09:45:46.461Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43612/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43612/.git:/go/src/github.com/docker/docker/.git --name docker-pr4 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=829951ec19c6762d358c0a6dae10c648bc515e4b -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:829951ec19c6762d358c0a6dae10c648bc515e4b hack/validate/default
09:45:47 [2022-05-19T09:45:47.838Z] Congratulations!  All commits are properly signed with the DCO!
09:45:48 [2022-05-19T09:45:48.777Z] Congratulations!  Seccomp profile generation is done correctly.
09:45:48 [2022-05-19T09:45:48.777Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
09:45:56 [2022-05-19T09:45:56.902Z] Congratulations!  The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
09:45:57 [2022-05-19T09:45:57.841Z] Congratulations!  All API changes are done the right way.
09:45:57 [2022-05-19T09:45:57.841Z] Congratulations!  All TOML source files changed here have valid syntax.
09:45:57 [2022-05-19T09:45:57.841Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
09:45:57 [2022-05-19T09:45:57.841Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
09:45:57 [2022-05-19T09:45:57.841Z] Congratulations!  No new tests were added to integration-cli.
09:45:57 [2022-05-19T09:45:57.841Z] 
09:45:57 [2022-05-19T09:45:57.841Z] INFO Start validation with golang-ci-lint
09:45:57 [2022-05-19T09:45:57.841Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
09:45:57 [2022-05-19T09:45:57.841Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
09:45:57 [2022-05-19T09:45:57.841Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
09:48:19 [2022-05-19T09:48:19.441Z] INFO [loader] Go packages loading at mode 575 (exports_file|files|types_sizes|compiled_files|imports|name|deps) took 2m11.180491287s 
09:48:19 [2022-05-19T09:48:19.441Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 391.45851ms 
09:48:29 [2022-05-19T09:48:29.426Z] INFO [runner/unused/goanalysis] analyzers took 23.653584488s with top 10 stages: buildssa: 20.543296177s, U1000: 3.110288311s 
09:49:50 [2022-05-19T09:49:50.879Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 2m59.459946561s with top 10 stages: buildssa: 1m32.847457164s, goimports: 18.986879961s, unconvert: 11.904361258s, gosec: 8.432635297s, golint: 5.513879215s, misspell: 4.102307164s, ineffassign: 4.023997646s, inspect: 3.660030412s, printf: 2.021807357s, vrp: 1.86007531s 
09:49:50 [2022-05-19T09:49:50.880Z] INFO [runner] Issues before processing: 2258, after processing: 0 
09:49:50 [2022-05-19T09:49:50.880Z] INFO [runner] Processors filtering stat (out/in): nolint: 0/64, filename_unadjuster: 1682/1682, skip_dirs: 1682/1682, exclude: 1577/1577, exclude-rules: 64/1577, path_prettifier: 1682/1682, cgo: 1682/2258, autogenerated_exclude: 1577/1682, identifier_marker: 1577/1577, skip_files: 1682/1682 
09:49:50 [2022-05-19T09:49:50.880Z] INFO [runner] processing took 91.886471ms with stages: nolint: 34.412966ms, identifier_marker: 33.461622ms, path_prettifier: 10.983168ms, autogenerated_exclude: 5.349258ms, exclude-rules: 4.814451ms, skip_dirs: 2.029449ms, cgo: 493.293µs, filename_unadjuster: 336.964µs, max_same_issues: 1.82µs, uniq_by_line: 630ns, diff: 574ns, max_from_linter: 449ns, source_code: 439ns, exclude: 415ns, path_shortener: 372ns, skip_files: 312ns, max_per_file_from_linter: 289ns 
09:49:50 [2022-05-19T09:49:50.880Z] INFO [runner] linters took 1m33.997222675s with stages: goanalysis_metalinter: 1m15.169239133s, unused: 18.735315692s 
09:49:50 [2022-05-19T09:49:50.880Z] INFO File cache stats: 1455 entries of total size 6.9MiB 
09:49:50 [2022-05-19T09:49:50.880Z] INFO Memory: 2257 samples, avg is 1530.8MB, max is 4182.0MB 
09:49:50 [2022-05-19T09:49:50.880Z] INFO Execution took 3m45.577566196s               
09:49:50 [2022-05-19T09:49:50.880Z] Congratulations! The shell scripts are properly formatted.