Skip to content

Console Output

17:47:18 [2021-06-18T17:47:18.576Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42536/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42536/.git:/go/src/github.com/docker/docker/.git --name docker-pr5 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=472f21b923ef512e8bebaece83a7d9c206b1e0a7 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:472f21b923ef512e8bebaece83a7d9c206b1e0a7 hack/validate/default
17:47:20 [2021-06-18T17:47:20.487Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
17:47:20 [2021-06-18T17:47:20.487Z] No api/types/ or api/swagger.yaml changes in diff.
17:47:20 [2021-06-18T17:47:20.487Z] Congratulations!  All TOML source files changed here have valid syntax.
17:47:20 [2021-06-18T17:47:20.487Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
17:47:20 [2021-06-18T17:47:20.487Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
17:47:20 [2021-06-18T17:47:20.487Z] Congratulations!  No new tests were added to integration-cli.
17:47:20 [2021-06-18T17:47:20.487Z] 
17:47:20 [2021-06-18T17:47:20.487Z] INFO Start validation with golang-ci-lint
17:47:20 [2021-06-18T17:47:20.487Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
17:47:20 [2021-06-18T17:47:20.487Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
17:47:20 [2021-06-18T17:47:20.487Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
17:49:57 [2021-06-18T17:49:57.009Z] INFO [loader] Go packages loading at mode 575 (types_sizes|deps|files|imports|name|compiled_files|exports_file) took 2m23.03447804s 
17:49:57 [2021-06-18T17:49:57.009Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 549.383839ms 
17:51:18 [2021-06-18T17:51:18.504Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m33.274485858s with top 10 stages: buildssa: 1m48.597668878s, goimports: 23.382600255s, unconvert: 15.497090624s, gosec: 10.816739848s, golint: 6.973624079s, ineffassign: 4.983912595s, misspell: 4.845378901s, inspect: 4.632270701s, vrp: 3.947349181s, printf: 2.754392044s 
17:51:36 [2021-06-18T17:51:36.616Z] INFO [runner/unused/goanalysis] analyzers took 34.141737662s with top 10 stages: buildssa: 29.139868373s, U1000: 5.001869289s 
17:51:36 [2021-06-18T17:51:36.616Z] INFO [runner] Issues before processing: 2884, after processing: 0 
17:51:36 [2021-06-18T17:51:36.616Z] INFO [runner] Processors filtering stat (out/in): cgo: 2309/2884, filename_unadjuster: 2309/2309, skip_dirs: 2309/2309, path_prettifier: 2309/2309, exclude: 1920/1920, skip_files: 2309/2309, autogenerated_exclude: 1920/2309, identifier_marker: 1920/1920, exclude-rules: 78/1920, nolint: 0/78 
17:51:36 [2021-06-18T17:51:36.616Z] INFO [runner] processing took 133.93651ms with stages: nolint: 53.678609ms, identifier_marker: 40.21775ms, path_prettifier: 16.722324ms, autogenerated_exclude: 9.330839ms, exclude-rules: 6.983082ms, skip_dirs: 4.268998ms, cgo: 1.751011ms, filename_unadjuster: 977.358µs, max_same_issues: 2.167µs, uniq_by_line: 921ns, diff: 754ns, source_code: 603ns, exclude: 530ns, skip_files: 452ns, max_from_linter: 418ns, path_shortener: 397ns, max_per_file_from_linter: 297ns 
17:51:36 [2021-06-18T17:51:36.616Z] INFO [runner] linters took 1m50.054483186s with stages: goanalysis_metalinter: 1m25.76980649s, unused: 24.150266854s 
17:51:36 [2021-06-18T17:51:36.616Z] INFO File cache stats: 1699 entries of total size 8.6MiB 
17:51:36 [2021-06-18T17:51:36.616Z] INFO Memory: 2538 samples, avg is 474.7MB, max is 4169.6MB 
17:51:36 [2021-06-18T17:51:36.616Z] INFO Execution took 4m13.654298971s               
17:51:36 [2021-06-18T17:51:36.616Z] Congratulations! The shell scripts are properly formatted.