[INFO] fetching crate codeprism-core 0.4.6...
[INFO] testing codeprism-core-0.4.6 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate codeprism-core 0.4.6 into /workspace/builds/worker-7-tc2/source
[INFO] started tweaking crates.io crate codeprism-core 0.4.6
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate codeprism-core 0.4.6
[INFO] tweaked toml for crates.io crate codeprism-core 0.4.6 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate codeprism-core 0.4.6 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate codeprism-core 0.4.6 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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 2f66243194262bcaf63f38da0e48b842b8b959c0dd44ec8e18c6c451a58d73ee
[INFO] running `Command { std: "docker" "start" "-a" "2f66243194262bcaf63f38da0e48b842b8b959c0dd44ec8e18c6c451a58d73ee", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2f66243194262bcaf63f38da0e48b842b8b959c0dd44ec8e18c6c451a58d73ee", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2f66243194262bcaf63f38da0e48b842b8b959c0dd44ec8e18c6c451a58d73ee", kill_on_drop: false }`
[INFO] [stdout] 2f66243194262bcaf63f38da0e48b842b8b959c0dd44ec8e18c6c451a58d73ee
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ad5e70bc16e24214e328a04ce313fc16197c6026479cd10f69ad3492e8e6ea25
[INFO] running `Command { std: "docker" "start" "-a" "ad5e70bc16e24214e328a04ce313fc16197c6026479cd10f69ad3492e8e6ea25", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.174
[INFO] [stderr]    Compiling cfg-if v1.0.1
[INFO] [stderr]    Compiling memchr v2.7.5
[INFO] [stderr]    Compiling parking_lot_core v0.9.11
[INFO] [stderr]    Compiling zerocopy v0.8.26
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling cc v1.2.30
[INFO] [stderr]    Compiling lock_api v0.4.13
[INFO] [stderr]    Compiling anyhow v1.0.98
[INFO] [stderr]    Compiling rustix v1.0.8
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]    Compiling crossbeam-channel v0.5.15
[INFO] [stderr]    Compiling linux-raw-sys v0.9.4
[INFO] [stderr]    Compiling tree-sitter-language v0.1.5
[INFO] [stderr]    Compiling bitflags v2.9.1
[INFO] [stderr]    Compiling streaming-iterator v0.1.9
[INFO] [stderr]    Compiling serde_json v1.0.141
[INFO] [stderr]    Compiling tracing-core v0.1.34
[INFO] [stderr]    Compiling fastrand v2.3.0
[INFO] [stderr]    Compiling arrayref v0.3.9
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling aho-corasick v1.1.3
[INFO] [stderr]    Compiling constant_time_eq v0.3.1
[INFO] [stderr]    Compiling iana-time-zone v0.1.63
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling inotify-sys v0.1.5
[INFO] [stderr]    Compiling signal-hook-registry v1.4.5
[INFO] [stderr]    Compiling mio v0.8.11
[INFO] [stderr]    Compiling socket2 v0.6.0
[INFO] [stderr]    Compiling mio v1.0.4
[INFO] [stderr]    Compiling inotify v0.9.6
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling filetime v0.2.25
[INFO] [stderr]    Compiling parking_lot v0.12.4
[INFO] [stderr]    Compiling dashmap v6.1.0
[INFO] [stderr]    Compiling num_cpus v1.17.0
[INFO] [stderr]    Compiling notify v6.1.1
[INFO] [stderr]    Compiling tree-sitter v0.24.7
[INFO] [stderr]    Compiling blake3 v1.8.2
[INFO] [stderr]    Compiling tempfile v3.20.0
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling async-trait v0.1.88
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling tokio v1.47.0
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling tree-sitter-highlight v0.24.7
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling chrono v0.4.41
[INFO] [stderr]    Compiling codeprism-utils v0.4.6
[INFO] [stderr]    Compiling codeprism-core v0.4.6 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 39.13s
[INFO] running `Command { std: "docker" "inspect" "ad5e70bc16e24214e328a04ce313fc16197c6026479cd10f69ad3492e8e6ea25", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ad5e70bc16e24214e328a04ce313fc16197c6026479cd10f69ad3492e8e6ea25", kill_on_drop: false }`
[INFO] [stdout] ad5e70bc16e24214e328a04ce313fc16197c6026479cd10f69ad3492e8e6ea25
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 095891fbc6f527701e85553e4b594a15da57385e1ddce78e4afbd9c4703f388c
[INFO] running `Command { std: "docker" "start" "-a" "095891fbc6f527701e85553e4b594a15da57385e1ddce78e4afbd9c4703f388c", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling half v2.6.0
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling tree-sitter-javascript v0.23.1
[INFO] [stderr]    Compiling clap_builder v4.5.42
[INFO] [stderr]    Compiling tokio v1.47.0
[INFO] [stderr]    Compiling bit-vec v0.8.0
[INFO] [stderr]    Compiling is-terminal v0.4.16
[INFO] [stderr]    Compiling console v0.15.11
[INFO] [stderr]    Compiling similar v2.7.0
[INFO] [stderr]    Compiling unarray v0.1.4
[INFO] [stderr]    Compiling rand_core v0.9.3
[INFO] [stderr]    Compiling tempfile v3.20.0
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling rand v0.9.2
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling rand_xorshift v0.4.0
[INFO] [stderr]    Compiling rusty-fork v0.3.0
[INFO] [stderr]    Compiling bit-set v0.8.0
[INFO] [stderr]    Compiling proptest v1.7.0
[INFO] [stderr]    Compiling clap v4.5.42
[INFO] [stderr]    Compiling serde_json v1.0.141
[INFO] [stderr]    Compiling chrono v0.4.41
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling insta v1.43.1
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling criterion v0.5.1
[INFO] [stderr]    Compiling codeprism-utils v0.4.6
[INFO] [stderr]    Compiling codeprism-core v0.4.6 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 35.67s
[INFO] running `Command { std: "docker" "inspect" "095891fbc6f527701e85553e4b594a15da57385e1ddce78e4afbd9c4703f388c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "095891fbc6f527701e85553e4b594a15da57385e1ddce78e4afbd9c4703f388c", kill_on_drop: false }`
[INFO] [stdout] 095891fbc6f527701e85553e4b594a15da57385e1ddce78e4afbd9c4703f388c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 131815b59f1f2749bd316351c3021c0a7165b1db7c0081ff82788e194962d5fe
[INFO] running `Command { std: "docker" "start" "-a" "131815b59f1f2749bd316351c3021c0a7165b1db7c0081ff82788e194962d5fe", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.28s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/codeprism_core-7c323ce951278a45)
[INFO] [stdout] 
[INFO] [stdout] running 165 tests
[INFO] [stdout] test ast::tests::test_node_builder ... ok
[INFO] [stdout] test ast::tests::test_display_traits ... ok
[INFO] [stdout] test ast::tests::test_language_detection_edge_cases ... ok
[INFO] [stdout] test ast::tests::test_language_detection ... ok
[INFO] [stdout] test ast::tests::test_node_id_generation ... ok
[INFO] [stdout] test ast::tests::test_edge_creation_and_serialization ... ok
[INFO] [stdout] test ast::tests::test_node_serialization ... ok
[INFO] [stdout] test ast::tests::test_node_with_methods ... ok
[INFO] [stdout] test ast::tests::test_span_utilities ... ok
[INFO] [stdout] test ast::tests::test_node_id_edge_cases ... ok
[INFO] [stdout] test content::extractors::tests::test_javascript_comment_patterns ... ok
[INFO] [stdout] test content::extractors::tests::test_javascript_jsdoc_cleaning ... ok
[INFO] [stdout] test content::extractors::tests::test_comment_context_detection ... ok
[INFO] [stdout] test content::extractors::tests::test_comment_pattern_matching ... ok
[INFO] [stdout] test content::extractors::tests::test_comprehensive_regex_edge_cases ... ok
[INFO] [stdout] test content::extractors::tests::test_comment_cleaning ... ok
[INFO] [stdout] test content::extractors::tests::test_span_calculation ... ok
[INFO] [stdout] test content::extractors::tests::test_span_calculation_edge_cases ... ok
[INFO] [stdout] test content::extractors::tests::test_regex_edge_cases ... ok
[INFO] [stdout] test content::index::tests::test_clear ... ok
[INFO] [stdout] test content::index::tests::test_content_index_creation ... ok
[INFO] [stdout] test content::index::tests::test_context_extraction ... ok
[INFO] [stdout] test content::extractors::tests::test_python_docstring_variations ... ok
[INFO] [stdout] test content::extractors::tests::test_main_comment_extractor ... ok
[INFO] [stdout] test content::extractors::tests::test_javascript_comment_extraction ... ok
[INFO] [stdout] test content::extractors::tests::test_c_comment_extraction ... ok
[INFO] [stdout] test content::index::tests::test_add_and_get_node ... ok
[INFO] [stdout] test content::extractors::tests::test_python_comment_patterns ... ok
[INFO] [stdout] test content::extractors::tests::test_python_docstring_cleaning ... ok
[INFO] [stdout] test content::extractors::tests::test_comment_extractor_creation ... ok
[INFO] [stdout] test content::index::tests::test_add_node_replaces_existing ... ok
[INFO] [stdout] test content::index::tests::test_line_info_calculation ... ok
[INFO] [stdout] test content::index::tests::test_logging_update_listener ... ok
[INFO] [stdout] test content::index::tests::test_invalid_regex_search ... ok
[INFO] [stdout] test content::extractors::tests::test_rust_comment_extraction ... ok
[INFO] [stdout] test content::extractors::tests::test_python_comment_extraction ... ok
[INFO] [stdout] test content::index::tests::test_simple_text_search ... ok
[INFO] [stdout] test content::index::tests::test_get_chunk ... ok
[INFO] [stdout] test content::index::tests::test_remove_node ... ok
[INFO] [stdout] test content::index::tests::test_content_stats ... ok
[INFO] [stdout] test content::index::tests::test_relevance_score_calculation ... ok
[INFO] [stdout] test content::index::tests::test_search_with_file_patterns ... ok
[INFO] [stdout] test content::index::tests::test_search_with_content_type_filter ... ok
[INFO] [stdout] test content::index::tests::test_search_case_sensitive ... ok
[INFO] [stdout] test content::index::tests::test_content_update_listeners ... ok
[INFO] [stdout] test content::parsers::tests::test_invalid_json_handling ... ok
[INFO] [stdout] test content::index::tests::test_search_with_exclude_patterns ... ok
[INFO] [stdout] test content::parsers::tests::test_empty_content_handling ... ok
[INFO] [stdout] test content::extractors::tests::test_java_comment_extraction ... ok
[INFO] [stdout] test content::parsers::tests::test_document_parser_creation ... ok
[INFO] [stdout] test content::index::tests::test_search_with_context ... ok
[INFO] [stdout] test content::parsers::tests::test_content_type_detection ... ok
[INFO] [stdout] test content::parsers::tests::test_content_span_calculation ... ok
[INFO] [stdout] test content::parsers::tests::test_env_config_parser ... ok
[INFO] [stdout] test content::index::tests::test_regex_search ... ok
[INFO] [stdout] test content::index::tests::test_find_files ... ok
[INFO] [stdout] test content::parsers::tests::test_xml_config_parser ... ok
[INFO] [stdout] test content::parsers::tests::test_text_parser_paragraphs ... ok
[INFO] [stdout] test content::parsers::tests::test_properties_config_parser ... ok
[INFO] [stdout] test content::search::tests::test_clear ... ok
[INFO] [stdout] test content::parsers::tests::test_yaml_config_parser ... ok
[INFO] [stdout] test content::parsers::tests::test_markdown_parser_paragraphs ... ok
[INFO] [stdout] test content::index::tests::test_search_max_results ... ok
[INFO] [stdout] test content::search::tests::test_file_removal ... ok
[INFO] [stdout] test content::search::tests::test_get_stats ... ok
[INFO] [stdout] test content::search::tests::test_content_search_manager_creation ... ok
[INFO] [stdout] test content::parsers::tests::test_toml_config_parser ... ok
[INFO] [stdout] test content::parsers::tests::test_ini_config_parser ... ok
[INFO] [stdout] test content::search::tests::test_search_query_builder_convenience_methods ... ok
[INFO] [stdout] test content::search::tests::test_index_javascript_file ... ok
[INFO] [stdout] test content::search::tests::test_find_files ... ok
[INFO] [stdout] test content::tests::test_chunk_id_generation ... ok
[INFO] [stdout] test content::tests::test_comment_context_variants ... ok
[INFO] [stdout] test content::parsers::tests::test_json_config_parser ... ok
[INFO] [stdout] test content::tests::test_config_format_variants ... ok
[INFO] [stdout] test content::search::tests::test_is_source_code_language ... ok
[INFO] [stdout] test content::search::tests::test_search_query_builder ... ok
[INFO] [stdout] test content::search::tests::test_language_detection ... ok
[INFO] [stdout] test content::search::tests::test_index_markdown_file ... ok
[INFO] [stdout] test content::tests::test_content_stats_creation ... ok
[INFO] [stdout] test content::tests::test_content_chunk_creation ... ok
[INFO] [stdout] test content::tests::test_content_types_serialization ... ok
[INFO] [stdout] test content::tests::test_search_query_builder ... ok
[INFO] [stdout] test content::tests::test_search_query_default ... ok
[INFO] [stdout] test content::tests::test_document_format_variants ... ok
[INFO] [stdout] test error::tests::test_error_codes ... ok
[INFO] [stdout] test content::tests::test_content_update_kinds ... ok
[INFO] [stdout] test error::tests::test_error_recoverability ... ok
[INFO] [stdout] test error::tests::test_error_severity ... ok
[INFO] [stdout] test error::tests::test_parse_error ... ok
[INFO] [stdout] test error::tests::test_recovery_strategy ... ok
[INFO] [stdout] test graph::tests::test_graph_query_path_finding ... ok
[INFO] [stdout] test content::tests::test_content_chunk_tokenization ... ok
[INFO] [stdout] test error::tests::test_error_context ... ok
[INFO] [stdout] test graph::tests::test_graph_store_basic_operations ... ok
[INFO] [stdout] test graph::tests::test_symbol_search ... ok
[INFO] [stdout] test indexer::tests::test_indexing_config ... ok
[INFO] [stdout] test indexer::tests::test_indexing_result ... ok
[INFO] [stdout] test content::tests::test_search_result_structure ... ok
[INFO] [stdout] test content::tests::test_content_node_operations ... ok
[INFO] [stdout] test indexer::tests::test_indexing_stats ... ok
[INFO] [stdout] test indexer::tests::test_progress_reporter ... ok
[INFO] [stdout] test indexer::tests::test_memory_estimation ... ok
[INFO] [stdout] test linkers::symbol_resolver::tests::test_module_name_conversion ... ok
[INFO] [stdout] test observability::tests::test_health_monitor ... ok
[INFO] [stdout] test observability::tests::test_metrics_collector ... ok
[INFO] [stdout] test observability::tests::test_metrics_snapshot ... ok
[INFO] [stdout] test parser::tests::test_language_registry ... ok
[INFO] [stdout] test parser::tests::test_parse_context ... ok
[INFO] [stdout] test parser::tests::test_parse_result_validation ... ok
[INFO] [stdout] test parser::tests::test_parser_engine_basic ... ok
[INFO] [stdout] test indexer::tests::test_process_single_file ... ok
[INFO] [stdout] test parser::tests::test_parser_engine_cache_management ... ok
[INFO] [stdout] test parser::tests::test_parser_engine_caching ... ok
[INFO] [stdout] test parser::tests::test_parser_engine_no_extension ... ok
[INFO] [stdout] test parser::tests::test_parser_engine_unsupported_language ... ok
[INFO] [stdout] test linkers::symbol_resolver::tests::test_import_parsing ... ok
[INFO] [stdout] test graph::tests::test_symbol_search_regex ... ok
[INFO] [stdout] test patch::tests::test_large_patch ... ok
[INFO] [stdout] test observability::tests::test_performance_monitor ... ok
[INFO] [stdout] test patch::tests::test_empty_patch ... ok
[INFO] [stdout] test patch::tests::test_patch_builder_basic ... ok
[INFO] [stdout] test content::search::tests::test_with_graph_store ... ok
[INFO] [stdout] test content::search::tests::test_search_configuration ... ok
[INFO] [stdout] test content::search::tests::test_supported_comment_languages ... ok
[INFO] [stdout] test content::tests::test_content_node_search ... ok
[INFO] [stdout] test content::search::tests::test_simple_search ... ok
[INFO] [stdout] test content::search::tests::test_search_documentation ... ok
[INFO] [stdout] test patch::tests::test_patch_builder_batch_operations ... ok
[INFO] [stdout] test patch::tests::test_patch_creation ... ok
[INFO] [stdout] test patch::tests::test_patch_serialization ... ok
[INFO] [stdout] test patch::tests::test_patch_validation ... ok
[INFO] [stdout] test pipeline::tests::test_event_handlers ... ok
[INFO] [stdout] test pipeline::tests::test_pipeline_config ... ok
[INFO] [stdout] test pipeline::tests::test_pipeline_creation ... ok
[INFO] [stdout] test pipeline::tests::test_pipeline_stats ... ok
[INFO] [stdout] test patch::tests::test_patch_merge ... ok
[INFO] [stdout] test patch::tests::test_patch_with_custom_timestamp ... ok
[INFO] [stdout] test repository::tests::test_register_nonexistent_repository ... ok
[INFO] [stdout] test repository::tests::test_register_repository ... ok
[INFO] [stdout] test repository::tests::test_health_check ... ok
[INFO] [stdout] test repository::tests::test_total_stats ... ok
[INFO] [stdout] test repository::tests::test_index_nonexistent_repository ... ok
[INFO] [stdout] test pipeline::tests::test_process_nonexistent_file ... ok
[INFO] [stdout] test repository::tests::test_repository_config ... ok
[INFO] [stdout] test pipeline::tests::test_process_empty_file ... ok
[INFO] [stdout] test repository::tests::test_unregister_repository ... ok
[INFO] [stdout] test pipeline::tests::test_process_file_change ... ok
[INFO] [stdout] test repository::tests::test_repository_manager_creation ... ok
[INFO] [stdout] test repository::tests::test_repository_config_builder ... ok
[INFO] [stdout] test resilience::tests::test_circuit_breaker_states ... ok
[INFO] [stdout] test resilience::tests::test_retry_config ... ok
[INFO] [stdout] test content::search::tests::test_regex_search ... ok
[INFO] [stdout] test resilience::tests::test_retry_config_delay_calculation ... ok
[INFO] [stdout] test repository::tests::test_repository_info ... ok
[INFO] [stdout] test content::parsers::tests::test_markdown_parser_code_blocks ... ok
[INFO] [stdout] test resilience::tests::test_resilience_manager ... ok
[INFO] [stdout] test content::search::tests::test_search_in_files ... ok
[INFO] [stdout] test resilience::tests::test_retry_executor_failure ... ok
[INFO] [stdout] test resilience::tests::test_retry_executor_success ... ok
[INFO] [stdout] test content::parsers::tests::test_markdown_parser_headers ... ok
[INFO] [stdout] test resilience::tests::test_circuit_breaker_recovery ... ok
[INFO] [stdout] test parser::tests::test_thread_safety ... ok
[INFO] [stdout] test resilience::tests::test_execute_with_fallback ... ok
[INFO] [stdout] test content::parsers::tests::test_large_content_handling ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 165 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 2.48s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests codeprism_core
[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] running `Command { std: "docker" "inspect" "131815b59f1f2749bd316351c3021c0a7165b1db7c0081ff82788e194962d5fe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "131815b59f1f2749bd316351c3021c0a7165b1db7c0081ff82788e194962d5fe", kill_on_drop: false }`
[INFO] [stdout] 131815b59f1f2749bd316351c3021c0a7165b1db7c0081ff82788e194962d5fe
