   Compiling ahash v0.8.12
   Compiling bitflags v2.11.0
   Compiling num-traits v0.2.19
   Compiling ureq v3.3.0
   Compiling aho-corasick v1.1.4
   Compiling system-configuration v0.7.0
   Compiling security-framework v3.7.0
   Compiling security-framework v2.11.1
   Compiling tower-http v0.6.8
   Compiling tower-http v0.4.4
   Compiling libsql-sqlite3-parser v0.13.0
   Compiling hashbrown v0.14.5
   Compiling hyper-util v0.1.20
   Compiling chrono v0.4.44
   Compiling hashlink v0.8.4
   Compiling libsql-rusqlite v0.9.30
   Compiling rustls-platform-verifier v0.6.2
   Compiling hyper-rustls v0.27.7
   Compiling reqwest v0.13.2
   Compiling rustls-native-certs v0.7.3
   Compiling libsql-sys v0.9.30
   Compiling regex-automata v0.4.14
   Compiling libsql_replication v0.9.30
   Compiling hyper-rustls v0.25.0
   Compiling hf-hub v0.5.0
   Compiling autoagents-llm v0.3.7 (/Users/jamessheen/Documents/Projects/Ideas/oss/AutoAgents/crates/autoagents-llm)
   Compiling tonic-web v0.11.0
   Compiling regex v1.12.3
   Compiling autoagents-llamacpp v0.3.7 (/Users/jamessheen/Documents/Projects/Ideas/oss/AutoAgents/crates/autoagents-llamacpp)
   Compiling zspell v0.5.5
   Compiling libsql v0.9.30
   Compiling metrics v0.24.3
   Compiling ordered-float v4.6.0
   Compiling metrics-util v0.18.0
   Compiling temporal-spike v0.1.0 (/Users/jamessheen/Documents/Projects/Ideas/ai-meeting-transcription/rql-spike)
    Finished `release` profile [optimized] target(s) in 8m 12s
     Running tests/e2e_local_llm.rs (/Users/jamessheen/.cargo-shared-target/kaironiq/release/deps/e2e_local_llm-3a46346bd10c07b7)

running 1 test
test llm_tests::test_e2e_ingest_with_local_llm ... 
thread 'llm_tests::test_e2e_ingest_with_local_llm' (42212886) panicked at rql-spike/tests/e2e_local_llm.rs:138:9:
assertion `left == right` failed: should have 3 extraction stage timings
  left: 1
 right: 3
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
FAILED

failures:

failures:
    llm_tests::test_e2e_ingest_with_local_llm

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

error: test failed, to rerun pass `--test e2e_local_llm`
