Skip to content

Mem: Update old pmm::PhysPage to new page::PhysPage<T> #275

Mem: Update old pmm::PhysPage to new page::PhysPage<T>

Mem: Update old pmm::PhysPage to new page::PhysPage<T> #275

Triggered via push January 19, 2025 18:38
Status Failure
Total duration 1m 3s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 16 warnings
build
the method `write_fmt` exists for mutable reference `&mut i32`, but its trait bounds were not satisfied
build
no method named `write_fmt` found for type `i32` in the current scope
build
Process completed with exit code 101.
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build Meta
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Test LLDebug Macro
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Check
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build OS
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Build OS: crates/mem/src/vmm.rs#L297
method `find_free_vm_page` is never used
Build OS: kernel/src/main.rs#L143
unreachable statement
Build OS: kernel/src/int.rs#L157
unused variable: `rdx`
Build OS: kernel/src/int.rs#L158
unused variable: `rcx`
Build OS: kernel/src/int.rs#L159
unused variable: `r8`
Build OS: kernel/src/gdt.rs#L87
function `set_tss_for_interrupt` is never used
Build OS: kernel/src/scheduler.rs#L41
field `id` is never read
Build OS: kernel/src/scheduler.rs#L47
field `process_list` is never read
Build OS: kernel/src/scheduler.rs#L50
constant `EXPECTED_START_ADDR` is never used
Build OS: kernel/src/scheduler.rs#L51
constant `EXPECTED_STACK_ADDR` is never used