cargo rustc --release -p simbelmyne -- -C target-cpu=native --emit link=Simbelmyne-6B241D76
   Compiling anyhow v1.0.86
   Compiling proc-macro2 v1.0.86
   Compiling unicode-ident v1.0.12
   Compiling crossbeam-utils v0.8.20
   Compiling either v1.13.0
   Compiling utf8parse v0.2.2
   Compiling rayon-core v1.12.1
   Compiling lazy_static v1.5.0
   Compiling anstyle-parse v0.2.4
   Compiling colored v2.1.0
   Compiling itertools v0.11.0
   Compiling anstyle v1.0.7
   Compiling is_terminal_polyfill v1.70.0
   Compiling anstyle-query v1.1.0
   Compiling arrayvec v0.7.4
   Compiling colorchoice v1.0.1
   Compiling quote v1.0.36
   Compiling crossbeam-epoch v0.9.18
   Compiling anstream v0.6.14
   Compiling syn v2.0.70
   Compiling heck v0.5.0
   Compiling crossbeam-deque v0.8.5
   Compiling strsim v0.11.1
   Compiling clap_lex v0.7.1
   Compiling simbelmyne v1.10.0 (/tmp/tmp867w45y1/Simbelmyne/Simbelmyne-tmp/simbelmyne)
   Compiling clap_builder v4.5.7
   Compiling simbelmyne-chess v0.1.0 (/tmp/tmp867w45y1/Simbelmyne/Simbelmyne-tmp/chess)
   Compiling rayon v1.10.0
   Compiling bytemuck_derive v1.6.0
   Compiling clap_derive v4.5.5
   Compiling bytemuck v1.16.3
   Compiling clap v4.5.7
   Compiling simbelmyne-uci v0.1.0 (/tmp/tmp867w45y1/Simbelmyne/Simbelmyne-tmp/uci)
   Compiling tuner v0.1.0 (/tmp/tmp867w45y1/Simbelmyne/Simbelmyne-tmp/tuner)
   Compiling macros v0.1.0 (/tmp/tmp867w45y1/Simbelmyne/Simbelmyne-tmp/macros)
error[E0599]: no method named `store` found for type `usize` in the current scope
  --> simbelmyne/src/search/params.rs:39:1
   |
39 | #[tunable]
   | ^^^^^^^^^^ method not found in `usize`
   |
   = note: this error originates in the attribute macro `tunable` (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0599]: no method named `store` found for type `i32` in the current scope
  --> simbelmyne/src/search/params.rs:39:1
   |
39 | #[tunable]
   | ^^^^^^^^^^ method not found in `i32`
   |
   = note: this error originates in the attribute macro `tunable` (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0599]: no method named `store` found for type `u8` in the current scope
  --> simbelmyne/src/search/params.rs:39:1
   |
39 | #[tunable]
   | ^^^^^^^^^^ method not found in `u8`
   |
   = note: this error originates in the attribute macro `tunable` (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0599]: no method named `store` found for type `i16` in the current scope
  --> simbelmyne/src/search/params.rs:39:1
   |
39 | #[tunable]
   | ^^^^^^^^^^ method not found in `i16`
   |
   = note: this error originates in the attribute macro `tunable` (in Nightly builds, run with -Z macro-backtrace for more info)

error[E0599]: no method named `store` found for type `u32` in the current scope
  --> simbelmyne/src/search/params.rs:39:1
   |
39 | #[tunable]
   | ^^^^^^^^^^ method not found in `u32`
   |
   = note: this error originates in the attribute macro `tunable` (in Nightly builds, run with -Z macro-backtrace for more info)

For more information about this error, try `rustc --explain E0599`.
error: could not compile `simbelmyne` (bin "simbelmyne") due to 5 previous errors
make: *** [Makefile:4: openbench] Error 101