Skip to content

Fs: Fix fatfs warnings (Rust bug?) #270

Fs: Fix fatfs warnings (Rust bug?)

Fs: Fix fatfs warnings (Rust bug?) #270

Triggered via push January 18, 2025 17:04
Status Failure
Total duration 1m 9s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 16 warnings
build: crates/fs/src/fatfs/bpb.rs#L94
associated constants `FAT12_CLUSTERS` and `FAT16_CLUSTERS` are never used
build
Process completed with exit code 101.
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.
Check
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
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
build
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/fs/src/fatfs/bpb.rs#L94
associated constants `FAT12_CLUSTERS` and `FAT16_CLUSTERS` are never used
Build OS: crates/mem/src/vmm.rs#L297
method `find_free_vm_page` is never used
Build OS: kernel/src/scheduler.rs#L27
unused import: `Elf`
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#L40
field `id` is never read
Build OS: kernel/src/scheduler.rs#L46
field `process_list` is never read