[INFO] cloning repository https://github.com/mari0w/blockwright
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mari0w/blockwright" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmari0w%2Fblockwright", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmari0w%2Fblockwright'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 96edb7bf0116af385f91fec65d2f5038ba238a72
[INFO] testing mari0w/blockwright 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%2Fmari0w%2Fblockwright" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/mari0w/blockwright
[INFO] finished tweaking git repo https://github.com/mari0w/blockwright
[INFO] tweaked toml for git repo https://github.com/mari0w/blockwright written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/mari0w/blockwright 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/mari0w/blockwright 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]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded yaml_serde v0.10.4
[INFO] [stderr]   Downloaded libyaml-rs v0.3.0
[INFO] [stderr]   Downloaded include_dir v0.7.4
[INFO] [stderr]   Downloaded include_dir_macros v0.7.4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] 2ceef0c1c9f10d9a3b4c2bdfb4ca26417c47a7c5dd5701263df87b4a86008368
[INFO] running `Command { std: "docker" "start" "2ceef0c1c9f10d9a3b4c2bdfb4ca26417c47a7c5dd5701263df87b4a86008368", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2ceef0c1c9f10d9a3b4c2bdfb4ca26417c47a7c5dd5701263df87b4a86008368", 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" "2ceef0c1c9f10d9a3b4c2bdfb4ca26417c47a7c5dd5701263df87b4a86008368" "/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" "2ceef0c1c9f10d9a3b4c2bdfb4ca26417c47a7c5dd5701263df87b4a86008368", 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" "2ceef0c1c9f10d9a3b4c2bdfb4ca26417c47a7c5dd5701263df87b4a86008368" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling shlex v1.3.0
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling futures-task v0.3.32
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling socket2 v0.6.3
[INFO] [stderr]    Compiling mio v1.2.0
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling simd-adler32 v0.3.9
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling rustls v0.23.40
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling rustls-pki-types v1.14.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling ipnet v2.12.0
[INFO] [stderr]    Compiling cc v1.2.62
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling adler2 v2.0.1
[INFO] [stderr]    Compiling ryu v1.0.23
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling tokio v1.52.3
[INFO] [stderr]    Compiling miniz_oxide v0.8.9
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling fdeflate v0.3.7
[INFO] [stderr]    Compiling byteorder-lite v0.1.0
[INFO] [stderr]    Compiling zune-core v0.5.1
[INFO] [stderr]    Compiling weezl v0.1.12
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling webpki-roots v1.0.7
[INFO] [stderr]    Compiling quick-error v2.0.1
[INFO] [stderr]    Compiling pxfm v0.1.29
[INFO] [stderr]    Compiling color_quant v1.1.0
[INFO] [stderr]    Compiling flate2 v1.1.9
[INFO] [stderr]    Compiling gif v0.14.2
[INFO] [stderr]    Compiling image-webp v0.2.4
[INFO] [stderr]    Compiling tinystr v0.8.3
[INFO] [stderr]    Compiling zerotrie v0.2.4
[INFO] [stderr]    Compiling icu_collections v2.2.0
[INFO] [stderr]    Compiling axum-core v0.5.6
[INFO] [stderr]    Compiling png v0.18.1
[INFO] [stderr]    Compiling icu_locale_core v2.2.0
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling zune-jpeg v0.5.15
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling serde_path_to_error v0.1.20
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling include_dir_macros v0.7.4
[INFO] [stderr]    Compiling libyaml-rs v0.3.0
[INFO] [stderr]    Compiling bytemuck v1.25.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling include_dir v0.7.4
[INFO] [stderr]    Compiling dotenvy v0.15.7
[INFO] [stderr]    Compiling yaml_serde v0.10.4
[INFO] [stderr]    Compiling icu_provider v2.2.0
[INFO] [stderr]    Compiling icu_properties v2.2.0
[INFO] [stderr]    Compiling icu_normalizer v2.2.0
[INFO] [stderr]    Compiling moxcms v0.8.1
[INFO] [stderr]    Compiling idna_adapter v1.2.2
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling rustls-webpki v0.103.13
[INFO] [stderr]    Compiling hyper v1.9.0
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling tower-http v0.6.11
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling image v0.25.10
[INFO] [stderr]    Compiling axum v0.8.9
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling hyper-rustls v0.27.9
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling blockwright-controller v0.1.3 (/opt/rustwide/workdir/apps/controller)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 14s
[INFO] running `Command { std: "docker" "inspect" "2ceef0c1c9f10d9a3b4c2bdfb4ca26417c47a7c5dd5701263df87b4a86008368", 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" "2ceef0c1c9f10d9a3b4c2bdfb4ca26417c47a7c5dd5701263df87b4a86008368" "/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 blockwright-controller v0.1.3 (/opt/rustwide/workdir/apps/controller)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 19.94s
[INFO] running `Command { std: "docker" "inspect" "2ceef0c1c9f10d9a3b4c2bdfb4ca26417c47a7c5dd5701263df87b4a86008368", 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" "2ceef0c1c9f10d9a3b4c2bdfb4ca26417c47a7c5dd5701263df87b4a86008368" "/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.30s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/blockwright_controller-530b1af424172a27)
[INFO] [stdout] 
[INFO] [stdout] running 160 tests
[INFO] [stdout] test config::tests::accepts_enabled_dingtalk_stream_tool ... ok
[INFO] [stdout] test config::tests::accepts_matrix_allowed_sender_without_room_id ... ok
[INFO] [stdout] test config::tests::accepts_matrix_polling_tool ... ok
[INFO] [stdout] test config::tests::llm_runtime_config_rejects_invalid_active_base_url ... ok
[INFO] [stdout] test config::tests::llm_runtime_config_rejects_invalid_api_key_env_name ... ok
[INFO] [stdout] test config::tests::llm_runtime_config_accepts_openai_deepseek_doubao_and_gemini ... ok
[INFO] [stdout] test config::tests::llm_runtime_config_accepts_api_provider_aliases ... ok
[INFO] [stdout] test config::tests::missing_llm_runtime_config_defaults_to_codex_cli ... ok
[INFO] [stdout] test config::tests::rejects_enabled_webhook_only_chat_tool ... ok
[INFO] [stdout] test config::tests::local_server_config_uses_thirty_minute_codex_timeout_and_medium_reasoning ... ok
[INFO] [stdout] test config::tests::rejects_matrix_non_polling_tool ... ok
[INFO] [stdout] test config::tests::local_friendly_inbound_modes_exclude_webhook ... ok
[INFO] [stdout] test http::chat::tests::env_value_is_upserted_without_leaking_duplicates ... ok
[INFO] [stdout] test http::robot::tests::live_context_detection_covers_common_read_requests ... ok
[INFO] [stdout] test http::web::tests::build_queue_jobs_still_read_build_records ... ok
[INFO] [stdout] test http::robot::tests::live_context_detection_ignores_plain_chat ... ok
[INFO] [stdout] test https::tests::openssl_config_includes_localhost_and_lan_ip ... ok
[INFO] [stdout] test http::chat::tests::matrix_local_config_request_writes_chat_tool_without_secret ... ok
[INFO] [stdout] test integrations::codex::tests::command_parts_supports_cli_options ... ok
[INFO] [stdout] test http::chat::tests::parses_dingtalk_text_message ... ok
[INFO] [stdout] test http::web::tests::non_empty_web_text_is_preserved ... ok
[INFO] [stdout] test http::chat::tests::parses_dingtalk_picture_message_as_image_attachment ... ok
[INFO] [stdout] test integrations::codex::tests::failure_message_extracts_api_error_from_json_stdout ... ok
[INFO] [stdout] test http::chat::tests::parses_dingtalk_rich_text_with_text_and_image ... ok
[INFO] [stdout] test http::web::tests::non_build_queue_jobs_do_not_read_stale_build_records ... ok
[INFO] [stdout] test https::tests::untrusted_certificate_alert_matches_mobile_tls_failure ... ok
[INFO] [stdout] test integrations::codex::tests::extracts_thread_id_from_json_stdout ... ok
[INFO] [stdout] test integrations::codex::tests::disabled_client_returns_none_without_running_command ... ok
[INFO] [stdout] test integrations::codex::tests::command_parts_tolerates_exec_prefix ... ok
[INFO] [stdout] test integrations::codex::tests::failure_message_extracts_api_error_without_prompt ... ok
[INFO] [stdout] test http::web::tests::empty_web_text_with_image_defaults_to_recreation_request ... ok
[INFO] [stdout] test integrations::codex::tests::proxy_env_value_redacts_credentials ... ok
[INFO] [stdout] test integrations::codex::tests::response_schema_files_are_packaged_with_controller_source ... ok
[INFO] [stdout] test integrations::codex::tests::resolve_command_program_keeps_absolute_parent_on_path ... ok
[INFO] [stdout] test integrations::codex::tests::failure_message_reports_empty_stderr_hint ... ok
[INFO] [stdout] test integrations::codex::tests::stderr_diagnostic_ignores_codex_ca_selection_info ... ok
[INFO] [stdout] test integrations::codex::tests::nvm_codex_paths_prefers_newer_node_versions ... ok
[INFO] [stdout] test integrations::codex::tests::stderr_diagnostic_keeps_actual_tls_failure ... ok
[INFO] [stdout] test integrations::codex::tests::stderr_diagnostic_keeps_trusted_directory_failure ... ok
[INFO] [stdout] test integrations::codex::tests::stderr_diagnostic_summarizes_proxy_failures_without_credentials ... ok
[INFO] [stdout] test integrations::codex::tests::structured_output_reconnect_can_trigger_early_retry ... ok
[INFO] [stdout] test integrations::codex::tests::summarizes_codex_json_events_without_leaking_model_text ... ok
[INFO] [stdout] test integrations::codex::tests::stderr_diagnostic_ignores_codex_websocket_trace_info ... ok
[INFO] [stdout] test integrations::codex::tests::plan_response_schema_uses_strict_closed_objects ... ok
[INFO] [stdout] test integrations::codex::tests::failure_message_extracts_network_diagnostic_without_prompt ... ok
[INFO] [stdout] test integrations::codex::tests::plan_response_schema_exposes_site_plan_without_block_count_caps ... ok
[INFO] [stdout] test integrations::codex::tests::failure_message_omits_unstructured_stderr ... ok
[INFO] [stdout] test integrations::codex::tests::summarizes_error_progress_with_safe_detail ... ok
[INFO] [stdout] test integrations::codex::tests::summarizes_tool_and_command_progress_with_safe_detail ... ok
[INFO] [stdout] test integrations::codex_home::tests::packages_blockwright_skills ... ok
[INFO] [stdout] test integrations::codex::tests::terminal_error_waits_until_final_reconnect_and_marks_retriable ... ok
[INFO] [stdout] test integrations::llm::tests::gemini_generate_content_url_accepts_base_or_full_endpoint ... ok
[INFO] [stdout] test integrations::codex_home::tests::auth_link_updates_wrong_symlink ... ok
[INFO] [stdout] test integrations::llm::tests::image_input_available_tracks_provider_support_and_codex_fallback ... ok
[INFO] [stdout] test integrations::llm::tests::chat_completion_url_accepts_base_or_full_endpoint ... ok
[INFO] [stdout] test integrations::llm::tests::reads_api_key_from_env_file_without_requiring_process_env ... ok
[INFO] [stdout] test integrations::codex_home::tests::runtime_config_registers_blockwright_mcp_proxy ... ok
[INFO] [stdout] test integrations::matrix::tests::allows_personal_token_messages_but_skips_sent_replies ... ok
[INFO] [stdout] test integrations::matrix::tests::can_listen_to_any_joined_room_for_allowed_sender ... ok
[INFO] [stdout] test integrations::llm::tests::gemini_request_sends_only_current_message_and_inline_images ... ok
[INFO] [stdout] test integrations::matrix::tests::parses_matrix_text_events_from_configured_room ... ok
[INFO] [stdout] test integrations::matrix::tests::ignores_non_text_or_other_room_events ... ok
[INFO] [stdout] test integrations::codex_home::tests::sync_removes_only_stale_packaged_files ... ok
[INFO] [stdout] test integrations::matrix::tests::matrix_unauthorized_error_is_detected_for_config_hint ... ok
[INFO] [stdout] test mcp::tests::give_item_tool_enqueues_visible_hand_delivery ... ok
[INFO] [stdout] test integrations::llm::tests::gemini_provider_sends_generate_content_request ... ok
[INFO] [stdout] test integrations::llm::tests::openai_and_doubao_use_json_schema_response_format ... ok
[INFO] [stdout] test integrations::llm::tests::doubao_provider_sends_openai_compatible_chat_completion_request ... ok
[INFO] [stdout] test integrations::llm::tests::api_provider_does_not_replay_local_session_history ... ok
[INFO] [stdout] test mcp::tests::nearby_build_match_filters_by_world_and_radius ... ok
[INFO] [stdout] test mcp::tests::validates_blueprint_material_counts ... ok
[INFO] [stdout] test mcp::tests::validation_reports_mismatched_materials ... ok
[INFO] [stdout] test integrations::codex_home::tests::sync_preserves_unmanaged_skills_and_updates_packaged_content ... ok
[INFO] [stdout] test mcp::tests::tools_list_exposes_blockwright_tools_only ... ok
[INFO] [stdout] test services::blueprint_store::tests::deletes_blueprint_from_memory_and_disk ... ok
[INFO] [stdout] test services::blueprint_store::tests::rejects_empty_or_unsafe_blueprint_ids ... ok
[INFO] [stdout] test mcp::tests::place_blocks_tool_registers_build_before_enqueue ... ok
[INFO] [stdout] test services::blueprint_store::tests::finds_first_blueprint_by_tag_deterministically ... ok
[INFO] [stdout] test integrations::codex::tests::image_paths_are_passed_to_codex_cli ... ok
[INFO] [stdout] test integrations::llm::tests::text_only_api_provider_falls_back_to_codex_for_image_input ... ok
[INFO] [stdout] test services::build_store::tests::applies_success_result_when_report_matches_expected ... ok
[INFO] [stdout] test services::build_store::tests::deletes_build_record_from_memory_and_disk ... ok
[INFO] [stdout] test services::build_store::tests::applies_failed_result_when_report_is_missing ... ok
[INFO] [stdout] test integrations::codex::tests::schema_requests_pass_output_schema_to_local_cli ... ok
[INFO] [stdout] test services::build_store::tests::applies_failed_result_when_report_has_mismatch ... ok
[INFO] [stdout] test services::image_blueprint::tests::detects_local_image_recreation_request ... ok
[INFO] [stdout] test services::image_blueprint::tests::high_fidelity_words_raise_default_size ... ok
[INFO] [stdout] test integrations::codex::tests::runtime_home_is_passed_as_codex_home ... ok
[INFO] [stdout] test services::job_queue::tests::enqueue_assigns_incrementing_job_ids ... ok
[INFO] [stdout] test services::blueprint_store::tests::saves_loads_and_lists_blueprints_by_id ... ok
[INFO] [stdout] test services::job_queue::tests::status_tracks_claimed_and_result_phases ... ok
[INFO] [stdout] test services::job_queue::tests::enqueue_with_reserved_id_preserves_id ... ok
[INFO] [stdout] test services::job_queue::tests::merge_pending_scan_job_keeps_one_job_and_latest_requirements ... ok
[INFO] [stdout] test services::job_queue::tests::status_keeps_live_query_result_payload ... ok
[INFO] [stdout] test services::job_queue::tests::merge_pending_scan_job_ignores_different_target_player ... ok
[INFO] [stdout] test services::job_queue::tests::pop_next_returns_first_matching_server_without_losing_others ... ok
[INFO] [stdout] test services::build_store::tests::registers_planned_build_from_place_blocks_action ... ok
[INFO] [stdout] test integrations::codex::tests::structured_output_failure_retries_without_output_schema ... ok
[INFO] [stdout] test services::blueprint_store::tests::save_persists_spec_and_expanded_hash ... ok
[INFO] [stdout] test services::image_blueprint::tests::generates_vertical_mural_with_relative_coordinates ... ok
[INFO] [stdout] test integrations::codex::tests::context_window_full_resets_saved_session_and_retries_fresh ... ok
[INFO] [stdout] test services::planner::tests::codex_disabled_does_not_use_local_keyword_fallback ... ok
[INFO] [stdout] test services::planner::tests::codex_failure_reply_includes_trace_id_and_log_path ... ok
[INFO] [stdout] test services::planner::tests::codex_not_found_failure_mentions_missing_command ... ok
[INFO] [stdout] test services::planner::tests::codex_blueprint_handles_treehouse_request ... ok
[INFO] [stdout] test integrations::codex::tests::session_key_resumes_same_codex_thread ... ok
[INFO] [stdout] test services::planner::tests::codex_blueprint_takes_precedence_over_builtin_house_template ... ok
[INFO] [stdout] test services::planner::tests::carousel_request_enters_codex_blueprint_planner ... ok
[INFO] [stdout] test services::planner::tests::chat_plan_replies_without_minecraft_actions ... ok
[INFO] [stdout] test services::planner::tests::codex_build_prepares_foundation_when_no_good_surface_exists ... ok
[INFO] [stdout] test services::planner::tests::codex_process_failure_replies_with_admin_hint ... ok
[INFO] [stdout] test services::planner::tests::english_client_language_overrides_chinese_request_text ... ok
[INFO] [stdout] test services::planner::tests::codex_plans_diamond_pickaxe_before_loose_diamond_match ... ok
[INFO] [stdout] test services::planner::tests::english_client_plan_prompt_overrides_chinese_request_text ... ok
[INFO] [stdout] test mcp::tests::place_blocks_tool_chunks_large_build_before_enqueue ... ok
[INFO] [stdout] test services::planner::tests::context_bundle_does_not_embed_stored_blueprints_or_builds_by_default ... ok
[INFO] [stdout] test services::planner::tests::english_llm_auth_failure_mentions_api_key ... ok
[INFO] [stdout] test services::planner::tests::codex_site_plan_controls_origin_clearing_and_foundation ... ok
[INFO] [stdout] test services::planner::tests::codex_build_uses_scan_ground_and_soft_clear_policy ... ok
[INFO] [stdout] test services::planner::tests::expands_blueprint_primitives_before_parsing_plan ... ok
[INFO] [stdout] test services::planner::tests::large_place_blocks_actions_are_chunked_for_tick_execution ... ok
[INFO] [stdout] test services::planner::tests::llm_payment_failure_mentions_balance_instead_of_config ... ok
[INFO] [stdout] test services::planner::tests::codex_plan_handles_build_edit_without_local_keyword_rules ... ok
[INFO] [stdout] test services::planner::tests::english_plan_prompt_requires_english_reply ... ok
[INFO] [stdout] test services::planner::tests::codex_enabled_building_image_uses_3d_planner_not_pixel_mural ... ok
[INFO] [stdout] test services::planner::tests::local_image_attachment_paths_collects_existing_local_images ... ok
[INFO] [stdout] test services::planner::tests::parses_codex_plan_for_diamond_pickaxe ... ok
[INFO] [stdout] test services::planner::tests::parses_codex_plan_with_blueprint_even_when_wrapped ... ok
[INFO] [stdout] test services::planner::tests::parses_scan_request_plan ... ok
[INFO] [stdout] test services::planner::tests::parses_codex_plan_for_minecraft_command ... ok
[INFO] [stdout] test services::planner::tests::placement_note_matches_detected_reply_language ... ok
[INFO] [stdout] test services::planner::tests::plan_prompt_uses_context_bundle_and_keeps_workflow_in_codex ... ok
[INFO] [stdout] test services::planner::tests::local_image_recreation_generates_pixel_blueprint_without_codex ... ok
[INFO] [stdout] test services::planner::tests::non_site_request_omits_provided_nearby_scan ... ok
[INFO] [stdout] test services::planner::tests::codex_build_shifts_away_from_hard_overlap ... ok
[INFO] [stdout] test services::planner::tests::repairs_common_blueprint_shape_from_model_output ... ok
[INFO] [stdout] test services::planner::tests::repairs_plan_missing_safe_protocol_defaults ... ok
[INFO] [stdout] test services::planner::tests::image_attachment_enters_codex_blueprint_without_magic_text ... ok
[INFO] [stdout] test services::planner::tests::plans_diamond_sword ... ok
[INFO] [stdout] test services::planner::tests::repairs_scan_request_with_tool_like_fields ... ok
[INFO] [stdout] test services::planner::tests::response_language_detection_follows_player_text ... ok
[INFO] [stdout] test services::planner::tests::standalone_blueprint_reply_uses_player_language ... ok
[INFO] [stdout] test services::planner::tests::stored_context_helper_collapses_chunked_build_actions ... ok
[INFO] [stdout] test services::planner::tests::context_bundle_bounds_large_scan_samples ... ok
[INFO] [stdout] test services::progress::tests::progress_store_keeps_latest_snapshot_with_sequence ... ok
[INFO] [stdout] test services::planner::tests::stored_context_helpers_bound_large_blueprint_and_build_block_samples ... ok
[INFO] [stdout] test services::planner::tests::parses_structured_output_action_with_unused_nullable_fields ... ok
[INFO] [stdout] test services::planner::tests::codex_build_keeps_front_target_and_integrates_water_surface ... ok
[INFO] [stdout] test services::planner::tests::enabled_codex_failure_does_not_fall_back_to_keyword_rules ... ok
[INFO] [stdout] test services::planner::tests::simple_action_context_omits_blueprints_and_build_history ... ok
[INFO] [stdout] test services::planner::tests::build_failure_requests_scan_instead_of_confirmation_when_codex_enabled ... ok
[INFO] [stdout] test services::planner::tests::english_request_does_not_return_chinese_model_reply ... ok
[INFO] [stdout] test services::planner::tests::plans_diamonds_without_confusing_them_with_diamond_sword ... ok
[INFO] [stdout] test services::planner::tests::invalid_build_after_scan_asks_codex_to_repair_plan ... ok
[INFO] [stdout] test services::planner::tests::planner_reuses_codex_session_key_for_same_player ... ok
[INFO] [stdout] test services::planner::tests::codex_build_shifts_large_footprint_away_from_player_body ... ok
[INFO] [stdout] test services::planner::tests::image_recreation_quality_gate_repairs_tiny_blueprint ... ok
[INFO] [stdout] test services::planner::tests::codex_build_auto_clears_when_no_better_position_exists ... ok
[INFO] [stdout] test services::planner::tests::codex_build_keeps_front_target_and_prepares_supported_footprint ... FAILED
[INFO] [stdout] test services::planner::tests::text_only_api_without_codex_keeps_local_image_blueprint_fallback ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- services::planner::tests::codex_build_keeps_front_target_and_prepares_supported_footprint stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'services::planner::tests::codex_build_keeps_front_target_and_prepares_supported_footprint' (1637) panicked at apps/controller/src/services/planner.rs:5028:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: "AI 助手调用失败"
[INFO] [stdout]  right: "建造蓝图 supported-floor-room"
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5b443ddc02f8 - 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:     0x5b443ddc02f8 - 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:     0x5b443ddc02f8 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x5b443ddc02f8 - <<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:     0x5b443ddd95ca - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x5b443ddd95ca - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stdout]    6:     0x5b443ddc5aa2 - 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:     0x5b443ddc5aa2 - <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:     0x5b443dd9b596 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x5b443dd9b596 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x5b443ddb6d29 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x5b443d60e57c - <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:     0x5b443d60e57c - 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:     0x5b443ddb6fa2 - <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:     0x5b443ddb6fa2 - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x5b443dd9b652 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x5b443dd90479 - 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:     0x5b443dd9c67d - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x5b443ddd9dbc - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x5b443ddd9c43 - core[8fb95b77d25ab6c8]::panicking::assert_failed_inner
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5b443d277327 - core[8fb95b77d25ab6c8]::panicking::assert_failed::<alloc[a7ee25936407c584]::string::String, &str>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:394:5
[INFO] [stdout]   21:     0x5b443d421019 - blockwright_controller[dab2c4d6c8e71b90]::services::planner::tests::codex_build_keeps_front_target_and_prepares_supported_footprint::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/apps/controller/src/services/planner.rs:5028:9
[INFO] [stdout]   22:     0x5b443d21e102 - <core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   23:     0x5b443d21e17d - <core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>> as core[8fb95b77d25ab6c8]::future::future::Future>::poll
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/future/future.rs:133:9
[INFO] [stdout]   24:     0x5b443d167ddd - <tokio[71b85fa84ad56c52]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:778:70
[INFO] [stdout]   25:     0x5b443d167cdb - tokio[71b85fa84ad56c52]::task::coop::with_budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[71b85fa84ad56c52]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/task/coop/mod.rs:167:5
[INFO] [stdout]   26:     0x5b443d167cdb - tokio[71b85fa84ad56c52]::task::coop::budget::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[71b85fa84ad56c52]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/task/coop/mod.rs:133:5
[INFO] [stdout]   27:     0x5b443d167cdb - <tokio[71b85fa84ad56c52]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:778:25
[INFO] [stdout]   28:     0x5b443d130b90 - <tokio[71b85fa84ad56c52]::runtime::scheduler::current_thread::Context>::enter::<core[8fb95b77d25ab6c8]::task::poll::Poll<()>, <tokio[71b85fa84ad56c52]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:451:19
[INFO] [stdout]   29:     0x5b443d166d7d - <tokio[71b85fa84ad56c52]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:777:44
[INFO] [stdout]   30:     0x5b443d166024 - <tokio[71b85fa84ad56c52]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[71b85fa84ad56c52]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:865:68
[INFO] [stdout]   31:     0x5b443d16ed1b - <tokio[71b85fa84ad56c52]::runtime::context::scoped::Scoped<tokio[71b85fa84ad56c52]::runtime::scheduler::Context>>::set::<<tokio[71b85fa84ad56c52]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[71b85fa84ad56c52]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[71b85fa84ad56c52]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context/scoped.rs:40:9
[INFO] [stdout]   32:     0x5b443d287cd9 - tokio[71b85fa84ad56c52]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[71b85fa84ad56c52]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[71b85fa84ad56c52]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[71b85fa84ad56c52]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context.rs:181:38
[INFO] [stdout]   33:     0x5b443d443392 - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[71b85fa84ad56c52]::runtime::context::Context>>::try_with::<tokio[71b85fa84ad56c52]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[71b85fa84ad56c52]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[71b85fa84ad56c52]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[71b85fa84ad56c52]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[71b85fa84ad56c52]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:462:12
[INFO] [stdout]   34:     0x5b443d442f1e - <std[10d71ac2c42b111e]::thread::local::LocalKey<tokio[71b85fa84ad56c52]::runtime::context::Context>>::with::<tokio[71b85fa84ad56c52]::runtime::context::set_scheduler<(alloc[a7ee25936407c584]::boxed::Box<tokio[71b85fa84ad56c52]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[71b85fa84ad56c52]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[71b85fa84ad56c52]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>::{closure#0}, (alloc[a7ee25936407c584]::boxed::Box<tokio[71b85fa84ad56c52]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>)>
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/thread/local.rs:426:20
[INFO] [stdout]   35:     0x5b443d27766d - tokio[71b85fa84ad56c52]::runtime::context::set_scheduler::<(alloc[a7ee25936407c584]::boxed::Box<tokio[71b85fa84ad56c52]::runtime::scheduler::current_thread::Core>, core[8fb95b77d25ab6c8]::option::Option<()>), <tokio[71b85fa84ad56c52]::runtime::scheduler::current_thread::CoreGuard>::enter<<tokio[71b85fa84ad56c52]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context.rs:181:17
[INFO] [stdout]   36:     0x5b443d134580 - <tokio[71b85fa84ad56c52]::runtime::scheduler::current_thread::CoreGuard>::enter::<<tokio[71b85fa84ad56c52]::runtime::scheduler::current_thread::CoreGuard>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>::{closure#0}, core[8fb95b77d25ab6c8]::option::Option<()>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:865:27
[INFO] [stdout]   37:     0x5b443d134876 - <tokio[71b85fa84ad56c52]::runtime::scheduler::current_thread::CoreGuard>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:765:24
[INFO] [stdout]   38:     0x5b443d165b30 - <tokio[71b85fa84ad56c52]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:205:33
[INFO] [stdout]   39:     0x5b443d546283 - tokio[71b85fa84ad56c52]::runtime::context::runtime::enter_runtime::<<tokio[71b85fa84ad56c52]::runtime::scheduler::current_thread::CurrentThread>::block_on<core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/context/runtime.rs:65:16
[INFO] [stdout]   40:     0x5b443d12ce31 - <tokio[71b85fa84ad56c52]::runtime::scheduler::current_thread::CurrentThread>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/scheduler/current_thread/mod.rs:193:9
[INFO] [stdout]   41:     0x5b443d441184 - <tokio[71b85fa84ad56c52]::runtime::runtime::Runtime>::block_on_inner::<core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/runtime.rs:371:52
[INFO] [stdout]   42:     0x5b443d44134f - <tokio[71b85fa84ad56c52]::runtime::runtime::Runtime>::block_on::<core[8fb95b77d25ab6c8]::pin::Pin<&mut dyn core[8fb95b77d25ab6c8]::future::future::Future<Output = ()>>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.52.3/src/runtime/runtime.rs:345:18
[INFO] [stdout]   43:     0x5b443d43fa0c - blockwright_controller[dab2c4d6c8e71b90]::services::planner::tests::codex_build_keeps_front_target_and_prepares_supported_footprint
[INFO] [stdout]                                at /opt/rustwide/workdir/apps/controller/src/services/planner.rs:5063:11
[INFO] [stdout]   44:     0x5b443d402b37 - blockwright_controller[dab2c4d6c8e71b90]::services::planner::tests::codex_build_keeps_front_target_and_prepares_supported_footprint::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/apps/controller/src/services/planner.rs:4973:79
[INFO] [stdout]   45:     0x5b443d4ae706 - <blockwright_controller[dab2c4d6c8e71b90]::services::planner::tests::codex_build_keeps_front_target_and_prepares_supported_footprint::{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]   46:     0x5b443d60165b - <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]   47:     0x5b443d60165b - 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]   48:     0x5b443d60eed5 - test[213991da798b1c03]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:74
[INFO] [stdout]   49:     0x5b443d60eed5 - <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]   50:     0x5b443d60eed5 - 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]   51:     0x5b443d60eed5 - 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]   52:     0x5b443d60eed5 - 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]   53:     0x5b443d60eed5 - test[213991da798b1c03]::run_test_in_process
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:747:27
[INFO] [stdout]   54:     0x5b443d60eed5 - test[213991da798b1c03]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:668:43
[INFO] [stdout]   55:     0x5b443d6087e4 - test[213991da798b1c03]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/test/src/lib.rs:698:41
[INFO] [stdout]   56:     0x5b443d6087e4 - 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]   57:     0x5b443d611f52 - 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]   58:     0x5b443d611f52 - <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]   59:     0x5b443d611f52 - 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]   60:     0x5b443d611f52 - 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]   61:     0x5b443d611f52 - 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]   62:     0x5b443d611f52 - 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]   63:     0x5b443d611f52 - <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]   64:     0x5b443ddbf26f - <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]   65:     0x5b443ddbf26f - <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]   66:     0x7ebc65874aa4 - <unknown>
[INFO] [stdout]   67:     0x7ebc65901a64 - clone
[INFO] [stdout]   68:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     services::planner::tests::codex_build_keeps_front_target_and_prepares_supported_footprint
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 159 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.86s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "2ceef0c1c9f10d9a3b4c2bdfb4ca26417c47a7c5dd5701263df87b4a86008368", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2ceef0c1c9f10d9a3b4c2bdfb4ca26417c47a7c5dd5701263df87b4a86008368", kill_on_drop: false }`
[INFO] [stdout] 2ceef0c1c9f10d9a3b4c2bdfb4ca26417c47a7c5dd5701263df87b4a86008368
