[INFO] cloning repository https://github.com/pokemium/toysnes
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/pokemium/toysnes" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpokemium%2Ftoysnes", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpokemium%2Ftoysnes'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] db199e000d930768f4052b7e9e92a083e853c05e
[INFO] testing pokemium/toysnes against try#9f93af291970322f4f1c6315ccde4d7078201159 for pr-146098-6
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpokemium%2Ftoysnes" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/pokemium/toysnes
[INFO] finished tweaking git repo https://github.com/pokemium/toysnes
[INFO] tweaked toml for git repo https://github.com/pokemium/toysnes written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/pokemium/toysnes on toolchain 9f93af291970322f4f1c6315ccde4d7078201159
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/pokemium/toysnes 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" "+9f93af291970322f4f1c6315ccde4d7078201159" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 55c63b15615809ef5375196afb783ad2baa245e9d2ed2280c6a9e9ccad056a3f
[INFO] running `Command { std: "docker" "start" "-a" "55c63b15615809ef5375196afb783ad2baa245e9d2ed2280c6a9e9ccad056a3f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "55c63b15615809ef5375196afb783ad2baa245e9d2ed2280c6a9e9ccad056a3f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "55c63b15615809ef5375196afb783ad2baa245e9d2ed2280c6a9e9ccad056a3f", kill_on_drop: false }`
[INFO] [stdout] 55c63b15615809ef5375196afb783ad2baa245e9d2ed2280c6a9e9ccad056a3f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2e501ecd1f93aaf7a2b2c1662087692dfdbb997ab5c06254e10d978ffe4146d0
[INFO] running `Command { std: "docker" "start" "-a" "2e501ecd1f93aaf7a2b2c1662087692dfdbb997ab5c06254e10d978ffe4146d0", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v1.0.86
[INFO] [stderr]    Compiling serde_derive v1.0.136
[INFO] [stderr]    Compiling either v1.6.1
[INFO] [stderr]    Compiling serde v1.0.136
[INFO] [stderr]    Compiling once_cell v1.10.0
[INFO] [stderr]    Compiling itertools v0.9.0
[INFO] [stderr]    Compiling boolean_expression v0.3.11
[INFO] [stderr]    Compiling modular-bitfield-impl v0.11.2
[INFO] [stderr]    Compiling bitmatch v0.1.1
[INFO] [stderr]    Compiling modular-bitfield v0.11.2
[INFO] [stderr]    Compiling bytesize v1.1.0
[INFO] [stderr]    Compiling toysnes v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]  --> src/constants.rs:8:29
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub const ROM_SIZE: usize = (MAX_ROM_SIZE + 0x200 + 0x8000);
[INFO] [stdout]   |                             ^                             ^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]   |
[INFO] [stdout] 8 - pub const ROM_SIZE: usize = (MAX_ROM_SIZE + 0x200 + 0x8000);
[INFO] [stdout] 8 + pub const ROM_SIZE: usize = MAX_ROM_SIZE + 0x200 + 0x8000 ;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `load8`
[INFO] [stdout]   --> src/sfc/cpu/instruction.rs:97:43
[INFO] [stdout]    |
[INFO] [stdout] 97 |     use crate::sfc::{cpu::cycles, load16, load8};
[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 statement
[INFO] [stdout]   --> src/sfc/mod.rs:62:13
[INFO] [stdout]    |
[INFO] [stdout] 61 |             todo!();
[INFO] [stdout]    |             ------- any code following this expression is unreachable
[INFO] [stdout] 62 |             return 0;
[INFO] [stdout]    |             ^^^^^^^^^ unreachable statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unreachable_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `c`
[INFO] [stdout]  --> src/sfc/cpu/instruction.rs:4:13
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub fn op00(c: &mut Cpu, _: u8) {}
[INFO] [stdout]   |             ^ help: if this is intentional, prefix it with an underscore: `_c`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `c`
[INFO] [stdout]   --> src/sfc/cpu/instruction.rs:35:13
[INFO] [stdout]    |
[INFO] [stdout] 35 | pub fn op02(c: &mut Cpu, _: u8) {
[INFO] [stdout]    |             ^ help: if this is intentional, prefix it with an underscore: `_c`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `addr`
[INFO] [stdout]  --> src/sfc/cpu/io.rs:5:32
[INFO] [stdout]   |
[INFO] [stdout] 5 |     pub fn read_io8(&mut self, addr: u16) -> u8 {
[INFO] [stdout]   |                                ^^^^ help: if this is intentional, prefix it with an underscore: `_addr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `addr`
[INFO] [stdout]   --> src/sfc/cpu/io.rs:10:33
[INFO] [stdout]    |
[INFO] [stdout] 10 |     pub fn write_io8(&mut self, addr: u16, val: u8) {
[INFO] [stdout]    |                                 ^^^^ help: if this is intentional, prefix it with an underscore: `_addr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `val`
[INFO] [stdout]   --> src/sfc/cpu/io.rs:10:44
[INFO] [stdout]    |
[INFO] [stdout] 10 |     pub fn write_io8(&mut self, addr: u16, val: u8) {
[INFO] [stdout]    |                                            ^^^ help: if this is intentional, prefix it with an underscore: `_val`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `addr`
[INFO] [stdout]    --> src/sfc/cpu/mod.rs:135:41
[INFO] [stdout]     |
[INFO] [stdout] 135 |     pub fn set_active_region(&mut self, addr: u32) {}
[INFO] [stdout]     |                                         ^^^^ help: if this is intentional, prefix it with an underscore: `_addr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `addr`
[INFO] [stdout]   --> src/sfc/ppu/mod.rs:44:29
[INFO] [stdout]    |
[INFO] [stdout] 44 |     pub fn read8(&mut self, addr: u16) -> u8 {
[INFO] [stdout]    |                             ^^^^ help: if this is intentional, prefix it with an underscore: `_addr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `addr`
[INFO] [stdout]   --> src/sfc/ppu/mod.rs:49:30
[INFO] [stdout]    |
[INFO] [stdout] 49 |     pub fn write8(&mut self, addr: u16, val: u8) {
[INFO] [stdout]    |                              ^^^^ help: if this is intentional, prefix it with an underscore: `_addr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `val`
[INFO] [stdout]   --> src/sfc/ppu/mod.rs:49:41
[INFO] [stdout]    |
[INFO] [stdout] 49 |     pub fn write8(&mut self, addr: u16, val: u8) {
[INFO] [stdout]    |                                         ^^^ help: if this is intentional, prefix it with an underscore: `_val`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `cycles`
[INFO] [stdout]   --> src/sfc/mod.rs:44:34
[INFO] [stdout]    |
[INFO] [stdout] 44 | pub fn load8(bank: u8, ofs: u16, cycles: Option<&mut i64>) -> u8 {
[INFO] [stdout]    |                                  ^^^^^^ help: if this is intentional, prefix it with an underscore: `_cycles`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `bank`
[INFO] [stdout]   --> src/sfc/mod.rs:70:15
[INFO] [stdout]    |
[INFO] [stdout] 70 | pub fn load16(bank: u8, ofs: u16, cycles: Option<&mut i64>) -> u16 {
[INFO] [stdout]    |               ^^^^ help: if this is intentional, prefix it with an underscore: `_bank`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ofs`
[INFO] [stdout]   --> src/sfc/mod.rs:70:25
[INFO] [stdout]    |
[INFO] [stdout] 70 | pub fn load16(bank: u8, ofs: u16, cycles: Option<&mut i64>) -> u16 {
[INFO] [stdout]    |                         ^^^ help: if this is intentional, prefix it with an underscore: `_ofs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `cycles`
[INFO] [stdout]   --> src/sfc/mod.rs:70:35
[INFO] [stdout]    |
[INFO] [stdout] 70 | pub fn load16(bank: u8, ofs: u16, cycles: Option<&mut i64>) -> u16 {
[INFO] [stdout]    |                                   ^^^^^^ help: if this is intentional, prefix it with an underscore: `_cycles`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `bank`
[INFO] [stdout]   --> src/sfc/mod.rs:75:11
[INFO] [stdout]    |
[INFO] [stdout] 75 | fn store8(bank: u8, addr: u16, val: u8, cycles: Option<&mut i64>) {
[INFO] [stdout]    |           ^^^^ help: if this is intentional, prefix it with an underscore: `_bank`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `addr`
[INFO] [stdout]   --> src/sfc/mod.rs:75:21
[INFO] [stdout]    |
[INFO] [stdout] 75 | fn store8(bank: u8, addr: u16, val: u8, cycles: Option<&mut i64>) {
[INFO] [stdout]    |                     ^^^^ help: if this is intentional, prefix it with an underscore: `_addr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `val`
[INFO] [stdout]   --> src/sfc/mod.rs:75:32
[INFO] [stdout]    |
[INFO] [stdout] 75 | fn store8(bank: u8, addr: u16, val: u8, cycles: Option<&mut i64>) {
[INFO] [stdout]    |                                ^^^ help: if this is intentional, prefix it with an underscore: `_val`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `cycles`
[INFO] [stdout]   --> src/sfc/mod.rs:75:41
[INFO] [stdout]    |
[INFO] [stdout] 75 | fn store8(bank: u8, addr: u16, val: u8, cycles: Option<&mut i64>) {
[INFO] [stdout]    |                                         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_cycles`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `bank`
[INFO] [stdout]   --> src/sfc/mod.rs:80:12
[INFO] [stdout]    |
[INFO] [stdout] 80 | fn store16(bank: u8, addr: u16, val: u16, cycles: Option<&mut i64>) {
[INFO] [stdout]    |            ^^^^ help: if this is intentional, prefix it with an underscore: `_bank`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `addr`
[INFO] [stdout]   --> src/sfc/mod.rs:80:22
[INFO] [stdout]    |
[INFO] [stdout] 80 | fn store16(bank: u8, addr: u16, val: u16, cycles: Option<&mut i64>) {
[INFO] [stdout]    |                      ^^^^ help: if this is intentional, prefix it with an underscore: `_addr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `val`
[INFO] [stdout]   --> src/sfc/mod.rs:80:33
[INFO] [stdout]    |
[INFO] [stdout] 80 | fn store16(bank: u8, addr: u16, val: u16, cycles: Option<&mut i64>) {
[INFO] [stdout]    |                                 ^^^ help: if this is intentional, prefix it with an underscore: `_val`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `cycles`
[INFO] [stdout]   --> src/sfc/mod.rs:80:43
[INFO] [stdout]    |
[INFO] [stdout] 80 | fn store16(bank: u8, addr: u16, val: u16, cycles: Option<&mut i64>) {
[INFO] [stdout]    |                                           ^^^^^^ help: if this is intentional, prefix it with an underscore: `_cycles`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get` is never used
[INFO] [stdout]   --> src/scheduler/mod.rs:27:8
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub fn get() -> &'static Scheduler {
[INFO] [stdout]    |        ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `cycles` is never used
[INFO] [stdout]   --> src/scheduler/mod.rs:36:8
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub fn cycles() -> i64 {
[INFO] [stdout]    |        ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `reschedule` is never used
[INFO] [stdout]   --> src/scheduler/mod.rs:93:8
[INFO] [stdout]    |
[INFO] [stdout] 93 | pub fn reschedule(e: &mut Event, after: i64) {
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `schedule_abs` is never used
[INFO] [stdout]   --> src/scheduler/mod.rs:98:8
[INFO] [stdout]    |
[INFO] [stdout] 98 | pub fn schedule_abs(e: &mut Event, when: i64) {
[INFO] [stdout]    |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `deschedule` is never used
[INFO] [stdout]    --> src/scheduler/mod.rs:102:8
[INFO] [stdout]     |
[INFO] [stdout] 102 | pub fn deschedule(e: &mut Event) {
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `cartridge_info` and `unimplemented_opcode` are never used
[INFO] [stdout]   --> src/sfc/mod.rs:32:12
[INFO] [stdout]    |
[INFO] [stdout] 13 | impl SuperFamicom {
[INFO] [stdout]    | ----------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 32 |     pub fn cartridge_info(&self) {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 36 |     pub fn unimplemented_opcode(&self) -> [bool; 256] {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `rom` and `sram` are never read
[INFO] [stdout]   --> src/sfc/cartridge/mod.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub struct Cartridge {
[INFO] [stdout]    |            --------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 11 |     pub rom: Vec<u8>,
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 12 |     pub sram: Box<[u8; SRAM_SIZE]>,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `map_mode` and `chipset` are never read
[INFO] [stdout]   --> src/sfc/cartridge/header.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout]  5 | pub struct Header {
[INFO] [stdout]    |            ------ fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 10 |     pub map_mode: u8,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 13 |     pub chipset: u8,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Header` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `wram` is never read
[INFO] [stdout]   --> src/sfc/cpu/mod.rs:20:9
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub struct Cpu {
[INFO] [stdout]    |            --- field in this struct
[INFO] [stdout] 19 |     pub cartridge: cartridge::Cartridge,
[INFO] [stdout] 20 |     pub wram: Box<[u8; WRAM_SIZE]>,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get` is never used
[INFO] [stdout]   --> src/sfc/cpu/mod.rs:43:8
[INFO] [stdout]    |
[INFO] [stdout] 43 | pub fn get() -> &'static Cpu {
[INFO] [stdout]    |        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `unimplemented` and `set_active_region` are never used
[INFO] [stdout]    --> src/sfc/cpu/mod.rs:130:12
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Cpu {
[INFO] [stdout]     | -------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 130 |     pub fn unimplemented(&self) -> [bool; 256] {
[INFO] [stdout]     |            ^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 135 |     pub fn set_active_region(&mut self, addr: u32) {}
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `absolute_y`, `far`, and `far_y` are never used
[INFO] [stdout]   --> src/sfc/cpu/addr.rs:20:12
[INFO] [stdout]    |
[INFO] [stdout]  4 | impl Cpu {
[INFO] [stdout]    | -------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 20 |     pub fn absolute_y(&mut self) -> (u8, u16) {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 55 |     pub fn far(&mut self) -> (u8, u16) {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 60 |     pub fn far_y(&mut self) -> (u8, u16) {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `m0` is never used
[INFO] [stdout]   --> src/sfc/cpu/instruction.rs:80:12
[INFO] [stdout]    |
[INFO] [stdout] 80 |     pub fn m0(c: &mut Cpu, _: u8) {
[INFO] [stdout]    |            ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `m1` is never used
[INFO] [stdout]   --> src/sfc/cpu/instruction.rs:86:12
[INFO] [stdout]    |
[INFO] [stdout] 86 |     pub fn m1(c: &mut Cpu, _: u8) {
[INFO] [stdout]    |            ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `m0` is never used
[INFO] [stdout]   --> src/sfc/cpu/instruction.rs:99:12
[INFO] [stdout]    |
[INFO] [stdout] 99 |     pub fn m0(c: &mut Cpu, _: u8) {
[INFO] [stdout]    |            ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `m0` is never used
[INFO] [stdout]    --> src/sfc/cpu/instruction.rs:132:12
[INFO] [stdout]     |
[INFO] [stdout] 132 |     pub fn m0(c: &mut Cpu, _: u8) {
[INFO] [stdout]     |            ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `m1` is never used
[INFO] [stdout]    --> src/sfc/cpu/instruction.rs:138:12
[INFO] [stdout]     |
[INFO] [stdout] 138 |     pub fn m1(c: &mut Cpu, _: u8) {
[INFO] [stdout]     |            ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `m0` is never used
[INFO] [stdout]    --> src/sfc/cpu/instruction.rs:167:12
[INFO] [stdout]     |
[INFO] [stdout] 167 |     pub fn m0(c: &mut Cpu, _: u8) {
[INFO] [stdout]     |            ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `m1` is never used
[INFO] [stdout]    --> src/sfc/cpu/instruction.rs:173:12
[INFO] [stdout]     |
[INFO] [stdout] 173 |     pub fn m1(c: &mut Cpu, _: u8) {
[INFO] [stdout]     |            ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `m0` is never used
[INFO] [stdout]    --> src/sfc/cpu/instruction.rs:207:12
[INFO] [stdout]     |
[INFO] [stdout] 207 |     pub fn m0(c: &mut Cpu, _: u8) {
[INFO] [stdout]     |            ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `write_io8` is never used
[INFO] [stdout]   --> src/sfc/cpu/io.rs:10:12
[INFO] [stdout]    |
[INFO] [stdout]  3 | impl Cpu {
[INFO] [stdout]    | -------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 10 |     pub fn write_io8(&mut self, addr: u16, val: u8) {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `y` and `emulation` are never read
[INFO] [stdout]   --> src/sfc/cpu/register.rs:23:9
[INFO] [stdout]    |
[INFO] [stdout]  3 | pub struct Register {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 23 |     pub y: u16,
[INFO] [stdout]    |         ^
[INFO] [stdout] ...
[INFO] [stdout] 29 |     pub emulation: bool,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `word` and `set` are never used
[INFO] [stdout]   --> src/sfc/cpu/register.rs:39:12
[INFO] [stdout]    |
[INFO] [stdout] 38 | impl PC {
[INFO] [stdout]    | ------- methods in this implementation
[INFO] [stdout] 39 |     pub fn word(&self) -> u32 {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 43 |     pub fn set(&mut self, bank: u8, offset: u16) {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `in_6502_emulation` is never used
[INFO] [stdout]   --> src/sfc/cpu/register.rs:64:8
[INFO] [stdout]    |
[INFO] [stdout] 49 | impl Register {
[INFO] [stdout]    | ------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 64 |     fn in_6502_emulation(&self) -> bool {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `into_bytes` and `from_bytes` are never used
[INFO] [stdout]   --> src/sfc/cpu/register.rs:70:1
[INFO] [stdout]    |
[INFO] [stdout] 70 |   pub struct Psr {
[INFO] [stdout]    |   ^-------------
[INFO] [stdout]    |   |
[INFO] [stdout]    |  _associated items in this implementation
[INFO] [stdout]    | |
[INFO] [stdout] 71 | |     /// carry
[INFO] [stdout] 72 | |     pub c: B1,
[INFO] [stdout] ...  |
[INFO] [stdout] 94 | |     pub n: B1,
[INFO] [stdout] 95 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `c`, `z`, `i`, `d`, `v`, and `n` are never used
[INFO] [stdout]   --> src/sfc/cpu/register.rs:72:9
[INFO] [stdout]    |
[INFO] [stdout] 70 | pub struct Psr {
[INFO] [stdout]    | -------------- methods in this implementation
[INFO] [stdout] 71 |     /// carry
[INFO] [stdout] 72 |     pub c: B1,
[INFO] [stdout]    |         ^
[INFO] [stdout] ...
[INFO] [stdout] 75 |     pub z: B1,
[INFO] [stdout]    |         ^
[INFO] [stdout] ...
[INFO] [stdout] 78 |     pub i: B1,
[INFO] [stdout]    |         ^
[INFO] [stdout] ...
[INFO] [stdout] 81 |     pub d: B1,
[INFO] [stdout]    |         ^
[INFO] [stdout] ...
[INFO] [stdout] 91 |     pub v: B1,
[INFO] [stdout]    |         ^
[INFO] [stdout] ...
[INFO] [stdout] 94 |     pub n: B1,
[INFO] [stdout]    |         ^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `unimplemented` is never used
[INFO] [stdout]   --> src/sfc/cpu/table.rs:30:12
[INFO] [stdout]    |
[INFO] [stdout] 29 | impl OpcodeTable {
[INFO] [stdout]    | ---------------- method in this implementation
[INFO] [stdout] 30 |     pub fn unimplemented(&self) -> [bool; 256] {
[INFO] [stdout]    |            ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `vram` is never read
[INFO] [stdout]  --> src/sfc/ppu/mod.rs:7:9
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub struct Ppu {
[INFO] [stdout]   |            --- field in this struct
[INFO] [stdout] 7 |     pub vram: Box<[u8; VRAM_SIZE]>,
[INFO] [stdout]   |         ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get` is never used
[INFO] [stdout]   --> src/sfc/ppu/mod.rs:24:8
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub fn get() -> &'static Ppu {
[INFO] [stdout]    |        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `read8` and `write8` are never used
[INFO] [stdout]   --> src/sfc/ppu/mod.rs:44:12
[INFO] [stdout]    |
[INFO] [stdout] 42 | impl Ppu {
[INFO] [stdout]    | -------- methods in this implementation
[INFO] [stdout] 43 |     /// This func is inspired by snes9x's S9xGetPPU
[INFO] [stdout] 44 |     pub fn read8(&mut self, addr: u16) -> u8 {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 49 |     pub fn write8(&mut self, addr: u16, val: u8) {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/scheduler/mod.rs:28:21
[INFO] [stdout]    |
[INFO] [stdout] 28 |     return unsafe { &SCHEDULER };
[INFO] [stdout]    |                     ^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] help: use `&raw const` instead to create a raw pointer
[INFO] [stdout]    |
[INFO] [stdout] 28 |     return unsafe { &raw const SCHEDULER };
[INFO] [stdout]    |                      +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/scheduler/mod.rs:32:21
[INFO] [stdout]    |
[INFO] [stdout] 32 |     return unsafe { &mut SCHEDULER };
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout] help: use `&raw mut` instead to create a raw pointer
[INFO] [stdout]    |
[INFO] [stdout] 32 |     return unsafe { &raw mut SCHEDULER };
[INFO] [stdout]    |                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/scheduler/mod.rs:48:22
[INFO] [stdout]    |
[INFO] [stdout] 48 |         for event in &SCHEDULER.root {
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout] help: use `&raw const` instead to create a raw pointer
[INFO] [stdout]    |
[INFO] [stdout] 48 |         for event in &raw const SCHEDULER.root {
[INFO] [stdout]    |                       +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/scheduler/mod.rs:53:21
[INFO] [stdout]    |
[INFO] [stdout] 53 |                     SCHEDULER.root.pop_front();
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/scheduler/mod.rs:62:13
[INFO] [stdout]    |
[INFO] [stdout] 62 |             SCHEDULER.root.pop_front();
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/scheduler/mod.rs:79:18
[INFO] [stdout]    |
[INFO] [stdout] 79 |         for e in &SCHEDULER.root {
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout] help: use `&raw const` instead to create a raw pointer
[INFO] [stdout]    |
[INFO] [stdout] 79 |         for e in &raw const SCHEDULER.root {
[INFO] [stdout]    |                   +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/scheduler/mod.rs:87:25
[INFO] [stdout]    |
[INFO] [stdout] 87 |         let mut split = SCHEDULER.root.split_off(idx);
[INFO] [stdout]    |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/scheduler/mod.rs:88:9
[INFO] [stdout]    |
[INFO] [stdout] 88 |         SCHEDULER.root.push_back(e);
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/scheduler/mod.rs:89:9
[INFO] [stdout]    |
[INFO] [stdout] 89 |         SCHEDULER.root.append(&mut split);
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/scheduler/mod.rs:107:18
[INFO] [stdout]     |
[INFO] [stdout] 107 |         for e in &SCHEDULER.root {
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout] help: use `&raw const` instead to create a raw pointer
[INFO] [stdout]     |
[INFO] [stdout] 107 |         for e in &raw const SCHEDULER.root {
[INFO] [stdout]     |                   +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/scheduler/mod.rs:114:25
[INFO] [stdout]     |
[INFO] [stdout] 114 |         let mut split = SCHEDULER.root.split_off(idx);
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/scheduler/mod.rs:116:9
[INFO] [stdout]     |
[INFO] [stdout] 116 |         SCHEDULER.root.append(&mut split);
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/sfc/cpu/mod.rs:44:21
[INFO] [stdout]    |
[INFO] [stdout] 44 |     return unsafe { &CPU };
[INFO] [stdout]    |                     ^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout] help: use `&raw const` instead to create a raw pointer
[INFO] [stdout]    |
[INFO] [stdout] 44 |     return unsafe { &raw const CPU };
[INFO] [stdout]    |                      +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/sfc/cpu/mod.rs:48:21
[INFO] [stdout]    |
[INFO] [stdout] 48 |     return unsafe { &mut CPU };
[INFO] [stdout]    |                     ^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout] help: use `&raw mut` instead to create a raw pointer
[INFO] [stdout]    |
[INFO] [stdout] 48 |     return unsafe { &raw mut CPU };
[INFO] [stdout]    |                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `opA9` should have a snake case name
[INFO] [stdout]    --> src/sfc/cpu/instruction.rs:163:9
[INFO] [stdout]     |
[INFO] [stdout] 163 | pub mod opA9 {
[INFO] [stdout]     |         ^^^^ help: convert the identifier to snake case: `op_a9`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `opAA` should have a snake case name
[INFO] [stdout]    --> src/sfc/cpu/instruction.rs:180:9
[INFO] [stdout]     |
[INFO] [stdout] 180 | pub mod opAA {}
[INFO] [stdout]     |         ^^^^ help: convert the identifier to snake case: `op_aa`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `opC6` should have a snake case name
[INFO] [stdout]    --> src/sfc/cpu/instruction.rs:183:9
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub mod opC6 {
[INFO] [stdout]     |         ^^^^ help: convert the identifier to snake case: `op_c6`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `opD6` should have a snake case name
[INFO] [stdout]    --> src/sfc/cpu/instruction.rs:203:9
[INFO] [stdout]     |
[INFO] [stdout] 203 | pub mod opD6 {
[INFO] [stdout]     |         ^^^^ help: convert the identifier to snake case: `op_d6`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `opE6` should have a snake case name
[INFO] [stdout]    --> src/sfc/cpu/instruction.rs:223:9
[INFO] [stdout]     |
[INFO] [stdout] 223 | pub mod opE6 {
[INFO] [stdout]     |         ^^^^ help: convert the identifier to snake case: `op_e6`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `opEE` should have a snake case name
[INFO] [stdout]    --> src/sfc/cpu/instruction.rs:243:9
[INFO] [stdout]     |
[INFO] [stdout] 243 | pub mod opEE {
[INFO] [stdout]     |         ^^^^ help: convert the identifier to snake case: `op_ee`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `opFE` should have a snake case name
[INFO] [stdout]    --> src/sfc/cpu/instruction.rs:263:9
[INFO] [stdout]     |
[INFO] [stdout] 263 | pub mod opFE {
[INFO] [stdout]     |         ^^^^ help: convert the identifier to snake case: `op_fe`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/sfc/ppu/mod.rs:25:21
[INFO] [stdout]    |
[INFO] [stdout] 25 |     return unsafe { &PPU };
[INFO] [stdout]    |                     ^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout] help: use `&raw const` instead to create a raw pointer
[INFO] [stdout]    |
[INFO] [stdout] 25 |     return unsafe { &raw const PPU };
[INFO] [stdout]    |                      +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/sfc/ppu/mod.rs:29:21
[INFO] [stdout]    |
[INFO] [stdout] 29 |     return unsafe { &mut PPU };
[INFO] [stdout]    |                     ^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout] help: use `&raw mut` instead to create a raw pointer
[INFO] [stdout]    |
[INFO] [stdout] 29 |     return unsafe { &raw mut PPU };
[INFO] [stdout]    |                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.83s
[INFO] running `Command { std: "docker" "inspect" "2e501ecd1f93aaf7a2b2c1662087692dfdbb997ab5c06254e10d978ffe4146d0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2e501ecd1f93aaf7a2b2c1662087692dfdbb997ab5c06254e10d978ffe4146d0", kill_on_drop: false }`
[INFO] [stdout] 2e501ecd1f93aaf7a2b2c1662087692dfdbb997ab5c06254e10d978ffe4146d0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] dab2804073eb998330bcc5e401246d4f6179d46ae691782d44762dd3cb885f7d
[INFO] running `Command { std: "docker" "start" "-a" "dab2804073eb998330bcc5e401246d4f6179d46ae691782d44762dd3cb885f7d", kill_on_drop: false }`
[INFO] [stderr]    Compiling toysnes v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary parentheses around assigned value
[INFO] [stdout]  --> src/constants.rs:8:29
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub const ROM_SIZE: usize = (MAX_ROM_SIZE + 0x200 + 0x8000);
[INFO] [stdout]   |                             ^                             ^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] help: remove these parentheses
[INFO] [stdout]   |
[INFO] [stdout] 8 - pub const ROM_SIZE: usize = (MAX_ROM_SIZE + 0x200 + 0x8000);
[INFO] [stdout] 8 + pub const ROM_SIZE: usize = MAX_ROM_SIZE + 0x200 + 0x8000 ;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `load8`
[INFO] [stdout]   --> src/sfc/cpu/instruction.rs:97:43
[INFO] [stdout]    |
[INFO] [stdout] 97 |     use crate::sfc::{cpu::cycles, load16, load8};
[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 statement
[INFO] [stdout]   --> src/sfc/mod.rs:62:13
[INFO] [stdout]    |
[INFO] [stdout] 61 |             todo!();
[INFO] [stdout]    |             ------- any code following this expression is unreachable
[INFO] [stdout] 62 |             return 0;
[INFO] [stdout]    |             ^^^^^^^^^ unreachable statement
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unreachable_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `c`
[INFO] [stdout]  --> src/sfc/cpu/instruction.rs:4:13
[INFO] [stdout]   |
[INFO] [stdout] 4 | pub fn op00(c: &mut Cpu, _: u8) {}
[INFO] [stdout]   |             ^ help: if this is intentional, prefix it with an underscore: `_c`
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `c`
[INFO] [stdout]   --> src/sfc/cpu/instruction.rs:35:13
[INFO] [stdout]    |
[INFO] [stdout] 35 | pub fn op02(c: &mut Cpu, _: u8) {
[INFO] [stdout]    |             ^ help: if this is intentional, prefix it with an underscore: `_c`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `addr`
[INFO] [stdout]  --> src/sfc/cpu/io.rs:5:32
[INFO] [stdout]   |
[INFO] [stdout] 5 |     pub fn read_io8(&mut self, addr: u16) -> u8 {
[INFO] [stdout]   |                                ^^^^ help: if this is intentional, prefix it with an underscore: `_addr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `addr`
[INFO] [stdout]   --> src/sfc/cpu/io.rs:10:33
[INFO] [stdout]    |
[INFO] [stdout] 10 |     pub fn write_io8(&mut self, addr: u16, val: u8) {
[INFO] [stdout]    |                                 ^^^^ help: if this is intentional, prefix it with an underscore: `_addr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `val`
[INFO] [stdout]   --> src/sfc/cpu/io.rs:10:44
[INFO] [stdout]    |
[INFO] [stdout] 10 |     pub fn write_io8(&mut self, addr: u16, val: u8) {
[INFO] [stdout]    |                                            ^^^ help: if this is intentional, prefix it with an underscore: `_val`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `addr`
[INFO] [stdout]    --> src/sfc/cpu/mod.rs:135:41
[INFO] [stdout]     |
[INFO] [stdout] 135 |     pub fn set_active_region(&mut self, addr: u32) {}
[INFO] [stdout]     |                                         ^^^^ help: if this is intentional, prefix it with an underscore: `_addr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `addr`
[INFO] [stdout]   --> src/sfc/ppu/mod.rs:44:29
[INFO] [stdout]    |
[INFO] [stdout] 44 |     pub fn read8(&mut self, addr: u16) -> u8 {
[INFO] [stdout]    |                             ^^^^ help: if this is intentional, prefix it with an underscore: `_addr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `addr`
[INFO] [stdout]   --> src/sfc/ppu/mod.rs:49:30
[INFO] [stdout]    |
[INFO] [stdout] 49 |     pub fn write8(&mut self, addr: u16, val: u8) {
[INFO] [stdout]    |                              ^^^^ help: if this is intentional, prefix it with an underscore: `_addr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `val`
[INFO] [stdout]   --> src/sfc/ppu/mod.rs:49:41
[INFO] [stdout]    |
[INFO] [stdout] 49 |     pub fn write8(&mut self, addr: u16, val: u8) {
[INFO] [stdout]    |                                         ^^^ help: if this is intentional, prefix it with an underscore: `_val`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `cycles`
[INFO] [stdout]   --> src/sfc/mod.rs:44:34
[INFO] [stdout]    |
[INFO] [stdout] 44 | pub fn load8(bank: u8, ofs: u16, cycles: Option<&mut i64>) -> u8 {
[INFO] [stdout]    |                                  ^^^^^^ help: if this is intentional, prefix it with an underscore: `_cycles`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `bank`
[INFO] [stdout]   --> src/sfc/mod.rs:70:15
[INFO] [stdout]    |
[INFO] [stdout] 70 | pub fn load16(bank: u8, ofs: u16, cycles: Option<&mut i64>) -> u16 {
[INFO] [stdout]    |               ^^^^ help: if this is intentional, prefix it with an underscore: `_bank`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ofs`
[INFO] [stdout]   --> src/sfc/mod.rs:70:25
[INFO] [stdout]    |
[INFO] [stdout] 70 | pub fn load16(bank: u8, ofs: u16, cycles: Option<&mut i64>) -> u16 {
[INFO] [stdout]    |                         ^^^ help: if this is intentional, prefix it with an underscore: `_ofs`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `cycles`
[INFO] [stdout]   --> src/sfc/mod.rs:70:35
[INFO] [stdout]    |
[INFO] [stdout] 70 | pub fn load16(bank: u8, ofs: u16, cycles: Option<&mut i64>) -> u16 {
[INFO] [stdout]    |                                   ^^^^^^ help: if this is intentional, prefix it with an underscore: `_cycles`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `bank`
[INFO] [stdout]   --> src/sfc/mod.rs:75:11
[INFO] [stdout]    |
[INFO] [stdout] 75 | fn store8(bank: u8, addr: u16, val: u8, cycles: Option<&mut i64>) {
[INFO] [stdout]    |           ^^^^ help: if this is intentional, prefix it with an underscore: `_bank`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `addr`
[INFO] [stdout]   --> src/sfc/mod.rs:75:21
[INFO] [stdout]    |
[INFO] [stdout] 75 | fn store8(bank: u8, addr: u16, val: u8, cycles: Option<&mut i64>) {
[INFO] [stdout]    |                     ^^^^ help: if this is intentional, prefix it with an underscore: `_addr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `val`
[INFO] [stdout]   --> src/sfc/mod.rs:75:32
[INFO] [stdout]    |
[INFO] [stdout] 75 | fn store8(bank: u8, addr: u16, val: u8, cycles: Option<&mut i64>) {
[INFO] [stdout]    |                                ^^^ help: if this is intentional, prefix it with an underscore: `_val`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `cycles`
[INFO] [stdout]   --> src/sfc/mod.rs:75:41
[INFO] [stdout]    |
[INFO] [stdout] 75 | fn store8(bank: u8, addr: u16, val: u8, cycles: Option<&mut i64>) {
[INFO] [stdout]    |                                         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_cycles`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `bank`
[INFO] [stdout]   --> src/sfc/mod.rs:80:12
[INFO] [stdout]    |
[INFO] [stdout] 80 | fn store16(bank: u8, addr: u16, val: u16, cycles: Option<&mut i64>) {
[INFO] [stdout]    |            ^^^^ help: if this is intentional, prefix it with an underscore: `_bank`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `addr`
[INFO] [stdout]   --> src/sfc/mod.rs:80:22
[INFO] [stdout]    |
[INFO] [stdout] 80 | fn store16(bank: u8, addr: u16, val: u16, cycles: Option<&mut i64>) {
[INFO] [stdout]    |                      ^^^^ help: if this is intentional, prefix it with an underscore: `_addr`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `val`
[INFO] [stdout]   --> src/sfc/mod.rs:80:33
[INFO] [stdout]    |
[INFO] [stdout] 80 | fn store16(bank: u8, addr: u16, val: u16, cycles: Option<&mut i64>) {
[INFO] [stdout]    |                                 ^^^ help: if this is intentional, prefix it with an underscore: `_val`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `cycles`
[INFO] [stdout]   --> src/sfc/mod.rs:80:43
[INFO] [stdout]    |
[INFO] [stdout] 80 | fn store16(bank: u8, addr: u16, val: u16, cycles: Option<&mut i64>) {
[INFO] [stdout]    |                                           ^^^^^^ help: if this is intentional, prefix it with an underscore: `_cycles`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get` is never used
[INFO] [stdout]   --> src/scheduler/mod.rs:27:8
[INFO] [stdout]    |
[INFO] [stdout] 27 | pub fn get() -> &'static Scheduler {
[INFO] [stdout]    |        ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `cycles` is never used
[INFO] [stdout]   --> src/scheduler/mod.rs:36:8
[INFO] [stdout]    |
[INFO] [stdout] 36 | pub fn cycles() -> i64 {
[INFO] [stdout]    |        ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `reschedule` is never used
[INFO] [stdout]   --> src/scheduler/mod.rs:93:8
[INFO] [stdout]    |
[INFO] [stdout] 93 | pub fn reschedule(e: &mut Event, after: i64) {
[INFO] [stdout]    |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `schedule_abs` is never used
[INFO] [stdout]   --> src/scheduler/mod.rs:98:8
[INFO] [stdout]    |
[INFO] [stdout] 98 | pub fn schedule_abs(e: &mut Event, when: i64) {
[INFO] [stdout]    |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `deschedule` is never used
[INFO] [stdout]    --> src/scheduler/mod.rs:102:8
[INFO] [stdout]     |
[INFO] [stdout] 102 | pub fn deschedule(e: &mut Event) {
[INFO] [stdout]     |        ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `cartridge_info` is never used
[INFO] [stdout]   --> src/sfc/mod.rs:32:12
[INFO] [stdout]    |
[INFO] [stdout] 13 | impl SuperFamicom {
[INFO] [stdout]    | ----------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 32 |     pub fn cartridge_info(&self) {
[INFO] [stdout]    |            ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `rom` and `sram` are never read
[INFO] [stdout]   --> src/sfc/cartridge/mod.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub struct Cartridge {
[INFO] [stdout]    |            --------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 11 |     pub rom: Vec<u8>,
[INFO] [stdout]    |         ^^^
[INFO] [stdout] 12 |     pub sram: Box<[u8; SRAM_SIZE]>,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `map_mode` and `chipset` are never read
[INFO] [stdout]   --> src/sfc/cartridge/header.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout]  5 | pub struct Header {
[INFO] [stdout]    |            ------ fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 10 |     pub map_mode: u8,
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 13 |     pub chipset: u8,
[INFO] [stdout]    |         ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Header` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `wram` is never read
[INFO] [stdout]   --> src/sfc/cpu/mod.rs:20:9
[INFO] [stdout]    |
[INFO] [stdout] 18 | pub struct Cpu {
[INFO] [stdout]    |            --- field in this struct
[INFO] [stdout] 19 |     pub cartridge: cartridge::Cartridge,
[INFO] [stdout] 20 |     pub wram: Box<[u8; WRAM_SIZE]>,
[INFO] [stdout]    |         ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `set_active_region` is never used
[INFO] [stdout]    --> src/sfc/cpu/mod.rs:135:12
[INFO] [stdout]     |
[INFO] [stdout]  59 | impl Cpu {
[INFO] [stdout]     | -------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 135 |     pub fn set_active_region(&mut self, addr: u32) {}
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `absolute_y`, `far`, and `far_y` are never used
[INFO] [stdout]   --> src/sfc/cpu/addr.rs:20:12
[INFO] [stdout]    |
[INFO] [stdout]  4 | impl Cpu {
[INFO] [stdout]    | -------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 20 |     pub fn absolute_y(&mut self) -> (u8, u16) {
[INFO] [stdout]    |            ^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 55 |     pub fn far(&mut self) -> (u8, u16) {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] ...
[INFO] [stdout] 60 |     pub fn far_y(&mut self) -> (u8, u16) {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `m0` is never used
[INFO] [stdout]   --> src/sfc/cpu/instruction.rs:80:12
[INFO] [stdout]    |
[INFO] [stdout] 80 |     pub fn m0(c: &mut Cpu, _: u8) {
[INFO] [stdout]    |            ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `m1` is never used
[INFO] [stdout]   --> src/sfc/cpu/instruction.rs:86:12
[INFO] [stdout]    |
[INFO] [stdout] 86 |     pub fn m1(c: &mut Cpu, _: u8) {
[INFO] [stdout]    |            ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `m0` is never used
[INFO] [stdout]   --> src/sfc/cpu/instruction.rs:99:12
[INFO] [stdout]    |
[INFO] [stdout] 99 |     pub fn m0(c: &mut Cpu, _: u8) {
[INFO] [stdout]    |            ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `m0` is never used
[INFO] [stdout]    --> src/sfc/cpu/instruction.rs:132:12
[INFO] [stdout]     |
[INFO] [stdout] 132 |     pub fn m0(c: &mut Cpu, _: u8) {
[INFO] [stdout]     |            ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `m1` is never used
[INFO] [stdout]    --> src/sfc/cpu/instruction.rs:138:12
[INFO] [stdout]     |
[INFO] [stdout] 138 |     pub fn m1(c: &mut Cpu, _: u8) {
[INFO] [stdout]     |            ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `m0` is never used
[INFO] [stdout]    --> src/sfc/cpu/instruction.rs:167:12
[INFO] [stdout]     |
[INFO] [stdout] 167 |     pub fn m0(c: &mut Cpu, _: u8) {
[INFO] [stdout]     |            ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `m1` is never used
[INFO] [stdout]    --> src/sfc/cpu/instruction.rs:173:12
[INFO] [stdout]     |
[INFO] [stdout] 173 |     pub fn m1(c: &mut Cpu, _: u8) {
[INFO] [stdout]     |            ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `m0` is never used
[INFO] [stdout]    --> src/sfc/cpu/instruction.rs:207:12
[INFO] [stdout]     |
[INFO] [stdout] 207 |     pub fn m0(c: &mut Cpu, _: u8) {
[INFO] [stdout]     |            ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `write_io8` is never used
[INFO] [stdout]   --> src/sfc/cpu/io.rs:10:12
[INFO] [stdout]    |
[INFO] [stdout]  3 | impl Cpu {
[INFO] [stdout]    | -------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 10 |     pub fn write_io8(&mut self, addr: u16, val: u8) {
[INFO] [stdout]    |            ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `y` and `emulation` are never read
[INFO] [stdout]   --> src/sfc/cpu/register.rs:23:9
[INFO] [stdout]    |
[INFO] [stdout]  3 | pub struct Register {
[INFO] [stdout]    |            -------- fields in this struct
[INFO] [stdout] ...
[INFO] [stdout] 23 |     pub y: u16,
[INFO] [stdout]    |         ^
[INFO] [stdout] ...
[INFO] [stdout] 29 |     pub emulation: bool,
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `word` and `set` are never used
[INFO] [stdout]   --> src/sfc/cpu/register.rs:39:12
[INFO] [stdout]    |
[INFO] [stdout] 38 | impl PC {
[INFO] [stdout]    | ------- methods in this implementation
[INFO] [stdout] 39 |     pub fn word(&self) -> u32 {
[INFO] [stdout]    |            ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 43 |     pub fn set(&mut self, bank: u8, offset: u16) {
[INFO] [stdout]    |            ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `in_6502_emulation` is never used
[INFO] [stdout]   --> src/sfc/cpu/register.rs:64:8
[INFO] [stdout]    |
[INFO] [stdout] 49 | impl Register {
[INFO] [stdout]    | ------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 64 |     fn in_6502_emulation(&self) -> bool {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated items `into_bytes` and `from_bytes` are never used
[INFO] [stdout]   --> src/sfc/cpu/register.rs:70:1
[INFO] [stdout]    |
[INFO] [stdout] 70 |   pub struct Psr {
[INFO] [stdout]    |   ^-------------
[INFO] [stdout]    |   |
[INFO] [stdout]    |  _associated items in this implementation
[INFO] [stdout]    | |
[INFO] [stdout] 71 | |     /// carry
[INFO] [stdout] 72 | |     pub c: B1,
[INFO] [stdout] ...  |
[INFO] [stdout] 94 | |     pub n: B1,
[INFO] [stdout] 95 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `c`, `z`, `i`, `d`, `v`, and `n` are never used
[INFO] [stdout]   --> src/sfc/cpu/register.rs:72:9
[INFO] [stdout]    |
[INFO] [stdout] 70 | pub struct Psr {
[INFO] [stdout]    | -------------- methods in this implementation
[INFO] [stdout] 71 |     /// carry
[INFO] [stdout] 72 |     pub c: B1,
[INFO] [stdout]    |         ^
[INFO] [stdout] ...
[INFO] [stdout] 75 |     pub z: B1,
[INFO] [stdout]    |         ^
[INFO] [stdout] ...
[INFO] [stdout] 78 |     pub i: B1,
[INFO] [stdout]    |         ^
[INFO] [stdout] ...
[INFO] [stdout] 81 |     pub d: B1,
[INFO] [stdout]    |         ^
[INFO] [stdout] ...
[INFO] [stdout] 91 |     pub v: B1,
[INFO] [stdout]    |         ^
[INFO] [stdout] ...
[INFO] [stdout] 94 |     pub n: B1,
[INFO] [stdout]    |         ^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `vram` is never read
[INFO] [stdout]  --> src/sfc/ppu/mod.rs:7:9
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub struct Ppu {
[INFO] [stdout]   |            --- field in this struct
[INFO] [stdout] 7 |     pub vram: Box<[u8; VRAM_SIZE]>,
[INFO] [stdout]   |         ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get` is never used
[INFO] [stdout]   --> src/sfc/ppu/mod.rs:24:8
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub fn get() -> &'static Ppu {
[INFO] [stdout]    |        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `read8` and `write8` are never used
[INFO] [stdout]   --> src/sfc/ppu/mod.rs:44:12
[INFO] [stdout]    |
[INFO] [stdout] 42 | impl Ppu {
[INFO] [stdout]    | -------- methods in this implementation
[INFO] [stdout] 43 |     /// This func is inspired by snes9x's S9xGetPPU
[INFO] [stdout] 44 |     pub fn read8(&mut self, addr: u16) -> u8 {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 49 |     pub fn write8(&mut self, addr: u16, val: u8) {
[INFO] [stdout]    |            ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/scheduler/mod.rs:28:21
[INFO] [stdout]    |
[INFO] [stdout] 28 |     return unsafe { &SCHEDULER };
[INFO] [stdout]    |                     ^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]    = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] help: use `&raw const` instead to create a raw pointer
[INFO] [stdout]    |
[INFO] [stdout] 28 |     return unsafe { &raw const SCHEDULER };
[INFO] [stdout]    |                      +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/scheduler/mod.rs:32:21
[INFO] [stdout]    |
[INFO] [stdout] 32 |     return unsafe { &mut SCHEDULER };
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout] help: use `&raw mut` instead to create a raw pointer
[INFO] [stdout]    |
[INFO] [stdout] 32 |     return unsafe { &raw mut SCHEDULER };
[INFO] [stdout]    |                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/scheduler/mod.rs:48:22
[INFO] [stdout]    |
[INFO] [stdout] 48 |         for event in &SCHEDULER.root {
[INFO] [stdout]    |                      ^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout] help: use `&raw const` instead to create a raw pointer
[INFO] [stdout]    |
[INFO] [stdout] 48 |         for event in &raw const SCHEDULER.root {
[INFO] [stdout]    |                       +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/scheduler/mod.rs:53:21
[INFO] [stdout]    |
[INFO] [stdout] 53 |                     SCHEDULER.root.pop_front();
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/scheduler/mod.rs:62:13
[INFO] [stdout]    |
[INFO] [stdout] 62 |             SCHEDULER.root.pop_front();
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/scheduler/mod.rs:79:18
[INFO] [stdout]    |
[INFO] [stdout] 79 |         for e in &SCHEDULER.root {
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout] help: use `&raw const` instead to create a raw pointer
[INFO] [stdout]    |
[INFO] [stdout] 79 |         for e in &raw const SCHEDULER.root {
[INFO] [stdout]    |                   +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/scheduler/mod.rs:87:25
[INFO] [stdout]    |
[INFO] [stdout] 87 |         let mut split = SCHEDULER.root.split_off(idx);
[INFO] [stdout]    |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/scheduler/mod.rs:88:9
[INFO] [stdout]    |
[INFO] [stdout] 88 |         SCHEDULER.root.push_back(e);
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/scheduler/mod.rs:89:9
[INFO] [stdout]    |
[INFO] [stdout] 89 |         SCHEDULER.root.append(&mut split);
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/scheduler/mod.rs:107:18
[INFO] [stdout]     |
[INFO] [stdout] 107 |         for e in &SCHEDULER.root {
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout] help: use `&raw const` instead to create a raw pointer
[INFO] [stdout]     |
[INFO] [stdout] 107 |         for e in &raw const SCHEDULER.root {
[INFO] [stdout]     |                   +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/scheduler/mod.rs:114:25
[INFO] [stdout]     |
[INFO] [stdout] 114 |         let mut split = SCHEDULER.root.split_off(idx);
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]    --> src/scheduler/mod.rs:116:9
[INFO] [stdout]     |
[INFO] [stdout] 116 |         SCHEDULER.root.append(&mut split);
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/sfc/cpu/mod.rs:44:21
[INFO] [stdout]    |
[INFO] [stdout] 44 |     return unsafe { &CPU };
[INFO] [stdout]    |                     ^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout] help: use `&raw const` instead to create a raw pointer
[INFO] [stdout]    |
[INFO] [stdout] 44 |     return unsafe { &raw const CPU };
[INFO] [stdout]    |                      +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/sfc/cpu/mod.rs:48:21
[INFO] [stdout]    |
[INFO] [stdout] 48 |     return unsafe { &mut CPU };
[INFO] [stdout]    |                     ^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout] help: use `&raw mut` instead to create a raw pointer
[INFO] [stdout]    |
[INFO] [stdout] 48 |     return unsafe { &raw mut CPU };
[INFO] [stdout]    |                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `opA9` should have a snake case name
[INFO] [stdout]    --> src/sfc/cpu/instruction.rs:163:9
[INFO] [stdout]     |
[INFO] [stdout] 163 | pub mod opA9 {
[INFO] [stdout]     |         ^^^^ help: convert the identifier to snake case: `op_a9`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `opAA` should have a snake case name
[INFO] [stdout]    --> src/sfc/cpu/instruction.rs:180:9
[INFO] [stdout]     |
[INFO] [stdout] 180 | pub mod opAA {}
[INFO] [stdout]     |         ^^^^ help: convert the identifier to snake case: `op_aa`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `opC6` should have a snake case name
[INFO] [stdout]    --> src/sfc/cpu/instruction.rs:183:9
[INFO] [stdout]     |
[INFO] [stdout] 183 | pub mod opC6 {
[INFO] [stdout]     |         ^^^^ help: convert the identifier to snake case: `op_c6`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `opD6` should have a snake case name
[INFO] [stdout]    --> src/sfc/cpu/instruction.rs:203:9
[INFO] [stdout]     |
[INFO] [stdout] 203 | pub mod opD6 {
[INFO] [stdout]     |         ^^^^ help: convert the identifier to snake case: `op_d6`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `opE6` should have a snake case name
[INFO] [stdout]    --> src/sfc/cpu/instruction.rs:223:9
[INFO] [stdout]     |
[INFO] [stdout] 223 | pub mod opE6 {
[INFO] [stdout]     |         ^^^^ help: convert the identifier to snake case: `op_e6`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `opEE` should have a snake case name
[INFO] [stdout]    --> src/sfc/cpu/instruction.rs:243:9
[INFO] [stdout]     |
[INFO] [stdout] 243 | pub mod opEE {
[INFO] [stdout]     |         ^^^^ help: convert the identifier to snake case: `op_ee`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: module `opFE` should have a snake case name
[INFO] [stdout]    --> src/sfc/cpu/instruction.rs:263:9
[INFO] [stdout]     |
[INFO] [stdout] 263 | pub mod opFE {
[INFO] [stdout]     |         ^^^^ help: convert the identifier to snake case: `op_fe`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]   --> src/sfc/ppu/mod.rs:25:21
[INFO] [stdout]    |
[INFO] [stdout] 25 |     return unsafe { &PPU };
[INFO] [stdout]    |                     ^^^^ shared reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout] help: use `&raw const` instead to create a raw pointer
[INFO] [stdout]    |
[INFO] [stdout] 25 |     return unsafe { &raw const PPU };
[INFO] [stdout]    |                      +++++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a mutable reference to mutable static
[INFO] [stdout]   --> src/sfc/ppu/mod.rs:29:21
[INFO] [stdout]    |
[INFO] [stdout] 29 |     return unsafe { &mut PPU };
[INFO] [stdout]    |                     ^^^^^^^^ mutable reference to mutable static
[INFO] [stdout]    |
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stdout] help: use `&raw mut` instead to create a raw pointer
[INFO] [stdout]    |
[INFO] [stdout] 29 |     return unsafe { &raw mut PPU };
[INFO] [stdout]    |                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.66s
[INFO] running `Command { std: "docker" "inspect" "dab2804073eb998330bcc5e401246d4f6179d46ae691782d44762dd3cb885f7d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dab2804073eb998330bcc5e401246d4f6179d46ae691782d44762dd3cb885f7d", kill_on_drop: false }`
[INFO] [stdout] dab2804073eb998330bcc5e401246d4f6179d46ae691782d44762dd3cb885f7d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+9f93af291970322f4f1c6315ccde4d7078201159" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 041ea07d8b4828ed58b57fc23d6aa8e8ad1281ef25923bfbbe626251de3b6258
[INFO] running `Command { std: "docker" "start" "-a" "041ea07d8b4828ed58b57fc23d6aa8e8ad1281ef25923bfbbe626251de3b6258", kill_on_drop: false }`
[INFO] [stderr] warning: unnecessary parentheses around assigned value
[INFO] [stderr]  --> src/constants.rs:8:29
[INFO] [stderr]   |
[INFO] [stderr] 8 | pub const ROM_SIZE: usize = (MAX_ROM_SIZE + 0x200 + 0x8000);
[INFO] [stderr]   |                             ^                             ^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]   |
[INFO] [stderr] 8 - pub const ROM_SIZE: usize = (MAX_ROM_SIZE + 0x200 + 0x8000);
[INFO] [stderr] 8 + pub const ROM_SIZE: usize = MAX_ROM_SIZE + 0x200 + 0x8000 ;
[INFO] [stderr]   |
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `load8`
[INFO] [stderr]   --> src/sfc/cpu/instruction.rs:97:43
[INFO] [stderr]    |
[INFO] [stderr] 97 |     use crate::sfc::{cpu::cycles, load16, load8};
[INFO] [stderr]    |                                           ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unreachable statement
[INFO] [stderr]   --> src/sfc/mod.rs:62:13
[INFO] [stderr]    |
[INFO] [stderr] 61 |             todo!();
[INFO] [stderr]    |             ------- any code following this expression is unreachable
[INFO] [stderr] 62 |             return 0;
[INFO] [stderr]    |             ^^^^^^^^^ unreachable statement
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unreachable_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `c`
[INFO] [stderr]  --> src/sfc/cpu/instruction.rs:4:13
[INFO] [stderr]   |
[INFO] [stderr] 4 | pub fn op00(c: &mut Cpu, _: u8) {}
[INFO] [stderr]   |             ^ help: if this is intentional, prefix it with an underscore: `_c`
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `c`
[INFO] [stderr]   --> src/sfc/cpu/instruction.rs:35:13
[INFO] [stderr]    |
[INFO] [stderr] 35 | pub fn op02(c: &mut Cpu, _: u8) {
[INFO] [stderr]    |             ^ help: if this is intentional, prefix it with an underscore: `_c`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `addr`
[INFO] [stderr]  --> src/sfc/cpu/io.rs:5:32
[INFO] [stderr]   |
[INFO] [stderr] 5 |     pub fn read_io8(&mut self, addr: u16) -> u8 {
[INFO] [stderr]   |                                ^^^^ help: if this is intentional, prefix it with an underscore: `_addr`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `addr`
[INFO] [stderr]   --> src/sfc/cpu/io.rs:10:33
[INFO] [stderr]    |
[INFO] [stderr] 10 |     pub fn write_io8(&mut self, addr: u16, val: u8) {
[INFO] [stderr]    |                                 ^^^^ help: if this is intentional, prefix it with an underscore: `_addr`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `val`
[INFO] [stderr]   --> src/sfc/cpu/io.rs:10:44
[INFO] [stderr]    |
[INFO] [stderr] 10 |     pub fn write_io8(&mut self, addr: u16, val: u8) {
[INFO] [stderr]    |                                            ^^^ help: if this is intentional, prefix it with an underscore: `_val`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `addr`
[INFO] [stderr]    --> src/sfc/cpu/mod.rs:135:41
[INFO] [stderr]     |
[INFO] [stderr] 135 |     pub fn set_active_region(&mut self, addr: u32) {}
[INFO] [stderr]     |                                         ^^^^ help: if this is intentional, prefix it with an underscore: `_addr`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `addr`
[INFO] [stderr]   --> src/sfc/ppu/mod.rs:44:29
[INFO] [stderr]    |
[INFO] [stderr] 44 |     pub fn read8(&mut self, addr: u16) -> u8 {
[INFO] [stderr]    |                             ^^^^ help: if this is intentional, prefix it with an underscore: `_addr`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `addr`
[INFO] [stderr]   --> src/sfc/ppu/mod.rs:49:30
[INFO] [stderr]    |
[INFO] [stderr] 49 |     pub fn write8(&mut self, addr: u16, val: u8) {
[INFO] [stderr]    |                              ^^^^ help: if this is intentional, prefix it with an underscore: `_addr`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `val`
[INFO] [stderr]   --> src/sfc/ppu/mod.rs:49:41
[INFO] [stderr]    |
[INFO] [stderr] 49 |     pub fn write8(&mut self, addr: u16, val: u8) {
[INFO] [stderr]    |                                         ^^^ help: if this is intentional, prefix it with an underscore: `_val`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `cycles`
[INFO] [stderr]   --> src/sfc/mod.rs:44:34
[INFO] [stderr]    |
[INFO] [stderr] 44 | pub fn load8(bank: u8, ofs: u16, cycles: Option<&mut i64>) -> u8 {
[INFO] [stderr]    |                                  ^^^^^^ help: if this is intentional, prefix it with an underscore: `_cycles`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `bank`
[INFO] [stderr]   --> src/sfc/mod.rs:70:15
[INFO] [stderr]    |
[INFO] [stderr] 70 | pub fn load16(bank: u8, ofs: u16, cycles: Option<&mut i64>) -> u16 {
[INFO] [stderr]    |               ^^^^ help: if this is intentional, prefix it with an underscore: `_bank`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `ofs`
[INFO] [stderr]   --> src/sfc/mod.rs:70:25
[INFO] [stderr]    |
[INFO] [stderr] 70 | pub fn load16(bank: u8, ofs: u16, cycles: Option<&mut i64>) -> u16 {
[INFO] [stderr]    |                         ^^^ help: if this is intentional, prefix it with an underscore: `_ofs`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `cycles`
[INFO] [stderr]   --> src/sfc/mod.rs:70:35
[INFO] [stderr]    |
[INFO] [stderr] 70 | pub fn load16(bank: u8, ofs: u16, cycles: Option<&mut i64>) -> u16 {
[INFO] [stderr]    |                                   ^^^^^^ help: if this is intentional, prefix it with an underscore: `_cycles`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `bank`
[INFO] [stderr]   --> src/sfc/mod.rs:75:11
[INFO] [stderr]    |
[INFO] [stderr] 75 | fn store8(bank: u8, addr: u16, val: u8, cycles: Option<&mut i64>) {
[INFO] [stderr]    |           ^^^^ help: if this is intentional, prefix it with an underscore: `_bank`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `addr`
[INFO] [stderr]   --> src/sfc/mod.rs:75:21
[INFO] [stderr]    |
[INFO] [stderr] 75 | fn store8(bank: u8, addr: u16, val: u8, cycles: Option<&mut i64>) {
[INFO] [stderr]    |                     ^^^^ help: if this is intentional, prefix it with an underscore: `_addr`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `val`
[INFO] [stderr]   --> src/sfc/mod.rs:75:32
[INFO] [stderr]    |
[INFO] [stderr] 75 | fn store8(bank: u8, addr: u16, val: u8, cycles: Option<&mut i64>) {
[INFO] [stderr]    |                                ^^^ help: if this is intentional, prefix it with an underscore: `_val`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `cycles`
[INFO] [stderr]   --> src/sfc/mod.rs:75:41
[INFO] [stderr]    |
[INFO] [stderr] 75 | fn store8(bank: u8, addr: u16, val: u8, cycles: Option<&mut i64>) {
[INFO] [stderr]    |                                         ^^^^^^ help: if this is intentional, prefix it with an underscore: `_cycles`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `bank`
[INFO] [stderr]   --> src/sfc/mod.rs:80:12
[INFO] [stderr]    |
[INFO] [stderr] 80 | fn store16(bank: u8, addr: u16, val: u16, cycles: Option<&mut i64>) {
[INFO] [stderr]    |            ^^^^ help: if this is intentional, prefix it with an underscore: `_bank`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `addr`
[INFO] [stderr]   --> src/sfc/mod.rs:80:22
[INFO] [stderr]    |
[INFO] [stderr] 80 | fn store16(bank: u8, addr: u16, val: u16, cycles: Option<&mut i64>) {
[INFO] [stderr]    |                      ^^^^ help: if this is intentional, prefix it with an underscore: `_addr`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `val`
[INFO] [stderr]   --> src/sfc/mod.rs:80:33
[INFO] [stderr]    |
[INFO] [stderr] 80 | fn store16(bank: u8, addr: u16, val: u16, cycles: Option<&mut i64>) {
[INFO] [stderr]    |                                 ^^^ help: if this is intentional, prefix it with an underscore: `_val`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `cycles`
[INFO] [stderr]   --> src/sfc/mod.rs:80:43
[INFO] [stderr]    |
[INFO] [stderr] 80 | fn store16(bank: u8, addr: u16, val: u16, cycles: Option<&mut i64>) {
[INFO] [stderr]    |                                           ^^^^^^ help: if this is intentional, prefix it with an underscore: `_cycles`
[INFO] [stderr] 
[INFO] [stderr] warning: function `get` is never used
[INFO] [stderr]   --> src/scheduler/mod.rs:27:8
[INFO] [stderr]    |
[INFO] [stderr] 27 | pub fn get() -> &'static Scheduler {
[INFO] [stderr]    |        ^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: function `cycles` is never used
[INFO] [stderr]   --> src/scheduler/mod.rs:36:8
[INFO] [stderr]    |
[INFO] [stderr] 36 | pub fn cycles() -> i64 {
[INFO] [stderr]    |        ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `reschedule` is never used
[INFO] [stderr]   --> src/scheduler/mod.rs:93:8
[INFO] [stderr]    |
[INFO] [stderr] 93 | pub fn reschedule(e: &mut Event, after: i64) {
[INFO] [stderr]    |        ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `schedule_abs` is never used
[INFO] [stderr]   --> src/scheduler/mod.rs:98:8
[INFO] [stderr]    |
[INFO] [stderr] 98 | pub fn schedule_abs(e: &mut Event, when: i64) {
[INFO] [stderr]    |        ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `deschedule` is never used
[INFO] [stderr]    --> src/scheduler/mod.rs:102:8
[INFO] [stderr]     |
[INFO] [stderr] 102 | pub fn deschedule(e: &mut Event) {
[INFO] [stderr]     |        ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `cartridge_info` is never used
[INFO] [stderr]   --> src/sfc/mod.rs:32:12
[INFO] [stderr]    |
[INFO] [stderr] 13 | impl SuperFamicom {
[INFO] [stderr]    | ----------------- method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 32 |     pub fn cartridge_info(&self) {
[INFO] [stderr]    |            ^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: fields `rom` and `sram` are never read
[INFO] [stderr]   --> src/sfc/cartridge/mod.rs:11:9
[INFO] [stderr]    |
[INFO] [stderr]  8 | pub struct Cartridge {
[INFO] [stderr]    |            --------- fields in this struct
[INFO] [stderr] ...
[INFO] [stderr] 11 |     pub rom: Vec<u8>,
[INFO] [stderr]    |         ^^^
[INFO] [stderr] 12 |     pub sram: Box<[u8; SRAM_SIZE]>,
[INFO] [stderr]    |         ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: fields `map_mode` and `chipset` are never read
[INFO] [stderr]   --> src/sfc/cartridge/header.rs:10:9
[INFO] [stderr]    |
[INFO] [stderr]  5 | pub struct Header {
[INFO] [stderr]    |            ------ fields in this struct
[INFO] [stderr] ...
[INFO] [stderr] 10 |     pub map_mode: u8,
[INFO] [stderr]    |         ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 13 |     pub chipset: u8,
[INFO] [stderr]    |         ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `Header` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: field `wram` is never read
[INFO] [stderr]   --> src/sfc/cpu/mod.rs:20:9
[INFO] [stderr]    |
[INFO] [stderr] 18 | pub struct Cpu {
[INFO] [stderr]    |            --- field in this struct
[INFO] [stderr] 19 |     pub cartridge: cartridge::Cartridge,
[INFO] [stderr] 20 |     pub wram: Box<[u8; WRAM_SIZE]>,
[INFO] [stderr]    |         ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `set_active_region` is never used
[INFO] [stderr]    --> src/sfc/cpu/mod.rs:135:12
[INFO] [stderr]     |
[INFO] [stderr]  59 | impl Cpu {
[INFO] [stderr]     | -------- method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 135 |     pub fn set_active_region(&mut self, addr: u32) {}
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: methods `absolute_y`, `far`, and `far_y` are never used
[INFO] [stderr]   --> src/sfc/cpu/addr.rs:20:12
[INFO] [stderr]    |
[INFO] [stderr]  4 | impl Cpu {
[INFO] [stderr]    | -------- methods in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 20 |     pub fn absolute_y(&mut self) -> (u8, u16) {
[INFO] [stderr]    |            ^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 55 |     pub fn far(&mut self) -> (u8, u16) {
[INFO] [stderr]    |            ^^^
[INFO] [stderr] ...
[INFO] [stderr] 60 |     pub fn far_y(&mut self) -> (u8, u16) {
[INFO] [stderr]    |            ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `m0` is never used
[INFO] [stderr]   --> src/sfc/cpu/instruction.rs:80:12
[INFO] [stderr]    |
[INFO] [stderr] 80 |     pub fn m0(c: &mut Cpu, _: u8) {
[INFO] [stderr]    |            ^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `m1` is never used
[INFO] [stderr]   --> src/sfc/cpu/instruction.rs:86:12
[INFO] [stderr]    |
[INFO] [stderr] 86 |     pub fn m1(c: &mut Cpu, _: u8) {
[INFO] [stderr]    |            ^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `m0` is never used
[INFO] [stderr]   --> src/sfc/cpu/instruction.rs:99:12
[INFO] [stderr]    |
[INFO] [stderr] 99 |     pub fn m0(c: &mut Cpu, _: u8) {
[INFO] [stderr]    |            ^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `m0` is never used
[INFO] [stderr]    --> src/sfc/cpu/instruction.rs:132:12
[INFO] [stderr]     |
[INFO] [stderr] 132 |     pub fn m0(c: &mut Cpu, _: u8) {
[INFO] [stderr]     |            ^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `m1` is never used
[INFO] [stderr]    --> src/sfc/cpu/instruction.rs:138:12
[INFO] [stderr]     |
[INFO] [stderr] 138 |     pub fn m1(c: &mut Cpu, _: u8) {
[INFO] [stderr]     |            ^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `m0` is never used
[INFO] [stderr]    --> src/sfc/cpu/instruction.rs:167:12
[INFO] [stderr]     |
[INFO] [stderr] 167 |     pub fn m0(c: &mut Cpu, _: u8) {
[INFO] [stderr]     |            ^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `m1` is never used
[INFO] [stderr]    --> src/sfc/cpu/instruction.rs:173:12
[INFO] [stderr]     |
[INFO] [stderr] 173 |     pub fn m1(c: &mut Cpu, _: u8) {
[INFO] [stderr]     |            ^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `m0` is never used
[INFO] [stderr]    --> src/sfc/cpu/instruction.rs:207:12
[INFO] [stderr]     |
[INFO] [stderr] 207 |     pub fn m0(c: &mut Cpu, _: u8) {
[INFO] [stderr]     |            ^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `write_io8` is never used
[INFO] [stderr]   --> src/sfc/cpu/io.rs:10:12
[INFO] [stderr]    |
[INFO] [stderr]  3 | impl Cpu {
[INFO] [stderr]    | -------- method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 10 |     pub fn write_io8(&mut self, addr: u16, val: u8) {
[INFO] [stderr]    |            ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: fields `y` and `emulation` are never read
[INFO] [stderr]   --> src/sfc/cpu/register.rs:23:9
[INFO] [stderr]    |
[INFO] [stderr]  3 | pub struct Register {
[INFO] [stderr]    |            -------- fields in this struct
[INFO] [stderr] ...
[INFO] [stderr] 23 |     pub y: u16,
[INFO] [stderr]    |         ^
[INFO] [stderr] ...
[INFO] [stderr] 29 |     pub emulation: bool,
[INFO] [stderr]    |         ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: methods `word` and `set` are never used
[INFO] [stderr]   --> src/sfc/cpu/register.rs:39:12
[INFO] [stderr]    |
[INFO] [stderr] 38 | impl PC {
[INFO] [stderr]    | ------- methods in this implementation
[INFO] [stderr] 39 |     pub fn word(&self) -> u32 {
[INFO] [stderr]    |            ^^^^
[INFO] [stderr] ...
[INFO] [stderr] 43 |     pub fn set(&mut self, bank: u8, offset: u16) {
[INFO] [stderr]    |            ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: method `in_6502_emulation` is never used
[INFO] [stderr]   --> src/sfc/cpu/register.rs:64:8
[INFO] [stderr]    |
[INFO] [stderr] 49 | impl Register {
[INFO] [stderr]    | ------------- method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 64 |     fn in_6502_emulation(&self) -> bool {
[INFO] [stderr]    |        ^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated items `into_bytes` and `from_bytes` are never used
[INFO] [stderr]   --> src/sfc/cpu/register.rs:70:1
[INFO] [stderr]    |
[INFO] [stderr] 70 |   pub struct Psr {
[INFO] [stderr]    |   ^-------------
[INFO] [stderr]    |   |
[INFO] [stderr]    |  _associated items in this implementation
[INFO] [stderr]    | |
[INFO] [stderr] 71 | |     /// carry
[INFO] [stderr] 72 | |     pub c: B1,
[INFO] [stderr] ...  |
[INFO] [stderr] 94 | |     pub n: B1,
[INFO] [stderr] 95 | | }
[INFO] [stderr]    | |_^
[INFO] [stderr] 
[INFO] [stderr] warning: methods `c`, `z`, `i`, `d`, `v`, and `n` are never used
[INFO] [stderr]   --> src/sfc/cpu/register.rs:72:9
[INFO] [stderr]    |
[INFO] [stderr] 70 | pub struct Psr {
[INFO] [stderr]    | -------------- methods in this implementation
[INFO] [stderr] 71 |     /// carry
[INFO] [stderr] 72 |     pub c: B1,
[INFO] [stderr]    |         ^
[INFO] [stderr] ...
[INFO] [stderr] 75 |     pub z: B1,
[INFO] [stderr]    |         ^
[INFO] [stderr] ...
[INFO] [stderr] 78 |     pub i: B1,
[INFO] [stderr]    |         ^
[INFO] [stderr] ...
[INFO] [stderr] 81 |     pub d: B1,
[INFO] [stderr]    |         ^
[INFO] [stderr] ...
[INFO] [stderr] 91 |     pub v: B1,
[INFO] [stderr]    |         ^
[INFO] [stderr] ...
[INFO] [stderr] 94 |     pub n: B1,
[INFO] [stderr]    |         ^
[INFO] [stderr] 
[INFO] [stderr] warning: field `vram` is never read
[INFO] [stderr]  --> src/sfc/ppu/mod.rs:7:9
[INFO] [stderr]   |
[INFO] [stderr] 6 | pub struct Ppu {
[INFO] [stderr]   |            --- field in this struct
[INFO] [stderr] 7 |     pub vram: Box<[u8; VRAM_SIZE]>,
[INFO] [stderr]   |         ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `get` is never used
[INFO] [stderr]   --> src/sfc/ppu/mod.rs:24:8
[INFO] [stderr]    |
[INFO] [stderr] 24 | pub fn get() -> &'static Ppu {
[INFO] [stderr]    |        ^^^
[INFO] [stderr] 
[INFO] [stderr] warning: methods `read8` and `write8` are never used
[INFO] [stderr]   --> src/sfc/ppu/mod.rs:44:12
[INFO] [stderr]    |
[INFO] [stderr] 42 | impl Ppu {
[INFO] [stderr]    | -------- methods in this implementation
[INFO] [stderr] 43 |     /// This func is inspired by snes9x's S9xGetPPU
[INFO] [stderr] 44 |     pub fn read8(&mut self, addr: u16) -> u8 {
[INFO] [stderr]    |            ^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 49 |     pub fn write8(&mut self, addr: u16, val: u8) {
[INFO] [stderr]    |            ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: creating a shared reference to mutable static
[INFO] [stderr]   --> src/scheduler/mod.rs:28:21
[INFO] [stderr]    |
[INFO] [stderr] 28 |     return unsafe { &SCHEDULER };
[INFO] [stderr]    |                     ^^^^^^^^^^ shared reference to mutable static
[INFO] [stderr]    |
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stderr]    = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stderr] help: use `&raw const` instead to create a raw pointer
[INFO] [stderr]    |
[INFO] [stderr] 28 |     return unsafe { &raw const SCHEDULER };
[INFO] [stderr]    |                      +++++++++
[INFO] [stderr] 
[INFO] [stderr] warning: creating a mutable reference to mutable static
[INFO] [stderr]   --> src/scheduler/mod.rs:32:21
[INFO] [stderr]    |
[INFO] [stderr] 32 |     return unsafe { &mut SCHEDULER };
[INFO] [stderr]    |                     ^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stderr]    |
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stderr] help: use `&raw mut` instead to create a raw pointer
[INFO] [stderr]    |
[INFO] [stderr] 32 |     return unsafe { &raw mut SCHEDULER };
[INFO] [stderr]    |                      +++
[INFO] [stderr] 
[INFO] [stderr] warning: creating a shared reference to mutable static
[INFO] [stderr]   --> src/scheduler/mod.rs:48:22
[INFO] [stderr]    |
[INFO] [stderr] 48 |         for event in &SCHEDULER.root {
[INFO] [stderr]    |                      ^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stderr]    |
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stderr] help: use `&raw const` instead to create a raw pointer
[INFO] [stderr]    |
[INFO] [stderr] 48 |         for event in &raw const SCHEDULER.root {
[INFO] [stderr]    |                       +++++++++
[INFO] [stderr] 
[INFO] [stderr] warning: creating a mutable reference to mutable static
[INFO] [stderr]   --> src/scheduler/mod.rs:53:21
[INFO] [stderr]    |
[INFO] [stderr] 53 |                     SCHEDULER.root.pop_front();
[INFO] [stderr]    |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stderr]    |
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stderr] 
[INFO] [stderr] warning: creating a mutable reference to mutable static
[INFO] [stderr]   --> src/scheduler/mod.rs:62:13
[INFO] [stderr]    |
[INFO] [stderr] 62 |             SCHEDULER.root.pop_front();
[INFO] [stderr]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stderr]    |
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stderr] 
[INFO] [stderr] warning: creating a shared reference to mutable static
[INFO] [stderr]   --> src/scheduler/mod.rs:79:18
[INFO] [stderr]    |
[INFO] [stderr] 79 |         for e in &SCHEDULER.root {
[INFO] [stderr]    |                  ^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stderr]    |
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stderr] help: use `&raw const` instead to create a raw pointer
[INFO] [stderr]    |
[INFO] [stderr] 79 |         for e in &raw const SCHEDULER.root {
[INFO] [stderr]    |                   +++++++++
[INFO] [stderr] 
[INFO] [stderr] warning: creating a mutable reference to mutable static
[INFO] [stderr]   --> src/scheduler/mod.rs:87:25
[INFO] [stderr]    |
[INFO] [stderr] 87 |         let mut split = SCHEDULER.root.split_off(idx);
[INFO] [stderr]    |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stderr]    |
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stderr] 
[INFO] [stderr] warning: creating a mutable reference to mutable static
[INFO] [stderr]   --> src/scheduler/mod.rs:88:9
[INFO] [stderr]    |
[INFO] [stderr] 88 |         SCHEDULER.root.push_back(e);
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stderr]    |
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stderr] 
[INFO] [stderr] warning: creating a mutable reference to mutable static
[INFO] [stderr]   --> src/scheduler/mod.rs:89:9
[INFO] [stderr]    |
[INFO] [stderr] 89 |         SCHEDULER.root.append(&mut split);
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stderr]    |
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stderr] 
[INFO] [stderr] warning: creating a shared reference to mutable static
[INFO] [stderr]    --> src/scheduler/mod.rs:107:18
[INFO] [stderr]     |
[INFO] [stderr] 107 |         for e in &SCHEDULER.root {
[INFO] [stderr]     |                  ^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stderr]     |
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stderr] help: use `&raw const` instead to create a raw pointer
[INFO] [stderr]     |
[INFO] [stderr] 107 |         for e in &raw const SCHEDULER.root {
[INFO] [stderr]     |                   +++++++++
[INFO] [stderr] 
[INFO] [stderr] warning: creating a mutable reference to mutable static
[INFO] [stderr]    --> src/scheduler/mod.rs:114:25
[INFO] [stderr]     |
[INFO] [stderr] 114 |         let mut split = SCHEDULER.root.split_off(idx);
[INFO] [stderr]     |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stderr]     |
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stderr] 
[INFO] [stderr] warning: creating a mutable reference to mutable static
[INFO] [stderr]    --> src/scheduler/mod.rs:116:9
[INFO] [stderr]     |
[INFO] [stderr] 116 |         SCHEDULER.root.append(&mut split);
[INFO] [stderr]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ mutable reference to mutable static
[INFO] [stderr]     |
[INFO] [stderr]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr]     = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stderr] 
[INFO] [stderr] warning: creating a shared reference to mutable static
[INFO] [stderr]   --> src/sfc/cpu/mod.rs:44:21
[INFO] [stderr]    |
[INFO] [stderr] 44 |     return unsafe { &CPU };
[INFO] [stderr]    |                     ^^^^ shared reference to mutable static
[INFO] [stderr]    |
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stderr] help: use `&raw const` instead to create a raw pointer
[INFO] [stderr]    |
[INFO] [stderr] 44 |     return unsafe { &raw const CPU };
[INFO] [stderr]    |                      +++++++++
[INFO] [stderr] 
[INFO] [stderr] warning: creating a mutable reference to mutable static
[INFO] [stderr]   --> src/sfc/cpu/mod.rs:48:21
[INFO] [stderr]    |
[INFO] [stderr] 48 |     return unsafe { &mut CPU };
[INFO] [stderr]    |                     ^^^^^^^^ mutable reference to mutable static
[INFO] [stderr]    |
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stderr] help: use `&raw mut` instead to create a raw pointer
[INFO] [stderr]    |
[INFO] [stderr] 48 |     return unsafe { &raw mut CPU };
[INFO] [stderr]    |                      +++
[INFO] [stderr] 
[INFO] [stderr] warning: module `opA9` should have a snake case name
[INFO] [stderr]    --> src/sfc/cpu/instruction.rs:163:9
[INFO] [stderr]     |
[INFO] [stderr] 163 | pub mod opA9 {
[INFO] [stderr]     |         ^^^^ help: convert the identifier to snake case: `op_a9`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: module `opAA` should have a snake case name
[INFO] [stderr]    --> src/sfc/cpu/instruction.rs:180:9
[INFO] [stderr]     |
[INFO] [stderr] 180 | pub mod opAA {}
[INFO] [stderr]     |         ^^^^ help: convert the identifier to snake case: `op_aa`
[INFO] [stderr] 
[INFO] [stderr] warning: module `opC6` should have a snake case name
[INFO] [stderr]    --> src/sfc/cpu/instruction.rs:183:9
[INFO] [stderr]     |
[INFO] [stderr] 183 | pub mod opC6 {
[INFO] [stderr]     |         ^^^^ help: convert the identifier to snake case: `op_c6`
[INFO] [stderr] 
[INFO] [stderr] warning: module `opD6` should have a snake case name
[INFO] [stderr]    --> src/sfc/cpu/instruction.rs:203:9
[INFO] [stderr]     |
[INFO] [stderr] 203 | pub mod opD6 {
[INFO] [stderr]     |         ^^^^ help: convert the identifier to snake case: `op_d6`
[INFO] [stderr] 
[INFO] [stderr] warning: module `opE6` should have a snake case name
[INFO] [stderr]    --> src/sfc/cpu/instruction.rs:223:9
[INFO] [stderr]     |
[INFO] [stderr] 223 | pub mod opE6 {
[INFO] [stderr]     |         ^^^^ help: convert the identifier to snake case: `op_e6`
[INFO] [stderr] 
[INFO] [stderr] warning: module `opEE` should have a snake case name
[INFO] [stderr]    --> src/sfc/cpu/instruction.rs:243:9
[INFO] [stderr]     |
[INFO] [stderr] 243 | pub mod opEE {
[INFO] [stderr]     |         ^^^^ help: convert the identifier to snake case: `op_ee`
[INFO] [stderr] 
[INFO] [stderr] warning: module `opFE` should have a snake case name
[INFO] [stderr]    --> src/sfc/cpu/instruction.rs:263:9
[INFO] [stderr]     |
[INFO] [stderr] 263 | pub mod opFE {
[INFO] [stderr]     |         ^^^^ help: convert the identifier to snake case: `op_fe`
[INFO] [stderr] 
[INFO] [stderr] warning: creating a shared reference to mutable static
[INFO] [stderr]   --> src/sfc/ppu/mod.rs:25:21
[INFO] [stderr]    |
[INFO] [stderr] 25 |     return unsafe { &PPU };
[INFO] [stderr]    |                     ^^^^ shared reference to mutable static
[INFO] [stderr]    |
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr]    = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stderr] help: use `&raw const` instead to create a raw pointer
[INFO] [stderr]    |
[INFO] [stderr] 25 |     return unsafe { &raw const PPU };
[INFO] [stderr]    |                      +++++++++
[INFO] [stderr] 
[INFO] [stderr] warning: creating a mutable reference to mutable static
[INFO] [stderr]   --> src/sfc/ppu/mod.rs:29:21
[INFO] [stderr]    |
[INFO] [stderr] 29 |     return unsafe { &mut PPU };
[INFO] [stderr]    |                     ^^^^^^^^ mutable reference to mutable static
[INFO] [stderr]    |
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stderr]    = note: mutable references to mutable statics are dangerous; it's undefined behavior if any other pointer to the static is used or if any other reference is created for the static while the mutable reference lives
[INFO] [stderr] help: use `&raw mut` instead to create a raw pointer
[INFO] [stderr]    |
[INFO] [stderr] 29 |     return unsafe { &raw mut PPU };
[INFO] [stderr]    |                      +++
[INFO] [stderr] 
[INFO] [stderr] warning: `toysnes` (bin "toysnes" test) generated 75 warnings (run `cargo fix --bin "toysnes" -p toysnes --tests` to apply 23 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/toysnes-fbaca96d29f5151e)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test unimplemented ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- unimplemented stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'unimplemented' (25) panicked at src/main.rs:30:53:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6324ff7cd3e2 - std::backtrace_rs::backtrace::libunwind::trace::h16affffe904e891e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x6324ff7cd3e2 - std::backtrace_rs::backtrace::trace_unsynchronized::h5c14b13373ed4150
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x6324ff7cd3e2 - std::sys::backtrace::_print_fmt::hcbb507f162c816cc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x6324ff7cd3e2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h8be9aa933f14675f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x6324ff7dd31f - core::fmt::rt::Argument::fmt::h30ed739d33467c3a
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x6324ff7dd31f - core::fmt::write::hfd0efbb002ac7eea
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/fmt/mod.rs:1469:25
[INFO] [stdout]    6:     0x6324ff79ac03 - std::io::default_write_fmt::hd6d24501f2d7f8d3
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x6324ff79ac03 - std::io::Write::write_fmt::h79eca2f72fc24111
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x6324ff7a69a2 - std::sys::backtrace::BacktraceLock::print::hf2554f6030d393f7
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x6324ff7ab62f - std::panicking::default_hook::{{closure}}::h8873121c56335b01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x6324ff7ab4c1 - std::panicking::default_hook::hbafefc2d196267a2
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x6324ff76c37e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::ha834d5846f91b30b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   12:     0x6324ff76c37e - test::test_main_with_exit_callback::{{closure}}::h63c167737eecb025
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x6324ff7abc3f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hbf9b0f7a281291fd
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2099:9
[INFO] [stdout]   14:     0x6324ff7abc3f - std::panicking::panic_with_hook::h9f5b09d5adc1a745
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x6324ff7aba9a - std::panicking::panic_handler::{{closure}}::h08111e483bdf6a89
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x6324ff7a6ad9 - std::sys::backtrace::__rust_end_short_backtrace::h1b86e3414ecbbe8d
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x6324ff78f3cd - __rustc[b292c645e8102103]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x6324ff7e4d30 - core::panicking::panic_fmt::h31cc490ecc8cc1fa
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x6324ff7e4326 - core::result::unwrap_failed::he05762ef9e6bdf9c
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/result.rs:1862:5
[INFO] [stdout]   20:     0x6324ff743081 - core::result::Result<T,E>::unwrap::h6b8eafcd67666ddf
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x6324ff743081 - toysnes::unimplemented::hecc2ecb19b671155
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:30:53
[INFO] [stdout]   22:     0x6324ff743487 - toysnes::unimplemented::{{closure}}::h8e8ce9caf5e2d659
[INFO] [stdout]                                at /opt/rustwide/workdir/src/main.rs:29:19
[INFO] [stdout]   23:     0x6324ff740eb6 - core::ops::function::FnOnce::call_once::h7aa56c8151ba15b5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x6324ff76c17b - core::ops::function::FnOnce::call_once::h2b2de5fdd23aab3e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x6324ff76c17b - test::__rust_begin_short_backtrace::he551dd004770be01
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:663:18
[INFO] [stdout]   26:     0x6324ff7801dd - test::run_test_in_process::{{closure}}::h5f0b44080a35ed87
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x6324ff7801dd - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h4dbf65d14893ecf5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   28:     0x6324ff7801dd - std::panicking::catch_unwind::do_call::hc37c563b8a006285
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   29:     0x6324ff7801dd - std::panicking::catch_unwind::h616b6e2e7a27f612
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   30:     0x6324ff7801dd - std::panic::catch_unwind::h1e788dd57758e6d8
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x6324ff7801dd - test::run_test_in_process::hf073c2764f29f8ad
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x6324ff7801dd - test::run_test::{{closure}}::h3dc46b7a0c340fa6
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x6324ff759724 - test::run_test::{{closure}}::h6a4da3c57ef4505f
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x6324ff759724 - std::sys::backtrace::__rust_begin_short_backtrace::hfd8e44bc311a5d57
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x6324ff75cf7a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h57c4ddec344fe24c
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:562:17
[INFO] [stdout]   36:     0x6324ff75cf7a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd7cbe09591f06dfb
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   37:     0x6324ff75cf7a - std::panicking::catch_unwind::do_call::hdcd076e8e993dfbc
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:590:40
[INFO] [stdout]   38:     0x6324ff75cf7a - std::panicking::catch_unwind::h8f9f675f3756eab1
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panicking.rs:553:19
[INFO] [stdout]   39:     0x6324ff75cf7a - std::panic::catch_unwind::he8f74a93abeceb9b
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x6324ff75cf7a - std::thread::Builder::spawn_unchecked_::{{closure}}::he43db13a2caa41d5
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/thread/mod.rs:560:30
[INFO] [stdout]   41:     0x6324ff75cf7a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h8f3531a7e0d83514
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x6324ff7a1edf - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h6ff05134d80ef20e
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/alloc/src/boxed.rs:2085:9
[INFO] [stdout]   43:     0x6324ff7a1edf - std::sys::thread::unix::Thread::new::thread_start::h9a4a41a076a486e0
[INFO] [stdout]                                at /rustc/9f93af291970322f4f1c6315ccde4d7078201159/library/std/src/sys/thread/unix.rs:124:17
[INFO] [stdout]   44:     0x7e8fdd0cbaa4 - <unknown>
[INFO] [stdout]   45:     0x7e8fdd158a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     unimplemented
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--bin toysnes`
[INFO] running `Command { std: "docker" "inspect" "041ea07d8b4828ed58b57fc23d6aa8e8ad1281ef25923bfbbe626251de3b6258", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "041ea07d8b4828ed58b57fc23d6aa8e8ad1281ef25923bfbbe626251de3b6258", kill_on_drop: false }`
[INFO] [stdout] 041ea07d8b4828ed58b57fc23d6aa8e8ad1281ef25923bfbbe626251de3b6258
