[INFO] cloning repository https://github.com/dean0x/minotaur
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dean0x/minotaur" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdean0x%2Fminotaur", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdean0x%2Fminotaur'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 408f34ec1d2c43d0dabef2f5047e30a3c6fc1506
[INFO] testing dean0x/minotaur 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%2Fdean0x%2Fminotaur" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/dean0x/minotaur
[INFO] finished tweaking git repo https://github.com/dean0x/minotaur
[INFO] tweaked toml for git repo https://github.com/dean0x/minotaur written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/dean0x/minotaur 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/dean0x/minotaur 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-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] cd64f8f746ada79c9b931b3799f21c64d7282ed85dd03e3a374ec16afa80c2dd
[INFO] running `Command { std: "docker" "start" "cd64f8f746ada79c9b931b3799f21c64d7282ed85dd03e3a374ec16afa80c2dd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cd64f8f746ada79c9b931b3799f21c64d7282ed85dd03e3a374ec16afa80c2dd", 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" "cd64f8f746ada79c9b931b3799f21c64d7282ed85dd03e3a374ec16afa80c2dd" "/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" "cd64f8f746ada79c9b931b3799f21c64d7282ed85dd03e3a374ec16afa80c2dd", 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" "cd64f8f746ada79c9b931b3799f21c64d7282ed85dd03e3a374ec16afa80c2dd" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.180
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling cc v1.2.55
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling zmij v1.0.18
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling bytes v1.11.0
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling clap_lex v0.7.7
[INFO] [stderr]    Compiling simd-adler32 v0.3.8
[INFO] [stderr]    Compiling smawk v0.3.2
[INFO] [stderr]    Compiling option-ext v0.2.0
[INFO] [stderr]    Compiling unit-prefix v0.5.2
[INFO] [stderr]    Compiling unicode-linebreak v0.1.5
[INFO] [stderr]    Compiling winnow v0.7.14
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]    Compiling semver v1.0.27
[INFO] [stderr]    Compiling textwrap v0.16.2
[INFO] [stderr]    Compiling clap_builder v4.5.56
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling flate2 v1.1.9
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling console v0.15.11
[INFO] [stderr]    Compiling console v0.16.2
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling socket2 v0.6.3
[INFO] [stderr]    Compiling dirs-sys v0.4.1
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling uuid v1.20.0
[INFO] [stderr]    Compiling dirs v5.0.1
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling ureq-proto v0.5.3
[INFO] [stderr]    Compiling indicatif v0.17.11
[INFO] [stderr]    Compiling indicatif v0.18.3
[INFO] [stderr]    Compiling rustls v0.23.37
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zeroize_derive v1.4.3
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling clap_derive v4.5.55
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling rustls-pki-types v1.14.0
[INFO] [stderr]    Compiling cliclack v0.3.8
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling tokio v1.49.0
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling rustls-webpki v0.103.9
[INFO] [stderr]    Compiling webpki-roots v1.0.6
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling clap v4.5.56
[INFO] [stderr]    Compiling clap_complete v4.5.66
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling tracing-serde v0.2.0
[INFO] [stderr]    Compiling chrono v0.4.43
[INFO] [stderr]    Compiling tracing-subscriber v0.3.22
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling ureq v3.2.0
[INFO] [stderr]    Compiling mino v1.6.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 04s
[INFO] running `Command { std: "docker" "inspect" "cd64f8f746ada79c9b931b3799f21c64d7282ed85dd03e3a374ec16afa80c2dd", 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" "cd64f8f746ada79c9b931b3799f21c64d7282ed85dd03e3a374ec16afa80c2dd" "/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 regex-automata v0.4.13
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]    Compiling predicates-core v1.0.9
[INFO] [stderr]    Compiling float-cmp v0.10.0
[INFO] [stderr]    Compiling difflib v0.4.0
[INFO] [stderr]    Compiling termtree v0.5.1
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling sdd v3.0.10
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling assert_cmd v2.1.2
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling normalize-line-endings v0.3.0
[INFO] [stderr]    Compiling serial_test_derive v3.4.0
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling predicates-tree v1.0.12
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling scc v2.4.0
[INFO] [stderr]    Compiling serial_test v3.4.0
[INFO] [stderr]    Compiling tempfile v3.24.0
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling bstr v1.12.1
[INFO] [stderr]    Compiling tracing-subscriber v0.3.22
[INFO] [stderr]    Compiling predicates v3.1.3
[INFO] [stderr]    Compiling mino v1.6.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 27.79s
[INFO] running `Command { std: "docker" "inspect" "cd64f8f746ada79c9b931b3799f21c64d7282ed85dd03e3a374ec16afa80c2dd", 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" "cd64f8f746ada79c9b931b3799f21c64d7282ed85dd03e3a374ec16afa80c2dd" "/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.22s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/mino-0d4a5b93ed30c0fb)
[INFO] [stdout] 
[INFO] [stdout] running 947 tests
[INFO] [stdout] test cache::lockfile::tests::ecosystem_cache_dir ... ok
[INFO] [stdout] test cache::lockfile::tests::ecosystem_display ... ok
[INFO] [stdout] test cache::lockfile::tests::detect_empty_dir ... ok
[INFO] [stdout] test audit::tests::skips_when_disabled ... ok
[INFO] [stdout] test cache::lockfile::tests::detect_npm_lockfile ... ok
[INFO] [stdout] test cache::lockfile::tests::lockfile_volume_name ... ok
[INFO] [stdout] test cache::lockfile::tests::detect_multiple_ecosystems ... ok
[INFO] [stdout] test cache::lockfile::tests::hash_deterministic ... ok
[INFO] [stdout] test cache::lockfile::tests::detect_uv_lockfile ... ok
[INFO] [stdout] test cache::lockfile::tests::hash_different_content ... ok
[INFO] [stdout] test cache::lockfile::tests::uv_cache_env_vars ... ok
[INFO] [stdout] test cache::sidecar::tests::sidecar_file_path_format ... ok
[INFO] [stdout] test audit::tests::writes_json_line ... ok
[INFO] [stdout] test audit::tests::appends_multiple_lines ... ok
[INFO] [stdout] test cache::sidecar::tests::sidecar_new_has_timestamps ... ok
[INFO] [stdout] test cache::sidecar::tests::sidecar_list_all_nonexistent_dir ... ok
[INFO] [stdout] test cache::sidecar::tests::sidecar_list_all_empty_dir ... ok
[INFO] [stdout] test cache::sidecar::tests::sidecar_load_missing_returns_none ... ok
[INFO] [stdout] test cache::sidecar::tests::sidecar_serialize_deserialize ... ok
[INFO] [stdout] test cache::volume::tests::cache_mount_volume_arg ... ok
[INFO] [stdout] test cache::volume::tests::cache_volume_from_labels_uv ... ok
[INFO] [stdout] test cache::sidecar::tests::sidecar_delete_idempotent ... ok
[INFO] [stdout] test cache::volume::tests::cache_volume_from_labels ... ok
[INFO] [stdout] test cache::volume::tests::cache_volume_from_lockfile ... ok
[INFO] [stdout] test cache::volume::tests::cache_volume_labels ... ok
[INFO] [stdout] test cache::volume::tests::cache_state_label_roundtrip ... ok
[INFO] [stdout] test cache::sidecar::tests::sidecar_list_all ... ok
[INFO] [stdout] test cache::volume::tests::cache_volume_new ... ok
[INFO] [stdout] test cache::volume::tests::plan_cache_mounts_creates_mounts ... ok
[INFO] [stdout] test cache::sidecar::tests::sidecar_updated_at_changes_on_save ... ok
[INFO] [stdout] test cli::args::tests::cli_no_local_flag ... ok
[INFO] [stdout] test cli::args::tests::cli_no_github_flag ... ok
[INFO] [stdout] test cli::args::tests::cli_no_home_default_false ... ok
[INFO] [stdout] test cache::sidecar::tests::sidecar_save_and_load_roundtrip ... ok
[INFO] [stdout] test cli::args::tests::cli_no_ssh_agent_flag ... ok
[INFO] [stdout] test cache::sidecar::tests::sidecar_mark_complete_roundtrip ... ok
[INFO] [stdout] test cli::args::tests::cli_parses_completions_fish ... ok
[INFO] [stdout] test cli::args::tests::cli_parses_completions_zsh ... ok
[INFO] [stdout] test cli::args::tests::cli_parses_exec_no_args ... ok
[INFO] [stdout] test cli::args::tests::cli_parses_cache_clear_home ... ok
[INFO] [stdout] test cli::args::tests::cli_parses_exec_with_session_and_command ... ok
[INFO] [stdout] test cli::args::tests::cli_parses_init ... ok
[INFO] [stdout] test cli::args::tests::cli_parses_exec_with_command ... ok
[INFO] [stdout] test cli::args::tests::cli_parses_init_force ... ok
[INFO] [stdout] test cli::args::tests::cli_parses_completions_bash ... ok
[INFO] [stdout] test cli::args::tests::cli_parses_network_allow ... ok
[INFO] [stdout] test cli::args::tests::cli_parses_no_home ... ok
[INFO] [stdout] test cli::args::tests::cli_parses_exec_with_session ... ok
[INFO] [stdout] test cli::args::tests::cli_parses_setup ... ok
[INFO] [stdout] test cli::args::tests::cli_parses_setup_uninstall ... ok
[INFO] [stdout] test cli::args::tests::cli_setup_native_default_false ... ok
[INFO] [stdout] test cli::args::tests::cli_parses_status ... ok
[INFO] [stdout] test cli::args::tests::cli_parses_setup_upgrade ... ok
[INFO] [stdout] test cli::args::tests::cli_parses_setup_with_flags ... ok
[INFO] [stdout] test cli::args::tests::cli_read_only_default_false ... ok
[INFO] [stdout] test cli::args::tests::cli_ssh_github_default_enabled ... ok
[INFO] [stdout] test cli::args::tests::cli_parses_network_flags ... ok
[INFO] [stdout] test cli::args::tests::cli_parses_read_only ... ok
[INFO] [stdout] test cli::args::tests::parse_env_var_valid ... ok
[INFO] [stdout] test cli::args::tests::strip_separator_handles_empty_vec ... ok
[INFO] [stdout] test cli::args::tests::cli_strict_credentials_flag ... ok
[INFO] [stdout] test cli::args::tests::strip_separator_preserves_double_dash_in_args ... ok
[INFO] [stdout] test cli::args::tests::strip_separator_preserves_real_commands ... ok
[INFO] [stdout] test cli::args::tests::cli_parses_setup_native ... ok
[INFO] [stdout] test cli::args::tests::cli_parses_run ... ok
[INFO] [stdout] test cli::args::tests::cli_parses_runtime_flag ... ok
[INFO] [stdout] test cli::args::tests::cli_runtime_default_none ... ok
[INFO] [stdout] test cli::args::tests::parse_env_var_with_equals ... ok
[INFO] [stdout] test cli::args::tests::strip_separator_removes_bare_double_dash ... ok
[INFO] [stdout] test cli::args::tests::parse_env_var_invalid ... ok
[INFO] [stdout] test cli::args::tests::cli_trust_local_flag ... ok
[INFO] [stdout] test cli::commands::cache::tests::cache_state_display ... ok
[INFO] [stdout] test cli::commands::cache::tests::clear_images_also_removes_base ... ok
[INFO] [stdout] test cli::commands::cache::tests::clear_home_removes_home_volumes ... ok
[INFO] [stdout] test cli::commands::cache::tests::format_bytes_display ... ok
[INFO] [stdout] test cli::commands::cache::tests::clear_images_removes_composed_and_base ... ok
[INFO] [stdout] test cli::args::tests::cli_strict_credentials_default_false ... ok
[INFO] [stdout] test cli::commands::cache::tests::list_empty_volumes ... ok
[INFO] [stdout] test cli::commands::cache::tests::gc_dry_run_no_deletes ... ok
[INFO] [stdout] test cli::commands::config::tests::validate_config_key_accepts_known ... ok
[INFO] [stdout] test cli::commands::config::tests::set_toml_edit_value_creates_intermediate_tables ... ok
[INFO] [stdout] test cli::commands::config::tests::set_toml_edit_value_handles_integer ... ok
[INFO] [stdout] test cli::commands::exec::tests::exec_native_no_pid_errors ... ok
[INFO] [stdout] test cli::commands::exec::tests::exec_no_container_id_errors ... ok
[INFO] [stdout] test cli::args::tests::cli_verbose_levels ... ok
[INFO] [stdout] test cli::commands::config::tests::set_toml_edit_value_preserves_comments ... ok
[INFO] [stdout] test cli::commands::config::tests::validate_config_key_rejects_unknown ... ok
[INFO] [stdout] test cli::commands::config::tests::set_toml_edit_value_handles_list_keys ... ok
[INFO] [stdout] test cli::commands::exec::tests::exec_delegates_to_runtime ... ok
[INFO] [stdout] test cli::commands::cache::tests::clear_volumes_removes_all ... ok
[INFO] [stdout] test cli::commands::exec::tests::exec_passes_command_args ... ok
[INFO] [stdout] test cli::commands::exec::tests::find_running_empty_list ... ok
[INFO] [stdout] test cli::commands::exec::tests::exec_propagates_exit_code ... ok
[INFO] [stdout] test cli::commands::exec::tests::find_running_skips_stopped ... ok
[INFO] [stdout] test cli::commands::exec::tests::exec_runtime_error_propagates ... ok
[INFO] [stdout] test cli::commands::exec::tests::validate_running_rejects_starting ... ok
[INFO] [stdout] test cli::commands::exec::tests::find_running_no_running ... ok
[INFO] [stdout] test cli::commands::exec::tests::find_running_picks_first_running ... ok
[INFO] [stdout] test cli::commands::exec::tests::validate_running_rejects_stopped ... ok
[INFO] [stdout] test cli::commands::exec::tests::validate_running_rejects_failed ... ok
[INFO] [stdout] test cli::commands::exec::tests::validate_running_accepts_running ... ok
[INFO] [stdout] test cli::commands::exec::tests::exec_tty_true_forwarded ... ok
[INFO] [stdout] test cli::commands::init::tests::template_is_valid_toml ... ok
[INFO] [stdout] test cli::commands::list::tests::filter_active_only ... ok
[INFO] [stdout] test cli::commands::init::tests::init_refuses_overwrite_without_force ... ok
[INFO] [stdout] test cli::commands::init::tests::init_creates_config ... ok
[INFO] [stdout] test cli::commands::list::tests::filter_all_returns_everything ... ok
[INFO] [stdout] test cli::commands::list::tests::plain_output_names_only ... ok
[INFO] [stdout] test cli::commands::list::tests::filter_empty_input ... ok
[INFO] [stdout] test cli::commands::list::tests::json_output_valid ... ok
[INFO] [stdout] test cli::commands::list::tests::json_output_includes_runtime_mode ... ok
[INFO] [stdout] test cli::commands::list::tests::runtime_label_shows_native ... ok
[INFO] [stdout] test cli::commands::logs::tests::logs_follow_mode ... ok
[INFO] [stdout] test cli::commands::list::tests::runtime_label_defaults_to_container ... ok
[INFO] [stdout] test cli::commands::logs::tests::logs_no_container_id ... ok
[INFO] [stdout] test cli::commands::logs::tests::logs_passes_line_count ... ok
[INFO] [stdout] test cli::commands::logs::tests::logs_runtime_error_propagates ... ok
[INFO] [stdout] test cli::commands::logs::tests::logs_returns_output ... ok
[INFO] [stdout] test cli::commands::logs::tests::native_session_without_log_file_is_error ... ok
[INFO] [stdout] test cli::commands::run::container::tests::home_mount_appears_in_volumes ... ok
[INFO] [stdout] test cli::commands::run::container::tests::read_only_disabled_by_default ... ok
[INFO] [stdout] test cli::commands::logs::tests::read_log_tail_empty_file ... ok
[INFO] [stdout] test cli::commands::init::tests::init_overwrites_with_force ... ok
[INFO] [stdout] test cli::commands::run::container::tests::read_only_without_home_includes_developer_tmpfs ... ok
[INFO] [stdout] test cli::commands::run::container::tests::read_only_cli_or_config_either_enables ... ok
[INFO] [stdout] test cli::commands::run::container::tests::read_only_from_cli_flag ... ok
[INFO] [stdout] test cli::commands::logs::tests::read_log_tail_all_lines ... ok
[INFO] [stdout] test cli::commands::run::container::tests::read_only_from_config ... ok
[INFO] [stdout] test cli::commands::logs::tests::read_log_tail_nonexistent_file_returns_error ... ok
[INFO] [stdout] test cli::commands::run::container::tests::read_only_with_home_excludes_developer_tmpfs ... ok
[INFO] [stdout] test cli::commands::run::container::tests::workdir_derived_from_project_dir ... ok
[INFO] [stdout] test cli::commands::run::container::tests::workdir_root_falls_back ... ok
[INFO] [stdout] test cli::commands::run::container::tests::workdir_blocked_name_falls_back ... ok
[INFO] [stdout] test cli::commands::run::home::tests::has_home_mount_cli_volume_with_options ... ok
[INFO] [stdout] test cli::commands::run::container::tests::workdir_custom_config_preserved ... ok
[INFO] [stdout] test cli::commands::run::container::tests::workdir_normal_project_names ... ok
[INFO] [stdout] test cli::commands::logs::tests::read_log_tail_respects_line_limit ... ok
[INFO] [stdout] test cli::commands::run::home::tests::has_home_mount_cli_volume ... ok
[INFO] [stdout] test cli::commands::run::home::tests::is_mino_image_base ... ok
[INFO] [stdout] test cli::commands::run::home::tests::is_mino_image_custom_false ... ok
[INFO] [stdout] test cli::commands::run::home::tests::has_home_mount_config_volume ... ok
[INFO] [stdout] test cli::commands::run::home::tests::setup_creates_volume_on_miss ... ok
[INFO] [stdout] test cli::commands::run::home::tests::setup_disabled_by_config ... ok
[INFO] [stdout] test cli::commands::run::home::tests::has_home_mount_no_match ... ok
[INFO] [stdout] test cli::commands::run::home::tests::setup_skips_custom_image ... ok
[INFO] [stdout] test cli::commands::run::home::tests::is_mino_image_composed ... ok
[INFO] [stdout] test cli::commands::run::home::tests::has_home_mount_empty ... ok
[INFO] [stdout] test cli::commands::run::native::tests::build_sandbox_env_empty_passthrough_disables_all_inheritance ... ok
[INFO] [stdout] test cli::commands::run::native::tests::build_sandbox_env_includes_basic_vars_and_path ... ok
[INFO] [stdout] test cli::commands::run::native::tests::build_sandbox_env_includes_config_env ... ok
[INFO] [stdout] test cli::commands::run::home::tests::setup_skips_when_user_volume_at_home ... ok
[INFO] [stdout] test cli::commands::run::home::tests::setup_reuses_existing_volume ... ok
[INFO] [stdout] test cli::commands::run::native::tests::build_sandbox_env_custom_passthrough_replaces_defaults ... ok
[INFO] [stdout] test cli::commands::completions::tests::generates_fish_completions ... ok
[INFO] [stdout] test cli::commands::run::native::tests::build_sandbox_env_default_passthrough_includes_anthropic_and_locale ... ok
[INFO] [stdout] test cli::commands::run::native::tests::build_sandbox_env_inherits_term_when_set ... ok
[INFO] [stdout] test cli::commands::run::native::tests::build_sandbox_env_falls_back_to_container_env ... ok
[INFO] [stdout] test cli::commands::run::native::tests::build_sandbox_env_prefers_sandbox_env ... ok
[INFO] [stdout] test cli::commands::completions::tests::generates_bash_completions ... ok
[INFO] [stdout] test cli::commands::run::home::tests::setup_disabled_by_no_home_flag ... ok
[INFO] [stdout] test cli::commands::run::native::tests::build_sandbox_env_omits_term_when_unset ... ok
[INFO] [stdout] test cli::commands::run::native::tests::collect_dotfile_names_includes_defaults ... ok
[INFO] [stdout] test cli::commands::run::home::tests::setup_works_with_composed_image ... ok
[INFO] [stdout] test cli::commands::run::native::tests::collect_dotfile_names_deduplicates ... ok
[INFO] [stdout] test cli::commands::run::native::tests::collect_dotfile_names_includes_user_dotfiles ... ok
[INFO] [stdout] test cli::commands::run::native::tests::build_sandbox_env_includes_credentials ... ok
[INFO] [stdout] test cli::commands::run::native::tests::resolve_project_dir_uses_cwd_when_none ... ok
[INFO] [stdout] test cli::commands::run::native::tests::resolve_project_dir_rejects_nonexistent ... ok
[INFO] [stdout] test cli::commands::run::native::tests::resolve_project_dir_uses_explicit_path ... ok
[INFO] [stdout] test cli::commands::run::native::tests::validate_native_flags_layers_is_ok ... ok
[INFO] [stdout] test cli::commands::run::native::tests::validate_native_flags_detach_is_ok ... ok
[INFO] [stdout] test cli::commands::run::native::tests::validate_native_flags_read_only_returns_error ... ok
[INFO] [stdout] test cli::commands::run::native::tests::validate_native_flags_volume_is_ok ... ok
[INFO] [stdout] test cli::commands::run::native::tests::validate_native_flags_image_returns_error ... ok
[INFO] [stdout] test cli::commands::run::native::tests::validate_native_flags_no_flags_is_ok ... ok
[INFO] [stdout] test cli::commands::run::native::tests::validate_native_flags_cache_fresh_returns_error ... ok
[INFO] [stdout] test cli::commands::run::tests::image_alias_to_layer_python ... ok
[INFO] [stdout] test cli::commands::run::tests::image_alias_to_layer_rust ... ok
[INFO] [stdout] test cli::commands::run::tests::image_alias_to_layer_typescript ... ok
[INFO] [stdout] test cli::commands::completions::tests::generates_zsh_completions ... ok
[INFO] [stdout] test cli::commands::run::native::tests::copy_auto_dirs_skips_missing_host_dir ... ok
[INFO] [stdout] test cli::commands::run::tests::is_default_image_with_custom_image_arg ... ok
[INFO] [stdout] test cli::commands::run::tests::image_alias_to_layer_unknown ... ok
[INFO] [stdout] test cli::commands::run::tests::is_default_network_with_cli_network ... ok
[INFO] [stdout] test cli::commands::run::tests::is_default_image_with_custom_config ... ok
[INFO] [stdout] test cli::commands::run::native::tests::write_sanitized_dotfiles_skips_missing_files ... ok
[INFO] [stdout] test cli::commands::run::tests::is_default_image_with_defaults ... ok
[INFO] [stdout] test cli::commands::run::tests::is_default_network_with_cli_allow ... ok
[INFO] [stdout] test cli::commands::run::tests::is_default_network_with_config_preset ... ok
[INFO] [stdout] test cli::commands::run::native::tests::create_passthrough_symlinks_handles_multi_segment_entry ... ok
[INFO] [stdout] test cli::commands::run::native::tests::write_sanitized_dotfiles_strips_gitconfig_credentials ... ok
[INFO] [stdout] test cli::commands::run::tests::parse_layers_env_empty_segments ... ok
[INFO] [stdout] test cli::commands::run::tests::is_default_network_with_config_allow ... ok
[INFO] [stdout] test cli::commands::run::tests::parse_layers_env_empty_string ... ok
[INFO] [stdout] test cli::commands::run::tests::resolve_final_image_base_alias_resolves_to_layer_base ... ok
[INFO] [stdout] test cli::commands::run::tests::is_default_network_with_defaults ... ok
[INFO] [stdout] test cli::commands::run::tests::parse_layers_env_basic ... ok
[INFO] [stdout] test cli::commands::run::tests::is_default_network_with_cli_preset ... ok
[INFO] [stdout] test cli::commands::run::native::tests::copy_auto_dirs_copies_claude_with_allowlist ... ok
[INFO] [stdout] test cli::commands::run::tests::parse_layers_env_single ... ok
[INFO] [stdout] test cli::commands::run::tests::resolve_image_alias_base ... ok
[INFO] [stdout] test cli::commands::run::tests::resolve_image_alias_passthrough_full_path ... ok
[INFO] [stdout] test cli::commands::run::tests::resolve_final_image_base_only_uses_layer_base_image ... ok
[INFO] [stdout] test cli::commands::run::native::tests::write_sanitized_dotfiles_creates_parent_dirs_for_nested ... ok
[INFO] [stdout] test cli::commands::run::native::tests::create_passthrough_symlinks_idempotent_parent_creation ... ok
[INFO] [stdout] test cli::commands::run::tests::resolve_image_alias_passthrough_local ... ok
[INFO] [stdout] test cli::commands::run::tests::resolve_layer_names_cli_wins ... ok
[INFO] [stdout] test cli::commands::run::tests::resolve_layer_names_image_blocks_all ... ok
[INFO] [stdout] test cli::commands::run::tests::resolve_final_image_not_base_only_resolves_alias ... ok
[INFO] [stdout] test cli::commands::run::tests::parse_layers_env_whitespace ... ok
[INFO] [stdout] test cli::commands::run::native::tests::copy_auto_dirs_generic_dir_copies_recursively ... ok
[INFO] [stdout] test cli::commands::run::tests::resolve_layer_names_config_layers ... ok
[INFO] [stdout] test cli::commands::run::tests::resolve_layer_names_none_when_empty ... ok
[INFO] [stdout] test cli::commands::run::tests::sentinel_base_only_alone_yields_empty ... ok
[INFO] [stdout] test cli::commands::run::tests::sentinel_base_only_with_layer_yields_layer_only ... ok
[INFO] [stdout] test cli::commands::run::tests::sentinel_no_base_only_passes_through ... ok
[INFO] [stdout] test cli::commands::setup::helpers::tests::anchor_empty ... ok
[INFO] [stdout] test cli::commands::setup::helpers::tests::anchor_partial_line_not_matched ... ok
[INFO] [stdout] test cli::commands::setup::helpers::tests::anchor_present_among_others ... ok
[INFO] [stdout] test cli::commands::setup::helpers::tests::anchor_present_with_whitespace ... ok
[INFO] [stdout] test cli::commands::setup::helpers::tests::anchor_absent ... ok
[INFO] [stdout] test cli::commands::run::native::tests::full_pipeline_concurrent_staging ... ok
[INFO] [stdout] test cli::commands::setup::helpers::tests::anchor_present_alone ... ok
[INFO] [stdout] test cli::commands::setup::helpers::tests::apt_based_arch_is_not ... ok
[INFO] [stdout] test cli::commands::setup::helpers::tests::apt_based_case_sensitive ... ok
[INFO] [stdout] test cli::commands::setup::helpers::tests::apt_based_empty_is_not ... ok
[INFO] [stdout] test cli::commands::setup::helpers::tests::anchor_substring_not_matched ... ok
[INFO] [stdout] test cli::commands::setup::helpers::tests::apt_based_debian ... ok
[INFO] [stdout] test cli::commands::setup::helpers::tests::apt_based_ubuntu ... ok
[INFO] [stdout] test cli::commands::setup::helpers::tests::parse_first_line_crlf ... ok
[INFO] [stdout] test cli::commands::setup::helpers::tests::apt_based_fedora_is_not ... ok
[INFO] [stdout] test cli::commands::setup::helpers::tests::parse_first_line_empty ... ok
[INFO] [stdout] test cli::commands::setup::helpers::tests::parse_first_line_multi_line ... ok
[INFO] [stdout] test cli::commands::setup::helpers::tests::parse_first_line_only_newline ... ok
[INFO] [stdout] test cli::commands::setup::helpers::tests::parse_first_line_single_line ... ok
[INFO] [stdout] test cli::commands::setup::helpers::tests::rootless_empty ... ok
[INFO] [stdout] test cli::commands::setup::helpers::tests::parse_first_line_whitespace_preserved ... ok
[INFO] [stdout] test cli::commands::run::tests::upsert_errors_on_non_table_container ... ok
[INFO] [stdout] test cli::commands::setup::helpers::tests::rootless_false ... ok
[INFO] [stdout] test cli::commands::setup::helpers::tests::rootless_true ... ok
[INFO] [stdout] test cli::commands::setup::helpers::tests::rootless_true_with_trailing_newline ... ok
[INFO] [stdout] test cli::commands::setup::helpers::tests::rootless_true_with_whitespace ... ok
[INFO] [stdout] test cli::commands::setup::helpers::tests::subid_entry_empty_username ... ok
[INFO] [stdout] test cli::commands::setup::helpers::tests::rootless_random_text ... ok
[INFO] [stdout] test cli::commands::setup::helpers::tests::subid_entry_standard ... ok
[INFO] [stdout] test cli::commands::run::tests::upsert_base_only_writes_image_key ... ok
[INFO] [stdout] test cli::commands::setup::helpers::tests::subid_entry_underscore_user ... ok
[INFO] [stdout] test cli::commands::run::tests::upsert_creates_new_config ... ok
[INFO] [stdout] test cli::commands::setup::native_macos::tests::binary_checksums_match_different_files ... ok
[INFO] [stdout] test cli::commands::setup::native_macos::tests::binary_checksums_match_identical_files ... ok
[INFO] [stdout] test cli::commands::run::tests::upsert_merges_existing_config ... ok
[INFO] [stdout] test cli::commands::setup::native_macos::tests::count_issues_all_ok ... ok
[INFO] [stdout] test cli::commands::setup::native_macos::tests::binary_checksums_match_missing_file ... ok
[INFO] [stdout] test cli::commands::setup::native_macos::tests::count_issues_blocked_not_counted ... ok
[INFO] [stdout] test cli::commands::setup::native_macos::tests::count_issues_empty ... ok
[INFO] [stdout] test cli::commands::setup::native_macos::tests::count_issues_full_cascade ... ok
[INFO] [stdout] test cli::commands::setup::native_macos::tests::count_issues_multiple_failures ... ok
[INFO] [stdout] test cli::commands::setup::native_macos::tests::count_issues_one_failed ... ok
[INFO] [stdout] test cli::commands::setup::native_macos::tests::claude_auto_copy_check_mode_reports_failure_when_not_configured ... ok
[INFO] [stdout] test cli::commands::setup::native_macos::tests::count_issues_skipped_counts ... ok
[INFO] [stdout] test cli::commands::setup::native_macos::tests::claude_auto_copy_no_dir_returns_already_ok ... ok
[INFO] [stdout] test cli::commands::setup::native_macos::tests::decide_helper_action_install_when_not_installed ... ok
[INFO] [stdout] test cli::commands::setup::native_macos::tests::decide_helper_action_upgrade_on_checksum_mismatch_same_version ... ok
[INFO] [stdout] test cli::commands::setup::native_macos::tests::decide_helper_action_upgrade_on_version_mismatch ... ok
[INFO] [stdout] test cli::commands::setup::native_macos::tests::claude_auto_copy_skips_in_non_interactive_mode ... ok
[INFO] [stdout] test cli::commands::setup::native_macos::tests::sudoers_content_ends_with_newline ... ok
[INFO] [stdout] test cli::commands::setup::native_macos::tests::decide_helper_action_skip_when_src_missing_same_version ... ok
[INFO] [stdout] test cli::commands::setup::native_macos::tests::decide_helper_action_skip_when_up_to_date ... ok
[INFO] [stdout] test cli::commands::setup::native_macos::tests::sensitive_passthrough_no_dirs_returns_already_ok ... ok
[INFO] [stdout] test cli::commands::setup::native_macos::tests::sudoers_content_single_char_username ... ok
[INFO] [stdout] test cli::commands::setup::native_macos::tests::sudoers_rejects_comma ... ok
[INFO] [stdout] test cli::commands::setup::native_macos::tests::sensitive_passthrough_skips_in_non_interactive_mode ... ok
[INFO] [stdout] test cli::commands::setup::native_macos::tests::sudoers_content_for_hyphenated_username ... ok
[INFO] [stdout] test cli::commands::setup::native_macos::tests::sudoers_content_for_numeric_username ... ok
[INFO] [stdout] test cli::commands::setup::native_macos::tests::sudoers_content_for_standard_username ... ok
[INFO] [stdout] test cli::commands::setup::native_macos::tests::sudoers_content_for_underscore_username ... ok
[INFO] [stdout] test cli::commands::setup::native_macos::tests::claude_auto_copy_already_configured_returns_already_ok ... ok
[INFO] [stdout] test cli::commands::setup::native_macos::tests::sudoers_content_is_single_line ... ok
[INFO] [stdout] test cli::commands::setup::native_macos::tests::sudoers_content_max_length_username ... ok
[INFO] [stdout] test cli::commands::setup::native_macos::tests::sudoers_rejects_empty_username ... ok
[INFO] [stdout] test cli::commands::setup::native_macos::tests::sudoers_rejects_equals ... ok
[INFO] [stdout] test cli::commands::run::tests::shell_start_detached_failure_cleans_up_container ... ok
[INFO] [stdout] test cli::commands::setup::native_macos::tests::sudoers_rejects_hash_comment_injection ... ok
[INFO] [stdout] test cli::commands::setup::native_macos::tests::sudoers_rejects_semicolons ... ok
[INFO] [stdout] test cli::commands::setup::native_macos::tests::sudoers_rejects_spaces ... ok
[INFO] [stdout] test cli::commands::setup::native_macos::tests::sudoers_rejects_parentheses ... ok
[INFO] [stdout] test cli::commands::setup::native_macos::tests::sudoers_rejects_newlines ... ok
[INFO] [stdout] test cli::commands::setup::native_macos::tests::sudoers_rejects_tab_injection ... ok
[INFO] [stdout] test cli::commands::setup::native_macos::tests::sudoers_rejects_username_over_32_chars ... ok
[INFO] [stdout] test cli::commands::setup::native_macos::tests::sudoers_rejects_slashes ... ok
[INFO] [stdout] test cli::commands::setup::native_macos::tests::sudoers_rejects_null_byte ... ok
[INFO] [stdout] test cli::commands::setup::tests::distro_install_cmd_arch ... ok
[INFO] [stdout] test cli::commands::setup::tests::distro_install_cmd_fedora ... ok
[INFO] [stdout] test cli::commands::setup::tests::distro_install_cmd_opensuse ... ok
[INFO] [stdout] test cli::commands::setup::tests::distro_install_cmd_ubuntu ... ok
[INFO] [stdout] test cli::commands::setup::tests::distro_install_cmd_unknown_defaults_to_dnf ... ok
[INFO] [stdout] test cli::commands::setup::tests::distro_upgrade_cmd_arch ... ok
[INFO] [stdout] test cli::commands::setup::tests::distro_upgrade_cmd_debian ... ok
[INFO] [stdout] test cli::commands::setup::tests::distro_upgrade_cmd_suse ... ok
[INFO] [stdout] test cli::commands::setup::tests::distro_upgrade_cmd_unknown_defaults_to_dnf ... ok
[INFO] [stdout] test cli::commands::setup::tests::step_result_is_issue ... ok
[INFO] [stdout] test cli::commands::setup::tests::step_result_is_ok ... ok
[INFO] [stdout] test cli::commands::setup::native_macos::tests::toolchain_passthrough_check_mode_fails_when_empty ... ok
[INFO] [stdout] test cli::commands::status::tests::count_stale_native_no_pid_is_stale ... ok
[INFO] [stdout] test cli::commands::setup::native_macos::tests::toolchain_passthrough_no_dirs_returns_already_ok ... ok
[INFO] [stdout] test cli::commands::status::tests::count_stale_native_stopped_ignored ... ok
[INFO] [stdout] test cli::commands::status::tests::count_stale_native_running_dead_pid ... ok
[INFO] [stdout] test cli::commands::setup::native_macos::tests::toolchain_passthrough_deduplicates_existing_entries ... ok
[INFO] [stdout] test cli::commands::status::tests::count_stale_no_native_sessions ... ok
[INFO] [stdout] test cli::commands::status::tests::is_pid_alive_dead_pid_returns_false ... ok
[INFO] [stdout] test cli::commands::status::tests::is_pid_alive_out_of_range_pid_returns_false ... ok
[INFO] [stdout] test cli::commands::run::tests::shell_logs_follow_until_error_propagates ... ok
[INFO] [stdout] test cli::commands::status::tests::is_pid_alive_pid_zero_returns_false ... ok
[INFO] [stdout] test cli::commands::status::tests::is_stale_native_starting_dead_pid ... ok
[INFO] [stdout] test cli::commands::status::tests::is_pid_alive_none_returns_false ... ok
[INFO] [stdout] test cli::commands::stop::tests::native::stop_native_rejects_out_of_range_pid ... ok
[INFO] [stdout] test cli::commands::status::tests::is_stale_container_session_returns_false ... ok
[INFO] [stdout] test cli::commands::status::tests::is_stale_native_failed_is_not_stale ... ok
[INFO] [stdout] test cli::commands::status::tests::is_pid_alive_own_pid_returns_true ... ok
[INFO] [stdout] test cli::commands::stop::tests::native::stop_native_esrch_returns_ok ... ok
[INFO] [stdout] test cli::commands::setup::native_macos::tests::toolchain_passthrough_detected_dirs_written_to_config ... ok
[INFO] [stdout] test cli::commands::stop::tests::stop_graceful ... ok
[INFO] [stdout] test cli::commands::status::tests::is_stale_native_running_live_pid_is_not_stale ... ok
[INFO] [stdout] test cli::commands::stop::tests::native::stop_native_force_with_dead_pid_returns_ok ... ok
[INFO] [stdout] test cli::commands::stop::tests::stop_already_failed_skips ... ok
[INFO] [stdout] test cli::commands::stop::tests::stop_tolerates_no_such_container ... ok
[INFO] [stdout] test cli::commands::stop::tests::stop_no_container_id ... ok
[INFO] [stdout] test cli::commands::stop::tests::stop_already_stopped_skips ... ok
[INFO] [stdout] test cli::commands::stop::tests::stop_force ... ok
[INFO] [stdout] test config::schema::tests::config_deserializes_empty ... ok
[INFO] [stdout] test cli::commands::stop::tests::stop_propagates_real_errors ... ok
[INFO] [stdout] test config::schema::tests::config_deserializes_home_disabled ... ok
[INFO] [stdout] test config::schema::tests::config_deserializes_partial ... ok
[INFO] [stdout] test config::schema::tests::config_deserializes_read_only ... ok
[INFO] [stdout] test config::schema::tests::config_deserializes_runtime ... ok
[INFO] [stdout] test config::schema::tests::config_home_enabled_defaults_true ... ok
[INFO] [stdout] test config::schema::tests::config_deserializes_sandbox_section ... ok
[INFO] [stdout] test config::schema::tests::config_deserializes_update_check ... ok
[INFO] [stdout] test config::schema::tests::config_read_only_defaults_false ... ok
[INFO] [stdout] test config::schema::tests::config_runtime_defaults_to_container ... ok
[INFO] [stdout] test config::schema::tests::config_update_check_defaults_true ... ok
[INFO] [stdout] test config::schema::tests::config_sandbox_appears_in_serialized ... ok
[INFO] [stdout] test config::tests::find_local_config_in_cwd ... ok
[INFO] [stdout] test config::schema::tests::config_sandbox_defaults ... ok
[INFO] [stdout] test config::tests::find_local_config_in_parent ... ok
[INFO] [stdout] test config::schema::tests::default_config_serializes ... ok
[INFO] [stdout] test config::tests::load_default_when_missing ... ok
[INFO] [stdout] test config::tests::find_local_config_missing ... ok
[INFO] [stdout] test config::tests::merge_toml_additive_tables ... ok
[INFO] [stdout] test config::tests::load_merged_no_local ... ok
[INFO] [stdout] test config::tests::merge_toml_array_replaces ... ok
[INFO] [stdout] test config::tests::merge_toml_empty_overlay ... ok
[INFO] [stdout] test config::tests::merge_toml_nested_tables ... ok
[INFO] [stdout] test config::tests::read_sandbox_passthrough_dirs_missing_file_returns_none ... ok
[INFO] [stdout] test config::tests::merge_toml_leaf_override ... ok
[INFO] [stdout] test config::tests::load_merged_combines_global_and_local ... ok
[INFO] [stdout] test config::tests::read_sandbox_passthrough_dirs_missing_key_returns_none ... ok
[INFO] [stdout] test config::tests::load_merged_rejects_default_dotfile_collision ... ok
[INFO] [stdout] test config::tests::read_sandbox_passthrough_dirs_present_empty_returns_some_empty ... ok
[INFO] [stdout] test config::tests::load_merged_no_global ... ok
[INFO] [stdout] test config::tests::load_merged_rejects_overlapping_sandbox_dirs ... ok
[INFO] [stdout] test config::tests::set_sandbox_allow_sensitive_paths_basic_roundtrip ... ok
[INFO] [stdout] test config::tests::set_both_passthrough_and_allow_sensitive_in_one_call ... ok
[INFO] [stdout] test config::tests::read_sandbox_passthrough_dirs_roundtrip ... ok
[INFO] [stdout] test config::tests::set_sandbox_passthrough_dirs_creates_file_when_missing ... ok
[INFO] [stdout] test config::tests::set_sandbox_copy_dirs_creates_and_reads_roundtrip ... ok
[INFO] [stdout] test config::tests::save_and_load_roundtrip ... ok
[INFO] [stdout] test config::toml_editor::tests::read_sandbox_passthrough_dirs_missing_file_returns_none ... ok
[INFO] [stdout] test config::toml_editor::tests::ensure_config_dir_creates_nested_dirs ... ok
[INFO] [stdout] test config::toml_editor::tests::read_sandbox_passthrough_dirs_absent_key_returns_none ... ok
[INFO] [stdout] test config::tests::set_sandbox_passthrough_dirs_overwrites_existing_key ... ok
[INFO] [stdout] test config::tests::set_sandbox_passthrough_dirs_handles_preexisting_trailing_newlines_and_whitespace ... ok
[INFO] [stdout] test config::trust::tests::test_container_volumes_is_sensitive ... ok
[INFO] [stdout] test config::tests::set_sandbox_passthrough_dirs_preserves_comments ... ok
[INFO] [stdout] test config::tests::set_sandbox_passthrough_dirs_creates_sandbox_section_when_missing ... ok
[INFO] [stdout] test config::tests::set_sandbox_passthrough_dirs_preserves_other_sections ... ok
[INFO] [stdout] test config::trust::tests::test_container_network_is_sensitive ... ok
[INFO] [stdout] test config::tests::set_sandbox_copy_dirs_preserves_passthrough_dirs_when_set_second ... ok
[INFO] [stdout] test config::tests::set_sandbox_passthrough_dirs_with_utf8_content ... ok
[INFO] [stdout] test config::toml_editor::tests::write_toml_keys_empty_file_is_treated_as_blank_document ... ok
[INFO] [stdout] test config::trust::tests::test_hash_content_deterministic ... ok
[INFO] [stdout] test config::trust::tests::test_container_workdir_is_sensitive ... ok
[INFO] [stdout] test config::trust::tests::test_format_summary_includes_vm_fields ... ok
[INFO] [stdout] test config::toml_editor::tests::write_toml_keys_multiple_keys_in_one_call ... ok
[INFO] [stdout] test config::trust::tests::test_empty_config_is_benign ... ok
[INFO] [stdout] test config::trust::tests::test_multiple_sensitive_fields ... ok
[INFO] [stdout] test config::trust::tests::test_is_trusted_matches_hash ... ok
[INFO] [stdout] test config::trust::tests::test_is_trusted_rejects_changed_hash ... ok
[INFO] [stdout] test config::trust::tests::test_sandbox_allow_sensitive_is_sensitive ... ok
[INFO] [stdout] test config::trust::tests::test_credentials_is_sensitive ... ok
[INFO] [stdout] test config::trust::tests::test_sandbox_benign_key_not_flagged ... ok
[INFO] [stdout] test config::trust::tests::test_sandbox_multiple_keys_detected ... ok
[INFO] [stdout] test config::trust::tests::test_sandbox_passthrough_paths_is_sensitive ... ok
[INFO] [stdout] test config::trust::tests::test_trust_store_corrupt_returns_empty ... ok
[INFO] [stdout] test config::trust::tests::test_session_only_is_benign ... ok
[INFO] [stdout] test config::trust::tests::test_sandbox_user_is_sensitive ... ok
[INFO] [stdout] test config::trust::tests::test_sandbox_writable_paths_is_sensitive ... ok
[INFO] [stdout] test config::trust::tests::test_vm_distro_is_sensitive ... ok
[INFO] [stdout] test config::trust::tests::test_vm_only_is_sensitive ... ok
[INFO] [stdout] test credentials::aws::tests::parse_sts_response ... ok
[INFO] [stdout] test config::trust::tests::test_workdir_with_other_benign_is_sensitive ... ok
[INFO] [stdout] test config::trust::tests::test_vm_name_is_sensitive ... ok
[INFO] [stdout] test config::trust::tests::test_trust_store_roundtrip ... ok
[INFO] [stdout] test credentials::azure::tests::parse_azure_response ... ok
[INFO] [stdout] test credentials::aws::tests::serializable_creds_roundtrip ... ok
[INFO] [stdout] test config::trust::tests::test_verify_benign_returns_some ... ok
[INFO] [stdout] test config::trust::tests::test_verify_sensitive_non_interactive_returns_none ... ok
[INFO] [stdout] test error::tests::error_display ... ok
[INFO] [stdout] test credentials::cache::tests::cache_missing_returns_none ... ok
[INFO] [stdout] test error::tests::sandbox_errors_display ... ok
[INFO] [stdout] test error::tests::error_hint ... ok
[INFO] [stdout] test home::tests::from_labels_missing_marker ... ok
[INFO] [stdout] test credentials::cache::tests::cache_set_and_get ... ok
[INFO] [stdout] test error::tests::error_retryable ... ok
[INFO] [stdout] test error::tests::sandbox_errors_display_and_hint ... ok
[INFO] [stdout] test config::trust::tests::test_verify_sensitive_with_override_returns_some ... ok
[INFO] [stdout] test home::tests::from_labels_valid ... ok
[INFO] [stdout] test home::tests::hash_is_deterministic ... ok
[INFO] [stdout] test home::tests::hash_is_unique_for_different_paths ... ok
[INFO] [stdout] test credentials::gcp::tests::project_returns_option ... ok
[INFO] [stdout] test home::tests::from_labels_missing_project ... ok
[INFO] [stdout] test home::tests::labels_roundtrip ... ok
[INFO] [stdout] test home::tests::home_volume_name_format ... ok
[INFO] [stdout] test credentials::cache::tests::cache_expired_returns_none ... ok
[INFO] [stdout] test layer::compose::tests::dockerfile_quote_simple ... ok
[INFO] [stdout] test layer::compose::tests::dockerfile_quote_escapes_embedded_quotes ... ok
[INFO] [stdout] test layer::compose::tests::compute_path_prepend_none_when_no_dirs ... ok
[INFO] [stdout] test credentials::github::tests::is_authenticated_returns_bool ... ok
[INFO] [stdout] test layer::compose::tests::dockerfile_quote_with_variable ... ok
[INFO] [stdout] test layer::compose::tests::dockerfile_quote_escapes_backslashes ... ok
[INFO] [stdout] test layer::compose::tests::compute_path_prepend_collects_from_multiple_layers ... ok
[INFO] [stdout] test layer::compose::tests::generate_dockerfile_auto_root_install ... ok
[INFO] [stdout] test layer::compose::tests::compute_path_prepend_deduplicates ... ok
[INFO] [stdout] test layer::compose::tests::generate_dockerfile_skips_none_scripts ... ok
[INFO] [stdout] test layer::compose::tests::hash_changes_with_base_image ... ok
[INFO] [stdout] test layer::compose::tests::merge_env_last_wins ... ok
[INFO] [stdout] test layer::compose::tests::needs_compose_build_pure_user_install ... ok
[INFO] [stdout] test layer::compose::tests::generate_dockerfile_structure ... ok
[INFO] [stdout] test layer::compose::tests::merge_layer_env_runtime_mode_uses_mino_path_prepend ... ok
[INFO] [stdout] test layer::manifest::tests::build_layer_manifest_filters_non_user_install ... ok
[INFO] [stdout] test layer::compose::tests::merge_layer_env_dockerfile_mode_uses_path ... ok
[INFO] [stdout] test layer::compose::tests::needs_compose_build_with_root_install ... ok
[INFO] [stdout] test layer::compose::tests::merge_env_accumulates_path ... ok
[INFO] [stdout] test layer::manifest::tests::layer_manifest_entry_serializes_flat ... ok
[INFO] [stdout] test layer::manifest::tests::empty_optional_fields ... ok
[INFO] [stdout] test layer::manifest::tests::build_layer_manifest_produces_valid_json ... ok
[INFO] [stdout] test layer::manifest::tests::missing_required_fields_errors ... ok
[INFO] [stdout] test layer::manifest::tests::build_layer_manifest_includes_user_install_layers ... ok
[INFO] [stdout] test layer::manifest::tests::build_layer_manifest_multiple_layers_filters_correctly ... ok
[INFO] [stdout] test layer::compose::tests::hash_is_deterministic ... ok
[INFO] [stdout] test layer::compose::tests::needs_compose_build_with_install_scripts ... ok
[INFO] [stdout] test layer::manifest::tests::build_layer_manifest_omits_empty_fields ... ok
[INFO] [stdout] test layer::manifest::tests::root_install_validate_empty_list ... ok
[INFO] [stdout] test layer::manifest::tests::parse_rust_manifest ... ok
[INFO] [stdout] test layer::manifest::tests::parse_typescript_manifest ... ok
[INFO] [stdout] test layer::manifest::tests::parse_user_install_nvm ... ok
[INFO] [stdout] test layer::manifest::tests::root_install_validate_valid_packages ... ok
[INFO] [stdout] test layer::manifest::tests::root_install_validate_rejects_command_substitution ... ok
[INFO] [stdout] test layer::manifest::tests::user_install_is_empty ... ok
[INFO] [stdout] test layer::manifest::tests::parse_user_install_rustup ... ok
[INFO] [stdout] test layer::compose::tests::hash_is_order_independent ... ok
[INFO] [stdout] test layer::manifest::tests::parse_user_install_uv ... ok
[INFO] [stdout] test layer::manifest::tests::root_install_validate_rejects_shell_injection ... ok
[INFO] [stdout] test layer::manifest::tests::user_install_validate_invalid_runtime ... ok
[INFO] [stdout] test layer::manifest::tests::root_install_validate_rejects_empty_name ... ok
[INFO] [stdout] test layer::manifest::tests::user_install_validate_none_runtime ... ok
[INFO] [stdout] test layer::manifest::tests::user_install_validate_valid_runtimes ... ok
[INFO] [stdout] test layer::resolve::tests::embedded_python_script_content ... ok
[INFO] [stdout] test layer::resolve::tests::resolve_builtin_rust ... ok
[INFO] [stdout] test layer::resolve::tests::resolve_builtin_python_alias ... ok
[INFO] [stdout] test layer::resolve::tests::resolve_builtin_python ... ok
[INFO] [stdout] test layer::resolve::tests::resolve_builtin_rust_user_install ... ok
[INFO] [stdout] test layer::resolve::tests::resolve_builtin_aliases ... ok
[INFO] [stdout] test layer::resolve::tests::resolve_builtin_unknown ... ok
[INFO] [stdout] test layer::resolve::tests::resolve_builtin_typescript ... ok
[INFO] [stdout] test layer::resolve::tests::embedded_script_content ... ok
[INFO] [stdout] test layer::resolve::tests::project_local_overrides_builtin ... ok
[INFO] [stdout] test layer::resolve::tests::resolve_builtin_typescript_user_install ... ok
[INFO] [stdout] test layer::resolve::tests::validate_layer_name_accepts_valid ... ok
[INFO] [stdout] test layer::resolve::tests::validate_layer_name_rejects_empty ... ok
[INFO] [stdout] test layer::resolve::tests::resolve_missing_layer_errors ... ok
[INFO] [stdout] test layer::resolve::tests::list_available_includes_builtins ... ok
[INFO] [stdout] test layer::resolve::tests::validate_layer_name_rejects_special_chars ... ok
[INFO] [stdout] test layer::resolve::tests::resolve_rejects_traversal_name ... ok
[INFO] [stdout] test network::tests::iptables_wrapper_basic ... ok
[INFO] [stdout] test network::tests::iptables_wrapper_capsh_drops_cap_net_admin ... ok
[INFO] [stdout] test layer::resolve::tests::list_available_includes_project_local ... ok
[INFO] [stdout] test network::tests::iptables_wrapper_escapes_host_with_single_quote ... ok
[INFO] [stdout] test network::tests::iptables_wrapper_escapes_single_quotes_in_command ... ok
[INFO] [stdout] test layer::resolve::tests::resolve_user_install_only_layer_no_script ... ok
[INFO] [stdout] test network::tests::iptables_wrapper_multiple_rules ... ok
[INFO] [stdout] test network::tests::parse_empty_host_rejected ... ok
[INFO] [stdout] test layer::resolve::tests::validate_layer_name_rejects_traversal ... ok
[INFO] [stdout] test network::tests::iptables_wrapper_empty_rules ... ok
[INFO] [stdout] test layer::resolve::tests::list_available_deduplicates_by_name ... ok
[INFO] [stdout] test network::tests::parse_empty_string_rejected ... ok
[INFO] [stdout] test layer::resolve::tests::resolve_missing_script_still_errors_without_user_install ... ok
[INFO] [stdout] test network::tests::iptables_wrapper_multi_word_command ... ok
[INFO] [stdout] test network::tests::parse_invalid_port_string_rejected ... ok
[INFO] [stdout] test layer::resolve::tests::layer_script_none_has_no_content ... ok
[INFO] [stdout] test network::tests::parse_ipv6_empty_host_in_brackets ... ok
[INFO] [stdout] test network::tests::parse_ipv6_full_bracketed ... ok
[INFO] [stdout] test network::tests::parse_port_1 ... ok
[INFO] [stdout] test network::tests::parse_ipv6_missing_close_bracket ... ok
[INFO] [stdout] test layer::resolve::tests::resolve_project_local_layer ... ok
[INFO] [stdout] test network::tests::parse_ipv6_bracketed ... ok
[INFO] [stdout] test network::tests::parse_missing_port_rejected ... ok
[INFO] [stdout] test network::tests::parse_port_too_large_rejected ... ok
[INFO] [stdout] test network::tests::parse_port_max ... ok
[INFO] [stdout] test network::tests::parse_port_zero_rejected ... ok
[INFO] [stdout] test network::tests::parse_trims_whitespace ... ok
[INFO] [stdout] test network::tests::parse_valid_ip_port ... ok
[INFO] [stdout] test network::tests::parse_ipv6_missing_port_after_bracket ... ok
[INFO] [stdout] test network::tests::parse_valid_host_port ... ok
[INFO] [stdout] test network::tests::requires_cap_net_admin_only_for_allow ... ok
[INFO] [stdout] test network::tests::resolve_cli_allow_implies_bridge ... ok
[INFO] [stdout] test network::tests::resolve_cli_allow_multiple_rules ... ok
[INFO] [stdout] test network::tests::resolve_cli_allow_overrides_cli_preset ... ok
[INFO] [stdout] test network::tests::resolve_cli_host_with_allow_overrides_to_allow ... ok
[INFO] [stdout] test network::tests::resolve_cli_bridge ... ok
[INFO] [stdout] test network::tests::resolve_cli_network_overrides_config ... ok
[INFO] [stdout] test network::tests::resolve_cli_allow_overrides_config_allow ... ok
[INFO] [stdout] test network::tests::resolve_cli_none_with_allow_is_error ... ok
[INFO] [stdout] test network::tests::resolve_cli_none_with_preset_is_error ... ok
[INFO] [stdout] test network::tests::resolve_cli_preset_dev ... ok
[INFO] [stdout] test network::tests::resolve_config_allow_rules ... ok
[INFO] [stdout] test network::tests::resolve_config_preset ... ok
[INFO] [stdout] test network::tests::resolve_defaults_to_config_bridge ... ok
[INFO] [stdout] test network::tests::resolve_config_none_with_allow_is_error ... ok
[INFO] [stdout] test network::tests::resolve_preset_dev ... ok
[INFO] [stdout] test network::tests::resolve_defaults_to_config_host ... ok
[INFO] [stdout] test network::tests::resolve_preset_unknown_error ... ok
[INFO] [stdout] test network::tests::shell_escape_empty ... ok
[INFO] [stdout] test network::tests::shell_escape_multiple_quotes ... ok
[INFO] [stdout] test network::tests::resolve_cli_preset_overrides_config_preset ... ok
[INFO] [stdout] test network::tests::resolve_config_none_with_preset_is_error ... ok
[INFO] [stdout] test network::tests::shell_escape_no_quotes ... ok
[INFO] [stdout] test network::tests::shell_escape_only_quotes ... ok
[INFO] [stdout] test network::tests::resolve_unknown_config_mode_error ... ok
[INFO] [stdout] test network::tests::to_podman_network_bridge ... ok
[INFO] [stdout] test network::tests::resolve_unknown_mode_error ... ok
[INFO] [stdout] test network::tests::resolve_defaults_to_config_none ... ok
[INFO] [stdout] test network::tests::to_podman_network_host ... ok
[INFO] [stdout] test network::tests::to_podman_network_none ... ok
[INFO] [stdout] test orchestration::factory::tests::create_runtime_succeeds_on_supported_platform ... ok
[INFO] [stdout] test orchestration::factory::tests::platform_detect_returns_valid ... ok
[INFO] [stdout] test network::tests::resolve_preset_registries ... ok
[INFO] [stdout] test network::tests::shell_escape_single_quote ... ok
[INFO] [stdout] test network::tests::to_podman_network_allow_is_bridge ... ok
[INFO] [stdout] test orchestration::mock::tests::mock_records_calls ... ok
[INFO] [stdout] test orchestration::mock::tests::mock_queued_responses ... ok
[INFO] [stdout] test orchestration::factory::tests::platform_name ... ok
[INFO] [stdout] test orchestration::mock::tests::mock_default_responses ... ok
[INFO] [stdout] test orchestration::native_podman::tests::native_podman_runtime_default ... ok
[INFO] [stdout] test orchestration::mock::tests::mock_run_and_create_record_image_and_command ... ok
[INFO] [stdout] test orchestration::mock::tests::verify_all_consumed_passes_when_empty ... ok
[INFO] [stdout] test orchestration::mock::tests::mock_volume_create_records_labels ... ok
[INFO] [stdout] test orchestration::orbstack::tests::orbstack_new ... ok
[INFO] [stdout] test orchestration::orbstack_runtime::tests::orbstack_runtime_new ... ok
[INFO] [stdout] test orchestration::podman::tests::push_args_cap_drop_before_cap_add ... ok
[INFO] [stdout] test orchestration::podman::tests::push_args_no_pids_limit_when_zero ... ok
[INFO] [stdout] test orchestration::podman::tests::push_args_read_only_with_tmpfs ... ok
[INFO] [stdout] test orchestration::podman::tests::redact_args_handles_no_env ... ok
[INFO] [stdout] test orchestration::native_podman::tests::native_podman_runtime_new ... ok
[INFO] [stdout] test orchestration::podman::tests::redact_args_masks_sensitive_keys ... ok
[INFO] [stdout] test orchestration::podman::tests::push_args_no_read_only_by_default ... ok
[INFO] [stdout] test orchestration::podman::tests::redact_args_trailing_dash_e_no_panic ... ok
[INFO] [stdout] test orchestration::podman::tests::container_config_fields ... ok
[INFO] [stdout] test orchestration::tests::collect_disk_usage_happy_path ... ok
[INFO] [stdout] test orchestration::podman::tests::push_args_auto_remove ... ok
[INFO] [stdout] test orchestration::podman::tests::redact_args_preserves_non_sensitive ... ok
[INFO] [stdout] test orchestration::podman::tests::redact_args_works_with_str_slices ... ok
[INFO] [stdout] test orchestration::tests::collect_disk_usage_propagates_error ... ok
[INFO] [stdout] test orchestration::tests::collect_disk_usage_empty ... ok
[INFO] [stdout] test orchestration::tests::parse_du_bytes_empty ... ok
[INFO] [stdout] test orchestration::tests::parse_du_bytes_valid ... ok
[INFO] [stdout] test orchestration::tests::parse_du_bytes_whitespace_only ... ok
[INFO] [stdout] test orchestration::tests::collect_disk_usage_skips_none ... ok
[INFO] [stdout] test orchestration::tests::parse_du_bytes_large_value ... ok
[INFO] [stdout] test orchestration::tests::parse_du_bytes_non_numeric ... ok
[INFO] [stdout] test orchestration::tests::parse_volume_inspect_json_empty_string ... ok
[INFO] [stdout] test orchestration::tests::parse_volume_inspect_json_invalid_json ... ok
[INFO] [stdout] test orchestration::tests::parse_volume_inspect_json_missing_optional_fields ... ok
[INFO] [stdout] test orchestration::tests::parse_volume_inspect_json_null_labels ... ok
[INFO] [stdout] test orchestration::tests::parse_volume_inspect_json_non_string_label_values ... ok
[INFO] [stdout] test orchestration::tests::follow_until_marker_found_on_stderr ... ok
[INFO] [stdout] test orchestration::tests::parse_volume_inspect_json_empty_array ... ok
[INFO] [stdout] test orchestration::tests::parse_volume_inspect_json_single_volume ... ok
[INFO] [stdout] test orchestration::tests::parse_volume_inspect_json_whitespace_only ... ok
[INFO] [stdout] test orchestration::tests::parse_volume_labels_from_valid_object ... ok
[INFO] [stdout] test orchestration::tests::follow_until_marker_eof_without_marker ... ok
[INFO] [stdout] test orchestration::tests::parse_volume_labels_empty_object ... ok
[INFO] [stdout] test orchestration::tests::parse_volume_inspect_json_with_labels ... ok
[INFO] [stdout] test orchestration::tests::parse_volume_labels_missing ... ok
[INFO] [stdout] test orchestration::tests::parse_volume_labels_non_string_values ... ok
[INFO] [stdout] test orchestration::tests::parse_volume_labels_null ... ok
[INFO] [stdout] test orchestration::tests::parse_volume_list_json_empty_array ... ok
[INFO] [stdout] test orchestration::tests::parse_volume_list_json_empty_string ... ok
[INFO] [stdout] test orchestration::tests::parse_volume_list_json_invalid_json ... ok
[INFO] [stdout] test orchestration::tests::parse_volume_list_json_missing_optional_fields ... ok
[INFO] [stdout] test orchestration::tests::follow_until_marker_found_on_stdout ... ok
[INFO] [stdout] test orchestration::tests::parse_volume_list_json_multiple_with_prefix_filter ... ok
[INFO] [stdout] test orchestration::tests::parse_volume_list_json_no_prefix_match ... ok
[INFO] [stdout] test orchestration::tests::parse_volume_list_json_null_labels ... ok
[INFO] [stdout] test orchestration::tests::parse_volume_list_json_single_volume ... ok
[INFO] [stdout] test orchestration::tests::parse_volume_list_json_whitespace_only ... ok
[INFO] [stdout] test sandbox::config::tests::allow_sensitive_overrides_block ... ok
[INFO] [stdout] test sandbox::config::tests::all_sensitive_paths_blocked ... ok
[INFO] [stdout] test sandbox::config::tests::allow_sensitive_paths_config_gh_does_not_permit_gcloud ... ok
[INFO] [stdout] test sandbox::config::tests::allow_sensitive_paths_does_not_permit_other_sensitive_dirs ... ok
[INFO] [stdout] test sandbox::config::tests::allow_sensitive_paths_dot_does_not_bypass ... ok
[INFO] [stdout] test sandbox::config::tests::allow_sensitive_paths_dotdot_does_not_bypass ... ok
[INFO] [stdout] test sandbox::config::tests::allow_sensitive_paths_empty_string_does_not_bypass ... ok
[INFO] [stdout] test sandbox::config::tests::allow_sensitive_paths_multi_segment_permits_config_gh ... ok
[INFO] [stdout] test sandbox::config::tests::allow_sensitive_paths_permits_exact_match ... ok
[INFO] [stdout] test sandbox::config::tests::allow_sensitive_paths_permits_subdirectory_of_allowed ... ok
[INFO] [stdout] test sandbox::config::tests::allow_sensitive_paths_unknown_entry_ignored ... ok
[INFO] [stdout] test sandbox::config::tests::auto_dirs_default_empty ... ok
[INFO] [stdout] test sandbox::config::tests::auto_dirs_empty_toml_defaults_empty ... ok
[INFO] [stdout] test sandbox::config::tests::auto_dirs_deserialize_from_toml ... ok
[INFO] [stdout] test sandbox::config::tests::cache_mode_display ... ok
[INFO] [stdout] test sandbox::config::tests::cache_mode_serde_roundtrip ... ok
[INFO] [stdout] test sandbox::config::tests::default_values ... ok
[INFO] [stdout] test sandbox::config::tests::empty_config_deserializes_to_defaults ... ok
[INFO] [stdout] test sandbox::config::tests::cache_mode_deserializes_from_toml ... ok
[INFO] [stdout] test sandbox::config::tests::deserializes_from_toml ... ok
[INFO] [stdout] test sandbox::config::tests::path_conflicts_ancestor_vs_descendant ... ok
[INFO] [stdout] test sandbox::config::tests::non_sensitive_path_allowed ... ok
[INFO] [stdout] test sandbox::config::tests::non_existent_path_uses_literal_match ... ok
[INFO] [stdout] test sandbox::config::tests::path_conflicts_different_first_component ... ok
[INFO] [stdout] test sandbox::config::tests::path_conflicts_empty_paths ... ok
[INFO] [stdout] test sandbox::config::tests::path_conflicts_equal_paths ... ok
[INFO] [stdout] test sandbox::config::tests::resolve_sandbox_network_mixed_override ... ok
[INFO] [stdout] test sandbox::config::tests::resolve_sandbox_network_prefers_sandbox_when_present ... ok
[INFO] [stdout] test sandbox::config::tests::path_conflicts_siblings_do_not_conflict ... ok
[INFO] [stdout] test sandbox::config::tests::resolve_sandbox_network_falls_back_to_container ... ok
[INFO] [stdout] test sandbox::config::tests::sandbox_config_deserializes_env_field ... ok
[INFO] [stdout] test sandbox::config::tests::sensitive_path_ssh_blocked ... ok
[INFO] [stdout] test sandbox::config::tests::sensitive_path_ssh_subdir_blocked ... ok
[INFO] [stdout] test sandbox::config::tests::sandbox_config_deserializes_network_fields ... ok
[INFO] [stdout] test sandbox::config::tests::sandbox_config_new_fields_default_to_none ... ok
[INFO] [stdout] test sandbox::config::tests::validate_accepts_disjoint_names ... ok
[INFO] [stdout] test sandbox::config::tests::serializes_and_deserializes ... ok
[INFO] [stdout] test sandbox::config::tests::validate_accepts_empty_dirs ... ok
[INFO] [stdout] test sandbox::config::tests::validate_accepts_siblings_under_shared_parent ... ok
[INFO] [stdout] test sandbox::config::tests::validate_allows_sensitive_path_when_in_allowlist ... ok
[INFO] [stdout] test sandbox::config::tests::validate_rejects_copy_overlap_with_defaults ... ok
[INFO] [stdout] test sandbox::config::tests::validate_accepts_disjoint_single_segment_entries ... ok
[INFO] [stdout] test sandbox::config::tests::validate_accepts_non_overlapping_nested_entries ... ok
[INFO] [stdout] test sandbox::config::tests::validate_rejects_nested_ancestor_inside_copy_dirs ... ok
[INFO] [stdout] test sandbox::config::tests::validate_rejects_passthrough_overlap_with_defaults ... ok
[INFO] [stdout] test sandbox::config::tests::validate_rejects_passthrough_top_segment_collision_with_default_dotfile ... ok
[INFO] [stdout] test sandbox::config::tests::sensitive_path_symlink_detected ... ok
[INFO] [stdout] test sandbox::config::tests::validate_rejects_prefix_string_not_path_boundary ... ok
[INFO] [stdout] test sandbox::config::tests::validate_rejects_sensitive_path_without_allowlist ... ok
[INFO] [stdout] test sandbox::config::tests::validate_rejects_nested_ancestor_inside_passthrough ... ok
[INFO] [stdout] test sandbox::config::tests::validate_rejects_passthrough_and_copy_sharing_names ... ok
[INFO] [stdout] test sandbox::config::tests::validate_rejects_top_segment_collision_with_default_dotfile ... ok
[INFO] [stdout] test sandbox::config::tests::validate_sandbox_paths_accepts_valid_cache_modes ... ok
[INFO] [stdout] test sandbox::config::tests::validate_sandbox_paths_blocks_sensitive ... ok
[INFO] [stdout] test sandbox::config::tests::validate_sandbox_paths_allows_non_sensitive ... ok
[INFO] [stdout] test sandbox::config::tests::validate_sandbox_paths_blocks_sensitive_writable ... ok
[INFO] [stdout] test sandbox::config::tests::validate_sandbox_paths_rejects_invalid_sandbox_user ... ok
[INFO] [stdout] test sandbox::config::tests::validate_sandbox_paths_rejects_relative_passthrough ... ok
[INFO] [stdout] test sandbox::config::tests::validate_sandbox_user_rejects_special_chars ... ok
[INFO] [stdout] test sandbox::config::tests::validate_with_allow_sensitive_flag_still_works ... ok
[INFO] [stdout] test sandbox::config::tests::validate_sandbox_paths_rejects_relative_writable ... ok
[INFO] [stdout] test sandbox::config::tests::validate_sandbox_user_accepts_exactly_32 ... ok
[INFO] [stdout] test sandbox::config::tests::validate_sandbox_user_rejects_too_long ... ok
[INFO] [stdout] test sandbox::config::tests::validate_sandbox_user_accepts_standard_names ... ok
[INFO] [stdout] test sandbox::config::tests::validate_sandbox_user_rejects_empty ... ok
[INFO] [stdout] test sandbox::config::tests::validate_sandbox_user_rejects_newlines ... ok
[INFO] [stdout] test sandbox::config::tests::validate_sandbox_user_rejects_spaces ... ok
[INFO] [stdout] test sandbox::detection::tests::detect_claude_copy_candidate_absent ... ok
[INFO] [stdout] test sandbox::detection::tests::detect_passthrough_candidates_filters_blocklist ... ok
[INFO] [stdout] test sandbox::detection::tests::detect_passthrough_candidates_ignores_files ... ok
[INFO] [stdout] test sandbox::detection::tests::detect_sensitive_candidates_empty_when_none_present ... ok
[INFO] [stdout] test sandbox::detection::tests::detect_passthrough_candidates_finds_existing_dirs ... ok
[INFO] [stdout] test sandbox::detection::tests::detect_sensitive_candidates_present_and_absent ... ok
[INFO] [stdout] test sandbox::detection::tests::detect_claude_copy_candidate_present ... ok
[INFO] [stdout] test sandbox::dotfiles::tests::is_not_risky_safe_dotfiles ... ok
[INFO] [stdout] test sandbox::dotfiles::tests::is_risky_known_credential_files ... ok
[INFO] [stdout] test sandbox::detection::tests::detect_passthrough_candidates_skips_missing ... ok
[INFO] [stdout] test sandbox::detection::tests::detect_passthrough_candidates_preserves_order ... ok
[INFO] [stdout] test sandbox::dotfiles::tests::prepare_dotfile_passes_through_unknown ... ok
[INFO] [stdout] test sandbox::dotfiles::tests::prepare_dotfile_passes_through_zshenv ... ok
[INFO] [stdout] test sandbox::dotfiles::tests::prepare_dotfile_strips_gitconfig ... ok
[INFO] [stdout] test sandbox::dotfiles::tests::prepare_dotfile_strips_gitconfig_with_path ... ok
[INFO] [stdout] test sandbox::dotfiles::tests::strip_gitconfig_commented_out_credential_preserved ... ok
[INFO] [stdout] test sandbox::dotfiles::tests::prepare_dotfile_passes_through_zshrc ... ok
[INFO] [stdout] test sandbox::dotfiles::tests::strip_gitconfig_credential_url_with_semicolon_comment ... ok
[INFO] [stdout] test sandbox::dotfiles::tests::strip_gitconfig_empty_content ... ok
[INFO] [stdout] test sandbox::dotfiles::tests::strip_gitconfig_credential_with_inline_comment ... ok
[INFO] [stdout] test sandbox::dotfiles::tests::strip_gitconfig_multiple_credential_sections ... ok
[INFO] [stdout] test sandbox::dotfiles::tests::strip_gitconfig_preserves_non_credential ... ok
[INFO] [stdout] test sandbox::dotfiles::tests::strip_gitconfig_removes_credential_with_url ... ok
[INFO] [stdout] test sandbox::dotfiles::tests::strip_gitconfig_removes_credential_section ... ok
[INFO] [stdout] test sandbox::dotfiles::tests::strip_gitconfig_only_credential_section ... ok
[INFO] [stdout] test sandbox::dotfiles::tests::copy_claude_config_dir_empty_source_is_ok ... ok
[INFO] [stdout] test sandbox::helper::tests::acl_args_no_symlink_follow_during_traversal ... ok
[INFO] [stdout] test sandbox::helper::tests::acl_args_custom_username ... ok
[INFO] [stdout] test sandbox::dotfiles::tests::copy_claude_config_dir_ignores_unknown_entries ... ok
[INFO] [stdout] test sandbox::helper::tests::acl_args_readonly ... ok
[INFO] [stdout] test sandbox::helper::tests::acl_args_writable ... ok
[INFO] [stdout] test sandbox::fs_copy::tests::errors_on_missing_src ... ok
[INFO] [stdout] test sandbox::dotfiles::tests::copy_claude_config_dir_copies_allowlisted_entries ... ok
[INFO] [stdout] test sandbox::dotfiles::tests::copy_claude_config_dir_copies_current_project_memory ... ok
[INFO] [stdout] test sandbox::helper::tests::child_env_preserves_base ... ok
[INFO] [stdout] test sandbox::fs_copy::tests::handles_empty_source_dir ... ok
[INFO] [stdout] test sandbox::helper::tests::parse_dscl_ids_empty_output ... ok
[INFO] [stdout] test sandbox::helper::tests::child_env_sandbox_user_in_user ... ok
[INFO] [stdout] test sandbox::helper::tests::child_env_sets_home_and_user ... ok
[INFO] [stdout] test sandbox::helper::tests::parse_dscl_ids_missing_gid ... ok
[INFO] [stdout] test sandbox::helper::tests::parse_dscl_ids_extra_whitespace ... ok
[INFO] [stdout] test sandbox::helper::tests::parse_dscl_ids_missing_uid ... ok
[INFO] [stdout] test sandbox::helper::tests::parse_dscl_ids_non_numeric_gid ... ok
[INFO] [stdout] test sandbox::helper::tests::exec_env_minimal_keys ... ok
[INFO] [stdout] test sandbox::helper::tests::exec_env_has_home_user_path ... ok
[INFO] [stdout] test sandbox::helper::tests::parse_dscl_ids_non_numeric_uid ... ok
[INFO] [stdout] test sandbox::helper::tests::parse_dscl_ids_valid ... ok
[INFO] [stdout] test sandbox::helper::tests::pf_cleanup_args_rejects_dotdot ... ok
[INFO] [stdout] test sandbox::fs_copy::tests::copies_deeply_nested_tree ... ok
[INFO] [stdout] test sandbox::helper::tests::pf_cleanup_args_valid_id ... ok
[INFO] [stdout] test sandbox::helper::tests::remove_acl_args_no_symlink_follow_during_traversal ... ok
[INFO] [stdout] test sandbox::helper::tests::pf_cleanup_args_rejects_empty ... ok
[INFO] [stdout] test sandbox::helper::tests::pf_cleanup_args_rejects_slash ... ok
[INFO] [stdout] test sandbox::helper::tests::parse_dscl_ids_reversed_order ... ok
[INFO] [stdout] test sandbox::fs_copy::tests::skips_symlinks ... ok
[INFO] [stdout] test sandbox::helper::tests::remove_acl_args_readonly ... ok
[INFO] [stdout] test sandbox::helper_protocol::tests::cleanup_request_roundtrip ... ok
[INFO] [stdout] test sandbox::helper_protocol::tests::cleanup_request_tagged_with_action ... ok
[INFO] [stdout] test sandbox::helper_protocol::tests::acl_entry_serializes_correctly ... ok
[INFO] [stdout] test sandbox::helper_protocol::tests::error_response_roundtrip ... ok
[INFO] [stdout] test sandbox::helper_protocol::tests::health_check_request_tagged_with_action ... ok
[INFO] [stdout] test sandbox::helper_protocol::tests::cleanup_request_backward_compat_default_user ... ok
[INFO] [stdout] test sandbox::helper::tests::remove_acl_args_writable ... ok
[INFO] [stdout] test sandbox::fs_copy::tests::copies_files_and_subdirs ... ok
[INFO] [stdout] test sandbox::helper_protocol::tests::healthy_response_roundtrip ... ok
[INFO] [stdout] test sandbox::helper_protocol::tests::health_check_request_roundtrip ... ok
[INFO] [stdout] test sandbox::helper_protocol::tests::resource_limits_dto_from_conversion ... ok
[INFO] [stdout] test sandbox::helper_protocol::tests::spawn_request_tagged_with_action ... ok
[INFO] [stdout] test sandbox::linux::tests::append_bind_mount_escapes_path ... ok
[INFO] [stdout] test sandbox::linux::tests::escape_path_normal_path ... ok
[INFO] [stdout] test sandbox::linux::tests::append_bind_mount_readwrite ... ok
[INFO] [stdout] test sandbox::linux::tests::append_bind_mount_readonly ... ok
[INFO] [stdout] test sandbox::linux::tests::escape_path_rejects_newlines ... ok
[INFO] [stdout] test sandbox::helper_protocol::tests::spawn_request_roundtrip ... ok
[INFO] [stdout] test sandbox::linux::tests::escape_path_rejects_null_bytes ... ok
[INFO] [stdout] test sandbox::linux::tests::escape_path_with_single_quotes ... ok
[INFO] [stdout] test sandbox::linux::tests::escape_path_with_unicode ... ok
[INFO] [stdout] test sandbox::linux::tests::escape_path_str_normal ... ok
[INFO] [stdout] test sandbox::linux::tests::escape_path_str_rejects_newlines ... ok
[INFO] [stdout] test sandbox::linux::tests::escape_path_with_spaces ... ok
[INFO] [stdout] test sandbox::linux::tests::script_applies_default_limits ... ok
[INFO] [stdout] test sandbox::linux::tests::script_bind_mounts_lib64_optionally ... ok
[INFO] [stdout] test sandbox::linux::tests::script_bind_mounts_system_paths_readonly ... ok
[INFO] [stdout] test sandbox::linux::tests::script_applies_each_limit_individually ... ok
[INFO] [stdout] test sandbox::linux::tests::script_creates_tmpfs_root_and_required_dirs ... ok
[INFO] [stdout] test sandbox::linux::tests::script_dotfile_copy_present_when_configured ... ok
[INFO] [stdout] test sandbox::linux::tests::escape_path_with_dollar_sign ... ok
[INFO] [stdout] test sandbox::linux::tests::script_dotfile_copy_absent_when_none ... ok
[INFO] [stdout] test sandbox::linux::tests::script_exec_escapes_single_quotes ... ok
[INFO] [stdout] test sandbox::linux::tests::script_mounts_device_nodes_and_shm ... ok
[INFO] [stdout] test sandbox::linux::tests::script_mounts_etc_entries_readonly ... ok
[INFO] [stdout] test sandbox::linux::tests::script_exec_single_command ... ok
[INFO] [stdout] test sandbox::linux::tests::script_full_structure ... ok
[INFO] [stdout] test sandbox::linux::tests::script_mounts_project_dir_and_filesystems ... ok
[INFO] [stdout] test sandbox::linux::tests::script_mounts_proc_with_hidepid ... ok
[INFO] [stdout] test sandbox::linux::tests::script_passthrough_paths_mounted_readonly ... ok
[INFO] [stdout] test sandbox::linux::tests::script_exec_with_properly_escaped_command ... ok
[INFO] [stdout] test sandbox::linux::tests::script_mounts_tmp_with_nosuid_nodev ... ok
[INFO] [stdout] test sandbox::linux::tests::script_project_dir_has_nosuid_nodev ... ok
[INFO] [stdout] test sandbox::linux::tests::script_quotes_project_dir_with_single_quotes ... ok
[INFO] [stdout] test sandbox::linux::tests::script_pivot_root_then_cleanup_then_env ... ok
[INFO] [stdout] test sandbox::linux::tests::script_quotes_passthrough_path_with_spaces ... ok
[INFO] [stdout] test sandbox::linux::tests::script_quotes_dotfile_dir_with_special_chars ... ok
[INFO] [stdout] test sandbox::linux::tests::script_rejects_dotfile_dir_with_newline ... ok
[INFO] [stdout] test sandbox::linux::tests::script_quotes_project_dir_with_spaces ... ok
[INFO] [stdout] test sandbox::linux::tests::script_rejects_passthrough_path_with_newline ... ok
[INFO] [stdout] test sandbox::linux::tests::script_rejects_writable_path_with_newline ... ok
[INFO] [stdout] test sandbox::linux::tests::script_setpriv_conditional ... ok
[INFO] [stdout] test sandbox::linux::tests::script_rejects_project_dir_with_newline ... ok
[INFO] [stdout] test sandbox::linux::tests::script_writable_paths_mounted_readwrite ... ok
[INFO] [stdout] test sandbox::macos::tests::pf_rules_pass_rules_before_block_rule ... ok
[INFO] [stdout] test sandbox::macos::tests::build_acl_entries_project_dir_only ... ok
[INFO] [stdout] test sandbox::macos::tests::build_acl_entries_from_config ... ok
[INFO] [stdout] test sandbox::macos::tests::pf_rules_proxy_port_boundary_values ... ok
[INFO] [stdout] test sandbox::macos::tests::pf_rules_session_id_not_in_output ... ok
[INFO] [stdout] test sandbox::macos::tests::pf_rules_user_with_spaces_returns_error ... ok
[INFO] [stdout] test sandbox::macos::tests::pf_rules_uses_correct_user_name ... ok
[INFO] [stdout] test sandbox::macos::tests::pf_rules_valid_usernames_accepted ... ok
[INFO] [stdout] test sandbox::linux::tests::script_skips_all_limits_when_zero ... ok
[INFO] [stdout] test sandbox::macos::tests::pf_rules_user_with_newline_returns_error ... ok
[INFO] [stdout] test sandbox::macos::tests::pf_rules_with_proxy_allows_localhost_port ... ok
[INFO] [stdout] test sandbox::macos::tests::pf_rules_without_proxy_blocks_all_including_dns ... ok
[INFO] [stdout] test sandbox::native::tests::create_sandbox_platform_returns_impl ... ok
[INFO] [stdout] test sandbox::macos::tests::spawn_request_serialization_includes_all_fields ... ok
[INFO] [stdout] test sandbox::native::tests::spawn_config_has_correct_fields ... ok
[INFO] [stdout] test sandbox::process::tests::pid_conversion::max_valid_pid_converts ... ok
[INFO] [stdout] test sandbox::process::tests::pid_conversion::above_i32_max_is_rejected ... ok
[INFO] [stdout] test sandbox::process::tests::pid_conversion::u32_max_is_rejected ... ok
[INFO] [stdout] test sandbox::process::tests::pid_conversion::valid_pid_converts ... ok
[INFO] [stdout] test sandbox::proxy::tests::build_allow_map_groups_by_host ... ok
[INFO] [stdout] test sandbox::proxy::tests::is_allowed_case_insensitive ... ok
[INFO] [stdout] test sandbox::proxy::tests::build_socks5_success_reply_contains_valid_header ... ok
[INFO] [stdout] test sandbox::proxy::tests::is_allowed_empty_rules_returns_false ... ok
[INFO] [stdout] test sandbox::process::tests::kill_stops_running_process ... ok
[INFO] [stdout] test sandbox::proxy::tests::is_allowed_checks_both_host_and_port ... ok
[INFO] [stdout] test sandbox::proxy::tests::is_allowed_matching_rule_returns_true ... ok
[INFO] [stdout] test sandbox::proxy::tests::is_allowed_multiple_rules ... ok
[INFO] [stdout] test sandbox::proxy::tests::is_allowed_no_matching_rule_returns_false ... ok
[INFO] [stdout] test sandbox::process::tests::terminate_sends_sigterm ... ok
[INFO] [stdout] test sandbox::proxy::tests::parse_connect_request_custom_port ... ok
[INFO] [stdout] test sandbox::proxy::tests::max_concurrent_connections_is_reasonable ... ok
[INFO] [stdout] test sandbox::proxy::tests::parse_connect_request_default_port ... ok
[INFO] [stdout] test sandbox::proxy::tests::parse_connect_request_empty_errors ... ok
[INFO] [stdout] test sandbox::proxy::tests::parse_connect_request_invalid_port_errors ... ok
[INFO] [stdout] test sandbox::process::tests::accessors_reflect_construction ... ok
[INFO] [stdout] test sandbox::proxy::tests::max_request_size_is_reasonable ... ok
[INFO] [stdout] test sandbox::proxy::tests::parse_connect_request_non_connect_errors ... ok
[INFO] [stdout] test sandbox::proxy::tests::parse_connect_request_valid ... ok
[INFO] [stdout] test sandbox::proxy::tests::parse_socks5_domain ... ok
[INFO] [stdout] test sandbox::proxy::tests::parse_socks5_domain_too_short ... ok
[INFO] [stdout] test sandbox::proxy::tests::parse_socks5_ipv4 ... ok
[INFO] [stdout] test sandbox::proxy::tests::parse_socks5_ipv4_too_short ... ok
[INFO] [stdout] test sandbox::proxy::tests::parse_socks5_ipv6 ... ok
[INFO] [stdout] test sandbox::proxy::tests::parse_socks5_ipv6_too_short ... ok
[INFO] [stdout] test sandbox::proxy::tests::parse_socks5_too_short_overall ... ok
[INFO] [stdout] test sandbox::proxy::tests::parse_socks5_unknown_address_type ... ok
[INFO] [stdout] test sandbox::proxy::tests::proxy_env_vars_generates_correct_values ... ok
[INFO] [stdout] test sandbox::proxy::tests::proxy_env_vars_has_eight_entries ... ok
[INFO] [stdout] test sandbox::proxy::tests::proxy_handle_port_returns_correct_port ... ok
[INFO] [stdout] test sandbox::proxy::tests::proxy_drop_shuts_down ... ok
[INFO] [stdout] test sandbox::native::tests::validate_setup_returns_error_without_prerequisites ... ok
[INFO] [stdout] test sandbox::proxy::tests::timeouts_are_reasonable ... ok
[INFO] [stdout] test sandbox::proxy::tests::validate_hostname_allows_hyphen_and_dots ... ok
[INFO] [stdout] test sandbox::proxy::tests::proxy_http_connect_denied_returns_403 ... ok
[INFO] [stdout] test sandbox::proxy::tests::validate_hostname_ip_address ... ok
[INFO] [stdout] test sandbox::proxy::tests::validate_hostname_rejects_carriage_return ... ok
[INFO] [stdout] test sandbox::proxy::tests::proxy_http_denial_sends_to_channel ... ok
[INFO] [stdout] test sandbox::proxy::tests::start_proxy_shutdown_is_idempotent ... ok
[INFO] [stdout] test sandbox::proxy::tests::validate_hostname_normal ... ok
[INFO] [stdout] test sandbox::proxy::tests::validate_hostname_rejects_control_chars ... ok
[INFO] [stdout] test sandbox::proxy::tests::validate_hostname_rejects_newline ... ok
[INFO] [stdout] test sandbox::proxy::tests::validate_hostname_rejects_empty ... ok
[INFO] [stdout] test sandbox::resource_limits::tests::default_values ... ok
[INFO] [stdout] test sandbox::proxy::tests::validate_hostname_rejects_null_byte ... ok
[INFO] [stdout] test sandbox::resource_limits::tests::mb_to_bytes_conversion ... ok
[INFO] [stdout] test sandbox::resource_limits::tests::prlimit_args_all_zero_empty ... ok
[INFO] [stdout] test sandbox::process::tests::wait_returns_exit_code ... ok
[INFO] [stdout] test sandbox::resource_limits::tests::prlimit_args_with_all_limits ... ok
[INFO] [stdout] test sandbox::resource_limits::tests::saturating_mul_prevents_overflow ... ok
[INFO] [stdout] test sandbox::resource_limits::tests::zero_means_no_limit ... ok
[INFO] [stdout] test sandbox::tests::parse_container_mode ... ok
[INFO] [stdout] test sandbox::resource_limits::tests::prlimit_args_zero_values_omitted ... ok
[INFO] [stdout] test sandbox::tests::parse_invalid_mode ... ok
[INFO] [stdout] test sandbox::tests::resolve_auto_defaults_to_container ... ok
[INFO] [stdout] test sandbox::tests::parse_native_mode ... ok
[INFO] [stdout] test sandbox::tests::resolve_auto_from_cli ... ok
[INFO] [stdout] test sandbox::tests::resolve_cli_overrides_config ... ok
[INFO] [stdout] test sandbox::tests::resolve_config_fallback ... ok
[INFO] [stdout] test sandbox::tests::resolve_invalid_returns_error ... ok
[INFO] [stdout] test sandbox::tests::serde_roundtrip ... ok
[INFO] [stdout] test sandbox::tests::to_string_roundtrip ... ok
[INFO] [stdout] test session::manager::tests::session_status_transitions ... ok
[INFO] [stdout] test session::state::tests::rejects_empty_name ... ok
[INFO] [stdout] test session::state::tests::rejects_null_byte ... ok
[INFO] [stdout] test session::state::tests::rejects_path_traversal ... ok
[INFO] [stdout] test session::state::tests::rejects_special_characters ... ok
[INFO] [stdout] test session::state::tests::session_new ... ok
[INFO] [stdout] test session::state::tests::session_deserialize_backward_compat ... ok
[INFO] [stdout] test session::state::tests::session_new_fields_default_none ... ok
[INFO] [stdout] test session::state::tests::session_serialize_with_runtime_mode ... ok
[INFO] [stdout] test session::state::tests::session_serialize ... ok
[INFO] [stdout] test session::state::tests::status_display ... ok
[INFO] [stdout] test session::state::tests::valid_session_names ... ok
[INFO] [stdout] test terminal::tests::save_returns_none_when_not_a_tty ... ok
[INFO] [stdout] test ui::context::tests::non_interactive_context ... ok
[INFO] [stdout] test ui::context::tests::with_auto_yes ... ok
[INFO] [stdout] test ui::output::tests::output_non_interactive ... ok
[INFO] [stdout] test ui::progress::tests::build_progress_non_interactive ... ok
[INFO] [stdout] test ui::progress::tests::parse_step_line_from_instruction ... ok
[INFO] [stdout] test ui::progress::tests::is_build_noise_filters_podman_internals ... ok
[INFO] [stdout] test ui::progress::tests::parse_step_line_valid ... ok
[INFO] [stdout] test ui::progress::tests::parse_step_line_not_a_step ... ok
[INFO] [stdout] test ui::progress::tests::spinner_non_interactive ... ok
[INFO] [stdout] test ui::prompts::tests::confirm_auto_yes ... ok
[INFO] [stdout] test ui::prompts::tests::confirm_non_interactive_default ... ok
[INFO] [stdout] test ui::prompts::tests::multiselect_non_interactive_empty ... ok
[INFO] [stdout] test ui::prompts::tests::select_non_interactive_first ... ok
[INFO] [stdout] test ui::theme::tests::theme_colors ... ok
[INFO] [stdout] test sandbox::proxy::tests::start_proxy_binds_random_port ... ok
[INFO] [stdout] test version::tests::check_update_no_previous ... ok
[INFO] [stdout] test version::tests::check_update_within_24h ... ok
[INFO] [stdout] test sandbox::proxy::tests::proxy_socks5_denial_sends_to_channel ... ok
[INFO] [stdout] test sandbox::proxy::tests::proxy_socks5_denied_returns_failure ... ok
[INFO] [stdout] test version::tests::check_update_over_24h ... ok
[INFO] [stdout] test version::tests::clear_composed_images_empty_returns_zero ... ok
[INFO] [stdout] test sandbox::proxy::tests::proxy_socks5_allowed_connects ... ok
[INFO] [stdout] test sandbox::proxy::tests::proxy_http_connect_allowed_connects ... ok
[INFO] [stdout] test version::tests::clear_composed_images_propagates_list_error ... ok
[INFO] [stdout] test version::tests::clear_composed_images_propagates_prune_error ... ok
[INFO] [stdout] test version::tests::invalid_version_not_newer ... ok
[INFO] [stdout] test version::tests::clear_composed_images_propagates_remove_error ... ok
[INFO] [stdout] test version::tests::newer_version_detected ... ok
[INFO] [stdout] test version::tests::clear_composed_images_prunes_and_removes ... ok
[INFO] [stdout] test version::tests::older_version_not_newer ... ok
[INFO] [stdout] test version::tests::parse_release_invalid_json ... ok
[INFO] [stdout] test version::tests::parse_release_no_v_prefix ... ok
[INFO] [stdout] test version::tests::parse_release_empty_object ... ok
[INFO] [stdout] test version::tests::parse_release_valid ... ok
[INFO] [stdout] test version::tests::parse_release_invalid_version ... ok
[INFO] [stdout] test version::tests::parse_release_missing_tag ... ok
[INFO] [stdout] test version::tests::load_nonexistent_returns_default ... ok
[INFO] [stdout] test version::tests::same_version_not_newer ... ok
[INFO] [stdout] test version::tests::prerelease_not_newer_than_release ... ok
[INFO] [stdout] test version::tests::first_run_bootstraps_state ... ok
[INFO] [stdout] test version::tests::stale_images_downgrade ... ok
[INFO] [stdout] test version::tests::stale_images_same_version ... ok
[INFO] [stdout] test version::tests::load_corrupt_returns_default ... ok
[INFO] [stdout] test version::tests::stale_images_version_changed ... ok
[INFO] [stdout] test version::tests::stale_images_no_stored_version ... ok
[INFO] [stdout] test version::tests::save_load_roundtrip ... ok
[INFO] [stdout] test version::tests::update_check_disabled_by_config ... ok
[INFO] [stdout] test version::tests::update_check_first_call_no_cache_returns_none ... ok
[INFO] [stdout] test version::tests::update_hint_cargo ... ok
[INFO] [stdout] test version::tests::update_check_cached_newer ... ok
[INFO] [stdout] test version::tests::update_check_cached_same ... ok
[INFO] [stdout] test version::tests::update_check_no_cached_result ... ok
[INFO] [stdout] test version::tests::stale_check_version_changed_no_images ... ok
[INFO] [stdout] test version::tests::stale_check_image_list_error_silent ... ok
[INFO] [stdout] test version::tests::update_hint_homebrew ... ok
[INFO] [stdout] test version::tests::version_state_empty_json ... ok
[INFO] [stdout] test version::tests::update_hint_unknown ... ok
[INFO] [stdout] test version::tests::update_hint_npm ... ok
[INFO] [stdout] test version::tests::stale_check_version_changed_with_images ... ok
[INFO] [stdout] test version::tests::update_check_stale_cache_returns_cached_result ... ok
[INFO] [stdout] test version::tests::version_state_corrupt_returns_error ... ok
[INFO] [stdout] test version::tests::version_state_partial_json ... ok
[INFO] [stdout] test version::tests::version_state_serde_roundtrip ... ok
[INFO] [stdout] test version::tests::stale_check_same_version_skips_runtime ... ok
[INFO] [stdout] test config::toml_editor::tests::write_toml_keys_rename_failure_removes_tempfile ... FAILED
[INFO] [stdout] test orchestration::mock::tests::verify_all_consumed_panics_on_leftover - should panic ... ok
[INFO] [stdout] test orchestration::tests::follow_until_marker_timeout_when_not_found ... ok
[INFO] [stdout] test cli::commands::run::tests::smoke_run_interactive_shell ... ok
[INFO] [stdout] test cli::commands::run::tests::smoke_run_detached ... ok
[INFO] [stdout] test cli::commands::run::tests::smoke_run_interactive_command ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- config::toml_editor::tests::write_toml_keys_rename_failure_removes_tempfile stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'config::toml_editor::tests::write_toml_keys_rename_failure_removes_tempfile' (2503) panicked at src/config/toml_editor.rs:270:9:
[INFO] [stdout] expected rename failure to propagate as Err
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5eaa521ff571 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5eaa521ff571 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5eaa521ff571 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5eaa521ff571 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5eaa5221997a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5eaa5221997a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x5eaa5220566c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x5eaa5220566c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x5eaa521d7736 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5eaa521d7736 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5eaa521f4709 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5eaa51a35a10 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x5eaa51a35a10 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5eaa521f4a32 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x5eaa521f4a32 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x5eaa521d7814 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:681:13
[INFO] [stdout]   16:     0x5eaa521cea49 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5eaa521d8b0d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x5eaa5221a1ac - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5eaa5157a6f5 - mino[a783ddcb36edc41c]::config::toml_editor::tests::write_toml_keys_rename_failure_removes_tempfile::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/config/toml_editor.rs:270:9
[INFO] [stdout]   20:     0x5eaa51765722 - <core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   21:     0x5eaa517657fd - <core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>> as core[6883ba1bc0fe4ed1]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/future/future.rs:133:9
[INFO] [stdout]   22:     0x5eaa517ef32d - <tokio[4d4faf5426b97911]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:70
[INFO] [stdout]   23:     0x5eaa517eef3b - tokio[4d4faf5426b97911]::task::coop::with_budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[4d4faf5426b97911]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   24:     0x5eaa517eef3b - tokio[4d4faf5426b97911]::task::coop::budget::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[4d4faf5426b97911]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   25:     0x5eaa517eef3b - <tokio[4d4faf5426b97911]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:753:25
[INFO] [stdout]   26:     0x5eaa517b8360 - <tokio[4d4faf5426b97911]::runtime::scheduler::current_thread::Context>::enter::<core[6883ba1bc0fe4ed1]::task::poll::Poll<()>, <tokio[4d4faf5426b97911]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:442:19
[INFO] [stdout]   27:     0x5eaa517ec2ed - <tokio[4d4faf5426b97911]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:752:44
[INFO] [stdout]   28:     0x5eaa517eaa94 - <tokio[4d4faf5426b97911]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[4d4faf5426b97911]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:68
[INFO] [stdout]   29:     0x5eaa514b6b3b - <tokio[4d4faf5426b97911]::runtime::context::scoped::Scoped<tokio[4d4faf5426b97911]::runtime::scheduler::Context>>::set::<<tokio[4d4faf5426b97911]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[4d4faf5426b97911]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[4d4faf5426b97911]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   30:     0x5eaa51612019 - tokio[4d4faf5426b97911]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[4d4faf5426b97911]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[4d4faf5426b97911]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[4d4faf5426b97911]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:38
[INFO] [stdout]   31:     0x5eaa515ae0f2 - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[4d4faf5426b97911]::runtime::context::Context>>::try_with::<tokio[4d4faf5426b97911]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[4d4faf5426b97911]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[4d4faf5426b97911]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[4d4faf5426b97911]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[4d4faf5426b97911]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:463:12
[INFO] [stdout]   32:     0x5eaa515ad7de - <std[73adb7dc35730857]::thread::local::LocalKey<tokio[4d4faf5426b97911]::runtime::context::Context>>::with::<tokio[4d4faf5426b97911]::runtime::context::set_scheduler<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[4d4faf5426b97911]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[4d4faf5426b97911]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[4d4faf5426b97911]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[4d4faf5426b97911]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/local.rs:427:20
[INFO] [stdout]   33:     0x5eaa515b1efd - tokio[4d4faf5426b97911]::runtime::context::set_scheduler::<(alloc[55a36b64bcbf2c0d]::boxed::Box<tokio[4d4faf5426b97911]::runtime::scheduler::current_thread::Core>, core[6883ba1bc0fe4ed1]::option::Option<()>), <tokio[4d4faf5426b97911]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[4d4faf5426b97911]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context.rs:176:17
[INFO] [stdout]   34:     0x5eaa517c0000 - <tokio[4d4faf5426b97911]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[4d4faf5426b97911]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>::{closure#0}, core[6883ba1bc0fe4ed1]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:840:27
[INFO] [stdout]   35:     0x5eaa517c0836 - <tokio[4d4faf5426b97911]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:740:24
[INFO] [stdout]   36:     0x5eaa517e90b0 - <tokio[4d4faf5426b97911]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:200:33
[INFO] [stdout]   37:     0x5eaa514bb623 - tokio[4d4faf5426b97911]::runtime::context::runtime::enter_runtime::<<tokio[4d4faf5426b97911]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   38:     0x5eaa517b7631 - <tokio[4d4faf5426b97911]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/scheduler/current_thread/mod.rs:188:9
[INFO] [stdout]   39:     0x5eaa5161f954 - <tokio[4d4faf5426b97911]::runtime::runtime::Runtime>::block_on_inner::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:368:52
[INFO] [stdout]   40:     0x5eaa5161fd0f - <tokio[4d4faf5426b97911]::runtime::runtime::Runtime>::block_on::<core[6883ba1bc0fe4ed1]::pin::Pin<&mut dyn core[6883ba1bc0fe4ed1]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.49.0/src/runtime/runtime.rs:342:18
[INFO] [stdout]   41:     0x5eaa51595b93 - mino[a783ddcb36edc41c]::config::toml_editor::tests::write_toml_keys_rename_failure_removes_tempfile
[INFO] [stdout]                                at /opt/rustwide/workdir/src/config/toml_editor.rs:286:10
[INFO] [stdout]   42:     0x5eaa51578037 - mino[a783ddcb36edc41c]::config::toml_editor::tests::write_toml_keys_rename_failure_removes_tempfile::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/config/toml_editor.rs:242:63
[INFO] [stdout]   43:     0x5eaa51418c36 - <mino[a783ddcb36edc41c]::config::toml_editor::tests::write_toml_keys_rename_failure_removes_tempfile::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   44:     0x5eaa51a28d4b - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x5eaa51a28d4b - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   46:     0x5eaa51a36395 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   47:     0x5eaa51a36395 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   48:     0x5eaa51a36395 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   49:     0x5eaa51a36395 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   50:     0x5eaa51a36395 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   51:     0x5eaa51a36395 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   52:     0x5eaa51a36395 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   53:     0x5eaa51a30e44 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   54:     0x5eaa51a30e44 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   55:     0x5eaa51a394e2 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   56:     0x5eaa51a394e2 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   57:     0x5eaa51a394e2 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   58:     0x5eaa51a394e2 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   59:     0x5eaa51a394e2 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x5eaa51a394e2 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   61:     0x5eaa51a394e2 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   62:     0x5eaa521fdf3f - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   63:     0x5eaa521fdf3f - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   64:     0x70f69e8c2aa4 - <unknown>
[INFO] [stdout]   65:     0x70f69e94fa64 - clone
[INFO] [stdout]   66:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     config::toml_editor::tests::write_toml_keys_rename_failure_removes_tempfile
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 946 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.04s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "cd64f8f746ada79c9b931b3799f21c64d7282ed85dd03e3a374ec16afa80c2dd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cd64f8f746ada79c9b931b3799f21c64d7282ed85dd03e3a374ec16afa80c2dd", kill_on_drop: false }`
[INFO] [stdout] cd64f8f746ada79c9b931b3799f21c64d7282ed85dd03e3a374ec16afa80c2dd
