cargo pgo instrument
[2025-11-10T01:18:11Z INFO  cargo_pgo::pgo::instrument] PGO profile directory will be cleared.
[2025-11-10T01:18:11Z INFO  cargo_pgo::pgo::instrument] PGO profiles will be stored into /tmp/tmp3niz9mgb/Reckless/Reckless-tmp/target/pgo-profiles.
   Compiling proc-macro2 v1.0.95
   Compiling unicode-ident v1.0.18
   Compiling glob v0.3.2
   Compiling libc v0.2.175
   Compiling prettyplease v0.2.32
   Compiling memchr v2.7.4
   Compiling minimal-lexical v0.2.1
   Compiling cfg-if v1.0.0
   Compiling regex-syntax v0.8.5
   Compiling either v1.15.0
   Compiling shlex v1.3.0
   Compiling bindgen v0.71.1
   Compiling log v0.4.27
   Compiling rustc-hash v2.1.1
   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.9.0-dev (/tmp/tmp3niz9mgb/Reckless/Reckless-tmp)
error[E0425]: cannot find function `v3` in this scope
   --> src/search.rs:653:69
    |
653 |                 -23 * lmr_depth * lmr_depth - 25 * history / 1024 + v3() * lmr_depth * (static_eval < alpha) as i32 - 8
    |                                                                     ^^ not found in this scope

error[E0425]: cannot find function `v7` in this scope
   --> src/search.rs:655:69
    |
655 |                 -20 * lmr_depth * lmr_depth - 49 * history / 1024 + v7() * lmr_depth * (static_eval < alpha) as i32 - 11
    |                                                                     ^^ not found in this scope

For more information about this error, try `rustc --explain E0425`.
error: could not compile `reckless` (bin "reckless") due to 2 previous errors
[2025-11-10T01:18:20Z ERROR cargo_pgo::pgo::instrument] PGO instrumentation build has failed.
Cargo finished with an error (101)
make: *** [Makefile:24: rule] Error 1