cargo pgo instrument
[2025-05-28T11:29:44Z INFO  cargo_pgo::pgo::instrument] PGO profile directory will be cleared.
[2025-05-28T11:29:44Z INFO  cargo_pgo::pgo::instrument] PGO profiles will be stored into C:\Temp\tmpd8irr92g\Reckless\Reckless-tmp\target\pgo-profiles.
   Compiling proc-macro2 v1.0.95
   Compiling windows_x86_64_msvc v0.52.6
   Compiling glob v0.3.2
   Compiling unicode-ident v1.0.18
   Compiling prettyplease v0.2.32
   Compiling libc v0.2.172
   Compiling memchr v2.7.4
   Compiling windows-targets v0.52.6
   Compiling regex-syntax v0.8.5
   Compiling minimal-lexical v0.2.1
   Compiling clang-sys v1.8.1
   Compiling libloading v0.8.6
   Compiling either v1.15.0
   Compiling nom v7.1.3
   Compiling bindgen v0.71.1
   Compiling quote v1.0.40
   Compiling shlex v1.3.0
   Compiling syn v2.0.101
   Compiling itertools v0.13.0
   Compiling log v0.4.27
   Compiling bitflags v2.9.0
   Compiling rustc-hash v2.1.1
   Compiling cc v1.2.22
   Compiling regex-automata v0.4.9
   Compiling cexpr v0.6.0
   Compiling regex v1.11.1
   Compiling reckless v0.8.0-dev (C:\Temp\tmpd8irr92g\Reckless\Reckless-tmp)
warning: unused import: `PieceType`
 --> src\nnue.rs:3:26
  |
3 |     types::{Color, Move, PieceType, MAX_PLY},
  |                          ^^^^^^^^^
  |
  = note: `#[warn(unused_imports)]` on by default

error[E0512]: cannot transmute between types of different sizes, or dependently-sized types
   --> src\nnue.rs:140:42
    |
140 | static PARAMETERS: Parameters = unsafe { std::mem::transmute(*include_bytes!(env!("MODEL"))) };
    |                                          ^^^^^^^^^^^^^^^^^^^
    |
    = note: source type: `[u8; 1579010]` (12632080 bits)
    = note: target type: `Parameters` (12632576 bits)

warning: unused variable: `wking`
   --> src\nnue\accumulator.rs:157:58
    |
157 | fn index(color: Color, piece: PieceType, square: Square, wking: Square, bking: Square) -> FtIndex {
    |                                                          ^^^^^ help: if this is intentional, prefix it with an underscore: `_wking`
    |
    = note: `#[warn(unused_variables)]` on by default

warning: unused variable: `bking`
   --> src\nnue\accumulator.rs:157:73
    |
157 | fn index(color: Color, piece: PieceType, square: Square, wking: Square, bking: Square) -> FtIndex {
    |                                                                         ^^^^^ help: if this is intentional, prefix it with an underscore: `_bking`

For more information about this error, try `rustc --explain E0512`.
error: could not compile `reckless` (bin "reckless") due to 1 previous error; 3 warnings emitted
[2025-05-28T11:29:57Z ERROR cargo_pgo::pgo::instrument] PGO instrumentation build has failed.
Cargo finished with an error (101)
make: *** [Makefile:44: rule] Error 1