[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 beta-2026-03-05 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-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/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-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/MizoTake/orcha on toolchain beta-2026-03-05
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "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" "+beta-2026-03-05" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] c28807b946dc2762bef262884b63d62ddbc9699592026b0e8ffd7bbd3aab1dc8
[INFO] running `Command { std: "docker" "start" "-a" "c28807b946dc2762bef262884b63d62ddbc9699592026b0e8ffd7bbd3aab1dc8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "c28807b946dc2762bef262884b63d62ddbc9699592026b0e8ffd7bbd3aab1dc8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c28807b946dc2762bef262884b63d62ddbc9699592026b0e8ffd7bbd3aab1dc8", kill_on_drop: false }`
[INFO] [stdout] c28807b946dc2762bef262884b63d62ddbc9699592026b0e8ffd7bbd3aab1dc8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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" "+beta-2026-03-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 615bdb2de28bead9e51b2f3c8ed9340022364ff15f05d7aa82ee0a9634d7d1a6
[INFO] running `Command { std: "docker" "start" "-a" "615bdb2de28bead9e51b2f3c8ed9340022364ff15f05d7aa82ee0a9634d7d1a6", kill_on_drop: false }`
[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 futures-core v0.3.32
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling find-msvc-tools v0.1.9
[INFO] [stderr]    Compiling vcpkg v0.2.15
[INFO] [stderr]    Compiling pkg-config v0.3.32
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling socket2 v0.6.2
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling memchr v2.8.0
[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 tracing-core v0.1.36
[INFO] [stderr]    Compiling cc v1.2.56
[INFO] [stderr]    Compiling openssl v0.10.75
[INFO] [stderr]    Compiling futures-task v0.3.32
[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 native-tls v0.2.18
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling want v0.3.1
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling openssl-probe v0.2.1
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling tower-layer v0.3.3
[INFO] [stderr]    Compiling litrs v1.0.0
[INFO] [stderr]    Compiling ryu v1.0.23
[INFO] [stderr]    Compiling ipnet v2.11.0
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling getrandom v0.4.1
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling iri-string v0.7.10
[INFO] [stderr]    Compiling clap_lex v1.0.0
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]    Compiling rustls-pki-types v1.14.0
[INFO] [stderr]    Compiling clap_builder v4.5.60
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling document-features v0.2.12
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling unsafe-libyaml v0.2.11
[INFO] [stderr]    Compiling unicode-width v0.2.2
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling iana-time-zone v0.1.65
[INFO] [stderr]    Compiling uuid v1.21.0
[INFO] [stderr]    Compiling dotenvy v0.15.7
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling crossterm v0.29.0
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling openssl-sys v0.9.111
[INFO] [stderr]    Compiling comfy-table v7.2.2
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling regex v1.12.3
[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 thiserror-impl v2.0.18
[INFO] [stderr]    Compiling clap_derive v4.5.55
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling tokio v1.49.0
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling tracing-subscriber v0.3.22
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling clap v4.5.60
[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 icu_normalizer v2.1.1
[INFO] [stderr]    Compiling icu_properties v2.1.2
[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 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 h2 v0.4.13
[INFO] [stderr]    Compiling tower-http v0.6.8
[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 09s
[INFO] running `Command { std: "docker" "inspect" "615bdb2de28bead9e51b2f3c8ed9340022364ff15f05d7aa82ee0a9634d7d1a6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "615bdb2de28bead9e51b2f3c8ed9340022364ff15f05d7aa82ee0a9634d7d1a6", kill_on_drop: false }`
[INFO] [stdout] 615bdb2de28bead9e51b2f3c8ed9340022364ff15f05d7aa82ee0a9634d7d1a6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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" "+beta-2026-03-05" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 05bc977af5bacd80bf5be217dce7df32e716bec1bf7a291a77a7d4aceb270d71
[INFO] running `Command { std: "docker" "start" "-a" "05bc977af5bacd80bf5be217dce7df32e716bec1bf7a291a77a7d4aceb270d71", 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 17.24s
[INFO] running `Command { std: "docker" "inspect" "05bc977af5bacd80bf5be217dce7df32e716bec1bf7a291a77a7d4aceb270d71", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "05bc977af5bacd80bf5be217dce7df32e716bec1bf7a291a77a7d4aceb270d71", kill_on_drop: false }`
[INFO] [stdout] 05bc977af5bacd80bf5be217dce7df32e716bec1bf7a291a77a7d4aceb270d71
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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" "+beta-2026-03-05" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 210190c3f9f89313a8c1ddfd61869430cace5bb7f8444421d8c83b4557242507
[INFO] running `Command { std: "docker" "start" "-a" "210190c3f9f89313a8c1ddfd61869430cace5bb7f8444421d8c83b4557242507", 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.24s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/orcha-90eb9ee35ff2e7e1)
[INFO] [stdout] 
[INFO] [stdout] running 227 tests
[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::can_disable_auto_permission_flags ... ok
[INFO] [stdout] test agent::backend::local_cli::tests::claude_resume_related_args_are_removed ... 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_enabled_thinking_flag_variants ... 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::does_not_append_model_when_model_is_empty ... ok
[INFO] [stdout] test agent::backend::local_cli::tests::extracts_thinking_update_from_json_line ... ok
[INFO] [stdout] test agent::backend::local_cli::tests::has_flag_value_flag_at_end_without_value_returns_false ... 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_detects_space_separated_pair ... 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::has_flag_value_returns_false_when_flag_missing ... 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::has_flag_value_is_case_insensitive ... 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::ignores_non_thinking_output_line ... ok
[INFO] [stdout] test agent::backend::local_cli::tests::new_succeeds_when_command_is_set ... ok
[INFO] [stdout] test agent::backend::local_cli::tests::injects_claude_skip_permissions_arg ... ok
[INFO] [stdout] test agent::backend::local_cli::tests::normalize_command_name_strips_windows_extensions ... ok
[INFO] [stdout] test agent::backend::local_cli::tests::new_fails_when_command_is_empty ... 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_when_no_placeholder_present ... ok
[INFO] [stdout] test agent::backend::local_cli::tests::normalize_command_name_lowercases_result ... ok
[INFO] [stdout] test agent::backend::local_cli::tests::recognizes_opencode_command_name_variants ... ok
[INFO] [stdout] test agent::backend::local_cli::tests::prompt_placeholder_is_substituted_in_args ... ok
[INFO] [stdout] test agent::backend::local_cli::tests::has_unknown_argument_indicators_detects_patterns ... 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::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_cli::tests::summarize_request_short_input_is_unchanged ... ok
[INFO] [stdout] test agent::backend::local_cli::tests::summarize_request_truncates_and_appends_ellipsis ... 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_cli::tests::normalize_command_name_keeps_non_windows_names_unchanged ... ok
[INFO] [stdout] test agent::backend::local_llm::tests::infer_ready_when_generation_status_is_ready ... ok
[INFO] [stdout] test agent::backend::local_llm::tests::parse_host_from_openai_endpoint ... ok
[INFO] [stdout] test agent::verifier::tests::format_result_includes_stdout_when_non_empty ... ok
[INFO] [stdout] test agent::verifier::tests::format_result_includes_command_and_status ... ok
[INFO] [stdout] test agent::verifier::tests::format_result_omits_stdout_section_when_empty ... ok
[INFO] [stdout] test agent::verifier::tests::format_result_shows_fail_for_failed_command ... ok
[INFO] [stdout] test agent::verifier::tests::run_empty_command_list_returns_all_passed ... ok
[INFO] [stdout] test agent::verifier::tests::run_skips_empty_and_comment_lines ... 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_llm::tests::infer_not_ready_when_queue_has_pending_requests ... 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::respond_with_prompt_placeholder_embeds_prompt_in_args ... ok
[INFO] [stdout] test agent::verifier::tests::run_passing_command_reports_pass ... ok
[INFO] [stdout] test agent::verifier::tests::truncate_empty_string_is_unchanged ... ok
[INFO] [stdout] test agent::verifier::tests::truncate_appends_suffix_when_over_limit ... ok
[INFO] [stdout] test cli::run::tests::clear_writer_lock_only_when_lock_matches ... ok
[INFO] [stdout] test cli::run::tests::parse_spec_bootstrap_response_uses_criteria_for_tasks_when_table_missing ... ok
[INFO] [stdout] test agent::verifier::tests::run_failing_command_reports_fail ... ok
[INFO] [stdout] test agent::verifier::tests::truncate_returns_original_at_exact_limit ... ok
[INFO] [stdout] test cli::run::tests::parse_lock_pid_accepts_orch_lock_format ... ok
[INFO] [stdout] test cli::run::tests::build_cycle_diff_summary_computes_delta_from_baseline ... ok
[INFO] [stdout] test agent::verifier::tests::truncate_returns_original_when_within_limit ... ok
[INFO] [stdout] test cli::run::tests::parse_spec_bootstrap_response_extracts_json_and_tasks ... ok
[INFO] [stdout] test cli::run::tests::parse_task_breakdown_response_falls_back_to_criteria ... 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::parse_task_breakdown_response_uses_table_when_present ... ok
[INFO] [stdout] test cli::run::tests::resolve_runtime_config_disables_all_timeouts_when_no_timeout_is_enabled ... ok
[INFO] [stdout] test cli::run::tests::resolve_runtime_config_keeps_timeouts_when_no_timeout_is_disabled ... ok
[INFO] [stdout] test cli::run::tests::process_exists_detects_current_process ... ok
[INFO] [stdout] test agent::verifier::tests::run_truncates_long_stdout ... ok
[INFO] [stdout] test cli::tests::cli_accepts_custom_orch_dir_after_subcommand ... ok
[INFO] [stdout] test cli::tests::cli_accepts_custom_orch_dir ... ok
[INFO] [stdout] test cli::tests::cli_accepts_reset_cycle_flag_for_run ... ok
[INFO] [stdout] test cli::tests::cli_accepts_no_timeout_flag_for_run ... ok
[INFO] [stdout] test cli::tests::cli_accepts_enforce_lock_flag_for_run ... ok
[INFO] [stdout] test cli::run::tests::resolve_bootstrap_request_uses_fullsync_when_spec_is_provided ... ok
[INFO] [stdout] test cli::tests::cli_uses_orcha_as_default_directory ... ok
[INFO] [stdout] test config::tests::cli_without_model_keeps_model_empty ... ok
[INFO] [stdout] test cli::run::tests::release_writer_lock_for_pid_ignores_other_owner ... ok
[INFO] [stdout] test cli::run::tests::resolve_bootstrap_request_skips_when_tasks_exist ... ok
[INFO] [stdout] test cli::run::tests::resolve_bootstrap_request_defaults_to_goal_when_tasks_missing ... ok
[INFO] [stdout] test cli::run::tests::release_writer_lock_for_pid_updates_status_file ... 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 config::tests::has_anthropic_true_when_api_key_set ... 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_openai_false_when_api_key_empty ... ok
[INFO] [stdout] test config::tests::has_openai_true_when_api_key_set ... ok
[INFO] [stdout] test config::tests::has_openai_true_when_mode_is_cli ... ok
[INFO] [stdout] test config::tests::http_without_model_uses_local_default_model ... ok
[INFO] [stdout] test core::cycle::tests::phase_all_returns_all_seven_phases ... ok
[INFO] [stdout] test core::cycle::tests::cycle_decision_variants_are_distinct ... ok
[INFO] [stdout] test core::agent_workspace::tests::resolve_status_defaults_to_agentworkspace_path_when_missing ... ok
[INFO] [stdout] test core::agent_workspace::tests::resolve_status_falls_back_to_legacy ... ok
[INFO] [stdout] test core::agent_workspace::tests::resolve_status_log_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_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_above_400 ... ok
[INFO] [stdout] test core::gate::tests::security_gate_detects_crypto_in_diff ... ok
[INFO] [stdout] test core::gate::tests::security_gate_detects_auth_in_path ... ok
[INFO] [stdout] test core::gate::tests::security_gate_passes_normal_code ... ok
[INFO] [stdout] test core::gate::tests::unblock_gate_escalates_to_continued_agent_after_extra_failure ... ok
[INFO] [stdout] test core::gate::tests::security_gate_triggers_on_public_api_keyword ... ok
[INFO] [stdout] test cli::run::tests::parse_git_numstat_snapshot_reads_numstat_lines ... ok
[INFO] [stdout] test core::gate::tests::security_gate_requires_whole_word_match ... ok
[INFO] [stdout] test core::gate::tests::security_gate_is_case_insensitive_for_keywords ... ok
[INFO] [stdout] test cli::tests::cli_accepts_spec_flag_for_run ... ok
[INFO] [stdout] test agent::backend::local_cli::tests::respond_returns_stdout_from_cli ... ok
[INFO] [stdout] test core::gate::tests::size_gate_triggers_at_401 ... ok
[INFO] [stdout] test agent::backend::local_cli::tests::injects_codex_no_permission_args ... 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_claude_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_codex_cli_error ... 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_uses_default_when_no_escalation_rules ... ok
[INFO] [stdout] test core::handoff::tests::to_heading_single_word ... ok
[INFO] [stdout] test core::handoff::tests::to_heading_mixed_separators ... ok
[INFO] [stdout] test core::handoff::tests::clear_handoff_does_nothing_when_file_missing ... ok
[INFO] [stdout] test core::gate::tests::unblock_gate_triggers_after_threshold ... ok
[INFO] [stdout] test core::health::tests::red_when_verify_failed ... ok
[INFO] [stdout] test core::handoff::tests::to_heading_consecutive_separators_are_collapsed ... ok
[INFO] [stdout] test core::profile::tests::codex_impl_opencode_review_uses_codex_for_default_and_local_for_review ... ok
[INFO] [stdout] test core::health::tests::yellow_when_review_issues ... ok
[INFO] [stdout] test core::handoff::tests::to_heading_hyphen_separated ... ok
[INFO] [stdout] test core::profile::tests::claude_impl_opencode_review_uses_claude_for_default_and_local_for_review ... ok
[INFO] [stdout] test core::handoff::tests::append_handoff_multiple_entries_accumulate ... ok
[INFO] [stdout] test core::handoff::tests::append_handoff_creates_file_and_adds_entry ... ok
[INFO] [stdout] test core::handoff::tests::clear_handoff_resets_file_content ... 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_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::profile::tests::is_paid_available_true_for_paid_profiles ... 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::load_custom_profile_rules_returns_none_when_file_missing ... ok
[INFO] [stdout] test core::profile::tests::opencode_impl_claude_review_prefers_claude_for_review_and_escalation ... ok
[INFO] [stdout] test core::profile::tests::parse_agent_preference_recognizes_local_llm_aliases ... ok
[INFO] [stdout] test core::profile::tests::load_custom_profile_rules_parses_markdown_rules ... ok
[INFO] [stdout] test core::handoff::tests::clear_handoff_uses_stem_as_heading ... ok
[INFO] [stdout] test core::profile::tests::parse_escalation_rule_three_part_with_continued_failure ... ok
[INFO] [stdout] test core::profile::tests::parse_agent_preference_recognizes_claude_aliases ... 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_codex_and_gemini ... ok
[INFO] [stdout] test core::profile::tests::extract_first_u32_parses_leading_number ... ok
[INFO] [stdout] test core::profile::tests::parse_agent_preference_returns_none_for_unknown ... ok
[INFO] [stdout] test core::profile::tests::parse_escalation_rule_none_returns_none ... ok
[INFO] [stdout] test core::profile::tests::from_str_accepts_current_opencode_custom_profiles ... ok
[INFO] [stdout] test core::profile::tests::parse_escalation_rule_arrow_notation ... ok
[INFO] [stdout] test core::profile::tests::parse_escalation_rule_missing_arrow_returns_none ... ok
[INFO] [stdout] test core::profile::tests::parse_escalation_rule_unicode_arrow_notation ... ok
[INFO] [stdout] test core::profile::tests::profile_name_display_roundtrips_through_from_str ... ok
[INFO] [stdout] test core::gate::tests::unblock_gate_no_trigger_below_threshold ... ok
[INFO] [stdout] test core::status::tests::parse_status ... ok
[INFO] [stdout] test core::task::tests::parse_empty_table ... ok
[INFO] [stdout] test core::status::tests::start_new_cycle_increments_monotonically ... ok
[INFO] [stdout] test core::handoff::tests::to_heading_underscore_separated ... ok
[INFO] [stdout] test core::task::tests::extract_section_basic ... ok
[INFO] [stdout] test core::status::tests::advance_phase ... 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::health::tests::green_when_all_ok ... ok
[INFO] [stdout] test core::handoff::tests::read_handoff_returns_empty_when_file_missing ... ok
[INFO] [stdout] test core::task::tests::natural_sort_order ... ok
[INFO] [stdout] test core::task::tests::parse_basic_table ... ok
[INFO] [stdout] test core::workspace_md::tests::resolve_handoff_file_falls_back_to_existing_markdown ... 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::workspace_md::tests::resolve_handoff_file_uses_default_name_when_empty ... ok
[INFO] [stdout] test core::workspace_md::tests::resolve_role_file_falls_back_to_partial_match ... ok
[INFO] [stdout] test core::workspace_md::tests::resolve_role_file_prefers_exact_name ... ok
[INFO] [stdout] test machine_config::tests::default_contains_verification_commands ... ok
[INFO] [stdout] test machine_config::tests::default_execution_cli_limit_is_enabled ... ok
[INFO] [stdout] test core::task::tests::task_store_create_and_list ... ok
[INFO] [stdout] test machine_config::tests::default_execution_limits_are_set ... ok
[INFO] [stdout] test core::task::tests::task_store_next_id ... 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::legacy_openai_key_maps_to_codex ... ok
[INFO] [stdout] test machine_config::tests::parse_cli_mode_for_claude_provider ... ok
[INFO] [stdout] test machine_config::tests::parse_cli_mode_for_codex_provider ... ok
[INFO] [stdout] test machine_config::tests::parse_cli_mode_for_local_llm ... ok
[INFO] [stdout] test machine_config::tests::parse_cli_no_permission_flag_override ... 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_execution_cli_limit_option ... ok
[INFO] [stdout] test machine_config::tests::parse_execution_profile ... ok
[INFO] [stdout] test machine_config::tests::parse_execution_profile_accepts_custom_name ... ok
[INFO] [stdout] test machine_config::tests::parse_execution_profile_accepts_unknown_legacy_alias_as_custom ... ok
[INFO] [stdout] test machine_config::tests::parse_execution_profile_with_opencode_impl_name ... ok
[INFO] [stdout] test machine_config::tests::parse_minimal_machine_config ... 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_every_n_override ... ok
[INFO] [stdout] test machine_config::tests::provider_defaults_to_http_mode ... ok
[INFO] [stdout] test markdown::frontmatter::tests::missing_frontmatter_errors ... ok
[INFO] [stdout] test machine_config::tests::resolve_profile_name_with_alternating ... ok
[INFO] [stdout] test markdown::frontmatter::tests::parse_basic_frontmatter ... ok
[INFO] [stdout] test markdown::frontmatter::tests::empty_body_produces_empty_content_string ... ok
[INFO] [stdout] test markdown::frontmatter::tests::serialize_adds_trailing_newline_if_content_lacks_one ... ok
[INFO] [stdout] test markdown::frontmatter::tests::leading_whitespace_before_delimiter_is_tolerated ... ok
[INFO] [stdout] test markdown::frontmatter::tests::roundtrip ... ok
[INFO] [stdout] test machine_config::tests::resolve_profile_rules_with_mixin_fields ... ok
[INFO] [stdout] test machine_config::tests::resolve_profile_rules_with_scheduled_mixin ... ok
[INFO] [stdout] test markdown::frontmatter::tests::missing_closing_delimiter_errors ... ok
[INFO] [stdout] test core::task::tests::task_store_move_task ... 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 phase::decide::tests::completion_requires_non_empty_tasks ... ok
[INFO] [stdout] test phase::decide::tests::completion_requires_verify_pass ... ok
[INFO] [stdout] test phase::decide::tests::completion_succeeds_with_done_tasks_and_verify_pass ... ok
[INFO] [stdout] test phase::plan::tests::builds_tasks_from_acceptance_criteria ... ok
[INFO] [stdout] test phase::plan::tests::sanitizes_pipe_for_markdown_table_cell ... ok
[INFO] [stdout] test phase::verify::tests::reads_commands_from_machine_config ... ok
[INFO] [stdout] test phase::verify::tests::reads_empty_commands_from_machine_config ... ok
[INFO] [stdout] test machine_config::tests::parse_execution_limits_options ... ok
[INFO] [stdout] test machine_config::tests::parse_execution_profile_with_impl_review_name ... ok
[INFO] [stdout] test machine_config::tests::parse_human_escalation_options ... ok
[INFO] [stdout] test markdown::frontmatter::tests::dashes_in_body_do_not_confuse_parser ... 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' (46) 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:     0x60761c060a9a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x60761c060a9a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x60761c060a9a - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x60761c060a9a - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x60761c078d4a - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x60761c078d4a - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x60761c0667e2 - std[b80a194dd3c418bb]::io::default_write_fmt::<alloc[dd269455e567d8e9]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x60761c0667e2 - <alloc[dd269455e567d8e9]::vec::Vec<u8> as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x60761c03ca6f - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x60761c03ca6f - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x60761c057ec9 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x60761ba9b57c - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x60761ba9b57c - test[826cbc6ef54ab466]::test_main_with_exit_callback::<test[826cbc6ef54ab466]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x60761c058142 - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x60761c058142 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x60761c03cb28 - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x60761c033c79 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x60761c03d9ed - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x60761c0796ac - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x60761c079563 - core[10b6fa85044e1869]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x60761b96a058 - core::panicking::assert_failed::h02dc84b337b25f51
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x60761b959df3 - orcha::agent::backend::local_cli::tests::normalize_command_name_handles_full_path::h9c44b1d822252169
[INFO] [stdout]                                at /opt/rustwide/workdir/src/agent/backend/local_cli.rs:1398:9
[INFO] [stdout]   22:     0x60761b959e37 - orcha::agent::backend::local_cli::tests::normalize_command_name_handles_full_path::{{closure}}::h59a18998aa5ba236
[INFO] [stdout]                                at /opt/rustwide/workdir/src/agent/backend/local_cli.rs:1393:50
[INFO] [stdout]   23:     0x60761b8af3d6 - core::ops::function::FnOnce::call_once::ha05c2ae178ab021d
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x60761ba8f65b - <fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x60761ba8f65b - test[826cbc6ef54ab466]::__rust_begin_short_backtrace::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:663:18
[INFO] [stdout]   26:     0x60761ba9c04b - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x60761ba9c04b - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   28:     0x60761ba9c04b - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x60761ba9c04b - std[b80a194dd3c418bb]::panicking::catch_unwind::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x60761ba9c04b - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x60761ba9c04b - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x60761ba9c04b - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x60761ba97764 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x60761ba97764 - std[b80a194dd3c418bb]::sys::backtrace::__rust_begin_short_backtrace::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x60761ba9ec52 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   36:     0x60761ba9ec52 - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   37:     0x60761ba9ec52 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x60761ba9ec52 - std[b80a194dd3c418bb]::panicking::catch_unwind::<(), core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x60761ba9ec52 - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x60761ba9ec52 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   41:     0x60761ba9ec52 - <std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1} as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x60761c05fe4f - <alloc[dd269455e567d8e9]::boxed::Box<dyn core[10b6fa85044e1869]::ops::function::FnOnce<(), Output = ()> + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   43:     0x60761c05fe4f - <std[b80a194dd3c418bb]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   44:     0x778e69c03aa4 - <unknown>
[INFO] [stdout]   45:     0x778e69c90a64 - 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.26s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "210190c3f9f89313a8c1ddfd61869430cace5bb7f8444421d8c83b4557242507", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "210190c3f9f89313a8c1ddfd61869430cace5bb7f8444421d8c83b4557242507", kill_on_drop: false }`
[INFO] [stdout] 210190c3f9f89313a8c1ddfd61869430cace5bb7f8444421d8c83b4557242507
