cargo pgo instrument
[2025-07-31T08:29:49Z INFO cargo_pgo::pgo::instrument] PGO profile directory will be cleared.
[2025-07-31T08:29:49Z INFO cargo_pgo::pgo::instrument] PGO profiles will be stored into /tmp/tmpxgsu8jj6/Reckless/Reckless-tmp/target/pgo-profiles.
Compiling proc-macro2 v1.0.95
Compiling glob v0.3.2
Compiling unicode-ident v1.0.18
Compiling prettyplease v0.2.32
Compiling libc v0.2.172
Compiling regex-syntax v0.8.5
Compiling cfg-if v1.0.0
Compiling memchr v2.7.4
Compiling minimal-lexical v0.2.1
Compiling bindgen v0.71.1
Compiling shlex v1.3.0
Compiling either v1.15.0
Compiling bitflags v2.9.0
Compiling log v0.4.27
Compiling rustc-hash v2.1.1
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/tmpxgsu8jj6/Reckless/Reckless-tmp)
[0m[1m[38;5;9merror[E0308][0m[0m[1m: mismatched types[0m
[0m [0m[0m[1m[38;5;12m--> [0m[0msrc/nnue/forward/vectorized.rs:40:53[0m
[0m [0m[0m[1m[38;5;12m|[0m
[0m[1m[38;5;12m40[0m[0m [0m[0m[1m[38;5;12m|[0m[0m [0m[0m let shifted1 = simd::shift_left_i16::<{ 16 - FT_SHIFT }>(lhs1_clipped);[0m
[0m [0m[0m[1m[38;5;12m|[0m[0m [0m[0m[1m[38;5;9m^^^^^^^^^^^^^[0m[0m [0m[0m[1m[38;5;9mexpected `i32`, found `u32`[0m
[0m[1m[38;5;9merror[E0308][0m[0m[1m: mismatched types[0m
[0m [0m[0m[1m[38;5;12m--> [0m[0msrc/nnue/forward/vectorized.rs:41:53[0m
[0m [0m[0m[1m[38;5;12m|[0m
[0m[1m[38;5;12m41[0m[0m [0m[0m[1m[38;5;12m|[0m[0m [0m[0m let shifted2 = simd::shift_left_i16::<{ 16 - FT_SHIFT }>(lhs2_clipped);[0m
[0m [0m[0m[1m[38;5;12m|[0m[0m [0m[0m[1m[38;5;9m^^^^^^^^^^^^^[0m[0m [0m[0m[1m[38;5;9mexpected `i32`, found `u32`[0m
[0m[1m[38;5;9merror[E0308][0m[0m[1m: arguments to this function are incorrect[0m
[0m [0m[0m[1m[38;5;12m--> [0m[0msrc/nnue/forward/vectorized.rs:168:30[0m
[0m [0m[0m[1m[38;5;12m|[0m
[0m[1m[38;5;12m168[0m[0m [0m[0m[1m[38;5;12m|[0m[0m [0m[0m simd::horizontal_sum(_mm512_add_ps(output[0], output[1])) + PARAMETERS.l3_biases[0m
[0m [0m[0m[1m[38;5;12m|[0m[0m [0m[0m[1m[38;5;9m^^^^^^^^^^^^^[0m[0m [0m[0m[1m[38;5;12m---------[0m[0m [0m[0m[1m[38;5;12m---------[0m[0m [0m[0m[1m[38;5;12mexpected `__m512`, found `__m256`[0m
[0m [0m[0m[1m[38;5;12m|[0m[0m [0m[0m[1m[38;5;12m|[0m
[0m [0m[0m[1m[38;5;12m|[0m[0m [0m[0m[1m[38;5;12mexpected `__m512`, found `__m256`[0m
[0m [0m[0m[1m[38;5;12m|[0m
[0m[1m[38;5;10mnote[0m[0m: function defined here[0m
[0m [0m[0m[1m[38;5;12m--> [0m[0m/rustc/ba7e63b63871a429533c189adbfb1d9a6337e000/library/core/src/../../stdarch/crates/core_arch/src/x86/avx512f.rs:822:8[0m
[0m[1m[38;5;9merror[E0308][0m[0m[1m: mismatched types[0m
[0m [0m[0m[1m[38;5;12m--> [0m[0msrc/nnue/forward/vectorized.rs:168:30[0m
[0m [0m[0m[1m[38;5;12m|[0m
[0m[1m[38;5;12m168[0m[0m [0m[0m[1m[38;5;12m|[0m[0m [0m[0m simd::horizontal_sum(_mm512_add_ps(output[0], output[1])) + PARAMETERS.l3_biases[0m
[0m [0m[0m[1m[38;5;12m|[0m[0m [0m[0m[1m[38;5;12m--------------------[0m[0m [0m[0m[1m[38;5;9m^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^[0m[0m [0m[0m[1m[38;5;9mexpected `__m256`, found `__m512`[0m
[0m [0m[0m[1m[38;5;12m|[0m[0m [0m[0m[1m[38;5;12m|[0m
[0m [0m[0m[1m[38;5;12m|[0m[0m [0m[0m[1m[38;5;12marguments to this function are incorrect[0m
[0m [0m[0m[1m[38;5;12m|[0m
[0m[1m[38;5;10mnote[0m[0m: function defined here[0m
[0m [0m[0m[1m[38;5;12m--> [0m[0msrc/nnue/simd/avx2.rs:84:15[0m
[0m [0m[0m[1m[38;5;12m|[0m
[0m [0m[0m[1m[38;5;12m84[0m[0m [0m[0m[1m[38;5;12m|[0m[0m [0m[0mpub unsafe fn horizontal_sum(vec: __m256) -> f32 {[0m
[0m [0m[0m[1m[38;5;12m|[0m[0m [0m[0m[1m[38;5;10m^^^^^^^^^^^^^^[0m[0m [0m[0m[1m[38;5;12m-----------[0m
[0m[1mFor more information about this error, try `rustc --explain E0308`.[0m
error: could not compile `reckless` (bin "reckless") due to 4 previous errors
[2025-07-31T08:29:54Z ERROR cargo_pgo::pgo::instrument] PGO instrumentation build has failed.
Cargo finished with an error (101)
make: *** [Makefile:34: rule] Error 1