Skip to content

Update arkedge/workflows-c2a action to v6 #1506

Update arkedge/workflows-c2a action to v6

Update arkedge/workflows-c2a action to v6 #1506

Triggered via pull request November 14, 2024 08:30
Status Success
Total duration 11m 19s
Artifacts

pytest.yml

on: pull_request
Matrix: pytest
Fit to window
Zoom out
Zoom in

Annotations

46 warnings
[clang-tidy -Wextra] /home/runner/work/c2a-core/c2a-core/c2a_user/examples/subobc/src/src_user/c2a_main.c#L31: /home/runner/work/c2a-core/c2a-core/c2a_user/examples/subobc/src/src_user/c2a_main.c#L31
unused function 'address_fixed_main_' [clang-diagnostic-unused-function] static void address_fixed_main_(void) ^ CC -p=/home/runner/work/c2a-core/c2a-core/c2a_user/examples/subobc/build /home/runner/work/c2a-core/c2a-core/c2a_user/examples/subobc/src/src_core/component_driver/cdrv_eb90_frame.c CC -p=/home/runner/work/c2a-core/c2a-core/c2a_user/examples/subobc/build /home/runner/work/c2a-core/c2a-core/c2a_user/examples/subobc/src/src_user/hal/sils/i2c_sils.cpp error: invalid argument '-std=c90' not allowed with 'C++' [clang-diagnostic-error]
[clang-tidy -Wextra] /home/runner/work/c2a-core/c2a-core/c2a_user/examples/subobc/src/src_user/hal/sils/i2c_sils.cpp#L42: /home/runner/work/c2a-core/c2a-core/c2a_user/examples/subobc/src/src_user/hal/sils/i2c_sils.cpp#L42
expression result unused; should this cast be to 'void'? [clang-diagnostic-unused-value] (void*)my_i2c_v; ^ ~ CC -p=/home/runner/work/c2a-core/c2a-core/c2a_user/examples/subobc/build /home/runner/work/c2a-core/c2a-core/c2a_user/examples/subobc/src/src_user/hal/sils/uart_sils.cpp error: invalid argument '-std=c90' not allowed with 'C++' [clang-diagnostic-error]
[clang-tidy -Wextra] /home/runner/work/c2a-core/c2a-core/c2a_user/examples/subobc/src/src_user/hal/sils/uart_sils.cpp#L60: /home/runner/work/c2a-core/c2a-core/c2a_user/examples/subobc/src/src_user/hal/sils/uart_sils.cpp#L60
unused parameter 'reason' [clang-diagnostic-unused-parameter] int UART_reopen(void* my_uart_v, int reason) ^ CC -p=/home/runner/work/c2a-core/c2a-core/c2a_user/examples/subobc/build /home/runner/work/c2a-core/c2a-core/c2a_user/examples/subobc/src/src_user/hal/sils/wdt_sils.cpp error: invalid argument '-std=c90' not allowed with 'C++' [clang-diagnostic-error]
[clang-tidy -Wextra] /home/runner/work/c2a-core/c2a-core/c2a_user/examples/mobc/src/src_user/c2a_main.c#L31: /home/runner/work/c2a-core/c2a-core/c2a_user/examples/mobc/src/src_user/c2a_main.c#L31
unused function 'address_fixed_main_' [clang-diagnostic-unused-function] static void address_fixed_main_(void) ^ CC -p=/home/runner/work/c2a-core/c2a-core/c2a_user/examples/mobc/build /home/runner/work/c2a-core/c2a-core/c2a_user/examples/mobc/src/src_core/component_driver/cdrv_eb90_frame.c CC -p=/home/runner/work/c2a-core/c2a-core/c2a_user/examples/mobc/build /home/runner/work/c2a-core/c2a-core/c2a_user/examples/mobc/src/src_core/applications/divided_cmd_utility.c
[clang-tidy -Wextra] /home/runner/work/c2a-core/c2a-core/c2a_user/examples/mobc/src/src_core/applications/divided_cmd_utility.c#L283: /home/runner/work/c2a-core/c2a-core/c2a_user/examples/mobc/src/src_core/applications/divided_cmd_utility.c#L283
Value stored to 'exec_log' is never read [clang-analyzer-deadcode.DeadStores] exec_log = &divided_cmd_utility_.exec_logs[log_idx]; ^ /home/runner/work/c2a-core/c2a-core/c2a_user/examples/mobc/src/src_core/applications/divided_cmd_utility.c:283:3: note: Value stored to 'exec_log' is never read CC -p=/home/runner/work/c2a-core/c2a-core/c2a_user/examples/mobc/build /home/runner/work/c2a-core/c2a-core/c2a_user/examples/mobc/src/src_core/applications/telemetry_manager.c
[clang-tidy -Wextra] /home/runner/work/c2a-core/c2a-core/c2a_user/examples/mobc/src/src_core/applications/telemetry_manager.c#L451: /home/runner/work/c2a-core/c2a-core/c2a_user/examples/mobc/src/src_core/applications/telemetry_manager.c#L451
unused parameter 'bc_role' [clang-diagnostic-unused-parameter] TLM_MGR_BC_ROLE bc_role, ^ CC -p=/home/runner/work/c2a-core/c2a-core/c2a_user/examples/mobc/build /home/runner/work/c2a-core/c2a-core/c2a_user/examples/mobc/src/src_user/hal/sils/ccsds_sils.cpp error: invalid argument '-std=c90' not allowed with 'C++' [clang-diagnostic-error]
[clang-tidy -Wextra] /home/runner/work/c2a-core/c2a-core/c2a_user/examples/mobc/src/src_user/hal/sils/ccsds_sils.cpp#L34: /home/runner/work/c2a-core/c2a-core/c2a_user/examples/mobc/src/src_user/hal/sils/ccsds_sils.cpp#L34
unused parameter 'buffer_size' [clang-diagnostic-unused-parameter] int CCSDS_rx(void* my_ccsds_v, void* data_v, int buffer_size) ^
[clang-tidy -Wextra] /home/runner/work/c2a-core/c2a-core/c2a_user/examples/mobc/src/src_user/hal/sils/ccsds_sils.cpp#L63: /home/runner/work/c2a-core/c2a-core/c2a_user/examples/mobc/src/src_user/hal/sils/ccsds_sils.cpp#L63
unused parameter 'reason' [clang-diagnostic-unused-parameter] int CCSDS_reopen(void* my_ccsds_v, int reason) ^ CC -p=/home/runner/work/c2a-core/c2a-core/c2a_user/examples/mobc/build /home/runner/work/c2a-core/c2a-core/c2a_user/examples/mobc/src/src_user/hal/sils/i2c_sils.cpp error: invalid argument '-std=c90' not allowed with 'C++' [clang-diagnostic-error]
[clang-tidy -Wextra] /home/runner/work/c2a-core/c2a-core/c2a_user/examples/mobc/src/src_user/hal/sils/i2c_sils.cpp#L42: /home/runner/work/c2a-core/c2a-core/c2a_user/examples/mobc/src/src_user/hal/sils/i2c_sils.cpp#L42
expression result unused; should this cast be to 'void'? [clang-diagnostic-unused-value] (void*)my_i2c_v; ^ ~ CC -p=/home/runner/work/c2a-core/c2a-core/c2a_user/examples/mobc/build /home/runner/work/c2a-core/c2a-core/c2a_user/examples/mobc/src/src_user/hal/sils/uart_sils.cpp error: invalid argument '-std=c90' not allowed with 'C++' [clang-diagnostic-error]
[clang-tidy -Wextra] /home/runner/work/c2a-core/c2a-core/c2a_user/examples/mobc/src/src_user/hal/sils/uart_sils.cpp#L60: /home/runner/work/c2a-core/c2a-core/c2a_user/examples/mobc/src/src_user/hal/sils/uart_sils.cpp#L60
unused parameter 'reason' [clang-diagnostic-unused-parameter] int UART_reopen(void* my_uart_v, int reason) ^ CC -p=/home/runner/work/c2a-core/c2a-core/c2a_user/examples/mobc/build /home/runner/work/c2a-core/c2a-core/c2a_user/examples/mobc/src/src_user/hal/sils/wdt_sils.cpp error: invalid argument '-std=c90' not allowed with 'C++' [clang-diagnostic-error]
pytest (mobc, src_core/system/mode_manager)
The following actions use a deprecated Node.js version and will be forced to run on node20: arduino/setup-protoc@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
pytest (mobc, src_core/system/task_manager)
The following actions use a deprecated Node.js version and will be forced to run on node20: arduino/setup-protoc@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
pytest (mobc, src_core/system/watchdog_timer)
The following actions use a deprecated Node.js version and will be forced to run on node20: arduino/setup-protoc@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
pytest (mobc, src_core/system/time_manager)
The following actions use a deprecated Node.js version and will be forced to run on node20: arduino/setup-protoc@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
pytest (mobc, src_core/tlm_cmd)
The following actions use a deprecated Node.js version and will be forced to run on node20: arduino/setup-protoc@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
pytest (mobc, src_core/applications)
The following actions use a deprecated Node.js version and will be forced to run on node20: arduino/setup-protoc@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
pytest (subobc, .)
The following actions use a deprecated Node.js version and will be forced to run on node20: arduino/setup-protoc@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
pytest (mobc, src_core/system/event_manager/test_event_logger.py)
The following actions use a deprecated Node.js version and will be forced to run on node20: arduino/setup-protoc@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
pytest (mobc, src_core/system/event_manager/test_event_handler.py)
The following actions use a deprecated Node.js version and will be forced to run on node20: arduino/setup-protoc@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/