[INFO] cloning repository https://github.com/neurolithe/neurolithe
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/neurolithe/neurolithe" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fneurolithe%2Fneurolithe", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fneurolithe%2Fneurolithe'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] aabe767f0b1e0df53d459beaa9a0b95255106c07
[INFO] testing neurolithe/neurolithe 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%2Fneurolithe%2Fneurolithe" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/neurolithe/neurolithe
[INFO] finished tweaking git repo https://github.com/neurolithe/neurolithe
[INFO] tweaked toml for git repo https://github.com/neurolithe/neurolithe written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/neurolithe/neurolithe 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/neurolithe/neurolithe 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-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 75273410d02146e3b78626550abcfd297a2da300c423979856bbe52ab74f2cef
[INFO] running `Command { std: "docker" "start" "75273410d02146e3b78626550abcfd297a2da300c423979856bbe52ab74f2cef", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "75273410d02146e3b78626550abcfd297a2da300c423979856bbe52ab74f2cef", 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" "75273410d02146e3b78626550abcfd297a2da300c423979856bbe52ab74f2cef" "/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" "75273410d02146e3b78626550abcfd297a2da300c423979856bbe52ab74f2cef", 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" "75273410d02146e3b78626550abcfd297a2da300c423979856bbe52ab74f2cef" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.182
[INFO] [stderr]    Compiling dunce v1.0.5
[INFO] [stderr]    Compiling foldhash v0.2.0
[INFO] [stderr]    Compiling winnow v0.7.14
[INFO] [stderr]    Compiling aws-lc-rs v1.16.0
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling http v1.4.0
[INFO] [stderr]    Compiling crunchy v0.2.4
[INFO] [stderr]    Compiling tracing-core v0.1.36
[INFO] [stderr]    Compiling quote v1.0.44
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling hashbrown v0.16.1
[INFO] [stderr]    Compiling rustls v0.23.36
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling once_cell v1.21.3
[INFO] [stderr]    Compiling ucd-trie v0.1.7
[INFO] [stderr]    Compiling bitflags v2.11.0
[INFO] [stderr]    Compiling openssl-probe v0.2.1
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling rustls-pki-types v1.14.0
[INFO] [stderr]    Compiling pest v2.8.6
[INFO] [stderr]    Compiling erased-serde v0.4.9
[INFO] [stderr]    Compiling form_urlencoded v1.2.2
[INFO] [stderr]    Compiling rdkafka-sys v4.10.0+2.12.1
[INFO] [stderr]    Compiling sync_wrapper v1.0.2
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling indexmap v2.13.0
[INFO] [stderr]    Compiling serde_spanned v1.0.4
[INFO] [stderr]    Compiling toml_datetime v0.7.5+spec-1.1.0
[INFO] [stderr]    Compiling iana-time-zone v0.1.65
[INFO] [stderr]    Compiling rustls-native-certs v0.8.3
[INFO] [stderr]    Compiling iri-string v0.7.10
[INFO] [stderr]    Compiling arraydeque v0.5.1
[INFO] [stderr]    Compiling convert_case v0.6.0
[INFO] [stderr]    Compiling dotenvy v0.15.7
[INFO] [stderr]    Compiling http-body v1.0.1
[INFO] [stderr]    Compiling yaml-rust2 v0.10.4
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling serde-untagged v0.1.9
[INFO] [stderr]    Compiling hashlink v0.11.0
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling errno v0.3.14
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling socket2 v0.6.2
[INFO] [stderr]    Compiling mio v1.1.1
[INFO] [stderr]    Compiling getrandom v0.4.1
[INFO] [stderr]    Compiling uuid v1.23.4
[INFO] [stderr]    Compiling signal-hook-registry v1.4.8
[INFO] [stderr]    Compiling const-random-macro v0.1.16
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling cc v1.2.56
[INFO] [stderr]    Compiling pest_meta v2.8.6
[INFO] [stderr]    Compiling const-random v0.1.18
[INFO] [stderr]    Compiling dlv-list v0.5.2
[INFO] [stderr]    Compiling ordered-multimap v0.7.3
[INFO] [stderr]    Compiling toml_parser v1.0.9+spec-1.1.0
[INFO] [stderr]    Compiling cmake v0.1.57
[INFO] [stderr]    Compiling rust-ini v0.21.3
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling libz-sys v1.1.29
[INFO] [stderr]    Compiling libsqlite3-sys v0.36.0
[INFO] [stderr]    Compiling sqlite-vec v0.1.6
[INFO] [stderr]    Compiling aws-lc-sys v0.37.1
[INFO] [stderr]    Compiling toml v0.9.12+spec-1.1.0
[INFO] [stderr]    Compiling toml_edit v0.25.4+spec-1.1.0
[INFO] [stderr]    Compiling proc-macro-crate v3.5.0
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling pest_generator v2.8.6
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling tokio-macros v2.6.0
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling pin-project-internal v1.1.13
[INFO] [stderr]    Compiling num_enum_derive v0.7.6
[INFO] [stderr]    Compiling pest_derive v2.8.6
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling tokio v1.49.0
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling yoke v0.8.1
[INFO] [stderr]    Compiling num_enum v0.7.6
[INFO] [stderr]    Compiling pin-project v1.1.13
[INFO] [stderr]    Compiling zerotrie v0.2.3
[INFO] [stderr]    Compiling tracing v0.1.44
[INFO] [stderr]    Compiling zerovec v0.11.5
[INFO] [stderr]    Compiling tracing-futures v0.2.5
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling tinystr v0.8.2
[INFO] [stderr]    Compiling icu_locale_core v2.1.1
[INFO] [stderr]    Compiling potential_utf v0.1.4
[INFO] [stderr]    Compiling icu_collections v2.1.1
[INFO] [stderr]    Compiling icu_provider v2.1.1
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling icu_normalizer v2.1.1
[INFO] [stderr]    Compiling icu_properties v2.1.2
[INFO] [stderr]    Compiling ron v0.12.0
[INFO] [stderr]    Compiling json5 v0.4.1
[INFO] [stderr]    Compiling chrono v0.4.45
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.1.0
[INFO] [stderr]    Compiling url v2.5.8
[INFO] [stderr]    Compiling config v0.15.19
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling h2 v0.4.13
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling rusqlite v0.38.0
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling rustls-webpki v0.103.9
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling rustls-platform-verifier v0.6.2
[INFO] [stderr]    Compiling hyper-rustls v0.27.7
[INFO] [stderr]    Compiling reqwest v0.13.2
[INFO] [stderr]    Compiling gcp_auth v0.12.7
[INFO] [stderr]    Compiling rdkafka v0.39.0
[INFO] [stderr]    Compiling neurolithe v0.1.2 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 14s
[INFO] running `Command { std: "docker" "inspect" "75273410d02146e3b78626550abcfd297a2da300c423979856bbe52ab74f2cef", 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" "75273410d02146e3b78626550abcfd297a2da300c423979856bbe52ab74f2cef" "/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 bitflags v2.11.0
[INFO] [stderr]    Compiling tokio v1.49.0
[INFO] [stderr]    Compiling rustix v1.1.3
[INFO] [stderr]    Compiling linux-raw-sys v0.11.0
[INFO] [stderr]    Compiling ron v0.12.0
[INFO] [stderr]    Compiling rusqlite v0.38.0
[INFO] [stderr]    Compiling config v0.15.19
[INFO] [stderr]    Compiling tempfile v3.25.0
[INFO] [stderr]    Compiling tokio-util v0.7.18
[INFO] [stderr]    Compiling tokio-rustls v0.26.4
[INFO] [stderr]    Compiling tower v0.5.3
[INFO] [stderr]    Compiling rdkafka v0.39.0
[INFO] [stderr]    Compiling tower-http v0.6.8
[INFO] [stderr]    Compiling h2 v0.4.13
[INFO] [stderr]    Compiling hyper v1.8.1
[INFO] [stderr]    Compiling hyper-util v0.1.20
[INFO] [stderr]    Compiling hyper-rustls v0.27.7
[INFO] [stderr]    Compiling reqwest v0.13.2
[INFO] [stderr]    Compiling gcp_auth v0.12.7
[INFO] [stderr]    Compiling neurolithe v0.1.2 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 14.89s
[INFO] running `Command { std: "docker" "inspect" "75273410d02146e3b78626550abcfd297a2da300c423979856bbe52ab74f2cef", 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" "75273410d02146e3b78626550abcfd297a2da300c423979856bbe52ab74f2cef" "/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.16s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/neurolithe-360e746b9eebace2)
[INFO] [stdout] 
[INFO] [stdout] running 101 tests
[INFO] [stdout] test application::distill::tests::test_distill_returns_summary_and_embedding ... ok
[INFO] [stdout] test application::distill::tests::test_distill_rejects_wrong_dimension ... ok
[INFO] [stdout] test application::ltm_retrieval::tests::test_expand_returns_direct_children ... ok
[INFO] [stdout] test application::ltm_retrieval::tests::test_drill_returns_leaves_with_data_id ... ok
[INFO] [stdout] test application::ltm_retrieval::tests::test_recall_lands_on_seeded_concept ... ok
[INFO] [stdout] test application::reset_service::tests::test_command_parsing ... ok
[INFO] [stdout] test application::ltm_placement::tests::test_ancestor_summaries_roll_up_on_attach ... ok
[INFO] [stdout] test application::ltm_placement::tests::test_high_similarity_attaches_under_match ... ok
[INFO] [stdout] test application::ltm_retrieval::tests::test_map_respects_depth ... ok
[INFO] [stdout] test application::ltm_placement::tests::test_low_similarity_falls_to_inbox ... ok
[INFO] [stdout] test application::session_manager::tests::test_context_window_serialization ... ok
[INFO] [stdout] test application::session_manager::tests::test_token_estimation ... ok
[INFO] [stdout] test application::scheduler::tests::test_run_periodic_fires_each_interval ... ok
[INFO] [stdout] test application::ltm_placement::tests::test_forget_removes_leaf_and_rerolls ... ok
[INFO] [stdout] test application::write_service::tests::parses_reset_and_write_envelopes ... ok
[INFO] [stdout] test application::ltm_placement::tests::test_second_similar_doc_still_matches_concept ... ok
[INFO] [stdout] test application::ingestion::tests::test_all_pages_missing_is_skipped ... ok
[INFO] [stdout] test application::ingestion::tests::test_event_without_id_errors ... ok
[INFO] [stdout] test application::introspection::tests::test_ltm_map_and_subtree_and_inspect ... ok
[INFO] [stdout] test application::introspection::tests::test_trace_data_id_spans_both_stores ... ok
[INFO] [stdout] test application::introspection::tests::test_memory_stats_and_health ... ok
[INFO] [stdout] test domain::cognition::conflict_resolver::tests::test_default_thresholds ... ok
[INFO] [stdout] test domain::decay::tests::test_decay_calculation ... ok
[INFO] [stdout] test domain::decay::tests::test_half_life_resolution_by_ccl ... ok
[INFO] [stdout] test application::ltm_retrieval::tests::test_recall_returns_document_when_leaf_is_nearest ... ok
[INFO] [stdout] test domain::decay::tests::test_node_archiving ... ok
[INFO] [stdout] test domain::decay::tests::test_working_layer_decays_far_faster_than_reality ... ok
[INFO] [stdout] test application::introspection::tests::test_stm_list ... ok
[INFO] [stdout] test domain::models::tests::test_model_serialization ... ok
[INFO] [stdout] test infrastructure::config::tests::test_defaults_and_env_override ... ok
[INFO] [stdout] test infrastructure::database::tests::test_init_db_in_memory ... ok
[INFO] [stdout] test application::ingestion::tests::test_ingest_dual_writes_then_tombstone_forgets_both ... ok
[INFO] [stdout] test application::write_service::tests::duplicate_command_id_is_skipped ... ok
[INFO] [stdout] test application::reset_service::tests::test_hard_reset_wrong_token_refused ... ok
[INFO] [stdout] test infrastructure::metrics_publisher::tests::test_render_is_one_fixed_key_message ... ok
[INFO] [stdout] test infrastructure::ltm_repository::tests::test_leaf_links_to_data_id ... ok
[INFO] [stdout] test application::write_service::tests::remember_stm_stores_a_fact ... ok
[INFO] [stdout] test infrastructure::pithos_client::tests::test_pt_uri_to_url_maps_scheme ... ok
[INFO] [stdout] test infrastructure::ltm_repository::tests::test_node_with_two_parents ... ok
[INFO] [stdout] test application::monitoring::tests::test_snapshot_computes_fields ... ok
[INFO] [stdout] test infrastructure::ltm_repository::tests::test_schema_idempotent ... ok
[INFO] [stdout] test application::write_service::tests::remember_ltm_mints_a_note_and_places_a_leaf ... ok
[INFO] [stdout] test application::reset_service::tests::test_soft_reset_empties_stm_only ... ok
[INFO] [stdout] test application::write_service::tests::forget_tombstones_across_both_stores ... ok
[INFO] [stdout] test application::reset_service::tests::test_hard_reset_empties_both_then_replay_repopulates ... ok
[INFO] [stdout] test application::write_service::tests::remember_stm_without_fact_errors ... ok
[INFO] [stdout] test application::write_service::tests::sweep_removes_only_old_idempotency_rows ... ok
[INFO] [stdout] test application::write_service::tests::remember_stm_with_context_key_lands_a_working_note ... ok
[INFO] [stdout] test infrastructure::repository::tests::test_boost_relevance_resets_score ... ok
[INFO] [stdout] test infrastructure::repository::tests::test_boost_keeps_working_note_alive ... ok
[INFO] [stdout] test infrastructure::ltm_repository::tests::test_spine_seeded_once ... ok
[INFO] [stdout] test application::write_service::tests::remember_stm_subjects_build_and_reuse_the_graph_anchor ... ok
[INFO] [stdout] test infrastructure::repository::tests::test_boost_restarts_decay_clock ... ok
[INFO] [stdout] test infrastructure::repository::tests::test_recent_in_context_attaches_about_subjects ... ok
[INFO] [stdout] test infrastructure::repository::tests::test_context_key_round_trips ... ok
[INFO] [stdout] test interfaces::bus_query::tests::addressable_but_malformed_is_rejected ... ok
[INFO] [stdout] test interfaces::bus_query::tests::applies_defaults_when_omitted ... ok
[INFO] [stdout] test interfaces::bus_query::tests::error_reply_carries_message_and_status ... ok
[INFO] [stdout] test interfaces::bus_query::tests::flatten_recall_leafless_concept_still_surfaces ... ok
[INFO] [stdout] test interfaces::bus_query::tests::flatten_recall_one_entry_per_leaf ... ok
[INFO] [stdout] test interfaces::bus_query::tests::ignores_unknown_fields ... ok
[INFO] [stdout] test interfaces::bus_query::tests::missing_correlation_id_is_unroutable ... ok
[INFO] [stdout] test interfaces::bus_query::tests::non_json_is_unroutable ... ok
[INFO] [stdout] test interfaces::bus_query::tests::old_envelope_without_new_fields_still_parses ... ok
[INFO] [stdout] test interfaces::bus_query::tests::parses_each_scope ... ok
[INFO] [stdout] test interfaces::bus_query::tests::reply_serialization_matches_design_section_6 ... ok
[INFO] [stdout] test interfaces::bus_query::tests::reply_status_is_empty_when_both_sections_empty ... ok
[INFO] [stdout] test interfaces::bus_query::tests::stm_entry_context_key_serializes_only_when_present ... ok
[INFO] [stdout] test interfaces::bus_query::tests::stm_entry_drops_internal_connection_fields ... ok
[INFO] [stdout] test interfaces::bus_query::tests::stm_map_parses_without_query_and_carries_context_key ... ok
[INFO] [stdout] test interfaces::kafka_feeder::tests::test_event_without_id_is_bad_event ... ok
[INFO] [stdout] test interfaces::kafka_feeder::tests::test_tombstone_with_key_is_forget ... ok
[INFO] [stdout] test interfaces::kafka_feeder::tests::test_tombstone_without_key_is_parked ... ok
[INFO] [stdout] test interfaces::kafka_feeder::tests::test_unparseable_is_parked ... ok
[INFO] [stdout] test interfaces::kafka_feeder::tests::test_valid_event_is_ingest ... ok
[INFO] [stdout] test infrastructure::repository::tests::test_recent_in_context_limit_and_any_ccl ... ok
[INFO] [stdout] test infrastructure::repository::tests::test_hybrid_search ... ok
[INFO] [stdout] test infrastructure::repository::tests::test_reset_store_empties_stm_only ... ok
[INFO] [stdout] test infrastructure::schema::tests::test_context_key_column_present_and_idempotent ... ok
[INFO] [stdout] test infrastructure::repository::tests::test_sweep_resolves_half_life_per_ccl ... ok
[INFO] [stdout] test infrastructure::repository::tests::test_sweep_decays_by_real_elapsed_age ... ok
[INFO] [stdout] test infrastructure::pithos_client::tests::test_fetch_missing_is_skipped_not_error ... ok
[INFO] [stdout] test infrastructure::pithos_client::tests::test_sends_bearer_token ... ok
[INFO] [stdout] test infrastructure::pithos_client::tests::test_fetch_found_returns_body ... ok
[INFO] [stdout] test infrastructure::repository::tests::test_store_episode_and_node ... ok
[INFO] [stdout] test infrastructure::schema::tests::test_init_schema ... ok
[INFO] [stdout] test infrastructure::repository::tests::test_recent_in_context_scopes_and_orders ... ok
[INFO] [stdout] test infrastructure::repository::tests::test_tenant_isolation_delete_and_export ... ok
[INFO] [stdout] test infrastructure::schema::tests::test_migrates_preexisting_store ... ok
[INFO] [stdout] test infrastructure::database::tests::test_init_stores_independent ... ok
[INFO] [stdout] test interfaces::query_consumer::tests::ltm_scope_skips_stm_and_embeds_the_query ... ok
[INFO] [stdout] test interfaces::query_consumer::tests::execution_error_always_replies_with_error_status ... ok
[INFO] [stdout] test interfaces::query_consumer::tests::tenant_defaults_to_jarvis_and_isolates_other_tenants ... ok
[INFO] [stdout] test interfaces::query_consumer::tests::ltm_via_stm_seeds_ltm_with_stm_fact_texts ... ok
[INFO] [stdout] test interfaces::query_consumer::tests::both_scope_runs_stm_and_ltm ... ok
[INFO] [stdout] test interfaces::query_consumer::tests::stm_scope_returns_facts_and_no_ltm ... ok
[INFO] [stdout] test interfaces::query_consumer::tests::empty_store_yields_empty_status ... ok
[INFO] [stdout] test interfaces::query_consumer::tests::stm_map_is_pure_context_recency_no_vector_no_leaks ... ok
[INFO] [stdout] test interfaces::query_consumer::tests::stm_map_without_context_is_empty ... ok
[INFO] [stdout] test interfaces::query_consumer::tests::ltm_via_stm_degrades_when_stm_empty ... ok
[INFO] [stdout] test interfaces::query_consumer::tests::stm_map_recency_backbone_does_zero_embeds ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 101 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.52s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "75273410d02146e3b78626550abcfd297a2da300c423979856bbe52ab74f2cef", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "75273410d02146e3b78626550abcfd297a2da300c423979856bbe52ab74f2cef", kill_on_drop: false }`
[INFO] [stdout] 75273410d02146e3b78626550abcfd297a2da300c423979856bbe52ab74f2cef
