[INFO] cloning repository https://github.com/tupai-os/deus
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tupai-os/deus" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftupai-os%2Fdeus", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftupai-os%2Fdeus'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 0be17ed4ba1edc8708db89267a5442ec4d6eade5
[INFO] building tupai-os/deus against try#58b1b3c5342a414c161338871f8004258ccef2a7 for pr-149937
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftupai-os%2Fdeus" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-5-tc2/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-5-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/tupai-os/deus
[INFO] finished tweaking git repo https://github.com/tupai-os/deus
[INFO] tweaked toml for git repo https://github.com/tupai-os/deus written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/tupai-os/deus on toolchain 58b1b3c5342a414c161338871f8004258ccef2a7
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+58b1b3c5342a414c161338871f8004258ccef2a7" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/tupai-os/deus already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+58b1b3c5342a414c161338871f8004258ccef2a7" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded raw-cpuid v10.7.0
[INFO] [stderr]   Downloaded volatile v0.2.5
[INFO] [stderr]   Downloaded linked_list_allocator v0.10.5
[INFO] [stderr]   Downloaded spinning_top v0.2.5
[INFO] [stderr]   Downloaded bootloader v0.9.24
[INFO] [stderr]   Downloaded serde v1.0.196
[INFO] [stderr]   Downloaded serde_derive v1.0.196
[INFO] [stderr]   Downloaded x86 v0.52.0
[INFO] [stderr]   Downloaded pinecone v0.2.5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+58b1b3c5342a414c161338871f8004258ccef2a7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] eb6b4294d9b5afe856ce20743d2b345fe192f0a8ab478313a90025701220d90d
[INFO] running `Command { std: "docker" "start" "-a" "eb6b4294d9b5afe856ce20743d2b345fe192f0a8ab478313a90025701220d90d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "eb6b4294d9b5afe856ce20743d2b345fe192f0a8ab478313a90025701220d90d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "eb6b4294d9b5afe856ce20743d2b345fe192f0a8ab478313a90025701220d90d", kill_on_drop: false }`
[INFO] [stdout] eb6b4294d9b5afe856ce20743d2b345fe192f0a8ab478313a90025701220d90d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+58b1b3c5342a414c161338871f8004258ccef2a7" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b0f97b79d4f32d1ff09086444f74dfe0ac10c2204ad754861f0ac226eec8d817
[INFO] running `Command { std: "docker" "start" "-a" "b0f97b79d4f32d1ff09086444f74dfe0ac10c2204ad754861f0ac226eec8d817", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.78
[INFO] [stderr]    Compiling lock_api v0.4.11
[INFO] [stderr]    Compiling scopeguard v1.1.0
[INFO] [stderr]    Compiling serde v1.0.196
[INFO] [stderr]    Compiling bootloader v0.9.24
[INFO] [stderr]    Compiling x86 v0.52.0
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling bit_field v0.10.2
[INFO] [stderr]    Compiling volatile v0.2.5
[INFO] [stderr]    Compiling raw-cpuid v10.7.0
[INFO] [stderr]    Compiling spinning_top v0.2.5
[INFO] [stderr]    Compiling spin v0.9.8
[INFO] [stderr]    Compiling linked_list_allocator v0.10.5
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]    Compiling syn v2.0.48
[INFO] [stderr]    Compiling serde_derive v1.0.196
[INFO] [stderr]    Compiling pinecone v0.2.5
[INFO] [stderr]    Compiling deus v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `core::arch::global_asm`
[INFO] [stdout]  --> src/arch/x86_64/fault.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use core::arch::global_asm;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `log`
[INFO] [stdout]  --> src/arch/x86_64/fault.rs:5:13
[INFO] [stdout]   |
[INFO] [stdout] 5 | use crate::{log, logln};
[INFO] [stdout]   |             ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `arch::asm`
[INFO] [stdout]  --> src/arch/x86_64/port.rs:1:33
[INFO] [stdout]   |
[INFO] [stdout] 1 | use core::{marker::PhantomData, arch::asm};
[INFO] [stdout]   |                                 ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `core::arch::global_asm`
[INFO] [stdout]  --> src/hw/x86/irq.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use core::arch::global_asm;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `log`
[INFO] [stdout]  --> src/hw/x86/pit.rs:6:5
[INFO] [stdout]   |
[INFO] [stdout] 6 |     log,
[INFO] [stdout]   |     ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `spin::Mutex`
[INFO] [stdout]  --> src/driver/x86_ps2_kbd.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use spin::Mutex;
[INFO] [stdout]   |     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `log`, `logln`, and `out8`
[INFO] [stdout]  --> src/driver/x86_ps2_kbd.rs:4:32
[INFO] [stdout]   |
[INFO] [stdout] 4 |     arch::x86_64::{port::{in8, out8}, isr::StackFrame},
[INFO] [stdout]   |                                ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 8 |     log, logln,
[INFO] [stdout]   |     ^^^  ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `logln`
[INFO] [stdout]  --> src/sched/mod.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 |     logln,
[INFO] [stdout]   |     ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `alloc::vec::Vec`
[INFO] [stdout]  --> src/startup.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use alloc::vec::Vec;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `log::*`
[INFO] [stdout]  --> src/startup.rs:3:13
[INFO] [stdout]   |
[INFO] [stdout] 3 | use crate::{log::*, boot_info};
[INFO] [stdout]   |             ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> src/arch/x86_64/fault.rs:137:19
[INFO] [stdout]     |
[INFO] [stdout] 137 |                   #[naked]
[INFO] [stdout]     |                     ^^^^^ usage of unsafe attribute
[INFO] [stdout] ...
[INFO] [stdout] 198 | / handlers! {
[INFO] [stdout] 199 | |     0 => divzero_handler,
[INFO] [stdout] 200 | |     1 => debug_handler,
[INFO] [stdout] 201 | |     13 => gpf_handler,
[INFO] [stdout] ...   |
[INFO] [stdout] 204 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `handlers` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]     |
[INFO] [stdout] 137 |                 #[unsafe(naked)]
[INFO] [stdout]     |                   +++++++     +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: unsafe attribute used without unsafe
[INFO] [stdout]    --> src/hw/x86/irq.rs:54:19
[INFO] [stdout]     |
[INFO] [stdout]  54 |                   #[naked]
[INFO] [stdout]     |                     ^^^^^ usage of unsafe attribute
[INFO] [stdout] ...
[INFO] [stdout] 115 | / handlers! {
[INFO] [stdout] 116 | |     0 => super::pit::pit_handler,
[INFO] [stdout] 117 | |     1 => crate::driver::x86_ps2_kbd::kbd_handler,
[INFO] [stdout] 118 | |     3 => com2_handler,
[INFO] [stdout] ...   |
[INFO] [stdout] 122 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `handlers` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: wrap the attribute in `unsafe(...)`
[INFO] [stdout]     |
[INFO] [stdout]  54 |                 #[unsafe(naked)]
[INFO] [stdout]     |                   +++++++     +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `exclusive_range_pattern` has been stable since 1.80.0 and no longer requires an attribute to enable
[INFO] [stdout]  --> src/main.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 |     exclusive_range_pattern,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(stable_features)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the feature `naked_functions` has been stable since 1.88.0 and no longer requires an attribute to enable
[INFO] [stdout]   --> src/main.rs:10:5
[INFO] [stdout]    |
[INFO] [stdout] 10 |     naked_functions,
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: `#[naked]` is currently unstable on `extern "Rust"` functions
[INFO] [stdout]    --> src/arch/x86_64/fault.rs:138:17
[INFO] [stdout]     |
[INFO] [stdout] 138 |                   unsafe fn isr() {
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 198 | / handlers! {
[INFO] [stdout] 199 | |     0 => divzero_handler,
[INFO] [stdout] 200 | |     1 => debug_handler,
[INFO] [stdout] 201 | |     13 => gpf_handler,
[INFO] [stdout] ...   |
[INFO] [stdout] 204 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #138997 <https://github.com/rust-lang/rust/issues/138997> for more information
[INFO] [stdout]     = help: add `#![feature(naked_functions_rustic_abi)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2025-12-13; consider upgrading it if it is out of date
[INFO] [stdout]     = note: this error originates in the macro `handlers` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0658]: `#[naked]` is currently unstable on `extern "Rust"` functions
[INFO] [stdout]    --> src/hw/x86/irq.rs:55:17
[INFO] [stdout]     |
[INFO] [stdout]  55 |                   unsafe fn isr() {
[INFO] [stdout]     |                   ^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 115 | / handlers! {
[INFO] [stdout] 116 | |     0 => super::pit::pit_handler,
[INFO] [stdout] 117 | |     1 => crate::driver::x86_ps2_kbd::kbd_handler,
[INFO] [stdout] 118 | |     3 => com2_handler,
[INFO] [stdout] ...   |
[INFO] [stdout] 122 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: see issue #138997 <https://github.com/rust-lang/rust/issues/138997> for more information
[INFO] [stdout]     = help: add `#![feature(naked_functions_rustic_abi)]` to the crate attributes to enable
[INFO] [stdout]     = note: this compiler was built on 2025-12-13; consider upgrading it if it is out of date
[INFO] [stdout]     = note: this error originates in the macro `handlers` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]   --> src/arch/x86_64/fault.rs:69:5
[INFO] [stdout]    |
[INFO] [stdout] 68 |     panic!("Division by zero fault!");
[INFO] [stdout]    |     --------------------------------- any code following this expression is unreachable
[INFO] [stdout] 69 |     frame
[INFO] [stdout]    |     ^^^^^ unreachable expression
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unreachable_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]   --> src/arch/x86_64/fault.rs:76:5
[INFO] [stdout]    |
[INFO] [stdout] 75 |     panic!("Debug fault!");
[INFO] [stdout]    |     ---------------------- any code following this expression is unreachable
[INFO] [stdout] 76 |     frame
[INFO] [stdout]    |     ^^^^^ unreachable expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]   --> src/arch/x86_64/fault.rs:83:5
[INFO] [stdout]    |
[INFO] [stdout] 82 |     panic!("General protection fault fault!");
[INFO] [stdout]    |     ----------------------------------------- any code following this expression is unreachable
[INFO] [stdout] 83 |     frame
[INFO] [stdout]    |     ^^^^^ unreachable expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]   --> src/arch/x86_64/fault.rs:90:5
[INFO] [stdout]    |
[INFO] [stdout] 89 |     panic!("Page fault fault!");
[INFO] [stdout]    |     --------------------------- any code following this expression is unreachable
[INFO] [stdout] 90 |     frame
[INFO] [stdout]    |     ^^^^^ unreachable expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]   --> src/arch/x86_64/fault.rs:97:5
[INFO] [stdout]    |
[INFO] [stdout] 96 |     panic!("Unimplemented handler fault!");
[INFO] [stdout]    |     -------------------------------------- any code following this expression is unreachable
[INFO] [stdout] 97 |     frame
[INFO] [stdout]    |     ^^^^^ unreachable expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0787]: the `asm!` macro is not allowed in naked functions
[INFO] [stdout]    --> src/arch/x86_64/fault.rs:139:21
[INFO] [stdout]     |
[INFO] [stdout] 139 | /                     core::arch::asm!(
[INFO] [stdout] 140 | |                         // Push registers
[INFO] [stdout] 141 | |                         "push 0", // TODO: Don't push $0 as a fake error code
[INFO] [stdout] 142 | |                         stringify!(push $irq),
[INFO] [stdout] ...   |
[INFO] [stdout] 188 | |                         options(noreturn),
[INFO] [stdout] 189 | |                     );
[INFO] [stdout]     | |_____________________^ consider using the `naked_asm!` macro instead
[INFO] [stdout] ...
[INFO] [stdout] 198 | / handlers! {
[INFO] [stdout] 199 | |     0 => divzero_handler,
[INFO] [stdout] 200 | |     1 => debug_handler,
[INFO] [stdout] 201 | |     13 => gpf_handler,
[INFO] [stdout] ...   |
[INFO] [stdout] 204 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `handlers` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]   --> src/hw/x86/irq.rs:21:5
[INFO] [stdout]    |
[INFO] [stdout] 20 |     panic!("COM2 interrupt!");
[INFO] [stdout]    |     ------------------------- any code following this expression is unreachable
[INFO] [stdout] 21 |     frame
[INFO] [stdout]    |     ^^^^^ unreachable expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable expression
[INFO] [stdout]   --> src/hw/x86/irq.rs:27:5
[INFO] [stdout]    |
[INFO] [stdout] 26 |     panic!("COM1 interrupt!");
[INFO] [stdout]    |     ------------------------- any code following this expression is unreachable
[INFO] [stdout] 27 |     frame
[INFO] [stdout]    |     ^^^^^ unreachable expression
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0787]: the `asm!` macro is not allowed in naked functions
[INFO] [stdout]    --> src/hw/x86/irq.rs:56:21
[INFO] [stdout]     |
[INFO] [stdout]  56 | /                     core::arch::asm!(
[INFO] [stdout]  57 | |                         // Push registers
[INFO] [stdout]  58 | |                         "push 0", // TODO: Don't push $0 as a fake error code
[INFO] [stdout]  59 | |                         stringify!(push $irq),
[INFO] [stdout] ...   |
[INFO] [stdout] 105 | |                         options(noreturn),
[INFO] [stdout] 106 | |                     );
[INFO] [stdout]     | |_____________________^ consider using the `naked_asm!` macro instead
[INFO] [stdout] ...
[INFO] [stdout] 115 | / handlers! {
[INFO] [stdout] 116 | |     0 => super::pit::pit_handler,
[INFO] [stdout] 117 | |     1 => crate::driver::x86_ps2_kbd::kbd_handler,
[INFO] [stdout] 118 | |     3 => com2_handler,
[INFO] [stdout] ...   |
[INFO] [stdout] 122 | | }
[INFO] [stdout]     | |_- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `handlers` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]   --> src/arch/x86_64/isr.rs:48:9
[INFO] [stdout]    |
[INFO] [stdout] 48 |         unsafe {
[INFO] [stdout]    |         ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_unsafe)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `frame`
[INFO] [stdout]   --> src/hw/x86/irq.rs:19:28
[INFO] [stdout]    |
[INFO] [stdout] 19 | extern "C" fn com2_handler(frame: *mut StackFrame) -> *mut StackFrame {
[INFO] [stdout]    |                            ^^^^^ help: if this is intentional, prefix it with an underscore: `_frame`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `frame`
[INFO] [stdout]   --> src/hw/x86/irq.rs:25:28
[INFO] [stdout]    |
[INFO] [stdout] 25 | extern "C" fn com1_handler(frame: *mut StackFrame) -> *mut StackFrame {
[INFO] [stdout]    |                            ^^^^^ help: if this is intentional, prefix it with an underscore: `_frame`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `deus` (bin "deus") due to 6 previous errors; 22 warnings emitted
[INFO] [stdout] Some errors have detailed explanations: E0658, E0787.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0658`.
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "b0f97b79d4f32d1ff09086444f74dfe0ac10c2204ad754861f0ac226eec8d817", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b0f97b79d4f32d1ff09086444f74dfe0ac10c2204ad754861f0ac226eec8d817", kill_on_drop: false }`
[INFO] [stdout] b0f97b79d4f32d1ff09086444f74dfe0ac10c2204ad754861f0ac226eec8d817
