[INFO] fetching crate fusabi-frontend 0.35.0...
[INFO] testing fusabi-frontend-0.35.0 against master#2fd6efc32704647e64d3d646d21c4c68eae100e4 for pr-149852-1
[INFO] extracting crate fusabi-frontend 0.35.0 into /workspace/builds/worker-5-tc1/source
[INFO] started tweaking crates.io crate fusabi-frontend 0.35.0
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate fusabi-frontend 0.35.0
[INFO] tweaked toml for crates.io crate fusabi-frontend 0.35.0 written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate fusabi-frontend 0.35.0 on toolchain 2fd6efc32704647e64d3d646d21c4c68eae100e4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate fusabi-frontend 0.35.0 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" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded bitflags v2.10.0
[INFO] [stderr]   Downloaded fusabi-vm v0.35.0
[INFO] [stderr]   Downloaded syn v2.0.111
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4a288dbcad2703cbbe4210b2bd7d3bd5dfe27fbeecf508c75fb61e841e909141
[INFO] running `Command { std: "docker" "start" "-a" "4a288dbcad2703cbbe4210b2bd7d3bd5dfe27fbeecf508c75fb61e841e909141", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4a288dbcad2703cbbe4210b2bd7d3bd5dfe27fbeecf508c75fb61e841e909141", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4a288dbcad2703cbbe4210b2bd7d3bd5dfe27fbeecf508c75fb61e841e909141", kill_on_drop: false }`
[INFO] [stdout] 4a288dbcad2703cbbe4210b2bd7d3bd5dfe27fbeecf508c75fb61e841e909141
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] dbfa9839fc0f50cb2790ff4c16d3638c388dcdfc6104815062381e9860b1e055
[INFO] running `Command { std: "docker" "start" "-a" "dbfa9839fc0f50cb2790ff4c16d3638c388dcdfc6104815062381e9860b1e055", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling ryu v1.0.20
[INFO] [stderr]    Compiling itoa v1.0.15
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling fusabi-vm v0.35.0
[INFO] [stderr]    Compiling fusabi-frontend v0.35.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `std::sync::Arc`
[INFO] [stdout]   --> src/types.rs:36:5
[INFO] [stdout]    |
[INFO] [stdout] 36 | use std::sync::Arc;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `start_offset` is never read
[INFO] [stdout]    --> src/compiler.rs:164:5
[INFO] [stdout]     |
[INFO] [stdout] 162 | struct LoopState {
[INFO] [stdout]     |        --------- field in this struct
[INFO] [stdout] 163 |     /// Offset of the loop start (for continue)
[INFO] [stdout] 164 |     start_offset: usize,
[INFO] [stdout]     |     ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `LoopState` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `extract_app_chain` is never used
[INFO] [stdout]     --> src/parser.rs:1069:8
[INFO] [stdout]      |
[INFO] [stdout]  143 | impl Parser {
[INFO] [stdout]      | ----------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 1069 |     fn extract_app_chain(&self, expr: Expr) -> (Expr, Vec<Expr>) {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.39s
[INFO] running `Command { std: "docker" "inspect" "dbfa9839fc0f50cb2790ff4c16d3638c388dcdfc6104815062381e9860b1e055", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dbfa9839fc0f50cb2790ff4c16d3638c388dcdfc6104815062381e9860b1e055", kill_on_drop: false }`
[INFO] [stdout] dbfa9839fc0f50cb2790ff4c16d3638c388dcdfc6104815062381e9860b1e055
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1f72cc2aebd4acc4d5ee55b279cdecff26975d38236dc8cdf364570063e009f2
[INFO] running `Command { std: "docker" "start" "-a" "1f72cc2aebd4acc4d5ee55b279cdecff26975d38236dc8cdf364570063e009f2", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.178
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling rustix v1.1.2
[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 fastrand v2.3.0
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stdout] warning: unused import: `std::sync::Arc`
[INFO] [stdout]   --> src/types.rs:36:5
[INFO] [stdout]    |
[INFO] [stdout] 36 | use std::sync::Arc;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `start_offset` is never read
[INFO] [stdout]    --> src/compiler.rs:164:5
[INFO] [stdout]     |
[INFO] [stdout] 162 | struct LoopState {
[INFO] [stdout]     |        --------- field in this struct
[INFO] [stdout] 163 |     /// Offset of the loop start (for continue)
[INFO] [stdout] 164 |     start_offset: usize,
[INFO] [stdout]     |     ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `LoopState` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `extract_app_chain` is never used
[INFO] [stdout]     --> src/parser.rs:1069:8
[INFO] [stdout]      |
[INFO] [stdout]  143 | impl Parser {
[INFO] [stdout]      | ----------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 1069 |     fn extract_app_chain(&self, expr: Expr) -> (Expr, Vec<Expr>) {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling tempfile v3.23.0
[INFO] [stderr]    Compiling fusabi-frontend v0.35.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused import: `std::sync::Arc`
[INFO] [stdout]   --> src/types.rs:36:5
[INFO] [stdout]    |
[INFO] [stdout] 36 | use std::sync::Arc;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `start_offset` is never read
[INFO] [stdout]    --> src/compiler.rs:164:5
[INFO] [stdout]     |
[INFO] [stdout] 162 | struct LoopState {
[INFO] [stdout]     |        --------- field in this struct
[INFO] [stdout] 163 |     /// Offset of the loop start (for continue)
[INFO] [stdout] 164 |     start_offset: usize,
[INFO] [stdout]     |     ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `LoopState` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `extract_app_chain` is never used
[INFO] [stdout]     --> src/parser.rs:1069:8
[INFO] [stdout]      |
[INFO] [stdout]  143 | impl Parser {
[INFO] [stdout]      | ----------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 1069 |     fn extract_app_chain(&self, expr: Expr) -> (Expr, Vec<Expr>) {
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 16.04s
[INFO] running `Command { std: "docker" "inspect" "1f72cc2aebd4acc4d5ee55b279cdecff26975d38236dc8cdf364570063e009f2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1f72cc2aebd4acc4d5ee55b279cdecff26975d38236dc8cdf364570063e009f2", kill_on_drop: false }`
[INFO] [stdout] 1f72cc2aebd4acc4d5ee55b279cdecff26975d38236dc8cdf364570063e009f2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] e4efd42de8dc8a9d536ec6a08be9a91fca0fcaba6a379e95c4283e648dbccfd0
[INFO] running `Command { std: "docker" "start" "-a" "e4efd42de8dc8a9d536ec6a08be9a91fca0fcaba6a379e95c4283e648dbccfd0", kill_on_drop: false }`
[INFO] [stderr] warning: unused import: `std::sync::Arc`
[INFO] [stderr]   --> src/types.rs:36:5
[INFO] [stderr]    |
[INFO] [stderr] 36 | use std::sync::Arc;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: field `start_offset` is never read
[INFO] [stderr]    --> src/compiler.rs:164:5
[INFO] [stderr]     |
[INFO] [stderr] 162 | struct LoopState {
[INFO] [stderr]     |        --------- field in this struct
[INFO] [stderr] 163 |     /// Offset of the loop start (for continue)
[INFO] [stderr] 164 |     start_offset: usize,
[INFO] [stderr]     |     ^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `LoopState` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stderr]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: method `extract_app_chain` is never used
[INFO] [stderr]     --> src/parser.rs:1069:8
[INFO] [stderr]      |
[INFO] [stderr]  143 | impl Parser {
[INFO] [stderr]      | ----------- method in this implementation
[INFO] [stderr] ...
[INFO] [stderr] 1069 |     fn extract_app_chain(&self, expr: Expr) -> (Expr, Vec<Expr>) {
[INFO] [stderr]      |        ^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `fusabi-frontend` (lib) generated 3 warnings (run `cargo fix --lib -p fusabi-frontend` to apply 1 suggestion)
[INFO] [stderr] warning: `fusabi-frontend` (lib test) generated 3 warnings (3 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/fusabi_frontend-2976422ad7e8d6c6)
[INFO] [stdout] 
[INFO] [stdout] running 265 tests
[INFO] [stdout] test ast::test_expr_match_complex_body ... ok
[INFO] [stdout] test ast::test_expr_match_clone ... ok
[INFO] [stdout] test ast::test_expr_match_equality ... ok
[INFO] [stdout] test ast::test_expr_match_simple ... ok
[INFO] [stdout] test ast::test_expr_match_multiple_arms ... ok
[INFO] [stdout] test ast::test_expr_match_nested_in_let ... ok
[INFO] [stdout] test ast::test_expr_match_as_match ... ok
[INFO] [stdout] test ast::test_expr_match_with_bool_patterns ... ok
[INFO] [stdout] test ast::test_expr_match_with_tuple_pattern ... ok
[INFO] [stdout] test ast::test_expr_match_with_var_binding ... ok
[INFO] [stdout] test ast::test_match_arm_clone ... ok
[INFO] [stdout] test ast::test_expr_match_as_match_none ... ok
[INFO] [stdout] test ast::test_match_arm_equality ... ok
[INFO] [stdout] test ast::test_match_arm_simple ... ok
[INFO] [stdout] test ast::test_match_arm_with_literal ... ok
[INFO] [stdout] test ast::test_match_arm_with_tuple_pattern ... ok
[INFO] [stdout] test ast::test_pattern_all_variants ... ok
[INFO] [stdout] test ast::test_pattern_as_literal_none ... ok
[INFO] [stdout] test ast::test_pattern_as_var_none ... ok
[INFO] [stdout] test ast::test_pattern_equality ... ok
[INFO] [stdout] test ast::test_pattern_clone ... ok
[INFO] [stdout] test ast::test_pattern_literal_bool ... ok
[INFO] [stdout] test ast::test_pattern_as_tuple_none ... ok
[INFO] [stdout] test ast::test_pattern_literal_int ... ok
[INFO] [stdout] test ast::test_pattern_literal_string ... ok
[INFO] [stdout] test ast::test_pattern_tuple_nested ... ok
[INFO] [stdout] test ast::test_pattern_tuple_empty ... ok
[INFO] [stdout] test ast::test_pattern_tuple_simple ... ok
[INFO] [stdout] test ast::test_pattern_tuple_mixed ... ok
[INFO] [stdout] test ast::test_pattern_wildcard ... ok
[INFO] [stdout] test ast::tests::test_array_empty ... ok
[INFO] [stdout] test ast::tests::test_binop_logical ... ok
[INFO] [stdout] test ast::test_pattern_var ... ok
[INFO] [stdout] test ast::tests::test_binop_comparison ... ok
[INFO] [stdout] test ast::tests::test_declaration_let_binding_simple ... ok
[INFO] [stdout] test ast::tests::test_binop_display ... ok
[INFO] [stdout] test ast::tests::test_declaration_clone ... ok
[INFO] [stdout] test ast::tests::test_declaration_let_binding_with_params ... ok
[INFO] [stdout] test ast::tests::test_declaration_typedef ... ok
[INFO] [stdout] test ast::tests::test_expr_record_as_record_literal ... ok
[INFO] [stdout] test ast::tests::test_expr_record_clone ... ok
[INFO] [stdout] test ast::tests::test_expr_record_equality ... ok
[INFO] [stdout] test ast::test_match_arm_with_var ... ok
[INFO] [stdout] test ast::tests::test_expr_record_literal_empty ... ok
[INFO] [stdout] test ast::tests::test_expr_record_inequality_different_fields ... ok
[INFO] [stdout] test ast::tests::test_expr_record_literal_multiple_fields ... ok
[INFO] [stdout] test ast::tests::test_expr_lit ... ok
[INFO] [stdout] test ast::tests::test_expr_record_access_nested ... ok
[INFO] [stdout] test ast::tests::test_expr_record_access_simple ... ok
[INFO] [stdout] test ast::tests::test_expr_record_literal_single_field ... ok
[INFO] [stdout] test ast::tests::test_expr_record_literal_with_type_name ... ok
[INFO] [stdout] test ast::tests::test_expr_record_literal_with_expressions ... ok
[INFO] [stdout] test ast::tests::test_expr_record_nested_literal ... ok
[INFO] [stdout] test ast::tests::test_expr_record_update_multiple_fields ... ok
[INFO] [stdout] test ast::tests::test_expr_record_update_with_expression ... ok
[INFO] [stdout] test ast::tests::test_expr_tuple_pair ... ok
[INFO] [stdout] test ast::tests::test_list_empty ... ok
[INFO] [stdout] test ast::tests::test_literal_bool ... ok
[INFO] [stdout] test ast::tests::test_literal_float ... ok
[INFO] [stdout] test ast::tests::test_literal_clone ... ok
[INFO] [stdout] test ast::tests::test_expr_var ... ok
[INFO] [stdout] test ast::tests::test_module_empty ... ok
[INFO] [stdout] test ast::tests::test_expr_record_update_single_field ... ok
[INFO] [stdout] test ast::tests::test_module_clone ... ok
[INFO] [stdout] test ast::tests::test_literal_unit ... ok
[INFO] [stdout] test ast::tests::test_module_multiple_declarations ... ok
[INFO] [stdout] test ast::tests::test_record_typedef_clone ... ok
[INFO] [stdout] test ast::tests::test_module_single_typedef ... ok
[INFO] [stdout] test ast::tests::test_record_typedef_empty ... ok
[INFO] [stdout] test ast::tests::test_record_typedef_multiple_fields ... ok
[INFO] [stdout] test ast::tests::test_record_typedef_with_function_type ... ok
[INFO] [stdout] test ast::tests::test_record_typedef_with_tuple_type ... ok
[INFO] [stdout] test ast::tests::test_type_expr_clone ... ok
[INFO] [stdout] test ast::tests::test_type_expr_function ... ok
[INFO] [stdout] test ast::tests::test_type_expr_complex ... ok
[INFO] [stdout] test ast::tests::test_record_typedef_single_field ... ok
[INFO] [stdout] test ast::tests::test_type_expr_tuple ... ok
[INFO] [stdout] test ast::tests::test_type_expr_named ... ok
[INFO] [stdout] test compiler::tests::test_parse_qualified_name_nested ... ok
[INFO] [stdout] test compiler::tests::test_compile_backwards_compatible ... ok
[INFO] [stdout] test compiler::tests::test_parse_qualified_name_simple ... ok
[INFO] [stdout] test compiler::tests::test_parse_qualified_name_unqualified ... ok
[INFO] [stdout] test error::tests::test_display_arity_mismatch ... ok
[INFO] [stdout] test error::tests::test_display_custom ... ok
[INFO] [stdout] test error::tests::test_display_duplicate_field ... ok
[INFO] [stdout] test error::tests::test_display_field_not_found ... ok
[INFO] [stdout] test error::tests::test_display_not_a_function ... ok
[INFO] [stdout] test error::tests::test_display_not_a_list ... ok
[INFO] [stdout] test error::tests::test_display_not_a_tuple ... ok
[INFO] [stdout] test error::tests::test_display_not_an_array ... ok
[INFO] [stdout] test error::tests::test_display_occurs_check ... ok
[INFO] [stdout] test error::tests::test_display_pattern_mismatch ... ok
[INFO] [stdout] test error::tests::test_display_tuple_index_out_of_bounds ... ok
[INFO] [stdout] test error::tests::test_display_type_mismatch ... ok
[INFO] [stdout] test error::tests::test_display_unbound_variable ... ok
[INFO] [stdout] test error::tests::test_format_source_highlight ... ok
[INFO] [stdout] test error::tests::test_format_with_context ... ok
[INFO] [stdout] test error::tests::test_format_with_suggestion ... ok
[INFO] [stdout] test error::tests::test_suggestion_int_to_string_mismatch ... ok
[INFO] [stdout] test error::tests::test_suggestion_not_a_function ... ok
[INFO] [stdout] test error::tests::test_format_with_source_simple ... ok
[INFO] [stdout] test error::tests::test_type_error_add_context ... ok
[INFO] [stdout] test error::tests::test_suggestion_unbound_variable ... ok
[INFO] [stdout] test error::tests::test_type_error_new ... ok
[INFO] [stdout] test compiler::tests::test_compile_options_default ... ok
[INFO] [stdout] test compiler::tests::test_compile_with_type_checking ... ok
[INFO] [stdout] test error::tests::test_type_error_with_span ... ok
[INFO] [stdout] test error::tests::test_type_error_with_context_builder ... ok
[INFO] [stdout] test inference::tests::test_infer_const_function ... ok
[INFO] [stdout] test inference::tests::test_auto_recursive_simple ... ok
[INFO] [stdout] test inference::tests::test_infer_identity_function ... ok
[INFO] [stdout] test inference::tests::test_infer_application ... ok
[INFO] [stdout] test inference::tests::test_infer_literal_bool ... ok
[INFO] [stdout] test inference::tests::test_infer_literal_int ... ok
[INFO] [stdout] test lexer::tests::test_comment_does_not_affect_string ... ok
[INFO] [stdout] test inference::tests::test_auto_recursive_lambda_factorial ... ok
[INFO] [stdout] test inference::tests::test_non_recursive_lambda_still_works ... ok
[INFO] [stdout] test lexer::tests::test_deeply_nested_comments ... ok
[INFO] [stdout] test inference::tests::test_shadowing_prevents_auto_recursion ... ok
[INFO] [stdout] test lexer::tests::test_empty_multiline_comment ... ok
[INFO] [stdout] test inference::tests::test_infer_unbound_variable ... ok
[INFO] [stdout] test lexer::tests::test_inline_multiline_comment ... ok
[INFO] [stdout] test lexer::tests::test_lex_anonymous_record_tokens ... ok
[INFO] [stdout] test lexer::tests::test_lex_async_keyword ... ok
[INFO] [stdout] test lexer::tests::test_lex_integer ... ok
[INFO] [stdout] test lexer::tests::test_lex_do_bang ... ok
[INFO] [stdout] test lexer::tests::test_lex_bang_on_non_keyword ... ok
[INFO] [stdout] test lexer::tests::test_lex_computation_expression ... ok
[INFO] [stdout] test lexer::tests::test_lex_let_bang ... ok
[INFO] [stdout] test lexer::tests::test_lex_let_vs_let_bang ... ok
[INFO] [stdout] test lexer::tests::test_lex_pipe_disambiguation ... ok
[INFO] [stdout] test lexer::tests::test_lex_plusplus_vs_plus ... ok
[INFO] [stdout] test lexer::tests::test_lex_do_vs_do_bang ... ok
[INFO] [stdout] test lexer::tests::test_lex_return_bang ... ok
[INFO] [stdout] test lexer::tests::test_lex_yield_bang ... ok
[INFO] [stdout] test lexer::tests::test_lex_yield_in_expression ... ok
[INFO] [stdout] test lexer::tests::test_lex_yield_keyword ... ok
[INFO] [stdout] test lexer::tests::test_mixed_single_and_multiline_comments ... ok
[INFO] [stdout] test lexer::tests::test_multiline_comment_multiline ... ok
[INFO] [stdout] test lexer::tests::test_multiline_comment_with_asterisks ... ok
[INFO] [stdout] test lexer::tests::test_multiline_comment_with_special_chars ... ok
[INFO] [stdout] test lexer::tests::test_multiple_multiline_comments ... ok
[INFO] [stdout] test lexer::tests::test_nested_multiline_comments ... ok
[INFO] [stdout] test lexer::tests::test_simple_multiline_comment ... ok
[INFO] [stdout] test lexer::tests::test_tokenize_with_spans ... ok
[INFO] [stdout] test lexer::tests::test_unterminated_multiline_comment ... ok
[INFO] [stdout] test lexer::tests::test_unterminated_nested_comment ... ok
[INFO] [stdout] test lexer::tests::test_lex_return_keyword ... ok
[INFO] [stdout] test ast::tests::test_literal_int ... ok
[INFO] [stdout] test ast::tests::test_literal_str ... ok
[INFO] [stdout] test lexer::tests::test_lex_plusplus ... ok
[INFO] [stdout] test modules::tests::test_get_module_bindings ... ok
[INFO] [stdout] test modules::tests::test_module_path ... ok
[INFO] [stdout] test loader::tests::test_caching ... ok
[INFO] [stdout] test modules::tests::test_module_registry_new ... ok
[INFO] [stdout] test modules::tests::test_module_with_types ... ok
[INFO] [stdout] test modules::tests::test_module_registry_with_stdlib ... ok
[INFO] [stdout] test loader::tests::test_file_not_found ... ok
[INFO] [stdout] test modules::tests::test_resolve_nonexistent_module ... ok
[INFO] [stdout] test modules::tests::test_register_and_resolve_module ... ok
[INFO] [stdout] test loader::tests::test_circular_dependency_detection ... ok
[INFO] [stdout] test loader::tests::test_load_simple_file ... ok
[INFO] [stdout] test parser::tests::test_parse_application ... ok
[INFO] [stdout] test loader::tests::test_nested_loads ... ok
[INFO] [stdout] test parser::tests::test_computation_expr_helpers ... ok
[INFO] [stdout] test parser::tests::test_parse_async_block_empty ... ok
[INFO] [stdout] test parser::tests::test_parse_async_block_return ... ok
[INFO] [stdout] test parser::tests::test_parse_async_with_trailing_semicolon ... ok
[INFO] [stdout] test parser::tests::test_parse_complex_async_block ... ok
[INFO] [stdout] test parser::tests::test_parse_lambda ... ok
[INFO] [stdout] test parser::tests::test_parse_let ... ok
[INFO] [stdout] test parser::tests::test_parse_let_bang ... ok
[INFO] [stdout] test parser::tests::test_parse_plain_expr_in_ce ... ok
[INFO] [stdout] test parser::tests::test_parse_concat_precedence ... ok
[INFO] [stdout] test parser::tests::test_parse_do_bang ... ok
[INFO] [stdout] test parser::tests::test_parse_return_bang ... ok
[INFO] [stdout] test parser::tests::test_parse_regular_let_in_ce ... ok
[INFO] [stdout] test parser::tests::test_parse_async_with_optional_semicolons ... ok
[INFO] [stdout] test parser::tests::test_parse_int ... ok
[INFO] [stdout] test parser::tests::test_parse_nested_async_blocks ... ok
[INFO] [stdout] test parser::tests::test_parse_string_concat_chain ... ok
[INFO] [stdout] test parser::tests::test_parse_yield ... ok
[INFO] [stdout] test parser::tests::test_parse_string_concat ... ok
[INFO] [stdout] test parser::tests::test_parse_yield_bang ... ok
[INFO] [stdout] test span::tests::test_position_display ... ok
[INFO] [stdout] test span::tests::test_position_start ... ok
[INFO] [stdout] test span::tests::test_span_display_multi_line ... ok
[INFO] [stdout] test span::tests::test_position_equality ... ok
[INFO] [stdout] test span::tests::test_position_new ... ok
[INFO] [stdout] test span::tests::test_span_format_location ... ok
[INFO] [stdout] test span::tests::test_span_is_empty ... ok
[INFO] [stdout] test span::tests::test_span_merge_multiline ... ok
[INFO] [stdout] test span::tests::test_span_display_single_line ... ok
[INFO] [stdout] test span::tests::test_span_equality ... ok
[INFO] [stdout] test span::tests::test_span_is_single_line ... ok
[INFO] [stdout] test span::tests::test_span_merge_overlapping ... ok
[INFO] [stdout] test span::tests::test_span_len ... ok
[INFO] [stdout] test typed_ast::tests::test_span_combine ... ok
[INFO] [stdout] test span::tests::test_span_merge_reverse_order ... ok
[INFO] [stdout] test span::tests::test_span_merge_sequential ... ok
[INFO] [stdout] test typed_ast::tests::test_span_from_offsets ... ok
[INFO] [stdout] test span::tests::test_span_point ... ok
[INFO] [stdout] test span::tests::test_span_new ... ok
[INFO] [stdout] test typed_ast::tests::test_typed_expr_new ... ok
[INFO] [stdout] test typed_ast::tests::test_typed_expr_with_span ... ok
[INFO] [stdout] test types::tests::test_free_vars_function ... ok
[INFO] [stdout] test typed_ast::tests::test_typed_expr_into_expr ... ok
[INFO] [stdout] test typed_ast::tests::test_typed_pattern_into_pattern ... ok
[INFO] [stdout] test typed_ast::tests::test_typed_pattern_new ... ok
[INFO] [stdout] test typed_ast::tests::test_span_new ... ok
[INFO] [stdout] test types::tests::test_free_vars_list ... ok
[INFO] [stdout] test types::tests::test_integration_complex_type ... ok
[INFO] [stdout] test types::tests::test_free_vars_tuple ... ok
[INFO] [stdout] test types::tests::test_free_vars_var ... ok
[INFO] [stdout] test types::tests::test_integration_simple_substitution ... ok
[INFO] [stdout] test types::tests::test_free_vars_primitives ... ok
[INFO] [stdout] test types::tests::test_integration_generalize_instantiate ... ok
[INFO] [stdout] test types::tests::test_occurs_check_var_in_function ... ok
[INFO] [stdout] test types::tests::test_occurs_check_var_in_list ... ok
[INFO] [stdout] test ast::tests::test_binop_arithmetic ... ok
[INFO] [stdout] test types::tests::test_occurs_check_var_not_in_primitive ... ok
[INFO] [stdout] test types::tests::test_occurs_check_var_in_tuple ... ok
[INFO] [stdout] test types::tests::test_occurs_check_var_in_var ... ok
[INFO] [stdout] test types::tests::test_substitution_empty ... ok
[INFO] [stdout] test types::tests::test_substitution_apply_function ... ok
[INFO] [stdout] test types::tests::test_substitution_apply_var ... ok
[INFO] [stdout] test types::tests::test_substitution_compose_basic ... ok
[INFO] [stdout] test types::tests::test_substitution_compose_empty ... ok
[INFO] [stdout] test types::tests::test_substitution_display ... ok
[INFO] [stdout] test types::tests::test_occurs_check_var_not_in_function ... ok
[INFO] [stdout] test types::tests::test_substitution_lookup ... ok
[INFO] [stdout] test types::tests::test_type_array ... ok
[INFO] [stdout] test types::tests::test_substitution_singleton ... ok
[INFO] [stdout] test types::tests::test_type_function_nested ... ok
[INFO] [stdout] test types::tests::test_type_primitives ... ok
[INFO] [stdout] test types::tests::test_type_list ... ok
[INFO] [stdout] test types::tests::test_type_record ... ok
[INFO] [stdout] test types::tests::test_type_function_multi ... ok
[INFO] [stdout] test lexer::tests::test_lex_plusplus_no_space ... ok
[INFO] [stdout] test types::tests::test_type_function ... ok
[INFO] [stdout] test types::tests::test_type_tuple ... ok
[INFO] [stdout] test types::tests::test_type_variant_simple ... ok
[INFO] [stdout] test types::tests::test_type_var ... ok
[INFO] [stdout] test types::tests::test_typeenv_extend ... ok
[INFO] [stdout] test types::tests::test_typeenv_apply ... ok
[INFO] [stdout] test types::tests::test_type_variant_with_params ... ok
[INFO] [stdout] test types::tests::test_typeenv_generalize ... ok
[INFO] [stdout] test types::tests::test_typeenv_insert ... ok
[INFO] [stdout] test types::tests::test_typeenv_free_vars ... ok
[INFO] [stdout] test types::tests::test_typeenv_generalize_with_env_vars ... ok
[INFO] [stdout] test types::tests::test_typeenv_bindings ... ok
[INFO] [stdout] test types::tests::test_typeenv_instantiate ... ok
[INFO] [stdout] test types::tests::test_typeenv_new ... ok
[INFO] [stderr]      Running tests/compiler_modules.rs (/opt/rustwide/target/debug/deps/compiler_modules-0ea5fcea5b2a8522)
[INFO] [stdout] test types::tests::test_typeenv_lookup ... ok
[INFO] [stdout] test types::tests::test_typescheme_apply ... ok
[INFO] [stdout] test types::tests::test_typescheme_free_vars_mono ... ok
[INFO] [stdout] test types::tests::test_typeenv_lookup_parent ... ok
[INFO] [stdout] test types::tests::test_typescheme_free_vars_poly ... ok
[INFO] [stdout] test types::tests::test_typescheme_mono ... ok
[INFO] [stdout] test types::tests::test_typescheme_poly ... ok
[INFO] [stdout] test types::tests::test_typevar_display ... ok
[INFO] [stdout] test types::tests::test_typevar_equality ... ok
[INFO] [stdout] test types::tests::test_typevar_hash ... ok
[INFO] [stdout] test types::tests::test_typevar_new ... ok
[INFO] [stdout] test types::tests::test_typevar_fresh ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 265 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 18 tests
[INFO] [stdout] test test_compile_imported_expression ... ok
[INFO] [stdout] test test_compile_empty_program ... ok
[INFO] [stdout] test test_compile_module_with_bool ... ok
[INFO] [stdout] test test_compile_module_with_constant ... ok
[INFO] [stdout] test test_compile_imported_binding ... ok
[INFO] [stdout] test test_compile_module_with_expression ... ok
[INFO] [stdout] test test_compile_module_with_multiple_bindings ... ok
[INFO] [stdout] test test_compile_module_with_string ... ok
[INFO] [stdout] test test_compile_multiple_imports ... ok
[INFO] [stdout] test test_compile_multiple_modules ... ok
[INFO] [stdout] test test_compile_program_using_imported_constant ... ok
[INFO] [stdout] test test_compile_program_with_expression_using_module ... ok
[INFO] [stdout] test test_compile_nested_modules ... ok
[INFO] [stdout] test test_compile_program_with_import ... ok
[INFO] [stdout] test test_compile_program_with_simple_module_constant ... ok
[INFO] [stdout] test test_compile_qualified_name ... ok
[INFO] [stdout] test test_compile_error_undefined_binding_in_module ... FAILED
[INFO] [stderr] error: test failed, to rerun pass `--test compiler_modules`
[INFO] [stdout] test test_compile_error_undefined_module ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- test_compile_error_undefined_binding_in_module stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_compile_error_undefined_binding_in_module' (283) panicked at tests/compiler_modules.rs:324:5:
[INFO] [stdout] assertion failed: result.is_err()
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x62a5bd4e21d2 - std[716c9a7a72e5c14e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x62a5bd4e21d2 - std[716c9a7a72e5c14e]::backtrace_rs::backtrace::trace_unsynchronized::<std[716c9a7a72e5c14e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x62a5bd4e21d2 - std[716c9a7a72e5c14e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x62a5bd4e21d2 - <<std[716c9a7a72e5c14e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[c5ed12ab89cc536a]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x62a5bd4f6a5a - <core[c5ed12ab89cc536a]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x62a5bd4f6a5a - core[c5ed12ab89cc536a]::fmt::write
[INFO] [stdout]    6:     0x62a5bd4e7006 - std[716c9a7a72e5c14e]::io::default_write_fmt::<alloc[9c68fdf4f4f29218]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x62a5bd4e7006 - <alloc[9c68fdf4f4f29218]::vec::Vec<u8> as std[716c9a7a72e5c14e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x62a5bd4c069f - <std[716c9a7a72e5c14e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x62a5bd4c069f - std[716c9a7a72e5c14e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x62a5bd4da4b9 - std[716c9a7a72e5c14e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x62a5bd43715e - <alloc[9c68fdf4f4f29218]::boxed::Box<dyn for<'a, 'b> core[c5ed12ab89cc536a]::ops::function::Fn<(&'a std[716c9a7a72e5c14e]::panic::PanicHookInfo<'b>,), Output = ()> + core[c5ed12ab89cc536a]::marker::Sync + core[c5ed12ab89cc536a]::marker::Send> as core[c5ed12ab89cc536a]::ops::function::Fn<(&std[716c9a7a72e5c14e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x62a5bd43715e - test[64760d2bdea328cc]::test_main_with_exit_callback::<test[64760d2bdea328cc]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x62a5bd4da672 - <alloc[9c68fdf4f4f29218]::boxed::Box<dyn for<'a, 'b> core[c5ed12ab89cc536a]::ops::function::Fn<(&'a std[716c9a7a72e5c14e]::panic::PanicHookInfo<'b>,), Output = ()> + core[c5ed12ab89cc536a]::marker::Sync + core[c5ed12ab89cc536a]::marker::Send> as core[c5ed12ab89cc536a]::ops::function::Fn<(&std[716c9a7a72e5c14e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x62a5bd4da672 - std[716c9a7a72e5c14e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x62a5bd4c078a - std[716c9a7a72e5c14e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x62a5bd4b8129 - std[716c9a7a72e5c14e]::sys::backtrace::__rust_end_short_backtrace::<std[716c9a7a72e5c14e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x62a5bd4c15ad - __rustc[4f0b026143eab78e]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x62a5bd4f712c - core[c5ed12ab89cc536a]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x62a5bd4f70f2 - core[c5ed12ab89cc536a]::panicking::panic
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x62a5bd4292dc - compiler_modules[bcb8f2782f2a62a]::test_compile_error_undefined_binding_in_module
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/compiler_modules.rs:324:5
[INFO] [stdout]   21:     0x62a5bd421e67 - compiler_modules[bcb8f2782f2a62a]::test_compile_error_undefined_binding_in_module::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/compiler_modules.rs:308:52
[INFO] [stdout]   22:     0x62a5bd42b3e6 - <compiler_modules[bcb8f2782f2a62a]::test_compile_error_undefined_binding_in_module::{closure#0} as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x62a5bd42b50b - <fn() -> core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x62a5bd42b50b - test[64760d2bdea328cc]::__rust_begin_short_backtrace::<core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>, fn() -> core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:663:18
[INFO] [stdout]   25:     0x62a5bd437d6a - test[64760d2bdea328cc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:686:74
[INFO] [stdout]   26:     0x62a5bd437d6a - <core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<test[64760d2bdea328cc]::run_test_in_process::{closure#0}> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   27:     0x62a5bd437d6a - std[716c9a7a72e5c14e]::panicking::catch_unwind::do_call::<core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<test[64760d2bdea328cc]::run_test_in_process::{closure#0}>, core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:581:40
[INFO] [stdout]   28:     0x62a5bd437d6a - std[716c9a7a72e5c14e]::panicking::catch_unwind::<core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>, core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<test[64760d2bdea328cc]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:544:19
[INFO] [stdout]   29:     0x62a5bd437d6a - std[716c9a7a72e5c14e]::panic::catch_unwind::<core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<test[64760d2bdea328cc]::run_test_in_process::{closure#0}>, core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panic.rs:359:14
[INFO] [stdout]   30:     0x62a5bd437d6a - test[64760d2bdea328cc]::run_test_in_process
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:686:27
[INFO] [stdout]   31:     0x62a5bd437d6a - test[64760d2bdea328cc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:607:43
[INFO] [stdout]   32:     0x62a5bd432234 - test[64760d2bdea328cc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:637:41
[INFO] [stdout]   33:     0x62a5bd432234 - std[716c9a7a72e5c14e]::sys::backtrace::__rust_begin_short_backtrace::<test[64760d2bdea328cc]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   34:     0x62a5bd43a862 - std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked::<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   35:     0x62a5bd43a862 - <core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x62a5bd43a862 - std[716c9a7a72e5c14e]::panicking::catch_unwind::do_call::<core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x62a5bd43a862 - std[716c9a7a72e5c14e]::panicking::catch_unwind::<(), core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:544:19
[INFO] [stdout]   38:     0x62a5bd43a862 - std[716c9a7a72e5c14e]::panic::catch_unwind::<core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panic.rs:359:14
[INFO] [stdout]   39:     0x62a5bd43a862 - std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked::<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   40:     0x62a5bd43a862 - <std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1} as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x62a5bd4e1a7f - <alloc[9c68fdf4f4f29218]::boxed::Box<dyn core[c5ed12ab89cc536a]::ops::function::FnOnce<(), Output = ()> + core[c5ed12ab89cc536a]::marker::Send> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   42:     0x62a5bd4e1a7f - <std[716c9a7a72e5c14e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   43:     0x766e35156aa4 - <unknown>
[INFO] [stdout]   44:     0x766e351e3a64 - clone
[INFO] [stdout]   45:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- test_compile_error_undefined_module stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'test_compile_error_undefined_module' (284) panicked at tests/compiler_modules.rs:298:5:
[INFO] [stdout] assertion failed: result.is_err()
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x62a5bd4e21d2 - std[716c9a7a72e5c14e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x62a5bd4e21d2 - std[716c9a7a72e5c14e]::backtrace_rs::backtrace::trace_unsynchronized::<std[716c9a7a72e5c14e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x62a5bd4e21d2 - std[716c9a7a72e5c14e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x62a5bd4e21d2 - <<std[716c9a7a72e5c14e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[c5ed12ab89cc536a]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x62a5bd4f6a5a - <core[c5ed12ab89cc536a]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x62a5bd4f6a5a - core[c5ed12ab89cc536a]::fmt::write
[INFO] [stdout]    6:     0x62a5bd4e7006 - std[716c9a7a72e5c14e]::io::default_write_fmt::<alloc[9c68fdf4f4f29218]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x62a5bd4e7006 - <alloc[9c68fdf4f4f29218]::vec::Vec<u8> as std[716c9a7a72e5c14e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x62a5bd4c069f - <std[716c9a7a72e5c14e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x62a5bd4c069f - std[716c9a7a72e5c14e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x62a5bd4da4b9 - std[716c9a7a72e5c14e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x62a5bd43715e - <alloc[9c68fdf4f4f29218]::boxed::Box<dyn for<'a, 'b> core[c5ed12ab89cc536a]::ops::function::Fn<(&'a std[716c9a7a72e5c14e]::panic::PanicHookInfo<'b>,), Output = ()> + core[c5ed12ab89cc536a]::marker::Sync + core[c5ed12ab89cc536a]::marker::Send> as core[c5ed12ab89cc536a]::ops::function::Fn<(&std[716c9a7a72e5c14e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x62a5bd43715e - test[64760d2bdea328cc]::test_main_with_exit_callback::<test[64760d2bdea328cc]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x62a5bd4da672 - <alloc[9c68fdf4f4f29218]::boxed::Box<dyn for<'a, 'b> core[c5ed12ab89cc536a]::ops::function::Fn<(&'a std[716c9a7a72e5c14e]::panic::PanicHookInfo<'b>,), Output = ()> + core[c5ed12ab89cc536a]::marker::Sync + core[c5ed12ab89cc536a]::marker::Send> as core[c5ed12ab89cc536a]::ops::function::Fn<(&std[716c9a7a72e5c14e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x62a5bd4da672 - std[716c9a7a72e5c14e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x62a5bd4c078a - std[716c9a7a72e5c14e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x62a5bd4b8129 - std[716c9a7a72e5c14e]::sys::backtrace::__rust_end_short_backtrace::<std[716c9a7a72e5c14e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x62a5bd4c15ad - __rustc[4f0b026143eab78e]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x62a5bd4f712c - core[c5ed12ab89cc536a]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x62a5bd4f70f2 - core[c5ed12ab89cc536a]::panicking::panic
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x62a5bd42743a - compiler_modules[bcb8f2782f2a62a]::test_compile_error_undefined_module
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/compiler_modules.rs:298:5
[INFO] [stdout]   21:     0x62a5bd421da7 - compiler_modules[bcb8f2782f2a62a]::test_compile_error_undefined_module::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/compiler_modules.rs:285:41
[INFO] [stdout]   22:     0x62a5bd42b2e6 - <compiler_modules[bcb8f2782f2a62a]::test_compile_error_undefined_module::{closure#0} as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x62a5bd42b50b - <fn() -> core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x62a5bd42b50b - test[64760d2bdea328cc]::__rust_begin_short_backtrace::<core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>, fn() -> core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:663:18
[INFO] [stdout]   25:     0x62a5bd437d6a - test[64760d2bdea328cc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:686:74
[INFO] [stdout]   26:     0x62a5bd437d6a - <core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<test[64760d2bdea328cc]::run_test_in_process::{closure#0}> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   27:     0x62a5bd437d6a - std[716c9a7a72e5c14e]::panicking::catch_unwind::do_call::<core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<test[64760d2bdea328cc]::run_test_in_process::{closure#0}>, core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:581:40
[INFO] [stdout]   28:     0x62a5bd437d6a - std[716c9a7a72e5c14e]::panicking::catch_unwind::<core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>, core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<test[64760d2bdea328cc]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:544:19
[INFO] [stdout]   29:     0x62a5bd437d6a - std[716c9a7a72e5c14e]::panic::catch_unwind::<core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<test[64760d2bdea328cc]::run_test_in_process::{closure#0}>, core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panic.rs:359:14
[INFO] [stdout]   30:     0x62a5bd437d6a - test[64760d2bdea328cc]::run_test_in_process
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:686:27
[INFO] [stdout]   31:     0x62a5bd437d6a - test[64760d2bdea328cc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:607:43
[INFO] [stdout]   32:     0x62a5bd432234 - test[64760d2bdea328cc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:637:41
[INFO] [stdout]   33:     0x62a5bd432234 - std[716c9a7a72e5c14e]::sys::backtrace::__rust_begin_short_backtrace::<test[64760d2bdea328cc]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   34:     0x62a5bd43a862 - std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked::<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   35:     0x62a5bd43a862 - <core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   36:     0x62a5bd43a862 - std[716c9a7a72e5c14e]::panicking::catch_unwind::do_call::<core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x62a5bd43a862 - std[716c9a7a72e5c14e]::panicking::catch_unwind::<(), core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:544:19
[INFO] [stdout]   38:     0x62a5bd43a862 - std[716c9a7a72e5c14e]::panic::catch_unwind::<core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panic.rs:359:14
[INFO] [stdout]   39:     0x62a5bd43a862 - std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked::<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   40:     0x62a5bd43a862 - <std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1} as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x62a5bd4e1a7f - <alloc[9c68fdf4f4f29218]::boxed::Box<dyn core[c5ed12ab89cc536a]::ops::function::FnOnce<(), Output = ()> + core[c5ed12ab89cc536a]::marker::Send> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   42:     0x62a5bd4e1a7f - <std[716c9a7a72e5c14e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   43:     0x766e35156aa4 - <unknown>
[INFO] [stdout]   44:     0x766e351e3a64 - clone
[INFO] [stdout]   45:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     test_compile_error_undefined_binding_in_module
[INFO] [stdout]     test_compile_error_undefined_module
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 16 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "e4efd42de8dc8a9d536ec6a08be9a91fca0fcaba6a379e95c4283e648dbccfd0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e4efd42de8dc8a9d536ec6a08be9a91fca0fcaba6a379e95c4283e648dbccfd0", kill_on_drop: false }`
[INFO] [stdout] e4efd42de8dc8a9d536ec6a08be9a91fca0fcaba6a379e95c4283e648dbccfd0
