[INFO] cloning repository https://github.com/pedrodelgallego/strawman-rust
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/pedrodelgallego/strawman-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpedrodelgallego%2Fstrawman-rust", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpedrodelgallego%2Fstrawman-rust'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c8e687b3cd70e5ae94623190a0e10b3a8486b51f
[INFO] testing pedrodelgallego/strawman-rust against beta-2026-03-05 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpedrodelgallego%2Fstrawman-rust" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/pedrodelgallego/strawman-rust
[INFO] finished tweaking git repo https://github.com/pedrodelgallego/strawman-rust
[INFO] tweaked toml for git repo https://github.com/pedrodelgallego/strawman-rust written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/pedrodelgallego/strawman-rust on toolchain beta-2026-03-05
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/pedrodelgallego/strawman-rust 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" "+beta-2026-03-05" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 81fe2bb8e7c421a20f62893304d9f1eef9914214d705581a0e5c58f052aba46e
[INFO] running `Command { std: "docker" "start" "-a" "81fe2bb8e7c421a20f62893304d9f1eef9914214d705581a0e5c58f052aba46e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "81fe2bb8e7c421a20f62893304d9f1eef9914214d705581a0e5c58f052aba46e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "81fe2bb8e7c421a20f62893304d9f1eef9914214d705581a0e5c58f052aba46e", kill_on_drop: false }`
[INFO] [stdout] 81fe2bb8e7c421a20f62893304d9f1eef9914214d705581a0e5c58f052aba46e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 621df6e440ae08bbd75892e166370d7fd714877c481016690d5fe917c9f53a47
[INFO] running `Command { std: "docker" "start" "-a" "621df6e440ae08bbd75892e166370d7fd714877c481016690d5fe917c9f53a47", kill_on_drop: false }`
[INFO] [stderr]    Compiling strawman v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: constant `BENCH_STACK_SIZE` is never used
[INFO] [stdout]   --> src/bench.rs:52:7
[INFO] [stdout]    |
[INFO] [stdout] 52 | const BENCH_STACK_SIZE: usize = 128 * 1024 * 1024;
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2.05s
[INFO] running `Command { std: "docker" "inspect" "621df6e440ae08bbd75892e166370d7fd714877c481016690d5fe917c9f53a47", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "621df6e440ae08bbd75892e166370d7fd714877c481016690d5fe917c9f53a47", kill_on_drop: false }`
[INFO] [stdout] 621df6e440ae08bbd75892e166370d7fd714877c481016690d5fe917c9f53a47
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0a8d6eef9f4bfb18b0b068d8535d07a539558c29ddfb0c75e559689657a4a0e0
[INFO] running `Command { std: "docker" "start" "-a" "0a8d6eef9f4bfb18b0b068d8535d07a539558c29ddfb0c75e559689657a4a0e0", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling unicode-ident v1.0.22
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]    Compiling libc v0.2.180
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling cfg-if v1.0.4
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stdout] warning: constant `BENCH_STACK_SIZE` is never used
[INFO] [stdout]   --> src/bench.rs:52:7
[INFO] [stdout]    |
[INFO] [stdout] 52 | const BENCH_STACK_SIZE: usize = 128 * 1024 * 1024;
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling tempfile v3.24.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling filedescriptor v0.8.3
[INFO] [stderr]    Compiling gag v1.0.0
[INFO] [stderr]    Compiling strawman v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `env`
[INFO] [stdout]    --> tests/test_fast_eval.rs:259:9
[INFO] [stdout]     |
[INFO] [stdout] 259 |     let env = make_test_env();
[INFO] [stdout]     |         ^^^ help: if this is intentional, prefix it with an underscore: `_env`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `env`
[INFO] [stdout]    --> tests/test_fast_eval.rs:349:9
[INFO] [stdout]     |
[INFO] [stdout] 349 |     let env = default_env();
[INFO] [stdout]     |         ^^^ help: if this is intentional, prefix it with an underscore: `_env`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: constant `BENCH_STACK_SIZE` is never used
[INFO] [stdout]   --> src/bench.rs:52:7
[INFO] [stdout]    |
[INFO] [stdout] 52 | const BENCH_STACK_SIZE: usize = 128 * 1024 * 1024;
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 15.42s
[INFO] running `Command { std: "docker" "inspect" "0a8d6eef9f4bfb18b0b068d8535d07a539558c29ddfb0c75e559689657a4a0e0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0a8d6eef9f4bfb18b0b068d8535d07a539558c29ddfb0c75e559689657a4a0e0", kill_on_drop: false }`
[INFO] [stdout] 0a8d6eef9f4bfb18b0b068d8535d07a539558c29ddfb0c75e559689657a4a0e0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] a77495f4db3b729abfd4b66ddb3feb4ffe9ab814427e8939e20adcca111f745d
[INFO] running `Command { std: "docker" "start" "-a" "a77495f4db3b729abfd4b66ddb3feb4ffe9ab814427e8939e20adcca111f745d", kill_on_drop: false }`
[INFO] [stderr] warning: constant `BENCH_STACK_SIZE` is never used
[INFO] [stderr]   --> src/bench.rs:52:7
[INFO] [stderr]    |
[INFO] [stderr] 52 | const BENCH_STACK_SIZE: usize = 128 * 1024 * 1024;
[INFO] [stderr]    |       ^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `strawman` (lib) generated 1 warning
[INFO] [stderr] warning: unused variable: `env`
[INFO] [stderr]    --> tests/test_fast_eval.rs:259:9
[INFO] [stderr]     |
[INFO] [stderr] 259 |     let env = make_test_env();
[INFO] [stderr]     |         ^^^ help: if this is intentional, prefix it with an underscore: `_env`
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `env`
[INFO] [stderr]    --> tests/test_fast_eval.rs:349:9
[INFO] [stderr]     |
[INFO] [stderr] 349 |     let env = default_env();
[INFO] [stderr]     |         ^^^ help: if this is intentional, prefix it with an underscore: `_env`
[INFO] [stderr] 
[INFO] [stderr] warning: `strawman` (test "test_fast_eval") generated 2 warnings (run `cargo fix --test "test_fast_eval" -p strawman` to apply 2 suggestions)
[INFO] [stderr] warning: `strawman` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.10s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/strawman-76a1b1151e680b0a)
[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 unittests src/main.rs (/opt/rustwide/target/debug/deps/strawman-6cc02aca9ca56c83)
[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/test_bench.rs (/opt/rustwide/target/debug/deps/test_bench-c4dae128a2c5085c)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test benchmark_factorial_correctness has been running for over 60 seconds
[INFO] [stdout] test benchmark_harness_runs_all_programs has been running for over 60 seconds
[INFO] [stdout] test benchmark_table_output has been running for over 60 seconds
[INFO] [stdout] test run_bench_to_writer_prints_comparison_table has been running for over 60 seconds
[INFO] [stdout] test run_bench_to_writer_prints_comparison_table ... ok
[INFO] [stdout] test benchmark_factorial_correctness ... ok
[INFO] [stdout] test benchmark_harness_runs_all_programs ... ok
[INFO] [stdout] test benchmark_table_output ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 74.25s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/test_bench_smoke.rs (/opt/rustwide/target/debug/deps/test_bench_smoke-d3aaeb3bdde88953)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test smoke_ack_3_6_naive ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 10.64s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/test_builtins.rs (/opt/rustwide/target/debug/deps/test_builtins-e14cce46ccbc14f7)
[INFO] [stdout] 
[INFO] [stdout] running 66 tests
[INFO] [stdout] test e1_11_div_float ... ok
[INFO] [stdout] test e1_11_add_one ... ok
[INFO] [stdout] test e1_11_add_floats ... ok
[INFO] [stdout] test e1_11_add_zero_args ... ok
[INFO] [stdout] test e1_11_div_zero ... ok
[INFO] [stdout] test e1_11_div_int ... ok
[INFO] [stdout] test e1_11_mod ... ok
[INFO] [stdout] test e1_11_add_many ... ok
[INFO] [stdout] test e1_11_mul ... ok
[INFO] [stdout] test e1_11_non_number ... ok
[INFO] [stdout] test e1_11_mul_zero_args ... ok
[INFO] [stdout] test e1_11_sub_negate ... ok
[INFO] [stdout] test e1_11_sub_two ... ok
[INFO] [stdout] test e1_12_equal_atoms ... ok
[INFO] [stdout] test e1_12_equal_nested_lists ... ok
[INFO] [stdout] test e1_12_equal_strings ... ok
[INFO] [stdout] test e1_11_sub_many ... ok
[INFO] [stdout] test e1_12_equal_diff ... ok
[INFO] [stdout] test e1_12_geq_false ... ok
[INFO] [stdout] test e1_12_greater ... ok
[INFO] [stdout] test e1_12_leq_true ... ok
[INFO] [stdout] test e1_12_less_equal_args ... ok
[INFO] [stdout] test e1_12_less_false ... ok
[INFO] [stdout] test e1_12_non_number_comparison_error ... ok
[INFO] [stdout] test e1_12_num_eq ... ok
[INFO] [stdout] test e1_12_num_neq ... ok
[INFO] [stdout] test e1_13_car ... ok
[INFO] [stdout] test e1_13_car_cdr_composition ... ok
[INFO] [stdout] test e1_13_car_of_atom_errors ... ok
[INFO] [stdout] test e1_13_car_of_cons ... ok
[INFO] [stdout] test e1_13_car_of_empty_errors ... ok
[INFO] [stdout] test e1_13_cdr ... ok
[INFO] [stdout] test e1_13_cdr_of_atom_errors ... ok
[INFO] [stdout] test e1_13_cdr_of_cons ... ok
[INFO] [stdout] test e1_13_cons_dotted ... ok
[INFO] [stdout] test e1_13_cons_onto_list ... ok
[INFO] [stdout] test e1_13_list_empty ... ok
[INFO] [stdout] test e1_13_list_many ... ok
[INFO] [stdout] test e1_13_null_empty ... ok
[INFO] [stdout] test e1_13_null_non_empty ... ok
[INFO] [stdout] test e1_13_null_non_list ... ok
[INFO] [stdout] test e1_13_pair_atom ... ok
[INFO] [stdout] test e1_13_pair_empty ... ok
[INFO] [stdout] test e1_13_pair_pair ... ok
[INFO] [stdout] test e1_14_not_false ... ok
[INFO] [stdout] test e1_14_not_true ... ok
[INFO] [stdout] test e1_14_not_truthy ... ok
[INFO] [stdout] test e1_15_boolean_no ... ok
[INFO] [stdout] test e1_15_boolean_yes ... ok
[INFO] [stdout] test e1_11_mod_zero ... ok
[INFO] [stdout] test e1_15_number_computed ... ok
[INFO] [stdout] test e1_15_number_yes ... ok
[INFO] [stdout] test e1_15_procedure_builtin ... ok
[INFO] [stdout] test e1_15_procedure_car ... ok
[INFO] [stdout] test e1_15_procedure_lambda ... ok
[INFO] [stdout] test e1_15_procedure_no ... ok
[INFO] [stdout] test e1_15_string_no ... ok
[INFO] [stdout] test e1_15_display_number ... ok
[INFO] [stdout] test e1_15_newline ... ok
[INFO] [stdout] test e1_15_string_yes ... ok
[INFO] [stdout] test e1_15_display_string ... ok
[INFO] [stdout] test e1_15_symbol_no ... ok
[INFO] [stdout] test e1_15_symbol_yes ... ok
[INFO] [stdout] test e1_15_number_no ... ok
[INFO] [stderr]      Running tests/test_env.rs (/opt/rustwide/target/debug/deps/test_env-c7fc6d3a7801624f)
[INFO] [stdout] test e1_12_less_true ... ok
[INFO] [stdout] test e1_12_equal_lists ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 66 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 9 tests
[INFO] [stdout] test extend_arity_mismatch_errors ... ok
[INFO] [stdout] test set_and_lookup ... ok
[INFO] [stdout] test parent_chain_lookup ... ok
[INFO] [stdout] test parent_not_mutated_by_child ... ok
[INFO] [stdout] test update_existing_binding ... ok
[INFO] [stdout] test update_unbound_errors ... ok
[INFO] [stdout] test unbound_lookup_errors ... ok
[INFO] [stdout] test shadowing ... ok
[INFO] [stderr]      Running tests/test_eval.rs (/opt/rustwide/target/debug/deps/test_eval-3ba79b5a0c8b5149)
[INFO] [stdout] test extend_with_params_and_args ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 136 tests
[INFO] [stdout] test eval_begin_three_exprs_returns_last ... ok
[INFO] [stdout] test eval_begin_single_expr ... ok
[INFO] [stdout] test eval_begin_empty_returns_void ... ok
[INFO] [stdout] test eval_begin_nested ... ok
[INFO] [stdout] test eval_boolean_false_returns_itself ... ok
[INFO] [stdout] test eval_boolean_true_returns_itself ... ok
[INFO] [stdout] test eval_bound_symbol_returns_value ... ok
[INFO] [stdout] test eval_begin_side_effect_order ... ok
[INFO] [stdout] test eval_begin_two_exprs_returns_last ... ok
[INFO] [stdout] test eval_e1_10_higher_order ... ok
[INFO] [stdout] test eval_define_expr ... ok
[INFO] [stdout] test eval_define_returns_void ... ok
[INFO] [stdout] test eval_e1_10_non_procedure_number ... ok
[INFO] [stdout] test eval_define_overwrites ... ok
[INFO] [stdout] test eval_e1_10_builtin_call ... ok
[INFO] [stdout] test eval_e1_10_closure_call ... ok
[INFO] [stdout] test eval_e1_10_nested_call ... ok
[INFO] [stdout] test eval_e1_14_and_empty ... ok
[INFO] [stdout] test eval_e1_14_and_one_false ... ok
[INFO] [stdout] test eval_e1_10_non_procedure_string ... ok
[INFO] [stdout] test eval_e1_14_and_short_circuit ... ok
[INFO] [stdout] test eval_e1_14_and_all_true ... ok
[INFO] [stdout] test eval_e1_14_or_all_false ... ok
[INFO] [stdout] test eval_e1_14_or_first_true ... ok
[INFO] [stdout] test eval_e1_14_or_empty ... ok
[INFO] [stdout] test eval_e2_1_let_malformed_binding ... ok
[INFO] [stdout] test eval_e2_1_let_body_implicit_begin ... ok
[INFO] [stdout] test eval_e2_1_let_shadowing ... ok
[INFO] [stdout] test eval_e2_1_let_parallel_semantics ... ok
[INFO] [stdout] test eval_e2_1_let_nested ... ok
[INFO] [stdout] test eval_e1_14_or_short_circuit ... ok
[INFO] [stdout] test eval_e2_1_let_outer_unchanged ... ok
[INFO] [stdout] test eval_e2_1_let_empty_bindings ... ok
[INFO] [stdout] test eval_e2_2_let_star_empty ... ok
[INFO] [stdout] test eval_e2_2_let_star_acceptance ... ok
[INFO] [stdout] test eval_e2_1_let_two_bindings ... ok
[INFO] [stdout] test eval_e2_2_let_star_shadow_across ... ok
[INFO] [stdout] test eval_e2_2_let_star_sequential ... ok
[INFO] [stdout] test eval_e2_3_letrec_self_recursive_factorial ... ok
[INFO] [stdout] test eval_e2_3_letrec_mutual_recursion_even_10 ... ok
[INFO] [stdout] test eval_e2_1_let_simple ... ok
[INFO] [stdout] test eval_e2_3_letrec_non_lambda_value ... ok
[INFO] [stdout] test eval_e2_2_let_star_three_deps ... ok
[INFO] [stdout] test eval_e2_4_define_shorthand_acceptance ... ok
[INFO] [stdout] test eval_e2_3_letrec_mutual_recursion_even ... ok
[INFO] [stdout] test eval_e2_4_define_shorthand_no_params ... ok
[INFO] [stdout] test eval_e2_4_define_shorthand_simple ... ok
[INFO] [stdout] test eval_e2_4_define_shorthand_with_body ... ok
[INFO] [stdout] test eval_e2_5_closure_scope_lexical ... ok
[INFO] [stdout] test eval_e2_5_factorial_0 ... ok
[INFO] [stdout] test eval_e2_4_define_shorthand_recursive ... ok
[INFO] [stdout] test eval_e2_5_accumulator_intermediate_values ... ok
[INFO] [stdout] test eval_e2_4_define_shorthand_multi_param ... ok
[INFO] [stdout] test eval_e3_2_callcc_acceptance_abandon_computation ... ok
[INFO] [stdout] test eval_e3_1_identity_continuation ... ok
[INFO] [stdout] test eval_e2_5_factorial_10 ... ok
[INFO] [stdout] test eval_e2_5_accumulator_mutable_closure ... ok
[INFO] [stdout] test eval_e2_5_filter_with_lambda ... ok
[INFO] [stdout] test eval_e2_5_map_with_lambda ... ok
[INFO] [stdout] test eval_e3_2_callcc_acceptance_saved_resume ... ok
[INFO] [stdout] test eval_e3_2_callcc_early_exit ... ok
[INFO] [stdout] test eval_e3_2_callcc_non_procedure_error ... ok
[INFO] [stdout] test eval_e3_2_callcc_in_expression ... ok
[INFO] [stdout] test eval_e3_2_callcc_saved_continuation ... ok
[INFO] [stdout] test eval_e3_2_callcc_normal_return ... ok
[INFO] [stdout] test eval_e3_3_catch_acceptance_criterion ... ok
[INFO] [stdout] test eval_e3_3_catch_simple_throw ... ok
[INFO] [stdout] test eval_e3_3_catch_throw_in_function ... ok
[INFO] [stdout] test eval_e3_3_catch_nested ... ok
[INFO] [stdout] test eval_e3_3_catch_no_throw ... ok
[INFO] [stdout] test eval_e3_4_block_acceptance_criterion ... ok
[INFO] [stdout] test eval_e3_4_block_nested_return_outer ... ok
[INFO] [stdout] test eval_e3_4_block_no_return ... ok
[INFO] [stdout] test eval_e3_4_block_early_return ... ok
[INFO] [stdout] test eval_e3_4_block_return_from_inner ... ok
[INFO] [stdout] test eval_e3_4_return_from_unknown_block ... ok
[INFO] [stdout] test eval_e3_5_unwind_protect_normal ... ok
[INFO] [stdout] test eval_e3_5_unwind_protect_cleanup_order ... ok
[INFO] [stdout] test eval_e4_1_acceptance_shared_closure_mutation ... ok
[INFO] [stdout] test eval_e4_1_shared_mutation ... ok
[INFO] [stdout] test eval_e4_1_lambda_captures_box ... ok
[INFO] [stdout] test eval_e4_2_acceptance_set_car_pair_display ... ok
[INFO] [stdout] test eval_e4_2_non_pair_error ... ok
[INFO] [stdout] test eval_e4_2_set_cdr ... ok
[INFO] [stdout] test eval_e4_3_acceptance_eq_vs_equal ... ok
[INFO] [stdout] test eval_e4_3_eq_different_lists ... ok
[INFO] [stdout] test eval_e4_3_eq_same_binding ... ok
[INFO] [stdout] test eval_e2_5_fibonacci_10 ... ok
[INFO] [stdout] test eval_e4_2_set_car ... ok
[INFO] [stdout] test eval_e4_3_equal_different ... ok
[INFO] [stdout] test eval_e4_3_equal_lists ... ok
[INFO] [stdout] test eval_e4_3_eq_same_number ... ok
[INFO] [stdout] test eval_e4_3_equal_nested ... ok
[INFO] [stdout] test eval_e4_3_eq_same_symbol ... ok
[INFO] [stdout] test eval_e4_4_make_and_ref ... ok
[INFO] [stdout] test eval_e4_4_length ... ok
[INFO] [stdout] test eval_e4_4_out_of_bounds ... ok
[INFO] [stdout] test eval_e4_4_set_and_ref ... ok
[INFO] [stdout] test eval_e4_4_type_pred_false ... ok
[INFO] [stdout] test eval_e4_4_acceptance_set_and_ref ... ok
[INFO] [stdout] test eval_if_false_branch ... ok
[INFO] [stdout] test eval_if_no_alternative_false ... ok
[INFO] [stdout] test eval_float_returns_itself ... ok
[INFO] [stdout] test eval_if_no_alternative_true ... ok
[INFO] [stdout] test eval_e4_4_type_pred_true ... ok
[INFO] [stdout] test eval_if_non_taken_branch_not_evaluated ... ok
[INFO] [stdout] test eval_if_true_branch ... ok
[INFO] [stdout] test eval_if_truthy_zero ... ok
[INFO] [stdout] test eval_integer_returns_itself ... ok
[INFO] [stdout] test eval_lambda_closure_over_closure ... ok
[INFO] [stdout] test eval_lambda_identity ... ok
[INFO] [stdout] test eval_lambda_implicit_begin_in_body ... ok
[INFO] [stdout] test eval_lambda_multi_param ... ok
[INFO] [stdout] test eval_lambda_no_params ... ok
[INFO] [stdout] test eval_lambda_wrong_arity_error ... ok
[INFO] [stdout] test eval_negative_returns_itself ... ok
[INFO] [stdout] test eval_quote_empty_list ... ok
[INFO] [stdout] test eval_lambda_bad_param_list_error ... ok
[INFO] [stdout] test eval_quote_list ... ok
[INFO] [stdout] test eval_quote_nested ... ok
[INFO] [stdout] test eval_if_truthy_empty_list ... ok
[INFO] [stdout] test eval_quote_no_args_error ... ok
[INFO] [stdout] test eval_if_no_args_error ... ok
[INFO] [stdout] test eval_set_existing ... ok
[INFO] [stdout] test eval_quote_symbol ... ok
[INFO] [stdout] test eval_lambda_closure_captures_env ... ok
[INFO] [stdout] test eval_quote_number ... ok
[INFO] [stdout] test eval_quote_too_many_args_error ... ok
[INFO] [stdout] test eval_set_parent_binding ... ok
[INFO] [stdout] test eval_set_unbound_error ... ok
[INFO] [stdout] test eval_simple_define ... ok
[INFO] [stdout] test eval_unbound_symbol_returns_error ... ok
[INFO] [stdout] test eval_string_returns_itself ... ok
[INFO] [stdout] test eval_e3_5_unwind_protect_acceptance ... FAILED
[INFO] [stdout] test eval_e3_5_unwind_protect_with_throw ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stderr] error: test failed, to rerun pass `--test test_eval`
[INFO] [stdout] 
[INFO] [stdout] ---- eval_e3_5_unwind_protect_acceptance stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'eval_e3_5_unwind_protect_acceptance' (186) panicked at tests/test_eval.rs:1575:49:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Custom { kind: AlreadyExists, error: "Redirect already exists." }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x64fa1292e82a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x64fa1292e82a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x64fa1292e82a - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x64fa1292e82a - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x64fa12942daa - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x64fa12942daa - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x64fa12933112 - std[b80a194dd3c418bb]::io::default_write_fmt::<alloc[dd269455e567d8e9]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x64fa12933112 - <alloc[dd269455e567d8e9]::vec::Vec<u8> as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x64fa1290d62f - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x64fa1290d62f - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x64fa12926ca9 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x64fa1287bdec - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x64fa1287bdec - test[826cbc6ef54ab466]::test_main_with_exit_callback::<test[826cbc6ef54ab466]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x64fa12926e62 - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x64fa12926e62 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x64fa1290d6e8 - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x64fa12904fd9 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x64fa1290e3fd - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x64fa1294364c - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x64fa129433c2 - core[10b6fa85044e1869]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x64fa128608d2 - core::result::Result<T,E>::unwrap::h55f01bae19df6bab
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x64fa128608d2 - test_eval::eval_e3_5_unwind_protect_acceptance::hb6847e7a58664093
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/test_eval.rs:1575:49
[INFO] [stdout]   22:     0x64fa12860dd7 - test_eval::eval_e3_5_unwind_protect_acceptance::{{closure}}::hb2a9ef670eeddb29
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/test_eval.rs:1565:41
[INFO] [stdout]   23:     0x64fa1286d886 - core::ops::function::FnOnce::call_once::h4bf941a460ceba2a
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x64fa1286fecb - <fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x64fa1286fecb - test[826cbc6ef54ab466]::__rust_begin_short_backtrace::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:663:18
[INFO] [stdout]   26:     0x64fa1287c8bb - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x64fa1287c8bb - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   28:     0x64fa1287c8bb - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x64fa1287c8bb - std[b80a194dd3c418bb]::panicking::catch_unwind::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x64fa1287c8bb - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x64fa1287c8bb - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x64fa1287c8bb - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x64fa12877fd4 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x64fa12877fd4 - std[b80a194dd3c418bb]::sys::backtrace::__rust_begin_short_backtrace::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x64fa1287f4c2 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   36:     0x64fa1287f4c2 - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   37:     0x64fa1287f4c2 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x64fa1287f4c2 - std[b80a194dd3c418bb]::panicking::catch_unwind::<(), core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x64fa1287f4c2 - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x64fa1287f4c2 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   41:     0x64fa1287f4c2 - <std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1} as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x64fa1292e13f - <alloc[dd269455e567d8e9]::boxed::Box<dyn core[10b6fa85044e1869]::ops::function::FnOnce<(), Output = ()> + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   43:     0x64fa1292e13f - <std[b80a194dd3c418bb]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   44:     0x7218a49b7aa4 - <unknown>
[INFO] [stdout]   45:     0x7218a4a44a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- eval_e3_5_unwind_protect_with_throw stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'eval_e3_5_unwind_protect_with_throw' (189) panicked at tests/test_eval.rs:1542:5:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: "test eval_e3_3_catch_wrong_tag ... ok\nclean"
[INFO] [stdout]  right: "clean"
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x64fa1292e82a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x64fa1292e82a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x64fa1292e82a - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x64fa1292e82a - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x64fa12942daa - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x64fa12942daa - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x64fa12933112 - std[b80a194dd3c418bb]::io::default_write_fmt::<alloc[dd269455e567d8e9]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x64fa12933112 - <alloc[dd269455e567d8e9]::vec::Vec<u8> as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x64fa1290d62f - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x64fa1290d62f - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x64fa12926ca9 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x64fa1287bdec - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x64fa1287bdec - test[826cbc6ef54ab466]::test_main_with_exit_callback::<test[826cbc6ef54ab466]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x64fa12926e62 - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x64fa12926e62 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x64fa1290d6e8 - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x64fa12904fd9 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x64fa1290e3fd - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x64fa1294364c - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x64fa12943503 - core[10b6fa85044e1869]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x64fa1286a0e6 - core::panicking::assert_failed::hc4b77bdbf2f3ba13
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x64fa128613e7 - test_eval::eval_e3_5_unwind_protect_with_throw::h15bf40a5e54b8fc2
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/test_eval.rs:1542:5
[INFO] [stdout]   22:     0x64fa12861477 - test_eval::eval_e3_5_unwind_protect_with_throw::{{closure}}::h7e845f4bed44835b
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/test_eval.rs:1527:41
[INFO] [stdout]   23:     0x64fa1286e686 - core::ops::function::FnOnce::call_once::hb3bb982e9f436d45
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x64fa1286fecb - <fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x64fa1286fecb - test[826cbc6ef54ab466]::__rust_begin_short_backtrace::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:663:18
[INFO] [stdout]   26:     0x64fa1287c8bb - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x64fa1287c8bb - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   28:     0x64fa1287c8bb - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x64fa1287c8bb - std[b80a194dd3c418bb]::panicking::catch_unwind::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x64fa1287c8bb - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x64fa1287c8bb - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x64fa1287c8bb - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x64fa12877fd4 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x64fa12877fd4 - std[b80a194dd3c418bb]::sys::backtrace::__rust_begin_short_backtrace::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x64fa1287f4c2 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   36:     0x64fa1287f4c2 - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   37:     0x64fa1287f4c2 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x64fa1287f4c2 - std[b80a194dd3c418bb]::panicking::catch_unwind::<(), core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x64fa1287f4c2 - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x64fa1287f4c2 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   41:     0x64fa1287f4c2 - <std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1} as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x64fa1292e13f - <alloc[dd269455e567d8e9]::boxed::Box<dyn core[10b6fa85044e1869]::ops::function::FnOnce<(), Output = ()> + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   43:     0x64fa1292e13f - <std[b80a194dd3c418bb]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   44:     0x7218a49b7aa4 - <unknown>
[INFO] [stdout]   45:     0x7218a4a44a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     eval_e3_5_unwind_protect_acceptance
[INFO] [stdout]     eval_e3_5_unwind_protect_with_throw
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 134 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "a77495f4db3b729abfd4b66ddb3feb4ffe9ab814427e8939e20adcca111f745d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a77495f4db3b729abfd4b66ddb3feb4ffe9ab814427e8939e20adcca111f745d", kill_on_drop: false }`
[INFO] [stdout] a77495f4db3b729abfd4b66ddb3feb4ffe9ab814427e8939e20adcca111f745d
