Skip to content

Big sweep: migrate codebase to Jakarta EE 10 and use Payara 6 now (third iteration) #161

Big sweep: migrate codebase to Jakarta EE 10 and use Payara 6 now (third iteration)

Big sweep: migrate codebase to Jakarta EE 10 and use Payara 6 now (third iteration) #161

Triggered via pull request July 26, 2023 20:51
Status Failure
Total duration 24s
Artifacts

shellcheck.yml

on: pull_request
Shellcheck
14s
Shellcheck
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 10 warnings
Shellcheck: doc/sphinx-guides/source/_static/util/counter_daily.sh#L24
[shellcheck] reported by reviewdog 🐶 Couldn't parse this then clause. Fix to allow more checks. [SC1073](https://github.com/koalaman/shellcheck/wiki/SC1073) Raw Output: ./doc/sphinx-guides/source/_static/util/counter_daily.sh:24:50:error:Couldn't parse this then clause. Fix to allow more checks. [SC1073](https://github.com/koalaman/shellcheck/wiki/SC1073)
Shellcheck: doc/sphinx-guides/source/_static/util/counter_daily.sh#L26
[shellcheck] reported by reviewdog 🐶 Can't have empty then clauses (use 'true' as a no-op). [SC1048](https://github.com/koalaman/shellcheck/wiki/SC1048) Raw Output: ./doc/sphinx-guides/source/_static/util/counter_daily.sh:26:3:error:Can't have empty then clauses (use 'true' as a no-op). [SC1048](https://github.com/koalaman/shellcheck/wiki/SC1048)
Shellcheck: doc/sphinx-guides/source/_static/util/counter_daily.sh#L26
[shellcheck] reported by reviewdog 🐶 Unexpected keyword/token. Fix any mentioned problems and try again. [SC1072](https://github.com/koalaman/shellcheck/wiki/SC1072) Raw Output: ./doc/sphinx-guides/source/_static/util/counter_daily.sh:26:7:error:Unexpected keyword/token. Fix any mentioned problems and try again. [SC1072](https://github.com/koalaman/shellcheck/wiki/SC1072)
Shellcheck
Process completed with exit code 1.
Shellcheck: scripts/tests/ec2-memory-benchmark/ec2-memory-benchmark-remote.sh#L22
[shellcheck] reported by reviewdog 🐶 Use $(...) notation instead of legacy backticks `...`. [SC2006](https://github.com/koalaman/shellcheck/wiki/SC2006) Raw Output: ./scripts/tests/ec2-memory-benchmark/ec2-memory-benchmark-remote.sh:22:16:style:Use $(...) notation instead of legacy backticks `...`. [SC2006](https://github.com/koalaman/shellcheck/wiki/SC2006)
Shellcheck: scripts/tests/ec2-memory-benchmark/ec2-memory-benchmark-remote.sh#L22
[shellcheck] reported by reviewdog 🐶 Consider using pgrep instead of grepping ps output. [SC2009](https://github.com/koalaman/shellcheck/wiki/SC2009) Raw Output: ./scripts/tests/ec2-memory-benchmark/ec2-memory-benchmark-remote.sh:22:17:info:Consider using pgrep instead of grepping ps output. [SC2009](https://github.com/koalaman/shellcheck/wiki/SC2009)
Shellcheck: scripts/tests/ec2-memory-benchmark/ec2-memory-benchmark-remote.sh#L24
[shellcheck] reported by reviewdog 🐶 Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086) Raw Output: ./scripts/tests/ec2-memory-benchmark/ec2-memory-benchmark-remote.sh:24:6:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
Shellcheck: scripts/tests/ec2-memory-benchmark/ec2-memory-benchmark-remote.sh#L39
[shellcheck] reported by reviewdog 🐶 Use 'cd ... || exit' or 'cd ... || return' in case cd fails. [SC2164](https://github.com/koalaman/shellcheck/wiki/SC2164) Raw Output: ./scripts/tests/ec2-memory-benchmark/ec2-memory-benchmark-remote.sh:39:2:warning:Use 'cd ... || exit' or 'cd ... || return' in case cd fails. [SC2164](https://github.com/koalaman/shellcheck/wiki/SC2164)
Shellcheck: scripts/tests/ec2-memory-benchmark/ec2-memory-benchmark-remote.sh#L70
[shellcheck] reported by reviewdog 🐶 Use $(...) notation instead of legacy backticks `...`. [SC2006](https://github.com/koalaman/shellcheck/wiki/SC2006) Raw Output: ./scripts/tests/ec2-memory-benchmark/ec2-memory-benchmark-remote.sh:70:20:style:Use $(...) notation instead of legacy backticks `...`. [SC2006](https://github.com/koalaman/shellcheck/wiki/SC2006)
Shellcheck: scripts/tests/ec2-memory-benchmark/ec2-memory-benchmark-remote.sh#L85
[shellcheck] reported by reviewdog 🐶 $/${} is unnecessary on arithmetic variables. [SC2004](https://github.com/koalaman/shellcheck/wiki/SC2004) Raw Output: ./scripts/tests/ec2-memory-benchmark/ec2-memory-benchmark-remote.sh:85:22:style:$/${} is unnecessary on arithmetic variables. [SC2004](https://github.com/koalaman/shellcheck/wiki/SC2004)
Shellcheck: scripts/tests/ec2-memory-benchmark/ec2-memory-benchmark-remote.sh#L87
[shellcheck] reported by reviewdog 🐶 $/${} is unnecessary on arithmetic variables. [SC2004](https://github.com/koalaman/shellcheck/wiki/SC2004) Raw Output: ./scripts/tests/ec2-memory-benchmark/ec2-memory-benchmark-remote.sh:87:26:style:$/${} is unnecessary on arithmetic variables. [SC2004](https://github.com/koalaman/shellcheck/wiki/SC2004)
Shellcheck: scripts/tests/ec2-memory-benchmark/ec2-memory-benchmark-remote.sh#L102
[shellcheck] reported by reviewdog 🐶 Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086) Raw Output: ./scripts/tests/ec2-memory-benchmark/ec2-memory-benchmark-remote.sh:102:39:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)
Shellcheck: scripts/tests/ec2-memory-benchmark/ec2-memory-benchmark-remote.sh#L102
[shellcheck] reported by reviewdog 🐶 sudo doesn't affect redirects. Use ..| sudo tee file [SC2024](https://github.com/koalaman/shellcheck/wiki/SC2024) Raw Output: ./scripts/tests/ec2-memory-benchmark/ec2-memory-benchmark-remote.sh:102:57:warning:sudo doesn't affect redirects. Use ..| sudo tee file [SC2024](https://github.com/koalaman/shellcheck/wiki/SC2024)
Shellcheck: scripts/tests/ec2-memory-benchmark/ec2-memory-benchmark-remote.sh#L124
[shellcheck] reported by reviewdog 🐶 Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086) Raw Output: ./scripts/tests/ec2-memory-benchmark/ec2-memory-benchmark-remote.sh:124:41:info:Double quote to prevent globbing and word splitting. [SC2086](https://github.com/koalaman/shellcheck/wiki/SC2086)