[INFO] cloning repository https://github.com/etscrivner/neoboy [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/etscrivner/neoboy" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fetscrivner%2Fneoboy", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fetscrivner%2Fneoboy'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 84dd459edfb6d01f4d1fa9f0066e1e1b55d1d9cc [INFO] testing etscrivner/neoboy 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%2Fetscrivner%2Fneoboy" "/workspace/builds/worker-22/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-22/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/etscrivner/neoboy 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/etscrivner/neoboy [INFO] finished tweaking git repo https://github.com/etscrivner/neoboy [INFO] tweaked toml for git repo https://github.com/etscrivner/neoboy written to /workspace/builds/worker-22/source/Cargo.toml [INFO] crate git repo https://github.com/etscrivner/neoboy 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-22/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/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] f16f144f8e5a6fd167eaf679b57ad1ff48dcdd084a94ca5a08ba7a59e35e845a [INFO] running `Command { std: "docker" "start" "-a" "f16f144f8e5a6fd167eaf679b57ad1ff48dcdd084a94ca5a08ba7a59e35e845a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f16f144f8e5a6fd167eaf679b57ad1ff48dcdd084a94ca5a08ba7a59e35e845a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f16f144f8e5a6fd167eaf679b57ad1ff48dcdd084a94ca5a08ba7a59e35e845a", kill_on_drop: false }` [INFO] [stdout] f16f144f8e5a6fd167eaf679b57ad1ff48dcdd084a94ca5a08ba7a59e35e845a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/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] d189d9da37480a9634315d14b732a0f2c041c70d213625c6f024af7a95ad2c93 [INFO] running `Command { std: "docker" "start" "-a" "d189d9da37480a9634315d14b732a0f2c041c70d213625c6f024af7a95ad2c93", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling gameboy v0.1.0 (/opt/rustwide/workdir/gameboy) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> gameboy/src/memory.rs:32:24 [INFO] [stdout] | [INFO] [stdout] 32 | pub cartridge: Box [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 32 - pub cartridge: Box [INFO] [stdout] 32 + pub cartridge: Box [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> gameboy/src/memory.rs:39:31 [INFO] [stdout] | [INFO] [stdout] 39 | pub fn new(cartridge: Box) -> Self { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 39 - pub fn new(cartridge: Box) -> Self { [INFO] [stdout] 39 + pub fn new(cartridge: Box) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> gameboy/src/rom.rs:91:47 [INFO] [stdout] | [INFO] [stdout] 91 | pub fn into_cartridge(self) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 91 - pub fn into_cartridge(self) -> Option> { [INFO] [stdout] 91 + pub fn into_cartridge(self) -> Option> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `gameboy_type` [INFO] [stdout] --> gameboy/src/lib.rs:68:5 [INFO] [stdout] | [INFO] [stdout] 68 | gameboy_type: GameboyType, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `f` [INFO] [stdout] --> gameboy/src/registers.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | f: u8, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling neoboy v0.1.0 (/opt/rustwide/workdir/neoboy) [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> neoboy/src/main.rs:41:60 [INFO] [stdout] | [INFO] [stdout] 41 | let mut opcode_table: HashMap<&str, Vec<(u8, &str, Box<(Fn(u8) -> u8)>)>> = HashMap::new(); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 41 - let mut opcode_table: HashMap<&str, Vec<(u8, &str, Box<(Fn(u8) -> u8)>)>> = HashMap::new(); [INFO] [stdout] 41 + let mut opcode_table: HashMap<&str, Vec<(u8, &str, Box u8>)>> = HashMap::new(); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> neoboy/src/main.rs:43:44 [INFO] [stdout] | [INFO] [stdout] 43 | &str, Vec<(u8, &str, &str, Box<(Fn(u8) -> u8)>, Box<(Fn(u8) -> u8)>)>> = HashMap::new(); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 43 - &str, Vec<(u8, &str, &str, Box<(Fn(u8) -> u8)>, Box<(Fn(u8) -> u8)>)>> = HashMap::new(); [INFO] [stdout] 43 + &str, Vec<(u8, &str, &str, Box u8>, Box<(Fn(u8) -> u8)>)>> = HashMap::new(); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> neoboy/src/main.rs:43:65 [INFO] [stdout] | [INFO] [stdout] 43 | &str, Vec<(u8, &str, &str, Box<(Fn(u8) -> u8)>, Box<(Fn(u8) -> u8)>)>> = HashMap::new(); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 43 - &str, Vec<(u8, &str, &str, Box<(Fn(u8) -> u8)>, Box<(Fn(u8) -> u8)>)>> = HashMap::new(); [INFO] [stdout] 43 + &str, Vec<(u8, &str, &str, Box<(Fn(u8) -> u8)>, Box u8>)>> = HashMap::new(); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> neoboy/src/main.rs:41:61 [INFO] [stdout] | [INFO] [stdout] 41 | let mut opcode_table: HashMap<&str, Vec<(u8, &str, Box<(Fn(u8) -> u8)>)>> = HashMap::new(); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 41 - let mut opcode_table: HashMap<&str, Vec<(u8, &str, Box<(Fn(u8) -> u8)>)>> = HashMap::new(); [INFO] [stdout] 41 + let mut opcode_table: HashMap<&str, Vec<(u8, &str, Box<(dyn Fn(u8) -> u8)>)>> = HashMap::new(); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> neoboy/src/main.rs:43:45 [INFO] [stdout] | [INFO] [stdout] 43 | &str, Vec<(u8, &str, &str, Box<(Fn(u8) -> u8)>, Box<(Fn(u8) -> u8)>)>> = HashMap::new(); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 43 - &str, Vec<(u8, &str, &str, Box<(Fn(u8) -> u8)>, Box<(Fn(u8) -> u8)>)>> = HashMap::new(); [INFO] [stdout] 43 + &str, Vec<(u8, &str, &str, Box<(dyn Fn(u8) -> u8)>, Box<(Fn(u8) -> u8)>)>> = HashMap::new(); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> neoboy/src/main.rs:43:66 [INFO] [stdout] | [INFO] [stdout] 43 | &str, Vec<(u8, &str, &str, Box<(Fn(u8) -> u8)>, Box<(Fn(u8) -> u8)>)>> = HashMap::new(); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 43 - &str, Vec<(u8, &str, &str, Box<(Fn(u8) -> u8)>, Box<(Fn(u8) -> u8)>)>> = HashMap::new(); [INFO] [stdout] 43 + &str, Vec<(u8, &str, &str, Box<(Fn(u8) -> u8)>, Box<(dyn Fn(u8) -> u8)>)>> = HashMap::new(); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `expected_value` [INFO] [stdout] --> neoboy/src/main.rs:8:4 [INFO] [stdout] | [INFO] [stdout] 8 | fn expected_value(regname: &str) -> u8 { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `opcode_tests` [INFO] [stdout] --> neoboy/src/main.rs:40:4 [INFO] [stdout] | [INFO] [stdout] 40 | fn opcode_tests() { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 14.87s [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "d189d9da37480a9634315d14b732a0f2c041c70d213625c6f024af7a95ad2c93", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d189d9da37480a9634315d14b732a0f2c041c70d213625c6f024af7a95ad2c93", kill_on_drop: false }` [INFO] [stdout] d189d9da37480a9634315d14b732a0f2c041c70d213625c6f024af7a95ad2c93 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/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] c6772b7853afde6773026e5da2d2bd68378039f47003e852fcc72bb83b808419 [INFO] running `Command { std: "docker" "start" "-a" "c6772b7853afde6773026e5da2d2bd68378039f47003e852fcc72bb83b808419", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling gameboy v0.1.0 (/opt/rustwide/workdir/gameboy) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> gameboy/src/memory.rs:32:24 [INFO] [stdout] | [INFO] [stdout] 32 | pub cartridge: Box [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 32 - pub cartridge: Box [INFO] [stdout] 32 + pub cartridge: Box [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling neoboy v0.1.0 (/opt/rustwide/workdir/neoboy) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> gameboy/src/memory.rs:39:31 [INFO] [stdout] | [INFO] [stdout] 39 | pub fn new(cartridge: Box) -> Self { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 39 - pub fn new(cartridge: Box) -> Self { [INFO] [stdout] 39 + pub fn new(cartridge: Box) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> gameboy/src/rom.rs:91:47 [INFO] [stdout] | [INFO] [stdout] 91 | pub fn into_cartridge(self) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 91 - pub fn into_cartridge(self) -> Option> { [INFO] [stdout] 91 + pub fn into_cartridge(self) -> Option> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `gameboy_type` [INFO] [stdout] --> gameboy/src/lib.rs:68:5 [INFO] [stdout] | [INFO] [stdout] 68 | gameboy_type: GameboyType, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `f` [INFO] [stdout] --> gameboy/src/registers.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | f: u8, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `gameboy::cpu::*` [INFO] [stdout] --> gameboy/tests/cpu_tests.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use gameboy::cpu::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> gameboy/tests/memory_tests.rs:7:24 [INFO] [stdout] | [INFO] [stdout] 7 | let cartridge: Box = Box::new(RomOnly::new(vec![0x12; 0x10000])); [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 7 - let cartridge: Box = Box::new(RomOnly::new(vec![0x12; 0x10000])); [INFO] [stdout] 7 + let cartridge: Box = Box::new(RomOnly::new(vec![0x12; 0x10000])); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> neoboy/src/main.rs:41:60 [INFO] [stdout] | [INFO] [stdout] 41 | let mut opcode_table: HashMap<&str, Vec<(u8, &str, Box<(Fn(u8) -> u8)>)>> = HashMap::new(); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 41 - let mut opcode_table: HashMap<&str, Vec<(u8, &str, Box<(Fn(u8) -> u8)>)>> = HashMap::new(); [INFO] [stdout] 41 + let mut opcode_table: HashMap<&str, Vec<(u8, &str, Box u8>)>> = HashMap::new(); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> neoboy/src/main.rs:43:44 [INFO] [stdout] | [INFO] [stdout] 43 | &str, Vec<(u8, &str, &str, Box<(Fn(u8) -> u8)>, Box<(Fn(u8) -> u8)>)>> = HashMap::new(); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 43 - &str, Vec<(u8, &str, &str, Box<(Fn(u8) -> u8)>, Box<(Fn(u8) -> u8)>)>> = HashMap::new(); [INFO] [stdout] 43 + &str, Vec<(u8, &str, &str, Box u8>, Box<(Fn(u8) -> u8)>)>> = HashMap::new(); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> neoboy/src/main.rs:43:65 [INFO] [stdout] | [INFO] [stdout] 43 | &str, Vec<(u8, &str, &str, Box<(Fn(u8) -> u8)>, Box<(Fn(u8) -> u8)>)>> = HashMap::new(); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 43 - &str, Vec<(u8, &str, &str, Box<(Fn(u8) -> u8)>, Box<(Fn(u8) -> u8)>)>> = HashMap::new(); [INFO] [stdout] 43 + &str, Vec<(u8, &str, &str, Box<(Fn(u8) -> u8)>, Box u8>)>> = HashMap::new(); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> neoboy/src/main.rs:41:61 [INFO] [stdout] | [INFO] [stdout] 41 | let mut opcode_table: HashMap<&str, Vec<(u8, &str, Box<(Fn(u8) -> u8)>)>> = HashMap::new(); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 41 - let mut opcode_table: HashMap<&str, Vec<(u8, &str, Box<(Fn(u8) -> u8)>)>> = HashMap::new(); [INFO] [stdout] 41 + let mut opcode_table: HashMap<&str, Vec<(u8, &str, Box<(dyn Fn(u8) -> u8)>)>> = HashMap::new(); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> neoboy/src/main.rs:43:45 [INFO] [stdout] | [INFO] [stdout] 43 | &str, Vec<(u8, &str, &str, Box<(Fn(u8) -> u8)>, Box<(Fn(u8) -> u8)>)>> = HashMap::new(); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 43 - &str, Vec<(u8, &str, &str, Box<(Fn(u8) -> u8)>, Box<(Fn(u8) -> u8)>)>> = HashMap::new(); [INFO] [stdout] 43 + &str, Vec<(u8, &str, &str, Box<(dyn Fn(u8) -> u8)>, Box<(Fn(u8) -> u8)>)>> = HashMap::new(); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> neoboy/src/main.rs:43:66 [INFO] [stdout] | [INFO] [stdout] 43 | &str, Vec<(u8, &str, &str, Box<(Fn(u8) -> u8)>, Box<(Fn(u8) -> u8)>)>> = HashMap::new(); [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 43 - &str, Vec<(u8, &str, &str, Box<(Fn(u8) -> u8)>, Box<(Fn(u8) -> u8)>)>> = HashMap::new(); [INFO] [stdout] 43 + &str, Vec<(u8, &str, &str, Box<(Fn(u8) -> u8)>, Box<(dyn Fn(u8) -> u8)>)>> = HashMap::new(); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> gameboy/src/memory.rs:32:24 [INFO] [stdout] | [INFO] [stdout] 32 | pub cartridge: Box [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 32 - pub cartridge: Box [INFO] [stdout] 32 + pub cartridge: Box [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> gameboy/src/memory.rs:39:31 [INFO] [stdout] | [INFO] [stdout] 39 | pub fn new(cartridge: Box) -> Self { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 39 - pub fn new(cartridge: Box) -> Self { [INFO] [stdout] 39 + pub fn new(cartridge: Box) -> Self { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> gameboy/src/rom.rs:91:47 [INFO] [stdout] | [INFO] [stdout] 91 | pub fn into_cartridge(self) -> Option> { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] help: use `dyn` [INFO] [stdout] | [INFO] [stdout] 91 - pub fn into_cartridge(self) -> Option> { [INFO] [stdout] 91 + pub fn into_cartridge(self) -> Option> { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `gameboy::cpu::*` [INFO] [stdout] --> gameboy/tests/operations_tests.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use gameboy::cpu::*; [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `gameboy_type` [INFO] [stdout] --> gameboy/src/lib.rs:68:5 [INFO] [stdout] | [INFO] [stdout] 68 | gameboy_type: GameboyType, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `f` [INFO] [stdout] --> gameboy/src/registers.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | f: u8, [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `expected_value` [INFO] [stdout] --> neoboy/src/main.rs:8:4 [INFO] [stdout] | [INFO] [stdout] 8 | fn expected_value(regname: &str) -> u8 { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `opcode_tests` [INFO] [stdout] --> neoboy/src/main.rs:40:4 [INFO] [stdout] | [INFO] [stdout] 40 | fn opcode_tests() { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 8 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.71s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/gameboy-579e42124c023a8c) [INFO] [stderr] Executable tests/cpu_tests.rs (/opt/rustwide/target/debug/deps/cpu_tests-c124cb0a495c1165) [INFO] [stderr] Executable tests/memory_tests.rs (/opt/rustwide/target/debug/deps/memory_tests-a04a24e21f12d5e8) [INFO] [stderr] Executable tests/operations_tests.rs (/opt/rustwide/target/debug/deps/operations_tests-65668df331b8eac2) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/neoboy-9968f492b03449bc) [INFO] running `Command { std: "docker" "inspect" "c6772b7853afde6773026e5da2d2bd68378039f47003e852fcc72bb83b808419", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c6772b7853afde6773026e5da2d2bd68378039f47003e852fcc72bb83b808419", kill_on_drop: false }` [INFO] [stdout] c6772b7853afde6773026e5da2d2bd68378039f47003e852fcc72bb83b808419 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-22/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] 7539a512cfd87766fdeb21730608527215c958d89933fb778e24e99d70530b8f [INFO] running `Command { std: "docker" "start" "-a" "7539a512cfd87766fdeb21730608527215c958d89933fb778e24e99d70530b8f", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> gameboy/src/memory.rs:32:24 [INFO] [stderr] | [INFO] [stderr] 32 | pub cartridge: Box [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 32 - pub cartridge: Box [INFO] [stderr] 32 + pub cartridge: Box [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> gameboy/src/memory.rs:39:31 [INFO] [stderr] | [INFO] [stderr] 39 | pub fn new(cartridge: Box) -> Self { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 39 - pub fn new(cartridge: Box) -> Self { [INFO] [stderr] 39 + pub fn new(cartridge: Box) -> Self { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> gameboy/src/rom.rs:91:47 [INFO] [stderr] | [INFO] [stderr] 91 | pub fn into_cartridge(self) -> Option> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 91 - pub fn into_cartridge(self) -> Option> { [INFO] [stderr] 91 + pub fn into_cartridge(self) -> Option> { [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: field is never read: `gameboy_type` [INFO] [stderr] --> gameboy/src/lib.rs:68:5 [INFO] [stderr] | [INFO] [stderr] 68 | gameboy_type: GameboyType, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: field is never read: `f` [INFO] [stderr] --> gameboy/src/registers.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | f: u8, [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `gameboy` (lib) generated 5 warnings [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> gameboy/tests/memory_tests.rs:7:24 [INFO] [stderr] | [INFO] [stderr] 7 | let cartridge: Box = Box::new(RomOnly::new(vec![0x12; 0x10000])); [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 7 - let cartridge: Box = Box::new(RomOnly::new(vec![0x12; 0x10000])); [INFO] [stderr] 7 + let cartridge: Box = Box::new(RomOnly::new(vec![0x12; 0x10000])); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `gameboy` (lib test) generated 5 warnings (5 duplicates) [INFO] [stderr] warning: `gameboy` (test "memory_tests") generated 1 warning [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> neoboy/src/main.rs:41:60 [INFO] [stderr] | [INFO] [stderr] 41 | let mut opcode_table: HashMap<&str, Vec<(u8, &str, Box<(Fn(u8) -> u8)>)>> = HashMap::new(); [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 41 - let mut opcode_table: HashMap<&str, Vec<(u8, &str, Box<(Fn(u8) -> u8)>)>> = HashMap::new(); [INFO] [stderr] 41 + let mut opcode_table: HashMap<&str, Vec<(u8, &str, Box u8>)>> = HashMap::new(); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> neoboy/src/main.rs:43:44 [INFO] [stderr] | [INFO] [stderr] 43 | &str, Vec<(u8, &str, &str, Box<(Fn(u8) -> u8)>, Box<(Fn(u8) -> u8)>)>> = HashMap::new(); [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 43 - &str, Vec<(u8, &str, &str, Box<(Fn(u8) -> u8)>, Box<(Fn(u8) -> u8)>)>> = HashMap::new(); [INFO] [stderr] 43 + &str, Vec<(u8, &str, &str, Box u8>, Box<(Fn(u8) -> u8)>)>> = HashMap::new(); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around type [INFO] [stderr] --> neoboy/src/main.rs:43:65 [INFO] [stderr] | [INFO] [stderr] 43 | &str, Vec<(u8, &str, &str, Box<(Fn(u8) -> u8)>, Box<(Fn(u8) -> u8)>)>> = HashMap::new(); [INFO] [stderr] | ^ ^ [INFO] [stderr] | [INFO] [stderr] help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] 43 - &str, Vec<(u8, &str, &str, Box<(Fn(u8) -> u8)>, Box<(Fn(u8) -> u8)>)>> = HashMap::new(); [INFO] [stderr] 43 + &str, Vec<(u8, &str, &str, Box<(Fn(u8) -> u8)>, Box u8>)>> = HashMap::new(); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> neoboy/src/main.rs:41:61 [INFO] [stderr] | [INFO] [stderr] 41 | let mut opcode_table: HashMap<&str, Vec<(u8, &str, Box<(Fn(u8) -> u8)>)>> = HashMap::new(); [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 41 - let mut opcode_table: HashMap<&str, Vec<(u8, &str, Box<(Fn(u8) -> u8)>)>> = HashMap::new(); [INFO] [stderr] 41 + let mut opcode_table: HashMap<&str, Vec<(u8, &str, Box<(dyn Fn(u8) -> u8)>)>> = HashMap::new(); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> neoboy/src/main.rs:43:45 [INFO] [stderr] | [INFO] [stderr] 43 | &str, Vec<(u8, &str, &str, Box<(Fn(u8) -> u8)>, Box<(Fn(u8) -> u8)>)>> = HashMap::new(); [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 43 - &str, Vec<(u8, &str, &str, Box<(Fn(u8) -> u8)>, Box<(Fn(u8) -> u8)>)>> = HashMap::new(); [INFO] [stderr] 43 + &str, Vec<(u8, &str, &str, Box<(dyn Fn(u8) -> u8)>, Box<(Fn(u8) -> u8)>)>> = HashMap::new(); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> neoboy/src/main.rs:43:66 [INFO] [stderr] | [INFO] [stderr] 43 | &str, Vec<(u8, &str, &str, Box<(Fn(u8) -> u8)>, Box<(Fn(u8) -> u8)>)>> = HashMap::new(); [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stderr] = note: for more information, see [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 43 - &str, Vec<(u8, &str, &str, Box<(Fn(u8) -> u8)>, Box<(Fn(u8) -> u8)>)>> = HashMap::new(); [INFO] [stderr] 43 + &str, Vec<(u8, &str, &str, Box<(Fn(u8) -> u8)>, Box<(dyn Fn(u8) -> u8)>)>> = HashMap::new(); [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: function is never used: `expected_value` [INFO] [stderr] --> neoboy/src/main.rs:8:4 [INFO] [stderr] | [INFO] [stderr] 8 | fn expected_value(regname: &str) -> u8 { [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `opcode_tests` [INFO] [stderr] --> neoboy/src/main.rs:40:4 [INFO] [stderr] | [INFO] [stderr] 40 | fn opcode_tests() { [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `gameboy::cpu::*` [INFO] [stdout] [INFO] [stderr] --> gameboy/tests/cpu_tests.rs:2:5 [INFO] [stdout] running 0 tests [INFO] [stderr] | [INFO] [stdout] [INFO] [stderr] 2 | use gameboy::cpu::*; [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stderr] | [INFO] [stdout] [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] running 0 tests [INFO] [stderr] [INFO] [stdout] [INFO] [stderr] warning: unused import: `gameboy::cpu::*` [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] --> gameboy/tests/operations_tests.rs:5:5 [INFO] [stdout] [INFO] [stderr] | [INFO] [stdout] [INFO] [stderr] 5 | use gameboy::cpu::*; [INFO] [stdout] running 4 tests [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stdout] test test_cartridge_rom_readwrite ... ok [INFO] [stderr] | [INFO] [stdout] test test_interrupt_flag_readwrite ... ok [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] test test_unused_ram_readwrite ... ok [INFO] [stderr] [INFO] [stdout] test test_wram_mirror_readwrite ... ok [INFO] [stderr] warning: `neoboy` (bin "neoboy" test) generated 8 warnings [INFO] [stdout] [INFO] [stderr] warning: `gameboy` (test "cpu_tests") generated 1 warning [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stderr] warning: `gameboy` (test "operations_tests") generated 1 warning [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 11.59s [INFO] [stdout] [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/gameboy-579e42124c023a8c) [INFO] [stdout] running 12 tests [INFO] [stderr] Running tests/cpu_tests.rs (/opt/rustwide/target/debug/deps/cpu_tests-c124cb0a495c1165) [INFO] [stdout] test test_call_ret ... ok [INFO] [stderr] Running tests/memory_tests.rs (/opt/rustwide/target/debug/deps/memory_tests-a04a24e21f12d5e8) [INFO] [stdout] test test_arithmetic ... ok [INFO] [stderr] Running tests/operations_tests.rs (/opt/rustwide/target/debug/deps/operations_tests-65668df331b8eac2) [INFO] [stdout] test test_bitwise_arithmetic ... ok [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/neoboy-9968f492b03449bc) [INFO] [stdout] test test_dec ... ok [INFO] [stderr] Doc-tests gameboy [INFO] [stdout] test test_inc ... ok [INFO] [stdout] test test_jump ... ok [INFO] [stdout] test test_ld ... ok [INFO] [stdout] test test_misc ... ok [INFO] [stdout] test test_rst ... ok [INFO] [stdout] test test_st ... ok [INFO] [stdout] test test_stack ... ok [INFO] [stdout] test test_invalid_opcodes ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [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] [stdout] [INFO] [stdout] running 4 tests [INFO] [stdout] test src/rom.rs - rom::Rom::new (line 66) ... ok [INFO] [stdout] test src/rom.rs - rom::Rom::new (line 74) ... ok [INFO] [stdout] test src/memory.rs - memory::Memory::write_byte (line 57) ... ok [INFO] [stdout] test src/memory.rs - memory::Memory::read_byte (line 107) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.34s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "7539a512cfd87766fdeb21730608527215c958d89933fb778e24e99d70530b8f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7539a512cfd87766fdeb21730608527215c958d89933fb778e24e99d70530b8f", kill_on_drop: false }` [INFO] [stdout] 7539a512cfd87766fdeb21730608527215c958d89933fb778e24e99d70530b8f