Skip to content

Console Output

20:40:51 [2022-07-13T20:40:51.912Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43804/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43804/.git:/go/src/github.com/docker/docker/.git --name docker-pr1 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=4f0834668696c981ef56ee77dc7af05bf3d0dbf9 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:4f0834668696c981ef56ee77dc7af05bf3d0dbf9 hack/validate/default
20:40:52 [2022-07-13T20:40:52.846Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
20:40:52 [2022-07-13T20:40:52.846Z] No api/types/ or api/swagger.yaml changes in diff.
20:40:52 [2022-07-13T20:40:52.846Z] Congratulations!  All TOML source files changed here have valid syntax.
20:40:52 [2022-07-13T20:40:52.846Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
20:40:52 [2022-07-13T20:40:52.846Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
20:40:52 [2022-07-13T20:40:52.846Z] 
20:40:52 [2022-07-13T20:40:52.846Z] INFO Start validation with golang-ci-lint
20:40:53 [2022-07-13T20:40:53.778Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
20:40:53 [2022-07-13T20:40:53.778Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports gosec gosimple govet ineffassign misspell revive staticcheck structcheck typecheck unconvert unused varcheck] 
20:44:00 [2022-07-13T20:44:00.254Z] INFO [loader] Go packages loading at mode 575 (deps|exports_file|name|types_sizes|compiled_files|files|imports) took 2m52.792765662s 
20:44:00 [2022-07-13T20:44:00.254Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 504.182145ms 
20:45:36 [2022-07-13T20:45:36.700Z] INFO [linters context/goanalysis] analyzers took 6m54.429134498s with top 10 stages: buildir: 2m21.875868923s, the_only_name: 40.16286265s, goimports: 28.044468497s, unconvert: 23.654169444s, S1038: 18.641127725s, gosec: 17.820425865s, misspell: 7.26471405s, S1039: 5.799628079s, unused: 5.302384595s, inspect: 4.644787572s 
20:45:36 [2022-07-13T20:45:36.700Z] INFO [runner] Issues before processing: 2388, after processing: 0 
20:45:36 [2022-07-13T20:45:36.700Z] INFO [runner] Processors filtering stat (out/in): filename_unadjuster: 2125/2125, skip_files: 2125/2125, skip_dirs: 2125/2125, cgo: 2125/2388, exclude: 2022/2022, identifier_marker: 2022/2022, autogenerated_exclude: 2022/2125, exclude-rules: 77/2022, nolint: 0/77, path_prettifier: 2125/2125 
20:45:36 [2022-07-13T20:45:36.700Z] INFO [runner] processing took 137.109377ms with stages: nolint: 47.494328ms, identifier_marker: 42.963019ms, exclude-rules: 15.366922ms, path_prettifier: 14.561388ms, autogenerated_exclude: 12.106297ms, skip_dirs: 3.362886ms, cgo: 689.508µs, filename_unadjuster: 559.106µs, max_same_issues: 1.736µs, exclude: 611ns, uniq_by_line: 554ns, source_code: 536ns, diff: 489ns, skip_files: 373ns, path_shortener: 318ns, severity-rules: 313ns, sort_results: 293ns, max_from_linter: 270ns, max_per_file_from_linter: 239ns, path_prefixer: 191ns 
20:45:36 [2022-07-13T20:45:36.700Z] INFO [runner] linters took 1m45.222970049s with stages: goanalysis_metalinter: 1m45.08573202s 
20:45:36 [2022-07-13T20:45:36.700Z] INFO File cache stats: 1673 entries of total size 8.6MiB 
20:45:36 [2022-07-13T20:45:36.700Z] INFO Memory: 2787 samples, avg is 315.1MB, max is 1210.2MB 
20:45:36 [2022-07-13T20:45:36.700Z] INFO Execution took 4m38.531112656s               
20:45:36 [2022-07-13T20:45:36.700Z] Congratulations! The shell scripts are properly formatted.