Skip to content

Console Output

09:19:45 [2021-04-21T09:19:45.727Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42294/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42294/.git:/go/src/github.com/docker/docker/.git --name docker-pr2 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=9ca66776fa4bda05831987a87bb2232541109d79 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=20.10 docker:9ca66776fa4bda05831987a87bb2232541109d79 hack/validate/default
09:19:46 [2021-04-21T09:19:46.662Z] Congratulations!  All commits are properly signed with the DCO!
09:19:47 [2021-04-21T09:19:47.598Z] Congratulations!  Seccomp profile generation is done correctly.
09:19:47 [2021-04-21T09:19:47.598Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
09:19:55 [2021-04-21T09:19:55.710Z] Congratulations!  The swagger spec at "api/swagger.yaml" is valid against swagger specification 2.0
09:19:57 [2021-04-21T09:19:57.620Z] Congratulations!  All API changes are done the right way.
09:19:57 [2021-04-21T09:19:57.620Z] Congratulations!  All TOML source files changed here have valid syntax.
09:19:57 [2021-04-21T09:19:57.620Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
09:19:57 [2021-04-21T09:19:57.620Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
09:19:57 [2021-04-21T09:19:57.620Z] Congratulations!  No new tests were added to integration-cli.
09:19:57 [2021-04-21T09:19:57.620Z] 
09:19:57 [2021-04-21T09:19:57.620Z] INFO Start validation with golang-ci-lint
09:19:57 [2021-04-21T09:19:57.620Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
09:19:57 [2021-04-21T09:19:57.620Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
09:19:57 [2021-04-21T09:19:57.620Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
09:22:04 [2021-04-21T09:22:04.100Z] INFO [loader] Go packages loading at mode 575 (imports|deps|files|name|types_sizes|compiled_files|exports_file) took 2m2.234084594s 
09:22:04 [2021-04-21T09:22:04.100Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 462.715133ms 
09:23:25 [2021-04-21T09:23:25.537Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m11.291363104s with top 10 stages: buildssa: 1m40.871277708s, goimports: 22.308608092s, unconvert: 12.356722812s, gosec: 9.970565893s, golint: 5.863994353s, misspell: 4.348700599s, ineffassign: 4.083084367s, inspect: 3.670622911s, vrp: 2.862144381s, printf: 2.05265344s 
09:23:40 [2021-04-21T09:23:40.479Z] INFO [runner/unused/goanalysis] analyzers took 28.265500531s with top 10 stages: buildssa: 23.878288862s, U1000: 4.387211669s 
09:23:40 [2021-04-21T09:23:40.479Z] INFO [runner] Issues before processing: 2262, after processing: 0 
09:23:40 [2021-04-21T09:23:40.479Z] INFO [runner] Processors filtering stat (out/in): filename_unadjuster: 1682/1682, path_prettifier: 1682/1682, nolint: 0/64, cgo: 1682/2262, skip_dirs: 1682/1682, identifier_marker: 1577/1577, exclude: 1577/1577, skip_files: 1682/1682, exclude-rules: 64/1577, autogenerated_exclude: 1577/1682 
09:23:40 [2021-04-21T09:23:40.479Z] INFO [runner] processing took 125.063516ms with stages: nolint: 55.449508ms, identifier_marker: 36.55453ms, path_prettifier: 14.455393ms, autogenerated_exclude: 7.201199ms, exclude-rules: 6.195555ms, skip_dirs: 3.622372ms, cgo: 870.788µs, filename_unadjuster: 708.226µs, max_same_issues: 1.761µs, source_code: 686ns, uniq_by_line: 669ns, exclude: 613ns, diff: 600ns, max_from_linter: 529ns, path_shortener: 397ns, skip_files: 382ns, max_per_file_from_linter: 308ns 
09:23:40 [2021-04-21T09:23:40.479Z] INFO [runner] linters took 1m39.909048855s with stages: goanalysis_metalinter: 1m19.668978678s, unused: 20.113622996s 
09:23:40 [2021-04-21T09:23:40.479Z] INFO File cache stats: 1451 entries of total size 6.8MiB 
09:23:40 [2021-04-21T09:23:40.479Z] INFO Memory: 1673 samples, avg is 251.9MB, max is 3562.6MB 
09:23:40 [2021-04-21T09:23:40.479Z] INFO Execution took 3m42.614832935s               
09:23:40 [2021-04-21T09:23:40.479Z] Congratulations! The shell scripts are properly formatted.