Add a test OS #1494
Annotations
6 errors and 1 warning
build:
test/src/port/mod.rs#L2
[clippy] reported by reviewdog 🐶
error: unused imports: `self`, `task::Task`
--> test/src/port/mod.rs:2:24
|
2 | use crate::multitask::{self, task::Task};
| ^^^^ ^^^^^^^^^^
|
= note: `-D unused-imports` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(unused_imports)]`
Raw Output:
test/src/port/mod.rs:2:24:e:error: unused imports: `self`, `task::Task`
--> test/src/port/mod.rs:2:24
|
2 | use crate::multitask::{self, task::Task};
| ^^^^ ^^^^^^^^^^
|
= note: `-D unused-imports` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(unused_imports)]`
__END__
|
build:
test/src/port/mod.rs#L8
[clippy] reported by reviewdog 🐶
error: unused import: `warn`
--> test/src/port/mod.rs:8:17
|
8 | use log::{info, warn};
| ^^^^
Raw Output:
test/src/port/mod.rs:8:17:e:error: unused import: `warn`
--> test/src/port/mod.rs:8:17
|
8 | use log::{info, warn};
| ^^^^
__END__
|
build:
test/src/port/mod.rs#L12
[clippy] reported by reviewdog 🐶
error: unused import: `uefi::table::cfg::HAND_OFF_BLOCK_LIST_GUID`
--> test/src/port/mod.rs:12:5
|
12 | use uefi::table::cfg::HAND_OFF_BLOCK_LIST_GUID;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Raw Output:
test/src/port/mod.rs:12:5:e:error: unused import: `uefi::table::cfg::HAND_OFF_BLOCK_LIST_GUID`
--> test/src/port/mod.rs:12:5
|
12 | use uefi::table::cfg::HAND_OFF_BLOCK_LIST_GUID;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
__END__
|
build:
test/src/structures/ring/event/mod.rs#L12
[clippy] reported by reviewdog 🐶
error: unused import: `info`
--> test/src/structures/ring/event/mod.rs:12:18
|
12 | use log::{debug, info, warn};
| ^^^^
Raw Output:
test/src/structures/ring/event/mod.rs:12:18:e:error: unused import: `info`
--> test/src/structures/ring/event/mod.rs:12:18
|
12 | use log::{debug, info, warn};
| ^^^^
__END__
|
build:
test/src/structures/ring/event/mod.rs#L13
[clippy] reported by reviewdog 🐶
error: unused import: `qemu_print::qemu_println`
--> test/src/structures/ring/event/mod.rs:13:5
|
13 | use qemu_print::qemu_println;
| ^^^^^^^^^^^^^^^^^^^^^^^^
Raw Output:
test/src/structures/ring/event/mod.rs:13:5:e:error: unused import: `qemu_print::qemu_println`
--> test/src/structures/ring/event/mod.rs:13:5
|
13 | use qemu_print::qemu_println;
| ^^^^^^^^^^^^^^^^^^^^^^^^
__END__
|
build
reviewdog exited with status code: 1
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|