Skip to content

Console Output

14:55:40 [2022-09-07T14:55:40.269Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-43939/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-43939/.git:/go/src/github.com/docker/docker/.git --name docker-pr17 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=779a5b3029473c6bb61c2d08a43e0a8d68a73d7f -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:779a5b3029473c6bb61c2d08a43e0a8d68a73d7f hack/validate/default
14:55:40 [2022-09-07T14:55:40.832Z] Congratulations!  Packages in "./pkg/..." are safely isolated from internal code.
14:55:41 [2022-09-07T14:55:41.088Z] Congratulations! yamllint config file formatted correctly
14:55:41 [2022-09-07T14:55:41.088Z] Congratulations! YAML files are formatted correctly
14:55:41 [2022-09-07T14:55:41.088Z] No api/types/ or api/swagger.yaml changes in diff.
14:55:41 [2022-09-07T14:55:41.088Z] Congratulations!  All TOML source files changed here have valid syntax.
14:55:41 [2022-09-07T14:55:41.088Z] Congratulations!  Changelog CHANGELOG.md is well-formed.
14:55:41 [2022-09-07T14:55:41.088Z] Congratulations!  Changelog CHANGELOG.md dates are in descending order.
14:55:41 [2022-09-07T14:55:41.088Z] 
14:55:41 [2022-09-07T14:55:41.088Z] INFO Start validation with golang-ci-lint
14:55:41 [2022-09-07T14:55:41.650Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml 
14:55:41 [2022-09-07T14:55:41.650Z] INFO [lintersdb] Active 15 linters: [deadcode depguard goimports gosec gosimple govet ineffassign misspell revive staticcheck structcheck typecheck unconvert unused varcheck] 
14:55:41 [2022-09-07T14:55:41.650Z] INFO [loader] Using build tags: [ journald]       
14:58:48 [2022-09-07T14:58:48.099Z] INFO [loader] Go packages loading at mode 575 (imports|types_sizes|exports_file|deps|files|name|compiled_files) took 2m53.057586983s 
14:58:48 [2022-09-07T14:58:48.099Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 515.290929ms 
15:00:24 [2022-09-07T15:00:24.492Z] INFO [linters context/goanalysis] analyzers took 6m59.741875389s with top 10 stages: buildir: 2m23.46264727s, the_only_name: 42.668718428s, goimports: 30.506625899s, unconvert: 24.578018099s, S1038: 18.491363814s, gosec: 17.631765106s, misspell: 6.609832734s, unused: 6.511489882s, S1039: 6.150026512s, nilness: 5.070327454s 
15:00:24 [2022-09-07T15:00:24.492Z] INFO [runner] Issues before processing: 2438, after processing: 0 
15:00:24 [2022-09-07T15:00:24.492Z] INFO [runner] Processors filtering stat (out/in): exclude: 2014/2014, exclude-rules: 79/2014, cgo: 2117/2438, skip_dirs: 2117/2117, autogenerated_exclude: 2014/2117, identifier_marker: 2014/2014, filename_unadjuster: 2117/2117, skip_files: 2117/2117, path_prettifier: 2117/2117, nolint: 0/79 
15:00:24 [2022-09-07T15:00:24.492Z] INFO [runner] processing took 116.355629ms with stages: identifier_marker: 38.97002ms, nolint: 35.116801ms, path_prettifier: 15.530419ms, autogenerated_exclude: 12.017897ms, exclude-rules: 9.944084ms, skip_dirs: 2.964563ms, filename_unadjuster: 929.997µs, cgo: 876.712µs, max_same_issues: 1.534µs, uniq_by_line: 507ns, skip_files: 425ns, diff: 418ns, source_code: 376ns, max_from_linter: 367ns, exclude: 337ns, sort_results: 321ns, max_per_file_from_linter: 258ns, path_shortener: 239ns, severity-rules: 236ns, path_prefixer: 118ns 
15:00:24 [2022-09-07T15:00:24.492Z] INFO [runner] linters took 1m46.932112811s with stages: goanalysis_metalinter: 1m46.815626627s 
15:00:24 [2022-09-07T15:00:24.492Z] INFO File cache stats: 1706 entries of total size 8.7MiB 
15:00:24 [2022-09-07T15:00:24.492Z] INFO Memory: 2807 samples, avg is 318.6MB, max is 1202.1MB 
15:00:24 [2022-09-07T15:00:24.492Z] INFO Execution took 4m40.514590599s               
15:00:24 [2022-09-07T15:00:24.492Z] Congratulations! The shell scripts are properly formatted.