[INFO] cloning repository https://github.com/yaroslavyaroslav/hooyodex
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/yaroslavyaroslav/hooyodex" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyaroslavyaroslav%2Fhooyodex", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyaroslavyaroslav%2Fhooyodex'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] e2a1b44d7d80dca431c109f583576d6080adbd8e
[INFO] testing yaroslavyaroslav/hooyodex against 1.98.0-beta.8+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyaroslavyaroslav%2Fhooyodex" "/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/yaroslavyaroslav/hooyodex
[INFO] finished tweaking git repo https://github.com/yaroslavyaroslav/hooyodex
[INFO] tweaked toml for git repo https://github.com/yaroslavyaroslav/hooyodex written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/yaroslavyaroslav/hooyodex on toolchain 1.98.0-beta.8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/yaroslavyaroslav/hooyodex 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.98.0-beta.8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded codex-app-server-sdk-macros v0.1.1
[INFO] [stderr]   Downloaded codex-app-server-sdk v0.5.1
[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:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 1ac0c840c0f3b9dbf8759d84930329b0eaacaa1fef478868e843d8020032133d
[INFO] running `Command { std: "docker" "start" "1ac0c840c0f3b9dbf8759d84930329b0eaacaa1fef478868e843d8020032133d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1ac0c840c0f3b9dbf8759d84930329b0eaacaa1fef478868e843d8020032133d", 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" "1ac0c840c0f3b9dbf8759d84930329b0eaacaa1fef478868e843d8020032133d" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "1ac0c840c0f3b9dbf8759d84930329b0eaacaa1fef478868e843d8020032133d", 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" "1ac0c840c0f3b9dbf8759d84930329b0eaacaa1fef478868e843d8020032133d" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.183
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling cc v1.2.57
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling zerocopy v0.8.47
[INFO] [stderr]    Compiling rustls v0.23.37
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling ref-cast v1.0.25
[INFO] [stderr]    Compiling unicase v2.9.0
[INFO] [stderr]    Compiling ipnet v2.12.0
[INFO] [stderr]    Compiling rustls-pki-types v1.14.0
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling utf-8 v0.7.6
[INFO] [stderr]    Compiling data-encoding v2.10.0
[INFO] [stderr]    Compiling openssl-probe v0.2.1
[INFO] [stderr]    Compiling mime_guess v2.0.5
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling iri-string v0.7.10
[INFO] [stderr]    Compiling dyn-clone v1.0.20
[INFO] [stderr]    Compiling winnow v0.7.15
[INFO] [stderr]    Compiling webpki-roots v1.0.6
[INFO] [stderr]    Compiling rustls-native-certs v0.8.3
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling matchit v0.8.4
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling socket2 v0.6.3
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling dirs-sys v0.5.0
[INFO] [stderr]    Compiling rand_core v0.9.5
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling uuid v1.22.0
[INFO] [stderr]    Compiling dirs v6.0.0
[INFO] [stderr]    Compiling serde_path_to_error v0.1.20
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tokio-macros v2.6.1
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling ref-cast-impl v1.0.25
[INFO] [stderr]    Compiling codex-app-server-sdk-macros v0.1.1
[INFO] [stderr]    Compiling clap_derive v4.6.0
[INFO] [stderr]    Compiling schemars_derive v1.2.1
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling tokio v1.50.0
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling axum-core v0.5.6
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling clap v4.6.0
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling serde_yaml v0.9.34+deprecated
[INFO] [stderr]    Compiling schemars v1.2.1
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling icu_properties v2.1.2
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling rustls-webpki v0.103.9
[INFO] [stderr]    Compiling axum v0.8.8
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling tungstenite v0.28.0
[INFO] [stderr]    Compiling hyper-rustls v0.27.7
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling tokio-tungstenite v0.28.0
[INFO] [stderr]    Compiling codex-app-server-sdk v0.5.1
[INFO] [stderr]    Compiling hooyodex v0.7.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 3m 17s
[INFO] running `Command { std: "docker" "inspect" "1ac0c840c0f3b9dbf8759d84930329b0eaacaa1fef478868e843d8020032133d", 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" "1ac0c840c0f3b9dbf8759d84930329b0eaacaa1fef478868e843d8020032133d" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "test" "--frozen" "--no-run" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling hooyodex v0.7.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 51.25s
[INFO] running `Command { std: "docker" "inspect" "1ac0c840c0f3b9dbf8759d84930329b0eaacaa1fef478868e843d8020032133d", 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" "1ac0c840c0f3b9dbf8759d84930329b0eaacaa1fef478868e843d8020032133d" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "test" "--frozen" "--release", kill_on_drop: false }`
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 0.38s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/release/deps/hooyodex-78c022327dd3468c)
[INFO] [stdout] 
[INFO] [stdout] running 63 tests
[INFO] [stdout] test app::tests::e2e_live_codex_keeps_telegram_threads_separate_via_named_sessions ... ignored, requires live Codex auth/network; run manually
[INFO] [stdout] test app::tests::e2e_live_codex_streams_intermediate_messages_to_mock_telegram ... ignored, requires live Codex auth/network; run manually
[INFO] [stdout] test app::tests::e2e_live_codex_time_tool_outputs_do_not_fragment_into_tiny_messages ... ignored, requires live Codex auth/network; run manually
[INFO] [stdout] test app::tests::process_update_skips_business_read_receipt_without_rights ... ok
[INFO] [stdout] test app::tests::process_update_resets_chat_on_new_command ... ok
[INFO] [stdout] test channels::tests::event_route_builds_channel_agnostic_session_keys ... ok
[INFO] [stdout] test approval::tests::operator_target_is_copyable ... ok
[INFO] [stdout] test channels::whatsapp::tests::normalizes_text_message_webhook ... ok
[INFO] [stdout] test channels::whatsapp::tests::verifies_whatsapp_webhook_query ... ok
[INFO] [stdout] test codex::tests::active_turn_propagates_start_failure_to_steer_waiters ... ok
[INFO] [stdout] test codex::tests::chat_session_key_includes_telegram_thread_context ... ok
[INFO] [stdout] test app::tests::process_update_resets_only_current_telegram_thread ... ok
[INFO] [stdout] test app::tests::approval_callbacks_resolve_pending_request_as_approved ... ok
[INFO] [stdout] test codex::tests::chat_thread_name_uses_generic_session_prefix ... ok
[INFO] [stdout] test codex::tests::compose_message_context_includes_reply_and_quote ... ok
[INFO] [stdout] test approval::tests::approval_manager_resolves_approve_callback ... ok
[INFO] [stdout] test app::tests::process_update_routes_media_outputs_through_telegram_tooling ... ok
[INFO] [stdout] test app::tests::process_update_replies_into_private_message_thread ... ok
[INFO] [stdout] test app::tests::process_update_replies_inside_same_telegram_thread ... ok
[INFO] [stdout] test approval::tests::approval_manager_resolves_steer_follow_up_message ... ok
[INFO] [stdout] test codex::tests::active_turn_waits_until_turn_id_is_published ... ok
[INFO] [stdout] test codex::tests::initialize_params_enable_experimental_api_from_config ... ok
[INFO] [stdout] test codex::tests::initialize_params_leave_experimental_api_disabled_by_default ... ok
[INFO] [stdout] test codex::tests::legacy_telegram_thread_name_supports_existing_sessions ... ok
[INFO] [stdout] test codex::tests::parses_telegram_send_media_dynamic_tool_params ... ok
[INFO] [stdout] test codex::tests::prepare_live_thread_forces_read_before_using_thread_id ... ok
[INFO] [stdout] test app::tests::approval_steer_consumes_next_operator_message ... ok
[INFO] [stdout] test codex::tests::session_index_lookup_uses_newest_matching_thread_name ... ok
[INFO] [stdout] test codex::tests::streams_only_new_forwardable_agent_text ... ok
[INFO] [stdout] test codex::tests::falls_back_to_full_text_after_non_prefix_update ... ok
[INFO] [stdout] test codex::tests::flushes_completed_commentary_on_next_tool_lifecycle_event ... ok
[INFO] [stdout] test codex::tests::ignores_empty_messages ... ok
[INFO] [stdout] test codex::tests::forwards_completed_intermediate_and_final_messages_but_not_deltas_or_plans ... ok
[INFO] [stdout] test codex::tests::ignores_non_forwardable_messages ... ok
[INFO] [stdout] test codex::tests::strict_target_matching_requires_both_thread_and_turn_ids ... ok
[INFO] [stdout] test codex::tests::telegram_send_media_response_uses_input_text_content_items ... ok
[INFO] [stdout] test app::tests::process_update_sends_each_turn_output_to_telegram ... ok
[INFO] [stdout] test config::tests::derives_webhook_url ... ok
[INFO] [stdout] test markdown::tests::escapes_special_html_characters_in_href_attributes ... ok
[INFO] [stdout] test markdown::tests::preserves_markdown_link_literal_inside_code_span ... ok
[INFO] [stdout] test codex::tests::streams_plan_deltas ... ok
[INFO] [stdout] test markdown::tests::renders_basic_markdown ... ok
[INFO] [stdout] test app::tests::reload_once_updates_runner_and_shared_config ... ok
[INFO] [stdout] test codex::tests::detects_codex_transport_failures_from_error_text ... ok
[INFO] [stdout] test codex::tests::prepare_live_thread_propagates_connection_not_ready_failure ... ok
[INFO] [stdout] test app::tests::reload_once_keeps_shared_config_when_runner_reload_fails ... ok
[INFO] [stdout] test markdown::tests::renders_links_with_nested_parentheses_and_brackets_in_target ... ok
[INFO] [stdout] test markdown::tests::splits_large_blockquote_messages_into_balanced_html_chunks ... ok
[INFO] [stdout] test markdown::tests::splits_large_messages ... ok
[INFO] [stdout] test markdown::tests::strips_optional_markdown_link_title_and_escapes_quotes_in_href ... ok
[INFO] [stdout] test codex::tests::dynamic_tool_router_resolves_relative_paths_from_working_directory ... ok
[INFO] [stdout] test state::tests::saves_and_loads_state ... ok
[INFO] [stdout] test telegram::tests::detects_common_image_mime_types ... ok
[INFO] [stdout] test telegram::tests::detects_new_chat_command ... ok
[INFO] [stdout] test app::tests::process_update_transcribes_voice_before_running_turn ... ok
[INFO] [stdout] test telegram::tests::normalize_update_accepts_document ... ok
[INFO] [stdout] test telegram::tests::normalize_update_extracts_quoted_fragment ... ok
[INFO] [stdout] test telegram::tests::normalize_update_extracts_reply_to_message_text ... ok
[INFO] [stdout] test telegram::tests::normalize_update_filters_unlisted_user ... ok
[INFO] [stdout] test telegram::tests::normalize_update_keeps_private_message_thread_id ... ok
[INFO] [stdout] test app::tests::process_update_marks_business_message_as_read_when_permitted ... ok
[INFO] [stdout] test transcription::tests::prefers_home_local_binary_when_present ... FAILED
[INFO] [stdout] test app::tests::process_update_sends_typing_to_same_telegram_thread_while_running ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- transcription::tests::prefers_home_local_binary_when_present stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'transcription::tests::prefers_home_local_binary_when_present' (2780) panicked at src/transcription.rs:149:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: "parakeet-mlx"
[INFO] [stdout]  right: "/root/.local/bin/parakeet-mlx"
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x597227f80171 - <<std[97b98282bc616a66]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[832e9a552fc17241]::fmt::Display>::fmt
[INFO] [stdout]    1:     0x597227f98baa - core[832e9a552fc17241]::fmt::write
[INFO] [stdout]    2:     0x597227f85b5c - <alloc[3ecab9f82c41dc7d]::vec::Vec<u8> as std[97b98282bc616a66]::io::Write>::write_fmt
[INFO] [stdout]    3:     0x597227f5a0b6 - std[97b98282bc616a66]::panicking::default_hook::{closure#0}
[INFO] [stdout]    4:     0x597227f76519 - std[97b98282bc616a66]::panicking::default_hook
[INFO] [stdout]    5:     0x597227c7f300 - test[39766f3d73431624]::test_main_inner::<test[39766f3d73431624]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]    6:     0x597227f76842 - std[97b98282bc616a66]::panicking::panic_with_hook
[INFO] [stdout]    7:     0x597227f5a162 - std[97b98282bc616a66]::panicking::panic_handler::{closure#0}
[INFO] [stdout]    8:     0x597227f51089 - std[97b98282bc616a66]::sys::backtrace::__rust_end_short_backtrace::<std[97b98282bc616a66]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]    9:     0x597227f5b20d - __rustc[e3d8617bb01b7f69]::rust_begin_unwind
[INFO] [stdout]   10:     0x597227f9930c - core[832e9a552fc17241]::panicking::panic_fmt
[INFO] [stdout]   11:     0x597227f99223 - core[832e9a552fc17241]::panicking::assert_failed_inner
[INFO] [stdout]   12:     0x597227bee0a6 - core[832e9a552fc17241]::panicking::assert_failed::<std[97b98282bc616a66]::path::PathBuf, std[97b98282bc616a66]::path::PathBuf>
[INFO] [stdout]   13:     0x597227b77d17 - hooyodex[e886cd8b82275c84]::transcription::tests::prefers_home_local_binary_when_present
[INFO] [stdout]   14:     0x597227c24a39 - <hooyodex[e886cd8b82275c84]::transcription::tests::prefers_home_local_binary_when_present::{closure#0} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]   15:     0x597227c7263b - test[39766f3d73431624]::__rust_begin_short_backtrace::<core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>, fn() -> core[832e9a552fc17241]::result::Result<(), alloc[3ecab9f82c41dc7d]::string::String>>
[INFO] [stdout]   16:     0x597227c7fc85 - test[39766f3d73431624]::run_test::{closure#0}
[INFO] [stdout]   17:     0x597227c7a734 - std[97b98282bc616a66]::sys::backtrace::__rust_begin_short_backtrace::<test[39766f3d73431624]::run_test::{closure#1}, ()>
[INFO] [stdout]   18:     0x597227c82dd2 - <std[97b98282bc616a66]::thread::lifecycle::spawn_unchecked<test[39766f3d73431624]::run_test::{closure#1}, ()>::{closure#1} as core[832e9a552fc17241]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]   19:     0x597227f7edbf - <std[97b98282bc616a66]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]   20:     0x73984c36407a - <unknown>
[INFO] [stdout]   21:     0x73984c3f7534 - clone
[INFO] [stdout]   22:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     transcription::tests::prefers_home_local_binary_when_present
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 59 passed; 1 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.06s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--bin hooyodex`
[INFO] running `Command { std: "docker" "inspect" "1ac0c840c0f3b9dbf8759d84930329b0eaacaa1fef478868e843d8020032133d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1ac0c840c0f3b9dbf8759d84930329b0eaacaa1fef478868e843d8020032133d", kill_on_drop: false }`
[INFO] [stdout] 1ac0c840c0f3b9dbf8759d84930329b0eaacaa1fef478868e843d8020032133d
