[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.99.0-beta.1+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-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] removed /workspace/builds/worker-1-tc2/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-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/ZachFontenot/gneiss-lang on toolchain 1.99.0-beta.1 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "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.99.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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] 40704c3cded01b9610fc536c81469d049bcd3e61990bb69882778359d5b7c7f6 [INFO] running `Command { std: "docker" "start" "40704c3cded01b9610fc536c81469d049bcd3e61990bb69882778359d5b7c7f6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "40704c3cded01b9610fc536c81469d049bcd3e61990bb69882778359d5b7c7f6", 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" "40704c3cded01b9610fc536c81469d049bcd3e61990bb69882778359d5b7c7f6" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "40704c3cded01b9610fc536c81469d049bcd3e61990bb69882778359d5b7c7f6", 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" "40704c3cded01b9610fc536c81469d049bcd3e61990bb69882778359d5b7c7f6" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.103 [INFO] [stderr] Compiling quote v1.0.42 [INFO] [stderr] Compiling typenum v1.19.0 [INFO] [stderr] Compiling unicode-ident v1.0.22 [INFO] [stderr] Compiling libc v0.2.178 [INFO] [stderr] Compiling thiserror v2.0.17 [INFO] [stderr] Compiling rand_core v0.6.4 [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 num_cpus v1.17.0 [INFO] [stderr] Compiling mio v1.1.1 [INFO] [stderr] Compiling syn v2.0.111 [INFO] [stderr] Compiling bitmaps v2.1.0 [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 26.37s [INFO] running `Command { std: "docker" "inspect" "40704c3cded01b9610fc536c81469d049bcd3e61990bb69882778359d5b7c7f6", 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" "40704c3cded01b9610fc536c81469d049bcd3e61990bb69882778359d5b7c7f6" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json" "--release", kill_on_drop: false }` [INFO] [stderr] Compiling getrandom v0.3.4 [INFO] [stderr] Compiling rustix v1.1.2 [INFO] [stderr] Compiling zerocopy v0.8.31 [INFO] [stderr] Compiling bitflags v2.10.0 [INFO] [stderr] Compiling linux-raw-sys v0.11.0 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling once_cell v1.21.3 [INFO] [stderr] Compiling fastrand v2.3.0 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling wait-timeout v0.2.1 [INFO] [stderr] Compiling bit-vec v0.8.0 [INFO] [stderr] Compiling unarray v0.1.4 [INFO] [stderr] Compiling regex-syntax v0.8.8 [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 56.66s [INFO] running `Command { std: "docker" "inspect" "40704c3cded01b9610fc536c81469d049bcd3e61990bb69882778359d5b7c7f6", 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" "40704c3cded01b9610fc536c81469d049bcd3e61990bb69882778359d5b7c7f6" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--release", kill_on_drop: false }` [INFO] [stderr] Finished `release` profile [optimized] target(s) in 0.11s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/release/deps/gneiss-d80e7b728dc96fc7) [INFO] [stdout] [INFO] [stdout] running 191 tests [INFO] [stdout] test ast::tests::test_source_map_multiple_lines ... ok [INFO] [stdout] test ast::tests::test_source_map_empty_lines ... ok [INFO] [stdout] test ast::tests::test_source_map_span_locate ... ok [INFO] [stdout] test ast::tests::test_source_map_single_line ... ok [INFO] [stdout] test ast::tests::test_located_span_display ... ok [INFO] [stdout] test ast::tests::test_source_map_span_text ... ok [INFO] [stdout] test ast::tests::test_source_map_utf8 ... ok [INFO] [stdout] test errors::tests::test_format_header ... ok [INFO] [stdout] test errors::tests::test_format_snippet_single_line ... ok [INFO] [stdout] test errors::tests::test_format_suggestions_multiple ... ok [INFO] [stdout] test errors::tests::test_levenshtein_identical ... ok [INFO] [stdout] test errors::tests::test_format_suggestions_single ... ok [INFO] [stdout] test blocking_pool::tests::test_pool_creation ... ok [INFO] [stdout] test errors::tests::test_levenshtein_one_char_diff ... ok [INFO] [stdout] test eval::tests::test_build_dict_simple ... ok [INFO] [stdout] test eval::tests::test_arithmetic ... ok [INFO] [stdout] test eval::tests::test_call_method_from_dict ... ok [INFO] [stdout] test errors::tests::test_levenshtein_empty ... ok [INFO] [stdout] test errors::tests::test_format_suggestions_empty ... ok [INFO] [stdout] test errors::tests::test_find_similar_multiple ... ok [INFO] [stdout] test errors::tests::test_find_similar_no_match ... ok [INFO] [stdout] test errors::tests::test_format_snippet_multiline ... ok [INFO] [stdout] test eval::tests::test_concurrent_interleaving_required ... ok [INFO] [stdout] test blocking_pool::tests::test_sleep_operation ... FAILED [INFO] [stdout] test eval::tests::test_channel_send_recv_immediate_rendezvous ... ok [INFO] [stdout] test blocking_pool::tests::test_file_open_nonexistent ... FAILED [INFO] [stdout] test eval::tests::test_channel_create ... ok [INFO] [stdout] test eval::tests::test_dict_value ... 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_mutual_is_odd ... ok [INFO] [stdout] test errors::tests::test_find_similar_typo ... ok [INFO] [stdout] test errors::tests::test_find_similar_excludes_identical ... ok [INFO] [stdout] test eval::tests::test_bidirectional_ping_pong_proves_interleaving ... ok [INFO] [stdout] test eval::tests::test_let_rec_simple ... 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_file_write_and_verify ... ok [INFO] [stdout] test eval::tests::test_deadlock_detection ... 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_nested_application ... ok [INFO] [stdout] test eval::tests::test_if ... ok [INFO] [stdout] test eval::tests::test_nested_local_functions ... ok [INFO] [stdout] test eval::tests::test_channel_recv_then_send ... ok [INFO] [stdout] test eval::tests::test_file_open_close ... 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_let_rec_three_functions ... ok [INFO] [stdout] test eval::tests::test_async_workers_pattern ... ok [INFO] [stdout] test eval::tests::test_select_multiple_ready ... ok [INFO] [stdout] test eval::tests::test_list ... ok [INFO] [stdout] test eval::tests::test_file_read_and_verify ... ok [INFO] [stdout] test blocking_pool::tests::test_tcp_connect_failure ... ok [INFO] [stdout] test blocking_pool::tests::test_pool_default ... ok [INFO] [stdout] test eval::tests::test_seq ... ok [INFO] [stdout] test eval::tests::test_producer_consumer_interleaving ... ok [INFO] [stdout] test blocking_pool::tests::test_multiple_tasks ... ok [INFO] [stdout] test eval::tests::test_ping_pong ... ok [INFO] [stdout] test eval::tests::test_file_round_trip ... ok [INFO] [stdout] test eval::tests::test_file_open_nonexistent ... ok [INFO] [stdout] test eval::tests::test_multiple_messages ... ok [INFO] [stdout] test eval::tests::test_user_defined_operator_basic ... ok [INFO] [stdout] test eval::tests::test_user_defined_operator_complex ... ok [INFO] [stdout] test eval::tests::test_tuple ... ok [INFO] [stdout] test eval::tests::test_user_defined_operator_prefix_syntax ... 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 infer::tests::test_all_imports_used ... ok [INFO] [stdout] test infer::tests::test_application ... ok [INFO] [stdout] test eval::tests::test_select_deadlock_no_senders ... ok [INFO] [stdout] test infer::tests::test_clear_imports_resets_usage ... ok [INFO] [stdout] test eval::tests::test_select_basic ... ok [INFO] [stdout] test eval::tests::test_spawn_returns_pid ... ok [INFO] [stdout] test eval::tests::test_select_second_channel ... ok [INFO] [stdout] test infer::tests::test_if ... ok [INFO] [stdout] test infer::tests::test_lambda ... ok [INFO] [stdout] test infer::tests::test_literal ... ok [INFO] [stdout] test infer::tests::test_module_alias_used ... ok [INFO] [stdout] test eval::tests::test_select_with_pattern ... ok [INFO] [stdout] test eval::tests::test_select_server_pattern ... ok [INFO] [stdout] test eval::tests::test_sleep_ms_returns_unit ... ok [INFO] [stdout] test infer::tests::test_overlapping_instance_error ... ok [INFO] [stdout] test infer::tests::test_select_type_inference_mismatch ... ok [INFO] [stdout] test infer::tests::test_generalize_follows_links ... ok [INFO] [stdout] test infer::tests::test_constrained_instance_registration ... ok [INFO] [stdout] test infer::tests::test_multiple_type_errors_accumulated ... ok [INFO] [stdout] test infer::tests::test_instance_registration ... ok [INFO] [stdout] test infer::tests::test_select_type_inference_consistent ... ok [INFO] [stdout] test infer::tests::test_trait_unknown_error ... 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 eval::tests::test_sleep_ms_with_concurrent_work ... ok [INFO] [stdout] test io_reactor::tests::test_reactor_new ... ok [INFO] [stdout] test io_reactor::tests::test_register_and_deregister ... ok [INFO] [stdout] test infer::tests::test_unused_import_tracking ... ok [INFO] [stdout] test lexer::tests::test_module_tokens ... ok [INFO] [stdout] test infer::tests::test_method_call_adds_predicate ... ok [INFO] [stdout] test infer::tests::test_single_error_still_works ... ok [INFO] [stdout] test lexer::tests::test_basic ... ok [INFO] [stdout] test lexer::tests::test_rec_and_keywords ... ok [INFO] [stdout] test lexer::tests::test_arrows_preserved ... ok [INFO] [stdout] test infer::tests::test_unification_then_generalize ... ok [INFO] [stdout] test infer::tests::test_trait_registration ... ok [INFO] [stdout] test eval::tests::test_trait_instance_parsing_and_eval ... ok [INFO] [stdout] test eval::tests::test_tcp_listen_and_accept ... ok [INFO] [stdout] test io_reactor::tests::test_poll_with_ready_listener ... ok [INFO] [stdout] test eval::tests::test_tcp_connect_returns_error_for_invalid_host ... ok [INFO] [stdout] test lexer::tests::test_comments ... ok [INFO] [stdout] test lexer::tests::test_typeclass_tokens ... ok [INFO] [stdout] test lexer::tests::test_user_defined_operators ... ok [INFO] [stdout] test module::tests::test_path_to_module_name ... ok [INFO] [stdout] test operators::tests::test_builtin_operators ... ok [INFO] [stdout] test module::tests::test_to_pascal_case ... 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::combinators::tests::test_separated_list_trailing ... ok [INFO] [stdout] test parser::cursor::tests::test_backtracking ... ok [INFO] [stdout] test module::tests::test_to_snake_case ... ok [INFO] [stdout] test infer::tests::test_error_accumulation_continues_after_unbound_variable ... ok [INFO] [stdout] test lexer::tests::test_operators ... ok [INFO] [stdout] test operators::tests::test_operator_chars ... ok [INFO] [stdout] test module::tests::test_module_path_to_file_path ... ok [INFO] [stdout] test lexer::tests::test_trait_not_ident ... 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_empty_list_pattern ... ok [INFO] [stdout] test infer::tests::test_error_recovery_prevents_cascades ... 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 infer::tests::test_trait_method_lookup ... ok [INFO] [stdout] test parser::pattern::tests::test_unit_pattern ... ok [INFO] [stdout] test parser::pattern::tests::test_var ... ok [INFO] [stdout] test parser::pattern::tests::test_wildcard ... ok [INFO] [stdout] test parser::record::tests::test_empty_record ... ok [INFO] [stdout] test parser::record::tests::test_record_literal_fields ... ok [INFO] [stdout] test parser::record::tests::test_record_pattern_fields ... ok [INFO] [stdout] test parser::record::tests::test_record_type_fields ... ok [INFO] [stdout] test parser::record::tests::test_trailing_comma ... ok [INFO] [stdout] test parser::types::tests::test_arrow_type ... ok [INFO] [stdout] test parser::types::tests::test_arrow_type_right_assoc ... ok [INFO] [stdout] test parser::types::tests::test_channel_type ... ok [INFO] [stdout] test parser::types::tests::test_list_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_type_var ... ok [INFO] [stdout] test parser::types::tests::test_unit_type ... ok [INFO] [stdout] test runtime::tests::test_channel ... ok [INFO] [stdout] test runtime::tests::test_spawn ... ok [INFO] [stdout] test test_support::tests::test_assert_type ... ok [INFO] [stdout] test test_support::tests::test_assert_eval_bool ... ok [INFO] [stdout] test test_support::tests::test_assert_type_error ... ok [INFO] [stdout] test test_support::tests::test_effect_trace ... ok [INFO] [stdout] test test_support::tests::test_expr_matches ... ok [INFO] [stdout] test test_support::tests::test_typecheck_expr ... ok [INFO] [stdout] test test_support::tests::test_parse_expr ... ok [INFO] [stdout] test types::tests::test_class_env_register_instance ... ok [INFO] [stdout] test types::tests::test_class_env_unknown_trait_error ... ok [INFO] [stdout] test types::tests::test_class_env_register_trait ... ok [INFO] [stdout] test types::tests::test_entail_via_instance ... ok [INFO] [stdout] test types::tests::test_lookup_method ... 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_different_primitives ... ok [INFO] [stdout] test types::tests::test_match_type_variable ... ok [INFO] [stdout] test prelude::tests::test_prelude_has_result_type ... 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_overlap_detection ... ok [INFO] [stdout] test types::tests::test_pred_apply_substitution ... ok [INFO] [stdout] test types::tests::test_pred_equality ... ok [INFO] [stdout] test types::tests::test_resolve_all_recursive ... ok [INFO] [stdout] test types::tests::test_resolve_basic_instance ... ok [INFO] [stdout] test test_support::tests::test_assert_eval_int ... ok [INFO] [stdout] test types::tests::test_resolve_constrained_instance ... ok [INFO] [stdout] test types::tests::test_match_type_constructor ... ok [INFO] [stdout] test prelude::tests::test_prelude_has_option_type ... ok [INFO] [stdout] test types::tests::test_resolve_no_instance ... ok [INFO] [stdout] test parser::combinators::tests::test_separated_list_empty ... ok [INFO] [stdout] test test_support::tests::test_values_equal ... ok [INFO] [stdout] test eval::tests::test_sleep_ms_basic ... ok [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- blocking_pool::tests::test_sleep_operation stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'blocking_pool::tests::test_sleep_operation' (1570) panicked at src/blocking_pool.rs:527:9: [INFO] [stdout] assertion `left == right` failed [INFO] [stdout] left: 0 [INFO] [stdout] right: 1 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x620bcf9a3671 - <::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt [INFO] [stdout] 1: 0x620bcf9bb43a - core[7c831bd917ebf35f]::fmt::write [INFO] [stdout] 2: 0x620bcf9a7fec - as core[7c831bd917ebf35f]::io::write::Write>::write_fmt [INFO] [stdout] 3: 0x620bcf97e286 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0} [INFO] [stdout] 4: 0x620bcf99b039 - std[104cf6e2632825ea]::panicking::default_hook [INFO] [stdout] 5: 0x620bcf935640 - test[73009c9f9aebf890]::test_main_inner::::{closure#0} [INFO] [stdout] 6: 0x620bcf99b1f2 - std[104cf6e2632825ea]::panicking::panic_with_hook [INFO] [stdout] 7: 0x620bcf97e332 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0} [INFO] [stdout] 8: 0x620bcf976249 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] 9: 0x620bcf97f19d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind [INFO] [stdout] 10: 0x620bcf9bbb9c - core[7c831bd917ebf35f]::panicking::panic_fmt [INFO] [stdout] 11: 0x620bcf9bbab3 - core[7c831bd917ebf35f]::panicking::assert_failed_inner [INFO] [stdout] 12: 0x620bcf9b61d8 - core[7c831bd917ebf35f]::panicking::assert_failed:: [INFO] [stdout] 13: 0x620bcf8940f0 - >::call_once [INFO] [stdout] 14: 0x620bcf92892b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>> [INFO] [stdout] 15: 0x620bcf935f95 - test[73009c9f9aebf890]::run_test::{closure#0} [INFO] [stdout] 16: 0x620bcf92f354 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] 17: 0x620bcf9390f2 - ::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 18: 0x620bcf9a2469 - ::new::thread_start [INFO] [stdout] 19: 0x7b8d373e507a - [INFO] [stdout] 20: 0x7b8d37478534 - clone [INFO] [stdout] 21: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- blocking_pool::tests::test_file_open_nonexistent stdout ---- [INFO] [stdout] [INFO] [stdout] thread 'blocking_pool::tests::test_file_open_nonexistent' (1565) panicked at src/blocking_pool.rs:552:9: [INFO] [stdout] assertion `left == right` failed [INFO] [stdout] left: 0 [INFO] [stdout] right: 1 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x620bcf9a3671 - <::print::DisplayBacktrace as core[7c831bd917ebf35f]::fmt::Display>::fmt [INFO] [stdout] 1: 0x620bcf9bb43a - core[7c831bd917ebf35f]::fmt::write [INFO] [stdout] 2: 0x620bcf9a7fec - as core[7c831bd917ebf35f]::io::write::Write>::write_fmt [INFO] [stdout] 3: 0x620bcf97e286 - std[104cf6e2632825ea]::panicking::default_hook::{closure#0} [INFO] [stdout] 4: 0x620bcf99b039 - std[104cf6e2632825ea]::panicking::default_hook [INFO] [stdout] 5: 0x620bcf935640 - test[73009c9f9aebf890]::test_main_inner::::{closure#0} [INFO] [stdout] 6: 0x620bcf99b1f2 - std[104cf6e2632825ea]::panicking::panic_with_hook [INFO] [stdout] 7: 0x620bcf97e332 - std[104cf6e2632825ea]::panicking::panic_handler::{closure#0} [INFO] [stdout] 8: 0x620bcf976249 - std[104cf6e2632825ea]::sys::backtrace::__rust_end_short_backtrace:: [INFO] [stdout] 9: 0x620bcf97f19d - __rustc[b0d56fa5b193ad05]::rust_begin_unwind [INFO] [stdout] 10: 0x620bcf9bbb9c - core[7c831bd917ebf35f]::panicking::panic_fmt [INFO] [stdout] 11: 0x620bcf9bbab3 - core[7c831bd917ebf35f]::panicking::assert_failed_inner [INFO] [stdout] 12: 0x620bcf9b61d8 - core[7c831bd917ebf35f]::panicking::assert_failed:: [INFO] [stdout] 13: 0x620bcf894636 - >::call_once [INFO] [stdout] 14: 0x620bcf92892b - test[73009c9f9aebf890]::__rust_begin_short_backtrace::, fn() -> core[7c831bd917ebf35f]::result::Result<(), alloc[2fdc3f7464fcf288]::string::String>> [INFO] [stdout] 15: 0x620bcf935f95 - test[73009c9f9aebf890]::run_test::{closure#0} [INFO] [stdout] 16: 0x620bcf92f354 - std[104cf6e2632825ea]::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] 17: 0x620bcf9390f2 - ::{closure#1} as core[7c831bd917ebf35f]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] 18: 0x620bcf9a2469 - ::new::thread_start [INFO] [stdout] 19: 0x7b8d373e507a - [INFO] [stdout] 20: 0x7b8d37478534 - clone [INFO] [stdout] 21: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] blocking_pool::tests::test_file_open_nonexistent [INFO] [stdout] blocking_pool::tests::test_sleep_operation [INFO] [stdout] [INFO] [stdout] test result: FAILED. 189 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.21s [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass `--lib` [INFO] running `Command { std: "docker" "inspect" "40704c3cded01b9610fc536c81469d049bcd3e61990bb69882778359d5b7c7f6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "40704c3cded01b9610fc536c81469d049bcd3e61990bb69882778359d5b7c7f6", kill_on_drop: false }` [INFO] [stdout] 40704c3cded01b9610fc536c81469d049bcd3e61990bb69882778359d5b7c7f6