Skip to content

Implement memory regions iterators (#104) #673

Implement memory regions iterators (#104)

Implement memory regions iterators (#104) #673

Triggered via push June 23, 2026 14:53
Status Success
Total duration 1m 59s
Artifacts 6

build.yml

on: push
build-gcc-and-test
28s
build-gcc-and-test
build-clang
43s
build-clang
build-gcc-lto
30s
build-gcc-lto
build-clang-lto
41s
build-clang-lto
build-clang-macos
1m 53s
build-clang-macos
build-clang-macos-lto
1m 20s
build-clang-macos-lto
unit-tests
17s
unit-tests
Fit to window
Zoom out
Zoom in

Annotations

18 warnings and 2 notices
unit-tests
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
unit-tests: tests/kernel/memory_management/physical_memory/test_hal_memory_regions.c#L240
comparison of nonnull parameter 'size_cellsOUT' equal to a null pointer is 'false' on first encounter [-Wtautological-pointer-compare]
unit-tests: tests/kernel/memory_management/physical_memory/test_hal_memory_regions.c#L240
comparison of nonnull parameter 'address_cellsOUT' equal to a null pointer is 'false' on first encounter [-Wtautological-pointer-compare]
unit-tests: tests/kernel/memory_management/physical_memory/test_hal_memory_regions.c#L227
comparison of nonnull parameter 'entryOUT' equal to a null pointer is 'false' on first encounter [-Wtautological-pointer-compare]
unit-tests: tests/kernel/memory_management/physical_memory/test_hal_memory_regions.c#L204
comparison of nonnull parameter 'bufOUT' equal to a null pointer is 'false' on first encounter [-Wtautological-pointer-compare]
unit-tests: tests/kernel/memory_management/physical_memory/test_hal_memory_regions.c#L141
comparison of nonnull parameter 'propOUT' equal to a null pointer is 'false' on first encounter [-Wtautological-pointer-compare]
unit-tests: tests/kernel/memory_management/physical_memory/test_hal_memory_regions.c#L110
comparison of nonnull parameter 'nodeOUT' equal to a null pointer is 'false' on first encounter [-Wtautological-pointer-compare]
unit-tests: tests/kernel/memory_management/physical_memory/test_hal_memory_regions.c#L93
comparison of nonnull parameter 'nodeOUT' equal to a null pointer is 'false' on first encounter [-Wtautological-pointer-compare]
unit-tests: tests/kernel/memory_management/physical_memory/test_hal_memory_regions.c#L81
comparison of nonnull parameter 'nodeOUT' equal to a null pointer is 'false' on first encounter [-Wtautological-pointer-compare]
build-gcc-and-test
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/upload-artifact@v4. 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 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/upload-artifact@v4. 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 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build-clang
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build-clang: src/kernel/memory_management/physical_memory/allocator.c#L150
redundant explicit casting to the same type 'uintptr_t' (aka 'unsigned long') as the sub-expression, remove this casting [readability-redundant-casting]
build-clang-macos-lto
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build-clang-macos-lto
The following taps are not trusted: aws/tap azure/bicep Homebrew will ignore formulae, casks and commands from these taps when `HOMEBREW_REQUIRE_TAP_TRUST` is set. This will become the default in Homebrew 6.0.0 or 5.2.0, whichever comes first. Enable trust checks now with: export HOMEBREW_REQUIRE_TAP_TRUST=1 Trust specific formulae, casks or commands with: brew trust --formula <user>/<tap>/<formula> brew trust --cask <user>/<tap>/<cask> brew trust --command <user>/<tap>/<command> or trust installed formulae from these taps with: brew trust --formula azure/bicep/bicep You can trust all formulae, casks and commands from these taps with: brew trust aws/tap azure/bicep Prefer trusting only the specific formulae, casks or commands you need. Untap them with: brew untap aws/tap azure/bicep To keep allowing them by default during the transition: export HOMEBREW_NO_REQUIRE_TAP_TRUST=1 This is not recommended and will be removed in a later release.
build-clang-macos
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4, actions/upload-artifact@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
build-clang-macos
The following taps are not trusted: aws/tap azure/bicep Homebrew will ignore formulae, casks and commands from these taps when `HOMEBREW_REQUIRE_TAP_TRUST` is set. This will become the default in Homebrew 6.0.0 or 5.2.0, whichever comes first. Enable trust checks now with: export HOMEBREW_REQUIRE_TAP_TRUST=1 Trust specific formulae, casks or commands with: brew trust --formula <user>/<tap>/<formula> brew trust --cask <user>/<tap>/<cask> brew trust --command <user>/<tap>/<command> or trust installed formulae from these taps with: brew trust --formula azure/bicep/bicep You can trust all formulae, casks and commands from these taps with: brew trust aws/tap azure/bicep Prefer trusting only the specific formulae, casks or commands you need. Untap them with: brew untap aws/tap azure/bicep To keep allowing them by default during the transition: export HOMEBREW_NO_REQUIRE_TAP_TRUST=1 This is not recommended and will be removed in a later release.
build-clang-macos-lto
The macos-latest label will migrate to macOS 26 beginning June 15, 2026. For more information see https://github.com/actions/runner-images/issues/14167
build-clang-macos
The macos-latest label will migrate to macOS 26 beginning June 15, 2026. For more information see https://github.com/actions/runner-images/issues/14167

Artifacts

Produced during runtime
Name Size Digest
build-artifacts-clang
167 KB
sha256:315ec8a31bb4da54c15f7d71c1773a7bc32cb6ac44578576704f632c97dc22d2
build-artifacts-clang-lto
264 KB
sha256:9f83c6b7410551952718a5e1c34684ebc83d3fe6520517291e2b0b59096f1208
build-artifacts-clang-macos
162 KB
sha256:c687d77c35d3b5863fe3173a4059dedfd388d82c514a074d5cb56bfd0b595e1c
build-artifacts-clang-macos-lto
315 KB
sha256:2079ac1eeff3ef6884239639c0fc87b8c96faad267bc150ef18779c51c671096
build-artifacts-gcc
183 KB
sha256:3f9f08e86ff709d743ca4caa81627291942aa336986e7f4509146331cc7d9f9d
build-artifacts-gcc-lto
477 KB
sha256:32b3c5bdeb88cc338faac63b9ea51995182a96392cd4524fda6c0b5c59ae46de