Skip to content

Console Output

18:03:05 [2021-03-27T18:03:05.377Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42211/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42211/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=d9356edcd252710aa3b4228f2071269738c10733 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:d9356edcd252710aa3b4228f2071269738c10733 hack/validate/default
18:03:06 [2021-03-27T18:03:06.311Z] Congratulations!  All commits are properly signed with the DCO!
18:03:06 [2021-03-27T18:03:06.311Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
18:03:06 [2021-03-27T18:03:06.311Z] No api/types/ or api/swagger.yaml changes in diff.
18:03:06 [2021-03-27T18:03:06.311Z] Congratulations!  All TOML source files changed here have valid syntax.
18:03:06 [2021-03-27T18:03:06.311Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
18:03:06 [2021-03-27T18:03:06.311Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
18:03:06 [2021-03-27T18:03:06.311Z] Congratulations!  No new tests were added to integration-cli.
18:03:06 [2021-03-27T18:03:06.311Z] 
18:03:06 [2021-03-27T18:03:06.311Z] INFO Start validation with golang-ci-lint
18:03:06 [2021-03-27T18:03:06.311Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
18:03:06 [2021-03-27T18:03:06.311Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
18:03:06 [2021-03-27T18:03:06.311Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
18:05:12 [2021-03-27T18:05:12.700Z] INFO [loader] Go packages loading at mode 575 (compiled_files|name|deps|exports_file|files|imports|types_sizes) took 2m2.678861301s 
18:05:12 [2021-03-27T18:05:12.700Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 465.745064ms 
18:05:30 [2021-03-27T18:05:30.819Z] INFO [runner/unused/goanalysis] analyzers took 29.216305016s with top 10 stages: buildssa: 25.110539588s, U1000: 4.105765428s 
18:07:07 [2021-03-27T18:07:07.182Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m19.72771321s with top 10 stages: buildssa: 1m45.706183513s, goimports: 23.13899469s, unconvert: 13.395325067s, gosec: 11.667982279s, golint: 6.423746711s, ineffassign: 5.172737085s, misspell: 4.773388365s, inspect: 3.48007814s, vrp: 3.217580482s, printf: 1.963590518s 
18:07:07 [2021-03-27T18:07:07.182Z] INFO [runner] Issues before processing: 2267, after processing: 0 
18:07:07 [2021-03-27T18:07:07.183Z] INFO [runner] Processors filtering stat (out/in): exclude-rules: 64/1582, cgo: 1687/2267, filename_unadjuster: 1687/1687, skip_files: 1687/1687, autogenerated_exclude: 1582/1687, exclude: 1582/1582, path_prettifier: 1687/1687, skip_dirs: 1687/1687, identifier_marker: 1582/1582, nolint: 0/64 
18:07:07 [2021-03-27T18:07:07.183Z] INFO [runner] processing took 59.012323ms with stages: nolint: 24.927089ms, identifier_marker: 16.186861ms, path_prettifier: 8.441117ms, autogenerated_exclude: 4.18127ms, exclude-rules: 3.318678ms, skip_dirs: 1.669043ms, cgo: 186.349µs, filename_unadjuster: 96.769µs, max_same_issues: 1.582µs, uniq_by_line: 966ns, exclude: 500ns, diff: 442ns, max_from_linter: 442ns, skip_files: 428ns, source_code: 310ns, max_per_file_from_linter: 243ns, path_shortener: 234ns 
18:07:07 [2021-03-27T18:07:07.183Z] INFO [runner] linters took 1m43.274136298s with stages: goanalysis_metalinter: 1m22.466808993s, unused: 20.748177242s 
18:07:07 [2021-03-27T18:07:07.183Z] INFO File cache stats: 1454 entries of total size 6.8MiB 
18:07:07 [2021-03-27T18:07:07.183Z] INFO Memory: 1563 samples, avg is 712.9MB, max is 3435.3MB 
18:07:07 [2021-03-27T18:07:07.183Z] INFO Execution took 3m46.429329633s               
18:07:07 [2021-03-27T18:07:07.183Z] Congratulations! The shell scripts are properly formatted.