Skip to content

Console Output

21:24:14 [2021-07-19T21:24:14.061Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42657/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42657/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=067918a8c3018580c86e6c6e6326f68add162876 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:067918a8c3018580c86e6c6e6326f68add162876 hack/validate/default
21:24:14 [2021-07-19T21:24:14.988Z] Congratulations!  All commits are properly signed with the DCO!
21:24:15 [2021-07-19T21:24:15.551Z] Congratulations!  Seccomp profile generation is done correctly.
21:24:15 [2021-07-19T21:24:15.551Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
21:24:23 [2021-07-19T21:24:23.665Z] Congratulations!  The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
21:24:25 [2021-07-19T21:24:25.557Z] Congratulations!  All API changes are done the right way.
21:24:25 [2021-07-19T21:24:25.557Z] Congratulations!  All TOML source files changed here have valid syntax.
21:24:25 [2021-07-19T21:24:25.557Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
21:24:25 [2021-07-19T21:24:25.557Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
21:24:25 [2021-07-19T21:24:25.557Z] Congratulations!  No new tests were added to integration-cli.
21:24:25 [2021-07-19T21:24:25.557Z] 
21:24:25 [2021-07-19T21:24:25.557Z] INFO Start validation with golang-ci-lint
21:24:25 [2021-07-19T21:24:25.557Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
21:24:25 [2021-07-19T21:24:25.557Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
21:24:25 [2021-07-19T21:24:25.557Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
21:26:46 [2021-07-19T21:26:46.961Z] INFO [loader] Go packages loading at mode 575 (deps|files|compiled_files|imports|name|types_sizes|exports_file) took 2m6.421936761s 
21:26:46 [2021-07-19T21:26:46.961Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 422.732057ms 
21:27:54 [2021-07-19T21:27:54.596Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m2.346068874s with top 10 stages: buildssa: 1m35.210737706s, goimports: 20.668356617s, unconvert: 11.707833439s, gosec: 9.950542126s, golint: 5.803796678s, ineffassign: 4.105210454s, misspell: 4.058427691s, inspect: 3.852642334s, vrp: 3.163275687s, ctrlflow: 2.002586322s 
21:28:09 [2021-07-19T21:28:09.443Z] INFO [runner/unused/goanalysis] analyzers took 25.640438083s with top 10 stages: buildssa: 22.165704973s, U1000: 3.47473311s 
21:28:09 [2021-07-19T21:28:09.443Z] INFO [runner] Issues before processing: 2260, after processing: 0 
21:28:09 [2021-07-19T21:28:09.443Z] INFO [runner] Processors filtering stat (out/in): nolint: 0/64, path_prettifier: 1684/1684, skip_files: 1684/1684, autogenerated_exclude: 1577/1684, identifier_marker: 1577/1577, exclude: 1577/1577, exclude-rules: 64/1577, cgo: 1684/2260, filename_unadjuster: 1684/1684, skip_dirs: 1684/1684 
21:28:09 [2021-07-19T21:28:09.443Z] INFO [runner] processing took 116.719018ms with stages: nolint: 40.116638ms, identifier_marker: 35.0839ms, path_prettifier: 20.168816ms, autogenerated_exclude: 11.103894ms, exclude-rules: 5.511988ms, skip_dirs: 3.244084ms, cgo: 806.716µs, filename_unadjuster: 677.009µs, max_same_issues: 1.421µs, path_shortener: 834ns, diff: 817ns, source_code: 662ns, uniq_by_line: 653ns, max_from_linter: 591ns, exclude: 350ns, skip_files: 324ns, max_per_file_from_linter: 321ns 
21:28:09 [2021-07-19T21:28:09.443Z] INFO [runner] linters took 1m34.945722562s with stages: goanalysis_metalinter: 1m16.030788071s, unused: 18.796779616s 
21:28:09 [2021-07-19T21:28:09.443Z] INFO File cache stats: 1451 entries of total size 6.8MiB 
21:28:09 [2021-07-19T21:28:09.443Z] INFO Memory: 2216 samples, avg is 435.9MB, max is 3430.1MB 
21:28:09 [2021-07-19T21:28:09.443Z] INFO Execution took 3m41.800626801s               
21:28:09 [2021-07-19T21:28:09.443Z] Congratulations! The shell scripts are properly formatted.