Skip to content

CI

CI #1193

Triggered via schedule August 1, 2023 05:47
Status Success
Total duration 8m 11s
Artifacts

ci.yml

on: schedule
Matrix: Test
Fit to window
Zoom out
Zoom in

Annotations

1 error and 15 warnings
Semver Checks
Error: ENOENT: no such file or directory, opendir '/home/runner/work/bootloader/bootloader/target'
Clippy: tests/test_kernels/min_stack/src/bin/basic_boot.rs#L15
this argument is a mutable reference, but not used mutably
Clippy: tests/test_kernels/config_file/src/bin/custom_config.rs#L10
this argument is a mutable reference, but not used mutably
Clippy: tests/test_kernels/config_file/src/bin/no_config.rs#L10
this argument is a mutable reference, but not used mutably
Clippy: tests/test_kernels/ramdisk/src/bin/ramdisk.rs#L10
this argument is a mutable reference, but not used mutably
Clippy: tests/test_kernels/map_phys_mem/src/bin/access_phys_mem.rs#L9
this argument is a mutable reference, but not used mutably
Clippy: tests/test_kernels/map_phys_mem/src/bin/check_boot_info.rs#L9
this argument is a mutable reference, but not used mutably
Clippy: tests/test_kernels/default_settings/src/bin/check_boot_info.rs#L9
this argument is a mutable reference, but not used mutably
Clippy: tests/test_kernels/default_settings/src/bin/basic_boot.rs#L10
this argument is a mutable reference, but not used mutably
Clippy: tests/test_kernels/higher_half/src/bin/check_boot_info.rs#L9
this argument is a mutable reference, but not used mutably
Clippy: tests/test_kernels/higher_half/src/bin/verify_higher_half.rs#L9
this argument is a mutable reference, but not used mutably
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