β Back
ci
successmerge Β· main Β· b12027585abc Β· by mrmrs Β· 6m 49s
successcheck
success
install rust
[ -x "$HOME/.cargo/bin/cargo" ] || command -v cargo >/dev/null 2>&1 || curl -sSf https://sh.rustup.rs | sh -s -- -y --profile minimal --default-toolchain none
Fetching source at b12027585abc Restoring build cache cache restored (2333593922 bytes) $ [ -x "$HOME/.cargo/bin/cargo" ] || command -v cargo >/dev/null 2>&1 || curl -sSf https://sh.rustup.rs | sh -s -- -y --profile minimal --default-toolchain none
success
fmt
. "$HOME/.cargo/env" && cargo fmt --all -- --check
$ . "$HOME/.cargo/env" && cargo fmt --all -- --check
success
clippy
. "$HOME/.cargo/env" && cargo clippy --workspace --all-targets -- -D warnings
$ . "$HOME/.cargo/env" && cargo clippy --workspace --all-targets -- -D warnings Updating crates.io index Downloading crates ... Downloaded spin v0.9.9 Checking rusqlite v0.32.1 Checking spin v0.9.9 Checking multer v3.1.0 Checking axum v0.8.9 Checking oakvcs-core v0.102.1 (/workspace/core) Checking oakvcs-cli v0.102.1 (/workspace/cli) Finished `dev` profile [unoptimized + debuginfo] target(s) in 46.08s
success
install nextest
. "$HOME/.cargo/env" && command -v cargo-nextest >/dev/null 2>&1 || (. "$HOME/.cargo/env" && curl -LsSf https://get.nexte.st/latest/linux | tar zxf - -C "$HOME/.cargo/bin")
$ . "$HOME/.cargo/env" && command -v cargo-nextest >/dev/null 2>&1 || (. "$HOME/.cargo/env" && curl -LsSf https://get.nexte.st/latest/linux | tar zxf - -C "$HOME/.cargo/bin")
success
test
. "$HOME/.cargo/env" && cargo nextest run --workspace
$ . "$HOME/.cargo/env" && cargo nextest run --workspace Compiling rusqlite v0.32.1 Compiling spin v0.9.9 Compiling multer v3.1.0 Compiling axum v0.8.9 Compiling oakvcs-core v0.102.1 (/workspace/core) Compiling oakvcs-cli v0.102.1 (/workspace/cli) Finished `test` profile [unoptimized + debuginfo] target(s) in 3m 10s ββββββββββββ Nextest run ID 4c2f5b2d-590d-4225-8c19-fe227743946e with nextest profile: default Starting 1287 tests across 25 binaries (2 tests skipped) PASS [ 0.016s] ( 1/1287) oakvcs-cli agent_action::tests::checkout_review_and_triage_share_merge_command_contract PASS [ 0.019s] ( 2/1287) oakvcs-cli agent_action::tests::noop_requires_fresh_idle_state PASS [ 0.021s] ( 3/1287) oakvcs-cli agent_action::tests::named_merge_mutates_and_needs_network PASS [ 0.025s] ( 4/1287) oakvcs-cli agent_action::tests::local_and_remote_close_network_use_depends_on_context PASS [ 0.019s] ( 5/1287) oakvcs-cli agent_action::tests::switch_mutates_without_network PASS [ 0.021s] ( 6/1287) oakvcs-cli agent_action::tests::remote_review_is_read_only_but_networked PASS [ 0.025s] ( 7/1287) oakvcs-cli atomic_file::tests::write_atomic_creates_and_replaces_file PASS [ 0.025s] ( 8/1287) oakvcs-cli atomic_file::tests::write_atomic_private_creates_owner_only_file PASS [ 0.027s] ( 9/1287) oakvcs-cli atomic_file::tests::write_atomic_private_replaces_world_readable_file_with_owner_only_file PASS [ 0.565s] ( 10/1287) oakvcs-cli commands::branch::tests::remote_metadata_refresh_replaces_stale_local_row_before_close PASS [ 0.015s] ( 11/1287) oakvcs-cli commands::branch::tests::validate_branch_name_accepts_safe_names PASS [ 0.015s] ( 12/1287) oakvcs-cli commands::branch::tests::validate_branch_name_rejects_names_that_break_remote_paths PASS [ 0.016s] ( 13/1287) oakvcs-cli commands::branch::tests::validate_rename_target_name_accepts_safe_names PASS [ 0.017s] ( 14/1287) oakvcs-cli commands::branch::tests::validate_rename_target_name_rejects_remote_unsafe_names PASS [ 0.667s] ( 15/1287) oakvcs-cli commands::blob_fetch::tests::ensure_blobs_local_surfaces_restricted_marker PASS [ 0.017s] ( 16/1287) oakvcs-cli commands::ci::tests::duration_formats_compactly PASS [ 0.014s] ( 17/1287) oakvcs-cli commands::ci::tests::exit_codes_are_distinct_per_state PASS [ 0.679s] ( 18/1287) oakvcs-cli commands::blob_fetch::tests::ensure_commits_local_refetches_existing_commit_with_missing_manifest PASS [ 0.016s] ( 19/1287) oakvcs-cli commands::ci::tests::gate_state_maps_status_and_conclusion PASS [ 0.015s] ( 20/1287) oakvcs-cli commands::ci::tests::lenient_parse_recovers_run_with_raw_control_chars_in_logs PASS [ 0.686s] ( 21/1287) oakvcs-cli commands::blob_fetch::tests::ensure_commits_local_refuses_commit_when_manifest_tree_is_missing PASS [ 0.017s] ( 22/1287) oakvcs-cli commands::ci::tests::lenient_parse_reports_first_error_when_body_is_hopeless PASS [ 0.016s] ( 23/1287) oakvcs-cli commands::ci::tests::sanitize_escapes_raw_control_chars_inside_strings_only PASS [ 0.019s] ( 24/1287) oakvcs-cli commands::ci::tests::sanitize_respects_escaped_quotes_and_backslashes PASS [ 0.019s] ( 25/1287) oakvcs-cli commands::ci::tests::unknown_fields_survive_the_json_round_trip PASS [ 0.114s] ( 26/1287) oakvcs-cli commands::commit::tests::commit_fails_closed_when_parent_commit_row_is_missing PASS [ 0.105s] ( 27/1287) oakvcs-cli commands::commit::tests::status_does_not_report_restricted_files_as_deleted PASS [ 0.108s] ( 28/1287) oakvcs-cli commands::commit::tests::status_fails_closed_when_head_commit_row_is_missing PASS [ 0.119s] ( 29/1287) oakvcs-cli commands::commit::tests::commit_fails_closed_when_parent_manifest_is_missing PASS [ 0.015s] ( 30/1287) oakvcs-cli commands::conflict::tests::detects_unbalanced_delimiter_pairs PASS [ 0.017s] ( 31/1287) oakvcs-cli commands::conflict::tests::rejects_ambiguous_theirs_marker_inside_theirs_content PASS [ 0.021s] ( 32/1287) oakvcs-cli commands::conflict::tests::takes_ours_from_multiple_marker_blocks PASS [ 0.014s] ( 33/1287) oakvcs-cli commands::conflict::tests::takes_theirs_from_multiple_marker_blocks PASS [ 0.013s] ( 34/1287) oakvcs-cli commands::credentials::tests::author_ignores_empty_values PASS [ 0.017s] ( 35/1287) oakvcs-cli commands::credentials::tests::author_falls_back_to_machine_user_when_logged_out PASS [ 0.014s] ( 36/1287) oakvcs-cli commands::credentials::tests::author_prefers_explicit_oak_author PASS [ 0.018s] ( 37/1287) oakvcs-cli commands::credentials::tests::author_prefers_oak_whoami_over_machine_user PASS [ 0.020s] ( 38/1287) oakvcs-cli commands::credentials::tests::copies_old_token_to_new_server PASS [ 0.018s] ( 39/1287) oakvcs-cli commands::credentials::tests::existing_new_credential_is_never_overwritten PASS [ 0.019s] ( 40/1287) oakvcs-cli commands::credentials::tests::no_old_credential_means_nothing_to_migrate PASS [ 0.093s] ( 41/1287) oakvcs-cli commands::commit::tests::status_fails_closed_when_head_manifest_is_missing PASS [ 0.027s] ( 42/1287) oakvcs-cli commands::credentials::tests::remove_credential_to_path_rewrites_atomically_and_cleans_lock PASS [ 0.021s] ( 43/1287) oakvcs-cli commands::credentials::tests::save_credential_to_path_creates_owner_only_credentials_file PASS [ 0.022s] ( 44/1287) oakvcs-cli commands::credentials::tests::save_credential_to_path_preserves_invalid_file PASS [ 0.017s] ( 45/1287) oakvcs-cli commands::credentials::tests::token_resolver_trims_and_treats_blank_sources_as_unset PASS [ 0.019s] ( 46/1287) oakvcs-cli commands::credentials::tests::save_credential_to_path_replaces_world_readable_file_with_owner_only_file PASS [ 0.016s] ( 47/1287) oakvcs-cli commands::credentials::tests::trailing_slashes_do_not_defeat_matching PASS [ 0.014s] ( 48/1287) oakvcs-cli commands::diff::key_tests::help_overlay_opens_and_swallows_the_next_key PASS [ 0.015s] ( 49/1287) oakvcs-cli commands::diff::key_tests::emacs_and_less_motions_scroll_the_diff_pane PASS [ 0.014s] ( 50/1287) oakvcs-cli commands::diff::key_tests::space_folds_in_the_tree_and_pages_in_the_diff PASS [ 0.015s] ( 51/1287) oakvcs-cli commands::diff::key_tests::tree_navigation_keys_still_work_alongside_the_motion_layer PASS [ 0.039s] ( 52/1287) oakvcs-cli commands::diff::key_tests::help_overlay_renders_at_any_terminal_size PASS [ 0.017s] ( 53/1287) oakvcs-cli commands::diff::tests::filter_matches_directories_component_wise_not_by_string_prefix PASS [ 0.019s] ( 54/1287) oakvcs-cli commands::diff::tests::empty_filter_set_passes_everything_and_root_filter_matches_all PASS [ 0.014s] ( 55/1287) oakvcs-cli commands::diff::tests::filter_matches_renames_on_either_side PASS [ 0.017s] ( 56/1287) oakvcs-cli commands::diff::tests::filter_matches_exact_files_and_trailing_slash_dirs PASS [ 0.015s] ( 57/1287) oakvcs-cli commands::export::tests::export_allows_git_named_siblings PASS [ 0.016s] ( 58/1287) oakvcs-cli commands::export::tests::export_rejects_paths_inside_destination_git_dir PASS [ 0.015s] ( 59/1287) oakvcs-cli commands::export::tests::parse_author_blank PASS [ 0.016s] ( 60/1287) oakvcs-cli commands::export::tests::parse_author_empty_angles PASS [ 0.013s] ( 61/1287) oakvcs-cli commands::export::tests::parse_author_just_email PASS [ 0.024s] ( 62/1287) oakvcs-cli commands::export::tests::parse_author_just_name PASS [ 0.018s] ( 63/1287) oakvcs-cli commands::export::tests::parse_author_name_and_email PASS [ 0.017s] ( 64/1287) oakvcs-cli commands::export::tests::parse_author_punctuation_collapses PASS [ 0.017s] ( 65/1287) oakvcs-cli commands::feedback::tests::choose_email_precedence_flag_env_cache PASS [ 0.101s] ( 66/1287) oakvcs-cli commands::diff::tests::render_change_uses_ephemeral_worktree_bytes_without_rereading_disk PASS [ 0.234s] ( 67/1287) oakvcs-cli commands::credentials::tests::concurrent_save_credential_to_path_preserves_all_entries PASS [ 0.019s] ( 68/1287) oakvcs-cli commands::feedback::tests::choose_email_skips_blank_values PASS [ 0.018s] ( 69/1287) oakvcs-cli commands::feedback::tests::render_template_notes_missing_email PASS [ 0.014s] ( 70/1287) oakvcs-cli commands::feedback::tests::render_template_prefills_identity_and_starts_with_blank_line PASS [ 0.016s] ( 71/1287) oakvcs-cli commands::feedback::tests::strip_comment_lines_drops_template_and_trims PASS [ 0.015s] ( 72/1287) oakvcs-cli commands::feedback::tests::strip_comment_lines_keeps_indented_hashes_but_drops_column_zero PASS [ 0.014s] ( 73/1287) oakvcs-cli commands::feedback::tests::strip_comment_lines_untouched_template_is_empty PASS [ 0.017s] ( 74/1287) oakvcs-cli commands::git_clone::tests::git_file_mode_to_oak_preserves_file_modes PASS [ 0.016s] ( 75/1287) oakvcs-cli commands::git_clone::tests::git_file_mode_to_oak_skips_non_file_modes PASS [ 0.014s] ( 76/1287) oakvcs-cli commands::git_clone::tests::recursive_tree_construction_matches_build_tree PASS [ 0.013s] ( 77/1287) oakvcs-cli commands::git_clone::tests::sanitize_commit_field_strips_control_chars PASS [ 0.014s] ( 78/1287) oakvcs-cli commands::init::tests::agents_md_uses_surfaced_clean_flag_not_hidden_discard_alias PASS [ 0.012s] ( 79/1287) oakvcs-cli commands::integrity::tests::authentication_never_silently_strengthens_clone_preflight PASS [ 0.094s] ( 80/1287) oakvcs-cli commands::integrity::tests::anonymous_public_clone_requests_the_cheap_metadata_proof PASS [ 0.094s] ( 81/1287) oakvcs-cli commands::integrity::tests::blob_info_rejects_a_weaker_verification_mode_than_requested PASS [ 0.013s] ( 82/1287) oakvcs-cli commands::integrity::tests::byte_doctor_requires_explicit_depth_and_budget PASS [ 0.101s] ( 83/1287) oakvcs-cli commands::integrity::tests::blob_info_treats_target_history_window_as_verified_scope_not_corruption PASS [ 0.117s] ( 84/1287) oakvcs-cli commands::integrity::tests::blob_info_requests_the_bounded_admin_target_budget PASS [ 0.099s] ( 85/1287) oakvcs-cli commands::integrity::tests::branch_only_clone_requires_explicit_legacy_server_override PASS [ 0.097s] ( 86/1287) oakvcs-cli commands::integrity::tests::clone_budget_exhaustion_recommends_the_safe_explicit_override PASS [ 0.102s] ( 87/1287) oakvcs-cli commands::integrity::tests::clone_rejects_contradictory_truncated_healthy_report PASS [ 0.115s] ( 88/1287) oakvcs-cli commands::integrity::tests::clone_rejects_healthy_report_with_findings PASS [ 0.097s] ( 89/1287) oakvcs-cli commands::integrity::tests::clone_rejects_integrity_report_for_a_different_repository PASS [ 0.091s] ( 90/1287) oakvcs-cli commands::integrity::tests::doctor_rejects_a_weaker_verification_mode_than_requested PASS [ 0.090s] ( 91/1287) oakvcs-cli commands::integrity::tests::doctor_rejects_contradictory_incomplete_healthy_report PASS [ 0.013s] ( 92/1287) oakvcs-cli commands::integrity::tests::doctor_rejects_zero_depth_before_network PASS [ 0.112s] ( 93/1287) oakvcs-cli commands::integrity::tests::doctor_rejects_contradictory_status_on_healthy_report PASS [ 0.098s] ( 94/1287) oakvcs-cli commands::integrity::tests::doctor_rejects_silently_clamped_depth_report PASS [ 0.097s] ( 95/1287) oakvcs-cli commands::integrity::tests::explicit_budget_override_allows_only_bounded_proof_exhaustion PASS [ 0.095s] ( 96/1287) oakvcs-cli commands::integrity::tests::explicit_budget_override_never_overrides_corruption_findings PASS [ 0.015s] ( 97/1287) oakvcs-cli commands::integrity::tests::preflight_accepts_only_complete_operator_adjudicated_known_loss PASS [ 0.123s] ( 98/1287) oakvcs-cli commands::integrity::tests::integrity_404_after_confirmed_capability_is_never_legacy_fallback PASS [ 0.101s] ( 99/1287) oakvcs-cli commands::integrity::tests::legacy_access_never_claims_an_unverifiable_credential_was_accepted PASS [ 0.102s] ( 100/1287) oakvcs-cli commands::integrity::tests::preflight_capability_404_does_not_hide_private_or_unauthorized_repo PASS [ 0.111s] ( 101/1287) oakvcs-cli commands::integrity::tests::preflight_capability_404_falls_back_only_after_repo_access_is_proven PASS [ 0.013s] ( 102/1287) oakvcs-cli commands::integrity::tests::server_wire_fixture_accepts_future_fields_and_defaulted_arrays PASS [ 0.012s] ( 103/1287) oakvcs-cli commands::keys::tests::chords_are_not_confused_with_the_bare_letters_they_contain PASS [ 0.012s] ( 104/1287) oakvcs-cli commands::keys::tests::page_size_tracks_the_window_and_never_stalls PASS [ 0.013s] ( 105/1287) oakvcs-cli commands::keys::tests::space_pages_only_where_the_pane_offers_it PASS [ 0.012s] ( 106/1287) oakvcs-cli commands::keys::tests::vi_emacs_and_arrow_dialects_map_to_the_same_motions PASS [ 0.105s] ( 107/1287) oakvcs-cli commands::integrity::tests::preflight_stops_before_download_and_preserves_shallow_guidance PASS [ 0.119s] ( 108/1287) oakvcs-cli commands::integrity::tests::preflight_proves_selected_branch_and_sparse_cone PASS [ 0.012s] ( 109/1287) oakvcs-cli commands::log::key_tests::emacs_motions_move_the_focused_pane PASS [ 0.102s] ( 110/1287) oakvcs-cli commands::integrity::tests::scoped_clone_requires_explicit_legacy_server_override PASS [ 0.019s] ( 111/1287) oakvcs-cli commands::log::key_tests::help_overlay_opens_on_question_mark_and_swallows_the_next_key PASS [ 0.013s] ( 112/1287) oakvcs-cli commands::log::key_tests::search_opens_on_ctrl_s_and_ctrl_g_cancels_without_typing_a_g PASS [ 0.018s] ( 113/1287) oakvcs-cli commands::log::key_tests::space_advances_one_screenful_of_the_current_pane PASS [ 0.039s] ( 114/1287) oakvcs-cli commands::log::key_tests::help_overlay_renders_at_any_terminal_size PASS [ 0.064s] ( 115/1287) oakvcs-cli commands::known_loss::tests::known_loss_round_trips_and_maps_to_missing_manifest_paths PASS [ 0.082s] ( 116/1287) oakvcs-cli commands::log::pickaxe_tests::filtered_walk_stops_evaluating_once_the_match_cap_is_reached PASS [ 0.088s] ( 117/1287) oakvcs-cli commands::log::pickaxe_tests::pickaxe_collects_all_matched_paths_when_asked PASS [ 0.090s] ( 118/1287) oakvcs-cli commands::log::pickaxe_tests::pickaxes_skip_and_count_files_whose_blobs_are_not_hydrated_locally PASS [ 0.104s] ( 119/1287) oakvcs-cli commands::log::pickaxe_tests::pickaxes_match_added_files_against_a_true_empty_side PASS [ 0.086s] ( 120/1287) oakvcs-cli commands::log::pickaxe_tests::pickaxes_skip_binary_blobs_with_the_shared_gate PASS [ 0.074s] ( 121/1287) oakvcs-cli commands::merge::tests::closed_current_branch_with_main_merge_proof_does_not_reconcile_again PASS [ 0.011s] ( 122/1287) oakvcs-cli commands::merge::tests::compact_merge_message_subject_uses_first_line_and_bounds_length PASS [ 0.011s] ( 123/1287) oakvcs-cli commands::merge::tests::conflict_content_clean_when_both_sides_agree PASS [ 0.011s] ( 124/1287) oakvcs-cli commands::merge::tests::conflict_content_clean_when_edits_dont_overlap PASS [ 0.012s] ( 125/1287) oakvcs-cli commands::merge::tests::conflict_content_marks_only_diverging_hunks PASS [ 0.010s] ( 126/1287) oakvcs-cli commands::merge::tests::conflict_marker_delimiters_detect_stray_column_zero_markers PASS [ 0.077s] ( 127/1287) oakvcs-cli commands::merge::tests::closed_current_branch_without_main_merge_proof_does_not_reconcile PASS [ 0.010s] ( 128/1287) oakvcs-cli commands::merge::tests::conflict_markers_detected_at_column_zero PASS [ 0.011s] ( 129/1287) oakvcs-cli commands::merge::tests::conflict_markers_require_both_sides PASS [ 0.092s] ( 130/1287) oakvcs-cli commands::merge::tests::closed_current_branch_with_main_merge_proof_reconciles_when_open_at_pull_start PASS [ 0.015s] ( 131/1287) oakvcs-cli commands::merge::tests::conflict_markers_ignored_when_not_at_column_zero PASS [ 0.014s] ( 132/1287) oakvcs-cli commands::merge::tests::find_conflict_markers_does_not_follow_symlinked_dirs PASS [ 0.068s] ( 133/1287) oakvcs-cli commands::merge::tests::ingest_merged_main_preserves_message_and_file_rows PASS [ 0.074s] ( 134/1287) oakvcs-cli commands::merge::tests::lazy_cache_lca_tolerates_missing_blob_content PASS [ 0.070s] ( 135/1287) oakvcs-cli commands::merge::tests::lca_manifest_allows_declared_root_base_despite_parent_side_gap PASS [ 0.086s] ( 136/1287) oakvcs-cli commands::merge::tests::lca_manifest_allows_declared_root_base_despite_branch_side_gap PASS [ 0.080s] ( 137/1287) oakvcs-cli commands::merge::tests::lca_manifest_allows_missing_history_older_than_selected_base PASS [ 0.071s] ( 138/1287) oakvcs-cli commands::merge::tests::lca_manifest_reports_incomplete_ancestry_before_stale_common_base PASS [ 0.086s] ( 139/1287) oakvcs-cli commands::merge::tests::lca_manifest_does_not_use_merge_parent_root_as_declared_empty_base PASS [ 0.090s] ( 140/1287) oakvcs-cli commands::merge::tests::lca_manifest_errors_without_verified_common_ancestor PASS [ 0.068s] ( 141/1287) oakvcs-cli commands::merge::tests::merge_abort_clears_state_when_head_blob_is_missing PASS [ 0.081s] ( 142/1287) oakvcs-cli commands::merge::tests::lca_manifest_reports_incomplete_ancestry_without_verified_root PASS [ 0.075s] ( 143/1287) oakvcs-cli commands::merge::tests::merge_abort_clears_state_when_head_commit_row_is_missing PASS [ 0.082s] ( 144/1287) oakvcs-cli commands::merge::tests::merge_abort_clears_state_when_head_manifest_is_missing PASS [ 0.064s] ( 145/1287) oakvcs-cli commands::merge::tests::merge_abort_clears_truncated_merge_head PASS [ 0.061s] ( 146/1287) oakvcs-cli commands::merge::tests::merge_abort_with_corrupt_merge_state_reports_partial_restore PASS [ 0.066s] ( 147/1287) oakvcs-cli commands::merge::tests::merge_abort_without_head_reports_worktree_left_unchanged PASS [ 0.103s] ( 148/1287) oakvcs-cli commands::merge::tests::merge_abort_preserves_untracked_files PASS [ 0.080s] ( 149/1287) oakvcs-cli commands::merge::tests::merge_continue_preserves_incomplete_ancestry_when_recomputing_state PASS [ 0.091s] ( 150/1287) oakvcs-cli commands::merge::tests::merge_continue_fails_closed_when_recorded_merge_manifest_is_missing PASS [ 0.064s] ( 151/1287) oakvcs-cli commands::merge::tests::recompute_merge_state_fails_when_parent_manifest_is_missing PASS [ 0.071s] ( 152/1287) oakvcs-cli commands::merge::tests::prune_removes_merged_branches_only PASS [ 0.151s] ( 153/1287) oakvcs-cli commands::merge::tests::no_visible_ci_run_yields_to_the_authoritative_merge_retry PASS [ 0.011s] ( 154/1287) oakvcs-cli commands::merge::tests::server_conflict_non_json_body_falls_back_to_generic PASS [ 0.013s] ( 155/1287) oakvcs-cli commands::merge::tests::server_conflict_paths_parsed_from_message PASS [ 0.014s] ( 156/1287) oakvcs-cli commands::merge::tests::server_conflict_structured_paths_win_over_message PASS [ 0.074s] ( 157/1287) oakvcs-cli commands::merge::tests::recover_already_closed_branch_json_is_single_json_document PASS [ 0.078s] ( 158/1287) oakvcs-cli commands::merge::tests::reconciles_current_branch_when_main_contains_remote_squash_merge PASS [ 0.010s] ( 159/1287) oakvcs-cli commands::merge::tests::server_conflict_without_paths_keeps_server_message PASS [ 0.230s] ( 160/1287) oakvcs-cli commands::merge::tests::merge_wait_retries_after_no_workflow_delivery_drains PASS [ 0.012s] ( 161/1287) oakvcs-cli commands::merge_safety::tests::both_sides_changed_is_overlap_warning_not_violation PASS [ 0.090s] ( 162/1287) oakvcs-cli commands::merge::tests::switch_to_fresh_main_branch_can_suppress_human_output_for_json_merge PASS [ 0.083s] ( 163/1287) oakvcs-cli commands::merge::tests::switch_to_fresh_main_branch_seeds_at_main_and_resets_worktree PASS [ 0.100s] ( 164/1287) oakvcs-cli commands::merge::tests::switch_to_fresh_main_branch_fallback_seeds_at_branch_tip_without_reset PASS [ 0.013s] ( 165/1287) oakvcs-cli commands::merge_safety::tests::intentional_branch_deletion_is_clean PASS [ 0.021s] ( 166/1287) oakvcs-cli commands::merge_safety::tests::fb105_shape_target_only_files_dropped_is_invariant_violation PASS [ 0.023s] ( 167/1287) oakvcs-cli commands::merge_safety::tests::missing_fork_base_refuses_to_certify PASS [ 0.027s] ( 168/1287) oakvcs-cli commands::merge_safety::tests::mode_only_target_change_dropped_is_violation PASS [ 0.066s] ( 169/1287) oakvcs-cli commands::merge_safety::tests::live_fetch_of_matching_target_and_head_certifies PASS [ 0.070s] ( 170/1287) oakvcs-cli commands::merge_safety::tests::live_fetch_of_different_target_is_authority_mismatch PASS [ 0.018s] ( 171/1287) oakvcs-cli commands::merge_safety::tests::predicted_conflicts_are_excluded_from_classification PASS [ 0.011s] ( 172/1287) oakvcs-cli commands::merge_safety::tests::stale_local_target_refuses_to_certify PASS [ 0.010s] ( 173/1287) oakvcs-cli commands::merge_safety::tests::target_only_change_reverted_is_invariant_violation PASS [ 0.011s] ( 174/1287) oakvcs-cli commands::merge_safety::tests::violations_block_even_against_stale_target_data PASS [ 0.021s] ( 175/1287) oakvcs-cli commands::merge_safety::tests::violation_output_is_bounded_to_sample_plus_count PASS [ 0.051s] ( 176/1287) oakvcs-cli commands::merge_safety::tests::same_target_different_head_is_authority_mismatch PASS [ 0.063s] ( 177/1287) oakvcs-cli commands::mount::core::tests::create_write_read_roundtrip PASS [ 0.090s] ( 178/1287) oakvcs-cli commands::mount::core::tests::directory_hydration_tolerates_deferred_base_sizes PASS [ 0.085s] ( 179/1287) oakvcs-cli commands::mount::core::tests::dirty_overlay_paths_do_not_alias_separator_lookalikes PASS [ 0.019s] ( 180/1287) oakvcs-cli commands::mount::core::tests::insert_path_creates_intermediate_dirs PASS [ 0.019s] ( 181/1287) oakvcs-cli commands::mount::core::tests::insert_path_handles_top_level_file PASS [ 0.021s] ( 182/1287) oakvcs-cli commands::mount::core::tests::insert_path_idempotent_on_duplicate PASS [ 0.015s] ( 183/1287) oakvcs-cli commands::mount::core::tests::insert_path_reuses_existing_dirs PASS [ 0.091s] ( 184/1287) oakvcs-cli commands::mount::core::tests::ignored_build_output_is_not_recorded_in_overlay PASS [ 0.017s] ( 185/1287) oakvcs-cli commands::mount::core::tests::lookup_path_missing_returns_none PASS [ 0.022s] ( 186/1287) oakvcs-cli commands::mount::core::tests::load_overlay_meta_strips_legacy_os_metadata PASS [ 0.017s] ( 187/1287) oakvcs-cli commands::mount::core::tests::overlay_sig_changes_when_meta_written PASS [ 0.062s] ( 188/1287) oakvcs-cli commands::mount::core::tests::os_metadata_is_usable_but_untracked PASS [ 0.094s] ( 189/1287) oakvcs-cli commands::mount::core::tests::readdir_lists_dot_and_children PASS [ 0.079s] ( 190/1287) oakvcs-cli commands::mount::core::tests::reconcile_follows_out_of_band_commit PASS [ 0.072s] ( 191/1287) oakvcs-cli commands::mount::core::tests::reconcile_is_noop_without_external_change PASS [ 0.195s] ( 192/1287) oakvcs-cli commands::mount::core::tests::new_defers_manifest_inode_materialization_until_directory_read PASS [ 0.063s] ( 193/1287) oakvcs-cli commands::mount::core::tests::reconcile_preserves_dirty_overlay PASS [ 0.027s] ( 194/1287) oakvcs-cli commands::mount::core::tests::slice_range_clamps PASS [ 0.072s] ( 195/1287) oakvcs-cli commands::mount::core::tests::root_only_manifest_still_loads_ignore_rules_from_tree PASS [ 0.086s] ( 196/1287) oakvcs-cli commands::mount::core::tests::rename_base_file_records_rename PASS [ 0.117s] ( 197/1287) oakvcs-cli commands::mount::core::tests::truncate_shrinks_file PASS [ 0.139s] ( 198/1287) oakvcs-cli commands::mount::core::tests::unlink_records_deletion_for_base_file PASS [ 0.161s] ( 199/1287) oakvcs-cli commands::mount::pull::tests::abort_clears_overlay_and_sync_state PASS [ 0.108s] ( 200/1287) oakvcs-cli commands::mount::pull::tests::already_up_to_date_when_branch_has_change PASS [ 0.075s] ( 201/1287) oakvcs-cli commands::mount::pull::tests::both_sides_change_mode_differently_stays_structural_conflict PASS [ 0.076s] ( 202/1287) oakvcs-cli commands::mount::pull::tests::branch_content_and_parent_mode_merge_preserves_parent_mode PASS [ 0.090s] ( 203/1287) oakvcs-cli commands::mount::pull::tests::clean_parent_change_folds_in PASS [ 0.108s] ( 204/1287) oakvcs-cli commands::mount::pull::tests::continue_accepts_deleted_conflict_resolution PASS [ 0.119s] ( 205/1287) oakvcs-cli commands::mount::pull::tests::continue_finalizes_only_recorded_conflict_overlay_paths PASS [ 0.121s] ( 206/1287) oakvcs-cli commands::mount::pull::tests::continue_finalizes_resolved_merge PASS [ 0.089s] ( 207/1287) oakvcs-cli commands::mount::pull::tests::continue_rejects_remaining_markers PASS [ 0.084s] ( 208/1287) oakvcs-cli commands::mount::pull::tests::divergent_mode_only_changes_conflict PASS [ 0.020s] ( 209/1287) oakvcs-cli commands::mount::pull::tests::marker_detection PASS [ 0.020s] ( 210/1287) oakvcs-cli commands::mount::pull::tests::marker_detection_ignores_embedded_marker_text PASS [ 0.090s] ( 211/1287) oakvcs-cli commands::mount::pull::tests::history_walk_connects_local_chains_without_network PASS [ 0.063s] ( 212/1287) oakvcs-cli commands::mount::pull::tests::overlapping_change_conflicts PASS [ 0.075s] ( 213/1287) oakvcs-cli commands::mount::pull::tests::parent_mode_only_change_folds_in PASS [ 0.191s] ( 214/1287) oakvcs-cli commands::mount::pull::tests::history_walk_degrades_gracefully_when_fetch_fails PASS [ 0.016s] ( 215/1287) oakvcs-cli commands::mount::repo_cache::tests::sanitize_component_flattens_urls PASS [ 0.162s] ( 216/1287) oakvcs-cli commands::mount::repo_cache::tests::populate_is_idempotent_across_mounts PASS [ 0.197s] ( 217/1287) oakvcs-cli commands::mount::repo_cache::tests::populate_then_seed_roundtrip PASS [ 0.072s] ( 218/1287) oakvcs-cli commands::mount::repo_cache::tests::seed_misses_when_repo_never_cached PASS [ 0.014s] ( 219/1287) oakvcs-cli commands::mount::spawn::tests::log_path_is_sanitized_and_under_temp PASS [ 0.013s] ( 220/1287) oakvcs-cli commands::mount::spawn::tests::plain_directory_is_not_a_mountpoint PASS [ 0.205s] ( 221/1287) oakvcs-cli commands::mount::repo_cache::tests::seed_misses_unknown_head PASS [ 0.022s] ( 222/1287) oakvcs-cli commands::mount::state::tests::checked_count_is_unknown_when_cache_db_unreadable PASS [ 0.019s] ( 223/1287) oakvcs-cli commands::mount::state::tests::checked_count_is_zero_when_no_cache_db PASS [ 0.022s] ( 224/1287) oakvcs-cli commands::mount::state::tests::config_roundtrip PASS [ 0.013s] ( 225/1287) oakvcs-cli commands::mount::state::tests::daemon_pid_roundtrip PASS [ 0.027s] ( 226/1287) oakvcs-cli commands::mount::state::tests::overlay_filename_is_injective_for_separator_like_paths PASS [ 0.162s] ( 227/1287) oakvcs-cli commands::mount::repo_cache::tests::seed_refuses_incomplete_sizes PASS [ 0.016s] ( 228/1287) oakvcs-cli commands::mount::state::tests::overlay_is_clean_when_metadata_missing PASS [ 0.013s] ( 229/1287) oakvcs-cli commands::mount::state::tests::overlay_meta_missing_file_is_default PASS [ 0.016s] ( 230/1287) oakvcs-cli commands::mount::state::tests::overlay_state_unreadable_detects_corrupt_meta PASS [ 0.019s] ( 231/1287) oakvcs-cli commands::mount::state::tests::overlay_meta_roundtrip PASS [ 0.014s] ( 232/1287) oakvcs-cli commands::mount::state::tests::pid_alive_detects_self_and_dead PASS [ 0.015s] ( 233/1287) oakvcs-cli commands::mount::state::tests::pushed_head_roundtrip PASS [ 0.168s] ( 234/1287) oakvcs-cli commands::mount::state::tests::acquire_lock_excludes_other_holders PASS [ 0.014s] ( 235/1287) oakvcs-cli commands::mount::state::tests::unpushed_commit_count_empty_without_cache PASS [ 0.016s] ( 236/1287) oakvcs-cli commands::mount::state::tests::sync_state_roundtrip_uses_final_path_without_temp_leftovers PASS [ 0.013s] ( 237/1287) oakvcs-cli commands::mount::tests::build_manifest_clean_overlay_returns_base PASS [ 0.021s] ( 238/1287) oakvcs-cli commands::mount::tests::build_manifest_adds_new_files PASS [ 0.020s] ( 239/1287) oakvcs-cli commands::mount::tests::build_manifest_applies_renames PASS [ 0.015s] ( 240/1287) oakvcs-cli commands::mount::tests::build_manifest_drops_deleted_paths PASS [ 0.018s] ( 241/1287) oakvcs-cli commands::mount::tests::build_manifest_dirty_wins_over_rename_target PASS [ 0.015s] ( 242/1287) oakvcs-cli commands::mount::tests::build_manifest_replaces_dirty_paths PASS [ 0.012s] ( 243/1287) oakvcs-cli commands::mount::tests::slugify_lowercases_and_collapses PASS [ 0.015s] ( 244/1287) oakvcs-cli commands::mount::tests::dest_slug_uses_leaf_and_falls_back_to_mount PASS [ 0.014s] ( 245/1287) oakvcs-cli commands::mount::tests::task_slug_ignores_redundant_repo_parent PASS [ 0.012s] ( 246/1287) oakvcs-cli commands::mount::tests::task_slug_keeps_task_named_leaf PASS [ 0.012s] ( 247/1287) oakvcs-cli commands::mount::tests::task_slug_prefers_task_dir_when_leaf_is_repo PASS [ 0.014s] ( 248/1287) oakvcs-cli commands::mount::worktree::tests::parses_worktree_create_input PASS [ 0.013s] ( 249/1287) oakvcs-cli commands::mount::worktree::tests::worktree_create_input_tolerates_missing_base_ref PASS [ 0.017s] ( 250/1287) oakvcs-cli commands::pull::chunk_batch_decode_tests::decodes_multiple_entries PASS [ 0.020s] ( 251/1287) oakvcs-cli commands::pull::chunk_batch_decode_tests::empty_body_decodes_to_empty PASS [ 0.017s] ( 252/1287) oakvcs-cli commands::pull::chunk_batch_decode_tests::truncated_frames_error_not_panic PASS [ 0.067s] ( 253/1287) oakvcs-cli commands::open::tests::unlinked_repo_errors_before_opening_browser PASS [ 0.065s] ( 254/1287) oakvcs-cli commands::pull::pull_ingest_publish_tests::publish_refs_lands_rename_heads_current_head_and_watermark_together PASS [ 0.081s] ( 255/1287) oakvcs-cli commands::pull::pull_ingest_publish_tests::publish_refs_prefers_response_head_over_payload_order PASS [ 0.089s] ( 256/1287) oakvcs-cli commands::pull::pull_ingest_publish_tests::publish_refs_rejects_missing_commit_head_and_rolls_back PASS [ 0.090s] ( 257/1287) oakvcs-cli commands::pull::pull_ingest_publish_tests::publish_refs_rolls_back_branch_rows_on_error PASS [ 0.078s] ( 258/1287) oakvcs-cli commands::pull::pull_ingest_publish_tests::report_v1_loss_must_be_absent_from_selected_head_manifest PASS [ 0.086s] ( 259/1287) oakvcs-cli commands::pull::pull_ingest_publish_tests::resolve_response_head_demotes_unshipped_head PASS [ 0.026s] ( 260/1287) oakvcs-cli commands::pull::verify_blob_content_tests::corrupt_content_is_rejected_not_stored PASS [ 0.088s] ( 261/1287) oakvcs-cli commands::pull::pull_ingest_publish_tests::staging_pull_objects_does_not_publish_branch_refs PASS [ 0.015s] ( 262/1287) oakvcs-cli commands::pull::verify_blob_content_tests::mapping_extent_checked_add_rejects_overflow PASS [ 0.084s] ( 263/1287) oakvcs-cli commands::pull::pull_ingest_publish_tests::staging_pull_objects_rejects_mismatched_commit_hash PASS [ 0.013s] ( 264/1287) oakvcs-cli commands::pull::verify_blob_content_tests::mapping_rejects_non_blake3_chunk_hash_shape PASS [ 0.012s] ( 265/1287) oakvcs-cli commands::pull::verify_blob_content_tests::matching_content_passes_through PASS [ 0.014s] ( 266/1287) oakvcs-cli commands::pull::verify_blob_content_tests::zstd_frame_of_true_content_is_repaired PASS [ 0.053s] ( 267/1287) oakvcs-cli commands::pull::verify_blob_content_tests::verified_mapping_replaces_stale_rows_instead_of_appending PASS [ 0.106s] ( 268/1287) oakvcs-cli commands::push::tests::async_mapping_proof_polls_the_opaque_job_to_exact_completion PASS [ 0.017s] ( 269/1287) oakvcs-cli commands::push::tests::blob_check_missing_must_be_a_unique_subset_of_the_request PASS [ 0.110s] ( 270/1287) oakvcs-cli commands::push::tests::async_mapping_proof_restarts_a_stale_create_with_the_exact_request PASS [ 0.013s] ( 271/1287) oakvcs-cli commands::push::tests::chunk_check_missing_must_be_a_unique_subset_of_the_request_page PASS [ 0.119s] ( 272/1287) oakvcs-cli commands::push::tests::chunk_busy_retry_never_sleeps_past_remaining_overall_deadline PASS [ 0.015s] ( 273/1287) oakvcs-cli commands::push::tests::external_edge_proof_requires_the_exact_requested_set PASS [ 0.059s] ( 274/1287) oakvcs-cli commands::push::tests::link_remote_identity_persists_valid_owner_and_repo PASS [ 0.568s] ( 275/1287) oakvcs-cli commands::push::tests::async_mapping_pages_preserve_header_order_and_split_at_ten_thousand_refs PASS [ 2.590s] ( 276/1287) oakvcs-cli commands::merge_safety::tests::classifier_is_linear_on_large_manifests PASS [ 0.022s] ( 277/1287) oakvcs-cli commands::push::tests::one_commit_multi_gib_or_paged_mapping_selects_staged_async_proof PASS [ 0.455s] ( 278/1287) oakvcs-cli commands::push::tests::link_remote_identity_rejects_unsafe_specs_without_persisting PASS [ 0.014s] ( 279/1287) oakvcs-cli commands::push::tests::ordinary_push_is_not_rejected_by_staged_operation_aggregate_caps PASS [ 0.299s] ( 280/1287) oakvcs-cli commands::push::tests::mapping_proof_deadline_bounds_a_peer_that_never_returns_headers PASS [ 0.195s] ( 281/1287) oakvcs-cli commands::push::tests::one_commit_over_tree_batch_cap_stages_objects_then_finalizes PASS [ 0.093s] ( 282/1287) oakvcs-cli commands::push::tests::phase_one_bootstrap_requires_its_explicit_capability PASS [ 0.404s] ( 283/1287) oakvcs-cli commands::push::tests::outgoing_plan_is_topological_across_batch_boundary_despite_skewed_timestamps PASS [ 0.354s] ( 284/1287) oakvcs-cli commands::push::tests::planned_large_blob_retains_only_chunk_locations PASS [ 0.068s] ( 285/1287) oakvcs-cli commands::push::tests::push_admission_synthesizes_the_canonical_empty_blob PASS [ 0.067s] ( 286/1287) oakvcs-cli commands::push::tests::rechunk_workspace_cleans_up_after_repository_local_enospc PASS [ 1.220s] ( 287/1287) oakvcs-cli commands::push::tests::chunk_check_replays_exact_payload_after_typed_object_busy_conflict PASS [ 0.068s] ( 288/1287) oakvcs-cli commands::push::tests::rechunk_workspace_is_reserved_before_use_and_removed_on_drop PASS [ 0.380s] ( 289/1287) oakvcs-cli commands::push::tests::planned_objects_share_one_tree_scan_across_many_commits PASS [ 0.214s] ( 290/1287) oakvcs-cli commands::push::tests::slow_never_busy_chunk_request_does_not_consume_busy_wait_budget PASS [ 0.222s] ( 291/1287) oakvcs-cli commands::push::tests::slow_presigned_put_uses_transfer_deadline_not_busy_budget PASS [ 0.016s] ( 292/1287) oakvcs-cli commands::push::tests::staged_blob_plan_splits_before_the_129th_async_proof_header PASS [ 0.096s] ( 293/1287) oakvcs-cli commands::push::tests::staged_abort_posts_exact_session_boundary_with_auth PASS [ 0.134s] ( 294/1287) oakvcs-cli commands::push::tests::staged_abort_never_waits_for_a_peer_that_withholds_headers PASS [ 0.111s] ( 295/1287) oakvcs-cli commands::push::tests::staged_capability_probe_falls_back_when_exact_abort_v1_is_absent PASS [ 0.097s] ( 296/1287) oakvcs-cli commands::push::tests::staged_publication_rejects_an_oversized_success_body PASS [ 0.184s] ( 297/1287) oakvcs-cli commands::push::tests::staged_mapping_preflight_rechunks_before_network_payloads_exist PASS [ 0.014s] ( 298/1287) oakvcs-cli commands::push::tests::strict_receipt_check_requires_an_exact_server_acknowledgement PASS [ 0.097s] ( 299/1287) oakvcs-cli commands::push::tests::strict_receipt_check_rejects_a_mixed_old_replica_before_mutation PASS [ 0.145s] ( 300/1287) oakvcs-cli commands::push::tests::staged_publication_replays_exact_request_when_final_response_body_is_withheld PASS [ 0.019s] ( 301/1287) oakvcs-cli commands::push::tests::whole_operation_caps_reject_every_dimension_before_protocol_selection PASS [ 0.011s] ( 302/1287) oakvcs-cli commands::release::tests::validate_asset_filename_accepts_safe_filenames PASS [ 0.019s] ( 303/1287) oakvcs-cli commands::release::tests::validate_asset_filename_rejects_empty_path_and_control_names PASS [ 0.012s] ( 304/1287) oakvcs-cli commands::release::tests::validate_release_tag_accepts_safe_tags PASS [ 0.013s] ( 305/1287) oakvcs-cli commands::release::tests::validate_release_tag_rejects_empty_trimmed_and_control_tags PASS [ 0.107s] ( 306/1287) oakvcs-cli commands::push::tests::terminal_mapping_generation_conflict_is_not_retried PASS [ 0.014s] ( 307/1287) oakvcs-cli commands::repo::tests::pull_known_loss_must_exactly_match_preflight_disposition PASS [ 0.012s] ( 308/1287) oakvcs-cli commands::repo::tests::resolve_clone_spec_accepts_owner_repo PASS [ 0.020s] ( 309/1287) oakvcs-cli commands::repo::tests::resolve_clone_spec_rejects_unsafe_bare_repo_segments PASS [ 0.013s] ( 310/1287) oakvcs-cli commands::repo::tests::resolve_clone_spec_rejects_unsafe_owner_repo_segments PASS [ 0.153s] ( 311/1287) oakvcs-cli commands::push::tests::successful_chunk_check_body_is_bounded_by_the_overall_deadline PASS [ 0.021s] ( 312/1287) oakvcs-cli commands::repo::tests::resolve_clone_spec_uses_username_for_bare_repo PASS [ 0.059s] ( 313/1287) oakvcs-cli commands::restricted::tests::record_unions_and_loads_round_trip PASS [ 0.064s] ( 314/1287) oakvcs-cli commands::restricted::tests::restricted_paths_skip_locally_present_blobs PASS [ 0.072s] ( 315/1287) oakvcs-cli commands::review::tests::branch_comparison_does_not_report_missing_commit_as_fork_point PASS [ 0.014s] ( 316/1287) oakvcs-cli commands::review::tests::classify_change_honors_generated_marker_only_in_header_lines PASS [ 0.078s] ( 317/1287) oakvcs-cli commands::review::tests::branch_comparison_does_not_report_stale_fork_when_missing_edge_can_hide_lca PASS [ 0.016s] ( 318/1287) oakvcs-cli commands::review::tests::file_summary_without_hydrated_blobs_omits_content_category PASS [ 0.089s] ( 319/1287) oakvcs-cli commands::review::tests::branch_review_marks_missing_branch_snapshot_as_missing_data PASS [ 0.098s] ( 320/1287) oakvcs-cli commands::review::tests::contribution_diff_degrades_when_fork_manifest_is_missing PASS [ 0.103s] ( 321/1287) oakvcs-cli commands::review::tests::live_fetch_of_other_target_does_not_certify_recorded_parent PASS [ 0.103s] ( 322/1287) oakvcs-cli commands::review::tests::live_target_fetch_certifies_without_local_freshness_metadata PASS [ 0.079s] ( 323/1287) oakvcs-cli commands::review::tests::merge_preview_certifies_intentional_deletion_against_fresh_target PASS [ 0.085s] ( 324/1287) oakvcs-cli commands::review::tests::merge_preview_conflicts_are_not_reported_as_deletions PASS [ 0.065s] ( 325/1287) oakvcs-cli commands::review::tests::merge_preview_degrades_when_common_ancestor_manifest_is_missing PASS [ 0.085s] ( 326/1287) oakvcs-cli commands::review::tests::merge_preview_degrades_when_branch_head_manifest_is_missing PASS [ 0.082s] ( 327/1287) oakvcs-cli commands::review::tests::merge_preview_degrades_when_no_verified_common_ancestor PASS [ 0.090s] ( 328/1287) oakvcs-cli commands::review::tests::merge_preview_degrades_when_parent_head_commit_is_missing PASS [ 0.109s] ( 329/1287) oakvcs-cli commands::review::tests::merge_preview_degrades_when_parent_ancestry_is_incomplete PASS [ 0.069s] ( 330/1287) oakvcs-cli commands::review::tests::merge_preview_marks_both_sides_changed_as_overlap_warning PASS [ 0.087s] ( 331/1287) oakvcs-cli commands::review::tests::merge_preview_degrades_when_parent_head_manifest_is_missing PASS [ 0.081s] ( 332/1287) oakvcs-cli commands::review::tests::merge_preview_refuses_to_certify_against_stale_local_target PASS [ 0.096s] ( 333/1287) oakvcs-cli commands::review::tests::net_merge_diff_degrades_when_against_head_commit_is_missing PASS [ 0.084s] ( 334/1287) oakvcs-cli commands::review::tests::net_merge_diff_degrades_when_against_head_manifest_is_missing PASS [ 0.114s] ( 335/1287) oakvcs-cli commands::review::tests::merge_preview_reports_clean_modify_modify_as_modified PASS [ 0.079s] ( 336/1287) oakvcs-cli commands::review::tests::net_merge_diff_degrades_when_ancestry_is_incomplete PASS [ 0.074s] ( 337/1287) oakvcs-cli commands::review::tests::net_merge_diff_degrades_when_branch_head_manifest_is_missing PASS [ 0.015s] ( 338/1287) oakvcs-cli commands::review::tests::omitted_patch_commands_bound_output_with_a_pattern_note PASS [ 0.016s] ( 339/1287) oakvcs-cli commands::review::tests::omitted_patch_commands_cover_every_file_and_shell_quote_paths PASS [ 0.092s] ( 340/1287) oakvcs-cli commands::review::tests::net_merge_diff_degrades_when_no_verified_common_ancestor PASS [ 0.015s] ( 341/1287) oakvcs-cli commands::review::tests::remote_branch_diff_recommends_non_destructive_switch PASS [ 0.017s] ( 342/1287) oakvcs-cli commands::review::tests::remote_conflict_review_recommends_non_destructive_switch PASS [ 0.020s] ( 343/1287) oakvcs-cli commands::review::tests::review_recommendations_never_merge_for_any_uncertified_shape PASS [ 0.022s] ( 344/1287) oakvcs-cli commands::review::tests::shell_quote_path_quotes_metacharacters_and_escapes_single_quotes PASS [ 0.098s] ( 345/1287) oakvcs-cli commands::review::tests::tree_and_contribution_diffs_detect_rename_with_edit PASS [ 0.115s] ( 346/1287) oakvcs-cli commands::review::tests::tree_diff_degrades_when_comparison_manifest_is_missing PASS [ 0.124s] ( 347/1287) oakvcs-cli commands::review::tests::tree_diff_degrades_when_branch_head_manifest_is_missing PASS [ 0.102s] ( 348/1287) oakvcs-cli commands::review::tests::triage_fails_closed_on_uncertified_prediction PASS [ 0.072s] ( 349/1287) oakvcs-cli commands::review::tests::triage_turns_invariant_violation_into_do_not_merge PASS [ 0.083s] ( 350/1287) oakvcs-cli commands::review::tests::triage_fails_closed_when_claimed_prediction_has_no_safety_block PASS [ 2.171s] ( 351/1287) oakvcs-cli commands::push::tests::planned_many_unique_trees_retain_only_hash_descriptors PASS [ 0.167s] ( 352/1287) oakvcs-cli commands::review::tests::uncertified_conflicted_preview_never_recommends_merge PASS [ 0.141s] ( 353/1287) oakvcs-cli commands::serve::tests::completed_session_tombstones_outlive_active_receipts_then_expire PASS [ 0.349s] ( 354/1287) oakvcs-cli commands::review::tests::uncertified_preview_never_recommends_merge_for_any_clean_shape PASS [ 0.367s] ( 355/1287) oakvcs-cli commands::serve::tests::expired_object_only_session_revokes_trust_without_deleting_immutable_bytes PASS [ 0.513s] ( 356/1287) oakvcs-cli commands::serve::tests::completed_tombstone_retention_is_count_and_record_size_bounded PASS [ 0.216s] ( 357/1287) oakvcs-cli commands::serve::tests::malformed_staged_request_does_not_create_a_repository PASS [ 0.551s] ( 358/1287) oakvcs-cli commands::serve::tests::finalization_rejects_unreachable_session_objects_without_publishing_them PASS [ 0.262s] ( 359/1287) oakvcs-cli commands::serve::tests::mapping_proof_create_accepts_exact_set_bounds_and_rejects_one_more_ref PASS [ 1.646s] ( 360/1287) oakvcs-cli commands::serve::tests::async_v1_proof_reserves_exact_mapping_without_publishing_it PASS [ 0.056s] ( 361/1287) oakvcs-cli commands::serve::tests::mapping_proof_jobs_preserve_expired_running_work_for_lease_reclamation PASS [ 0.265s] ( 362/1287) oakvcs-cli commands::serve::tests::mapping_proof_finalize_body_limit_is_exactly_four_kibibytes PASS [ 0.152s] ( 363/1287) oakvcs-cli commands::serve::tests::metadata_only_push_can_close_open_branch PASS [ 0.201s] ( 364/1287) oakvcs-cli commands::serve::tests::metadata_only_push_from_stale_open_client_does_not_reopen_closed_branch PASS [ 0.162s] ( 365/1287) oakvcs-cli commands::serve::tests::metadata_only_push_updates_description_without_moving_head PASS [ 0.063s] ( 366/1287) oakvcs-cli commands::serve::tests::published_closure_scan_is_persisted_and_not_repeated_per_stage PASS [ 1.077s] ( 367/1287) oakvcs-cli commands::serve::tests::mapping_generation_race_is_a_fenced_terminal_conflict_and_fresh_request_can_retry PASS [ 0.179s] ( 368/1287) oakvcs-cli commands::serve::tests::push_rejects_mismatched_commit_hash PASS [ 0.017s] ( 369/1287) oakvcs-cli commands::serve::tests::run_refuses_non_loopback_without_token PASS [ 0.174s] ( 370/1287) oakvcs-cli commands::serve::tests::repeated_metadata_pushes_upsert_the_description PASS [ 0.018s] ( 371/1287) oakvcs-cli commands::serve::tests::run_rejects_empty_token_before_listening PASS [ 0.470s] ( 372/1287) oakvcs-cli commands::serve::tests::ordinary_push_keeps_legacy_more_than_one_thousand_commit_compatibility PASS [ 0.209s] ( 373/1287) oakvcs-cli commands::serve::tests::staged_commit_file_modes_must_match_manifest_with_zero_writes PASS [ 2.375s] ( 374/1287) oakvcs-cli commands::serve::tests::auxiliary_endpoints_enforce_hosted_list_caps PASS [ 0.017s] ( 375/1287) oakvcs-cli commands::serve::tests::staged_session_cumulative_caps_cover_every_operation_dimension PASS [ 0.552s] ( 376/1287) oakvcs-cli commands::serve::tests::staged_abort_is_boundary_bound_and_idempotent_within_replay_window PASS [ 0.519s] ( 377/1287) oakvcs-cli commands::serve::tests::staged_push_rejects_alternate_mapping_for_published_blob PASS [ 0.641s] ( 378/1287) oakvcs-cli commands::serve::tests::staged_force_rewrite_preserves_the_expected_head_cas PASS [ 0.588s] ( 379/1287) oakvcs-cli commands::serve::tests::staged_sessions_are_isolated_and_finalization_clears_only_its_owner PASS [ 0.211s] ( 380/1287) oakvcs-cli commands::serve::tests::startup_reclaims_expired_running_mapping_proof_and_fences_crashed_worker PASS [ 0.022s] ( 381/1287) oakvcs-cli commands::serve::tests::token_compare_matches_exact_values_only PASS [ 0.015s] ( 382/1287) oakvcs-cli commands::site::tests::resolve_remote_rejects_explicit_blank_before_fallback PASS [ 0.016s] ( 383/1287) oakvcs-cli commands::site::tests::validate_organization_slug_accepts_safe_slugs PASS [ 0.016s] ( 384/1287) oakvcs-cli commands::site::tests::validate_organization_slug_rejects_url_path_breakers PASS [ 0.020s] ( 385/1287) oakvcs-cli commands::skill::tests::install_writes_all_files_and_is_idempotent PASS [ 0.016s] ( 386/1287) oakvcs-cli commands::skill::tests::skill_md_frontmatter_names_the_skill PASS [ 0.017s] ( 387/1287) oakvcs-cli commands::skill::tests::skill_md_reference_links_all_ship PASS [ 0.015s] ( 388/1287) oakvcs-cli commands::spaces::tests::parse_org_accepts_bare_and_legacy_repo_specs PASS [ 0.014s] ( 389/1287) oakvcs-cli commands::spaces::tests::parse_org_rejects_reserved_and_unsafe_slugs PASS [ 0.016s] ( 390/1287) oakvcs-cli commands::split::tests::replay_dependent_segment_conflicts PASS [ 0.016s] ( 391/1287) oakvcs-cli commands::split::tests::replay_disjoint_segments_compose PASS [ 0.017s] ( 392/1287) oakvcs-cli commands::split::tests::replay_reorder_independent_changes PASS [ 0.065s] ( 393/1287) oakvcs-cli commands::status::tests::linked_remote_requires_url_owner_and_repo_name PASS [ 0.070s] ( 394/1287) oakvcs-cli commands::status::tests::status_does_not_take_workdir_lock_when_no_remote_merge_reconcile_is_needed PASS [ 0.015s] ( 395/1287) oakvcs-cli commands::switch::tests::pickable_branches_drops_main PASS [ 0.854s] ( 396/1287) oakvcs-cli commands::serve::tests::staged_sessions_enforce_the_per_repository_active_limit PASS [ 0.021s] ( 397/1287) oakvcs-cli commands::switch::tests::pickable_branches_empty_when_only_main PASS [ 0.020s] ( 398/1287) oakvcs-cli commands::switch::tests::pickable_branches_keeps_features_without_main_row PASS [ 0.192s] ( 399/1287) oakvcs-cli commands::sync::canonical_main_tests::fetch_parent_backfills_merge_parent_ancestor_under_its_own_branch_name PASS [ 0.223s] ( 400/1287) oakvcs-cli commands::sync::canonical_main_tests::fetch_parent_backfills_ancestors_when_head_snapshot_already_hydrated PASS [ 0.148s] ( 401/1287) oakvcs-cli commands::sync::canonical_main_tests::fetch_parent_hydrated_complete_chain_skips_commit_info_request PASS [ 0.195s] ( 402/1287) oakvcs-cli commands::sync::canonical_main_tests::fetch_parent_backfills_ns_truncated_merge_parent_ancestor PASS [ 0.150s] ( 403/1287) oakvcs-cli commands::sync::canonical_main_tests::fetch_parent_leaves_gap_when_ancestor_branch_name_is_missing PASS [ 0.186s] ( 404/1287) oakvcs-cli commands::sync::canonical_main_tests::fetch_parent_rejects_tampered_merge_parent_ancestor PASS [ 0.175s] ( 405/1287) oakvcs-cli commands::sync::canonical_main_tests::fetch_parent_repairs_existing_head_with_missing_manifest_blobs PASS [ 1.271s] ( 406/1287) oakvcs-cli commands::serve::tests::terminal_missing_proof_reverifies_same_request_after_content_repair PASS [ 0.172s] ( 407/1287) oakvcs-cli commands::sync::canonical_main_tests::fetch_parent_repoints_branches_off_synthetic_main PASS [ 0.170s] ( 408/1287) oakvcs-cli commands::sync::canonical_main_tests::fetch_parent_skips_unverifiable_ancestor_without_failing PASS [ 0.064s] ( 409/1287) oakvcs-cli commands::sync::canonical_main_tests::files_for_remote_commit_diffs_when_parent_and_child_manifests_are_local PASS [ 0.175s] ( 410/1287) oakvcs-cli commands::sync::canonical_main_tests::fetch_parent_without_commit_info_trees_fails_closed PASS [ 0.246s] ( 411/1287) oakvcs-cli commands::sync::canonical_main_tests::fetch_parent_stores_server_hashes_verbatim_via_commit_info_trees PASS [ 0.057s] ( 412/1287) oakvcs-cli commands::sync::canonical_main_tests::files_for_remote_commit_returns_empty_when_parent_is_not_local PASS [ 0.064s] ( 413/1287) oakvcs-cli commands::sync::canonical_main_tests::reconcile_synthetic_main_leaves_real_branch_work_alone PASS [ 0.097s] ( 414/1287) oakvcs-cli commands::sync::canonical_main_tests::reconcile_synthetic_main_repoints_content_equal_heads PASS [ 0.088s] ( 415/1287) oakvcs-cli commands::sync::canonical_main_tests::sync_abort_preserves_untracked_files_and_removes_recorded_merge_additions PASS [ 1.749s] ( 416/1287) oakvcs-cli commands::serve::tests::staged_v1_rejects_incomplete_closure_and_finalizes_once PASS [ 0.098s] ( 417/1287) oakvcs-cli commands::sync::canonical_main_tests::sync_abort_without_head_reports_worktree_left_unchanged PASS [ 0.083s] ( 418/1287) oakvcs-cli commands::sync::canonical_main_tests::sync_continue_fails_closed_when_recorded_merge_manifest_is_missing PASS [ 0.109s] ( 419/1287) oakvcs-cli commands::sync::canonical_main_tests::sync_continue_fails_closed_when_sync_state_is_corrupt PASS [ 0.188s] ( 420/1287) oakvcs-cli commands::sync::canonical_main_tests::sync_empty_branch_reseed_preserves_ignored_untracked_files PASS [ 0.088s] ( 421/1287) oakvcs-cli commands::sync::canonical_main_tests::sync_real_branch_work_fails_closed_when_parent_manifest_is_missing PASS [ 0.220s] ( 422/1287) oakvcs-cli commands::sync::canonical_main_tests::sync_empty_branch_with_untracked_file_fails_without_deleting_it PASS [ 0.278s] ( 423/1287) oakvcs-cli commands::sync::canonical_main_tests::sync_real_branch_work_fails_closed_on_incomplete_parent_ancestry PASS [ 0.228s] ( 424/1287) oakvcs-cli commands::sync::canonical_main_tests::sync_reseeds_headless_empty_branch_to_latest_parent PASS [ 0.016s] ( 425/1287) oakvcs-cli commands::tests::branch_web_url_encodes_branch_name PASS [ 0.255s] ( 426/1287) oakvcs-cli commands::sync::canonical_main_tests::sync_reseeds_clean_empty_branch_to_latest_parent_without_conflict PASS [ 0.018s] ( 427/1287) oakvcs-cli commands::tests::parse_owner_repo_accepts_simple_spec PASS [ 0.018s] ( 428/1287) oakvcs-cli commands::tests::parse_owner_repo_rejects_remote_unsafe_segments PASS [ 0.225s] ( 429/1287) oakvcs-cli commands::sync::canonical_main_tests::sync_zero_count_branch_does_not_reseed_foreign_branch_work PASS [ 0.015s] ( 430/1287) oakvcs-cli commands::tests::repo_web_url_trims_slashes PASS [ 0.015s] ( 431/1287) oakvcs-cli commands::triage::tests::remote_prepare_failure_is_not_budget_exhaustion PASS [ 0.017s] ( 432/1287) oakvcs-cli commands::triage::tests::remote_deferred_row_reports_degraded_freshness_and_network_review PASS [ 0.014s] ( 433/1287) oakvcs-cli commands::triage::tests::resolve_action_detail_uses_non_destructive_switch_command PASS [ 0.018s] ( 434/1287) oakvcs-cli commands::triage::tests::simple_text_hunks_detect_inclusion PASS [ 0.017s] ( 435/1287) oakvcs-cli commands::upgrade::tests::parses_tag_from_release_location PASS [ 0.019s] ( 436/1287) oakvcs-cli commands::upgrade::tests::accepts_valid_signature PASS [ 0.019s] ( 437/1287) oakvcs-cli commands::upgrade::tests::rejects_non_release_location PASS [ 0.022s] ( 438/1287) oakvcs-cli commands::upgrade::tests::rejects_malformed_signature PASS [ 0.021s] ( 439/1287) oakvcs-cli commands::upgrade::tests::rejects_tampered_data PASS [ 0.020s] ( 440/1287) oakvcs-cli commands::upgrade::tests::rejects_wrong_key PASS [ 0.016s] ( 441/1287) oakvcs-cli http::tests::json_error_envelope_is_unwrapped PASS [ 0.235s] ( 442/1287) oakvcs-cli commands::sync::canonical_main_tests::sync_zero_count_branch_with_missing_head_fails_without_reseed PASS [ 0.020s] ( 443/1287) oakvcs-cli http::tests::non_json_and_empty_error_bodies_pass_through PASS [ 0.017s] ( 444/1287) oakvcs-cli http::tests::origin_extracted_from_absolute_location PASS [ 0.017s] ( 445/1287) oakvcs-cli http::tests::origin_keeps_explicit_port PASS [ 0.016s] ( 446/1287) oakvcs-cli http::tests::relative_location_is_not_a_host_move PASS [ 0.113s] ( 447/1287) oakvcs-cli http::tests::idempotent_request_never_retries_auth_failure PASS [ 0.112s] ( 448/1287) oakvcs-cli materialize::tests::apply_manifest_allows_tracked_directory_to_file_transition PASS [ 0.117s] ( 449/1287) oakvcs-cli materialize::tests::apply_manifest_leaves_and_reports_non_utf8_deletion_candidate PASS [ 0.022s] ( 450/1287) oakvcs-cli materialize::tests::materialize_path_refuses_to_replace_non_empty_directory PASS [ 0.097s] ( 451/1287) oakvcs-cli materialize::tests::apply_manifest_refuses_directory_to_file_when_untracked_content_is_present PASS [ 0.013s] ( 452/1287) oakvcs-cli output::tests::activity_policy_auto_requires_human_terminal_context PASS [ 0.014s] ( 453/1287) oakvcs-cli output::tests::activity_policy_never_animates_structured_or_captured_output PASS [ 0.016s] ( 454/1287) oakvcs-cli output::tests::activity_policy_progress_never_and_always_are_explicit PASS [ 0.264s] ( 455/1287) oakvcs-cli http::tests::idempotent_request_replays_exact_body_after_rate_limit PASS [ 0.070s] ( 456/1287) oakvcs-cli materialize::tests::missing_blob_error_names_path_and_hash PASS [ 0.017s] ( 457/1287) oakvcs-cli output::tests::captured_output_is_plain_when_colors_are_off PASS [ 0.017s] ( 458/1287) oakvcs-cli output::tests::clap_messages_follow_the_stdout_color_policy PASS [ 0.078s] ( 459/1287) oakvcs-cli materialize::tests::missing_blob_preflight_does_not_partially_write_tree PASS [ 0.014s] ( 460/1287) oakvcs-cli output::tests::clicolor_force_enables_when_piped PASS [ 0.016s] ( 461/1287) oakvcs-cli output::tests::color_renders_its_code_only_when_enabled PASS [ 0.015s] ( 462/1287) oakvcs-cli output::tests::compact_commit_line_falls_back_to_file_count_when_messageless PASS [ 0.013s] ( 463/1287) oakvcs-cli output::tests::compact_commit_line_uses_message_subject PASS [ 0.019s] ( 464/1287) oakvcs-cli output::tests::compact_verbose_block_lists_bounded_file_rows PASS [ 0.019s] ( 465/1287) oakvcs-cli output::tests::disabled_colors_contribute_zero_bytes_to_formatted_output PASS [ 0.014s] ( 466/1287) oakvcs-cli output::tests::json_payload_marker_is_set_when_the_payload_write_landed PASS [ 0.016s] ( 467/1287) oakvcs-cli output::tests::json_error_envelope_classifies_configuration_errors PASS [ 0.022s] ( 468/1287) oakvcs-cli output::tests::json_payload_marker_is_sticky_once_set PASS [ 0.014s] ( 469/1287) oakvcs-cli output::tests::log_more_hint_doubles_the_window PASS [ 0.017s] ( 470/1287) oakvcs-cli output::tests::json_payload_marker_stays_clear_when_stdout_is_gone PASS [ 0.021s] ( 471/1287) oakvcs-cli output::tests::log_more_hint_preserves_filters_and_quotes_them PASS [ 0.018s] ( 472/1287) oakvcs-cli output::tests::should_color_follows_tty_by_default PASS [ 0.020s] ( 473/1287) oakvcs-cli output::tests::progress_mode_parses_human_env_values PASS [ 0.022s] ( 474/1287) oakvcs-cli output::tests::no_color_disables_even_on_a_tty PASS [ 0.022s] ( 475/1287) oakvcs-cli output::tests::stdout_failures_silence_writes_and_only_real_errors_surface PASS [ 0.014s] ( 476/1287) oakvcs-cli pathutil::tests::repo_relative_str_rejects_escape_through_symlink_parent PASS [ 0.017s] ( 477/1287) oakvcs-cli pathutil::tests::repo_relative_str_rejects_escape_through_missing_parent PASS [ 0.022s] ( 478/1287) oakvcs-cli output::tests::user_content_with_literal_escape_bytes_round_trips_exactly PASS [ 0.016s] ( 479/1287) oakvcs-cli resolve::tests::nonexistent_path_resolution_starts_at_canonical_existing_ancestor PASS [ 0.017s] ( 480/1287) oakvcs-cli resolve::tests::regular_oak_file_is_not_a_repo_marker PASS [ 0.023s] ( 481/1287) oakvcs-cli resolve::tests::interrupted_clone_marker_refuses_repo_resolution PASS [ 0.017s] ( 482/1287) oakvcs-cli work_state::tests::checkout_next_commands_checkpoint_dirty_tree_before_pull PASS [ 0.014s] ( 483/1287) oakvcs-cli work_state::tests::checkout_next_commands_inspect_only_for_closed_branch PASS [ 0.013s] ( 484/1287) oakvcs-cli work_state::tests::checkout_next_commands_preserve_progress_commands_for_closed_branch PASS [ 0.015s] ( 485/1287) oakvcs-cli work_state::tests::checkout_next_commands_recommend_pull_for_clean_needs_pull PASS [ 0.014s] ( 486/1287) oakvcs-cli work_state::tests::diff_evidence_recommends_both_diffs_for_dirty_tree_with_commits PASS [ 0.014s] ( 487/1287) oakvcs-cli work_state::tests::diff_evidence_recommends_single_diff_for_single_kind_of_work PASS [ 0.015s] ( 488/1287) oakvcs-cli work_state::tests::diff_evidence_stays_quiet_when_in_progress_or_closed PASS [ 0.014s] ( 489/1287) oakvcs-cli work_state::tests::mount_next_commands_inspect_only_for_closed_branch PASS [ 0.013s] ( 490/1287) oakvcs-cli work_state::tests::mount_next_commands_preserve_progress_commands_for_closed_branch PASS [ 0.016s] ( 491/1287) oakvcs-cli work_state::tests::recommended_action_keeps_unknown_freshness_idle_state_as_inspect PASS [ 0.014s] ( 492/1287) oakvcs-cli work_state::tests::recommended_action_marks_truly_idle_status_as_noop PASS [ 0.016s] ( 493/1287) oakvcs-cli work_state::tests::recommended_action_marks_pull_as_network_mutation PASS [ 0.015s] ( 494/1287) oakvcs-cli workdir_lock::tests::acquire_creates_missing_lock_directory PASS [ 0.145s] ( 495/1287) oakvcs-cli::agent_json agent_state_json_blocks_finish_for_linked_checkout_without_auth PASS [ 0.166s] ( 496/1287) oakvcs-cli workdir_lock::tests::acquire_excludes_concurrent_processes PASS [ 0.172s] ( 497/1287) oakvcs-cli::agent_json actual_merge_json_errors_use_json_envelope PASS [ 0.187s] ( 498/1287) oakvcs-cli::agent_json agent_state_json_blocks_finish_for_closed_current_branch PASS [ 0.190s] ( 499/1287) oakvcs-cli::agent_json agent_state_json_blocks_finish_for_unlinked_dirty_checkout PASS [ 0.157s] ( 500/1287) oakvcs-cli::agent_json agent_state_json_contains_regular_preflight_state PASS [ 0.200s] ( 501/1287) oakvcs-cli::agent_json agent_state_json_compact_omits_null_defaults_and_duplicate_finish_alias PASS [ 0.037s] ( 502/1287) oakvcs-cli::agent_json agent_state_json_error_uses_structured_envelope PASS [ 0.221s] ( 503/1287) oakvcs-cli::agent_json agent_state_json_compact_bounds_changes_but_preserves_recall_metadata PASS [ 0.121s] ( 504/1287) oakvcs-cli::agent_json agent_state_json_reports_finish_eligibility PASS [ 0.170s] ( 505/1287) oakvcs-cli::agent_json agent_state_json_does_not_store_dirty_file_blob PASS [ 0.153s] ( 506/1287) oakvcs-cli::agent_json agent_state_json_uses_repo_placeholder_for_unlinked_publish_action PASS [ 0.173s] ( 507/1287) oakvcs-cli::agent_json agent_state_json_recommends_finish_first_for_linked_dirty_checkout PASS [ 0.242s] ( 508/1287) oakvcs-cli::agent_json agent_state_refresh_degrades_when_remote_errors PASS [ 0.282s] ( 509/1287) oakvcs-cli::agent_json agent_state_refresh_uses_remote_branch_head_for_push_state PASS [ 0.250s] ( 510/1287) oakvcs-cli::agent_json branch_diff_diff_mode_contribution_excludes_target_drift PASS [ 0.285s] ( 511/1287) oakvcs-cli::agent_json branch_diff_and_review_json_include_changed_files_and_lineage PASS [ 0.242s] ( 512/1287) oakvcs-cli::agent_json branch_diff_diff_mode_net_merge_shows_predicted_post_merge_effect PASS [ 0.207s] ( 513/1287) oakvcs-cli::agent_json branch_diff_human_honors_path_filters PASS [ 0.220s] ( 514/1287) oakvcs-cli::agent_json branch_diff_diff_mode_tree_includes_target_drift PASS [ 0.289s] ( 515/1287) oakvcs-cli::agent_json branch_diff_json_limit_reports_omitted_files_without_changing_total PASS [ 0.182s] ( 516/1287) oakvcs-cli::agent_json branch_list_json_defaults_from_bare_branch_command PASS [ 0.244s] ( 517/1287) oakvcs-cli::agent_json branch_review_merge_preview_json_limit_preserves_distinct_preview_metadata PASS [ 0.306s] ( 518/1287) oakvcs-cli::agent_json branch_review_merge_preview_json_predicts_local_conflicts PASS [ 0.317s] ( 519/1287) oakvcs-cli::agent_json branch_review_merge_preview_json_reports_clean_modify_modify_as_modified PASS [ 0.283s] ( 520/1287) oakvcs-cli::agent_json branch_review_triage_add_add_marker_conflict_stays_review_when_target_risk_unknown PASS [ 0.265s] ( 521/1287) oakvcs-cli::agent_json branch_review_triage_branch_wins_target_delete_rebuilds PASS [ 0.227s] ( 522/1287) oakvcs-cli::agent_json branch_review_triage_clean_contributor_recommends_validate_then_merge PASS [ 0.188s] ( 523/1287) oakvcs-cli::agent_json branch_review_triage_empty_branch_recommends_close PASS [ 0.232s] ( 524/1287) oakvcs-cli::agent_json branch_review_triage_hunk_inclusion_superseded_recommends_close PASS [ 0.204s] ( 525/1287) oakvcs-cli::agent_json branch_review_triage_marker_conflict_stays_review_when_target_risk_unknown PASS [ 0.260s] ( 526/1287) oakvcs-cli::agent_json branch_review_triage_marker_free_same_file_merge_keeps_target_risk_none PASS [ 0.217s] ( 527/1287) oakvcs-cli::agent_json branch_review_triage_missing_against_head_stays_safe PASS [ 0.232s] ( 528/1287) oakvcs-cli::agent_json branch_review_triage_superseded_exact_when_target_matches_branch PASS [ 0.266s] ( 529/1287) oakvcs-cli::agent_json branch_review_triage_remote_does_not_switch_checkout PASS [ 0.226s] ( 530/1287) oakvcs-cli::agent_json branch_review_triage_superseded_fallback_without_against_head_stays_safe PASS [ 0.275s] ( 531/1287) oakvcs-cli::agent_json branch_show_json_matches_list_row_without_requiring_current_branch PASS [ 0.183s] ( 532/1287) oakvcs-cli::agent_json branch_show_json_reports_missing_branch PASS [ 0.331s] ( 533/1287) oakvcs-cli::agent_json branch_triage_branch_wins_target_delete_matches_single_review PASS [ 0.275s] ( 534/1287) oakvcs-cli::agent_json branch_triage_hunk_inclusion_superseded_recommends_close PASS [ 0.625s] ( 535/1287) oakvcs-cli::agent_json branch_triage_batch_row_matches_single_branch_review PASS [ 0.573s] ( 536/1287) oakvcs-cli::agent_json branch_triage_json_emits_one_row_per_open_branch_without_switching_checkout PASS [ 0.287s] ( 537/1287) oakvcs-cli::agent_json branch_triage_json_n10_scale_gate PASS [ 0.526s] ( 538/1287) oakvcs-cli::agent_json branch_triage_json_limit_defers_remaining_branches_honestly PASS [ 0.299s] ( 539/1287) oakvcs-cli::agent_json branch_triage_marker_conflict_stays_review_when_target_risk_unknown PASS [ 0.603s] ( 540/1287) oakvcs-cli::agent_json branch_triage_json_only_closable_returns_exact_close_eligible_branches PASS [ 0.209s] ( 541/1287) oakvcs-cli::agent_json branch_triage_missing_against_head_stays_safe PASS [ 0.544s] ( 542/1287) oakvcs-cli::agent_json branch_triage_json_status_open_filters_closed_branches PASS [ 1.173s] ( 543/1287) oakvcs-cli::agent_json branch_triage_json_n100_scale_gate PASS [ 0.203s] ( 544/1287) oakvcs-cli::agent_json close_free_form_reason_is_preserved PASS [ 0.243s] ( 545/1287) oakvcs-cli::agent_json branch_triage_superseded_fallback_without_against_head_stays_safe PASS [ 0.271s] ( 546/1287) oakvcs-cli::agent_json close_local_branch_json_persists_reason_in_list_and_show PASS [ 0.235s] ( 547/1287) oakvcs-cli::agent_json close_local_branch_json_stays_single_document_after_sync_success PASS [ 0.546s] ( 548/1287) oakvcs-cli::agent_json branch_triage_summary_depth_skips_merge_prediction PASS [ 0.033s] ( 549/1287) oakvcs-cli::agent_json commit_json_failure_uses_structured_error_envelope PASS [ 0.255s] ( 550/1287) oakvcs-cli::agent_json close_remote_branch_json_does_not_switch_checkout PASS [ 0.143s] ( 551/1287) oakvcs-cli::agent_json commit_json_quiet_reports_local_checkpoint_without_human_output PASS [ 0.158s] ( 552/1287) oakvcs-cli::agent_json commit_linked_repo_without_push_does_not_contact_remote PASS [ 0.217s] ( 553/1287) oakvcs-cli::agent_json close_without_reason_still_works_and_omits_close_reason PASS [ 0.142s] ( 554/1287) oakvcs-cli::agent_json commit_push_json_auth_missing_recommends_login_command PASS [ 0.251s] ( 555/1287) oakvcs-cli::agent_json commit_push_env_remote_matches_bare_push_precedence_without_rewriting_metadata PASS [ 0.157s] ( 556/1287) oakvcs-cli::agent_json commit_push_json_quiet_rejects_default_remote_source PASS [ 0.160s] ( 557/1287) oakvcs-cli::agent_json commit_push_json_quiet_unlinked_preflight_does_not_commit PASS [ 0.268s] ( 558/1287) oakvcs-cli::agent_json commit_push_json_quiet_contacts_remote_and_reports_publish PASS [ 0.274s] ( 559/1287) oakvcs-cli::agent_json commit_push_json_quiet_push_failure_reports_committed_checkpoint PASS [ 0.117s] ( 560/1287) oakvcs-cli::agent_json conflict_show_human_succeeds_without_json PASS [ 0.110s] ( 561/1287) oakvcs-cli::agent_json conflict_status_human_succeeds_without_json PASS [ 0.130s] ( 562/1287) oakvcs-cli::agent_json conflict_show_json_reports_marker_state PASS [ 0.130s] ( 563/1287) oakvcs-cli::agent_json conflict_status_json_inspects_checkout_sync_state PASS [ 0.138s] ( 564/1287) oakvcs-cli::agent_json conflict_take_does_not_warn_on_balanced_delimiters PASS [ 0.169s] ( 565/1287) oakvcs-cli::agent_json conflict_take_json_error_uses_structured_envelope PASS [ 0.206s] ( 566/1287) oakvcs-cli::agent_json conflict_take_ours_errors_when_content_contains_ambiguous_separator_line PASS [ 0.235s] ( 567/1287) oakvcs-cli::agent_json conflict_take_ours_json_errors_when_content_contains_ambiguous_theirs_marker_line PASS [ 0.175s] ( 568/1287) oakvcs-cli::agent_json conflict_take_ours_rewrites_checkout_marker_file PASS [ 0.270s] ( 569/1287) oakvcs-cli::agent_json conflict_take_ours_json_reports_remaining_state PASS [ 0.336s] ( 570/1287) oakvcs-cli::agent_json conflict_take_ours_preserves_cleanly_merged_theirs_hunks PASS [ 0.168s] ( 571/1287) oakvcs-cli::agent_json conflict_take_warns_on_unbalanced_delimiters PASS [ 0.173s] ( 572/1287) oakvcs-cli::agent_json diff_changed_files_limit_requires_json PASS [ 0.318s] ( 573/1287) oakvcs-cli::agent_json conflict_take_theirs_preserves_cleanly_merged_ours_hunks PASS [ 0.166s] ( 574/1287) oakvcs-cli::agent_json diff_json_summarizes_working_tree_changes PASS [ 0.229s] ( 575/1287) oakvcs-cli::agent_json diff_json_changed_files_can_be_paged_without_losing_total_recall PASS [ 0.187s] ( 576/1287) oakvcs-cli::agent_json explicit_blank_remote_is_rejected_before_defaulting_or_env_fallback PASS [ 0.219s] ( 577/1287) oakvcs-cli::agent_json finish_desc_file_json_finishes_clean_unpushed_zero_branch PASS [ 0.271s] ( 578/1287) oakvcs-cli::agent_json fetch_env_remote_overrides_stored_remote_without_rewriting_it PASS [ 0.249s] ( 579/1287) oakvcs-cli::agent_json finish_env_remote_overrides_stored_remote_without_rewriting_it PASS [ 0.453s] ( 580/1287) oakvcs-cli::agent_json failed_integrity_fetch_blocks_checkout_free_main_diff PASS [ 0.160s] ( 581/1287) oakvcs-cli::agent_json finish_json_preflight_failure_leaves_description_dirty_tree_and_head_unchanged PASS [ 0.211s] ( 582/1287) oakvcs-cli::agent_json finish_json_auth_preflight_leaves_description_dirty_tree_and_head_unchanged PASS [ 0.304s] ( 583/1287) oakvcs-cli::agent_json finish_json_allows_missing_repo_preflight_when_push_will_create PASS [ 0.303s] ( 584/1287) oakvcs-cli::agent_json finish_json_metadata_sync_failure_reports_retryable_description_state PASS [ 0.256s] ( 585/1287) oakvcs-cli::agent_json finish_json_preflight_follows_trusted_remote_move PASS [ 0.252s] ( 586/1287) oakvcs-cli::agent_json finish_json_push_phase_failure_reports_retryable_mutated_state PASS [ 0.235s] ( 587/1287) oakvcs-cli::agent_json finish_missing_remote_repo_preflight_exits_retryable PASS [ 0.320s] ( 588/1287) oakvcs-cli::agent_json finish_json_remote_preflight_leaves_description_dirty_tree_and_head_unchanged PASS [ 0.182s] ( 589/1287) oakvcs-cli::agent_json finish_rejects_empty_description_before_push PASS [ 0.146s] ( 590/1287) oakvcs-cli::agent_json hostile_filename_commit_exits_with_usage_code PASS [ 0.168s] ( 591/1287) oakvcs-cli::agent_json info_json_contains_repo_branch_and_progress_metadata PASS [ 0.147s] ( 592/1287) oakvcs-cli::agent_json log_json_invalid_regex_is_a_json_error_envelope PASS [ 0.131s] ( 593/1287) oakvcs-cli::agent_json log_json_is_an_array_of_commit_objects PASS [ 0.258s] ( 594/1287) oakvcs-cli::agent_json log_json_regex_pickaxe_filters_and_reports_matched_paths PASS [ 0.280s] ( 595/1287) oakvcs-cli::agent_json merge_dry_run_json_accepts_explicit_branch_without_switching_checkout PASS [ 0.444s] ( 596/1287) oakvcs-cli::agent_json log_json_path_filter_respects_explicit_limit PASS [ 0.187s] ( 597/1287) oakvcs-cli::agent_json merge_dry_run_json_emits_error_envelope_when_it_fails_before_its_payload PASS [ 0.278s] ( 598/1287) oakvcs-cli::agent_json merge_dry_run_json_carries_four_tree_merge_safety_verdict PASS [ 0.154s] ( 599/1287) oakvcs-cli::agent_json merge_dry_run_json_exits_uncertified_when_no_prediction_ran_at_all PASS [ 0.267s] ( 600/1287) oakvcs-cli::agent_json merge_force_json_posts_force_query_and_prints_success PASS [ 0.263s] ( 601/1287) oakvcs-cli::agent_json pull_env_remote_links_unlinked_checkout_on_first_use PASS [ 0.255s] ( 602/1287) oakvcs-cli::agent_json pull_env_remote_overrides_stored_remote_without_rewriting_it PASS [ 0.205s] ( 603/1287) oakvcs-cli::agent_json push_env_remote_overrides_stored_remote_without_rewriting_it PASS [ 0.347s] ( 604/1287) oakvcs-cli::agent_json remote_branch_diff_hunks_do_not_use_local_checkout_bytes_when_blob_missing PASS [ 0.219s] ( 605/1287) oakvcs-cli::agent_json remote_branch_triage_json_does_not_switch_checkout PASS [ 0.113s] ( 606/1287) oakvcs-cli::agent_json reset_refuses_non_interactive_discard_with_dirty_exit_code PASS [ 0.126s] ( 607/1287) oakvcs-cli::agent_json status_compact_requires_json PASS [ 0.545s] ( 608/1287) oakvcs-cli::agent_json remote_branch_list_show_diff_review_do_not_switch_checkout PASS [ 0.188s] ( 609/1287) oakvcs-cli::agent_json status_json_compact_bounds_changes_but_preserves_recall_metadata PASS [ 0.180s] ( 610/1287) oakvcs-cli::agent_json status_json_contains_expected_fields_and_full_description PASS [ 0.172s] ( 611/1287) oakvcs-cli::blob_fetch test_blob_mapping_rejects_wrong_initial_offset_before_download_or_writes PASS [ 0.152s] ( 612/1287) oakvcs-cli::blob_fetch test_chunk_download_rejects_wrong_hash_before_local_writes PASS [ 0.146s] ( 613/1287) oakvcs-cli::blob_fetch test_ensure_blobs_local_errors_when_remote_missing_blob PASS [ 0.239s] ( 614/1287) oakvcs-cli::blob_fetch test_blob_mapping_size_failure_rolls_back_prior_blob_and_chunks PASS [ 2.170s] ( 615/1287) oakvcs-cli::agent_json held_workdir_lock_exits_with_retryable_lock_code PASS [ 0.249s] ( 616/1287) oakvcs-cli::blob_fetch test_ensure_blobs_local_fetches_chunked_blob PASS [ 0.276s] ( 617/1287) oakvcs-cli::blob_fetch test_ensure_blobs_local_rejects_corrupt_blob PASS [ 0.383s] ( 618/1287) oakvcs-cli::blob_fetch test_ensure_blobs_local_fetches_inline_blob PASS [ 0.166s] ( 619/1287) oakvcs-cli::blob_fetch test_ensure_blobs_local_rejects_duplicate_blob_before_local_writes PASS [ 0.063s] ( 620/1287) oakvcs-cli::blob_fetch test_ensure_blobs_local_short_circuits_when_all_local PASS [ 0.296s] ( 621/1287) oakvcs-cli::blob_fetch test_ensure_blobs_local_rejects_corrupt_chunk_without_caching_it PASS [ 0.191s] ( 622/1287) oakvcs-cli::blob_fetch test_ensure_blobs_local_rejects_wrong_blob_set_before_local_writes PASS [ 0.242s] ( 623/1287) oakvcs-cli::blob_fetch test_ensure_blobs_local_repairs_compressed_blob_skew PASS [ 0.188s] ( 624/1287) oakvcs-cli::blob_fetch test_ensure_commits_local_accepts_omitted_canonical_empty_child_tree PASS [ 0.193s] ( 625/1287) oakvcs-cli::blob_fetch test_ensure_commits_local_fetches_missing_commit PASS [ 0.272s] ( 626/1287) oakvcs-cli::blob_fetch test_ensure_blobs_local_skips_info_when_refs_cached PASS [ 0.165s] ( 627/1287) oakvcs-cli::blob_fetch test_ensure_commits_local_rejects_incomplete_tree_closure_without_writes PASS [ 0.143s] ( 628/1287) oakvcs-cli::blob_fetch test_ensure_commits_local_rejects_same_cardinality_wrong_commit_without_writes PASS [ 0.200s] ( 629/1287) oakvcs-cli::blob_fetch test_ensure_commits_local_rejects_unreachable_extra_tree_without_writes PASS [ 0.162s] ( 630/1287) oakvcs-cli::blob_fetch test_legacy_full_branch_superset_cannot_mask_missing_requested_blob PASS [ 0.148s] ( 631/1287) oakvcs-cli::ci ci_logs_survives_raw_control_chars_in_step_logs PASS [ 0.145s] ( 632/1287) oakvcs-cli::ci ci_rerun_dispatches_manual_run_and_reports_new_id PASS [ 0.158s] ( 633/1287) oakvcs-cli::ci ci_status_exit_codes_track_the_merge_gate PASS [ 0.193s] ( 634/1287) oakvcs-cli::ci ci_runs_lists_recent_runs PASS [ 0.193s] ( 635/1287) oakvcs-cli::ci ci_status_json_names_state_and_next_commands PASS [ 0.208s] ( 636/1287) oakvcs-cli::ci ci_status_running_and_failure_are_distinct_nonzero PASS [ 0.206s] ( 637/1287) oakvcs-cli::desc_sync close_sync_rejection_warns_and_keeps_local_update PASS [ 0.200s] ( 638/1287) oakvcs-cli::desc_sync close_syncs_to_server_as_metadata_only_push PASS [ 0.029s] ( 639/1287) oakvcs-cli::help_surface clone_help_describes_selected_branch_and_narrowed_scope PASS [ 0.021s] ( 640/1287) oakvcs-cli::help_surface handwritten_top_level_help_exposes_integrity_workflows PASS [ 0.198s] ( 641/1287) oakvcs-cli::desc_sync desc_sync_rejection_warns_and_keeps_local_update PASS [ 0.069s] ( 642/1287) oakvcs-cli::desc_sync desc_without_remote_stays_local_and_silent PASS [ 0.197s] ( 643/1287) oakvcs-cli::desc_sync desc_syncs_to_server_as_metadata_only_push PASS [ 0.074s] ( 644/1287) oakvcs-cli::integration test_api_key_metadata PASS [ 0.084s] ( 645/1287) oakvcs-cli::integration test_archive_creates_zip PASS [ 0.075s] ( 646/1287) oakvcs-cli::integration test_archive_default_output_does_not_include_itself PASS [ 0.108s] ( 647/1287) oakvcs-cli::integration switch_to_known_lost_version_removes_stale_tracked_bytes PASS [ 0.074s] ( 648/1287) oakvcs-cli::integration test_archive_does_not_follow_directory_symlink_outside_repo PASS [ 0.071s] ( 649/1287) oakvcs-cli::integration test_branch_close PASS [ 0.067s] ( 650/1287) oakvcs-cli::integration test_branch_edit_description PASS [ 0.106s] ( 651/1287) oakvcs-cli::integration test_branch_diff_json_reports_rename_with_edit PASS [ 0.087s] ( 652/1287) oakvcs-cli::integration test_commit_and_log PASS [ 0.133s] ( 653/1287) oakvcs-cli::integration test_branch_workflow PASS [ 0.200s] ( 654/1287) oakvcs-cli::integration test_branch_rename_local_only_branch_when_remote_404s PASS [ 0.100s] ( 655/1287) oakvcs-cli::integration test_commit_on_closed_branch_fails PASS [ 0.128s] ( 656/1287) oakvcs-cli::integration test_commit_no_changes PASS [ 0.280s] ( 657/1287) oakvcs-cli::integration test_clone_branch_clones_then_switches_to_remote_branch PASS [ 0.099s] ( 658/1287) oakvcs-cli::integration test_commit_rejects_newline_in_directory_name PASS [ 0.090s] ( 659/1287) oakvcs-cli::integration test_commit_rejects_newline_in_filename PASS [ 0.097s] ( 660/1287) oakvcs-cli::integration test_commit_rejects_tab_in_filename PASS [ 0.131s] ( 661/1287) oakvcs-cli::integration test_commit_tracks_oak_attributes_without_tracking_oak_state PASS [ 0.171s] ( 662/1287) oakvcs-cli::integration test_commit_warns_when_tracked_files_become_ignored PASS [ 0.163s] ( 663/1287) oakvcs-cli::integration test_commits_tracked_per_branch PASS [ 0.185s] ( 664/1287) oakvcs-cli::integration test_diff_omits_large_text_hunks_but_keeps_path PASS [ 0.210s] ( 665/1287) oakvcs-cli::integration test_diff_print_and_json_report_rename_with_edit PASS [ 0.172s] ( 666/1287) oakvcs-cli::integration test_diff_render_does_not_store_dirty_file_blob PASS [ 0.151s] ( 667/1287) oakvcs-cli::integration test_diff_shows_changes PASS [ 0.017s] ( 668/1287) oakvcs-cli::integration test_file_permissions_regular PASS [ 0.023s] ( 669/1287) oakvcs-cli::integration test_file_permissions_executable PASS [ 0.184s] ( 670/1287) oakvcs-cli::integration test_diff_stat_and_name_only_do_not_store_dirty_blobs PASS [ 0.136s] ( 671/1287) oakvcs-cli::integration test_gitignore_respected PASS [ 0.142s] ( 672/1287) oakvcs-cli::integration test_git_directory_ignored PASS [ 0.016s] ( 673/1287) oakvcs-cli::integration test_init_generates_suffixed_personal_branch PASS [ 0.208s] ( 674/1287) oakvcs-cli::integration test_export_from_subdirectory_resolves_repo_root PASS [ 0.127s] ( 675/1287) oakvcs-cli::integration test_init_creates_repo PASS [ 0.094s] ( 676/1287) oakvcs-cli::integration test_init_fails_if_already_exists PASS [ 0.099s] ( 677/1287) oakvcs-cli::integration test_log_output PASS [ 0.138s] ( 678/1287) oakvcs-cli::integration test_merge_dirty_tree_exits_with_documented_dirty_code PASS [ 0.122s] ( 679/1287) oakvcs-cli::integration test_merge_no_parent_fails PASS [ 0.127s] ( 680/1287) oakvcs-cli::integration test_new_branch_from_commit_seeds_head_and_working_tree PASS [ 0.100s] ( 681/1287) oakvcs-cli::integration test_new_branch_from_rejects_uncommitted_changes PASS [ 0.108s] ( 682/1287) oakvcs-cli::integration test_new_branch_inherits_parent_head PASS [ 0.132s] ( 683/1287) oakvcs-cli::integration test_newly_ignored_tracked_file_restore_and_reset_explain PASS [ 0.123s] ( 684/1287) oakvcs-cli::integration test_no_cache_scan_ignores_poisoned_stat_cache_row PASS [ 0.142s] ( 685/1287) oakvcs-cli::integration test_now_ignored_warning_groups_by_top_level_dir PASS [ 0.103s] ( 686/1287) oakvcs-cli::integration test_prepare_personal_branch_creates_fresh_open_branch PASS [ 0.112s] ( 687/1287) oakvcs-cli::integration test_prepare_personal_branch_regenerates_on_collision PASS [ 0.100s] ( 688/1287) oakvcs-cli::integration test_read_only_clean_probe_does_not_store_dirty_file_blob PASS [ 0.111s] ( 689/1287) oakvcs-cli::integration test_read_only_diff_never_leaves_stat_cache_pointing_at_missing_blob PASS [ 0.106s] ( 690/1287) oakvcs-cli::integration test_read_only_status_prunes_deleted_cache_rows_when_file_count_stays_flat PASS [ 0.171s] ( 691/1287) oakvcs-cli::integration test_reset PASS [ 0.158s] ( 692/1287) oakvcs-cli::integration test_reset_clean_directory_is_noop PASS [ 0.159s] ( 693/1287) oakvcs-cli::integration test_reset_dot_resets_entire_repo PASS [ 0.186s] ( 694/1287) oakvcs-cli::integration test_reset_clears_every_status_reported_change PASS [ 0.093s] ( 695/1287) oakvcs-cli::integration test_reset_no_commits_is_noop PASS [ 0.104s] ( 696/1287) oakvcs-cli::integration test_reset_rejects_outside_directory_path PASS [ 0.014s] ( 697/1287) oakvcs-cli::integration test_resolve_fails_without_oak_dir PASS [ 0.110s] ( 698/1287) oakvcs-cli::integration test_reset_restores_deleted_file PASS [ 0.118s] ( 699/1287) oakvcs-cli::integration test_reset_reverts_mode_only_change PASS [ 0.075s] ( 700/1287) oakvcs-cli::integration test_resolve_finds_oak_dir PASS [ 0.120s] ( 701/1287) oakvcs-cli::integration test_reset_single_file PASS [ 0.119s] ( 702/1287) oakvcs-cli::integration test_restore_clears_status_reported_modification_and_deletion PASS [ 0.092s] ( 703/1287) oakvcs-cli::integration test_restore_rejects_outside_directory_path PASS [ 0.114s] ( 704/1287) oakvcs-cli::integration test_restore_dot_restores_entire_repo PASS [ 0.109s] ( 705/1287) oakvcs-cli::integration test_restore_reverts_mode_only_change PASS [ 0.209s] ( 706/1287) oakvcs-cli::integration test_scoped_commit_rename_commits_both_sides PASS [ 0.235s] ( 707/1287) oakvcs-cli::integration test_scoped_commit_with_no_matching_changes_is_a_noop PASS [ 0.306s] ( 708/1287) oakvcs-cli::integration test_scoped_commit_lands_only_selected_paths PASS [ 0.278s] ( 709/1287) oakvcs-cli::integration test_stat_cache_matches_disk_after_switch PASS [ 0.166s] ( 710/1287) oakvcs-cli::integration test_status_clean PASS [ 0.174s] ( 711/1287) oakvcs-cli::integration test_status_diff_commit_agree_under_stat_cache_trap PASS [ 0.127s] ( 712/1287) oakvcs-cli::integration test_status_warns_on_now_ignored_but_not_on_real_deletions PASS [ 0.140s] ( 713/1287) oakvcs-cli::integration test_status_does_not_store_dirty_file_blob PASS [ 0.108s] ( 714/1287) oakvcs-cli::integration test_status_with_changes PASS [ 0.128s] ( 715/1287) oakvcs-cli::integration test_switch_branch PASS [ 0.112s] ( 716/1287) oakvcs-cli::integration test_switch_branch_missing_root_manifest_fails_without_touching_checkout PASS [ 0.142s] ( 717/1287) oakvcs-cli::integration test_switch_branch_updates_working_directory PASS [ 0.117s] ( 718/1287) oakvcs-cli::integration test_switch_clean_create_without_name_starts_clean PASS [ 0.180s] ( 719/1287) oakvcs-cli::integration test_switch_branch_with_no_commits PASS [ 0.135s] ( 720/1287) oakvcs-cli::integration test_switch_clean_existing_branch_discards_dirty_work PASS [ 0.116s] ( 721/1287) oakvcs-cli::integration test_switch_commit_hash PASS [ 0.123s] ( 722/1287) oakvcs-cli::integration test_switch_create_named_keeps_committed_work_visible_when_main_is_empty PASS [ 0.102s] ( 723/1287) oakvcs-cli::integration test_switch_create_named_preserves_uncommitted_worktree_by_default PASS [ 0.144s] ( 724/1287) oakvcs-cli::integration test_switch_create_named_branch_uses_main_head PASS [ 0.143s] ( 725/1287) oakvcs-cli::integration test_switch_create_without_name_carries_committed_divergence_as_uncommitted_work PASS [ 0.129s] ( 726/1287) oakvcs-cli::integration test_switch_create_without_name_discard_starts_clean PASS [ 0.151s] ( 727/1287) oakvcs-cli::integration test_switch_create_without_name_creates_generated_branch_from_main_head PASS [ 0.106s] ( 728/1287) oakvcs-cli::integration test_switch_create_without_name_preserves_dirty_worktree_by_default PASS [ 0.099s] ( 729/1287) oakvcs-cli::integration test_switch_create_without_name_seeds_from_current_head_when_main_is_empty PASS [ 0.229s] ( 730/1287) oakvcs-cli::integration test_switch_create_without_name_fetches_remote_main_when_not_recently_checked PASS [ 0.283s] ( 731/1287) oakvcs-cli::integration test_switch_create_without_name_falls_back_to_local_main_when_remote_unavailable PASS [ 0.091s] ( 732/1287) oakvcs-cli::integration test_switch_detach_flag PASS [ 0.129s] ( 733/1287) oakvcs-cli::integration test_switch_create_without_name_skips_remote_when_main_recently_checked PASS [ 0.114s] ( 734/1287) oakvcs-cli::integration test_switch_nonexistent_fails PASS [ 0.221s] ( 735/1287) oakvcs-cli::integration test_switch_fetches_branch_that_exists_only_on_remote PASS [ 0.219s] ( 736/1287) oakvcs-cli::integration test_switch_missing_remote_blob_leaves_checkout_unchanged PASS [ 0.107s] ( 737/1287) oakvcs-cli::integration test_switch_rejects_uncommitted_changes PASS [ 0.323s] ( 738/1287) oakvcs-cli::integration test_switch_hydrates_missing_local_branch_blob_from_remote PASS [ 0.109s] ( 739/1287) oakvcs-cli::integration test_switch_without_name_noninteractive_requires_explicit_action PASS [ 0.091s] ( 740/1287) oakvcs-cli::integration test_sync_no_parent_fails PASS [ 0.237s] ( 741/1287) oakvcs-cli::integration test_switch_refuses_branch_already_merged_on_remote PASS [ 0.106s] ( 742/1287) oakvcs-cli::integration test_whole_tree_reset_clears_ignore_limbo_when_ignore_file_untracked PASS [ 0.144s] ( 743/1287) oakvcs-cli::integrity_clone api_key_environment_selects_and_sends_the_authenticated_clone_proof PASS [ 0.176s] ( 744/1287) oakvcs-cli::integrity_clone clone_does_not_persist_a_credential_the_server_rejected PASS [ 0.198s] ( 745/1287) oakvcs-cli::integrity_clone blank_api_key_environment_falls_back_to_the_stored_remote_credential PASS [ 0.161s] ( 746/1287) oakvcs-cli::integrity_clone complete_depth_one_squash_proof_allows_clone_to_reach_pull PASS [ 0.277s] ( 747/1287) oakvcs-cli::integrity_clone clone_repreflights_once_on_snapshot_race_and_binds_nondefault_branch PASS [ 0.149s] ( 748/1287) oakvcs-cli::integrity_clone full_clone_proves_all_history_then_switches_branch_locally PASS [ 0.108s] ( 749/1287) oakvcs-cli::integrity_clone selected_branch_and_cone_are_proved_before_shallow_pull PASS [ 0.253s] ( 750/1287) oakvcs-cli::integrity_clone full_clone_preserves_adjudicated_historical_loss_with_healthy_head PASS [ 0.176s] ( 751/1287) oakvcs-cli::integrity_clone incomplete_history_stops_before_destination_creation_or_pull PASS [ 0.137s] ( 752/1287) oakvcs-cli::materialize merge_continue_rejects_stray_conflict_marker_delimiter PASS [ 0.127s] ( 753/1287) oakvcs-cli::materialize merge_refuses_dirty_working_tree PASS [ 0.243s] ( 754/1287) oakvcs-cli::materialize merge_continue_scopes_commit_to_merge_and_resolutions PASS [ 0.265s] ( 755/1287) oakvcs-cli::materialize merge_explicit_main_child_without_switching_checkout PASS [ 0.088s] ( 756/1287) oakvcs-cli::materialize reset_deletes_symlink_not_its_external_target PASS [ 0.305s] ( 757/1287) oakvcs-cli::materialize merge_pushes_branch_before_server_merge PASS [ 0.179s] ( 758/1287) oakvcs-cli::materialize pull_fast_forward_applies_upstream_deletion PASS [ 0.119s] ( 759/1287) oakvcs-cli::materialize restore_deletes_symlink_not_its_external_target PASS [ 0.139s] ( 760/1287) oakvcs-cli::materialize sync_continue_rejects_stray_conflict_marker_delimiter PASS [ 0.156s] ( 761/1287) oakvcs-cli::materialize sync_continue_scopes_commit_to_merge_and_resolutions PASS [ 0.108s] ( 762/1287) oakvcs-cli::materialize sync_from_parent_carries_executable_bit_flip PASS [ 0.164s] ( 763/1287) oakvcs-cli::materialize sync_continue_without_sync_state_falls_back_to_snapshot PASS [ 0.082s] ( 764/1287) oakvcs-cli::mount_core builds_tree_from_manifest PASS [ 0.072s] ( 765/1287) oakvcs-cli::mount_core layers_in_dirty_created_file PASS [ 0.069s] ( 766/1287) oakvcs-cli::mount_core omits_overlay_deleted_file PASS [ 0.084s] ( 767/1287) oakvcs-cli::mount_core reflects_overlay_rename PASS [ 0.170s] ( 768/1287) oakvcs-cli::mount_core constructs_from_async_runtime_worker_without_panicking PASS [ 0.096s] ( 769/1287) oakvcs-cli::mount_lifecycle cli_diff_json_inside_mount_counts_nul_utf8_like_regular_diff PASS [ 0.119s] ( 770/1287) oakvcs-cli::mount_lifecycle cli_diff_json_routes_inside_mount PASS [ 0.173s] ( 771/1287) oakvcs-cli::mount_lifecycle cli_diff_json_inside_mount_supports_changed_file_paging PASS [ 0.122s] ( 772/1287) oakvcs-cli::mount_lifecycle cli_status_json_compact_routes_inside_mount PASS [ 0.196s] ( 773/1287) oakvcs-cli::mount_lifecycle cli_log_json_filters_error_honestly_inside_mount PASS [ 0.146s] ( 774/1287) oakvcs-cli::mount_lifecycle commit_handles_deletion PASS [ 0.044s] ( 775/1287) oakvcs-cli::mount_lifecycle concurrent_registrations_all_survive PASS [ 0.124s] ( 776/1287) oakvcs-cli::mount_lifecycle commit_no_changes_is_noop PASS [ 0.128s] ( 777/1287) oakvcs-cli::mount_lifecycle commit_picks_up_dirty_overlay_file PASS [ 0.150s] ( 778/1287) oakvcs-cli::mount_lifecycle end_force_discards_unpushed_commits PASS [ 0.165s] ( 779/1287) oakvcs-cli::mount_lifecycle end_refuses_unpushed_commits_without_force PASS [ 0.141s] ( 780/1287) oakvcs-cli::mount_lifecycle explicit_mount_log_limit_does_not_print_truncation_notes PASS [ 0.089s] ( 781/1287) oakvcs-cli::mount_lifecycle forget_clears_clean_mount PASS [ 0.100s] ( 782/1287) oakvcs-cli::mount_lifecycle forget_refuses_live_mount_without_force PASS [ 0.097s] ( 783/1287) oakvcs-cli::mount_lifecycle forget_refuses_when_dirty PASS [ 0.083s] ( 784/1287) oakvcs-cli::mount_lifecycle forget_removes_stale_entry_but_keeps_state PASS [ 0.094s] ( 785/1287) oakvcs-cli::mount_lifecycle log_after_commit_includes_new_commit PASS [ 0.092s] ( 786/1287) oakvcs-cli::mount_lifecycle log_and_diff_succeed_when_clean PASS [ 0.085s] ( 787/1287) oakvcs-cli::mount_lifecycle log_reports_empty_mount_history PASS [ 0.027s] ( 788/1287) oakvcs-cli::mount_lifecycle mount_dest_for_returns_none_outside_mount PASS [ 0.080s] ( 789/1287) oakvcs-cli::mount_lifecycle log_walks_from_virtual_head_even_when_cached_commit_is_on_main PASS [ 0.078s] ( 790/1287) oakvcs-cli::mount_lifecycle mount_dest_for_finds_registered_mount PASS [ 0.111s] ( 791/1287) oakvcs-cli::mount_lifecycle mount_end_refusal_dirty_overlay_diagnostics PASS [ 0.127s] ( 792/1287) oakvcs-cli::mount_lifecycle mount_end_refusal_unpushed_commit_diagnostics PASS [ 0.231s] ( 793/1287) oakvcs-cli::mount_lifecycle mount_finish_clean_pushed_sets_multiline_desc_and_ends PASS [ 0.187s] ( 794/1287) oakvcs-cli::mount_lifecycle mount_finish_json_auth_preflight_leaves_description_overlay_and_head_unchanged PASS [ 0.239s] ( 795/1287) oakvcs-cli::mount_lifecycle mount_finish_dirty_commits_pushes_and_ends PASS [ 0.205s] ( 796/1287) oakvcs-cli::mount_lifecycle mount_finish_json_metadata_sync_failure_reports_phase_after_description PASS [ 0.190s] ( 797/1287) oakvcs-cli::mount_lifecycle mount_finish_json_remote_preflight_leaves_description_overlay_and_head_unchanged PASS [ 0.231s] ( 798/1287) oakvcs-cli::mount_lifecycle mount_finish_json_reports_result_and_ends PASS [ 0.078s] ( 799/1287) oakvcs-cli::mount_lifecycle mount_finish_resolves_nested_mount_path PASS [ 0.220s] ( 800/1287) oakvcs-cli::mount_lifecycle mount_finish_push_failure_keeps_dirty_commit_state PASS [ 0.099s] ( 801/1287) oakvcs-cli::mount_lifecycle mount_list_json_parses_and_reports_mount_state PASS [ 0.230s] ( 802/1287) oakvcs-cli::mount_lifecycle mount_finish_unpushed_only_pushes_and_ends PASS [ 0.281s] ( 803/1287) oakvcs-cli::mount_lifecycle mount_finish_retry_after_push_failure_succeeds_and_ends PASS [ 0.128s] ( 804/1287) oakvcs-cli::mount_lifecycle mount_structured_status_info_log_and_agent_state_parse PASS [ 0.088s] ( 805/1287) oakvcs-cli::mount_lifecycle scoped_commit_lands_only_selected_overlay_entries PASS [ 0.081s] ( 806/1287) oakvcs-cli::mount_lifecycle scoped_commit_with_no_matching_overlay_is_a_noop PASS [ 0.085s] ( 807/1287) oakvcs-cli::mount_lifecycle stale_registration_plans_respawn_not_already_mounted PASS [ 0.017s] ( 808/1287) oakvcs-cli::mount_lifecycle unregistered_dest_plans_fresh_mount PASS [ 0.101s] ( 809/1287) oakvcs-cli::mount_lifecycle stale_registration_without_state_is_cleaned_up PASS [ 0.095s] ( 810/1287) oakvcs-cli::mount_lifecycle worktree_remove_ends_clean_pushed_mount PASS [ 0.330s] ( 811/1287) oakvcs-cli::mount_lifecycle remote_branch_inspection_routes_inside_mount PASS [ 0.077s] ( 812/1287) oakvcs-cli::mount_lifecycle worktree_remove_leaves_dirty_mount_in_place PASS [ 0.072s] ( 813/1287) oakvcs-cli::mount_remote fetch_blob_sizes_empty_input_is_noop PASS [ 0.091s] ( 814/1287) oakvcs-cli::mount_lifecycle worktree_remove_leaves_unpushed_mount_in_place PASS [ 0.167s] ( 815/1287) oakvcs-cli::mount_remote fetch_blob_sizes_batches_and_collects PASS [ 0.107s] ( 816/1287) oakvcs-cli::mount_remote resolve_branch_head_default_picks_main PASS [ 0.130s] ( 817/1287) oakvcs-cli::mount_remote fetch_commit_into_cache_stores_commit_and_manifest PASS [ 0.090s] ( 818/1287) oakvcs-cli::mount_remote resolve_branch_head_encodes_explicit_branch_path_segment PASS [ 0.085s] ( 819/1287) oakvcs-cli::mount_remote resolve_branch_head_explicit_branch PASS [ 0.119s] ( 820/1287) oakvcs-cli::mount_remote resolve_branch_head_missing_branch_errors PASS [ 0.032s] ( 821/1287) oakvcs-cli::mount_ungated bare_mount_prints_help_without_mounting PASS [ 0.118s] ( 822/1287) oakvcs-cli::mount_remote resolve_branch_info_defaults_status_open PASS [ 0.102s] ( 823/1287) oakvcs-cli::mount_remote resolve_branch_info_returns_full_record PASS [ 0.031s] ( 824/1287) oakvcs-cli::mount_ungated mount_bare_repo_resolves_like_clone PASS [ 0.033s] ( 825/1287) oakvcs-cli::piped_output bare_mount_help_into_closed_pipe_exits_zero_without_panic PASS [ 0.046s] ( 826/1287) oakvcs-cli::piped_output bare_mount_help_honors_the_color_environment PASS [ 0.030s] ( 827/1287) oakvcs-cli::piped_output bare_mount_help_with_unwritable_stdout_fails_loudly PASS [ 2.143s] ( 828/1287) oakvcs-cli::mount_lifecycle end_terminates_recorded_daemon PASS [ 0.166s] ( 829/1287) oakvcs-cli::piped_output commit_message_flag_explains_branch_descriptions PASS [ 0.224s] ( 830/1287) oakvcs-cli::piped_output branch_diff_renders_human_stat_table_without_json_flag PASS [ 0.128s] ( 831/1287) oakvcs-cli::piped_output commit_message_like_positional_is_rejected_before_path_filter_noop PASS [ 0.358s] ( 832/1287) oakvcs-cli::mount_ungated mount_command_runs_without_oak_features PASS [ 0.153s] ( 833/1287) oakvcs-cli::piped_output desc_file_dash_reads_stdin_multiline_markdown_exactly PASS [ 0.171s] ( 834/1287) oakvcs-cli::piped_output desc_file_reads_multiline_markdown_exactly PASS [ 0.156s] ( 835/1287) oakvcs-cli::piped_output desc_file_rejects_positional_description_too PASS [ 0.229s] ( 836/1287) oakvcs-cli::piped_output diff_between_two_commits_prints_hunks_checkout_free PASS [ 0.264s] ( 837/1287) oakvcs-cli::piped_output diff_ambiguous_revision_and_path_names_both_invocations PASS [ 0.292s] ( 838/1287) oakvcs-cli::piped_output diff_branch_covers_commits_and_dirty_worktree PASS [ 0.283s] ( 839/1287) oakvcs-cli::piped_output diff_branch_scopes_paths_and_rejects_json PASS [ 0.168s] ( 840/1287) oakvcs-cli::piped_output diff_json_classifies_noise_files_and_omits_source_category PASS [ 0.290s] ( 841/1287) oakvcs-cli::piped_output diff_exit_code_reports_differences_without_output_parsing PASS [ 0.273s] ( 842/1287) oakvcs-cli::piped_output diff_json_command_stubs_match_the_human_footer_spelling PASS [ 0.270s] ( 843/1287) oakvcs-cli::piped_output diff_json_hunks_attaches_patches_per_file PASS [ 0.281s] ( 844/1287) oakvcs-cli::piped_output diff_json_hunks_max_bytes_truncates_with_resume_command PASS [ 0.188s] ( 845/1287) oakvcs-cli::piped_output diff_name_only_lists_filtered_paths_without_counts PASS [ 0.192s] ( 846/1287) oakvcs-cli::piped_output diff_name_only_rejects_ambiguous_modes PASS [ 0.161s] ( 847/1287) oakvcs-cli::piped_output diff_print_into_closed_pipe_exits_zero_without_panic PASS [ 0.246s] ( 848/1287) oakvcs-cli::piped_output diff_path_scoping_filters_files_and_reports_empty_scopes PASS [ 0.301s] ( 849/1287) oakvcs-cli::piped_output diff_single_branch_defaults_to_contribution_and_stat_fallback_is_self_describing PASS [ 0.342s] ( 850/1287) oakvcs-cli::piped_output diff_revision_after_path_reports_ordering_not_a_false_unknown PASS [ 0.152s] ( 851/1287) oakvcs-cli::piped_output diff_stat_counts_content_lines_that_look_like_file_headers PASS [ 0.261s] ( 852/1287) oakvcs-cli::piped_output diff_single_branch_json_reports_endpoint_diff_kind PASS [ 0.144s] ( 853/1287) oakvcs-cli::piped_output diff_stat_keeps_binary_rows_without_text_counts PASS [ 0.173s] ( 854/1287) oakvcs-cli::piped_output diff_stat_summarizes_per_file_counts PASS [ 0.275s] ( 855/1287) oakvcs-cli::piped_output diff_third_revision_reports_the_two_revision_limit PASS [ 1.151s] ( 856/1287) oakvcs-cli::piped_output diff_print_mid_stream_reader_exit_is_clean PASS [ 0.338s] ( 857/1287) oakvcs-cli::piped_output diff_treats_rowless_main_as_a_branch_endpoint PASS [ 0.029s] ( 858/1287) oakvcs-cli::piped_output errors_go_to_stderr_not_stdout PASS [ 0.282s] ( 859/1287) oakvcs-cli::piped_output double_dash_forces_revision_reading_for_ambiguous_names PASS [ 0.373s] ( 860/1287) oakvcs-cli::piped_output endpoint_diff_reports_rename_with_edit_as_renamed PASS [ 0.206s] ( 861/1287) oakvcs-cli::piped_output exit_code_diff_with_unwritable_stdout_reports_loss PASS [ 0.374s] ( 862/1287) oakvcs-cli::piped_output exit_code_counts_predicted_conflicts_as_differences PASS [ 0.168s] ( 863/1287) oakvcs-cli::piped_output forced_reset_still_mutates_with_tty_stdin_and_dead_stdout PASS [ 0.383s] ( 864/1287) oakvcs-cli::piped_output external_difftool_still_surfaces_predicted_conflicts PASS [ 0.400s] ( 865/1287) oakvcs-cli::piped_output explicit_against_survives_into_footer_commands PASS [ 0.024s] ( 866/1287) oakvcs-cli::piped_output help_into_closed_pipe_exits_zero_without_panic PASS [ 0.148s] ( 867/1287) oakvcs-cli::piped_output forced_restore_still_mutates_with_tty_stdin_and_dead_stdout PASS [ 0.021s] ( 868/1287) oakvcs-cli::piped_output help_with_unwritable_stdout_fails_loudly PASS [ 0.073s] ( 869/1287) oakvcs-cli::piped_output intercepted_help_honors_the_color_environment_not_just_the_tty PASS [ 0.027s] ( 870/1287) oakvcs-cli::piped_output json_error_envelope_into_closed_pipe_stays_quiet PASS [ 0.053s] ( 871/1287) oakvcs-cli::piped_output json_error_envelope_with_unwritable_stdout_reports_loss PASS [ 0.220s] ( 872/1287) oakvcs-cli::piped_output git_head_aliases_are_low_token_and_stable PASS [ 0.185s] ( 873/1287) oakvcs-cli::piped_output info_without_json_is_concise_orientation_output PASS [ 0.094s] ( 874/1287) oakvcs-cli::piped_output log_literal_and_regex_pickaxe_flags_conflict PASS [ 2.161s] ( 875/1287) oakvcs-cli::piped_output diff_renders_multimegabyte_text_instead_of_binary_notice PASS [ 0.154s] ( 876/1287) oakvcs-cli::piped_output log_into_closed_pipe_exits_zero_without_panic PASS [ 0.151s] ( 877/1287) oakvcs-cli::piped_output log_oneline_rejects_ambiguous_modes PASS [ 0.341s] ( 878/1287) oakvcs-cli::piped_output log_filters_history_by_path PASS [ 0.229s] ( 879/1287) oakvcs-cli::piped_output log_oneline_is_compact_and_accepts_explicit_limit PASS [ 0.282s] ( 880/1287) oakvcs-cli::piped_output log_pickaxe_finds_commits_changing_term_count PASS [ 0.139s] ( 881/1287) oakvcs-cli::piped_output log_regex_pickaxe_rejects_invalid_pattern_as_usage_error PASS [ 0.188s] ( 882/1287) oakvcs-cli::piped_output log_regex_pickaxe_matches_moved_term_that_count_based_search_misses PASS [ 0.262s] ( 883/1287) oakvcs-cli::piped_output log_regex_pickaxe_matches_added_lines_a_literal_search_cannot_express PASS [ 0.336s] ( 884/1287) oakvcs-cli::piped_output net_merge_conflicts_respect_path_filters PASS [ 0.386s] ( 885/1287) oakvcs-cli::piped_output net_merge_conflicts_surface_in_every_output_style PASS [ 0.352s] ( 886/1287) oakvcs-cli::piped_output net_merge_diff_names_predicted_conflict_files_instead_of_hiding_them PASS [ 0.185s] ( 887/1287) oakvcs-cli::piped_output piped_branch_create_is_one_short_line PASS [ 0.516s] ( 888/1287) oakvcs-cli::piped_output path_filtered_log_limit_returns_latest_matches_without_full_history_hint PASS [ 0.200s] ( 889/1287) oakvcs-cli::piped_output piped_commit_is_hash_only PASS [ 0.203s] ( 890/1287) oakvcs-cli::piped_output piped_diff_lists_every_changed_path PASS [ 0.181s] ( 891/1287) oakvcs-cli::piped_output piped_diff_print_matches_golden PASS [ 0.154s] ( 892/1287) oakvcs-cli::piped_output piped_log_is_one_line_per_commit PASS [ 0.183s] ( 893/1287) oakvcs-cli::piped_output piped_log_verbose_is_compact_with_files PASS [ 0.182s] ( 894/1287) oakvcs-cli::piped_output piped_status_is_compact_and_ansi_free PASS [ 1.098s] ( 895/1287) oakvcs-cli::piped_output pickaxe_filtered_piped_log_hint_reproduces_the_query PASS [ 0.157s] ( 896/1287) oakvcs-cli::piped_output piped_status_lists_every_changed_path PASS [ 0.204s] ( 897/1287) oakvcs-cli::piped_output piped_status_omits_branch_description_noise PASS [ 0.153s] ( 898/1287) oakvcs-cli::piped_output reset_refuses_to_confirm_when_stdout_cannot_show_the_prompt PASS [ 1.040s] ( 899/1287) oakvcs-cli::piped_output piped_log_defaults_to_a_bounded_window_with_more_hint PASS [ 0.221s] ( 900/1287) oakvcs-cli::piped_output reset_with_closed_pipe_still_resets_the_file PASS [ 0.188s] ( 901/1287) oakvcs-cli::piped_output restore_refuses_to_confirm_when_stdout_cannot_show_the_prompt PASS [ 0.217s] ( 902/1287) oakvcs-cli::piped_output restore_with_closed_pipe_still_restores_the_file PASS [ 0.176s] ( 903/1287) oakvcs-cli::piped_output rev_parse_refuses_unsupported_revs_without_guessing PASS [ 0.175s] ( 904/1287) oakvcs-cli::piped_output split_refuses_non_tty_stdout_before_any_crossterm_write PASS [ 0.031s] ( 905/1287) oakvcs-cli::piped_output subcommand_help_with_unwritable_stdout_fails_loudly PASS [ 0.024s] ( 906/1287) oakvcs-cli::piped_output top_level_help_prefers_file_based_description_flow PASS [ 0.190s] ( 907/1287) oakvcs-cli::piped_output status_porcelain_is_compact_stable_and_ansi_free PASS [ 0.223s] ( 908/1287) oakvcs-cli::piped_output status_short_aliases_porcelain_rows PASS [ 2.021s] ( 909/1287) oakvcs-cli::piped_output path_filtered_piped_log_keeps_more_hint_when_matches_exceed_default_window PASS [ 0.219s] ( 910/1287) oakvcs-cli::piped_output truncated_hunks_name_a_fetch_command_per_omitted_file_with_quoting PASS [ 0.204s] ( 911/1287) oakvcs-cli::piped_output unified_context_applies_to_json_hunks PASS [ 0.172s] ( 912/1287) oakvcs-cli::piped_output word_diff_handles_content_lines_starting_with_dashes PASS [ 0.214s] ( 913/1287) oakvcs-cli::piped_output unified_context_flag_controls_hunk_width PASS [ 0.196s] ( 914/1287) oakvcs-cli::piped_output word_diff_marks_intra_line_changes_with_plain_markers PASS [ 0.187s] ( 915/1287) oakvcs-cli::pull pull_409_returns_one_actionable_conflict_error_without_preprinting PASS [ 0.275s] ( 916/1287) oakvcs-cli::pull pull_409_overlapping_edits_route_to_existing_conflict_flow PASS [ 0.247s] ( 917/1287) oakvcs-cli::pull pull_409_reparents_branch_onto_moved_seed PASS [ 0.220s] ( 918/1287) oakvcs-cli::pull pull_409_when_local_is_ahead_is_a_noop PASS [ 0.157s] ( 919/1287) oakvcs-cli::pull pull_blob_ingest_validates_mapping_before_any_local_write PASS [ 0.185s] ( 920/1287) oakvcs-cli::pull pull_fast_forward_refuses_to_clobber_uncommitted_edits PASS [ 0.174s] ( 921/1287) oakvcs-cli::pull pull_force_overwrites_dirty_tree PASS [ 0.184s] ( 922/1287) oakvcs-cli::pull pull_skips_rename_when_target_exists_as_orphan_branch_head PASS [ 0.202s] ( 923/1287) oakvcs-cli::pull pull_force_parks_local_commits_instead_of_discarding PASS [ 0.301s] ( 924/1287) oakvcs-cli::push bare_push_uses_stored_remote_for_linked_repo PASS [ 0.343s] ( 925/1287) oakvcs-cli::push delayed_first_push_proves_older_remote_merge_parent_without_full_tree_fetch PASS [ 0.423s] ( 926/1287) oakvcs-cli::push existing_repo_push_hydrates_legacy_remote_blob_before_mutation PASS [ 0.717s] ( 927/1287) oakvcs-cli::push bootstrap_admits_corruption_after_first_500_before_any_mutation PASS [ 0.285s] ( 928/1287) oakvcs-cli::push existing_repo_push_rejects_corrupt_legacy_hydration_before_mutation PASS [ 0.717s] ( 929/1287) oakvcs-cli::push bootstrap_rejects_main_dependency_on_future_target_before_any_mutation PASS [ 0.165s] ( 930/1287) oakvcs-cli::push existing_repo_push_rejects_missing_legacy_pull_blob_before_mutation PASS [ 0.172s] ( 931/1287) oakvcs-cli::push existing_repo_push_requires_remote_proof_for_missing_local_blob PASS [ 0.138s] ( 932/1287) oakvcs-cli::push existing_repo_push_uses_strict_receipt_metadata_without_live_verification PASS [ 0.070s] ( 933/1287) oakvcs-cli::push explicit_empty_remote_is_rejected_without_rewriting_stored_remote PASS [ 0.172s] ( 934/1287) oakvcs-cli::push feature_push_rejects_invalid_bootstrap_main_before_mutating_remote PASS [ 0.144s] ( 935/1287) oakvcs-cli::push new_repo_push_rejects_missing_local_blob_before_repo_creation PASS [ 0.203s] ( 936/1287) oakvcs-cli::push first_new_branch_on_v01021_branch_null_fails_actionably_before_mutation PASS [ 0.903s] ( 937/1287) oakvcs-cli::push ordinary_sparse_one_file_push_does_not_spend_live_verification_quota PASS [ 0.415s] ( 938/1287) oakvcs-cli::push phase_one_push_sizes_publication_from_one_remote_missing_blob_not_full_manifest PASS [ 0.177s] ( 939/1287) oakvcs-cli::push push_does_not_self_heal_over_foreign_branch_commits PASS [ 1.458s] ( 940/1287) oakvcs-cli::push phase_one_large_first_push_preloads_objects_then_publishes_one_ordinary_head PASS [ 0.202s] ( 941/1287) oakvcs-cli::push push_fails_before_mutation_when_external_edge_proof_endpoint_is_unavailable PASS [ 0.235s] ( 942/1287) oakvcs-cli::push push_encodes_branch_name_in_api_path PASS [ 0.195s] ( 943/1287) oakvcs-cli::push push_fails_closed_when_old_side_parent_manifest_is_not_local PASS [ 0.213s] ( 944/1287) oakvcs-cli::push push_rejects_blob_with_incorrect_stored_size_before_mutating_remote PASS [ 0.202s] ( 945/1287) oakvcs-cli::push push_rejects_corrupt_inline_blob_before_mutating_remote PASS [ 0.254s] ( 946/1287) oakvcs-cli::push push_rejects_dangling_commit_file_reference_before_mutation PASS [ 0.481s] ( 947/1287) oakvcs-cli::push push_rejects_corrupt_large_blob_before_chunk_probe_or_upload PASS [ 0.185s] ( 948/1287) oakvcs-cli::push push_rejects_invalid_local_commit_before_mutating_remote PASS [ 0.142s] ( 949/1287) oakvcs-cli::push push_rejects_invalid_local_tree_before_mutating_remote PASS [ 2.748s] ( 950/1287) oakvcs-cli::push forced_merge_dag_crossing_500_carries_force_through_every_staged_request PASS [ 0.147s] ( 951/1287) oakvcs-cli::push push_rejects_valid_hash_commit_with_missing_merge_parent_before_mutation PASS [ 0.192s] ( 952/1287) oakvcs-cli::push push_rejects_valid_hash_commit_with_missing_parent_before_mutation PASS [ 0.152s] ( 953/1287) oakvcs-cli::push push_remote_commit_conflict_returns_one_actionable_error_without_preprinting PASS [ 0.383s] ( 954/1287) oakvcs-cli::push push_rejects_mixed_chunk_check_page_before_upload_or_publication PASS [ 0.172s] ( 955/1287) oakvcs-cli::push push_repo_flag_links_and_creates_repo_non_interactively PASS [ 0.151s] ( 956/1287) oakvcs-cli::push push_success_output_includes_branch_url PASS [ 0.233s] ( 957/1287) oakvcs-cli::push push_self_heals_when_seed_is_already_ingested_but_not_ancestor PASS [ 0.354s] ( 958/1287) oakvcs-cli::push push_self_heals_when_remote_head_is_a_moved_seed PASS [ 0.127s] ( 959/1287) oakvcs-cli::push push_unlinked_noninteractive_is_local_configuration_error PASS [ 0.251s] ( 960/1287) oakvcs-cli::push push_success_without_branch_keeps_plain_output PASS [ 3.842s] ( 961/1287) oakvcs-cli::push oversized_feature_push_uses_one_isolated_session_and_final_cas PASS [ 0.763s] ( 962/1287) oakvcs-cli::push staged_push_uses_receipt_ready_remote_blob_without_live_reverification PASS [ 0.173s] ( 963/1287) oakvcs-cli::redirect blobs_check_redirect_is_fatal_not_a_fallback PASS [ 1.023s] ( 964/1287) oakvcs-cli::push staged_push_uploads_receiptless_remote_blobs_without_generic_live_verification PASS [ 0.187s] ( 965/1287) oakvcs-cli::redirect clone_follows_move_to_trusted_origin PASS [ 0.192s] ( 966/1287) oakvcs-cli::redirect fetch_follows_move_to_trusted_origin PASS [ 0.204s] ( 967/1287) oakvcs-cli::redirect push_does_not_follow_move_to_untrusted_origin PASS [ 0.263s] ( 968/1287) oakvcs-cli::redirect push_and_pull_follow_move_to_trusted_origin PASS [ 0.894s] ( 969/1287) oakvcs-cli::push staged_sparse_push_checks_more_than_192_locally_missing_blobs_without_live_quota PASS [ 0.199s] ( 970/1287) oakvcs-cli::redirect push_reports_remote_move_instead_of_following_redirect PASS [ 0.184s] ( 971/1287) oakvcs-cli::redirect relative_redirect_reports_status_not_a_move PASS [ 0.197s] ( 972/1287) oakvcs-cli::redirect server_error_includes_status_and_body PASS [ 0.220s] ( 973/1287) oakvcs-cli::redirect server_error_with_empty_body_names_the_status PASS [ 0.216s] ( 974/1287) oakvcs-cli::repo_credential_precedence mount_request_prefers_cache_token_when_environment_is_blank PASS [ 0.217s] ( 975/1287) oakvcs-cli::repo_credential_precedence release_request_prefers_repo_token_when_environment_is_blank PASS [ 0.033s] ( 976/1287) oakvcs-cli::space space_repos_without_org_or_marker_is_usage_error PASS [ 0.136s] ( 977/1287) oakvcs-cli::space space_new_scaffolds_org_space_with_finish_references PASS [ 0.201s] ( 978/1287) oakvcs-cli::repo_credential_precedence site_request_prefers_repo_token_when_environment_is_blank PASS [ 0.159s] ( 979/1287) oakvcs-cli::sparse sparse_add_widens_then_disable_restores_full_tree PASS [ 0.096s] ( 980/1287) oakvcs-cli::sparse sparse_set_refuses_dirty_tree PASS [ 0.170s] ( 981/1287) oakvcs-cli::sparse sparse_set_scopes_tree_and_commit_carries_forward PASS [ 0.152s] ( 982/1287) oakvcs-cli::subdirectory branch_operations_from_subdirectory PASS [ 0.129s] ( 983/1287) oakvcs-cli::subdirectory commit_from_subdirectory PASS [ 0.084s] ( 984/1287) oakvcs-cli::subdirectory git_backed_read_commands_do_not_create_oak_sidecar PASS [ 0.110s] ( 985/1287) oakvcs-cli::subdirectory git_backed_commit_creates_oak_sidecar_on_write PASS [ 0.021s] ( 986/1287) oakvcs-cli::subdirectory resolve_git_repo_does_not_create_oak_sidecar PASS [ 0.165s] ( 987/1287) oakvcs-cli::subdirectory init_does_not_walk_up PASS [ 0.028s] ( 988/1287) oakvcs-cli::subdirectory resolve_returns_repo_not_found_outside_any_repo PASS [ 0.132s] ( 989/1287) oakvcs-cli::subdirectory reset_with_relative_path_from_subdirectory PASS [ 0.144s] ( 990/1287) oakvcs-cli::subdirectory resolve_picks_nearest_oak_when_nested_repos_exist PASS [ 0.070s] ( 991/1287) oakvcs-cli::subdirectory resolve_walks_up_to_find_oak_dir PASS [ 0.118s] ( 992/1287) oakvcs-cli::subdirectory restore_with_relative_path_from_subdirectory PASS [ 0.158s] ( 993/1287) oakvcs-cli::subdirectory status_log_diff_from_subdirectory PASS [ 0.226s] ( 994/1287) oakvcs-cli::zero_byte_blobs clone_still_refuses_a_blob_it_cannot_derive PASS [ 0.384s] ( 995/1287) oakvcs-cli::zero_byte_blobs clone_accepts_the_chunkless_empty_blob_a_metadata_only_row_advertises PASS [ 0.127s] ( 996/1287) oakvcs-cli::zero_byte_blobs commit_succeeds_when_head_references_an_empty_blob_the_local_store_lacks PASS [ 0.103s] ( 997/1287) oakvcs-cli::zero_byte_blobs ensure_blobs_local_reconstructs_the_empty_blob_without_touching_the_network PASS [ 0.439s] ( 998/1287) oakvcs-cli::zero_byte_blobs clone_synthesizes_the_empty_blob_when_the_server_omits_it PASS [ 0.310s] ( 999/1287) oakvcs-cli::zero_byte_blobs ensure_blobs_local_survives_a_chunkless_empty_blob_in_a_blobs_info_reply PASS [ 0.238s] (1000/1287) oakvcs-cli::zero_byte_blobs push_re_sends_the_empty_blob_even_when_the_server_claims_to_have_it PASS [ 0.104s] (1001/1287) oakvcs-cli::zero_byte_blobs restore_rebuilds_a_zero_byte_file_whose_empty_blob_row_is_gone PASS [ 0.376s] (1002/1287) oakvcs-cli::zero_byte_blobs pull_writes_a_zero_byte_file_the_server_never_shipped PASS [ 0.018s] (1003/1287) oakvcs-cli::bin/oak tests::blob_info_rejects_depth_beyond_server_bound PASS [ 0.015s] (1004/1287) oakvcs-cli::bin/oak tests::clone_branch_flag_parses_named_remote_branch PASS [ 0.013s] (1005/1287) oakvcs-cli::bin/oak tests::clone_full_flag_is_an_accepted_no_op PASS [ 0.094s] (1006/1287) oakvcs-cli::zero_byte_blobs status_survives_a_head_whose_empty_blob_the_local_store_lacks PASS [ 0.014s] (1007/1287) oakvcs-cli::bin/oak tests::clone_integrity_overrides_are_explicit_and_independent PASS [ 0.014s] (1008/1287) oakvcs-cli::bin/oak tests::clone_is_full_by_default PASS [ 0.015s] (1009/1287) oakvcs-cli::bin/oak tests::clone_shallow_flag_opts_into_shallow_history PASS [ 0.015s] (1010/1287) oakvcs-cli::bin/oak tests::doctor_rejects_zero_depth_during_argument_parsing PASS [ 0.015s] (1011/1287) oakvcs-cli::bin/oak tests::doctor_remote_json_syntax_is_stable PASS [ 0.010s] (1012/1287) oakvcs-cli::bin/oak tests::interactive_clone_accepts_integrity_overrides_for_the_selected_oak_repo PASS [ 0.012s] (1013/1287) oakvcs-cli::bin/oak tests::merge_base_unavailable_errors_use_conflict_exit_code PASS [ 0.011s] (1014/1287) oakvcs-cli::bin/oak tests::merge_invariant_violation_uses_conflict_exit_code PASS [ 0.011s] (1015/1287) oakvcs-cli::bin/oak tests::merge_prediction_uncertified_uses_distinct_exit_code PASS [ 0.015s] (1016/1287) oakvcs-cli::bin/oak tests::privileged_blob_info_syntax_is_stable PASS [ 0.019s] (1017/1287) oakvcs-cli::bin/oak tests::switch_clean_flag_parses_for_create_and_existing_branch PASS [ 0.017s] (1018/1287) oakvcs-cli::bin/oak tests::switch_discard_hidden_alias_still_parses_for_compatibility PASS [ 0.013s] (1019/1287) oakvcs-core chunking::tests::chunk_codec_round_trips_and_passes_raw_through PASS [ 0.013s] (1020/1287) oakvcs-core chunking::tests::empty_content_produces_no_chunks PASS [ 0.464s] (1021/1287) oakvcs-cli::zero_byte_blobs zero_byte_files_round_trip_through_serve PASS [ 0.345s] (1022/1287) oakvcs-core chunking::tests::streamed_chunking_matches_the_in_memory_mapping PASS [ 0.362s] (1023/1287) oakvcs-core chunking::tests::test_chunk_and_reassemble PASS [ 0.045s] (1024/1287) oakvcs-core chunking::tests::test_chunk_hashes_are_valid PASS [ 0.009s] (1025/1287) oakvcs-core chunking::tests::test_chunk_small_content PASS [ 0.010s] (1026/1287) oakvcs-core diff::tests::inline_diff_ranges_declines_mostly_different_lines PASS [ 0.087s] (1027/1287) oakvcs-core chunking::tests::test_chunk_determinism PASS [ 0.010s] (1028/1287) oakvcs-core diff::tests::inline_diff_ranges_handles_multibyte_content PASS [ 0.009s] (1029/1287) oakvcs-core diff::tests::inline_diff_ranges_marks_changed_words_with_exact_byte_offsets PASS [ 0.009s] (1030/1287) oakvcs-core diff::tests::test_binary_notice_for_nul_content PASS [ 0.009s] (1031/1287) oakvcs-core diff::tests::test_diff_added_lines PASS [ 0.010s] (1032/1287) oakvcs-core diff::tests::test_diff_crlf_vs_lf PASS [ 0.011s] (1033/1287) oakvcs-core diff::tests::test_diff_delete_entire_file PASS [ 0.013s] (1034/1287) oakvcs-core diff::tests::test_diff_empty_files PASS [ 0.011s] (1035/1287) oakvcs-core diff::tests::test_diff_modified_lines PASS [ 0.011s] (1036/1287) oakvcs-core diff::tests::test_diff_no_changes PASS [ 0.014s] (1037/1287) oakvcs-core diff::tests::test_diff_new_file_from_empty PASS [ 0.010s] (1038/1287) oakvcs-core diff::tests::test_diff_removed_lines PASS [ 0.010s] (1039/1287) oakvcs-core diff::tests::test_diff_no_trailing_newline PASS [ 0.011s] (1040/1287) oakvcs-core diff::tests::test_diff_with_custom_context PASS [ 0.012s] (1041/1287) oakvcs-core diff::tests::test_diff_single_line_change PASS [ 0.011s] (1042/1287) oakvcs-core diff::tests::test_is_binary_detects_nul PASS [ 0.251s] (1043/1287) oakvcs-core chunking::tests::test_chunk_boundary_stability PASS [ 0.040s] (1044/1287) oakvcs-core diff::tests::test_force_text_keeps_binary_guard_but_overrides_size_guard PASS [ 0.030s] (1045/1287) oakvcs-core diff::tests::test_large_text_gets_notice PASS [ 0.012s] (1046/1287) oakvcs-core diff::tests::test_multiple_hunks PASS [ 0.011s] (1047/1287) oakvcs-core diff::tests::test_normal_text_no_notice PASS [ 0.011s] (1048/1287) oakvcs-core diff::tests::test_unified_output PASS [ 0.011s] (1049/1287) oakvcs-core diff::tests::test_unified_shows_limited_context PASS [ 0.011s] (1050/1287) oakvcs-core engine::tests::test_detect_godot PASS [ 0.011s] (1051/1287) oakvcs-core engine::tests::test_detect_none PASS [ 0.011s] (1052/1287) oakvcs-core engine::tests::test_detect_unity PASS [ 0.011s] (1053/1287) oakvcs-core engine::tests::test_detect_unity_missing_assets PASS [ 0.014s] (1054/1287) oakvcs-core engine::tests::test_detect_unreal PASS [ 0.010s] (1055/1287) oakvcs-core engine::tests::test_display PASS [ 0.012s] (1056/1287) oakvcs-core engine::tests::test_oakignore_contents_not_empty PASS [ 0.011s] (1057/1287) oakvcs-core git::tests::two_dirs_and_two_files_sort_stably PASS [ 0.013s] (1058/1287) oakvcs-core git::tests::dir_and_file_straddling_slash_sort_in_git_order PASS [ 0.011s] (1059/1287) oakvcs-core git::tests::validate_git_tree_entries_accepts_normal_paths PASS [ 0.012s] (1060/1287) oakvcs-core git::tests::validate_git_tree_entries_rejects_invalid_components PASS [ 0.012s] (1061/1287) oakvcs-core hash::tests::test_deserialize_rejects_junk PASS [ 0.011s] (1062/1287) oakvcs-core hash::tests::test_deserialize_valid_hex PASS [ 0.011s] (1063/1287) oakvcs-core hash::tests::test_hash_different_inputs PASS [ 0.012s] (1064/1287) oakvcs-core hash::tests::test_hash_determinism PASS [ 0.011s] (1065/1287) oakvcs-core hash::tests::test_hash_from_hex_blake3 PASS [ 0.012s] (1066/1287) oakvcs-core hash::tests::test_hash_from_hex_invalid_chars PASS [ 0.012s] (1067/1287) oakvcs-core hash::tests::test_hash_from_hex_git_sha1 PASS [ 0.010s] (1068/1287) oakvcs-core hash::tests::test_hash_from_hex_invalid_length PASS [ 0.010s] (1069/1287) oakvcs-core hash::tests::test_hash_from_hex_rejects_uppercase PASS [ 0.011s] (1070/1287) oakvcs-core hash::tests::test_hash_kind_reports_unknown_length PASS [ 0.012s] (1071/1287) oakvcs-core hash::tests::test_hash_length PASS [ 0.011s] (1072/1287) oakvcs-core hash::tests::test_hash_short PASS [ 0.013s] (1073/1287) oakvcs-core hash::tests::test_hash_short_handles_non_ascii_without_panicking PASS [ 0.013s] (1074/1287) oakvcs-core hash_format::tests::format_flag_defaults_to_v1_and_rejects_unknown PASS [ 0.011s] (1075/1287) oakvcs-core hash_format::tests::rfc3339_timestamp_rendering_is_stable PASS [ 0.010s] (1076/1287) oakvcs-core hash_format::tests::v1_blob_chunk_tree_are_bare_blake3 PASS [ 0.011s] (1077/1287) oakvcs-core hash_format::tests::v1_blob_golden PASS [ 0.011s] (1078/1287) oakvcs-core hash_format::tests::v1_commit_matches_live_commit_path_and_golden PASS [ 0.010s] (1079/1287) oakvcs-core hash_format::tests::v1_commit_timestamp_precision_golden PASS [ 0.011s] (1080/1287) oakvcs-core hash_format::tests::v1_empty_golden PASS [ 0.011s] (1081/1287) oakvcs-core hash_format::tests::v1_merge_commit_golden PASS [ 0.011s] (1082/1287) oakvcs-core hash_format::tests::v1_manifest_root_golden PASS [ 0.010s] (1083/1287) oakvcs-core hash_format::tests::v1_tree_golden PASS [ 0.011s] (1084/1287) oakvcs-core hash_format::tests::v2_commit_includes_files PASS [ 0.013s] (1085/1287) oakvcs-core hash_format::tests::v2_domains_separate_identical_bytes PASS [ 0.011s] (1086/1287) oakvcs-core hash_format::tests::v2_empty_blob_differs_from_empty_tree PASS [ 0.012s] (1087/1287) oakvcs-core hash_format::tests::v2_fields_cannot_shift_between_positions PASS [ 0.013s] (1088/1287) oakvcs-core hash_format::tests::v2_none_and_empty_message_differ PASS [ 0.013s] (1089/1287) oakvcs-core ignore::tests::test_always_ignores_oak_and_git_with_no_ignore_file PASS [ 0.013s] (1090/1287) oakvcs-core ignore::tests::test_comment_lines_in_ignore PASS [ 0.013s] (1091/1287) oakvcs-core ignore::tests::test_directory_specific_pattern PASS [ 0.012s] (1092/1287) oakvcs-core ignore::tests::test_empty_ignore_file PASS [ 0.012s] (1093/1287) oakvcs-core ignore::tests::test_from_patterns_empty PASS [ 0.011s] (1094/1287) oakvcs-core ignore::tests::test_from_patterns_godot PASS [ 0.011s] (1095/1287) oakvcs-core ignore::tests::test_from_patterns_is_file_in_ignored_dir PASS [ 0.011s] (1096/1287) oakvcs-core ignore::tests::test_gitignore_fallback PASS [ 0.012s] (1097/1287) oakvcs-core ignore::tests::test_from_patterns_unity PASS [ 0.012s] (1098/1287) oakvcs-core ignore::tests::test_ignores_git_directory PASS [ 0.011s] (1099/1287) oakvcs-core ignore::tests::test_is_ignored_covers_system_metadata PASS [ 0.012s] (1100/1287) oakvcs-core ignore::tests::test_ignores_oak_directory PASS [ 0.016s] (1101/1287) oakvcs-core ignore::tests::test_negation_pattern PASS [ 0.013s] (1102/1287) oakvcs-core ignore::tests::test_oak_attributes_not_ignored PASS [ 0.013s] (1103/1287) oakvcs-core ignore::tests::test_nested_gitignore_patterns PASS [ 0.013s] (1104/1287) oakvcs-core ignore::tests::test_oak_branch_marker_always_ignored PASS [ 0.014s] (1105/1287) oakvcs-core ignore::tests::test_oakignore_takes_precedence PASS [ 0.010s] (1106/1287) oakvcs-core ignore::tests::test_system_metadata_path PASS [ 0.016s] (1107/1287) oakvcs-core ignore::tests::test_oakignore_patterns PASS [ 0.014s] (1108/1287) oakvcs-core ignore::tests::test_tracks_oak_workflows PASS [ 0.012s] (1109/1287) oakvcs-core merge::tests::add_on_one_side_only PASS [ 0.012s] (1110/1287) oakvcs-core merge::tests::add_same_file_both_sides_different_is_conflict PASS [ 0.013s] (1111/1287) oakvcs-core merge::tests::add_same_file_both_sides_identical_is_clean PASS [ 0.014s] (1112/1287) oakvcs-core merge::tests::both_sides_different_change_conflicts PASS [ 0.014s] (1113/1287) oakvcs-core merge::tests::both_delete_is_clean_with_no_entry PASS [ 0.012s] (1114/1287) oakvcs-core merge::tests::both_sides_different_chmod_conflicts PASS [ 0.014s] (1115/1287) oakvcs-core merge::tests::both_sides_identical_change_is_clean PASS [ 0.014s] (1116/1287) oakvcs-core merge::tests::both_sides_same_chmod_is_clean PASS [ 0.012s] (1117/1287) oakvcs-core merge::tests::chmod_only_one_side_keeps_executable PASS [ 0.012s] (1118/1287) oakvcs-core merge::tests::chmod_vs_concurrent_content_edit_conflicts PASS [ 0.016s] (1119/1287) oakvcs-core merge::tests::chmod_only_other_side_keeps_executable PASS [ 0.012s] (1120/1287) oakvcs-core merge::tests::modify_delete_is_conflict PASS [ 0.014s] (1121/1287) oakvcs-core merge::tests::one_side_modify_other_unchanged PASS [ 0.014s] (1122/1287) oakvcs-core merge::tests::text_merge_non_overlapping_edits_are_clean PASS [ 0.011s] (1123/1287) oakvcs-core merge::tests::text_merge_overlapping_edits_conflict PASS [ 0.015s] (1124/1287) oakvcs-core merge::tests::unchanged_file_kept PASS [ 0.014s] (1125/1287) oakvcs-core protocol::tests::async_mapping_proof_wire_is_versioned_and_exact PASS [ 0.014s] (1126/1287) oakvcs-core protocol::tests::blob_check_verified_content_is_append_only_and_fail_closed PASS [ 0.012s] (1127/1287) oakvcs-core protocol::tests::commit_data_to_core_hash_is_stable PASS [ 0.016s] (1128/1287) oakvcs-core protocol::tests::chunk_batch_protocol_is_append_only_and_explicit PASS [ 0.020s] (1129/1287) oakvcs-core protocol::tests::commit_data_to_core_recovers_micro_truncated_timestamp PASS [ 0.013s] (1130/1287) oakvcs-core protocol::tests::commit_data_to_core_rejects_invalid_hash_fields_and_change_types PASS [ 0.019s] (1131/1287) oakvcs-core protocol::tests::commit_data_to_core_rejects_hash_mismatch PASS [ 0.013s] (1132/1287) oakvcs-core protocol::tests::commit_data_to_core_round_trips_valid_commit PASS [ 0.013s] (1133/1287) oakvcs-core protocol::tests::mapping_digest_matches_the_stored_receipt_identity PASS [ 0.012s] (1134/1287) oakvcs-core protocol::tests::pull_known_loss_protocol_is_explicit_and_omitted_for_legacy_requests PASS [ 0.012s] (1135/1287) oakvcs-core protocol::tests::pull_missing_content_is_append_only_and_operator_adjudicated PASS [ 0.015s] (1136/1287) oakvcs-core protocol::tests::staged_push_protocol_is_structurally_separate_from_legacy_push PASS [ 0.013s] (1137/1287) oakvcs-core protocol::tests::tree_data_to_core_canonicalizes_entry_order PASS [ 0.012s] (1138/1287) oakvcs-core protocol::tests::tree_data_to_core_rejects_invalid_mode PASS [ 0.016s] (1139/1287) oakvcs-core protocol::tests::tree_data_to_core_round_trips_a_valid_tree PASS [ 0.018s] (1140/1287) oakvcs-core protocol::tests::tree_data_to_core_rejects_tampered_entry_under_claimed_hash PASS [ 0.021s] (1141/1287) oakvcs-core sparse::tests::covers_normalizes_the_queried_path PASS [ 0.013s] (1142/1287) oakvcs-core sparse::tests::from_metadata_absent_or_blank_is_full_checkout PASS [ 0.011s] (1143/1287) oakvcs-core sparse::tests::covers_respects_path_boundaries PASS [ 0.011s] (1144/1287) oakvcs-core sparse::tests::new_returns_none_when_everything_blank PASS [ 0.013s] (1145/1287) oakvcs-core sparse::tests::new_drops_blanks_and_dedups PASS [ 0.018s] (1146/1287) oakvcs-core sparse::tests::metadata_round_trips PASS [ 0.010s] (1147/1287) oakvcs-core sparse::tests::normalize_strips_and_unifies_separators PASS [ 0.017s] (1148/1287) oakvcs-core sparse::tests::with_added_unions_and_dedups PASS [ 0.038s] (1149/1287) oakvcs-core sqlite::tests::compact_storage_backfills_drops_and_recompresses PASS [ 0.032s] (1150/1287) oakvcs-core sqlite::tests::get_tree_rejects_compressed_row_under_mismatched_hash PASS [ 0.026s] (1151/1287) oakvcs-core sqlite::tests::legacy_raw_blob_fallback PASS [ 0.026s] (1152/1287) oakvcs-core sqlite::tests::legacy_tree_entries_fallback PASS [ 0.074s] (1153/1287) oakvcs-core sqlite::tests::expired_running_proofs_do_not_consume_the_active_create_quota PASS [ 0.029s] (1154/1287) oakvcs-core sqlite::tests::new_blob_compresses_and_roundtrips PASS [ 0.113s] (1155/1287) oakvcs-core sqlite::tests::missing_0007_row_with_existing_blob_codec_is_marked_applied PASS [ 0.106s] (1156/1287) oakvcs-core sqlite::tests::missing_0008_row_with_existing_tree_content_is_marked_applied PASS [ 0.110s] (1157/1287) oakvcs-core sqlite::tests::serve_mapping_proof_create_coalesces_and_disjoint_pages_survive_concurrency PASS [ 0.068s] (1158/1287) oakvcs-core sqlite::tests::serve_mapping_proof_targeted_header_does_not_materialize_declared_pages_or_other_jobs PASS [ 0.034s] (1159/1287) oakvcs-core sqlite::tests::store_commit_is_idempotent_for_file_changes PASS [ 0.085s] (1160/1287) oakvcs-core sqlite::tests::serve_mapping_proof_finalize_claim_has_one_worker_and_exact_completion_cas PASS [ 0.027s] (1161/1287) oakvcs-core sqlite::tests::store_tree_rejects_mismatched_storage_hash PASS [ 0.032s] (1162/1287) oakvcs-core sqlite::tests::test_blob_binary_content PASS [ 0.029s] (1163/1287) oakvcs-core sqlite::tests::test_blob_chunks_mapping PASS [ 0.022s] (1164/1287) oakvcs-core sqlite::tests::test_blob_empty_content PASS [ 0.032s] (1165/1287) oakvcs-core sqlite::tests::test_blob_roundtrip PASS [ 0.021s] (1166/1287) oakvcs-core sqlite::tests::test_branch_description_update PASS [ 4.908s] (1167/1287) oakvcs-cli::push staged_push_pages_129_chunked_blobs_through_real_client_and_serve PASS [ 0.025s] (1168/1287) oakvcs-core sqlite::tests::test_branch_roundtrip PASS [ 0.030s] (1169/1287) oakvcs-core sqlite::tests::test_branch_head PASS [ 0.023s] (1170/1287) oakvcs-core sqlite::tests::test_branch_status_update PASS [ 0.120s] (1171/1287) oakvcs-core sqlite::tests::terminal_generation_conflict_is_owner_fenced_pruned_and_does_not_consume_quota PASS [ 0.023s] (1172/1287) oakvcs-core sqlite::tests::test_branch_with_parent PASS [ 0.063s] (1173/1287) oakvcs-core sqlite::tests::test_bulk_importer_drop_rolls_back PASS [ 0.076s] (1174/1287) oakvcs-core sqlite::tests::test_bulk_txn_commit_persists PASS [ 0.076s] (1175/1287) oakvcs-core sqlite::tests::test_bulk_importer_roundtrip PASS [ 0.069s] (1176/1287) oakvcs-core sqlite::tests::test_bulk_txn_flush_checkpoints_then_rollback PASS [ 0.022s] (1177/1287) oakvcs-core sqlite::tests::test_chunk_roundtrip PASS [ 0.028s] (1178/1287) oakvcs-core sqlite::tests::test_commit_roundtrip PASS [ 0.027s] (1179/1287) oakvcs-core sqlite::tests::test_commit_with_file_changes PASS [ 0.066s] (1180/1287) oakvcs-core sqlite::tests::test_bulk_txn_rollback_discards PASS [ 0.025s] (1181/1287) oakvcs-core sqlite::tests::test_commits_for_branch PASS [ 0.028s] (1182/1287) oakvcs-core sqlite::tests::test_current_branch PASS [ 0.031s] (1183/1287) oakvcs-core sqlite::tests::test_count_commits_for_branch PASS [ 0.023s] (1184/1287) oakvcs-core sqlite::tests::test_get_all_commits PASS [ 0.025s] (1185/1287) oakvcs-core sqlite::tests::test_get_branch_head_nonexistent PASS [ 0.024s] (1186/1287) oakvcs-core sqlite::tests::test_get_commits_since_cross_branch_hash_returns_all PASS [ 0.025s] (1187/1287) oakvcs-core sqlite::tests::test_get_commits_since_edge_cases PASS [ 0.024s] (1188/1287) oakvcs-core sqlite::tests::test_get_commits_since_with_valid_hash PASS [ 0.028s] (1189/1287) oakvcs-core sqlite::tests::test_get_nonexistent_blob PASS [ 0.025s] (1190/1287) oakvcs-core sqlite::tests::test_get_nonexistent_branch PASS [ 0.025s] (1191/1287) oakvcs-core sqlite::tests::test_get_nonexistent_chunk PASS [ 0.023s] (1192/1287) oakvcs-core sqlite::tests::test_get_nonexistent_commit PASS [ 0.028s] (1193/1287) oakvcs-core sqlite::tests::test_get_nonexistent_manifest PASS [ 0.024s] (1194/1287) oakvcs-core sqlite::tests::test_has_blob PASS [ 0.025s] (1195/1287) oakvcs-core sqlite::tests::test_has_commit PASS [ 0.024s] (1196/1287) oakvcs-core sqlite::tests::test_list_branches PASS [ 0.026s] (1197/1287) oakvcs-core sqlite::tests::test_merge_child_exists PASS [ 0.031s] (1198/1287) oakvcs-core sqlite::tests::test_manifest_roundtrip PASS [ 0.023s] (1199/1287) oakvcs-core sqlite::tests::test_metadata PASS [ 0.033s] (1200/1287) oakvcs-core sqlite::tests::test_manifest_with_multiple_entries PASS [ 0.025s] (1201/1287) oakvcs-core sqlite::tests::test_metadata_nonexistent_key PASS [ 0.025s] (1202/1287) oakvcs-core sqlite::tests::test_metadata_overwrite PASS [ 0.026s] (1203/1287) oakvcs-core sqlite::tests::test_put_commit_and_advance_refs_stores_commit_and_moves_heads PASS [ 0.048s] (1204/1287) oakvcs-core sqlite::tests::test_put_blobs_matches_put_blob PASS [ 0.027s] (1205/1287) oakvcs-core sqlite::tests::test_rename_branch_rejects_orphan_target_head PASS [ 0.031s] (1206/1287) oakvcs-core sqlite::tests::test_store_blob_idempotent PASS [ 0.029s] (1207/1287) oakvcs-core sqlite::tests::test_store_chunk_rejects_hash_mismatch PASS [ 0.024s] (1208/1287) oakvcs-core sqlite::tests::test_store_manifest_idempotent PASS [ 0.023s] (1209/1287) oakvcs-core sqlite::tests::test_tag_roundtrip PASS [ 0.023s] (1210/1287) oakvcs-core sqlite::tests::test_tree_put_idempotent PASS [ 0.027s] (1211/1287) oakvcs-core sqlite::tests::test_tree_put_walk_roundtrip PASS [ 0.024s] (1212/1287) oakvcs-core sqlite::tests::test_tree_subtree_dedup PASS [ 0.020s] (1213/1287) oakvcs-core sqlite::tests::test_write_txn_commit_persists PASS [ 0.028s] (1214/1287) oakvcs-core sqlite::tests::test_tree_resolve_path PASS [ 0.028s] (1215/1287) oakvcs-core sqlite::tests::test_write_txn_rollback_discards PASS [ 0.011s] (1216/1287) oakvcs-core tests::semantic_manifest_transition_accepts_content_and_mode_modification PASS [ 0.011s] (1217/1287) oakvcs-core tests::semantic_manifest_transition_accepts_equivalent_delete_and_add PASS [ 0.056s] (1218/1287) oakvcs-core tests::ensure_empty_blob_only_synthesizes_the_empty_blob PASS [ 0.018s] (1219/1287) oakvcs-core tests::semantic_manifest_transition_accepts_rename_cycle PASS [ 0.059s] (1220/1287) oakvcs-core sqlite::tests::uploading_proof_expiry_uses_recent_activity_not_creation_time PASS [ 0.011s] (1221/1287) oakvcs-core tests::semantic_manifest_transition_rejects_forged_duplicate_and_incomplete_records PASS [ 0.016s] (1222/1287) oakvcs-core tests::semantic_manifest_transition_accepts_rename_with_edit PASS [ 0.015s] (1223/1287) oakvcs-core tests::semantic_manifest_transition_is_independent_of_overwrite_record_order PASS [ 0.070s] (1224/1287) oakvcs-core tests::ensure_empty_blobs_in_manifest_covers_deduped_entries PASS [ 0.011s] (1225/1287) oakvcs-core tests::test_allowed_parent_is_trunk_only PASS [ 0.011s] (1226/1287) oakvcs-core tests::test_blob_hash_determinism PASS [ 0.012s] (1227/1287) oakvcs-core tests::test_blob_creation PASS [ 0.013s] (1228/1287) oakvcs-core tests::test_blob_from_string PASS [ 0.009s] (1229/1287) oakvcs-core tests::test_change_type_display PASS [ 0.010s] (1230/1287) oakvcs-core tests::test_branch_status_display PASS [ 0.013s] (1231/1287) oakvcs-core tests::test_branch_creation PASS [ 0.012s] (1232/1287) oakvcs-core tests::test_commit_creation PASS [ 0.010s] (1233/1287) oakvcs-core tests::test_commit_rejects_control_chars_in_branch_and_author PASS [ 0.009s] (1234/1287) oakvcs-core tests::test_content_similarity_binary_returns_zero PASS [ 0.010s] (1235/1287) oakvcs-core tests::test_content_similarity_empty_returns_zero PASS [ 0.014s] (1236/1287) oakvcs-core tests::test_content_similarity_disjoint PASS [ 0.009s] (1237/1287) oakvcs-core tests::test_content_similarity_identical PASS [ 0.015s] (1238/1287) oakvcs-core tests::test_content_similarity_partial_overlap PASS [ 0.012s] (1239/1287) oakvcs-core tests::test_detect_renames_by_content_greedy_best_match PASS [ 0.012s] (1240/1287) oakvcs-core tests::test_detect_renames_by_content_promotes_pair PASS [ 0.010s] (1241/1287) oakvcs-core tests::test_detect_renames_by_content_respects_max_candidates PASS [ 0.011s] (1242/1287) oakvcs-core tests::test_diff_with_content_renames_below_threshold_stays_delete_add PASS [ 0.013s] (1243/1287) oakvcs-core tests::test_diff_with_content_renames_detects_rename_with_edit PASS [ 0.013s] (1244/1287) oakvcs-core tests::test_diff_with_content_renames_respects_max_candidates PASS [ 0.017s] (1245/1287) oakvcs-core tests::test_detect_renames_by_content_skips_dissimilar PASS [ 0.012s] (1246/1287) oakvcs-core tests::test_diff_with_content_renames_respects_size_cap PASS [ 0.013s] (1247/1287) oakvcs-core tests::test_filemode_default PASS [ 0.013s] (1248/1287) oakvcs-core tests::test_manifest_diff_added PASS [ 0.017s] (1249/1287) oakvcs-core tests::test_manifest_diff_deleted PASS [ 0.011s] (1250/1287) oakvcs-core tests::test_manifest_diff_entries_matches_manifest_diff_without_new_manifest PASS [ 0.011s] (1251/1287) oakvcs-core tests::test_manifest_diff_exact_renames_with_duplicate_hashes PASS [ 0.015s] (1252/1287) oakvcs-core tests::test_manifest_diff_exact_rename PASS [ 0.010s] (1253/1287) oakvcs-core tests::test_manifest_diff_modified PASS [ 0.014s] (1254/1287) oakvcs-core tests::test_manifest_diff_mode_only_change PASS [ 0.011s] (1255/1287) oakvcs-core tests::test_manifest_diff_multiple_changes PASS [ 0.009s] (1256/1287) oakvcs-core tests::test_manifest_diff_no_changes PASS [ 0.010s] (1257/1287) oakvcs-core tests::test_manifest_diff_only_exact_renames PASS [ 0.012s] (1258/1287) oakvcs-core tests::test_manifest_empty PASS [ 0.009s] (1259/1287) oakvcs-core tests::test_manifest_get PASS [ 0.009s] (1260/1287) oakvcs-core tests::test_manifest_hash_determinism PASS [ 0.009s] (1261/1287) oakvcs-core tests::test_metadata_key_as_str PASS [ 0.014s] (1262/1287) oakvcs-core tests::test_metadata_key_display PASS [ 0.012s] (1263/1287) oakvcs-core tree::tests::build_tree_dedup_subtrees PASS [ 0.011s] (1264/1287) oakvcs-core tree::tests::build_tree_groups_by_directory PASS [ 0.010s] (1265/1287) oakvcs-core tree::tests::build_tree_normalizes_paths PASS [ 0.011s] (1266/1287) oakvcs-core tree::tests::build_tree_rejects_duplicate_paths PASS [ 0.027s] (1267/1287) oakvcs-core tests::test_rehydrate_accepts_legacy_pre_merge_parent_preimage PASS [ 0.015s] (1268/1287) oakvcs-core tree::tests::build_tree_rejects_empty_paths_without_silently_dropping_entries PASS [ 0.010s] (1269/1287) oakvcs-core tree::tests::build_tree_rejects_file_directory_collision PASS [ 0.011s] (1270/1287) oakvcs-core tree::tests::canonical_bytes_is_hash_preimage PASS [ 0.014s] (1271/1287) oakvcs-core tree::tests::build_tree_rejects_forbidden_components PASS [ 0.010s] (1272/1287) oakvcs-core tree::tests::diff_trees_matches_manifest_diff PASS [ 0.014s] (1273/1287) oakvcs-core tree::tests::canonical_bytes_round_trips PASS [ 0.011s] (1274/1287) oakvcs-core tree::tests::empty_root_returns_empty_flatten PASS [ 0.009s] (1275/1287) oakvcs-core tree::tests::flatten_round_trips_through_manifest_hash PASS [ 0.013s] (1276/1287) oakvcs-core tree::tests::empty_tree_hash_matches_sentinel PASS [ 0.011s] (1277/1287) oakvcs-core tree::tests::from_canonical_bytes_empty_is_empty_tree PASS [ 0.010s] (1278/1287) oakvcs-core tree::tests::from_canonical_bytes_rejects_bad_hashes_and_modes PASS [ 0.009s] (1279/1287) oakvcs-core tree::tests::normalize_path_idempotent PASS [ 0.010s] (1280/1287) oakvcs-core tree::tests::from_canonical_bytes_rejects_malicious_names PASS [ 0.012s] (1281/1287) oakvcs-core tree::tests::resolve_path_empty_tree_returns_missing_without_fetch PASS [ 0.009s] (1282/1287) oakvcs-core tree::tests::subtree_at_path_returns_root_for_empty PASS [ 0.011s] (1283/1287) oakvcs-core tree::tests::resolve_path_finds_blob_and_tree PASS [ 0.011s] (1284/1287) oakvcs-core tree::tests::tree_hash_is_deterministic PASS [ 0.010s] (1285/1287) oakvcs-core tree::tests::tree_new_rejects_duplicate_names PASS [ 0.009s] (1286/1287) oakvcs-core tree::tests::tree_new_rejects_forbidden_names PASS [ 0.009s] (1287/1287) oakvcs-core tree::tests::validate_tree_path_messages_name_the_file ββββββββββββ Summary [ 45.459s] 1287 tests run: 1287 passed, 2 skipped
success
doctests
. "$HOME/.cargo/env" && cargo test --workspace --doc
$ . "$HOME/.cargo/env" && cargo test --workspace --doc Finished `test` profile [unoptimized + debuginfo] target(s) in 0.49s Doc-tests oak_cli running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s running 0 tests test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s Doc-tests oak_core