cargo pgo instrument
[2026-04-24T17:00:29Z INFO cargo_pgo::pgo::instrument] PGO profile directory will be cleared.
[2026-04-24T17:00:29Z INFO cargo_pgo::pgo::instrument] PGO profiles will be stored into /tmp/tmpwmx0_eg4/Reckless/Reckless-tmp/target/pgo-profiles.
Compiling proc-macro2 v1.0.95
Compiling unicode-ident v1.0.18
Compiling glob v0.3.2
Compiling prettyplease v0.2.32
Compiling libc v0.2.172
Compiling minimal-lexical v0.2.1
Compiling memchr v2.7.4
Compiling cfg-if v1.0.0
Compiling regex-syntax v0.8.5
Compiling bindgen v0.71.1
Compiling either v1.15.0
Compiling shlex v1.3.0
Compiling rustc-hash v2.1.1
Compiling log v0.4.27
Compiling bitflags v2.9.0
Compiling libloading v0.8.6
Compiling cc v1.2.22
Compiling itertools v0.13.0
Compiling clang-sys v1.8.1
Compiling nom v7.1.3
Compiling quote v1.0.40
Compiling syn v2.0.101
Compiling regex-automata v0.4.9
Compiling cexpr v0.6.0
Compiling regex v1.11.1
Compiling reckless v0.8.0-dev (/tmp/tmpwmx0_eg4/Reckless/Reckless-tmp)
[1m[91merror[E0080][0m[1m: transmuting from 63266880-byte type to 1184320-byte type: `[u8; 63266880]` -> `Parameters`[0m
[1m[94m--> [0msrc/nnue.rs:140:42
[1m[94m|[0m
[1m[94m140[0m [1m[94m|[0m [1m[94m...[0msafe { std::mem::transmute(*include_bytes!(env!("MODEL"))) };
[1m[94m|[0m [1m[91m^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^[0m [1m[91mevaluation of `nnue::PARAMETERS` failed here[0m
[1m[91merror[E0512][0m[1m: cannot transmute between types of different sizes, or dependently-sized types[0m
[1m[94m--> [0msrc/nnue.rs:140:42
[1m[94m|[0m
[1m[94m140[0m [1m[94m|[0m static PARAMETERS: Parameters = unsafe { std::mem::transmute(*include_b[1m[94m...[0m
[1m[94m|[0m [1m[91m^^^^^^^^^^^^^^^^^^^[0m
[1m[94m|[0m
[1m[94m= [0m[1mnote[0m: source type: `[u8; 63266880]` (506135040 bits)
[1m[94m= [0m[1mnote[0m: target type: `Parameters` (9474560 bits)
[1mSome errors have detailed explanations: E0080, E0512.[0m
[1mFor more information about an error, try `rustc --explain E0080`.[0m
error: could not compile `reckless` (bin "reckless") due to 2 previous errors
[2026-04-24T17:00:42Z ERROR cargo_pgo::pgo::instrument] PGO instrumentation build has failed.
Cargo finished with an error (101)
make: *** [Makefile:44: rule] Error 1