Skip to content

Console Output

12:35:19 [2021-06-07T12:35:19.243Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-42393/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-42393/.git:/go/src/github.com/docker/docker/.git --name docker-pr27 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=fed1e1064ecb452b4d411c97824451c802e7c194 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:fed1e1064ecb452b4d411c97824451c802e7c194 hack/validate/default
12:35:20 [2021-06-07T12:35:20.178Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
12:35:20 [2021-06-07T12:35:20.178Z] No api/types/ or api/swagger.yaml changes in diff.
12:35:20 [2021-06-07T12:35:20.178Z] Congratulations!  All TOML source files changed here have valid syntax.
12:35:20 [2021-06-07T12:35:20.178Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
12:35:20 [2021-06-07T12:35:20.178Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
12:35:20 [2021-06-07T12:35:20.178Z] Congratulations!  No new tests were added to integration-cli.
12:35:20 [2021-06-07T12:35:20.178Z] 
12:35:20 [2021-06-07T12:35:20.178Z] INFO Start validation with golang-ci-lint
12:35:20 [2021-06-07T12:35:20.178Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
12:35:20 [2021-06-07T12:35:20.178Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
12:35:20 [2021-06-07T12:35:20.178Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] 
12:37:41 [2021-06-07T12:37:41.704Z] INFO [loader] Go packages loading at mode 575 (exports_file|name|compiled_files|deps|files|imports|types_sizes) took 2m8.312573987s 
12:37:41 [2021-06-07T12:37:41.704Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 580.449245ms 
12:39:03 [2021-06-07T12:39:03.147Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m36.326234356s with top 10 stages: buildssa: 1m48.054896046s, goimports: 26.031260652s, unconvert: 17.368026625s, gosec: 12.801781196s, golint: 7.283322907s, misspell: 5.064575053s, ineffassign: 4.718625946s, vrp: 4.402612674s, inspect: 3.290534154s, printf: 2.372767214s 
12:39:21 [2021-06-07T12:39:21.232Z] INFO [runner/unused/goanalysis] analyzers took 37.514611491s with top 10 stages: buildssa: 31.752968385s, U1000: 5.761643106s 
12:39:21 [2021-06-07T12:39:21.232Z] INFO [runner] Issues before processing: 2890, after processing: 0 
12:39:21 [2021-06-07T12:39:21.232Z] INFO [runner] Processors filtering stat (out/in): path_prettifier: 2311/2311, exclude-rules: 79/1923, nolint: 0/79, autogenerated_exclude: 1923/2311, identifier_marker: 1923/1923, cgo: 2311/2890, skip_dirs: 2311/2311, exclude: 1923/1923, filename_unadjuster: 2311/2311, skip_files: 2311/2311 
12:39:21 [2021-06-07T12:39:21.233Z] INFO [runner] processing took 209.913158ms with stages: nolint: 90.943933ms, identifier_marker: 66.190221ms, path_prettifier: 21.02815ms, autogenerated_exclude: 16.1685ms, exclude-rules: 8.665051ms, skip_dirs: 4.628908ms, cgo: 1.247924ms, filename_unadjuster: 1.034088ms, max_same_issues: 1.985µs, uniq_by_line: 720ns, diff: 657ns, max_from_linter: 604ns, source_code: 579ns, path_shortener: 570ns, skip_files: 502ns, exclude: 472ns, max_per_file_from_linter: 294ns 
12:39:21 [2021-06-07T12:39:21.233Z] INFO [runner] linters took 1m51.391831299s with stages: goanalysis_metalinter: 1m25.51629207s, unused: 25.664606794s 
12:39:21 [2021-06-07T12:39:21.233Z] INFO File cache stats: 1700 entries of total size 8.6MiB 
12:39:21 [2021-06-07T12:39:21.233Z] INFO Memory: 1759 samples, avg is 266.1MB, max is 4568.4MB 
12:39:21 [2021-06-07T12:39:21.233Z] INFO Execution took 4m0.478291589s                
12:39:21 [2021-06-07T12:39:21.233Z] Congratulations! The shell scripts are properly formatted.