[INFO] cloning repository https://github.com/jingyi-zhao-01/obsidian-cli
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jingyi-zhao-01/obsidian-cli" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjingyi-zhao-01%2Fobsidian-cli", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjingyi-zhao-01%2Fobsidian-cli'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 9011461735f4a099b4022a25d021ad9f0c1d01de
[INFO] testing jingyi-zhao-01/obsidian-cli against beta-2026-03-05 for beta-1.95-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjingyi-zhao-01%2Fobsidian-cli" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-4-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/jingyi-zhao-01/obsidian-cli
[INFO] finished tweaking git repo https://github.com/jingyi-zhao-01/obsidian-cli
[INFO] tweaked toml for git repo https://github.com/jingyi-zhao-01/obsidian-cli written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jingyi-zhao-01/obsidian-cli on toolchain beta-2026-03-05
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/jingyi-zhao-01/obsidian-cli already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7493cf6e06e6fae6581dd22387eafa55e0ae71d3bebce8ee0cb5cc981f905ba4
[INFO] running `Command { std: "docker" "start" "-a" "7493cf6e06e6fae6581dd22387eafa55e0ae71d3bebce8ee0cb5cc981f905ba4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7493cf6e06e6fae6581dd22387eafa55e0ae71d3bebce8ee0cb5cc981f905ba4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7493cf6e06e6fae6581dd22387eafa55e0ae71d3bebce8ee0cb5cc981f905ba4", kill_on_drop: false }`
[INFO] [stdout] 7493cf6e06e6fae6581dd22387eafa55e0ae71d3bebce8ee0cb5cc981f905ba4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3651dad48ac0fce3ff0ec3e96beed322c5d95a70d62556531b83d25e2e30cd14
[INFO] running `Command { std: "docker" "start" "-a" "3651dad48ac0fce3ff0ec3e96beed322c5d95a70d62556531b83d25e2e30cd14", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling unicode-ident v1.0.23
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling libc v0.2.181
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling zerocopy v0.8.39
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling cc v1.2.55
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling zmij v1.0.20
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling anstream v0.6.21
[INFO] [stderr]    Compiling toml_write v0.1.2
[INFO] [stderr]    Compiling clap_lex v0.7.7
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling winnow v0.7.14
[INFO] [stderr]    Compiling iana-time-zone v0.1.65
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling memchr v2.8.0
[INFO] [stderr]    Compiling fallible-streaming-iterator v0.1.9
[INFO] [stderr]    Compiling clap_builder v4.5.57
[INFO] [stderr]    Compiling fallible-iterator v0.3.0
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling chrono v0.4.43
[INFO] [stderr]    Compiling libsqlite3-sys v0.30.1
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]    Compiling syn v2.0.114
[INFO] [stderr]    Compiling dirs-sys v0.4.1
[INFO] [stderr]    Compiling dirs v5.0.1
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling clap_derive v4.5.55
[INFO] [stderr]    Compiling hashlink v0.9.1
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling clap v4.5.57
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling rusqlite v0.32.1
[INFO] [stderr]    Compiling obsidian-cli-inspector v1.0.3 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.56s
[INFO] running `Command { std: "docker" "inspect" "3651dad48ac0fce3ff0ec3e96beed322c5d95a70d62556531b83d25e2e30cd14", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3651dad48ac0fce3ff0ec3e96beed322c5d95a70d62556531b83d25e2e30cd14", kill_on_drop: false }`
[INFO] [stdout] 3651dad48ac0fce3ff0ec3e96beed322c5d95a70d62556531b83d25e2e30cd14
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 66152eacd0713567e1a67583fb8b35d9aadd4b337bad68414e52367ae118afff
[INFO] running `Command { std: "docker" "start" "-a" "66152eacd0713567e1a67583fb8b35d9aadd4b337bad68414e52367ae118afff", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling zerocopy v0.8.39
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling bitflags v2.10.0
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling zerocopy-derive v0.8.39
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]    Compiling getrandom v0.4.1
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling ciborium-io v0.2.2
[INFO] [stderr]    Compiling plotters-backend v0.3.7
[INFO] [stderr]    Compiling regex-syntax v0.8.9
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling console v0.15.11
[INFO] [stderr]    Compiling is-terminal v0.4.17
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling oorandom v11.1.5
[INFO] [stderr]    Compiling plotters-svg v0.3.7
[INFO] [stderr]    Compiling similar v2.7.0
[INFO] [stderr]    Compiling anes v0.1.6
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling chrono v0.4.43
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling tempfile v3.25.0
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling criterion-plot v0.5.0
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling serde_spanned v0.6.9
[INFO] [stderr]    Compiling insta v1.46.3
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling half v2.7.1
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling hashlink v0.9.1
[INFO] [stderr]    Compiling toml v0.8.23
[INFO] [stderr]    Compiling criterion v0.5.1
[INFO] [stderr]    Compiling rusqlite v0.32.1
[INFO] [stderr]    Compiling obsidian-cli-inspector v1.0.3 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 29.82s
[INFO] running `Command { std: "docker" "inspect" "66152eacd0713567e1a67583fb8b35d9aadd4b337bad68414e52367ae118afff", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "66152eacd0713567e1a67583fb8b35d9aadd4b337bad68414e52367ae118afff", kill_on_drop: false }`
[INFO] [stdout] 66152eacd0713567e1a67583fb8b35d9aadd4b337bad68414e52367ae118afff
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] fe714cb6a29f18edf373432bca9d8e86b336355c148082c21cc456becd7dd040
[INFO] running `Command { std: "docker" "start" "-a" "fe714cb6a29f18edf373432bca9d8e86b336355c148082c21cc456becd7dd040", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.22s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/obsidian_cli_inspector-9cd0243fde9f49ac)
[INFO] [stdout] 
[INFO] [stdout] running 137 tests
[INFO] [stdout] test chunker::heading::tests::test_parse_heading_h1 ... ok
[INFO] [stdout] test chunker::heading::tests::test_parse_heading_invalid_level ... ok
[INFO] [stdout] test chunker::heading::tests::test_parse_heading_empty_text ... ok
[INFO] [stdout] test chunker::heading::tests::test_parse_heading_leading_whitespace ... ok
[INFO] [stdout] test chunker::heading::tests::test_parse_heading_h6 ... ok
[INFO] [stdout] test chunker::overlap::tests::overlap_handles_multibyte_chars ... ok
[INFO] [stdout] test chunker::heading::tests::test_parse_heading_only_hashes ... ok
[INFO] [stdout] test chunker::heading::tests::test_parse_heading_no_space ... ok
[INFO] [stdout] test chunker::overlap::tests::test_get_overlap_text_sentence_boundary ... ok
[INFO] [stdout] test chunker::paragraph::tests::test_chunk_by_paragraphs_empty ... ok
[INFO] [stdout] test chunker::paragraph::tests::test_chunk_by_paragraphs_large_para ... ok
[INFO] [stdout] test chunker::heading::tests::test_parse_heading_h2 ... ok
[INFO] [stdout] test chunker::paragraph::tests::test_estimate_tokens_empty ... ok
[INFO] [stdout] test chunker::paragraph::tests::test_split_into_paragraphs_empty ... ok
[INFO] [stdout] test chunker::tests::test_build_heading_path_empty ... ok
[INFO] [stdout] test chunker::paragraph::tests::test_chunk_by_paragraphs_small_para ... ok
[INFO] [stdout] test chunker::tests::test_build_heading_path_single ... ok
[INFO] [stdout] test chunker::tests::test_chunk_empty_content ... ok
[INFO] [stdout] test chunker::tests::test_chunk_large_section_paragraph_split ... ok
[INFO] [stdout] test chunker::tests::test_chunk_no_headings ... ok
[INFO] [stdout] test chunker::overlap::tests::test_get_overlap_text_zero_overlap ... ok
[INFO] [stdout] test chunker::overlap::tests::test_get_overlap_text_greater_than_length ... ok
[INFO] [stdout] test chunker::tests::test_chunk_simple_document ... ok
[INFO] [stdout] test chunker::tests::test_chunk_whitespace_only ... ok
[INFO] [stdout] test chunker::tests::test_estimate_tokens_long_text ... ok
[INFO] [stdout] test chunker::tests::test_parse_heading ... ok
[INFO] [stdout] test chunker::tests::test_heading_path_generation ... ok
[INFO] [stdout] test chunker::tests::test_chunk_single_heading ... ok
[INFO] [stdout] test chunker::tests::test_split_by_headings_no_headings ... ok
[INFO] [stdout] test chunker::tests::test_split_into_paragraphs ... ok
[INFO] [stdout] test chunker::tests::test_split_by_headings_multiple ... ok
[INFO] [stdout] test chunker::tests::test_update_heading_stack_new_level ... ok
[INFO] [stdout] test chunker::tests::test_update_heading_stack_skip_level ... ok
[INFO] [stdout] test commands::analyze_bloat::tests::test_show_bloat_with_zero_values ... ok
[INFO] [stdout] test commands::analyze_related::tests::test_analyze_related_with_empty_note ... ok
[INFO] [stdout] test commands::analyze_related::tests::test_analyze_related_without_logger ... ok
[INFO] [stdout] test commands::analyze_bloat::tests::test_show_bloat_without_logger ... ok
[INFO] [stdout] test commands::tui::tests::test_show_tui_without_logger ... ok
[INFO] [stdout] test config::tests::test_config_database_path_default ... ok
[INFO] [stdout] test chunker::paragraph::tests::chunk_by_paragraphs_with_base_offset_does_not_underflow ... ok
[INFO] [stdout] test config::tests::test_config_database_path_with_custom_path ... ok
[INFO] [stdout] test chunker::paragraph::tests::test_estimate_tokens ... ok
[INFO] [stdout] test config::tests::test_config_default_max_depth ... ok
[INFO] [stdout] test config::tests::test_config_default_exclude_patterns ... ok
[INFO] [stdout] test config::tests::test_config_default_timeout ... ok
[INFO] [stdout] test config::tests::test_config_log_dir_default ... ok
[INFO] [stdout] test config::tests::test_config_log_dir_with_custom_path ... ok
[INFO] [stdout] test config::tests::test_config_default_search_limit ... ok
[INFO] [stdout] test config::tests::test_config_struct_creation ... ok
[INFO] [stdout] test config::tests::test_search_config_default_implementation ... ok
[INFO] [stdout] test config::tests::test_graph_config_default_implementation ... ok
[INFO] [stdout] test config::tests::test_llm_config_creation ... ok
[INFO] [stdout] test chunker::heading::tests::test_parse_heading_with_special_chars ... ok
[INFO] [stdout] test chunker::overlap::tests::test_get_overlap_text_single_char ... ok
[INFO] [stdout] test chunker::tests::test_estimate_tokens ... ok
[INFO] [stdout] test chunker::tests::test_estimate_tokens_empty ... ok
[INFO] [stdout] test chunker::tests::test_update_heading_stack_same_level ... ok
[INFO] [stdout] test chunker::heading::tests::test_parse_heading_not_heading ... ok
[INFO] [stdout] test chunker::overlap::tests::test_get_overlap_text_exact_length ... ok
[INFO] [stdout] test chunker::overlap::tests::test_get_overlap_text_no_sentence_boundary ... ok
[INFO] [stdout] test chunker::paragraph::tests::test_split_into_paragraphs_leading_trailing_whitespace ... ok
[INFO] [stdout] test chunker::paragraph::tests::test_split_into_paragraphs_multiple ... ok
[INFO] [stdout] test chunker::paragraph::tests::test_split_into_paragraphs_single_para ... ok
[INFO] [stdout] test db::stats::tests::test_database_stats_creation ... ok
[INFO] [stdout] test db::tests::test_database_stats_creation ... ok
[INFO] [stdout] test db::stats::tests::test_get_stats_empty_database ... ok
[INFO] [stdout] test db::tests::test_note_metadata_creation ... ok
[INFO] [stdout] test db::tests::test_schema_version_constant ... ok
[INFO] [stdout] test db::tests::test_database_open ... ok
[INFO] [stdout] test machine_contract::tests::test_build_query_result_data_unknown_command ... ok
[INFO] [stdout] test machine_contract::tests::test_build_query_result_data_no_database ... ok
[INFO] [stdout] test machine_contract::tests::test_empty_query_result ... ok
[INFO] [stdout] test machine_contract::tests::test_query_result_empty_items ... ok
[INFO] [stdout] test machine_contract::tests::test_build_view_stats_result_data_no_database ... ok
[INFO] [stdout] test machine_contract::tests::test_query_result_with_items ... ok
[INFO] [stdout] test parser::tests::test_link_creation ... ok
[INFO] [stdout] test parser::tests::test_link_type_as_str ... ok
[INFO] [stdout] test parser::tests::test_normalize_note_identifier ... ok
[INFO] [stdout] test parser::tests::test_parse_markdown_link_basic ... ok
[INFO] [stdout] test parser::tests::test_parse_wikilink_simple ... ok
[INFO] [stdout] test parser::tests::test_parse_wikilink_with_alias ... ok
[INFO] [stdout] test parser::tests::test_parsed_note_creation ... ok
[INFO] [stdout] test query::links::tests::test_broken_link_result_ambiguous ... ok
[INFO] [stdout] test query::links::tests::test_broken_link_result_creation ... ok
[INFO] [stdout] test query::links::tests::test_diagnose_broken_links_multiple_unresolved ... ok
[INFO] [stdout] test query::links::tests::test_diagnose_broken_links_empty ... ok
[INFO] [stdout] test query::links::tests::test_diagnose_broken_links_unresolved ... ok
[INFO] [stdout] test query::links::tests::test_diagnose_broken_links_resolved ... ok
[INFO] [stdout] test query::links::tests::test_diagnose_result_creation ... ok
[INFO] [stdout] test query::links::tests::test_get_backlinks_no_results ... ok
[INFO] [stdout] test query::links::tests::test_get_backlinks_with_results ... ok
[INFO] [stdout] test query::links::tests::test_get_dead_ends_empty_database ... ok
[INFO] [stdout] test query::links::tests::test_get_dead_ends_exclude_daily ... ok
[INFO] [stdout] test query::links::tests::test_get_dead_ends_no_dead_ends ... ok
[INFO] [stdout] test query::links::tests::test_get_dead_ends_exclude_templates ... ok
[INFO] [stdout] test query::links::tests::test_get_dead_ends_with_dead_ends ... ok
[INFO] [stdout] test query::links::tests::test_get_forward_links_unresolved ... ok
[INFO] [stdout] test query::links::tests::test_get_orphans_empty_database ... ok
[INFO] [stdout] test query::links::tests::test_get_forward_links_with_results ... ok
[INFO] [stdout] test query::links::tests::test_get_orphans_exclude_daily ... ok
[INFO] [stdout] test query::links::tests::test_get_orphans_no_orphans ... ok
[INFO] [stdout] test query::links::tests::test_get_orphans_with_orphans ... ok
[INFO] [stdout] test query::links::tests::test_get_unresolved_links ... ok
[INFO] [stdout] test query::links::tests::test_link_result_creation ... ok
[INFO] [stdout] test query::links::tests::test_link_result_no_optionals ... ok
[INFO] [stdout] test query::search::tests::test_search_result_creation ... ok
[INFO] [stdout] test query::search::tests::test_search_result_no_heading ... ok
[INFO] [stdout] test query::tags::tests::test_comma_placeholders_empty ... ok
[INFO] [stdout] test query::tags::tests::test_comma_placeholders_multiple ... ok
[INFO] [stdout] test query::tags::tests::test_comma_placeholders_single ... ok
[INFO] [stdout] test query::tags::tests::test_get_notes_by_tag ... ok
[INFO] [stdout] test query::tags::tests::test_get_notes_by_tags_and_empty ... ok
[INFO] [stdout] test query::tags::tests::test_get_notes_by_tags_and_with_results ... ok
[INFO] [stdout] test db::operations::tests::test_get_note_by_path_not_found ... ok
[INFO] [stdout] test query::links::tests::test_get_orphans_exclude_templates ... ok
[INFO] [stdout] test db::operations::tests::test_get_note_by_path ... ok
[INFO] [stdout] test query::tests::test_get_note_by_filename_exact_path ... ok
[INFO] [stdout] test query::tests::test_get_note_by_filename_exact_title ... ok
[INFO] [stdout] test db::operations::tests::test_insert_chunk ... ok
[INFO] [stdout] test query::tests::test_get_note_by_filename_not_found ... ok
[INFO] [stdout] test db::operations::tests::test_get_note_metadata_by_path ... ok
[INFO] [stdout] test query::tests::test_get_note_by_filename_partial_match ... ok
[INFO] [stdout] test query::tests::test_note_describe_result_creation ... ok
[INFO] [stdout] test query::tags::tests::test_get_notes_by_tags_or_empty ... ok
[INFO] [stdout] test query::tags::tests::test_list_tags_with_data ... ok
[INFO] [stdout] test db::operations::tests::test_insert_chunk_with_offset ... ok
[INFO] [stdout] test db::operations::tests::test_insert_note ... ok
[INFO] [stdout] test db::operations::tests::test_insert_note_duplicate ... ok
[INFO] [stdout] test db::operations::tests::test_insert_link_with_embed ... ok
[INFO] [stdout] test db::operations::tests::test_insert_tag ... ok
[INFO] [stdout] test db::operations::tests::test_insert_link ... ok
[INFO] [stdout] test query::tags::tests::test_get_notes_by_tags_or_with_results ... ok
[INFO] [stdout] test db::operations::tests::test_clear_note_data ... ok
[INFO] [stdout] test db::tests::test_database_transaction ... ok
[INFO] [stdout] test db::tests::test_database_initialize ... ok
[INFO] [stdout] test query::tests::test_note_describe_result_no_frontmatter ... ok
[INFO] [stdout] test db::tests::test_database_initialize_force ... ok
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/obsidian_cli_inspector-f3a4ccc4f214b02c)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 137 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.27s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 7 tests
[INFO] [stdout] test tests::test_default_config_has_exclude_section ... ok
[INFO] [stdout] test tests::test_ensure_config_creates_default ... ok
[INFO] [stdout] test tests::test_ensure_config_preserves_existing ... ok
[INFO] [stdout] test tests::test_load_config_returns_default_when_missing ... ok
[INFO] [stdout] test tests::test_default_config_includes_vault_path_placeholder ... ok
[INFO] [stdout] test tests::test_default_config_has_search_section ... ok
[INFO] [stdout] test tests::test_default_config_includes_all_sections ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.16s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/cli_tests.rs (/opt/rustwide/target/debug/deps/cli_tests-3586150aa86d7621)
[INFO] [stdout] 
[INFO] [stdout] running 16 tests
[INFO] [stderr]      Running tests/common.rs (/opt/rustwide/target/debug/deps/common-51f86475ebd0f4d4)
[INFO] [stdout] test test_cli_help_contains_bloat_detection ... ok
[INFO] [stdout] test test_cli_help_all_use_cases_covered ... ok
[INFO] [stdout] test test_cli_author_is_set ... ok
[INFO] [stdout] test test_cli_all_subcommands_present ... ok
[INFO] [stdout] test test_cli_help_contains_config_location ... ok
[INFO] [stdout] test test_cli_help_contains_graph_exploration ... ok
[INFO] [stdout] test test_cli_help_contains_tag_management ... ok
[INFO] [stdout] test test_cli_help_contains_use_cases ... ok
[INFO] [stdout] test test_cli_help_contains_workflow_steps ... ok
[INFO] [stdout] test test_cli_help_contains_search_use_case ... ok
[INFO] [stdout] test test_cli_help_contains_example_commands ... ok
[INFO] [stdout] test test_cli_help_contains_link_analysis ... ok
[INFO] [stdout] test test_cli_short_about_is_set ... ok
[INFO] [stdout] test test_cli_version_is_set ... ok
[INFO] [stdout] test test_cli_help_rendering_succeeds ... ok
[INFO] [stdout] test test_cli_long_help_rendering_succeeds ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[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] [stderr]      Running tests/config_tests.rs (/opt/rustwide/target/debug/deps/config_tests-e767e12ae0b64cb3)
[INFO] [stdout] 
[INFO] [stdout] running 14 tests
[INFO] [stdout] test test_config_config_dir ... ok
[INFO] [stdout] test test_config_database_path_custom ... ok
[INFO] [stdout] test test_config_database_path_default ... ok
[INFO] [stdout] test test_exclude_config_default ... ok
[INFO] [stdout] test test_config_log_dir_default ... ok
[INFO] [stdout] test test_config_from_file ... ok
[INFO] [stdout] test test_exclude_config_from_toml ... ok
[INFO] [stdout] test test_config_from_invalid_toml ... ok
[INFO] [stdout] test test_search_config_default ... ok
[INFO] [stdout] test test_graph_config_default ... ok
[INFO] [stdout] test test_config_llm_default_timeout ... ok
[INFO] [stdout] test test_config_log_dir_custom ... ok
[INFO] [stdout] test test_config_with_llm ... ok
[INFO] [stdout] test test_config_from_file_not_found ... ok
[INFO] [stderr]      Running tests/database_tests.rs (/opt/rustwide/target/debug/deps/database_tests-9bc3586e61e2a745)
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] running 3 tests
[INFO] [stdout] test test_init_database ... ok
[INFO] [stdout] test test_stats ... ok
[INFO] [stdout] test test_reinit_database ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.23s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/db_tests.rs (/opt/rustwide/target/debug/deps/db_tests-ab1f7c517dbfd62e)
[INFO] [stdout] 
[INFO] [stdout] running 8 tests
[INFO] [stdout] test test_database_insert_note ... ok
[INFO] [stdout] test test_database_open_and_initialize ... ok
[INFO] [stdout] test test_database_get_stats ... ok
[INFO] [stdout] test test_database_get_note_by_path ... ok
[INFO] [stdout] test test_database_insert_tag ... ok
[INFO] [stdout] test test_database_insert_link ... ok
[INFO] [stdout] test test_database_insert_chunk ... ok
[INFO] [stdout] test test_database_clear_note_data ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.20s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/e2e.rs (/opt/rustwide/target/debug/deps/e2e-d80527fd992668dc)
[INFO] [stdout] 
[INFO] [stdout] running 24 tests
[INFO] [stdout] test e2e_tests::machine_contract::analyze::machine_contract_bloat ... ignored
[INFO] [stdout] test e2e_tests::machine_contract::analyze::machine_contract_related ... ignored
[INFO] [stdout] test e2e_tests::machine_contract::diagnose::machine_contract_broken_links ... ignored
[INFO] [stdout] test e2e_tests::machine_contract::diagnose::machine_contract_orphans ... ignored
[INFO] [stdout] test e2e_tests::machine_contract::index::machine_contract_index ... ignored
[INFO] [stdout] test e2e_tests::machine_contract::init::machine_contract_init ... ignored
[INFO] [stdout] test e2e_tests::machine_contract::query::machine_contract_backlinks ... ignored
[INFO] [stdout] test e2e_tests::machine_contract::query::machine_contract_links ... ignored
[INFO] [stdout] test e2e_tests::machine_contract::query::machine_contract_search ... ignored
[INFO] [stdout] test e2e_tests::machine_contract::query::machine_contract_tags ... ignored
[INFO] [stdout] test e2e_tests::machine_contract::query::machine_contract_tags_list ... ignored
[INFO] [stdout] test e2e_tests::helpers::tests::parse_json_output_inline_json ... ok
[INFO] [stdout] test e2e_tests::machine_contract::query::machine_contract_unresolved ... ignored
[INFO] [stdout] test e2e_tests::helpers::tests::parse_json_output_pretty_with_prefix ... ok
[INFO] [stdout] test e2e_tests::machine_contract::root::contract_config_flag ... ignored
[INFO] [stdout] test e2e_tests::machine_contract::root::contract_invalid_command ... ignored
[INFO] [stdout] test e2e_tests::machine_contract::root::contract_json_output_mode ... ignored
[INFO] [stdout] test e2e_tests::machine_contract::root::contract_missing_required_arg ... ignored
[INFO] [stdout] test e2e_tests::machine_contract::root::contract_text_output_format ... ignored
[INFO] [stdout] test e2e_tests::helpers::tests::parse_json_output_returns_error_when_missing ... ok
[INFO] [stdout] test e2e_tests::machine_contract::tui::machine_contract_tui ... ignored
[INFO] [stdout] test e2e_tests::machine_contract::view::machine_contract_describe ... ignored
[INFO] [stdout] test e2e_tests::machine_contract::view::machine_contract_stats ... ignored
[INFO] [stdout] test e2e_tests::helpers::tests::run_command_json_parses_stub_binary_output ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- e2e_tests::helpers::tests::run_command_json_parses_stub_binary_output stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'e2e_tests::helpers::tests::run_command_json_parses_stub_binary_output' (221) panicked at tests/e2e/helpers.rs:160:37:
[INFO] [stdout] failed to create binary directory: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x6249f4d3ba2a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x6249f4d3ba2a - std[b80a194dd3c418bb]::backtrace_rs::backtrace::trace_unsynchronized::<std[b80a194dd3c418bb]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x6249f4d3ba2a - std[b80a194dd3c418bb]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x6249f4d3ba2a - <<std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[10b6fa85044e1869]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x6249f4d52d1a - <core[10b6fa85044e1869]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x6249f4d52d1a - core[10b6fa85044e1869]::fmt::write
[INFO] [stdout]    6:     0x6249f4d407d2 - std[b80a194dd3c418bb]::io::default_write_fmt::<alloc[dd269455e567d8e9]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x6249f4d407d2 - <alloc[dd269455e567d8e9]::vec::Vec<u8> as std[b80a194dd3c418bb]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x6249f4d177bf - <std[b80a194dd3c418bb]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x6249f4d177bf - std[b80a194dd3c418bb]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x6249f4d32ac9 - std[b80a194dd3c418bb]::panicking::default_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x6249f4c9d06c - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   12:     0x6249f4c9d06c - test[826cbc6ef54ab466]::test_main_with_exit_callback::<test[826cbc6ef54ab466]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x6249f4d32c82 - <alloc[dd269455e567d8e9]::boxed::Box<dyn for<'a, 'b> core[10b6fa85044e1869]::ops::function::Fn<(&'a std[b80a194dd3c418bb]::panic::PanicHookInfo<'b>,), Output = ()> + core[10b6fa85044e1869]::marker::Sync + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::Fn<(&std[b80a194dd3c418bb]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2254:9
[INFO] [stdout]   14:     0x6249f4d32c82 - std[b80a194dd3c418bb]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x6249f4d17878 - std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x6249f4d0ee29 - std[b80a194dd3c418bb]::sys::backtrace::__rust_end_short_backtrace::<std[b80a194dd3c418bb]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x6249f4d186bd - __rustc[9698a3e60dd14283]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x6249f4d535fc - core[10b6fa85044e1869]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x6249f4d53372 - core[10b6fa85044e1869]::result::unwrap_failed
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/result.rs:1867:5
[INFO] [stdout]   20:     0x6249f4b581fc - core::result::Result<T,E>::expect::he7fb0c49481257fb
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/result.rs:1185:23
[INFO] [stdout]   21:     0x6249f4b56e60 - e2e::e2e_tests::helpers::tests::run_command_json_parses_stub_binary_output::hcbe3cde8b648e156
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/e2e/helpers.rs:160:37
[INFO] [stdout]   22:     0x6249f4b57107 - e2e::e2e_tests::helpers::tests::run_command_json_parses_stub_binary_output::{{closure}}::h52000a43e0e9b620
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/e2e/helpers.rs:155:52
[INFO] [stdout]   23:     0x6249f4b50086 - core::ops::function::FnOnce::call_once::hcdd8cdd5fabcbe6a
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x6249f4c9114b - <fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x6249f4c9114b - test[826cbc6ef54ab466]::__rust_begin_short_backtrace::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, fn() -> core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:663:18
[INFO] [stdout]   26:     0x6249f4c9db3b - test[826cbc6ef54ab466]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x6249f4c9db3b - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   28:     0x6249f4c9db3b - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   29:     0x6249f4c9db3b - std[b80a194dd3c418bb]::panicking::catch_unwind::<core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>, core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   30:     0x6249f4c9db3b - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<test[826cbc6ef54ab466]::run_test_in_process::{closure#0}>, core[10b6fa85044e1869]::result::Result<(), alloc[dd269455e567d8e9]::string::String>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x6249f4c9db3b - test[826cbc6ef54ab466]::run_test_in_process
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x6249f4c9db3b - test[826cbc6ef54ab466]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x6249f4c99254 - test[826cbc6ef54ab466]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x6249f4c99254 - std[b80a194dd3c418bb]::sys::backtrace::__rust_begin_short_backtrace::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   35:     0x6249f4ca0742 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   36:     0x6249f4ca0742 - <core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   37:     0x6249f4ca0742 - std[b80a194dd3c418bb]::panicking::catch_unwind::do_call::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:581:40
[INFO] [stdout]   38:     0x6249f4ca0742 - std[b80a194dd3c418bb]::panicking::catch_unwind::<(), core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panicking.rs:544:19
[INFO] [stdout]   39:     0x6249f4ca0742 - std[b80a194dd3c418bb]::panic::catch_unwind::<core[10b6fa85044e1869]::panic::unwind_safe::AssertUnwindSafe<std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x6249f4ca0742 - std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked::<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   41:     0x6249f4ca0742 - <std[b80a194dd3c418bb]::thread::lifecycle::spawn_unchecked<test[826cbc6ef54ab466]::run_test::{closure#1}, ()>::{closure#1} as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x6249f4d3aaef - <alloc[dd269455e567d8e9]::boxed::Box<dyn core[10b6fa85044e1869]::ops::function::FnOnce<(), Output = ()> + core[10b6fa85044e1869]::marker::Send> as core[10b6fa85044e1869]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/alloc/src/boxed.rs:2240:9
[INFO] [stdout]   43:     0x6249f4d3aaef - <std[b80a194dd3c418bb]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/ad726b5063362ec9897ef3d67452fc5606ee70fa/library/std/src/sys/thread/unix.rs:118:17
[INFO] [stdout]   44:     0x70e2f2dbaaa4 - <unknown>
[INFO] [stdout]   45:     0x70e2f2e47a64 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     e2e_tests::helpers::tests::run_command_json_parses_stub_binary_output
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 3 passed; 1 failed; 20 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test e2e`
[INFO] running `Command { std: "docker" "inspect" "fe714cb6a29f18edf373432bca9d8e86b336355c148082c21cc456becd7dd040", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fe714cb6a29f18edf373432bca9d8e86b336355c148082c21cc456becd7dd040", kill_on_drop: false }`
[INFO] [stdout] fe714cb6a29f18edf373432bca9d8e86b336355c148082c21cc456becd7dd040
