[INFO] cloning repository https://github.com/paiml/pzsh
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/paiml/pzsh" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpaiml%2Fpzsh", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpaiml%2Fpzsh'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d609ffcf6e4ef8ea59392ed02091c2d2017a4ecb
[INFO] testing paiml/pzsh against try#db823df02fd0c2cf67b43025ac3fef3f2d743245 for pr-150681
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpaiml%2Fpzsh" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/paiml/pzsh
[INFO] removed 0 missing examples
[INFO] finished tweaking git repo https://github.com/paiml/pzsh
[INFO] tweaked toml for git repo https://github.com/paiml/pzsh written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/paiml/pzsh on toolchain db823df02fd0c2cf67b43025ac3fef3f2d743245
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/paiml/pzsh 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" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] cd438a62b843265b2f117dddaaff2185f153aed8b620f5729546688d4f7700cd
[INFO] running `Command { std: "docker" "start" "-a" "cd438a62b843265b2f117dddaaff2185f153aed8b620f5729546688d4f7700cd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cd438a62b843265b2f117dddaaff2185f153aed8b620f5729546688d4f7700cd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cd438a62b843265b2f117dddaaff2185f153aed8b620f5729546688d4f7700cd", kill_on_drop: false }`
[INFO] [stdout] cd438a62b843265b2f117dddaaff2185f153aed8b620f5729546688d4f7700cd
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] efb67c26d481af621aa34f1bdf60e9f2386b6ee5ed32078f33f17029db396d08
[INFO] running `Command { std: "docker" "start" "-a" "efb67c26d481af621aa34f1bdf60e9f2386b6ee5ed32078f33f17029db396d08", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.104
[INFO] [stderr]    Compiling libc v0.2.179
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling anstyle v1.0.13
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling zerocopy v0.8.31
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.2
[INFO] [stderr]    Compiling anstyle-query v1.1.5
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]    Compiling winnow v0.7.14
[INFO] [stderr]    Compiling allocator-api2 v0.2.21
[INFO] [stderr]    Compiling clap_lex v0.7.6
[INFO] [stderr]    Compiling foldhash v0.2.0
[INFO] [stderr]    Compiling raw-cpuid v11.6.0
[INFO] [stderr]    Compiling toml_writer v1.0.6+spec-1.1.0
[INFO] [stderr]    Compiling anstream v0.6.21
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling clap_builder v4.5.54
[INFO] [stderr]    Compiling quote v1.0.42
[INFO] [stderr]    Compiling lru v0.16.2
[INFO] [stderr]    Compiling syn v2.0.112
[INFO] [stderr]    Compiling dirs-sys v0.5.0
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling hostname v0.4.2
[INFO] [stderr]    Compiling dirs v6.0.0
[INFO] [stderr]    Compiling toml_parser v1.0.6+spec-1.1.0
[INFO] [stderr]    Compiling quanta v0.12.6
[INFO] [stderr]    Compiling serde_spanned v1.0.4
[INFO] [stderr]    Compiling toml_datetime v0.7.5+spec-1.1.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling clap_derive v4.5.49
[INFO] [stderr]    Compiling toml v0.9.10+spec-1.1.0
[INFO] [stderr]    Compiling clap v4.5.54
[INFO] [stderr]    Compiling pzsh v0.3.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.97s
[INFO] running `Command { std: "docker" "inspect" "efb67c26d481af621aa34f1bdf60e9f2386b6ee5ed32078f33f17029db396d08", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "efb67c26d481af621aa34f1bdf60e9f2386b6ee5ed32078f33f17029db396d08", kill_on_drop: false }`
[INFO] [stdout] efb67c26d481af621aa34f1bdf60e9f2386b6ee5ed32078f33f17029db396d08
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 37ef76abc899b137f427a25020f0bcc86c33b249be004d18094901afee5467ee
[INFO] running `Command { std: "docker" "start" "-a" "37ef76abc899b137f427a25020f0bcc86c33b249be004d18094901afee5467ee", kill_on_drop: false }`
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling zerocopy v0.8.31
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling zmij v1.0.9
[INFO] [stderr]    Compiling find-msvc-tools v0.1.6
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]    Compiling syn v2.0.112
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling serde_json v1.0.148
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling ciborium-io v0.2.2
[INFO] [stderr]    Compiling itoa v1.0.17
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling raw-cpuid v11.6.0
[INFO] [stderr]    Compiling memchr v2.7.6
[INFO] [stderr]    Compiling plotters-backend v0.3.7
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling plotters-svg v0.3.7
[INFO] [stderr]    Compiling bit-vec v0.8.0
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling quick-error v1.2.3
[INFO] [stderr]    Compiling cc v1.2.51
[INFO] [stderr]    Compiling bit-set v0.8.0
[INFO] [stderr]    Compiling page_size v0.6.0
[INFO] [stderr]    Compiling unarray v0.1.4
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling oorandom v11.1.5
[INFO] [stderr]    Compiling anes v0.1.6
[INFO] [stderr]    Compiling rand_xorshift v0.4.0
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling quanta v0.12.6
[INFO] [stderr]    Compiling alloca v0.4.0
[INFO] [stderr]    Compiling tempfile v3.24.0
[INFO] [stderr]    Compiling criterion-plot v0.8.1
[INFO] [stderr]    Compiling rusty-fork v0.3.1
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling test-case-core v3.3.1
[INFO] [stderr]    Compiling zerocopy-derive v0.8.31
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling clap_derive v4.5.49
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]    Compiling test-case-macros v3.3.1
[INFO] [stderr]    Compiling test-case v3.3.1
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]    Compiling clap v4.5.54
[INFO] [stderr]    Compiling half v2.7.1
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling pzsh v0.3.1 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling proptest v1.9.0
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling criterion v0.8.1
[INFO] [stdout] warning: comparison is useless due to type limits
[INFO] [stdout]     --> src/completion/mod.rs:1039:17
[INFO] [stdout]      |
[INFO] [stdout] 1039 |         assert!(results.len() >= 0);
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(unused_comparisons)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: comparison is useless due to type limits
[INFO] [stdout]     --> src/completion/mod.rs:1057:17
[INFO] [stdout]      |
[INFO] [stdout] 1057 |         assert!(results.len() >= 0);
[INFO] [stdout]      |                 ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 28.61s
[INFO] running `Command { std: "docker" "inspect" "37ef76abc899b137f427a25020f0bcc86c33b249be004d18094901afee5467ee", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "37ef76abc899b137f427a25020f0bcc86c33b249be004d18094901afee5467ee", kill_on_drop: false }`
[INFO] [stdout] 37ef76abc899b137f427a25020f0bcc86c33b249be004d18094901afee5467ee
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] b31b2d953e5d64168e76492d4737a9e3fef8510c208398212b16234ef0e0e83a
[INFO] running `Command { std: "docker" "start" "-a" "b31b2d953e5d64168e76492d4737a9e3fef8510c208398212b16234ef0e0e83a", kill_on_drop: false }`
[INFO] [stderr] warning: comparison is useless due to type limits
[INFO] [stderr]     --> src/completion/mod.rs:1039:17
[INFO] [stderr]      |
[INFO] [stderr] 1039 |         assert!(results.len() >= 0);
[INFO] [stderr]      |                 ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: `#[warn(unused_comparisons)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: comparison is useless due to type limits
[INFO] [stderr]     --> src/completion/mod.rs:1057:17
[INFO] [stderr]      |
[INFO] [stderr] 1057 |         assert!(results.len() >= 0);
[INFO] [stderr]      |                 ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `pzsh` (lib test) generated 2 warnings
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.23s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/pzsh-ab206dc2fb885325)
[INFO] [stdout] 
[INFO] [stdout] running 408 tests
[INFO] [stdout] test cli::tests::test_bench_result_format ... ok
[INFO] [stdout] test cli::tests::test_bench_result_format_failed ... ok
[INFO] [stdout] test cli::tests::test_generate_init_config_bash ... ok
[INFO] [stdout] test cli::tests::test_generate_init_config_has_colors ... ok
[INFO] [stdout] test cli::tests::test_generate_init_config_has_completion ... ok
[INFO] [stdout] test cli::tests::test_generate_init_config ... ok
[INFO] [stdout] test cli::tests::test_generate_shell_init_zsh ... ok
[INFO] [stdout] test cli::tests::test_lint_clean_config ... ok
[INFO] [stdout] test cli::tests::test_lint_detects_backticks ... ok
[INFO] [stdout] test cli::tests::test_lint_detects_conda ... ok
[INFO] [stdout] test cli::tests::test_lint_detects_eval ... ok
[INFO] [stdout] test cli::tests::test_generate_init_config_has_plugins ... ok
[INFO] [stdout] test cli::tests::test_generate_shell_init_bash ... ok
[INFO] [stdout] test cli::tests::test_lint_detects_oh_my_zsh ... ok
[INFO] [stdout] test cli::tests::test_bench_passes_under_10ms ... ok
[INFO] [stdout] test cli::tests::test_lint_detects_nvm ... ok
[INFO] [stdout] test cli::tests::test_lint_ignores_comments ... ok
[INFO] [stdout] test cli::tests::test_lint_detects_subprocess ... ok
[INFO] [stdout] test cli::tests::test_lint_result_format_empty ... ok
[INFO] [stdout] test cli::tests::test_lint_result_format_with_issues ... ok
[INFO] [stdout] test cli::tests::test_profile_result_format ... ok
[INFO] [stdout] test cli::tests::test_profile_result_format_failed ... ok
[INFO] [stdout] test cli::tests::test_profile_under_10ms ... ok
[INFO] [stdout] test color::tests::test_all_color_bg_codes ... ok
[INFO] [stdout] test color::tests::test_all_color_fg_codes ... ok
[INFO] [stdout] test color::tests::test_all_theme_styles ... ok
[INFO] [stdout] test color::tests::test_color_bg_codes ... ok
[INFO] [stdout] test color::tests::test_color_debug ... ok
[INFO] [stdout] test color::tests::test_color_equality ... ok
[INFO] [stdout] test color::tests::test_color_fg_codes ... ok
[INFO] [stdout] test color::tests::test_colorspec_debug ... ok
[INFO] [stdout] test color::tests::test_colorspec_equality ... ok
[INFO] [stdout] test color::tests::test_style_all_modifiers ... ok
[INFO] [stdout] test color::tests::test_style_bg_ansi ... ok
[INFO] [stdout] test color::tests::test_reset_constant ... ok
[INFO] [stdout] test color::tests::test_style_256_color ... ok
[INFO] [stdout] test color::tests::test_style_bg_generic ... ok
[INFO] [stdout] test color::tests::test_style_bold ... ok
[INFO] [stdout] test color::tests::test_style_combined ... ok
[INFO] [stdout] test color::tests::test_style_debug ... ok
[INFO] [stdout] test color::tests::test_style_bg_palette ... ok
[INFO] [stdout] test color::tests::test_style_bg_rgb ... ok
[INFO] [stdout] test color::tests::test_style_default ... ok
[INFO] [stdout] test color::tests::test_style_empty ... ok
[INFO] [stdout] test color::tests::test_style_fg_generic ... ok
[INFO] [stdout] test color::tests::test_style_dim ... ok
[INFO] [stdout] test color::tests::test_style_fg_only ... ok
[INFO] [stdout] test color::tests::test_style_italic ... ok
[INFO] [stdout] test color::tests::test_style_true_color ... ok
[INFO] [stdout] test color::tests::test_style_underline ... ok
[INFO] [stdout] test color::tests::test_styled_clone ... ok
[INFO] [stdout] test color::tests::test_styled_debug ... ok
[INFO] [stdout] test color::tests::test_styled_display ... ok
[INFO] [stdout] test color::tests::test_styled_render ... ok
[INFO] [stdout] test color::tests::test_styled_plain ... ok
[INFO] [stdout] test color::tests::test_theme_styles ... ok
[INFO] [stdout] test completion::tests::test_alias_completer ... ok
[INFO] [stdout] test completion::tests::test_alias_completer_name ... ok
[INFO] [stdout] test completion::tests::test_alias_completer_not_command_position ... ok
[INFO] [stdout] test completion::tests::test_alias_completer_priority ... ok
[INFO] [stdout] test completion::tests::test_aprender_shell_clear_cache ... ok
[INFO] [stdout] test completion::tests::test_aprender_shell_default ... ok
[INFO] [stdout] test completion::tests::test_aprender_shell_load_model_not_found ... ok
[INFO] [stdout] test completion::tests::test_aprender_shell_load_model_wrong_extension ... ok
[INFO] [stdout] test completion::tests::test_aprender_shell_not_ready_returns_empty ... ok
[INFO] [stdout] test completion::tests::test_aprender_shell_predict_command_position ... ok
[INFO] [stdout] test completion::tests::test_aprender_shell_predict_docker_subcommands ... ok
[INFO] [stdout] test completion::tests::test_aprender_shell_predict_git_subcommands ... ok
[INFO] [stdout] test completion::tests::test_aprender_shell_predict_kubectl_subcommands ... ok
[INFO] [stdout] test completion::tests::test_aprender_shell_predict_cargo_subcommands ... ok
[INFO] [stdout] test completion::tests::test_aprender_shell_predictions_have_scores ... ok
[INFO] [stdout] test completion::tests::test_aprender_shell_stub ... ok
[INFO] [stdout] test completion::tests::test_completion_context_command_position ... ok
[INFO] [stdout] test completion::tests::test_completion_context_cursor_beyond_line ... ok
[INFO] [stdout] test completion::tests::test_completion_context_empty_line ... ok
[INFO] [stdout] test completion::tests::test_completion_context_from_line_basic ... ok
[INFO] [stdout] test completion::tests::test_completion_context_is_command_position ... ok
[INFO] [stdout] test completion::tests::test_completion_context_clone ... ok
[INFO] [stdout] test completion::tests::test_completion_context_parsing ... ok
[INFO] [stdout] test completion::tests::test_completion_context_debug ... ok
[INFO] [stdout] test completion::tests::test_completion_engine_set_ml_provider ... ok
[INFO] [stdout] test completion::tests::test_completion_engine ... ok
[INFO] [stdout] test completion::tests::test_completion_engine_add_provider ... ok
[INFO] [stdout] test completion::tests::test_completion_item_builder ... ok
[INFO] [stdout] test completion::tests::test_completion_item_clone ... ok
[INFO] [stdout] test completion::tests::test_completion_item_default_score ... ok
[INFO] [stdout] test completion::tests::test_completion_kind_debug ... ok
[INFO] [stdout] test completion::tests::test_completion_kind_equality ... ok
[INFO] [stdout] test completion::tests::test_env_completer ... ok
[INFO] [stdout] test completion::tests::test_env_completer_no_dollar ... ok
[INFO] [stdout] test completion::tests::test_env_completer_name ... ok
[INFO] [stdout] test completion::tests::test_env_completer_with_brace ... ok
[INFO] [stdout] test completion::tests::test_history_completer_name ... ok
[INFO] [stdout] test completion::tests::test_history_completer_empty_history ... ok
[INFO] [stdout] test completion::tests::test_history_completer_no_match ... ok
[INFO] [stdout] test completion::tests::test_history_completer_priority ... ok
[INFO] [stdout] test completion::tests::test_history_completer ... ok
[INFO] [stdout] test completion::tests::test_path_completer_empty_word ... ok
[INFO] [stdout] test completion::tests::test_path_completer_name ... ok
[INFO] [stdout] test completion::tests::test_path_completer_home_path ... ok
[INFO] [stdout] test config::tests::test_alias_lookup_miss ... ok
[INFO] [stdout] test config::tests::test_default_config_is_valid ... ok
[INFO] [stdout] test completion::tests::test_path_completer_absolute_path ... ok
[INFO] [stdout] test config::tests::test_env_lookup ... ok
[INFO] [stdout] test config::tests::test_forbidden_backticks_in_alias ... ok
[INFO] [stdout] test config::tests::test_forbidden_brew_prefix ... ok
[INFO] [stdout] test config::tests::test_config_error_display ... ok
[INFO] [stdout] test config::tests::test_forbidden_eval ... ok
[INFO] [stdout] test config::tests::test_forbidden_subprocess_pattern ... ok
[INFO] [stdout] test color::tests::test_render_performance ... ok
[INFO] [stdout] test config::tests::test_prompt_config ... ok
[INFO] [stdout] test config::tests::test_plugins_config ... ok
[INFO] [stdout] test config::tests::test_shell_type_bash_config ... ok
[INFO] [stdout] test config::tests::test_source_config_defaults ... ok
[INFO] [stdout] test config::tests::test_valid_config_parses ... ok
[INFO] [stdout] test executor::tests::test_expand_alias ... ok
[INFO] [stdout] test executor::tests::test_frozen_env_immutable ... ok
[INFO] [stdout] test executor::tests::test_executor_deterministic ... ok
[INFO] [stdout] test executor::tests::test_generate_aliases ... ok
[INFO] [stdout] test executor::tests::test_generate_exports ... ok
[INFO] [stdout] test parser::tests::test_cache_hit ... ok
[INFO] [stdout] test executor::tests::test_executor_init_under_2ms ... ok
[INFO] [stdout] test parser::tests::test_parse_builtin ... ok
[INFO] [stdout] test plugin::tests::test_aws_plugin_clone ... ok
[INFO] [stdout] test parser::tests::test_parse_alias ... ok
[INFO] [stdout] test parser::tests::test_parse_empty ... ok
[INFO] [stdout] test parser::tests::test_parse_under_2ms ... ok
[INFO] [stdout] test parser::tests::test_parse_deterministic ... ok
[INFO] [stdout] test plugin::tests::test_all_plugins_load_under_budget ... ok
[INFO] [stdout] test plugin::tests::test_aws_plugin ... ok
[INFO] [stdout] test parser::tests::test_parse_simple_command ... ok
[INFO] [stdout] test plugin::tests::test_aws_plugin_aliases ... ok
[INFO] [stdout] test plugin::tests::test_aws_plugin_debug ... ok
[INFO] [stdout] test plugin::tests::test_aws_plugin_info ... ok
[INFO] [stdout] test plugin::tests::test_aws_plugin_init ... ok
[INFO] [stdout] test plugin::tests::test_aws_plugin_shell_init ... ok
[INFO] [stdout] test plugin::tests::test_docker_plugin ... ok
[INFO] [stdout] test plugin::tests::test_docker_plugin_all_aliases ... ok
[INFO] [stdout] test plugin::tests::test_docker_plugin_aliases ... ok
[INFO] [stdout] test plugin::tests::test_docker_plugin_clone ... ok
[INFO] [stdout] test plugin::tests::test_docker_plugin_debug ... ok
[INFO] [stdout] test plugin::tests::test_docker_plugin_default ... ok
[INFO] [stdout] test plugin::tests::test_docker_plugin_env_vars ... ok
[INFO] [stdout] test plugin::tests::test_docker_plugin_info ... ok
[INFO] [stdout] test plugin::tests::test_docker_plugin_init ... ok
[INFO] [stdout] test plugin::tests::test_docker_plugin_new ... ok
[INFO] [stdout] test plugin::tests::test_aws_plugin_default ... ok
[INFO] [stdout] test plugin::tests::test_docker_plugin_completions ... ok
[INFO] [stdout] test plugin::tests::test_aws_plugin_new ... ok
[INFO] [stdout] test plugin::tests::test_docker_plugin_shell_init ... ok
[INFO] [stdout] test plugin::tests::test_git_plugin_aliases ... ok
[INFO] [stdout] test plugin::tests::test_git_plugin_all_aliases ... ok
[INFO] [stdout] test plugin::tests::test_git_plugin ... ok
[INFO] [stdout] test plugin::tests::test_git_plugin_clone ... ok
[INFO] [stdout] test plugin::tests::test_git_plugin_debug ... ok
[INFO] [stdout] test plugin::tests::test_git_plugin_completions ... ok
[INFO] [stdout] test plugin::tests::test_git_plugin_default ... ok
[INFO] [stdout] test plugin::tests::test_git_plugin_env_vars ... ok
[INFO] [stdout] test plugin::tests::test_git_plugin_init ... ok
[INFO] [stdout] test plugin::tests::test_git_plugin_new ... ok
[INFO] [stdout] test plugin::tests::test_git_plugin_shell_init_bash ... ok
[INFO] [stdout] test plugin::tests::test_git_plugin_info ... ok
[INFO] [stdout] test plugin::tests::test_git_plugin_shell_init_zsh ... ok
[INFO] [stdout] test plugin::tests::test_golang_plugin ... ok
[INFO] [stdout] test plugin::tests::test_golang_plugin_aliases ... ok
[INFO] [stdout] test plugin::tests::test_golang_plugin_clone ... ok
[INFO] [stdout] test plugin::tests::test_golang_plugin_debug ... ok
[INFO] [stdout] test plugin::tests::test_golang_plugin_default ... ok
[INFO] [stdout] test plugin::tests::test_golang_plugin_init ... ok
[INFO] [stdout] test plugin::tests::test_golang_plugin_info ... ok
[INFO] [stdout] test config::tests::test_alias_lookup_is_o1 ... ok
[INFO] [stdout] test plugin::tests::test_golang_plugin_new ... ok
[INFO] [stdout] test plugin::tests::test_golang_plugin_shell_init ... ok
[INFO] [stdout] test plugin::tests::test_kubectl_plugin_aliases ... ok
[INFO] [stdout] test plugin::tests::test_kubectl_plugin_clone ... ok
[INFO] [stdout] test plugin::tests::test_kubectl_plugin_default ... ok
[INFO] [stdout] test plugin::tests::test_kubectl_plugin_info ... ok
[INFO] [stdout] test plugin::tests::test_kubectl_plugin_init ... ok
[INFO] [stdout] test plugin::tests::test_kubectl_plugin_new ... ok
[INFO] [stdout] test plugin::tests::test_kubectl_plugin_shell_init ... ok
[INFO] [stdout] test plugin::tests::test_loaded_count ... ok
[INFO] [stdout] test plugin::tests::test_kubectl_plugin_debug ... ok
[INFO] [stdout] test plugin::tests::test_npm_plugin_aliases ... ok
[INFO] [stdout] test plugin::tests::test_npm_plugin_clone ... ok
[INFO] [stdout] test plugin::tests::test_npm_plugin_debug ... ok
[INFO] [stdout] test plugin::tests::test_npm_plugin_default ... ok
[INFO] [stdout] test plugin::tests::test_npm_plugin_info ... ok
[INFO] [stdout] test plugin::tests::test_npm_plugin_new ... ok
[INFO] [stdout] test plugin::tests::test_npm_plugin_shell_init ... ok
[INFO] [stdout] test plugin::tests::test_plugin_aliases_aggregation ... ok
[INFO] [stdout] test plugin::tests::test_plugin_info_with_dependency ... ok
[INFO] [stdout] test plugin::tests::test_plugin_info_with_description ... ok
[INFO] [stdout] test plugin::tests::test_plugin_info_with_version ... ok
[INFO] [stdout] test plugin::tests::test_plugin_load ... ok
[INFO] [stdout] test plugin::tests::test_plugin_info_builder ... ok
[INFO] [stdout] test plugin::tests::test_npm_plugin ... ok
[INFO] [stdout] test plugin::tests::test_plugin_info_default ... ok
[INFO] [stdout] test plugin::tests::test_plugin_error_display ... ok
[INFO] [stdout] test plugin::tests::test_plugin_load_performance ... ok
[INFO] [stdout] test plugin::tests::test_plugin_manager ... ok
[INFO] [stdout] test plugin::tests::test_plugin_manager_all_aliases ... ok
[INFO] [stdout] test plugin::tests::test_npm_plugin_init ... ok
[INFO] [stdout] test plugin::tests::test_plugin_manager_debug ... ok
[INFO] [stdout] test plugin::tests::test_plugin_manager_empty_load_all ... ok
[INFO] [stdout] test plugin::tests::test_plugin_manager_all_env_vars ... ok
[INFO] [stdout] test plugin::tests::test_plugin_manager_list ... ok
[INFO] [stdout] test plugin::tests::test_plugin_manager_load_all ... ok
[INFO] [stdout] test plugin::tests::test_plugin_manager_load_all_new_plugins ... ok
[INFO] [stdout] test plugin::tests::test_kubectl_plugin ... ok
[INFO] [stdout] test plugin::tests::test_plugin_manager_has_all_plugins ... ok
[INFO] [stdout] test parser::tests::test_parser_is_o1_with_many_aliases ... ok
[INFO] [stdout] test plugin::tests::test_plugin_manager_aliases_from_all_plugins ... ok
[INFO] [stdout] test executor::tests::test_env_lookup_is_o1 ... ok
[INFO] [stdout] test plugin::tests::test_plugin_manager_load_not_found ... ok
[INFO] [stdout] test plugin::tests::test_plugin_manager_loaded_count ... ok
[INFO] [stdout] test plugin::tests::test_plugin_manager_register_custom ... ok
[INFO] [stdout] test plugin::tests::test_plugin_manager_reload ... ok
[INFO] [stdout] test plugin::tests::test_plugin_manager_set_plugin_dir ... ok
[INFO] [stdout] test plugin::tests::test_plugin_manager_shell_init ... ok
[INFO] [stdout] test plugin::tests::test_plugin_manager_shell_init_bash ... ok
[INFO] [stdout] test plugin::tests::test_plugin_manager_state_transitions ... ok
[INFO] [stdout] test plugin::tests::test_plugin_state_equality ... ok
[INFO] [stdout] test plugin::tests::test_plugin_not_found ... ok
[INFO] [stdout] test plugin::tests::test_python_plugin ... ok
[INFO] [stdout] test plugin::tests::test_plugin_manager_state_unregistered ... ok
[INFO] [stdout] test plugin::tests::test_plugin_state_debug ... ok
[INFO] [stdout] test plugin::tests::test_python_plugin_clone ... ok
[INFO] [stdout] test plugin::tests::test_plugin_state_default ... ok
[INFO] [stdout] test plugin::tests::test_python_plugin_default ... ok
[INFO] [stdout] test plugin::tests::test_python_plugin_debug ... ok
[INFO] [stdout] test plugin::tests::test_python_plugin_info ... ok
[INFO] [stdout] test plugin::tests::test_python_plugin_new ... ok
[INFO] [stdout] test plugin::tests::test_python_plugin_init ... ok
[INFO] [stdout] test plugin::tests::test_python_plugin_shell_init ... ok
[INFO] [stdout] test plugin::tests::test_rust_plugin_aliases ... ok
[INFO] [stdout] test plugin::tests::test_rust_plugin ... ok
[INFO] [stdout] test plugin::tests::test_rust_plugin_clone ... ok
[INFO] [stdout] test plugin::tests::test_rust_plugin_debug ... ok
[INFO] [stdout] test plugin::tests::test_rust_plugin_default ... ok
[INFO] [stdout] test plugin::tests::test_python_plugin_aliases ... ok
[INFO] [stdout] test plugin::tests::test_rust_plugin_info ... ok
[INFO] [stdout] test plugin::tests::test_rust_plugin_new ... ok
[INFO] [stdout] test plugin::tests::test_rust_plugin_shell_init ... ok
[INFO] [stdout] test plugin::tests::test_shell_init_generation ... ok
[INFO] [stdout] test plugin::tests::test_terraform_plugin ... ok
[INFO] [stdout] test plugin::tests::test_terraform_plugin_aliases ... ok
[INFO] [stdout] test plugin::tests::test_terraform_plugin_clone ... ok
[INFO] [stdout] test plugin::tests::test_rust_plugin_init ... ok
[INFO] [stdout] test plugin::tests::test_terraform_plugin_debug ... ok
[INFO] [stdout] test plugin::tests::test_terraform_plugin_default ... ok
[INFO] [stdout] test plugin::tests::test_terraform_plugin_info ... ok
[INFO] [stdout] test plugin::tests::test_terraform_plugin_init ... ok
[INFO] [stdout] test plugin::tests::test_terraform_plugin_new ... ok
[INFO] [stdout] test plugin::tests::test_terraform_plugin_shell_init ... ok
[INFO] [stdout] test prompt::tests::test_git_cache_clone ... ok
[INFO] [stdout] test prompt::tests::test_git_cache_debug ... ok
[INFO] [stdout] test prompt::tests::test_git_cache_default ... ok
[INFO] [stdout] test prompt::tests::test_git_cache_invalidation ... ok
[INFO] [stdout] test prompt::tests::test_git_cache_new ... ok
[INFO] [stdout] test prompt::tests::test_git_cache_render ... ok
[INFO] [stdout] test prompt::tests::test_git_cache_valid_flag ... ok
[INFO] [stdout] test prompt::tests::test_parse_format ... ok
[INFO] [stdout] test prompt::tests::test_parse_format_literal_only ... ok
[INFO] [stdout] test prompt::tests::test_parse_format_empty ... ok
[INFO] [stdout] test prompt::tests::test_prompt_all_segments ... ok
[INFO] [stdout] test prompt::tests::test_prompt_contains_expected_parts ... ok
[INFO] [stdout] test prompt::tests::test_prompt_colors_enabled ... ok
[INFO] [stdout] test prompt::tests::test_prompt_custom_segment_render ... ok
[INFO] [stdout] test prompt::tests::test_prompt_debug ... ok
[INFO] [stdout] test prompt::tests::test_prompt_deterministic ... ok
[INFO] [stdout] test prompt::tests::test_git_cache_render_colored ... ok
[INFO] [stdout] test prompt::tests::test_prompt_invalidate_git_cache ... ok
[INFO] [stdout] test prompt::tests::test_parse_format_custom_segment ... ok
[INFO] [stdout] test executor::tests::test_alias_lookup_is_o1 ... ok
[INFO] [stdout] test prompt::tests::test_prompt_segment_clone ... ok
[INFO] [stdout] test prompt::tests::test_prompt_segment_count ... ok
[INFO] [stdout] test prompt::tests::test_prompt_update_git_cache ... ok
[INFO] [stdout] test prompt::tests::test_prompt_segment_debug ... ok
[INFO] [stdout] test prompt::tests::test_prompt_with_git_cache ... ok
[INFO] [stdout] test prompt::tests::test_prompt_set_colors_enabled ... ok
[INFO] [stdout] test prompt::tests::test_prompt_root_char ... ok
[INFO] [stdout] test config::tests::test_config_compile_is_fast ... ok
[INFO] [stdout] test shell::tests::test_alias_with_quotes_escaped ... ok
[INFO] [stdout] test shell::tests::test_bash_init_contains_header ... ok
[INFO] [stdout] test shell::tests::test_bash_init_configures_shell_options ... ok
[INFO] [stdout] test shell::tests::test_bash_init_exports_env_vars ... ok
[INFO] [stdout] test shell::tests::test_bash_init_configures_history ... ok
[INFO] [stdout] test shell::tests::test_bash_init_configures_completion ... ok
[INFO] [stdout] test shell::tests::test_bash_completion_homebrew_support ... ok
[INFO] [stdout] test shell::tests::test_bash_init_includes_plugin_aliases ... ok
[INFO] [stdout] test shell::tests::test_bash_init_sets_colored_prompt ... ok
[INFO] [stdout] test shell::tests::test_deterministic_output ... ok
[INFO] [stdout] test shell::tests::test_env_with_quotes_escaped ... ok
[INFO] [stdout] test shell::tests::test_bash_init_defines_aliases ... ok
[INFO] [stdout] test shell::tests::test_bash_init_sets_keybindings ... ok
[INFO] [stdout] test prompt::tests::test_prompt_render_under_2ms ... ok
[INFO] [stdout] test shell::tests::test_bash_init_no_colors ... ok
[INFO] [stdout] test shell::tests::test_output_size_reasonable ... ok
[INFO] [stdout] test shell::tests::test_output_is_valid_shell_syntax ... ok
[INFO] [stdout] test shell::tests::test_zsh_init_configures_completion ... ok
[INFO] [stdout] test shell::tests::test_zsh_init_configures_history ... ok
[INFO] [stdout] test shell::tests::test_zsh_init_contains_header ... ok
[INFO] [stdout] test shell::tests::test_zsh_init_defines_aliases ... ok
[INFO] [stdout] test shell::tests::test_zsh_init_exports_env_vars ... ok
[INFO] [stdout] test shell::tests::test_zsh_init_includes_plugin_aliases ... ok
[INFO] [stdout] test shell::tests::test_zsh_init_no_colors ... ok
[INFO] [stdout] test shell::tests::test_zsh_init_sets_colored_prompt ... ok
[INFO] [stdout] test shell::tests::test_zsh_init_sets_keybindings ... ok
[INFO] [stdout] test tests::test_shell_type_default ... ok
[INFO] [stdout] test tests::test_shell_type_bash ... ok
[INFO] [stdout] test tests::test_error_display ... ok
[INFO] [stdout] test tests::test_shell_type_default_is_zsh ... ok
[INFO] [stdout] test theme::tests::test_agnoster_all_styles ... ok
[INFO] [stdout] test theme::tests::test_agnoster_bash_prompt ... ok
[INFO] [stdout] test tests::test_measure_startup ... ok
[INFO] [stdout] test theme::tests::test_agnoster_debug ... ok
[INFO] [stdout] test theme::tests::test_agnoster_default ... ok
[INFO] [stdout] test tests::test_startup_under_10ms ... ok
[INFO] [stdout] test theme::tests::test_agnoster_error_style ... ok
[INFO] [stdout] test prompt::tests::test_prompt_render_is_o1 ... ok
[INFO] [stdout] test theme::tests::test_agnoster_prompt_char_style ... ok
[INFO] [stdout] test theme::tests::test_agnoster_prompt_root_style ... ok
[INFO] [stdout] test theme::tests::test_agnoster_success_style ... ok
[INFO] [stdout] test theme::tests::test_agnoster_theme ... ok
[INFO] [stdout] test theme::tests::test_agnoster_zsh_prompt_format ... ok
[INFO] [stdout] test theme::tests::test_all_themes_have_prompts ... ok
[INFO] [stdout] test theme::tests::test_custom_theme_registration ... ok
[INFO] [stdout] test theme::tests::test_pure_error_style ... ok
[INFO] [stdout] test theme::tests::test_pure_bash_prompt ... ok
[INFO] [stdout] test theme::tests::test_pure_user_style ... ok
[INFO] [stdout] test theme::tests::test_pure_theme ... ok
[INFO] [stdout] test theme::tests::test_prompt_generation_fast ... ok
[INFO] [stdout] test theme::tests::test_pure_host_style ... ok
[INFO] [stdout] test theme::tests::test_pure_debug ... ok
[INFO] [stdout] test theme::tests::test_registry_default ... ok
[INFO] [stdout] test theme::tests::test_registry_get_theme ... ok
[INFO] [stdout] test theme::tests::test_registry_debug ... ok
[INFO] [stdout] test theme::tests::test_pure_all_styles ... ok
[INFO] [stdout] test theme::tests::test_registry_get_unknown ... ok
[INFO] [stdout] test theme::tests::test_pure_default ... ok
[INFO] [stdout] test theme::tests::test_pure_bash_prompt_two_line ... ok
[INFO] [stdout] test theme::tests::test_pure_success_style ... ok
[INFO] [stdout] test theme::tests::test_pure_zsh_prompt_newline ... ok
[INFO] [stdout] test theme::tests::test_registry_count ... ok
[INFO] [stdout] test theme::tests::test_registry_current_theme ... ok
[INFO] [stdout] test theme::tests::test_registry_list_contains_all ... ok
[INFO] [stdout] test theme::tests::test_registry_list_themes ... ok
[INFO] [stdout] test tests::test_startup_is_deterministic ... ok
[INFO] [stdout] test theme::tests::test_registry_new ... ok
[INFO] [stdout] test theme::tests::test_registry_register_and_get ... ok
[INFO] [stdout] test theme::tests::test_registry_set_current ... ok
[INFO] [stdout] test theme::tests::test_registry_set_current_multiple_times ... ok
[INFO] [stdout] test theme::tests::test_registry_set_current_unknown ... ok
[INFO] [stdout] test theme::tests::test_robbyrussell_default ... ok
[INFO] [stdout] test theme::tests::test_robbyrussell_bash_prompt ... ok
[INFO] [stdout] test theme::tests::test_robbyrussell_all_styles ... ok
[INFO] [stdout] test theme::tests::test_robbyrussell_theme ... ok
[INFO] [stdout] test theme::tests::test_robbyrussell_success_style ... ok
[INFO] [stdout] test theme::tests::test_simple_bash_prompt ... ok
[INFO] [stdout] test theme::tests::test_simple_all_styles ... ok
[INFO] [stdout] test theme::tests::test_simple_debug ... ok
[INFO] [stdout] test theme::tests::test_robbyrussell_debug ... ok
[INFO] [stdout] test theme::tests::test_simple_default ... ok
[INFO] [stdout] test theme::tests::test_simple_success_style ... ok
[INFO] [stdout] test theme::tests::test_simple_theme ... ok
[INFO] [stdout] test theme::tests::test_spaceship_all_styles ... ok
[INFO] [stdout] test theme::tests::test_simple_error_style ... ok
[INFO] [stdout] test theme::tests::test_simple_zsh_prompt ... ok
[INFO] [stdout] test theme::tests::test_robbyrussell_error_style ... ok
[INFO] [stdout] test theme::tests::test_spaceship_bash_prompt ... ok
[INFO] [stdout] test theme::tests::test_spaceship_debug ... ok
[INFO] [stdout] test theme::tests::test_registry_lookup_fast ... ok
[INFO] [stdout] test theme::tests::test_spaceship_error_style ... ok
[INFO] [stdout] test theme::tests::test_spaceship_default ... ok
[INFO] [stdout] test theme::tests::test_spaceship_host_style ... ok
[INFO] [stdout] test theme::tests::test_spaceship_success_style ... ok
[INFO] [stdout] test theme::tests::test_spaceship_theme ... ok
[INFO] [stdout] test theme::tests::test_spaceship_zsh_prompt ... ok
[INFO] [stdout] test theme::tests::test_spaceship_user_style ... ok
[INFO] [stdout] test theme::tests::test_theme_style_methods ... ok
[INFO] [stdout] test theme::tests::test_theme_styles ... ok
[INFO] [stdout] test theme::tests::test_themes_have_git_styles ... ok
[INFO] [stdout] test theme::tests::test_zsh_prompt_contains_color_codes ... ok
[INFO] [stdout] test zsh::tests::test_auto_suggest_empty_input ... ok
[INFO] [stdout] test zsh::tests::test_auto_suggest_new ... ok
[INFO] [stdout] test zsh::tests::test_auto_suggest_exact_match_no_suggest ... ok
[INFO] [stdout] test zsh::tests::test_auto_suggest_no_match ... ok
[INFO] [stdout] test zsh::tests::test_auto_suggest_widget_code ... ok
[INFO] [stdout] test zsh::tests::test_auto_suggest_with_history ... ok
[INFO] [stdout] test zsh::tests::test_completion_spec_flag ... ok
[INFO] [stdout] test zsh::tests::test_directory_jump_find ... ok
[INFO] [stdout] test zsh::tests::test_directory_jump_find_no_match ... ok
[INFO] [stdout] test zsh::tests::test_directory_jump_new ... ok
[INFO] [stdout] test zsh::tests::test_generate_all_completions ... ok
[INFO] [stdout] test zsh::tests::test_directory_jump_z_command ... ok
[INFO] [stdout] test zsh::tests::test_directory_jump_record ... ok
[INFO] [stdout] test zsh::tests::test_zsh_completion_new ... ok
[INFO] [stdout] test zsh::tests::test_generate_git_completion ... ok
[INFO] [stdout] test zsh::tests::test_directory_jump_find_case_insensitive ... ok
[INFO] [stdout] test zsh::tests::test_history_search_widget_code ... ok
[INFO] [stdout] test zsh::tests::test_syntax_highlight_code ... ok
[INFO] [stdout] test zsh::tests::test_generate_docker_completion ... ok
[INFO] [stdout] test zsh::tests::test_syntax_highlighter_default ... ok
[INFO] [stdout] test zsh::tests::test_unknown_command_completion ... ok
[INFO] [stdout] test zsh::tests::test_completion_generation_fast ... ok
[INFO] [stdout] test zsh::tests::test_auto_suggest_fast ... ok
[INFO] [stdout] test shell::tests::test_generation_is_fast ... ok
[INFO] [stdout] test completion::tests::test_completion_performance ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 408 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.24s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/pzsh-51c0b45abc114bb5)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/integration.rs (/opt/rustwide/target/debug/deps/integration-5de282663c440df8)
[INFO] [stdout] 
[INFO] [stdout] running 14 tests
[INFO] [stdout] test test_andon_startup_budget ... ok
[INFO] [stdout] test test_all_plugins_available ... ok
[INFO] [stdout] test test_completion_system ... ok
[INFO] [stdout] test test_deterministic_output ... ok
[INFO] [stdout] test test_library_initializes ... ok
[INFO] [stdout] test test_combined_aliases ... ok
[INFO] [stdout] test test_compile_generates_shell_code ... ok
[INFO] [stdout] test test_parser_performance ... ok
[INFO] [stdout] test test_plugin_load_performance ... ok
[INFO] [stdout] test test_startup_performance ... ok
[INFO] [stdout] test test_executor_performance ... ok
[INFO] [stdout] test test_themes_available ... ok
[INFO] [stdout] test test_shell_init_both_shells ... ok
[INFO] [stdout] test test_prompt_performance ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests pzsh
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test src/completion/mod.rs - completion::AprenderShellCompleter (line 359) ... ignored
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 1 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] all doctests ran in 0.21s; merged doctests compilation took 0.20s
[INFO] running `Command { std: "docker" "inspect" "b31b2d953e5d64168e76492d4737a9e3fef8510c208398212b16234ef0e0e83a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b31b2d953e5d64168e76492d4737a9e3fef8510c208398212b16234ef0e0e83a", kill_on_drop: false }`
[INFO] [stdout] b31b2d953e5d64168e76492d4737a9e3fef8510c208398212b16234ef0e0e83a
