[INFO] cloning repository https://github.com/McAzz1337/Rustendo
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/McAzz1337/Rustendo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMcAzz1337%2FRustendo", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMcAzz1337%2FRustendo'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 8854d29dc447fc7d4a73dbf4350b6525ae23754e
[INFO] testing McAzz1337/Rustendo against beta-2025-09-21 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMcAzz1337%2FRustendo" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/McAzz1337/Rustendo
[INFO] finished tweaking git repo https://github.com/McAzz1337/Rustendo
[INFO] tweaked toml for git repo https://github.com/McAzz1337/Rustendo written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/McAzz1337/Rustendo on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/McAzz1337/Rustendo 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" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 654e15443d9793be2db4a999594a919f721a45680733bd5c5d4a099922f971ab
[INFO] running `Command { std: "docker" "start" "-a" "654e15443d9793be2db4a999594a919f721a45680733bd5c5d4a099922f971ab", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "654e15443d9793be2db4a999594a919f721a45680733bd5c5d4a099922f971ab", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "654e15443d9793be2db4a999594a919f721a45680733bd5c5d4a099922f971ab", kill_on_drop: false }`
[INFO] [stdout] 654e15443d9793be2db4a999594a919f721a45680733bd5c5d4a099922f971ab
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6f6f52206b57a6bc6a7a1ad62b6f0e016f1ee2630000574e5c95b092987514ce
[INFO] running `Command { std: "docker" "start" "-a" "6f6f52206b57a6bc6a7a1ad62b6f0e016f1ee2630000574e5c95b092987514ce", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.93
[INFO] [stderr]    Compiling unicode-ident v1.0.16
[INFO] [stderr]    Compiling semver v1.0.25
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]    Compiling hashbrown v0.15.2
[INFO] [stderr]    Compiling equivalent v1.0.1
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling toml_datetime v0.6.8
[INFO] [stderr]    Compiling winnow v0.7.1
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling futures-io v0.3.31
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling glob v0.3.2
[INFO] [stderr]    Compiling relative-path v1.9.3
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]    Compiling function_name-proc-macro v0.3.0
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling function_name v0.3.0
[INFO] [stderr]    Compiling rstest_macros v0.23.0
[INFO] [stderr]    Compiling indexmap v2.7.1
[INFO] [stderr]    Compiling quote v1.0.38
[INFO] [stderr]    Compiling syn v2.0.98
[INFO] [stderr]    Compiling toml_edit v0.22.23
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling proc-macro-crate v3.2.0
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling rstest v0.23.0
[INFO] [stderr]    Compiling gb v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused `#[macro_use]` import
[INFO] [stdout]  --> src/main.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | #[macro_use]
[INFO] [stdout]   | ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `trace`
[INFO] [stdout]  --> src/consoles/gameboy/cpu.rs:5:52
[INFO] [stdout]   |
[INFO] [stdout] 5 | use crate::{and, log, or, shift_left, shift_right, trace, xor};
[INFO] [stdout]   |                                                    ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused macro definition: `function_name`
[INFO] [stdout]    --> src/consoles/gameboy/cpu.rs:501:5
[INFO] [stdout]     |
[INFO] [stdout] 501 |     #[named]
[INFO] [stdout]     |     ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_macros)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `instruction::Instruction as GbInstruction`
[INFO] [stdout]  --> src/consoles/gameboy/mod.rs:9:9
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub use instruction::Instruction as GbInstruction;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `opcode::OpCode as GbOpCode`
[INFO] [stdout]   --> src/consoles/gameboy/mod.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub use opcode::OpCode as GbOpCode;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::function_name`
[INFO] [stdout]  --> src/macros.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::function_name;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `path`
[INFO] [stdout]   --> src/consoles/gameboy/game_boy.rs:45:25
[INFO] [stdout]    |
[INFO] [stdout] 45 |     fn save_game(&self, path: String) {}
[INFO] [stdout]    |                         ^^^^ help: if this is intentional, prefix it with an underscore: `_path`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `path`
[INFO] [stdout]   --> src/consoles/gameboy/game_boy.rs:47:25
[INFO] [stdout]    |
[INFO] [stdout] 47 |     fn load_save(&self, path: String) {}
[INFO] [stdout]    |                         ^^^^ help: if this is intentional, prefix it with an underscore: `_path`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `path` is never read
[INFO] [stdout]   --> src/consoles/fake_cartridge.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct FakeCartridge {
[INFO] [stdout]    |            ------------- field in this struct
[INFO] [stdout] 15 |     path: String,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `FakeCartridge` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `dump`, `dump_raw`, and `as_any` are never used
[INFO] [stdout]   --> src/consoles/fake_cartridge.rs:30:8
[INFO] [stdout]    |
[INFO] [stdout] 20 | impl FakeCartridge {
[INFO] [stdout]    | ------------------ methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 30 |     fn dump(&self) -> String {
[INFO] [stdout]    |        ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 34 |     fn dump_raw(&self) -> String {
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 41 |     fn as_any(&self) -> &dyn std::any::Any {
[INFO] [stdout]    |        ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `path` is never read
[INFO] [stdout]   --> src/consoles/gameboy/gbcartridge.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct GbCartridge {
[INFO] [stdout]    |            ----------- field in this struct
[INFO] [stdout] 15 |     path: String,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `GbCartridge` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `print` is never used
[INFO] [stdout]   --> src/consoles/gameboy/gbcartridge.rs:34:12
[INFO] [stdout]    |
[INFO] [stdout] 20 | impl GbCartridge {
[INFO] [stdout]    | ---------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 34 |     pub fn print(&self) {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `Bits` is never used
[INFO] [stdout]   --> src/consoles/gameboy/instruction.rs:48:11
[INFO] [stdout]    |
[INFO] [stdout] 48 | pub trait Bits {
[INFO] [stdout]    |           ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated functions `print_instruction_bytes_as_char` and `test_instruction_completeness` are never used
[INFO] [stdout]     --> src/consoles/gameboy/instruction.rs:1345:12
[INFO] [stdout]      |
[INFO] [stdout] 1248 | impl Instruction {
[INFO] [stdout]      | ---------------- associated functions in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 1345 |     pub fn print_instruction_bytes_as_char() {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1373 |     pub fn test_instruction_completeness() {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `LDA`, `RCA`, `RRLA`, and `STORE16` are never constructed
[INFO] [stdout]   --> src/consoles/gameboy/opcode.rs:35:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub enum OpCode {
[INFO] [stdout]    |          ------ variants in this enum
[INFO] [stdout] ...
[INFO] [stdout] 35 |     LDA,
[INFO] [stdout]    |     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 48 |     RCA,
[INFO] [stdout]    |     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 53 |     RRLA, // totate left a rg not through carry flag
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 69 |     STORE16(Target, Target), // First arg dst address 16 bit, seconds arg src direct value 8 / 16 bit
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `OpCode` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `NotHalfCarry` and `NotSub` are never constructed
[INFO] [stdout]   --> src/consoles/gameboy/registers.rs:31:5
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub enum Flag {
[INFO] [stdout]    |          ---- variants in this enum
[INFO] [stdout] ...
[INFO] [stdout] 31 |     NotHalfCarry,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] 32 |     NotSub,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Flag` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `get_bit`, `set_bit`, `register_as_bit_string`, and `register_as_hex_string` are never used
[INFO] [stdout]    --> src/consoles/gameboy/registers.rs:117:12
[INFO] [stdout]     |
[INFO] [stdout]  51 | impl Registers {
[INFO] [stdout]     | -------------- methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 117 |     pub fn get_bit(&self, reg: Target, bit: &u32) -> bool {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 134 |     pub fn set_bit(&mut self, reg: Target, bit: &u32, v: u8) {
[INFO] [stdout]     |            ^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 230 |     pub fn register_as_bit_string(&self, reg: Target) -> String {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 246 |     pub fn register_as_hex_string(&self, reg: Target) -> String {
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `F`, `HLP`, and `HLM` are never constructed
[INFO] [stdout]   --> src/consoles/gameboy/target.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout]  5 | pub enum Target {
[INFO] [stdout]    |          ------ variants in this enum
[INFO] [stdout] ...
[INFO] [stdout] 11 |     F,
[INFO] [stdout]    |     ^
[INFO] [stdout] ...
[INFO] [stdout] 15 |     HLP,
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 16 |     HLM,
[INFO] [stdout]    |     ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Target` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `FileNotFound` is never constructed
[INFO] [stdout]  --> src/filio.rs:8:8
[INFO] [stdout]   |
[INFO] [stdout] 8 | struct FileNotFound(String);
[INFO] [stdout]   |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `last_n_segments` is never used
[INFO] [stdout]   --> src/filio.rs:18:4
[INFO] [stdout]    |
[INFO] [stdout] 18 | fn last_n_segments(n: u32, path: &str) -> String {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_newest_save_file` is never used
[INFO] [stdout]   --> src/filio.rs:31:4
[INFO] [stdout]    |
[INFO] [stdout] 31 | fn get_newest_save_file(console_name: &str, game_name: &str) -> Result<File, Box<dyn Error>> {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_file` is never used
[INFO] [stdout]   --> src/filio.rs:53:4
[INFO] [stdout]    |
[INFO] [stdout] 53 | fn get_file(console_name: &str, game_name: &str, file_name: &str) -> Result<File, Box<dyn Error>> {
[INFO] [stdout]    |    ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_files_for_game` is never used
[INFO] [stdout]   --> src/filio.rs:61:4
[INFO] [stdout]    |
[INFO] [stdout] 61 | fn get_files_for_game(console_name: &str, game_name: &str) -> Vec<File> {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_dirs` is never used
[INFO] [stdout]   --> src/filio.rs:75:4
[INFO] [stdout]    |
[INFO] [stdout] 75 | fn get_dirs(console_name: &str) -> Vec<String> {
[INFO] [stdout]    |    ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.61s
[INFO] running `Command { std: "docker" "inspect" "6f6f52206b57a6bc6a7a1ad62b6f0e016f1ee2630000574e5c95b092987514ce", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6f6f52206b57a6bc6a7a1ad62b6f0e016f1ee2630000574e5c95b092987514ce", kill_on_drop: false }`
[INFO] [stdout] 6f6f52206b57a6bc6a7a1ad62b6f0e016f1ee2630000574e5c95b092987514ce
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 23169f37a87362e181e8f2f44063aee23fde8650cbb544042816d109b5f0ce92
[INFO] running `Command { std: "docker" "start" "-a" "23169f37a87362e181e8f2f44063aee23fde8650cbb544042816d109b5f0ce92", kill_on_drop: false }`
[INFO] [stderr]    Compiling gb v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused `#[macro_use]` import
[INFO] [stdout]  --> src/main.rs:4:1
[INFO] [stdout]   |
[INFO] [stdout] 4 | #[macro_use]
[INFO] [stdout]   | ^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `trace`
[INFO] [stdout]  --> src/consoles/gameboy/cpu.rs:5:52
[INFO] [stdout]   |
[INFO] [stdout] 5 | use crate::{and, log, or, shift_left, shift_right, trace, xor};
[INFO] [stdout]   |                                                    ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused macro definition: `function_name`
[INFO] [stdout]    --> src/consoles/gameboy/cpu.rs:501:5
[INFO] [stdout]     |
[INFO] [stdout] 501 |     #[named]
[INFO] [stdout]     |     ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_macros)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `instruction::Instruction as GbInstruction`
[INFO] [stdout]  --> src/consoles/gameboy/mod.rs:9:9
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub use instruction::Instruction as GbInstruction;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `opcode::OpCode as GbOpCode`
[INFO] [stdout]   --> src/consoles/gameboy/mod.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub use opcode::OpCode as GbOpCode;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `crate::function_name`
[INFO] [stdout]  --> src/macros.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use crate::function_name;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `path`
[INFO] [stdout]   --> src/consoles/gameboy/game_boy.rs:45:25
[INFO] [stdout]    |
[INFO] [stdout] 45 |     fn save_game(&self, path: String) {}
[INFO] [stdout]    |                         ^^^^ help: if this is intentional, prefix it with an underscore: `_path`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `path`
[INFO] [stdout]   --> src/consoles/gameboy/game_boy.rs:47:25
[INFO] [stdout]    |
[INFO] [stdout] 47 |     fn load_save(&self, path: String) {}
[INFO] [stdout]    |                         ^^^^ help: if this is intentional, prefix it with an underscore: `_path`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `path` is never read
[INFO] [stdout]   --> src/consoles/fake_cartridge.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct FakeCartridge {
[INFO] [stdout]    |            ------------- field in this struct
[INFO] [stdout] 15 |     path: String,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `FakeCartridge` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `dump`, `dump_raw`, and `as_any` are never used
[INFO] [stdout]   --> src/consoles/fake_cartridge.rs:30:8
[INFO] [stdout]    |
[INFO] [stdout] 20 | impl FakeCartridge {
[INFO] [stdout]    | ------------------ methods in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 30 |     fn dump(&self) -> String {
[INFO] [stdout]    |        ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 34 |     fn dump_raw(&self) -> String {
[INFO] [stdout]    |        ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 41 |     fn as_any(&self) -> &dyn std::any::Any {
[INFO] [stdout]    |        ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `path` is never read
[INFO] [stdout]   --> src/consoles/gameboy/gbcartridge.rs:15:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct GbCartridge {
[INFO] [stdout]    |            ----------- field in this struct
[INFO] [stdout] 15 |     path: String,
[INFO] [stdout]    |     ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `GbCartridge` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `print` is never used
[INFO] [stdout]   --> src/consoles/gameboy/gbcartridge.rs:34:12
[INFO] [stdout]    |
[INFO] [stdout] 20 | impl GbCartridge {
[INFO] [stdout]    | ---------------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 34 |     pub fn print(&self) {
[INFO] [stdout]    |            ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `Bits` is never used
[INFO] [stdout]   --> src/consoles/gameboy/instruction.rs:48:11
[INFO] [stdout]    |
[INFO] [stdout] 48 | pub trait Bits {
[INFO] [stdout]    |           ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated functions `print_instruction_bytes_as_char` and `test_instruction_completeness` are never used
[INFO] [stdout]     --> src/consoles/gameboy/instruction.rs:1345:12
[INFO] [stdout]      |
[INFO] [stdout] 1248 | impl Instruction {
[INFO] [stdout]      | ---------------- associated functions in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 1345 |     pub fn print_instruction_bytes_as_char() {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 1373 |     pub fn test_instruction_completeness() {
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `LDA`, `RCA`, `RRLA`, and `STORE16` are never constructed
[INFO] [stdout]   --> src/consoles/gameboy/opcode.rs:35:5
[INFO] [stdout]    |
[INFO] [stdout]  8 | pub enum OpCode {
[INFO] [stdout]    |          ------ variants in this enum
[INFO] [stdout] ...
[INFO] [stdout] 35 |     LDA,
[INFO] [stdout]    |     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 48 |     RCA,
[INFO] [stdout]    |     ^^^
[INFO] [stdout] ...
[INFO] [stdout] 53 |     RRLA, // totate left a rg not through carry flag
[INFO] [stdout]    |     ^^^^
[INFO] [stdout] ...
[INFO] [stdout] 69 |     STORE16(Target, Target), // First arg dst address 16 bit, seconds arg src direct value 8 / 16 bit
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `OpCode` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `NotHalfCarry` and `NotSub` are never constructed
[INFO] [stdout]   --> src/consoles/gameboy/registers.rs:31:5
[INFO] [stdout]    |
[INFO] [stdout] 24 | pub enum Flag {
[INFO] [stdout]    |          ---- variants in this enum
[INFO] [stdout] ...
[INFO] [stdout] 31 |     NotHalfCarry,
[INFO] [stdout]    |     ^^^^^^^^^^^^
[INFO] [stdout] 32 |     NotSub,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Flag` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variants `F`, `HLP`, and `HLM` are never constructed
[INFO] [stdout]   --> src/consoles/gameboy/target.rs:11:5
[INFO] [stdout]    |
[INFO] [stdout]  5 | pub enum Target {
[INFO] [stdout]    |          ------ variants in this enum
[INFO] [stdout] ...
[INFO] [stdout] 11 |     F,
[INFO] [stdout]    |     ^
[INFO] [stdout] ...
[INFO] [stdout] 15 |     HLP,
[INFO] [stdout]    |     ^^^
[INFO] [stdout] 16 |     HLM,
[INFO] [stdout]    |     ^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Target` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `FileNotFound` is never constructed
[INFO] [stdout]  --> src/filio.rs:8:8
[INFO] [stdout]   |
[INFO] [stdout] 8 | struct FileNotFound(String);
[INFO] [stdout]   |        ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_newest_save_file` is never used
[INFO] [stdout]   --> src/filio.rs:31:4
[INFO] [stdout]    |
[INFO] [stdout] 31 | fn get_newest_save_file(console_name: &str, game_name: &str) -> Result<File, Box<dyn Error>> {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_file` is never used
[INFO] [stdout]   --> src/filio.rs:53:4
[INFO] [stdout]    |
[INFO] [stdout] 53 | fn get_file(console_name: &str, game_name: &str, file_name: &str) -> Result<File, Box<dyn Error>> {
[INFO] [stdout]    |    ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_files_for_game` is never used
[INFO] [stdout]   --> src/filio.rs:61:4
[INFO] [stdout]    |
[INFO] [stdout] 61 | fn get_files_for_game(console_name: &str, game_name: &str) -> Vec<File> {
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 2.44s
[INFO] running `Command { std: "docker" "inspect" "23169f37a87362e181e8f2f44063aee23fde8650cbb544042816d109b5f0ce92", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "23169f37a87362e181e8f2f44063aee23fde8650cbb544042816d109b5f0ce92", kill_on_drop: false }`
[INFO] [stdout] 23169f37a87362e181e8f2f44063aee23fde8650cbb544042816d109b5f0ce92
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 8e0e5098f469dcdad04fd552efc6bf5ef9fd11b55e4f69d28995d68da8fecbba
[INFO] running `Command { std: "docker" "start" "-a" "8e0e5098f469dcdad04fd552efc6bf5ef9fd11b55e4f69d28995d68da8fecbba", kill_on_drop: false }`
[INFO] [stderr] warning: unused `#[macro_use]` import
[INFO] [stderr]  --> src/main.rs:4:1
[INFO] [stderr]   |
[INFO] [stderr] 4 | #[macro_use]
[INFO] [stderr]   | ^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `trace`
[INFO] [stderr]  --> src/consoles/gameboy/cpu.rs:5:52
[INFO] [stderr]   |
[INFO] [stderr] 5 | use crate::{and, log, or, shift_left, shift_right, trace, xor};
[INFO] [stderr]   |                                                    ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused macro definition: `function_name`
[INFO] [stderr]    --> src/consoles/gameboy/cpu.rs:501:5
[INFO] [stderr]     |
[INFO] [stderr] 501 |     #[named]
[INFO] [stderr]     |     ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_macros)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `instruction::Instruction as GbInstruction`
[INFO] [stderr]  --> src/consoles/gameboy/mod.rs:9:9
[INFO] [stderr]   |
[INFO] [stderr] 9 | pub use instruction::Instruction as GbInstruction;
[INFO] [stderr]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `opcode::OpCode as GbOpCode`
[INFO] [stderr]   --> src/consoles/gameboy/mod.rs:10:9
[INFO] [stderr]    |
[INFO] [stderr] 10 | pub use opcode::OpCode as GbOpCode;
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused import: `crate::function_name`
[INFO] [stderr]  --> src/macros.rs:1:5
[INFO] [stderr]   |
[INFO] [stderr] 1 | use crate::function_name;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `path`
[INFO] [stderr]   --> src/consoles/gameboy/game_boy.rs:45:25
[INFO] [stderr]    |
[INFO] [stderr] 45 |     fn save_game(&self, path: String) {}
[INFO] [stderr]    |                         ^^^^ help: if this is intentional, prefix it with an underscore: `_path`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `path`
[INFO] [stderr]   --> src/consoles/gameboy/game_boy.rs:47:25
[INFO] [stderr]    |
[INFO] [stderr] 47 |     fn load_save(&self, path: String) {}
[INFO] [stderr]    |                         ^^^^ help: if this is intentional, prefix it with an underscore: `_path`
[INFO] [stderr] 
[INFO] [stderr] warning: field `path` is never read
[INFO] [stderr]   --> src/consoles/fake_cartridge.rs:15:5
[INFO] [stderr]    |
[INFO] [stderr] 14 | pub struct FakeCartridge {
[INFO] [stderr]    |            ------------- field in this struct
[INFO] [stderr] 15 |     path: String,
[INFO] [stderr]    |     ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `FakeCartridge` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: methods `dump`, `dump_raw`, and `as_any` are never used
[INFO] [stderr]   --> src/consoles/fake_cartridge.rs:30:8
[INFO] [stderr]    |
[INFO] [stderr] 20 | impl FakeCartridge {
[INFO] [stderr]    | ------------------ methods in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 30 |     fn dump(&self) -> String {
[INFO] [stderr]    |        ^^^^
[INFO] [stderr] ...
[INFO] [stderr] 34 |     fn dump_raw(&self) -> String {
[INFO] [stderr]    |        ^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 41 |     fn as_any(&self) -> &dyn std::any::Any {
[INFO] [stderr]    |        ^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: field `path` is never read
[INFO] [stderr]   --> src/consoles/gameboy/gbcartridge.rs:15:5
[INFO] [stderr]    |
[INFO] [stderr] 14 | pub struct GbCartridge {
[INFO] [stderr]    |            ----------- field in this struct
[INFO] [stderr] 15 |     path: String,
[INFO] [stderr]    |     ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `GbCartridge` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: method `print` is never used
[INFO] [stderr]   --> src/consoles/gameboy/gbcartridge.rs:34:12
[INFO] [stderr]    |
[INFO] [stderr] 20 | impl GbCartridge {
[INFO] [stderr]    | ---------------- method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 34 |     pub fn print(&self) {
[INFO] [stderr]    |            ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: trait `Bits` is never used
[INFO] [stderr]   --> src/consoles/gameboy/instruction.rs:48:11
[INFO] [stderr]    |
[INFO] [stderr] 48 | pub trait Bits {
[INFO] [stderr]    |           ^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated functions `print_instruction_bytes_as_char` and `test_instruction_completeness` are never used
[INFO] [stderr]     --> src/consoles/gameboy/instruction.rs:1345:12
[INFO] [stderr]      |
[INFO] [stderr] 1248 | impl Instruction {
[INFO] [stderr]      | ---------------- associated functions in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 1345 |     pub fn print_instruction_bytes_as_char() {
[INFO] [stderr]      |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 1373 |     pub fn test_instruction_completeness() {
[INFO] [stderr]      |            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: variants `LDA`, `RCA`, `RRLA`, and `STORE16` are never constructed
[INFO] [stderr]   --> src/consoles/gameboy/opcode.rs:35:5
[INFO] [stderr]    |
[INFO] [stderr]  8 | pub enum OpCode {
[INFO] [stderr]    |          ------ variants in this enum
[INFO] [stderr] ...
[INFO] [stderr] 35 |     LDA,
[INFO] [stderr]    |     ^^^
[INFO] [stderr] ...
[INFO] [stderr] 48 |     RCA,
[INFO] [stderr]    |     ^^^
[INFO] [stderr] ...
[INFO] [stderr] 53 |     RRLA, // totate left a rg not through carry flag
[INFO] [stderr]    |     ^^^^
[INFO] [stderr] ...
[INFO] [stderr] 69 |     STORE16(Target, Target), // First arg dst address 16 bit, seconds arg src direct value 8 / 16 bit
[INFO] [stderr]    |     ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `OpCode` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: variants `NotHalfCarry` and `NotSub` are never constructed
[INFO] [stderr]   --> src/consoles/gameboy/registers.rs:31:5
[INFO] [stderr]    |
[INFO] [stderr] 24 | pub enum Flag {
[INFO] [stderr]    |          ---- variants in this enum
[INFO] [stderr] ...
[INFO] [stderr] 31 |     NotHalfCarry,
[INFO] [stderr]    |     ^^^^^^^^^^^^
[INFO] [stderr] 32 |     NotSub,
[INFO] [stderr]    |     ^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `Flag` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: variants `F`, `HLP`, and `HLM` are never constructed
[INFO] [stderr]   --> src/consoles/gameboy/target.rs:11:5
[INFO] [stderr]    |
[INFO] [stderr]  5 | pub enum Target {
[INFO] [stderr]    |          ------ variants in this enum
[INFO] [stderr] ...
[INFO] [stderr] 11 |     F,
[INFO] [stderr]    |     ^
[INFO] [stderr] ...
[INFO] [stderr] 15 |     HLP,
[INFO] [stderr]    |     ^^^
[INFO] [stderr] 16 |     HLM,
[INFO] [stderr]    |     ^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `Target` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr] 
[INFO] [stderr] warning: struct `FileNotFound` is never constructed
[INFO] [stderr]  --> src/filio.rs:8:8
[INFO] [stderr]   |
[INFO] [stderr] 8 | struct FileNotFound(String);
[INFO] [stderr]   |        ^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `get_newest_save_file` is never used
[INFO] [stderr]   --> src/filio.rs:31:4
[INFO] [stderr]    |
[INFO] [stderr] 31 | fn get_newest_save_file(console_name: &str, game_name: &str) -> Result<File, Box<dyn Error>> {
[INFO] [stderr]    |    ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `get_file` is never used
[INFO] [stderr]   --> src/filio.rs:53:4
[INFO] [stderr]    |
[INFO] [stderr] 53 | fn get_file(console_name: &str, game_name: &str, file_name: &str) -> Result<File, Box<dyn Error>> {
[INFO] [stderr]    |    ^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `get_files_for_game` is never used
[INFO] [stderr]   --> src/filio.rs:61:4
[INFO] [stderr]    |
[INFO] [stderr] 61 | fn get_files_for_game(console_name: &str, game_name: &str) -> Vec<File> {
[INFO] [stderr]    |    ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `gb` (bin "gb" test) generated 21 warnings (run `cargo fix --bin "gb" --tests` to apply 4 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.09s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/gb-8ff115cda1a85101)
[INFO] [stdout] 
[INFO] [stdout] running 303 tests
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_adc::case_09 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_adc::case_08 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_adc::case_06 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_adc::case_02 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_adc::case_13 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_adc::case_07 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_adc::case_12 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_adc::case_14 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_adc::case_05 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_adc::case_01 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_adc::case_04 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_adc::case_03 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_add16::case_1 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_add::case_03 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_adc::case_11 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_adc::case_10 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_adc::case_15 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_add16::case_4 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_add::case_05 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_add::case_08 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_add::case_02 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_add16::case_2 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_add::case_01 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_add::case_12 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_add16::case_3 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_add::case_04 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_add::case_10 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_add::case_11 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_add::case_07 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_add::case_06 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_add::case_09 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_add::case_16 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_add::case_19 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_and::case_06 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_add::case_17 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_add::case_20 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_add::case_13 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_add::case_14 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_and::case_04 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_add::case_21 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_add::case_18 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_add::case_15 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_and::case_01 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_and::case_12 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_and::case_08 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_and::case_07 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_and::case_09 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_and::case_13 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_and::case_02 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_and::case_14 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_and::case_11 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_and::case_20 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_and::case_19 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_and::case_17 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_bit::case_01 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_and::case_15 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_and::case_10 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_and::case_03 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_and::case_21 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_and::case_18 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_and::case_16 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_and::case_05 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_bit::case_03 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_bit::case_10 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_bit::case_06 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_bit::case_04 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_bit::case_07 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_bit::case_13 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_bit::case_11 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_bit::case_09 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_bit::case_02 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_bit::case_05 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_bit::case_12 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_cpl::case_2 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_bit::case_15 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_bit::case_08 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_bit::case_16 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_bit::case_14 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_cpl::case_6 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_dec::case_02 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_call_and_ret ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_cpl::case_1 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_cpl::case_7 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_dec::case_04 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_dec::case_01 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_dec::case_03 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_cpl::case_3 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_dec::case_09 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_cpl::case_8 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_dec::case_11 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_dec::case_13 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_cpl::case_4 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_dec::case_06 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_cpl::case_5 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_dec::case_16 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_dec_16::case_1 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_dec_16::case_2 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_cpl::case_9 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_dec::case_10 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_flags::case_4 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_dec::case_05 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_dec_16::case_4 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_dec::case_14 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_dec::case_07 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_flags::case_1 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_dec::case_08 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_dec::case_15 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_inc::case_01 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_flags::case_3 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_dec::case_12 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_flags::case_2 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_dec_16::case_3 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_inc::case_04 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_inc::case_09 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_inc::case_02 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_inc::case_13 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_inc::case_06 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_inc::case_05 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_inc::case_19 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_inc::case_12 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_inc::case_11 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_inc::case_08 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_inc::case_17 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_inc::case_20 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_inc::case_03 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_inc::case_07 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_inc::case_10 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_inc::case_14 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_inc::case_16 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_inc::case_15 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_inc_16::case_1 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_inc_16::case_3 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_inc::case_21 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_inc_16::case_6 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_inc::case_18 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_jr::case_2 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_inc_16::case_2 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_inc_16::case_5 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_inc_16::case_7 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_inc_16::case_4 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_jr::case_1 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_inc_16::case_8 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_jruc ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_jr::case_3 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_jump_hl ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_jr::case_4 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_jump ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_jump_by_flag::case_1 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_jump_by_flag::case_2 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_ldh::case_2 ... FAILED
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_jump_by_flag::case_3 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_load::case_09 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_jump_by_flag::case_4 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_load::case_04 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_ldh::case_1 ... FAILED
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_load::case_10 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_load::case_07 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_load::case_01 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_load::case_08 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_or::case_4 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_push_and_pop ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_or::case_3 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_or::case_2 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_or::case_1 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_load::case_03 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_load::case_05 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_res::case_01 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_or::case_5 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_load::case_02 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_or::case_8 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_load::case_06 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_res::case_06 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_res::case_05 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_or::case_7 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_or::case_6 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_res::case_10 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_res::case_04 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_res::case_07 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_res::case_11 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_res::case_02 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_res::case_03 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_res::case_13 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_res::case_12 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_res::case_08 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_res::case_14 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_res::case_09 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_rl::case_02 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_rl::case_03 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_res::case_15 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_rl::case_06 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_rl::case_11 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_rl::case_04 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_res::case_16 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_rl::case_10 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_rl::case_05 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_rl::case_01 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_rl::case_19 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_rl::case_14 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_rl::case_20 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_rl::case_07 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_rl::case_17 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_rl::case_12 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_rl::case_09 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_rl::case_08 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_rl::case_13 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_rl::case_16 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_rl::case_18 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_rl::case_15 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_rl::case_23 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_rl::case_24 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_rl::case_21 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_rl::case_22 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_rr::case_3 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_rrc::case_4 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_rlc ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_rla ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_rr::case_1 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_rr::case_2 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_rrc::case_2 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_rra ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_rrc::case_1 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_rr::case_6 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_rr::case_4 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_rrc::case_5 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_rrca ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_rrc::case_3 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_rrc::case_6 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_rr::case_5 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_sbc::case_02 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_rrc::case_7 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_rr::case_7 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_sbc::case_03 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_sbc::case_06 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_sbc::case_01 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_sbc::case_05 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_sbc::case_08 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_set::case_4 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_sbc::case_04 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_sbc::case_11 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_sbc::case_07 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_set::case_1 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_sbc::case_12 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_set::case_5 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_sbc::case_10 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_set::case_7 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_sbc::case_09 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_sl::case_1 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_set::case_3 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_set::case_6 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_sl::case_4 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_set::case_2 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_sr::case_3 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_sl::case_6 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_sl::case_2 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_sub::case_02 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_sl::case_5 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_sr::case_6 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_sla ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_sl::case_3 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_sr::case_2 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_sl::case_7 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_sr::case_1 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_sr::case_5 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_sub::case_04 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_sub::case_01 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_sr::case_4 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_sub::case_09 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_sub::case_13 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_sr::case_7 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_sra ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_sub::case_06 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_sub::case_08 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_sub::case_07 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_sub::case_05 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_sub::case_14 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_swap::case_4 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_sub::case_11 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_sub::case_03 ... ok
[INFO] [stdout] test consoles::gameboy::instruction::test_fetch ... ok
[INFO] [stdout] test consoles::gameboy::instruction::test_from_opcode ... ok
[INFO] [stdout] test consoles::gameboy::registers::test_bit ... ok
[INFO] [stdout] test consoles::gameboy::registers::test_convert_to_bit_string ... ok
[INFO] [stdout] test consoles::gameboy::registers::test_convert_to_hex_string ... ok
[INFO] [stdout] test consoles::gameboy::registers::test_set_bit ... ok
[INFO] [stdout] test filio::tests::test_get_dirs ... FAILED
[INFO] [stdout] test utils::conversion::test_u16_as_bit_string ... ok
[INFO] [stdout] test utils::conversion::test_u8_as_bit_string ... ok
[INFO] [stdout] test utils::conversion::test_u8_as_hex_string ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_sub::case_10 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_swap::case_3 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_swap::case_1 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_sub::case_12 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_swap::case_5 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_xor::case_1 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_xor::case_5 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_swap::case_6 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_xor::case_3 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_swap::case_7 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_swap::case_2 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_xor::case_6 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_xor::case_2 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_xor::case_4 ... ok
[INFO] [stdout] test consoles::gameboy::cpu::tests::test_xor::case_7 ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- consoles::gameboy::cpu::tests::test_ldh::case_2 stdout ----
[INFO] [stdout] cpu: self.pc 256
[INFO] [stdout]  self.sp 49152
[INFO] [stdout]  self.is_prefixed false
[INFO] [stdout]  self.interrupts_enabled true
[INFO] [stdout]  self.registers
[INFO] [stdout] a: 5
[INFO] [stdout] b: 0
[INFO] [stdout] c: 0
[INFO] [stdout] d: 0
[INFO] [stdout] e: 0
[INFO] [stdout] h: 0
[INFO] [stdout] l: 0
[INFO] [stdout] 
[INFO] [stdout] 936 src/consoles/gameboy/cpu.rs => : ldh -> src: A dst: A8
[INFO] [stdout] 
[INFO] [stdout] thread 'consoles::gameboy::cpu::tests::test_ldh::case_2' (177) panicked at src/consoles/gameboy/cpu.rs:2246:18:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: BusReadError(65280)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x57fea1bc0e12 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x57fea1bc0e12 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x57fea1bc0e12 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x57fea1bc0e12 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x57fea1bd125f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x57fea1bd125f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x57fea1b8dc01 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x57fea1b8dc01 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x57fea1b99ee2 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x57fea1b9ebbf - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x57fea1b9ea51 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x57fea1b5beae - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x57fea1b5beae - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x57fea1b9f27f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x57fea1b9f27f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x57fea1b9f0da - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x57fea1b9a019 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x57fea1b81f5d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x57fea1bd8e20 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x57fea1bd84e6 - core::result::unwrap_failed::hdde076be853d034f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1855:5
[INFO] [stdout]   20:     0x57fea1b0debe - core::result::Result<T,E>::unwrap::h7dfc2285ace59bea
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/result.rs:1226:23
[INFO] [stdout]   21:     0x57fea1b0debe - gb::consoles::gameboy::cpu::tests::test_ldh::h5b073c3b9898075f
[INFO] [stdout]                                at /opt/rustwide/workdir/src/consoles/gameboy/cpu.rs:2246:18
[INFO] [stdout]   22:     0x57fea1b157c7 - gb::consoles::gameboy::cpu::tests::test_ldh::case_2::h803c7ce14b3cd5d1
[INFO] [stdout]                                at /opt/rustwide/workdir/src/consoles/gameboy/cpu.rs:2220:5
[INFO] [stdout]   23:     0x57fea1b157e7 - gb::consoles::gameboy::cpu::tests::test_ldh::case_2::{{closure}}::hdd94d90676f2d266
[INFO] [stdout]                                at /opt/rustwide/workdir/src/consoles/gameboy/cpu.rs:2220:14
[INFO] [stdout]   24:     0x57fea1b02bf6 - core::ops::function::FnOnce::call_once::he66bf478eabeac01
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x57fea1b5bc6b - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x57fea1b5bc6b - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   27:     0x57fea1b718d5 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   28:     0x57fea1b718d5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   29:     0x57fea1b718d5 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   30:     0x57fea1b718d5 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   31:     0x57fea1b718d5 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   32:     0x57fea1b718d5 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   33:     0x57fea1b718d5 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   34:     0x57fea1b480c4 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   35:     0x57fea1b480c4 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   36:     0x57fea1b4b98a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   37:     0x57fea1b4b98a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   38:     0x57fea1b4b98a - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   39:     0x57fea1b4b98a - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   40:     0x57fea1b4b98a - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   41:     0x57fea1b4b98a - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   42:     0x57fea1b4b98a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x57fea1b9517f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   44:     0x57fea1b9517f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   45:     0x7be027ab5aa4 - <unknown>
[INFO] [stdout]   46:     0x7be027b42a34 - clone
[INFO] [stdout]   47:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- consoles::gameboy::cpu::tests::test_ldh::case_1 stdout ----
[INFO] [stdout] cpu: self.pc 256
[INFO] [stdout]  self.sp 49152
[INFO] [stdout]  self.is_prefixed false
[INFO] [stdout]  self.interrupts_enabled true
[INFO] [stdout]  self.registers
[INFO] [stdout] a: 0
[INFO] [stdout] b: 0
[INFO] [stdout] c: 0
[INFO] [stdout] d: 0
[INFO] [stdout] e: 0
[INFO] [stdout] h: 0
[INFO] [stdout] l: 0
[INFO] [stdout] 
[INFO] [stdout] 936 src/consoles/gameboy/cpu.rs => : ldh -> src: A8 dst: A
[INFO] [stdout] 
[INFO] [stdout] thread 'consoles::gameboy::cpu::tests::test_ldh::case_1' (176) panicked at src/consoles/gameboy/cpu.rs:2250:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: 0
[INFO] [stdout]  right: 5
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x57fea1bc0e12 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x57fea1bc0e12 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x57fea1bc0e12 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x57fea1bc0e12 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x57fea1bd125f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x57fea1bd125f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x57fea1b8dc01 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x57fea1b8dc01 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x57fea1b99ee2 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x57fea1b9ebbf - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x57fea1b9ea51 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x57fea1b5beae - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x57fea1b5beae - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x57fea1b9f27f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x57fea1b9f27f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x57fea1b9f0da - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x57fea1b9a019 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x57fea1b81f5d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x57fea1bd8e20 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x57fea1bd8c23 - core::panicking::assert_failed_inner::h448e1d534f4c3d4b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x57fea1b235ce - core::panicking::assert_failed::h88b59ba33aa87b7c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x57fea1b0df7f - gb::consoles::gameboy::cpu::tests::test_ldh::h5b073c3b9898075f
[INFO] [stdout]                                at /opt/rustwide/workdir/src/consoles/gameboy/cpu.rs:2250:9
[INFO] [stdout]   22:     0x57fea1b15777 - gb::consoles::gameboy::cpu::tests::test_ldh::case_1::hf6cd7ed9f319a88e
[INFO] [stdout]                                at /opt/rustwide/workdir/src/consoles/gameboy/cpu.rs:2220:5
[INFO] [stdout]   23:     0x57fea1b15797 - gb::consoles::gameboy::cpu::tests::test_ldh::case_1::{{closure}}::ha89f1734afd7d4d1
[INFO] [stdout]                                at /opt/rustwide/workdir/src/consoles/gameboy/cpu.rs:2220:14
[INFO] [stdout]   24:     0x57fea1b03356 - core::ops::function::FnOnce::call_once::hfe1246ea71b3a01a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x57fea1b5bc6b - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   26:     0x57fea1b5bc6b - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   27:     0x57fea1b718d5 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   28:     0x57fea1b718d5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   29:     0x57fea1b718d5 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   30:     0x57fea1b718d5 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   31:     0x57fea1b718d5 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   32:     0x57fea1b718d5 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   33:     0x57fea1b718d5 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   34:     0x57fea1b480c4 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   35:     0x57fea1b480c4 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   36:     0x57fea1b4b98a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   37:     0x57fea1b4b98a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   38:     0x57fea1b4b98a - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   39:     0x57fea1b4b98a - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   40:     0x57fea1b4b98a - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   41:     0x57fea1b4b98a - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   42:     0x57fea1b4b98a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   43:     0x57fea1b9517f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   44:     0x57fea1b9517f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   45:     0x7be027ab5aa4 - <unknown>
[INFO] [stdout]   46:     0x7be027b42a34 - clone
[INFO] [stdout]   47:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- filio::tests::test_get_dirs stdout ----
[INFO] [stdout] dir_path: saves/gbc
[INFO] [stdout] 
[INFO] [stdout] thread 'filio::tests::test_get_dirs' (324) panicked at src/filio.rs:100:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: []
[INFO] [stdout]  right: ["Pokemon-Silver"]
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x57fea1bc0e12 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x57fea1bc0e12 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x57fea1bc0e12 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x57fea1bc0e12 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x57fea1bd125f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x57fea1bd125f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x57fea1b8dc01 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x57fea1b8dc01 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x57fea1b99ee2 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x57fea1b9ebbf - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x57fea1b9ea51 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x57fea1b5beae - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x57fea1b5beae - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x57fea1b9f27f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x57fea1b9f27f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x57fea1b9f0da - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x57fea1b9a019 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x57fea1b81f5d - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x57fea1bd8e20 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x57fea1bd8c23 - core::panicking::assert_failed_inner::h448e1d534f4c3d4b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x57fea1b23550 - core::panicking::assert_failed::h1568676191571c61
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x57fea1b1411d - gb::filio::tests::test_get_dirs::h921b62600ac659d2
[INFO] [stdout]                                at /opt/rustwide/workdir/src/filio.rs:100:9
[INFO] [stdout]   22:     0x57fea1b141c7 - gb::filio::tests::test_get_dirs::{{closure}}::h3926c165ba0c8ce3
[INFO] [stdout]                                at /opt/rustwide/workdir/src/filio.rs:97:23
[INFO] [stdout]   23:     0x57fea1b02876 - core::ops::function::FnOnce::call_once::hd8d004db27fb79f6
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x57fea1b5bc6b - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x57fea1b5bc6b - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   26:     0x57fea1b718d5 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x57fea1b718d5 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   28:     0x57fea1b718d5 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   29:     0x57fea1b718d5 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   30:     0x57fea1b718d5 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x57fea1b718d5 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x57fea1b718d5 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x57fea1b480c4 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x57fea1b480c4 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x57fea1b4b98a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x57fea1b4b98a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   37:     0x57fea1b4b98a - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   38:     0x57fea1b4b98a - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   39:     0x57fea1b4b98a - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x57fea1b4b98a - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x57fea1b4b98a - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x57fea1b9517f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   43:     0x57fea1b9517f - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   44:     0x7be027ab5aa4 - <unknown>
[INFO] [stdout]   45:     0x7be027b42a34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     consoles::gameboy::cpu::tests::test_ldh::case_1
[INFO] [stdout]     consoles::gameboy::cpu::tests::test_ldh::case_2
[INFO] [stdout]     filio::tests::test_get_dirs
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 300 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 30.22s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--bin gb`
[INFO] running `Command { std: "docker" "inspect" "8e0e5098f469dcdad04fd552efc6bf5ef9fd11b55e4f69d28995d68da8fecbba", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8e0e5098f469dcdad04fd552efc6bf5ef9fd11b55e4f69d28995d68da8fecbba", kill_on_drop: false }`
[INFO] [stdout] 8e0e5098f469dcdad04fd552efc6bf5ef9fd11b55e4f69d28995d68da8fecbba
