Skip to content

ci: add selfhost muliti-machine integration test #7886

ci: add selfhost muliti-machine integration test

ci: add selfhost muliti-machine integration test #7886

Triggered via pull request June 20, 2023 09:41
Status Failure
Total duration 3m 6s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

style.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 11 warnings
shellcheck: test/steps/format_config.sh#L10
[shellcheck] reported by reviewdog 🐶 Useless echo? Instead of 'echo $(cmd)', just use 'cmd'. [SC2005](https://github.com/koalaman/shellcheck/wiki/SC2005) Raw Output: ./test/steps/format_config.sh:10:16:style:Useless echo? Instead of 'echo $(cmd)', just use 'cmd'. [SC2005](https://github.com/koalaman/shellcheck/wiki/SC2005)
shellcheck
reviewdog: Too many results (annotations) in diff. You may miss some annotations due to GitHub limitation for annotation created by logging command. Please check GitHub Actions log console to see all results. Limitation: - 10 warning annotations and 10 error annotations per step - 50 annotations per job (sum of annotations from all the steps) - 50 annotations per run (separate from the job annotations, these annotations aren't created by users) Source: https://github.community/t5/GitHub-Actions/Maximum-number-of-annotations-that-can-be-created-using-GitHub/m-p/39085
shellcheck
Process completed with exit code 1.
pylint
Process completed with exit code 2.
shellcheck: test/steps/format_config.sh#L10
[shellcheck] reported by reviewdog 🐶 Quote this to prevent word splitting. [SC2046](https://github.com/koalaman/shellcheck/wiki/SC2046) Raw Output: ./test/steps/format_config.sh:10:16:warning:Quote this to prevent word splitting. [SC2046](https://github.com/koalaman/shellcheck/wiki/SC2046)
shellcheck: test/steps/format_config.sh#L10
[shellcheck] reported by reviewdog 🐶 Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086) Raw Output: ./test/steps/format_config.sh:10:18:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
shellcheck: test/steps/format_config.sh#L17
[shellcheck] reported by reviewdog 🐶 Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086) Raw Output: ./test/steps/format_config.sh:17:21:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
shellcheck: test/steps/format_config.sh#L17
[shellcheck] reported by reviewdog 🐶 Note that, unescaped, this expands on the client side. [SC2029](https://github.com/koalaman/shellcheck/wiki/SC2029) Raw Output: ./test/steps/format_config.sh:17:49:info:Note that, unescaped, this expands on the client side. [SC2029](https://github.com/koalaman/shellcheck/wiki/SC2029)
shellcheck: test/steps/format_config.sh#L18
[shellcheck] reported by reviewdog 🐶 Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086) Raw Output: ./test/steps/format_config.sh:18:21:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
shellcheck: test/steps/format_config.sh#L18
[shellcheck] reported by reviewdog 🐶 Note that, unescaped, this expands on the client side. [SC2029](https://github.com/koalaman/shellcheck/wiki/SC2029) Raw Output: ./test/steps/format_config.sh:18:49:info:Note that, unescaped, this expands on the client side. [SC2029](https://github.com/koalaman/shellcheck/wiki/SC2029)
shellcheck: test/steps/format_config.sh#L19
[shellcheck] reported by reviewdog 🐶 Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086) Raw Output: ./test/steps/format_config.sh:19:21:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
shellcheck: test/steps/format_config.sh#L19
[shellcheck] reported by reviewdog 🐶 Note that, unescaped, this expands on the client side. [SC2029](https://github.com/koalaman/shellcheck/wiki/SC2029) Raw Output: ./test/steps/format_config.sh:19:49:info:Note that, unescaped, this expands on the client side. [SC2029](https://github.com/koalaman/shellcheck/wiki/SC2029)
shellcheck: test/steps/format_config.sh#L21
[shellcheck] reported by reviewdog 🐶 Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086) Raw Output: ./test/steps/format_config.sh:21:20:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
shellcheck: test/steps/format_config.sh#L22
[shellcheck] reported by reviewdog 🐶 Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086) Raw Output: ./test/steps/format_config.sh:22:20:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
cpplint
Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.