[INFO] cloning repository https://github.com/ZachFontenot/gneiss-lang [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ZachFontenot/gneiss-lang" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FZachFontenot%2Fgneiss-lang", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FZachFontenot%2Fgneiss-lang'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1b3adcd567bf141410cf1268062dfa4c324385f1 [INFO] testing ZachFontenot/gneiss-lang against 1.98.0-beta.8+cargoflags=--release for beta-release-1.99-2 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FZachFontenot%2Fgneiss-lang" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'... [INFO] [stderr] done. [INFO] removed /workspace/builds/worker-1-tc1/source/.cargo/config.toml [INFO] started tweaking git repo https://github.com/ZachFontenot/gneiss-lang [INFO] finished tweaking git repo https://github.com/ZachFontenot/gneiss-lang [INFO] tweaked toml for git repo https://github.com/ZachFontenot/gneiss-lang written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/ZachFontenot/gneiss-lang on toolchain 1.98.0-beta.8 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/ZachFontenot/gneiss-lang 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.98.0-beta.8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded proptest v1.9.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }` [INFO] [stdout] 37120f71a7567b2dca52d19d90b76ea2bc0e45e2395886624833bf05c7a7e740 [INFO] running `Command { std: "docker" "start" "37120f71a7567b2dca52d19d90b76ea2bc0e45e2395886624833bf05c7a7e740", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "37120f71a7567b2dca52d19d90b76ea2bc0e45e2395886624833bf05c7a7e740", 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" "37120f71a7567b2dca52d19d90b76ea2bc0e45e2395886624833bf05c7a7e740" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "37120f71a7567b2dca52d19d90b76ea2bc0e45e2395886624833bf05c7a7e740", 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" "37120f71a7567b2dca52d19d90b76ea2bc0e45e2395886624833bf05c7a7e740" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.103 [INFO] [stderr] Compiling unicode-ident v1.0.22 [INFO] [stderr] Compiling quote v1.0.42 [INFO] [stderr] Compiling typenum v1.19.0 [INFO] [stderr] Compiling libc v0.2.178 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling thiserror v2.0.17 [INFO] [stderr] Compiling log v0.4.29 [INFO] [stderr] Compiling im v15.1.0 [INFO] [stderr] Compiling rand_xoshiro v0.6.0 [INFO] [stderr] Compiling bitmaps v2.1.0 [INFO] [stderr] Compiling syn v2.0.111 [INFO] [stderr] Compiling num_cpus v1.17.0 [INFO] [stderr] Compiling mio v1.1.1 [INFO] [stderr] Compiling sized-chunks v0.6.5 [INFO] [stderr] Compiling thiserror-impl v2.0.17 [INFO] [stderr] Compiling gneiss v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `release` profile [optimized] target(s) in 28.93s [INFO] running `Command { std: "docker" "inspect" "37120f71a7567b2dca52d19d90b76ea2bc0e45e2395886624833bf05c7a7e740", 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" "37120f71a7567b2dca52d19d90b76ea2bc0e45e2395886624833bf05c7a7e740" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "test" "--frozen" "--no-run" "--message-format=json" "--release", kill_on_drop: false }` [INFO] [stderr] Compiling getrandom v0.3.4 [INFO] [stderr] Compiling zerocopy v0.8.31 [INFO] [stderr] Compiling rustix v1.1.2 [INFO] [stderr] Compiling bitflags v2.10.0 [INFO] [stderr] Compiling linux-raw-sys v0.11.0 [INFO] [stderr] Compiling once_cell v1.21.3 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling fastrand v2.3.0 [INFO] [stderr] Compiling wait-timeout v0.2.1 [INFO] [stderr] Compiling bit-vec v0.8.0 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling regex-syntax v0.8.8 [INFO] [stderr] Compiling unarray v0.1.4 [INFO] [stderr] Compiling bit-set v0.8.0 [INFO] [stderr] Compiling rand_core v0.9.3 [INFO] [stderr] Compiling rand_xorshift v0.4.0 [INFO] [stderr] Compiling rand v0.9.2 [INFO] [stderr] Compiling tempfile v3.23.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.21 [INFO] [stderr] Compiling rusty-fork v0.3.1 [INFO] [stderr] Compiling rand_chacha v0.9.0 [INFO] [stderr] Compiling proptest v1.9.0 [INFO] [stderr] Compiling gneiss v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `release` profile [optimized] target(s) in 50.17s [INFO] running `Command { std: "docker" "inspect" "37120f71a7567b2dca52d19d90b76ea2bc0e45e2395886624833bf05c7a7e740", 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" "37120f71a7567b2dca52d19d90b76ea2bc0e45e2395886624833bf05c7a7e740" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "test" "--frozen" "--release", kill_on_drop: false }` [INFO] [stdout] [INFO] [stdout] running 191 tests [INFO] [stdout] test ast::tests::test_source_map_empty_lines ... ok [INFO] [stdout] test ast::tests::test_source_map_single_line ... ok [INFO] [stdout] test ast::tests::test_source_map_span_locate ... ok [INFO] [stdout] test ast::tests::test_source_map_span_text ... ok [INFO] [stdout] test ast::tests::test_located_span_display ... ok [INFO] [stdout] test ast::tests::test_source_map_utf8 ... ok [INFO] [stdout] test errors::tests::test_find_similar_excludes_identical ... ok [INFO] [stdout] test blocking_pool::tests::test_pool_creation ... ok [INFO] [stderr] Finished `release` profile [optimized] target(s) in 0.14s [INFO] [stdout] test errors::tests::test_find_similar_multiple ... ok [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/release/deps/gneiss-d80e7b728dc96fc7) [INFO] [stdout] test errors::tests::test_find_similar_no_match ... ok [INFO] [stdout] test errors::tests::test_find_similar_typo ... ok [INFO] [stdout] test errors::tests::test_format_header ... ok [INFO] [stdout] test errors::tests::test_format_snippet_multiline ... ok [INFO] [stdout] test errors::tests::test_format_suggestions_empty ... ok [INFO] [stdout] test errors::tests::test_format_suggestions_multiple ... ok [INFO] [stdout] test errors::tests::test_format_suggestions_single ... ok [INFO] [stdout] test errors::tests::test_levenshtein_empty ... ok [INFO] [stdout] test errors::tests::test_levenshtein_identical ... ok [INFO] [stdout] test errors::tests::test_levenshtein_one_char_diff ... ok [INFO] [stdout] test eval::tests::test_channel_create ... ok [INFO] [stdout] test eval::tests::test_call_method_from_dict ... ok [INFO] [stdout] test eval::tests::test_build_dict_simple ... ok [INFO] [stdout] test errors::tests::test_format_snippet_single_line ... ok [INFO] [stdout] test eval::tests::test_dict_value ... ok [INFO] [stdout] test eval::tests::test_arithmetic ... ok [INFO] [stdout] test eval::tests::test_channel_send_recv_immediate_rendezvous ... ok [INFO] [stdout] test eval::tests::test_concurrent_interleaving_required ... ok [INFO] [stdout] test eval::tests::test_file_round_trip ... ok [INFO] [stdout] test eval::tests::test_async_workers_pattern ... ok [INFO] [stdout] test eval::tests::test_lambda ... ok [INFO] [stdout] test eval::tests::test_let ... ok [INFO] [stdout] test eval::tests::test_let_rec_mutual_even_odd ... ok [INFO] [stdout] test eval::tests::test_let_rec_mutual_even_odd_false ... ok [INFO] [stdout] test eval::tests::test_let_rec_simple ... ok [INFO] [stdout] test eval::tests::test_let_rec_mutual_is_odd ... ok [INFO] [stdout] test eval::tests::test_file_open_nonexistent ... ok [INFO] [stdout] test eval::tests::test_local_function_multiple_params ... ok [INFO] [stdout] test eval::tests::test_local_function_non_recursive ... ok [INFO] [stdout] test eval::tests::test_local_recursive_function ... ok [INFO] [stdout] test eval::tests::test_local_recursive_function_factorial ... ok [INFO] [stdout] test eval::tests::test_local_recursive_function_lambda_form ... ok [INFO] [stdout] test eval::tests::test_match ... ok [INFO] [stdout] test eval::tests::test_bidirectional_ping_pong_proves_interleaving ... ok [INFO] [stdout] test eval::tests::test_file_open_close ... ok [INFO] [stdout] test eval::tests::test_nested_application ... ok [INFO] [stdout] test eval::tests::test_let_rec_three_functions ... ok [INFO] [stdout] test eval::tests::test_list ... ok [INFO] [stdout] test blocking_pool::tests::test_pool_default ... ok [INFO] [stdout] test eval::tests::test_file_write_and_verify ... ok [INFO] [stdout] test eval::tests::test_nested_local_functions ... ok [INFO] [stdout] test eval::tests::test_select_multiple_ready ... ok [INFO] [stdout] test eval::tests::test_file_read_and_verify ... ok [INFO] [stdout] test eval::tests::test_ping_pong ... ok [INFO] [stdout] test eval::tests::test_deadlock_detection ... ok [INFO] [stdout] test eval::tests::test_channel_recv_then_send ... ok [INFO] [stdout] test ast::tests::test_source_map_multiple_lines ... ok [INFO] [stdout] test blocking_pool::tests::test_sleep_operation ... ok [INFO] [stdout] test eval::tests::test_multiple_messages ... ok [INFO] [stdout] test eval::tests::test_producer_consumer_interleaving ... ok [INFO] [stdout] test eval::tests::test_select_second_channel ... ok [INFO] [stdout] test eval::tests::test_seq ... ok [INFO] [stdout] test eval::tests::test_select_deadlock_no_senders ... ok [INFO] [stdout] test eval::tests::test_select_basic ... ok [INFO] [stdout] test eval::tests::test_select_with_pattern ... ok [INFO] [stdout] test eval::tests::test_tuple ... ok [INFO] [stdout] test eval::tests::test_user_defined_operator_complex ... ok [INFO] [stdout] test eval::tests::test_user_defined_operator_basic ... ok [INFO] [stdout] test eval::tests::test_user_defined_operator_prefix_syntax ... ok [INFO] [stdout] test infer::tests::test_all_imports_used ... ok [INFO] [stdout] test infer::tests::test_application ... ok [INFO] [stdout] test infer::tests::test_clear_imports_resets_usage ... ok [INFO] [stdout] test eval::tests::test_show_int_end_to_end ... ok [INFO] [stdout] test eval::tests::test_value_to_type ... ok [INFO] [stdout] test eval::tests::test_spawn_returns_pid ... ok [INFO] [stdout] test infer::tests::test_if ... ok [INFO] [stdout] test eval::tests::test_trait_instance_parsing_and_eval ... ok [INFO] [stdout] test infer::tests::test_lambda ... ok [INFO] [stdout] test eval::tests::test_tcp_connect_returns_error_for_invalid_host ... ok [INFO] [stdout] test infer::tests::test_literal ... ok [INFO] [stdout] test eval::tests::test_select_server_pattern ... ok [INFO] [stdout] test infer::tests::test_generalize_follows_links ... ok [INFO] [stdout] test eval::tests::test_if ... ok [INFO] [stdout] test eval::tests::test_sleep_ms_with_concurrent_work ... ok [INFO] [stdout] test eval::tests::test_tcp_listen_and_accept ... ok [INFO] [stdout] test infer::tests::test_multiple_type_errors_accumulated ... ok [INFO] [stdout] test blocking_pool::tests::test_multiple_tasks ... ok [INFO] [stdout] test blocking_pool::tests::test_tcp_connect_failure ... ok [INFO] [stdout] test infer::tests::test_method_call_adds_predicate ... ok [INFO] [stdout] test infer::tests::test_module_alias_used ... ok [INFO] [stdout] test blocking_pool::tests::test_file_open_nonexistent ... ok [INFO] [stdout] test infer::tests::test_constrained_instance_registration ... ok [INFO] [stdout] test infer::tests::test_trait_registration ... ok [INFO] [stdout] test infer::tests::test_error_accumulation_continues_after_unbound_variable ... ok [INFO] [stdout] test eval::tests::test_sleep_ms_returns_unit ... ok [INFO] [stdout] test infer::tests::test_single_error_still_works ... ok [INFO] [stdout] test infer::tests::test_overlapping_instance_error ... ok [INFO] [stdout] test infer::tests::test_select_type_inference_consistent ... ok [INFO] [stdout] test infer::tests::test_unused_module_alias ... ok [INFO] [stdout] test io_reactor::tests::test_poll_no_events ... ok [INFO] [stdout] test io_reactor::tests::test_reactor_new ... ok [INFO] [stdout] test lexer::tests::test_arrows_preserved ... ok [INFO] [stdout] test io_reactor::tests::test_register_and_deregister ... ok [INFO] [stdout] test lexer::tests::test_basic ... ok [INFO] [stdout] test infer::tests::test_select_type_inference_mismatch ... ok [INFO] [stdout] test infer::tests::test_instance_registration ... ok [INFO] [stdout] test lexer::tests::test_typeclass_tokens ... ok [INFO] [stdout] test lexer::tests::test_rec_and_keywords ... ok [INFO] [stdout] test lexer::tests::test_module_tokens ... ok [INFO] [stdout] test lexer::tests::test_trait_not_ident ... ok [INFO] [stdout] test infer::tests::test_unification_then_generalize ... ok [INFO] [stdout] test infer::tests::test_unused_import_tracking ... ok [INFO] [stdout] test eval::tests::test_sleep_ms_basic ... ok [INFO] [stdout] test lexer::tests::test_comments ... ok [INFO] [stdout] test infer::tests::test_error_recovery_prevents_cascades ... ok [INFO] [stdout] test io_reactor::tests::test_poll_with_ready_listener ... ok [INFO] [stdout] test infer::tests::test_trait_method_lookup ... ok [INFO] [stdout] test lexer::tests::test_user_defined_operators ... ok [INFO] [stdout] test infer::tests::test_trait_unknown_error ... ok [INFO] [stdout] test module::tests::test_path_to_module_name ... ok [INFO] [stdout] test module::tests::test_to_pascal_case ... ok [INFO] [stdout] test module::tests::test_to_snake_case ... ok [INFO] [stdout] test operators::tests::test_builtin_operators ... ok [INFO] [stdout] test operators::tests::test_shadowing_builtin ... ok [INFO] [stdout] test operators::tests::test_user_operator ... ok [INFO] [stdout] test parser::combinators::tests::test_many_while ... ok [INFO] [stdout] test parser::combinators::tests::test_separated_list ... ok [INFO] [stdout] test parser::cursor::tests::test_backtracking ... ok [INFO] [stdout] test parser::cursor::tests::test_basic_navigation ... ok [INFO] [stdout] test parser::cursor::tests::test_lookahead ... ok [INFO] [stdout] test parser::cursor::tests::test_match_and_consume ... ok [INFO] [stdout] test parser::pattern::tests::test_cons_pattern ... ok [INFO] [stdout] test parser::pattern::tests::test_constructor_nullary ... ok [INFO] [stdout] test parser::pattern::tests::test_constructor_with_arg ... ok [INFO] [stdout] test parser::pattern::tests::test_int_literal ... ok [INFO] [stdout] test parser::pattern::tests::test_list_pattern ... ok [INFO] [stdout] test parser::pattern::tests::test_tuple_pattern ... ok [INFO] [stdout] test parser::pattern::tests::test_var ... ok [INFO] [stdout] test parser::pattern::tests::test_unit_pattern ... ok [INFO] [stdout] test parser::combinators::tests::test_separated_list_empty ... ok [INFO] [stdout] test parser::record::tests::test_empty_record ... ok [INFO] [stdout] test parser::combinators::tests::test_separated_list_trailing ... ok [INFO] [stdout] test parser::record::tests::test_record_literal_fields ... ok [INFO] [stdout] test parser::pattern::tests::test_empty_list_pattern ... ok [INFO] [stdout] test parser::record::tests::test_trailing_comma ... ok [INFO] [stdout] test parser::record::tests::test_record_pattern_fields ... ok [INFO] [stdout] test parser::types::tests::test_arrow_type ... ok [INFO] [stdout] test parser::types::tests::test_simple_type ... ok [INFO] [stdout] test parser::types::tests::test_tuple_type ... ok [INFO] [stdout] test parser::types::tests::test_type_app ... ok [INFO] [stdout] test parser::types::tests::test_unit_type ... ok [INFO] [stdout] test parser::types::tests::test_type_var ... ok [INFO] [stdout] test runtime::tests::test_spawn ... ok [INFO] [stdout] test lexer::tests::test_operators ... ok [INFO] [stdout] test test_support::tests::test_assert_type ... ok [INFO] [stdout] test test_support::tests::test_effect_trace ... ok [INFO] [stdout] test test_support::tests::test_assert_eval_int ... ok [INFO] [stdout] test test_support::tests::test_assert_type_error ... ok [INFO] [stdout] test test_support::tests::test_parse_expr ... ok [INFO] [stdout] test module::tests::test_module_path_to_file_path ... ok [INFO] [stdout] test parser::pattern::tests::test_wildcard ... ok [INFO] [stdout] test operators::tests::test_operator_chars ... ok [INFO] [stdout] test prelude::tests::test_prelude_has_option_type ... ok [INFO] [stdout] test parser::record::tests::test_record_type_fields ... ok [INFO] [stdout] test test_support::tests::test_values_equal ... ok [INFO] [stdout] test types::tests::test_class_env_register_trait ... ok [INFO] [stdout] test types::tests::test_class_env_register_instance ... ok [INFO] [stdout] test parser::types::tests::test_arrow_type_right_assoc ... ok [INFO] [stdout] test types::tests::test_entail_direct ... ok [INFO] [stdout] test prelude::tests::test_prelude_parses ... ok [INFO] [stdout] test types::tests::test_match_type_variable ... ok [INFO] [stdout] test types::tests::test_match_type_exact ... ok [INFO] [stdout] test types::tests::test_match_type_wrong_constructor ... ok [INFO] [stdout] test types::tests::test_pred_apply_substitution ... ok [INFO] [stdout] test types::tests::test_pred_equality ... ok [INFO] [stdout] test prelude::tests::test_prelude_has_result_type ... ok [INFO] [stdout] test types::tests::test_resolve_all_recursive ... ok [INFO] [stdout] test types::tests::test_resolve_constrained_instance ... ok [INFO] [stdout] test runtime::tests::test_channel ... ok [INFO] [stdout] test types::tests::test_lookup_method ... ok [INFO] [stdout] test types::tests::test_overlap_detection ... ok [INFO] [stdout] test types::tests::test_resolve_basic_instance ... ok [INFO] [stdout] test parser::types::tests::test_channel_type ... ok [INFO] [stdout] test parser::types::tests::test_list_type ... ok [INFO] [stdout] test test_support::tests::test_typecheck_expr ... ok [INFO] [stdout] test test_support::tests::test_assert_eval_bool ... ok [INFO] [stdout] test types::tests::test_class_env_unknown_trait_error ... ok [INFO] [stdout] test types::tests::test_entail_via_instance ... ok [INFO] [stdout] test types::tests::test_match_type_constructor ... ok [INFO] [stdout] test types::tests::test_resolve_no_instance ... ok [INFO] [stdout] test types::tests::test_match_type_different_primitives ... ok [INFO] [stdout] test test_support::tests::test_expr_matches ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 191 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.30s [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/release/deps/gneiss-3ab20314047f4d60) [INFO] [stderr] Running tests/ast_structure.rs (/opt/rustwide/target/release/deps/ast_structure-43563bcbf59a79d8) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 33 tests [INFO] [stdout] test application::application_of_lambda ... ok [INFO] [stdout] test application::curried_application ... ok [INFO] [stdout] test application::simple_application ... ok [INFO] [stdout] test channel_operations::channel_new ... ok [INFO] [stdout] test collections::empty_list ... ok [INFO] [stdout] test collections::list_with_elements ... ok [INFO] [stdout] test channel_operations::channel_recv ... ok [INFO] [stdout] test if_expressions::nested_if_in_condition ... ok [INFO] [stdout] test channel_operations::channel_send ... ok [INFO] [stdout] test if_expressions::simple_if ... ok [INFO] [stdout] test lambda_expressions::lambda_with_pattern ... ok [INFO] [stdout] test collections::tuple_structure ... ok [INFO] [stdout] test lambda_expressions::multi_param_lambda ... ok [INFO] [stdout] test lambda_expressions::nested_lambda ... ok [INFO] [stdout] test lambda_expressions::single_param_lambda ... ok [INFO] [stdout] test let_expressions::let_with_function_params ... ok [INFO] [stdout] test let_expressions::nested_let_structure ... ok [INFO] [stdout] test match_expressions::match_arm_patterns ... ok [INFO] [stdout] test let_expressions::simple_let_structure ... ok [INFO] [stdout] test match_expressions::match_with_guard ... ok [INFO] [stdout] test match_expressions::simple_match ... ok [INFO] [stdout] test operators::comparison_lower_than_arithmetic ... ok [INFO] [stdout] test operators::cons_right_associative ... ok [INFO] [stdout] test operators::left_associativity_of_addition ... ok [INFO] [stdout] test operators::logical_and_lower_than_comparison ... ok [INFO] [stdout] test operators::unary_minus ... ok [INFO] [stdout] test pipelines::chained_pipes ... ok [INFO] [stdout] test pipelines::forward_pipe ... ok [INFO] [stdout] test select_expressions::simple_select ... ok [INFO] [stdout] test operators::multiplication_higher_than_addition ... ok [INFO] [stdout] test spawn_expressions::fiber_spawn ... ok [INFO] [stdout] test spawn_expressions::spawn_as_function_application ... ok [INFO] [stdout] test let_expressions::let_rec_structure ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 33 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running tests/error_snapshots.rs (/opt/rustwide/target/release/deps/error_snapshots-4e697f43ba40c2ce) [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test snapshot_lex_error_unexpected_char ... ok [INFO] [stdout] test snapshot_lex_error_unterminated_string ... ok [INFO] [stdout] test snapshot_parse_error_unexpected_token ... ok [INFO] [stdout] test snapshot_parse_error_unexpected_eof ... ok [INFO] [stdout] test snapshot_type_error_with_suggestion ... ok [INFO] [stdout] test snapshot_type_error_unbound_variable ... ok [INFO] [stdout] test snapshot_type_error_mismatch ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] [stderr] Running tests/fiber_effects.rs (/opt/rustwide/target/release/deps/fiber_effects-301dffbcc5c5daeb) [INFO] [stdout] [INFO] [stdout] running 37 tests [INFO] [stdout] test basic_fibers::multiple_spawns_and_joins ... ok [INFO] [stdout] test basic_fibers::spawn_and_join_returns_value ... ok [INFO] [stdout] test basic_fibers::spawn_creates_fiber ... ok [INFO] [stdout] test concurrency::interleaving_required_for_success ... ok [INFO] [stdout] test concurrency::parallel_workers ... ok [INFO] [stdout] test errors::deadlock_with_join ... ok [INFO] [stdout] test basic_fibers::yield_allows_other_fibers_to_run ... ok [INFO] [stdout] test fiber_channels::fiber_receive_and_send ... ok [INFO] [stdout] test regression::fiber_effect_bubbles_correctly ... ok [INFO] [stdout] test concurrency::join_after_fiber_completes ... ok [INFO] [stdout] test basic_fibers::nested_fiber_spawn ... ok [INFO] [stdout] test concurrency::join_before_fiber_completes ... ok [INFO] [stdout] test regression::channel_inside_fiber ... ok [INFO] [stdout] test basic_fibers::spawn_and_join_with_computation ... ok [INFO] [stdout] test regression::fiber_with_nested_lets ... ok [INFO] [stdout] test regression::old_spawn_still_works ... ok [INFO] [stdout] test select_operations::nested_select_in_arm ... ok [INFO] [stdout] test regression::fiber_with_closure_capture ... ok [INFO] [stdout] test select_operations::select_blocking_then_ready ... ok [INFO] [stdout] test concurrency::producer_consumer_pattern ... ok [INFO] [stdout] test select_operations::select_first_ready ... ok [INFO] [stdout] test fiber_channels::ping_pong_between_fibers ... ok [INFO] [stdout] test fiber_channels::channel_with_yield ... ok [INFO] [stdout] test select_operations::select_inside_fiber ... ok [INFO] [stdout] test fiber_channels::fiber_send_and_receive ... ok [INFO] [stdout] test select_operations::select_multiple_senders_one_channel ... ok [INFO] [stdout] test fiber_channels::multiple_messages_through_channel ... ok [INFO] [stdout] test types::fiber_spawn_has_fiber_type ... ok [INFO] [stdout] test types::fiber_join_returns_fiber_result_type ... ok [INFO] [stdout] test types::fiber_yield_returns_unit ... ok [INFO] [stdout] test select_operations::select_returns_value_to_binding ... ok [INFO] [stdout] test types::channel_operations_type_correctly ... ok [INFO] [stdout] test select_operations::select_with_computation ... ok [INFO] [stdout] test select_operations::select_with_four_channels ... ok [INFO] [stdout] test errors::deadlock_detection_mutual_recv ... ok [INFO] [stdout] test errors::deadlock_detection_single_recv ... ok [INFO] [stdout] test select_operations::select_second_ready ... ok [INFO] [stderr] Running tests/parser_negative.rs (/opt/rustwide/target/release/deps/parser_negative-90a928e462443a92) [INFO] [stdout] [INFO] [stdout] test result: ok. 37 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.23s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 52 tests [INFO] [stdout] test channels::select_missing_end ... ok [INFO] [stdout] test expressions::double_operator ... ok [INFO] [stdout] test expressions::empty_sequence ... ok [INFO] [stdout] test expressions::extra_paren ... ok [INFO] [stdout] test expressions::missing_operand ... ok [INFO] [stdout] test expressions::trailing_comma_in_args ... ok [INFO] [stdout] test expressions::unclosed_paren ... ok [INFO] [stdout] test if_expr::missing_else ... ok [INFO] [stdout] test if_expr::missing_else_branch ... ok [INFO] [stdout] test channels::select_missing_arrow ... ok [INFO] [stdout] test if_expr::missing_condition ... ok [INFO] [stdout] test expressions::unclosed_brace ... ok [INFO] [stdout] test if_expr::missing_then_branch ... ok [INFO] [stdout] test imports::export_unclosed_parens ... ok [INFO] [stdout] test imports::import_missing_module ... ok [INFO] [stdout] test imports::import_unclosed_parens ... ok [INFO] [stdout] test lambda::missing_arrow ... ok [INFO] [stdout] test if_expr::missing_then ... ok [INFO] [stdout] test delimiters::select_without_end ... ok [INFO] [stdout] test expressions::unclosed_bracket ... ok [INFO] [stdout] test lambda::missing_body ... ok [INFO] [stdout] test let_bindings::let_expr_missing_in ... ok [INFO] [stdout] test let_bindings::let_rec_missing_and_between_bindings ... ok [INFO] [stdout] test let_bindings::missing_body ... ok [INFO] [stdout] test let_bindings::missing_equals ... ok [INFO] [stdout] test channels::select_missing_pipe ... ok [INFO] [stdout] test let_bindings::missing_name ... ok [INFO] [stdout] test delimiters::nested_match_without_end ... ok [INFO] [stdout] test match_expr::missing_arrow ... ok [INFO] [stdout] test patterns::unclosed_tuple_pattern ... ok [INFO] [stdout] test type_decls::missing_equals ... ok [INFO] [stdout] test type_decls::missing_name ... ok [INFO] [stdout] test type_decls::record_missing_colon ... ok [INFO] [stdout] test patterns::unclosed_list_pattern ... ok [INFO] [stdout] test type_decls::record_unclosed_brace ... ok [INFO] [stdout] test type_decls::record_missing_type ... ok [INFO] [stdout] test typeclasses::impl_missing_where ... ok [INFO] [stdout] test typeclasses::trait_missing_name ... ok [INFO] [stdout] test typeclasses::trait_missing_where ... ok [INFO] [stdout] test lambda::double_arrow ... ok [INFO] [stdout] test typeclasses::impl_missing_for ... ok [INFO] [stdout] test match_expr::missing_body ... ok [INFO] [stdout] test match_expr::missing_pattern ... ok [INFO] [stdout] test match_expr::no_arms ... ok [INFO] [stdout] test operators::operator_def_missing_body ... ok [INFO] [stdout] test operators::fixity_invalid_precedence ... ok [INFO] [stdout] test operators::fixity_missing_precedence ... ok [INFO] [stdout] test patterns::empty_cons_pattern ... ok [INFO] [stdout] test patterns::missing_cons_tail ... ok [INFO] [stdout] test match_expr::missing_with ... ok [INFO] [stdout] test match_expr::missing_end ... ok [INFO] [stdout] test patterns::invalid_pattern_literal ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 52 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stderr] Running tests/parser_unit.rs (/opt/rustwide/target/release/deps/parser_unit-ef0daaaae3d82dfb) [INFO] [stdout] [INFO] [stdout] running 57 tests [INFO] [stdout] test channels::channel_send ... ok [INFO] [stdout] test exports::export_mixed ... ok [INFO] [stdout] test exports::export_type_all ... ok [INFO] [stdout] test exports::export_type_only ... ok [INFO] [stdout] test channels::channel_new ... ok [INFO] [stdout] test channels::select_expression ... ok [INFO] [stdout] test channels::channel_recv ... ok [INFO] [stdout] test exports::export_type_some ... ok [INFO] [stdout] test exports::export_values ... ok [INFO] [stdout] test expressions::binary_operators ... ok [INFO] [stdout] test expressions::field_access ... ok [INFO] [stdout] test expressions::if_then_else ... ok [INFO] [stdout] test expressions::list_literal ... ok [INFO] [stdout] test expressions::match_requires_end ... ok [INFO] [stdout] test expressions::match_without_end_fails ... ok [INFO] [stdout] test expressions::lambda ... ok [INFO] [stdout] test expressions::pipe_backward ... ok [INFO] [stdout] test expressions::pipe_forward ... ok [INFO] [stdout] test expressions::record_update ... ok [INFO] [stdout] test expressions::record_literal ... ok [INFO] [stdout] test expressions::sequence ... ok [INFO] [stdout] test expressions::unit ... ok [INFO] [stdout] test imports::import_with_alias ... ok [INFO] [stdout] test imports::selective_import ... ok [INFO] [stdout] test imports::module_path ... ok [INFO] [stdout] test imports::selective_import_with_alias ... ok [INFO] [stdout] test imports::simple_import ... ok [INFO] [stdout] test let_bindings::let_decl_with_double_semi ... ok [INFO] [stdout] test let_bindings::let_expression ... ok [INFO] [stdout] test let_bindings::let_function ... ok [INFO] [stdout] test let_bindings::let_function_expression ... ok [INFO] [stdout] test let_bindings::let_rec_mutual ... ok [INFO] [stdout] test let_bindings::simple_let ... ok [INFO] [stdout] test operators::fixity_declaration ... ok [INFO] [stdout] test operators::operator_def_prefix ... ok [INFO] [stdout] test operators::operator_def_infix ... ok [INFO] [stdout] test patterns::cons_pattern ... ok [INFO] [stdout] test patterns::constructor_nullary ... ok [INFO] [stdout] test patterns::constructor_with_args ... ok [INFO] [stdout] test patterns::guard ... ok [INFO] [stdout] test patterns::list_pattern ... ok [INFO] [stdout] test patterns::record_pattern ... ok [INFO] [stdout] test patterns::literal_patterns ... ok [INFO] [stdout] test patterns::tuple_pattern ... ok [INFO] [stdout] test patterns::variable ... ok [INFO] [stdout] test patterns::wildcard ... ok [INFO] [stdout] test type_decls::record_type ... ok [INFO] [stdout] test type_decls::type_alias ... ok [INFO] [stdout] test type_decls::variant_type ... ok [INFO] [stdout] test typeclasses::constrained_instance ... ok [INFO] [stdout] test typeclasses::instance_decl ... ok [INFO] [stdout] test typeclasses::trait_decl ... ok [INFO] [stdout] test typeclasses::trait_with_supertrait ... ok [INFO] [stdout] test val_decls::val_function ... ok [INFO] [stdout] test expressions::tuple ... ok [INFO] [stdout] test val_decls::val_simple ... ok [INFO] [stdout] test typeclasses::trait_multiple_methods ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 57 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/pattern_stress.rs (/opt/rustwide/target/release/deps/pattern_stress-912934bea9b7c9c2) [INFO] [stdout] [INFO] [stdout] running 35 tests [INFO] [stdout] test cons_let_pattern_preserves_polymorphism ... ok [INFO] [stdout] test cons_pattern_head_tail ... ok [INFO] [stdout] test constructor_with_three_fields ... ok [INFO] [stdout] test int_literal_patterns ... ok [INFO] [stdout] test nested_tuple_patterns ... ok [INFO] [stdout] test bool_literal_pattern ... ok [INFO] [stdout] test simple_let_var_polymorphism_baseline ... ok [INFO] [stdout] test constructor_app_is_a_value ... ok [INFO] [stdout] test char_literal_pattern ... ok [INFO] [stdout] test record_literal_is_a_value ... ok [INFO] [stdout] test binary_tree_pattern ... ok [INFO] [stdout] test cons_pattern_multiple_elements ... ok [INFO] [stdout] test expr_ast_pattern ... ok [INFO] [stdout] test empty_list_pattern ... ok [INFO] [stdout] test single_arm_match ... ok [INFO] [stdout] test constructor_pattern_in_function ... ok [INFO] [stdout] test tuple_let_pattern_both_components_polymorphic ... ok [INFO] [stdout] test tuple_let_pattern_preserves_polymorphism ... ok [INFO] [stdout] test multiple_wildcards_in_pattern ... ok [INFO] [stdout] test overlapping_patterns_first_wins ... ok [INFO] [stdout] test tuple_destructuring_in_let ... ok [INFO] [stdout] test deeply_nested_option_pattern ... ok [INFO] [stdout] test nested_list_pattern ... ok [INFO] [stdout] test toplevel_tuple_destructuring ... ok [INFO] [stdout] test wildcard_catches_all ... ok [INFO] [stdout] test toplevel_nested_tuple_destructuring ... ok [INFO] [stdout] test either_type_both_branches ... ok [INFO] [stdout] test nested_destructuring_in_let ... ok [INFO] [stdout] test string_literal_pattern ... ok [INFO] [stdout] test unit_pattern ... ok [INFO] [stdout] test toplevel_tuple_functions_applied ... ok [INFO] [stdout] test tuple_pattern_in_function ... ok [INFO] [stdout] test literal_before_variable ... ok [INFO] [stdout] test wildcard_ignores_value ... ok [INFO] [stdout] test toplevel_tuple_with_functions ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 35 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s [INFO] [stdout] [INFO] [stderr] Running tests/polymorphic_dispatch.rs (/opt/rustwide/target/release/deps/polymorphic_dispatch-c3547afa79c2e0ba) [INFO] [stdout] [INFO] [stdout] running 21 tests [INFO] [stdout] test polymorphic_eq::eq_in_higher_order_function ... ok [INFO] [stdout] test inspect_show_test_structure ... ok [INFO] [stdout] test polymorphic_comparison::lt_through_polymorphic_function ... ok [INFO] [stdout] test nested_contexts::polymorphic_in_lambda_body ... ok [INFO] [stdout] test polymorphic_comparison::comparison_chain_polymorphic ... ok [INFO] [stdout] test multiple_constraints::show_and_eq_together ... ok [INFO] [stdout] test polymorphic_arithmetic::add_concrete_types ... ok [INFO] [stdout] test nested_contexts::deeply_nested_polymorphic ... ok [INFO] [stdout] test nested_contexts::polymorphic_in_match_arm ... ok [INFO] [stdout] test polymorphic_eq::eq_used_at_multiple_types ... ok [INFO] [stdout] test trait_dispatch::constrained_type_in_let_binding ... ok [INFO] [stdout] test nested_contexts::polymorphic_in_let_body ... ok [INFO] [stdout] test nested_contexts::polymorphic_in_if_branch ... ok [INFO] [stdout] test polymorphic_eq::eq_through_polymorphic_function_string ... ok [INFO] [stdout] test trait_dispatch::show_through_polymorphic_function ... ok [INFO] [stdout] test regression::polymorphic_eq_with_show_in_error ... ok [INFO] [stdout] test polymorphic_eq::neq_through_polymorphic_function ... ok [INFO] [stdout] test trait_dispatch::trait_method_in_nested_function ... ok [INFO] [stdout] test regression::assert_eq_fails_correctly ... ok [INFO] [stdout] test regression::assert_eq_pattern ... ok [INFO] [stdout] test polymorphic_eq::eq_through_polymorphic_function_int ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 21 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.23s [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Running tests/properties.rs (/opt/rustwide/target/release/deps/properties-a4eb8b60aaf9d4ec) [INFO] [stdout] running 18 tests [INFO] [stdout] test test_let_polymorphism_basic ... ok [INFO] [stdout] test test_nested_let_polymorphism ... ok [INFO] [stdout] test test_nested_match_with_sequences ... ok [INFO] [stdout] test test_occurs_check_prevents_infinite_type ... ok [INFO] [stdout] test test_char_comparison_operators ... ok [INFO] [stdout] test test_sequence_in_match_arm ... ok [INFO] [stdout] test test_value_restriction ... ok [INFO] [stdout] test occurs_check_negative ... ok [INFO] [stdout] test occurs_check_detects_self_reference ... ok [INFO] [stdout] test unify_symmetric ... ok [INFO] [stdout] test identity_is_polymorphic ... ok [INFO] [stdout] test unify_reflexive ... ok [INFO] [stdout] test const_is_polymorphic ... ok [INFO] [stdout] test inference_does_not_panic ... ok [INFO] [stdout] test unify_produces_equal_types ... ok [INFO] [stdout] test inference_deterministic ... ok [INFO] [stdout] test progress ... ok [INFO] [stdout] test type_preservation ... ok [INFO] [stderr] Running tests/proptest_typeclasses.rs (/opt/rustwide/target/release/deps/proptest_typeclasses-7f4aeb2975a12642) [INFO] [stdout] [INFO] [stdout] test result: ok. 18 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 20 tests [INFO] [stdout] test regression::test_nullary_constructor ... ok [INFO] [stdout] test regression::test_constraint_chain ... ok [INFO] [stdout] test regression::test_multiple_constructors_same_type ... ok [INFO] [stdout] test regression::test_constructor_name_vs_type_name ... ok [INFO] [stdout] test regression::test_recursive_show_call ... ok [INFO] [stdout] test regression::test_nested_different_types ... ok [INFO] [stdout] test regression::test_three_constructors ... ok [INFO] [stdout] test regression::test_multiple_type_params ... ok [INFO] [stdout] test show_through_function ... ok [INFO] [stdout] test show_nested_option ... ok [INFO] [stdout] test show_int_any_value ... ok [INFO] [stdout] test show_either ... ok [INFO] [stdout] test show_option_some_int ... ok [INFO] [stdout] test show_list_int ... ok [INFO] [stdout] test show_deep_nesting ... ok [INFO] [stdout] test show_option_bool ... ok [INFO] [stdout] test show_option_none ... ok [INFO] [stdout] test multiple_traits_int ... ok [INFO] [stdout] test show_in_match_arm ... ok [INFO] [stdout] test custom_type_name ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 20 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.52s [INFO] [stdout] [INFO] [stderr] Running tests/scheduler_stress.rs (/opt/rustwide/target/release/deps/scheduler_stress-a8c4e67e7bd9a090) [INFO] [stdout] [INFO] [stdout] running 18 tests [INFO] [stdout] test known_limitation_recursive_channel_loop ... ignored [INFO] [stdout] test channel_created_inside_fiber ... ok [INFO] [stdout] test select_multiple_rounds ... ok [INFO] [stdout] test pipeline_chain_5_stages ... ok [INFO] [stdout] test nested_fiber_with_channels ... ok [INFO] [stdout] test multiple_joins_same_fiber ... ok [INFO] [stdout] test deadlock_cycle_of_two ... ok [INFO] [stdout] test deadlock_all_waiting ... ok [INFO] [stdout] test fairness_round_robin ... ok [INFO] [stdout] test select_all_blocking_then_one_ready ... ok [INFO] [stdout] test nested_fiber_depth_10 ... ok [INFO] [stdout] test rapid_pingpong_5_messages ... ok [INFO] [stdout] test stress_20_channels ... ok [INFO] [stdout] test stress_fiber_spawn_in_loop ... ok [INFO] [stdout] test join_already_completed_fiber ... ok [INFO] [stdout] test select_with_three_channels ... ok [INFO] [stdout] test rapid_yield_alternation ... ok [INFO] [stdout] test stress_50_fibers_join_all ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 17 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.06s [INFO] [stdout] [INFO] [stderr] Running tests/tail_call_optimization.rs (/opt/rustwide/target/release/deps/tail_call_optimization-0f01ab25592823c5) [INFO] [stdout] [INFO] [stdout] running 11 tests [INFO] [stdout] test tco_five_million_iterations ... ignored [INFO] [stdout] test tco_continuation_passing ... ok [INFO] [stdout] test tco_trampolined_recursion ... ok [INFO] [stdout] test tco_mutual_recursion ... ok [INFO] [stdout] test tco_with_closure_creation ... ok [INFO] [stdout] test tco_with_partial_application ... ok [INFO] [stdout] test tco_with_match ... ok [INFO] [stdout] test tco_sum_list_deep ... ok [INFO] [stdout] test tco_with_if_branches ... ok [INFO] [stdout] test tco_countdown_100k ... ok [INFO] [stdout] test tco_million_iterations ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 10 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 1.26s [INFO] [stdout] [INFO] [stderr] Running tests/type_rejection.rs (/opt/rustwide/target/release/deps/type_rejection-776f0d38b9dea170) [INFO] [stdout] [INFO] [stdout] running 57 tests [INFO] [stdout] test effects::handler_arms_different_types ... ok [INFO] [stdout] test channels::recv_send_type_mismatch ... ok [INFO] [stdout] test effects::handler_return_type_mismatch ... ok [INFO] [stdout] test exhaustiveness::exhaustive_nested_constructor_with_wildcards ... ok [INFO] [stdout] test exhaustiveness::non_exhaustive_adt_missing_constructor ... ok [INFO] [stdout] test exhaustiveness::exhaustive_int_with_wildcard ... ok [INFO] [stdout] test constructor_arity::pattern_with_too_few_args_rejected ... ok [INFO] [stdout] test channels::channel_in_function_type_safety ... ok [INFO] [stdout] test exhaustiveness::exhaustive_adt_all_constructors ... ok [INFO] [stdout] test exhaustiveness::guarded_arm_does_not_count_for_exhaustiveness ... ok [INFO] [stdout] test exhaustiveness::guarded_then_default_is_exhaustive ... ok [INFO] [stdout] test constructor_arity::pattern_with_too_many_args_rejected ... ok [INFO] [stdout] test exhaustiveness::non_exhaustive_list_only_cons ... ok [INFO] [stdout] test patterns::constructor_wrong_arity ... ok [INFO] [stdout] test exhaustiveness::non_exhaustive_bool_only_false ... ok [INFO] [stdout] test exhaustiveness::non_exhaustive_int_literals ... ok [INFO] [stdout] test exhaustiveness::exhaustive_list_nil_and_cons ... ok [INFO] [stdout] test exhaustiveness::exhaustive_bool_both_branches ... ok [INFO] [stdout] test exhaustiveness::non_exhaustive_option_missing_none ... ok [INFO] [stdout] test exhaustiveness::non_exhaustive_list_only_nil ... ok [INFO] [stdout] test scope::unbound_variable ... ok [INFO] [stdout] test scope::shadowed_variable_type_change ... ok [INFO] [stdout] test scope::variable_not_in_scope_after_let ... ok [INFO] [stdout] test soundness::occurs_check_recursive_type ... ok [INFO] [stdout] test soundness::occurs_check_self_application ... ok [INFO] [stdout] test soundness::top_level_letrec_value_restriction_channel ... ok [INFO] [stdout] test exhaustiveness::non_exhaustive_bool_only_true ... ok [INFO] [stdout] test exhaustiveness::exhaustive_list_with_literal_singleton_and_default ... ok [INFO] [stdout] test exhaustiveness::exhaustive_adt_with_wildcard ... ok [INFO] [stdout] test exhaustiveness::non_exhaustive_nested_constructor ... ok [INFO] [stdout] test soundness::polymorphic_channel_mixed_types ... ok [INFO] [stdout] test type_mismatch::bool_and_int ... ok [INFO] [stdout] test type_mismatch::comparison_different_types ... ok [INFO] [stdout] test type_mismatch::cons_wrong_types ... ok [INFO] [stdout] test type_mismatch::function_wrong_argument_type ... ok [INFO] [stdout] test type_mismatch::if_condition_not_bool ... ok [INFO] [stdout] test type_mismatch::apply_non_function ... ok [INFO] [stdout] test type_mismatch::if_branches_different_types ... ok [INFO] [stdout] test type_mismatch::int_plus_bool ... ok [INFO] [stdout] test type_mismatch::int_plus_string ... ok [INFO] [stdout] test typeclasses::missing_instance ... ok [INFO] [stdout] test type_mismatch::list_mixed_types ... ok [INFO] [stdout] test predicate_discharge::show_constraint_propagates_to_call_site ... ok [INFO] [stdout] test patterns::match_arms_different_types ... ok [INFO] [stdout] test scope::unknown_constructor ... ok [INFO] [stdout] test typeclasses::wrong_instance_type ... ok [INFO] [stdout] test soundness::polymorphic_channel_int_then_string ... ok [INFO] [stdout] test recursion::mutual_recursion_type_mismatch ... ok [INFO] [stdout] test recursion::recursive_type_mismatch ... ok [INFO] [stdout] test soundness::escaping_type_variable_not_generalized ... ok [INFO] [stdout] test soundness::top_level_self_referential_value_let_rejected ... ok [INFO] [stdout] test val_without_let::val_without_implementation_rejected ... ok [INFO] [stdout] test val_without_let::val_with_let_works ... ok [INFO] [stdout] test soundness::top_level_value_restriction_channel ... ok [INFO] [stdout] test patterns::match_on_wrong_constructor ... ok [INFO] [stdout] test predicate_discharge::print_int_still_works ... ok [INFO] [stdout] test predicate_discharge::print_no_show_instance_for_function_rejected ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 57 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.71s [INFO] [stdout] [INFO] [stderr] Running tests/typeclass_stress.rs (/opt/rustwide/target/release/deps/typeclass_stress-b1e461353783616b) [INFO] [stdout] [INFO] [stdout] running 13 tests [INFO] [stdout] test function_with_two_constraints ... ok [INFO] [stdout] test dictionary_in_higher_order_function ... ok [INFO] [stdout] test dictionary_passed_through_multiple_calls ... ok [INFO] [stdout] test same_trait_different_types ... ok [INFO] [stdout] test nested_constrained_types ... ok [INFO] [stdout] test trait_method_in_if_condition ... ok [INFO] [stdout] test specific_instance_over_generic ... ok [INFO] [stdout] test inferred_constraint_from_usage ... ok [INFO] [stdout] test recursive_show_with_list ... ok [INFO] [stdout] test trait_method_in_match_arm ... ok [INFO] [stdout] test trait_method_in_let_binding ... ok [INFO] [stdout] test three_type_parameter_instance ... ok [INFO] [stdout] test constrained_instance_with_two_constraints ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s [INFO] [stdout] [INFO] [stderr] Running tests/typed_ast_inspection.rs (/opt/rustwide/target/release/deps/typed_ast_inspection-53f479f10a4d7265) [INFO] [stdout] [INFO] [stdout] running 30 tests [INFO] [stdout] test combined_higher_order_constraints ... ok [INFO] [stdout] test effectful_channels ... ok [INFO] [stdout] test application_type_flow ... ok [INFO] [stdout] test combined_poly_trait_effect ... ok [INFO] [stdout] test effectful_channel_workflow ... ok [INFO] [stdout] test polymorphic_flip ... ok [INFO] [stdout] test polymorphic_identity ... ok [INFO] [stdout] test polymorphic_function_has_scheme ... ok [INFO] [stdout] test trait_constraints_multiple_params ... ok [INFO] [stdout] test trait_eq_through_operator ... ok [INFO] [stdout] test combined_assert_eq_pattern ... ok [INFO] [stdout] test lambda_param_types ... ok [INFO] [stdout] test list_type_inference ... ok [INFO] [stdout] test inner_let_polymorphic_identity ... ok [INFO] [stdout] test trait_ord_through_operator ... ok [INFO] [stdout] test trait_show_single_param ... ok [INFO] [stdout] test inner_let_binding_generalization ... ok [INFO] [stdout] test effectful_print ... ok [INFO] [stdout] test polymorphic_compose ... ok [INFO] [stdout] test trait_multiple_constraints_same_param ... ok [INFO] [stdout] test nested_let_bindings_have_types ... ok [INFO] [stdout] test inspect_show_test_structure ... ok [INFO] [stdout] test match_arm_types ... ok [INFO] [stdout] test trait_in_higher_order ... ok [INFO] [stdout] test trait_method_call_records_predicates ... ok [INFO] [stdout] test effectful_spawn ... ok [INFO] [stdout] test tuple_type_construction ... ok [INFO] [stdout] test type_env_contains_all_bindings ... ok [INFO] [stdout] test polymorphic_used_at_multiple_types ... ok [INFO] [stdout] test polymorphic_const ... ok [INFO] [stderr] Doc-tests gneiss [INFO] [stdout] [INFO] [stdout] test result: ok. 30 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.06s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "37120f71a7567b2dca52d19d90b76ea2bc0e45e2395886624833bf05c7a7e740", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "37120f71a7567b2dca52d19d90b76ea2bc0e45e2395886624833bf05c7a7e740", kill_on_drop: false }` [INFO] [stdout] 37120f71a7567b2dca52d19d90b76ea2bc0e45e2395886624833bf05c7a7e740