[INFO] cloning repository https://github.com/TheFunctionalGuy/nes-emulator [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/TheFunctionalGuy/nes-emulator" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTheFunctionalGuy%2Fnes-emulator", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTheFunctionalGuy%2Fnes-emulator'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 0b75d712c0bf6432bc9bbf074cbdf48c75daf0a0 [INFO] testing TheFunctionalGuy/nes-emulator 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%2FTheFunctionalGuy%2Fnes-emulator" "/workspace/builds/worker-7/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/TheFunctionalGuy/nes-emulator 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/TheFunctionalGuy/nes-emulator [INFO] finished tweaking git repo https://github.com/TheFunctionalGuy/nes-emulator [INFO] tweaked toml for git repo https://github.com/TheFunctionalGuy/nes-emulator written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/TheFunctionalGuy/nes-emulator 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-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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] 7a6a2cb49352e571476fadc33f9bebeb4a25b8ade300a557832a5616410849b5 [INFO] running `Command { std: "docker" "start" "-a" "7a6a2cb49352e571476fadc33f9bebeb4a25b8ade300a557832a5616410849b5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7a6a2cb49352e571476fadc33f9bebeb4a25b8ade300a557832a5616410849b5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7a6a2cb49352e571476fadc33f9bebeb4a25b8ade300a557832a5616410849b5", kill_on_drop: false }` [INFO] [stdout] 7a6a2cb49352e571476fadc33f9bebeb4a25b8ade300a557832a5616410849b5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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] 52a55dcc9c898af0ec826fe35d0ba3e7b70b73a55d5c98a5def3525c5f77facd [INFO] running `Command { std: "docker" "start" "-a" "52a55dcc9c898af0ec826fe35d0ba3e7b70b73a55d5c98a5def3525c5f77facd", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling nes-emulator v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: associated function is never used: `new` [INFO] [stdout] --> src/cpu.rs:99:9 [INFO] [stdout] | [INFO] [stdout] 99 | pub fn new() -> Self { [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `load` [INFO] [stdout] --> src/cpu.rs:111:9 [INFO] [stdout] | [INFO] [stdout] 111 | pub fn load(&mut self, program: Vec) { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `reset` [INFO] [stdout] --> src/cpu.rs:116:9 [INFO] [stdout] | [INFO] [stdout] 116 | pub fn reset(&mut self) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `load_and_run` [INFO] [stdout] --> src/cpu.rs:128:9 [INFO] [stdout] | [INFO] [stdout] 128 | pub fn load_and_run(&mut self, program: Vec) { [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `get_operand_address` [INFO] [stdout] --> src/cpu.rs:135:5 [INFO] [stdout] | [INFO] [stdout] 135 | fn get_operand_address(&self, mode: &AddressingMode) -> u16 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `tax` [INFO] [stdout] --> src/cpu.rs:187:5 [INFO] [stdout] | [INFO] [stdout] 187 | fn tax(&mut self) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `txa` [INFO] [stdout] --> src/cpu.rs:192:5 [INFO] [stdout] | [INFO] [stdout] 192 | fn txa(&mut self) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `dex` [INFO] [stdout] --> src/cpu.rs:197:5 [INFO] [stdout] | [INFO] [stdout] 197 | fn dex(&mut self) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `inx` [INFO] [stdout] --> src/cpu.rs:202:5 [INFO] [stdout] | [INFO] [stdout] 202 | fn inx(&mut self) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `tay` [INFO] [stdout] --> src/cpu.rs:207:5 [INFO] [stdout] | [INFO] [stdout] 207 | fn tay(&mut self) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `tya` [INFO] [stdout] --> src/cpu.rs:212:5 [INFO] [stdout] | [INFO] [stdout] 212 | fn tya(&mut self) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `dey` [INFO] [stdout] --> src/cpu.rs:217:5 [INFO] [stdout] | [INFO] [stdout] 217 | fn dey(&mut self) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `iny` [INFO] [stdout] --> src/cpu.rs:222:5 [INFO] [stdout] | [INFO] [stdout] 222 | fn iny(&mut self) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `lda` [INFO] [stdout] --> src/cpu.rs:228:5 [INFO] [stdout] | [INFO] [stdout] 228 | fn lda(&mut self, mode: &AddressingMode) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `ldx` [INFO] [stdout] --> src/cpu.rs:236:5 [INFO] [stdout] | [INFO] [stdout] 236 | fn ldx(&mut self, mode: &AddressingMode) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `ldy` [INFO] [stdout] --> src/cpu.rs:244:5 [INFO] [stdout] | [INFO] [stdout] 244 | fn ldy(&mut self, mode: &AddressingMode) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `sta` [INFO] [stdout] --> src/cpu.rs:253:5 [INFO] [stdout] | [INFO] [stdout] 253 | fn sta(&mut self, mode: &AddressingMode) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `stx` [INFO] [stdout] --> src/cpu.rs:259:5 [INFO] [stdout] | [INFO] [stdout] 259 | fn stx(&mut self, mode: &AddressingMode) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `sty` [INFO] [stdout] --> src/cpu.rs:265:5 [INFO] [stdout] | [INFO] [stdout] 265 | fn sty(&mut self, mode: &AddressingMode) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `update_zero_and_negative_flags` [INFO] [stdout] --> src/cpu.rs:272:5 [INFO] [stdout] | [INFO] [stdout] 272 | fn update_zero_and_negative_flags(&mut self, result: u8) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated function is never used: `run` [INFO] [stdout] --> src/cpu.rs:286:9 [INFO] [stdout] | [INFO] [stdout] 286 | pub fn run(&mut self) { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 21 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.28s [INFO] running `Command { std: "docker" "inspect" "52a55dcc9c898af0ec826fe35d0ba3e7b70b73a55d5c98a5def3525c5f77facd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "52a55dcc9c898af0ec826fe35d0ba3e7b70b73a55d5c98a5def3525c5f77facd", kill_on_drop: false }` [INFO] [stdout] 52a55dcc9c898af0ec826fe35d0ba3e7b70b73a55d5c98a5def3525c5f77facd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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] 3e016e4964eb362513bbd0e5304e2240005d3fbff2691b5f860e8e6cb4e5d75c [INFO] running `Command { std: "docker" "start" "-a" "3e016e4964eb362513bbd0e5304e2240005d3fbff2691b5f860e8e6cb4e5d75c", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling nes-emulator v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 3.70s [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/nes_emulator-0c911609a6456225) [INFO] running `Command { std: "docker" "inspect" "3e016e4964eb362513bbd0e5304e2240005d3fbff2691b5f860e8e6cb4e5d75c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3e016e4964eb362513bbd0e5304e2240005d3fbff2691b5f860e8e6cb4e5d75c", kill_on_drop: false }` [INFO] [stdout] 3e016e4964eb362513bbd0e5304e2240005d3fbff2691b5f860e8e6cb4e5d75c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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] 232ea30eda1c99a76358b65fd8b24218a465826f6c339b52d411d8f1146b3e61 [INFO] running `Command { std: "docker" "start" "-a" "232ea30eda1c99a76358b65fd8b24218a465826f6c339b52d411d8f1146b3e61", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 3.01s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/nes_emulator-0c911609a6456225) [INFO] [stdout] [INFO] [stdout] running 29 tests [INFO] [stdout] test cpu::test::test_0x38_sec_flag ... ok [INFO] [stdout] test cpu::test::test_0x58_cli_flag ... ok [INFO] [stdout] test cpu::test::test_0x18_clc_flag ... ok [INFO] [stdout] test cpu::test::test_0x85_sta_zero_page ... ok [INFO] [stdout] test cpu::test::test_0x78_sei_flag ... ok [INFO] [stdout] test cpu::test::test_0x84_sty_zero_page ... ok [INFO] [stdout] test cpu::test::test_0x88_dey_underflow ... ok [INFO] [stdout] test cpu::test::test_0x86_stx_zero_page ... ok [INFO] [stdout] test cpu::test::test_0x99_sta_absolute_y ... ok [INFO] [stdout] test cpu::test::test_0x95_sta_zero_page_x ... ok [INFO] [stdout] test cpu::test::test_0x98_tya_move_y_to_a ... ok [INFO] [stdout] test cpu::test::test_0x8a_txa_move_x_to_a ... ok [INFO] [stdout] test cpu::test::test_0xa8_tay_move_a_to_y ... ok [INFO] [stdout] test cpu::test::test_0xa6_ldx_zero_page ... ok [INFO] [stdout] test cpu::test::test_0xa5_lda_zero_page ... ok [INFO] [stdout] test cpu::test::test_0xad_lda_from_memory ... ok [INFO] [stdout] test cpu::test::test_0xa9_lda_immediate_flags ... ok [INFO] [stdout] test cpu::test::test_0xaa_tax_move_a_to_x ... ok [INFO] [stdout] test cpu::test::test_0xa9_lda_zero_flag ... ok [INFO] [stdout] test cpu::test::test_0xc8_iny_overflow ... ok [INFO] [stdout] test cpu::test::test_0xb6_ldx_zero_page_y ... ok [INFO] [stdout] test cpu::test::test_0xca_dex_underflow ... ok [INFO] [stdout] test cpu::test::test_0xb8_clv_flag ... ok [INFO] [stdout] test cpu::test::test_0xbc_ldy_absolute_x ... ok [INFO] [stdout] test cpu::test::test_0xd8_cld_flag ... ok [INFO] [stdout] test cpu::test::test_0xe8_inx_overflow ... ok [INFO] [stdout] test cpu::test::test_5_ops_working_together ... ok [INFO] [stdout] test cpu::test::test_0xf8_sed_flag ... ok [INFO] [stdout] test cpu::test::test_snake_opcodes_supported ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- cpu::test::test_snake_opcodes_supported stdout ---- [INFO] [stdout] thread 'cpu::test::test_snake_opcodes_supported' panicked at 'Opcode 0x20 not yet implemented!', src/cpu.rs:293:36 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x564112fbb1dd - std::backtrace_rs::backtrace::libunwind::trace::ha359b7f0090e2792 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x564112fbb1dd - std::backtrace_rs::backtrace::trace_unsynchronized::h0584631f25c1d70e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x564112fbb1dd - std::sys_common::backtrace::_print_fmt::hdadffd97d279ff14 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stdout] 3: 0x564112fbb1dd - ::fmt::h26f189e611080a74 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stdout] 4: 0x564112fddaec - core::fmt::write::hfb5d11dfe037e8b7 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/fmt/mod.rs:1194:17 [INFO] [stdout] 5: 0x564112fb7ba1 - std::io::Write::write_fmt::h6a24ec64406df9e2 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/io/mod.rs:1655:15 [INFO] [stdout] 6: 0x564112fbcf25 - std::sys_common::backtrace::_print::h7a0e44402913ba60 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stdout] 7: 0x564112fbcf25 - std::sys_common::backtrace::print::h9767dc455a84e728 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stdout] 8: 0x564112fbcf25 - std::panicking::default_hook::{{closure}}::h60afd6c8b12988ad [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:295:22 [INFO] [stdout] 9: 0x564112fbcc14 - std::panicking::default_hook::ha7b9bac6813f9d21 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:311:9 [INFO] [stdout] 10: 0x564112fbd472 - std::panicking::rust_panic_with_hook::h7b117a162a6f8664 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:698:17 [INFO] [stdout] 11: 0x564112fbd357 - std::panicking::begin_panic_handler::{{closure}}::h346750923c608600 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:588:13 [INFO] [stdout] 12: 0x564112fbb694 - std::sys_common::backtrace::__rust_end_short_backtrace::h768c56c6a0c055c0 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stdout] 13: 0x564112fbd089 - rust_begin_unwind [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:584:5 [INFO] [stdout] 14: 0x564112f4e3e3 - core::panicking::panic_fmt::h5c41cb2fa118fdbc [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panicking.rs:143:14 [INFO] [stdout] 15: 0x564112f5ef3b - nes_emulator::cpu::CPU::run::{{closure}}::ha0ce4f298e59970d [INFO] [stdout] at /opt/rustwide/workdir/src/cpu.rs:293:24 [INFO] [stdout] 16: 0x564112f567b2 - core::option::Option::unwrap_or_else::h6245d0de4c60ec4a [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/option.rs:807:21 [INFO] [stdout] 17: 0x564112f5eb03 - nes_emulator::cpu::CPU::run::h746383ef4372c6fc [INFO] [stdout] at /opt/rustwide/workdir/src/cpu.rs:291:20 [INFO] [stdout] 18: 0x564112f5e333 - nes_emulator::cpu::CPU::load_and_run::h89182d43f17388d0 [INFO] [stdout] at /opt/rustwide/workdir/src/cpu.rs:131:3 [INFO] [stdout] 19: 0x564112f59b19 - nes_emulator::cpu::test::test_snake_opcodes_supported::h41a6ca4dba2f4fee [INFO] [stdout] at /opt/rustwide/workdir/src/cpu.rs:816:3 [INFO] [stdout] 20: 0x564112f5938a - nes_emulator::cpu::test::test_snake_opcodes_supported::{{closure}}::h49c9fc05075128f2 [INFO] [stdout] at /opt/rustwide/workdir/src/cpu.rs:788:2 [INFO] [stdout] 21: 0x564112f5f93e - core::ops::function::FnOnce::call_once::h42ffc3492af96f93 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 22: 0x564112f96f43 - core::ops::function::FnOnce::call_once::h018fc248431ce8de [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 23: 0x564112f96f43 - test::__rust_begin_short_backtrace::h293b982b6069d6e3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:574:5 [INFO] [stdout] 24: 0x564112f95cf9 - as core::ops::function::FnOnce>::call_once::h4fc1be1a762c7a46 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 25: 0x564112f95cf9 - as core::ops::function::FnOnce<()>>::call_once::hd44623ec51b9e897 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 26: 0x564112f95cf9 - std::panicking::try::do_call::ha8cfa4b025f5b832 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 27: 0x564112f95cf9 - std::panicking::try::h664f75e41c112145 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 28: 0x564112f95cf9 - std::panic::catch_unwind::h4932ec05cd60558e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 29: 0x564112f95cf9 - test::run_test_in_process::ha14a47756671755c [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:597:18 [INFO] [stdout] 30: 0x564112f95cf9 - test::run_test::run_test_inner::{{closure}}::h0ec9e37c8f67b62d [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:491:39 [INFO] [stdout] 31: 0x564112f61eae - test::run_test::run_test_inner::{{closure}}::hd9d2e7f26d4f59e6 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/test/src/lib.rs:518:37 [INFO] [stdout] 32: 0x564112f61eae - std::sys_common::backtrace::__rust_begin_short_backtrace::h41c0a39fac5123f8 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys_common/backtrace.rs:122:18 [INFO] [stdout] 33: 0x564112f67418 - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h69a02ca0bebb6eeb [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:498:17 [INFO] [stdout] 34: 0x564112f67418 - as core::ops::function::FnOnce<()>>::call_once::hdd05632920ce689b [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 35: 0x564112f67418 - std::panicking::try::do_call::hb4947142729b90fd [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:492:40 [INFO] [stdout] 36: 0x564112f67418 - std::panicking::try::h15a7e9b8394e6878 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panicking.rs:456:19 [INFO] [stdout] 37: 0x564112f67418 - std::panic::catch_unwind::hbd3f4a3f9df49b85 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/panic.rs:137:14 [INFO] [stdout] 38: 0x564112f67418 - std::thread::Builder::spawn_unchecked_::{{closure}}::h880b5d5f1b9799f4 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/thread/mod.rs:497:30 [INFO] [stdout] 39: 0x564112f67418 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h304d5eaf401f5061 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/core/src/ops/function.rs:227:5 [INFO] [stdout] 40: 0x564112fc1c83 - as core::ops::function::FnOnce>::call_once::hdba7f2afed0c35b3 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 41: 0x564112fc1c83 - as core::ops::function::FnOnce>::call_once::h38b0832765bf7961 [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/alloc/src/boxed.rs:1861:9 [INFO] [stdout] 42: 0x564112fc1c83 - std::sys::unix::thread::Thread::new::thread_start::h70236dc17753425e [INFO] [stdout] at /rustc/7c13df853721b60a03e7c0bb084d2eb1e27a9caa/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 43: 0x7f72162c4609 - start_thread [INFO] [stdout] 44: 0x7f7216094163 - clone [INFO] [stdout] 45: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] cpu::test::test_snake_opcodes_supported [INFO] [stdout] [INFO] [stdout] test result: FAILED. 28 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.21s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--bin nes-emulator' [INFO] running `Command { std: "docker" "inspect" "232ea30eda1c99a76358b65fd8b24218a465826f6c339b52d411d8f1146b3e61", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "232ea30eda1c99a76358b65fd8b24218a465826f6c339b52d411d8f1146b3e61", kill_on_drop: false }` [INFO] [stdout] 232ea30eda1c99a76358b65fd8b24218a465826f6c339b52d411d8f1146b3e61