[INFO] cloning repository https://github.com/rijuyuezhu/fcitx-vinput-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/rijuyuezhu/fcitx-vinput-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frijuyuezhu%2Ffcitx-vinput-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frijuyuezhu%2Ffcitx-vinput-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 73e14185e7b89c50c2e56c95cc53a9c90cb1fb06
[INFO] testing rijuyuezhu/fcitx-vinput-rs against 1.98.0-beta.1 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Frijuyuezhu%2Ffcitx-vinput-rs" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-5-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/rijuyuezhu/fcitx-vinput-rs
[INFO] finished tweaking git repo https://github.com/rijuyuezhu/fcitx-vinput-rs
[INFO] tweaked toml for git repo https://github.com/rijuyuezhu/fcitx-vinput-rs written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/rijuyuezhu/fcitx-vinput-rs on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/rijuyuezhu/fcitx-vinput-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.98.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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] 751864bbc4b7ed60dc331cf5b052ea5373a864716113fd4e6e036b6d57b2dcf4
[INFO] running `Command { std: "docker" "start" "751864bbc4b7ed60dc331cf5b052ea5373a864716113fd4e6e036b6d57b2dcf4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "751864bbc4b7ed60dc331cf5b052ea5373a864716113fd4e6e036b6d57b2dcf4", 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" "751864bbc4b7ed60dc331cf5b052ea5373a864716113fd4e6e036b6d57b2dcf4" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "751864bbc4b7ed60dc331cf5b052ea5373a864716113fd4e6e036b6d57b2dcf4", 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" "751864bbc4b7ed60dc331cf5b052ea5373a864716113fd4e6e036b6d57b2dcf4" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling memchr v2.8.2
[INFO] [stderr]    Compiling bytes v1.12.0
[INFO] [stderr]    Compiling quote v1.0.46
[INFO] [stderr]    Compiling smallvec v1.15.2
[INFO] [stderr]    Compiling winnow v1.0.3
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling mio v1.2.1
[INFO] [stderr]    Compiling socket2 v0.6.4
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling zeroize v1.9.0
[INFO] [stderr]    Compiling ref-cast v1.0.25
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling slab v0.4.12
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling cc v1.2.65
[INFO] [stderr]    Compiling dyn-clone v1.0.20
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling rustls v0.23.41
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling rustls-pki-types v1.14.1
[INFO] [stderr]    Compiling endi v1.1.1
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling http v1.4.2
[INFO] [stderr]    Compiling linux-raw-sys v0.12.1
[INFO] [stderr]    Compiling regex-syntax v0.8.11
[INFO] [stderr]    Compiling typenum v1.20.1
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling uuid v1.23.4
[INFO] [stderr]    Compiling ordered-stream v0.2.0
[INFO] [stderr]    Compiling concurrent-queue v2.5.0
[INFO] [stderr]    Compiling webpki-roots v1.0.8
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling futures-lite v2.6.1
[INFO] [stderr]    Compiling event-listener v5.4.1
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling filetime v0.2.29
[INFO] [stderr]    Compiling syn v2.0.118
[INFO] [stderr]    Compiling event-listener-strategy v0.5.4
[INFO] [stderr]    Compiling async-broadcast v0.7.2
[INFO] [stderr]    Compiling toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling crypto-common v0.1.7
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling toml_edit v0.25.12+spec-1.1.0
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]    Compiling bzip2-sys v0.1.13+1.0.8
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling proc-macro-crate v3.5.0
[INFO] [stderr]    Compiling bzip2 v0.4.4
[INFO] [stderr]    Compiling zstd v0.13.3
[INFO] [stderr]    Compiling rustls-webpki v0.103.13
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]    Compiling regex v1.12.4
[INFO] [stderr]    Compiling matchers v0.2.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling displaydoc v0.2.6
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling ref-cast-impl v1.0.25
[INFO] [stderr]    Compiling enumflags2_derive v0.7.12
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling schemars_derive v1.2.1
[INFO] [stderr]    Compiling strum_macros v0.27.2
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stderr]    Compiling tokio v1.52.3
[INFO] [stderr]    Compiling async-recursion v1.1.1
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling xattr v1.6.1
[INFO] [stderr]    Compiling tar v0.4.46
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling zerofrom v0.1.8
[INFO] [stderr]    Compiling yoke v0.8.3
[INFO] [stderr]    Compiling tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling zerovec v0.11.6
[INFO] [stderr]    Compiling zerotrie v0.2.4
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling tinystr v0.8.3
[INFO] [stderr]    Compiling potential_utf v0.1.5
[INFO] [stderr]    Compiling icu_collections v2.2.0
[INFO] [stderr]    Compiling icu_locale_core v2.2.0
[INFO] [stderr]    Compiling strum v0.27.2
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling schemars v1.2.1
[INFO] [stderr]    Compiling zvariant_utils v3.4.0
[INFO] [stderr]    Compiling enumflags2 v0.7.12
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling zvariant_derive v5.12.0
[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 vinput-protocol v0.1.0 (/opt/rustwide/workdir/crates/vinput-protocol)
[INFO] [stderr]    Compiling vinput-audio v0.1.0 (/opt/rustwide/workdir/crates/vinput-audio)
[INFO] [stderr]    Compiling zvariant v5.12.0
[INFO] [stderr]    Compiling vinput-config v0.1.0 (/opt/rustwide/workdir/crates/vinput-config)
[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 vinput-asr v0.1.0 (/opt/rustwide/workdir/crates/vinput-asr)
[INFO] [stderr]    Compiling hyper v1.10.1
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[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 zbus_names v4.3.2
[INFO] [stderr]    Compiling hyper-rustls v0.27.9
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling zbus_macros v5.16.0
[INFO] [stderr]    Compiling vinput-text v0.1.0 (/opt/rustwide/workdir/crates/vinput-text)
[INFO] [stderr]    Compiling vinput-registry v0.1.0 (/opt/rustwide/workdir/crates/vinput-registry)
[INFO] [stderr]    Compiling zbus v5.16.0
[INFO] [stderr]    Compiling vinput-daemon v0.1.0 (/opt/rustwide/workdir/crates/vinput-daemon)
[INFO] [stderr]    Compiling vinput-cli v0.1.0 (/opt/rustwide/workdir/crates/vinput-cli)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 56s
[INFO] running `Command { std: "docker" "inspect" "751864bbc4b7ed60dc331cf5b052ea5373a864716113fd4e6e036b6d57b2dcf4", 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" "751864bbc4b7ed60dc331cf5b052ea5373a864716113fd4e6e036b6d57b2dcf4" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling futures-lite v2.6.1
[INFO] [stderr]    Compiling console v0.16.3
[INFO] [stderr]    Compiling similar v2.7.0
[INFO] [stderr]    Compiling getrandom v0.4.3
[INFO] [stderr]    Compiling vinput-audio v0.1.0 (/opt/rustwide/workdir/crates/vinput-audio)
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling zbus v5.16.0
[INFO] [stderr]    Compiling xattr v1.6.1
[INFO] [stderr]    Compiling tempfile v3.27.0
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling tar v0.4.46
[INFO] [stderr]    Compiling insta v1.48.0
[INFO] [stderr]    Compiling vinput-asr v0.1.0 (/opt/rustwide/workdir/crates/vinput-asr)
[INFO] [stderr]    Compiling tower-http v0.6.11
[INFO] [stderr]    Compiling hyper-rustls v0.27.9
[INFO] [stderr]    Compiling reqwest v0.12.28
[INFO] [stderr]    Compiling vinput-config v0.1.0 (/opt/rustwide/workdir/crates/vinput-config)
[INFO] [stderr]    Compiling vinput-protocol v0.1.0 (/opt/rustwide/workdir/crates/vinput-protocol)
[INFO] [stderr]    Compiling vinput-text v0.1.0 (/opt/rustwide/workdir/crates/vinput-text)
[INFO] [stderr]    Compiling vinput-registry v0.1.0 (/opt/rustwide/workdir/crates/vinput-registry)
[INFO] [stderr]    Compiling vinput-daemon v0.1.0 (/opt/rustwide/workdir/crates/vinput-daemon)
[INFO] [stderr]    Compiling vinput-cli v0.1.0 (/opt/rustwide/workdir/crates/vinput-cli)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 02s
[INFO] running `Command { std: "docker" "inspect" "751864bbc4b7ed60dc331cf5b052ea5373a864716113fd4e6e036b6d57b2dcf4", 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" "751864bbc4b7ed60dc331cf5b052ea5373a864716113fd4e6e036b6d57b2dcf4" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.63s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/vinput_asr-fa96621db422ee8e)
[INFO] [stdout] 
[INFO] [stdout] running 85 tests
[INFO] [stdout] test tests::backend_factory_reports_unimplemented_provider_kind ... ok
[INFO] [stdout] test tests::backend_factory_marks_streaming_command_provider_capabilities ... ok
[INFO] [stdout] test tests::command_asr_backend_delegates_to_injected_runner ... ok
[INFO] [stdout] test tests::backend_factory_builds_mock_provider ... ok
[INFO] [stdout] test tests::backend_factory_reports_sherpa_onnx_runtime_unavailable ... ok
[INFO] [stdout] test tests::backend_factory_command_spec_uses_same_parser ... ok
[INFO] [stdout] test tests::backend_factory_state_reports_unavailable_provider ... ok
[INFO] [stdout] test tests::backend_factory_state_preserves_remote_endpoint ... ok
[INFO] [stdout] test tests::command_asr_backend_builds_from_provider_config_with_runner ... ok
[INFO] [stdout] test tests::command_asr_backend_passes_config_to_injected_runner ... ok
[INFO] [stdout] test tests::command_asr_backend_describes_configured_provider ... ok
[INFO] [stdout] test tests::command_asr_backend_runner_is_not_implemented_yet ... ok
[INFO] [stdout] test tests::backend_factory_reports_unknown_active_provider ... ok
[INFO] [stdout] test tests::command_asr_backend_with_config_describes_provider ... ok
[INFO] [stdout] test tests::command_asr_request_defaults_pcm_for_legacy_json ... ok
[INFO] [stdout] test tests::command_asr_response_accepts_failure_alias ... ok
[INFO] [stdout] test tests::command_asr_response_rejects_missing_final_text ... ok
[INFO] [stdout] test tests::command_asr_session_uses_pushed_pcm_metadata ... ok
[INFO] [stdout] test tests::command_asr_request_preserves_explicit_pcm_spec ... ok
[INFO] [stdout] test tests::command_asr_spec_parses_provider_fields ... ok
[INFO] [stdout] test tests::command_asr_response_ignores_empty_partial_text ... ok
[INFO] [stdout] test tests::command_asr_session_rejects_mixed_pcm_metadata ... ok
[INFO] [stdout] test tests::command_asr_response_rejects_blank_final_text ... ok
[INFO] [stdout] test tests::command_asr_response_ignores_blank_partial_and_error_text ... ok
[INFO] [stdout] test tests::command_asr_response_error_takes_priority_over_final_text ... ok
[INFO] [stdout] test tests::command_asr_request_serializes_metadata_context_and_audio ... ok
[INFO] [stdout] test tests::legacy_command_streaming_audio_line_encodes_little_endian_pcm ... ok
[INFO] [stdout] test tests::legacy_command_streaming_finish_line_matches_control_event ... ok
[INFO] [stdout] test tests::legacy_command_streaming_line_parser_defaults_blank_error_message ... ok
[INFO] [stdout] test tests::legacy_command_streaming_line_parser_ignores_noop_events ... ok
[INFO] [stdout] test tests::error_event_maps_to_payload ... ok
[INFO] [stdout] test tests::events_without_final_text_return_error ... ok
[INFO] [stdout] test tests::command_asr_spec_rejects_missing_command ... ok
[INFO] [stdout] test tests::legacy_command_streaming_line_parser_maps_known_events ... ok
[INFO] [stdout] test tests::legacy_command_streaming_line_parser_rejects_invalid_json ... ok
[INFO] [stdout] test tests::backend_factory_uses_legacy_batch_protocol_for_command_provider ... ok
[INFO] [stdout] test tests::mock_asr_audio_push_serializes_stable_fields ... ok
[INFO] [stdout] test tests::mock_streaming_backend_can_emit_final_before_finish ... ok
[INFO] [stdout] test tests::mock_buffered_backend_emits_final_text_on_finish ... ok
[INFO] [stdout] test tests::mock_streaming_backend_emits_partial_once ... ok
[INFO] [stdout] test tests::mock_asr_audio_log_records_pcm_push_metadata ... ok
[INFO] [stdout] test tests::mock_asr_audio_log_records_raw_audio_pushes ... ok
[INFO] [stdout] test tests::process_command_asr_runner_maps_failure_response ... ok
[INFO] [stdout] test tests::legacy_command_batch_runner_rejects_empty_stdout ... ok
[INFO] [stdout] test tests::process_command_asr_runner_rejects_missing_final_text_response ... ok
[INFO] [stdout] test tests::process_command_asr_runner_reports_early_nonzero_exit ... ok
[INFO] [stdout] test tests::process_command_asr_runner_reports_nonzero_exit ... ok
[INFO] [stdout] test tests::process_command_asr_runner_maps_partial_and_final_response ... ok
[INFO] [stdout] test tests::legacy_command_streaming_runner_reports_nonzero_stderr ... ok
[INFO] [stdout] test tests::legacy_command_streaming_runner_rejects_empty_stdout ... ok
[INFO] [stdout] test tests::process_command_asr_runner_reports_spawn_failure ... ok
[INFO] [stdout] test tests::process_command_asr_runner_rejects_invalid_json_response ... ok
[INFO] [stdout] test tests::legacy_command_batch_runner_reports_nonzero_stderr ... ok
[INFO] [stdout] test tests::recognition_context_marks_command_sessions ... ok
[INFO] [stdout] test tests::session_rejects_audio_after_finish ... ok
[INFO] [stdout] test tests::session_rejects_work_after_cancel ... ok
[INFO] [stdout] test tests::sherpa_onnx_model_paths_reject_missing_model_config ... ok
[INFO] [stdout] test tests::sherpa_onnx_model_paths_reject_empty_model_path ... ok
[INFO] [stdout] test tests::sherpa_onnx_model_paths_accept_absolute_hotwords_path ... ok
[INFO] [stdout] test tests::sherpa_onnx_model_paths_reject_url_like_model_path ... ok
[INFO] [stdout] test tests::sherpa_onnx_model_paths_resolve_relative_model_and_hotwords ... ok
[INFO] [stdout] test tests::sherpa_onnx_model_paths_serialize_resolved_paths ... ok
[INFO] [stdout] test tests::sherpa_onnx_model_paths_reject_directory_hotwords_path ... ok
[INFO] [stdout] test tests::sherpa_onnx_model_paths_reject_empty_hotwords_path ... ok
[INFO] [stdout] test tests::sherpa_onnx_model_paths_reject_missing_hotwords_file ... ok
[INFO] [stdout] test tests::sherpa_onnx_model_paths_accept_absolute_model_path ... ok
[INFO] [stdout] test tests::sherpa_onnx_model_paths_reject_missing_model_directory ... ok
[INFO] [stdout] test tests::sherpa_onnx_offline_runtime_plan_rejects_invalid_vinput_model_metadata ... ok
[INFO] [stdout] test tests::sherpa_onnx_offline_runtime_plan_detects_sense_voice_layout ... ok
[INFO] [stdout] test tests::sherpa_onnx_offline_runtime_plan_rejects_unknown_layout ... ok
[INFO] [stdout] test tests::sherpa_onnx_offline_runtime_plan_requires_tokens_for_sense_voice ... ok
[INFO] [stdout] test tests::sherpa_onnx_spec_preserves_local_provider_config ... ok
[INFO] [stdout] test tests::sherpa_onnx_offline_runtime_plan_uses_vinput_model_metadata ... ok
[INFO] [stdout] test tests::sherpa_onnx_offline_runtime_plan_accepts_non_int8_sense_voice_model ... ok
[INFO] [stdout] test tests::sherpa_onnx_model_paths_reject_file_model_path ... ok
[INFO] [stdout] test tests::sherpa_onnx_offline_runtime_plan_uses_model_type_metadata_fallback ... ok
[INFO] [stdout] test tests::legacy_command_batch_runner_times_out_slow_helpers ... ok
[INFO] [stdout] test tests::process_command_asr_runner_times_out_slow_helpers ... ok
[INFO] [stdout] test tests::sherpa_onnx_model_paths_reject_url_like_hotwords_path ... ok
[INFO] [stdout] test tests::process_command_asr_runner_writes_request_and_reads_response ... ok
[INFO] [stdout] test tests::legacy_command_streaming_runner_times_out_slow_helpers ... ok
[INFO] [stdout] test tests::legacy_command_streaming_runner_sends_audio_and_finish_lines ... ok
[INFO] [stdout] test tests::legacy_command_batch_runner_writes_raw_little_endian_pcm ... ok
[INFO] [stdout] test tests::backend_factory_uses_legacy_streaming_protocol_for_streaming_command_provider ... ok
[INFO] [stdout] test tests::legacy_command_streaming_runner_deduplicates_repeated_partials ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 85 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.17s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/vinput_audio-54baf01919ca4f48)
[INFO] [stdout] 
[INFO] [stdout] running 43 tests
[INFO] [stdout] test tests::chunking_empty_pcm_returns_no_chunks ... ok
[INFO] [stdout] test tests::captured_audio_reports_pcm_duration_and_source ... ok
[INFO] [stdout] test tests::chunked_pcm_preserves_interleaved_multi_channel_frames ... ok
[INFO] [stdout] test tests::chunk_ranges_split_complete_frames ... ok
[INFO] [stdout] test tests::capture_target_parses_config_values ... ok
[INFO] [stdout] test tests::chunking_rejects_zero_frames_per_chunk ... ok
[INFO] [stdout] test tests::audio_device_info_maps_to_capture_target ... ok
[INFO] [stdout] test tests::mock_audio_recorder_can_emit_configured_frame_chunks ... ok
[INFO] [stdout] test tests::mock_audio_recorder_cancel_discards_active_recording ... ok
[INFO] [stdout] test tests::mock_audio_recorder_tracks_legacy_lifecycle ... ok
[INFO] [stdout] test tests::mock_audio_recorder_rejects_zero_frame_chunk_config ... ok
[INFO] [stdout] test tests::chunk_ranges_count_multi_channel_frames ... ok
[INFO] [stdout] test tests::encodes_i16_samples_as_little_endian_bytes ... ok
[INFO] [stdout] test tests::decodes_raw_pcm16le_bytes_with_explicit_spec ... ok
[INFO] [stdout] test tests::mock_audio_device_enumerator_preserves_backend_order ... ok
[INFO] [stdout] test tests::gain_saturates_to_i16_range ... ok
[INFO] [stdout] test tests::mock_audio_source_returns_frames_in_order ... ok
[INFO] [stdout] test tests::multi_channel_duration_counts_frames_not_samples ... ok
[INFO] [stdout] test tests::multi_channel_trim_preserves_complete_frames ... ok
[INFO] [stdout] test tests::non_finite_gain_is_ignored ... ok
[INFO] [stdout] test tests::normalization_scales_peak ... ok
[INFO] [stdout] test tests::pcm_buffer_preserves_explicit_spec ... ok
[INFO] [stdout] test tests::pcm_buffer_rejects_unaligned_multi_channel_samples ... ok
[INFO] [stdout] test tests::pcm_spec_rejects_zero_channels ... ok
[INFO] [stdout] test tests::pcm_spec_deserialization_defaults_to_mono ... ok
[INFO] [stdout] test tests::processing_options_preserve_multi_channel_spec_and_frames ... ok
[INFO] [stdout] test tests::raw_pcm16le_rejects_odd_byte_count ... ok
[INFO] [stdout] test tests::recorder_audio_source_bridges_stateful_recorder ... ok
[INFO] [stdout] test tests::rejects_zero_sample_rate ... ok
[INFO] [stdout] test tests::source_audio_recorder_can_emit_configured_frame_chunks ... ok
[INFO] [stdout] test tests::source_audio_recorder_wraps_audio_source_lifecycle ... ok
[INFO] [stdout] test tests::processing_options_apply_trim_normalize_then_gain ... ok
[INFO] [stdout] test tests::trim_removes_leading_and_trailing_silence ... ok
[INFO] [stdout] test tests::recorder_audio_source_cancels_after_stop_error ... ok
[INFO] [stdout] test tests::wav_pcm16le_parser_rejects_inconsistent_layout_metadata ... ok
[INFO] [stdout] test tests::trim_all_silence_returns_empty_buffer ... ok
[INFO] [stdout] test tests::wav_pcm16le_parser_skips_unknown_padded_chunks ... ok
[INFO] [stdout] test tests::reports_duration_at_sample_rate ... ok
[INFO] [stdout] test tests::pcm_chunk_range_serializes_stable_fields ... ok
[INFO] [stdout] test tests::wav_pcm16le_parser_preserves_metadata_and_samples ... ok
[INFO] [stdout] test tests::wav_pcm16le_parser_rejects_unsupported_format ... ok
[INFO] [stdout] test tests::silence_detection_uses_absolute_threshold ... ok
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/vinput-3dd11254326ae041)
[INFO] [stdout] test tests::source_audio_recorder_rejects_zero_frame_chunk_config ... ok
[INFO] [stderr]      Running tests/architecture_docs.rs (/opt/rustwide/target/debug/deps/architecture_docs-e345433d109ab4de)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 43 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 15 tests
[INFO] [stdout] test architecture_index_links_existing_notes ... ok
[INFO] [stdout] test architecture_index_lists_all_notes ... ok
[INFO] [stdout] test audio_architecture_pins_pipewire_live_test_policy ... ok
[INFO] [stdout] test asr_architecture_pins_feature_gated_sherpa_backend_scope ... ok
[INFO] [stdout] test dbus_architecture_labels_diagnostic_extension_and_postprocessing_gap ... ok
[INFO] [stdout] test config_architecture_pins_summary_redaction_contract ... ok
[INFO] [stdout] test development_doc_lists_all_workspace_crates ... ok
[INFO] [stdout] test target_architecture_pins_frontend_packaging_boundary ... ok
[INFO] [stdout] test text_architecture_pins_command_mode_payload_contract ... ok
[INFO] [stdout] test text_architecture_pins_prompt_file_and_context_cache_rules ... ok
[INFO] [stdout] test development_doc_pins_optional_pipewire_recipes ... ok
[INFO] [stdout] test development_doc_pins_addon_dbus_smoke_recipes ... ok
[INFO] [stdout] test migration_docs_pin_cli_daemon_e2e_matrix ... ok
[INFO] [stdout] test target_architecture_lists_all_workspace_crates ... ok
[INFO] [stderr]      Running tests/audio_devices.rs (/opt/rustwide/target/debug/deps/audio_devices-10f91197c860fe39)
[INFO] [stdout] test registry_architecture_mentions_root_planning ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 11 tests
[INFO] [stdout] test audio_devices_reports_default_capture_target_and_backend ... ok
[INFO] [stdout] test device_use_in_place_writes_backup ... ok
[INFO] [stdout] test device_use_output_writes_valid_config_without_overwriting_input ... ok
[INFO] [stdout] test device_list_text_includes_default_target ... ok
[INFO] [stdout] test device_use_dry_run_json_validates_without_writing ... ok
[INFO] [stdout] test doctor_reports_combined_local_diagnostics ... ok
[INFO] [stdout] test device_list_json_reports_config_source_and_audio_summary ... ok
[INFO] [stdout] test doctor_reports_existing_user_activation_exec_line ... ok
[INFO] [stdout] test doctor_reports_existing_user_fcitx_addon_files ... ok
[INFO] [stdout] test audio_devices_preserves_configured_capture_target_object ... ok
[INFO] [stderr]      Running tests/config_mutation.rs (/opt/rustwide/target/debug/deps/config_mutation-e6287f6752b50224)
[INFO] [stdout] test device_use_rejects_empty_target_and_missing_write_target ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 11 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.19s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 20 tests
[INFO] [stdout] test config_get_default_json_returns_fallback_for_missing_pointer ... ok
[INFO] [stdout] test config_get_default_string_preserves_json_looking_fallback_as_string ... ok
[INFO] [stdout] test config_get_default_text_uses_existing_value_first ... ok
[INFO] [stdout] test config_set_dry_run_json_validates_without_writing ... ok
[INFO] [stdout] test config_set_in_place_writes_backup ... ok
[INFO] [stdout] test config_get_exists_text_prints_boolean ... ok
[INFO] [stdout] test config_get_text_prints_scalar_value ... ok
[INFO] [stdout] test config_edit_dry_run_json_plans_default_user_config_without_writes ... ok
[INFO] [stdout] test config_set_string_flag_text_reports_force_string ... ok
[INFO] [stdout] test config_set_string_flag_preserves_json_looking_value_as_string ... ok
[INFO] [stdout] test config_get_exists_json_reports_missing_pointer_without_error ... ok
[INFO] [stdout] test config_set_output_writes_validated_config_without_overwriting_input ... ok
[INFO] [stdout] test config_get_json_reads_existing_pointer ... ok
[INFO] [stdout] test config_get_default_conflicts_with_exists ... ok
[INFO] [stdout] test config_edit_writes_valid_editor_changes_with_backup ... ok
[INFO] [stdout] test config_set_rejects_invalid_updated_config ... ok
[INFO] [stdout] test config_get_default_string_requires_default_value ... ok
[INFO] [stdout] test config_get_missing_pointer_without_exists_still_errors ... ok
[INFO] [stdout] test config_edit_rejects_invalid_editor_output_without_overwrite ... ok
[INFO] [stdout] test config_set_requires_existing_json_pointer_and_explicit_write_target ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 20 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.26s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/config_validate.rs (/opt/rustwide/target/debug/deps/config_validate-5377c66e5b41173b)
[INFO] [stdout] 
[INFO] [stdout] running 52 tests
[INFO] [stdout] test config_example_prints_command_demo_config ... ok
[INFO] [stdout] test config_validate_accepts_object_llm_provider_extra_body ... ok
[INFO] [stdout] test asr_state_reports_remote_provider_endpoint ... ok
[INFO] [stdout] test config_validate_accepts_command_asr_provider ... ok
[INFO] [stdout] test config_example_writes_configured_pipewire_live_config ... ok
[INFO] [stdout] test config_prints_bundled_summary ... ok
[INFO] [stdout] test asr_state_reports_unavailable_provider ... ok
[INFO] [stdout] test config_validate_accepts_committed_default_fixture ... ok
[INFO] [stdout] test config_validate_accepts_positive_asr_provider_timeout ... ok
[INFO] [stdout] test asr_state_reports_command_provider_skeleton_ready ... ok
[INFO] [stdout] test asr_state_reports_mock_provider_ready ... ok
[INFO] [stdout] test config_example_lists_available_examples ... ok
[INFO] [stdout] test asr_state_accepts_committed_default_fixture ... ok
[INFO] [stdout] test config_validate_fails_for_empty_asr_provider_env_key ... ok
[INFO] [stdout] test config_validate_fails_for_empty_capture_device ... ok
[INFO] [stdout] test config_validate_fails_for_duplicate_provider_ids ... ok
[INFO] [stdout] test config_validate_fails_for_empty_active_provider ... ok
[INFO] [stdout] test config_validate_fails_for_empty_default_language ... ok
[INFO] [stdout] test config_validate_fails_for_empty_llm_adapter_command ... ok
[INFO] [stdout] test config_validate_fails_for_duplicate_scene_ids ... ok
[INFO] [stdout] test config_validate_fails_for_empty_llm_adapter_env_key ... ok
[INFO] [stdout] test config_validate_fails_for_duplicate_registry_mirrors ... ok
[INFO] [stdout] test config_validate_fails_for_empty_asr_provider_model ... ok
[INFO] [stdout] test config_validate_fails_for_empty_asr_provider_hotwords_file ... ok
[INFO] [stdout] test config_validate_fails_for_duplicate_llm_provider_ids ... ok
[INFO] [stdout] test config_validate_fails_for_empty_asr_provider_command ... ok
[INFO] [stdout] test config_validate_fails_for_empty_llm_adapter_id ... ok
[INFO] [stdout] test config_validate_fails_for_empty_asr_provider_endpoint ... ok
[INFO] [stdout] test config_validate_fails_for_empty_llm_provider_id ... ok
[INFO] [stdout] test config_validate_fails_for_duplicate_llm_adapter_ids ... ok
[INFO] [stdout] test config_validate_fails_for_command_provider_without_command ... ok
[INFO] [stdout] test config_validate_fails_for_empty_llm_adapter_working_dir ... ok
[INFO] [stdout] test config_validate_fails_for_empty_scene_labels ... ok
[INFO] [stdout] test config_validate_fails_for_remote_provider_without_endpoint ... ok
[INFO] [stdout] test config_validate_fails_for_empty_scene_model ... ok
[INFO] [stdout] test config_validate_fails_for_empty_provider_ids ... ok
[INFO] [stdout] test config_validate_fails_for_empty_scene_prompt ... ok
[INFO] [stdout] test config_validate_summary_omits_sensitive_config_details ... ok
[INFO] [stdout] test config_validate_fails_for_empty_registry_mirror ... ok
[INFO] [stdout] test config_validate_fails_for_unknown_active_provider ... ok
[INFO] [stdout] test config_validate_summary_only_matches_summary_shape ... ok
[INFO] [stdout] test config_validate_prints_summary_for_valid_config ... ok
[INFO] [stdout] test config_validate_fails_for_too_many_candidates ... ok
[INFO] [stdout] test config_validate_fails_for_zero_asr_provider_timeout ... ok
[INFO] [stdout] test config_validate_fails_for_empty_scene_ids ... ok
[INFO] [stdout] test config_validate_fails_for_empty_llm_provider_model ... ok
[INFO] [stdout] test config_validate_fails_for_unknown_scene_provider ... ok
[INFO] [stdout] test config_validate_fails_for_empty_llm_provider_base_url ... ok
[INFO] [stdout] test config_validate_fails_for_unknown_active_scene ... ok
[INFO] [stdout] test config_validate_fails_for_non_object_llm_provider_extra_body ... ok
[INFO] [stdout] test config_validate_fails_for_too_many_context_lines ... ok
[INFO] [stdout] test config_validate_fails_for_zero_scene_timeout ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 52 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.81s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/fcitx_bridge_contract.rs (/opt/rustwide/target/debug/deps/fcitx_bridge_contract-49062256b96c6545)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test cpp_bridge_dbus_contract_matches_rust_protocol ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/fcitx_bridge_cpp_smoke.rs (/opt/rustwide/target/debug/deps/fcitx_bridge_cpp_smoke-a8c315c8677e9e5f)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test cpp_bridge_cmake_project_configures_builds_and_tests ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- cpp_bridge_cmake_project_configures_builds_and_tests stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'cpp_bridge_cmake_project_configures_builds_and_tests' (4482) panicked at crates/vinput-cli/tests/fcitx_bridge_cpp_smoke.rs:24:41:
[INFO] [stdout] create C++ bridge CMake build dir: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x64e3618ea361 - std[73adb7dc35730857]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x64e3618ea361 - std[73adb7dc35730857]::backtrace_rs::backtrace::trace_unsynchronized::<std[73adb7dc35730857]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x64e3618ea361 - std[73adb7dc35730857]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x64e3618ea361 - <<std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[6883ba1bc0fe4ed1]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x64e3618fe2fa - <core[6883ba1bc0fe4ed1]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x64e3618fe2fa - core[6883ba1bc0fe4ed1]::fmt::write
[INFO] [stdout]    6:     0x64e3618eea7c - std[73adb7dc35730857]::io::default_write_fmt::<alloc[55a36b64bcbf2c0d]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:626:11
[INFO] [stdout]    7:     0x64e3618eea7c - <alloc[55a36b64bcbf2c0d]::vec::Vec<u8> as std[73adb7dc35730857]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/io/mod.rs:1730:13
[INFO] [stdout]    8:     0x64e3618c79a6 - <std[73adb7dc35730857]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x64e3618c79a6 - std[73adb7dc35730857]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x64e3618e1ea9 - std[73adb7dc35730857]::panicking::default_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x64e36187c2d0 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   12:     0x64e36187c2d0 - test[980ffaebd391d06d]::test_main_inner::<test[980ffaebd391d06d]::test_main_static::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:155:21
[INFO] [stdout]   13:     0x64e3618e2062 - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn for<'a, 'b> core[6883ba1bc0fe4ed1]::ops::function::Fn<(&'a std[73adb7dc35730857]::panic::PanicHookInfo<'b>,), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send + core[6883ba1bc0fe4ed1]::marker::Sync> as core[6883ba1bc0fe4ed1]::ops::function::Fn<(&std[73adb7dc35730857]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2333:9
[INFO] [stdout]   14:     0x64e3618e2062 - std[73adb7dc35730857]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:823:13
[INFO] [stdout]   15:     0x64e3618c7a52 - std[73adb7dc35730857]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:688:13
[INFO] [stdout]   16:     0x64e3618bf299 - std[73adb7dc35730857]::sys::backtrace::__rust_end_short_backtrace::<std[73adb7dc35730857]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x64e3618c864d - __rustc[a7b7b02e776dd976]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:679:5
[INFO] [stdout]   18:     0x64e3618fea2c - core[6883ba1bc0fe4ed1]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x64e3618fe802 - core[6883ba1bc0fe4ed1]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1870:5
[INFO] [stdout]   20:     0x64e36186bb1c - <core[6883ba1bc0fe4ed1]::result::Result<(), core[6883ba1bc0fe4ed1]::io::error::Error>>::expect
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/result.rs:1183:23
[INFO] [stdout]   21:     0x64e36186b5a3 - fcitx_bridge_cpp_smoke[6b7060a7d9d2e80b]::cpp_bridge_cmake_project_configures_builds_and_tests
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/vinput-cli/tests/fcitx_bridge_cpp_smoke.rs:24:41
[INFO] [stdout]   22:     0x64e36186b257 - fcitx_bridge_cpp_smoke[6b7060a7d9d2e80b]::cpp_bridge_cmake_project_configures_builds_and_tests::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/crates/vinput-cli/tests/fcitx_bridge_cpp_smoke.rs:20:58
[INFO] [stdout]   23:     0x64e36186e296 - <fcitx_bridge_cpp_smoke[6b7060a7d9d2e80b]::cpp_bridge_cmake_project_configures_builds_and_tests::{closure#0} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x64e36186f60b - <fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x64e36186f60b - test[980ffaebd391d06d]::__rust_begin_short_backtrace::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, fn() -> core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:724:18
[INFO] [stdout]   26:     0x64e36187cc55 - test[980ffaebd391d06d]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:74
[INFO] [stdout]   27:     0x64e36187cc55 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   28:     0x64e36187cc55 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   29:     0x64e36187cc55 - std[73adb7dc35730857]::panicking::catch_unwind::<core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>, core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x64e36187cc55 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<test[980ffaebd391d06d]::run_test_in_process::{closure#0}>, core[6883ba1bc0fe4ed1]::result::Result<(), alloc[55a36b64bcbf2c0d]::string::String>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x64e36187cc55 - test[980ffaebd391d06d]::run_test_in_process
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:747:27
[INFO] [stdout]   32:     0x64e36187cc55 - test[980ffaebd391d06d]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:668:43
[INFO] [stdout]   33:     0x64e361877704 - test[980ffaebd391d06d]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/test/src/lib.rs:698:41
[INFO] [stdout]   34:     0x64e361877704 - std[73adb7dc35730857]::sys::backtrace::__rust_begin_short_backtrace::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x64e36187fda2 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:70:13
[INFO] [stdout]   36:     0x64e36187fda2 - <core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/panic/unwind_safe.rs:275:9
[INFO] [stdout]   37:     0x64e36187fda2 - std[73adb7dc35730857]::panicking::catch_unwind::do_call::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:576:43
[INFO] [stdout]   38:     0x64e36187fda2 - std[73adb7dc35730857]::panicking::catch_unwind::<(), core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x64e36187fda2 - std[73adb7dc35730857]::panic::catch_unwind::<core[6883ba1bc0fe4ed1]::panic::unwind_safe::AssertUnwindSafe<std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x64e36187fda2 - std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked::<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/thread/lifecycle.rs:68:26
[INFO] [stdout]   41:     0x64e36187fda2 - <std[73adb7dc35730857]::thread::lifecycle::spawn_unchecked<test[980ffaebd391d06d]::run_test::{closure#1}, ()>::{closure#1} as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x64e3618e9bef - <alloc[55a36b64bcbf2c0d]::boxed::Box<dyn core[6883ba1bc0fe4ed1]::ops::function::FnOnce<(), Output = ()> + core[6883ba1bc0fe4ed1]::marker::Send> as core[6883ba1bc0fe4ed1]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/alloc/src/boxed.rs:2319:9
[INFO] [stdout]   43:     0x64e3618e9bef - <std[73adb7dc35730857]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/6b3fa26749ab40e159b2dd5cf577acaaf5902772/library/std/src/sys/thread/unix.rs:123:17
[INFO] [stdout]   44:     0x7358e13beaa4 - <unknown>
[INFO] [stdout]   45:     0x7358e144ba64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     cpp_bridge_cmake_project_configures_builds_and_tests
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.04s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `-p vinput-cli --test fcitx_bridge_cpp_smoke`
[INFO] running `Command { std: "docker" "inspect" "751864bbc4b7ed60dc331cf5b052ea5373a864716113fd4e6e036b6d57b2dcf4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "751864bbc4b7ed60dc331cf5b052ea5373a864716113fd4e6e036b6d57b2dcf4", kill_on_drop: false }`
[INFO] [stdout] 751864bbc4b7ed60dc331cf5b052ea5373a864716113fd4e6e036b6d57b2dcf4
