[INFO] cloning repository https://github.com/formiat/multi-agent-orchestrator-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/formiat/multi-agent-orchestrator-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fformiat%2Fmulti-agent-orchestrator-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fformiat%2Fmulti-agent-orchestrator-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 6f48f7dfdfa790734d6ec43df33b5309eae244f9
[INFO] testing formiat/multi-agent-orchestrator-rs against 1.97.0-beta.6 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fformiat%2Fmulti-agent-orchestrator-rs" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/formiat/multi-agent-orchestrator-rs
[INFO] finished tweaking git repo https://github.com/formiat/multi-agent-orchestrator-rs
[INFO] tweaked toml for git repo https://github.com/formiat/multi-agent-orchestrator-rs written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/formiat/multi-agent-orchestrator-rs on toolchain 1.97.0-beta.6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/formiat/multi-agent-orchestrator-rs already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded yaml-rust2 v0.9.0
[INFO] [stderr]   Downloaded procfs-core v0.16.0
[INFO] [stderr]   Downloaded procfs v0.16.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 22ce121dce78a5b7278091a932cf9b684953f82144a974b9a30dc401ba083242
[INFO] running `Command { std: "docker" "start" "22ce121dce78a5b7278091a932cf9b684953f82144a974b9a30dc401ba083242", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "22ce121dce78a5b7278091a932cf9b684953f82144a974b9a30dc401ba083242", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "22ce121dce78a5b7278091a932cf9b684953f82144a974b9a30dc401ba083242" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "22ce121dce78a5b7278091a932cf9b684953f82144a974b9a30dc401ba083242", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "22ce121dce78a5b7278091a932cf9b684953f82144a974b9a30dc401ba083242" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling anstyle-parse v1.0.0
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling iana-time-zone v0.1.65
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling colorchoice v1.0.5
[INFO] [stderr]    Compiling simd-adler32 v0.3.9
[INFO] [stderr]    Compiling anstyle v1.0.14
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling nix v0.29.0
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling procfs v0.16.0
[INFO] [stderr]    Compiling anstream v1.0.0
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling clap_lex v1.1.0
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling encoding_rs v0.8.35
[INFO] [stderr]    Compiling arraydeque v0.5.1
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling flate2 v1.1.9
[INFO] [stderr]    Compiling hashlink v0.9.1
[INFO] [stderr]    Compiling yaml-rust2 v0.9.0
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling socket2 v0.6.3
[INFO] [stderr]    Compiling mio v1.2.0
[INFO] [stderr]    Compiling fs2 v0.4.3
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling tokio v1.52.1
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling derive_more v2.1.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling procfs-core v0.16.0
[INFO] [stderr]    Compiling orchestrate v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.82s
[INFO] running `Command { std: "docker" "inspect" "22ce121dce78a5b7278091a932cf9b684953f82144a974b9a30dc401ba083242", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "22ce121dce78a5b7278091a932cf9b684953f82144a974b9a30dc401ba083242" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling orchestrate v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 7.74s
[INFO] running `Command { std: "docker" "inspect" "22ce121dce78a5b7278091a932cf9b684953f82144a974b9a30dc401ba083242", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "22ce121dce78a5b7278091a932cf9b684953f82144a974b9a30dc401ba083242" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.20s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/orchestrate-9fc8d0a1d3dff551)
[INFO] [stdout] running 176 tests
[INFO] [stdout] test constants::tests::trigger_prompt_uses_absolute_transport_paths ... ok
[INFO] [stdout] test fsm::tests::classify_auth_is_provider_access ... ok
[INFO] [stdout] test fsm::tests::classify_cancel_is_highest_priority ... ok
[INFO] [stdout] test fsm::tests::classify_failed_silent_on_dead_process ... ok
[INFO] [stdout] test fsm::tests::classify_finalizing_when_alive_and_outbox_present ... ok
[INFO] [stdout] test fsm::tests::classify_hang_max_with_work_signals_confirmed ... ok
[INFO] [stdout] test fsm::tests::classify_hang_confirmed_dual_condition ... ok
[INFO] [stdout] test fsm::tests::classify_permission_is_provider_access ... ok
[INFO] [stdout] test fsm::tests::classify_protocol_invalid_only_after_boundary ... ok
[INFO] [stdout] test fsm::tests::classify_running_when_work_signals_changed ... ok
[INFO] [stdout] test fsm::tests::classify_service_cap_beats_transport ... ok
[INFO] [stdout] test fsm::tests::classify_soft_success_contract ... ok
[INFO] [stdout] test fsm::tests::classify_success_contract ... ok
[INFO] [stdout] test fsm::tests::classify_waiting_output_during_active_grace_after_exit ... ok
[INFO] [stdout] test fsm::tests::classify_waiting_output_when_alive_no_signals ... ok
[INFO] [stdout] test fsm::tests::classify_waiting_output_when_provider_fresh_after_exit ... ok
[INFO] [stdout] test fsm::tests::classify_waiting_output_when_work_stale_but_provider_fresh ... ok
[INFO] [stdout] test orchestrator::monitor::tests::format_git_name_status_line_removes_raw_tabs ... ok
[INFO] [stdout] test orchestrator::monitor::tests::git_status_lines_preserve_index_worktree_columns ... ok
[INFO] [stdout] test orchestrator::monitor::tests::grace_does_not_open_when_nothing_happened ... ok
[INFO] [stdout] test orchestrator::monitor::tests::grace_not_reopened_when_already_set ... ok
[INFO] [stdout] test orchestrator::monitor::tests::grace_opens_on_dirty_worktree ... ok
[INFO] [stdout] test orchestrator::monitor::tests::grace_opens_on_new_commit_even_when_worktree_clean ... ok
[INFO] [stdout] test orchestrator::monitor::tests::normalize_provider_action_truncates_utf8_safely ... ok
[INFO] [stdout] test orchestrator::monitor::tests::outbox_grace_not_reopened_when_already_set ... ok
[INFO] [stdout] test orchestrator::monitor::tests::outbox_grace_promotes_from_commit_grace ... ok
[INFO] [stdout] test orchestrator::monitor::tests::outbox_present_clears_grace ... ok
[INFO] [stdout] test orchestrator::monitor::tests::parse_git_status_path_handles_trimmed_short_status ... ok
[INFO] [stdout] test orchestrator::phases::tests::git_status_line_set_uses_dispatch_status_as_delta_baseline ... ok
[INFO] [stdout] test orchestrator::phases::tests::reviewer_git_state_empty_both_is_ok ... ok
[INFO] [stdout] test orchestrator::phases::tests::reviewer_git_state_new_file_beyond_initial_is_violation ... ok
[INFO] [stdout] test orchestrator::phases::tests::orch_verify_clears_previous_reviewer_verdict_before_next_review ... ok
[INFO] [stdout] test orchestrator::monitor::tests::parse_git_name_status_path_handles_standard_name_status ... ok
[INFO] [stdout] test orchestrator::phases::tests::read_transport_snapshot_missing_file_returns_none ... ok
[INFO] [stdout] test orchestrator::phases::tests::reviewer_git_state_no_new_lines_is_ok ... ok
[INFO] [stdout] test orchestrator::phases::tests::reviewer_git_state_extra_file_is_violation ... ok
[INFO] [stdout] test orchestrator::phases::tests::reviewer_git_state_outbox_only_is_ok ... ok
[INFO] [stdout] test orchestrator::phases::tests::validate_inputs_empty_prompt_is_invalid_input ... ok
[INFO] [stdout] test orchestrator::monitor::tests::parse_git_name_status_path_handles_rename_name_status ... ok
[INFO] [stdout] test orchestrator::phases::tests::reviewer_git_state_outbox_and_extra_file_is_violation ... ok
[INFO] [stdout] test orchestrator::phases::tests::reviewer_git_state_executor_files_in_initial_are_ignored ... ok
[INFO] [stdout] test orchestrator::phases::tests::read_transport_snapshot_captures_body_and_metadata ... ok
[INFO] [stdout] test orchestrator::phases::tests::validate_inputs_rejects_model_for_non_opencode_provider ... ok
[INFO] [stdout] test orchestrator::tests::error_to_run_state_artifact_contract ... ok
[INFO] [stdout] test orchestrator::phases::tests::reviewer_output_collect_unchanged_mtime_routes_retry_decide ... ok
[INFO] [stdout] test orchestrator::tests::error_to_run_state_dirty_worktree ... ok
[INFO] [stdout] test orchestrator::phases::tests::validate_inputs_nonexistent_path_is_invalid_input ... ok
[INFO] [stdout] test orchestrator::tests::error_to_run_state_infra_errors_map_to_internal ... ok
[INFO] [stdout] test orchestrator::tests::error_to_run_state_session_bind_failed ... ok
[INFO] [stdout] test orchestrator::tests::error_to_run_state_session_locked ... ok
[INFO] [stdout] test providers::claude::tests::ambiguity_reason_contains_session_fields ... ok
[INFO] [stdout] test providers::claude::tests::claude_effective_title_agent_name_fallback ... ok
[INFO] [stdout] test providers::claude::tests::claude_effective_title_custom_title_wins ... ok
[INFO] [stdout] test providers::claude::tests::claude_effective_title_returns_none_when_empty ... ok
[INFO] [stdout] test providers::claude::tests::claude_effective_title_skips_invalid_json_lines ... ok
[INFO] [stdout] test providers::claude::tests::claude_effective_title_skips_null_byte_lines ... ok
[INFO] [stdout] test providers::claude::tests::jsonl_tail_detects_fresh_max_tokens_since_dispatch ... ok
[INFO] [stdout] test providers::claude::tests::jsonl_tail_detects_fresh_rate_limit_since_dispatch ... ok
[INFO] [stdout] test orchestrator::tests::error_to_run_state_invalid_input ... ok
[INFO] [stdout] test providers::claude::tests::jsonl_tail_detects_max_tokens ... ok
[INFO] [stdout] test providers::claude::tests::jsonl_tail_detects_max_tokens_compact_form ... ok
[INFO] [stdout] test providers::claude::tests::jsonl_tail_detects_rate_limit ... ok
[INFO] [stdout] test providers::claude::tests::jsonl_tail_no_false_positive_on_end_turn ... ok
[INFO] [stdout] test providers::claude::tests::jsonl_tail_ignores_old_rate_limit_before_dispatch ... ok
[INFO] [stdout] test providers::claude::tests::jsonl_tail_returns_false_for_missing_file ... ok
[INFO] [stdout] test providers::codex::tests::discover_by_thread_dedups_same_session_id ... ok
[INFO] [stdout] test providers::codex::tests::discover_by_thread_excludes_dangling_rows_without_cwd ... ok
[INFO] [stdout] test providers::claude::tests::jsonl_tail_no_false_positive_on_mention_in_text ... ok
[INFO] [stdout] test providers::codex::tests::discover_by_thread_fails_on_invalid_json_line ... ok
[INFO] [stdout] test providers::codex::tests::discover_by_thread_missing_index_is_session_bind_failed ... ok
[INFO] [stdout] test providers::codex::tests::discover_by_thread_from_index_single_match ... ok
[INFO] [stdout] test orchestrator::phases::tests::reset_attempt_git_telemetry_clears_stale_hot_files ... ok
[INFO] [stdout] test orchestrator::phases::tests::validate_inputs_rejects_invalid_model_format ... ok
[INFO] [stdout] test providers::opencode::tests::ambiguity_reason_contains_session_fields ... ok
[INFO] [stdout] test providers::codex::tests::discover_by_thread_uses_latest_thread_name_for_same_session_id ... ok
[INFO] [stdout] test providers::opencode::tests::build_run_args_includes_model_when_present ... ok
[INFO] [stdout] test providers::opencode::tests::build_run_args_omits_model_when_absent ... ok
[INFO] [stdout] test providers::opencode::tests::build_systemd_run_args_wraps_opencode_command ... ok
[INFO] [stdout] test providers::opencode::tests::build_systemd_unit_name_has_expected_prefix ... ok
[INFO] [stdout] test providers::opencode::tests::model_list_contains_requires_exact_line_match ... ok
[INFO] [stdout] test providers::opencode::tests::parse_model_provider_accepts_provider_model ... ok
[INFO] [stdout] test providers::opencode::tests::parse_model_provider_rejects_invalid_format ... ok
[INFO] [stdout] test providers::opencode::tests::parse_session_updated_matches_by_id ... ok
[INFO] [stdout] test providers::opencode::tests::parse_session_updated_returns_none_for_missing_id ... ok
[INFO] [stdout] test providers::opencode::tests::parse_session_updated_returns_none_on_empty_array ... ok
[INFO] [stdout] test orchestrator::monitor::tests::parse_git_status_path_handles_standard_short_status ... ok
[INFO] [stdout] test providers::opencode::tests::parse_session_updated_returns_none_on_empty_stdout ... ok
[INFO] [stdout] test providers::opencode::tests::parse_session_updated_returns_none_on_invalid_json ... ok
[INFO] [stdout] test sessions::tests::claude_project_key_replaces_slashes ... ok
[INFO] [stdout] test providers::codex::tests::discover_by_thread_from_index_multiple_match_is_error ... ok
[INFO] [stdout] test providers::codex::tests::discover_by_thread_tie_is_error ... ok
[INFO] [stdout] test signals::tests::detects_live_child_process ... ok
[INFO] [stdout] test orchestrator::phases::tests::reviewer_output_collect_rejects_accept_when_required_notion_not_satisfied ... ok
[INFO] [stdout] test orchestrator::phases::tests::reviewer_output_collect_malformed_yaml_routes_retry_decide ... ok
[INFO] [stdout] test orchestrator::phases::tests::reviewer_output_collect_dirty_workspace_routes_cleanup_retry ... ok
[INFO] [stdout] test orchestrator::phases::tests::context_prep_rejects_unborn_repo ... ok
[INFO] [stdout] test signals::tests::no_child_processes_for_nonexistent_pid ... ok
[INFO] [stdout] test state::tests::final_result_boundary_not_reached_during_active_grace ... ok
[INFO] [stdout] test state::tests::final_result_boundary_not_reached_while_running ... ok
[INFO] [stdout] test state::tests::final_result_boundary_on_exited_process ... ok
[INFO] [stdout] test orchestrator::phases::tests::validate_no_unmerged_index_rejects_conflicted_entries ... ok
[INFO] [stdout] test state::tests::hang_confirmed_requires_both_conditions ... ok
[INFO] [stdout] test state::tests::hang_not_confirmed_when_fresh ... ok
[INFO] [stdout] test state::tests::remote_network_policy_parses_supported_modes_only ... ok
[INFO] [stdout] test state::tests::workflow_type_display_uses_canonical_names ... ok
[INFO] [stdout] test state::tests::workflow_type_parses_canonical_names_and_aliases ... ok
[INFO] [stdout] test transport::tests::reset_transport_reviewer_preserves_outbox ... ok
[INFO] [stdout] test orchestrator::phases::tests::context_prep_rejects_non_top_level_workspace_root ... ok
[INFO] [stdout] test signals::tests::no_child_after_wait ... ok
[INFO] [stdout] test transport::tests::reset_transport_truncates_files ... ok
[INFO] [stdout] test workflow::tests::all_prompts_include_claude_subagent_rule ... ok
[INFO] [stdout] test workflow::tests::cpp_profile_contains_cxx_specific_decision_tree ... ok
[INFO] [stdout] test orchestrator::phases::tests::context_prep_rejects_git_lock_file ... ok
[INFO] [stdout] test transport::tests::write_request_returns_sha ... ok
[INFO] [stdout] test workflow::tests::feedback_prompt_contains_review_yaml ... ok
[INFO] [stdout] test workflow::tests::feedback_prompt_forbids_blind_reviewer_feedback_execution ... ok
[INFO] [stdout] test workflow::tests::forbidden_remote_network_policy_adds_restrictions_section ... ok
[INFO] [stdout] test workflow::tests::generic_profile_contains_common_verification_rules ... ok
[INFO] [stdout] test workflow::tests::implement_executor_prompts_do_not_require_full_build_when_profile_checks_suffice ... ok
[INFO] [stdout] test workflow::tests::investigate_executor_requires_causal_chain_for_primary_hypotheses ... ok
[INFO] [stdout] test workflow::tests::investigate_prompts_use_general_research_structure ... ok
[INFO] [stdout] test workflow::tests::investigate_reviewer_requires_evidence_references ... ok
[INFO] [stdout] test workflow::tests::normal_prompts_do_not_make_rust_specific_checks_mandatory_inline ... ok
[INFO] [stdout] test workflow::tests::normal_prompts_include_project_profile_instructions ... ok
[INFO] [stdout] test orchestrator::phases::tests::validate_inputs_resolves_relative_path ... FAILED
[INFO] [stdout] test workflow::tests::operational_remote_network_policy_allows_limited_mutations ... ok
[INFO] [stdout] test workflow::tests::normal_prompts_require_rereading_plan_and_investigation_artifacts ... ok
[INFO] [stdout] test workflow::tests::plan_prompt_requires_materialized_implementation_steps ... ok
[INFO] [stdout] test workflow::tests::prompts_enumerate_english_user_facing_artifacts ... ok
[INFO] [stdout] test workflow::tests::prompts_forbid_git_history_rewrite ... ok
[INFO] [stdout] test workflow::tests::prompts_do_not_expose_remote_network_policy_field ... ok
[INFO] [stdout] test workflow::tests::prompts_use_absolute_transport_paths ... ok
[INFO] [stdout] test workflow::tests::provider_specific_prompt_rules_are_conditional ... ok
[INFO] [stdout] test workflow::tests::executor_prompts_group_working_rules_by_concern ... ok
[INFO] [stdout] test workflow::tests::read_only_remote_network_policy_allows_only_read_actions ... ok
[INFO] [stdout] test workflow::tests::remote_access_policy_is_top_level_prompt_section ... ok
[INFO] [stdout] test workflow::tests::reviewer_plan_prompt_rejects_deferred_discovery_steps ... ok
[INFO] [stdout] test state::tests::hang_confirmed_requires_alive_and_stale ... ok
[INFO] [stdout] test workflow::tests::reviewer_prompt_contains_schema ... ok
[INFO] [stdout] test workflow::tests::reviewer_prompt_does_not_include_yaml_rejection_block ... ok
[INFO] [stdout] test workflow::tests::reviewer_prompt_forbids_mutating_formatters ... ok
[INFO] [stdout] test workflow::tests::reviewer_prompt_has_workflow_specific_coverage_rules ... ok
[INFO] [stdout] test workflow::tests::reviewer_prompt_outbox_present_mentions_read ... ok
[INFO] [stdout] test workflow::tests::reviewer_prompt_requires_checking_omitted_scope ... ok
[INFO] [stdout] test workflow::tests::reviewer_prompt_soft_success_no_outbox_read_instruction ... ok
[INFO] [stdout] test workflow::tests::rust_profile_contains_rust_specific_rules ... ok
[INFO] [stdout] test workflow::tests::reviewer_repair_prompt_contains_rejection_block ... ok
[INFO] [stdout] test workflow::tests::reviewer_workspace_repair_prompt_requires_cleanup ... ok
[INFO] [stdout] test workflow::tests::reviewer_prompt_requires_remote_access_policy_check ... ok
[INFO] [stdout] test workflow::tests::soft_success_investigate_requires_investigation_md ... ok
[INFO] [stdout] test workflow::tests::soft_success_plan_requires_plan_md ... ok
[INFO] [stdout] test workflow::tests::soft_success_implement_always_allowed ... ok
[INFO] [stdout] test yaml_check::tests::parse_valid_accept_yaml ... ok
[INFO] [stdout] test yaml_check::tests::reject_accept_when_contract_not_satisfied ... ok
[INFO] [stdout] test yaml_check::tests::parse_valid_revise_yaml ... ok
[INFO] [stdout] test yaml_check::tests::reject_accept_with_low_score ... ok
[INFO] [stdout] test yaml_check::tests::reject_accept_when_hard_blockers_present ... ok
[INFO] [stdout] test yaml_check::tests::reject_empty_rationale ... ok
[INFO] [stdout] test yaml_check::tests::reject_markdown_fence ... ok
[INFO] [stdout] test yaml_check::tests::reject_revise_without_feedback ... ok
[INFO] [stdout] test yaml_check::tests::reject_multiple_documents ... ok
[INFO] [stdout] test yaml_check::tests::reject_yaml_alias ... ok
[INFO] [stdout] test yaml_check::tests::reject_unknown_fields ... ok
[INFO] [stdout] test yaml_check::tests::reject_yaml_anchor ... ok
[INFO] [stdout] test transport::tests::sha256_hex_known_value ... ok
[INFO] [stdout] test workflow::tests::executor_initial_contains_key_fields ... ok
[INFO] [stdout] test orchestrator::phases::tests::context_prep_rejects_git_operation_in_progress ... ok
[INFO] [stdout] test signals::tests::does_not_classify_timeout_word_in_command_as_transport_error ... ok
[INFO] [stdout] test signals::tests::does_not_classify_plain_forbidden_word_without_auth_context ... ok
[INFO] [stdout] test signals::tests::classify_none_for_clean_output ... ok
[INFO] [stdout] test signals::tests::does_not_classify_sandbox_metadata_as_permission_error ... ok
[INFO] [stdout] test signals::tests::classify_python_request_timeout_as_transport ... ok
[INFO] [stdout] test signals::tests::classify_transport ... ok
[INFO] [stdout] test signals::tests::classify_auth ... ok
[INFO] [stdout] test signals::tests::classify_service_cap ... ok
[INFO] [stdout] test orchestrator::phases::tests::context_prep_rejects_detached_head ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- orchestrator::phases::tests::validate_inputs_resolves_relative_path stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'orchestrator::phases::tests::validate_inputs_resolves_relative_path' (1293) panicked at src/orchestrator/phases.rs:1403:46:
[INFO] [stdout] called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5e320f902738 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5e320f902738 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5e320f902738 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5e320f902738 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x5e320f91957a - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5e320f91957a - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x5e320f9076c2 - std[10d71ac2c42b111e]::io::default_write_fmt::<alloc[a7ee25936407c584]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stdout]    7:     0x5e320f9076c2 - <alloc[a7ee25936407c584]::vec::Vec<u8> as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stdout]    8:     0x5e320f8dee26 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5e320f8dee26 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5e320f8f9919 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5e320f4c4c3c - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   12:     0x5e320f4c4c3c - test[213991da798b1c03]::test_main_inner::<test[213991da798b1c03]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x5e320f8f9b92 - <alloc[a7ee25936407c584]::boxed::Box<dyn for<'a, 'b> core[8fb95b77d25ab6c8]::ops::function::Fn<(&'a std[10d71ac2c42b111e]::panic::PanicHookInfo<'b>,), Output = ()> + core[8fb95b77d25ab6c8]::marker::Sync + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::Fn<(&std[10d71ac2c42b111e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2289:9
[INFO] [stdout]   14:     0x5e320f8f9b92 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5e320f8deee2 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5e320f8d3e19 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x5e320f8dfbfd - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5e320f919dbc - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5e320f919b32 - core[8fb95b77d25ab6c8]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x5e320f38052a - <core[8fb95b77d25ab6c8]::result::Result<(), std[10d71ac2c42b111e]::io::error::Error>>::unwrap
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1233:23
[INFO] [stdout]   21:     0x5e320f38052a - orchestrate[d5438fbff5c6f48e]::orchestrator::phases::tests::validate_inputs_resolves_relative_path
[INFO] [stdout]                                at /opt/rustwide/workdir/src/orchestrator/phases.rs:1403:46
[INFO] [stdout]   22:     0x5e320f3718f7 - orchestrate[d5438fbff5c6f48e]::orchestrator::phases::tests::validate_inputs_resolves_relative_path::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/src/orchestrator/phases.rs:1400:48
[INFO] [stdout]   23:     0x5e320f2c1a86 - <orchestrate[d5438fbff5c6f48e]::orchestrator::phases::tests::validate_inputs_resolves_relative_path::{closure#0} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5e320f4b7d1b - <fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x5e320f4b7d1b - test[213991da798b1c03]::__rust_begin_short_backtrace::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, fn() -> core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:724:18
[INFO] [stdout]   26:     0x5e320f4c5595 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   27:     0x5e320f4c5595 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   28:     0x5e320f4c5595 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x5e320f4c5595 - std[10d71ac2c42b111e]::panicking::catch_unwind::<core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>, core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x5e320f4c5595 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<test[213991da798b1c03]::run_test_in_process::{closure#0}>, core[8fb95b77d25ab6c8]::result::Result<(), alloc[a7ee25936407c584]::string::String>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5e320f4c5595 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   32:     0x5e320f4c5595 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   33:     0x5e320f4beea4 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   34:     0x5e320f4beea4 - std[10d71ac2c42b111e]::sys::backtrace::__rust_begin_short_backtrace::<test[213991da798b1c03]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x5e320f4c8612 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   36:     0x5e320f4c8612 - <core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   37:     0x5e320f4c8612 - std[10d71ac2c42b111e]::panicking::catch_unwind::do_call::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x5e320f4c8612 - std[10d71ac2c42b111e]::panicking::catch_unwind::<(), core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x5e320f4c8612 - std[10d71ac2c42b111e]::panic::catch_unwind::<core[8fb95b77d25ab6c8]::panic::unwind_safe::AssertUnwindSafe<std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5e320f4c8612 - std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked::<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   41:     0x5e320f4c8612 - <std[10d71ac2c42b111e]::thread::lifecycle::spawn_unchecked<test[213991da798b1c03]::run_test::{closure#1}, ()>::{closure#1} as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5e320f90186f - <alloc[a7ee25936407c584]::boxed::Box<dyn core[8fb95b77d25ab6c8]::ops::function::FnOnce<(), Output = ()> + core[8fb95b77d25ab6c8]::marker::Send> as core[8fb95b77d25ab6c8]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/alloc/src/boxed.rs:2275:9
[INFO] [stdout]   43:     0x5e320f90186f - <std[10d71ac2c42b111e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   44:     0x714f98e34aa4 - <unknown>
[INFO] [stdout]   45:     0x714f98ec1a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     orchestrator::phases::tests::validate_inputs_resolves_relative_path
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 175 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.97s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--bin orchestrate`
[INFO] running `Command { std: "docker" "inspect" "22ce121dce78a5b7278091a932cf9b684953f82144a974b9a30dc401ba083242", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "22ce121dce78a5b7278091a932cf9b684953f82144a974b9a30dc401ba083242", kill_on_drop: false }`
[INFO] [stdout] 22ce121dce78a5b7278091a932cf9b684953f82144a974b9a30dc401ba083242
