warning: unused import: `SCALE`
 --> D:\projects\vector_db\Valori-Big\valori\src\fxp\ops.rs:4:38
  |
4 | ...FRAC_BITS, SCALE};
  |               ^^^^^
  |
  = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default

warning: method `raw_records` is never used
  --> D:\projects\vector_db\Valori-Big\valori\src\storage\pool.rs:13:19
   |
12 | impl<const CAP: usize, const D: usize> RecordPool<CAP, D> {
   | --------------------------------------------------------- method in this implementation
13 |     pub(crate) fn raw_records(&self) -> &[Option<Record<D>>] {
   |                   ^^^^^^^^^^^
   |
   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default

warning: `valori-kernel` (lib) generated 2 warnings (run `cargo fix --lib -p valori-kernel` to apply 1 suggestion)
   Compiling pyo3-ffi v0.21.2
   Compiling pyo3-macros v0.21.2
error: failed to run custom build command for `pyo3-ffi v0.21.2`

Caused by:
  process didn't exit successfully: `D:\projects\vector_db\Valori-Big\valori\ffi\target\debug\build\pyo3-ffi-38964e36eef9ff3d\build-script-build` (exit code: 1)
  --- stdout
  cargo:rerun-if-env-changed=PYO3_CROSS
  cargo:rerun-if-env-changed=PYO3_CROSS_LIB_DIR
  cargo:rerun-if-env-changed=PYO3_CROSS_PYTHON_VERSION
  cargo:rerun-if-env-changed=PYO3_CROSS_PYTHON_IMPLEMENTATION
  cargo:rerun-if-env-changed=PYO3_PRINT_CONFIG
  cargo:rerun-if-env-changed=PYO3_USE_ABI3_FORWARD_COMPATIBILITY

  --- stderr
  error: the configured Python interpreter version (3.13) is newer than PyO3's maximum supported version (3.12)
  = help: please check if an updated version of PyO3 is available. Current version: 0.21.2
  = help: set PYO3_USE_ABI3_FORWARD_COMPATIBILITY=1 to suppress this check and build anyway using the stable ABI
warning: build failed, waiting for other jobs to finish...
