Skip to content

Implement memory regions iterators #632

Implement memory regions iterators

Implement memory regions iterators #632

Triggered via pull request May 3, 2026 23:51
Status Success
Total duration 1m 18s
Artifacts 6

build.yml

on: pull_request
build-gcc-and-test
42s
build-gcc-and-test
build-clang
42s
build-clang
build-gcc-lto
37s
build-gcc-lto
build-clang-lto
46s
build-clang-lto
build-clang-macos
1m 14s
build-clang-macos
build-clang-macos-lto
1m 11s
build-clang-macos-lto
Fit to window
Zoom out
Zoom in

Annotations

18 warnings
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/upload-artifact@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-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/upload-artifact@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/upload-artifact@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/upload-artifact@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: src/example_dtree/entry.c#L29
Value stored to 'error' is never read [clang-analyzer-deadcode.DeadStores]
build-clang: src/example_dtree/entry.c#L26
Value stored to 'error' is never read [clang-analyzer-deadcode.DeadStores]
build-clang: src/example_dtree/entry.c#L21
Value stored to 'error' is never read [clang-analyzer-deadcode.DeadStores]
build-clang: src/example_dtree/entry.c#L19
Value stored to 'error' is never read [clang-analyzer-deadcode.DeadStores]
build-clang: src/example_dtree/entry.c#L17
Value stored to 'error' is never read [clang-analyzer-deadcode.DeadStores]
build-clang: src/kernel/memory_management/physical_memory/allocator.c#L149
redundant explicit casting to the same type 'uintptr_t' (aka 'unsigned long') as the sub-expression, remove this casting [readability-redundant-casting]
build-clang: src/lib/hal/arch/riscv/memory_region.c#L76
statement should be inside braces [readability-braces-around-statements]
build-clang: src/lib/hal/arch/riscv/memory_region.c#L74
statement should be inside braces [readability-braces-around-statements]
build-clang: src/lib/hal/arch/riscv/memory_region.c#L9
invalid case style for global variable 'hal_riscv_fdt_initialized' [readability-identifier-naming]
build-clang: src/lib/hal/arch/riscv/memory_region.c#L8
invalid case style for global variable 'hal_riscv_fdt' [readability-identifier-naming]
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/upload-artifact@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/upload-artifact@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

Artifacts

Produced during runtime
Name Size Digest
build-artifacts-clang
310 KB
sha256:3bb4aa7a9420d19b000b66eced22ce29174a218833b27f110abe4301b4d9402d
build-artifacts-clang-lto
427 KB
sha256:b3456474b8e4a00feba2826d102d28d3c5bc78b4df1d63867cf17823dc6239ad
build-artifacts-clang-macos
306 KB
sha256:019322973f1480280eae71aa7e95cee1e892093e0613ac67fb1558a35e47cf0c
build-artifacts-clang-macos-lto
487 KB
sha256:77ceaeb609146d7fef24580f98539206202a5ec31be71b18cca7a1f072aaa1e1
build-artifacts-gcc
329 KB
sha256:1677dd954e1eb7dfbd903f20648462aa492dde5be5c6f408f6a21f4c987775d0
build-artifacts-gcc-lto
654 KB
sha256:577650cda6d4ba5f48bb96e1b6b67f879e537a03a3a15e98486b1ce15b50dcaf