Skip to content

rm arm specific code from test_muriscv_nn_svdf_s8 #71

rm arm specific code from test_muriscv_nn_svdf_s8

rm arm specific code from test_muriscv_nn_svdf_s8 #71

Triggered via push October 31, 2024 15:37
Status Failure
Total duration 49s
Artifacts

style.yml

on: push
Formatting Check (C/C++)
34s
Formatting Check (C/C++)
Formatting Check (CMake)
10s
Formatting Check (CMake)
python-format
8s
python-format
shell-format
8s
shell-format
Check for License headers
5s
Check for License headers
Fit to window
Zoom out
Zoom in

Annotations

6 errors, 13 warnings, and 1 notice
Integration/MLonMCU/gen_muriscnn_benchmarks.py#L101
Line too long (127 > 120 characters) (E501)
Scripts/CMSIS_NN_sync.py#L675
Line too long (166 > 120 characters) (E501)
Scripts/CMSIS_NN_sync.py#L708
Line too long (160 > 120 characters) (E501)
Integration/MLonMCU/gen_muriscnn_benchmarks.py#L101
Line too long (127 > 120 characters) (E501)
Scripts/CMSIS_NN_sync.py#L675
Line too long (166 > 120 characters) (E501)
Scripts/CMSIS_NN_sync.py#L708
Line too long (160 > 120 characters) (E501)
Check for License headers
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
python-format
The following actions uses node12 which is deprecated and will be forced to run on node16: wearerequired/lint-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
python-format
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-python@v4, wearerequired/lint-action@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
shell-format
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Formatting Check (CMake)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Tests/TestCases/test_muriscv_nn_svdf_s8/test_muriscv_nn_svdf_s8.c:105:5 [clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling]: Tests/TestCases/test_muriscv_nn_svdf_s8/test_muriscv_nn_svdf_s8.c#L105
Call to function 'memset' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memset_s' in case of C11
Tests/TestCases/test_muriscv_nn_svdf_s8/test_muriscv_nn_svdf_s8.c:109:9 [clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling]: Tests/TestCases/test_muriscv_nn_svdf_s8/test_muriscv_nn_svdf_s8.c#L109
Call to function 'memcpy' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memcpy_s' in case of C11
Tests/TestCases/test_muriscv_nn_svdf_s8/test_muriscv_nn_svdf_s8.c:112:13 [clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling]: Tests/TestCases/test_muriscv_nn_svdf_s8/test_muriscv_nn_svdf_s8.c#L112
Call to function 'memcpy' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memcpy_s' in case of C11
Tests/TestCases/test_muriscv_nn_svdf_s8/test_muriscv_nn_svdf_s8.c:140:9 [clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling]: Tests/TestCases/test_muriscv_nn_svdf_s8/test_muriscv_nn_svdf_s8.c#L140
Call to function 'memset' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memset_s' in case of C11
Tests/TestCases/test_muriscv_nn_svdf_s8/test_muriscv_nn_svdf_s8.c:220:9 [clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling]: Tests/TestCases/test_muriscv_nn_svdf_s8/test_muriscv_nn_svdf_s8.c#L220
Call to function 'memcpy' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memcpy_s' in case of C11
Tests/TestCases/test_muriscv_nn_svdf_s8/test_muriscv_nn_svdf_s8.c:223:13 [clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling]: Tests/TestCases/test_muriscv_nn_svdf_s8/test_muriscv_nn_svdf_s8.c#L223
Call to function 'memcpy' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memcpy_s' in case of C11
Tests/TestCases/test_muriscv_nn_svdf_s8/test_muriscv_nn_svdf_s8.c:251:9 [clang-analyzer-security.insecureAPI.DeprecatedOrUnsafeBufferHandling]: Tests/TestCases/test_muriscv_nn_svdf_s8/test_muriscv_nn_svdf_s8.c#L251
Call to function 'memset' is insecure as it does not provide security checks introduced in the C11 standard. Replace with analogous functions that support length arguments or provides boundary checks such as 'memset_s' in case of C11
Formatting Check (C/C++)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run clang-format on Tests/TestCases/test_muriscv_nn_svdf_s8/test_muriscv_nn_svdf_s8.c: Tests/TestCases/test_muriscv_nn_svdf_s8/test_muriscv_nn_svdf_s8.c#L1
File Tests/TestCases/test_muriscv_nn_svdf_s8/test_muriscv_nn_svdf_s8.c does not conform to Custom style guidelines. (lines 38, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 259)