Skip to content

Kernel: Mostly fixed syscall handler #283

Kernel: Mostly fixed syscall handler

Kernel: Mostly fixed syscall handler #283

Triggered via push January 22, 2025 20:16
Status Failure
Total duration 1m 11s
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
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
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
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: user/dummy/src/main.rs#L30
unused imports: `ExitCode`, `exit`, and `raw_syscall`
Build OS: crates/mem/src/vmm.rs#L297
method `find_free_vm_page` is never used
Build OS: kernel/src/context.rs#L27
unused imports: `AtomicPtr`, `Ordering`, `cell::SyncUnsafeCell`, and `global_asm`
Build OS: kernel/src/int.rs#L41
unused import: `page::VirtPage`
Build OS: kernel/src/scheduler.rs#L29
unused import: `self`
Build OS: kernel/src/main.rs#L56
unused import: `timer::kernel_ticks`
Build OS: kernel/src/main.rs#L59
unused import: `PAGE_2M`
Build OS: kernel/src/int.rs#L205
unused variable: `rdx`
Build OS: kernel/src/int.rs#L206
unused variable: `rcx`
Build OS: kernel/src/int.rs#L207
unused variable: `r8`