CI #1203
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
ci.yml
on: schedule
Check
3m 27s
Check Formatting
23s
Clippy
4m 31s
Semver Checks
7m 37s
Check spelling
12s
Matrix: Test
Annotations
10 errors and 8 warnings
Test (ubuntu-latest):
api/src/lib.rs#L44
the feature `lang_items` is internal to the compiler or standard library
|
Test (ubuntu-latest):
api/src/lib.rs#L69
the feature `lang_items` is internal to the compiler or standard library
|
Test (ubuntu-latest)
Process completed with exit code 101.
|
Test (macos-latest):
api/src/lib.rs#L44
the feature `lang_items` is internal to the compiler or standard library
|
Test (macos-latest):
api/src/lib.rs#L69
the feature `lang_items` is internal to the compiler or standard library
|
Test (macos-latest)
Process completed with exit code 101.
|
Test (windows-latest):
api/src/lib.rs#L44
the feature `lang_items` is internal to the compiler or standard library
|
Test (windows-latest):
api/src/lib.rs#L69
the feature `lang_items` is internal to the compiler or standard library
|
Test (windows-latest)
Process completed with exit code 1.
|
Semver Checks
Error: ENOENT: no such file or directory, opendir '/home/runner/work/bootloader/bootloader/target'
|
Check:
build.rs#L1
unused import: `async_process::Command`
|
Check:
build.rs#L4
unused import: `Path`
|
Check:
build.rs#L18
unused variable: `out_dir`
|
Check:
build.rs#L61
unused variable: `out_dir`
|
Check:
build.rs#L5
constant `BOOTLOADER_VERSION` is never used
|
Clippy:
bios/stage-3/src/main.rs#L33
this argument is a mutable reference, but not used mutably
|
Clippy:
bios/stage-2/src/protected_mode.rs#L112
this argument is a mutable reference, but not used mutably
|
Clippy:
uefi/src/main.rs#L213
this argument is a mutable reference, but not used mutably
|