Skip to content

Implement memory regions iterators #630

Implement memory regions iterators

Implement memory regions iterators #630

Triggered via pull request May 2, 2026 23:12
Status Failure
Total duration 1m 33s
Artifacts

build.yml

on: pull_request
build-gcc-and-test
50s
build-gcc-and-test
build-clang
1m 2s
build-clang
build-gcc-lto
37s
build-gcc-lto
build-clang-lto
36s
build-clang-lto
build-clang-macos
1m 30s
build-clang-macos
build-clang-macos-lto
1m 18s
build-clang-macos-lto
Fit to window
Zoom out
Zoom in

Annotations

20 errors and 8 warnings
build-gcc-lto
run-cmake action execution failed: 'Error: "'/home/runner/work/_temp/1263756357/cmake-3.29.9-linux-x86_64/bin/cmake' failed with error code: '2'.'
build-gcc-lto: src/lib/hal/arch/riscv/memory_region.c#L160
‘hal_riscv_read_u32_cells_be’ defined but not used [-Werror=unused-function]
build-gcc-lto: src/lib/hal/arch/riscv/memory_region.c#L160
conflicting types for ‘hal_riscv_read_u32_cells_be’; have ‘error_t(buffer_t, size_t, u32, u64 *)’ {aka ‘error_t(buffer_t, long unsigned int, unsigned int, long unsigned int *)’}
build-gcc-lto: src/lib/hal/arch/riscv/memory_region.c#L147
implicit declaration of function ‘hal_riscv_read_u32_cells_be’ [-Werror=implicit-function-declaration]
build-clang-lto
run-cmake action execution failed: 'Error: "'/home/runner/work/_temp/1263756357/cmake-3.29.9-linux-x86_64/bin/cmake' failed with error code: '2'.'
build-clang-lto: src/lib/hal/arch/riscv/memory_region.c#L151
use of undeclared identifier 'hal_riscv_read_u32_cells_be'
build-clang-lto: src/lib/hal/arch/riscv/memory_region.c#L147
use of undeclared identifier 'hal_riscv_read_u32_cells_be'
build-gcc-and-test
run-cmake action execution failed: 'Error: "'/home/runner/work/_temp/1263756357/cmake-3.29.9-linux-x86_64/bin/cmake' failed with error code: '2'.'
build-gcc-and-test: src/lib/hal/arch/riscv/memory_region.c#L160
‘hal_riscv_read_u32_cells_be’ defined but not used [-Werror=unused-function]
build-gcc-and-test: src/lib/hal/arch/riscv/memory_region.c#L160
conflicting types for ‘hal_riscv_read_u32_cells_be’; have ‘error_t(buffer_t, size_t, u32, u64 *)’ {aka ‘error_t(buffer_t, long unsigned int, unsigned int, long unsigned int *)’}
build-gcc-and-test: src/lib/hal/arch/riscv/memory_region.c#L147
implicit declaration of function ‘hal_riscv_read_u32_cells_be’ [-Werror=implicit-function-declaration]
build-clang
run-cmake action execution failed: 'Error: "'/home/runner/work/_temp/1263756357/cmake-3.29.9-linux-x86_64/bin/cmake' failed with error code: '2'.'
build-clang: src/lib/hal/arch/riscv/memory_region.c#L151
use of undeclared identifier 'hal_riscv_read_u32_cells_be' [clang-diagnostic-error]
build-clang: src/lib/hal/arch/riscv/memory_region.c#L147
use of undeclared identifier 'hal_riscv_read_u32_cells_be' [clang-diagnostic-error]
build-clang-macos-lto
run-cmake action execution failed: 'Error: "'/Users/runner/work/_temp/-763960237/cmake-3.29.9-macos-universal/CMake.app/Contents/bin/cmake' failed with error code: '2'.'
build-clang-macos-lto: src/lib/hal/arch/riscv/memory_region.c#L151
use of undeclared identifier 'hal_riscv_read_u32_cells_be'
build-clang-macos-lto: src/lib/hal/arch/riscv/memory_region.c#L147
use of undeclared identifier 'hal_riscv_read_u32_cells_be'
build-clang-macos
run-cmake action execution failed: 'Error: "'/Users/runner/work/_temp/-763960237/cmake-3.29.9-macos-universal/CMake.app/Contents/bin/cmake' failed with error code: '2'.'
build-clang-macos: src/lib/hal/arch/riscv/memory_region.c#L151
use of undeclared identifier 'hal_riscv_read_u32_cells_be'
build-clang-macos: src/lib/hal/arch/riscv/memory_region.c#L147
use of undeclared identifier 'hal_riscv_read_u32_cells_be'
build-gcc-lto
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build-clang-lto
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build-gcc-and-test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build-clang
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build-clang-macos-lto
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build-clang-macos-lto
cmake 4.3.2 is already installed and up-to-date. To reinstall 4.3.2, run: brew reinstall cmake
build-clang-macos
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build-clang-macos
cmake 4.3.2 is already installed and up-to-date. To reinstall 4.3.2, run: brew reinstall cmake