[INFO] cloning repository https://github.com/WhiteSmoogy/verse
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/WhiteSmoogy/verse" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FWhiteSmoogy%2Fverse", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FWhiteSmoogy%2Fverse'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 09b2e8e0d4ca1b6eaeb9d035ea2e4133e52b3471
[INFO] testing WhiteSmoogy/verse against 1.97.0-beta.6 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FWhiteSmoogy%2Fverse" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/WhiteSmoogy/verse
[INFO] finished tweaking git repo https://github.com/WhiteSmoogy/verse
[INFO] tweaked toml for git repo https://github.com/WhiteSmoogy/verse written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/WhiteSmoogy/verse on toolchain 1.97.0-beta.6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/WhiteSmoogy/verse already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 3e5ed943d3b91db427897a1ab4e5ebe2fc23d9ccf6887e7cb3e7292ef79687e2
[INFO] running `Command { std: "docker" "start" "3e5ed943d3b91db427897a1ab4e5ebe2fc23d9ccf6887e7cb3e7292ef79687e2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3e5ed943d3b91db427897a1ab4e5ebe2fc23d9ccf6887e7cb3e7292ef79687e2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "3e5ed943d3b91db427897a1ab4e5ebe2fc23d9ccf6887e7cb3e7292ef79687e2" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3e5ed943d3b91db427897a1ab4e5ebe2fc23d9ccf6887e7cb3e7292ef79687e2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "3e5ed943d3b91db427897a1ab4e5ebe2fc23d9ccf6887e7cb3e7292ef79687e2" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling tokio v1.52.3
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.6
[INFO] [stderr]    Compiling verse-rs v0.1.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `error`
[INFO] [stdout]     --> src/checker/semantic_expression.rs:2725:17
[INFO] [stdout]      |
[INFO] [stdout] 2725 |             Err(error)
[INFO] [stdout]      |                 ^^^^^ help: if this is intentional, prefix it with an underscore: `_error`
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.10s
[INFO] running `Command { std: "docker" "inspect" "3e5ed943d3b91db427897a1ab4e5ebe2fc23d9ccf6887e7cb3e7292ef79687e2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "3e5ed943d3b91db427897a1ab4e5ebe2fc23d9ccf6887e7cb3e7292ef79687e2" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling verse-rs v0.1.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `error`
[INFO] [stdout]     --> src/checker/semantic_expression.rs:2725:17
[INFO] [stdout]      |
[INFO] [stdout] 2725 |             Err(error)
[INFO] [stdout]      |                 ^^^^^ help: if this is intentional, prefix it with an underscore: `_error`
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `error`
[INFO] [stdout]     --> src/checker/semantic_expression.rs:2725:17
[INFO] [stdout]      |
[INFO] [stdout] 2725 |             Err(error)
[INFO] [stdout]      |                 ^^^^^ help: if this is intentional, prefix it with an underscore: `_error`
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 23.02s
[INFO] running `Command { std: "docker" "inspect" "3e5ed943d3b91db427897a1ab4e5ebe2fc23d9ccf6887e7cb3e7292ef79687e2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "3e5ed943d3b91db427897a1ab4e5ebe2fc23d9ccf6887e7cb3e7292ef79687e2" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr] warning: unused variable: `error`
[INFO] [stderr]     --> src/checker/semantic_expression.rs:2725:17
[INFO] [stderr]      |
[INFO] [stderr] 2725 |             Err(error)
[INFO] [stderr]      |                 ^^^^^ help: if this is intentional, prefix it with an underscore: `_error`
[INFO] [stderr]      |
[INFO] [stderr]      = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `verse-rs` (lib) generated 1 warning (run `cargo fix --lib -p verse-rs` to apply 1 suggestion)
[INFO] [stderr] warning: `verse-rs` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/verse_rs-7077726b75c0d601)
[INFO] [stdout] 
[INFO] [stdout] running 14 tests
[INFO] [stdout] test ir::bytecode::tests::official_utility_instruction_opcodes_are_preserved ... ok
[INFO] [stdout] test runtime::bytecode_vm::tests::official_utility_control_flow_instructions_execute ... ok
[INFO] [stdout] test runtime::bytecode_vm::tests::pending_host_future_stops_without_busy_polling ... ok
[INFO] [stdout] test runtime::bytecode_vm::tests::host_future_resumes_external_awaitable_with_payload ... ok
[INFO] [stdout] test runtime::bytecode_vm::tests::host_signal_invokes_listenable_subscribers_fifo ... ok
[INFO] [stdout] test runtime::bytecode_vm::tests::official_array_append_instructions_execute ... ok
[INFO] [stdout] test runtime::host::tests::mock_host_advances_virtual_time_to_timer_deadlines ... ok
[INFO] [stdout] test runtime::host::tests::mock_host_cancels_pending_timers_and_futures ... ok
[INFO] [stdout] test runtime::host::tests::mock_host_polls_ready_futures ... ok
[INFO] [stdout] test runtime::bytecode_vm::tests::canceling_external_awaitable_task_clears_host_future ... ok
[INFO] [stdout] test runtime::bytecode_vm::tests::canceling_sleeping_task_clears_host_timer ... ok
[INFO] [stdout] test runtime::bytecode_vm::tests::predicts_extern_reads_host_prediction_default ... ok
[INFO] [stdout] test runtime::bytecode_vm::tests::official_effect_and_trailing_value_instructions_execute ... ok
[INFO] [stdout] test runtime::bytecode_vm::tests::task_await_does_not_drain_unrelated_host_timers ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/verse_rs-b6170d6b2c5a8c67)
[INFO] [stdout] 
[INFO] [stderr]      Running tests/arrays.rs (/opt/rustwide/target/debug/deps/arrays-5197a2f9ce171241)
[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] [stdout] 
[INFO] [stdout] running 47 tests
[INFO] [stdout] test checks_loop_and_array_programs ... ok
[INFO] [stdout] test evaluates_concatenate_maps_builtin ... ok
[INFO] [stdout] test evaluates_arrays_indexing_and_length_member ... ok
[INFO] [stdout] test checks_concatenate_infers_item_type ... ok
[INFO] [stdout] test evaluates_array_concatenation_and_tuple_append ... ok
[INFO] [stdout] test evaluates_external_array_as_empty_runtime_value ... ok
[INFO] [stdout] test evaluates_array_value_copy_semantics ... ok
[INFO] [stdout] test evaluates_char_array_type_alias_annotations ... ok
[INFO] [stdout] test evaluates_char_array_function_parameter_and_return ... ok
[INFO] [stdout] test evaluates_array_type_alias_runtime_coercion ... ok
[INFO] [stdout] test evaluates_array_concatenation_value_copy_semantics ... ok
[INFO] [stdout] test evaluates_array_methods_value_copy_semantics ... ok
[INFO] [stdout] test evaluates_concatenate_maps_value_copy_semantics ... ok
[INFO] [stdout] test evaluates_single_array_parameter_variadic_calls ... ok
[INFO] [stdout] test evaluates_if_failure_binding_array_lookup_failure ... ok
[INFO] [stdout] test evaluates_concatenate_single_array_parameter_packing ... ok
[INFO] [stdout] test evaluates_array_methods ... ok
[INFO] [stdout] test rejects_array_index_with_non_int ... ok
[INFO] [stdout] test rejects_array_concatenation_type_mismatch ... ok
[INFO] [stdout] test evaluates_concatenate_builtin ... ok
[INFO] [stdout] test rejects_failable_array_slice_outside_failure_context ... ok
[INFO] [stdout] test rejects_array_replace_all_transacts_effect_in_computes_function ... ok
[INFO] [stdout] test evaluates_mutable_variables_and_array_slots ... ok
[INFO] [stdout] test rejects_concatenate_inconsistent_item_types ... ok
[INFO] [stdout] test evaluates_tuple_to_array_assignment ... ok
[INFO] [stdout] test allows_array_replace_all_elements_in_computes_function ... ok
[INFO] [stdout] test rejects_concatenate_non_array_arguments ... ok
[INFO] [stdout] test evaluates_for_array_index_value_pairs ... ok
[INFO] [stdout] test evaluates_if_failure_binding_array_lookup_success ... ok
[INFO] [stdout] test evaluates_array_replace_all_in_transacts_function ... ok
[INFO] [stdout] test evaluates_official_length_extension_calls ... ok
[INFO] [stdout] test rejects_official_make_classifiable_subset_non_array_argument ... ok
[INFO] [stdout] test rejects_official_length_extension_arguments ... ok
[INFO] [stdout] test evaluates_option_false_contextual_array_items ... ok
[INFO] [stdout] test rejects_overload_function_and_array_parameter_distinctness ... ok
[INFO] [stdout] test evaluates_option_false_contextual_array_methods ... ok
[INFO] [stdout] test rejects_range_expression_as_array_item ... ok
[INFO] [stdout] test evaluates_failable_array_methods_in_failure_context ... ok
[INFO] [stdout] test rejects_failed_array_find_outside_failure_context ... ok
[INFO] [stdout] test rejects_float_array_index_at_compile_time ... ok
[INFO] [stdout] test rejects_single_array_parameter_variadic_type_mismatch ... ok
[INFO] [stdout] test rejects_length_member_on_non_container ... ok
[INFO] [stdout] test rejects_true_as_contextual_option_array_item ... ok
[INFO] [stdout] test rejects_slice_float_index ... ok
[INFO] [stdout] test rejects_slice_with_too_many_arguments ... ok
[INFO] [stdout] test rejects_tuple_to_array_type_mismatch ... ok
[INFO] [stdout] test evaluates_parenthesized_tuple_type_nested_in_array_annotation ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 47 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/arrays_ft_plan.rs (/opt/rustwide/target/debug/deps/arrays_ft_plan-962f604b99972501)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test evaluates_concatenate_computes_effect_metadata ... ok
[INFO] [stdout] test evaluates_official_array_replace_function_surface ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/builtins.rs (/opt/rustwide/target/debug/deps/builtins-291f8e932e3dcc1c)
[INFO] [stdout] 
[INFO] [stdout] running 37 tests
[INFO] [stdout] test checks_err_as_never_returning_function ... ok
[INFO] [stdout] test converts_values_to_strings ... ok
[INFO] [stdout] test evaluates_join_string_function ... ok
[INFO] [stdout] test evaluates_official_print_function ... ok
[INFO] [stdout] test evaluates_get_seconds_since_epoch_function ... ok
[INFO] [stdout] test evaluates_to_string_char_array_function ... ok
[INFO] [stdout] test err_function_raises_runtime_error_through_vm ... ok
[INFO] [stdout] test evaluates_to_string_string_function ... ok
[INFO] [stdout] test evaluates_to_diagnostic_function ... ok
[INFO] [stdout] test evaluates_join_message_function_with_string_literals ... ok
[INFO] [stdout] test evaluates_join_message_function ... ok
[INFO] [stdout] test evaluates_to_string_number_function ... ok
[INFO] [stdout] test evaluates_localize_message_function ... ok
[INFO] [stdout] test evaluates_official_random_functions_with_ordinary_named_arguments ... ok
[INFO] [stdout] test rejects_diagnostic_assigned_to_string ... ok
[INFO] [stdout] test rejects_diagnostic_plus_non_string_or_diagnostic ... ok
[INFO] [stdout] test evaluates_concatenate_and_shuffle_value_copy_semantics ... ok
[INFO] [stdout] test evaluates_to_string_float_function ... ok
[INFO] [stdout] test rejects_get_seconds_since_epoch_arguments ... ok
[INFO] [stdout] test rejects_localize_non_message_argument ... ok
[INFO] [stdout] test rejects_join_non_string_or_message_array ... ok
[INFO] [stdout] test get_seconds_since_epoch_is_stable_within_eval_transaction ... ok
[INFO] [stdout] test evaluates_char_escape_literals_and_to_string ... ok
[INFO] [stdout] test rejects_get_random_int_argument_type_mismatch ... ok
[INFO] [stdout] test evaluates_official_print_ordinary_named_arguments ... ok
[INFO] [stdout] test evaluates_diagnostic_concatenation ... ok
[INFO] [stdout] test rejects_get_random_float_argument_type_mismatch ... ok
[INFO] [stdout] test rejects_message_assigned_to_string ... ok
[INFO] [stdout] test evaluates_official_random_functions ... ok
[INFO] [stdout] test rejects_print_bad_duration_argument ... ok
[INFO] [stdout] test rejects_print_non_text_argument ... ok
[INFO] [stdout] test rejects_shuffle_extra_arguments ... ok
[INFO] [stdout] test rejects_shuffle_non_array_argument ... ok
[INFO] [stdout] test rejects_to_string_rational_argument ... ok
[INFO] [stdout] test rejects_to_string_rational_expression_outside_failure_context ... ok
[INFO] [stdout] test rejects_to_string_logic_argument ... ok
[INFO] [stdout] test rejects_to_string_message_argument ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 37 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.07s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/classes.rs (/opt/rustwide/target/debug/deps/classes-ff256f8d19935097)
[INFO] [stdout] 
[INFO] [stdout] running 309 tests
[INFO] [stdout] test accepts_official_abstract_method_declaration ... ok
[INFO] [stdout] test checks_decides_interface_method_without_call_effect ... ok
[INFO] [stdout] test evaluates_abstract_class_inherits_required_protected_interface_field ... ok
[INFO] [stdout] test evaluates_abstract_subclass_inherits_abstract_method ... ok
[INFO] [stdout] test evaluates_allocates_function_constructing_unique_class ... ok
[INFO] [stdout] test evaluates_abstract_class_as_base ... ok
[INFO] [stdout] test evaluates_abstract_method_implementation ... ok
[INFO] [stdout] test evaluates_builtin_cancelable_interface_implementation ... ok
[INFO] [stdout] test checks_decides_abstract_class_method_without_call_effect ... ok
[INFO] [stdout] test evaluates_base_typed_receiver_dispatches_override_method ... ok
[INFO] [stdout] test evaluates_builtin_invalidatable_inherits_disposable_interface ... ok
[INFO] [stdout] test evaluates_class_field_overrides ... ok
[INFO] [stdout] test evaluates_class_field_override_inheriting_access_level ... ok
[INFO] [stdout] test evaluates_builtin_enableable_decides_interface_method ... ok
[INFO] [stdout] test evaluates_castable_class_type_function_argument_runtime ... ok
[INFO] [stdout] test evaluates_class_mutable_fields_and_reference_semantics ... ok
[INFO] [stdout] test evaluates_class_block_method_calls ... ok
[INFO] [stdout] test evaluates_class_base_and_interface_parent_list ... ok
[INFO] [stdout] test evaluates_class_scope_extension_method_accessing_self ... ok
[INFO] [stdout] test evaluates_castable_concrete_parametric_class_constraints ... ok
[INFO] [stdout] test evaluates_class_block_initialization ... ok
[INFO] [stdout] test evaluates_class_scope_extension_method_before_outer_extension ... ok
[INFO] [stdout] test evaluates_castable_concrete_parametric_interface_constraints ... ok
[INFO] [stdout] test evaluates_class_scope_extension_method_in_class_block ... ok
[INFO] [stdout] test evaluates_class_methods_with_field_access_and_mutation ... ok
[INFO] [stdout] test evaluates_class_qualified_method_call ... ok
[INFO] [stdout] test evaluates_concrete_class_with_empty_base_parens ... ok
[INFO] [stdout] test evaluates_class_scope_extension_method_overloads_by_receiver_runtime ... ok
[INFO] [stdout] test evaluates_class_type_as_subtype ... ok
[INFO] [stdout] test evaluates_class_scope_extension_method_accessing_field ... ok
[INFO] [stdout] test evaluates_castable_class_type_as_castable_subtype ... ok
[INFO] [stdout] test evaluates_class_method_overloads_by_parameter_type ... ok
[INFO] [stdout] test evaluates_class_inheritance_fields ... ok
[INFO] [stdout] test evaluates_base_typed_receiver_inherited_method_uses_virtual_self_dispatch ... ok
[INFO] [stdout] test evaluates_class_construction_and_field_access ... ok
[INFO] [stdout] test evaluates_concrete_class_type_as_concrete_subtype ... ok
[INFO] [stdout] test evaluates_builtin_showable_interface_field ... ok
[INFO] [stdout] test evaluates_default_class_method_call_in_failure_context ... ok
[INFO] [stdout] test evaluates_class_type_cast_to_actual_subclass ... ok
[INFO] [stdout] test evaluates_custom_tag_class_construction ... ok
[INFO] [stdout] test evaluates_classifiable_subset_accepts_interface_implementer_runtime_members ... ok
[INFO] [stdout] test evaluates_concrete_castable_class_type_as_nested_concrete_subtype ... ok
[INFO] [stdout] test evaluates_concrete_subclass_overriding_required_field_with_default ... ok
[INFO] [stdout] test evaluates_default_public_interface_var_assignment_with_protected_read ... ok
[INFO] [stdout] test evaluates_decides_class_method_failure_in_failure_context ... ok
[INFO] [stdout] test evaluates_decides_extension_method_bracket_call ... ok
[INFO] [stdout] test evaluates_default_public_var_assignment_with_protected_read ... ok
[INFO] [stdout] test evaluates_decides_class_method_bracket_calls ... ok
[INFO] [stdout] test evaluates_editable_class_field_attributes ... ok
[INFO] [stdout] test evaluates_editable_class_field_attribute_with_braced_arguments ... ok
[INFO] [stdout] test evaluates_empty_interface_declaration ... ok
[INFO] [stdout] test evaluates_default_class_method_field_assignment ... ok
[INFO] [stdout] test evaluates_extension_method_with_parameters_and_named_argument ... ok
[INFO] [stdout] test evaluates_external_parametric_class_method_aggregate_return_runtime_surface ... ok
[INFO] [stdout] test evaluates_custom_tag_class_hierarchy ... ok
[INFO] [stdout] test evaluates_external_parametric_class_method_function_aggregate_return_runtime_surface ... ok
[INFO] [stdout] test evaluates_external_parametric_class_method_return_runtime_surface ... ok
[INFO] [stdout] test evaluates_extension_method_on_class_instance ... ok
[INFO] [stdout] test evaluates_external_parametric_class_method_tuple_return_runtime_surface ... ok
[INFO] [stdout] test evaluates_extension_method_on_float_receiver ... ok
[INFO] [stdout] test evaluates_external_parametric_class_nested_field_runtime_surface ... ok
[INFO] [stdout] test evaluates_external_parametric_extension_interface_receiver_return_runtime_surface ... ok
[INFO] [stdout] test evaluates_external_parametric_class_scoped_extension_return_runtime_surface ... ok
[INFO] [stdout] test evaluates_editable_class_field_attribute_with_colon_arguments ... ok
[INFO] [stdout] test evaluates_epic_internal_class_type_without_instantiation ... ok
[INFO] [stdout] test evaluates_constructor_delegation_to_same_class_constructor ... ok
[INFO] [stdout] test evaluates_failable_slice_start_only_array_method ... ok
[INFO] [stdout] test evaluates_external_parametric_interface_nested_field_runtime_surface ... ok
[INFO] [stdout] test evaluates_external_parametric_interface_value_runtime_surface ... ok
[INFO] [stdout] test evaluates_final_super_component_class_construction ... ok
[INFO] [stdout] test evaluates_external_parametric_interface_method_aggregate_return_runtime_surface ... ok
[INFO] [stdout] test evaluates_if_optional_method_query ... ok
[INFO] [stdout] test evaluates_inline_editable_class_field_attribute ... ok
[INFO] [stdout] test evaluates_final_class_method_inheritance ... ok
[INFO] [stdout] test evaluates_external_parametric_class_method_function_return_runtime_surface ... ok
[INFO] [stdout] test evaluates_inherited_class_methods ... ok
[INFO] [stdout] test evaluates_interface_default_method_uses_implementer_override_dispatch ... ok
[INFO] [stdout] test evaluates_failed_class_type_cast_in_failure_context ... ok
[INFO] [stdout] test evaluates_interface_collision_qualified_methods ... ok
[INFO] [stdout] test evaluates_final_class_field_inheritance ... ok
[INFO] [stdout] test evaluates_interface_implementer_argument_runtime_type_check ... ok
[INFO] [stdout] test evaluates_interface_overloaded_methods ... ok
[INFO] [stdout] test evaluates_interface_assignment_and_method_call ... ok
[INFO] [stdout] test evaluates_external_parametric_class_nested_tuple_field_runtime_surface ... ok
[INFO] [stdout] test evaluates_external_parametric_extension_method_return_runtime_surface ... ok
[INFO] [stdout] test evaluates_native_class_inheriting_native_class ... ok
[INFO] [stdout] test evaluates_interface_implementer_class_type_as_subtype ... ok
[INFO] [stdout] test evaluates_native_class_member_with_native_struct_type ... ok
[INFO] [stdout] test evaluates_native_predicts_class_field_specifier ... ok
[INFO] [stdout] test evaluates_non_unique_class_field_comparison ... ok
[INFO] [stdout] test evaluates_interface_qualified_method_call_from_unqualified_override ... ok
[INFO] [stdout] test evaluates_interface_protected_var_assignment_inside_implementer ... ok
[INFO] [stdout] test evaluates_predicts_extern_class_field_attribute ... ok
[INFO] [stdout] test evaluates_native_class_binding_specifier ... ok
[INFO] [stdout] test evaluates_interface_protected_field_with_default ... ok
[INFO] [stdout] test evaluates_private_class_members_inside_defining_class ... ok
[INFO] [stdout] test evaluates_multiple_class_blocks_in_order ... ok
[INFO] [stdout] test evaluates_qualified_type_value_extension_accessor ... ok
[INFO] [stdout] test evaluates_self_field_access_and_method_calls ... ok
[INFO] [stdout] test evaluates_public_constructor_initializing_internal_class_field ... ok
[INFO] [stdout] test evaluates_official_ordinary_named_method_arguments ... ok
[INFO] [stdout] test evaluates_inherited_castable_class_type_as_castable_subtype ... ok
[INFO] [stdout] test evaluates_interface_inheritance_requirements ... ok
[INFO] [stdout] test evaluates_override_class_methods ... ok
[INFO] [stdout] test evaluates_overloaded_constructor_functions_before_class_definition ... ok
[INFO] [stdout] test evaluates_protected_class_constructor_for_subclass ... ok
[INFO] [stdout] test evaluates_protected_class_field_inside_subclass ... ok
[INFO] [stdout] test evaluates_interface_fields_and_default_method ... ok
[INFO] [stdout] test evaluates_interface_required_protected_field_with_class_default_override ... ok
[INFO] [stdout] test evaluates_qualified_extension_method_disambiguates_imported_modules ... ok
[INFO] [stdout] test evaluates_self_passed_to_top_level_function ... ok
[INFO] [stdout] test evaluates_subclass_assignment_to_base_class ... ok
[INFO] [stdout] test evaluates_self_typed_class_field_without_recursive_default ... ok
[INFO] [stdout] test evaluates_slice_start_only_array_method ... ok
[INFO] [stdout] test evaluates_subclass_method_overload_added_to_parent_group ... ok
[INFO] [stdout] test evaluates_super_call_to_overloaded_parent_method ... ok
[INFO] [stdout] test evaluates_transacts_function_constructing_unique_class ... ok
[INFO] [stdout] test evaluates_subtype_interface_constraint_member_access ... ok
[INFO] [stdout] test evaluates_subtype_class_constraint_extension_method_access ... ok
[INFO] [stdout] test evaluates_type_parameter_inference_from_parametric_extension_base_receiver ... ok
[INFO] [stdout] test evaluates_subclass_method_override_of_one_overload ... ok
[INFO] [stdout] test evaluates_type_parameter_inference_from_parametric_extension_interface_receiver ... ok
[INFO] [stdout] test evaluates_type_bounds_parametric_class_instance_methods ... ok
[INFO] [stdout] test evaluates_super_qualified_parent_method_calls ... ok
[INFO] [stdout] test evaluates_unique_class_identity_comparison ... ok
[INFO] [stdout] test evaluates_unique_class_identity_comparison_with_non_comparable_field ... ok
[INFO] [stdout] test evaluates_self_return_for_method_chaining ... ok
[INFO] [stdout] test evaluates_shared_constraint_parametric_class_instance_methods ... ok
[INFO] [stdout] test evaluates_subclass_of_final_super_component_without_final_super ... ok
[INFO] [stdout] test evaluates_subtype_class_constraint_member_access_from_official_style ... ok
[INFO] [stdout] test evaluates_transacts_function_constructing_class_with_block ... ok
[INFO] [stdout] test evaluates_super_parent_method_with_virtual_self_dispatch ... ok
[INFO] [stdout] test evaluates_type_parameter_inference_from_parametric_extension_receiver ... ok
[INFO] [stdout] test rejects_abstract_concrete_class ... ok
[INFO] [stdout] test evaluates_type_bounds_parametric_interface_runtime_surface ... ok
[INFO] [stdout] test evaluates_writes_method_class_field_assignment ... ok
[INFO] [stdout] test evaluates_unique_class_values_as_map_keys ... ok
[INFO] [stdout] test rejects_array_method_float_index ... ok
[INFO] [stdout] test evaluates_user_parametric_class_instance_methods ... ok
[INFO] [stdout] test rejects_array_method_type_mismatch ... ok
[INFO] [stdout] test rejects_builtin_showable_field_type_mismatch ... ok
[INFO] [stdout] test rejects_builtin_enableable_missing_decides_method ... ok
[INFO] [stdout] test rejects_ambiguous_unqualified_override_for_interface_collision ... ok
[INFO] [stdout] test rejects_capture_of_overloaded_method_name ... ok
[INFO] [stdout] test rejects_assignment_to_immutable_class_field ... ok
[INFO] [stdout] test rejects_castable_parametric_class_constraint_mismatch ... ok
[INFO] [stdout] test rejects_bracket_method_on_non_array ... ok
[INFO] [stdout] test rejects_abstract_method_without_return_type ... ok
[INFO] [stdout] test evaluates_type_value_extension_accessor ... ok
[INFO] [stdout] test rejects_class_as_interface_parent ... ok
[INFO] [stdout] test evaluates_user_parametric_class_scoped_extension_runtime_surface ... ok
[INFO] [stdout] test rejects_abstract_method_in_concrete_class ... ok
[INFO] [stdout] test rejects_castable_parametric_interface_constraint_mismatch ... ok
[INFO] [stdout] test rejects_builtin_tag_assigned_from_unrelated_class ... ok
[INFO] [stdout] test evaluates_user_parametric_interface_parent_default_method_runtime_surface ... ok
[INFO] [stdout] test rejects_class_field_attribute_on_method ... ok
[INFO] [stdout] test rejects_class_block_assignment_to_immutable_field ... ok
[INFO] [stdout] test evaluates_varies_function_constructing_unique_class ... ok
[INFO] [stdout] test rejects_class_field_default_constructing_class_with_block ... ok
[INFO] [stdout] test rejects_class_block_local_shadowing_field ... ok
[INFO] [stdout] test rejects_class_field_default_no_rollback_call ... ok
[INFO] [stdout] test rejects_class_field_default_recursively_constructing_same_class ... ok
[INFO] [stdout] test rejects_class_expression_not_direct_definition_rhs ... ok
[INFO] [stdout] test evaluates_user_parametric_interface_parent_runtime_surface ... ok
[INFO] [stdout] test evaluates_user_parametric_interface_method_runtime_surface ... ok
[INFO] [stdout] test rejects_class_field_type_mismatch ... ok
[INFO] [stdout] test rejects_class_method_assignment_to_immutable_field ... ok
[INFO] [stdout] test rejects_class_field_override_without_specifier ... ok
[INFO] [stdout] test evaluates_user_parametric_interface_parent_method_runtime_surface ... ok
[INFO] [stdout] test rejects_class_field_override_changing_access_level ... ok
[INFO] [stdout] test rejects_class_field_default_suspends_call ... ok
[INFO] [stdout] test rejects_class_field_override_without_inherited_field ... ok
[INFO] [stdout] test evaluates_user_parametric_class_parent_runtime_surface ... ok
[INFO] [stdout] test rejects_class_method_override_widening_omitted_access_level ... ok
[INFO] [stdout] test rejects_class_method_parameter_shadowing_field ... ok
[INFO] [stdout] test rejects_class_method_local_shadowing_field ... ok
[INFO] [stdout] test rejects_class_method_overload_option_logic_distinctness ... ok
[INFO] [stdout] test rejects_class_missing_interface_protected_field_default_through_run_source ... ok
[INFO] [stdout] test rejects_class_method_override_without_inherited_method ... ok
[INFO] [stdout] test rejects_class_missing_interface_method ... ok
[INFO] [stdout] test rejects_class_parent_that_is_not_class_or_interface ... ok
[INFO] [stdout] test rejects_concrete_parametric_class_constraint_mismatch ... ok
[INFO] [stdout] test rejects_concrete_subclass_missing_abstract_method ... ok
[INFO] [stdout] test rejects_constructor_delegation_to_unrelated_class ... ok
[INFO] [stdout] test rejects_class_method_override_changing_access_level ... ok
[INFO] [stdout] test rejects_concrete_parametric_interface_constraint_mismatch ... ok
[INFO] [stdout] test rejects_computes_function_constructing_class_with_block ... ok
[INFO] [stdout] test rejects_conflicting_class_access_specifiers ... ok
[INFO] [stdout] test rejects_class_missing_one_interface_method_overload ... ok
[INFO] [stdout] test rejects_class_scope_extension_receiver_shadowing_field ... ok
[INFO] [stdout] test rejects_class_scope_extension_method_outside_class_scope ... ok
[INFO] [stdout] test rejects_decides_class_method_parenthesis_calls ... ok
[INFO] [stdout] test rejects_duplicate_class_access_specifier ... ok
[INFO] [stdout] test rejects_duplicate_class_field_attribute ... ok
[INFO] [stdout] test rejects_component_class_without_final_super ... ok
[INFO] [stdout] test rejects_constructor_initializing_private_class_field ... ok
[INFO] [stdout] test rejects_concrete_class_field_without_default ... ok
[INFO] [stdout] test rejects_class_var_field_override_widening_omitted_mutation_access ... ok
[INFO] [stdout] test rejects_concrete_subclass_inherited_field_without_default ... ok
[INFO] [stdout] test rejects_computes_function_constructing_unique_class ... ok
[INFO] [stdout] test rejects_default_public_var_read_with_protected_read ... ok
[INFO] [stdout] test rejects_duplicate_editable_class_field_attribute_argument ... ok
[INFO] [stdout] test rejects_duplicate_class_member_access_specifiers ... ok
[INFO] [stdout] test rejects_duplicate_class_field_specifier ... ok
[INFO] [stdout] test rejects_duplicate_extension_method_for_same_receiver_type ... ok
[INFO] [stdout] test rejects_duplicate_class_specifier ... ok
[INFO] [stdout] test rejects_direct_suspends_call_inside_class_block ... ok
[INFO] [stdout] test rejects_duplicate_interface_method_overload_signature ... ok
[INFO] [stdout] test rejects_duplicate_class_method_overload_signature ... ok
[INFO] [stdout] test rejects_empty_editable_class_field_attribute_braces ... ok
[INFO] [stdout] test rejects_duplicate_final_super_class_specifier ... ok
[INFO] [stdout] test rejects_extension_method_receiver_mismatch ... ok
[INFO] [stdout] test rejects_editable_parametric_class_field_type_variable ... ok
[INFO] [stdout] test rejects_duplicate_inherited_class_method_without_override ... ok
[INFO] [stdout] test rejects_extension_method_reference_without_call ... ok
[INFO] [stdout] test rejects_failable_index_inside_class_block ... ok
[INFO] [stdout] test rejects_editable_parametric_class_field_nested_type_variable ... ok
[INFO] [stdout] test rejects_duplicate_inherited_class_field ... ok
[INFO] [stdout] test rejects_extension_method_conflicting_with_interface_method ... ok
[INFO] [stdout] test rejects_field_initializer_after_same_class_constructor_delegation ... ok
[INFO] [stdout] test rejects_final_class_field_without_default ... ok
[INFO] [stdout] test rejects_interface_block_clause ... ok
[INFO] [stdout] test rejects_final_class_field_override ... ok
[INFO] [stdout] test rejects_final_abstract_class_method ... ok
[INFO] [stdout] test rejects_interface_field_default_transacts_call ... ok
[INFO] [stdout] test rejects_interface_protected_var_assignment_outside_implementer ... ok
[INFO] [stdout] test rejects_interface_required_private_field_without_class_default ... ok
[INFO] [stdout] test rejects_final_class_inheritance ... ok
[INFO] [stdout] test rejects_final_super_without_base ... ok
[INFO] [stdout] test rejects_interface_method_overload_function_parameter_distinctness ... ok
[INFO] [stdout] test rejects_interface_method_implementation_without_override ... ok
[INFO] [stdout] test rejects_extension_method_conflicting_with_class_method ... ok
[INFO] [stdout] test rejects_final_super_without_component_base ... ok
[INFO] [stdout] test rejects_local_final_function_definition ... ok
[INFO] [stdout] test rejects_local_extension_method_definition ... ok
[INFO] [stdout] test rejects_interface_required_protected_field_without_class_default ... ok
[INFO] [stdout] test rejects_missing_required_class_field ... ok
[INFO] [stdout] test rejects_local_class_definition ... ok
[INFO] [stdout] test rejects_interface_construction ... ok
[INFO] [stdout] test rejects_failed_class_type_cast_outside_failure_context ... ok
[INFO] [stdout] test rejects_native_class_inheriting_non_native_class ... ok
[INFO] [stdout] test rejects_localizes_class_field_specifier_without_message_annotation ... ok
[INFO] [stdout] test rejects_final_class_method_override ... ok
[INFO] [stdout] test rejects_native_field_in_non_native_class ... ok
[INFO] [stdout] test rejects_non_class_type_value_as_subtype ... ok
[INFO] [stdout] test rejects_non_concrete_class_type_argument ... ok
[INFO] [stdout] test rejects_non_empty_braced_class_definition ... ok
[INFO] [stdout] test rejects_official_parametric_class_final_field_override ... ok
[INFO] [stdout] test rejects_non_unique_class_values_as_map_keys ... ok
[INFO] [stdout] test rejects_non_unique_class_value_assigned_to_comparable ... ok
[INFO] [stdout] test rejects_native_class_member_with_non_native_struct_type ... ok
[INFO] [stdout] test rejects_non_concrete_class_type_as_concrete_subtype ... ok
[INFO] [stdout] test rejects_native_method_in_non_native_class ... ok
[INFO] [stdout] test rejects_native_method_with_non_native_struct_parameter ... ok
[INFO] [stdout] test rejects_no_rollback_call_in_class_cast_failure_context ... ok
[INFO] [stdout] test rejects_official_concrete_subtype_parametric_type_wrong_arity ... ok
[INFO] [stdout] test rejects_non_unique_class_map_key_annotation ... ok
[INFO] [stdout] test rejects_non_unique_class_equality_with_non_comparable_field ... ok
[INFO] [stdout] test rejects_no_rollback_function_constructing_unique_class ... ok
[INFO] [stdout] test rejects_non_castable_class_type_as_castable_subtype ... ok
[INFO] [stdout] test rejects_override_for_distinct_subclass_method_overload ... ok
[INFO] [stdout] test rejects_non_castable_class_type_as_nested_concrete_subtype ... ok
[INFO] [stdout] test rejects_overload_interface_and_class_parameter_distinctness ... ok
[INFO] [stdout] test rejects_non_castable_class_type_argument ... ok
[INFO] [stdout] test rejects_overload_class_subtype_parameter_distinctness ... ok
[INFO] [stdout] test rejects_plain_call_to_extension_method_name ... ok
[INFO] [stdout] test rejects_parametric_extension_receiver_inferred_return_mismatch ... ok
[INFO] [stdout] test rejects_predicts_extern_without_predicts_field_specifier ... ok
[INFO] [stdout] test rejects_official_parametric_interface_final_field_override ... ok
[INFO] [stdout] test rejects_predicts_class_field_non_predicts_type ... ok
[INFO] [stdout] test rejects_private_class_method_call_outside_defining_class ... ok
[INFO] [stdout] test rejects_protected_var_assignment_outside_class_hierarchy ... ok
[INFO] [stdout] test rejects_parametric_extension_interface_receiver_inferred_return_mismatch ... ok
[INFO] [stdout] test rejects_protected_class_constructor_archetype_outside_subclass ... ok
[INFO] [stdout] test rejects_protected_class_field_access_outside_class_hierarchy ... ok
[INFO] [stdout] test rejects_second_class_parent ... ok
[INFO] [stdout] test rejects_private_base_class_constructor_from_subclass ... ok
[INFO] [stdout] test rejects_private_base_class_field_access_from_subclass ... ok
[INFO] [stdout] test rejects_qualified_extension_method_reference_without_call ... ok
[INFO] [stdout] test rejects_predicts_override_class_field ... ok
[INFO] [stdout] test rejects_private_class_field_access_outside_defining_class ... ok
[INFO] [stdout] test rejects_private_class_field_assignment_outside_defining_class ... ok
[INFO] [stdout] test rejects_predicts_interface_field ... ok
[INFO] [stdout] test rejects_self_outside_class_methods ... ok
[INFO] [stdout] test rejects_super_without_class_base ... ok
[INFO] [stdout] test rejects_subtype_class_constraint_argument_mismatch ... ok
[INFO] [stdout] test rejects_unknown_class_field_attribute ... ok
[INFO] [stdout] test rejects_unsupported_class_specifier ... ok
[INFO] [stdout] test rejects_unknown_class_field ... ok
[INFO] [stdout] test rejects_type_value_extension_accessor_with_parameters ... ok
[INFO] [stdout] test rejects_unknown_super_qualified_parent_method ... ok
[INFO] [stdout] test rejects_unknown_editable_class_field_attribute_argument_reference ... ok
[INFO] [stdout] test rejects_type_bounds_parametric_class_lower_mismatch ... ok
[INFO] [stdout] test rejects_subtype_class_constraint_missing_member_access ... ok
[INFO] [stdout] test rejects_unrelated_castable_class_type_as_castable_subtype ... ok
[INFO] [stdout] test rejects_unknown_qualified_method_call ... ok
[INFO] [stdout] test rejects_unsupported_class_field_specifier ... ok
[INFO] [stdout] test rejects_unknown_class_method_call ... ok
[INFO] [stdout] test rejects_unknown_class_base ... ok
[INFO] [stdout] test rolls_back_class_field_mutation_when_failure_context_fails ... ok
[INFO] [stdout] test runtime_errors_on_component_class_without_final_super ... ok
[INFO] [stdout] test rejects_unrelated_class_type_cast ... ok
[INFO] [stdout] test rejects_unrelated_concrete_class_type_as_concrete_subtype ... ok
[INFO] [stdout] test rejects_type_bounds_parametric_class_upper_mismatch ... ok
[INFO] [stdout] test runtime_errors_on_parametric_class_final_field_override ... ok
[INFO] [stdout] test runtime_errors_on_constructor_delegation_to_unrelated_class ... ok
[INFO] [stdout] test runtime_errors_on_parametric_interface_final_field_override ... ok
[INFO] [stdout] test runtime_errors_on_subtype_class_constraint_argument_mismatch ... ok
[INFO] [stdout] test rejects_unrelated_class_type_as_subtype ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 309 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.49s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/classes_ft_plan.rs (/opt/rustwide/target/debug/deps/classes_ft_plan-42b3f672c6f6fb14)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test evaluates_generic_qualified_interface_dispatch ... ok
[INFO] [stdout] test evaluates_constructor_delegation_surfaces ... ok
[INFO] [stdout] test evaluates_class_block_failure_effect_rollback ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/colors.rs (/opt/rustwide/target/debug/deps/colors-c448199a2a0780e7)
[INFO] [stdout] 
[INFO] [stdout] running 16 tests
[INFO] [stdout] test evaluates_color_struct_make_color_and_named_colors ... ok
[INFO] [stdout] test rejects_color_operator_type_mismatch ... ok
[INFO] [stdout] test evaluates_color_from_srgb_values_and_hex ... ok
[INFO] [stdout] test rejects_make_color_from_srgb_values_component_out_of_range_at_runtime ... ok
[INFO] [stdout] test evaluates_official_color_arithmetic_operators ... ok
[INFO] [stdout] test rejects_for_pair_iteration_over_string ... ok
[INFO] [stdout] test rejects_for_pair_iteration_over_range ... ok
[INFO] [stdout] test rejects_over_non_color_alpha_argument ... ok
[INFO] [stdout] test evaluates_official_named_colors_extended_css_keywords ... ok
[INFO] [stdout] test evaluates_official_color_alpha_struct_and_over ... ok
[INFO] [stdout] test evaluates_official_print_named_duration_and_color_arguments ... ok
[INFO] [stdout] test evaluates_official_srgb_and_hsv_color_tuple_helpers ... ok
[INFO] [stdout] test rejects_named_color_outside_official_css3_list ... ok
[INFO] [stdout] test rejects_print_bad_color_argument ... ok
[INFO] [stdout] test rejects_over_with_zero_alpha_components_at_runtime ... ok
[INFO] [stdout] test evaluates_official_color_helpers_with_ordinary_named_arguments ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/concurrency.rs (/opt/rustwide/target/debug/deps/concurrency-9f6af61a38096a07)
[INFO] [stdout] 
[INFO] [stdout] running 154 tests
[INFO] [stdout] test checks_modifier_stack_assignable_to_modifier_interface ... ok
[INFO] [stdout] test checks_official_generator_type_alias_and_for_iteration ... ok
[INFO] [stdout] test checks_official_branch_expression_returns_void ... ok
[INFO] [stdout] test checks_official_awaitable_signalable_subscribable_members ... ok
[INFO] [stdout] test checks_official_race_expression_result ... ok
[INFO] [stdout] test checks_official_parameterless_event_members ... ok
[INFO] [stdout] test checks_official_parameterless_subscribable_event_intrnl_members ... ok
[INFO] [stdout] test checks_official_event_subtype_of_awaitable_and_signalable ... ok
[INFO] [stdout] test checks_official_event_construction_with_tuple_payload_type ... ok
[INFO] [stdout] test checks_official_parameterless_generator_for_iteration ... ok
[INFO] [stdout] test checks_official_spawn_expression_returns_task ... ok
[INFO] [stdout] test checks_official_spawn_task_can_be_awaited_in_async_context ... ok
[INFO] [stdout] test checks_official_parameterless_sticky_event_members ... ok
[INFO] [stdout] test checks_official_listenable_exposed_awaitable_and_subscribable_members ... ok
[INFO] [stdout] test checks_official_modifier_stack_member_surface ... ok
[INFO] [stdout] test checks_official_parameterless_listenable_subtype_of_awaitable_and_subscribable ... ok
[INFO] [stdout] test checks_official_structured_concurrency_async_block_branches ... ok
[INFO] [stdout] test checks_official_sticky_event_member_surface_and_supertypes ... ok
[INFO] [stdout] test checks_official_rush_expression_result ... ok
[INFO] [stdout] test checks_official_task_await_member ... ok
[INFO] [stdout] test checks_spawn_inside_defer ... ok
[INFO] [stdout] test checks_official_event_await_and_signal_members ... ok
[INFO] [stdout] test checks_official_structured_concurrency_tuple_subexpression_suspends ... ok
[INFO] [stdout] test checks_official_listenable_subtype_of_awaitable_and_subscribable ... ok
[INFO] [stdout] test checks_official_sync_expression_tuple_result ... ok
[INFO] [stdout] test checks_official_subscribable_event_member_surface_and_supertypes ... ok
[INFO] [stdout] test checks_official_task_subtype_of_awaitable ... ok
[INFO] [stdout] test checks_official_task_cancel_member ... ok
[INFO] [stdout] test checks_official_structured_concurrency_var_initializer_suspends ... ok
[INFO] [stdout] test checks_official_subscribable_event_intrnl_member_surface_and_supertypes ... ok
[INFO] [stdout] test checks_official_parameterless_listenable_exposed_members ... ok
[INFO] [stdout] test evaluates_for_multiple_generator_clauses ... ok
[INFO] [stdout] test evaluates_official_branch_cancellation_runs_scoped_defer ... ok
[INFO] [stdout] test evaluates_external_modifier_as_identity_runtime_modifier ... ok
[INFO] [stdout] test evaluates_external_subscribable_subscribe_and_cancel_runtime ... ok
[INFO] [stdout] test evaluates_external_event_and_signalable_runtime_signal ... ok
[INFO] [stdout] test evaluates_external_parameterless_subscribable_subscribe_and_cancel_runtime ... ok
[INFO] [stdout] test evaluates_external_awaitable_pending_does_not_block_race_winner ... ok
[INFO] [stdout] test evaluates_external_parameterless_generator_iteration_as_empty_runtime_generator ... ok
[INFO] [stdout] test evaluates_external_official_generator_iteration_as_empty_runtime_generator ... ok
[INFO] [stdout] test evaluates_external_parameterless_listenable_subscribe_and_cancel_runtime ... ok
[INFO] [stdout] test evaluates_official_event_signal_does_not_cache_for_future_awaiters ... ok
[INFO] [stdout] test evaluates_official_branch_event_signal_resumes_started_body ... ok
[INFO] [stdout] test evaluates_official_branch_expression_runtime_returns_void_after_starting_body ... ok
[INFO] [stdout] test evaluates_external_modifier_stack_as_empty_runtime_stack ... ok
[INFO] [stdout] test evaluates_official_branch_unsignaled_event_does_not_block_following_expression ... ok
[INFO] [stdout] test evaluates_external_subscribable_event_intrnl_signal_runtime_surface ... ok
[INFO] [stdout] test evaluates_external_subscribable_event_broadcast_runtime_surface ... ok
[INFO] [stdout] test evaluates_external_listenable_subscribe_and_cancel_runtime ... ok
[INFO] [stdout] test evaluates_official_event_signal_payload_resumes_await_binding ... ok
[INFO] [stdout] test evaluates_official_event_signal_resumes_waiters_fifo ... ok
[INFO] [stdout] test evaluates_official_payload_event_construction_and_signal ... ok
[INFO] [stdout] test evaluates_official_parameterless_event_construction ... ok
[INFO] [stdout] test checks_official_structured_concurrency_branches_allow_same_local_name ... ok
[INFO] [stdout] test evaluates_official_event_signal_resumes_spawned_await_task ... ok
[INFO] [stdout] test evaluates_official_event_signal_new_await_waits_for_next_signal ... ok
[INFO] [stdout] test evaluates_official_rush_expression_runtime_continues_losing_immediate_branch ... ok
[INFO] [stdout] test evaluates_official_sticky_event_await_returns_cached_signal_payload ... ok
[INFO] [stdout] test evaluates_official_suspended_binary_operand_after_multiple_yields ... ok
[INFO] [stdout] test evaluates_official_spawn_expression_runtime_task ... ok
[INFO] [stdout] test evaluates_official_sticky_event_signal_state_and_clear_runtime ... ok
[INFO] [stdout] test evaluates_official_race_expression_runtime_cancels_losing_immediate_branch ... ok
[INFO] [stdout] test evaluates_official_race_cancellation_runs_losing_branch_defer ... ok
[INFO] [stdout] test evaluates_official_race_cancellation_runs_losing_sync_child_defers ... ok
[INFO] [stdout] test evaluates_official_spawn_task_await_runtime ... ok
[INFO] [stdout] test evaluates_official_race_cancels_losing_sync_child_tasks ... ok
[INFO] [stdout] test evaluates_official_rush_cancels_suspended_loser_when_scope_completes ... ok
[INFO] [stdout] test evaluates_official_suspended_compound_assignment_rhs_after_multiple_yields ... ok
[INFO] [stdout] test evaluates_official_suspended_call_argument_after_multiple_yields ... ok
[INFO] [stdout] test evaluates_official_suspended_failure_decision_expression_runtime ... ok
[INFO] [stdout] test evaluates_official_suspended_for_generator_iterable_runtime ... ok
[INFO] [stdout] test evaluates_official_sync_expression_starts_later_signal_branch ... ok
[INFO] [stdout] test evaluates_official_suspended_decides_bracket_call_runtime ... ok
[INFO] [stdout] test evaluates_official_suspended_decides_method_bracket_call_runtime ... ok
[INFO] [stdout] test evaluates_official_sync_var_initializer_suspension_runtime ... ok
[INFO] [stdout] test evaluates_official_task_await_as_case_subject_runtime ... ok
[INFO] [stdout] test evaluates_official_sync_expression_runtime_tuple_result ... ok
[INFO] [stdout] test evaluates_official_suspended_option_failure_context_runtime ... ok
[INFO] [stdout] test evaluates_official_suspended_if_failure_binding_runtime ... ok
[INFO] [stdout] test evaluates_official_task_await_as_index_collection_runtime ... ok
[INFO] [stdout] test evaluates_official_race_expression_event_signal_can_resume_winner ... ok
[INFO] [stdout] test evaluates_official_rush_expression_event_signal_can_resume_winner_and_continue_loser ... ok
[INFO] [stdout] test evaluates_official_sync_tuple_subexpression_suspension_runtime ... ok
[INFO] [stdout] test evaluates_official_task_await_as_member_receiver_runtime ... ok
[INFO] [stdout] test evaluates_official_race_cancels_losing_nested_race_child_tasks ... ok
[INFO] [stdout] test evaluates_official_task_await_inside_case_arm_runtime ... ok
[INFO] [stdout] test evaluates_official_race_ignores_unsignaled_event_await_pending_branch ... ok
[INFO] [stdout] test evaluates_official_task_cancel_prevents_pending_sleep_resume ... ok
[INFO] [stdout] test evaluates_official_suspended_set_expression_failure_context_runtime ... ok
[INFO] [stdout] test evaluates_official_task_await_inside_array_tuple_and_map_runtime ... ok
[INFO] [stdout] test evaluates_official_task_await_inside_call_argument_runtime ... ok
[INFO] [stdout] test evaluates_official_task_await_inside_bracket_argument_runtime ... ok
[INFO] [stdout] test evaluates_official_task_await_inside_map_key_runtime ... ok
[INFO] [stdout] test evaluates_official_suspended_for_failable_filter_runtime ... ok
[INFO] [stdout] test evaluates_official_suspended_for_failable_binding_runtime ... ok
[INFO] [stdout] test evaluates_official_suspended_for_body_continues_iterations_runtime ... ok
[INFO] [stdout] test evaluates_official_tuple_payload_event_construction_and_expanded_signal ... ok
[INFO] [stdout] test rejects_data_member_default_spawn_expression ... ok
[INFO] [stdout] test evaluates_official_task_await_inside_interpolated_string_runtime ... ok
[INFO] [stdout] test rejects_official_event_construction_payload_type_mismatch ... ok
[INFO] [stdout] test rejects_external_subscribable_bad_callback_through_run_source ... ok
[INFO] [stdout] test rejects_official_event_construction_wrong_arity ... ok
[INFO] [stdout] test rejects_official_event_parametric_type_wrong_arity ... ok
[INFO] [stdout] test evaluates_official_suspended_for_let_clause_runtime ... ok
[INFO] [stdout] test rejects_non_event_call_archetype_syntax ... ok
[INFO] [stdout] test rejects_modifier_stack_add_modifier_in_computes_function ... ok
[INFO] [stdout] test rejects_modifier_class_missing_evaluate_implementation ... ok
[INFO] [stdout] test rejects_official_awaitable_await_outside_async_context ... ok
[INFO] [stdout] test rejects_official_awaitable_unknown_signal_member ... ok
[INFO] [stdout] test evaluates_official_task_cancel_runs_defer_once ... ok
[INFO] [stdout] test rejects_official_modifier_evaluate_type_mismatch ... ok
[INFO] [stdout] test rejects_official_event_signal_in_failure_context ... ok
[INFO] [stdout] test rejects_official_modifier_stack_add_modifier_type_mismatch ... ok
[INFO] [stdout] test rejects_if_failure_binding_outside_then_branch ... ok
[INFO] [stdout] test rejects_official_signalable_signal_in_computes_function ... ok
[INFO] [stdout] test rejects_official_modifier_parametric_type_wrong_arity ... ok
[INFO] [stdout] test rejects_official_event_construction_with_body_entries ... ok
[INFO] [stdout] test rejects_official_generator_pair_iteration ... ok
[INFO] [stdout] test rejects_official_spawn_of_non_suspends_call ... ok
[INFO] [stdout] test rejects_official_event_signal_payload_type_mismatch ... ok
[INFO] [stdout] test rejects_official_sticky_event_parametric_type_wrong_arity ... ok
[INFO] [stdout] test rejects_official_sticky_event_clear_signal_in_computes_function ... ok
[INFO] [stdout] test rejects_official_generator_parametric_type_wrong_arity ... ok
[INFO] [stdout] test rejects_official_spawn_body_with_multiple_expressions ... ok
[INFO] [stdout] test rejects_official_modifier_stack_unknown_member ... ok
[INFO] [stdout] test rejects_official_modifier_stack_parametric_type_wrong_arity ... ok
[INFO] [stdout] test rejects_official_sticky_event_signal_payload_type_mismatch ... ok
[INFO] [stdout] test rejects_official_structured_concurrency_outside_async_context ... ok
[INFO] [stdout] test evaluates_user_modifier_stack_ordering_and_cancel_runtime ... ok
[INFO] [stdout] test rejects_official_structured_concurrency_immediate_branch ... ok
[INFO] [stdout] test rejects_official_subscribable_callback_type_mismatch ... ok
[INFO] [stdout] test rejects_official_subscribable_event_parametric_type_wrong_arity ... ok
[INFO] [stdout] test rejects_official_subscribable_subscribe_in_computes_function ... ok
[INFO] [stdout] test rejects_official_task_cancel_arguments ... ok
[INFO] [stdout] test rejects_official_task_parametric_type_wrong_arity ... ok
[INFO] [stdout] test rejects_official_task_unknown_signal_member ... ok
[INFO] [stdout] test rejects_official_structured_concurrency_binding_after_body ... ok
[INFO] [stdout] test rejects_type_alias_conflicting_with_official_generator_parametric_type ... ok
[INFO] [stdout] test rejects_official_subscribable_event_intrnl_signal_payload_type_mismatch ... ok
[INFO] [stdout] test rejects_official_subscribable_event_intrnl_parametric_type_wrong_arity ... ok
[INFO] [stdout] test rejects_official_task_await_outside_async_context ... ok
[INFO] [stdout] test rejects_official_subscribable_event_intrnl_signal_in_computes_function ... ok
[INFO] [stdout] test rejects_type_alias_conflicting_with_official_task_parametric_type ... ok
[INFO] [stdout] test rejects_type_alias_conflicting_with_official_modifier_parametric_type ... ok
[INFO] [stdout] test rejects_type_alias_conflicting_with_official_modifier_stack_parametric_type ... ok
[INFO] [stdout] test rejects_official_subscribable_event_broadcast_payload_type_mismatch ... ok
[INFO] [stdout] test rejects_official_task_cancel_in_computes_function ... ok
[INFO] [stdout] test rejects_task_await_outside_async_context_through_run_source ... ok
[INFO] [stdout] test rejects_official_structured_concurrency_sibling_branch_binding_access ... ok
[INFO] [stdout] test runtime_errors_on_structured_concurrency_sibling_branch_binding_access ... ok
[INFO] [stdout] test rolls_back_modifier_stack_add_modifier_in_failure_context ... ok
[INFO] [stdout] test rolls_back_official_suspended_set_expression_failure_context_runtime ... ok
[INFO] [stdout] test rejects_official_subscribable_event_intrnl_subscribe_in_computes_function ... ok
[INFO] [stdout] test runtime_errors_on_official_sticky_event_signal_while_already_signaled ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 154 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.20s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/constants.rs (/opt/rustwide/target/debug/deps/constants-9e28cf8def058369)
[INFO] [stdout] 
[INFO] [stdout] running 27 tests
[INFO] [stdout] test evaluates_bindings_and_blocks ... ok
[INFO] [stdout] test evaluates_external_typed_binding_as_opaque_value ... ok
[INFO] [stdout] test rejects_data_member_default_no_rollback_call_through_run_source ... ok
[INFO] [stdout] test evaluates_native_data_specifier_on_external_binding ... ok
[INFO] [stdout] test evaluates_public_data_specifier_on_constant ... ok
[INFO] [stdout] test evaluates_external_classifiable_subset_contains_any_and_all_empty_runtime_subset ... ok
[INFO] [stdout] test evaluates_native_localized_external_class_field_default ... ok
[INFO] [stdout] test evaluates_scoped_external_digest_binding ... ok
[INFO] [stdout] test evaluates_scoped_digest_class_binding ... ok
[INFO] [stdout] test evaluates_verse_style_constant_definitions ... ok
[INFO] [stdout] test evaluates_data_member_defaults_with_converges_calls ... ok
[INFO] [stdout] test evaluates_external_class_field_default_as_opaque_value ... ok
[INFO] [stdout] test rejects_duplicate_data_specifier ... ok
[INFO] [stdout] test rejects_duplicate_data_access_specifier ... ok
[INFO] [stdout] test rejects_non_empty_external_braces ... ok
[INFO] [stdout] test rejects_scoped_data_specifier_without_scope_block ... ok
[INFO] [stdout] test rejects_unsupported_data_specifier ... ok
[INFO] [stdout] test rejects_conflicting_data_access_specifiers ... ok
[INFO] [stdout] test rejects_external_binding_without_type_annotation ... ok
[INFO] [stdout] test rejects_localizes_data_specifier_without_message_annotation ... ok
[INFO] [stdout] test runtime_errors_on_recursive_data_member_default_construction ... ok
[INFO] [stdout] test rejects_top_level_predicts_data_specifier ... ok
[INFO] [stdout] test rejects_unknown_data_specifier ... ok
[INFO] [stdout] test rejects_duplicate_scoped_data_specifier ... ok
[INFO] [stdout] test rejects_non_constant_scalar_case_pattern ... ok
[INFO] [stdout] test rejects_external_empty_classifiable_subset_contains_outside_failure_context ... ok
[INFO] [stdout] test evaluates_external_classifiable_subset_contains_as_empty_runtime_subset ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 27 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/control_flow.rs (/opt/rustwide/target/debug/deps/control_flow-485c53b49b4205d7)
[INFO] [stdout] 
[INFO] [stdout] running 49 tests
[INFO] [stdout] test block_expressions_scope_local_bindings ... ok
[INFO] [stdout] test checks_reachable_statement_after_partially_never_if_initializer ... ok
[INFO] [stdout] test evaluates_computes_function_call_in_if_condition ... ok
[INFO] [stdout] test evaluates_block_expressions ... ok
[INFO] [stdout] test evaluates_for_arrays ... ok
[INFO] [stdout] test evaluates_for_colon_blocks ... ok
[INFO] [stdout] test evaluates_defer_inside_block_expression ... ok
[INFO] [stdout] test evaluates_for_intermediate_bindings ... ok
[INFO] [stdout] test evaluates_for_do_blocks ... ok
[INFO] [stdout] test evaluates_for_boolean_filter_clauses ... ok
[INFO] [stdout] test evaluates_defer_on_scope_exit_in_lifo_order ... ok
[INFO] [stdout] test evaluates_loop_colon_blocks ... ok
[INFO] [stdout] test evaluates_for_expressions_as_arrays ... ok
[INFO] [stdout] test evaluates_defer_before_return ... ok
[INFO] [stdout] test evaluates_for_strings ... ok
[INFO] [stdout] test evaluates_for_range_iterable_clause ... ok
[INFO] [stdout] test evaluates_if_colon_blocks ... ok
[INFO] [stdout] test evaluates_if_dot_blocks ... ok
[INFO] [stdout] test evaluates_official_profile_expression_value ... ok
[INFO] [stdout] test evaluates_official_profile_expression_with_description_variable ... ok
[INFO] [stdout] test rejects_break_inside_defer ... ok
[INFO] [stdout] test evaluates_loop_with_break ... ok
[INFO] [stdout] test evaluates_for_do_blocks_with_multiple_generators ... ok
[INFO] [stdout] test evaluates_for_dot_blocks ... ok
[INFO] [stdout] test evaluates_defer_before_loop_break ... ok
[INFO] [stdout] test rejects_defer_expression_syntax ... ok
[INFO] [stdout] test evaluates_for_ranges ... ok
[INFO] [stdout] test rejects_direct_suspends_call_inside_defer ... ok
[INFO] [stdout] test rejects_empty_defer_blocks ... ok
[INFO] [stdout] test evaluates_subtype_comparable_constraint_for_inline_function_parameter ... ok
[INFO] [stdout] test rejects_official_profile_expression_without_colon_block ... ok
[INFO] [stdout] test rejects_official_profile_expression_wrong_argument_count ... ok
[INFO] [stdout] test rejects_question_mark_for_ordinary_parameter ... ok
[INFO] [stdout] test rejects_legacy_for_in_syntax ... ok
[INFO] [stdout] test rejects_loop_with_only_break ... ok
[INFO] [stdout] test rejects_range_expression_as_function_argument ... ok
[INFO] [stdout] test rejects_standalone_range_expression ... ok
[INFO] [stdout] test rejects_break_outside_loops ... ok
[INFO] [stdout] test rejects_break_inside_for ... ok
[INFO] [stdout] test rejects_colon_block_without_newline ... ok
[INFO] [stdout] test rejects_return_inside_defer ... ok
[INFO] [stdout] test evaluates_loop_dot_break_blocks ... ok
[INFO] [stdout] test rejects_unindented_colon_block ... ok
[INFO] [stdout] test warns_unreachable_statement_after_break ... ok
[INFO] [stdout] test evaluates_if_optional_member_query ... ok
[INFO] [stdout] test warns_unreachable_statement_after_never_if_initializer ... ok
[INFO] [stdout] test rejects_subtype_comparable_constraint_for_inline_function_parameter ... ok
[INFO] [stdout] test rejects_for_do_block_without_do ... ok
[INFO] [stdout] test rejects_if_then_block_without_then ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 49 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/desugar.rs (/opt/rustwide/target/debug/deps/desugar-951b73eb7b2d0fc3)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test desugars_function_colon_body_to_core_block ... ok
[INFO] [stdout] test preserves_structured_concurrency_colon_body ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/diagnostics.rs (/opt/rustwide/target/debug/deps/diagnostics-8fc3993ad7fbf4de)
[INFO] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stdout] test descriptor_table_contains_warning_band_entries ... ok
[INFO] [stderr]      Running tests/enums.rs (/opt/rustwide/target/debug/deps/enums-6c97f68b0bded7a3)
[INFO] [stdout] test failable_expression_check_errors_include_source_locations ... ok
[INFO] [stdout] test errors_expose_stable_code_and_severity ... ok
[INFO] [stdout] test check_errors_include_source_locations ... ok
[INFO] [stdout] test check_reports_empty_block_warning ... ok
[INFO] [stdout] test check_reports_unreachable_code_warning ... ok
[INFO] [stdout] test recovery_collects_multiple_independent_check_errors ... ok
[INFO] [stdout] test recovery_uses_unknown_type_for_failed_bindings_to_suppress_cascades ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 29 tests
[INFO] [stdout] test evaluates_enum_colon_block_definitions ... ok
[INFO] [stdout] test evaluates_open_enum_values ... ok
[INFO] [stdout] test evaluates_enum_case_wildcards ... ok
[INFO] [stdout] test evaluates_exhaustive_enum_case_expressions ... ok
[INFO] [stdout] test rejects_case_subject_with_unsupported_type ... ok
[INFO] [stdout] test evaluates_enum_values_and_comparison ... ok
[INFO] [stdout] test rejects_enum_expression_not_direct_definition_rhs ... ok
[INFO] [stdout] test evaluates_enum_map_keys_and_function_parameters ... ok
[INFO] [stdout] test evaluates_scalar_case_in_if_failure_context ... ok
[INFO] [stdout] test rejects_local_enum_definition ... ok
[INFO] [stdout] test evaluates_scalar_case_expressions ... ok
[INFO] [stdout] test evaluates_scalar_case_failure_contexts ... ok
[INFO] [stdout] test evaluates_qualified_enum_value_declarations ... ok
[INFO] [stdout] test evaluates_partial_enum_case_in_decides_function_for_matched_value ... ok
[INFO] [stdout] test evaluates_qualified_keyword_enum_value_declarations ... ok
[INFO] [stdout] test evaluates_native_enum_binding_specifier ... ok
[INFO] [stdout] test rejects_enum_type_as_value ... ok
[INFO] [stdout] test evaluates_ignore_unreachable_case_attribute ... ok
[INFO] [stdout] test rejects_non_exhaustive_closed_enum_case ... ok
[INFO] [stdout] test rejects_open_enum_case_without_wildcard ... ok
[INFO] [stdout] test rejects_unknown_case_arm_attribute ... ok
[INFO] [stdout] test rejects_scalar_case_without_wildcard_outside_failure_context ... ok
[INFO] [stdout] test rejects_unknown_enum_value ... ok
[INFO] [stdout] test warns_case_arm_after_wildcard ... ok
[INFO] [stdout] test warns_duplicate_enum_case_arm ... ok
[INFO] [stdout] test warns_unreachable_statement_after_exhaustive_never_case_expression ... ok
[INFO] [stdout] test warns_duplicate_scalar_case_arm ... ok
[INFO] [stdout] test rejects_mismatched_qualified_enum_value_declaration ... ok
[INFO] [stdout] test checks_reachable_statement_after_partially_never_case_expression ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 29 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/failure.rs (/opt/rustwide/target/debug/deps/failure-9aa2ceec88788d3f)
[INFO] [stdout] 
[INFO] [stdout] running 84 tests
[INFO] [stdout] test decision_expressions_short_circuit_in_failure_context ... ok
[INFO] [stdout] test evaluates_computes_argument_call_in_failure_context ... ok
[INFO] [stdout] test commits_variable_assignment_when_if_failure_context_succeeds ... ok
[INFO] [stdout] test evaluates_computes_function_typed_value_call_in_failure_context ... ok
[INFO] [stdout] test evaluates_decides_computes_function_call_in_failure_context ... ok
[INFO] [stdout] test checks_decides_function_without_call_effect ... ok
[INFO] [stdout] test evaluates_decides_function_query_failure_in_failure_context ... ok
[INFO] [stdout] test evaluates_decides_converges_function_call_in_failure_context ... ok
[INFO] [stdout] test evaluates_computes_call_in_for_binding_failure_context ... ok
[INFO] [stdout] test evaluates_computes_function_call_in_failure_comparison ... ok
[INFO] [stdout] test evaluates_computes_function_call_in_failure_context ... ok
[INFO] [stdout] test evaluates_for_failable_filter_clauses ... ok
[INFO] [stdout] test evaluates_defer_when_if_failure_context_succeeds ... ok
[INFO] [stdout] test evaluates_decision_expressions_in_failure_context ... ok
[INFO] [stdout] test evaluates_if_then_failure_context_block_failure ... ok
[INFO] [stdout] test evaluates_decides_function_bracket_calls ... ok
[INFO] [stdout] test evaluates_classifiable_subset_contains_runtime_failure_context ... ok
[INFO] [stdout] test evaluates_logic_query_in_failure_context ... ok
[INFO] [stdout] test evaluates_official_decision_expression_success_values ... ok
[INFO] [stdout] test evaluates_computes_call_in_for_filter_failure_context ... ok
[INFO] [stdout] test evaluates_official_profile_expression_in_failure_context ... ok
[INFO] [stdout] test evaluates_reads_function_call_in_failure_context ... ok
[INFO] [stdout] test evaluates_decides_reads_function_call_in_failure_context ... ok
[INFO] [stdout] test evaluates_if_failure_condition_sequence ... ok
[INFO] [stdout] test evaluates_if_then_failure_context_blocks ... ok
[INFO] [stdout] test rejects_break_in_failure_context ... ok
[INFO] [stdout] test rejects_allocates_function_call_in_failure_context ... ok
[INFO] [stdout] test evaluates_official_comparison_success_value_in_failure_context ... ok
[INFO] [stdout] test rejects_allocates_function_typed_value_call_in_failure_context ... ok
[INFO] [stdout] test rejects_classifiable_subset_contains_outside_failure_context ... ok
[INFO] [stdout] test evaluates_transacts_function_call_in_failure_context ... ok
[INFO] [stdout] test propagates_for_body_failure_in_decides_function ... ok
[INFO] [stdout] test rejects_decides_failure_outside_failure_context ... ok
[INFO] [stdout] test rejects_decides_allocates_function_typed_value_call_in_failure_context ... ok
[INFO] [stdout] test rejects_decides_writes_function_call_in_failure_context ... ok
[INFO] [stdout] test rejects_decides_no_rollback_function_call_in_failure_context ... ok
[INFO] [stdout] test evaluates_set_in_if_then_failure_context_blocks ... ok
[INFO] [stdout] test evaluates_var_declaration_expression_in_failure_context ... ok
[INFO] [stdout] test rejects_failable_if_condition_inside_defer ... ok
[INFO] [stdout] test rejects_computes_function_calling_no_rollback_function ... ok
[INFO] [stdout] test rejects_decides_function_assigned_to_non_decides_type ... ok
[INFO] [stdout] test evaluates_varies_function_call_in_failure_context ... ok
[INFO] [stdout] test rejects_decides_function_parenthesis_calls ... ok
[INFO] [stdout] test rejects_decides_allocates_function_call_in_failure_context ... ok
[INFO] [stdout] test evaluates_decides_function_failure_in_failure_context ... ok
[INFO] [stdout] test rejects_no_rollback_function_assigned_to_transacts_type ... ok
[INFO] [stdout] test rejects_failable_index_inside_defer ... ok
[INFO] [stdout] test rejects_no_rollback_function_call_in_failure_comparison ... ok
[INFO] [stdout] test rejects_failed_for_body_outside_failure_context ... ok
[INFO] [stdout] test rejects_failed_int_outside_failure_context ... ok
[INFO] [stdout] test rejects_if_failure_binding_after_if_expression ... ok
[INFO] [stdout] test rejects_for_filter_without_failable_expression ... ok
[INFO] [stdout] test rejects_manual_no_rollback_effect_specifier ... ok
[INFO] [stdout] test rejects_manual_no_rollback_function_name_specifier ... ok
[INFO] [stdout] test rejects_if_block_without_failable_expression ... ok
[INFO] [stdout] test rejects_no_rollback_argument_call_in_failure_context ... ok
[INFO] [stdout] test rejects_if_condition_without_failable_expression ... ok
[INFO] [stdout] test rejects_no_rollback_call_in_for_filter_failure_context ... ok
[INFO] [stdout] test rejects_no_rollback_call_in_for_binding_failure_context ... ok
[INFO] [stdout] test rejects_no_rollback_function_call_in_if_condition ... ok
[INFO] [stdout] test rejects_no_rollback_overload_call_in_failure_context ... ok
[INFO] [stdout] test rejects_non_decides_function_assigned_to_decides_type ... ok
[INFO] [stdout] test rejects_non_decides_function_bracket_calls ... ok
[INFO] [stdout] test rejects_writes_function_call_in_failure_context ... ok
[INFO] [stdout] test rejects_special_transacts_call_in_computes_failure_context ... ok
[INFO] [stdout] test rejects_no_rollback_native_call_in_failure_context ... ok
[INFO] [stdout] test rejects_no_rollback_function_typed_value_call_in_failure_context ... ok
[INFO] [stdout] test rejects_optional_member_query_outside_failure_context ... ok
[INFO] [stdout] test rejects_no_rollback_function_call_in_failure_context ... ok
[INFO] [stdout] test rejects_return_in_failure_context ... ok
[INFO] [stdout] test rolls_back_decides_function_body_when_it_fails ... ok
[INFO] [stdout] test rejects_writes_overload_call_in_failure_context ... ok
[INFO] [stdout] test rolls_back_defer_mutations_when_if_failure_context_fails ... ok
[INFO] [stdout] test runs_defer_when_decides_function_fails ... ok
[INFO] [stdout] test runs_defer_when_if_failure_context_fails ... ok
[INFO] [stdout] test rolls_back_failed_not_operand_when_not_succeeds ... ok
[INFO] [stdout] test fails_set_statement_rhs_in_if_then_failure_context_block ... ok
[INFO] [stdout] test rolls_back_set_expression_when_if_condition_sequence_fails ... ok
[INFO] [stdout] test warns_unreachable_failure_clause_after_never_expression ... ok
[INFO] [stdout] test rejects_writes_function_typed_value_call_in_failure_context ... ok
[INFO] [stdout] test rolls_back_variable_assignment_when_if_failure_context_fails ... ok
[INFO] [stdout] test rolls_back_failed_or_left_operand_before_right_operand ... ok
[INFO] [stdout] test rolls_back_for_body_failure_in_enclosing_failure_context ... ok
[INFO] [stdout] test rolls_back_defer_mutations_when_decides_function_fails ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 84 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.14s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/failure_ft_plan.rs (/opt/rustwide/target/debug/deps/failure_ft_plan-a7e2c52e0cdae7ca)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test rolls_back_struct_contained_mutable_values_in_failure_contexts ... ok
[INFO] [stdout] test evaluates_failure_context_nested_expression_surfaces ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/for_ft_plan.rs (/opt/rustwide/target/debug/deps/for_ft_plan-d0076a10807d0206)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stdout] test evaluates_for_body_control_flow_effect_integration ... ok
[INFO] [stdout] test evaluates_for_generator_iterable_effect_propagation ... ok
[INFO] [stderr]      Running tests/functions.rs (/opt/rustwide/target/debug/deps/functions-88a7477a1175421f)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 187 tests
[INFO] [stdout] test checks_constructor_function_return_type_mismatch ... ok
[INFO] [stdout] test checks_dependent_castable_type_value_constraint_inferred_return ... ok
[INFO] [stdout] test checks_dependent_type_value_parameter_castable_return ... ok
[INFO] [stdout] test checks_combined_write_allocate_effect_call_capabilities ... ok
[INFO] [stdout] test checks_combined_memory_effect_call_capabilities ... ok
[INFO] [stdout] test checks_native_function_with_native_struct_signature ... ok
[INFO] [stdout] test checks_official_predicts_effect_specifier ... ok
[INFO] [stdout] test checks_reads_function_calling_computes_function ... ok
[INFO] [stdout] test checks_official_make_classifiable_subset_return_type ... ok
[INFO] [stdout] test effect_set_models_function_type_assignability ... ok
[INFO] [stdout] test checks_transacts_function_calling_computes_function ... ok
[INFO] [stdout] test checks_dependent_nested_concrete_type_value_constraint_inferred_return ... ok
[INFO] [stdout] test checks_predicts_function_type_effect_specifier ... ok
[INFO] [stdout] test checks_type_parameter_inference_from_subtype_parametric_class_type_value ... ok
[INFO] [stdout] test checks_user_suspends_function_call_inside_async_context ... ok
[INFO] [stdout] test effect_set_models_call_capability_lattice ... ok
[INFO] [stdout] test checks_predicts_function_type_accepts_non_predicts_function ... ok
[INFO] [stdout] test evaluates_anonymous_parameter_subtype_constraint ... ok
[INFO] [stdout] test checks_type_parameter_inference_from_castable_parametric_class_type_value ... ok
[INFO] [stdout] test checks_type_parameter_inference_from_subtype_parametric_interface_type_value ... ok
[INFO] [stdout] test evaluates_castable_any_type_parameter_constraint ... ok
[INFO] [stdout] test evaluates_bare_return_from_void_function ... ok
[INFO] [stdout] test checks_function_type_with_effect_specifiers ... ok
[INFO] [stdout] test evaluates_decides_function_type_effect_hierarchy_to_computes ... ok
[INFO] [stdout] test evaluates_decides_function_type_effect_hierarchy_to_transacts ... ok
[INFO] [stdout] test evaluates_castable_and_concrete_type_parameter_constraints ... ok
[INFO] [stdout] test evaluates_dependent_castable_subtype_type_value_cast ... ok
[INFO] [stdout] test evaluates_anonymous_generic_parameter_from_official_style ... ok
[INFO] [stdout] test evaluates_chained_dependent_parametric_subtype_constraint ... ok
[INFO] [stdout] test checks_official_result_constructor_inferred_types ... ok
[INFO] [stdout] test evaluates_castable_concrete_type_parameter_constraint ... ok
[INFO] [stdout] test evaluates_decides_computes_function_type_assignment ... ok
[INFO] [stdout] test evaluates_decides_reads_function_type_assignment ... ok
[INFO] [stdout] test checks_effect_propagation_allows_computes_chain ... ok
[INFO] [stdout] test evaluates_dependent_type_value_parameter_annotation ... ok
[INFO] [stdout] test evaluates_extension_method_overloads_by_receiver_runtime ... ok
[INFO] [stdout] test evaluates_dependent_subtype_value_parameter_annotation ... ok
[INFO] [stdout] test evaluates_dependent_type_value_parameter_subtype_annotation ... ok
[INFO] [stdout] test evaluates_constructor_delegation_to_parent_constructor ... ok
[INFO] [stdout] test evaluates_dependent_subtype_type_value_cast ... ok
[INFO] [stdout] test evaluates_castable_any_extension_receiver_constraint ... ok
[INFO] [stdout] test evaluates_external_function_dependent_type_value_aggregate_return_runtime_surface ... ok
[INFO] [stdout] test evaluates_external_function_primitive_return_runtime_surface ... ok
[INFO] [stdout] test evaluates_function_definitions_with_name_and_effect_specifiers ... ok
[INFO] [stdout] test evaluates_dependent_subtype_type_value_cast_failure ... ok
[INFO] [stdout] test evaluates_function_definitions_with_effect_specifiers ... ok
[INFO] [stdout] test evaluates_function_parameters_with_type_annotations ... ok
[INFO] [stdout] test evaluates_external_function_typed_value_runtime_surface ... ok
[INFO] [stdout] test evaluates_function_definitions_with_name_specifiers ... ok
[INFO] [stdout] test evaluates_localized_message_binding ... ok
[INFO] [stdout] test evaluates_inline_function_parameter_with_anonymous_type ... ok
[INFO] [stdout] test evaluates_function_type_effect_hierarchy_assignability ... ok
[INFO] [stdout] test evaluates_dependent_castable_type_parameter_constraint ... ok
[INFO] [stdout] test evaluates_localized_message_function ... ok
[INFO] [stdout] test evaluates_function_signature_type_alias_annotations ... ok
[INFO] [stdout] test evaluates_nested_function_overloads_by_parameter_type ... ok
[INFO] [stdout] test evaluates_function_type_annotations ... ok
[INFO] [stdout] test evaluates_nested_named_function_values ... ok
[INFO] [stdout] test evaluates_named_and_default_parameters ... ok
[INFO] [stdout] test evaluates_function_type_effect_hierarchy_to_computes ... ok
[INFO] [stdout] test evaluates_optional_function_type_annotations ... ok
[INFO] [stdout] test evaluates_official_memory_effect_specifiers ... ok
[INFO] [stdout] test evaluates_official_ordinary_named_argument ... ok
[INFO] [stdout] test evaluates_required_named_parameters ... ok
[INFO] [stdout] test evaluates_recursive_functions ... ok
[INFO] [stdout] test evaluates_overloads_with_different_effects_and_parameter_types ... ok
[INFO] [stdout] test evaluates_subclass_argument_runtime_type_check ... ok
[INFO] [stdout] test evaluates_return_from_all_branches ... ok
[INFO] [stdout] test evaluates_typed_bindings_and_functions ... ok
[INFO] [stdout] test evaluates_official_ordinary_named_arguments_reordered ... ok
[INFO] [stdout] test evaluates_type_parameter_inference_from_parametric_class_argument ... ok
[INFO] [stdout] test evaluates_varies_function_calling_transacts_function ... ok
[INFO] [stdout] test evaluates_top_level_function_overloads_by_parameter_type ... ok
[INFO] [stdout] test evaluates_type_parameter_inference_from_parametric_class_base_argument ... ok
[INFO] [stdout] test evaluates_type_parameter_inference_from_dependent_parametric_subtype_constraint ... ok
[INFO] [stdout] test evaluates_shared_where_type_parameter_constraint ... ok
[INFO] [stdout] test evaluates_comparable_function_parameter ... ok
[INFO] [stdout] test evaluates_public_localized_message_binding ... ok
[INFO] [stdout] test parses_function_definitions ... ok
[INFO] [stdout] test evaluates_official_ordinary_named_arguments_choose_overload ... ok
[INFO] [stdout] test evaluates_return_statements ... ok
[INFO] [stdout] test parses_official_path_qualified_type_names_from_spatialmath_docs ... ok
[INFO] [stdout] test evaluates_varies_function_calling_no_rollback_function ... ok
[INFO] [stdout] test evaluates_external_function_dependent_type_value_return_runtime_surface ... ok
[INFO] [stdout] test evaluates_type_parameter_inference_from_parametric_interface_argument ... ok
[INFO] [stdout] test rejects_arctan_argument_type_mismatch ... ok
[INFO] [stdout] test evaluates_overloaded_constructor_functions ... ok
[INFO] [stdout] test rejects_arctan_wrong_arity ... ok
[INFO] [stdout] test rejects_anonymous_parameter_subtype_constraint_mismatch ... ok
[INFO] [stdout] test evaluates_inline_generic_function_parameter_runtime ... ok
[INFO] [stdout] test rejects_castable_type_parameter_constraint_mismatch ... ok
[INFO] [stdout] test rejects_bare_return_from_non_void_function ... ok
[INFO] [stdout] test rejects_bare_return_outside_function ... ok
[INFO] [stdout] test rejects_chained_dependent_parametric_subtype_constraint_inferred_return_mismatch ... ok
[INFO] [stdout] test rejects_computes_function_calling_predicts_transacts_function ... ok
[INFO] [stdout] test rejects_conflicting_extension_method_access_specifiers ... ok
[INFO] [stdout] test rejects_capture_of_overloaded_function_name ... ok
[INFO] [stdout] test rejects_classifiable_subset_union_in_computes_function ... ok
[INFO] [stdout] test rejects_constructor_delegation_effect_mismatch ... ok
[INFO] [stdout] test rejects_constructor_delegation_to_non_constructor_function ... ok
[INFO] [stdout] test rejects_conflicting_function_access_specifiers ... ok
[INFO] [stdout] test rejects_decides_function_type_effect_hierarchy_widening ... ok
[INFO] [stdout] test rejects_dependent_subtype_type_value_cast_unrelated_argument ... ok
[INFO] [stdout] test rejects_computes_function_calling_native_transacts_function ... ok
[INFO] [stdout] test rejects_computes_function_calling_transacts_function ... ok
[INFO] [stdout] test rejects_dependent_type_value_parameter_argument_mismatch ... ok
[INFO] [stdout] test rejects_conflicting_exclusive_function_effects ... ok
[INFO] [stdout] test rejects_dependent_parametric_subtype_constraint_inferred_return_mismatch ... ok
[INFO] [stdout] test rejects_castable_any_extension_receiver_constraint_mismatch ... ok
[INFO] [stdout] test rejects_dependent_subtype_value_parameter_argument_mismatch ... ok
[INFO] [stdout] test rejects_duplicate_function_name_specifier ... ok
[INFO] [stdout] test rejects_duplicate_function_effect_specifier ... ok
[INFO] [stdout] test rejects_dependent_type_value_parameter_subtype_mismatch ... ok
[INFO] [stdout] test evaluates_where_type_parameter_constructor_function ... ok
[INFO] [stdout] test rejects_duplicate_named_argument ... ok
[INFO] [stdout] test rejects_duplicate_ordinary_named_argument ... ok
[INFO] [stdout] test rejects_duplicate_function_overload_signature ... ok
[INFO] [stdout] test rejects_duplicate_function_access_specifier ... ok
[INFO] [stdout] test rejects_field_initializer_after_parent_constructor_delegation ... ok
[INFO] [stdout] test rejects_float_return_from_int_function ... ok
[INFO] [stdout] test rejects_function_return_type_mismatch ... ok
[INFO] [stdout] test rejects_local_function_access_specifier ... ok
[INFO] [stdout] test rejects_function_equality_comparison ... ok
[INFO] [stdout] test rejects_function_type_effect_hierarchy_widening ... ok
[INFO] [stdout] test rejects_native_function_with_non_native_struct_return ... ok
[INFO] [stdout] test rejects_mismatched_parametric_class_argument_inference ... ok
[INFO] [stdout] test rejects_local_binding_access_specifiers ... ok
[INFO] [stdout] test rejects_missing_required_named_parameter ... ok
[INFO] [stdout] test rejects_duplicate_predicts_function_effect_specifier ... ok
[INFO] [stdout] test rejects_function_typed_value_effect_mismatch_in_body ... ok
[INFO] [stdout] test rejects_function_overload_by_effects_only ... ok
[INFO] [stdout] test rejects_named_argument_type_mismatch ... ok
[INFO] [stdout] test rejects_native_function_with_non_native_struct_parameter ... ok
[INFO] [stdout] test rejects_inline_function_parameter_type_mismatch_after_inference ... ok
[INFO] [stdout] test rejects_function_type_parameter_mismatch ... ok
[INFO] [stdout] test rejects_function_value_assigned_to_comparable ... ok
[INFO] [stdout] test rejects_function_type_return_mismatch ... ok
[INFO] [stdout] test rejects_official_castable_concrete_subtype_parametric_type_wrong_arity ... ok
[INFO] [stdout] test rejects_localizes_function_without_message_return ... ok
[INFO] [stdout] test rejects_official_castable_subtype_parametric_type_wrong_arity ... ok
[INFO] [stdout] test rejects_official_success_result_parametric_type_wrong_arity ... ok
[INFO] [stdout] test rejects_overload_function_parameter_signature_distinctness ... ok
[INFO] [stdout] test rejects_official_subtype_parametric_type_wrong_arity ... ok
[INFO] [stdout] test rejects_positional_after_named_argument ... ok
[INFO] [stdout] test rejects_positional_parameter_after_named_parameter ... ok
[INFO] [stdout] test rejects_overload_void_parameter_distinctness ... ok
[INFO] [stdout] test rejects_overload_named_defaults_with_overlapping_empty_call ... ok
[INFO] [stdout] test rejects_official_result_unknown_member ... ok
[INFO] [stdout] test rejects_official_classifiable_subset_key_parametric_type_wrong_arity ... ok
[INFO] [stdout] test rejects_result_constructor_no_rollback_call_from_computes_function ... ok
[INFO] [stdout] test rejects_official_classifiable_subset_var_parametric_type_wrong_arity ... ok
[INFO] [stdout] test rejects_official_classifiable_subset_parametric_type_wrong_arity ... ok
[INFO] [stdout] test rejects_official_error_result_parametric_type_wrong_arity ... ok
[INFO] [stdout] test rejects_official_make_classifiable_subset_named_argument ... ok
[INFO] [stdout] test rejects_reads_function_calling_writes_function ... ok
[INFO] [stdout] test rejects_official_parametric_type_wrong_arity ... ok
[INFO] [stdout] test rejects_unknown_function_type_effect_specifier ... ok
[INFO] [stdout] test rejects_unknown_function_name_specifier ... ok
[INFO] [stdout] test rejects_official_result_constructor_named_argument ... ok
[INFO] [stdout] test rejects_unknown_function_effect_specifier ... ok
[INFO] [stdout] test rejects_return_type_mismatch ... ok
[INFO] [stdout] test rejects_unknown_names ... ok
[INFO] [stdout] test rejects_suspends_function_assigned_to_non_suspends_type ... ok
[INFO] [stdout] test rejects_official_result_get_success_parentheses_call ... ok
[INFO] [stdout] test rejects_unknown_type_names ... ok
[INFO] [stdout] test rejects_unknown_member_name ... ok
[INFO] [stdout] test rejects_unknown_ordinary_named_argument ... ok
[INFO] [stdout] test rejects_user_suspends_function_call_outside_async_context ... ok
[INFO] [stdout] test runtime_errors_on_return_outside_function ... ok
[INFO] [stdout] test rejects_suspends_constructor_function ... ok
[INFO] [stdout] test rejects_user_parametric_type_wrong_arity ... ok
[INFO] [stdout] test warns_unreachable_statement_after_never_binding_initializer ... ok
[INFO] [stdout] test rejects_subtype_parametric_interface_type_value_inferred_return_mismatch ... ok
[INFO] [stdout] test rejects_subtype_parametric_class_type_value_inferred_return_mismatch ... ok
[INFO] [stdout] test runtime_errors_on_subtype_comparable_constraint_argument_mismatch ... ok
[INFO] [stdout] test warns_unreachable_statement_after_bare_return ... ok
[INFO] [stdout] test rejects_writes_function_calling_reads_writes_function ... ok
[INFO] [stdout] test warns_unreachable_statement_after_never_call_argument ... ok
[INFO] [stdout] test rejects_wrong_call_arity ... ok
[INFO] [stdout] test rejects_return_outside_function ... ok
[INFO] [stdout] test rejects_writes_function_calling_writes_allocates_function ... ok
[INFO] [stdout] test runtime_errors_on_field_initializer_after_constructor_delegation ... ok
[INFO] [stdout] test rejects_where_type_parameter_constructor_mismatch ... ok
[INFO] [stdout] test warns_unreachable_statement_after_never_expression ... ok
[INFO] [stdout] test warns_unreachable_statement_after_return ... ok
[INFO] [stdout] test warns_unreachable_statement_after_never_collection_item ... ok
[INFO] [stdout] test rejects_unknown_named_argument ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 187 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.19s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/functions_overload_ft_plan.rs (/opt/rustwide/target/debug/deps/functions_overload_ft_plan-c0646369aa44aaa2)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test rejects_functions_overload_column_numeric_subtype_distinctness ... ok
[INFO] [stdout] test rejects_functions_overload_column_type_value_family_distinctness ... ok
[INFO] [stdout] test evaluates_functions_overload_column_runtime_selection_surfaces ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/functions_unreachable_ft_plan.rs (/opt/rustwide/target/debug/deps/functions_unreachable_ft_plan-7fec52e140d215f2)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test warns_functions_unreachable_column_cross_scope_breaks ... ok
[INFO] [stdout] test warns_functions_unreachable_column_cross_scope_never_expressions ... ok
[INFO] [stdout] test checks_functions_unreachable_column_partially_terminating_scopes_remain_reachable ... ok
[INFO] [stdout] test warns_functions_unreachable_column_cross_scope_returns ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/ir.rs (/opt/rustwide/target/debug/deps/ir-7f7bbd1ff4682978)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test checked_typed_program_can_run_through_ir_vm ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/lexical.rs (/opt/rustwide/target/debug/deps/lexical-1e985c9210834b0b)
[INFO] [stdout] 
[INFO] [stdout] running 93 tests
[INFO] [stdout] test checks_empty_option_literal ... ok
[INFO] [stdout] test evaluates_block_comments_inside_string_literals ... ok
[INFO] [stdout] test evaluates_char8_array_function_parameter_and_return ... ok
[INFO] [stdout] test evaluates_ascii_char_literals_and_annotations ... ok
[INFO] [stdout] test evaluates_comment_only_string_interpolants ... ok
[INFO] [stdout] test evaluates_char_array_annotation_from_string ... ok
[INFO] [stdout] test evaluates_block_comments_with_braces_inside_string_interpolation ... ok
[INFO] [stdout] test evaluates_char_literals_as_map_keys ... ok
[INFO] [stdout] test captures_failed_class_type_cast_in_option_literal ... ok
[INFO] [stdout] test evaluates_block_comments_with_quotes_inside_nested_interpolation_strings ... ok
[INFO] [stdout] test captures_map_lookup_failure_in_option_literal ... ok
[INFO] [stdout] test evaluates_block_comments_inside_interpolated_string_text ... ok
[INFO] [stdout] test captures_failable_array_method_failure_in_option_literal ... ok
[INFO] [stdout] test captures_string_index_failure_in_option_literal ... ok
[INFO] [stdout] test captures_array_lookup_failure_in_option_literal ... ok
[INFO] [stdout] test evaluates_f64_suffixed_float_literals ... ok
[INFO] [stdout] test evaluates_char8_literals_and_string_compatibility ... ok
[INFO] [stdout] test evaluates_for_unicode_strings_as_utf8_units ... ok
[INFO] [stdout] test evaluates_inline_block_comments ... ok
[INFO] [stdout] test captures_query_failure_in_option_literal ... ok
[INFO] [stdout] test evaluates_failable_string_array_methods_in_failure_context ... ok
[INFO] [stdout] test evaluates_official_string_escape_table_entries ... ok
[INFO] [stdout] test evaluates_nested_block_comments_inside_string_literals ... ok
[INFO] [stdout] test evaluates_int_literal_as_float_parameter ... ok
[INFO] [stdout] test evaluates_string_annotation_from_char_array ... ok
[INFO] [stdout] test evaluates_non_ascii_char32_literals_and_annotations ... ok
[INFO] [stdout] test evaluates_empty_string_interpolants ... ok
[INFO] [stdout] test evaluates_signed_64_bit_integer_literal_bounds ... ok
[INFO] [stdout] test evaluates_scientific_float_literals ... ok
[INFO] [stdout] test evaluates_integer_f64_suffixed_float_literals ... ok
[INFO] [stdout] test evaluates_string_char_array_equality ... ok
[INFO] [stdout] test evaluates_nested_multiline_block_comments ... ok
[INFO] [stdout] test evaluates_hexadecimal_integer_literals ... ok
[INFO] [stdout] test evaluates_string_annotation_from_char_array_literal ... ok
[INFO] [stdout] test evaluates_hex_character_literals ... ok
[INFO] [stdout] test evaluates_option_literals_and_unwrap ... ok
[INFO] [stdout] test evaluates_string_value_assigned_to_message ... ok
[INFO] [stdout] test evaluates_tuple_literals_and_indexing ... ok
[INFO] [stdout] test evaluates_verse_array_literal_and_array_type ... ok
[INFO] [stdout] test evaluates_line_comments_with_braces_inside_string_interpolation ... ok
[INFO] [stdout] test evaluates_unicode_string_length_as_utf8_units ... ok
[INFO] [stdout] test rejects_bracket_array_literals ... ok
[INFO] [stdout] test evaluates_string_slice_start_only_array_method ... ok
[INFO] [stdout] test evaluates_string_array_methods ... ok
[INFO] [stdout] test evaluates_indented_comments ... ok
[INFO] [stdout] test rejects_char32_literal_assigned_to_char ... ok
[INFO] [stdout] test evaluates_string_slot_assignment ... ok
[INFO] [stdout] test evaluates_verse_map_literals_and_lookup ... ok
[INFO] [stdout] test rejects_empty_character_literal ... ok
[INFO] [stdout] test rejects_char32_literal_assigned_to_char8 ... ok
[INFO] [stdout] test rejects_char_literal_assigned_to_char32 ... ok
[INFO] [stdout] test rejects_false_type_annotation_escape_in_concrete_class ... ok
[INFO] [stdout] test rejects_float_literal_exponent_without_digits ... ok
[INFO] [stdout] test rejects_float_literal_suffix_without_width ... ok
[INFO] [stdout] test rejects_hex_integer_literal_above_signed_128_bit_range ... ok
[INFO] [stdout] test rejects_legacy_slash_line_comments ... ok
[INFO] [stdout] test option_braced_block_bindings_do_not_escape ... ok
[INFO] [stdout] test rejects_empty_hexadecimal_integer_literal ... ok
[INFO] [stdout] test rejects_invalid_hex_char32_codepoint ... ok
[INFO] [stdout] test rejects_multi_character_literal ... ok
[INFO] [stdout] test rejects_float_literal_assigned_to_int ... ok
[INFO] [stdout] test rejects_integer_literal_below_signed_64_bit_range ... ok
[INFO] [stdout] test rejects_integer_literal_above_signed_64_bit_range ... ok
[INFO] [stdout] test rejects_long_hex_char32_literal ... ok
[INFO] [stdout] test rejects_long_hex_char_literal ... ok
[INFO] [stdout] test rejects_non_verse_fun_function_literals ... ok
[INFO] [stdout] test rejects_overflowing_float_literals ... ok
[INFO] [stdout] test rejects_reserved_underscore_variable_name ... ok
[INFO] [stdout] test evaluates_string_interpolation_with_bindings ... ok
[INFO] [stdout] test rejects_short_hex_char_literal ... ok
[INFO] [stdout] test rejects_negative_tuple_index_literal ... ok
[INFO] [stdout] test rejects_reserved_underscore_parameter_name ... ok
[INFO] [stdout] test rejects_reserved_underscore_binding_name ... ok
[INFO] [stdout] test rejects_invalid_string_interpolation_expression ... ok
[INFO] [stdout] test rejects_non_string_value_assigned_to_char_array ... ok
[INFO] [stdout] test evaluates_multiline_string_continuation_interpolants ... ok
[INFO] [stdout] test rejects_unterminated_block_comments ... ok
[INFO] [stdout] test rejects_unterminated_block_comments_inside_string_literals ... ok
[INFO] [stdout] test rejects_unterminated_string_interpolation ... ok
[INFO] [stdout] test rejects_official_profile_expression_non_string_description ... ok
[INFO] [stdout] test rejects_string_index_with_float ... ok
[INFO] [stdout] test rejects_string_literal_assigned_to_bare_char ... ok
[INFO] [stdout] test rejects_unescaped_closing_brace_in_string ... ok
[INFO] [stdout] test rejects_unsupported_float_literal_suffix_widths ... ok
[INFO] [stdout] test rejects_string_array_method_type_mismatch ... ok
[INFO] [stdout] test rejects_string_index_with_non_int ... ok
[INFO] [stdout] test rejects_string_literal_assigned_to_char32_array ... ok
[INFO] [stdout] test rejects_unknown_name_in_string_interpolation ... ok
[INFO] [stdout] test evaluates_string_interpolation_with_nested_braced_expression ... ok
[INFO] [stdout] test evaluates_escaped_string_interpolation_braces ... ok
[INFO] [stdout] test if_then_condition_bindings_do_not_escape ... ok
[INFO] [stdout] test evaluates_string_interpolation_official_example ... ok
[INFO] [stdout] test evaluates_string_indexing_as_utf8_char_units ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 93 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/maps.rs (/opt/rustwide/target/debug/deps/maps-d4c46953ccbc14c7)
[INFO] [stdout] 
[INFO] [stdout] running 36 tests
[INFO] [stdout] test checks_map_type_annotations ... ok
[INFO] [stdout] test evaluates_array_and_map_length_members ... ok
[INFO] [stdout] test evaluates_if_failure_binding_map_lookup_failure ... ok
[INFO] [stdout] test evaluates_map_mutation_and_insert ... ok
[INFO] [stdout] test evaluates_map_map_keys_with_comparable_keys_and_values ... ok
[INFO] [stdout] test evaluates_for_failable_map_lookup_binding_clauses ... ok
[INFO] [stdout] test evaluates_comparable_map_key_annotation_with_float ... ok
[INFO] [stdout] test evaluates_array_map_keys_with_comparable_elements ... ok
[INFO] [stdout] test evaluates_map_type_alias_annotations ... ok
[INFO] [stdout] test evaluates_map_slot_set_expression_before_failure_binding ... ok
[INFO] [stdout] test evaluates_external_weak_map_as_empty_runtime_value ... ok
[INFO] [stdout] test evaluates_comparable_map_key_annotation ... ok
[INFO] [stdout] test evaluates_float_map_key_insert_and_lookup ... ok
[INFO] [stdout] test evaluates_float_map_key_annotation ... ok
[INFO] [stdout] test evaluates_for_map_key_value_pairs ... ok
[INFO] [stdout] test evaluates_external_map_as_empty_runtime_value ... ok
[INFO] [stdout] test evaluates_map_key_removal_by_reconstruction_pattern ... ok
[INFO] [stdout] test evaluates_map_insertion_order_after_mutation ... ok
[INFO] [stdout] test evaluates_option_false_contextual_map_values ... ok
[INFO] [stdout] test rejects_concatenate_maps_non_map_arguments ... ok
[INFO] [stdout] test rejects_map_map_key_with_non_comparable_value ... ok
[INFO] [stdout] test rejects_map_value_assignment_type_mismatch ... ok
[INFO] [stdout] test evaluates_nested_map_type_alias_annotations ... ok
[INFO] [stdout] test evaluates_option_map_key_annotation ... ok
[INFO] [stdout] test evaluates_map_value_iteration ... ok
[INFO] [stdout] test rejects_array_map_key_with_non_comparable_element ... ok
[INFO] [stdout] test rejects_unconstrained_type_parameter_as_map_key ... ok
[INFO] [stdout] test rejects_missing_map_plus_equal_key_outside_failure_context ... ok
[INFO] [stdout] test rejects_function_map_key_annotation ... ok
[INFO] [stdout] test rejects_map_key_type_mismatch ... ok
[INFO] [stdout] test rejects_non_comparable_type_alias_map_key_annotation ... ok
[INFO] [stdout] test rejects_non_official_map_remove_member ... ok
[INFO] [stdout] test rejects_overload_array_and_map_parameter_distinctness ... ok
[INFO] [stdout] test evaluates_map_value_copy_semantics ... ok
[INFO] [stdout] test rolls_back_array_and_map_mutations_when_failure_context_fails ... ok
[INFO] [stdout] test evaluates_subtype_comparable_constraint_for_equality_and_map_key ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 36 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/modules.rs (/opt/rustwide/target/debug/deps/modules-ba4aabc615374112)
[INFO] [stdout] 
[INFO] [stdout] running 170 tests
[INFO] [stdout] test allows_public_class_internal_field_with_internal_module_type ... ok
[INFO] [stdout] test checks_public_module_type_function_call_result_annotation ... ok
[INFO] [stdout] test allows_public_class_internal_method_with_internal_module_type ... ok
[INFO] [stdout] test evaluates_common_official_using_headers ... ok
[INFO] [stdout] test checks_using_scoped_module_inside_absolute_module_path_scope ... ok
[INFO] [stdout] test evaluates_cross_file_scoped_class_members_inside_matching_package ... ok
[INFO] [stdout] test evaluates_cross_file_scoped_extension_method_inside_matching_package ... ok
[INFO] [stdout] test evaluates_cross_file_scoped_interface_field_inside_matching_package ... ok
[INFO] [stdout] test checks_declared_package_dependency_digest_import ... FAILED
[INFO] [stdout] test checks_direct_import_after_declaring_transitive_package_dependency ... FAILED
[INFO] [stdout] test evaluates_cross_file_implicit_folder_module_reference ... FAILED
[INFO] [stdout] test checks_transitive_package_dependency_api_surface ... FAILED
[INFO] [stdout] test evaluates_cross_file_folder_module_import_for_types_and_values ... FAILED
[INFO] [stdout] test evaluates_cross_file_imported_decides_function_type_assignment ... ok
[INFO] [stdout] test evaluates_cross_file_folder_module_with_explicit_public_descriptor ... FAILED
[INFO] [stdout] test evaluates_cross_file_using_public_parametric_type_alias_outside_module ... ok
[INFO] [stdout] test evaluates_cross_file_implicit_sibling_source_extension_method ... ok
[INFO] [stdout] test evaluates_cross_file_implicit_sibling_source_types ... ok
[INFO] [stdout] test evaluates_cross_file_scoped_member_inside_package_path_scope ... ok
[INFO] [stdout] test evaluates_internal_child_module_public_member_inside_parent_module_scope ... ok
[INFO] [stdout] test evaluates_default_parameter_using_earlier_parameter ... ok
[INFO] [stdout] test evaluates_destructured_tuple_default_subparameter_using_previous_item ... ok
[INFO] [stdout] test evaluates_cross_file_implicit_sibling_module_reference ... ok
[INFO] [stdout] test evaluates_imported_module_extension_method ... ok
[INFO] [stdout] test evaluates_module_class_method_archetype_of_defining_class ... ok
[INFO] [stdout] test evaluates_module_constant_member_access ... ok
[INFO] [stdout] test evaluates_module_class_qualified_type_and_archetype ... ok
[INFO] [stdout] test evaluates_cross_file_using_public_parametric_type_outside_module ... ok
[INFO] [stdout] test evaluates_cross_file_using_public_parametric_interface_outside_module ... ok
[INFO] [stdout] test evaluates_cross_file_explicit_module_import ... ok
[INFO] [stdout] test evaluates_cross_file_imported_decides_computes_call_in_failure_context ... ok
[INFO] [stdout] test evaluates_cross_file_implicit_sibling_source_declarations ... ok
[INFO] [stdout] test evaluates_cross_file_scoped_member_inside_absolute_module_path_scope ... ok
[INFO] [stdout] test evaluates_cross_file_imported_extension_method ... ok
[INFO] [stdout] test evaluates_module_internal_type_alias_inside_same_module ... ok
[INFO] [stdout] test evaluates_cross_file_using_public_type_alias_outside_module ... ok
[INFO] [stdout] test evaluates_internal_members_inside_descendant_module_scope ... ok
[INFO] [stdout] test evaluates_module_constructor_function_before_class_definition ... ok
[INFO] [stdout] test evaluates_local_module_using_for_types_and_values ... ok
[INFO] [stdout] test evaluates_module_internal_using_for_function_signatures ... ok
[INFO] [stdout] test evaluates_cross_file_scoped_members_inside_matching_package ... ok
[INFO] [stdout] test evaluates_module_class_exported_by_class_public_specifier ... ok
[INFO] [stdout] test evaluates_module_qualified_interface_parent_runtime_surface ... ok
[INFO] [stdout] test evaluates_module_qualified_class_base_runtime_surface ... ok
[INFO] [stdout] test evaluates_module_qualified_parametric_interface_runtime_surface ... ok
[INFO] [stdout] test evaluates_cross_file_using_public_type_function_value_call_outside_module ... ok
[INFO] [stdout] test evaluates_nested_empty_module_declarations ... ok
[INFO] [stdout] test evaluates_module_qualified_parametric_class_base_runtime_surface ... ok
[INFO] [stdout] test evaluates_module_type_function_call_in_extension_receiver_annotation ... ok
[INFO] [stdout] test evaluates_path_qualified_parametric_interface_annotation ... ok
[INFO] [stdout] test evaluates_path_qualified_module_type_annotation_and_archetype ... ok
[INFO] [stdout] test evaluates_path_qualified_parametric_module_type_annotation_and_archetype ... ok
[INFO] [stdout] test evaluates_named_scoped_class_constructor_inside_matching_package ... ok
[INFO] [stdout] test evaluates_public_module_type_function_parametric_alias_result_annotation ... ok
[INFO] [stdout] test evaluates_qualified_imported_module_extension_method ... ok
[INFO] [stdout] test evaluates_public_module_where_inferred_type_function_class_parent_runtime ... ok
[INFO] [stdout] test evaluates_official_using_statement ... ok
[INFO] [stdout] test evaluates_public_module_type_function_with_type_parameter_as_type_annotation ... ok
[INFO] [stdout] test evaluates_named_scoped_access_level_inside_matching_package ... ok
[INFO] [stdout] test evaluates_vproject_manifest_package_root_module_resolution ... ok
[INFO] [stdout] test evaluates_public_module_type_alias_outside_module ... ok
[INFO] [stdout] test evaluates_public_module_type_function_with_local_constraint_supplier ... ok
[INFO] [stdout] test generates_external_digest_that_project_loader_can_consume ... ok
[INFO] [stdout] test evaluates_public_module_overloaded_type_function_as_type_annotation ... ok
[INFO] [stdout] test evaluates_qualified_nested_module_extension_method ... ok
[INFO] [stdout] test evaluates_public_module_where_inferred_type_function_interface_parent_runtime ... ok
[INFO] [stdout] test rejects_conflicting_type_alias_and_parametric_type_access_specifiers ... ok
[INFO] [stdout] test evaluates_scoped_members_inside_descendant_module_scope ... ok
[INFO] [stdout] test evaluates_public_module_type_function_as_type_annotation ... ok
[INFO] [stdout] test evaluates_scoped_class_constructor_inside_matching_package ... ok
[INFO] [stdout] test rejects_cross_file_imported_writes_call_in_failure_context ... ok
[INFO] [stdout] test evaluates_using_scoped_module_inside_matching_package ... ok
[INFO] [stdout] test rejects_cross_file_imported_extension_effect_mismatch ... ok
[INFO] [stdout] test evaluates_parent_scoped_module_public_member_inside_matching_package ... ok
[INFO] [stdout] test generates_external_digest_for_public_parametric_aggregate_members ... ok
[INFO] [stdout] test rejects_cross_file_imported_decides_allocates_call_in_failure_context ... ok
[INFO] [stdout] test rejects_available_package_import_without_declared_dependency ... FAILED
[INFO] [stdout] test ignores_cross_file_implicit_non_module_script ... ok
[INFO] [stdout] test ignores_cross_file_implicit_sibling_source_script_expressions ... ok
[INFO] [stdout] test rejects_cross_file_imported_decides_writes_call_in_failure_context ... ok
[INFO] [stdout] test rejects_cross_file_imported_allocates_call_in_failure_context ... ok
[INFO] [stdout] test evaluates_parent_scoped_class_internal_members_inside_descendant_module_scope ... ok
[INFO] [stdout] test rejects_cross_file_imported_no_rollback_call_in_failure_context ... ok
[INFO] [stdout] test rejects_cross_file_imported_transacts_call_from_computes_function ... ok
[INFO] [stdout] test rejects_cross_file_public_signature_exposing_internal_module_type ... ok
[INFO] [stdout] test rejects_cross_file_scoped_class_member_without_package_scope ... ok
[INFO] [stdout] test rejects_default_internal_module_constant_member_access_outside_module ... ok
[INFO] [stdout] test evaluates_parent_scoped_module_internal_members_inside_matching_package ... ok
[INFO] [stdout] test rejects_default_internal_module_parametric_type_outside_module ... ok
[INFO] [stdout] test rejects_cross_file_scoped_class_var_assignment_without_package_scope ... ok
[INFO] [stdout] test rejects_default_internal_module_qualified_type_alias_outside_module ... ok
[INFO] [stdout] test rejects_default_internal_module_using_type_outside_module ... ok
[INFO] [stdout] test rejects_default_internal_module_qualified_type_outside_module ... ok
[INFO] [stdout] test rejects_default_internal_module_using_type_alias_outside_module ... ok
[INFO] [stdout] test rejects_cross_file_scoped_member_without_package_scope ... ok
[INFO] [stdout] test rejects_cross_file_using_internal_type_alias_outside_module ... ok
[INFO] [stdout] test rejects_cross_file_scoped_class_method_from_other_package ... ok
[INFO] [stdout] test rejects_duplicate_type_alias_and_parametric_type_access_specifiers ... ok
[INFO] [stdout] test rejects_cross_file_scoped_interface_field_without_package_scope ... ok
[INFO] [stdout] test rejects_duplicate_declared_package_dependency ... ok
[INFO] [stdout] test rejects_internal_ancestor_module_public_member_outside_parent_module_scope ... ok
[INFO] [stdout] test rejects_empty_using_module_path ... ok
[INFO] [stdout] test rejects_direct_import_from_transitive_package_dependency ... FAILED
[INFO] [stdout] test rejects_cross_file_scoped_member_from_unlisted_absolute_module_path_scope ... ok
[INFO] [stdout] test rejects_cross_file_scoped_member_from_other_package ... ok
[INFO] [stdout] test rejects_cross_file_scoped_member_from_unlisted_package_path_scope ... ok
[INFO] [stdout] test rejects_cross_file_scoped_extension_method_from_other_package ... ok
[INFO] [stdout] test rejects_cross_file_using_internal_parametric_type_outside_module ... ok
[INFO] [stdout] test rejects_cross_file_using_internal_function_outside_module ... ok
[INFO] [stdout] test rejects_cross_file_using_internal_value_outside_module ... ok
[INFO] [stdout] test rejects_internal_module_type_function_as_type_annotation ... ok
[INFO] [stdout] test rejects_module_class_with_internal_class_specifier_outside_module ... ok
[INFO] [stdout] test rejects_cross_file_using_internal_extension_method_outside_module ... ok
[INFO] [stdout] test rejects_public_class_protected_field_exposing_internal_module_type ... ok
[INFO] [stdout] test rejects_public_class_protected_method_inferred_return_exposing_scoped_module_type ... ok
[INFO] [stdout] test rejects_public_class_public_field_exposing_internal_module_type ... ok
[INFO] [stdout] test rejects_public_class_base_exposing_internal_module_type ... ok
[INFO] [stdout] test rejects_private_or_protected_access_specifiers_outside_classes ... ok
[INFO] [stdout] test rejects_parent_scoped_module_internal_member_from_unlisted_package ... ok
[INFO] [stdout] test rejects_internal_class_field_archetype_outside_defining_module ... ok
[INFO] [stdout] test rejects_public_class_protected_field_exposing_scoped_module_type ... ok
[INFO] [stdout] test rejects_public_extension_method_inferred_return_exposing_scoped_module_type ... ok
[INFO] [stdout] test rejects_cross_file_scoped_extension_method_without_package_scope ... ok
[INFO] [stdout] test rejects_parent_scoped_module_public_member_from_unlisted_package ... ok
[INFO] [stdout] test rejects_internal_class_method_call_outside_defining_module ... ok
[INFO] [stdout] test rejects_public_function_inferred_return_exposing_scoped_module_type ... ok
[INFO] [stdout] test rejects_local_module_definition ... ok
[INFO] [stdout] test rejects_public_function_signature_exposing_internal_module_type ... ok
[INFO] [stdout] test rejects_public_extension_method_inferred_return_exposing_internal_module_type ... ok
[INFO] [stdout] test rejects_public_class_public_method_inferred_return_exposing_internal_module_type ... ok
[INFO] [stdout] test rejects_public_function_inferred_return_exposing_internal_module_type ... ok
[INFO] [stdout] test rejects_internal_class_field_access_outside_defining_module ... ok
[INFO] [stdout] test rejects_public_inferred_data_exposing_internal_module_type ... ok
[INFO] [stdout] test rejects_public_class_protected_method_exposing_internal_module_type ... ok
[INFO] [stdout] test rejects_public_function_subtype_constraint_exposing_internal_module_type ... ok
[INFO] [stdout] test rejects_named_scoped_access_level_outside_package_scope ... ok
[INFO] [stdout] test rejects_named_scoped_class_constructor_from_unlisted_package ... ok
[INFO] [stdout] test rejects_public_parametric_type_alias_constraint_exposing_internal_module_type ... ok
[INFO] [stdout] test rejects_public_parametric_type_public_field_exposing_internal_module_type ... ok
[INFO] [stdout] test rejects_public_inferred_data_exposing_scoped_module_type ... ok
[INFO] [stdout] test rejects_public_interface_parent_exposing_internal_module_type ... ok
[INFO] [stdout] test rejects_public_parametric_type_alias_target_exposing_internal_module_type ... ok
[INFO] [stdout] test rejects_public_extension_method_exposing_internal_module_type ... ok
[INFO] [stdout] test rejects_public_data_annotation_exposing_internal_module_type ... ok
[INFO] [stdout] test rejects_public_parametric_type_argument_exposing_internal_module_type ... ok
[INFO] [stdout] test rejects_public_interface_protected_method_inferred_return_exposing_scoped_module_type ... ok
[INFO] [stdout] test rejects_public_interface_public_method_inferred_return_exposing_internal_module_type ... ok
[INFO] [stdout] test rejects_relative_using_module_path ... ok
[INFO] [stdout] test rejects_public_type_alias_exposing_scoped_child_module_type ... ok
[INFO] [stdout] test rejects_public_type_function_target_exposing_internal_module_type ... ok
[INFO] [stdout] test rejects_public_interface_protected_field_exposing_internal_module_type ... ok
[INFO] [stdout] test rejects_scoped_ancestor_module_public_member_from_unlisted_module_scope ... FAILED
[INFO] [stdout] test rejects_public_type_alias_exposing_internal_child_module_type ... ok
[INFO] [stdout] test rejects_self_declared_package_dependency ... ok
[INFO] [stdout] test rejects_unknown_declared_package_dependency ... ok
[INFO] [stdout] test rejects_using_inside_block ... ok
[INFO] [stdout] test rejects_unsupported_using_module_path ... ok
[INFO] [stdout] test rejects_unknown_local_using_module ... ok
[INFO] [stdout] test rejects_using_internal_child_module_outside_parent_module_scope ... ok
[INFO] [stdout] test rejects_using_public_child_module_through_scoped_parent_from_unlisted_package ... ok
[INFO] [stdout] test using_remains_available_as_non_statement_identifier ... ok
[INFO] [stdout] test rejects_using_scoped_module_from_unlisted_package ... ok
[INFO] [stdout] test rejects_using_scoped_module_from_unlisted_absolute_module_path_scope ... ok
[INFO] [stdout] test rejects_unknown_module_member ... ok
[INFO] [stdout] test rejects_public_type_alias_exposing_internal_module_type ... ok
[INFO] [stdout] test rejects_type_alias_target_importing_internal_module_alias ... ok
[INFO] [stdout] test rejects_qualified_internal_module_extension_method_outside_module ... ok
[INFO] [stdout] test rejects_scoped_member_from_unlisted_descendant_module_scope ... ok
[INFO] [stdout] test rejects_public_type_function_chained_target_exposing_internal_module_type ... ok
[INFO] [stdout] test rejects_scoped_class_constructor_from_unlisted_package ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- checks_declared_package_dependency_digest_import stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'checks_declared_package_dependency_digest_import' (2400) panicked at tests/modules.rs:1598:39:
[INFO] [stdout] project should check: Parse(Diagnostic { code: ParseError, severity: Error, message: "failed to read /tmp/verse_rs_declared_package_dependency_digest_import_1783602925033156421/main.verse: No such file or directory (os error 2)", span: Some(Span { start: 0, end: 0, line: 1, column: 1 }) })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5da5942aa3b8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5da5942aa3b8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5da5942aa3b8 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5da5942aa3b8 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5da5942bf9aa - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5da5942bf9aa - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x5da5942aee42 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x5da5942aee42 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x5da5942875c6 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5da5942875c6 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5da5942a2179 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5da593c8df0c - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x5da593c8df0c - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5da5942a2332 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x5da5942a2332 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5da594287682 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5da59427c5b9 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5da59428839d - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5da5942c016c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5da5942bfee2 - core[8fb95b77d25ab6c8]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5da593c7d590 - <core[8fb95b77d25ab6c8]::result::Result<verse_rs[dc7529755f7c1853]::checker::semantic_types::Type, verse_rs[dc7529755f7c1853]::error::VerseError>>::expect
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x5da593c55c0b - modules[963a582c1a37c53b]::checks_declared_package_dependency_digest_import
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/modules.rs:1598:39
[INFO] [stdout]   22:     0x5da593c517e7 - modules[963a582c1a37c53b]::checks_declared_package_dependency_digest_import::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/modules.rs:1556:54
[INFO] [stdout]   23:     0x5da593c791d6 - <modules[963a582c1a37c53b]::checks_declared_package_dependency_digest_import::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5da593c80feb - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x5da593c80feb - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   26:     0x5da593c8e865 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   27:     0x5da593c8e865 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   28:     0x5da593c8e865 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x5da593c8e865 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x5da593c8e865 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5da593c8e865 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   32:     0x5da593c8e865 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   33:     0x5da593c88174 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   34:     0x5da593c88174 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x5da593c918e2 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   36:     0x5da593c918e2 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   37:     0x5da593c918e2 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x5da593c918e2 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x5da593c918e2 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5da593c918e2 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   41:     0x5da593c918e2 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5da5942a980f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   43:     0x5da5942a980f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   44:     0x79ec0a51caa4 - <unknown>
[INFO] [stdout]   45:     0x79ec0a5a9a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- checks_direct_import_after_declaring_transitive_package_dependency stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'checks_direct_import_after_declaring_transitive_package_dependency' (2401) panicked at tests/modules.rs:1795:39:
[INFO] [stdout] project should check: Parse(Diagnostic { code: ParseError, severity: Error, message: "failed to read /tmp/verse_rs_direct_import_after_declaring_transitive_package_dependency_1783602925031403632/main.verse: No such file or directory (os error 2)", span: Some(Span { start: 0, end: 0, line: 1, column: 1 }) })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5da5942aa3b8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5da5942aa3b8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5da5942aa3b8 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5da5942aa3b8 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5da5942bf9aa - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5da5942bf9aa - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x5da5942aee42 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x5da5942aee42 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x5da5942875c6 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5da5942875c6 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5da5942a2179 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5da593c8df0c - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x5da593c8df0c - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5da5942a2332 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x5da5942a2332 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5da594287682 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5da59427c5b9 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5da59428839d - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5da5942c016c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5da5942bfee2 - core[8fb95b77d25ab6c8]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5da593c7d590 - <core[8fb95b77d25ab6c8]::result::Result<verse_rs[dc7529755f7c1853]::checker::semantic_types::Type, verse_rs[dc7529755f7c1853]::error::VerseError>>::expect
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x5da593c6724c - modules[963a582c1a37c53b]::checks_direct_import_after_declaring_transitive_package_dependency
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/modules.rs:1795:39
[INFO] [stdout]   22:     0x5da593c52aa7 - modules[963a582c1a37c53b]::checks_direct_import_after_declaring_transitive_package_dependency::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/modules.rs:1736:72
[INFO] [stdout]   23:     0x5da593c7aad6 - <modules[963a582c1a37c53b]::checks_direct_import_after_declaring_transitive_package_dependency::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5da593c80feb - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x5da593c80feb - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   26:     0x5da593c8e865 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   27:     0x5da593c8e865 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   28:     0x5da593c8e865 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x5da593c8e865 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x5da593c8e865 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5da593c8e865 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   32:     0x5da593c8e865 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   33:     0x5da593c88174 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   34:     0x5da593c88174 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x5da593c918e2 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   36:     0x5da593c918e2 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   37:     0x5da593c918e2 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x5da593c918e2 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x5da593c918e2 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5da593c918e2 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   41:     0x5da593c918e2 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5da5942a980f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   43:     0x5da5942a980f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   44:     0x79ec0a51caa4 - <unknown>
[INFO] [stdout]   45:     0x79ec0a5a9a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- evaluates_cross_file_implicit_folder_module_reference stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'evaluates_cross_file_implicit_folder_module_reference' (2409) panicked at tests/modules.rs:3659:36:
[INFO] [stdout] project should check: Check(Diagnostic { code: CheckError, severity: Error, message: "undefined name `DataTypes`", span: Some(Span { start: 185, end: 194, line: 5, column: 1 }) })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5da5942aa3b8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5da5942aa3b8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5da5942aa3b8 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5da5942aa3b8 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5da5942bf9aa - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5da5942bf9aa - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x5da5942aee42 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x5da5942aee42 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x5da5942875c6 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5da5942875c6 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5da5942a2179 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5da593c8df0c - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x5da593c8df0c - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5da5942a2332 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x5da5942a2332 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5da594287682 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5da59427c5b9 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5da59428839d - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5da5942c016c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5da5942bfee2 - core[8fb95b77d25ab6c8]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5da593c7d590 - <core[8fb95b77d25ab6c8]::result::Result<verse_rs[dc7529755f7c1853]::checker::semantic_types::Type, verse_rs[dc7529755f7c1853]::error::VerseError>>::expect
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x5da593c57a3a - modules[963a582c1a37c53b]::evaluates_cross_file_implicit_folder_module_reference
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/modules.rs:3659:36
[INFO] [stdout]   22:     0x5da593c51a27 - modules[963a582c1a37c53b]::evaluates_cross_file_implicit_folder_module_reference::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/modules.rs:3640:59
[INFO] [stdout]   23:     0x5da593c794d6 - <modules[963a582c1a37c53b]::evaluates_cross_file_implicit_folder_module_reference::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5da593c80feb - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x5da593c80feb - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   26:     0x5da593c8e865 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   27:     0x5da593c8e865 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   28:     0x5da593c8e865 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x5da593c8e865 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x5da593c8e865 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5da593c8e865 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   32:     0x5da593c8e865 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   33:     0x5da593c88174 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   34:     0x5da593c88174 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x5da593c918e2 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   36:     0x5da593c918e2 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   37:     0x5da593c918e2 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x5da593c918e2 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x5da593c918e2 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5da593c918e2 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   41:     0x5da593c918e2 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5da5942a980f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   43:     0x5da5942a980f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   44:     0x79ec0a51caa4 - <unknown>
[INFO] [stdout]   45:     0x79ec0a5a9a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- checks_transitive_package_dependency_api_surface stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'checks_transitive_package_dependency_api_surface' (2403) panicked at tests/modules.rs:1662:39:
[INFO] [stdout] project should check: Parse(Diagnostic { code: ParseError, severity: Error, message: "failed to read /tmp/verse_rs_transitive_package_dependency_api_surface_1783602925034248811/main.verse: No such file or directory (os error 2)", span: Some(Span { start: 0, end: 0, line: 1, column: 1 }) })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5da5942aa3b8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5da5942aa3b8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5da5942aa3b8 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5da5942aa3b8 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5da5942bf9aa - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5da5942bf9aa - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x5da5942aee42 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x5da5942aee42 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x5da5942875c6 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5da5942875c6 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5da5942a2179 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5da593c8df0c - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x5da593c8df0c - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5da5942a2332 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x5da5942a2332 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5da594287682 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5da59427c5b9 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5da59428839d - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5da5942c016c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5da5942bfee2 - core[8fb95b77d25ab6c8]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5da593c7d590 - <core[8fb95b77d25ab6c8]::result::Result<verse_rs[dc7529755f7c1853]::checker::semantic_types::Type, verse_rs[dc7529755f7c1853]::error::VerseError>>::expect
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x5da593c5602c - modules[963a582c1a37c53b]::checks_transitive_package_dependency_api_surface
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/modules.rs:1662:39
[INFO] [stdout]   22:     0x5da593c51817 - modules[963a582c1a37c53b]::checks_transitive_package_dependency_api_surface::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/modules.rs:1604:54
[INFO] [stdout]   23:     0x5da593c79216 - <modules[963a582c1a37c53b]::checks_transitive_package_dependency_api_surface::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5da593c80feb - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x5da593c80feb - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   26:     0x5da593c8e865 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   27:     0x5da593c8e865 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   28:     0x5da593c8e865 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x5da593c8e865 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x5da593c8e865 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5da593c8e865 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   32:     0x5da593c8e865 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   33:     0x5da593c88174 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   34:     0x5da593c88174 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x5da593c918e2 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   36:     0x5da593c918e2 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   37:     0x5da593c918e2 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x5da593c918e2 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x5da593c918e2 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5da593c918e2 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   41:     0x5da593c918e2 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5da5942a980f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   43:     0x5da5942a980f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   44:     0x79ec0a51caa4 - <unknown>
[INFO] [stdout]   45:     0x79ec0a5a9a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- evaluates_cross_file_folder_module_import_for_types_and_values stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'evaluates_cross_file_folder_module_import_for_types_and_values' (2407) panicked at tests/modules.rs:3564:36:
[INFO] [stdout] project should check: Check(Diagnostic { code: CheckError, severity: Error, message: "unsupported module path `DataTypes`", span: Some(Span { start: 315, end: 334, line: 8, column: 1 }) })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5da5942aa3b8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5da5942aa3b8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5da5942aa3b8 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5da5942aa3b8 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5da5942bf9aa - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5da5942bf9aa - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x5da5942aee42 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x5da5942aee42 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x5da5942875c6 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5da5942875c6 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5da5942a2179 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5da593c8df0c - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x5da593c8df0c - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5da5942a2332 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x5da5942a2332 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5da594287682 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5da59427c5b9 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5da59428839d - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5da5942c016c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5da5942bfee2 - core[8fb95b77d25ab6c8]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5da593c7d590 - <core[8fb95b77d25ab6c8]::result::Result<verse_rs[dc7529755f7c1853]::checker::semantic_types::Type, verse_rs[dc7529755f7c1853]::error::VerseError>>::expect
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x5da593c61cda - modules[963a582c1a37c53b]::evaluates_cross_file_folder_module_import_for_types_and_values
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/modules.rs:3564:36
[INFO] [stdout]   22:     0x5da593c52567 - modules[963a582c1a37c53b]::evaluates_cross_file_folder_module_import_for_types_and_values::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/modules.rs:3539:68
[INFO] [stdout]   23:     0x5da593c7a3d6 - <modules[963a582c1a37c53b]::evaluates_cross_file_folder_module_import_for_types_and_values::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5da593c80feb - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x5da593c80feb - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   26:     0x5da593c8e865 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   27:     0x5da593c8e865 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   28:     0x5da593c8e865 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x5da593c8e865 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x5da593c8e865 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5da593c8e865 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   32:     0x5da593c8e865 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   33:     0x5da593c88174 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   34:     0x5da593c88174 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x5da593c918e2 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   36:     0x5da593c918e2 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   37:     0x5da593c918e2 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x5da593c918e2 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x5da593c918e2 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5da593c918e2 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   41:     0x5da593c918e2 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5da5942a980f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   43:     0x5da5942a980f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   44:     0x79ec0a51caa4 - <unknown>
[INFO] [stdout]   45:     0x79ec0a5a9a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- evaluates_cross_file_folder_module_with_explicit_public_descriptor stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'evaluates_cross_file_folder_module_with_explicit_public_descriptor' (2408) panicked at tests/modules.rs:3600:36:
[INFO] [stdout] project should check: Check(Diagnostic { code: CheckError, severity: Error, message: "module `DataTypes` has no member `Answer`", span: Some(Span { start: 324, end: 340, line: 8, column: 1 }) })
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5da5942aa3b8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5da5942aa3b8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5da5942aa3b8 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5da5942aa3b8 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5da5942bf9aa - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5da5942bf9aa - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x5da5942aee42 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x5da5942aee42 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x5da5942875c6 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5da5942875c6 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5da5942a2179 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5da593c8df0c - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x5da593c8df0c - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5da5942a2332 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x5da5942a2332 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5da594287682 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5da59427c5b9 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5da59428839d - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5da5942c016c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5da5942bfee2 - core[8fb95b77d25ab6c8]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5da593c7d590 - <core[8fb95b77d25ab6c8]::result::Result<verse_rs[dc7529755f7c1853]::checker::semantic_types::Type, verse_rs[dc7529755f7c1853]::error::VerseError>>::expect
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x5da593c674dd - modules[963a582c1a37c53b]::evaluates_cross_file_folder_module_with_explicit_public_descriptor
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/modules.rs:3600:36
[INFO] [stdout]   22:     0x5da593c52ad7 - modules[963a582c1a37c53b]::evaluates_cross_file_folder_module_with_explicit_public_descriptor::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/modules.rs:3574:72
[INFO] [stdout]   23:     0x5da593c7ab16 - <modules[963a582c1a37c53b]::evaluates_cross_file_folder_module_with_explicit_public_descriptor::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5da593c80feb - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x5da593c80feb - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   26:     0x5da593c8e865 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   27:     0x5da593c8e865 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   28:     0x5da593c8e865 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x5da593c8e865 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x5da593c8e865 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5da593c8e865 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   32:     0x5da593c8e865 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   33:     0x5da593c88174 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   34:     0x5da593c88174 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x5da593c918e2 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   36:     0x5da593c918e2 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   37:     0x5da593c918e2 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x5da593c918e2 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x5da593c918e2 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5da593c918e2 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   41:     0x5da593c918e2 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5da5942a980f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   43:     0x5da5942a980f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   44:     0x79ec0a51caa4 - <unknown>
[INFO] [stdout]   45:     0x79ec0a5a9a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- rejects_available_package_import_without_declared_dependency stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'rejects_available_package_import_without_declared_dependency' (2474) panicked at tests/modules.rs:1839:5:
[INFO] [stdout] assertion failed: error.to_string().contains("unsupported module path `Api`")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5da5942aa3b8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5da5942aa3b8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5da5942aa3b8 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5da5942aa3b8 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5da5942bf9aa - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5da5942bf9aa - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x5da5942aee42 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x5da5942aee42 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x5da5942875c6 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5da5942875c6 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5da5942a2179 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5da593c8df0c - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x5da593c8df0c - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5da5942a2332 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x5da5942a2332 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5da5942876b4 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x5da59427c5b9 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5da59428839d - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5da5942c016c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5da5942c0132 - core[8fb95b77d25ab6c8]::panicking::panic
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x5da593c5f71d - modules[963a582c1a37c53b]::rejects_available_package_import_without_declared_dependency
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/modules.rs:1839:5
[INFO] [stdout]   21:     0x5da593c52297 - modules[963a582c1a37c53b]::rejects_available_package_import_without_declared_dependency::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/modules.rs:1801:66
[INFO] [stdout]   22:     0x5da593c7a016 - <modules[963a582c1a37c53b]::rejects_available_package_import_without_declared_dependency::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x5da593c80feb - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5da593c80feb - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   25:     0x5da593c8e865 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   26:     0x5da593c8e865 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   27:     0x5da593c8e865 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   28:     0x5da593c8e865 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   29:     0x5da593c8e865 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   30:     0x5da593c8e865 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   31:     0x5da593c8e865 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   32:     0x5da593c88174 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   33:     0x5da593c88174 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   34:     0x5da593c918e2 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   35:     0x5da593c918e2 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   36:     0x5da593c918e2 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x5da593c918e2 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   38:     0x5da593c918e2 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   39:     0x5da593c918e2 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   40:     0x5da593c918e2 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5da5942a980f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   42:     0x5da5942a980f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   43:     0x79ec0a51caa4 - <unknown>
[INFO] [stdout]   44:     0x79ec0a5a9a64 - clone
[INFO] [stdout]   45:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- rejects_direct_import_from_transitive_package_dependency stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'rejects_direct_import_from_transitive_package_dependency' (2505) panicked at tests/modules.rs:1727:5:
[INFO] [stdout] parse error[V1001]: failed to read /tmp/verse_rs_direct_import_from_transitive_package_dependency_1783602925248819507/main.verse: No such file or directory (os error 2)
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5da5942aa3b8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5da5942aa3b8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5da5942aa3b8 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5da5942aa3b8 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5da5942bf9aa - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5da5942bf9aa - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x5da5942aee42 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x5da5942aee42 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x5da5942875c6 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5da5942875c6 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5da5942a2179 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5da593c8df0c - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stderr] error: test failed, to rerun pass `--test modules`
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x5da593c8df0c - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5da5942a2332 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x5da5942a2332 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5da594287682 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5da59427c5b9 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5da59428839d - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5da5942c016c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5da593c5a83f - modules[963a582c1a37c53b]::rejects_direct_import_from_transitive_package_dependency
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/modules.rs:1727:5
[INFO] [stdout]   20:     0x5da593c51d27 - modules[963a582c1a37c53b]::rejects_direct_import_from_transitive_package_dependency::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/modules.rs:1668:62
[INFO] [stdout]   21:     0x5da593c798d6 - <modules[963a582c1a37c53b]::rejects_direct_import_from_transitive_package_dependency::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   22:     0x5da593c80feb - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x5da593c80feb - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   24:     0x5da593c8e865 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   25:     0x5da593c8e865 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   26:     0x5da593c8e865 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   27:     0x5da593c8e865 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   28:     0x5da593c8e865 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   29:     0x5da593c8e865 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   30:     0x5da593c8e865 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   31:     0x5da593c88174 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   32:     0x5da593c88174 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   33:     0x5da593c918e2 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   34:     0x5da593c918e2 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   35:     0x5da593c918e2 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   36:     0x5da593c918e2 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   37:     0x5da593c918e2 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   38:     0x5da593c918e2 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   39:     0x5da593c918e2 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   40:     0x5da5942a980f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   41:     0x5da5942a980f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   42:     0x79ec0a51caa4 - <unknown>
[INFO] [stdout]   43:     0x79ec0a5a9a64 - clone
[INFO] [stdout]   44:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- rejects_scoped_ancestor_module_public_member_from_unlisted_module_scope stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'rejects_scoped_ancestor_module_public_member_from_unlisted_module_scope' (2553) panicked at tests/modules.rs:3240:5:
[INFO] [stdout] assertion failed: error.to_string().contains("member `Inner` is scoped to `Outer`")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5da5942aa3b8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5da5942aa3b8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5da5942aa3b8 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5da5942aa3b8 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5da5942bf9aa - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5da5942bf9aa - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x5da5942aee42 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x5da5942aee42 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x5da5942875c6 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5da5942875c6 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5da5942a2179 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5da593c8df0c - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x5da593c8df0c - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5da5942a2332 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x5da5942a2332 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5da5942876b4 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x5da59427c5b9 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5da59428839d - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5da5942c016c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5da5942c0132 - core[8fb95b77d25ab6c8]::panicking::panic
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x5da593c6c2e0 - modules[963a582c1a37c53b]::rejects_scoped_ancestor_module_public_member_from_unlisted_module_scope
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/modules.rs:3240:5
[INFO] [stdout]   21:     0x5da593c53017 - modules[963a582c1a37c53b]::rejects_scoped_ancestor_module_public_member_from_unlisted_module_scope::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/modules.rs:3206:77
[INFO] [stdout]   22:     0x5da593c7b216 - <modules[963a582c1a37c53b]::rejects_scoped_ancestor_module_public_member_from_unlisted_module_scope::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   23:     0x5da593c80feb - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5da593c80feb - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   25:     0x5da593c8e865 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   26:     0x5da593c8e865 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   27:     0x5da593c8e865 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   28:     0x5da593c8e865 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   29:     0x5da593c8e865 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   30:     0x5da593c8e865 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   31:     0x5da593c8e865 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   32:     0x5da593c88174 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   33:     0x5da593c88174 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   34:     0x5da593c918e2 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   35:     0x5da593c918e2 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   36:     0x5da593c918e2 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   37:     0x5da593c918e2 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   38:     0x5da593c918e2 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   39:     0x5da593c918e2 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   40:     0x5da593c918e2 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   41:     0x5da5942a980f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   42:     0x5da5942a980f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   43:     0x79ec0a51caa4 - <unknown>
[INFO] [stdout]   44:     0x79ec0a5a9a64 - clone
[INFO] [stdout]   45:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     checks_declared_package_dependency_digest_import
[INFO] [stdout]     checks_direct_import_after_declaring_transitive_package_dependency
[INFO] [stdout]     checks_transitive_package_dependency_api_surface
[INFO] [stdout]     evaluates_cross_file_folder_module_import_for_types_and_values
[INFO] [stdout]     evaluates_cross_file_folder_module_with_explicit_public_descriptor
[INFO] [stdout]     evaluates_cross_file_implicit_folder_module_reference
[INFO] [stdout]     rejects_available_package_import_without_declared_dependency
[INFO] [stdout]     rejects_direct_import_from_transitive_package_dependency
[INFO] [stdout]     rejects_scoped_ancestor_module_public_member_from_unlisted_module_scope
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 161 passed; 9 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.32s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "3e5ed943d3b91db427897a1ab4e5ebe2fc23d9ccf6887e7cb3e7292ef79687e2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3e5ed943d3b91db427897a1ab4e5ebe2fc23d9ccf6887e7cb3e7292ef79687e2", kill_on_drop: false }`
[INFO] [stdout] 3e5ed943d3b91db427897a1ab4e5ebe2fc23d9ccf6887e7cb3e7292ef79687e2
