[INFO] cloning repository https://github.com/nathanbacon/macboy
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/nathanbacon/macboy" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnathanbacon%2Fmacboy", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnathanbacon%2Fmacboy'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] e5fc178a22117af39257d2fcca00a487ef3b95d4
[INFO] checking nathanbacon/macboy against master#9e293ae9f8abecb0be5105787d181518c9012a19 for pr-146440-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnathanbacon%2Fmacboy" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/nathanbacon/macboy
[INFO] finished tweaking git repo https://github.com/nathanbacon/macboy
[INFO] tweaked toml for git repo https://github.com/nathanbacon/macboy written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/nathanbacon/macboy on toolchain 9e293ae9f8abecb0be5105787d181518c9012a19
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9e293ae9f8abecb0be5105787d181518c9012a19" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/nathanbacon/macboy 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" "+9e293ae9f8abecb0be5105787d181518c9012a19" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded proc-macro2 v1.0.101
[INFO] [stderr]   Downloaded wee_alloc v0.4.5
[INFO] [stderr]   Downloaded memory_units v0.4.0
[INFO] [stderr]   Downloaded cfg-if v1.0.3
[INFO] [stderr]   Downloaded syn v2.0.106
[INFO] [stderr]   Downloaded libc v0.2.175
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+9e293ae9f8abecb0be5105787d181518c9012a19" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 44e008cb4b917ec61d9014dd9d42d3bda84cf8c5044ab1dce42fa0fe91aaa838
[INFO] running `Command { std: "docker" "start" "-a" "44e008cb4b917ec61d9014dd9d42d3bda84cf8c5044ab1dce42fa0fe91aaa838", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "44e008cb4b917ec61d9014dd9d42d3bda84cf8c5044ab1dce42fa0fe91aaa838", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "44e008cb4b917ec61d9014dd9d42d3bda84cf8c5044ab1dce42fa0fe91aaa838", kill_on_drop: false }`
[INFO] [stdout] 44e008cb4b917ec61d9014dd9d42d3bda84cf8c5044ab1dce42fa0fe91aaa838
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+9e293ae9f8abecb0be5105787d181518c9012a19" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5915b313b086a503b757d4da24cca0c7da9d8d3153d6cc323150c4f108809812
[INFO] running `Command { std: "docker" "start" "-a" "5915b313b086a503b757d4da24cca0c7da9d8d3153d6cc323150c4f108809812", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.100
[INFO] [stderr]    Compiling log v0.4.27
[INFO] [stderr]    Compiling bumpalo v3.19.0
[INFO] [stderr]    Compiling rustversion v1.0.22
[INFO] [stderr]    Compiling wasm-bindgen v0.2.100
[INFO] [stderr]     Checking once_cell v1.21.3
[INFO] [stderr]     Checking cfg-if v1.0.3
[INFO] [stderr]    Compiling libc v0.2.175
[INFO] [stderr]    Compiling wee_alloc v0.4.5
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]     Checking memchr v2.7.6
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]     Checking memory_units v0.4.0
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling wasm-bindgen-backend v0.2.100
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling wasm-bindgen-macro-support v0.2.100
[INFO] [stderr]    Compiling wasm-bindgen-macro v0.2.100
[INFO] [stderr]     Checking js-sys v0.3.77
[INFO] [stderr]     Checking console_error_panic_hook v0.1.7
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking macboy-core v0.1.0 (/opt/rustwide/workdir/crates/macboy-core)
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]    --> crates/macboy-core/src/opcodes.rs:833:13
[INFO] [stdout]     |
[INFO] [stdout] 833 |             _ => Opcode::Invalid, // Catch any other invalid opcodes
[INFO] [stdout]     |             ^ no value can reach this
[INFO] [stdout]     |
[INFO] [stdout] note: multiple earlier patterns match some of the same values
[INFO] [stdout]    --> crates/macboy-core/src/opcodes.rs:833:13
[INFO] [stdout]     |
[INFO] [stdout] 577 |             0x00 => Opcode::Nop,
[INFO] [stdout]     |             ---- matches some of the same values
[INFO] [stdout] 578 |             0x01 => Opcode::LdBCNN,
[INFO] [stdout]     |             ---- matches some of the same values
[INFO] [stdout] 579 |             0x02 => Opcode::LdBCPtrA,
[INFO] [stdout]     |             ---- matches some of the same values
[INFO] [stdout] 580 |             0x03 => Opcode::IncBC,
[INFO] [stdout]     |             ---- matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout] 833 |             _ => Opcode::Invalid, // Catch any other invalid opcodes
[INFO] [stdout]     |             ^ ...and 252 other patterns collectively make this unreachable
[INFO] [stdout]     = note: `#[warn(unreachable_patterns)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking opcode-runner v0.1.0 (/opt/rustwide/workdir/crates/opcode-runner)
[INFO] [stderr]     Checking macboy-cli v0.1.0 (/opt/rustwide/workdir/crates/macboy-cli)
[INFO] [stdout] warning: unused variable: `cpu`
[INFO] [stdout]   --> crates/macboy-cli/src/main.rs:38:9
[INFO] [stdout]    |
[INFO] [stdout] 38 |     let cpu = CPU::new(mmu);
[INFO] [stdout]    |         ^^^ help: if this is intentional, prefix it with an underscore: `_cpu`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `tx`
[INFO] [stdout]   --> crates/macboy-cli/src/main.rs:40:10
[INFO] [stdout]    |
[INFO] [stdout] 40 |     let (tx, rx) = mpsc::channel::<UIState>();
[INFO] [stdout]    |          ^^ help: if this is intentional, prefix it with an underscore: `_tx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `rx`
[INFO] [stdout]   --> crates/macboy-cli/src/main.rs:40:14
[INFO] [stdout]    |
[INFO] [stdout] 40 |     let (tx, rx) = mpsc::channel::<UIState>();
[INFO] [stdout]    |              ^^ help: if this is intentional, prefix it with an underscore: `_rx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `cpu`
[INFO] [stdout]   --> crates/macboy-cli/src/main.rs:38:9
[INFO] [stdout]    |
[INFO] [stdout] 38 |     let cpu = CPU::new(mmu);
[INFO] [stdout]    |         ^^^ help: if this is intentional, prefix it with an underscore: `_cpu`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `tx`
[INFO] [stdout]   --> crates/macboy-cli/src/main.rs:40:10
[INFO] [stdout]    |
[INFO] [stdout] 40 |     let (tx, rx) = mpsc::channel::<UIState>();
[INFO] [stdout]    |          ^^ help: if this is intentional, prefix it with an underscore: `_tx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `rx`
[INFO] [stdout]   --> crates/macboy-cli/src/main.rs:40:14
[INFO] [stdout]    |
[INFO] [stdout] 40 |     let (tx, rx) = mpsc::channel::<UIState>();
[INFO] [stdout]    |              ^^ help: if this is intentional, prefix it with an underscore: `_rx`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `gpu::VRAM`
[INFO] [stdout]   --> crates/opcode-runner/src/main.rs:11:29
[INFO] [stdout]    |
[INFO] [stdout] 11 | use macboy_core::{cpu::CPU, gpu::VRAM, mmu::MMU};
[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: `gpu::VRAM`
[INFO] [stdout]   --> crates/opcode-runner/src/main.rs:11:29
[INFO] [stdout]    |
[INFO] [stdout] 11 | use macboy_core::{cpu::CPU, gpu::VRAM, mmu::MMU};
[INFO] [stdout]    |                             ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]    --> crates/macboy-core/src/opcodes.rs:833:13
[INFO] [stdout]     |
[INFO] [stdout] 833 |             _ => Opcode::Invalid, // Catch any other invalid opcodes
[INFO] [stdout]     |             ^ no value can reach this
[INFO] [stdout]     |
[INFO] [stdout] note: multiple earlier patterns match some of the same values
[INFO] [stdout]    --> crates/macboy-core/src/opcodes.rs:833:13
[INFO] [stdout]     |
[INFO] [stdout] 577 |             0x00 => Opcode::Nop,
[INFO] [stdout]     |             ---- matches some of the same values
[INFO] [stdout] 578 |             0x01 => Opcode::LdBCNN,
[INFO] [stdout]     |             ---- matches some of the same values
[INFO] [stdout] 579 |             0x02 => Opcode::LdBCPtrA,
[INFO] [stdout]     |             ---- matches some of the same values
[INFO] [stdout] 580 |             0x03 => Opcode::IncBC,
[INFO] [stdout]     |             ---- matches some of the same values
[INFO] [stdout] ...
[INFO] [stdout] 833 |             _ => Opcode::Invalid, // Catch any other invalid opcodes
[INFO] [stdout]     |             ^ ...and 252 other patterns collectively make this unreachable
[INFO] [stdout]     = note: `#[warn(unreachable_patterns)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking serde-wasm-bindgen v0.4.5
[INFO] [stderr]     Checking web-sys v0.3.77
[INFO] [stderr]     Checking macboy-wasm v0.1.0 (/opt/rustwide/workdir/crates/macboy-wasm)
[INFO] [stdout] warning: unexpected `cfg` condition value: `wee_alloc`
[INFO] [stdout]  --> crates/macboy-wasm/src/lib.rs:7:7
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[cfg(feature = "wee_alloc")]
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]   |
[INFO] [stdout]   = note: no expected values for `feature`
[INFO] [stdout]   = help: consider adding `wee_alloc` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `MBC`
[INFO] [stdout]  --> crates/macboy-wasm/src/debug_api.rs:2:25
[INFO] [stdout]   |
[INFO] [stdout] 2 | use macboy_core::{mbc::{MBC, MBC3}, cpu::CPU, gpu::VRAM, mmu::MMU};
[INFO] [stdout]   |                         ^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `wee_alloc`
[INFO] [stdout]  --> crates/macboy-wasm/src/lib.rs:7:7
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[cfg(feature = "wee_alloc")]
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^^^ help: remove the condition
[INFO] [stdout]   |
[INFO] [stdout]   = note: no expected values for `feature`
[INFO] [stdout]   = help: consider adding `wee_alloc` as a feature in `Cargo.toml`
[INFO] [stdout]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]   = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `MBC`
[INFO] [stdout]  --> crates/macboy-wasm/src/debug_api.rs:2:25
[INFO] [stdout]   |
[INFO] [stdout] 2 | use macboy_core::{mbc::{MBC, MBC3}, cpu::CPU, gpu::VRAM, mmu::MMU};
[INFO] [stdout]   |                         ^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]   --> crates/macboy-wasm/src/debug_api.rs:14:21
[INFO] [stdout]    |
[INFO] [stdout] 14 |     ($($t:tt)*) => (unsafe { log(&format_args!($($t)*).to_string()) })
[INFO] [stdout]    |                     ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 82 |         console_log!("Creating new GameBoy debugger instance...");
[INFO] [stdout]    |         --------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_unsafe)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout]    = note: this warning originates in the macro `console_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]   --> crates/macboy-wasm/src/debug_api.rs:14:21
[INFO] [stdout]    |
[INFO] [stdout] 14 |     ($($t:tt)*) => (unsafe { log(&format_args!($($t)*).to_string()) })
[INFO] [stdout]    |                     ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 91 |         console_log!("GameBoy debugger instance created successfully!");
[INFO] [stdout]    |         --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `console_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> crates/macboy-wasm/src/debug_api.rs:14:21
[INFO] [stdout]     |
[INFO] [stdout]  14 |     ($($t:tt)*) => (unsafe { log(&format_args!($($t)*).to_string()) })
[INFO] [stdout]     |                     ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 104 |         console_log!("Stepping instruction at PC: {:04X}", pc_before);
[INFO] [stdout]     |         ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `console_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> crates/macboy-wasm/src/debug_api.rs:14:21
[INFO] [stdout]     |
[INFO] [stdout]  14 |     ($($t:tt)*) => (unsafe { log(&format_args!($($t)*).to_string()) })
[INFO] [stdout]     |                     ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 113 |             console_log!("Hit breakpoint at PC: {:04X}", self.cpu.registers.pc);
[INFO] [stdout]     |             ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `console_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> crates/macboy-wasm/src/debug_api.rs:14:21
[INFO] [stdout]     |
[INFO] [stdout]  14 |     ($($t:tt)*) => (unsafe { log(&format_args!($($t)*).to_string()) })
[INFO] [stdout]     |                     ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 130 |         console_log!("Pausing execution");
[INFO] [stdout]     |         --------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `console_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> crates/macboy-wasm/src/debug_api.rs:14:21
[INFO] [stdout]     |
[INFO] [stdout]  14 |     ($($t:tt)*) => (unsafe { log(&format_args!($($t)*).to_string()) })
[INFO] [stdout]     |                     ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 137 |         console_log!("Resetting CPU state");
[INFO] [stdout]     |         ----------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `console_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> crates/macboy-wasm/src/debug_api.rs:14:21
[INFO] [stdout]     |
[INFO] [stdout]  14 |     ($($t:tt)*) => (unsafe { log(&format_args!($($t)*).to_string()) })
[INFO] [stdout]     |                     ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 182 |         console_log!("Setting register {} to {:04X}", register, value);
[INFO] [stdout]     |         -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `console_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> crates/macboy-wasm/src/debug_api.rs:14:21
[INFO] [stdout]     |
[INFO] [stdout]  14 |     ($($t:tt)*) => (unsafe { log(&format_args!($($t)*).to_string()) })
[INFO] [stdout]     |                     ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 223 |         console_log!("Writing {:02X} to memory address {:04X}", value, address);
[INFO] [stdout]     |         ----------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `console_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> crates/macboy-wasm/src/debug_api.rs:14:21
[INFO] [stdout]     |
[INFO] [stdout]  14 |     ($($t:tt)*) => (unsafe { log(&format_args!($($t)*).to_string()) })
[INFO] [stdout]     |                     ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 251 |         console_log!("Adding breakpoint at {:04X}", address);
[INFO] [stdout]     |         ---------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `console_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> crates/macboy-wasm/src/debug_api.rs:14:21
[INFO] [stdout]     |
[INFO] [stdout]  14 |     ($($t:tt)*) => (unsafe { log(&format_args!($($t)*).to_string()) })
[INFO] [stdout]     |                     ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 258 |         console_log!("Removing breakpoint at {:04X}", address);
[INFO] [stdout]     |         ------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `console_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> crates/macboy-wasm/src/debug_api.rs:14:21
[INFO] [stdout]     |
[INFO] [stdout]  14 |     ($($t:tt)*) => (unsafe { log(&format_args!($($t)*).to_string()) })
[INFO] [stdout]     |                     ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 265 |         console_log!("Clearing all breakpoints");
[INFO] [stdout]     |         ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `console_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]   --> crates/macboy-wasm/src/debug_api.rs:14:21
[INFO] [stdout]    |
[INFO] [stdout] 14 |     ($($t:tt)*) => (unsafe { log(&format_args!($($t)*).to_string()) })
[INFO] [stdout]    |                     ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 82 |         console_log!("Creating new GameBoy debugger instance...");
[INFO] [stdout]    |         --------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_unsafe)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout]    = note: this warning originates in the macro `console_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]   --> crates/macboy-wasm/src/debug_api.rs:14:21
[INFO] [stdout]    |
[INFO] [stdout] 14 |     ($($t:tt)*) => (unsafe { log(&format_args!($($t)*).to_string()) })
[INFO] [stdout]    |                     ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 91 |         console_log!("GameBoy debugger instance created successfully!");
[INFO] [stdout]    |         --------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this warning originates in the macro `console_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> crates/macboy-wasm/src/debug_api.rs:14:21
[INFO] [stdout]     |
[INFO] [stdout]  14 |     ($($t:tt)*) => (unsafe { log(&format_args!($($t)*).to_string()) })
[INFO] [stdout]     |                     ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 104 |         console_log!("Stepping instruction at PC: {:04X}", pc_before);
[INFO] [stdout]     |         ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `console_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> crates/macboy-wasm/src/debug_api.rs:14:21
[INFO] [stdout]     |
[INFO] [stdout]  14 |     ($($t:tt)*) => (unsafe { log(&format_args!($($t)*).to_string()) })
[INFO] [stdout]     |                     ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 113 |             console_log!("Hit breakpoint at PC: {:04X}", self.cpu.registers.pc);
[INFO] [stdout]     |             ------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `console_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> crates/macboy-wasm/src/debug_api.rs:14:21
[INFO] [stdout]     |
[INFO] [stdout]  14 |     ($($t:tt)*) => (unsafe { log(&format_args!($($t)*).to_string()) })
[INFO] [stdout]     |                     ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 278 |         console_log!("Loading test program");
[INFO] [stdout]     |         ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `console_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> crates/macboy-wasm/src/debug_api.rs:14:21
[INFO] [stdout]     |
[INFO] [stdout]  14 |     ($($t:tt)*) => (unsafe { log(&format_args!($($t)*).to_string()) })
[INFO] [stdout]     |                     ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 297 |         console_log!("Test program loaded at 0x0100");
[INFO] [stdout]     |         --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `console_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> crates/macboy-wasm/src/debug_api.rs:14:21
[INFO] [stdout]     |
[INFO] [stdout]  14 |     ($($t:tt)*) => (unsafe { log(&format_args!($($t)*).to_string()) })
[INFO] [stdout]     |                     ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 130 |         console_log!("Pausing execution");
[INFO] [stdout]     |         --------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `console_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> crates/macboy-wasm/src/debug_api.rs:14:21
[INFO] [stdout]     |
[INFO] [stdout]  14 |     ($($t:tt)*) => (unsafe { log(&format_args!($($t)*).to_string()) })
[INFO] [stdout]     |                     ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 137 |         console_log!("Resetting CPU state");
[INFO] [stdout]     |         ----------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `console_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> crates/macboy-wasm/src/debug_api.rs:14:21
[INFO] [stdout]     |
[INFO] [stdout]  14 |     ($($t:tt)*) => (unsafe { log(&format_args!($($t)*).to_string()) })
[INFO] [stdout]     |                     ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 182 |         console_log!("Setting register {} to {:04X}", register, value);
[INFO] [stdout]     |         -------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `console_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> crates/macboy-wasm/src/debug_api.rs:14:21
[INFO] [stdout]     |
[INFO] [stdout]  14 |     ($($t:tt)*) => (unsafe { log(&format_args!($($t)*).to_string()) })
[INFO] [stdout]     |                     ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 223 |         console_log!("Writing {:02X} to memory address {:04X}", value, address);
[INFO] [stdout]     |         ----------------------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `console_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> crates/macboy-wasm/src/debug_api.rs:14:21
[INFO] [stdout]     |
[INFO] [stdout]  14 |     ($($t:tt)*) => (unsafe { log(&format_args!($($t)*).to_string()) })
[INFO] [stdout]     |                     ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 251 |         console_log!("Adding breakpoint at {:04X}", address);
[INFO] [stdout]     |         ---------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `console_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> crates/macboy-wasm/src/debug_api.rs:14:21
[INFO] [stdout]     |
[INFO] [stdout]  14 |     ($($t:tt)*) => (unsafe { log(&format_args!($($t)*).to_string()) })
[INFO] [stdout]     |                     ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 258 |         console_log!("Removing breakpoint at {:04X}", address);
[INFO] [stdout]     |         ------------------------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `console_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> crates/macboy-wasm/src/debug_api.rs:14:21
[INFO] [stdout]     |
[INFO] [stdout]  14 |     ($($t:tt)*) => (unsafe { log(&format_args!($($t)*).to_string()) })
[INFO] [stdout]     |                     ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 265 |         console_log!("Clearing all breakpoints");
[INFO] [stdout]     |         ---------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `console_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> crates/macboy-wasm/src/debug_api.rs:14:21
[INFO] [stdout]     |
[INFO] [stdout]  14 |     ($($t:tt)*) => (unsafe { log(&format_args!($($t)*).to_string()) })
[INFO] [stdout]     |                     ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 278 |         console_log!("Loading test program");
[INFO] [stdout]     |         ------------------------------------ in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `console_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary `unsafe` block
[INFO] [stdout]    --> crates/macboy-wasm/src/debug_api.rs:14:21
[INFO] [stdout]     |
[INFO] [stdout]  14 |     ($($t:tt)*) => (unsafe { log(&format_args!($($t)*).to_string()) })
[INFO] [stdout]     |                     ^^^^^^ unnecessary `unsafe` block
[INFO] [stdout] ...
[INFO] [stdout] 297 |         console_log!("Test program loaded at 0x0100");
[INFO] [stdout]     |         --------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this warning originates in the macro `console_log` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.20s
[INFO] running `Command { std: "docker" "inspect" "5915b313b086a503b757d4da24cca0c7da9d8d3153d6cc323150c4f108809812", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5915b313b086a503b757d4da24cca0c7da9d8d3153d6cc323150c4f108809812", kill_on_drop: false }`
[INFO] [stdout] 5915b313b086a503b757d4da24cca0c7da9d8d3153d6cc323150c4f108809812
