Skip to content

Console Output

06:08:53 [2021-06-11T06:08:53.845Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42479/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42479/.git:/go/src/github.com/docker/docker/.git --name docker-pr9 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=8074a3f79bb47593a717e1aaa1bb016fba57fe59 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:8074a3f79bb47593a717e1aaa1bb016fba57fe59 hack/validate/default
06:08:55 [2021-06-11T06:08:55.227Z] Congratulations!  All commits are properly signed with the DCO!
06:08:56 [2021-06-11T06:08:56.169Z] Congratulations!  Seccomp profile generation is done correctly.
06:08:56 [2021-06-11T06:08:56.169Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
06:09:06 [2021-06-11T06:09:06.170Z] Congratulations!  The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
06:09:06 [2021-06-11T06:09:06.170Z] Congratulations!  All API changes are done the right way.
06:09:06 [2021-06-11T06:09:06.431Z] Congratulations!  All TOML source files changed here have valid syntax.
06:09:06 [2021-06-11T06:09:06.431Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
06:09:06 [2021-06-11T06:09:06.431Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
06:09:06 [2021-06-11T06:09:06.431Z] Congratulations!  No new tests were added to integration-cli.
06:09:06 [2021-06-11T06:09:06.431Z] 
06:09:06 [2021-06-11T06:09:06.431Z] INFO Start validation with golang-ci-lint
06:09:06 [2021-06-11T06:09:06.431Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
06:09:06 [2021-06-11T06:09:06.431Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
06:09:06 [2021-06-11T06:09:06.431Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
06:11:12 [2021-06-11T06:11:12.983Z] INFO [loader] Go packages loading at mode 575 (compiled_files|deps|types_sizes|exports_file|files|imports|name) took 2m3.094241285s 
06:11:12 [2021-06-11T06:11:12.983Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 464.108357ms 
06:11:34 [2021-06-11T06:11:34.947Z] INFO [runner/unused/goanalysis] analyzers took 30.540470383s with top 10 stages: buildssa: 26.124663396s, U1000: 4.415806987s 
06:12:56 [2021-06-11T06:12:56.437Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m15.393827731s with top 10 stages: buildssa: 1m42.881598193s, goimports: 22.904172092s, unconvert: 13.031183253s, gosec: 10.401238698s, golint: 6.147923805s, ineffassign: 4.705527511s, misspell: 4.329166886s, inspect: 3.282322801s, vrp: 2.965671782s, printf: 2.271952667s 
06:12:56 [2021-06-11T06:12:56.437Z] INFO [runner] Issues before processing: 2262, after processing: 0 
06:12:56 [2021-06-11T06:12:56.437Z] INFO [runner] Processors filtering stat (out/in): skip_files: 1682/1682, cgo: 1682/2262, skip_dirs: 1682/1682, autogenerated_exclude: 1577/1682, exclude: 1577/1577, nolint: 0/64, path_prettifier: 1682/1682, identifier_marker: 1577/1577, exclude-rules: 64/1577, filename_unadjuster: 1682/1682 
06:12:56 [2021-06-11T06:12:56.438Z] INFO [runner] processing took 97.972895ms with stages: nolint: 39.074299ms, identifier_marker: 29.456781ms, path_prettifier: 13.465388ms, autogenerated_exclude: 6.307467ms, exclude-rules: 6.018145ms, skip_dirs: 3.057921ms, cgo: 401.034µs, filename_unadjuster: 185.553µs, max_same_issues: 1.824µs, uniq_by_line: 838ns, source_code: 773ns, diff: 646ns, max_from_linter: 579ns, exclude: 575ns, path_shortener: 393ns, skip_files: 391ns, max_per_file_from_linter: 288ns 
06:12:56 [2021-06-11T06:12:56.438Z] INFO [runner] linters took 1m44.685720555s with stages: goanalysis_metalinter: 1m22.721467489s, unused: 21.865844254s 
06:12:56 [2021-06-11T06:12:56.438Z] INFO File cache stats: 1451 entries of total size 6.8MiB 
06:12:56 [2021-06-11T06:12:56.438Z] INFO Memory: 1562 samples, avg is 788.7MB, max is 3904.4MB 
06:12:56 [2021-06-11T06:12:56.438Z] INFO Execution took 3m48.252675307s               
06:12:56 [2021-06-11T06:12:56.438Z] Congratulations! The shell scripts are properly formatted.