cargo pgo instrument
[2025-06-29T08:03:57Z INFO  cargo_pgo::pgo::instrument] PGO profile directory will be cleared.
[2025-06-29T08:03:57Z INFO  cargo_pgo::pgo::instrument] PGO profiles will be stored into /tmp/tmp6i4b9c5r/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 memchr v2.7.4
   Compiling cfg-if v1.0.0
   Compiling minimal-lexical v0.2.1
   Compiling regex-syntax v0.8.5
   Compiling libloading v0.8.6
   Compiling bindgen v0.71.1
   Compiling shlex v1.3.0
   Compiling either v1.15.0
   Compiling clang-sys v1.8.1
   Compiling itertools v0.13.0
   Compiling bitflags v2.9.0
   Compiling log v0.4.27
   Compiling nom v7.1.3
   Compiling rustc-hash v2.1.1
   Compiling cc v1.2.22
   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/tmp6i4b9c5r/Reckless/Reckless-tmp)
    Finished `release` profile [optimized] target(s) in 16.14s
[2025-06-29T08:04:13Z INFO  cargo_pgo::pgo::instrument] PGO-instrumented binary reckless built successfully.
[2025-06-29T08:04:13Z INFO  cargo_pgo::pgo::instrument] Now run /tmp/tmp6i4b9c5r/Reckless/Reckless-tmp/target/x86_64-unknown-linux-gnu/release/reckless on your workload.
    If your program creates multiple processes or you will execute it multiple times in parallel, consider running it with the following environment variable to have more precise profiles:
    LLVM_PROFILE_FILE=/tmp/tmp6i4b9c5r/Reckless/Reckless-tmp/target/pgo-profiles/reckless_%m_%p.profraw
[2025-06-29T08:04:13Z INFO  cargo_pgo::pgo::instrument] PGO instrumentation build finished successfully.
cargo pgo run -- bench
[2025-06-29T08:04:14Z INFO  cargo_pgo::pgo::instrument] PGO profile directory will be cleared.
[2025-06-29T08:04:14Z INFO  cargo_pgo::pgo::instrument] PGO profiles will be stored into /tmp/tmp6i4b9c5r/Reckless/Reckless-tmp/target/pgo-profiles.
   Compiling reckless v0.8.0-dev (/tmp/tmp6i4b9c5r/Reckless/Reckless-tmp)
    Finished `release` profile [optimized] target(s) in 9.09s
[2025-06-29T08:04:23Z INFO  cargo_pgo::pgo::instrument] PGO instrumentation build finished successfully.
     Running `target/x86_64-unknown-linux-gnu/release/reckless bench`
Bench: 2051855 nodes 1069605 nps
Cargo finished with an error (-1)
make: *** [Makefile:35: rule] Error 1