[INFO] cloning repository https://github.com/AlexW-GH/Rustboy [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/AlexW-GH/Rustboy" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAlexW-GH%2FRustboy", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAlexW-GH%2FRustboy'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1496533706d3711e1ce5ee5ec89154d82d63b2a9 [INFO] testing AlexW-GH/Rustboy against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAlexW-GH%2FRustboy" "/workspace/builds/worker-11/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-11/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/AlexW-GH/Rustboy on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/AlexW-GH/Rustboy [INFO] finished tweaking git repo https://github.com/AlexW-GH/Rustboy [INFO] tweaked toml for git repo https://github.com/AlexW-GH/Rustboy written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate git repo https://github.com/AlexW-GH/Rustboy already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5148fb242bb2342d300c5fa0b84266bcfb5372def6caba71082f11e3cb8d1568 [INFO] running `Command { std: "docker" "start" "-a" "5148fb242bb2342d300c5fa0b84266bcfb5372def6caba71082f11e3cb8d1568", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5148fb242bb2342d300c5fa0b84266bcfb5372def6caba71082f11e3cb8d1568", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5148fb242bb2342d300c5fa0b84266bcfb5372def6caba71082f11e3cb8d1568", kill_on_drop: false }` [INFO] [stdout] 5148fb242bb2342d300c5fa0b84266bcfb5372def6caba71082f11e3cb8d1568 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bb9b8d6cf534796b788f301c7b6c41441fb11b0f0500bdbe52341eb4270365a5 [INFO] running `Command { std: "docker" "start" "-a" "bb9b8d6cf534796b788f301c7b6c41441fb11b0f0500bdbe52341eb4270365a5", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.98 [INFO] [stderr] Compiling crossbeam-utils v0.8.5 [INFO] [stderr] Compiling crossbeam-epoch v0.9.5 [INFO] [stderr] Compiling byteorder v1.2.7 [INFO] [stderr] Compiling rayon-core v1.9.1 [INFO] [stderr] Compiling cfg-if v0.1.6 [INFO] [stderr] Compiling memoffset v0.6.4 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling rayon v1.5.1 [INFO] [stderr] Compiling num-rational v0.2.4 [INFO] [stderr] Compiling log v0.4.6 [INFO] [stderr] Compiling deflate v0.7.20 [INFO] [stderr] Compiling term v0.5.1 [INFO] [stderr] Compiling tiff v0.2.2 [INFO] [stderr] Compiling crossbeam-channel v0.5.1 [INFO] [stderr] Compiling crossbeam-deque v0.8.0 [INFO] [stderr] Compiling png v0.12.0 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling time v0.1.40 [INFO] [stderr] Compiling chrono v0.4.6 [INFO] [stderr] Compiling simplelog v0.5.3 (https://github.com/AlexW-GH/simplelog.rs#3ffe808c) [INFO] [stderr] Compiling jpeg-decoder v0.1.22 [INFO] [stderr] Compiling image v0.20.1 [INFO] [stderr] Compiling rust_boy v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `manufacturer` [INFO] [stdout] --> src/mem/cartridge.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | manufacturer: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `CartridgeHeader` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/mem/cartridge.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `licensee_code` [INFO] [stdout] --> src/mem/cartridge.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | licensee_code: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `CartridgeHeader` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/mem/cartridge.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `old_licensee_code` [INFO] [stdout] --> src/mem/cartridge.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | old_licensee_code: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `CartridgeHeader` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/mem/cartridge.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `destination` [INFO] [stdout] --> src/mem/cartridge.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | destination: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `CartridgeHeader` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/mem/cartridge.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `version` [INFO] [stdout] --> src/mem/cartridge.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | version: u8, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `CartridgeHeader` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/mem/cartridge.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `checksum` [INFO] [stdout] --> src/mem/cartridge.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | checksum: u8, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `CartridgeHeader` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/mem/cartridge.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `global_checksum` [INFO] [stdout] --> src/mem/cartridge.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | global_checksum: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `CartridgeHeader` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/mem/cartridge.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `battery` [INFO] [stdout] --> src/mem/cartridge.rs:65:9 [INFO] [stdout] | [INFO] [stdout] 65 | battery: bool, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `CartridgeType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/mem/cartridge.rs:61:16 [INFO] [stdout] | [INFO] [stdout] 61 | #[derive(Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `battery` [INFO] [stdout] --> src/mem/cartridge.rs:69:9 [INFO] [stdout] | [INFO] [stdout] 69 | battery: bool, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `CartridgeType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/mem/cartridge.rs:61:16 [INFO] [stdout] | [INFO] [stdout] 61 | #[derive(Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `battery` [INFO] [stdout] --> src/mem/cartridge.rs:72:9 [INFO] [stdout] | [INFO] [stdout] 72 | battery: bool, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `CartridgeType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/mem/cartridge.rs:61:16 [INFO] [stdout] | [INFO] [stdout] 61 | #[derive(Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `ram` [INFO] [stdout] --> src/mem/cartridge.rs:75:9 [INFO] [stdout] | [INFO] [stdout] 75 | ram: bool, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `CartridgeType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/mem/cartridge.rs:61:16 [INFO] [stdout] | [INFO] [stdout] 61 | #[derive(Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `battery` [INFO] [stdout] --> src/mem/cartridge.rs:76:9 [INFO] [stdout] | [INFO] [stdout] 76 | battery: bool, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `CartridgeType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/mem/cartridge.rs:61:16 [INFO] [stdout] | [INFO] [stdout] 61 | #[derive(Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `timer` [INFO] [stdout] --> src/mem/cartridge.rs:79:9 [INFO] [stdout] | [INFO] [stdout] 79 | timer: bool, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `CartridgeType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/mem/cartridge.rs:61:16 [INFO] [stdout] | [INFO] [stdout] 61 | #[derive(Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `ram` [INFO] [stdout] --> src/mem/cartridge.rs:80:9 [INFO] [stdout] | [INFO] [stdout] 80 | ram: bool, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `CartridgeType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/mem/cartridge.rs:61:16 [INFO] [stdout] | [INFO] [stdout] 61 | #[derive(Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `battery` [INFO] [stdout] --> src/mem/cartridge.rs:81:9 [INFO] [stdout] | [INFO] [stdout] 81 | battery: bool, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `CartridgeType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/mem/cartridge.rs:61:16 [INFO] [stdout] | [INFO] [stdout] 61 | #[derive(Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `interrupt_enable_flags` [INFO] [stdout] --> src/processor/interrupt_controller.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | pub interrupt_enable_flags: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `interrupt_request_flags` [INFO] [stdout] --> src/processor/interrupt_controller.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | pub interrupt_request_flags: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 17 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 13.76s [INFO] running `Command { std: "docker" "inspect" "bb9b8d6cf534796b788f301c7b6c41441fb11b0f0500bdbe52341eb4270365a5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bb9b8d6cf534796b788f301c7b6c41441fb11b0f0500bdbe52341eb4270365a5", kill_on_drop: false }` [INFO] [stdout] bb9b8d6cf534796b788f301c7b6c41441fb11b0f0500bdbe52341eb4270365a5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2c856c88ac76cee6871d2b34d34e890626e82cdab79041cda2565bedfe8e05f0 [INFO] running `Command { std: "docker" "start" "-a" "2c856c88ac76cee6871d2b34d34e890626e82cdab79041cda2565bedfe8e05f0", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stdout] warning: field is never read: `manufacturer` [INFO] [stdout] --> src/mem/cartridge.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | manufacturer: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `CartridgeHeader` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/mem/cartridge.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `licensee_code` [INFO] [stdout] --> src/mem/cartridge.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | licensee_code: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `CartridgeHeader` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/mem/cartridge.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `old_licensee_code` [INFO] [stdout] --> src/mem/cartridge.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | old_licensee_code: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `CartridgeHeader` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/mem/cartridge.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `destination` [INFO] [stdout] --> src/mem/cartridge.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | destination: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `CartridgeHeader` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/mem/cartridge.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `version` [INFO] [stdout] --> src/mem/cartridge.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | version: u8, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `CartridgeHeader` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/mem/cartridge.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `checksum` [INFO] [stdout] --> src/mem/cartridge.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | checksum: u8, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `CartridgeHeader` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/mem/cartridge.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `global_checksum` [INFO] [stdout] --> src/mem/cartridge.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | global_checksum: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `CartridgeHeader` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/mem/cartridge.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `battery` [INFO] [stdout] --> src/mem/cartridge.rs:65:9 [INFO] [stdout] | [INFO] [stdout] 65 | battery: bool, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `CartridgeType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/mem/cartridge.rs:61:16 [INFO] [stdout] | [INFO] [stdout] 61 | #[derive(Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `battery` [INFO] [stdout] --> src/mem/cartridge.rs:69:9 [INFO] [stdout] | [INFO] [stdout] 69 | battery: bool, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `CartridgeType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/mem/cartridge.rs:61:16 [INFO] [stdout] | [INFO] [stdout] 61 | #[derive(Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `battery` [INFO] [stdout] --> src/mem/cartridge.rs:72:9 [INFO] [stdout] | [INFO] [stdout] 72 | battery: bool, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `CartridgeType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/mem/cartridge.rs:61:16 [INFO] [stdout] | [INFO] [stdout] 61 | #[derive(Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `ram` [INFO] [stdout] --> src/mem/cartridge.rs:75:9 [INFO] [stdout] | [INFO] [stdout] 75 | ram: bool, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `CartridgeType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/mem/cartridge.rs:61:16 [INFO] [stdout] | [INFO] [stdout] 61 | #[derive(Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `battery` [INFO] [stdout] --> src/mem/cartridge.rs:76:9 [INFO] [stdout] | [INFO] [stdout] 76 | battery: bool, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `CartridgeType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/mem/cartridge.rs:61:16 [INFO] [stdout] | [INFO] [stdout] 61 | #[derive(Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `timer` [INFO] [stdout] --> src/mem/cartridge.rs:79:9 [INFO] [stdout] | [INFO] [stdout] 79 | timer: bool, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `CartridgeType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/mem/cartridge.rs:61:16 [INFO] [stdout] | [INFO] [stdout] 61 | #[derive(Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `ram` [INFO] [stdout] --> src/mem/cartridge.rs:80:9 [INFO] [stdout] | [INFO] [stdout] 80 | ram: bool, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `CartridgeType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/mem/cartridge.rs:61:16 [INFO] [stdout] | [INFO] [stdout] 61 | #[derive(Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `battery` [INFO] [stdout] --> src/mem/cartridge.rs:81:9 [INFO] [stdout] | [INFO] [stdout] 81 | battery: bool, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `CartridgeType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/mem/cartridge.rs:61:16 [INFO] [stdout] | [INFO] [stdout] 61 | #[derive(Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling rust_boy v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: field is never read: `interrupt_enable_flags` [INFO] [stdout] --> src/processor/interrupt_controller.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | pub interrupt_enable_flags: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `interrupt_request_flags` [INFO] [stdout] --> src/processor/interrupt_controller.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | pub interrupt_request_flags: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 17 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Arc`, `Mutex` [INFO] [stdout] --> src/processor/cpu.rs:197:16 [INFO] [stdout] | [INFO] [stdout] 197 | sync::{Arc, Mutex}, [INFO] [stdout] | ^^^ ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `manufacturer` [INFO] [stdout] --> src/mem/cartridge.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | manufacturer: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `CartridgeHeader` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/mem/cartridge.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `licensee_code` [INFO] [stdout] --> src/mem/cartridge.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | licensee_code: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `CartridgeHeader` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/mem/cartridge.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `old_licensee_code` [INFO] [stdout] --> src/mem/cartridge.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | old_licensee_code: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `CartridgeHeader` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/mem/cartridge.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `destination` [INFO] [stdout] --> src/mem/cartridge.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | destination: String, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `CartridgeHeader` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/mem/cartridge.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `version` [INFO] [stdout] --> src/mem/cartridge.rs:13:5 [INFO] [stdout] | [INFO] [stdout] 13 | version: u8, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `CartridgeHeader` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/mem/cartridge.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `checksum` [INFO] [stdout] --> src/mem/cartridge.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | checksum: u8, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `CartridgeHeader` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/mem/cartridge.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `global_checksum` [INFO] [stdout] --> src/mem/cartridge.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | global_checksum: u16, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `CartridgeHeader` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/mem/cartridge.rs:3:10 [INFO] [stdout] | [INFO] [stdout] 3 | #[derive(Debug, Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `battery` [INFO] [stdout] --> src/mem/cartridge.rs:65:9 [INFO] [stdout] | [INFO] [stdout] 65 | battery: bool, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `CartridgeType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/mem/cartridge.rs:61:16 [INFO] [stdout] | [INFO] [stdout] 61 | #[derive(Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `battery` [INFO] [stdout] --> src/mem/cartridge.rs:69:9 [INFO] [stdout] | [INFO] [stdout] 69 | battery: bool, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `CartridgeType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/mem/cartridge.rs:61:16 [INFO] [stdout] | [INFO] [stdout] 61 | #[derive(Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `battery` [INFO] [stdout] --> src/mem/cartridge.rs:72:9 [INFO] [stdout] | [INFO] [stdout] 72 | battery: bool, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `CartridgeType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/mem/cartridge.rs:61:16 [INFO] [stdout] | [INFO] [stdout] 61 | #[derive(Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `ram` [INFO] [stdout] --> src/mem/cartridge.rs:75:9 [INFO] [stdout] | [INFO] [stdout] 75 | ram: bool, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `CartridgeType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/mem/cartridge.rs:61:16 [INFO] [stdout] | [INFO] [stdout] 61 | #[derive(Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `battery` [INFO] [stdout] --> src/mem/cartridge.rs:76:9 [INFO] [stdout] | [INFO] [stdout] 76 | battery: bool, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `CartridgeType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/mem/cartridge.rs:61:16 [INFO] [stdout] | [INFO] [stdout] 61 | #[derive(Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `timer` [INFO] [stdout] --> src/mem/cartridge.rs:79:9 [INFO] [stdout] | [INFO] [stdout] 79 | timer: bool, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `CartridgeType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/mem/cartridge.rs:61:16 [INFO] [stdout] | [INFO] [stdout] 61 | #[derive(Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `ram` [INFO] [stdout] --> src/mem/cartridge.rs:80:9 [INFO] [stdout] | [INFO] [stdout] 80 | ram: bool, [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `CartridgeType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/mem/cartridge.rs:61:16 [INFO] [stdout] | [INFO] [stdout] 61 | #[derive(Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `battery` [INFO] [stdout] --> src/mem/cartridge.rs:81:9 [INFO] [stdout] | [INFO] [stdout] 81 | battery: bool, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] note: `CartridgeType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/mem/cartridge.rs:61:16 [INFO] [stdout] | [INFO] [stdout] 61 | #[derive(Copy, Clone, Debug)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `interrupt_enable_flags` [INFO] [stdout] --> src/processor/interrupt_controller.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | pub interrupt_enable_flags: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `interrupt_request_flags` [INFO] [stdout] --> src/processor/interrupt_controller.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | pub interrupt_request_flags: u8, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 18 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 3.93s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/rust_boy-6d125e5c0e5efa0c) [INFO] running `Command { std: "docker" "inspect" "2c856c88ac76cee6871d2b34d34e890626e82cdab79041cda2565bedfe8e05f0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2c856c88ac76cee6871d2b34d34e890626e82cdab79041cda2565bedfe8e05f0", kill_on_drop: false }` [INFO] [stdout] 2c856c88ac76cee6871d2b34d34e890626e82cdab79041cda2565bedfe8e05f0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] bb51ae80ca5ac332805e56ccac94a37fed52c4b6655bdd6d8c7042ffcb388762 [INFO] running `Command { std: "docker" "start" "-a" "bb51ae80ca5ac332805e56ccac94a37fed52c4b6655bdd6d8c7042ffcb388762", kill_on_drop: false }` [INFO] [stderr] warning: field is never read: `manufacturer` [INFO] [stderr] --> src/mem/cartridge.rs:6:5 [INFO] [stderr] | [INFO] [stderr] 6 | manufacturer: String, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `CartridgeHeader` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/mem/cartridge.rs:3:10 [INFO] [stderr] | [INFO] [stderr] 3 | #[derive(Debug, Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `licensee_code` [INFO] [stderr] --> src/mem/cartridge.rs:7:5 [INFO] [stderr] | [INFO] [stderr] 7 | licensee_code: u16, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `CartridgeHeader` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/mem/cartridge.rs:3:10 [INFO] [stderr] | [INFO] [stderr] 3 | #[derive(Debug, Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `old_licensee_code` [INFO] [stderr] --> src/mem/cartridge.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | old_licensee_code: u8, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `CartridgeHeader` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/mem/cartridge.rs:3:10 [INFO] [stderr] | [INFO] [stderr] 3 | #[derive(Debug, Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `destination` [INFO] [stderr] --> src/mem/cartridge.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | destination: String, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `CartridgeHeader` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/mem/cartridge.rs:3:10 [INFO] [stderr] | [INFO] [stderr] 3 | #[derive(Debug, Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `version` [INFO] [stderr] --> src/mem/cartridge.rs:13:5 [INFO] [stderr] | [INFO] [stderr] 13 | version: u8, [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `CartridgeHeader` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/mem/cartridge.rs:3:10 [INFO] [stderr] | [INFO] [stderr] 3 | #[derive(Debug, Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `checksum` [INFO] [stderr] --> src/mem/cartridge.rs:14:5 [INFO] [stderr] | [INFO] [stderr] 14 | checksum: u8, [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `CartridgeHeader` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/mem/cartridge.rs:3:10 [INFO] [stderr] | [INFO] [stderr] 3 | #[derive(Debug, Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `global_checksum` [INFO] [stderr] --> src/mem/cartridge.rs:15:5 [INFO] [stderr] | [INFO] [stderr] 15 | global_checksum: u16, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `CartridgeHeader` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/mem/cartridge.rs:3:10 [INFO] [stderr] | [INFO] [stderr] 3 | #[derive(Debug, Clone)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `battery` [INFO] [stderr] --> src/mem/cartridge.rs:65:9 [INFO] [stderr] | [INFO] [stderr] 65 | battery: bool, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `CartridgeType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/mem/cartridge.rs:61:16 [INFO] [stderr] | [INFO] [stderr] 61 | #[derive(Copy, Clone, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `battery` [INFO] [stderr] --> src/mem/cartridge.rs:69:9 [INFO] [stderr] | [INFO] [stderr] 69 | battery: bool, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `CartridgeType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/mem/cartridge.rs:61:16 [INFO] [stderr] | [INFO] [stderr] 61 | #[derive(Copy, Clone, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `battery` [INFO] [stderr] --> src/mem/cartridge.rs:72:9 [INFO] [stderr] | [INFO] [stderr] 72 | battery: bool, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `CartridgeType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/mem/cartridge.rs:61:16 [INFO] [stderr] | [INFO] [stderr] 61 | #[derive(Copy, Clone, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `ram` [INFO] [stderr] --> src/mem/cartridge.rs:75:9 [INFO] [stderr] | [INFO] [stderr] 75 | ram: bool, [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `CartridgeType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/mem/cartridge.rs:61:16 [INFO] [stderr] | [INFO] [stderr] 61 | #[derive(Copy, Clone, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `battery` [INFO] [stderr] --> src/mem/cartridge.rs:76:9 [INFO] [stderr] | [INFO] [stderr] 76 | battery: bool, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `CartridgeType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/mem/cartridge.rs:61:16 [INFO] [stderr] | [INFO] [stderr] 61 | #[derive(Copy, Clone, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `timer` [INFO] [stderr] --> src/mem/cartridge.rs:79:9 [INFO] [stderr] | [INFO] [stderr] 79 | timer: bool, [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `CartridgeType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/mem/cartridge.rs:61:16 [INFO] [stderr] | [INFO] [stderr] 61 | #[derive(Copy, Clone, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `ram` [INFO] [stderr] --> src/mem/cartridge.rs:80:9 [INFO] [stderr] | [INFO] [stderr] 80 | ram: bool, [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `CartridgeType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/mem/cartridge.rs:61:16 [INFO] [stderr] | [INFO] [stderr] 61 | #[derive(Copy, Clone, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `battery` [INFO] [stderr] --> src/mem/cartridge.rs:81:9 [INFO] [stderr] | [INFO] [stderr] 81 | battery: bool, [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: `CartridgeType` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/mem/cartridge.rs:61:16 [INFO] [stderr] | [INFO] [stderr] 61 | #[derive(Copy, Clone, Debug)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: field is never read: `interrupt_enable_flags` [INFO] [stderr] --> src/processor/interrupt_controller.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | pub interrupt_enable_flags: u8, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: field is never read: `interrupt_request_flags` [INFO] [stderr] --> src/processor/interrupt_controller.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | pub interrupt_request_flags: u8, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused imports: `Arc`, `Mutex` [INFO] [stderr] --> src/processor/cpu.rs:197:16 [INFO] [stderr] | [INFO] [stderr] 197 | sync::{Arc, Mutex}, [INFO] [stderr] | ^^^ ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `rust_boy` (lib) generated 17 warnings [INFO] [stderr] warning: `rust_boy` (lib test) generated 18 warnings (17 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/rust_boy-6d125e5c0e5efa0c) [INFO] [stdout] [INFO] [stdout] running 139 tests [INFO] [stdout] test processor::cpu::tests::adc_a_0x3b ... ok [INFO] [stdout] test processor::cpu::tests::adc_a_e ... ok [INFO] [stdout] test processor::cpu::tests::bit_1_mem_hl ... ok [INFO] [stdout] test processor::cpu::tests::adc_a_mem_hl ... ok [INFO] [stdout] test processor::cpu::tests::add_a_mem_hl ... ok [INFO] [stdout] test processor::cpu::tests::add_a_0xff ... ok [INFO] [stdout] test processor::cpu::tests::add_hl_hl ... ok [INFO] [stdout] test processor::cpu::tests::call_0x8000_nz_ret ... ok [INFO] [stdout] test processor::cpu::tests::add_sp_2 ... ok [INFO] [stdout] test processor::cpu::tests::call_0x8000_reti ... ok [INFO] [stdout] test processor::cpu::tests::add_hl_bc ... ok [INFO] [stdout] test processor::cpu::tests::bit_4_l ... ok [INFO] [stdout] test processor::cpu::tests::and_a_0x38 ... ok [INFO] [stdout] test processor::cpu::tests::cpl ... ok [INFO] [stdout] test processor::cpu::tests::dec_mem_hl ... ok [INFO] [stdout] test processor::cpu::tests::inc_de ... ok [INFO] [stdout] test processor::cpu::tests::call_0x1234 ... ok [INFO] [stdout] test processor::cpu::tests::bit_7_a ... ok [INFO] [stdout] test processor::cpu::tests::bit_0_mem_hl ... ok [INFO] [stdout] test processor::cpu::tests::and_a_mem_hl ... ok [INFO] [stdout] test processor::cpu::tests::and_a_l ... ok [INFO] [stdout] test processor::cpu::tests::call_0x8000_ret ... ok [INFO] [stdout] test processor::cpu::tests::add_a_b ... ok [INFO] [stdout] test processor::cpu::tests::cp_a_0x3c ... ok [INFO] [stdout] test processor::cpu::tests::call_z_0x1234 ... ok [INFO] [stdout] test processor::cpu::tests::call_0x8000_z_ret ... ok [INFO] [stdout] test processor::cpu::tests::inc_r ... ok [INFO] [stdout] test processor::cpu::tests::dec_de ... ok [INFO] [stdout] test processor::cpu::tests::jr_nc_pos_5 ... ok [INFO] [stdout] test processor::cpu::tests::jp_nc_0x8000 ... ok [INFO] [stdout] test processor::cpu::tests::jp_nz_0x8000 ... ok [INFO] [stdout] test processor::cpu::tests::inc_mem_hl ... ok [INFO] [stdout] test processor::cpu::tests::jp_mem_hl ... ok [INFO] [stdout] test processor::cpu::tests::jp_0x8000 ... ok [INFO] [stdout] test processor::cpu::tests::jp_c_0x8000 ... ok [INFO] [stdout] test processor::cpu::tests::jp_z_0x8000 ... ok [INFO] [stdout] test processor::cpu::tests::jr_pos_5 ... ok [INFO] [stdout] test processor::cpu::tests::ld_a_mem_c ... ok [INFO] [stdout] test processor::cpu::tests::jr_z_neg_5 ... ok [INFO] [stdout] test processor::cpu::tests::ld_a_mem_34 ... ok [INFO] [stdout] test processor::cpu::tests::jr_neg_5 ... ok [INFO] [stdout] test processor::cpu::tests::ld_a_mem_hli ... ok [INFO] [stdout] test processor::cpu::tests::ld_a_mem_de ... ok [INFO] [stdout] test processor::cpu::tests::ld_a_b ... ok [INFO] [stdout] test processor::cpu::tests::cp_a_b ... ok [INFO] [stdout] test processor::cpu::tests::ld_a_mem_nn ... ok [INFO] [stdout] test processor::cpu::tests::di ... ok [INFO] [stdout] test processor::cpu::tests::ld_b_24 ... ok [INFO] [stdout] test processor::cpu::tests::ld_a_mem_bc ... ok [INFO] [stdout] test processor::cpu::tests::ld_b_d ... ok [INFO] [stdout] test processor::cpu::tests::rl_l ... ok [INFO] [stdout] test processor::cpu::tests::ldhl_sp_sub_5 ... ok [INFO] [stdout] test processor::cpu::tests::ld_a_mem_hld ... ok [INFO] [stdout] test processor::cpu::tests::ccf ... ok [INFO] [stdout] test processor::cpu::tests::cp_a_mem_hl ... ok [INFO] [stdout] test processor::cpu::tests::rlca ... ok [INFO] [stdout] test processor::cpu::tests::rrca ... ok [INFO] [stdout] test processor::cpu::tests::rst_0 ... ok [INFO] [stdout] test processor::cpu::tests::rrc_mem_hl ... ok [INFO] [stdout] test processor::cpu::tests::nop ... ok [INFO] [stdout] test processor::cpu::tests::ld_h_mem_hl ... ok [INFO] [stdout] test processor::cpu::tests::rra ... ok [INFO] [stdout] test processor::cpu::tests::rr_mem_hl ... ok [INFO] [stdout] test processor::cpu::tests::rst_2 ... ok [INFO] [stdout] test processor::cpu::tests::rst_1 ... ok [INFO] [stdout] test processor::cpu::tests::rrc_c ... ok [INFO] [stdout] test processor::cpu::tests::sbc_a_0x3a ... ok [INFO] [stdout] test processor::cpu::tests::rst_6 ... ok [INFO] [stdout] test processor::cpu::tests::sbc_a_h ... ok [INFO] [stdout] test processor::cpu::tests::rst_3 ... ok [INFO] [stdout] test processor::cpu::tests::rr_a ... ok [INFO] [stdout] test processor::cpu::tests::set_1_l ... ok [INFO] [stdout] test processor::cpu::tests::rst_5 ... ok [INFO] [stdout] test processor::cpu::tests::set_0_mem_hl ... ok [INFO] [stdout] test processor::cpu::tests::scf ... ok [INFO] [stdout] test processor::cpu::tests::set_3_a ... ok [INFO] [stdout] test processor::cpu::tests::sbc_a_mem_hl ... ok [INFO] [stdout] test processor::cpu::tests::sra_a ... ok [INFO] [stdout] test processor::cpu::tests::rst_7 ... ok [INFO] [stdout] test processor::cpu::tests::set_4_l ... ok [INFO] [stdout] test processor::cpu::tests::sla_mem_hl ... ok [INFO] [stdout] test processor::registers::tests::everything_setup_after_initialization ... ok [INFO] [stdout] test processor::registers::tests::everything_setup_after_initialization_with_boot_sequence ... ok [INFO] [stdout] test processor::registers::tests::set_a_singles_correct ... ok [INFO] [stdout] test processor::cpu::tests::sra_mem_hl ... ok [INFO] [stdout] test processor::cpu::tests::dec_r ... ok [INFO] [stdout] test processor::registers::tests::set_af_singles_correct ... ok [INFO] [stdout] test processor::registers::tests::set_b_singles_correct ... ok [INFO] [stdout] test processor::registers::tests::set_bc_correct ... ok [INFO] [stdout] test processor::registers::tests::set_c_singles_correct ... ok [INFO] [stdout] test processor::registers::tests::set_d_singles_correct ... ok [INFO] [stdout] test processor::registers::tests::set_bc_singles_correct ... ok [INFO] [stdout] test processor::cpu::tests::rst_4 ... ok [INFO] [stdout] test processor::cpu::tests::srl_mem_hl ... ok [INFO] [stdout] test processor::cpu::tests::ei ... ok [INFO] [stdout] test processor::cpu::tests::swap_a ... ok [INFO] [stdout] test processor::registers::tests::set_af_correct ... ok [INFO] [stdout] test processor::cpu::tests::xor_a_mem_hl ... ok [INFO] [stdout] test processor::cpu::tests::ld_mem_hl_a ... ok [INFO] [stdout] test processor::cpu::tests::sla_d ... ok [INFO] [stdout] test processor::registers::tests::set_de_correct ... ok [INFO] [stdout] test processor::registers::tests::set_de_singles_correct ... ok [INFO] [stdout] test processor::registers::tests::set_e_singles_correct ... ok [INFO] [stdout] test processor::registers::tests::set_h_singles_correct ... ok [INFO] [stdout] test processor::registers::tests::set_f_singles_correct ... ok [INFO] [stdout] test processor::registers::tests::set_hl_correct ... ok [INFO] [stdout] test processor::registers::tests::set_hl_singles_correct ... ok [INFO] [stdout] test processor::registers::tests::set_l_singles_correct ... ok [INFO] [stdout] test processor::cpu::tests::sub_a_h ... ok [INFO] [stdout] test processor::cpu::tests::or_a_l ... ok [INFO] [stdout] test processor::cpu::tests::swap_mem_hl ... ok [INFO] [stdout] test processor::cpu::tests::sub_a_mem_hl ... ok [INFO] [stdout] test processor::cpu::tests::sub_a_0x0f ... ok [INFO] [stdout] test processor::cpu::tests::srl_a ... ok [INFO] [stdout] test processor::cpu::tests::xor_a_l ... ok [INFO] [stdout] test processor::cpu::tests::xor_a_0x0f ... ok [INFO] [stdout] test processor::cpu::tests::push_hl ... ok [INFO] [stdout] test processor::registers::tests::set_sp_and_pc ... ok [INFO] [stdout] test processor::cpu::tests::rla ... ok [INFO] [stdout] test processor::cpu::tests::rlc_mem_hl ... ok [INFO] [stdout] test processor::cpu::tests::res_7_a ... ok [INFO] [stdout] test processor::cpu::tests::ld_mem_n_a ... ok [INFO] [stdout] test processor::cpu::tests::ldhl_sp_add_5 ... ok [INFO] [stdout] test processor::cpu::tests::or_a_0x03 ... ok [INFO] [stdout] test processor::cpu::tests::ld_mem_hld_a ... ok [INFO] [stdout] test processor::cpu::tests::ld_mem_c_a ... ok [INFO] [stdout] test processor::cpu::tests::ld_mem_bc_a ... ok [INFO] [stdout] test processor::cpu::tests::rlc_b ... ok [INFO] [stdout] test processor::cpu::tests::ld_mem_de_a ... ok [INFO] [stdout] test processor::cpu::tests::res_3_mem_hl ... ok [INFO] [stdout] test processor::cpu::tests::or_a_mem_hl ... ok [INFO] [stdout] test processor::cpu::tests::ld_mem_hli_a ... ok [INFO] [stdout] test processor::cpu::tests::pop_bc ... ok [INFO] [stdout] test processor::cpu::tests::ld_mem_0xfff8_sp ... ok [INFO] [stdout] test processor::cpu::tests::ld_sp_hl ... ok [INFO] [stdout] test processor::cpu::tests::ld_hl_0x3a5b ... ok [INFO] [stdout] test processor::cpu::tests::ld_mem_hl_24 ... ok [INFO] [stdout] test processor::cpu::tests::rl_mem_hl ... ok [INFO] [stdout] test processor::cpu::tests::ld_mem_nn_a ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 139 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s [INFO] [stdout] [INFO] [stderr] Doc-tests rust_boy [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "bb51ae80ca5ac332805e56ccac94a37fed52c4b6655bdd6d8c7042ffcb388762", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bb51ae80ca5ac332805e56ccac94a37fed52c4b6655bdd6d8c7042ffcb388762", kill_on_drop: false }` [INFO] [stdout] bb51ae80ca5ac332805e56ccac94a37fed52c4b6655bdd6d8c7042ffcb388762