Skip to content

reorder_slice_add_mul matcher #21672

reorder_slice_add_mul matcher

reorder_slice_add_mul matcher #21672

Triggered via pull request November 19, 2024 19:47
Status Failure
Total duration 1h 45m 32s
Artifacts

ci.yaml

on: pull_request
Check if image exists in registry
5s
Check if image exists in registry
Matrix: linux-fpga
Matrix: linux
Build image
0s
Build image
Build SLES image
0s
Build SLES image
Fit to window
Zoom out
Zoom in

Annotations

11 errors and 26 warnings
licensing
Process completed with exit code 1.
linux (ubuntu-20.04, codecov)
Process completed with exit code 1.
format
Process completed with exit code 1.
linux (ubuntu-20.04, debug)
The job was canceled because "ubuntu-20_04_codecov" failed.
linux (ubuntu-20.04, debug)
The operation was canceled.
linux (ubuntu-20.04, release)
The job was canceled because "ubuntu-20_04_codecov" failed.
linux (ubuntu-20.04, release)
The operation was canceled.
linux-fpga (ubuntu-20.04, debug)
Process completed with exit code 1.
tidy
Process completed with exit code 2.
sles
Process completed with exit code 2.
cppcheck
Process completed with exit code 2.
cancel
The following actions use a deprecated Node.js version and will be forced to run on node20: styfle/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
licensing
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
pyflakes
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-python@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
linux (ubuntu-20.04, codecov)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-python@v4, actions/cache@v3, actions/cache/restore@v3, actions/cache/save@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
linux (ubuntu-20.04, codecov)
Cache save failed.
linux (ubuntu-20.04, debug)
Cache save failed.
linux (ubuntu-20.04, release)
Cache save failed.
linux-fpga (ubuntu-20.04, debug)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-python@v4, actions/cache@v3, actions/cache/restore@v3, actions/cache/save@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
linux-fpga (ubuntu-20.04, debug)
Cache save failed.
tidy
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache/restore@v3, actions/cache/save@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
tidy
Cache save failed.
tidy: src/simplify_algebra.cpp#L438
'auto &user' can be declared as 'const auto &user' [readability-qualified-auto,-warnings-as-errors]
tidy: src/simplify_algebra.cpp#L453
'auto &user' can be declared as 'const auto &user' [readability-qualified-auto,-warnings-as-errors]
tidy: src/simplify_algebra.cpp#L464
redundant boolean literal in conditional return statement [readability-simplify-boolean-expr,-warnings-as-errors]
tidy: test/simplify_algebra_test.cpp#L4165
Value stored to 'add2' during its initialization is never read [clang-analyzer-deadcode.DeadStores,-warnings-as-errors]
tidy: test/simplify_algebra_test.cpp#L4165
unused variable 'add2' [clang-diagnostic-unused-variable,-warnings-as-errors]
tidy: test/simplify_algebra_test.cpp#L4166
Value stored to 'add3' during its initialization is never read [clang-analyzer-deadcode.DeadStores,-warnings-as-errors]
tidy: test/simplify_algebra_test.cpp#L4166
unused variable 'add3' [clang-diagnostic-unused-variable,-warnings-as-errors]
sles
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache/restore@v3, actions/cache/save@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
sles
Cache save failed.
cppcheck
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache/restore@v3, actions/cache/save@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
cppcheck
Cache save failed.
cppcheck: src/simplify_algebra.cpp#L446
style: Use 'not' instead of ! [UseNamedLogicOperator]
cppcheck: src/simplify_algebra.cpp#L463
style: Use 'not' instead of ! [UseNamedLogicOperator]
cppcheck: src/simplify_algebra.cpp#L427
style: Consider using std::copy_if algorithm instead of a raw loop. [useStlAlgorithm]
cppcheck: src/simplify_algebra.cpp#L486
style: Too many nested parentheses can affect readability; consider using variables instead. [migraphx-MatcherNestedParentheses]