[INFO] cloning repository https://github.com/jeffrey-xiao/chip-8-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jeffrey-xiao/chip-8-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjeffrey-xiao%2Fchip-8-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjeffrey-xiao%2Fchip-8-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 6abcfb8f7704d045010277ac5f278a089f06c128 [INFO] testing jeffrey-xiao/chip-8-rs against beta-2023-01-20 for beta-1.67-2.7 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjeffrey-xiao%2Fchip-8-rs" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jeffrey-xiao/chip-8-rs on toolchain beta-2023-01-20 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2023-01-20" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/jeffrey-xiao/chip-8-rs [INFO] finished tweaking git repo https://github.com/jeffrey-xiao/chip-8-rs [INFO] tweaked toml for git repo https://github.com/jeffrey-xiao/chip-8-rs written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" __CARGO_TEST_CHANNEL_OVERRIDE_DO_NOT_USE_THIS="nightly" "/workspace/cargo-home/bin/cargo" "+beta-2023-01-20" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2023-01-20" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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:7c93e6f9a94679f34221d1005849d4c83862f85b14a264fa0883942f4d043a66" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2023-01-20" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 231d4db517eb81c2daa26be5ba47c8478687ebb0fa0221420708f291fce2e785 [INFO] running `Command { std: "docker" "start" "-a" "231d4db517eb81c2daa26be5ba47c8478687ebb0fa0221420708f291fce2e785", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "231d4db517eb81c2daa26be5ba47c8478687ebb0fa0221420708f291fce2e785", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "231d4db517eb81c2daa26be5ba47c8478687ebb0fa0221420708f291fce2e785", kill_on_drop: false }` [INFO] [stdout] 231d4db517eb81c2daa26be5ba47c8478687ebb0fa0221420708f291fce2e785 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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" "RUSTDOCFLAGS=--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:7c93e6f9a94679f34221d1005849d4c83862f85b14a264fa0883942f4d043a66" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2023-01-20" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 215f1252ab2aa1799573175ebccea9da682e7f6cf70e0566e12f8128eaaff115 [INFO] running `Command { std: "docker" "start" "-a" "215f1252ab2aa1799573175ebccea9da682e7f6cf70e0566e12f8128eaaff115", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.139 [INFO] [stderr] Compiling rand_core v0.4.2 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling rand_core v0.3.1 [INFO] [stderr] Compiling rand v0.5.6 [INFO] [stderr] Compiling chipo v2.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.85s [INFO] running `Command { std: "docker" "inspect" "215f1252ab2aa1799573175ebccea9da682e7f6cf70e0566e12f8128eaaff115", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "215f1252ab2aa1799573175ebccea9da682e7f6cf70e0566e12f8128eaaff115", kill_on_drop: false }` [INFO] [stdout] 215f1252ab2aa1799573175ebccea9da682e7f6cf70e0566e12f8128eaaff115 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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" "RUSTDOCFLAGS=--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:7c93e6f9a94679f34221d1005849d4c83862f85b14a264fa0883942f4d043a66" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2023-01-20" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4787c1318e486ea96ee013bac82a6051895841b370c42dabcf66d225d44a7ef4 [INFO] running `Command { std: "docker" "start" "-a" "4787c1318e486ea96ee013bac82a6051895841b370c42dabcf66d225d44a7ef4", kill_on_drop: false }` [INFO] [stderr] Compiling chipo v2.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.93s [INFO] running `Command { std: "docker" "inspect" "4787c1318e486ea96ee013bac82a6051895841b370c42dabcf66d225d44a7ef4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4787c1318e486ea96ee013bac82a6051895841b370c42dabcf66d225d44a7ef4", kill_on_drop: false }` [INFO] [stdout] 4787c1318e486ea96ee013bac82a6051895841b370c42dabcf66d225d44a7ef4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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" "RUSTDOCFLAGS=--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:7c93e6f9a94679f34221d1005849d4c83862f85b14a264fa0883942f4d043a66" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2023-01-20" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 9c60c3e94897966df90f0f405c8aa6b29565e3a2255ed4f9993f0c591d937993 [INFO] running `Command { std: "docker" "start" "-a" "9c60c3e94897966df90f0f405c8aa6b29565e3a2255ed4f9993f0c591d937993", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/chipo-c1c5cf07b394b483) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stderr] error: test failed, to rerun pass `--lib` [INFO] [stdout] test tests::test_rom ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- tests::test_rom stdout ---- [INFO] [stdout] thread 'tests::test_rom' panicked at 'assertion failed: `(left == right)` [INFO] [stdout] left: `15650146432696359155`, [INFO] [stdout] right: `11748177727820341445`', src/lib.rs:564:9 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x55f0d5aeee6a - std::backtrace_rs::backtrace::libunwind::trace::ha2c9968036c01e9d [INFO] [stdout] at /rustc/b7a6d74d7a9432ea98453842e0c36c94a989cd8d/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stdout] 1: 0x55f0d5aeee6a - std::backtrace_rs::backtrace::trace_unsynchronized::he1a001932db470cd [INFO] [stdout] at /rustc/b7a6d74d7a9432ea98453842e0c36c94a989cd8d/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stdout] 2: 0x55f0d5aeee6a - std::sys_common::backtrace::_print_fmt::hec46d0348048ced1 [INFO] [stdout] at /rustc/b7a6d74d7a9432ea98453842e0c36c94a989cd8d/library/std/src/sys_common/backtrace.rs:65:5 [INFO] [stdout] 3: 0x55f0d5aeee6a - ::fmt::hae6af3cdebadbacf [INFO] [stdout] at /rustc/b7a6d74d7a9432ea98453842e0c36c94a989cd8d/library/std/src/sys_common/backtrace.rs:44:22 [INFO] [stdout] 4: 0x55f0d5b128ae - core::fmt::write::haaca5cc94426a37a [INFO] [stdout] at /rustc/b7a6d74d7a9432ea98453842e0c36c94a989cd8d/library/core/src/fmt/mod.rs:1208:17 [INFO] [stdout] 5: 0x55f0d5aebd45 - std::io::Write::write_fmt::hc12483ec4dacb904 [INFO] [stdout] at /rustc/b7a6d74d7a9432ea98453842e0c36c94a989cd8d/library/std/src/io/mod.rs:1682:15 [INFO] [stdout] 6: 0x55f0d5aeec35 - std::sys_common::backtrace::_print::hb9a1e72369c21086 [INFO] [stdout] at /rustc/b7a6d74d7a9432ea98453842e0c36c94a989cd8d/library/std/src/sys_common/backtrace.rs:47:5 [INFO] [stdout] 7: 0x55f0d5aeec35 - std::sys_common::backtrace::print::h2a7adadfd8e5c44e [INFO] [stdout] at /rustc/b7a6d74d7a9432ea98453842e0c36c94a989cd8d/library/std/src/sys_common/backtrace.rs:34:9 [INFO] [stdout] 8: 0x55f0d5af0a2f - std::panicking::default_hook::{{closure}}::hfe512a542467ea2d [INFO] [stdout] at /rustc/b7a6d74d7a9432ea98453842e0c36c94a989cd8d/library/std/src/panicking.rs:267:22 [INFO] [stdout] 9: 0x55f0d5af06ef - std::panicking::default_hook::h401910a1de1fc972 [INFO] [stdout] at /rustc/b7a6d74d7a9432ea98453842e0c36c94a989cd8d/library/std/src/panicking.rs:283:9 [INFO] [stdout] 10: 0x55f0d5a9c667 - as core::ops::function::Fn>::call::h9ab830c7d8c900ed [INFO] [stdout] at /rustc/b7a6d74d7a9432ea98453842e0c36c94a989cd8d/library/alloc/src/boxed.rs:2032:9 [INFO] [stdout] 11: 0x55f0d5a9c667 - test::test_main::{{closure}}::h820b7b2db383463a [INFO] [stdout] at /rustc/b7a6d74d7a9432ea98453842e0c36c94a989cd8d/library/test/src/lib.rs:135:21 [INFO] [stdout] 12: 0x55f0d5af115d - as core::ops::function::Fn>::call::h7537cddbf52976e9 [INFO] [stdout] at /rustc/b7a6d74d7a9432ea98453842e0c36c94a989cd8d/library/alloc/src/boxed.rs:2032:9 [INFO] [stdout] 13: 0x55f0d5af115d - std::panicking::rust_panic_with_hook::h3b0cbd3bfafcea65 [INFO] [stdout] at /rustc/b7a6d74d7a9432ea98453842e0c36c94a989cd8d/library/std/src/panicking.rs:692:13 [INFO] [stdout] 14: 0x55f0d5af0ed9 - std::panicking::begin_panic_handler::{{closure}}::h4f61ce38ec506fc8 [INFO] [stdout] at /rustc/b7a6d74d7a9432ea98453842e0c36c94a989cd8d/library/std/src/panicking.rs:579:13 [INFO] [stdout] 15: 0x55f0d5aef31c - std::sys_common::backtrace::__rust_end_short_backtrace::h5a63b643138684ec [INFO] [stdout] at /rustc/b7a6d74d7a9432ea98453842e0c36c94a989cd8d/library/std/src/sys_common/backtrace.rs:137:18 [INFO] [stdout] 16: 0x55f0d5af0be2 - rust_begin_unwind [INFO] [stdout] at /rustc/b7a6d74d7a9432ea98453842e0c36c94a989cd8d/library/std/src/panicking.rs:575:5 [INFO] [stdout] 17: 0x55f0d5a64a13 - core::panicking::panic_fmt::hbbf80ba047bc629f [INFO] [stdout] at /rustc/b7a6d74d7a9432ea98453842e0c36c94a989cd8d/library/core/src/panicking.rs:64:14 [INFO] [stdout] 18: 0x55f0d5a64ccf - core::panicking::assert_failed_inner::hd2640146229e50d6 [INFO] [stdout] 19: 0x55f0d5a6946a - core::panicking::assert_failed::h450b4dff7bda0ad3 [INFO] [stdout] at /rustc/b7a6d74d7a9432ea98453842e0c36c94a989cd8d/library/core/src/panicking.rs:199:5 [INFO] [stdout] 20: 0x55f0d5a69931 - chipo::tests::test_rom::hc012c3d527d87213 [INFO] [stdout] at /opt/rustwide/workdir/src/lib.rs:564:9 [INFO] [stdout] 21: 0x55f0d5a69577 - chipo::tests::test_rom::{{closure}}::h014efdefe4b3a8ed [INFO] [stdout] at /opt/rustwide/workdir/src/lib.rs:543:19 [INFO] [stdout] 22: 0x55f0d5a6d295 - core::ops::function::FnOnce::call_once::hf729e258ab9bec1e [INFO] [stdout] at /rustc/b7a6d74d7a9432ea98453842e0c36c94a989cd8d/library/core/src/ops/function.rs:507:5 [INFO] [stdout] 23: 0x55f0d5aa1a1f - core::ops::function::FnOnce::call_once::h37c691e53eee9a34 [INFO] [stdout] at /rustc/b7a6d74d7a9432ea98453842e0c36c94a989cd8d/library/core/src/ops/function.rs:507:5 [INFO] [stdout] 24: 0x55f0d5aa1a1f - test::__rust_begin_short_backtrace::h28d94c9623644c91 [INFO] [stdout] at /rustc/b7a6d74d7a9432ea98453842e0c36c94a989cd8d/library/test/src/lib.rs:657:18 [INFO] [stdout] 25: 0x55f0d5a733ec - test::run_test::{{closure}}::h1032e6e9f4940f98 [INFO] [stdout] at /rustc/b7a6d74d7a9432ea98453842e0c36c94a989cd8d/library/test/src/lib.rs:648:30 [INFO] [stdout] 26: 0x55f0d5a733ec - core::ops::function::FnOnce::call_once{{vtable.shim}}::h6d3ed8ffa962c51b [INFO] [stdout] at /rustc/b7a6d74d7a9432ea98453842e0c36c94a989cd8d/library/core/src/ops/function.rs:507:5 [INFO] [stdout] 27: 0x55f0d5aa0a7a - as core::ops::function::FnOnce>::call_once::h53039a7dcebd0651 [INFO] [stdout] at /rustc/b7a6d74d7a9432ea98453842e0c36c94a989cd8d/library/alloc/src/boxed.rs:2000:9 [INFO] [stdout] 28: 0x55f0d5aa0a7a - as core::ops::function::FnOnce<()>>::call_once::h8fe8e7d5dc726c46 [INFO] [stdout] at /rustc/b7a6d74d7a9432ea98453842e0c36c94a989cd8d/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 29: 0x55f0d5aa0a7a - std::panicking::try::do_call::hc1f3b48513c509c1 [INFO] [stdout] at /rustc/b7a6d74d7a9432ea98453842e0c36c94a989cd8d/library/std/src/panicking.rs:483:40 [INFO] [stdout] 30: 0x55f0d5aa0a7a - std::panicking::try::hfff43c16520c2bae [INFO] [stdout] at /rustc/b7a6d74d7a9432ea98453842e0c36c94a989cd8d/library/std/src/panicking.rs:447:19 [INFO] [stdout] 31: 0x55f0d5aa0a7a - std::panic::catch_unwind::hc0e682c45da261c7 [INFO] [stdout] at /rustc/b7a6d74d7a9432ea98453842e0c36c94a989cd8d/library/std/src/panic.rs:137:14 [INFO] [stdout] 32: 0x55f0d5aa0a7a - test::run_test_in_process::h7652f3af71125e39 [INFO] [stdout] at /rustc/b7a6d74d7a9432ea98453842e0c36c94a989cd8d/library/test/src/lib.rs:680:27 [INFO] [stdout] 33: 0x55f0d5aa0a7a - test::run_test::run_test_inner::{{closure}}::h744cbbe9ab82ef2b [INFO] [stdout] at /rustc/b7a6d74d7a9432ea98453842e0c36c94a989cd8d/library/test/src/lib.rs:574:39 [INFO] [stdout] 34: 0x55f0d5a6dab1 - test::run_test::run_test_inner::{{closure}}::he3d226e87dbcc392 [INFO] [stdout] at /rustc/b7a6d74d7a9432ea98453842e0c36c94a989cd8d/library/test/src/lib.rs:601:37 [INFO] [stdout] 35: 0x55f0d5a6dab1 - std::sys_common::backtrace::__rust_begin_short_backtrace::hcb35e7c55229b535 [INFO] [stdout] at /rustc/b7a6d74d7a9432ea98453842e0c36c94a989cd8d/library/std/src/sys_common/backtrace.rs:121:18 [INFO] [stdout] 36: 0x55f0d5a7347b - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::hdf1d6faa09518b3c [INFO] [stdout] at /rustc/b7a6d74d7a9432ea98453842e0c36c94a989cd8d/library/std/src/thread/mod.rs:550:17 [INFO] [stdout] 37: 0x55f0d5a7347b - as core::ops::function::FnOnce<()>>::call_once::h2c6f2d52c0aa2a42 [INFO] [stdout] at /rustc/b7a6d74d7a9432ea98453842e0c36c94a989cd8d/library/core/src/panic/unwind_safe.rs:271:9 [INFO] [stdout] 38: 0x55f0d5a7347b - std::panicking::try::do_call::h8c32031b1be7efbd [INFO] [stdout] at /rustc/b7a6d74d7a9432ea98453842e0c36c94a989cd8d/library/std/src/panicking.rs:483:40 [INFO] [stdout] 39: 0x55f0d5a7347b - std::panicking::try::h763acbdd475a8443 [INFO] [stdout] at /rustc/b7a6d74d7a9432ea98453842e0c36c94a989cd8d/library/std/src/panicking.rs:447:19 [INFO] [stdout] 40: 0x55f0d5a7347b - std::panic::catch_unwind::h9b1dd0f268c14068 [INFO] [stdout] at /rustc/b7a6d74d7a9432ea98453842e0c36c94a989cd8d/library/std/src/panic.rs:137:14 [INFO] [stdout] 41: 0x55f0d5a7347b - std::thread::Builder::spawn_unchecked_::{{closure}}::h4ce1e54d3d7b51b9 [INFO] [stdout] at /rustc/b7a6d74d7a9432ea98453842e0c36c94a989cd8d/library/std/src/thread/mod.rs:549:30 [INFO] [stdout] 42: 0x55f0d5a7347b - core::ops::function::FnOnce::call_once{{vtable.shim}}::hd5da01e7119bebdb [INFO] [stdout] at /rustc/b7a6d74d7a9432ea98453842e0c36c94a989cd8d/library/core/src/ops/function.rs:507:5 [INFO] [stdout] 43: 0x55f0d5af55b3 - as core::ops::function::FnOnce>::call_once::h459fd2dcbb49956d [INFO] [stdout] at /rustc/b7a6d74d7a9432ea98453842e0c36c94a989cd8d/library/alloc/src/boxed.rs:2000:9 [INFO] [stdout] 44: 0x55f0d5af55b3 - as core::ops::function::FnOnce>::call_once::h1a7e2ee6d0d4f322 [INFO] [stdout] at /rustc/b7a6d74d7a9432ea98453842e0c36c94a989cd8d/library/alloc/src/boxed.rs:2000:9 [INFO] [stdout] 45: 0x55f0d5af55b3 - std::sys::unix::thread::Thread::new::thread_start::h56ebf228d9a6f8a6 [INFO] [stdout] at /rustc/b7a6d74d7a9432ea98453842e0c36c94a989cd8d/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stdout] 46: 0x7f73c8503b43 - [INFO] [stdout] 47: 0x7f73c8594bb4 - __clone [INFO] [stdout] 48: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] tests::test_rom [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "9c60c3e94897966df90f0f405c8aa6b29565e3a2255ed4f9993f0c591d937993", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9c60c3e94897966df90f0f405c8aa6b29565e3a2255ed4f9993f0c591d937993", kill_on_drop: false }` [INFO] [stdout] 9c60c3e94897966df90f0f405c8aa6b29565e3a2255ed4f9993f0c591d937993