Skip to content

Console Output

17:49:16 [2021-07-16T17:49:16.713Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42643/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42643/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=b0da207af48c50c851f8e2e5eb358b67059749b0 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:b0da207af48c50c851f8e2e5eb358b67059749b0 hack/validate/default
17:49:17 [2021-07-16T17:49:17.642Z] Congratulations!  All commits are properly signed with the DCO!
17:49:18 [2021-07-16T17:49:18.204Z] Congratulations!  Seccomp profile generation is done correctly.
17:49:18 [2021-07-16T17:49:18.204Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
17:49:26 [2021-07-16T17:49:26.290Z] Congratulations!  The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
17:49:28 [2021-07-16T17:49:28.179Z] Congratulations!  All API changes are done the right way.
17:49:28 [2021-07-16T17:49:28.179Z] Congratulations!  All TOML source files changed here have valid syntax.
17:49:28 [2021-07-16T17:49:28.179Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
17:49:28 [2021-07-16T17:49:28.179Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
17:49:28 [2021-07-16T17:49:28.179Z] Congratulations!  No new tests were added to integration-cli.
17:49:28 [2021-07-16T17:49:28.179Z] 
17:49:28 [2021-07-16T17:49:28.179Z] INFO Start validation with golang-ci-lint
17:49:28 [2021-07-16T17:49:28.179Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
17:49:28 [2021-07-16T17:49:28.179Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
17:49:28 [2021-07-16T17:49:28.179Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
17:51:49 [2021-07-16T17:51:49.597Z] INFO [loader] Go packages loading at mode 575 (compiled_files|deps|imports|name|types_sizes|exports_file|files) took 2m7.097282401s 
17:51:49 [2021-07-16T17:51:49.597Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 425.972919ms 
17:52:57 [2021-07-16T17:52:57.222Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 2m59.605092732s with top 10 stages: buildssa: 1m35.122412175s, goimports: 19.870469508s, unconvert: 11.684158921s, gosec: 9.185703021s, golint: 5.717265498s, inspect: 4.438225731s, ineffassign: 3.8292597s, misspell: 3.395014203s, vrp: 2.844189114s, ctrlflow: 1.872137347s 
17:53:09 [2021-07-16T17:53:09.394Z] INFO [runner/unused/goanalysis] analyzers took 23.804289381s with top 10 stages: buildssa: 20.78778134s, U1000: 3.016508041s 
17:53:09 [2021-07-16T17:53:09.394Z] INFO [runner] Issues before processing: 2258, after processing: 0 
17:53:09 [2021-07-16T17:53:09.394Z] INFO [runner] Processors filtering stat (out/in): filename_unadjuster: 1682/1682, exclude-rules: 64/1577, path_prettifier: 1682/1682, skip_dirs: 1682/1682, cgo: 1682/2258, skip_files: 1682/1682, identifier_marker: 1577/1577, exclude: 1577/1577, autogenerated_exclude: 1577/1682, nolint: 0/64 
17:53:09 [2021-07-16T17:53:09.394Z] INFO [runner] processing took 59.375214ms with stages: nolint: 21.040719ms, identifier_marker: 19.652377ms, path_prettifier: 8.831993ms, autogenerated_exclude: 4.70949ms, exclude-rules: 3.033824ms, skip_dirs: 1.682546ms, cgo: 248.598µs, filename_unadjuster: 171.312µs, max_same_issues: 1.388µs, uniq_by_line: 576ns, diff: 437ns, skip_files: 393ns, max_from_linter: 357ns, source_code: 348ns, exclude: 300ns, path_shortener: 287ns, max_per_file_from_linter: 269ns 
17:53:09 [2021-07-16T17:53:09.394Z] INFO [runner] linters took 1m32.859313869s with stages: goanalysis_metalinter: 1m15.466549726s, unused: 17.333201874s 
17:53:09 [2021-07-16T17:53:09.394Z] INFO File cache stats: 1451 entries of total size 6.8MiB 
17:53:09 [2021-07-16T17:53:09.394Z] INFO Memory: 2205 samples, avg is 398.1MB, max is 3232.4MB 
17:53:09 [2021-07-16T17:53:09.394Z] INFO Execution took 3m40.390373012s               
17:53:09 [2021-07-16T17:53:09.394Z] Congratulations! The shell scripts are properly formatted.