Skip to content

Console Output

15:15:10 [2021-07-13T15:15:10.557Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42633/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42633/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=7429792eed401c630d72cf296a921ee86d525579 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:7429792eed401c630d72cf296a921ee86d525579 hack/validate/default
15:15:11 [2021-07-13T15:15:11.492Z] Congratulations!  All commits are properly signed with the DCO!
15:15:12 [2021-07-13T15:15:12.428Z] Congratulations!  Seccomp profile generation is done correctly.
15:15:12 [2021-07-13T15:15:12.428Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
15:15:20 [2021-07-13T15:15:20.544Z] Congratulations!  The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
15:15:22 [2021-07-13T15:15:22.446Z] Congratulations!  All API changes are done the right way.
15:15:22 [2021-07-13T15:15:22.446Z] Congratulations!  All TOML source files changed here have valid syntax.
15:15:22 [2021-07-13T15:15:22.446Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
15:15:22 [2021-07-13T15:15:22.446Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
15:15:22 [2021-07-13T15:15:22.446Z] Congratulations!  No new tests were added to integration-cli.
15:15:22 [2021-07-13T15:15:22.446Z] 
15:15:22 [2021-07-13T15:15:22.446Z] INFO Start validation with golang-ci-lint
15:15:22 [2021-07-13T15:15:22.446Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
15:15:22 [2021-07-13T15:15:22.446Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
15:15:22 [2021-07-13T15:15:22.446Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
15:17:28 [2021-07-13T15:17:28.936Z] INFO [loader] Go packages loading at mode 575 (compiled_files|imports|name|types_sizes|deps|exports_file|files) took 2m2.302472872s 
15:17:28 [2021-07-13T15:17:28.936Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 460.034309ms 
15:17:47 [2021-07-13T15:17:47.025Z] INFO [runner/unused/goanalysis] analyzers took 29.656990235s with top 10 stages: buildssa: 25.328430516s, U1000: 4.328559719s 
15:19:23 [2021-07-13T15:19:23.469Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m18.919052494s with top 10 stages: buildssa: 1m44.15069459s, goimports: 22.842956933s, unconvert: 13.747179535s, gosec: 10.22304633s, golint: 6.450661375s, ineffassign: 4.819971484s, misspell: 4.612455317s, inspect: 3.49509229s, vrp: 3.358889756s, printf: 1.994180786s 
15:19:23 [2021-07-13T15:19:23.469Z] INFO [runner] Issues before processing: 2262, after processing: 0 
15:19:23 [2021-07-13T15:19:23.469Z] INFO [runner] Processors filtering stat (out/in): cgo: 1682/2262, identifier_marker: 1577/1577, nolint: 0/64, autogenerated_exclude: 1577/1682, exclude: 1577/1577, exclude-rules: 64/1577, filename_unadjuster: 1682/1682, skip_files: 1682/1682, path_prettifier: 1682/1682, skip_dirs: 1682/1682 
15:19:23 [2021-07-13T15:19:23.469Z] INFO [runner] processing took 60.816576ms with stages: nolint: 24.915896ms, identifier_marker: 17.326891ms, path_prettifier: 8.963155ms, autogenerated_exclude: 4.389857ms, exclude-rules: 3.284541ms, skip_dirs: 1.640109ms, cgo: 196.286µs, filename_unadjuster: 94.975µs, max_same_issues: 1.5µs, uniq_by_line: 1.032µs, diff: 471ns, exclude: 348ns, max_from_linter: 342ns, skip_files: 341ns, source_code: 334ns, max_per_file_from_linter: 254ns, path_shortener: 244ns 
15:19:23 [2021-07-13T15:19:23.469Z] INFO [runner] linters took 1m44.131880569s with stages: goanalysis_metalinter: 1m22.829261554s, unused: 21.241665458s 
15:19:23 [2021-07-13T15:19:23.469Z] INFO File cache stats: 1451 entries of total size 6.8MiB 
15:19:23 [2021-07-13T15:19:23.469Z] INFO Memory: 1550 samples, avg is 786.3MB, max is 3904.5MB 
15:19:23 [2021-07-13T15:19:23.469Z] INFO Execution took 3m46.902274205s               
15:19:23 [2021-07-13T15:19:23.469Z] Congratulations! The shell scripts are properly formatted.