[INFO] cloning repository https://github.com/MizoTake/orcha
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/MizoTake/orcha" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMizoTake%2Forcha", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMizoTake%2Forcha'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 9603ca335be057371002c6aaaae7b624409da80c
[INFO] testing MizoTake/orcha against 1.94.0 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMizoTake%2Forcha" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/MizoTake/orcha
[INFO] finished tweaking git repo https://github.com/MizoTake/orcha
[INFO] tweaked toml for git repo https://github.com/MizoTake/orcha written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/MizoTake/orcha on toolchain 1.94.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.94.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/MizoTake/orcha 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.94.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded unsafe-libyaml v0.2.11
[INFO] [stderr]   Downloaded security-framework-sys v2.17.0
[INFO] [stderr]   Downloaded system-configuration v0.7.0
[INFO] [stderr]   Downloaded native-tls v0.2.18
[INFO] [stderr]   Downloaded wasm-bindgen-futures v0.4.64
[INFO] [stderr]   Downloaded comfy-table v7.2.2
[INFO] [stderr]   Downloaded security-framework v3.7.0
[INFO] [stderr]   Downloaded serde_yaml v0.9.34+deprecated
[INFO] [stderr]   Downloaded uuid v1.21.0
[INFO] [stderr]   Downloaded reqwest v0.12.28
[INFO] [stderr]   Downloaded regex-syntax v0.8.10
[INFO] [stderr]   Downloaded web-sys v0.3.91
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e973c9fc51b3f1226803fc4ebd1daf46badfb254b3e2c26dc3465bbed881581e
[INFO] running `Command { std: "docker" "start" "-a" "e973c9fc51b3f1226803fc4ebd1daf46badfb254b3e2c26dc3465bbed881581e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e973c9fc51b3f1226803fc4ebd1daf46badfb254b3e2c26dc3465bbed881581e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e973c9fc51b3f1226803fc4ebd1daf46badfb254b3e2c26dc3465bbed881581e", kill_on_drop: false }`
[INFO] [stdout] e973c9fc51b3f1226803fc4ebd1daf46badfb254b3e2c26dc3465bbed881581e
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 96ee8da806e7d48dd2ab6296d6e93663f3236c580459b5f197aeceb261870373
[INFO] running `Command { std: "docker" "start" "-a" "96ee8da806e7d48dd2ab6296d6e93663f3236c580459b5f197aeceb261870373", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling pin-project-lite v0.2.17
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling bytes v1.11.1
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling futures-core v0.3.32
[INFO] [stderr]    Compiling find-msvc-tools v0.1.9
[INFO] [stderr]    Compiling pkg-config v0.3.32
[INFO] [stderr]    Compiling vcpkg v0.2.15
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling socket2 v0.6.2
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling openssl v0.10.75
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling percent-encoding v2.3.2
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling native-tls v0.2.18
[INFO] [stderr]    Compiling cc v1.2.56
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling tower-service v0.3.3
[INFO] [stderr]    Compiling atomic-waker v1.1.2
[INFO] [stderr]    Compiling try-lock v0.2.5
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling want v0.3.1
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling openssl-probe v0.2.1
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling ryu v1.0.23
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling litrs v1.0.0
[INFO] [stderr]    Compiling ipnet v2.11.0
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling tower-layer v0.3.3
[INFO] [stderr]    Compiling getrandom v0.4.1
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]    Compiling iri-string v0.7.10
[INFO] [stderr]    Compiling clap_lex v1.0.0
[INFO] [stderr]    Compiling rustls-pki-types v1.14.0
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling clap_builder v4.5.60
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling unicode-width v0.2.2
[INFO] [stderr]    Compiling iana-time-zone v0.1.65
[INFO] [stderr]    Compiling document-features v0.2.12
[INFO] [stderr]    Compiling unsafe-libyaml v0.2.11
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling uuid v1.21.0
[INFO] [stderr]    Compiling dotenvy v0.15.7
[INFO] [stderr]    Compiling openssl-sys v0.9.111
[INFO] [stderr]    Compiling crossterm v0.29.0
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling comfy-table v7.2.2
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling clap_derive v4.5.55
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling tokio v1.49.0
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling tracing-subscriber v0.3.22
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling clap v4.5.60
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling icu_properties v2.1.2
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling h2 v0.4.13
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling orcha v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: function `truncate_for_test` is never used
[INFO] [stdout]    --> src/agent/verifier.rs:229:15
[INFO] [stdout]     |
[INFO] [stdout] 229 | pub(crate) fn truncate_for_test(s: &str, max_len: usize) -> 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 1m 06s
[INFO] running `Command { std: "docker" "inspect" "96ee8da806e7d48dd2ab6296d6e93663f3236c580459b5f197aeceb261870373", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "96ee8da806e7d48dd2ab6296d6e93663f3236c580459b5f197aeceb261870373", kill_on_drop: false }`
[INFO] [stdout] 96ee8da806e7d48dd2ab6296d6e93663f3236c580459b5f197aeceb261870373
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] cc606cedb55dab4d1a75c4e5e756b04792a30523a6862076b64b22c7b0b817aa
[INFO] running `Command { std: "docker" "start" "-a" "cc606cedb55dab4d1a75c4e5e756b04792a30523a6862076b64b22c7b0b817aa", kill_on_drop: false }`
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling crossterm v0.29.0
[INFO] [stderr]    Compiling tempfile v3.26.0
[INFO] [stderr]    Compiling comfy-table v7.2.2
[INFO] [stderr]    Compiling orcha v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: function `truncate_for_test` is never used
[INFO] [stdout]    --> src/agent/verifier.rs:229:15
[INFO] [stdout]     |
[INFO] [stdout] 229 | pub(crate) fn truncate_for_test(s: &str, max_len: usize) -> 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 16.72s
[INFO] running `Command { std: "docker" "inspect" "cc606cedb55dab4d1a75c4e5e756b04792a30523a6862076b64b22c7b0b817aa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cc606cedb55dab4d1a75c4e5e756b04792a30523a6862076b64b22c7b0b817aa", kill_on_drop: false }`
[INFO] [stdout] cc606cedb55dab4d1a75c4e5e756b04792a30523a6862076b64b22c7b0b817aa
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.94.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 90fa5bcc0ecd541df648e280ca95142627b1cdf7450722f67cae6486870d94f3
[INFO] running `Command { std: "docker" "start" "-a" "90fa5bcc0ecd541df648e280ca95142627b1cdf7450722f67cae6486870d94f3", kill_on_drop: false }`
[INFO] [stderr] warning: function `truncate_for_test` is never used
[INFO] [stderr]    --> src/agent/verifier.rs:229:15
[INFO] [stderr]     |
[INFO] [stderr] 229 | pub(crate) fn truncate_for_test(s: &str, max_len: usize) -> String {
[INFO] [stderr]     |               ^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `orcha` (lib) generated 1 warning
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.29s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/orcha-3fa8311812fd9e57)
[INFO] [stdout] 
[INFO] [stdout] running 227 tests
[INFO] [stdout] test agent::backend::local_cli::tests::detects_enabled_thinking_flag_variants ... ok
[INFO] [stdout] test agent::backend::local_cli::tests::codex_resume_args_are_removed_and_exec_is_forced ... ok
[INFO] [stdout] test agent::backend::local_cli::tests::does_not_append_model_when_model_is_empty ... ok
[INFO] [stdout] test agent::backend::local_cli::tests::detects_candidate_flag_token_in_help_output_without_partial_matches ... ok
[INFO] [stdout] test agent::backend::local_cli::tests::detects_planner_role_and_plan_mode_flags ... ok
[INFO] [stdout] test agent::backend::local_cli::tests::can_disable_auto_permission_flags ... ok
[INFO] [stdout] test agent::backend::local_cli::tests::does_not_duplicate_existing_codex_permission_args ... ok
[INFO] [stdout] test agent::backend::local_cli::tests::extracts_thinking_update_from_json_line ... ok
[INFO] [stdout] test agent::backend::local_cli::tests::extracts_thinking_update_from_plain_text_line ... ok
[INFO] [stdout] test agent::backend::local_cli::tests::has_flag_value_is_case_insensitive ... ok
[INFO] [stdout] test agent::backend::local_cli::tests::ignores_non_thinking_output_line ... ok
[INFO] [stdout] test agent::backend::local_cli::tests::injects_claude_skip_permissions_arg ... ok
[INFO] [stdout] test agent::backend::local_cli::tests::injects_codex_no_permission_args ... ok
[INFO] [stdout] test agent::backend::local_cli::tests::new_fails_when_command_is_empty ... ok
[INFO] [stdout] test agent::backend::local_cli::tests::new_succeeds_when_command_is_set ... ok
[INFO] [stdout] test agent::backend::local_cli::tests::has_unknown_argument_indicators_detects_patterns ... ok
[INFO] [stdout] test agent::backend::local_cli::tests::has_flag_value_detects_inline_equals_pair ... ok
[INFO] [stdout] test agent::backend::local_cli::tests::normalize_command_name_keeps_non_windows_names_unchanged ... ok
[INFO] [stdout] test agent::backend::local_cli::tests::has_flag_value_returns_false_when_value_does_not_match ... ok
[INFO] [stdout] test agent::backend::local_cli::tests::normalize_command_name_strips_windows_extensions ... ok
[INFO] [stdout] test agent::backend::local_cli::tests::has_flag_value_detects_space_separated_pair ... ok
[INFO] [stdout] test agent::backend::local_cli::tests::has_flag_value_returns_false_when_flag_missing ... ok
[INFO] [stdout] test agent::backend::local_cli::tests::opencode_permission_env_is_enabled_only_for_opencode_command ... ok
[INFO] [stdout] test agent::backend::local_cli::tests::prompt_placeholder_returns_none_for_empty_args ... ok
[INFO] [stdout] test agent::backend::local_cli::tests::prompt_placeholder_substitutes_all_occurrences_across_args ... ok
[INFO] [stdout] test agent::backend::local_cli::tests::prompt_placeholder_is_substituted_in_args ... ok
[INFO] [stdout] test agent::backend::local_cli::tests::summarize_request_truncates_and_appends_ellipsis ... ok
[INFO] [stdout] test agent::backend::local_cli::tests::prompt_placeholder_returns_none_when_no_placeholder_present ... ok
[INFO] [stdout] test agent::backend::local_cli::tests::recognizes_opencode_command_name_variants ... ok
[INFO] [stdout] test agent::backend::local_cli::tests::uses_opencode_file_prompt_only_on_windows_arg_mode ... ok
[INFO] [stdout] test agent::backend::local_llm::tests::infer_none_when_no_supported_fields_exist ... ok
[INFO] [stdout] test agent::backend::local_llm::tests::infer_not_ready_when_generation_status_is_busy ... ok
[INFO] [stdout] test agent::backend::local_llm::tests::infer_ready_when_generation_status_is_ready ... ok
[INFO] [stdout] test agent::backend::local_cli::tests::retries_only_on_opencode_with_windows_206_and_arg_mode ... ok
[INFO] [stdout] test agent::backend::local_cli::tests::summarize_request_at_exact_limit_is_not_truncated ... ok
[INFO] [stdout] test agent::backend::local_cli::tests::summarize_request_collapses_whitespace ... ok
[INFO] [stdout] test agent::backend::local_llm::tests::parse_host_from_openai_endpoint ... ok
[INFO] [stdout] test agent::backend::local_llm::tests::infer_not_ready_when_queue_has_pending_requests ... ok
[INFO] [stdout] test agent::verifier::tests::format_result_includes_command_and_status ... ok
[INFO] [stdout] test agent::verifier::tests::format_result_includes_stdout_when_non_empty ... ok
[INFO] [stdout] test agent::verifier::tests::format_result_omits_stdout_section_when_empty ... ok
[INFO] [stdout] test agent::verifier::tests::run_empty_command_list_returns_all_passed ... ok
[INFO] [stdout] test agent::backend::local_cli::tests::respond_with_prompt_placeholder_embeds_prompt_in_args ... ok
[INFO] [stdout] test agent::verifier::tests::format_result_shows_fail_for_failed_command ... ok
[INFO] [stdout] test agent::verifier::tests::run_skips_empty_and_comment_lines ... ok
[INFO] [stdout] test agent::verifier::tests::truncate_appends_suffix_when_over_limit ... ok
[INFO] [stdout] test cli::run::tests::build_cycle_diff_summary_computes_delta_from_baseline ... ok
[INFO] [stdout] test cli::run::tests::clear_writer_lock_only_when_lock_matches ... ok
[INFO] [stdout] test agent::verifier::tests::run_failing_command_reports_fail ... ok
[INFO] [stdout] test agent::backend::local_cli::tests::normalize_command_name_lowercases_result ... ok
[INFO] [stdout] test agent::verifier::tests::run_passing_command_reports_pass ... ok
[INFO] [stdout] test cli::run::tests::parse_lock_pid_accepts_orch_lock_format ... ok
[INFO] [stdout] test cli::run::tests::parse_git_numstat_snapshot_reads_numstat_lines ... ok
[INFO] [stdout] test cli::run::tests::parse_spec_bootstrap_response_uses_criteria_for_tasks_when_table_missing ... ok
[INFO] [stdout] test agent::backend::local_cli::tests::respond_returns_stdout_from_cli ... ok
[INFO] [stdout] test agent::backend::local_cli::tests::has_flag_value_flag_at_end_without_value_returns_false ... ok
[INFO] [stdout] test cli::run::tests::parse_task_breakdown_response_falls_back_to_criteria ... ok
[INFO] [stdout] test agent::verifier::tests::truncate_empty_string_is_unchanged ... ok
[INFO] [stdout] test cli::run::tests::parse_task_breakdown_response_uses_table_when_present ... ok
[INFO] [stdout] test cli::run::tests::parse_spec_bootstrap_response_extracts_json_and_tasks ... ok
[INFO] [stdout] test agent::verifier::tests::truncate_returns_original_at_exact_limit ... ok
[INFO] [stdout] test cli::run::tests::parse_verify_status_counts_counts_pass_and_fail ... ok
[INFO] [stdout] test cli::run::tests::reset_status_to_cycle_zero_sets_briefing_and_clears_active_task ... ok
[INFO] [stdout] test cli::run::tests::resolve_runtime_config_disables_all_timeouts_when_no_timeout_is_enabled ... ok
[INFO] [stdout] test agent::verifier::tests::run_truncates_long_stdout ... ok
[INFO] [stdout] test cli::run::tests::process_exists_detects_current_process ... ok
[INFO] [stdout] test cli::tests::cli_accepts_custom_orch_dir_after_subcommand ... ok
[INFO] [stdout] test cli::tests::cli_accepts_enforce_lock_flag_for_run ... ok
[INFO] [stdout] test cli::run::tests::resolve_bootstrap_request_defaults_to_goal_when_tasks_missing ... ok
[INFO] [stdout] test cli::run::tests::resolve_bootstrap_request_uses_fullsync_when_spec_is_provided ... ok
[INFO] [stdout] test cli::run::tests::resolve_bootstrap_request_skips_when_tasks_exist ... ok
[INFO] [stdout] test cli::tests::cli_accepts_custom_orch_dir ... ok
[INFO] [stdout] test cli::tests::cli_accepts_spec_flag_for_run ... ok
[INFO] [stdout] test config::tests::has_anthropic_false_when_api_key_empty_string ... ok
[INFO] [stdout] test config::tests::has_anthropic_false_when_api_key_none ... ok
[INFO] [stdout] test cli::run::tests::release_writer_lock_for_pid_ignores_other_owner ... ok
[INFO] [stdout] test config::tests::cli_without_model_keeps_model_empty ... ok
[INFO] [stdout] test config::tests::has_anthropic_true_when_mode_is_cli_regardless_of_key ... ok
[INFO] [stdout] test config::tests::has_gemini_false_when_api_key_none ... ok
[INFO] [stdout] test config::tests::has_gemini_true_when_api_key_set ... ok
[INFO] [stdout] test config::tests::has_gemini_true_when_mode_is_cli ... ok
[INFO] [stdout] test config::tests::has_anthropic_true_when_api_key_set ... ok
[INFO] [stdout] test config::tests::has_openai_false_when_api_key_empty ... ok
[INFO] [stdout] test cli::tests::cli_accepts_no_timeout_flag_for_run ... ok
[INFO] [stdout] test config::tests::has_openai_true_when_mode_is_cli ... ok
[INFO] [stdout] test core::agent_workspace::tests::resolve_status_defaults_to_agentworkspace_path_when_missing ... ok
[INFO] [stdout] test config::tests::has_openai_true_when_api_key_set ... ok
[INFO] [stdout] test config::tests::http_without_model_uses_local_default_model ... ok
[INFO] [stdout] test core::agent_workspace::tests::resolve_status_log_falls_back_to_legacy ... ok
[INFO] [stdout] test core::cycle::tests::cycle_decision_variants_are_distinct ... ok
[INFO] [stdout] test cli::tests::cli_accepts_reset_cycle_flag_for_run ... ok
[INFO] [stdout] test core::agent_workspace::tests::resolve_status_falls_back_to_legacy ... ok
[INFO] [stdout] test core::agent_workspace::tests::resolve_status_prefers_agentworkspace_file ... ok
[INFO] [stdout] test core::cycle::tests::phase_all_returns_all_seven_phases ... ok
[INFO] [stdout] test cli::run::tests::resolve_runtime_config_keeps_timeouts_when_no_timeout_is_disabled ... ok
[INFO] [stdout] test agent::backend::local_cli::tests::summarize_request_short_input_is_unchanged ... ok
[INFO] [stdout] test agent::backend::local_cli::tests::claude_resume_related_args_are_removed ... ok
[INFO] [stdout] test core::cycle::tests::phase_display_matches_serde_rename ... ok
[INFO] [stdout] test core::cycle::tests::phase_position_and_gauge ... ok
[INFO] [stdout] test core::cycle::tests::phase_progression ... ok
[INFO] [stdout] test core::cycle::tests::phase_role_names ... ok
[INFO] [stdout] test core::cycle::tests::stop_reason_display_messages_are_informative ... ok
[INFO] [stdout] test core::gate::tests::size_gate_does_not_trigger_at_exactly_400 ... ok
[INFO] [stdout] test core::gate::tests::size_gate_no_trigger_below_400 ... ok
[INFO] [stdout] test core::gate::tests::size_gate_triggers_at_401 ... ok
[INFO] [stdout] test core::gate::tests::size_gate_triggers_above_400 ... ok
[INFO] [stdout] test core::gate::tests::unblock_gate_no_continued_failure_agent_stays_at_escalate_to ... ok
[INFO] [stdout] test core::gate::tests::unblock_gate_no_trigger_below_threshold ... ok
[INFO] [stdout] test core::gate::tests::unblock_gate_triggers_after_threshold ... ok
[INFO] [stdout] test core::gate::tests::unblock_gate_uses_default_when_no_escalation_rules ... ok
[INFO] [stdout] test core::handoff::tests::append_handoff_creates_file_and_adds_entry ... ok
[INFO] [stdout] test core::gate::tests::security_gate_passes_normal_code ... ok
[INFO] [stdout] test core::handoff::tests::clear_handoff_does_nothing_when_file_missing ... ok
[INFO] [stdout] test core::gate::tests::security_gate_requires_whole_word_match ... ok
[INFO] [stdout] test agent::verifier::tests::truncate_returns_original_when_within_limit ... ok
[INFO] [stdout] test core::handoff::tests::append_handoff_multiple_entries_accumulate ... ok
[INFO] [stdout] test core::gate::tests::security_gate_detects_crypto_in_diff ... ok
[INFO] [stdout] test cli::tests::cli_uses_orcha_as_default_directory ... ok
[INFO] [stdout] test core::handoff::tests::to_heading_hyphen_separated ... ok
[INFO] [stdout] test core::gate::tests::unblock_gate_escalates_to_continued_agent_after_extra_failure ... ok
[INFO] [stdout] test core::handoff::tests::clear_handoff_resets_file_content ... ok
[INFO] [stdout] test core::handoff::tests::to_heading_mixed_separators ... ok
[INFO] [stdout] test core::handoff::tests::to_heading_consecutive_separators_are_collapsed ... ok
[INFO] [stdout] test core::gate::tests::security_gate_detects_auth_in_path ... ok
[INFO] [stdout] test core::handoff::tests::read_handoff_returns_empty_when_file_missing ... ok
[INFO] [stdout] test core::health::tests::red_when_verify_failed ... ok
[INFO] [stdout] test core::handoff::tests::clear_handoff_uses_stem_as_heading ... ok
[INFO] [stdout] test core::health::tests::yellow_when_review_issues ... ok
[INFO] [stdout] test core::profile::tests::claude_impl_opencode_review_uses_claude_for_default_and_local_for_review ... ok
[INFO] [stdout] test core::profile::tests::extract_first_u32_parses_number_surrounded_by_text ... ok
[INFO] [stdout] test core::profile::tests::extract_first_u32_returns_none_for_empty_input ... ok
[INFO] [stdout] test core::profile::tests::extract_first_u32_returns_none_when_no_digit ... ok
[INFO] [stdout] test core::profile::tests::from_str_accepts_current_opencode_custom_profiles ... ok
[INFO] [stdout] test cli::run::tests::release_writer_lock_for_pid_updates_status_file ... ok
[INFO] [stdout] test core::handoff::tests::to_heading_single_word ... ok
[INFO] [stdout] test core::handoff::tests::to_heading_underscore_separated ... ok
[INFO] [stdout] test core::gate::tests::security_gate_is_case_insensitive_for_keywords ... ok
[INFO] [stdout] test core::profile::tests::extract_first_u32_parses_leading_number ... ok
[INFO] [stdout] test core::profile::tests::codex_impl_opencode_review_uses_codex_for_default_and_local_for_review ... ok
[INFO] [stdout] test core::profile::tests::opencode_impl_claude_review_prefers_claude_for_review_and_escalation ... ok
[INFO] [stdout] test core::profile::tests::is_paid_available_true_for_paid_profiles ... ok
[INFO] [stdout] test core::profile::tests::opencode_impl_codex_review_uses_codex_without_claude_gates ... ok
[INFO] [stdout] test core::profile::tests::parse_agent_preference_recognizes_claude_aliases ... ok
[INFO] [stdout] test core::profile::tests::parse_agent_preference_recognizes_local_llm_aliases ... ok
[INFO] [stdout] test core::profile::tests::parse_escalation_rule_missing_arrow_returns_none ... ok
[INFO] [stdout] test core::profile::tests::parse_agent_preference_returns_none_for_unknown ... ok
[INFO] [stdout] test core::profile::tests::parse_escalation_rule_arrow_notation ... ok
[INFO] [stdout] test core::profile::tests::parse_escalation_rule_none_returns_none ... ok
[INFO] [stdout] test core::profile::tests::is_paid_available_false_for_local_only_and_opencode_no_review ... ok
[INFO] [stdout] test core::profile::tests::parse_escalation_rule_three_part_with_continued_failure ... ok
[INFO] [stdout] test core::profile::tests::profile_name_display_roundtrips_through_from_str ... ok
[INFO] [stdout] test core::profile::tests::parse_escalation_rule_unicode_arrow_notation ... ok
[INFO] [stdout] test core::profile::tests::load_custom_profile_rules_parses_markdown_rules ... ok
[INFO] [stdout] test core::profile::tests::load_custom_profile_rules_returns_none_when_file_missing ... ok
[INFO] [stdout] test core::profile::tests::from_str_rejects_legacy_opencode_profile_names ... ok
[INFO] [stdout] test core::profile::tests::load_custom_profile_rules_can_override_known_profile_from_file ... ok
[INFO] [stdout] test core::task::tests::extract_section_basic ... ok
[INFO] [stdout] test core::task::tests::generate_file_name_basic ... ok
[INFO] [stdout] test core::task::tests::generate_file_name_special_chars ... ok
[INFO] [stdout] test core::status::tests::start_new_cycle_increments_cycle_and_resets_to_briefing ... ok
[INFO] [stdout] test core::status::tests::advance_phase ... ok
[INFO] [stdout] test core::task::tests::natural_sort_order ... ok
[INFO] [stdout] test core::task::tests::render_roundtrip ... ok
[INFO] [stdout] test core::task::tests::task_state_folder_names ... ok
[INFO] [stdout] test core::status::tests::start_new_cycle_increments_monotonically ... ok
[INFO] [stdout] test core::task::tests::parse_empty_table ... ok
[INFO] [stdout] test core::status::tests::parse_status ... ok
[INFO] [stdout] test core::task::tests::task_store_move_task ... ok
[INFO] [stdout] test core::task::tests::task_store_next_id ... ok
[INFO] [stdout] test core::task::tests::task_store_create_and_list ... ok
[INFO] [stdout] test core::task::tests::parse_basic_table ... ok
[INFO] [stdout] test machine_config::tests::default_execution_cli_limit_is_enabled ... ok
[INFO] [stdout] test machine_config::tests::default_execution_limits_are_set ... ok
[INFO] [stdout] test core::workspace_md::tests::resolve_handoff_file_falls_back_to_existing_markdown ... ok
[INFO] [stdout] test core::workspace_md::tests::resolve_role_file_falls_back_to_partial_match ... ok
[INFO] [stdout] test machine_config::tests::default_contains_verification_commands ... ok
[INFO] [stdout] test machine_config::tests::legacy_openai_key_maps_to_codex ... ok
[INFO] [stdout] test core::workspace_md::tests::resolve_role_file_prefers_exact_name ... ok
[INFO] [stdout] test machine_config::tests::default_prompt_delivery_uses_args_not_stdin ... ok
[INFO] [stdout] test machine_config::tests::legacy_anthropic_key_maps_to_claude ... ok
[INFO] [stdout] test machine_config::tests::parse_cli_mode_for_claude_provider ... ok
[INFO] [stdout] test machine_config::tests::parse_execution_cli_limit_can_be_disabled_explicitly ... ok
[INFO] [stdout] test machine_config::tests::parse_execution_cli_limit_defaults_to_enabled_when_missing ... ok
[INFO] [stdout] test machine_config::tests::parse_cli_mode_for_local_llm ... ok
[INFO] [stdout] test machine_config::tests::parse_execution_cli_limit_option ... ok
[INFO] [stdout] test machine_config::tests::parse_cli_no_permission_flag_override ... ok
[INFO] [stdout] test machine_config::tests::parse_cli_mode_for_codex_provider ... ok
[INFO] [stdout] test machine_config::tests::parse_execution_limits_options ... ok
[INFO] [stdout] test machine_config::tests::parse_execution_profile_accepts_custom_name ... ok
[INFO] [stdout] test machine_config::tests::parse_execution_profile_with_opencode_impl_name ... ok
[INFO] [stdout] test machine_config::tests::parse_execution_profile ... ok
[INFO] [stdout] test machine_config::tests::parse_execution_profile_with_impl_review_name ... ok
[INFO] [stdout] test machine_config::tests::parse_minimal_machine_config ... ok
[INFO] [stdout] test machine_config::tests::provider_defaults_to_http_mode ... ok
[INFO] [stdout] test machine_config::tests::resolve_profile_name_for_custom_ref_falls_back_to_status_profile ... ok
[INFO] [stdout] test machine_config::tests::resolve_profile_name_with_alternating ... ok
[INFO] [stdout] test machine_config::tests::resolve_profile_name_with_every_n_override ... ok
[INFO] [stdout] test markdown::frontmatter::tests::empty_body_produces_empty_content_string ... ok
[INFO] [stdout] test markdown::frontmatter::tests::dashes_in_body_do_not_confuse_parser ... ok
[INFO] [stdout] test machine_config::tests::resolve_profile_rules_with_mixin_fields ... ok
[INFO] [stdout] test markdown::frontmatter::tests::leading_whitespace_before_delimiter_is_tolerated ... ok
[INFO] [stdout] test machine_config::tests::resolve_profile_rules_with_scheduled_mixin ... ok
[INFO] [stdout] test markdown::frontmatter::tests::parse_basic_frontmatter ... ok
[INFO] [stdout] test markdown::frontmatter::tests::roundtrip ... ok
[INFO] [stdout] test markdown::frontmatter::tests::serialize_adds_trailing_newline_if_content_lacks_one ... ok
[INFO] [stdout] test machine_config::tests::parse_execution_profile_accepts_unknown_legacy_alias_as_custom ... ok
[INFO] [stdout] test markdown::frontmatter::tests::serialize_empty_content_omits_body_newline ... ok
[INFO] [stdout] test phase::decide::tests::completion_requires_all_tasks_done ... ok
[INFO] [stdout] test machine_config::tests::parse_human_escalation_options ... ok
[INFO] [stdout] test phase::decide::tests::completion_requires_verify_pass ... ok
[INFO] [stdout] test phase::decide::tests::completion_requires_non_empty_tasks ... ok
[INFO] [stdout] test phase::decide::tests::completion_succeeds_with_done_tasks_and_verify_pass ... ok
[INFO] [stdout] test phase::plan::tests::sanitizes_pipe_for_markdown_table_cell ... ok
[INFO] [stdout] test phase::plan::tests::builds_tasks_from_acceptance_criteria ... ok
[INFO] [stdout] test phase::verify::tests::reads_commands_from_machine_config ... ok
[INFO] [stdout] test core::workspace_md::tests::resolve_handoff_file_uses_default_name_when_empty ... ok
[INFO] [stdout] test phase::verify::tests::reads_empty_commands_from_machine_config ... ok
[INFO] [stdout] test core::gate::tests::security_gate_triggers_on_public_api_keyword ... ok
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] [stdout] test core::health::tests::green_when_all_ok ... ok
[INFO] [stdout] test core::profile::tests::parse_agent_preference_recognizes_codex_and_gemini ... ok
[INFO] [stdout] test agent::backend::local_cli::tests::normalize_command_name_handles_full_path ... FAILED
[INFO] [stdout] test cli::run::tests::detect_limit_for_codex_cli_error ... ok
[INFO] [stdout] test cli::run::tests::ignore_non_limit_cli_error ... ok
[INFO] [stdout] test cli::run::tests::parse_task_breakdown_response_errors_when_no_table_and_no_fallback ... ok
[INFO] [stdout] test cli::run::tests::detect_limit_for_claude_cli_error ... ok
[INFO] [stdout] test markdown::frontmatter::tests::missing_closing_delimiter_errors ... ok
[INFO] [stdout] test markdown::frontmatter::tests::missing_frontmatter_errors ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- agent::backend::local_cli::tests::normalize_command_name_handles_full_path stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'agent::backend::local_cli::tests::normalize_command_name_handles_full_path' (47) panicked at src/agent/backend/local_cli.rs:1398:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: "c:\\tools\\claude"
[INFO] [stdout]  right: "claude"
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5cc055705df2 - std::backtrace_rs::backtrace::libunwind::trace::hff358a60abf734fc
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5cc055705df2 - std::backtrace_rs::backtrace::trace_unsynchronized::h3b121f916dd95ec6
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5cc055705df2 - std::sys::backtrace::_print_fmt::hde0a62ded68798e9
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5cc055705df2 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h93773fc827e3113d
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5cc05571828a - core::fmt::rt::Argument::fmt::h01eff69902dad97f
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5cc05571828a - core::fmt::write::hed7b5c73d82ecb7c
[INFO] [stdout]    6:     0x5cc0556d0ad6 - std::io::default_write_fmt::h2f696ff5b8bbaa4b
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5cc0556d0ad6 - std::io::Write::write_fmt::h5e66814db8a9cfce
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x5cc0556e3849 - std::sys::backtrace::BacktraceLock::print::h8b1d6fcc5a56d1a3
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5cc0556e3849 - std::panicking::default_hook::{{closure}}::h2be84df4f189ae36
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5cc0556e36e1 - std::panicking::default_hook::hf0ea8939246f43a9
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5cc05514d20e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h02d35e3888986252
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x5cc05514d20e - test::test_main_with_exit_callback::{{closure}}::h939640a27d647173
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5cc0556e3b72 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hc9df09ff391af3e7
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x5cc0556e3b72 - std::panicking::panic_with_hook::hb4bd9ac1123582a0
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5cc0556e3908 - std::panicking::panic_handler::{{closure}}::hde00dd15f5637fe2
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5cc0556ddae9 - std::sys::backtrace::__rust_end_short_backtrace::hb72197fa777c1785
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5cc0556c458d - __rustc[4425a7e20b4c8619]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5cc055721ffc - core::panicking::panic_fmt::ha59b517dd231f4da
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5cc055721eb3 - core::panicking::assert_failed_inner::h3c3301979dc81b81
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5cc055088da4 - core::panicking::assert_failed::hd6f5ceefde610d32
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5cc054fc62f3 - orcha::agent::backend::local_cli::tests::normalize_command_name_handles_full_path::hb0400b33ef309f8e
[INFO] [stdout]                                at /opt/rustwide/workdir/src/agent/backend/local_cli.rs:1398:9
[INFO] [stdout]   22:     0x5cc054fc6337 - orcha::agent::backend::local_cli::tests::normalize_command_name_handles_full_path::{{closure}}::h8d3067f930602708
[INFO] [stdout]                                at /opt/rustwide/workdir/src/agent/backend/local_cli.rs:1393:50
[INFO] [stdout]   23:     0x5cc054f4f586 - core::ops::function::FnOnce::call_once::h5a379c8acaf45a95
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5cc05514cfcb - core::ops::function::FnOnce::call_once::hddb3cd395c36bfbb
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x5cc05514cfcb - test::__rust_begin_short_backtrace::h0b6a7601d9750bfa
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:663:18
[INFO] [stdout]   26:     0x5cc0551609da - test::run_test_in_process::{{closure}}::h444209903f00b347
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x5cc0551609da - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hfb3ba8f46e537649
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   28:     0x5cc0551609da - std::panicking::catch_unwind::do_call::h1672a45911fcf9dc
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x5cc0551609da - std::panicking::catch_unwind::h0fadaee22787a6dd
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x5cc0551609da - std::panic::catch_unwind::hc47ad190f2c8e188
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5cc0551609da - test::run_test_in_process::hcd7faaf934f29999
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x5cc0551609da - test::run_test::{{closure}}::hddc4550da4871867
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x5cc05513ae34 - test::run_test::{{closure}}::h98ae26689f13ed94
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x5cc05513ae34 - std::sys::backtrace::__rust_begin_short_backtrace::h3ec4d1f21ad44588
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x5cc05513e7d2 - std::thread::lifecycle::spawn_unchecked::{{closure}}::{{closure}}::hd8bf2c73d479939f
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   36:     0x5cc05513e7d2 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h3b4248f358af2491
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   37:     0x5cc05513e7d2 - std::panicking::catch_unwind::do_call::hda10a64f4b8daebe
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x5cc05513e7d2 - std::panicking::catch_unwind::h659e5ee8336ec8c7
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x5cc05513e7d2 - std::panic::catch_unwind::h9d4d66a538912c18
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5cc05513e7d2 - std::thread::lifecycle::spawn_unchecked::{{closure}}::h7557906bb51d79f1
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   41:     0x5cc05513e7d2 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9e460d1d7fc83d35
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5cc0556d8b1f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h61282da819d64ea9
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   43:     0x5cc0556d8b1f - std::sys::thread::unix::Thread::new::thread_start::h982f9ea829d1b5fb
[INFO] [stdout]                                at /rustc/4a4ef493e3a1488c6e321570238084b38948f6db/library/std/src/sys/thread/unix.rs:127:17
[INFO] [stdout]   44:     0x76a2152baaa4 - <unknown>
[INFO] [stdout]   45:     0x76a215347a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     agent::backend::local_cli::tests::normalize_command_name_handles_full_path
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 226 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.14s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "90fa5bcc0ecd541df648e280ca95142627b1cdf7450722f67cae6486870d94f3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "90fa5bcc0ecd541df648e280ca95142627b1cdf7450722f67cae6486870d94f3", kill_on_drop: false }`
[INFO] [stdout] 90fa5bcc0ecd541df648e280ca95142627b1cdf7450722f67cae6486870d94f3
