[INFO] cloning repository https://github.com/INONONO66/harness-manager
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/INONONO66/harness-manager" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FINONONO66%2Fharness-manager", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FINONONO66%2Fharness-manager'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] f7f4f42fa5d067ad5b5481dd7be6c8a3668cc9bd
[INFO] testing INONONO66/harness-manager 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%2FINONONO66%2Fharness-manager" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/INONONO66/harness-manager
[INFO] finished tweaking git repo https://github.com/INONONO66/harness-manager
[INFO] tweaked toml for git repo https://github.com/INONONO66/harness-manager written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/INONONO66/harness-manager 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/INONONO66/harness-manager 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-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 412f93d68a89e0c0d3db95fec032df7624c20bfd58c914c47b2cbfb98f6551e3
[INFO] running `Command { std: "docker" "start" "412f93d68a89e0c0d3db95fec032df7624c20bfd58c914c47b2cbfb98f6551e3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "412f93d68a89e0c0d3db95fec032df7624c20bfd58c914c47b2cbfb98f6551e3", 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" "412f93d68a89e0c0d3db95fec032df7624c20bfd58c914c47b2cbfb98f6551e3" "/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" "412f93d68a89e0c0d3db95fec032df7624c20bfd58c914c47b2cbfb98f6551e3", 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" "412f93d68a89e0c0d3db95fec032df7624c20bfd58c914c47b2cbfb98f6551e3" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling bitflags v2.12.1
[INFO] [stderr]    Compiling dirs-sys v0.5.0
[INFO] [stderr]    Compiling toml_write v0.1.2
[INFO] [stderr]    Compiling either v1.16.0
[INFO] [stderr]    Compiling env_home v0.1.0
[INFO] [stderr]    Compiling unicode-segmentation v1.13.3
[INFO] [stderr]    Compiling fs2 v0.4.3
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling dirs v6.0.0
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling crossterm v0.29.0
[INFO] [stderr]    Compiling which v7.0.3
[INFO] [stderr]    Compiling comfy-table v7.2.2
[INFO] [stderr]    Compiling harness-manager v0.3.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.42s
[INFO] running `Command { std: "docker" "inspect" "412f93d68a89e0c0d3db95fec032df7624c20bfd58c914c47b2cbfb98f6551e3", 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" "412f93d68a89e0c0d3db95fec032df7624c20bfd58c914c47b2cbfb98f6551e3" "/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 rustix v1.1.4
[INFO] [stderr]    Compiling once_cell v1.21.4
[INFO] [stderr]    Compiling crossterm v0.29.0
[INFO] [stderr]    Compiling which v7.0.3
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling comfy-table v7.2.2
[INFO] [stderr]    Compiling harness-manager v0.3.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 14.23s
[INFO] running `Command { std: "docker" "inspect" "412f93d68a89e0c0d3db95fec032df7624c20bfd58c914c47b2cbfb98f6551e3", 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" "412f93d68a89e0c0d3db95fec032df7624c20bfd58c914c47b2cbfb98f6551e3" "/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.12s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/hm-f358b584ff92d948)
[INFO] [stdout] 
[INFO] [stdout] running 298 tests
[INFO] [stdout] test auth::tests::medium_env_values_show_only_four_char_prefix ... ok
[INFO] [stdout] test auth::tests::short_env_values_are_never_printed_in_full ... ok
[INFO] [stdout] test auth::login::tests::opencode_uses_declared_message_login ... ok
[INFO] [stdout] test auth::login::tests::resolve_runtime_accepts_binary_and_display_aliases ... ok
[INFO] [stdout] test auth::login::tests::unknown_runtime_returns_error_so_scripts_can_detect_failure ... ok
[INFO] [stdout] test config::tests::config_path_returns_none_when_no_anchor_exists ... ok
[INFO] [stdout] test config::tests::description_only_profile_still_resolves ... ok
[INFO] [stdout] test config::tests::config_path_uses_explicit_xdg_config_even_when_file_is_missing ... ok
[INFO] [stdout] test config::tests::gateway_bearer_resolves_secret_file_uri ... ok
[INFO] [stdout] test config::tests::config_path_honors_xdg_config_home ... ok
[INFO] [stdout] test config::tests::gateway_block_parses_with_full_shape ... ok
[INFO] [stdout] test config::tests::gateway_empty_providers_errors ... ok
[INFO] [stdout] test config::tests::gateway_empty_base_url_errors ... ok
[INFO] [stdout] test harnesses::defs::tests::all_ids_and_aliases_are_unique ... ok
[INFO] [stdout] test harnesses::defs::tests::every_record_has_core_fields ... ok
[INFO] [stdout] test config::tests::llm_and_gateway_can_coexist ... ok
[INFO] [stdout] test harnesses::defs::tests::all_returns_exactly_9_records ... ok
[INFO] [stdout] test config::tests::config_path_does_not_fallback_when_xdg_config_home_is_explicit ... ok
[INFO] [stdout] test harnesses::defs::tests::target_runtimes_are_known_display_names ... ok
[INFO] [stdout] test harnesses::detect::tests::cache::package_cache_installed_at_finds_bunx_cache_versioned_dir ... ok
[INFO] [stdout] test harnesses::detect::tests::cache::package_cache_installed_at_finds_npx_node_modules_one_hash_deep ... ok
[INFO] [stdout] test harnesses::detect::tests::cache::package_cache_installed_at_finds_bunx_cache_bare_dir ... ok
[INFO] [stdout] test config::tests::config_path_treats_empty_xdg_config_home_as_unset ... ok
[INFO] [stdout] test harnesses::detect::tests::cache::package_cache_installed_at_returns_none_for_non_installer_kinds ... ok
[INFO] [stdout] test harnesses::detect::tests::cache::package_cache_installed_at_returns_none_when_no_npx_cache ... ok
[INFO] [stdout] test harnesses::detect::tests::cache::package_cache_installed_at_finds_bunx_xdg_cache_dir ... ok
[INFO] [stdout] test harnesses::detect::tests::cache::package_cache_installed_at_ignores_unrelated_bunx_cache_entry ... ok
[INFO] [stdout] test harnesses::detect::tests::core::detect_one_finds_sh ... ok
[INFO] [stdout] test harnesses::detect::tests::core::detect_all_returns_registered_harnesses ... ok
[INFO] [stdout] test harnesses::detect::tests::core::detect_all_builtin_only_returns_indexed_builtins ... ok
[INFO] [stdout] test harnesses::detect::tests::core::detect_one_missing_binary ... ok
[INFO] [stdout] test harnesses::detect::tests::core::format_package_source_covers_every_kind ... ok
[INFO] [stdout] test harnesses::detect::tests::installer::detect_one_bunx_installer_not_installed_when_cache_empty_even_with_runtime_on_path ... ok
[INFO] [stdout] test harnesses::detect::tests::installer::detect_one_bunx_installer_installed_when_cache_present ... ok
[INFO] [stdout] test harnesses::detect::tests::installer::detect_one_custom_backend_uses_declared_bin_subdir ... ok
[INFO] [stdout] test harnesses::detect::tests::installer::detect_one_custom_wrapper_installed_when_package_state_exists ... ok
[INFO] [stdout] test harnesses::detect::tests::installer::detect_one_custom_wrapper_is_not_installed_from_runtime_binary_alone ... ok
[INFO] [stdout] test harnesses::detect::tests::installer::detect_one_git_worktree_wrapper_is_not_installed_from_runtime_binary_alone ... ok
[INFO] [stdout] test harnesses::detect::tests::installer::detect_one_does_not_mark_npm_isolated_as_wrapping ... ok
[INFO] [stdout] test harnesses::install::tests::build_install_manual_returns_none ... ok
[INFO] [stdout] test harnesses::install::tests::build_install_npm ... ok
[INFO] [stdout] test harnesses::install::tests::build_uninstall_npm ... ok
[INFO] [stdout] test harnesses::detect::tests::installer::detect_one_npx_installer_not_installed_when_cache_empty_even_with_runtime_on_path ... ok
[INFO] [stdout] test harnesses::detect::tests::installer::detect_one_marks_npx_installer_as_wrapping_runtime_binary ... ok
[INFO] [stdout] test harnesses::detect::tests::installer::detect_one_python_tool_installed_from_isolated_local_bin ... ok
[INFO] [stdout] test harnesses::install::tests::apply_isolation_env_strips_hostile_vars ... ok
[INFO] [stdout] test harnesses::install::tests::build_update_npm ... ok
[INFO] [stdout] test harnesses::install::tests::bunx_installer_update_prefers_recorded_npx_fallback ... ok
[INFO] [stdout] test harnesses::install::tests::custom_backend_uses_manifest_argv_without_shell ... ok
[INFO] [stdout] test harnesses::install::tests::bunx_installer_uses_bunx_or_npx_with_manifest_args ... ok
[INFO] [stdout] test harnesses::install::tests::npm_isolated::build_install_npm_isolated_uses_npm_install_g ... ok
[INFO] [stdout] test harnesses::install::tests::python_tool_update_and_uninstall_prefer_recorded_manager ... ok
[INFO] [stdout] test harnesses::install::tests::npx_installer_includes_manifest_args ... ok
[INFO] [stdout] test harnesses::package::tests::python_update_and_uninstall_cmds_never_pass_extras ... ok
[INFO] [stdout] test harnesses::registry::tests::find_resolves_ids_and_aliases_case_insensitively ... ok
[INFO] [stdout] test harnesses::registry::tests::registry_loads_all_native_harnesses ... ok
[INFO] [stdout] test harnesses::install::tests::install_unknown_harness_errors ... ok
[INFO] [stdout] test harnesses::install::tests::npm_isolated::build_uninstall_npm_isolated_uses_npm_uninstall_g ... ok
[INFO] [stdout] test harnesses::install::tests::npm_isolated::apply_npm_isolated_env_is_no_op_for_npm_global ... ok
[INFO] [stdout] test harnesses::package::tests::python_package_base_keeps_plain_names ... ok
[INFO] [stdout] test harnesses::install::tests::package_manager_state_round_trips_command_program ... ok
[INFO] [stdout] test harnesses::package::tests::python_package_base_strips_extras ... ok
[INFO] [stdout] test harnesses::install::tests::npm_isolated::apply_npm_isolated_env_sets_prefix_and_cache_under_isolation ... ok
[INFO] [stdout] test harnesses::install::tests::npm_isolated::omx_install_command_uses_isolated_codex_home_and_npm_prefix ... ok
[INFO] [stdout] test inject::tests::injection_target_resolves_plugin_harness_id_to_runtime_spec ... ok
[INFO] [stdout] test harnesses::registry::tests::registry_resolves_shared_state_from_target_runtime ... ok
[INFO] [stdout] test isolation::tests::database_tests::session_globs_reject_symlinked_fixed_prefix ... ok
[INFO] [stdout] test isolation::tests::env_tests::build_isolation_env_inserts_static_envs ... ok
[INFO] [stdout] test isolation::tests::database_tests::session_sharing_rejects_symlinked_source_root ... ok
[INFO] [stdout] test isolation::tests::database_tests::auth_link_rejects_existing_harness_local_auth_file ... ok
[INFO] [stdout] test isolation::tests::database_tests::auth_files_are_not_shared_when_launch_uses_profile_credentials ... ok
[INFO] [stdout] test isolation::tests::database_tests::database_link_does_not_traverse_symlinked_main_runtime_dirs ... ok
[INFO] [stdout] test isolation::tests::database_tests::database_link_rejects_existing_harness_local_db ... ok
[INFO] [stdout] test isolation::tests::database_tests::session_only_sharing_links_session_dirs_and_files_into_isolated_home ... ok
[INFO] [stdout] test isolation::tests::database_tests::opencode_nested_db_files_link_to_main_runtime_home ... ok
[INFO] [stdout] test isolation::tests::database_tests::session_globs_reject_symlinked_matched_directory ... ok
[INFO] [stdout] test isolation::tests::env_tests::redirect_only_credential_strip_contains_ai_credentials ... ok
[INFO] [stdout] test isolation::tests::env_tests::build_sanitized_env_strips_hostile_vars_and_uses_isolated_home ... ok
[INFO] [stdout] test isolation::tests::lock_tests::harnesses_targeting_different_runtimes_use_different_lock_files ... ok
[INFO] [stdout] test isolation::tests::lock_tests::harnesses_targeting_same_runtime_share_lock_file ... ok
[INFO] [stdout] test isolation::tests::lock_tests::isolation_lock_file_lives_under_runtimes_lock_dir ... ok
[INFO] [stdout] test isolation::tests::env_tests::redirect_only_credential_strip_has_no_config_path_vars ... ok
[INFO] [stdout] test isolation::tests::env_tests::redirect_only_overlays_isolation_static_envs ... ok
[INFO] [stdout] test isolation::tests::path_tests::all_registered_harnesses_have_distinct_isolation_roots ... ok
[INFO] [stdout] test isolation::tests::env_tests::build_isolation_env_never_inserts_home ... ok
[INFO] [stdout] test isolation::tests::env_tests::build_sanitized_env_preserves_explicit_host_cli_config_over_defaults ... ok
[INFO] [stdout] test isolation::tests::env_tests::redirect_only_keeps_home_cargo_github_token_path_shims ... ok
[INFO] [stdout] test isolation::tests::env_tests::sanitized_isolation_replaces_home_and_strips_github_token ... ok
[INFO] [stdout] test isolation::tests::path_tests::try_from_spec_rejects_parent_dir_runtime_subdir ... ok
[INFO] [stdout] test isolation::tests::path_tests::ensure_tree_rejects_symlinked_runtimes_ancestor ... ok
[INFO] [stdout] test isolation::tests::path_tests::ensure_tree_does_not_mirror_harness_home_subdirs_to_runtime_home ... ok
[INFO] [stdout] test isolation::tests::database_tests::manifest_declared_shared_state_links_auth_and_database_files ... ok
[INFO] [stdout] test isolation::tests::database_tests::session_sharing_replaces_empty_isolated_session_stub ... ok
[INFO] [stdout] test isolation::tests::path_tests::ensure_tree_creates_runtime_log_root_for_harness_plan ... ok
[INFO] [stdout] test isolation::tests::database_tests::session_sharing_migrates_existing_isolated_session_state_before_linking ... ok
[INFO] [stdout] test isolation::tests::database_tests::shared_state_wildcards_link_session_dbs_without_sharing_config ... ok
[INFO] [stdout] test isolation::tests::token_tests::subst_tokens_passes_through_unknown_and_plain ... ok
[INFO] [stdout] test isolation::tests::token_tests::subst_tokens_replaces_home ... ok
[INFO] [stdout] test isolation::tests::token_tests::subst_tokens_replaces_runtime_state_and_logs ... ok
[INFO] [stdout] test isolation::tests::token_tests::subst_tokens_replaces_state_and_tmp ... ok
[INFO] [stdout] test launch::assembly::tests::package_managed_wrapper_launch_requires_package_state ... ok
[INFO] [stdout] test launch::assembly::tests::package_managed_wrapper_launch_allows_recorded_package_state ... ok
[INFO] [stdout] test launch::injection::provider_config::host::tests::host_provider_merge_preserves_custom_providers_without_overwriting_profile_providers ... ok
[INFO] [stdout] test launch::injection::provider_config::host::tests::host_provider_merge_resolves_env_placeholders_for_imported_custom_providers ... ok
[INFO] [stdout] test isolation::tests::seed_tests::seed_files_rejects_parent_dir_escape ... ok
[INFO] [stdout] test launch::injection::provider_config::host::tests::host_provider_merge_resolves_placeholders_already_in_target_config ... ok
[INFO] [stdout] test isolation::tests::path_tests::ensure_tree_rejects_absolute_home_subdir ... ok
[INFO] [stdout] test isolation::tests::seed_tests::seed_files_writes_substituted_content_create_if_missing ... ok
[INFO] [stdout] test launch::assembly::tests::python_tool_binary_override_adds_isolated_local_bin ... ok
[INFO] [stdout] test launch::injection::tests::codex_errors::codex_seed_errors_when_gateway_provider_mismatch ... ok
[INFO] [stdout] test launch::injection::tests::codex_errors::codex_seed_errors_when_no_gateway_and_no_legacy_endpoint ... ok
[INFO] [stdout] test launch::assembly::tests::declared_bin_subdir_override_adds_custom_bin_dir ... ok
[INFO] [stdout] test launch::injection::tests::codex_errors::codex_seed_does_not_follow_preexisting_temp_symlink ... ok
[INFO] [stdout] test isolation::tests::seed_tests::seed_files_rejects_existing_seed_symlink ... ok
[INFO] [stdout] test isolation::tests::path_tests::purge_rejects_symlinked_runtimes_ancestor ... ok
[INFO] [stdout] test launch::injection::tests::codex_errors::codex_seed_rejects_bearer_crlf_before_writing_file_or_env ... ok
[INFO] [stdout] test launch::injection::tests::codex_errors::codex_seed_rejects_bearer_null_byte_before_writing_file_or_env ... ok
[INFO] [stdout] test launch::injection::tests::codex_errors::codex_seed_rejects_empty_bearer_before_writing_file_or_env ... ok
[INFO] [stdout] test launch::injection::tests::codex_preview::validate_codex_config_seed_reports_top_level_writes ... ok
[INFO] [stdout] test launch::injection::provider_config::secure_write::tests::failed_write_before_rename_preserves_existing_config ... ok
[INFO] [stdout] test launch::injection::tests::codex_errors::codex_seed_rejects_whitespace_bearer ... ok
[INFO] [stdout] test isolation::tests::path_tests::ensure_tree_rejects_symlinked_home ... ok
[INFO] [stdout] test isolation::tests::seed_tests::seed_files_can_overwrite_and_chmod ... ok
[INFO] [stdout] test launch::injection::tests::codex_errors::codex_seed_refuses_to_overwrite_unparseable_toml_when_overwrite_false ... ok
[INFO] [stdout] test launch::injection::tests::codex_errors::codex_seed_overwrites_existing_model_provider_key ... ok
[INFO] [stdout] test launch::injection::tests::codex_write::codex_seed_creates_minimal_config_toml_with_top_level_keys ... ok
[INFO] [stdout] test launch::injection::tests::env::env_strategy_endpoint_strip_v1_override_from_gateway ... ok
[INFO] [stdout] test isolation::tests::seed_tests::ensure_tree_creates_home_subdirs ... ok
[INFO] [stdout] test launch::injection::tests::codex_write::codex_seed_rejects_symlinked_codex_dir ... ok
[INFO] [stdout] test launch::injection::tests::env::env_strategy_errors_when_gateway_misses_runtime_provider ... ok
[INFO] [stdout] test isolation::tests::seed_tests::seed_files_rejects_symlinked_target ... ok
[INFO] [stdout] test harnesses::registry::tests::hardcoding::engine_sources_do_not_hardcode_builtin_harnesses ... ok
[INFO] [stdout] test launch::injection::tests::env::env_strategy_keeps_v1_for_codex ... ok
[INFO] [stdout] test launch::injection::tests::codex_write::codex_seed_creates_apikey_auth_json_when_absent ... ok
[INFO] [stdout] test launch::injection::tests::env::env_strategy_legacy_llm_path_when_no_gateway ... ok
[INFO] [stdout] test launch::injection::tests::env::env_strategy_rejects_empty_gateway_bearer_before_any_env_mutation ... ok
[INFO] [stdout] test launch::injection::tests::env::env_strategy_rejects_empty_legacy_bearer ... ok
[INFO] [stdout] test launch::injection::tests::env::env_strategy_rejects_gateway_bearer_crlf_before_inserting_api_key_env ... ok
[INFO] [stdout] test launch::injection::tests::env::env_strategy_rejects_gateway_without_bearer ... ok
[INFO] [stdout] test launch::injection::tests::env::env_strategy_rejects_legacy_bearer_nul_before_inserting_api_key_env ... ok
[INFO] [stdout] test launch::injection::tests::codex_write::codex_seed_does_not_clobber_symlinked_host_auth_json ... ok
[INFO] [stdout] test launch::injection::tests::provider_config::provider_config_seed_errors_on_unknown_provider ... ok
[INFO] [stdout] test launch::injection::tests::codex_write::codex_seed_preserves_existing_seed_file_stanzas ... ok
[INFO] [stdout] test launch::injection::tests::env::env_strategy_strips_envs_and_injects_from_gateway_for_claude ... ok
[INFO] [stdout] test launch::injection::tests::env::env_strategy_rejects_whitespace_only_gateway_bearer ... ok
[INFO] [stdout] test launch::injection::tests::provider_config::provider_config_seed_errors_when_no_gateway_and_no_legacy_llm ... ok
[INFO] [stdout] test launch::injection::tests::codex_write::codex_seed_preserves_existing_user_top_level_keys_and_table ... ok
[INFO] [stdout] test launch::injection::tests::codex_preview::codex_seed_legacy_llm_path_works_with_single_provider ... ok
[INFO] [stdout] test launch::injection::tests::provider_config::provider_config_seed_legacy_llm_errors_when_runtime_has_no_legacy_provider ... ok
[INFO] [stdout] test launch::injection::tests::codex_write::codex_seed_preserves_existing_toml_comments_and_key_order ... ok
[INFO] [stdout] test launch::injection::tests::codex_preview::codex_seed_endpoint_strip_v1_true_drops_v1_suffix ... ok
[INFO] [stdout] test isolation::tests::database_tests::allowlisted_auth_files_link_to_main_runtime_home ... ok
[INFO] [stdout] test launch::injection::tests::codex_write::codex_seed_sets_codex_api_key_env_and_strips_openai_envs ... ok
[INFO] [stdout] test launch::injection::tests::codex_preview::codex_seed_does_not_write_bearer_to_config_file ... ok
[INFO] [stdout] test launch::injection::tests::provider_config::provider_config_seed_preserves_existing_unrelated_provider ... ok
[INFO] [stdout] test launch::injection::tests::provider_config::provider_config_seed_restricts_permissions_on_existing_config ... ok
[INFO] [stdout] test launch::injection::tests::provider_config::validate_seed_reports_legacy_llm_source ... ok
[INFO] [stdout] test launch::injection::tests::provider_config::provider_config_seed_writes_config_with_owner_only_permissions ... ok
[INFO] [stdout] test launch::injection::tests::provider_config::provider_config_seed_writes_pi_models_json_for_three_providers ... ok
[INFO] [stdout] test launch::injection::tests::provider_config::provider_config_seed_writes_opencode_json_for_three_providers ... ok
[INFO] [stdout] test launch::injection::tests::provider_config_errors::provider_config_seed_rejects_bearer_with_embedded_crlf ... ok
[INFO] [stdout] test launch::injection::tests::provider_config_errors::provider_config_seed_rejects_bearer_with_null_byte ... ok
[INFO] [stdout] test launch::injection::tests::provider_config_errors::validate_seed_rejects_bearer_nul_even_without_header_overrides ... ok
[INFO] [stdout] test launch::profile::tests::profile_injection_home_errors_when_home_env_is_empty ... ok
[INFO] [stdout] test launch::tests::effective_profile_name_explicit_wins_when_default_unset ... ok
[INFO] [stdout] test launch::tests::effective_profile_name_falls_back_to_default_profile_when_arg_is_none ... ok
[INFO] [stdout] test launch::injection::tests::provider_config_errors::validate_seed_rejects_missing_provider_api_key_env_mapping ... ok
[INFO] [stdout] test launch::tests::effective_profile_name_is_none_when_arg_and_default_are_unset ... ok
[INFO] [stdout] test launch::profile::tests::profile_injection_home_errors_when_home_env_is_missing ... ok
[INFO] [stdout] test launch::injection::tests::provider_config::provider_config_seed_legacy_llm_seeds_legacy_provider_only_for_opencode ... ok
[INFO] [stdout] test launch::tests::effective_profile_name_uses_explicit_arg_when_provided ... ok
[INFO] [stdout] test launch::tests::resolve_target_harness ... ok
[INFO] [stdout] test launch::injection::tests::provider_config_errors::provider_config_seed_rejects_empty_gateway_bearer ... ok
[INFO] [stdout] test launch::injection::tests::provider_config_errors::provider_config_seed_rejects_missing_provider_api_key_env_mapping ... ok
[INFO] [stdout] test launch::tests::resolve_target_harness_case_insensitive ... ok
[INFO] [stdout] test launch::tests::isolated_launch_env_uses_allowlist_and_strips_arbitrary_host_secrets ... ok
[INFO] [stdout] test launch::injection::tests::provider_config_errors::provider_config_seed_rejects_bearer_crlf_even_without_header_overrides ... ok
[INFO] [stdout] test launch::injection::tests::provider_config::provider_config_seed_uses_manifest_provider_api_key_env_mapping ... ok
[INFO] [stdout] test launch::tests::resolve_target_runtime ... ok
[INFO] [stdout] test runtimes::auth::codex::codex_auth_file_tests::agent_identity_only_without_auth_mode_returns_none ... ok
[INFO] [stdout] test launch::tests::resolve_target_unknown ... ok
[INFO] [stdout] test launch::tests::resolve_target_plugin_harness_has_wrapper ... ok
[INFO] [stdout] test launch::injection::tests::provider_config_errors::provider_config_seed_rejects_whitespace_legacy_bearer ... ok
[INFO] [stdout] test runtimes::auth::codex::codex_auth_file_tests::explicit_auth_mode_agent_identity_with_value_returns_agent_identity ... ok
[INFO] [stdout] test runtimes::auth::codex::codex_auth_file_tests::empty_openai_api_key_returns_none ... ok
[INFO] [stdout] test runtimes::auth::codex::codex_auth_file_tests::empty_object_returns_none ... ok
[INFO] [stdout] test runtimes::auth::codex::codex_auth_file_tests::explicit_auth_mode_agent_identity_without_value_returns_none ... ok
[INFO] [stdout] test launch::tests::resolve_target_runtime_by_name ... ok
[INFO] [stdout] test launch::tests::runtime_isolation_rejects_allow_keychain_for_non_claude ... ok
[INFO] [stdout] test launch::tests::resolve_target_accepts_plugin_registry_entries ... ok
[INFO] [stdout] test runtimes::auth::codex::codex_auth_file_tests::explicit_auth_mode_apikey_with_key_returns_api_key_valid ... ok
[INFO] [stdout] test runtimes::auth::codex::codex_auth_file_tests::explicit_auth_mode_apikey_without_key_returns_none ... ok
[INFO] [stdout] test runtimes::auth::codex::codex_auth_file_tests::explicit_auth_mode_chatgpt_with_full_tokens_returns_oauth ... ok
[INFO] [stdout] test runtimes::auth::codex::codex_auth_file_tests::explicit_auth_mode_chatgpt_without_tokens_returns_none ... ok
[INFO] [stdout] test runtimes::auth::codex::codex_auth_file_tests::explicit_auth_mode_personal_access_token_with_value_returns_pat ... ok
[INFO] [stdout] test runtimes::auth::codex::codex_auth_file_tests::malformed_json_returns_none ... ok
[INFO] [stdout] test runtimes::auth::codex::codex_auth_file_tests::explicit_auth_mode_unknown_value_returns_none ... ok
[INFO] [stdout] test runtimes::auth::codex::codex_auth_file_tests::missing_file_returns_none ... ok
[INFO] [stdout] test runtimes::auth::codex::codex_auth_file_tests::no_auth_mode_with_only_oauth_tokens_reports_oauth ... ok
[INFO] [stdout] test runtimes::auth::codex::codex_auth_file_tests::openai_api_key_only_returns_api_key_valid ... ok
[INFO] [stdout] test runtimes::auth::codex::codex_auth_file_tests::openai_api_key_with_null_tokens_returns_api_key_valid ... ok
[INFO] [stdout] test runtimes::auth::codex::codex_auth_file_tests::tokens_access_only_returns_none ... ok
[INFO] [stdout] test runtimes::auth::codex::codex_auth_file_tests::optional_labels_skipped_when_none ... ok
[INFO] [stdout] test runtimes::auth::codex::codex_auth_file_tests::personal_access_token_only_returns_pat_valid ... ok
[INFO] [stdout] test runtimes::auth::env::env_probe_tests::empty_env_var_is_not_valid_auth ... ok
[INFO] [stdout] test runtimes::auth::codex::codex_auth_file_tests::priority_api_key_wins_over_oauth_tokens_when_no_auth_mode ... ok
[INFO] [stdout] test runtimes::auth::env::env_probe_tests::first_non_empty_var_wins_over_later_non_empty ... ok
[INFO] [stdout] test runtimes::auth::env::env_probe_tests::non_empty_env_var_is_valid_auth ... ok
[INFO] [stdout] test runtimes::auth::env::env_probe_tests::unset_env_var_is_not_configured ... ok
[INFO] [stdout] test runtimes::auth::codex::codex_auth_file_tests::priority_pat_wins_over_api_key_when_no_auth_mode ... ok
[INFO] [stdout] test runtimes::auth::codex::codex_auth_file_tests::tokens_both_whitespace_returns_none ... ok
[INFO] [stdout] test runtimes::auth::env::env_probe_tests::whitespace_only_env_var_is_not_valid_auth ... ok
[INFO] [stdout] test runtimes::auth::env::env_probe_tests::empty_first_var_skips_to_non_empty_second ... ok
[INFO] [stdout] test runtimes::auth::codex::codex_auth_file_tests::tokens_as_string_returns_none ... ok
[INFO] [stdout] test runtimes::auth::codex::codex_auth_file_tests::tokens_refresh_only_returns_none ... ok
[INFO] [stdout] test runtimes::auth::codex::codex_auth_file_tests::tokens_metadata_only_returns_none ... ok
[INFO] [stdout] test runtimes::auth::codex::codex_auth_file_tests::tokens_null_returns_none ... ok
[INFO] [stdout] test runtimes::auth::codex::codex_auth_file_tests::tokens_as_array_returns_none ... ok
[INFO] [stdout] test runtimes::auth::json::json_file_tests::json_file_no_existence_field_legacy_pi_credential_returns_valid ... ok
[INFO] [stdout] test runtimes::auth::json::json_file_tests::json_file_no_existence_field_rejects_arbitrary_non_credential_json ... ok
[INFO] [stdout] test runtimes::auth::json::json_file_tests::json_file_no_existence_field_rejects_untyped_record ... ok
[INFO] [stdout] test runtimes::auth::json::json_file_tests::json_file_missing_existence_field_returns_none ... ok
[INFO] [stdout] test runtimes::auth::json::json_file_tests::json_file_with_empty_string_existence_field_returns_none ... ok
[INFO] [stdout] test runtimes::auth::json::json_file_tests::json_file_no_existence_field_with_only_null_values_returns_none ... ok
[INFO] [stdout] test runtimes::auth::json::json_file_tests::json_file_with_null_existence_field_returns_none ... ok
[INFO] [stdout] test runtimes::auth::json::json_file_tests::json_file_with_empty_object_existence_field_returns_none ... ok
[INFO] [stdout] test runtimes::auth::json::json_file_tests::json_file_no_existence_field_with_only_bools_and_numbers_returns_none ... ok
[INFO] [stdout] test runtimes::auth::json::json_file_tests::json_file_with_bool_true_existence_field_returns_none ... ok
[INFO] [stdout] test runtimes::auth::json::json_file_tests::json_file_with_number_existence_field_returns_none ... ok
[INFO] [stdout] test runtimes::auth::json::json_file_tests::json_file_with_object_of_nulls_returns_none ... ok
[INFO] [stdout] test runtimes::auth::codex::codex_auth_file_tests::tokens_both_present_returns_oauth_valid ... ok
[INFO] [stdout] test runtimes::auth::codex::codex_auth_file_tests::tokens_empty_object_returns_none ... ok
[INFO] [stdout] test runtimes::auth::keychain::keychain_probe_tests::keychain_probe_no_config_dir_returns_not_configured ... ok
[INFO] [stdout] test runtimes::auth::json::json_file_tests::json_file_with_whitespace_string_existence_field_returns_none ... ok
[INFO] [stdout] test runtimes::auth::keychain::keychain_probe_tests::keychain_probe_on_non_macos_is_not_configured_regardless_of_marker ... ok
[INFO] [stdout] test runtimes::auth::jwt::jwt_expiry_tests::base64_decode_handles_padded_payload ... ok
[INFO] [stdout] test runtimes::auth::jwt::jwt_expiry_tests::jwt_expiring_within_one_hour_returns_expires_soon ... ok
[INFO] [stdout] test runtimes::auth::keychain::keychain_probe_tests::keychain_probe_legacy_manifest_without_service_returns_not_configured ... ok
[INFO] [stdout] test runtimes::auth::oauth::oauth_file_tests::nested_oauth_with_empty_leaf_token_returns_none ... ok
[INFO] [stdout] test runtimes::auth::oauth::oauth_file_tests::nested_oauth_with_whitespace_leaf_token_returns_none ... ok
[INFO] [stdout] test runtimes::auth::oauth::oauth_file_tests::nested_oauth_with_real_leaf_token_returns_valid ... ok
[INFO] [stdout] test runtimes::auth::keychain::keychain_probe_tests::keychain_probe_marker_present_but_keychain_item_missing_returns_not_configured ... ok
[INFO] [stdout] test runtimes::auth::jwt::jwt_expiry_tests::base64_decode_rejects_non_base64_input ... ok
[INFO] [stdout] test runtimes::auth::keychain::keychain_probe_tests::keychain_probe_no_marker_returns_not_configured ... ok
[INFO] [stdout] test runtimes::auth::json::json_file_tests::json_file_with_real_nested_token_object_returns_valid ... ok
[INFO] [stdout] test runtimes::auth::json::json_file_tests::json_file_with_real_string_token_returns_valid ... ok
[INFO] [stdout] test runtimes::auth::provider::data_dir_json_tests::data_dir_oauth_with_exponent_expires_returns_none ... ok
[INFO] [stdout] test runtimes::auth::provider::data_dir_json_tests::data_dir_oauth_credential_with_all_fields_counts ... ok
[INFO] [stdout] test runtimes::auth::provider::data_dir_json_tests::data_dir_credential_without_type_field_returns_none ... ok
[INFO] [stdout] test runtimes::auth::provider::data_dir_json_tests::data_dir_oauth_with_fractional_expires_returns_none ... ok
[INFO] [stdout] test runtimes::auth::provider::data_dir_json_tests::data_dir_empty_object_returns_none ... ok
[INFO] [stdout] test runtimes::auth::provider::data_dir_json_tests::data_dir_oauth_with_large_fractional_expires_returns_none ... ok
[INFO] [stdout] test runtimes::auth::provider::data_dir_json_tests::data_dir_oauth_with_zero_expires_returns_valid ... ok
[INFO] [stdout] test runtimes::auth::provider::data_dir_json_tests::data_dir_rejects_pi_style_api_key_type ... ok
[INFO] [stdout] test runtimes::auth::provider::data_dir_json_tests::data_dir_oauth_credential_missing_expires_returns_none ... ok
[INFO] [stdout] test runtimes::auth::provider::data_dir_json_tests::data_dir_unknown_credential_type_returns_none ... ok
[INFO] [stdout] test runtimes::auth::provider::provider_auth_file_tests::pi_incomplete_oauth_credential_returns_none ... ok
[INFO] [stdout] test runtimes::auth::provider::provider_auth_file_tests::pi_api_key_credential_returns_valid ... ok
[INFO] [stdout] test runtimes::auth::provider::data_dir_json_tests::data_dir_api_credential_missing_key_returns_none ... ok
[INFO] [stdout] test runtimes::auth::provider::data_dir_json_tests::data_dir_all_null_providers_returns_none ... ok
[INFO] [stdout] test runtimes::auth::provider::provider_auth_file_tests::pi_missing_file_returns_none ... ok
[INFO] [stdout] test runtimes::auth::provider::data_dir_json_tests::data_dir_api_credential_with_empty_key_returns_none ... ok
[INFO] [stdout] test runtimes::auth::provider::data_dir_json_tests::data_dir_non_object_returns_none ... ok
[INFO] [stdout] test runtimes::auth::provider::provider_auth_file_tests::pi_oauth_with_fractional_expires_returns_none ... ok
[INFO] [stdout] test runtimes::auth::provider::data_dir_json_tests::data_dir_multiple_valid_credentials_counted ... ok
[INFO] [stdout] test runtimes::auth::provider::provider_auth_file_tests::pi_oauth_with_negative_expires_returns_none ... ok
[INFO] [stdout] test runtimes::auth::provider::data_dir_json_tests::data_dir_oauth_credential_missing_refresh_returns_none ... ok
[INFO] [stdout] test runtimes::auth::provider::data_dir_json_tests::data_dir_oauth_credential_non_numeric_expires_returns_none ... ok
[INFO] [stdout] test runtimes::auth::provider::provider_auth_file_tests::pi_mixed_valid_and_garbage_counts_only_valid ... ok
[INFO] [stdout] test runtimes::auth::provider::provider_auth_file_tests::pi_no_config_dir_returns_none ... ok
[INFO] [stdout] test runtimes::auth::provider::data_dir_json_tests::data_dir_one_valid_api_credential_among_nulls ... ok
[INFO] [stdout] test runtimes::defs::tests::all_returns_exactly_6_records ... ok
[INFO] [stdout] test runtimes::defs::tests::opencode_static_envs_has_opencode_config_dir_no_xdg ... ok
[INFO] [stdout] test runtimes::defs::tests::all_records_have_non_empty_names_and_binaries ... ok
[INFO] [stdout] test runtimes::registry::dynamic_tests::builtin_only_returns_expected_runtimes ... ok
[INFO] [stdout] test runtimes::defs::tests::claude_has_keychain_isolation ... ok
[INFO] [stdout] test runtimes::defs::tests::only_claude_has_spoof_home_true ... ok
[INFO] [stdout] test runtimes::defs::tests::codex_static_envs_has_only_codex_home ... ok
[INFO] [stdout] test runtimes::auth::provider::data_dir_json_tests::data_dir_oauth_with_negative_expires_returns_none ... ok
[INFO] [stdout] test runtimes::auth::provider::data_dir_json_tests::data_dir_wellknown_credential_counts ... ok
[INFO] [stdout] test runtimes::auth::provider::provider_auth_file_tests::pi_oauth_credential_returns_valid ... ok
[INFO] [stdout] test runtimes::registry::dynamic_tests::id_conflicts_with_runtime_blocks_runtime_binary_and_display_name ... ok
[INFO] [stdout] test runtimes::registry::dynamic_tests::find_by_binary_and_display_name ... ok
[INFO] [stdout] test runtimes::registry::dynamic_tests::find_by_display_name_is_exact_match ... ok
[INFO] [stdout] test runtimes::auth::provider::provider_auth_file_tests::pi_rejects_opencode_style_api_type ... ok
[INFO] [stdout] test runtimes::auth::provider::provider_auth_file_tests::pi_rejects_opencode_style_wellknown_type ... ok
[INFO] [stdout] test runtimes::auth::provider::provider_auth_file_tests::pi_arbitrary_non_empty_json_returns_none ... ok
[INFO] [stdout] test runtimes::auth::provider::data_dir_json_tests::data_dir_oauth_with_integer_valued_float_expires_returns_none ... ok
[INFO] [stdout] test runtimes::auth::provider::provider_auth_file_tests::pi_empty_object_returns_none ... ok
[INFO] [stdout] test secrets::mask_tests::mask_secret_does_not_panic_on_long_non_ascii ... ok
[INFO] [stdout] test secrets::mask_tests::mask_secret_returns_stars_for_short_ascii ... ok
[INFO] [stdout] test secrets::mask_tests::mask_secret_shows_first_four_chars_for_long_ascii ... ok
[INFO] [stdout] test secrets::mask_tests::mask_secret_counts_chars_not_bytes_for_short_non_ascii ... ok
[INFO] [stdout] test runtimes::tests::get_version_skips_leading_blank_stdout_lines ... ok
[INFO] [stdout] test runtimes::tests::get_version_runs_binary_in_sandboxed_home ... ok
[INFO] [stdout] test isolation::tests::lock_tests::isolation_lock_serializes_second_acquirer ... ok
[INFO] [stdout] test runtimes::tests::get_version_prefers_stdout_first_line_over_stderr_warning ... ok
[INFO] [stdout] test runtimes::tests::get_version_falls_back_to_stderr_when_stdout_empty ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 298 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.17s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/init_cli.rs (/opt/rustwide/target/debug/deps/init_cli-4f3baa5f5e5a8814)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test init_install_exits_nonzero_when_harness_install_fails ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.18s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/launch_ordering.rs (/opt/rustwide/target/debug/deps/launch_ordering-40315683e1e1fa54)
[INFO] [stdout] 
[INFO] [stdout] running 11 tests
[INFO] [stdout] test no_profile_launch_shares_host_sessions_without_host_auth ... ok
[INFO] [stdout] test opencode_profile_launch_imports_host_custom_providers ... ok
[INFO] [stdout] test bundled_session_only_launch_removes_stale_legacy_host_auth_link ... ok
[INFO] [stdout] test use_without_profile_and_without_default_profile_launches_profileless ... ok
[INFO] [stdout] test profile_launch_does_not_share_host_auth_into_harness_isolation ... ok
[INFO] [stdout] test profile_launch_keeps_session_links_without_host_auth ... ok
[INFO] [stdout] test missing_explicit_xdg_config_defaults_instead_of_reading_missing_file ... ok
[INFO] [stdout] test npm_isolated_harness_does_not_fall_back_to_host_path_binary ... ok
[INFO] [stdout] test config_parse_failure_fails_without_creating_isolation_directories ... ok
[INFO] [stdout] test broken_default_profile_fails_without_creating_isolation_directories ... ok
[INFO] [stdout] test profile_runtime_launch_does_not_share_custom_runtime_auth_files ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- profile_runtime_launch_does_not_share_custom_runtime_auth_files stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'profile_runtime_launch_does_not_share_custom_runtime_auth_files' (881) panicked at tests/launch_ordering.rs:347:5:
[INFO] [stdout] custom runtime profile launch should succeed; stderr was: Error: unknown target: 'custom-agent'. Built-in runtimes: claude, codex, opencode, pi, gjc, grok. Harnesses: gstack (gs), gstack-claude (gstack-cc, gsc), lazycodex (lc), omc, omo, omx, ouroboros, superpowers (sp), superpowers-claude (superpowers-cc, spc). Run `hm detect` or `hm harness list` for status.
[INFO] [stdout] 
[INFO] [stdout] Stack backtrace:
[INFO] [stdout]    0: <anyhow::Error>::msg::<alloc::string::String>
[INFO] [stdout]              at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.102/src/backtrace.rs:10:14
[INFO] [stdout]    1: hm::launch::target::resolve_target
[INFO] [stdout]              at ./src/launch/target.rs:40:5
[INFO] [stdout]    2: hm::launch::assembly::assemble_use_env
[INFO] [stdout]              at ./src/launch/assembly.rs:44:18
[INFO] [stdout]    3: hm::launch::assemble_use_env
[INFO] [stdout]              at ./src/launch/mod.rs:29:5
[INFO] [stdout]    4: hm::launch::runner::run_use
[INFO] [stdout]              at ./src/launch/runner.rs:23:20
[INFO] [stdout]    5: hm::launch::run_use
[INFO] [stdout]              at ./src/launch/mod.rs:48:5
[INFO] [stdout]    6: hm::main
[INFO] [stdout]              at ./src/main.rs:135:13
[INFO] [stdout]    7: <fn() -> core::result::Result<(), anyhow::Error> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]    8: std::sys::backtrace::__rust_begin_short_backtrace::<fn() -> core::result::Result<(), anyhow::Error>, core::result::Result<(), anyhow::Error>>
[INFO] [stdout]              at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]    9: std::rt::lang_start::<core::result::Result<(), anyhow::Error>>::{closure#0}
[INFO] [stdout]              at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/rt.rs:206:18
[INFO] [stderr] error: test failed, to rerun pass `--test launch_ordering`
[INFO] [stdout]   10: <&dyn core::ops::function::Fn<(), Output = i32> + core::panic::unwind_safe::RefUnwindSafe + core::marker::Sync as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:287:21
[INFO] [stdout]   11: std::panicking::catch_unwind::do_call::<&dyn core::ops::function::Fn<(), Output = i32> + core::panic::unwind_safe::RefUnwindSafe + core::marker::Sync, i32>
[INFO] [stdout]              at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   12: std::panicking::catch_unwind::<i32, &dyn core::ops::function::Fn<(), Output = i32> + core::panic::unwind_safe::RefUnwindSafe + core::marker::Sync>
[INFO] [stdout]              at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   13: std::panic::catch_unwind::<&dyn core::ops::function::Fn<(), Output = i32> + core::panic::unwind_safe::RefUnwindSafe + core::marker::Sync, i32>
[INFO] [stdout]              at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   14: std::rt::lang_start_internal::{closure#0}
[INFO] [stdout]              at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/rt.rs:175:24
[INFO] [stdout]   15: std::panicking::catch_unwind::do_call::<std::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]              at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   16: std::panicking::catch_unwind::<isize, std::rt::lang_start_internal::{closure#0}>
[INFO] [stdout]              at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   17: std::panic::catch_unwind::<std::rt::lang_start_internal::{closure#0}, isize>
[INFO] [stdout]              at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   18: std::rt::lang_start_internal
[INFO] [stdout]              at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/rt.rs:171:5
[INFO] [stdout]   19: std::rt::lang_start::<core::result::Result<(), anyhow::Error>>
[INFO] [stdout]              at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/rt.rs:205:5
[INFO] [stdout]   20: main
[INFO] [stdout]   21: <unknown>
[INFO] [stdout]   22: __libc_start_main
[INFO] [stdout]   23: _start
[INFO] [stdout] 
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x57288c4f9551 - 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:     0x57288c4f9551 - 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:     0x57288c4f9551 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x57288c4f9551 - <<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:     0x57288c50e3da - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x57288c50e3da - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x57288c4fdcfc - 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:     0x57288c4fdcfc - <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:     0x57288c4d54d6 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x57288c4d54d6 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x57288c4f0419 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x57288c489060 - <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:     0x57288c489060 - 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:     0x57288c4f05d2 - <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:     0x57288c4f05d2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x57288c4d5582 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x57288c4ccb39 - 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:     0x57288c4d632d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x57288c50eb6c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x57288c453b04 - launch_ordering[160b8277645ffb51]::profile_runtime_launch_does_not_share_custom_runtime_auth_files
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/launch_ordering.rs:347:5
[INFO] [stdout]   20:     0x57288c44a1d7 - launch_ordering[160b8277645ffb51]::profile_runtime_launch_does_not_share_custom_runtime_auth_files::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/launch_ordering.rs:256:69
[INFO] [stdout]   21:     0x57288c449b06 - <launch_ordering[160b8277645ffb51]::profile_runtime_launch_does_not_share_custom_runtime_auth_files::{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]   22:     0x57288c47c39b - <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]   23:     0x57288c47c39b - 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]   24:     0x57288c4899e5 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   25:     0x57288c4899e5 - <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]   26:     0x57288c4899e5 - 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]   27:     0x57288c4899e5 - 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]   28:     0x57288c4899e5 - 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]   29:     0x57288c4899e5 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   30:     0x57288c4899e5 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   31:     0x57288c484494 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   32:     0x57288c484494 - 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]   33:     0x57288c48cb32 - 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]   34:     0x57288c48cb32 - <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]   35:     0x57288c48cb32 - 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]   36:     0x57288c48cb32 - 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]   37:     0x57288c48cb32 - 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]   38:     0x57288c48cb32 - 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]   39:     0x57288c48cb32 - <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]   40:     0x57288c4f886f - <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]   41:     0x57288c4f886f - <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]   42:     0x771c7afd0aa4 - <unknown>
[INFO] [stdout]   43:     0x771c7b05da64 - clone
[INFO] [stdout]   44:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     profile_runtime_launch_does_not_share_custom_runtime_auth_files
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 10 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.15s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "412f93d68a89e0c0d3db95fec032df7624c20bfd58c914c47b2cbfb98f6551e3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "412f93d68a89e0c0d3db95fec032df7624c20bfd58c914c47b2cbfb98f6551e3", kill_on_drop: false }`
[INFO] [stdout] 412f93d68a89e0c0d3db95fec032df7624c20bfd58c914c47b2cbfb98f6551e3
