[INFO] fetching crate zeerust 0.2.1... [INFO] testing zeerust-0.2.1 against master#99e3aef02079e9c10583638520cd0c134dc3a01d for pr-85530 [INFO] extracting crate zeerust 0.2.1 into /workspace/builds/worker-12/source [INFO] validating manifest of crates.io crate zeerust 0.2.1 on toolchain 99e3aef02079e9c10583638520cd0c134dc3a01d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "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-12/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a97355bcfbdf542e6a19e1c0e7ed62299fbf3622e994e6c63a5d966e907830df [INFO] running `Command { std: "docker" "start" "-a" "a97355bcfbdf542e6a19e1c0e7ed62299fbf3622e994e6c63a5d966e907830df", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a97355bcfbdf542e6a19e1c0e7ed62299fbf3622e994e6c63a5d966e907830df", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a97355bcfbdf542e6a19e1c0e7ed62299fbf3622e994e6c63a5d966e907830df", kill_on_drop: false }` [INFO] [stdout] a97355bcfbdf542e6a19e1c0e7ed62299fbf3622e994e6c63a5d966e907830df [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e679c6049104ffed55c5d77b37973cff83a5e3e8e3762de11308d54b6965e0e1 [INFO] running `Command { std: "docker" "start" "-a" "e679c6049104ffed55c5d77b37973cff83a5e3e8e3762de11308d54b6965e0e1", 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] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling lazy_static v0.2.11 [INFO] [stderr] Compiling atty v0.2.11 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling enum-display-derive v0.1.1 [INFO] [stderr] Compiling unreachable v1.0.0 [INFO] [stderr] Compiling thread_local v0.3.4 [INFO] [stderr] Compiling stderrlog v0.4.3 [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/io.rs:29:60 [INFO] [stdout] | [INFO] [stdout] 29 | pub fn install_input(&mut self, index: u8, device: Box) { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn InputDevice` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [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] | ^^^^^^^^^^^^ help: use `dyn`: `dyn OutputDevice` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [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] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn io::InputDevice` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [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] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn io::OutputDevice` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.73s [INFO] running `Command { std: "docker" "inspect" "e679c6049104ffed55c5d77b37973cff83a5e3e8e3762de11308d54b6965e0e1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e679c6049104ffed55c5d77b37973cff83a5e3e8e3762de11308d54b6965e0e1", kill_on_drop: false }` [INFO] [stdout] e679c6049104ffed55c5d77b37973cff83a5e3e8e3762de11308d54b6965e0e1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 113e80e816199a994130f361ba0eea73a54807d6ba6be46143315ed16196af29 [INFO] running `Command { std: "docker" "start" "-a" "113e80e816199a994130f361ba0eea73a54807d6ba6be46143315ed16196af29", 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/io.rs:29:60 [INFO] [stdout] | [INFO] [stdout] 29 | pub fn install_input(&mut self, index: u8, device: Box) { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn InputDevice` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [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] | ^^^^^^^^^^^^ help: use `dyn`: `dyn OutputDevice` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [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] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn io::InputDevice` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [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] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn io::OutputDevice` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [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/io.rs:29:60 [INFO] [stdout] | [INFO] [stdout] 29 | pub fn install_input(&mut self, index: u8, device: Box) { [INFO] [stdout] | ^^^^^^^^^^^ help: use `dyn`: `dyn InputDevice` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [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] | ^^^^^^^^^^^^ help: use `dyn`: `dyn OutputDevice` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [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] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn io::InputDevice` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [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] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn io::OutputDevice` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] = note: for more information, see issue #80165 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 7.84s [INFO] running `Command { std: "docker" "inspect" "113e80e816199a994130f361ba0eea73a54807d6ba6be46143315ed16196af29", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "113e80e816199a994130f361ba0eea73a54807d6ba6be46143315ed16196af29", kill_on_drop: false }` [INFO] [stdout] 113e80e816199a994130f361ba0eea73a54807d6ba6be46143315ed16196af29 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 97a1b03f3e3ad2d8fd11c1b60e40008f38966cfc7a5b682ad0f607c78f62a69d [INFO] running `Command { std: "docker" "start" "-a" "97a1b03f3e3ad2d8fd11c1b60e40008f38966cfc7a5b682ad0f607c78f62a69d", kill_on_drop: false }` [INFO] [stdout] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] running 117 tests [INFO] [stderr] --> src/z80/io.rs:29:60 [INFO] [stdout] test cpu::opcodes::test::and ... ok [INFO] [stderr] | [INFO] [stdout] test cpu::opcodes::test::bits::get ... ok [INFO] [stderr] 29 | pub fn install_input(&mut self, index: u8, device: Box) { [INFO] [stdout] test cpu::opcodes::test::bits::reset ... ok [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn InputDevice` [INFO] [stdout] test cpu::opcodes::test::bits::rrca ... ok [INFO] [stderr] | [INFO] [stdout] test cpu::opcodes::test::bits::rrd ... ok [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] test cpu::opcodes::test::bits::set ... ok [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stdout] test cpu::opcodes::test::bits::rr ... ok [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stdout] test cpu::opcodes::test::bits::rld ... ok [INFO] [stderr] [INFO] [stdout] test cpu::opcodes::test::bits::srl ... ok [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] test cpu::opcodes::test::call ... ok [INFO] [stderr] --> src/z80/io.rs:42:61 [INFO] [stderr] | [INFO] [stderr] 42 | pub fn install_output(&mut self, index: u8, device: Box) { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn OutputDevice` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/z80/mod.rs:25:36 [INFO] [stderr] | [INFO] [stderr] 25 | input_devices: HashMap>, [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn io::InputDevice` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/z80/mod.rs:26:37 [INFO] [stderr] | [INFO] [stderr] 26 | output_devices: HashMap>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn io::OutputDevice` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: 4 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/z80/io.rs:29:60 [INFO] [stderr] | [INFO] [stderr] 29 | pub fn install_input(&mut self, index: u8, device: Box) { [INFO] [stderr] | ^^^^^^^^^^^ help: use `dyn`: `dyn InputDevice` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/z80/io.rs:42:61 [INFO] [stderr] | [INFO] [stderr] 42 | pub fn install_output(&mut self, index: u8, device: Box) { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn OutputDevice` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/z80/mod.rs:25:36 [INFO] [stderr] | [INFO] [stderr] 25 | input_devices: HashMap>, [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: use `dyn`: `dyn io::InputDevice` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/z80/mod.rs:26:37 [INFO] [stderr] | [INFO] [stderr] 26 | output_devices: HashMap>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn io::OutputDevice` [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in the 2021 edition! [INFO] [stderr] = note: for more information, see issue #80165 [INFO] [stderr] [INFO] [stderr] warning: 4 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/zeerust-251598e62cc021b9) [INFO] [stdout] test cpu::opcodes::test::bits::sla ... ok [INFO] [stdout] test cpu::opcodes::test::ld_immediate ... ok [INFO] [stdout] test cpu::opcodes::test::adc ... ok [INFO] [stdout] test cpu::opcodes::test::ld_to_immediate_indirect_16 ... ok [INFO] [stdout] test cpu::opcodes::test::add ... ok [INFO] [stdout] test cpu::opcodes::test::neg ... ok [INFO] [stdout] test cpu::opcodes::test::cpl ... ok [INFO] [stdout] test cpu::opcodes::test::halt ... ok [INFO] [stdout] test cpu::opcodes::test::inc ... ok [INFO] [stdout] test cpu::opcodes::test::ld_immediate_16 ... ok [INFO] [stdout] test cpu::opcodes::test::jp ... ok [INFO] [stdout] test cpu::opcodes::test::bits::rrc ... ok [INFO] [stdout] test cpu::opcodes::test::ccf ... ok [INFO] [stdout] test cpu::opcodes::test::bits::sra ... ok [INFO] [stdout] test cpu::opcodes::test::bits::rra ... ok [INFO] [stdout] test cpu::opcodes::test::ld_indirect ... ok [INFO] [stdout] test cpu::opcodes::test::ld_rr ... ok [INFO] [stdout] test cpu::opcodes::test::ld_sp ... ok [INFO] [stdout] test cpu::opcodes::test::ret ... ok [INFO] [stdout] test cpu::opcodes::test::sub ... ok [INFO] [stdout] test cpu::reg::test::get_set_reg16 ... ok [INFO] [stdout] test cpu::reg::test::pc ... ok [INFO] [stdout] test cpu::opcodes::test::ld_from_immediate_indirect_16 ... ok [INFO] [stdout] test cpu::opcodes::test::bits::rlca ... ok [INFO] [stdout] test z80::tests::ccf_op ... ok [INFO] [stdout] test cpu::opcodes::test::nop ... ok [INFO] [stdout] test cpu::opcodes::test::or ... ok [INFO] [stdout] test cpu::opcodes::test::bits::rlc ... ok [INFO] [stdout] test cpu::opcodes::test::bits::rla ... ok [INFO] [stdout] test z80::tests::call_cond_zero ... ok [INFO] [stdout] test z80::tests::djnz ... ok [INFO] [stdout] test cpu::opcodes::test::bits::rl ... ok [INFO] [stdout] test cpu::opcodes::test::output ... ok [INFO] [stdout] test cpu::opcodes::test::dec ... ok [INFO] [stdout] test cpu::opcodes::test::djnz ... ok [INFO] [stdout] test z80::tests::halt ... ok [INFO] [stdout] test z80::tests::call_cond_carry ... ok [INFO] [stdout] test z80::tests::call ... ok [INFO] [stdout] test z80::tests::cpl_op ... ok [INFO] [stdout] test z80::tests::dec_op ... ok [INFO] [stdout] test z80::tests::get_loc16 ... ok [INFO] [stdout] test z80::tests::get_loc8 ... ok [INFO] [stdout] test cpu::opcodes::test::cp ... ok [INFO] [stdout] test cpu::opcodes::test::jr ... ok [INFO] [stdout] test z80::tests::add8_op ... ok [INFO] [stdout] test cpu::reg::test::get_set_reg8 ... ok [INFO] [stdout] test cpu::opcodes::test::xor ... ok [INFO] [stdout] test cpu::opcodes::test::pop ... ok [INFO] [stdout] test cpu::opcodes::test::sbc ... ok [INFO] [stdout] test cpu::opcodes::test::push ... ok [INFO] [stdout] test cpu::opcodes::test::scf ... ok [INFO] [stdout] test cpu::reg::test::get_flag ... ok [INFO] [stdout] test cpu::reg::test::set_flag ... ok [INFO] [stdout] test z80::tests::jp ... ok [INFO] [stdout] test z80::tests::cp_op ... ok [INFO] [stdout] test z80::tests::bit_op ... ok [INFO] [stdout] test z80::tests::rla_op ... ok [INFO] [stdout] test z80::tests::push_op ... ok [INFO] [stdout] test z80::tests::res_op ... ok [INFO] [stdout] test z80::tests::ret ... ok [INFO] [stdout] test z80::tests::inc_op ... ok [INFO] [stdout] test z80::tests::rl_op ... ok [INFO] [stdout] test z80::tests::neg_op_default ... ok [INFO] [stdout] test cpu::opcodes::test::input ... ok [INFO] [stdout] test z80::tests::out_op ... ok [INFO] [stdout] test z80::tests::and_op ... ok [INFO] [stdout] test z80::tests::ld8_op ... ok [INFO] [stdout] test z80::tests::in_op ... ok [INFO] [stdout] test z80::tests::rrca_op ... ok [INFO] [stdout] test z80::tests::rra_op ... ok [INFO] [stdout] test z80::tests::rlca_op ... ok [INFO] [stdout] test z80::tests::rlc_op ... ok [INFO] [stdout] test z80::tests::set_loc8 ... ok [INFO] [stdout] test z80::tests::set_loc16 ... ok [INFO] [stdout] test z80::tests::rrd_op ... ok [INFO] [stdout] test z80::tests::rld_op ... ok [INFO] [stdout] test z80::tests::sbc8_op ... ok [INFO] [stdout] test z80::tests::rr_op ... ok [INFO] [stdout] test z80::tests::adc8_op ... ok [INFO] [stdout] test z80::tests::rrc_op ... ok [INFO] [stdout] test z80::tests::sra_op ... ok [INFO] [stdout] test z80::tests::sub8_op ... ok [INFO] [stdout] test z80::tests::srl_op ... ok [INFO] [stdout] test z80::tests::set_op ... ok [INFO] [stdout] test z80::tests::sla_op ... ok [INFO] [stdout] test z80::tests::xor_op ... ok [INFO] [stdout] test z80::tests::or_op ... ok [INFO] [stdout] test z80::tests::neg_op_sign_negative ... ok [INFO] [stdout] test z80::tests::scf_op ... ok [INFO] [stdout] test z80::tests::neg_0x80 ... ok [INFO] [stdout] test z80::tests::jr ... ok [INFO] [stdout] test z80::tests::ld16_op ... ok [INFO] [stdout] test cpu::opcodes::test::input_hl ... ok [INFO] [stdout] test z80::tests::neg_zero ... ok [INFO] [stdout] test z80::tests::jp_conditional ... ok [INFO] [stdout] test cpu::opcodes::test::bits::sll ... ok [INFO] [stdout] test z80::tests::pop_op ... ok [INFO] [stdout] test z80::tests::daa_op ... ok [INFO] [stdout] test z80::tests::bit_op_too_big ... ok [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/zeerust-b0a36ed433cb683d) [INFO] [stderr] Running tests/execute.rs (/opt/rustwide/target/debug/deps/execute-233a9bd3bad94ab2) [INFO] [stdout] test z80::tests::get_loc8_segfault ... ok [INFO] [stdout] test cpu::opcodes::test::output_hl ... ok [INFO] [stdout] test z80::tests::set_loc16_immediate_panic ... ok [INFO] [stdout] test z80::tests::set_op_too_big ... ok [INFO] [stdout] test z80::tests::in_no_device_installed ... ok [INFO] [stdout] test z80::tests::res_op_too_big ... ok [INFO] [stdout] test z80::tests::out_no_device_installed ... ok [INFO] [stdout] test z80::tests::set_loc8_immediate_panic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 117 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.32s [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 hello_zeerust ... ok [INFO] [stdout] test countdown ... ok [INFO] [stderr] Running tests/parse_bin.rs (/opt/rustwide/target/debug/deps/parse_bin-7f58e69af9e982f5) [INFO] [stdout] test hello_world ... 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.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stderr] Doc-tests zeerust [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.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test src/z80/io.rs - z80::io::Z80::install_input (line 22) ... ok [INFO] [stdout] test src/z80/io.rs - z80::io::Z80::install_output (line 35) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.71s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "97a1b03f3e3ad2d8fd11c1b60e40008f38966cfc7a5b682ad0f607c78f62a69d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "97a1b03f3e3ad2d8fd11c1b60e40008f38966cfc7a5b682ad0f607c78f62a69d", kill_on_drop: false }` [INFO] [stdout] 97a1b03f3e3ad2d8fd11c1b60e40008f38966cfc7a5b682ad0f607c78f62a69d