cargo pgo instrument [2025-07-18T08:16:03Z INFO cargo_pgo::pgo::instrument] PGO profile directory will be cleared. [2025-07-18T08:16:03Z INFO cargo_pgo::pgo::instrument] PGO profiles will be stored into /tmp/tmp0eiqmpbm/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.172 Compiling prettyplease v0.2.32 Compiling minimal-lexical v0.2.1 Compiling cfg-if v1.0.0 Compiling memchr v2.7.4 Compiling clang-sys v1.8.1 Compiling regex-syntax v0.8.5 Compiling libloading v0.8.6 Compiling quote v1.0.40 Compiling syn v2.0.101 Compiling nom v7.1.3 Compiling regex-automata v0.4.9 Compiling shlex v1.3.0 Compiling bindgen v0.71.1 Compiling either v1.15.0 Compiling cexpr v0.6.0 Compiling itertools v0.13.0 Compiling regex v1.11.1 Compiling rustc-hash v2.1.1 Compiling log v0.4.27 Compiling bitflags v2.9.0 Compiling cc v1.2.22 Compiling reckless v0.8.0-dev (/tmp/tmp0eiqmpbm/Reckless/Reckless-tmp) [0m[1m[38;5;9merror[E0277][0m[0m[1m: `moves::Move` doesn't implement `std::fmt::Display`[0m [0m [0m[0m[1m[38;5;12m--> [0m[0msrc/tools/perft.rs:39:30[0m [0m [0m[0m[1m[38;5;12m|[0m [0m[1m[38;5;12m39[0m[0m [0m[0m[1m[38;5;12m|[0m[0m [0m[0m println!("{index:>3} {mv:>8} {count:>12} {seconds:>12.3}s {knps:>15.3} kN/s");[0m [0m [0m[0m[1m[38;5;12m|[0m[0m [0m[0m[1m[38;5;9m^^^^^^^[0m[0m [0m[0m[1m[38;5;9m`moves::Move` cannot be formatted with the default formatter[0m [0m [0m[0m[1m[38;5;12m|[0m [0m [0m[0m[1m[38;5;12m= [0m[0m[1mhelp[0m[0m: the trait `std::fmt::Display` is not implemented for `moves::Move`[0m [0m [0m[0m[1m[38;5;12m= [0m[0m[1mnote[0m[0m: in format strings you may be able to use `{:?}` (or {:#?} for pretty-print) instead[0m [0m [0m[0m[1m[38;5;12m= [0m[0m[1mnote[0m[0m: this error originates in the macro `$crate::format_args_nl` which comes from the expansion of the macro `println` (in Nightly builds, run with -Z macro-backtrace for more info)[0m [0m[1mFor more information about this error, try `rustc --explain E0277`.[0m error: could not compile `reckless` (bin "reckless") due to 1 previous error [2025-07-18T08:16:16Z ERROR cargo_pgo::pgo::instrument] PGO instrumentation build has failed. Cargo finished with an error (101) make: *** [Makefile:34: rule] Error 1