Skip to content

Console Output

10:29:22 [2021-08-09T10:29:22.362Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42721/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42721/.git:/go/src/github.com/docker/docker/.git --name docker-pr7 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=decb56ac895c884b7b082bb56f299cf424219a13 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:decb56ac895c884b7b082bb56f299cf424219a13 hack/validate/default
10:29:23 [2021-08-09T10:29:23.290Z] Congratulations!  All commits are properly signed with the DCO!
10:29:25 [2021-08-09T10:29:25.179Z] Congratulations!  Seccomp profile generation is done correctly.
10:29:25 [2021-08-09T10:29:25.180Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
10:29:33 [2021-08-09T10:29:33.264Z] Congratulations!  The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
10:29:35 [2021-08-09T10:29:35.155Z] Congratulations!  All API changes are done the right way.
10:29:35 [2021-08-09T10:29:35.156Z] Congratulations!  All TOML source files changed here have valid syntax.
10:29:35 [2021-08-09T10:29:35.156Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
10:29:35 [2021-08-09T10:29:35.156Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
10:29:35 [2021-08-09T10:29:35.156Z] Congratulations!  No new tests were added to integration-cli.
10:29:35 [2021-08-09T10:29:35.156Z] 
10:29:35 [2021-08-09T10:29:35.156Z] INFO Start validation with golang-ci-lint
10:29:35 [2021-08-09T10:29:35.156Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
10:29:35 [2021-08-09T10:29:35.156Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
10:29:35 [2021-08-09T10:29:35.156Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
10:31:56 [2021-08-09T10:31:56.563Z] INFO [loader] Go packages loading at mode 575 (compiled_files|deps|exports_file|files|imports|name|types_sizes) took 2m6.862788167s 
10:31:56 [2021-08-09T10:31:56.563Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 439.556974ms 
10:32:03 [2021-08-09T10:32:03.104Z] INFO [runner/unused/goanalysis] analyzers took 25.607161532s with top 10 stages: buildssa: 22.090901099s, U1000: 3.516260433s 
10:33:24 [2021-08-09T10:33:24.504Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m4.149129304s with top 10 stages: buildssa: 1m41.010734829s, goimports: 20.141744258s, unconvert: 11.450277067s, gosec: 8.838984414s, golint: 5.220236934s, inspect: 3.802055954s, misspell: 3.406347242s, ineffassign: 3.248404033s, vrp: 3.208632379s, ctrlflow: 1.786030295s 
10:33:24 [2021-08-09T10:33:24.504Z] INFO [runner] Issues before processing: 2258, after processing: 0 
10:33:24 [2021-08-09T10:33:24.504Z] INFO [runner] Processors filtering stat (out/in): path_prettifier: 1682/1682, identifier_marker: 1577/1577, exclude: 1577/1577, nolint: 0/64, filename_unadjuster: 1682/1682, skip_dirs: 1682/1682, autogenerated_exclude: 1577/1682, cgo: 1682/2258, skip_files: 1682/1682, exclude-rules: 64/1577 
10:33:24 [2021-08-09T10:33:24.504Z] INFO [runner] processing took 52.912289ms with stages: nolint: 20.230841ms, identifier_marker: 15.400032ms, path_prettifier: 8.255715ms, autogenerated_exclude: 4.189106ms, exclude-rules: 2.998019ms, skip_dirs: 1.553504ms, cgo: 186.115µs, filename_unadjuster: 94.89µs, max_same_issues: 892ns, uniq_by_line: 777ns, max_from_linter: 460ns, diff: 413ns, exclude: 400ns, source_code: 345ns, path_shortener: 307ns, skip_files: 295ns, max_per_file_from_linter: 178ns 
10:33:24 [2021-08-09T10:33:24.504Z] INFO [runner] linters took 1m38.57267009s with stages: goanalysis_metalinter: 1m18.55434445s, unused: 19.965251666s 
10:33:24 [2021-08-09T10:33:24.504Z] INFO File cache stats: 1451 entries of total size 6.8MiB 
10:33:24 [2021-08-09T10:33:24.504Z] INFO Memory: 2260 samples, avg is 1516.3MB, max is 3836.0MB 
10:33:24 [2021-08-09T10:33:24.504Z] INFO Execution took 3m45.883207564s               
10:33:24 [2021-08-09T10:33:24.504Z] Congratulations! The shell scripts are properly formatted.