Skip to content

Console Output

14:27:14 [2021-06-10T14:27:14.469Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42507/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42507/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=523f8b397c8a47b8bd1a7c2dd86cbeaa57a70d48 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:523f8b397c8a47b8bd1a7c2dd86cbeaa57a70d48 hack/validate/default
14:27:16 [2021-06-10T14:27:16.356Z] Congratulations!  All commits are properly signed with the DCO!
14:27:16 [2021-06-10T14:27:16.919Z] Congratulations!  Seccomp profile generation is done correctly.
14:27:16 [2021-06-10T14:27:16.919Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
14:27:25 [2021-06-10T14:27:25.018Z] Congratulations!  The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
14:27:26 [2021-06-10T14:27:26.910Z] Congratulations!  All API changes are done the right way.
14:27:26 [2021-06-10T14:27:26.910Z] Congratulations!  All TOML source files changed here have valid syntax.
14:27:26 [2021-06-10T14:27:26.910Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
14:27:26 [2021-06-10T14:27:26.910Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
14:27:26 [2021-06-10T14:27:26.910Z] Congratulations!  No new tests were added to integration-cli.
14:27:26 [2021-06-10T14:27:26.910Z] 
14:27:26 [2021-06-10T14:27:26.910Z] INFO Start validation with golang-ci-lint
14:27:26 [2021-06-10T14:27:26.910Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
14:27:26 [2021-06-10T14:27:26.910Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
14:27:26 [2021-06-10T14:27:26.910Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
14:29:33 [2021-06-10T14:29:33.315Z] INFO [loader] Go packages loading at mode 575 (compiled_files|exports_file|files|imports|name|deps|types_sizes) took 2m0.300774523s 
14:29:33 [2021-06-10T14:29:33.315Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 456.48193ms 
14:29:51 [2021-06-10T14:29:51.375Z] INFO [runner/unused/goanalysis] analyzers took 28.957434724s with top 10 stages: buildssa: 24.961972935s, U1000: 3.995461789s 
14:31:12 [2021-06-10T14:31:12.821Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m14.018918713s with top 10 stages: buildssa: 1m44.599393294s, goimports: 22.780294347s, unconvert: 12.527578462s, gosec: 10.281484244s, golint: 6.05406175s, ineffassign: 4.796231433s, misspell: 4.448260056s, vrp: 3.144693122s, inspect: 3.024902784s, printf: 1.857383064s 
14:31:12 [2021-06-10T14:31:12.821Z] INFO [runner] Issues before processing: 2262, after processing: 0 
14:31:12 [2021-06-10T14:31:12.821Z] INFO [runner] Processors filtering stat (out/in): skip_dirs: 1682/1682, exclude: 1577/1577, identifier_marker: 1577/1577, nolint: 0/64, cgo: 1682/2262, filename_unadjuster: 1682/1682, path_prettifier: 1682/1682, skip_files: 1682/1682, autogenerated_exclude: 1577/1682, exclude-rules: 64/1577 
14:31:12 [2021-06-10T14:31:12.821Z] INFO [runner] processing took 59.27846ms with stages: nolint: 25.412908ms, identifier_marker: 16.272987ms, path_prettifier: 8.239315ms, autogenerated_exclude: 4.130783ms, exclude-rules: 3.267577ms, skip_dirs: 1.655023ms, cgo: 182.349µs, filename_unadjuster: 113.367µs, max_same_issues: 1.131µs, uniq_by_line: 828ns, max_from_linter: 406ns, skip_files: 393ns, diff: 342ns, exclude: 331ns, source_code: 282ns, path_shortener: 257ns, max_per_file_from_linter: 181ns 
14:31:12 [2021-06-10T14:31:12.821Z] INFO [runner] linters took 1m43.748153009s with stages: goanalysis_metalinter: 1m22.673918005s, unused: 21.014800464s 
14:31:12 [2021-06-10T14:31:12.821Z] INFO File cache stats: 1451 entries of total size 6.8MiB 
14:31:12 [2021-06-10T14:31:12.821Z] INFO Memory: 1538 samples, avg is 758.5MB, max is 3636.8MB 
14:31:12 [2021-06-10T14:31:12.821Z] INFO Execution took 3m44.513397293s               
14:31:12 [2021-06-10T14:31:12.821Z] Congratulations! The shell scripts are properly formatted.