[INFO] fetching crate hvm 2.0.22... [INFO] testing hvm-2.0.22 against 1.90.0 for beta-1.91-3 [INFO] extracting crate hvm 2.0.22 into /workspace/builds/worker-4-tc1/source [INFO] started tweaking crates.io crate hvm 2.0.22 [INFO] finished tweaking crates.io crate hvm 2.0.22 [INFO] tweaked toml for crates.io crate hvm 2.0.22 written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate hvm 2.0.22 on toolchain 1.90.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate hvm 2.0.22 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded is_terminal_polyfill v1.70.0 [INFO] [stderr] Downloaded winapi-util v0.1.8 [INFO] [stderr] Downloaded TSPL v0.0.13 [INFO] [stderr] Downloaded anstyle-query v1.0.3 [INFO] [stderr] Downloaded anstyle-parse v0.2.4 [INFO] [stderr] Downloaded anstyle-wincon v3.0.3 [INFO] [stderr] Downloaded globset v0.4.14 [INFO] [stderr] Downloaded anstream v0.6.14 [INFO] [stderr] Downloaded clap v4.5.4 [INFO] [stderr] Downloaded serde_derive v1.0.200 [INFO] [stderr] Downloaded serde v1.0.200 [INFO] [stderr] Downloaded cc v1.0.97 [INFO] [stderr] Downloaded similar v2.5.0 [INFO] [stderr] Downloaded insta v1.39.0 [INFO] [stderr] Downloaded console v0.15.8 [INFO] [stderr] Downloaded proc-macro2 v1.0.82 [INFO] [stderr] Downloaded clap_builder v4.5.2 [INFO] [stderr] Downloaded anstyle v1.0.7 [INFO] [stderr] Downloaded clap_lex v0.7.0 [INFO] [stderr] Downloaded highlight_error v0.1.1 [INFO] [stderr] Downloaded syn v2.0.64 [INFO] [stderr] Downloaded encode_unicode v0.3.6 [INFO] [stderr] Downloaded bstr v1.9.1 [INFO] [stderr] Downloaded colorchoice v1.0.1 [INFO] [stderr] Downloaded libc v0.2.155 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3b4ac79cab80b84c58bd2e502a2d99903bee9d5881249405311315cb54072fca [INFO] running `Command { std: "docker" "start" "-a" "3b4ac79cab80b84c58bd2e502a2d99903bee9d5881249405311315cb54072fca", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3b4ac79cab80b84c58bd2e502a2d99903bee9d5881249405311315cb54072fca", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3b4ac79cab80b84c58bd2e502a2d99903bee9d5881249405311315cb54072fca", kill_on_drop: false }` [INFO] [stdout] 3b4ac79cab80b84c58bd2e502a2d99903bee9d5881249405311315cb54072fca [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 80fcce28ed78280713b36a0a33531533171ce90a2ad9198525e5114465eedee6 [INFO] running `Command { std: "docker" "start" "-a" "80fcce28ed78280713b36a0a33531533171ce90a2ad9198525e5114465eedee6", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.155 [INFO] [stderr] Compiling utf8parse v0.2.1 [INFO] [stderr] Compiling anstyle v1.0.7 [INFO] [stderr] Compiling anstyle-query v1.0.3 [INFO] [stderr] Compiling colorchoice v1.0.1 [INFO] [stderr] Compiling is_terminal_polyfill v1.70.0 [INFO] [stderr] Compiling clap_lex v0.7.0 [INFO] [stderr] Compiling strsim v0.11.1 [INFO] [stderr] Compiling anstyle-parse v0.2.4 [INFO] [stderr] Compiling cc v1.0.97 [INFO] [stderr] Compiling highlight_error v0.1.1 [INFO] [stderr] Compiling anstream v0.6.14 [INFO] [stderr] Compiling TSPL v0.0.13 [INFO] [stderr] Compiling clap_builder v4.5.2 [INFO] [stderr] Compiling num_cpus v1.16.0 [INFO] [stderr] Compiling hvm v2.0.22 (/opt/rustwide/workdir) [INFO] [stderr] Compiling clap v4.5.4 [INFO] [stderr] warning: hvm@2.0.22: WARNING: CUDA compiler not found. HVM will not be able to run on GPU. [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.94s [INFO] running `Command { std: "docker" "inspect" "80fcce28ed78280713b36a0a33531533171ce90a2ad9198525e5114465eedee6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "80fcce28ed78280713b36a0a33531533171ce90a2ad9198525e5114465eedee6", kill_on_drop: false }` [INFO] [stdout] 80fcce28ed78280713b36a0a33531533171ce90a2ad9198525e5114465eedee6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 342048e3cc956baa6fc5c26ab790fdf971ba3d4af38d963e7dba172657b29a0d [INFO] running `Command { std: "docker" "start" "-a" "342048e3cc956baa6fc5c26ab790fdf971ba3d4af38d963e7dba172657b29a0d", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.7.2 [INFO] [stderr] Compiling regex-syntax v0.8.3 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling log v0.4.21 [INFO] [stderr] Compiling similar v2.5.0 [INFO] [stderr] Compiling linked-hash-map v0.5.6 [INFO] [stderr] warning: hvm@2.0.22: WARNING: CUDA compiler not found. HVM will not be able to run on GPU. [INFO] [stderr] Compiling console v0.15.8 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling bstr v1.9.1 [INFO] [stderr] Compiling regex-automata v0.4.6 [INFO] [stderr] Compiling globset v0.4.14 [INFO] [stderr] Compiling insta v1.39.0 [INFO] [stderr] Compiling hvm v2.0.22 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 18.57s [INFO] running `Command { std: "docker" "inspect" "342048e3cc956baa6fc5c26ab790fdf971ba3d4af38d963e7dba172657b29a0d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "342048e3cc956baa6fc5c26ab790fdf971ba3d4af38d963e7dba172657b29a0d", kill_on_drop: false }` [INFO] [stdout] 342048e3cc956baa6fc5c26ab790fdf971ba3d4af38d963e7dba172657b29a0d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 9ee50da3ad49a2a32f0bc098a7ea8221d38782b199c856ed5d75938ca1ad7942 [INFO] running `Command { std: "docker" "start" "-a" "9ee50da3ad49a2a32f0bc098a7ea8221d38782b199c856ed5d75938ca1ad7942", kill_on_drop: false }` [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stderr] warning: hvm@2.0.22: WARNING: CUDA compiler not found. HVM will not be able to run on GPU. [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/hvm-189dafcac3560810) [INFO] [stdout] test hvm::test_f24 ... 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] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/hvm-4d9ca87be6adc5c8) [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] [stderr] Running tests/run.rs (/opt/rustwide/target/debug/deps/run-2c29d31592ab3e57) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test test_run_programs ... FAILED [INFO] [stdout] test test_run_examples has been running for over 60 seconds [INFO] [stdout] test test_run_examples ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- test_run_programs stdout ---- [INFO] [stdout] testing "/opt/rustwide/workdir/tests/programs/empty.hvm"... [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Snapshot Summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout] Snapshot file: tests/snapshots/run__file@empty.hvm.snap [INFO] [stdout] Snapshot: file@empty.hvm [INFO] [stdout] Source: tests/run.rs:46 [INFO] [stdout] Input file: tests/programs/empty.hvm [INFO] [stderr] error: test failed, to rerun pass `--test run` [INFO] [stdout] ──────────────────────────────────────────────────────────────────────────────── [INFO] [stdout] Expression: rust_output [INFO] [stdout] ──────────────────────────────────────────────────────────────────────────────── [INFO] [stdout] -old snapshot [INFO] [stdout] +new results [INFO] [stdout] ────────────┬─────────────────────────────────────────────────────────────────── [INFO] [stdout] 0 0 │ exit status: 101 [INFO] [stdout] 1 │+ [INFO] [stdout] 1 2 │ thread 'main' panicked at src/ast.rs:545:41: [INFO] [stdout] 2 3 │ missing `@main` definition [INFO] [stdout] 3 │-note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace [INFO] [stdout] 4 │+stack backtrace: [INFO] [stdout] 5 │+ 0: 0x58ad4dec4a92 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939 [INFO] [stdout] 6 │+ at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 7 │+ 1: 0x58ad4dec4a92 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2 [INFO] [stdout] 8 │+ at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 9 │+ 2: 0x58ad4dec4a92 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92 [INFO] [stdout] 10 │+ at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 11 │+ 3: 0x58ad4dec4a92 - ::fmt::hdcfcb6d4c8489523 [INFO] [stdout] 12 │+ at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 13 │+ 4: 0x58ad4df14d63 - core::fmt::rt::Argument::fmt::h2c56b3114963061a [INFO] [stdout] 14 │+ at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 15 │+ 5: 0x58ad4df14d63 - core::fmt::write::h8a494366950f23bb [INFO] [stdout] 16 │+ at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 17 │+ 6: 0x58ad4deb8773 - std::io::default_write_fmt::ha27fbccbc65eb6fa [INFO] [stdout] 18 │+ at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 19 │+ 7: 0x58ad4deb8773 - std::io::Write::write_fmt::h6556609fca33d0b1 [INFO] [stdout] 20 │+ at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 21 │+ 8: 0x58ad4dec48e2 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc [INFO] [stdout] 22 │+ at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 23 │+ 9: 0x58ad4dec85a9 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10 [INFO] [stdout] 24 │+ at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27 [INFO] [stdout] 25 │+ 10: 0x58ad4dec838b - std::panicking::default_hook::h2c66fc99e962531d [INFO] [stdout] 26 │+ at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:327:9 [INFO] [stdout] 27 │+ 11: 0x58ad4dec9025 - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d [INFO] [stdout] 28 │+ at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:833:13 [INFO] [stdout] 29 │+ 12: 0x58ad4dec8dba - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe [INFO] [stdout] 30 │+ at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13 [INFO] [stdout] 31 │+ 13: 0x58ad4dec4f99 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced [INFO] [stdout] 32 │+ at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 33 │+ 14: 0x58ad4dec8a4d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind [INFO] [stdout] 34 │+ at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5 [INFO] [stdout] 35 │+ 15: 0x58ad4df0ff80 - core::panicking::panic_fmt::h62f63d096dd276af [INFO] [stdout] 36 │+ at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14 [INFO] [stdout] 37 │+ 16: 0x58ad4df0fc1b - core::panicking::panic_display::h784ac6e2afc29348 [INFO] [stdout] 38 │+ at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:268:5 [INFO] [stdout] 39 │+ 17: 0x58ad4df0fc1b - core::option::expect_failed::h091923fb77e757a1 [INFO] [stdout] 40 │+ at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/option.rs:2139:5 [INFO] [stdout] 41 │+ 18: 0x58ad4dd30b30 - core::option::Option::expect::h596878172b176931 [INFO] [stdout] 42 │+ at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/option.rs:964:21 [INFO] [stdout] 43 │+ 19: 0x58ad4dcfc589 - hvm::ast::Book::build::h605aff2ab052f53f [INFO] [stdout] 44 │+ at /opt/rustwide/workdir/src/ast.rs:545:41 [INFO] [stdout] 45 │+ 20: 0x58ad4dccad58 - hvm::main::h6c42a5d036c0ebc5 [INFO] [stdout] 46 │+ at /opt/rustwide/workdir/src/main.rs:71:79 [INFO] [stdout] 47 │+ 21: 0x58ad4dcc6ecb - core::ops::function::FnOnce::call_once::h482ac273375dd54f [INFO] [stdout] 48 │+ at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 49 │+ 22: 0x58ad4dcc6d9e - std::sys::backtrace::__rust_begin_short_backtrace::hf275ff17835425a2 [INFO] [stdout] 50 │+ at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 51 │+ 23: 0x58ad4dcc6c91 - std::rt::lang_start::{{closure}}::h1895afc20927d9bc [INFO] [stdout] 52 │+ at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/rt.rs:206:18 [INFO] [stdout] 53 │+ 24: 0x58ad4dea7690 - core::ops::function::impls:: for &F>::call_once::h638295a043b40957 [INFO] [stdout] 54 │+ at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:290:21 [INFO] [stdout] 55 │+ 25: 0x58ad4dea7690 - std::panicking::catch_unwind::do_call::hbd68098bdea1ca50 [INFO] [stdout] 56 │+ at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40 [INFO] [stdout] 57 │+ 26: 0x58ad4dea7690 - std::panicking::catch_unwind::h50591d85bf847c7c [INFO] [stdout] 58 │+ at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19 [INFO] [stdout] 59 │+ 27: 0x58ad4dea7690 - std::panic::catch_unwind::h2487b4c4f2ae22c6 [INFO] [stdout] 60 │+ at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14 [INFO] [stdout] 61 │+ 28: 0x58ad4dea7690 - std::rt::lang_start_internal::{{closure}}::h61f0945cc6c9a811 [INFO] [stdout] 62 │+ at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/rt.rs:175:24 [INFO] [stdout] 63 │+ 29: 0x58ad4dea7690 - std::panicking::catch_unwind::do_call::h34b9c3722acd6bd1 [INFO] [stdout] 64 │+ at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40 [INFO] [stdout] 65 │+ 30: 0x58ad4dea7690 - std::panicking::catch_unwind::hf9a822ea043fb0d6 [INFO] [stdout] 66 │+ at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19 [INFO] [stdout] 67 │+ 31: 0x58ad4dea7690 - std::panic::catch_unwind::h5b3cac802237ed89 [INFO] [stdout] 68 │+ at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14 [INFO] [stdout] 69 │+ 32: 0x58ad4dea7690 - std::rt::lang_start_internal::h34f9328d113fd60a [INFO] [stdout] 70 │+ at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/rt.rs:171:5 [INFO] [stdout] 71 │+ 33: 0x58ad4dcc6c77 - std::rt::lang_start::hf43638a16fa75333 [INFO] [stdout] 72 │+ at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/rt.rs:205:5 [INFO] [stdout] 73 │+ 34: 0x58ad4dccb88e - main [INFO] [stdout] 74 │+ 35: 0x714a678851ca - [INFO] [stdout] 75 │+ 36: 0x714a6788528b - __libc_start_main [INFO] [stdout] 76 │+ 37: 0x58ad4dcc55e5 - _start [INFO] [stdout] 77 │+ 38: 0x0 - [INFO] [stdout] ────────────┴─────────────────────────────────────────────────────────────────── [INFO] [stdout] [INFO] [stdout] thread 'test_run_programs' panicked at tests/run.rs:46:3: [INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" } [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x615bdd5013c2 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x615bdd5013c2 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x615bdd5013c2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x615bdd5013c2 - ::fmt::hdcfcb6d4c8489523 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x615bdd5520d3 - core::fmt::rt::Argument::fmt::h2c56b3114963061a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x615bdd5520d3 - core::fmt::write::h8a494366950f23bb [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x615bdd4f4f73 - std::io::default_write_fmt::h7b8824096454f323 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x615bdd4f4f73 - std::io::Write::write_fmt::h4e71294925c334d0 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x615bdd501212 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x615bdd504ed9 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27 [INFO] [stdout] 10: 0x615bdd504d0e - std::panicking::default_hook::h2c66fc99e962531d [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9 [INFO] [stdout] 11: 0x615bdd0257f4 - as core::ops::function::Fn>::call::hb6bd65493727d71a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9 [INFO] [stdout] 12: 0x615bdd0257f4 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x615bdd505a1e - as core::ops::function::Fn>::call::h318e4efb8c1a5689 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9 [INFO] [stdout] 14: 0x615bdd505a1e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13 [INFO] [stdout] 15: 0x615bdd5056ea - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13 [INFO] [stdout] 16: 0x615bdd5018c9 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x615bdd50537d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5 [INFO] [stdout] 18: 0x615bdd54d2f0 - core::panicking::panic_fmt::h62f63d096dd276af [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14 [INFO] [stdout] 19: 0x615bdd54d8f6 - core::result::unwrap_failed::h95bc3f5a607b2c95 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5 [INFO] [stdout] 20: 0x615bdcfdb785 - core::result::Result::unwrap::hf60d803c1fb7bed8 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1167:23 [INFO] [stdout] 21: 0x615bdcfdb785 - run::test_file::ha7ca5fc5b31f6c55 [INFO] [stdout] at /opt/rustwide/workdir/tests/run.rs:46:3 [INFO] [stdout] 22: 0x615bdcfddc50 - core::ops::function::FnMut::call_mut::h1ef96d643ad7c039 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:168:5 [INFO] [stdout] 23: 0x615bdcfe7176 - insta::glob::glob_exec::{{closure}}::hff06a904fe4fed17 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/insta-1.39.0/src/glob.rs:106:13 [INFO] [stdout] 24: 0x615bdcfe733e - insta::settings::Settings::bind::h0800e10ac5927110 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/insta-1.39.0/src/settings.rs:510:9 [INFO] [stdout] 25: 0x615bdcfe6e1f - insta::glob::glob_exec::h3c5c39d52d6cc695 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/insta-1.39.0/src/glob.rs:105:18 [INFO] [stdout] 26: 0x615bdcfdae8d - run::test_dir::ha45c5866e793f017 [INFO] [stdout] at /opt/rustwide/workdir/tests/run.rs:26:3 [INFO] [stdout] 27: 0x615bdcfdd804 - run::test_run_programs::h8933708e20261e03 [INFO] [stdout] at /opt/rustwide/workdir/tests/run.rs:17:3 [INFO] [stdout] 28: 0x615bdcfdd787 - run::test_run_programs::{{closure}}::hf4dea76704f8f7f3 [INFO] [stdout] at /opt/rustwide/workdir/tests/run.rs:16:23 [INFO] [stdout] 29: 0x615bdcfdddd6 - core::ops::function::FnOnce::call_once::hffae3f1d5d4627f9 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 30: 0x615bdd02b81b - core::ops::function::FnOnce::call_once::h1f9474f1347fff52 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 31: 0x615bdd02b81b - test::__rust_begin_short_backtrace::ha52ab26e77157f03 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18 [INFO] [stdout] 32: 0x615bdd02a955 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74 [INFO] [stdout] 33: 0x615bdd02a955 - as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 34: 0x615bdd02a955 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40 [INFO] [stdout] 35: 0x615bdd02a955 - std::panicking::catch_unwind::h6deb5fe1e91873c9 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19 [INFO] [stdout] 36: 0x615bdd02a955 - std::panic::catch_unwind::hea0829b6b565654b [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14 [INFO] [stdout] 37: 0x615bdd02a955 - test::run_test_in_process::hdc44dfecea3db21b [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27 [INFO] [stdout] 38: 0x615bdd02a955 - test::run_test::{{closure}}::h0364ba59bf23f652 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43 [INFO] [stdout] 39: 0x615bdcfec8c4 - test::run_test::{{closure}}::h32730b304eec05da [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41 [INFO] [stdout] 40: 0x615bdcfec8c4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 41: 0x615bdcff02da - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 42: 0x615bdcff02da - as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 43: 0x615bdcff02da - std::panicking::catch_unwind::do_call::h163fe12cca9901c2 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40 [INFO] [stdout] 44: 0x615bdcff02da - std::panicking::catch_unwind::he81557d0e17cc1bc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19 [INFO] [stdout] 45: 0x615bdcff02da - std::panic::catch_unwind::hc2b8e79c20593955 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14 [INFO] [stdout] 46: 0x615bdcff02da - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 47: 0x615bdcff02da - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 48: 0x615bdd50a20f - as core::ops::function::FnOnce>::call_once::h5924238c754de3b8 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9 [INFO] [stdout] 49: 0x615bdd50a20f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17 [INFO] [stdout] 50: 0x7c7eefa30aa4 - [INFO] [stdout] 51: 0x7c7eefabda34 - clone [INFO] [stdout] 52: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- test_run_examples stdout ---- [INFO] [stdout] testing (io) "/opt/rustwide/workdir/examples/demo_io/main.hvm", C... [INFO] [stdout] testing "/opt/rustwide/workdir/examples/sort_bitonic/main.hvm"... [INFO] [stdout] testing "/opt/rustwide/workdir/examples/sort_bitonic/main.hvm", C... [INFO] [stdout] testing "/opt/rustwide/workdir/examples/sort_radix/main.hvm"... [INFO] [stdout] ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ Snapshot Summary ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ [INFO] [stdout] Snapshot file: tests/snapshots/run__file@sort_radix__main.hvm.snap [INFO] [stdout] Snapshot: file@sort_radix/main.hvm [INFO] [stdout] Source: tests/run.rs:46 [INFO] [stdout] Input file: examples/sort_radix/main.hvm [INFO] [stdout] ──────────────────────────────────────────────────────────────────────────────── [INFO] [stdout] Expression: rust_output [INFO] [stdout] ──────────────────────────────────────────────────────────────────────────────── [INFO] [stdout] -old snapshot [INFO] [stdout] +new results [INFO] [stdout] ────────────┬─────────────────────────────────────────────────────────────────── [INFO] [stdout] 0 │-Result: 16744448 [INFO] [stdout] 0 │+signal: 9 (SIGKILL) [INFO] [stdout] ────────────┴─────────────────────────────────────────────────────────────────── [INFO] [stdout] [INFO] [stdout] thread 'test_run_examples' panicked at tests/run.rs:46:3: [INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" } [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x615bdd5013c2 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9 [INFO] [stdout] 1: 0x615bdd5013c2 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14 [INFO] [stdout] 2: 0x615bdd5013c2 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9 [INFO] [stdout] 3: 0x615bdd5013c2 - ::fmt::hdcfcb6d4c8489523 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26 [INFO] [stdout] 4: 0x615bdd5520d3 - core::fmt::rt::Argument::fmt::h2c56b3114963061a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76 [INFO] [stdout] 5: 0x615bdd5520d3 - core::fmt::write::h8a494366950f23bb [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25 [INFO] [stdout] 6: 0x615bdd4f4f73 - std::io::default_write_fmt::h7b8824096454f323 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11 [INFO] [stdout] 7: 0x615bdd4f4f73 - std::io::Write::write_fmt::h4e71294925c334d0 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13 [INFO] [stdout] 8: 0x615bdd501212 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9 [INFO] [stdout] 9: 0x615bdd504ed9 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27 [INFO] [stdout] 10: 0x615bdd504d0e - std::panicking::default_hook::h2c66fc99e962531d [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9 [INFO] [stdout] 11: 0x615bdd0257f4 - as core::ops::function::Fn>::call::hb6bd65493727d71a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9 [INFO] [stdout] 12: 0x615bdd0257f4 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21 [INFO] [stdout] 13: 0x615bdd505a1e - as core::ops::function::Fn>::call::h318e4efb8c1a5689 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9 [INFO] [stdout] 14: 0x615bdd505a1e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13 [INFO] [stdout] 15: 0x615bdd5056ea - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13 [INFO] [stdout] 16: 0x615bdd5018c9 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18 [INFO] [stdout] 17: 0x615bdd50537d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5 [INFO] [stdout] 18: 0x615bdd54d2f0 - core::panicking::panic_fmt::h62f63d096dd276af [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14 [INFO] [stdout] 19: 0x615bdd54d8f6 - core::result::unwrap_failed::h95bc3f5a607b2c95 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1765:5 [INFO] [stdout] 20: 0x615bdcfdb785 - core::result::Result::unwrap::hf60d803c1fb7bed8 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/result.rs:1167:23 [INFO] [stdout] 21: 0x615bdcfdb785 - run::test_file::ha7ca5fc5b31f6c55 [INFO] [stdout] at /opt/rustwide/workdir/tests/run.rs:46:3 [INFO] [stdout] 22: 0x615bdcfddc50 - core::ops::function::FnMut::call_mut::h1ef96d643ad7c039 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:168:5 [INFO] [stdout] 23: 0x615bdcfe7176 - insta::glob::glob_exec::{{closure}}::hff06a904fe4fed17 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/insta-1.39.0/src/glob.rs:106:13 [INFO] [stdout] 24: 0x615bdcfe733e - insta::settings::Settings::bind::h0800e10ac5927110 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/insta-1.39.0/src/settings.rs:510:9 [INFO] [stdout] 25: 0x615bdcfe6e1f - insta::glob::glob_exec::h3c5c39d52d6cc695 [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/insta-1.39.0/src/glob.rs:105:18 [INFO] [stdout] 26: 0x615bdcfdae8d - run::test_dir::ha45c5866e793f017 [INFO] [stdout] at /opt/rustwide/workdir/tests/run.rs:26:3 [INFO] [stdout] 27: 0x615bdcfdd8c4 - run::test_run_examples::h10513d8c0faaaa3f [INFO] [stdout] at /opt/rustwide/workdir/tests/run.rs:22:3 [INFO] [stdout] 28: 0x615bdcfdd847 - run::test_run_examples::{{closure}}::hd93d6fa5e1d04947 [INFO] [stdout] at /opt/rustwide/workdir/tests/run.rs:21:23 [INFO] [stdout] 29: 0x615bdcfddd46 - core::ops::function::FnOnce::call_once::ha009adb350d2b319 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 30: 0x615bdd02b81b - core::ops::function::FnOnce::call_once::h1f9474f1347fff52 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 31: 0x615bdd02b81b - test::__rust_begin_short_backtrace::ha52ab26e77157f03 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18 [INFO] [stdout] 32: 0x615bdd02a955 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74 [INFO] [stdout] 33: 0x615bdd02a955 - as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 34: 0x615bdd02a955 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40 [INFO] [stdout] 35: 0x615bdd02a955 - std::panicking::catch_unwind::h6deb5fe1e91873c9 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19 [INFO] [stdout] 36: 0x615bdd02a955 - std::panic::catch_unwind::hea0829b6b565654b [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14 [INFO] [stdout] 37: 0x615bdd02a955 - test::run_test_in_process::hdc44dfecea3db21b [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27 [INFO] [stdout] 38: 0x615bdd02a955 - test::run_test::{{closure}}::h0364ba59bf23f652 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43 [INFO] [stdout] 39: 0x615bdcfec8c4 - test::run_test::{{closure}}::h32730b304eec05da [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41 [INFO] [stdout] 40: 0x615bdcfec8c4 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18 [INFO] [stdout] 41: 0x615bdcff02da - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17 [INFO] [stdout] 42: 0x615bdcff02da - as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9 [INFO] [stdout] 43: 0x615bdcff02da - std::panicking::catch_unwind::do_call::h163fe12cca9901c2 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40 [INFO] [stdout] 44: 0x615bdcff02da - std::panicking::catch_unwind::he81557d0e17cc1bc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19 [INFO] [stdout] 45: 0x615bdcff02da - std::panic::catch_unwind::hc2b8e79c20593955 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14 [INFO] [stdout] 46: 0x615bdcff02da - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30 [INFO] [stdout] 47: 0x615bdcff02da - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5 [INFO] [stdout] 48: 0x615bdd50a20f - as core::ops::function::FnOnce>::call_once::h5924238c754de3b8 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9 [INFO] [stdout] 49: 0x615bdd50a20f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8 [INFO] [stdout] at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17 [INFO] [stdout] 50: 0x7c7eefa30aa4 - [INFO] [stdout] 51: 0x7c7eefabda34 - clone [INFO] [stdout] 52: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] test_run_examples [INFO] [stdout] test_run_programs [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 65.24s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "9ee50da3ad49a2a32f0bc098a7ea8221d38782b199c856ed5d75938ca1ad7942", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9ee50da3ad49a2a32f0bc098a7ea8221d38782b199c856ed5d75938ca1ad7942", kill_on_drop: false }` [INFO] [stdout] 9ee50da3ad49a2a32f0bc098a7ea8221d38782b199c856ed5d75938ca1ad7942