[INFO] cloning repository https://github.com/f3rmion/generic_mpc
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/f3rmion/generic_mpc" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ff3rmion%2Fgeneric_mpc", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ff3rmion%2Fgeneric_mpc'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 01b57eeea1f899edf8ca122ca325e161b755c2e5
[INFO] testing f3rmion/generic_mpc 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%2Ff3rmion%2Fgeneric_mpc" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/f3rmion/generic_mpc
[INFO] finished tweaking git repo https://github.com/f3rmion/generic_mpc
[INFO] tweaked toml for git repo https://github.com/f3rmion/generic_mpc written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/f3rmion/generic_mpc 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/f3rmion/generic_mpc 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] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded ark-serialize-derive v0.5.0
[INFO] [stderr]   Downloaded ark-bn254 v0.5.0
[INFO] [stderr]   Downloaded ark-ec v0.5.0
[INFO] [stderr]   Downloaded taceo-ark-babyjubjub v0.5.3
[INFO] [stderr]   Downloaded ark-r1cs-std v0.5.0
[INFO] [stderr]   Downloaded ark-relations v0.5.1
[INFO] [stderr]   Downloaded ark-poly v0.5.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 5acc9c6036d0e244399a4f5d51bf18f6f4d5f82389f0e216fef80b644dfc9f35
[INFO] running `Command { std: "docker" "start" "5acc9c6036d0e244399a4f5d51bf18f6f4d5f82389f0e216fef80b644dfc9f35", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5acc9c6036d0e244399a4f5d51bf18f6f4d5f82389f0e216fef80b644dfc9f35", 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" "5acc9c6036d0e244399a4f5d51bf18f6f4d5f82389f0e216fef80b644dfc9f35" "/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" "5acc9c6036d0e244399a4f5d51bf18f6f4d5f82389f0e216fef80b644dfc9f35", 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" "5acc9c6036d0e244399a4f5d51bf18f6f4d5f82389f0e216fef80b644dfc9f35" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]    Compiling typenum v1.20.0
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling http v1.4.1
[INFO] [stderr]    Compiling either v1.16.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling ciborium-io v0.2.2
[INFO] [stderr]    Compiling serde_path_to_error v0.1.20
[INFO] [stderr]    Compiling serde_bytes v0.11.19
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling num-integer v0.1.46
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling axum-core v0.5.6
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling zerocopy-derive v0.8.48
[INFO] [stderr]    Compiling enum-ordinalize-derive v4.3.2
[INFO] [stderr]    Compiling zeroize_derive v1.4.3
[INFO] [stderr]    Compiling ark-serialize-derive v0.5.0
[INFO] [stderr]    Compiling ark-ff-macros v0.5.0
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling ark-ff-asm v0.5.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling enum-ordinalize v4.3.2
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling educe v0.6.0
[INFO] [stderr]    Compiling tokio v1.52.3
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling hyper v1.9.0
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling axum v0.8.9
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling half v2.7.1
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.6
[INFO] [stderr]    Compiling ark-std v0.5.0
[INFO] [stderr]    Compiling ark-serialize v0.5.0
[INFO] [stderr]    Compiling ark-ff v0.5.0
[INFO] [stderr]    Compiling ark-poly v0.5.0
[INFO] [stderr]    Compiling ark-ec v0.5.0
[INFO] [stderr]    Compiling ark-bn254 v0.5.0
[INFO] [stderr]    Compiling taceo-ark-babyjubjub v0.5.3
[INFO] [stderr]    Compiling generic_mpc v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.33s
[INFO] running `Command { std: "docker" "inspect" "5acc9c6036d0e244399a4f5d51bf18f6f4d5f82389f0e216fef80b644dfc9f35", 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" "5acc9c6036d0e244399a4f5d51bf18f6f4d5f82389f0e216fef80b644dfc9f35" "/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 generic_mpc v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 9.94s
[INFO] running `Command { std: "docker" "inspect" "5acc9c6036d0e244399a4f5d51bf18f6f4d5f82389f0e216fef80b644dfc9f35", 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" "5acc9c6036d0e244399a4f5d51bf18f6f4d5f82389f0e216fef80b644dfc9f35" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.14s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/generic_mpc-aecaa6b8f8e715a4)
[INFO] [stdout] 
[INFO] [stdout] running 160 tests
[INFO] [stdout] test api::tests::bn254_provider_exposes_complete_paper_separate_group_boundary ... ok
[INFO] [stdout] test api::suite_bjj_bn254_bp::tests::exposes_paper_separate_group_invariants ... ok
[INFO] [stdout] test api::suite_bjj_bn254_bp::tests::verifies_round0_with_bjj_identity_and_bn254_output_group ... ok
[INFO] [stdout] test api::suite_bjj_bn254_bp::tests::computes_bn254_public_output ... ok
[INFO] [stdout] test api::tests::exposes_enabled_elliptic_curve_suites ... ok
[INFO] [stdout] test api::tests::commit_auth_binds_the_actual_request_target ... ok
[INFO] [stdout] test api::tests::committed_indefinite_dealing_tombstones_wallet ... ok
[INFO] [stdout] test api::tests::commit_round0_digests_are_idempotent_and_advance_to_deal ... ok
[INFO] [stdout] test api::tests::creates_wallet_under_linked_suite ... ok
[INFO] [stdout] test api::tests::committed_malformed_dealing_tombstones_wallet ... ok
[INFO] [stdout] test api::tests::dealings_reject_noncanonical_nested_round0_bytes ... ok
[INFO] [stdout] test api::tests::dealings_reject_malformed_evrf_proofs ... ok
[INFO] [stdout] test api::tests::committed_max_uint_dealing_tombstones_wallet ... ok
[INFO] [stdout] test api::tests::conflicting_round0_commit_tombstones_the_wallet ... ok
[INFO] [stdout] test api::tests::expired_commit_requires_auth_before_tombstoning ... ok
[INFO] [stdout] test api::tests::durable_guard_log_blocks_wallet_id_after_restart ... ok
[INFO] [stdout] test api::tests::finalize_deadline_expiry_tombstones_wallet ... ok
[INFO] [stdout] test api::tests::delete_requires_coordinator_auth_and_tombstones_wallet_id ... ok
[INFO] [stdout] test api::tests::committed_simple_value_dealing_tombstones_wallet ... ok
[INFO] [stdout] test api::tests::rejects_auth_public_keys_outside_the_suite_curve ... ok
[INFO] [stdout] test api::tests::get_dealings_requires_participant_authentication ... ok
[INFO] [stdout] test api::tests::rejects_commit_nonce_replay_and_invalid_signatures ... ok
[INFO] [stdout] test api::tests::rejects_inner_public_keys_outside_the_suite_curve ... ok
[INFO] [stdout] test api::tests::committed_round0_mismatch_tombstones_wallet ... ok
[INFO] [stdout] test api::tests::rejects_identity_inner_public_keys ... ok
[INFO] [stdout] test api::tests::get_wallet_expires_overdue_commit_phase_after_auth ... ok
[INFO] [stdout] test api::tests::rejects_reserved_test_wallet_id ... ok
[INFO] [stdout] test api::tests::rejects_unknown_suite_without_echoing_it ... ok
[INFO] [stdout] test api::tests::rejects_invalid_inner_pk_proofs ... ok
[INFO] [stdout] test api::tests::rejects_malformed_inner_pk_proofs ... ok
[INFO] [stdout] test api::tests::suite_catalog_is_private_by_default ... ok
[INFO] [stdout] test api::tests::suite_catalog_uses_registered_providers_without_routing_changes ... ok
[INFO] [stdout] test api::tests::rejects_duplicate_wallet_id ... ok
[INFO] [stdout] test api::tests::rejects_noncanonical_inner_pk_proof_scalars ... ok
[INFO] [stdout] test bjj::tests::base_field_modulus_limbs_match_big_endian_encoding ... ok
[INFO] [stdout] test bjj::tests::encodes_generator_as_suite_sized_point ... ok
[INFO] [stdout] test api::tests::finalize_rejects_complete_dealings_after_deal_deadline ... ok
[INFO] [stdout] test bjj::tests::extract_x_as_scalar_reduces_nonidentity_x_coordinate ... ok
[INFO] [stdout] test bjj::tests::extract_x_as_scalar_rejects_identity ... ok
[INFO] [stdout] test api::tests::finalize_rejects_noncanonical_ack_scalars ... ok
[INFO] [stdout] test api::tests::rejects_commit_session_mismatch_and_unknown_participant ... ok
[INFO] [stdout] test api::tests::wallet_lookup_exposes_initialized_dkg_commit_state ... ok
[INFO] [stdout] test api::tests::rejects_oversized_dealing_bodies_with_endpoint_error ... ok
[INFO] [stdout] test bjj::tests::fuzz_scalar_codec_roundtrips_or_rejects ... ok
[INFO] [stdout] test api::tests::get_dealings_expires_incomplete_deal_phase ... ok
[INFO] [stdout] test bjj::tests::generator_multiplication_matches_curve_operation ... ok
[INFO] [stdout] test api::tests::rejects_commits_after_commit_deadline ... ok
[INFO] [stdout] test bjj::tests::inner_pk_proof_challenge_binds_wallet_context ... ok
[INFO] [stdout] test bjj::tests::point_encoding_preserves_the_x_sign_bit ... ok
[INFO] [stdout] test bjj::tests::point_encoding_uses_rfc_big_endian_y_with_msb_sign ... ok
[INFO] [stdout] test bjj::tests::rejects_invalid_compressed_points ... ok
[INFO] [stdout] test bjj::tests::rejects_noncanonical_identity_sign_encoding ... ok
[INFO] [stdout] test bjj::tests::rejects_noncanonical_y_coordinates ... ok
[INFO] [stdout] test bjj::tests::rejects_scalars_equal_to_the_modulus ... ok
[INFO] [stdout] test bjj::tests::rejects_wrong_scalar_lengths ... ok
[INFO] [stdout] test bjj::tests::scalar_encoding_roundtrips_canonical_big_endian_bytes ... ok
[INFO] [stdout] test bjj::tests::rejects_identity_as_public_key ... ok
[INFO] [stdout] test api::tests::rejects_oversized_commit_bodies ... ok
[INFO] [stdout] test bjj::tests::evrf_hash_points_are_deterministic_domain_separated_and_canonical ... ok
[INFO] [stdout] test api::tests::ready_wallet_runs_sign_session_rounds_and_rejects_conflicts ... ok
[INFO] [stdout] test bn254_bp::tests::bounded_bit_decomposition_accepts_scalar_field_edge ... ok
[INFO] [stdout] test bjj_bn254_bp::tests::round0_builder_rejects_malformed_proofs ... ok
[INFO] [stdout] test bn254_bp::tests::bounded_bit_decomposition_rejects_bounds_above_scalar_modulus ... ok
[INFO] [stdout] test bjj_bn254_bp::tests::round0_builder_constructs_canonical_bn254_dealing ... ok
[INFO] [stdout] test bn254_bp::tests::evrf_proof_envelope_roundtrips_and_rejects_bad_outer_shape ... ok
[INFO] [stdout] test bn254_bp::tests::generator_derivation_returns_distinct_canonical_curve_points ... ok
[INFO] [stdout] test bn254_bp::tests::native_bjj_constants_reject_unchecked_invalid_points ... ok
[INFO] [stdout] test api::tests::finalize_recomputes_public_output_and_enters_ready_after_all_acks ... ok
[INFO] [stdout] test api::tests::sign_round1_rejects_reused_commitments_across_sessions ... ok
[INFO] [stdout] test api::tests::signed_finalize_digest_disagreement_tombstones_wallet ... ok
[INFO] [stdout] test bn254_bp::tests::native_bjj_fixed_base_scalar_mul_rejects_non_unique_bit_width ... ok
[INFO] [stdout] test api::tests::verified_dealings_are_stored_and_returned_only_when_complete ... ok
[INFO] [stdout] test bn254_bp::tests::native_bjj_fixed_base_scalar_mul_constraints_match_curve_operation ... ok
[INFO] [stdout] test bjj_bn254_bp::tests::round0_material_retains_self_contribution_for_local_share_recovery ... ok
[INFO] [stdout] test bn254_bp::tests::proof_envelope_rejects_identity_points ... ok
[INFO] [stdout] test bn254_bp::tests::native_bjj_point_add_constraints_reject_wrong_sum ... ok
[INFO] [stdout] test bn254_bp::tests::proof_envelope_roundtrips ... ok
[INFO] [stdout] test bn254_bp::tests::dealer_and_recipient_derive_the_same_bn254_mask ... ok
[INFO] [stdout] test bn254_bp::tests::r1cs_prover_rejects_unsatisfied_witness ... ok
[INFO] [stdout] test api::tests::sign_sessions_reject_malformed_frost_payloads ... ok
[INFO] [stdout] test bjj::tests::fuzz_point_codec_accepts_only_canonical_subgroup_points ... ok
[INFO] [stdout] test bn254_out::tests::golden_ciphertext_equation_works_over_bn254_output_group ... ok
[INFO] [stdout] test bn254_out::tests::point_encoding_rejects_unchecked_invalid_affine_values ... ok
[INFO] [stdout] test bn254_out::tests::point_encoding_roundtrips_generator_and_rejects_identity_public_key ... ok
[INFO] [stdout] test bn254_out::tests::scalar_encoding_roundtrips_and_rejects_modulus ... ok
[INFO] [stdout] test bn254_out::tests::scalar_field_matches_bjj_base_field_modulus ... ok
[INFO] [stdout] test bn254_bp::tests::value_commitment_opening_proof_binds_public_discrete_log ... ok
[INFO] [stdout] test bn254_bp::tests::r1cs_proof_accepts_valid_multiplication_relation ... ok
[INFO] [stdout] test bn254_bp::tests::r1cs_committed_variable_transcript_binds_public_commitment ... ok
[INFO] [stdout] test bn254_bp::tests::r1cs_proof_rejects_wrong_statement_binding ... ok
[INFO] [stdout] test dkg::tests::accepts_commit_digests_idempotently_and_enters_deal_phase ... ok
[INFO] [stdout] test bn254_bp::tests::r1cs_verifier_rejects_mutated_proof_scalar ... ok
[INFO] [stdout] test bjj_bn254_bp::tests::share_recovery_decrypts_peer_contribution_without_exposing_secret ... ok
[INFO] [stdout] test dkg::tests::dealing_conflict_tombstones_the_session ... ok
[INFO] [stdout] test dkg::tests::conflicting_commit_tombstones_the_session ... ok
[INFO] [stdout] test dkg::tests::accepts_verified_dealings_idempotently_and_tracks_pending ... ok
[INFO] [stdout] test dkg::tests::finalize_expiry_tombstones_the_session ... ok
[INFO] [stdout] test bn254_bp::tests::r1cs_proof_accepts_committed_variable_relation ... ok
[INFO] [stdout] test dkg::tests::accepts_finalize_acks_idempotently_and_enters_ready_phase ... ok
[INFO] [stdout] test dkg::tests::ready_phase_rejects_dealing_conflicts_without_tombstoning ... ok
[INFO] [stdout] test dkg::tests::finalize_digest_disagreement_tombstones_the_session ... ok
[INFO] [stdout] test dkg::tests::initializes_bjj_bn254_commit_phase_with_bjj_identity_keys ... ok
[INFO] [stdout] test dkg::tests::ready_phase_rejects_finalize_digest_conflicts_without_tombstoning ... ok
[INFO] [stdout] test dkg::tests::rejects_malformed_public_keys ... ok
[INFO] [stdout] test frost_bn254::tests::codecs_reject_identity_points_and_noncanonical_scalars ... ok
[INFO] [stdout] test dkg::tests::rejects_finalize_before_dealings_are_complete ... ok
[INFO] [stdout] test dkg::tests::rejects_unsupported_suite_labels ... ok
[INFO] [stdout] test frost_bn254::tests::codecs_round_trip_and_reject_noncanonical_payloads ... ok
[INFO] [stdout] test dkg::tests::post_commit_phase_rejects_commit_conflicts_without_tombstoning ... ok
[INFO] [stdout] test dkg::tests::rejects_commits_from_unknown_participants ... ok
[INFO] [stdout] test golden::tests::aggregates_public_key_and_public_key_shares_from_commitments ... ok
[INFO] [stdout] test golden::tests::auth_pk_bjj_keeps_transport_auth_width_explicit ... ok
[INFO] [stdout] test golden::tests::suite_public_keys_validate_suite_and_length ... ok
[INFO] [stdout] test golden::tests::evaluates_shamir_shares_and_feldman_commitments_at_node_ids ... ok
[INFO] [stdout] test dkg::tests::rejects_invalid_thresholds ... ok
[INFO] [stdout] test golden::tests::verification_context_carries_session_roster_and_transport_auth ... ok
[INFO] [stdout] test golden::tests::verifies_golden_ciphertext_equation ... ok
[INFO] [stdout] test ready_snapshot::tests::rejects_multi_share_snapshot ... ok
[INFO] [stdout] test ready_snapshot::tests::cbor_round_trips_valid_snapshot ... ok
[INFO] [stdout] test ready_snapshot::tests::rejects_wrong_warning ... ok
[INFO] [stdout] test ready_snapshot::tests::rejects_unsorted_participants ... ok
[INFO] [stdout] test tests::participant_key_wrappers_do_not_change_v0_wire_bytes ... ok
[INFO] [stdout] test tests::participant_cbor_is_sorted_and_uses_minimal_definite_encoding ... ok
[INFO] [stdout] test dkg::tests::initializes_commit_phase_from_canonical_roster ... ok
[INFO] [stdout] test tests::peer_set_digest_is_participant_order_independent ... ok
[INFO] [stdout] test tests::session_id_is_independent_of_participant_input_order ... ok
[INFO] [stdout] test tests::session_id_rejects_invalid_inputs_before_hashing ... ok
[INFO] [stdout] test tests::sign_domain_rejects_raw_and_non_matching_labels ... ok
[INFO] [stdout] test tests::reserved_test_wallet_prefix_is_byte_exact ... ok
[INFO] [stdout] test tests::sign_session_id_is_bound_to_suite_and_sorted_signers ... ok
[INFO] [stdout] test tests::sign_session_separator_is_suite_derived ... ok
[INFO] [stdout] test wallet_share::tests::print_ready_snapshot_fixture_hex ... ignored, prints a checked-in participant-local READY snapshot fixture body
[INFO] [stdout] test tests::signature_base_digest_hashes_rfc_9421_bytes_directly ... ok
[INFO] [stdout] test tests::suite_id_grammar_matches_rfc_bounds_and_ascii_rules ... ok
[INFO] [stdout] test ready_snapshot_sign::tests::rejects_snapshot_share_that_does_not_match_public_share ... ok
[INFO] [stdout] test frost_bn254::tests::rejects_tampered_signature_share ... ok
[INFO] [stdout] test dkg::tests::rejects_verified_dealings_before_deal_phase_or_digest_match ... ok
[INFO] [stdout] test wire::tests::decodes_bjj_bn254_round0_with_output_group_points ... ok
[INFO] [stdout] test wire::tests::decodes_canonical_round0_wire_shape ... ok
[INFO] [stdout] test wire::tests::decodes_dkg_output_public_canonical_wire_shape ... ok
[INFO] [stdout] test wire::tests::encodes_dkg_output_public_deterministically ... ok
[INFO] [stdout] test wire::tests::rejects_dkg_output_public_roster_mismatches ... ok
[INFO] [stdout] test wire::tests::rejects_identity_dkg_output_public_keys ... ok
[INFO] [stdout] test wire::tests::rejects_noncanonical_dkg_output_public_cbor ... ok
[INFO] [stdout] test wire::tests::rejects_noncanonical_round0_cbor ... ok
[INFO] [stdout] test frost_bn254::tests::threshold_signature_verifies_for_two_of_three ... ok
[INFO] [stdout] test wire::tests::rejects_round0_recipient_set_mismatches ... ok
[INFO] [stdout] test ready_snapshot_sign::tests::signs_from_ready_snapshot ... ok
[INFO] [stdout] test bn254_bp::tests::native_bjj_point_add_constraints_accept_curve_sum ... ok
[INFO] [stdout] test bn254_bp::tests::native_bjj_fixed_base_field_scalar_mul_accepts_coordinate_width ... ok
[INFO] [stdout] test wallet_share::tests::rejects_wrong_recipient_secret ... ok
[INFO] [stdout] test wallet_share::tests::rejects_wrong_self_contribution ... ok
[INFO] [stdout] test wallet_share::tests::reconstructs_all_local_key_shares_and_verifies_public_shares ... ok
[INFO] [stdout] test bjj::tests::fuzz_evrf_hash_to_point_outputs_canonical_subgroup_points ... ok
[INFO] [stdout] test bjj::tests::fuzz_public_key_decoder_rejects_identity_and_accepts_nonzero_points ... ok
[INFO] [stdout] test wallet_share::tests::ready_snapshot_round_trips_reconstructed_fixture ... ok
[INFO] [stdout] test bjj::tests::fuzz_generated_points_roundtrip_with_sign_bit ... ok
[INFO] [stdout] test bn254_bp::tests::evrf_relation_r1cs_accepts_bjj_bn254_golden_path ... ok
[INFO] [stdout] test bjj::tests::fuzz_schnorr_challenge_verification_rejects_mutations ... ok
[INFO] [stdout] test api::tests::creates_wallet_with_max_roster_under_body_cap ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 159 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 49.12s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/commit_wallet.rs (/opt/rustwide/target/debug/deps/commit_wallet-9eb4e127449cc53c)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/create_wallet.rs (/opt/rustwide/target/debug/deps/create_wallet-a70fdee0f6922b58)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/drive_wallet.rs (/opt/rustwide/target/debug/deps/drive_wallet-63e5cc22b3eb37c1)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/relay.rs (/opt/rustwide/target/debug/deps/relay-9b608f0ed737ac29)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/bin/sign_ready_snapshot.rs (/opt/rustwide/target/debug/deps/sign_ready_snapshot-0d0eda0e6ad7ebe4)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/e2e.rs (/opt/rustwide/target/debug/deps/e2e-b6c5ceb52d6fa429)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test create_wallet_cli_reaches_commit_phase_against_relay_binary ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- create_wallet_cli_reaches_commit_phase_against_relay_binary stdout ----
[INFO] [stdout] Error: "relay exited before becoming healthy: exit status: 1"
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     create_wallet_cli_reaches_commit_phase_against_relay_binary
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test e2e`
[INFO] running `Command { std: "docker" "inspect" "5acc9c6036d0e244399a4f5d51bf18f6f4d5f82389f0e216fef80b644dfc9f35", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5acc9c6036d0e244399a4f5d51bf18f6f4d5f82389f0e216fef80b644dfc9f35", kill_on_drop: false }`
[INFO] [stdout] 5acc9c6036d0e244399a4f5d51bf18f6f4d5f82389f0e216fef80b644dfc9f35
