[INFO] cloning repository https://github.com/syntaxskills/codexswitch-cli
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/syntaxskills/codexswitch-cli" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsyntaxskills%2Fcodexswitch-cli", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsyntaxskills%2Fcodexswitch-cli'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 0a316678ed48b92784e8271285c040666ed8a720
[INFO] testing syntaxskills/codexswitch-cli 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%2Fsyntaxskills%2Fcodexswitch-cli" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-2-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/syntaxskills/codexswitch-cli
[INFO] finished tweaking git repo https://github.com/syntaxskills/codexswitch-cli
[INFO] tweaked toml for git repo https://github.com/syntaxskills/codexswitch-cli written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/syntaxskills/codexswitch-cli 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/syntaxskills/codexswitch-cli already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 4dcf57ef7a9115b7c7d2c83c52d00467b746d8e0856f9d20ffce1a1a403334fa
[INFO] running `Command { std: "docker" "start" "4dcf57ef7a9115b7c7d2c83c52d00467b746d8e0856f9d20ffce1a1a403334fa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4dcf57ef7a9115b7c7d2c83c52d00467b746d8e0856f9d20ffce1a1a403334fa", 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" "4dcf57ef7a9115b7c7d2c83c52d00467b746d8e0856f9d20ffce1a1a403334fa" "/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" "4dcf57ef7a9115b7c7d2c83c52d00467b746d8e0856f9d20ffce1a1a403334fa", 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" "4dcf57ef7a9115b7c7d2c83c52d00467b746d8e0856f9d20ffce1a1a403334fa" "/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.186
[INFO] [stderr]    Compiling shlex v2.0.1
[INFO] [stderr]    Compiling log v0.4.32
[INFO] [stderr]    Compiling unicode-segmentation v1.13.3
[INFO] [stderr]    Compiling zeroize v1.9.0
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]    Compiling smallvec v1.15.2
[INFO] [stderr]    Compiling httparse v1.10.1
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling autocfg v1.5.1
[INFO] [stderr]    Compiling syn v2.0.118
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling rustls v0.23.40
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling bytes v1.12.0
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling rustls-pki-types v1.14.1
[INFO] [stderr]    Compiling bitflags v2.13.0
[INFO] [stderr]    Compiling document-features v0.2.12
[INFO] [stderr]    Compiling cc v1.2.64
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling winnow v1.0.3
[INFO] [stderr]    Compiling hashbrown v0.17.1
[INFO] [stderr]    Compiling memchr v2.8.2
[INFO] [stderr]    Compiling fuzzy-matcher v0.3.7
[INFO] [stderr]    Compiling iana-time-zone v0.1.65
[INFO] [stderr]    Compiling convert_case v0.10.0
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling webpki-roots v1.0.8
[INFO] [stderr]    Compiling dyn-clone v1.0.20
[INFO] [stderr]    Compiling is_ci v1.2.0
[INFO] [stderr]    Compiling toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling toml_writer v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling utf8-zero v0.8.1
[INFO] [stderr]    Compiling either v1.16.0
[INFO] [stderr]    Compiling supports-color v3.0.2
[INFO] [stderr]    Compiling colored v3.1.1
[INFO] [stderr]    Compiling rayon v1.12.0
[INFO] [stderr]    Compiling http v1.4.2
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling mio v1.2.1
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling dirs-sys v0.5.0
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling fslock v0.2.1
[INFO] [stderr]    Compiling directories v6.0.0
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling signal-hook-mio v0.2.5
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling ureq-proto v0.6.0
[INFO] [stderr]    Compiling toml_edit v0.25.12+spec-1.1.0
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling derive_more v2.1.1
[INFO] [stderr]    Compiling crossterm v0.29.0
[INFO] [stderr]    Compiling rustls-webpki v0.103.13
[INFO] [stderr]    Compiling inquire v0.9.4
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]    Compiling serde_with_macros v3.21.0
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling serde_with v3.21.0
[INFO] [stderr]    Compiling chrono v0.4.45
[INFO] [stderr]    Compiling ureq v3.3.0
[INFO] [stderr]    Compiling codexswitch-cli v2.0.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.77s
[INFO] running `Command { std: "docker" "inspect" "4dcf57ef7a9115b7c7d2c83c52d00467b746d8e0856f9d20ffce1a1a403334fa", 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" "4dcf57ef7a9115b7c7d2c83c52d00467b746d8e0856f9d20ffce1a1a403334fa" "/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 getrandom v0.4.3
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stderr]    Compiling crossterm v0.29.0
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling inquire v0.9.4
[INFO] [stderr]    Compiling codexswitch-cli v2.0.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 20.82s
[INFO] running `Command { std: "docker" "inspect" "4dcf57ef7a9115b7c7d2c83c52d00467b746d8e0856f9d20ffce1a1a403334fa", 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" "4dcf57ef7a9115b7c7d2c83c52d00467b746d8e0856f9d20ffce1a1a403334fa" "/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.36s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/codexswitch_cli-350835296609de92)
[INFO] [stdout] 
[INFO] [stdout] running 153 tests
[INFO] [stdout] test auth::tests::api_key_helpers ... ok
[INFO] [stdout] test auth::tests::account_id_from_id_token_prefers_workspace_claim ... ok
[INFO] [stdout] test auth::tests::apply_refresh_requires_access_token ... ok
[INFO] [stdout] test auth::tests::apply_refresh_updates_account_id_from_refreshed_id_token ... ok
[INFO] [stdout] test auth::tests::extract_email_and_plan_paths ... ok
[INFO] [stdout] test auth::tests::extract_profile_identity_falls_back_to_sub_and_org ... ok
[INFO] [stdout] test auth::tests::extract_profile_identity_prefers_user_and_workspace_claims ... ok
[INFO] [stdout] test auth::tests::decode_id_token_claims_handles_invalid ... ok
[INFO] [stdout] test auth::tests::format_plan_and_free ... ok
[INFO] [stdout] test auth::tests::extract_profile_identity_uses_account_fallback_when_claims_missing ... ok
[INFO] [stdout] test auth::tests::is_profile_ready_variants ... ok
[INFO] [stdout] test auth::tests::profile_error_variants ... ok
[INFO] [stdout] test auth::tests::read_auth_file_errors ... ok
[INFO] [stdout] test auth::tests::read_tokens_paths ... ok
[INFO] [stdout] test auth::tests::read_tokens_allows_file_store_mode ... ok
[INFO] [stdout] test auth::tests::read_tokens_opt_handles_missing ... ok
[INFO] [stdout] test common::tests::compute_command_name_ignores_blank_env ... ok
[INFO] [stdout] test auth::tests::require_identity_errors ... ok
[INFO] [stdout] test auth::tests::refresh_profile_tokens_refuses_disk_mismatch ... ok
[INFO] [stdout] test auth::tests::require_identity_missing_fields ... ok
[INFO] [stdout] test auth::tests::set_env_clears_value ... ok
[INFO] [stdout] test auth::tests::refresh_profile_tokens_rejects_rotated_disk_tokens_when_identity_is_missing ... ok
[INFO] [stdout] test auth::tests::read_tokens_refuses_non_file_store_modes ... ok
[INFO] [stdout] test common::tests::compute_command_name_fallback ... ok
[INFO] [stdout] test common::tests::compute_command_name_uses_args ... ok
[INFO] [stdout] test common::tests::compute_command_name_uses_env ... ok
[INFO] [stdout] test common::tests::copy_atomic_reads_source ... ok
[INFO] [stdout] test common::tests::unexpected_http_error_plain_message_formats_multiline_for_known_code ... ok
[INFO] [stdout] test auth::tests::refresh_profile_tokens_reuses_rotated_disk_tokens_for_same_profile ... ok
[INFO] [stdout] test auth::tests::update_auth_tokens_writes_account_id_from_refreshed_id_token ... ok
[INFO] [stdout] test auth::tests::update_auth_tokens_errors ... ok
[INFO] [stdout] test common::tests::ensure_file_or_absent_errors_on_dir ... ok
[INFO] [stdout] test common::tests::ensure_paths_permissions_error ... ok
[INFO] [stdout] test auth::tests::refresh_profile_tokens_missing_refresh ... ok
[INFO] [stdout] test common::tests::ensure_paths_errors_when_profiles_is_file ... ok
[INFO] [stdout] test cli::tests::examples_root_uses_clear_professional_headings ... ok
[INFO] [stdout] test common::tests::unexpected_http_error_plain_message_prefers_detail_message ... ok
[INFO] [stdout] test common::tests::reads_toml_strings_with_comments_and_hashes ... ok
[INFO] [stdout] test common::tests::unexpected_http_error_plain_message_sanitizes_terminal_control_sequences ... ok
[INFO] [stdout] test common::tests::copy_atomic_missing_source ... ok
[INFO] [stdout] test common::tests::unexpected_http_error_truncates_long_raw_body ... ok
[INFO] [stdout] test common::tests::unexpected_http_error_uses_x_oai_request_id_fallback ... ok
[INFO] [stdout] test common::tests::unexpected_http_error_surfaces_auth_debug_headers ... ok
[INFO] [stdout] test common::tests::unexpected_http_error_uses_non_json_body_verbatim ... ok
[INFO] [stdout] test common::tests::unexpected_http_error_plain_message_formats_multiline_for_unknown_body ... ok
[INFO] [stdout] test common::tests::write_atomic_invalid_parent ... ok
[INFO] [stdout] test common::tests::write_atomic_invalid_filename ... ok
[INFO] [stdout] test common::tests::write_atomic_create_dir_error ... ok
[INFO] [stdout] test common::tests::write_atomic_with_mode_creates_private_file ... ok
[INFO] [stdout] test profiles::json_output::tests::embedded_json_summary_is_split_into_message_and_response ... ok
[INFO] [stdout] test profiles::json_output::tests::plain_error_summary_remains_text ... ok
[INFO] [stdout] test common::tests::write_atomic_success ... ok
[INFO] [stdout] test profiles::managed_files::tests::managed_file_labels_hide_storage_details ... ok
[INFO] [stdout] test profiles::managed_files::tests::managed_file_presentations_are_terminal_friendly ... ok
[INFO] [stdout] test profiles::config_snapshot::tests::default_apply_replaces_entire_config ... ok
[INFO] [stdout] test profiles::config_snapshot::tests::default_snapshot_copies_entire_config ... ok
[INFO] [stdout] test profiles::tests::confirm_delete_profiles_with_variants ... ok
[INFO] [stdout] test profiles::config_snapshot::tests::settings_without_managed_keys_keep_full_config_default ... ok
[INFO] [stdout] test common::tests::write_atomic_permissions_error ... ok
[INFO] [stdout] test common::tests::write_atomic_rename_error ... ok
[INFO] [stdout] test profiles::config_snapshot::tests::empty_managed_key_list_saves_nothing_and_changes_nothing ... ok
[INFO] [stdout] test common::tests::write_atomic_sync_error ... ok
[INFO] [stdout] test profiles::config_snapshot::tests::configured_keys_are_saved_and_replaced_selectively ... ok
[INFO] [stdout] test common::tests::write_atomic_open_error ... ok
[INFO] [stdout] test auth::tests::refresh_access_token_success_and_status ... ok
[INFO] [stdout] test common::tests::write_atomic_write_error ... ok
[INFO] [stdout] test profiles::tests::handle_inquire_result_variants ... ok
[INFO] [stdout] test profiles::tests::ordered_profile_ids_prefers_current_then_label_then_email ... ok
[INFO] [stdout] test profiles::tests::plain_error_lines_merges_unexpected_status_into_summary ... ok
[INFO] [stdout] test profiles::tests::is_http_401_message_variants ... ok
[INFO] [stdout] test profiles::tests::label_helpers ... ok
[INFO] [stdout] test profiles::tests::prompt_unsaved_load_with_variants ... ok
[INFO] [stdout] test profiles::tests::render_entries_preserves_ansi_display_in_color_mode ... ok
[INFO] [stdout] test profiles::tests::render_helpers ... ok
[INFO] [stdout] test profiles::tests::load_profile_tokens_map_handles_invalid ... ok
[INFO] [stdout] test profiles::tests::require_tty_with_variants ... ok
[INFO] [stdout] test profiles::tests::composite_identity_repeated_save_dedupes ... ok
[INFO] [stdout] test profiles::tests::render_entries_status_all_has_extra_gap_between_profiles ... ok
[INFO] [stdout] test profiles::tests::composite_identity_keeps_team_and_pro_separate ... ok
[INFO] [stdout] test profiles::tests::profiles_index_prunes_missing_profiles ... ok
[INFO] [stdout] test profiles::tests::strip_ansi_sequences_removes_color_codes ... ok
[INFO] [stdout] test profiles::tests::composite_identity_separates_users_in_same_workspace_plan ... ok
[INFO] [stdout] test profiles::tests::load_profile_tokens_map_remove_error ... ok
[INFO] [stdout] test profiles::tests::usage_concurrency_defaults_and_clamps ... ok
[INFO] [stdout] test profiles::tests::resolve_save_and_sync_ids ... ok
[INFO] [stdout] test profiles::tests::profiles_index_roundtrip ... ok
[INFO] [stdout] test profiles::tests::read_profiles_index_does_not_rewrite_when_legacy_strings_only_appear_in_values ... ok
[INFO] [stdout] test profiles::tests::load_profile_tokens_map_ignores_update_cache_file ... ok
[INFO] [stdout] test ui::tests::format_command_uses_name ... ok
[INFO] [stdout] Ultra-fast, cross-platform profile switching for ChatGPT, Codex, and third-party providers
[INFO] [stdout] 
[INFO] [stdout] Usage: codexswitch_cli-350835296609de92 [OPTIONS] <COMMAND>
[INFO] [stdout] 
[INFO] [stdout] Commands:
[INFO] [stdout]   save    Save the current auth.json as a profile
[INFO] [stdout]   load    Load a saved profile
[INFO] [stdout]   list    List saved profiles
[INFO] [stdout]   export  Export saved profiles for backup or transfer
[INFO] [stdout]   import  Import saved profiles from an export bundle
[INFO] [stdout]   doctor  Run local diagnostics
[INFO] [stdout]   label   Manage saved profile labels
[INFO] [stdout]   status  Show usage details for the current or saved profiles
[INFO] [stdout]   delete  Delete saved profiles
[INFO] [stdout]   help    Print this message or the help of the given subcommand(s)
[INFO] [stdout] 
[INFO] [stdout] Options:
[INFO] [stdout]       --plain    Disable styling and separators
[INFO] [stdout]       --json     Print versioned machine-readable JSON output
[INFO] [stdout]   -h, --help     Print help
[INFO] [stdout]   -V, --version  Print version
[INFO] [stdout] 
[INFO] [stdout] Examples:
[INFO] [stdout]   codexswitch_cli-350835296609de92 save --label work
[INFO] [stdout]   codexswitch_cli-350835296609de92 save --label third-party --include-config
[INFO] [stdout]   codexswitch_cli-350835296609de92 load --label work
[INFO] [stdout]   codexswitch_cli-350835296609de92 list --json
[INFO] [stdout]   codexswitch_cli-350835296609de92 status --all --json
[INFO] [stdout]   codexswitch_cli-350835296609de92 export --output profiles-export.json
[INFO] [stdout]   codexswitch_cli-350835296609de92 import --input profiles-export.json
[INFO] [stdout]   codexswitch_cli-350835296609de92 delete --label work --yes
[INFO] [stdout] 
[INFO] [stdout] Use `--json` for versioned machine-readable output. Run `codexswitch_cli-350835296609de92 help <command>` for command-specific options.
[INFO] [stdout] Ultra-fast, cross-platform profile switching for ChatGPT, Codex, and third-party providers
[INFO] [stdout] 
[INFO] [stdout] Usage: codexswitch_cli-350835296609de92 [OPTIONS] <COMMAND>
[INFO] [stdout] 
[INFO] [stdout] Commands:
[INFO] [stdout]   save    Save the current auth.json as a profile
[INFO] [stdout]   load    Load a saved profile
[INFO] [stdout]   list    List saved profiles
[INFO] [stdout]   export  Export saved profiles for backup or transfer
[INFO] [stdout]   import  Import saved profiles from an export bundle
[INFO] [stdout]   doctor  Run local diagnostics
[INFO] [stdout]   label   Manage saved profile labels
[INFO] [stdout]   status  Show usage details for the current or saved profiles
[INFO] [stdout]   delete  Delete saved profiles
[INFO] [stdout]   help    Print this message or the help of the given subcommand(s)
[INFO] [stdout] 
[INFO] [stdout] Options:
[INFO] [stdout]       --plain    Disable styling and separators
[INFO] [stdout]       --json     Print versioned machine-readable JSON output
[INFO] [stdout]   -h, --help     Print help
[INFO] [stdout]   -V, --version  Print version
[INFO] [stdout] 
[INFO] [stdout] Examples:
[INFO] [stdout]   codexswitch_cli-350835296609de92 save --label work
[INFO] [stdout]   codexswitch_cli-350835296609de92 save --label third-party --include-config
[INFO] [stdout]   codexswitch_cli-350835296609de92 load --label work
[INFO] [stdout]   codexswitch_cli-350835296609de92 list --json
[INFO] [stdout]   codexswitch_cli-350835296609de92 status --all --json
[INFO] [stdout]   codexswitch_cli-350835296609de92 export --output profiles-export.json
[INFO] [stdout]   codexswitch_cli-350835296609de92 import --input profiles-export.json
[INFO] [stdout]   codexswitch_cli-350835296609de92 delete --label work --yes
[INFO] [stdout] 
[INFO] [stdout] Use `--json` for versioned machine-readable output. Run `codexswitch_cli-350835296609de92 help <command>` for command-specific options.
[INFO] [stdout] codexswitch-cli 2.0.0
[INFO] [stdout] test ui::tests::format_entry_header_and_separator ... ok
[INFO] [stdout] test ui::tests::format_entry_header_sanitizes_terminal_control_sequences ... ok
[INFO] [stdout] test profiles::tests::snowflake_profile_ids_are_numeric_and_unique ... ok
[INFO] [stdout] test ui::tests::format_error_multiline_aligns_continuation ... ok
[INFO] [stdout] test profiles::tests::delete_profile_by_label ... ok
[INFO] [stdout] test tests::run_cli_with_args_help ... ok
[INFO] [stdout] test auth::tests::refresh_profile_tokens_updates_file ... ok
[INFO] [stdout] test tests::run_cli_list_command ... ok
[INFO] [stdout] test ui::tests::format_entry_header_preserves_existing_ansi_sequences_when_colored ... ok
[INFO] [stdout] test tests::run_cli_with_args_errors ... ok
[INFO] [stdout] test tests::run_update_action_paths ... ok
[INFO] [stdout] test tests::run_cli_with_args_display_version ... ok
[INFO] [stdout] test ui::tests::format_helpers_basic ... ok
[INFO] [stdout] test ui::tests::format_error_plain ... ok
[INFO] [stdout] test tests::run_cli_with_args_display_help ... ok
[INFO] [stdout] test ui::tests::format_profile_display_sanitizes_terminal_control_sequences ... ok
[INFO] [stdout] test ui::tests::format_save_hint_with_auth ... ok
[INFO] [stdout] test ui::tests::format_no_profiles_and_save_before_load ... ok
[INFO] [stdout] test updates::tests::detect_install_source_inner_variants ... ok
[INFO] [stdout] test updates::tests::extract_version_helpers ... ok
[INFO] [stdout] test ui::tests::format_unsaved_warning_plain ... ok
[INFO] [stdout] test ui::tests::normalize_error_variants ... ok
[INFO] [stdout] test ui::tests::render_config_and_cancel ... ok
[INFO] [stdout] test ui::tests::format_profile_display_variants ... ok
[INFO] [stdout] test ui::tests::plain_toggle_affects_output ... ok
[INFO] [stdout] test ui::tests::print_output_blocks ... ok
[INFO] [stdout] test ui::tests::supports_color_respects_no_color ... ok
[INFO] [stdout] test ui::tests::format_warning_multiline_aligns_continuation ... ok
[INFO] [stdout] test updates::tests::updates_disabled_variants ... ok
[INFO] [stdout] test updates::tests::update_action_commands ... ok
[INFO] [stdout] test updates::tests::parse_version_and_compare ... ok
[INFO] [stdout] test updates::tests::get_update_action_debug ... ok
[INFO] [stdout] test usage::tests::format_reset_timestamp_helpers ... ok
[INFO] [stdout] test usage::tests::format_usage_variants ... ok
[INFO] [stdout] test usage::tests::format_usage_line_plain_and_dim ... ok
[INFO] [stdout] test updates::tests::read_update_cache_migrates_legacy_profiles_schema ... ok
[INFO] [stdout] test usage::tests::fetch_usage_details_paths ... ok
[INFO] [stdout] test usage::tests::normalize_base_url_and_endpoint ... ok
[INFO] [stdout] test updates::tests::fetch_versions_from_servers ... ok
[INFO] [stdout] test usage::tests::read_base_url_rejects_spoofed_official_hosts ... ok
[INFO] [stdout] test usage::tests::read_base_url_rejects_unsafe_remote_hosts ... ok
[INFO] [stdout] test usage::tests::read_base_url_rejects_invalid_loopback_shorthand_hosts ... ok
[INFO] [stdout] test usage::tests::retry_after_parsing_paths ... ok
[INFO] [stdout] test usage::tests::style_bar_and_strip_ansi ... ok
[INFO] [stdout] test usage::tests::usage_limits_fallback_to_additional_bucket_when_primary_missing ... ok
[INFO] [stdout] test usage::tests::usage_lines_include_multi_bucket_labels ... ok
[INFO] [stdout] test usage::tests::usage_lines_label_dual_windows_for_single_bucket ... ok
[INFO] [stdout] test usage::tests::usage_unavailable_paths ... ok
[INFO] [stdout] test usage::tests::read_base_url_allows_loopback_hosts ... ok
[INFO] [stdout] test usage::tests::window_labels_follow_api_durations ... ok
[INFO] [stdout] test usage::tests::usage_limits_and_formatting ... ok
[INFO] [stdout] test updates::tests::check_for_update_writes_version ... ok
[INFO] [stdout] test updates::tests::fetch_versions_handle_404 ... ok
[INFO] [stdout] test updates::tests::url_overrides_work ... ok
[INFO] [stdout] test common::tests::ensure_paths_errors_when_unwritable ... FAILED
[INFO] [stdout] test common::tests::ensure_paths_profiles_lock_open_error ... FAILED
[INFO] [stdout] test updates::tests::run_update_prompt_paths ... ok
[INFO] [stdout] test usage::tests::fetch_usage_payload_retries_http_5xx_before_success ... ok
[INFO] [stdout] test usage::tests::fetch_usage_payload_retries_transport_errors_before_success ... ok
[INFO] [stdout] test usage::tests::fetch_usage_payload_returns_transport_error_after_retry_budget ... ok
[INFO] [stdout] test usage::tests::fetch_usage_payload_paths ... ok
[INFO] [stdout] test usage::tests::lock_usage_failure_paths ... ok
[INFO] [stdout] test usage::tests::lock_usage_open_error ... FAILED
[INFO] [stdout] test profiles::tests::sync_and_status_paths ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- common::tests::ensure_paths_errors_when_unwritable stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'common::tests::ensure_paths_errors_when_unwritable' (1737) panicked at src/common.rs:875:40:
[INFO] [stdout] called `Result::unwrap_err()` on an `Ok` value: ()
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59cc38a8ba71 - 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:     0x59cc38a8ba71 - 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:     0x59cc38a8ba71 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x59cc38a8ba71 - <<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:     0x59cc38aa598a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x59cc38aa598a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x59cc38a91d4c - 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:     0x59cc38a91d4c - <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:     0x59cc38a646a6 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x59cc38a646a6 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x59cc38a813a9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x59cc38482920 - <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:     0x59cc38482920 - 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:     0x59cc38a816d2 - <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:     0x59cc38a816d2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x59cc38a64752 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x59cc38a5ba19 - 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:     0x59cc38a6598d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x59cc38aa615c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x59cc38aa5ed2 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x59cc3842083d - <core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>::unwrap_err
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1327:22
[INFO] [stdout]   21:     0x59cc382e69b0 - codexswitch_cli[9a60f1ae68239565]::common::tests::ensure_paths_errors_when_unwritable
[INFO] [stdout]                                at /opt/rustwide/workdir/src/common.rs:875:40
[INFO] [stdout]   22:     0x59cc382e0257 - codexswitch_cli[9a60f1ae68239565]::common::tests::ensure_paths_errors_when_unwritable::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/common.rs:864:45
[INFO] [stdout]   23:     0x59cc38412776 - <codexswitch_cli[9a60f1ae68239565]::common::tests::ensure_paths_errors_when_unwritable::{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]   24:     0x59cc38475c5b - <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]   25:     0x59cc38475c5b - 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]   26:     0x59cc384832a5 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   27:     0x59cc384832a5 - <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]   28:     0x59cc384832a5 - 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]   29:     0x59cc384832a5 - 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]   30:     0x59cc384832a5 - 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]   31:     0x59cc384832a5 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   32:     0x59cc384832a5 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   33:     0x59cc3847dd54 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   34:     0x59cc3847dd54 - 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]   35:     0x59cc384863f2 - 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]   36:     0x59cc384863f2 - <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]   37:     0x59cc384863f2 - 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]   38:     0x59cc384863f2 - 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]   39:     0x59cc384863f2 - 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]   40:     0x59cc384863f2 - 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]   41:     0x59cc384863f2 - <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]   42:     0x59cc38a89eaf - <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]   43:     0x59cc38a89eaf - <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]   44:     0x7c76e888faa4 - <unknown>
[INFO] [stdout]   45:     0x7c76e891ca64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- common::tests::ensure_paths_profiles_lock_open_error stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'common::tests::ensure_paths_profiles_lock_open_error' (1739) panicked at src/common.rs:902:40:
[INFO] [stdout] called `Result::unwrap_err()` on an `Ok` value: ()
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59cc38a8ba71 - 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:     0x59cc38a8ba71 - 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:     0x59cc38a8ba71 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x59cc38a8ba71 - <<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:     0x59cc38aa598a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x59cc38aa598a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x59cc38a91d4c - 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:     0x59cc38a91d4c - <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:     0x59cc38a646a6 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x59cc38a646a6 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x59cc38a813a9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x59cc38482920 - <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:     0x59cc38482920 - 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:     0x59cc38a816d2 - <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:     0x59cc38a816d2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x59cc38a64752 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x59cc38a5ba19 - 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:     0x59cc38a6598d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x59cc38aa615c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x59cc38aa5ed2 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x59cc3842083d - <core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>::unwrap_err
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1327:22
[INFO] [stdout]   21:     0x59cc382e6ddf - codexswitch_cli[9a60f1ae68239565]::common::tests::ensure_paths_profiles_lock_open_error
[INFO] [stdout]                                at /opt/rustwide/workdir/src/common.rs:902:40
[INFO] [stdout]   22:     0x59cc382e0287 - codexswitch_cli[9a60f1ae68239565]::common::tests::ensure_paths_profiles_lock_open_error::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/common.rs:892:47
[INFO] [stdout]   23:     0x59cc384127b6 - <codexswitch_cli[9a60f1ae68239565]::common::tests::ensure_paths_profiles_lock_open_error::{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]   24:     0x59cc38475c5b - <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]   25:     0x59cc38475c5b - 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]   26:     0x59cc384832a5 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   27:     0x59cc384832a5 - <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]   28:     0x59cc384832a5 - 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]   29:     0x59cc384832a5 - 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]   30:     0x59cc384832a5 - 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]   31:     0x59cc384832a5 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   32:     0x59cc384832a5 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   33:     0x59cc3847dd54 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   34:     0x59cc3847dd54 - 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]   35:     0x59cc384863f2 - 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]   36:     0x59cc384863f2 - <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]   37:     0x59cc384863f2 - 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]   38:     0x59cc384863f2 - 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]   39:     0x59cc384863f2 - 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]   40:     0x59cc384863f2 - 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]   41:     0x59cc384863f2 - <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]   42:     0x59cc38a89eaf - <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]   43:     0x59cc38a89eaf - <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]   44:     0x7c76e888faa4 - <unknown>
[INFO] [stdout]   45:     0x7c76e891ca64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- usage::tests::lock_usage_open_error stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'usage::tests::lock_usage_open_error' (1869) panicked at src/usage.rs:1172:38:
[INFO] [stdout] called `Result::unwrap_err()` on an `Ok` value: UsageLock { _lock: LockFile { locked: true, desc: 3 } }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59cc38a8ba71 - 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:     0x59cc38a8ba71 - 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:     0x59cc38a8ba71 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x59cc38a8ba71 - <<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:     0x59cc38aa598a - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x59cc38aa598a - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x59cc38a91d4c - 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:     0x59cc38a91d4c - <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:     0x59cc38a646a6 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x59cc38a646a6 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x59cc38a813a9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x59cc38482920 - <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:     0x59cc38482920 - 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:     0x59cc38a816d2 - <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:     0x59cc38a816d2 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x59cc38a64752 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x59cc38a5ba19 - 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:     0x59cc38a6598d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x59cc38aa615c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x59cc38aa5ed2 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x59cc3841ff90 - <core[6883ba1bc0fe4ed1]::result::Result<codexswitch_cli[9a60f1ae68239565]::usage::UsageLock, alloc[55a36b64bcbf2c0d]::string::String>>::unwrap_err
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1327:22
[INFO] [stdout]   21:     0x59cc3831b66b - codexswitch_cli[9a60f1ae68239565]::usage::tests::lock_usage_open_error
[INFO] [stdout]                                at /opt/rustwide/workdir/src/usage.rs:1172:38
[INFO] [stdout]   22:     0x59cc383051f7 - codexswitch_cli[9a60f1ae68239565]::usage::tests::lock_usage_open_error::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/usage.rs:1160:31
[INFO] [stdout]   23:     0x59cc38411df6 - <codexswitch_cli[9a60f1ae68239565]::usage::tests::lock_usage_open_error::{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]   24:     0x59cc38475c5b - <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]   25:     0x59cc38475c5b - 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]   26:     0x59cc384832a5 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   27:     0x59cc384832a5 - <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]   28:     0x59cc384832a5 - 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]   29:     0x59cc384832a5 - 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]   30:     0x59cc384832a5 - 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]   31:     0x59cc384832a5 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   32:     0x59cc384832a5 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   33:     0x59cc3847dd54 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   34:     0x59cc3847dd54 - 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]   35:     0x59cc384863f2 - 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]   36:     0x59cc384863f2 - <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]   37:     0x59cc384863f2 - 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]   38:     0x59cc384863f2 - 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]   39:     0x59cc384863f2 - 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]   40:     0x59cc384863f2 - 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]   41:     0x59cc384863f2 - <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]   42:     0x59cc38a89eaf - <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]   43:     0x59cc38a89eaf - <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]   44:     0x7c76e888faa4 - <unknown>
[INFO] [stdout]   45:     0x7c76e891ca64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     common::tests::ensure_paths_errors_when_unwritable
[INFO] [stdout]     common::tests::ensure_paths_profiles_lock_open_error
[INFO] [stdout]     usage::tests::lock_usage_open_error
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 150 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.84s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "4dcf57ef7a9115b7c7d2c83c52d00467b746d8e0856f9d20ffce1a1a403334fa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4dcf57ef7a9115b7c7d2c83c52d00467b746d8e0856f9d20ffce1a1a403334fa", kill_on_drop: false }`
[INFO] [stdout] 4dcf57ef7a9115b7c7d2c83c52d00467b746d8e0856f9d20ffce1a1a403334fa
