Skip to content

Console Output

08:46:42 [2022-03-25T08:46:42.004Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43426/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43426/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=32fe0bbb91f9791ca2783d08f81c9a9289e9225c -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:32fe0bbb91f9791ca2783d08f81c9a9289e9225c hack/validate/default
08:46:42 [2022-03-25T08:46:42.573Z] Congratulations!  All commits are properly signed with the DCO!
08:46:43 [2022-03-25T08:46:43.512Z] Congratulations!  Seccomp profile generation is done correctly.
08:46:43 [2022-03-25T08:46:43.512Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
08:46:51 [2022-03-25T08:46:51.645Z] Congratulations!  The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
08:46:53 [2022-03-25T08:46:53.029Z] Congratulations!  All API changes are done the right way.
08:46:53 [2022-03-25T08:46:53.029Z] Congratulations!  All TOML source files changed here have valid syntax.
08:46:53 [2022-03-25T08:46:53.029Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
08:46:53 [2022-03-25T08:46:53.029Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
08:46:53 [2022-03-25T08:46:53.029Z] Congratulations!  No new tests were added to integration-cli.
08:46:53 [2022-03-25T08:46:53.029Z] 
08:46:53 [2022-03-25T08:46:53.029Z] INFO Start validation with golang-ci-lint
08:46:53 [2022-03-25T08:46:53.029Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
08:46:53 [2022-03-25T08:46:53.029Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
08:46:53 [2022-03-25T08:46:53.029Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
08:48:59 [2022-03-25T08:48:59.533Z] INFO [loader] Go packages loading at mode 575 (files|types_sizes|compiled_files|deps|exports_file|imports|name) took 2m2.843653143s 
08:48:59 [2022-03-25T08:48:59.533Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 419.628892ms 
08:50:21 [2022-03-25T08:50:21.020Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 2m56.345338463s with top 10 stages: buildssa: 1m33.938419764s, goimports: 19.020208048s, unconvert: 11.340792166s, gosec: 8.717026388s, golint: 5.14019198s, inspect: 4.01313459s, misspell: 3.940319952s, ineffassign: 3.325844323s, vrp: 2.770529911s, ctrlflow: 2.117446044s 
08:50:31 [2022-03-25T08:50:31.009Z] INFO [runner/unused/goanalysis] analyzers took 26.005083138s with top 10 stages: buildssa: 22.668994501s, U1000: 3.336088637s 
08:50:31 [2022-03-25T08:50:31.009Z] INFO [runner] Issues before processing: 2258, after processing: 0 
08:50:31 [2022-03-25T08:50:31.009Z] INFO [runner] Processors filtering stat (out/in): skip_dirs: 1682/1682, skip_files: 1682/1682, filename_unadjuster: 1682/1682, identifier_marker: 1577/1577, exclude-rules: 64/1577, nolint: 0/64, cgo: 1682/2258, exclude: 1577/1577, path_prettifier: 1682/1682, autogenerated_exclude: 1577/1682 
08:50:31 [2022-03-25T08:50:31.009Z] INFO [runner] processing took 110.010715ms with stages: nolint: 46.398788ms, identifier_marker: 34.151157ms, path_prettifier: 12.701621ms, autogenerated_exclude: 6.99532ms, exclude-rules: 5.037056ms, skip_dirs: 3.196321ms, cgo: 805.227µs, filename_unadjuster: 719.942µs, max_same_issues: 1.616µs, max_from_linter: 612ns, uniq_by_line: 574ns, diff: 555ns, source_code: 462ns, exclude: 456ns, skip_files: 373ns, path_shortener: 356ns, max_per_file_from_linter: 279ns 
08:50:31 [2022-03-25T08:50:31.009Z] INFO [runner] linters took 1m33.110595785s with stages: goanalysis_metalinter: 1m13.676535402s, unused: 19.323902365s 
08:50:31 [2022-03-25T08:50:31.009Z] INFO File cache stats: 1454 entries of total size 6.9MiB 
08:50:31 [2022-03-25T08:50:31.009Z] INFO Memory: 2165 samples, avg is 420.0MB, max is 3498.6MB 
08:50:31 [2022-03-25T08:50:31.009Z] INFO Execution took 3m36.383100535s               
08:50:31 [2022-03-25T08:50:31.009Z] Congratulations! The shell scripts are properly formatted.