[INFO] fetching crate zeerust 0.2.1... [INFO] testing zeerust-0.2.1 against 1.60.0 for beta-1.61-1 [INFO] extracting crate zeerust 0.2.1 into /workspace/builds/worker-18/source [INFO] validating manifest of crates.io crate zeerust 0.2.1 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate zeerust 0.2.1 [INFO] finished tweaking crates.io crate zeerust 0.2.1 [INFO] tweaked toml for crates.io crate zeerust 0.2.1 written to /workspace/builds/worker-18/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded enum-display-derive v0.1.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/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" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4138a32ae560f7fdeb8d0eb3cca974e8c6d839bfb81e2ebd60576c42d465e227 [INFO] running `Command { std: "docker" "start" "-a" "4138a32ae560f7fdeb8d0eb3cca974e8c6d839bfb81e2ebd60576c42d465e227", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4138a32ae560f7fdeb8d0eb3cca974e8c6d839bfb81e2ebd60576c42d465e227", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4138a32ae560f7fdeb8d0eb3cca974e8c6d839bfb81e2ebd60576c42d465e227", kill_on_drop: false }` [INFO] [stdout] 4138a32ae560f7fdeb8d0eb3cca974e8c6d839bfb81e2ebd60576c42d465e227 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/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" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 58b162b8ef7eaf03b54b915abeb3aff34983aeada8ad0ac5cd9493a76f7ff38c [INFO] running `Command { std: "docker" "start" "-a" "58b162b8ef7eaf03b54b915abeb3aff34983aeada8ad0ac5cd9493a76f7ff38c", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling syn v1.0.91 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling log v0.4.16 [INFO] [stderr] Compiling lazy_static v0.2.11 [INFO] [stderr] Compiling termcolor v1.1.3 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling atty v0.2.11 [INFO] [stderr] Compiling unreachable v1.0.0 [INFO] [stderr] Compiling thread_local v0.3.4 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling stderrlog v0.4.3 [INFO] [stderr] Compiling enum-display-derive v0.1.1 [INFO] [stderr] Compiling zeerust v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/z80/mod.rs:25:36 [INFO] [stdout] | [INFO] [stdout] 25 | input_devices: HashMap>, [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] 25 - input_devices: HashMap>, [INFO] [stdout] 25 + input_devices: HashMap>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/z80/mod.rs:26:37 [INFO] [stdout] | [INFO] [stdout] 26 | output_devices: HashMap>, [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] 26 - output_devices: HashMap>, [INFO] [stdout] 26 + output_devices: HashMap>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/z80/io.rs:29:60 [INFO] [stdout] | [INFO] [stdout] 29 | pub fn install_input(&mut self, index: u8, device: Box) { [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] 29 - pub fn install_input(&mut self, index: u8, device: Box) { [INFO] [stdout] 29 + pub fn install_input(&mut self, index: u8, device: Box) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/z80/io.rs:42:61 [INFO] [stdout] | [INFO] [stdout] 42 | pub fn install_output(&mut self, index: u8, device: Box) { [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] 42 - pub fn install_output(&mut self, index: u8, device: Box) { [INFO] [stdout] 42 + pub fn install_output(&mut self, index: u8, device: Box) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 9.37s [INFO] running `Command { std: "docker" "inspect" "58b162b8ef7eaf03b54b915abeb3aff34983aeada8ad0ac5cd9493a76f7ff38c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "58b162b8ef7eaf03b54b915abeb3aff34983aeada8ad0ac5cd9493a76f7ff38c", kill_on_drop: false }` [INFO] [stdout] 58b162b8ef7eaf03b54b915abeb3aff34983aeada8ad0ac5cd9493a76f7ff38c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/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" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b57a8a50d25d2819dffc55159a0d393715448b05c7ae22eaba6e0b1f298152e7 [INFO] running `Command { std: "docker" "start" "-a" "b57a8a50d25d2819dffc55159a0d393715448b05c7ae22eaba6e0b1f298152e7", kill_on_drop: false }` [INFO] [stderr] Compiling zeerust v0.2.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/z80/mod.rs:25:36 [INFO] [stdout] | [INFO] [stdout] 25 | input_devices: HashMap>, [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] 25 - input_devices: HashMap>, [INFO] [stdout] 25 + input_devices: HashMap>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/z80/mod.rs:26:37 [INFO] [stdout] | [INFO] [stdout] 26 | output_devices: HashMap>, [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] 26 - output_devices: HashMap>, [INFO] [stdout] 26 + output_devices: HashMap>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/z80/io.rs:29:60 [INFO] [stdout] | [INFO] [stdout] 29 | pub fn install_input(&mut self, index: u8, device: Box) { [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] 29 - pub fn install_input(&mut self, index: u8, device: Box) { [INFO] [stdout] 29 + pub fn install_input(&mut self, index: u8, device: Box) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/z80/io.rs:42:61 [INFO] [stdout] | [INFO] [stdout] 42 | pub fn install_output(&mut self, index: u8, device: Box) { [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] 42 - pub fn install_output(&mut self, index: u8, device: Box) { [INFO] [stdout] 42 + pub fn install_output(&mut self, index: u8, device: Box) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/z80/mod.rs:25:36 [INFO] [stdout] | [INFO] [stdout] 25 | input_devices: HashMap>, [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] 25 - input_devices: HashMap>, [INFO] [stdout] 25 + input_devices: HashMap>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/z80/mod.rs:26:37 [INFO] [stdout] | [INFO] [stdout] 26 | output_devices: HashMap>, [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] 26 - output_devices: HashMap>, [INFO] [stdout] 26 + output_devices: HashMap>, [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/z80/io.rs:29:60 [INFO] [stdout] | [INFO] [stdout] 29 | pub fn install_input(&mut self, index: u8, device: Box) { [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] 29 - pub fn install_input(&mut self, index: u8, device: Box) { [INFO] [stdout] 29 + pub fn install_input(&mut self, index: u8, device: Box) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/z80/io.rs:42:61 [INFO] [stdout] | [INFO] [stdout] 42 | pub fn install_output(&mut self, index: u8, device: Box) { [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] 42 - pub fn install_output(&mut self, index: u8, device: Box) { [INFO] [stdout] 42 + pub fn install_output(&mut self, index: u8, device: Box) { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 7.74s [INFO] running `Command { std: "docker" "inspect" "b57a8a50d25d2819dffc55159a0d393715448b05c7ae22eaba6e0b1f298152e7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b57a8a50d25d2819dffc55159a0d393715448b05c7ae22eaba6e0b1f298152e7", kill_on_drop: false }` [INFO] [stdout] b57a8a50d25d2819dffc55159a0d393715448b05c7ae22eaba6e0b1f298152e7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/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" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] e13e5520975014fc3f67cba1ba9bffd0ab4d7b66b8b0234fb5185fc78452fbcd [INFO] running `Command { std: "docker" "start" "-a" "e13e5520975014fc3f67cba1ba9bffd0ab4d7b66b8b0234fb5185fc78452fbcd", kill_on_drop: false }` [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] [INFO] [stderr] --> src/z80/mod.rs:25:36 [INFO] [stdout] running 117 tests [INFO] [stderr] | [INFO] [stdout] test cpu::opcodes::test::adc ... ok [INFO] [stderr] 25 | input_devices: HashMap>, [INFO] [stdout] test cpu::opcodes::test::add ... ok [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stdout] test cpu::opcodes::test::bits::get ... ok [INFO] [stderr] | [INFO] [stdout] test cpu::opcodes::test::bits::rl ... ok [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] test cpu::opcodes::test::bits::rla ... ok [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] test cpu::opcodes::test::bits::reset ... ok [INFO] [stderr] = note: for more information, see [INFO] [stdout] test cpu::opcodes::test::and ... ok [INFO] [stderr] help: use `dyn` [INFO] [stdout] test cpu::opcodes::test::bits::rlca ... ok [INFO] [stderr] | [INFO] [stdout] test cpu::opcodes::test::bits::rlc ... ok [INFO] [stderr] 25 - input_devices: HashMap>, [INFO] [stdout] test cpu::opcodes::test::bits::rld ... ok [INFO] [stderr] 25 + input_devices: HashMap>, [INFO] [stdout] test cpu::opcodes::test::bits::rr ... ok [INFO] [stderr] | [INFO] [stdout] test cpu::opcodes::test::bits::rra ... ok [INFO] [stderr] [INFO] [stdout] test cpu::opcodes::test::bits::rrc ... ok [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] test cpu::opcodes::test::bits::rrca ... ok [INFO] [stderr] --> src/z80/mod.rs:26:37 [INFO] [stdout] test cpu::opcodes::test::bits::rrd ... ok [INFO] [stderr] | [INFO] [stdout] test cpu::opcodes::test::bits::set ... ok [INFO] [stderr] 26 | output_devices: HashMap>, [INFO] [stdout] test cpu::opcodes::test::bits::sla ... ok [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] test cpu::opcodes::test::bits::sra ... ok [INFO] [stderr] | [INFO] [stdout] test cpu::opcodes::test::bits::srl ... ok [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] test cpu::opcodes::test::call ... ok [INFO] [stderr] = note: for more information, see [INFO] [stdout] test cpu::opcodes::test::ccf ... ok [INFO] [stderr] help: use `dyn` [INFO] [stdout] test cpu::opcodes::test::cp ... ok [INFO] [stderr] | [INFO] [stdout] test cpu::opcodes::test::dec ... ok [INFO] [stderr] 26 - output_devices: HashMap>, [INFO] [stdout] test cpu::opcodes::test::djnz ... ok [INFO] [stderr] 26 + output_devices: HashMap>, [INFO] [stdout] test cpu::opcodes::test::cpl ... ok [INFO] [stderr] | [INFO] [stdout] test cpu::opcodes::test::halt ... ok [INFO] [stderr] [INFO] [stdout] test cpu::opcodes::test::inc ... ok [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] test cpu::opcodes::test::input ... ok [INFO] [stderr] --> src/z80/io.rs:29:60 [INFO] [stdout] test cpu::opcodes::test::jr ... ok [INFO] [stderr] | [INFO] [stdout] test cpu::opcodes::test::jp ... ok [INFO] [stderr] 29 | pub fn install_input(&mut self, index: u8, device: Box) { [INFO] [stdout] test cpu::opcodes::test::ld_from_immediate_indirect_16 ... ok [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stdout] test cpu::opcodes::test::ld_immediate_16 ... ok [INFO] [stderr] | [INFO] [stdout] test cpu::opcodes::test::ld_immediate ... ok [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] test cpu::opcodes::test::ld_indirect ... ok [INFO] [stderr] = note: for more information, see [INFO] [stdout] test cpu::opcodes::test::ld_rr ... ok [INFO] [stderr] help: use `dyn` [INFO] [stdout] test cpu::opcodes::test::ld_sp ... ok [INFO] [stderr] | [INFO] [stdout] test cpu::opcodes::test::neg ... ok [INFO] [stderr] 29 - pub fn install_input(&mut self, index: u8, device: Box) { [INFO] [stdout] test cpu::opcodes::test::ld_to_immediate_indirect_16 ... ok [INFO] [stderr] 29 + pub fn install_input(&mut self, index: u8, device: Box) { [INFO] [stdout] test cpu::opcodes::test::nop ... ok [INFO] [stderr] | [INFO] [stdout] test cpu::opcodes::test::or ... ok [INFO] [stderr] [INFO] [stdout] test cpu::opcodes::test::pop ... ok [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] test cpu::opcodes::test::output ... ok [INFO] [stderr] --> src/z80/io.rs:42:61 [INFO] [stdout] test cpu::opcodes::test::push ... ok [INFO] [stderr] | [INFO] [stdout] test cpu::opcodes::test::ret ... ok [INFO] [stderr] 42 | pub fn install_output(&mut self, index: u8, device: Box) { [INFO] [stdout] test cpu::opcodes::test::sbc ... ok [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stdout] test cpu::opcodes::test::scf ... ok [INFO] [stderr] | [INFO] [stdout] test cpu::reg::test::get_set_reg16 ... ok [INFO] [stderr] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] test cpu::reg::test::get_flag ... ok [INFO] [stderr] = note: for more information, see [INFO] [stdout] test cpu::opcodes::test::xor ... ok [INFO] [stderr] help: use `dyn` [INFO] [stdout] test cpu::opcodes::test::sub ... ok [INFO] [stderr] | [INFO] [stdout] test cpu::reg::test::get_set_reg8 ... ok [INFO] [stderr] 42 - pub fn install_output(&mut self, index: u8, device: Box) { [INFO] [stdout] test cpu::reg::test::pc ... ok [INFO] [stderr] 42 + pub fn install_output(&mut self, index: u8, device: Box) { [INFO] [stdout] test cpu::reg::test::set_flag ... ok [INFO] [stderr] | [INFO] [stdout] test z80::tests::adc8_op ... ok [INFO] [stderr] [INFO] [stdout] test z80::tests::and_op ... ok [INFO] [stderr] warning: `zeerust` (lib) generated 4 warnings [INFO] [stdout] test z80::tests::add8_op ... ok [INFO] [stderr] warning: `zeerust` (lib test) generated 4 warnings (4 duplicates) [INFO] [stdout] test z80::tests::bit_op ... ok [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stdout] test z80::tests::call ... ok [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/zeerust-07ffa93211cffebb) [INFO] [stdout] test z80::tests::call_cond_zero ... ok [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/zeerust-fdb30e45191281ef) [INFO] [stdout] test z80::tests::cp_op ... ok [INFO] [stderr] Running tests/execute.rs (/opt/rustwide/target/debug/deps/execute-ce2d9fe37739debf) [INFO] [stdout] test z80::tests::call_cond_carry ... ok [INFO] [stderr] Running tests/parse_bin.rs (/opt/rustwide/target/debug/deps/parse_bin-78ffd8a478d32e08) [INFO] [stdout] test z80::tests::get_loc16 ... ok [INFO] [stderr] Doc-tests zeerust [INFO] [stdout] test z80::tests::ccf_op ... ok [INFO] [stdout] test z80::tests::dec_op ... ok [INFO] [stdout] test z80::tests::djnz ... ok [INFO] [stdout] test z80::tests::cpl_op ... ok [INFO] [stdout] test z80::tests::halt ... ok [INFO] [stdout] test z80::tests::get_loc8 ... ok [INFO] [stdout] test z80::tests::jp_conditional ... ok [INFO] [stdout] test z80::tests::jp ... ok [INFO] [stdout] test z80::tests::in_op ... ok [INFO] [stdout] test z80::tests::inc_op ... ok [INFO] [stdout] test z80::tests::jr ... ok [INFO] [stdout] test z80::tests::ld16_op ... ok [INFO] [stdout] test z80::tests::ld8_op ... ok [INFO] [stdout] test z80::tests::neg_op_sign_negative ... ok [INFO] [stdout] test z80::tests::neg_zero ... ok [INFO] [stdout] test z80::tests::neg_op_default ... ok [INFO] [stdout] test z80::tests::neg_0x80 ... ok [INFO] [stdout] test z80::tests::or_op ... ok [INFO] [stdout] test z80::tests::res_op ... ok [INFO] [stdout] test z80::tests::pop_op ... ok [INFO] [stdout] test z80::tests::out_op ... ok [INFO] [stdout] test z80::tests::rl_op ... ok [INFO] [stdout] test z80::tests::ret ... ok [INFO] [stdout] test z80::tests::push_op ... ok [INFO] [stdout] test z80::tests::rlc_op ... ok [INFO] [stdout] test z80::tests::rra_op ... ok [INFO] [stdout] test z80::tests::rla_op ... ok [INFO] [stdout] test z80::tests::rr_op ... ok [INFO] [stdout] test z80::tests::rld_op ... ok [INFO] [stdout] test z80::tests::rrca_op ... ok [INFO] [stdout] test z80::tests::rlca_op ... ok [INFO] [stdout] test z80::tests::scf_op ... ok [INFO] [stdout] test z80::tests::rrc_op ... ok [INFO] [stdout] test z80::tests::sbc8_op ... ok [INFO] [stdout] test z80::tests::rrd_op ... ok [INFO] [stdout] test z80::tests::set_loc16 ... ok [INFO] [stdout] test z80::tests::set_loc8 ... ok [INFO] [stdout] test z80::tests::set_op ... ok [INFO] [stdout] test z80::tests::sla_op ... ok [INFO] [stdout] test z80::tests::sra_op ... ok [INFO] [stdout] test z80::tests::srl_op ... ok [INFO] [stdout] test z80::tests::xor_op ... ok [INFO] [stdout] test z80::tests::sub8_op ... ok [INFO] [stdout] test cpu::opcodes::test::bits::sll - should panic ... ok [INFO] [stdout] test cpu::opcodes::test::input_hl - should panic ... ok [INFO] [stdout] test cpu::opcodes::test::output_hl - should panic ... ok [INFO] [stdout] test z80::tests::bit_op_too_big - should panic ... ok [INFO] [stdout] test z80::tests::daa_op - should panic ... ok [INFO] [stdout] test z80::tests::get_loc8_segfault - should panic ... ok [INFO] [stdout] test z80::tests::in_no_device_installed - should panic ... ok [INFO] [stdout] test z80::tests::out_no_device_installed - should panic ... ok [INFO] [stdout] test z80::tests::res_op_too_big - should panic ... ok [INFO] [stdout] test z80::tests::set_loc16_immediate_panic - should panic ... ok [INFO] [stdout] test z80::tests::set_loc8_immediate_panic - should panic ... ok [INFO] [stdout] test z80::tests::set_op_too_big - should panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 117 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s [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 countdown ... ok [INFO] [stdout] test hello_world ... ok [INFO] [stdout] test hello_zeerust ... ok [INFO] [stdout] test fizzbuzz ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test parse_bin ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test src/z80/io.rs - z80::io::Z80::install_input (line 21) ... ok [INFO] [stdout] test src/z80/io.rs - z80::io::Z80::install_output (line 34) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.41s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "e13e5520975014fc3f67cba1ba9bffd0ab4d7b66b8b0234fb5185fc78452fbcd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e13e5520975014fc3f67cba1ba9bffd0ab4d7b66b8b0234fb5185fc78452fbcd", kill_on_drop: false }` [INFO] [stdout] e13e5520975014fc3f67cba1ba9bffd0ab4d7b66b8b0234fb5185fc78452fbcd