[INFO] cloning repository https://github.com/sunheyi6/claude-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/sunheyi6/claude-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsunheyi6%2Fclaude-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsunheyi6%2Fclaude-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c175c42fe283df5f67e28909bb55291b799b3990
[INFO] testing sunheyi6/claude-rs against 1.97.0-beta.6 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsunheyi6%2Fclaude-rs" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/sunheyi6/claude-rs
[INFO] finished tweaking git repo https://github.com/sunheyi6/claude-rs
[INFO] tweaked toml for git repo https://github.com/sunheyi6/claude-rs written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/sunheyi6/claude-rs on toolchain 1.97.0-beta.6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/sunheyi6/claude-rs already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: /workspace/builds/worker-5-tc1/source/crates/claude-rs-cli/Cargo.toml: file `/workspace/builds/worker-5-tc1/source/crates/claude-rs-cli/src/main.rs` found to be present in multiple build targets:
[INFO] [stderr]   * `bin` target `claude-rs`
[INFO] [stderr]   * `bin` target `crs`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded openssl-sys v0.9.113
[INFO] [stderr]   Downloaded openssl v0.10.77
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] df79b7028e2ab377c77c9b00d2240aef5bece432f4c9ef6349ac918bea01a935
[INFO] running `Command { std: "docker" "start" "df79b7028e2ab377c77c9b00d2240aef5bece432f4c9ef6349ac918bea01a935", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "df79b7028e2ab377c77c9b00d2240aef5bece432f4c9ef6349ac918bea01a935", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "df79b7028e2ab377c77c9b00d2240aef5bece432f4c9ef6349ac918bea01a935" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "df79b7028e2ab377c77c9b00d2240aef5bece432f4c9ef6349ac918bea01a935", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "df79b7028e2ab377c77c9b00d2240aef5bece432f4c9ef6349ac918bea01a935" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: /opt/rustwide/workdir/crates/claude-rs-cli/Cargo.toml: file `/opt/rustwide/workdir/crates/claude-rs-cli/src/main.rs` found to be present in multiple build targets:
[INFO] [stderr]   * `bin` target `claude-rs`
[INFO] [stderr]   * `bin` target `crs`
[INFO] [stderr]    Compiling cc v1.2.60
[INFO] [stderr]    Compiling hashbrown v0.17.0
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling mio v1.2.0
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling openssl v0.10.77
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling rustls v0.23.38
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling bstr v1.12.1
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling instability v0.3.10
[INFO] [stderr]    Compiling tokio v1.52.0
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling dirs-sys v0.5.0
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling signal-hook-mio v0.2.5
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling similar v2.7.0
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling crossterm v0.28.1
[INFO] [stderr]    Compiling dirs v6.0.0
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling whoami v1.6.1
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling openssl-sys v0.9.113
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling native-tls v0.2.18
[INFO] [stderr]    Compiling strum v0.26.3
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling ratatui v0.29.0
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling globset v0.4.18
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling ignore v0.4.25
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling tokio-stream v0.1.18
[INFO] [stderr]    Compiling claude-rs-sandbox v0.1.0 (/opt/rustwide/workdir/crates/claude-rs-sandbox)
[INFO] [stderr]    Compiling rustls-webpki v0.103.12
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling h2 v0.4.13
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling hyper v1.9.0
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling hyper-rustls v0.27.9
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling claude-rs-llm v0.1.0 (/opt/rustwide/workdir/crates/claude-rs-llm)
[INFO] [stderr]    Compiling claude-rs-tools v0.1.0 (/opt/rustwide/workdir/crates/claude-rs-tools)
[INFO] [stdout] warning: unused import: `std::process::Stdio`
[INFO] [stdout]  --> crates/claude-rs-tools/src/grep.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::process::Stdio;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling claude-rs-core v0.1.0 (/opt/rustwide/workdir/crates/claude-rs-core)
[INFO] [stderr]    Compiling claude-rs-cli v0.1.0 (/opt/rustwide/workdir/crates/claude-rs-cli)
[INFO] [stdout] warning: function `read_line_from_key_events` is never used
[INFO] [stdout]    --> crates/claude-rs-cli/src/main.rs:413:4
[INFO] [stdout]     |
[INFO] [stdout] 413 | fn read_line_from_key_events() -> anyhow::Result<String> {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `read_line_from_key_events` is never used
[INFO] [stdout]    --> crates/claude-rs-cli/src/main.rs:413:4
[INFO] [stdout]     |
[INFO] [stdout] 413 | fn read_line_from_key_events() -> anyhow::Result<String> {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.70s
[INFO] running `Command { std: "docker" "inspect" "df79b7028e2ab377c77c9b00d2240aef5bece432f4c9ef6349ac918bea01a935", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "df79b7028e2ab377c77c9b00d2240aef5bece432f4c9ef6349ac918bea01a935" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: /opt/rustwide/workdir/crates/claude-rs-cli/Cargo.toml: file `/opt/rustwide/workdir/crates/claude-rs-cli/src/main.rs` found to be present in multiple build targets:
[INFO] [stderr]   * `bin` target `claude-rs`
[INFO] [stderr]   * `bin` target `crs`
[INFO] [stderr]    Compiling claude-rs-sandbox v0.1.0 (/opt/rustwide/workdir/crates/claude-rs-sandbox)
[INFO] [stderr]    Compiling claude-rs-llm v0.1.0 (/opt/rustwide/workdir/crates/claude-rs-llm)
[INFO] [stdout] warning: unused import: `std::process::Stdio`
[INFO] [stdout]  --> crates/claude-rs-tools/src/grep.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::process::Stdio;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling claude-rs-tools v0.1.0 (/opt/rustwide/workdir/crates/claude-rs-tools)
[INFO] [stderr]    Compiling claude-rs-core v0.1.0 (/opt/rustwide/workdir/crates/claude-rs-core)
[INFO] [stderr]    Compiling claude-rs-cli v0.1.0 (/opt/rustwide/workdir/crates/claude-rs-cli)
[INFO] [stdout] warning: function `read_line_from_key_events` is never used
[INFO] [stdout]    --> crates/claude-rs-cli/src/main.rs:413:4
[INFO] [stdout]     |
[INFO] [stdout] 413 | fn read_line_from_key_events() -> anyhow::Result<String> {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `read_line_from_key_events` is never used
[INFO] [stdout]    --> crates/claude-rs-cli/src/main.rs:413:4
[INFO] [stdout]     |
[INFO] [stdout] 413 | fn read_line_from_key_events() -> anyhow::Result<String> {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `std::process::Stdio`
[INFO] [stdout]  --> crates/claude-rs-tools/src/grep.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use std::process::Stdio;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `read_line_from_key_events` is never used
[INFO] [stdout]    --> crates/claude-rs-cli/src/main.rs:413:4
[INFO] [stdout]     |
[INFO] [stdout] 413 | fn read_line_from_key_events() -> anyhow::Result<String> {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `read_line_from_key_events` is never used
[INFO] [stdout]    --> crates/claude-rs-cli/src/main.rs:413:4
[INFO] [stdout]     |
[INFO] [stdout] 413 | fn read_line_from_key_events() -> anyhow::Result<String> {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 10.64s
[INFO] running `Command { std: "docker" "inspect" "df79b7028e2ab377c77c9b00d2240aef5bece432f4c9ef6349ac918bea01a935", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "df79b7028e2ab377c77c9b00d2240aef5bece432f4c9ef6349ac918bea01a935" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr] warning: /opt/rustwide/workdir/crates/claude-rs-cli/Cargo.toml: file `/opt/rustwide/workdir/crates/claude-rs-cli/src/main.rs` found to be present in multiple build targets:
[INFO] [stderr]   * `bin` target `claude-rs`
[INFO] [stderr]   * `bin` target `crs`
[INFO] [stderr] warning: unused import: `std::process::Stdio`
[INFO] [stderr]  --> crates/claude-rs-tools/src/grep.rs:4:5
[INFO] [stderr]   |
[INFO] [stderr] 4 | use std::process::Stdio;
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `claude-rs-tools` (lib) generated 1 warning (run `cargo fix --lib -p claude-rs-tools` to apply 1 suggestion)
[INFO] [stderr] warning: `claude-rs-tools` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr] warning: function `read_line_from_key_events` is never used
[INFO] [stderr]    --> crates/claude-rs-cli/src/main.rs:413:4
[INFO] [stderr]     |
[INFO] [stderr] 413 | fn read_line_from_key_events() -> anyhow::Result<String> {
[INFO] [stderr]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `claude-rs-cli` (bin "claude-rs") generated 1 warning
[INFO] [stderr] warning: `claude-rs-cli` (bin "claude-rs" test) generated 1 warning (1 duplicate)
[INFO] [stderr] warning: `claude-rs-cli` (bin "crs" test) generated 1 warning (1 duplicate)
[INFO] [stderr] warning: `claude-rs-cli` (bin "crs") generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.46s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/claude_rs_cli-6c29f305e19af5af)
[INFO] [stdout] 
[INFO] [stdout] running 15 tests
[INFO] [stdout] test tui::tests::test_app_new_boundary_defaults ... ok
[INFO] [stdout] test tui::tests::test_display_width_normal_ascii_and_cjk ... ok
[INFO] [stdout] test tui::tests::test_filter_commands_error_case_no_match_returns_empty ... ok
[INFO] [stdout] test tui::tests::test_filter_commands_normal_status_query ... ok
[INFO] [stdout] test tui::tests::test_fuzzy_match_boundary_subsequence ... ok
[INFO] [stdout] test tui::tests::test_fuzzy_match_positions_error_case_non_subsequence_empty_positions ... ok
[INFO] [stdout] test tui::tests::test_fuzzy_match_positions_normal_marks_chars ... ok
[INFO] [stdout] test tui::tests::test_fuzzy_match_error_case_non_subsequence ... ok
[INFO] [stdout] test tui::tests::test_is_exit_input_boundary_trimmed_quit_word ... ok
[INFO] [stdout] test tui::tests::test_is_exit_input_error_case_uppercase_not_allowed ... ok
[INFO] [stdout] test tui::tests::test_is_exit_input_normal_quit_word ... ok
[INFO] [stdout] test tui::tests::test_mode_color_boundary_values ... ok
[INFO] [stdout] test tui::tests::test_filter_commands_boundary_empty_query_returns_all ... ok
[INFO] [stdout] test tui::tests::test_mode_label_normal_values ... ok
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/claude_rs-030c89db38e9d1a4)
[INFO] [stdout] test tui::tests::test_terminal_height_error_case_not_applicable_returns_positive ... ok
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/crs-352891ff6b3208c9)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 11 tests
[INFO] [stdout] test tests::test_apply_speed_profile_boundary_disabled_keeps_defaults ... ok
[INFO] [stdout] test tests::test_apply_speed_profile_normal_sets_fast_fields ... ok
[INFO] [stdout] test tests::test_is_exit_command_boundary_trimmed_quit_word ... ok
[INFO] [stdout] test tests::test_is_exit_command_error_case_uppercase_not_allowed ... ok
[INFO] [stdout] test tests::test_normalize_api_key_boundary_empty_value ... ok
[INFO] [stdout] test tests::test_normalize_api_key_normal_trimmed_value ... ok
[INFO] [stdout] test tests::test_pad_ansi_boundary_truncates_to_width ... ok
[INFO] [stdout] test tests::test_strip_ansi_normal_removes_escape_sequences ... ok
[INFO] [stdout] test tests::test_args_parse_error_invalid_permissions_rejected_later ... ok
[INFO] [stdout] test tests::test_is_exit_command_normal_quit_word ... ok
[INFO] [stdout] test tests::test_print_queued_preview_boundary_empty_text_no_panic ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 11 tests
[INFO] [stdout] test tests::test_apply_speed_profile_boundary_disabled_keeps_defaults ... ok
[INFO] [stdout] test tests::test_is_exit_command_boundary_trimmed_quit_word ... ok
[INFO] [stdout] test tests::test_is_exit_command_error_case_uppercase_not_allowed ... ok
[INFO] [stdout] test tests::test_is_exit_command_normal_quit_word ... ok
[INFO] [stdout] test tests::test_normalize_api_key_boundary_empty_value ... ok
[INFO] [stdout] test tests::test_normalize_api_key_normal_trimmed_value ... ok
[INFO] [stdout] test tests::test_pad_ansi_boundary_truncates_to_width ... ok
[INFO] [stdout] test tests::test_strip_ansi_normal_removes_escape_sequences ... ok
[INFO] [stdout] test tests::test_print_queued_preview_boundary_empty_text_no_panic ... ok
[INFO] [stdout] test tests::test_apply_speed_profile_normal_sets_fast_fields ... ok
[INFO] [stdout] test tests::test_args_parse_error_invalid_permissions_rejected_later ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/inline_repl.rs (/opt/rustwide/target/debug/deps/inline_repl-4e76aa2b975c9255)
[INFO] [stdout] 
[INFO] [stdout] running 12 tests
[INFO] [stdout] test test_completion_navigation_wraps ... ok
[INFO] [stdout] test test_inline_repl_state_running_toggle ... ok
[INFO] [stdout] test test_is_exit_input_normal_quit_word ... ok
[INFO] [stdout] test test_visible_width_ascii_only ... ok
[INFO] [stdout] test test_is_exit_input_error_case_uppercase_not_allowed ... ok
[INFO] [stdout] test test_is_exit_input_boundary_trimmed_quit_word ... ok
[INFO] [stdout] test test_completion_refresh_substring_match ... ok
[INFO] [stdout] test test_completion_refresh_prefix_match ... ok
[INFO] [stdout] test test_completion_accept ... ok
[INFO] [stderr]      Running tests/interactive_flow.rs (/opt/rustwide/target/debug/deps/interactive_flow-e0f58350d2289b76)
[INFO] [stdout] test test_visible_width_mixed_cjk ... ok
[INFO] [stdout] test test_completion_refresh_no_match_dismisses ... ok
[INFO] [stdout] test test_inline_repl_state_new_defaults ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test input_is_processed_and_echoed_in_test_mode ... ok
[INFO] [stdout] test empty_line_and_unknown_command_do_not_panic ... ok
[INFO] [stdout] test startup_waits_for_input_and_can_exit_cleanly ... ok
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/claude_rs_core-3dcbe96240d5e203)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.37s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 16 tests
[INFO] [stdout] test permissions::tests::parse_modes ... ok
[INFO] [stdout] test compaction::tests::test_compact_keeps_system_and_recent ... ok
[INFO] [stdout] test permissions::tests::readonly_blocks_write_tools ... ok
[INFO] [stdout] test agents_md::tests::test_load_agents_md_error_nonexistent_dir ... ok
[INFO] [stdout] test permissions::tests::workspace_write_allows_write_within_root ... ok
[INFO] [stdout] test permissions::tests::workspace_write_blocks_path_escape ... ok
[INFO] [stdout] test agents_md::tests::test_load_agents_md_boundary_limit_truncates ... ok
[INFO] [stdout] test agents_md::tests::test_load_agents_md_basic ... ok
[INFO] [stdout] test tests::test_agent_run_turn_normal_returns_assistant_text ... ok
[INFO] [stdout] test tests::test_agent_run_turn_error_provider_failure ... ok
[INFO] [stdout] test tests::test_agent_fast_mode_normal_enable_and_disable ... ok
[INFO] [stdout] test session::tests::test_load_session_error_missing_id ... ok
[INFO] [stdout] test tests::test_agent_run_turn_stream_boundary_collects_chunks ... ok
[INFO] [stdout] test session::tests::test_save_and_load_session_normal_roundtrip ... ok
[INFO] [stdout] test session::tests::test_list_sessions_boundary_sorted_descending ... ok
[INFO] [stdout] test tests::test_agent_status_summary_boundary_contains_workspace_root ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 16 tests
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/claude_rs_llm-23b465a9e06c0e0c)
[INFO] [stdout] test openai::tests::test_message_to_openai_boundary_tool_message ... ok
[INFO] [stdout] test openai::tests::test_message_to_openai_normal_user_message ... ok
[INFO] [stdout] test openai::tests::test_stream_response_error_case_invalid_json ... ok
[INFO] [stdout] test provider::tests::test_provider_normal_chat_returns_text ... ok
[INFO] [stdout] test provider::tests::test_provider_boundary_stream_has_stop ... ok
[INFO] [stdout] test provider::tests::test_provider_error_case_not_applicable_dummy_still_ok ... ok
[INFO] [stdout] test tests::test_reexports_boundary_chat_options_empty_model_allowed ... ok
[INFO] [stdout] test tests::test_reexports_error_case_not_applicable_enum_variant_works ... ok
[INFO] [stdout] test tests::test_reexports_normal_message_constructor_available ... ok
[INFO] [stdout] test types::tests::test_chat_options_boundary_extra_accepts_custom_values ... ok
[INFO] [stdout] test types::tests::test_chat_options_normal_defaults_are_none ... ok
[INFO] [stdout] test types::tests::test_tool_definition_boundary_empty_description_allowed ... ok
[INFO] [stdout] test types::tests::test_message_builders_normal_construct_variants ... ok
[INFO] [stdout] test types::tests::test_tool_call_error_case_invalid_json_arguments_deserialize_failure ... ok
[INFO] [stdout] test openai::tests::test_user_agent_normal_kimi_base_url_returns_fixed_agent ... ok
[INFO] [stdout] test openai::tests::test_build_body_boundary_includes_optional_fields_and_tools ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.15s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/claude_rs_sandbox-47668c1bb7299128)
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test tests::it_works ... ok
[INFO] [stdout] test tests::test_add_error_case_not_applicable_still_deterministic ... ok
[INFO] [stdout] test tests::test_add_boundary_zero ... ok
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/claude_rs_tools-518055f3c891ad2c)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 26 tests
[INFO] [stdout] test grep::tests::test_grep_execute_error_missing_pattern ... ok
[INFO] [stdout] test glob::tests::test_glob_execute_error_invalid_pattern ... ok
[INFO] [stdout] test read::tests::test_read_execute_error_missing_path ... ok
[INFO] [stdout] test tests::test_definition_boundary_non_empty_name_and_description ... ok
[INFO] [stdout] test tests::test_definition_error_path_not_applicable_execute_still_returns_ok ... ok
[INFO] [stdout] test todo::tests::test_todo_state_error_update_missing_item ... ok
[INFO] [stdout] test todo::tests::test_todo_state_boundary_clear_empty ... ok
[INFO] [stdout] test todo::tests::test_todo_state_normal_add_and_list ... ok
[INFO] [stdout] test glob::tests::test_glob_execute_boundary_no_matches_returns_empty_string ... ok
[INFO] [stdout] test tests::test_definition_normal_builds_tool_definition ... ok
[INFO] [stdout] test write::tests::test_write_execute_boundary_empty_content ... ok
[INFO] [stdout] test todo::tests::test_todo_write_tool_normal_update_and_delete ... ok
[INFO] [stdout] test glob::tests::test_glob_execute_normal_matches_expected_files ... ok
[INFO] [stdout] test edit::tests::test_edit_execute_normal_single_replacement ... ok
[INFO] [stdout] test write::tests::test_write_execute_normal_creates_parent_and_writes ... ok
[INFO] [stdout] test write::tests::test_write_execute_error_missing_content ... ok
[INFO] [stdout] test todo::tests::test_todo_write_tool_error_invalid_action ... ok
[INFO] [stdout] test grep::tests::test_grep_execute_normal_finds_match ... ok
[INFO] [stdout] test bash::tests::test_bash_execute_error_timeout ... ok
[INFO] [stdout] test read::tests::test_read_execute_normal_reads_selected_lines ... ok
[INFO] [stdout] test grep::tests::test_grep_execute_boundary_no_match ... ok
[INFO] [stdout] test edit::tests::test_edit_execute_boundary_multiple_occurrences_rejected ... ok
[INFO] [stdout] test bash::tests::test_bash_execute_boundary_empty_stdout ... ok
[INFO] [stdout] test read::tests::test_read_execute_boundary_offset_out_of_range ... ok
[INFO] [stdout] test edit::tests::test_edit_execute_error_old_text_missing ... ok
[INFO] [stdout] test bash::tests::test_bash_execute_normal_returns_stdout ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- bash::tests::test_bash_execute_normal_returns_stdout stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'bash::tests::test_bash_execute_normal_returns_stdout' (1998) panicked at crates/claude-rs-tools/src/bash.rs:100:9:
[INFO] [stdout] assertion failed: output.contains("exit code: 0")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x59246b0e2cd8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x59246b0e2cd8 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x59246b0e2cd8 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x59246b0e2cd8 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x59246b0f8e7a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x59246b0f8e7a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x59246b0e7d92 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x59246b0e7d92 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x59246b0bf266 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x59246b0bf266 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x59246b0da179 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x59246af8708c - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x59246af8708c - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x59246b0da3f2 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x59246b0da3f2 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x59246b0bf354 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:691:13
[INFO] [stdout]   16:     0x59246b0b3cf9 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x59246b0c012d - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x59246b0f96ec - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x59246b0f96b2 - core[8fb95b77d25ab6c8]::panicking::panic
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:150:5
[INFO] [stdout]   20:     0x59246ac2b67f - claude_rs_tools[45595ae988e95856]::bash::tests::test_bash_execute_normal_returns_stdout::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/claude-rs-tools/src/bash.rs:100:9
[INFO] [stdout]   21:     0x59246abfe702 - <core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   22:     0x59246abfe77d - <core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x59246ac2842d - <tokio[6adbda082ceb812b]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.0/src/runtime/scheduler/current_thread/mod.rs:778:70
[INFO] [stdout]   24:     0x59246ac2832b - tokio[6adbda082ceb812b]::task::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[6adbda082ceb812b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.0/src/task/coop/mod.rs:167:5
[INFO] [stdout]   25:     0x59246ac2832b - tokio[6adbda082ceb812b]::task::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[6adbda082ceb812b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.0/src/task/coop/mod.rs:133:5
[INFO] [stdout]   26:     0x59246ac2832b - <tokio[6adbda082ceb812b]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.0/src/runtime/scheduler/current_thread/mod.rs:778:25
[INFO] [stdout]   27:     0x59246ac23030 - <tokio[6adbda082ceb812b]::runtime::scheduler::current_thread::Context>::enter::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[6adbda082ceb812b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.0/src/runtime/scheduler/current_thread/mod.rs:451:19
[INFO] [stdout]   28:     0x59246ac276ad - <tokio[6adbda082ceb812b]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.0/src/runtime/scheduler/current_thread/mod.rs:777:44
[INFO] [stdout]   29:     0x59246ac26954 - <tokio[6adbda082ceb812b]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[6adbda082ceb812b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.0/src/runtime/scheduler/current_thread/mod.rs:865:68
[INFO] [stdout]   30:     0x59246ac0d5ab - <tokio[6adbda082ceb812b]::runtime::context::scoped::Scoped<tokio[6adbda082ceb812b]::runtime::scheduler::Context>>::set::<<tokio[6adbda082ceb812b]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[6adbda082ceb812b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[6adbda082ceb812b]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.0/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   31:     0x59246ac06139 - tokio[6adbda082ceb812b]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[6adbda082ceb812b]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[6adbda082ceb812b]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[6adbda082ceb812b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.0/src/runtime/context.rs:181:38
[INFO] [stdout]   32:     0x59246abdfef2 - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[6adbda082ceb812b]::runtime::context::Context>>::try_with::<tokio[6adbda082ceb812b]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[6adbda082ceb812b]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[6adbda082ceb812b]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[6adbda082ceb812b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[6adbda082ceb812b]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   33:     0x59246abdfa7e - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[6adbda082ceb812b]::runtime::context::Context>>::with::<tokio[6adbda082ceb812b]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[6adbda082ceb812b]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[6adbda082ceb812b]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[6adbda082ceb812b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[6adbda082ceb812b]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   34:     0x59246ac0547d - tokio[6adbda082ceb812b]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[6adbda082ceb812b]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[6adbda082ceb812b]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[6adbda082ceb812b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.0/src/runtime/context.rs:181:17
[INFO] [stdout]   35:     0x59246ac25170 - <tokio[6adbda082ceb812b]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[6adbda082ceb812b]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.0/src/runtime/scheduler/current_thread/mod.rs:865:27
[INFO] [stdout]   36:     0x59246ac25466 - <tokio[6adbda082ceb812b]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.0/src/runtime/scheduler/current_thread/mod.rs:765:24
[INFO] [stdout]   37:     0x59246ac26460 - <tokio[6adbda082ceb812b]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.0/src/runtime/scheduler/current_thread/mod.rs:205:33
[INFO] [stdout]   38:     0x59246abe7fe3 - tokio[6adbda082ceb812b]::runtime::context::runtime::enter_runtime::<<tokio[6adbda082ceb812b]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.0/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   39:     0x59246ac22b61 - <tokio[6adbda082ceb812b]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.0/src/runtime/scheduler/current_thread/mod.rs:193:9
[INFO] [stdout]   40:     0x59246ac0d134 - <tokio[6adbda082ceb812b]::runtime::runtime::Runtime>::block_on_inner::<core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.0/src/runtime/runtime.rs:371:52
[INFO] [stdout]   41:     0x59246ac0d2ff - <tokio[6adbda082ceb812b]::runtime::runtime::Runtime>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.0/src/runtime/runtime.rs:345:18
[INFO] [stdout]   42:     0x59246ac300b9 - claude_rs_tools[45595ae988e95856]::bash::tests::test_bash_execute_normal_returns_stdout
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/claude-rs-tools/src/bash.rs:101:42
[INFO] [stdout]   43:     0x59246ac2a477 - claude_rs_tools[45595ae988e95856]::bash::tests::test_bash_execute_normal_returns_stdout::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/claude-rs-tools/src/bash.rs:94:55
[INFO] [stdout]   44:     0x59246abdf356 - <claude_rs_tools[45595ae988e95856]::bash::tests::test_bash_execute_normal_returns_stdout::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   45:     0x59246af7a16b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   46:     0x59246af7a16b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   47:     0x59246af879e5 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   48:     0x59246af879e5 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   49:     0x59246af879e5 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   50:     0x59246af879e5 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   51:     0x59246af879e5 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   52:     0x59246af879e5 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   53:     0x59246af879e5 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   54:     0x59246af812f4 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   55:     0x59246af812f4 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   56:     0x59246af8aa62 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   57:     0x59246af8aa62 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   58:     0x59246af8aa62 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   59:     0x59246af8aa62 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   60:     0x59246af8aa62 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   61:     0x59246af8aa62 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   62:     0x59246af8aa62 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   63:     0x59246b0e211f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   64:     0x59246b0e211f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   65:     0x71a2eb5adaa4 - <unknown>
[INFO] [stdout]   66:     0x71a2eb63aa64 - clone
[INFO] [stdout]   67:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     bash::tests::test_bash_execute_normal_returns_stdout
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 25 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.17s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `-p claude-rs-tools --lib`
[INFO] running `Command { std: "docker" "inspect" "df79b7028e2ab377c77c9b00d2240aef5bece432f4c9ef6349ac918bea01a935", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "df79b7028e2ab377c77c9b00d2240aef5bece432f4c9ef6349ac918bea01a935", kill_on_drop: false }`
[INFO] [stdout] df79b7028e2ab377c77c9b00d2240aef5bece432f4c9ef6349ac918bea01a935
