   Compiling ring v0.17.14
   Compiling rustls v0.23.40
   Compiling rustls v0.22.4
   Compiling rustls-webpki v0.103.13
   Compiling rustls-webpki v0.102.8
   Compiling tokio-rustls v0.25.0
   Compiling hyper-rustls v0.25.0
   Compiling libsql v0.9.30
   Compiling tokio-rustls v0.26.4
   Compiling rustls-platform-verifier v0.7.0
   Compiling ureq v3.3.0
   Compiling hyper-rustls v0.27.9
   Compiling reqwest v0.13.3
   Compiling autoagents-llm v0.3.7 (https://github.com/kgentic/AutoAgents.git?branch=kremory-combo-2026-06-04#0b9fa9b4)
   Compiling kremory v0.1.6 (/Users/jamessheen/Documents/Projects/Ideas/kremory/crates/kremory)
    Finished `test` profile [unoptimized + debuginfo] target(s) in 12.00s
     Running tests/label_precision_benchmark.rs (target/debug/deps/label_precision_benchmark-37564da61aef374d)

running 1 test
label_precision_haiku: model=claude-haiku-4-5-20251001
haiku ingest: episode_id=1 entities=3 facts=3
haiku extracted (5): [("person", "Entity"), ("i", "Entity"), ("Amazon", "Organisation"), ("Amazon Robotics", "Organisation"), ("Ria", "Person")]
label_precision (Haiku): 30.0% (3/10 ground-truth pairs matched, 2 placeholder)

thread 'label_precision_haiku_on_mock_interview' (9836796) panicked at crates/kremory/tests/label_precision_benchmark.rs:539:5:
Haiku label_precision 30.0% (3/10) below 65% R1 threshold. 2 entities had non-canonical labels. Model: claude-haiku-4-5-20251001
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
test label_precision_haiku_on_mock_interview ... FAILED

failures:

failures:
    label_precision_haiku_on_mock_interview

test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 5 filtered out; finished in 16.27s

error: test failed, to rerun pass `-p kremory --test label_precision_benchmark`
