[INFO] cloning repository https://github.com/annabarnes1138/zprof [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/annabarnes1138/zprof" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fannabarnes1138%2Fzprof", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fannabarnes1138%2Fzprof'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 9f982806762962898fae2766445257bea04ba85a [INFO] testing annabarnes1138/zprof against try#8da20828b6ea601dfd8e2448cb50ace88876bd78 for pr-150933 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fannabarnes1138%2Fzprof" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] started tweaking git repo https://github.com/annabarnes1138/zprof [INFO] finished tweaking git repo https://github.com/annabarnes1138/zprof [INFO] tweaked toml for git repo https://github.com/annabarnes1138/zprof written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/annabarnes1138/zprof on toolchain 8da20828b6ea601dfd8e2448cb50ace88876bd78 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8da20828b6ea601dfd8e2448cb50ace88876bd78" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/annabarnes1138/zprof 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" "+8da20828b6ea601dfd8e2448cb50ace88876bd78" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:cfa559dde23f44738f9990739aaa3487d8df3af37eb5df0572f7cf76004a604a" "/opt/rustwide/cargo-home/bin/cargo" "+8da20828b6ea601dfd8e2448cb50ace88876bd78" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 06eaa321c272cfcc323cbb8900da6b9770ff695d9c7136786c00e62896048230 [INFO] running `Command { std: "docker" "start" "-a" "06eaa321c272cfcc323cbb8900da6b9770ff695d9c7136786c00e62896048230", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "06eaa321c272cfcc323cbb8900da6b9770ff695d9c7136786c00e62896048230", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "06eaa321c272cfcc323cbb8900da6b9770ff695d9c7136786c00e62896048230", kill_on_drop: false }` [INFO] [stdout] 06eaa321c272cfcc323cbb8900da6b9770ff695d9c7136786c00e62896048230 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:cfa559dde23f44738f9990739aaa3487d8df3af37eb5df0572f7cf76004a604a" "/opt/rustwide/cargo-home/bin/cargo" "+8da20828b6ea601dfd8e2448cb50ace88876bd78" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 16d6b3b047a0086af24e83d4fd976b8f80e71950b7ddebe62203068b704568b1 [INFO] running `Command { std: "docker" "start" "-a" "16d6b3b047a0086af24e83d4fd976b8f80e71950b7ddebe62203068b704568b1", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.103 [INFO] [stderr] Compiling libc v0.2.177 [INFO] [stderr] Compiling find-msvc-tools v0.1.4 [INFO] [stderr] Compiling bitflags v2.10.0 [INFO] [stderr] Compiling icu_properties_data v2.1.1 [INFO] [stderr] Compiling rustix v1.1.2 [INFO] [stderr] Compiling signal-hook v0.3.18 [INFO] [stderr] Compiling log v0.4.28 [INFO] [stderr] Compiling linux-raw-sys v0.11.0 [INFO] [stderr] Compiling rustix v0.38.44 [INFO] [stderr] Compiling getrandom v0.3.4 [INFO] [stderr] Compiling memchr v2.7.6 [INFO] [stderr] Compiling convert_case v0.7.1 [INFO] [stderr] Compiling anstyle-parse v0.2.7 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling instability v0.3.9 [INFO] [stderr] Compiling colorchoice v1.0.4 [INFO] [stderr] Compiling crc32fast v1.5.0 [INFO] [stderr] Compiling percent-encoding v2.3.2 [INFO] [stderr] Compiling portable-atomic v1.11.1 [INFO] [stderr] Compiling anstyle-query v1.1.4 [INFO] [stderr] Compiling anstyle v1.0.13 [INFO] [stderr] Compiling linux-raw-sys v0.4.15 [INFO] [stderr] Compiling is_terminal_polyfill v1.70.2 [INFO] [stderr] Compiling hashbrown v0.15.5 [INFO] [stderr] Compiling form_urlencoded v1.2.2 [INFO] [stderr] Compiling itertools v0.13.0 [INFO] [stderr] Compiling crypto-common v0.1.7 [INFO] [stderr] Compiling castaway v0.2.4 [INFO] [stderr] Compiling adler2 v2.0.1 [INFO] [stderr] Compiling simd-adler32 v0.3.7 [INFO] [stderr] Compiling regex-syntax v0.8.8 [INFO] [stderr] Compiling clap_lex v0.7.6 [INFO] [stderr] Compiling litrs v1.0.0 [INFO] [stderr] Compiling anyhow v1.0.100 [INFO] [stderr] Compiling anstream v0.6.21 [INFO] [stderr] Compiling serde_json v1.0.145 [INFO] [stderr] Compiling indoc v2.0.7 [INFO] [stderr] Compiling option-ext v0.2.0 [INFO] [stderr] Compiling winnow v0.7.13 [INFO] [stderr] Compiling aho-corasick v1.1.4 [INFO] [stderr] Compiling clap_builder v4.5.51 [INFO] [stderr] Compiling miniz_oxide v0.8.9 [INFO] [stderr] Compiling quote v1.0.41 [INFO] [stderr] Compiling lru v0.12.5 [INFO] [stderr] Compiling compact_str v0.8.1 [INFO] [stderr] Compiling document-features v0.2.12 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling serde_spanned v1.0.3 [INFO] [stderr] Compiling syn v2.0.108 [INFO] [stderr] Compiling toml_datetime v0.7.3 [INFO] [stderr] Compiling jobserver v0.1.34 [INFO] [stderr] Compiling signal-hook-registry v1.4.6 [INFO] [stderr] Compiling parking_lot_core v0.9.12 [INFO] [stderr] Compiling mio v1.1.0 [INFO] [stderr] Compiling cc v1.2.44 [INFO] [stderr] Compiling parking_lot v0.12.5 [INFO] [stderr] Compiling unicode-truncate v1.1.0 [INFO] [stderr] Compiling filetime v0.2.26 [INFO] [stderr] Compiling console v0.16.1 [INFO] [stderr] Compiling dirs-sys v0.4.1 [INFO] [stderr] Compiling console v0.15.11 [INFO] [stderr] Compiling shell-words v1.1.0 [INFO] [stderr] Compiling iana-time-zone v0.1.64 [INFO] [stderr] Compiling openssl-probe v0.1.6 [INFO] [stderr] Compiling toml_writer v1.0.4 [INFO] [stderr] Compiling zeroize v1.8.2 [INFO] [stderr] Compiling signal-hook-mio v0.2.5 [INFO] [stderr] Compiling unit-prefix v0.5.1 [INFO] [stderr] Compiling cassowary v0.3.0 [INFO] [stderr] Compiling crossterm v0.28.1 [INFO] [stderr] Compiling indicatif v0.18.2 [INFO] [stderr] Compiling dirs v5.0.1 [INFO] [stderr] Compiling sha2 v0.10.9 [INFO] [stderr] Compiling flate2 v1.1.5 [INFO] [stderr] Compiling toml_parser v1.0.4 [INFO] [stderr] Compiling toml v0.9.8 [INFO] [stderr] Compiling libz-sys v1.1.22 [INFO] [stderr] Compiling openssl-sys v0.9.110 [INFO] [stderr] Compiling libssh2-sys v0.3.1 [INFO] [stderr] Compiling libgit2-sys v0.18.2+1.9.1 [INFO] [stderr] Compiling xattr v1.6.1 [INFO] [stderr] Compiling regex-automata v0.4.13 [INFO] [stderr] Compiling tempfile v3.23.0 [INFO] [stderr] Compiling tar v0.4.44 [INFO] [stderr] Compiling regex v1.12.2 [INFO] [stderr] Compiling synstructure v0.13.2 [INFO] [stderr] Compiling darling_core v0.20.11 [INFO] [stderr] Compiling zerofrom-derive v0.1.6 [INFO] [stderr] Compiling yoke-derive v0.8.1 [INFO] [stderr] Compiling zerovec-derive v0.11.2 [INFO] [stderr] Compiling displaydoc v0.2.5 [INFO] [stderr] Compiling serde_derive v1.0.228 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling derive_more-impl v2.0.1 [INFO] [stderr] Compiling strum_macros v0.26.4 [INFO] [stderr] Compiling clap_derive v4.5.49 [INFO] [stderr] Compiling derive_more v2.0.1 [INFO] [stderr] Compiling crossterm v0.29.0 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Compiling darling_macro v0.20.11 [INFO] [stderr] Compiling zerofrom v0.1.6 [INFO] [stderr] Compiling dialoguer v0.11.0 [INFO] [stderr] Compiling yoke v0.8.1 [INFO] [stderr] Compiling zerovec v0.11.5 [INFO] [stderr] Compiling zerotrie v0.2.3 [INFO] [stderr] Compiling darling v0.20.11 [INFO] [stderr] Compiling strum v0.26.3 [INFO] [stderr] Compiling clap v4.5.51 [INFO] [stderr] Compiling ratatui v0.29.0 [INFO] [stderr] Compiling tinystr v0.8.2 [INFO] [stderr] Compiling potential_utf v0.1.4 [INFO] [stderr] Compiling icu_locale_core v2.1.1 [INFO] [stderr] Compiling icu_collections v2.1.1 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling icu_provider v2.1.1 [INFO] [stderr] Compiling icu_normalizer v2.1.1 [INFO] [stderr] Compiling icu_properties v2.1.1 [INFO] [stderr] Compiling chrono v0.4.42 [INFO] [stderr] Compiling idna_adapter v1.2.1 [INFO] [stderr] Compiling idna v1.1.0 [INFO] [stderr] Compiling url v2.5.7 [INFO] [stderr] Compiling git2 v0.20.2 [INFO] [stderr] Compiling zprof v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s [INFO] running `Command { std: "docker" "inspect" "16d6b3b047a0086af24e83d4fd976b8f80e71950b7ddebe62203068b704568b1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "16d6b3b047a0086af24e83d4fd976b8f80e71950b7ddebe62203068b704568b1", kill_on_drop: false }` [INFO] [stdout] 16d6b3b047a0086af24e83d4fd976b8f80e71950b7ddebe62203068b704568b1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:cfa559dde23f44738f9990739aaa3487d8df3af37eb5df0572f7cf76004a604a" "/opt/rustwide/cargo-home/bin/cargo" "+8da20828b6ea601dfd8e2448cb50ace88876bd78" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f1bc79aec69aa59f3e014c8973cdcb77b6c27345ddecc6412fc788fba03c94af [INFO] running `Command { std: "docker" "start" "-a" "f1bc79aec69aa59f3e014c8973cdcb77b6c27345ddecc6412fc788fba03c94af", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.7.6 [INFO] [stderr] Compiling futures-core v0.3.31 [INFO] [stderr] Compiling futures-sink v0.3.31 [INFO] [stderr] Compiling slab v0.4.11 [INFO] [stderr] Compiling futures-io v0.3.31 [INFO] [stderr] Compiling sdd v3.0.10 [INFO] [stderr] Compiling serial_test_derive v3.2.0 [INFO] [stderr] Compiling similar v2.7.0 [INFO] [stderr] Compiling futures-channel v0.3.31 [INFO] [stderr] Compiling scc v2.4.0 [INFO] [stderr] Compiling aho-corasick v1.1.4 [INFO] [stderr] Compiling futures-util v0.3.31 [INFO] [stderr] Compiling serde_json v1.0.145 [INFO] [stderr] Compiling insta v1.43.2 [INFO] [stderr] Compiling regex-automata v0.4.13 [INFO] [stderr] Compiling futures-executor v0.3.31 [INFO] [stderr] Compiling futures v0.3.31 [INFO] [stderr] Compiling serial_test v3.2.0 [INFO] [stderr] Compiling regex v1.12.2 [INFO] [stderr] Compiling zprof v0.1.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 45.75s [INFO] running `Command { std: "docker" "inspect" "f1bc79aec69aa59f3e014c8973cdcb77b6c27345ddecc6412fc788fba03c94af", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f1bc79aec69aa59f3e014c8973cdcb77b6c27345ddecc6412fc788fba03c94af", kill_on_drop: false }` [INFO] [stdout] f1bc79aec69aa59f3e014c8973cdcb77b6c27345ddecc6412fc788fba03c94af [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:cfa559dde23f44738f9990739aaa3487d8df3af37eb5df0572f7cf76004a604a" "/opt/rustwide/cargo-home/bin/cargo" "+8da20828b6ea601dfd8e2448cb50ace88876bd78" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 304532094d720403cc2e45dfa07e969e4316a2ccd71eaf11d7a2bc9daa4b95c0 [INFO] running `Command { std: "docker" "start" "-a" "304532094d720403cc2e45dfa07e969e4316a2ccd71eaf11d7a2bc9daa4b95c0", kill_on_drop: false }` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.51s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/zprof-db3e463a8af15322) [INFO] [stdout] [INFO] [stdout] running 334 tests [INFO] [stdout] test archive::export::tests::test_create_metadata ... ok [INFO] [stdout] test archive::export::tests::test_format_file_size_mb ... ok [INFO] [stdout] test archive::export::tests::test_should_not_exclude_normal_files ... ok [INFO] [stdout] test archive::export::tests::test_should_exclude_editor_files ... ok [INFO] [stdout] test archive::export::tests::test_should_exclude_framework_dirs ... ok [INFO] [stdout] test archive::export::tests::test_should_exclude_cache_files ... ok [INFO] [stdout] test archive::github::tests::test_get_profile_dir ... ok [INFO] [stdout] test archive::github::tests::test_parse_github_url_empty_repo ... ok [INFO] [stdout] test archive::github::tests::test_parse_github_url_empty_username ... ok [INFO] [stdout] test archive::github::tests::test_parse_github_url_with_hyphens ... ok [INFO] [stdout] test archive::import::tests::test_get_profile_dir ... ok [INFO] [stdout] test archive::import::tests::test_prompt_new_name_validation ... ok [INFO] [stdout] test archive::github::tests::test_parse_github_url_missing_prefix ... ok [INFO] [stdout] test archive::github::tests::test_parse_github_url_valid ... ok [INFO] [stdout] test archive::export::tests::test_format_file_size_bytes ... ok [INFO] [stdout] test archive::github::tests::test_parse_github_url_missing_slash ... ok [INFO] [stdout] test backup::pre_zprof::tests::test_backup_exists_when_no_backup ... ok [INFO] [stdout] test backup::pre_zprof::tests::test_backup_exists_with_manifest ... ok [INFO] [stdout] test backup::pre_zprof::tests::test_validate_backup_missing_manifest ... ok [INFO] [stdout] test archive::export::tests::test_format_file_size_kb ... ok [INFO] [stdout] test backup::restore::tests::test_conflict_resolution_variants ... ok [INFO] [stdout] test backup::restore::tests::test_validation_report_invalid_when_missing_permissions ... ok [INFO] [stdout] test backup::restore::tests::test_validation_report_is_valid ... ok [INFO] [stdout] test backup::restore::tests::test_validation_report_get_issues ... ok [INFO] [stdout] test backup::snapshot::tests::test_calculate_archive_size_single_file ... ok [INFO] [stdout] test backup::restore::tests::test_validate_preconditions_structure ... ok [INFO] [stdout] test backup::snapshot::tests::test_safety_summary_fields ... ok [INFO] [stdout] test backup::snapshot::tests::test_calculate_archive_size_directory ... ok [INFO] [stdout] test backup::snapshot::tests::test_create_final_snapshot_validates_source_exists ... ok [INFO] [stdout] test backup::snapshot::tests::test_create_final_snapshot_creates_tarball ... ok [INFO] [stdout] test backup::snapshot::tests::test_tarball_permissions_are_600 ... ok [INFO] [stdout] test cleanup::tests::test_cleanup_report_new ... ok [INFO] [stdout] test cleanup::tests::test_cleanup_report_total_removed ... ok [INFO] [stdout] test backup::pre_zprof::tests::test_move_configs_skips_missing_files ... ok [INFO] [stdout] test backup::pre_zprof::tests::test_move_configs_handles_readonly_files ... ok [INFO] [stdout] test backup::pre_zprof::tests::test_create_backup_with_multiple_files ... ok [INFO] [stdout] test backup::pre_zprof::tests::test_move_configs_with_no_files ... ok [INFO] [stdout] test backup::pre_zprof::tests::test_backup_directory_permissions ... ok [INFO] [stdout] test cli::create::tests::test_validate_profile_name_error_messages ... ok [INFO] [stdout] test backup::pre_zprof::tests::test_create_backup_with_zshrc ... ok [INFO] [stdout] test cleanup::tests::test_remove_zprof_zshenv_when_file_doesnt_exist ... ok [INFO] [stdout] test backup::pre_zprof::tests::test_create_backup_skips_missing_files ... ok [INFO] [stdout] test backup::pre_zprof::tests::test_validate_backup ... ok [INFO] [stdout] test cli::create::tests::test_validate_profile_name_invalid ... ok [INFO] [stdout] test cleanup::tests::test_cleanup_report_with_errors ... ok [INFO] [stdout] test cleanup::tests::test_remove_profiles_dir_completely ... ok [INFO] [stdout] test cleanup::tests::test_remove_profiles_dir_keep_backups ... ok [INFO] [stdout] test cleanup::tests::test_remove_zprof_zshenv_removes_zprof_file ... ok [INFO] [stdout] test cleanup::tests::test_remove_zprof_zshenv_preserves_non_zprof_file ... ok [INFO] [stdout] test cli::current::tests::test_format_date_different_month ... ok [INFO] [stdout] test cli::edit::tests::test_get_profile_dir ... ok [INFO] [stdout] test backup::pre_zprof::tests::test_move_configs_handles_symlinks ... ok [INFO] [stdout] test cli::delete::tests::test_confirm_deletion_acceptance ... ok [INFO] [stdout] test cli::edit::tests::test_detect_editor_respects_environment ... ok [INFO] [stdout] test cli::gui::tests::test_gui_execute_with_feature ... ok [INFO] [stdout] test cli::delete::tests::test_profile_structure_validation ... ok [INFO] [stdout] test cli::rollback::tests::test_confirm_rollback_acceptance ... ok [INFO] [stdout] test backup::pre_zprof::tests::test_move_configs_to_backup ... ok [INFO] [stdout] test cli::init::tests::test_init_args_creation ... ok [INFO] [stdout] test cli::list::tests::test_list_profiles_basic ... ok [INFO] [stdout] test cli::regenerate::tests::test_regenerate_args_parsing ... ok [INFO] [stdout] test cli::rollback::tests::test_detect_framework_info_oh_my_zsh ... ok [INFO] [stdout] test backup::pre_zprof::tests::test_create_backup_idempotent ... ok [INFO] [stdout] test cli::create_from_preset::tests::test_validate_profile_name_reused ... ok [INFO] [stdout] test cli::rollback::tests::test_validate_backup_integrity_empty ... ok [INFO] [stdout] test cli::edit::tests::test_detect_editor_returns_value ... ok [INFO] [stdout] test cli::edit::tests::test_create_and_restore_backup ... ok [INFO] [stdout] test cli::gui::tests::test_gui_args_parse ... ok [INFO] [stdout] test cli::uninstall::tests::test_restore_option_cli_values ... ok [INFO] [stdout] test cli::show::tests::test_format_date ... ok [INFO] [stdout] test cli::uninstall::tests::test_restore_option_debug ... ok [INFO] [stdout] test core::backup_manifest::tests::test_backup_manifest_creation ... ok [INFO] [stdout] test cli::rollback::tests::test_detect_framework_info_no_manifest ... ok [INFO] [stdout] test core::backup_manifest::tests::test_backed_up_file_from_path ... ok [INFO] [stdout] test cli::create::tests::test_validate_profile_name_valid ... ok [INFO] [stdout] test core::config::tests::test_config_default ... ok [INFO] [stdout] test core::config::tests::test_config_roundtrip ... ok [INFO] [stdout] test core::config::tests::test_config_to_toml ... ok [INFO] [stdout] test core::filesystem::tests::test_copy_dir_recursive_source_not_exists ... ok [INFO] [stdout] test core::backup_manifest::tests::test_backed_up_file_preserves_permissions ... ok [INFO] [stdout] test core::filesystem::tests::test_safe_delete_directory_not_a_directory ... ok [INFO] [stdout] test core::filesystem::tests::test_safe_delete_directory_not_exists ... ok [INFO] [stdout] test core::backup_manifest::tests::test_backup_manifest_save_and_load ... ok [INFO] [stdout] test core::filesystem::tests::test_create_directory ... ok [INFO] [stdout] test core::backup_manifest::tests::test_backed_up_file_checksum_verification ... ok [INFO] [stdout] test core::manifest::tests::test_from_framework_info_defaults_to_framework_theme ... ok [INFO] [stdout] test core::manifest::tests::test_from_preset_all_presets_different_configs ... ok [INFO] [stdout] test cli::rollback::tests::test_validate_backup_integrity_valid ... ok [INFO] [stdout] test core::manifest::tests::test_from_preset_copies_plugins ... ok [INFO] [stdout] test core::manifest::tests::test_from_preset_sets_framework_correctly ... ok [INFO] [stdout] test core::manifest::tests::test_from_preset_sets_env_vars ... ok [INFO] [stdout] test core::manifest::tests::test_from_preset_with_prompt_engine ... ok [INFO] [stdout] test core::manifest::tests::test_all_supported_frameworks_validate ... ok [INFO] [stdout] test core::manifest::tests::test_get_supported_frameworks ... ok [INFO] [stdout] test core::manifest::tests::test_from_preset_sets_prompt_mode ... ok [INFO] [stdout] test core::manifest::tests::test_backward_compatibility_empty_theme ... ok [INFO] [stdout] test core::manifest::tests::test_from_preset_manifest_validates ... ok [INFO] [stdout] test core::manifest::tests::test_backward_compatibility_with_legacy_theme_field ... ok [INFO] [stdout] test core::manifest::tests::test_from_preset_creates_valid_manifest ... ok [INFO] [stdout] test core::manifest::tests::test_from_preset_roundtrip_serialization ... ok [INFO] [stdout] test core::manifest::tests::test_from_preset_with_framework_theme ... ok [INFO] [stdout] test core::manifest::tests::test_manifest_from_framework_info ... ok [INFO] [stdout] test core::manifest::tests::test_parse_invalid_toml ... ok [INFO] [stdout] test core::manifest::tests::test_manifest_to_toml ... ok [INFO] [stdout] test core::filesystem::tests::test_create_nested_directory ... ok [INFO] [stdout] test core::filesystem::tests::test_copy_dir_recursive ... ok [INFO] [stdout] test core::manifest::tests::test_parse_manifest_with_framework_theme ... ok [INFO] [stdout] test core::manifest::tests::test_parse_manifest_with_prompt_engine ... ok [INFO] [stdout] test core::manifest::tests::test_load_and_validate_integration ... ok [INFO] [stdout] test core::manifest::tests::test_validate_empty_plugin_string ... ok [INFO] [stdout] test core::manifest::tests::test_manifest_exists ... ok [INFO] [stdout] test core::manifest::tests::test_parse_minimal_manifest ... ok [INFO] [stdout] test core::filesystem::tests::test_safe_delete_directory_success ... ok [INFO] [stdout] test core::manifest::tests::test_roundtrip_with_framework_theme ... ok [INFO] [stdout] test core::manifest::tests::test_parse_valid_manifest ... ok [INFO] [stdout] test core::manifest::tests::test_toml_serialization_includes_prompt_mode ... ok [INFO] [stdout] test core::manifest::tests::test_manifest_roundtrip ... ok [INFO] [stdout] test core::manifest::tests::test_roundtrip_with_prompt_engine ... ok [INFO] [stdout] test core::manifest::tests::test_validate_empty_profile_name ... ok [INFO] [stdout] test core::manifest::tests::test_validate_framework_success ... ok [INFO] [stdout] test core::manifest::tests::test_validate_framework_theme_allows_empty_theme ... ok [INFO] [stdout] test core::manifest::tests::test_validate_invalid_framework ... ok [INFO] [stdout] test core::manifest::tests::test_validate_prompt_engine_success ... ok [INFO] [stdout] test core::manifest::tests::test_validate_invalid_env_key ... ok [INFO] [stdout] test core::manifest::tests::test_validate_prompt_engine_with_empty_engine ... ok [INFO] [stdout] test core::manifest::tests::test_validate_framework_failure ... ok [INFO] [stdout] test cli::current::tests::test_format_date ... ok [INFO] [stdout] test core::manifest::tests::test_validate_whitespace_only_theme ... ok [INFO] [stdout] test core::manifest::tests::test_validate_valid_manifest ... ok [INFO] [stdout] test core::profile::tests::test_scan_profiles_empty_directory ... ok [INFO] [stdout] test core::profile::tests::test_list_available_profiles_empty ... ok [INFO] [stdout] test core::profile::tests::test_validate_not_active_with_no_active_profile ... ok [INFO] [stdout] test core::profile::tests::test_validate_profile_success ... ok [INFO] [stdout] test core::profile::tests::test_scan_profiles_skips_invalid_entries ... ok [INFO] [stdout] test core::profile::tests::test_validate_profile_missing_zshrc ... ok [INFO] [stdout] test core::profile::tests::test_scan_profiles_nonexistent_directory ... ok [INFO] [stdout] test core::profile::tests::test_scan_profiles_with_profiles ... ok [INFO] [stdout] test archive::github::tests::test_parse_github_url_too_many_slashes ... ok [INFO] [stdout] test core::profile::tests::test_validate_profile_missing_manifest ... ok [INFO] [stdout] test fonts::detector::tests::test_linux_font_directories ... ok [INFO] [stdout] test fonts::detector::tests::test_detection_result_font_paths ... ok [INFO] [stdout] test fonts::detector::tests::test_detection_result_is_installed ... ok [INFO] [stdout] test fonts::detector::tests::test_get_font_directories_returns_valid_paths ... ok [INFO] [stdout] test fonts::detector::tests::test_is_nerd_font_file_invalid ... ok [INFO] [stdout] test fonts::detector::tests::test_detection_result_count ... ok [INFO] [stdout] test fonts::detector::tests::test_is_nerd_font_file_valid ... ok [INFO] [stdout] test fonts::nerd_fonts::tests::test_all_engines_with_nerd_font_requirement_have_recommendations ... ok [INFO] [stdout] test fonts::nerd_fonts::tests::test_font_ids_are_unique ... ok [INFO] [stdout] test fonts::nerd_fonts::tests::test_all_fonts_have_valid_metadata ... ok [INFO] [stdout] test fonts::nerd_fonts::tests::test_get_fonts_for_engine ... ok [INFO] [stdout] test fonts::nerd_fonts::tests::test_get_recommended_fonts ... ok [INFO] [stdout] test fonts::nerd_fonts::tests::test_registry_has_six_fonts ... ok [INFO] [stdout] test fonts::nerd_fonts::tests::test_recommended_fonts_have_recommendations ... ok [INFO] [stdout] test frameworks::installer::tests::test_install_framework_placeholder_types ... ignored, Slow test: clones real repositories including Prezto with submodules (~60s) [INFO] [stdout] test frameworks::installer::tests::test_install_oh_my_zsh_real ... ignored [INFO] [stdout] test frameworks::installer::tests::test_install_prezto_real ... ignored [INFO] [stdout] test frameworks::detector::tests::test_detect_no_frameworks ... ok [INFO] [stdout] test frameworks::installer::tests::test_install_zap_real ... ignored [INFO] [stdout] test frameworks::installer::tests::test_install_zimfw_real ... ignored [INFO] [stdout] test frameworks::installer::tests::test_install_zinit_real ... ignored [INFO] [stdout] test frameworks::oh_my_zsh::tests::test_extract_plugins_empty ... ok [INFO] [stdout] test fonts::detector::tests::test_scan_directory_recursive_nested ... ok [INFO] [stdout] test frameworks::oh_my_zsh::tests::test_extract_plugins_multiline ... ok [INFO] [stdout] test frameworks::installer::tests::test_install_plugin_creates_directory ... ok [INFO] [stdout] test frameworks::oh_my_zsh::tests::test_extract_plugins_not_found ... ok [INFO] [stdout] test frameworks::oh_my_zsh::tests::test_extract_plugins_with_spaces ... ok [INFO] [stdout] test fonts::nerd_fonts::tests::test_get_font_by_id ... ok [INFO] [stdout] test frameworks::oh_my_zsh::tests::test_extract_theme_not_found ... ok [INFO] [stdout] test frameworks::oh_my_zsh::tests::test_extract_theme_double_quotes ... ok [INFO] [stdout] test fonts::detector::tests::test_scan_empty_directory ... ok [INFO] [stdout] test frameworks::installer::tests::test_install_profile_creates_framework_and_plugins ... ok [INFO] [stdout] test fonts::nerd_fonts::tests::test_get_all_fonts ... ok [INFO] [stdout] test frameworks::oh_my_zsh::tests::test_extract_plugins_simple ... ok [INFO] [stdout] test frameworks::detector::tests::test_framework_type_name ... ok [INFO] [stdout] test frameworks::oh_my_zsh::tests::test_extract_theme_with_spaces ... ok [INFO] [stdout] test frameworks::prezto::tests::test_extract_modules_single_line ... ok [INFO] [stdout] test frameworks::prezto::tests::test_extract_modules_with_spaces ... ok [INFO] [stdout] test frameworks::prezto::tests::test_extract_theme_not_found ... ok [INFO] [stdout] test frameworks::prezto::tests::test_extract_modules_empty ... ok [INFO] [stdout] test frameworks::prezto::tests::test_extract_theme_powerlevel10k ... ok [INFO] [stdout] test frameworks::prezto::tests::test_extract_modules_multiline ... ok [INFO] [stdout] test frameworks::zap::tests::test_extract_zap_plugins_double_quotes ... ok [INFO] [stdout] test frameworks::zap::tests::test_extract_zap_plugins_single_quotes ... ok [INFO] [stdout] test frameworks::zap::tests::test_extract_zap_with_comments ... ok [INFO] [stdout] test frameworks::zap::tests::test_extract_zap_simple_names ... ok [INFO] [stdout] test frameworks::zap::tests::test_extract_zap_with_spaces ... ok [INFO] [stdout] test frameworks::zap::tests::test_extract_zap_with_theme ... ok [INFO] [stdout] test frameworks::oh_my_zsh::tests::test_extract_theme_single_quotes ... ok [INFO] [stdout] test frameworks::zimfw::tests::test_extract_modules_empty ... ok [INFO] [stdout] test frameworks::prezto::tests::test_extract_theme_pure ... ok [INFO] [stdout] test frameworks::prezto::tests::test_extract_theme_with_spaces ... ok [INFO] [stdout] test frameworks::zap::tests::test_extract_zap_empty ... ok [INFO] [stdout] test frameworks::zimfw::tests::test_extract_modules_simple ... ok [INFO] [stdout] test frameworks::zimfw::tests::test_extract_modules_with_comments ... ok [INFO] [stdout] test git::tests::test_clone_real_repository ... ignored [INFO] [stdout] test frameworks::zinit::tests::test_extract_zinit_empty ... ok [INFO] [stdout] test frameworks::zinit::tests::test_extract_zinit_with_comments ... ok [INFO] [stdout] test frameworks::zinit::tests::test_extract_zinit_with_theme ... ok [INFO] [stdout] test frameworks::zimfw::tests::test_extract_modules_with_theme ... ok [INFO] [stdout] test frameworks::zimfw::tests::test_extract_modules_ohmyzsh_style ... ok [INFO] [stdout] test frameworks::zinit::tests::test_extract_zinit_mixed ... ok [INFO] [stdout] test presets::tests::test_developer_preset_structure ... ok [INFO] [stdout] test presets::tests::test_all_presets_meet_plugin_count_requirements ... ok [INFO] [stdout] test git::tests::test_clone_repository_existing_destination ... ok [INFO] [stdout] test presets::tests::test_find_preset_by_id_case_insensitive ... ok [INFO] [stdout] test git::tests::test_clone_repository_invalid_url ... ok [INFO] [stdout] test frameworks::zinit::tests::test_extract_zinit_plugins_load ... ok [INFO] [stdout] test presets::tests::test_find_preset_by_id_not_found ... ok [INFO] [stdout] test presets::tests::test_fancy_preset_has_twelve_plugins ... ok [INFO] [stdout] test presets::tests::test_preset_ids_match_expected ... ok [INFO] [stdout] test presets::tests::test_minimal_preset_structure ... ok [INFO] [stdout] test presets::tests::test_preset_has_all_required_fields ... ok [INFO] [stdout] test presets::tests::test_preset_plugins_are_non_empty ... ok [INFO] [stdout] test presets::tests::test_performance_preset_has_five_plugins ... ok [INFO] [stdout] test presets::tests::test_preset_shell_options_non_empty ... ok [INFO] [stdout] test presets::tests::test_find_preset_by_id_exact_match ... ok [INFO] [stdout] test presets::tests::test_preset_ids_are_unique ... ok [INFO] [stdout] test presets::tests::test_presets_have_valid_frameworks ... ok [INFO] [stdout] test presets::tests::test_prompt_mode_helper ... ok [INFO] [stdout] test prompts::engine::tests::test_all_engines_represented ... ok [INFO] [stdout] test presets::tests::test_preset_registry_count ... ok [INFO] [stdout] test presets::tests::test_presets_have_valid_prompt_modes ... ok [INFO] [stdout] test prompts::engine::tests::test_cross_shell_compatibility ... ok [INFO] [stdout] test presets::tests::test_performance_preset_uses_fast_framework ... ok [INFO] [stdout] test prompts::engine::tests::test_engine_serialization ... ok [INFO] [stdout] test prompts::engine::tests::test_installation_methods ... ok [INFO] [stdout] test prompts::installer::tests::test_install_starship ... ignored [INFO] [stdout] test presets::tests::test_preset_env_vars_valid ... ok [INFO] [stdout] test prompts::engine::tests::test_metadata_completeness ... ok [INFO] [stdout] test prompts::installer::tests::test_rollback ... ok [INFO] [stdout] test shell::generator::tests::test_engine_init_order ... ok [INFO] [stdout] test prompts::engine::tests::test_name_accessor ... ok [INFO] [stdout] test prompts::engine::tests::test_nerd_font_requirements ... ok [INFO] [stdout] test prompts::installer::tests::test_get_install_dir ... ok [INFO] [stdout] test prompts::installer::tests::test_installer_creation ... ok [INFO] [stdout] test shell::generator::tests::test_generate_with_powerlevel10k_prompt_engine ... ok [INFO] [stdout] test shell::generator::tests::test_generate_with_starship_prompt_engine ... ok [INFO] [stdout] test shell::generator::tests::test_generate_zshenv_from_manifest_with_env_vars ... ok [INFO] [stdout] test shell::generator::tests::test_escape_shell_value ... ok [INFO] [stdout] test shell::generator::tests::test_generate_zshrc_from_manifest_oh_my_zsh ... ok [INFO] [stdout] test shell::generator::tests::test_generate_zshrc_from_manifest_prezto ... ok [INFO] [stdout] test shell::generator::tests::test_framework_theme_mode_still_works ... ok [INFO] [stdout] test shell::generator::tests::test_generate_zshenv_from_manifest_basic ... ok [INFO] [stdout] test shell::generator::tests::test_generate_zshrc_empty_theme ... ok [INFO] [stdout] test shell::generator::tests::test_generate_zshrc_empty_plugins ... ok [INFO] [stdout] test shell::generator::tests::test_generate_zshenv_special_char_escaping ... ok [INFO] [stdout] test shell::generator::tests::test_generate_zshrc_from_manifest_zimfw ... ok [INFO] [stdout] test shell::generator::tests::test_generate_zshrc_unsupported_framework ... ok [INFO] [stdout] test shell::generator::tests::test_generate_zshrc_from_manifest_zap ... ok [INFO] [stdout] test shell::generator::tests::test_generation_performance ... ok [INFO] [stdout] test shell::generator::tests::test_prompt_engine_with_zimfw ... ok [INFO] [stdout] test shell::generator::tests::test_oh_my_posh_init ... ok [INFO] [stdout] test shell::generator::tests::test_generate_zshrc_from_manifest_zinit ... ok [INFO] [stdout] test shell::generator::tests::test_prompt_engine_with_prezto ... ok [INFO] [stdout] test shell::generator::tests::test_spaceship_init ... ok [INFO] [stdout] test shell::generator::tests::test_unsupported_engine_error ... ok [INFO] [stdout] test shell::generator::tests::test_write_generated_files_creates_directory ... ok [INFO] [stdout] test shell::generator::tests::test_regeneration_overwrites_files ... ok [INFO] [stdout] test shell::generator::tests::test_generated_files_are_syntactically_valid ... ok [INFO] [stdout] test prompts::installer::tests::test_is_installed_check ... ok [INFO] [stdout] test tui::framework_select::tests::test_select_previous_wrapping ... ok [INFO] [stdout] test tui::plugin_browser::tests::test_filter_plugins_by_description ... ok [INFO] [stdout] test shell::zdotdir::tests::test_has_existing_zdotdir_empty ... ok [INFO] [stdout] test shell::zdotdir::tests::test_zdotdir_export_format ... ok [INFO] [stdout] test tui::framework_select::tests::test_framework_option_count ... ok [INFO] [stdout] test tui::framework_select::tests::test_framework_option_has_descriptions ... ok [INFO] [stdout] test shell::zdotdir::tests::test_backup_filename_generation ... ok [INFO] [stdout] test tui::framework_select::tests::test_framework_option_names ... ok [INFO] [stdout] test tui::framework_select::tests::test_select_navigation ... ok [INFO] [stdout] test tui::framework_select::tests::test_select_next_wrapping ... ok [INFO] [stdout] test tui::plugin_browser::tests::test_filter_plugins_by_name ... ok [INFO] [stdout] test tui::plugin_browser::tests::test_filter_plugins_case_insensitive ... ok [INFO] [stdout] test tui::plugin_browser::tests::test_filter_plugins_empty_query ... ok [INFO] [stdout] test tui::plugin_browser::tests::test_select_navigation_wrapping ... ok [INFO] [stdout] test tui::plugin_browser::tests::test_toggle_selection ... ok [INFO] [stdout] test tui::preset_select::tests::test_all_presets_included ... ok [INFO] [stdout] test tui::preset_select::tests::test_select_next_wrapping ... ok [INFO] [stdout] test tui::preset_select::tests::test_preset_details_format ... ok [INFO] [stdout] test tui::preset_select::tests::test_minimal_preset_exists ... ok [INFO] [stdout] test tui::plugin_browser::tests::test_get_selected_plugins ... ok [INFO] [stdout] test tui::plugin_browser::tests::test_get_selected_plugins_empty ... ok [INFO] [stdout] test tui::preset_select::tests::test_select_navigation ... ok [INFO] [stdout] test tui::preset_select::tests::test_preset_choice_variants ... ok [INFO] [stdout] test tui::preset_select::tests::test_last_option_is_custom ... ok [INFO] [stdout] test tui::preset_select::tests::test_select_previous_wrapping ... ok [INFO] [stdout] test tui::prompt_engine_select::tests::test_get_all_engines ... ok [INFO] [stdout] test tui::preset_select::tests::test_selection_options_count ... ok [INFO] [stdout] test tui::prompt_engine_select::tests::test_engine_order ... ok [INFO] [stdout] test tui::prompt_engine_select::tests::test_nerd_font_warnings ... ok [INFO] [stdout] test tui::prompt_engine_select::tests::test_select_empty_list ... ok [INFO] [stdout] test tui::prompt_mode_select::tests::test_select_next_wrapping ... ok [INFO] [stdout] test tui::prompt_mode_select::tests::test_select_empty_list ... ok [INFO] [stdout] test tui::prompt_engine_select::tests::test_select_next_wrapping ... ok [INFO] [stdout] test tui::prompt_engine_select::tests::test_select_previous_wrapping ... ok [INFO] [stdout] test tui::setup_mode_select::tests::test_select_navigation ... ok [INFO] [stdout] test tui::prompt_mode_select::tests::test_get_prompt_mode_choices ... ok [INFO] [stdout] test tui::setup_mode_select::tests::test_select_next_wrapping ... ok [INFO] [stdout] test tui::setup_mode_select::tests::test_select_previous_wrapping ... ok [INFO] [stdout] test tui::setup_mode_select::tests::test_setup_mode_match ... ok [INFO] [stdout] test tui::setup_mode_select::tests::test_setup_mode_enum_variants ... ok [INFO] [stdout] test tui::setup_mode_select::tests::test_setup_mode_option_count ... ok [INFO] [stdout] test tui::setup_mode_select::tests::test_default_selection_is_quick ... ok [INFO] [stdout] test tui::setup_mode_select::tests::test_setup_mode_option_has_descriptions ... ok [INFO] [stdout] test tui::prompt_mode_select::tests::test_select_previous_wrapping ... ok [INFO] [stdout] test tui::tests::test_panic_hook_installation ... ok [INFO] [stdout] test tui::theme_select::tests::test_framework_theme_mode_proceeds_to_selection ... ok [INFO] [stdout] test tui::theme_select::tests::test_select_empty_list ... ok [INFO] [stdout] test tui::theme_select::tests::test_select_next_wrapping ... ok [INFO] [stdout] test tui::theme_select::tests::test_select_previous_wrapping ... ok [INFO] [stdout] test tui::uninstall_confirm::tests::test_format_number ... ok [INFO] [stdout] test tui::uninstall_confirm::tests::test_format_size_bytes ... ok [INFO] [stdout] test tui::uninstall_confirm::tests::test_format_size_megabytes ... ok [INFO] [stdout] test tui::theme_select::tests::test_get_themes_for_framework_oh_my_zsh ... ok [INFO] [stdout] test tui::uninstall_confirm::tests::test_format_summary_clean_removal ... ok [INFO] [stdout] test tui::uninstall_confirm::tests::test_format_size_kilobytes ... ok [INFO] [stdout] test tui::uninstall_confirm::tests::test_restore_option_variants ... ok [INFO] [stdout] test tui::setup_mode_select::tests::test_setup_mode_option_names ... ok [INFO] [stdout] test tui::uninstall_confirm::tests::test_format_summary_promote_profile ... ok [INFO] [stdout] test tui::uninstall_confirm::tests::test_format_size_gigabytes ... ok [INFO] [stdout] test tui::theme_select::tests::test_get_themes_for_framework_zimfw ... ok [INFO] [stdout] test tui::uninstall_confirm::tests::test_uninstall_summary_creation ... ok [INFO] [stdout] test tui::uninstall_confirm::tests::test_format_summary_pre_zprof ... ok [INFO] [stdout] test tui::theme_select::tests::test_skip_theme_selection_for_prompt_engine ... ok [INFO] [stdout] test tui::uninstall_confirm::tests::test_format_timestamp ... ok [INFO] [stdout] test tui::uninstall_select::tests::test_restoration_option_count ... ok [INFO] [stdout] test tui::uninstall_select::tests::test_restoration_option_disabled_states ... ok [INFO] [stdout] test tui::uninstall_select::tests::test_select_next_wrapping ... ok [INFO] [stdout] test tui::uninstall_select::tests::test_restoration_option_enabled_states ... ok [INFO] [stdout] test tui::uninstall_select::tests::test_select_previous_wrapping ... ok [INFO] [stdout] test frameworks::zinit::tests::test_extract_zinit_plugins_light ... ok [INFO] [stdout] test shell::generator::tests::test_all_engine_framework_combinations ... ok [INFO] [stdout] test fonts::detector::tests::test_detect_without_cache ... ok [INFO] [stdout] test fonts::detector::tests::test_caching_returns_same_result ... ok [INFO] [stdout] test fonts::detector::tests::test_scan_directory_finds_fonts ... ok [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/zprof-e423cf8a3039839f) [INFO] [stdout] [INFO] [stdout] test result: ok. 326 passed; 0 failed; 8 ignored; 0 measured; 0 filtered out; finished in 0.07s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 313 tests [INFO] [stdout] test archive::export::tests::test_format_file_size_bytes ... ok [INFO] [stdout] test archive::export::tests::test_format_file_size_kb ... ok [INFO] [stdout] test archive::export::tests::test_format_file_size_mb ... ok [INFO] [stdout] test archive::export::tests::test_should_exclude_cache_files ... ok [INFO] [stdout] test archive::export::tests::test_should_exclude_editor_files ... ok [INFO] [stdout] test archive::export::tests::test_should_exclude_framework_dirs ... ok [INFO] [stdout] test archive::github::tests::test_get_profile_dir ... ok [INFO] [stdout] test archive::github::tests::test_parse_github_url_empty_repo ... ok [INFO] [stdout] test archive::github::tests::test_parse_github_url_missing_prefix ... ok [INFO] [stdout] test archive::github::tests::test_parse_github_url_empty_username ... ok [INFO] [stdout] test archive::github::tests::test_parse_github_url_missing_slash ... ok [INFO] [stdout] test archive::github::tests::test_parse_github_url_too_many_slashes ... ok [INFO] [stdout] test archive::export::tests::test_should_not_exclude_normal_files ... ok [INFO] [stdout] test archive::github::tests::test_parse_github_url_valid ... ok [INFO] [stdout] test archive::github::tests::test_parse_github_url_with_hyphens ... ok [INFO] [stdout] test archive::import::tests::test_get_profile_dir ... ok [INFO] [stdout] test archive::import::tests::test_prompt_new_name_validation ... ok [INFO] [stdout] test backup::restore::tests::test_conflict_resolution_variants ... ok [INFO] [stdout] test backup::pre_zprof::tests::test_backup_exists_when_no_backup ... ok [INFO] [stdout] test backup::pre_zprof::tests::test_create_backup_skips_missing_files ... ok [INFO] [stdout] test backup::pre_zprof::tests::test_create_backup_with_zshrc ... ok [INFO] [stdout] test backup::pre_zprof::tests::test_validate_backup_missing_manifest ... ok [INFO] [stdout] test backup::pre_zprof::tests::test_backup_directory_permissions ... ok [INFO] [stdout] test backup::pre_zprof::tests::test_move_configs_with_no_files ... ok [INFO] [stdout] test backup::pre_zprof::tests::test_move_configs_skips_missing_files ... ok [INFO] [stdout] test backup::restore::tests::test_validation_report_get_issues ... ok [INFO] [stdout] test backup::pre_zprof::tests::test_create_backup_with_multiple_files ... ok [INFO] [stdout] test backup::pre_zprof::tests::test_create_backup_idempotent ... ok [INFO] [stdout] test backup::pre_zprof::tests::test_move_configs_to_backup ... ok [INFO] [stdout] test backup::restore::tests::test_validate_preconditions_structure ... ok [INFO] [stdout] test backup::pre_zprof::tests::test_backup_exists_with_manifest ... ok [INFO] [stdout] test backup::pre_zprof::tests::test_validate_backup ... ok [INFO] [stdout] test archive::export::tests::test_create_metadata ... ok [INFO] [stdout] test backup::restore::tests::test_validation_report_invalid_when_missing_permissions ... ok [INFO] [stdout] test backup::restore::tests::test_validation_report_is_valid ... ok [INFO] [stdout] test cleanup::tests::test_cleanup_report_total_removed ... ok [INFO] [stdout] test backup::snapshot::tests::test_create_final_snapshot_validates_source_exists ... ok [INFO] [stdout] test backup::snapshot::tests::test_safety_summary_fields ... ok [INFO] [stdout] test cleanup::tests::test_cleanup_report_with_errors ... ok [INFO] [stdout] test backup::snapshot::tests::test_calculate_archive_size_directory ... ok [INFO] [stdout] test backup::snapshot::tests::test_calculate_archive_size_single_file ... ok [INFO] [stdout] test cleanup::tests::test_remove_profiles_dir_completely ... ok [INFO] [stdout] test backup::pre_zprof::tests::test_move_configs_handles_readonly_files ... ok [INFO] [stdout] test cli::delete::tests::test_confirm_deletion_acceptance ... ok [INFO] [stdout] test cleanup::tests::test_remove_profiles_dir_keep_backups ... ok [INFO] [stdout] test cli::delete::tests::test_profile_structure_validation ... ok [INFO] [stdout] test cli::current::tests::test_format_date ... ok [INFO] [stdout] test backup::snapshot::tests::test_create_final_snapshot_creates_tarball ... ok [INFO] [stdout] test cleanup::tests::test_cleanup_report_new ... ok [INFO] [stdout] test cleanup::tests::test_remove_zprof_zshenv_when_file_doesnt_exist ... ok [INFO] [stdout] test cli::edit::tests::test_detect_editor_respects_environment ... ok [INFO] [stdout] test cleanup::tests::test_remove_zprof_zshenv_removes_zprof_file ... ok [INFO] [stdout] test cli::create::tests::test_validate_profile_name_error_messages ... ok [INFO] [stdout] test cli::edit::tests::test_create_and_restore_backup ... ok [INFO] [stdout] test backup::snapshot::tests::test_tarball_permissions_are_600 ... ok [INFO] [stdout] test cli::create_from_preset::tests::test_validate_profile_name_reused ... ok [INFO] [stdout] test cli::create::tests::test_validate_profile_name_valid ... ok [INFO] [stdout] test cli::current::tests::test_format_date_different_month ... ok [INFO] [stdout] test cli::edit::tests::test_detect_editor_returns_value ... ok [INFO] [stdout] test cli::edit::tests::test_get_profile_dir ... ok [INFO] [stdout] test cli::create::tests::test_validate_profile_name_invalid ... ok [INFO] [stdout] test backup::pre_zprof::tests::test_move_configs_handles_symlinks ... ok [INFO] [stdout] test cli::gui::tests::test_gui_args_parse ... ok [INFO] [stdout] test cli::init::tests::test_init_args_creation ... ok [INFO] [stdout] test cli::rollback::tests::test_confirm_rollback_acceptance ... ok [INFO] [stdout] test cleanup::tests::test_remove_zprof_zshenv_preserves_non_zprof_file ... ok [INFO] [stdout] test cli::show::tests::test_format_date ... ok [INFO] [stdout] test cli::gui::tests::test_gui_execute_with_feature ... ok [INFO] [stdout] test cli::rollback::tests::test_detect_framework_info_oh_my_zsh ... ok [INFO] [stdout] test cli::rollback::tests::test_validate_backup_integrity_empty ... ok [INFO] [stdout] test cli::regenerate::tests::test_regenerate_args_parsing ... ok [INFO] [stdout] test cli::rollback::tests::test_detect_framework_info_no_manifest ... ok [INFO] [stdout] test cli::uninstall::tests::test_restore_option_cli_values ... ok [INFO] [stdout] test cli::uninstall::tests::test_restore_option_debug ... ok [INFO] [stdout] test cli::list::tests::test_list_profiles_basic ... ok [INFO] [stdout] test core::backup_manifest::tests::test_backup_manifest_creation ... ok [INFO] [stdout] test core::config::tests::test_config_default ... ok [INFO] [stdout] test cli::rollback::tests::test_validate_backup_integrity_valid ... ok [INFO] [stdout] test core::config::tests::test_config_to_toml ... ok [INFO] [stdout] test core::filesystem::tests::test_safe_delete_directory_not_a_directory ... ok [INFO] [stdout] test core::config::tests::test_config_roundtrip ... ok [INFO] [stdout] test core::backup_manifest::tests::test_backed_up_file_preserves_permissions ... ok [INFO] [stdout] test core::filesystem::tests::test_safe_delete_directory_success ... ok [INFO] [stdout] test core::filesystem::tests::test_safe_delete_directory_not_exists ... ok [INFO] [stdout] test core::manifest::tests::test_all_supported_frameworks_validate ... ok [INFO] [stdout] test core::backup_manifest::tests::test_backed_up_file_from_path ... ok [INFO] [stdout] test core::backup_manifest::tests::test_backup_manifest_save_and_load ... ok [INFO] [stdout] test core::manifest::tests::test_backward_compatibility_empty_theme ... ok [INFO] [stdout] test core::filesystem::tests::test_copy_dir_recursive ... ok [INFO] [stdout] test core::filesystem::tests::test_copy_dir_recursive_source_not_exists ... ok [INFO] [stdout] test core::filesystem::tests::test_create_nested_directory ... ok [INFO] [stdout] test core::filesystem::tests::test_create_directory ... ok [INFO] [stdout] test core::backup_manifest::tests::test_backed_up_file_checksum_verification ... ok [INFO] [stdout] test core::manifest::tests::test_from_preset_copies_plugins ... ok [INFO] [stdout] test core::manifest::tests::test_from_preset_creates_valid_manifest ... ok [INFO] [stdout] test core::manifest::tests::test_backward_compatibility_with_legacy_theme_field ... ok [INFO] [stdout] test core::manifest::tests::test_from_framework_info_defaults_to_framework_theme ... ok [INFO] [stdout] test core::manifest::tests::test_from_preset_manifest_validates ... ok [INFO] [stdout] test core::manifest::tests::test_from_preset_sets_prompt_mode ... ok [INFO] [stdout] test core::manifest::tests::test_from_preset_all_presets_different_configs ... ok [INFO] [stdout] test core::manifest::tests::test_get_supported_frameworks ... ok [INFO] [stdout] test core::manifest::tests::test_from_preset_with_framework_theme ... ok [INFO] [stdout] test core::manifest::tests::test_manifest_from_framework_info ... ok [INFO] [stdout] test core::manifest::tests::test_manifest_to_toml ... ok [INFO] [stdout] test core::manifest::tests::test_from_preset_sets_env_vars ... ok [INFO] [stdout] test core::manifest::tests::test_parse_invalid_toml ... ok [INFO] [stdout] test core::manifest::tests::test_from_preset_with_prompt_engine ... ok [INFO] [stdout] test core::manifest::tests::test_from_preset_sets_framework_correctly ... ok [INFO] [stdout] test core::manifest::tests::test_parse_manifest_with_framework_theme ... ok [INFO] [stdout] test core::manifest::tests::test_parse_minimal_manifest ... ok [INFO] [stdout] test core::manifest::tests::test_parse_manifest_with_prompt_engine ... ok [INFO] [stdout] test core::manifest::tests::test_roundtrip_with_framework_theme ... ok [INFO] [stdout] test core::manifest::tests::test_parse_valid_manifest ... ok [INFO] [stdout] test core::manifest::tests::test_roundtrip_with_prompt_engine ... ok [INFO] [stdout] test core::manifest::tests::test_load_and_validate_integration ... ok [INFO] [stdout] test core::manifest::tests::test_manifest_exists ... ok [INFO] [stdout] test core::manifest::tests::test_manifest_roundtrip ... ok [INFO] [stdout] test core::manifest::tests::test_from_preset_roundtrip_serialization ... ok [INFO] [stdout] test core::profile::tests::test_scan_profiles_empty_directory ... ok [INFO] [stdout] test core::manifest::tests::test_validate_empty_profile_name ... ok [INFO] [stdout] test core::manifest::tests::test_toml_serialization_includes_prompt_mode ... ok [INFO] [stdout] test core::manifest::tests::test_validate_framework_failure ... ok [INFO] [stdout] test core::manifest::tests::test_validate_framework_success ... ok [INFO] [stdout] test core::manifest::tests::test_validate_framework_theme_allows_empty_theme ... ok [INFO] [stdout] test core::manifest::tests::test_validate_invalid_env_key ... ok [INFO] [stdout] test core::manifest::tests::test_validate_empty_plugin_string ... ok [INFO] [stdout] test core::manifest::tests::test_validate_prompt_engine_success ... ok [INFO] [stdout] test core::manifest::tests::test_validate_prompt_engine_with_empty_engine ... ok [INFO] [stdout] test core::manifest::tests::test_validate_invalid_framework ... ok [INFO] [stdout] test core::manifest::tests::test_validate_valid_manifest ... ok [INFO] [stdout] test core::profile::tests::test_list_available_profiles_empty ... ok [INFO] [stdout] test core::manifest::tests::test_validate_whitespace_only_theme ... ok [INFO] [stdout] test frameworks::installer::tests::test_install_framework_placeholder_types ... ignored, Slow test: clones real repositories including Prezto with submodules (~60s) [INFO] [stdout] test frameworks::installer::tests::test_install_oh_my_zsh_real ... ignored [INFO] [stdout] test frameworks::installer::tests::test_install_prezto_real ... ignored [INFO] [stdout] test frameworks::installer::tests::test_install_zap_real ... ignored [INFO] [stdout] test frameworks::installer::tests::test_install_zimfw_real ... ignored [INFO] [stdout] test frameworks::installer::tests::test_install_zinit_real ... ignored [INFO] [stdout] test frameworks::oh_my_zsh::tests::test_extract_plugins_not_found ... ok [INFO] [stdout] test core::profile::tests::test_validate_profile_missing_zshrc ... ok [INFO] [stdout] test core::profile::tests::test_scan_profiles_nonexistent_directory ... ok [INFO] [stdout] test frameworks::installer::tests::test_install_profile_creates_framework_and_plugins ... ok [INFO] [stdout] test frameworks::detector::tests::test_detect_no_frameworks ... ok [INFO] [stdout] test frameworks::oh_my_zsh::tests::test_extract_plugins_with_spaces ... ok [INFO] [stdout] test frameworks::oh_my_zsh::tests::test_extract_plugins_multiline ... ok [INFO] [stdout] test core::profile::tests::test_validate_not_active_with_no_active_profile ... ok [INFO] [stdout] test frameworks::detector::tests::test_framework_type_name ... ok [INFO] [stdout] test frameworks::oh_my_zsh::tests::test_extract_theme_single_quotes ... ok [INFO] [stdout] test frameworks::oh_my_zsh::tests::test_extract_plugins_simple ... ok [INFO] [stdout] test frameworks::prezto::tests::test_extract_modules_empty ... ok [INFO] [stdout] test frameworks::prezto::tests::test_extract_modules_single_line ... ok [INFO] [stdout] test frameworks::prezto::tests::test_extract_modules_with_spaces ... ok [INFO] [stdout] test frameworks::oh_my_zsh::tests::test_extract_plugins_empty ... ok [INFO] [stdout] test frameworks::oh_my_zsh::tests::test_extract_theme_with_spaces ... ok [INFO] [stdout] test frameworks::prezto::tests::test_extract_modules_multiline ... ok [INFO] [stdout] test frameworks::prezto::tests::test_extract_theme_pure ... ok [INFO] [stdout] test frameworks::prezto::tests::test_extract_theme_with_spaces ... ok [INFO] [stdout] test frameworks::zap::tests::test_extract_zap_empty ... ok [INFO] [stdout] test core::profile::tests::test_validate_profile_missing_manifest ... ok [INFO] [stdout] test frameworks::installer::tests::test_install_plugin_creates_directory ... ok [INFO] [stdout] test frameworks::prezto::tests::test_extract_theme_powerlevel10k ... ok [INFO] [stdout] test frameworks::oh_my_zsh::tests::test_extract_theme_double_quotes ... ok [INFO] [stdout] test frameworks::oh_my_zsh::tests::test_extract_theme_not_found ... ok [INFO] [stdout] test frameworks::zap::tests::test_extract_zap_plugins_double_quotes ... ok [INFO] [stdout] test frameworks::prezto::tests::test_extract_theme_not_found ... ok [INFO] [stdout] test core::profile::tests::test_scan_profiles_with_profiles ... ok [INFO] [stdout] test core::profile::tests::test_validate_profile_success ... ok [INFO] [stdout] test frameworks::zap::tests::test_extract_zap_simple_names ... ok [INFO] [stdout] test frameworks::zap::tests::test_extract_zap_plugins_single_quotes ... ok [INFO] [stdout] test core::profile::tests::test_scan_profiles_skips_invalid_entries ... ok [INFO] [stdout] test frameworks::zimfw::tests::test_extract_modules_empty ... ok [INFO] [stdout] test frameworks::zimfw::tests::test_extract_modules_ohmyzsh_style ... ok [INFO] [stdout] test frameworks::zap::tests::test_extract_zap_with_theme ... ok [INFO] [stdout] test frameworks::zimfw::tests::test_extract_modules_simple ... ok [INFO] [stdout] test git::tests::test_clone_real_repository ... ignored [INFO] [stdout] test frameworks::zimfw::tests::test_extract_modules_with_comments ... ok [INFO] [stdout] test frameworks::zinit::tests::test_extract_zinit_empty ... ok [INFO] [stdout] test frameworks::zap::tests::test_extract_zap_with_spaces ... ok [INFO] [stdout] test frameworks::zap::tests::test_extract_zap_with_comments ... ok [INFO] [stdout] test frameworks::zinit::tests::test_extract_zinit_plugins_light ... ok [INFO] [stdout] test frameworks::zinit::tests::test_extract_zinit_plugins_load ... ok [INFO] [stdout] test frameworks::zinit::tests::test_extract_zinit_mixed ... ok [INFO] [stdout] test frameworks::zinit::tests::test_extract_zinit_with_theme ... ok [INFO] [stdout] test frameworks::zinit::tests::test_extract_zinit_with_comments ... ok [INFO] [stdout] test presets::tests::test_developer_preset_structure ... ok [INFO] [stdout] test presets::tests::test_fancy_preset_has_twelve_plugins ... ok [INFO] [stdout] test presets::tests::test_all_presets_meet_plugin_count_requirements ... ok [INFO] [stdout] test frameworks::zimfw::tests::test_extract_modules_with_theme ... ok [INFO] [stdout] test presets::tests::test_find_preset_by_id_case_insensitive ... ok [INFO] [stdout] test presets::tests::test_find_preset_by_id_exact_match ... ok [INFO] [stdout] test git::tests::test_clone_repository_invalid_url ... ok [INFO] [stdout] test presets::tests::test_preset_has_all_required_fields ... ok [INFO] [stdout] test presets::tests::test_preset_ids_are_unique ... ok [INFO] [stdout] test presets::tests::test_preset_ids_match_expected ... ok [INFO] [stdout] test presets::tests::test_preset_shell_options_non_empty ... ok [INFO] [stdout] test presets::tests::test_presets_have_valid_frameworks ... ok [INFO] [stdout] test git::tests::test_clone_repository_existing_destination ... ok [INFO] [stdout] test presets::tests::test_performance_preset_uses_fast_framework ... ok [INFO] [stdout] test presets::tests::test_preset_plugins_are_non_empty ... ok [INFO] [stdout] test presets::tests::test_preset_registry_count ... ok [INFO] [stdout] test presets::tests::test_preset_env_vars_valid ... ok [INFO] [stdout] test presets::tests::test_minimal_preset_structure ... ok [INFO] [stdout] test presets::tests::test_find_preset_by_id_not_found ... ok [INFO] [stdout] test presets::tests::test_presets_have_valid_prompt_modes ... ok [INFO] [stdout] test presets::tests::test_performance_preset_has_five_plugins ... ok [INFO] [stdout] test prompts::engine::tests::test_engine_serialization ... ok [INFO] [stdout] test prompts::engine::tests::test_name_accessor ... ok [INFO] [stdout] test prompts::installer::tests::test_install_starship ... ignored [INFO] [stdout] test prompts::engine::tests::test_nerd_font_requirements ... ok [INFO] [stdout] test prompts::installer::tests::test_installer_creation ... ok [INFO] [stdout] test prompts::installer::tests::test_rollback ... ok [INFO] [stdout] test shell::generator::tests::test_escape_shell_value ... ok [INFO] [stdout] test prompts::engine::tests::test_metadata_completeness ... ok [INFO] [stdout] test prompts::installer::tests::test_get_install_dir ... ok [INFO] [stdout] test shell::generator::tests::test_framework_theme_mode_still_works ... ok [INFO] [stdout] test shell::generator::tests::test_generate_with_powerlevel10k_prompt_engine ... ok [INFO] [stdout] test shell::generator::tests::test_generate_zshenv_from_manifest_with_env_vars ... ok [INFO] [stdout] test shell::generator::tests::test_generate_zshenv_from_manifest_basic ... ok [INFO] [stdout] test shell::generator::tests::test_engine_init_order ... ok [INFO] [stdout] test shell::generator::tests::test_generate_zshenv_special_char_escaping ... ok [INFO] [stdout] test presets::tests::test_prompt_mode_helper ... ok [INFO] [stdout] test prompts::engine::tests::test_all_engines_represented ... ok [INFO] [stdout] test prompts::engine::tests::test_cross_shell_compatibility ... ok [INFO] [stdout] test shell::generator::tests::test_generate_with_starship_prompt_engine ... ok [INFO] [stdout] test prompts::installer::tests::test_is_installed_check ... ok [INFO] [stdout] test prompts::engine::tests::test_installation_methods ... ok [INFO] [stdout] test shell::generator::tests::test_generate_zshrc_empty_theme ... ok [INFO] [stdout] test shell::generator::tests::test_generate_zshrc_from_manifest_prezto ... ok [INFO] [stdout] test shell::generator::tests::test_generate_zshrc_from_manifest_oh_my_zsh ... ok [INFO] [stdout] test shell::generator::tests::test_generate_zshrc_from_manifest_zap ... ok [INFO] [stdout] test shell::generator::tests::test_generate_zshrc_from_manifest_zinit ... ok [INFO] [stdout] test shell::generator::tests::test_oh_my_posh_init ... ok [INFO] [stdout] test shell::generator::tests::test_prompt_engine_with_prezto ... ok [INFO] [stdout] test shell::generator::tests::test_generate_zshrc_empty_plugins ... ok [INFO] [stdout] test shell::generator::tests::test_prompt_engine_with_zimfw ... ok [INFO] [stdout] test shell::generator::tests::test_generate_zshrc_unsupported_framework ... ok [INFO] [stdout] test shell::generator::tests::test_generated_files_are_syntactically_valid ... ok [INFO] [stdout] test shell::generator::tests::test_generation_performance ... ok [INFO] [stdout] test shell::generator::tests::test_generate_zshrc_from_manifest_zimfw ... ok [INFO] [stdout] test tui::framework_select::tests::test_select_previous_wrapping ... ok [INFO] [stdout] test tui::plugin_browser::tests::test_filter_plugins_by_name ... ok [INFO] [stdout] test tui::plugin_browser::tests::test_filter_plugins_case_insensitive ... ok [INFO] [stdout] test shell::generator::tests::test_spaceship_init ... ok [INFO] [stdout] test shell::generator::tests::test_unsupported_engine_error ... ok [INFO] [stdout] test shell::generator::tests::test_write_generated_files_creates_directory ... ok [INFO] [stdout] test shell::zdotdir::tests::test_backup_filename_generation ... ok [INFO] [stdout] test shell::zdotdir::tests::test_zdotdir_export_format ... ok [INFO] [stdout] test shell::generator::tests::test_regeneration_overwrites_files ... ok [INFO] [stdout] test tui::framework_select::tests::test_framework_option_count ... ok [INFO] [stdout] test tui::framework_select::tests::test_framework_option_names ... ok [INFO] [stdout] test tui::framework_select::tests::test_select_navigation ... ok [INFO] [stdout] test tui::plugin_browser::tests::test_get_selected_plugins ... ok [INFO] [stdout] test tui::plugin_browser::tests::test_get_selected_plugins_empty ... ok [INFO] [stdout] test tui::plugin_browser::tests::test_toggle_selection ... ok [INFO] [stdout] test tui::preset_select::tests::test_all_presets_included ... ok [INFO] [stdout] test tui::plugin_browser::tests::test_select_navigation_wrapping ... ok [INFO] [stdout] test tui::preset_select::tests::test_minimal_preset_exists ... ok [INFO] [stdout] test tui::preset_select::tests::test_preset_choice_variants ... ok [INFO] [stdout] test tui::preset_select::tests::test_last_option_is_custom ... ok [INFO] [stdout] test tui::preset_select::tests::test_preset_details_format ... ok [INFO] [stdout] test tui::preset_select::tests::test_select_next_wrapping ... ok [INFO] [stdout] test tui::preset_select::tests::test_select_navigation ... ok [INFO] [stdout] test tui::prompt_engine_select::tests::test_get_all_engines ... ok [INFO] [stdout] test tui::prompt_engine_select::tests::test_select_empty_list ... ok [INFO] [stdout] test tui::prompt_engine_select::tests::test_select_next_wrapping ... ok [INFO] [stdout] test tui::prompt_engine_select::tests::test_select_previous_wrapping ... ok [INFO] [stdout] test tui::prompt_engine_select::tests::test_engine_order ... ok [INFO] [stdout] test tui::preset_select::tests::test_select_previous_wrapping ... ok [INFO] [stdout] test tui::prompt_mode_select::tests::test_get_prompt_mode_choices ... ok [INFO] [stdout] test tui::prompt_mode_select::tests::test_select_next_wrapping ... ok [INFO] [stdout] test tui::prompt_mode_select::tests::test_select_previous_wrapping ... ok [INFO] [stdout] test tui::setup_mode_select::tests::test_default_selection_is_quick ... ok [INFO] [stdout] test tui::setup_mode_select::tests::test_select_navigation ... ok [INFO] [stdout] test tui::setup_mode_select::tests::test_select_next_wrapping ... ok [INFO] [stdout] test tui::prompt_mode_select::tests::test_select_empty_list ... ok [INFO] [stdout] test tui::setup_mode_select::tests::test_select_previous_wrapping ... ok [INFO] [stdout] test tui::preset_select::tests::test_selection_options_count ... ok [INFO] [stdout] test tui::prompt_engine_select::tests::test_nerd_font_warnings ... ok [INFO] [stdout] test shell::zdotdir::tests::test_has_existing_zdotdir_empty ... ok [INFO] [stdout] test tui::framework_select::tests::test_framework_option_has_descriptions ... ok [INFO] [stdout] test tui::framework_select::tests::test_select_next_wrapping ... ok [INFO] [stdout] test tui::setup_mode_select::tests::test_setup_mode_enum_variants ... ok [INFO] [stdout] test tui::setup_mode_select::tests::test_setup_mode_match ... ok [INFO] [stdout] test tui::setup_mode_select::tests::test_setup_mode_option_count ... ok [INFO] [stdout] test tui::setup_mode_select::tests::test_setup_mode_option_has_descriptions ... ok [INFO] [stdout] test tui::setup_mode_select::tests::test_setup_mode_option_names ... ok [INFO] [stdout] test tui::tests::test_panic_hook_installation ... ok [INFO] [stdout] test tui::theme_select::tests::test_framework_theme_mode_proceeds_to_selection ... ok [INFO] [stdout] test tui::theme_select::tests::test_get_themes_for_framework_oh_my_zsh ... ok [INFO] [stdout] test tui::theme_select::tests::test_get_themes_for_framework_zimfw ... ok [INFO] [stdout] test tui::plugin_browser::tests::test_filter_plugins_empty_query ... ok [INFO] [stdout] test tui::plugin_browser::tests::test_filter_plugins_by_description ... ok [INFO] [stdout] test tui::theme_select::tests::test_select_empty_list ... ok [INFO] [stdout] test tui::theme_select::tests::test_select_next_wrapping ... ok [INFO] [stdout] test tui::uninstall_confirm::tests::test_format_number ... ok [INFO] [stdout] test tui::theme_select::tests::test_select_previous_wrapping ... ok [INFO] [stdout] test tui::uninstall_confirm::tests::test_format_size_gigabytes ... ok [INFO] [stdout] test tui::uninstall_confirm::tests::test_format_size_kilobytes ... ok [INFO] [stdout] test tui::uninstall_confirm::tests::test_format_summary_clean_removal ... ok [INFO] [stdout] test tui::theme_select::tests::test_skip_theme_selection_for_prompt_engine ... ok [INFO] [stdout] test tui::uninstall_confirm::tests::test_format_summary_pre_zprof ... ok [INFO] [stdout] test tui::uninstall_confirm::tests::test_format_timestamp ... ok [INFO] [stdout] test tui::uninstall_confirm::tests::test_format_size_megabytes ... ok [INFO] [stdout] test tui::uninstall_select::tests::test_restoration_option_disabled_states ... ok [INFO] [stdout] test tui::uninstall_select::tests::test_restoration_option_count ... ok [INFO] [stdout] test tui::uninstall_select::tests::test_restoration_option_enabled_states ... ok [INFO] [stdout] test tui::uninstall_confirm::tests::test_restore_option_variants ... ok [INFO] [stdout] test tui::uninstall_select::tests::test_select_next_wrapping ... ok [INFO] [stdout] test tui::uninstall_select::tests::test_select_previous_wrapping ... ok [INFO] [stdout] test tui::uninstall_confirm::tests::test_format_size_bytes ... ok [INFO] [stdout] test tui::uninstall_confirm::tests::test_format_summary_promote_profile ... ok [INFO] [stdout] test tui::uninstall_confirm::tests::test_uninstall_summary_creation ... ok [INFO] [stderr] Running tests/cli_gui_interop_test.rs (/opt/rustwide/target/debug/deps/cli_gui_interop_test-1f6abe0371ee0d58) [INFO] [stdout] test shell::generator::tests::test_all_engine_framework_combinations ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 305 passed; 0 failed; 8 ignored; 0 measured; 0 filtered out; finished in 0.06s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 8 tests [INFO] [stdout] test binary_size_tests::binary_size_check_instructions ... ignored [INFO] [stdout] test test_cli_activates_profile_gui_sees_active ... ignored [INFO] [stdout] test test_cli_creates_profile_gui_sees_it ... ignored [INFO] [stdout] test test_gui_creates_profile_cli_sees_it ... ignored [INFO] [stdout] test test_gui_deletes_profile_cli_doesnt_see_it ... ignored [INFO] [stdout] test test_gui_command_available_with_feature ... ok [INFO] [stdout] test test_cli_commands_still_work_with_gui_feature ... ok [INFO] [stdout] test test_cli_startup_performance ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 2.24s [INFO] [stdout] [INFO] [stderr] Running tests/create_preset_test.rs (/opt/rustwide/target/debug/deps/create_preset_test-cb6f958173377037) [INFO] [stdout] [INFO] [stdout] running 8 tests [INFO] [stdout] test test_cli_preset_arg_structure ... ok [INFO] [stdout] test test_preset_lookup_case_insensitive ... ok [INFO] [stdout] test test_preset_not_found_error_message ... ok [INFO] [stdout] test test_preset_configurations_accessible ... ok [INFO] [stdout] test test_manifest_from_preset_logic ... ok [INFO] [stdout] test test_cli_preset_flag_invalid ... ok [INFO] [stdout] test test_create_from_preset_integration ... ok [INFO] [stdout] test test_create_from_preset_performance_starship ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.27s [INFO] [stdout] [INFO] [stderr] Running tests/create_test.rs (/opt/rustwide/target/debug/deps/create_test-185fdf686a8c6a59) [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test test_copy_preserves_original_files ... ok [INFO] [stdout] test test_manifest_generation_from_framework_info ... ok [INFO] [stdout] test test_create_profile_already_exists ... ok [INFO] [stdout] test test_create_profile_no_framework_detected ... ok [INFO] [stdout] test test_zshrc_preserved_after_copy ... ok [INFO] [stdout] test test_create_profile_name_validation ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.08s [INFO] [stdout] [INFO] [stderr] Running tests/current_test.rs (/opt/rustwide/target/debug/deps/current_test-f100c4b0562d6d2b) [INFO] [stdout] [INFO] [stdout] running 8 tests [INFO] [stdout] test test_current_performance ... ok [INFO] [stdout] test test_current_no_active_profile_empty_config ... ok [INFO] [stdout] test test_current_no_config_file ... ok [INFO] [stdout] test test_current_with_different_frameworks ... ok [INFO] [stdout] test test_current_displays_active_profile ... ok [INFO] [stdout] test test_current_active_profile_deleted ... ok [INFO] [stdout] test test_current_zprof_directory_not_initialized ... ok [INFO] [stdout] test test_current_malformed_config ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.36s [INFO] [stdout] [INFO] [stderr] Running tests/edit_test.rs (/opt/rustwide/target/debug/deps/edit_test-e3ef9f4b7ba8baa5) [INFO] [stdout] [INFO] [stdout] running 9 tests [INFO] [stdout] test test_backup_path_construction ... ok [INFO] [stdout] test test_backup_cleanup_on_success ... ok [INFO] [stdout] test test_concurrent_edit_detection ... ok [INFO] [stdout] test test_backup_restore_workflow ... ok [INFO] [stdout] test test_editor_detection_priority ... ok [INFO] [stdout] test test_file_copy_preserves_content ... ok [INFO] [stdout] test test_profile_dir_path_construction ... ok [INFO] [stdout] test test_invalid_manifest_preserved ... ok [INFO] [stdout] test test_multiple_backup_restoration ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running tests/export_test.rs (/opt/rustwide/target/debug/deps/export_test-5bda176e6895a92b) [INFO] [stdout] [INFO] [stdout] running 8 tests [INFO] [stdout] test test_format_file_size ... ok [INFO] [stdout] test test_count_archive_files ... ok [INFO] [stdout] test test_archive_excludes_framework_dirs ... ok [INFO] [stdout] test test_archive_contains_required_files ... ok [INFO] [stdout] test test_export_existing_file_fails ... ok [INFO] [stdout] test test_export_nonexistent_profile_fails ... ok [INFO] [stdout] test test_export_creates_archive ... ok [INFO] [stdout] test test_metadata_json_valid ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s [INFO] [stdout] [INFO] [stderr] Running tests/font_detection_test.rs (/opt/rustwide/target/debug/deps/font_detection_test-402dd33ce5d2529f) [INFO] [stdout] [INFO] [stdout] running 9 tests [INFO] [stdout] test test_detection_result_debug_format ... ok [INFO] [stdout] test test_detect_nerd_fonts_returns_valid_result ... ok [INFO] [stdout] test test_detection_result_clone ... ok [INFO] [stdout] test test_detection_performance ... ok [INFO] [stdout] test test_detection_result_methods ... ok [INFO] [stdout] test test_linux_font_directory_search ... ok [INFO] [stdout] test test_detection_is_deterministic ... ok [INFO] [stdout] test test_detection_handles_missing_directories_gracefully ... ok [INFO] [stdout] test test_real_world_font_file_patterns ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running tests/framework_detection_test.rs (/opt/rustwide/target/debug/deps/framework_detection_test-cb077dc0113b6944) [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test test_prezto_detection ... ok [INFO] [stdout] test test_corrupted_zshrc_handling ... ok [INFO] [stdout] test test_zimfw_detection ... ok [INFO] [stdout] test test_multiple_frameworks_returns_most_recent ... ok [INFO] [stdout] test test_zinit_detection ... ok [INFO] [stdout] test test_performance_under_2_seconds ... ok [INFO] [stdout] test test_oh_my_zsh_detection ... ok [INFO] [stdout] test test_no_framework_detected ... ok [INFO] [stdout] test test_zap_detection ... ok [INFO] [stdout] test test_empty_plugins_array ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.12s [INFO] [stdout] [INFO] [stderr] Running tests/github_import_test.rs (/opt/rustwide/target/debug/deps/github_import_test-6f859f9eb8a74381) [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test test_clone_nonexistent_repository ... ignored [INFO] [stdout] test test_clone_repo_without_manifest ... ignored [INFO] [stdout] test test_parse_github_url_edge_cases ... ok [INFO] [stdout] test test_parse_github_url_valid_formats ... ok [INFO] [stdout] test test_parse_github_url_invalid_formats ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stderr] Running tests/import_test.rs (/opt/rustwide/target/debug/deps/import_test-6fd2d73e12c133e7) [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test test_import_unsupported_framework ... ok [INFO] [stdout] test test_import_nonexistent_archive ... ok [INFO] [stdout] test test_import_corrupted_archive ... ok [INFO] [stdout] test test_import_invalid_manifest ... ok [INFO] [stderr] Running tests/init_test.rs (/opt/rustwide/target/debug/deps/init_test-2a1d1d9937ca5803) [INFO] [stdout] test test_import_missing_metadata ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 10 tests [INFO] [stdout] test test_backup_filename_pattern ... ok [INFO] [stdout] test test_zdotdir_path_generation ... ok [INFO] [stdout] test test_fresh_initialization_creates_directories ... ok [INFO] [stdout] test test_all_subdirectories_created ... ok [INFO] [stdout] test test_init_without_framework_shows_wizard_suggestion ... ok [INFO] [stdout] test test_config_toml_created_with_defaults ... ok [INFO] [stdout] test test_zshrc_preserved_during_import ... ok [INFO] [stdout] test test_shared_history_file_created ... ok [INFO] [stdout] test test_reinit_warns_without_corruption ... ok [INFO] [stdout] test test_success_message_output ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.12s [INFO] [stdout] [INFO] [stderr] Running tests/list_test.rs (/opt/rustwide/target/debug/deps/list_test-3cd08b6b0ac63a0a) [INFO] [stdout] [INFO] [stdout] running 7 tests [INFO] [stdout] test test_list_empty_profiles_directory ... FAILED [INFO] [stdout] test test_list_multiple_profiles_with_active ... FAILED [INFO] [stdout] test test_list_missing_zprof_directory ... FAILED [INFO] [stdout] test test_list_alphabetical_sorting ... FAILED [INFO] [stdout] test test_list_handles_missing_profile_toml ... FAILED [INFO] [stdout] test test_list_handles_malformed_toml ... FAILED [INFO] [stdout] test test_list_no_active_profile ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- test_list_empty_profiles_directory stdout ---- [INFO] [stdout] Error: No such file or directory (os error 2) [INFO] [stdout] [INFO] [stdout] Stack backtrace: [INFO] [stdout] 0: >::from [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/backtrace.rs:27:14 [INFO] [stdout] 1: as core::ops::try_trait::FromResidual>>::from_residual [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/core/src/result.rs:2189:27 [INFO] [stdout] 2: list_test::test_list_empty_profiles_directory [INFO] [stdout] at ./tests/list_test.rs:104:18 [INFO] [stdout] 3: list_test::test_list_empty_profiles_directory::{closure#0} [INFO] [stdout] at ./tests/list_test.rs:98:44 [INFO] [stdout] 4: >::call_once [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 5: core::result::Result<(), alloc::string::String> as core::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 6: test::__rust_begin_short_backtrace::, fn() -> core::result::Result<(), alloc::string::String>> [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/test/src/lib.rs:663:18 [INFO] [stdout] 7: test::run_test_in_process::{closure#0} [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/test/src/lib.rs:686:74 [INFO] [stdout] 8: as core::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 9: std::panicking::catch_unwind::do_call::, core::result::Result<(), alloc::string::String>> [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/panicking.rs:581:40 [INFO] [stdout] 10: std::panicking::catch_unwind::, core::panic::unwind_safe::AssertUnwindSafe> [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/panicking.rs:544:19 [INFO] [stdout] 11: std::panic::catch_unwind::, core::result::Result<(), alloc::string::String>> [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/panic.rs:359:14 [INFO] [stdout] 12: test::run_test_in_process [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/test/src/lib.rs:686:27 [INFO] [stdout] 13: test::run_test::{closure#0} [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/test/src/lib.rs:607:43 [INFO] [stdout] 14: test::run_test::{closure#1} [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/test/src/lib.rs:637:41 [INFO] [stdout] 15: std::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/sys/backtrace.rs:166:18 [INFO] [stdout] 16: std::thread::lifecycle::spawn_unchecked::::{closure#1}::{closure#0} [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/thread/lifecycle.rs:91:13 [INFO] [stdout] 17: ::{closure#1}::{closure#0}> as core::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 18: std::panicking::catch_unwind::do_call::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/panicking.rs:581:40 [INFO] [stdout] 19: std::panicking::catch_unwind::<(), core::panic::unwind_safe::AssertUnwindSafe::{closure#1}::{closure#0}>> [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/panicking.rs:544:19 [INFO] [stdout] 20: std::panic::catch_unwind::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/panic.rs:359:14 [INFO] [stdout] 21: std::thread::lifecycle::spawn_unchecked::::{closure#1} [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/thread/lifecycle.rs:89:26 [INFO] [stdout] 22: ::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 23: + core::marker::Send> as core::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/alloc/src/boxed.rs:2240:9 [INFO] [stdout] 24: ::new::thread_start [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/sys/thread/unix.rs:118:17 [INFO] [stdout] 25: [INFO] [stdout] 26: clone [INFO] [stdout] [INFO] [stdout] ---- test_list_multiple_profiles_with_active stdout ---- [INFO] [stdout] Error: No such file or directory (os error 2) [INFO] [stdout] [INFO] [stdout] Stack backtrace: [INFO] [stdout] 0: >::from [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/backtrace.rs:27:14 [INFO] [stdout] 1: as core::ops::try_trait::FromResidual>>::from_residual [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/core/src/result.rs:2189:27 [INFO] [stdout] 2: list_test::test_list_multiple_profiles_with_active [INFO] [stdout] at ./tests/list_test.rs:67:18 [INFO] [stdout] 3: list_test::test_list_multiple_profiles_with_active::{closure#0} [INFO] [stdout] at ./tests/list_test.rs:53:49 [INFO] [stdout] 4: >::call_once [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 5: core::result::Result<(), alloc::string::String> as core::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 6: test::__rust_begin_short_backtrace::, fn() -> core::result::Result<(), alloc::string::String>> [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/test/src/lib.rs:663:18 [INFO] [stdout] 7: test::run_test_in_process::{closure#0} [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/test/src/lib.rs:686:74 [INFO] [stdout] 8: as core::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 9: std::panicking::catch_unwind::do_call::, core::result::Result<(), alloc::string::String>> [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/panicking.rs:581:40 [INFO] [stdout] 10: std::panicking::catch_unwind::, core::panic::unwind_safe::AssertUnwindSafe> [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/panicking.rs:544:19 [INFO] [stdout] 11: std::panic::catch_unwind::, core::result::Result<(), alloc::string::String>> [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/panic.rs:359:14 [INFO] [stdout] 12: test::run_test_in_process [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/test/src/lib.rs:686:27 [INFO] [stdout] 13: test::run_test::{closure#0} [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/test/src/lib.rs:607:43 [INFO] [stdout] 14: test::run_test::{closure#1} [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/test/src/lib.rs:637:41 [INFO] [stdout] 15: std::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/sys/backtrace.rs:166:18 [INFO] [stdout] 16: std::thread::lifecycle::spawn_unchecked::::{closure#1}::{closure#0} [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/thread/lifecycle.rs:91:13 [INFO] [stdout] 17: ::{closure#1}::{closure#0}> as core::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 18: std::panicking::catch_unwind::do_call::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/panicking.rs:581:40 [INFO] [stdout] 19: std::panicking::catch_unwind::<(), core::panic::unwind_safe::AssertUnwindSafe::{closure#1}::{closure#0}>> [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/panicking.rs:544:19 [INFO] [stdout] 20: std::panic::catch_unwind::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/panic.rs:359:14 [INFO] [stdout] 21: std::thread::lifecycle::spawn_unchecked::::{closure#1} [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/thread/lifecycle.rs:89:26 [INFO] [stdout] 22: ::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 23: + core::marker::Send> as core::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/alloc/src/boxed.rs:2240:9 [INFO] [stdout] 24: ::new::thread_start [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/sys/thread/unix.rs:118:17 [INFO] [stdout] 25: [INFO] [stdout] 26: clone [INFO] [stdout] [INFO] [stdout] ---- test_list_missing_zprof_directory stdout ---- [INFO] [stdout] Error: No such file or directory (os error 2) [INFO] [stdout] [INFO] [stdout] Stack backtrace: [INFO] [stdout] 0: >::from [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/backtrace.rs:27:14 [INFO] [stdout] 1: as core::ops::try_trait::FromResidual>>::from_residual [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/core/src/result.rs:2189:27 [INFO] [stdout] 2: list_test::test_list_missing_zprof_directory [INFO] [stdout] at ./tests/list_test.rs:205:18 [INFO] [stdout] 3: list_test::test_list_missing_zprof_directory::{closure#0} [INFO] [stdout] at ./tests/list_test.rs:199:43 [INFO] [stdout] 4: >::call_once [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 5: core::result::Result<(), alloc::string::String> as core::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 6: test::__rust_begin_short_backtrace::, fn() -> core::result::Result<(), alloc::string::String>> [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/test/src/lib.rs:663:18 [INFO] [stdout] 7: test::run_test_in_process::{closure#0} [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/test/src/lib.rs:686:74 [INFO] [stdout] 8: as core::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 9: std::panicking::catch_unwind::do_call::, core::result::Result<(), alloc::string::String>> [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/panicking.rs:581:40 [INFO] [stdout] 10: std::panicking::catch_unwind::, core::panic::unwind_safe::AssertUnwindSafe> [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/panicking.rs:544:19 [INFO] [stdout] 11: std::panic::catch_unwind::, core::result::Result<(), alloc::string::String>> [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/panic.rs:359:14 [INFO] [stdout] 12: test::run_test_in_process [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/test/src/lib.rs:686:27 [INFO] [stdout] 13: test::run_test::{closure#0} [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/test/src/lib.rs:607:43 [INFO] [stdout] 14: test::run_test::{closure#1} [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/test/src/lib.rs:637:41 [INFO] [stdout] 15: std::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/sys/backtrace.rs:166:18 [INFO] [stdout] 16: std::thread::lifecycle::spawn_unchecked::::{closure#1}::{closure#0} [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/thread/lifecycle.rs:91:13 [INFO] [stdout] 17: ::{closure#1}::{closure#0}> as core::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 18: std::panicking::catch_unwind::do_call::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/panicking.rs:581:40 [INFO] [stdout] 19: std::panicking::catch_unwind::<(), core::panic::unwind_safe::AssertUnwindSafe::{closure#1}::{closure#0}>> [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/panicking.rs:544:19 [INFO] [stdout] 20: std::panic::catch_unwind::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/panic.rs:359:14 [INFO] [stdout] 21: std::thread::lifecycle::spawn_unchecked::::{closure#1} [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/thread/lifecycle.rs:89:26 [INFO] [stdout] 22: ::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 23: + core::marker::Send> as core::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/alloc/src/boxed.rs:2240:9 [INFO] [stdout] 24: ::new::thread_start [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/sys/thread/unix.rs:118:17 [INFO] [stdout] 25: [INFO] [stdout] 26: clone [INFO] [stdout] [INFO] [stdout] ---- test_list_alphabetical_sorting stdout ---- [INFO] [stdout] Error: No such file or directory (os error 2) [INFO] [stdout] [INFO] [stdout] Stack backtrace: [INFO] [stdout] 0: >::from [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/backtrace.rs:27:14 [INFO] [stdout] 1: as core::ops::try_trait::FromResidual>>::from_residual [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/core/src/result.rs:2189:27 [INFO] [stdout] 2: list_test::test_list_alphabetical_sorting [INFO] [stdout] at ./tests/list_test.rs:169:18 [INFO] [stdout] 3: list_test::test_list_alphabetical_sorting::{closure#0} [INFO] [stdout] at ./tests/list_test.rs:157:40 [INFO] [stdout] 4: >::call_once [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 5: core::result::Result<(), alloc::string::String> as core::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 6: test::__rust_begin_short_backtrace::, fn() -> core::result::Result<(), alloc::string::String>> [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/test/src/lib.rs:663:18 [INFO] [stdout] 7: test::run_test_in_process::{closure#0} [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/test/src/lib.rs:686:74 [INFO] [stdout] 8: as core::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 9: std::panicking::catch_unwind::do_call::, core::result::Result<(), alloc::string::String>> [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/panicking.rs:581:40 [INFO] [stdout] 10: std::panicking::catch_unwind::, core::panic::unwind_safe::AssertUnwindSafe> [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/panicking.rs:544:19 [INFO] [stdout] 11: std::panic::catch_unwind::, core::result::Result<(), alloc::string::String>> [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/panic.rs:359:14 [INFO] [stdout] 12: test::run_test_in_process [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/test/src/lib.rs:686:27 [INFO] [stdout] 13: test::run_test::{closure#0} [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/test/src/lib.rs:607:43 [INFO] [stdout] 14: test::run_test::{closure#1} [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/test/src/lib.rs:637:41 [INFO] [stdout] 15: std::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/sys/backtrace.rs:166:18 [INFO] [stdout] 16: std::thread::lifecycle::spawn_unchecked::::{closure#1}::{closure#0} [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/thread/lifecycle.rs:91:13 [INFO] [stdout] 17: ::{closure#1}::{closure#0}> as core::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 18: std::panicking::catch_unwind::do_call::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/panicking.rs:581:40 [INFO] [stdout] 19: std::panicking::catch_unwind::<(), core::panic::unwind_safe::AssertUnwindSafe::{closure#1}::{closure#0}>> [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/panicking.rs:544:19 [INFO] [stdout] 20: std::panic::catch_unwind::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/panic.rs:359:14 [INFO] [stdout] 21: std::thread::lifecycle::spawn_unchecked::::{closure#1} [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/thread/lifecycle.rs:89:26 [INFO] [stdout] 22: ::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 23: + core::marker::Send> as core::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/alloc/src/boxed.rs:2240:9 [INFO] [stdout] 24: ::new::thread_start [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/sys/thread/unix.rs:118:17 [INFO] [stdout] 25: [INFO] [stdout] 26: clone [INFO] [stdout] [INFO] [stdout] ---- test_list_handles_missing_profile_toml stdout ---- [INFO] [stdout] Error: No such file or directory (os error 2) [INFO] [stdout] [INFO] [stdout] Stack backtrace: [INFO] [stdout] 0: >::from [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/backtrace.rs:27:14 [INFO] [stdout] 1: as core::ops::try_trait::FromResidual>>::from_residual [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/core/src/result.rs:2189:27 [INFO] [stdout] 2: list_test::test_list_handles_missing_profile_toml [INFO] [stdout] at ./tests/list_test.rs:235:18 [INFO] [stdout] 3: list_test::test_list_handles_missing_profile_toml::{closure#0} [INFO] [stdout] at ./tests/list_test.rs:220:48 [INFO] [stdout] 4: >::call_once [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 5: core::result::Result<(), alloc::string::String> as core::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 6: test::__rust_begin_short_backtrace::, fn() -> core::result::Result<(), alloc::string::String>> [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/test/src/lib.rs:663:18 [INFO] [stdout] 7: test::run_test_in_process::{closure#0} [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/test/src/lib.rs:686:74 [INFO] [stdout] 8: as core::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 9: std::panicking::catch_unwind::do_call::, core::result::Result<(), alloc::string::String>> [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/panicking.rs:581:40 [INFO] [stdout] 10: std::panicking::catch_unwind::, core::panic::unwind_safe::AssertUnwindSafe> [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/panicking.rs:544:19 [INFO] [stdout] 11: std::panic::catch_unwind::, core::result::Result<(), alloc::string::String>> [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/panic.rs:359:14 [INFO] [stdout] 12: test::run_test_in_process [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/test/src/lib.rs:686:27 [INFO] [stdout] 13: test::run_test::{closure#0} [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/test/src/lib.rs:607:43 [INFO] [stdout] 14: test::run_test::{closure#1} [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/test/src/lib.rs:637:41 [INFO] [stdout] 15: std::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/sys/backtrace.rs:166:18 [INFO] [stdout] 16: std::thread::lifecycle::spawn_unchecked::::{closure#1}::{closure#0} [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/thread/lifecycle.rs:91:13 [INFO] [stdout] 17: ::{closure#1}::{closure#0}> as core::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 18: std::panicking::catch_unwind::do_call::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/panicking.rs:581:40 [INFO] [stdout] 19: std::panicking::catch_unwind::<(), core::panic::unwind_safe::AssertUnwindSafe::{closure#1}::{closure#0}>> [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/panicking.rs:544:19 [INFO] [stdout] 20: std::panic::catch_unwind::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/panic.rs:359:14 [INFO] [stdout] 21: std::thread::lifecycle::spawn_unchecked::::{closure#1} [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/thread/lifecycle.rs:89:26 [INFO] [stdout] 22: ::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 23: + core::marker::Send> as core::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/alloc/src/boxed.rs:2240:9 [INFO] [stdout] 24: ::new::thread_start [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/sys/thread/unix.rs:118:17 [INFO] [stdout] 25: [INFO] [stdout] 26: clone [INFO] [stdout] [INFO] [stdout] ---- test_list_handles_malformed_toml stdout ---- [INFO] [stdout] Error: No such file or directory (os error 2) [INFO] [stdout] [INFO] [stdout] Stack backtrace: [INFO] [stdout] 0: >::from [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/backtrace.rs:27:14 [INFO] [stdout] 1: as core::ops::try_trait::FromResidual>>::from_residual [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/core/src/result.rs:2189:27 [INFO] [stdout] 2: list_test::test_list_handles_malformed_toml [INFO] [stdout] at ./tests/list_test.rs:270:18 [INFO] [stdout] 3: list_test::test_list_handles_malformed_toml::{closure#0} [INFO] [stdout] at ./tests/list_test.rs:254:42 [INFO] [stdout] 4: >::call_once [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 5: core::result::Result<(), alloc::string::String> as core::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 6: test::__rust_begin_short_backtrace::, fn() -> core::result::Result<(), alloc::string::String>> [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/test/src/lib.rs:663:18 [INFO] [stdout] 7: test::run_test_in_process::{closure#0} [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/test/src/lib.rs:686:74 [INFO] [stdout] 8: as core::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 9: std::panicking::catch_unwind::do_call::, core::result::Result<(), alloc::string::String>> [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/panicking.rs:581:40 [INFO] [stdout] 10: std::panicking::catch_unwind::, core::panic::unwind_safe::AssertUnwindSafe> [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/panicking.rs:544:19 [INFO] [stdout] 11: std::panic::catch_unwind::, core::result::Result<(), alloc::string::String>> [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/panic.rs:359:14 [INFO] [stdout] 12: test::run_test_in_process [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/test/src/lib.rs:686:27 [INFO] [stdout] 13: test::run_test::{closure#0} [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/test/src/lib.rs:607:43 [INFO] [stdout] 14: test::run_test::{closure#1} [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/test/src/lib.rs:637:41 [INFO] [stdout] 15: std::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/sys/backtrace.rs:166:18 [INFO] [stdout] 16: std::thread::lifecycle::spawn_unchecked::::{closure#1}::{closure#0} [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/thread/lifecycle.rs:91:13 [INFO] [stdout] 17: ::{closure#1}::{closure#0}> as core::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 18: std::panicking::catch_unwind::do_call::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/panicking.rs:581:40 [INFO] [stdout] 19: std::panicking::catch_unwind::<(), core::panic::unwind_safe::AssertUnwindSafe::{closure#1}::{closure#0}>> [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/panicking.rs:544:19 [INFO] [stdout] 20: std::panic::catch_unwind::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/panic.rs:359:14 [INFO] [stdout] 21: std::thread::lifecycle::spawn_unchecked::::{closure#1} [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/thread/lifecycle.rs:89:26 [INFO] [stdout] 22: ::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 23: + core::marker::Send> as core::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/alloc/src/boxed.rs:2240:9 [INFO] [stdout] 24: ::new::thread_start [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/sys/thread/unix.rs:118:17 [INFO] [stdout] 25: [INFO] [stdout] 26: clone [INFO] [stdout] [INFO] [stdout] ---- test_list_no_active_profile stdout ---- [INFO] [stdout] Error: No such file or directory (os error 2) [INFO] [stdout] [INFO] [stdout] Stack backtrace: [INFO] [stdout] 0: >::from [INFO] [stdout] at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/anyhow-1.0.100/src/backtrace.rs:27:14 [INFO] [stdout] 1: as core::ops::try_trait::FromResidual>>::from_residual [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/core/src/result.rs:2189:27 [INFO] [stdout] 2: list_test::test_list_no_active_profile [INFO] [stdout] at ./tests/list_test.rs:134:18 [INFO] [stdout] 3: list_test::test_list_no_active_profile::{closure#0} [INFO] [stdout] at ./tests/list_test.rs:123:37 [INFO] [stdout] 4: >::call_once [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 5: core::result::Result<(), alloc::string::String> as core::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 6: test::__rust_begin_short_backtrace::, fn() -> core::result::Result<(), alloc::string::String>> [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/test/src/lib.rs:663:18 [INFO] [stdout] 7: test::run_test_in_process::{closure#0} [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/test/src/lib.rs:686:74 [INFO] [stdout] 8: as core::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 9: std::panicking::catch_unwind::do_call::, core::result::Result<(), alloc::string::String>> [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/panicking.rs:581:40 [INFO] [stdout] 10: std::panicking::catch_unwind::, core::panic::unwind_safe::AssertUnwindSafe> [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/panicking.rs:544:19 [INFO] [stdout] 11: std::panic::catch_unwind::, core::result::Result<(), alloc::string::String>> [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/panic.rs:359:14 [INFO] [stdout] 12: test::run_test_in_process [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/test/src/lib.rs:686:27 [INFO] [stdout] 13: test::run_test::{closure#0} [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/test/src/lib.rs:607:43 [INFO] [stdout] 14: test::run_test::{closure#1} [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/test/src/lib.rs:637:41 [INFO] [stdout] 15: std::sys::backtrace::__rust_begin_short_backtrace:: [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/sys/backtrace.rs:166:18 [INFO] [stdout] 16: std::thread::lifecycle::spawn_unchecked::::{closure#1}::{closure#0} [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/thread/lifecycle.rs:91:13 [INFO] [stdout] 17: ::{closure#1}::{closure#0}> as core::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/core/src/panic/unwind_safe.rs:274:9 [INFO] [stdout] 18: std::panicking::catch_unwind::do_call::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/panicking.rs:581:40 [INFO] [stdout] 19: std::panicking::catch_unwind::<(), core::panic::unwind_safe::AssertUnwindSafe::{closure#1}::{closure#0}>> [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/panicking.rs:544:19 [INFO] [stdout] 20: std::panic::catch_unwind::::{closure#1}::{closure#0}>, ()> [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/panic.rs:359:14 [INFO] [stdout] 21: std::thread::lifecycle::spawn_unchecked::::{closure#1} [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/thread/lifecycle.rs:89:26 [INFO] [stdout] 22: ::{closure#1} as core::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/core/src/ops/function.rs:250:5 [INFO] [stdout] 23: + core::marker::Send> as core::ops::function::FnOnce<()>>::call_once [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/alloc/src/boxed.rs:2240:9 [INFO] [stdout] 24: ::new::thread_start [INFO] [stdout] at /rustc/8da20828b6ea601dfd8e2448cb50ace88876bd78/library/std/src/sys/thread/unix.rs:118:17 [INFO] [stdout] 25: [INFO] [stdout] 26: clone [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] test_list_alphabetical_sorting [INFO] [stdout] test_list_empty_profiles_directory [INFO] [stdout] test_list_handles_malformed_toml [INFO] [stdout] test_list_handles_missing_profile_toml [INFO] [stdout] test_list_missing_zprof_directory [INFO] [stdout] test_list_multiple_profiles_with_active [INFO] [stderr] error: test failed, to rerun pass `--test list_test` [INFO] [stdout] test_list_no_active_profile [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 7 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.16s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "304532094d720403cc2e45dfa07e969e4316a2ccd71eaf11d7a2bc9daa4b95c0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "304532094d720403cc2e45dfa07e969e4316a2ccd71eaf11d7a2bc9daa4b95c0", kill_on_drop: false }` [INFO] [stdout] 304532094d720403cc2e45dfa07e969e4316a2ccd71eaf11d7a2bc9daa4b95c0