[INFO] cloning repository https://github.com/aoprisan/ccsync
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/aoprisan/ccsync" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faoprisan%2Fccsync", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faoprisan%2Fccsync'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 6b5fc1210678d51adfb93291435237e88a8347bd
[INFO] testing aoprisan/ccsync against 1.98.0-beta.1 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Faoprisan%2Fccsync" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/aoprisan/ccsync
[INFO] finished tweaking git repo https://github.com/aoprisan/ccsync
[INFO] tweaked toml for git repo https://github.com/aoprisan/ccsync written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/aoprisan/ccsync on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/aoprisan/ccsync already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 41d001c22b499b3af1d6d151fd5e5f8536c8c94918f3f973cd12da149574c7a0
[INFO] running `Command { std: "docker" "start" "41d001c22b499b3af1d6d151fd5e5f8536c8c94918f3f973cd12da149574c7a0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "41d001c22b499b3af1d6d151fd5e5f8536c8c94918f3f973cd12da149574c7a0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "41d001c22b499b3af1d6d151fd5e5f8536c8c94918f3f973cd12da149574c7a0" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "41d001c22b499b3af1d6d151fd5e5f8536c8c94918f3f973cd12da149574c7a0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "41d001c22b499b3af1d6d151fd5e5f8536c8c94918f3f973cd12da149574c7a0" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling typenum v1.20.1
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling smallvec v1.15.2
[INFO] [stderr]    Compiling rustc-hash v2.1.2
[INFO] [stderr]    Compiling memchr v2.8.2
[INFO] [stderr]    Compiling log v0.4.32
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling self_cell v1.2.2
[INFO] [stderr]    Compiling syn v2.0.118
[INFO] [stderr]    Compiling lock_api v0.4.14
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]    Compiling bitflags v2.13.0
[INFO] [stderr]    Compiling zerocopy v0.8.52
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling self_cell v0.10.3
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling semver v1.0.28
[INFO] [stderr]    Compiling type-map v0.5.1
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling futures-io v0.3.32
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling arc-swap v1.9.1
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling anstyle-parse v1.0.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling mio v1.2.1
[INFO] [stderr]    Compiling allocator-api2 v0.2.21
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]    Compiling hashbrown v0.17.1
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling unicode-width v0.2.0
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling portable-atomic v1.13.1
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling anstyle-query v1.1.5
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling instability v0.3.12
[INFO] [stderr]    Compiling minimal-lexical v0.2.1
[INFO] [stderr]    Compiling colorchoice v1.0.5
[INFO] [stderr]    Compiling anstream v1.0.0
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling signal-hook-mio v0.2.5
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling inout v0.1.4
[INFO] [stderr]    Compiling universal-hash v0.5.1
[INFO] [stderr]    Compiling aead v0.5.2
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling poly1305 v0.8.0
[INFO] [stderr]    Compiling castaway v0.2.4
[INFO] [stderr]    Compiling ryu v1.0.23
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling regex-syntax v0.8.11
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling dashmap v5.5.3
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling hkdf v0.12.4
[INFO] [stderr]    Compiling pbkdf2 v0.12.2
[INFO] [stderr]    Compiling indoc v2.0.7
[INFO] [stderr]    Compiling winnow v0.7.15
[INFO] [stderr]    Compiling toml_write v0.1.2
[INFO] [stderr]    Compiling simd-adler32 v0.3.9
[INFO] [stderr]    Compiling io_tee v0.1.1
[INFO] [stderr]    Compiling option-ext v0.2.0
[INFO] [stderr]    Compiling rust-embed-utils v8.11.0
[INFO] [stderr]    Compiling unicode-segmentation v1.13.3
[INFO] [stderr]    Compiling dirs-sys v0.4.1
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling compact_str v0.8.2
[INFO] [stderr]    Compiling lru v0.12.5
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling crossterm v0.28.1
[INFO] [stderr]    Compiling unicode-truncate v1.1.0
[INFO] [stderr]    Compiling console v0.15.11
[INFO] [stderr]    Compiling filetime v0.2.29
[INFO] [stderr]    Compiling number_prefix v0.4.0
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stderr]    Compiling bech32 v0.9.1
[INFO] [stderr]    Compiling iana-time-zone v0.1.65
[INFO] [stderr]    Compiling xattr v1.6.1
[INFO] [stderr]    Compiling cassowary v0.3.0
[INFO] [stderr]    Compiling indicatif v0.17.11
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling tar v0.4.46
[INFO] [stderr]    Compiling flate2 v1.1.9
[INFO] [stderr]    Compiling dirs v5.0.1
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling displaydoc v0.2.6
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling zeroize_derive v1.5.0
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling rust-embed-impl v8.11.0
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling pin-project-internal v1.1.13
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling zeroize v1.9.0
[INFO] [stderr]    Compiling rust-embed v8.11.0
[INFO] [stderr]    Compiling cipher v0.4.4
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling secrecy v0.8.0
[INFO] [stderr]    Compiling tinystr v0.8.3
[INFO] [stderr]    Compiling unic-langid-impl v0.9.6
[INFO] [stderr]    Compiling chacha20 v0.9.1
[INFO] [stderr]    Compiling unic-langid v0.9.6
[INFO] [stderr]    Compiling intl_pluralrules v7.0.2
[INFO] [stderr]    Compiling intl-memoizer v0.5.3
[INFO] [stderr]    Compiling fluent-langneg v0.13.1
[INFO] [stderr]    Compiling chacha20poly1305 v0.10.1
[INFO] [stderr]    Compiling salsa20 v0.10.2
[INFO] [stderr]    Compiling pin-project v1.1.13
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling fluent-syntax v0.11.1
[INFO] [stderr]    Compiling scrypt v0.11.0
[INFO] [stderr]    Compiling fluent-bundle v0.15.3
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling strum v0.26.3
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling fluent v0.16.1
[INFO] [stderr]    Compiling x25519-dalek v2.0.1
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]    Compiling regex v1.12.4
[INFO] [stderr]    Compiling rand v0.8.6
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]    Compiling ratatui v0.29.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling toml v0.5.11
[INFO] [stderr]    Compiling basic-toml v0.1.10
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling chrono v0.4.45
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling cookie-factory v0.3.3
[INFO] [stderr]    Compiling age-core v0.10.0
[INFO] [stderr]    Compiling i18n-config v0.4.8
[INFO] [stderr]    Compiling find-crate v0.6.3
[INFO] [stderr]    Compiling i18n-embed-impl v0.8.4
[INFO] [stderr]    Compiling i18n-embed v0.14.1
[INFO] [stderr]    Compiling i18n-embed-fl v0.7.0
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling age v0.10.1
[INFO] [stderr]    Compiling ccsync v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 12s
[INFO] running `Command { std: "docker" "inspect" "41d001c22b499b3af1d6d151fd5e5f8536c8c94918f3f973cd12da149574c7a0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "41d001c22b499b3af1d6d151fd5e5f8536c8c94918f3f973cd12da149574c7a0" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling ccsync v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 8.65s
[INFO] running `Command { std: "docker" "inspect" "41d001c22b499b3af1d6d151fd5e5f8536c8c94918f3f973cd12da149574c7a0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "41d001c22b499b3af1d6d151fd5e5f8536c8c94918f3f973cd12da149574c7a0" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.28s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/ccsync-c811e8a682b13f54)
[INFO] [stdout] 
[INFO] [stdout] running 96 tests
[INFO] [stdout] test backups::tests::delete_rejects_git_commits ... ok
[INFO] [stdout] test backups::tests::human_size_scales ... ok
[INFO] [stdout] test config::tests::defaults_classify_plugins_todos_and_local_state ... ok
[INFO] [stdout] test config::tests::defaults_exclude_credentials_and_caches ... ok
[INFO] [stdout] test config::tests::effective_machine_id_sanitizes ... ok
[INFO] [stdout] test config::tests::service_defaults_are_conservative ... ok
[INFO] [stdout] test backups::tests::delete_removes_archive_file ... ok
[INFO] [stdout] test backups::tests::restore_backups_are_listed ... ok
[INFO] [stdout] test backups::tests::staged_snapshot_is_listed ... ok
[INFO] [stdout] test config::tests::config_with_service_roundtrips_toml ... ok
[INFO] [stdout] test config::tests::config_roundtrips_toml ... ok
[INFO] [stdout] test config::tests::machine_overrides_fold_in_only_for_matching_id ... ok
[INFO] [stdout] test config::tests::mcp_bundling_on_by_default_and_roundtrips ... ok
[INFO] [stdout] test config::tests::saved_config_accepts_appended_layer_and_machine_tables ... ok
[INFO] [stdout] test diff::tests::diff_trees_reports_all_three_states ... ok
[INFO] [stdout] test backups::tests::delete_removes_restore_backup_dir ... ok
[INFO] [stdout] test config::tests::config_without_service_table_loads_defaults ... ok
[INFO] [stdout] test config::tests::secret_policy_defaults_and_back_compat ... ok
[INFO] [stdout] test install::tests::prefers_a_dir_already_on_path ... ok
[INFO] [stdout] test install::tests::falls_back_to_local_bin_when_none_on_path ... ok
[INFO] [stdout] test layer::tests::apply_vets_layer_content ... ok
[INFO] [stdout] test backups::tests::managed_archives_are_listed ... ok
[INFO] [stdout] test manifest::tests::manifest_roundtrips_through_json ... ok
[INFO] [stdout] test diff::tests::diffs_local_against_staged_manifest ... ok
[INFO] [stdout] test mcp::tests::extract_pulls_user_and_project_scopes_only ... ok
[INFO] [stdout] test mcp::tests::merge_into_absent_file_creates_it ... ok
[INFO] [stdout] test mcp::tests::extract_returns_none_when_no_servers ... ok
[INFO] [stdout] test paths::tests::decode_is_inverse_of_encode_for_dashless_paths ... ok
[INFO] [stdout] test mcp::tests::merge_preserves_other_keys_and_remaps_projects ... ok
[INFO] [stdout] test paths::tests::encode_handles_nested ... ok
[INFO] [stdout] test paths::tests::encode_roundtrip_unix ... ok
[INFO] [stdout] test paths::tests::resolve_returns_none_for_missing_dirs ... ok
[INFO] [stdout] test paths::tests::resolves_dashed_dirs_against_the_filesystem ... ok
[INFO] [stdout] test mcp::tests::merge_mode_keeps_existing_overwrite_replaces ... ok
[INFO] [stdout] test profile::tests::create_from_current_and_list ... ok
[INFO] [stdout] test profile::tests::delete_refuses_active_profile ... ok
[INFO] [stdout] test install::tests::copy_binary_overwrites_and_preserves_executable_bit ... ok
[INFO] [stdout] test profile::tests::failed_switch_rolls_back_from_backup ... ok
[INFO] [stdout] test git::tests::refuses_ext_protocol_remote ... ok
[INFO] [stdout] test redact::tests::detects_credential_file_by_name ... ok
[INFO] [stdout] test redact::tests::flags_obvious_keys ... ok
[INFO] [stdout] test redact::tests::passes_clean_settings ... ok
[INFO] [stdout] test redact::tests::redacts_secrets_in_place ... ok
[INFO] [stdout] test remap::tests::longest_prefix_wins ... ok
[INFO] [stdout] test remap::tests::manifest_roots_drive_dashed_dir_renames ... ok
[INFO] [stdout] test remap::tests::no_mappings_is_noop ... ok
[INFO] [stdout] test remap::tests::rewrite_respects_path_boundaries ... ok
[INFO] [stdout] test remap::tests::rewrites_cwd_and_renames_dir ... ok
[INFO] [stdout] test restore::tests::merge_mode_deep_merges_json ... ok
[INFO] [stdout] test restore::tests::merge_unions_scalar_arrays ... ok
[INFO] [stdout] test restore::tests::profile_store_round_trips_through_snapshot_and_restore ... ok
[INFO] [stdout] test restore::tests::refuses_new_hooks_non_interactively ... ok
[INFO] [stdout] test restore::tests::rejects_tampered_snapshot ... ok
[INFO] [stdout] test restore::tests::restore_backs_up_remaps_and_writes ... ok
[INFO] [stdout] test restore::tests::restore_leaves_staging_untouched_and_is_repeatable ... ok
[INFO] [stdout] test profile::tests::switch_refuses_new_hooks_non_interactively ... ok
[INFO] [stdout] test restore::tests::selective_restore_applies_only_named_components ... ok
[INFO] [stdout] test restore::tests::restores_mcp_servers_into_claude_json ... ok
[INFO] [stdout] test profile::tests::diff_live_reports_component_level_changes ... ok
[INFO] [stdout] test service::tests::archive_filename_uses_age_suffix_and_timestamp ... ok
[INFO] [stdout] test service::tests::archive_dir_defaults_to_backups_dir ... ok
[INFO] [stdout] test service::tests::pid_identity_check_rejects_non_ccsync_processes ... ok
[INFO] [stdout] test service::tests::claim_pidfile_clears_stale_and_respects_live_daemon ... ok
[INFO] [stdout] test service::tests::pid_is_running_false_for_absurd_pid ... ok
[INFO] [stdout] test service::tests::archive_dir_honors_explicit_backup_dir ... ok
[INFO] [stdout] test service::tests::systemd_unit_runs_daemon ... ok
[INFO] [stdout] test service::tests::read_pid_roundtrips_through_pidfile ... ok
[INFO] [stdout] test service::tests::start_refuses_when_disabled_and_writes_no_pidfile ... ok
[INFO] [stdout] test snapshot::tests::bundles_mcp_servers_from_claude_json ... ok
[INFO] [stdout] test snapshot::tests::captures_includes_and_skips_excludes ... ok
[INFO] [stdout] test snapshot::tests::hard_blocks_credentials ... ok
[INFO] [stdout] test snapshot::tests::mcp_bundling_disabled_by_config ... ok
[INFO] [stdout] test snapshot::tests::reports_progress_totals ... ok
[INFO] [stdout] test snapshot::tests::redacts_transcript_secrets_in_staged_copy_only ... ok
[INFO] [stdout] test snapshot::tests::scans_non_utf8_files_via_lossy_decode ... ok
[INFO] [stdout] test snapshot::tests::aborts_on_secret_in_settings ... ok
[INFO] [stdout] test tui::tests::progress_bar_fills_proportionally ... ok
[INFO] [stdout] test snapshot::tests::reports_unclassified_top_level_entries ... ok
[INFO] [stdout] test tui::tests::armed_delete_survives_list_reorder ... ok
[INFO] [stdout] test tui::tests::starts_loading_without_blocking ... ok
[INFO] [stdout] test tui::tests::renders_scan_progress ... ok
[INFO] [stdout] test profile::tests::rollback_reverts_to_previous_profile ... ok
[INFO] [stdout] test tui::tests::upload_runs_in_background ... ok
[INFO] [stdout] test profile::tests::switch_swaps_components_and_mcp_and_preserves_base ... ok
[INFO] [stdout] test tui::tests::renders_every_tab ... ok
[INFO] [stdout] test git::tests::push_pull_roundtrip_via_bare_remote ... ok
[INFO] [stdout] test layer::tests::pull_and_apply_copies_declared_components_only ... ok
[INFO] [stdout] test git::tests::remote_override_repoints_existing_cache ... ok
[INFO] [stdout] test git::tests::remote_manifest_reads_without_touching_staging ... ok
[INFO] [stdout] test git::tests::push_recovers_after_remote_diverged ... ok
[INFO] [stdout] test git::tests::machines_own_separate_subtrees ... ok
[INFO] [stdout] test git::tests::legacy_root_snapshot_migrates_to_default_machine ... ok
[INFO] [stdout] test git::tests::pull_at_recovers_past_snapshot_and_realigns_cache ... ok
[INFO] [stdout] test archive::tests::archive_roundtrips ... ok
[INFO] [stdout] test archive::tests::wrong_passphrase_fails ... ok
[INFO] [stdout] test archive::tests::rejects_link_entries ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 96 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 3.82s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "41d001c22b499b3af1d6d151fd5e5f8536c8c94918f3f973cd12da149574c7a0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "41d001c22b499b3af1d6d151fd5e5f8536c8c94918f3f973cd12da149574c7a0", kill_on_drop: false }`
[INFO] [stdout] 41d001c22b499b3af1d6d151fd5e5f8536c8c94918f3f973cd12da149574c7a0
