Skip to content

Console Output

21:50:52 [2021-07-13T21:50:52.684Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42637/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42637/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=793340a33a33088f9d5f76031a59062e7e290eba -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:793340a33a33088f9d5f76031a59062e7e290eba hack/validate/default
21:50:53 [2021-07-13T21:50:53.623Z] Congratulations!  All commits are properly signed with the DCO!
21:50:54 [2021-07-13T21:50:54.563Z] Congratulations!  Seccomp profile generation is done correctly.
21:50:54 [2021-07-13T21:50:54.563Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
21:51:02 [2021-07-13T21:51:02.699Z] Congratulations!  The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
21:51:04 [2021-07-13T21:51:04.607Z] Congratulations!  All API changes are done the right way.
21:51:04 [2021-07-13T21:51:04.607Z] Congratulations!  All TOML source files changed here have valid syntax.
21:51:04 [2021-07-13T21:51:04.607Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
21:51:04 [2021-07-13T21:51:04.607Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
21:51:04 [2021-07-13T21:51:04.607Z] Congratulations!  No new tests were added to integration-cli.
21:51:04 [2021-07-13T21:51:04.607Z] 
21:51:04 [2021-07-13T21:51:04.607Z] INFO Start validation with golang-ci-lint
21:51:04 [2021-07-13T21:51:04.607Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
21:51:04 [2021-07-13T21:51:04.607Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
21:51:04 [2021-07-13T21:51:04.607Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
21:53:11 [2021-07-13T21:53:11.237Z] INFO [loader] Go packages loading at mode 575 (compiled_files|exports_file|files|imports|types_sizes|deps|name) took 2m1.232218384s 
21:53:11 [2021-07-13T21:53:11.237Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 456.825063ms 
21:54:32 [2021-07-13T21:54:32.707Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m13.860995908s with top 10 stages: buildssa: 1m40.468306921s, goimports: 22.526157024s, unconvert: 13.4316281s, gosec: 10.83522001s, golint: 6.001812127s, ineffassign: 4.249793541s, misspell: 4.242375346s, vrp: 3.425083492s, inspect: 3.294022966s, printf: 1.794051383s 
21:54:47 [2021-07-13T21:54:47.719Z] INFO [runner/unused/goanalysis] analyzers took 28.393076459s with top 10 stages: buildssa: 24.21636091s, U1000: 4.176715549s 
21:54:47 [2021-07-13T21:54:47.719Z] INFO [runner] Issues before processing: 2262, after processing: 0 
21:54:47 [2021-07-13T21:54:47.719Z] INFO [runner] Processors filtering stat (out/in): path_prettifier: 1682/1682, skip_files: 1682/1682, identifier_marker: 1577/1577, exclude: 1577/1577, autogenerated_exclude: 1577/1682, nolint: 0/64, cgo: 1682/2262, filename_unadjuster: 1682/1682, skip_dirs: 1682/1682, exclude-rules: 64/1577 
21:54:47 [2021-07-13T21:54:47.719Z] INFO [runner] processing took 59.397035ms with stages: nolint: 26.077249ms, identifier_marker: 16.2332ms, path_prettifier: 7.740703ms, autogenerated_exclude: 3.916814ms, exclude-rules: 3.344712ms, skip_dirs: 1.684916ms, cgo: 282.236µs, filename_unadjuster: 112.813µs, max_same_issues: 1.136µs, uniq_by_line: 597ns, diff: 562ns, exclude: 451ns, max_from_linter: 431ns, skip_files: 368ns, source_code: 338ns, path_shortener: 264ns, max_per_file_from_linter: 245ns 
21:54:47 [2021-07-13T21:54:47.719Z] INFO [runner] linters took 1m39.794570686s with stages: goanalysis_metalinter: 1m19.907773847s, unused: 19.827224679s 
21:54:47 [2021-07-13T21:54:47.719Z] INFO File cache stats: 1451 entries of total size 6.8MiB 
21:54:47 [2021-07-13T21:54:47.719Z] INFO Memory: 1655 samples, avg is 259.0MB, max is 3566.1MB 
21:54:47 [2021-07-13T21:54:47.719Z] INFO Execution took 3m41.491575176s               
21:54:47 [2021-07-13T21:54:47.719Z] Congratulations! The shell scripts are properly formatted.