curl -L https://github.com/yukarichess/yukari-nets/releases/download/fti27-wye/fti27-wye.bin -o fti27-wye.bin
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0
0 0 0 0 0 0 0 0 0
100 30.13M 100 30.13M 0 0 53.64M 0 0
100 30.13M 100 30.13M 0 0 53.63M 0 0
100 30.13M 100 30.13M 0 0 53.61M 0 0
yukari
Compiling Yukari-F67E7DE3 for OpenBench
triple: x86_64-unknown-linux-gnu
rustup component add llvm-tools
info: component llvm-tools is up to date
cargo install cargo-pgo
Updating crates.io index
Ignored package `cargo-pgo v0.3.0` is already installed, use --force to override
mkdir -p .cargo
echo "[target.x86_64-unknown-linux-gnu]" > .cargo/config.toml
echo "rustflags = \"-C target-cpu=native\"" >> .cargo/config.toml
echo "[env]" >> .cargo/config.toml
echo "EVALFILE = \"../../../fti27-wye.bin\"" >> .cargo/config.toml
echo "EVALFILE_SMALL = \"../../../fti29.bin\"" >> .cargo/config.toml
cargo pgo instrument
[2026-07-21T10:48:58Z INFO cargo_pgo::pgo::instrument] PGO profile directory will be cleared.
[2026-07-21T10:48:58Z INFO cargo_pgo::pgo::instrument] PGO profiles will be stored into /tmp/tmpnovzpe6b/Yukari/Yukari-tmp/target/pgo-profiles.
Compiling libc v0.2.188
Compiling crossbeam-utils v0.8.22
Compiling crossbeam-epoch v0.9.20
Compiling crossbeam-deque v0.8.7
Compiling zerocopy v0.8.55
Compiling getrandom v0.3.4
Compiling cfg-if v1.0.4
Compiling rayon-core v1.13.0
Compiling portable-atomic v1.14.0
Compiling once_cell v1.21.4
Compiling either v1.16.0
Compiling unicode-width v0.2.2
Compiling tinyvec v1.12.0
Compiling number_prefix v0.4.0
Compiling colored v3.1.1
Compiling yukari-movegen v2025.11.1 (/tmp/tmpnovzpe6b/Yukari/Yukari-tmp/yukari-movegen)
[1m[91merror[0m[1m: couldn't read `yukari-movegen/src/board/../../../fti29.bin`: No such file or directory (os error 2)[0m
[1m[94m--> [0myukari-movegen/src/board/eval.rs:33:122
[1m[94m|[0m
[1m[94m33[0m [1m[94m|[0m [1m[94m...[0mALL>>()], Network<HIDDEN_SIZE_SMALL>>(*include_bytes!(env!("EVALFILE_SMALL"))) };
[1m[94m|[0m [1m[91m^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^[0m
[1m[33mwarning[0m[1m: unused variable: `attacker`[0m
[1m[94m--> [0myukari-movegen/src/board/feature.rs:146:9
[1m[94m|[0m
[1m[94m146[0m [1m[94m|[0m let attacker = match (from_piece, friendly ^ flipped) {
[1m[94m|[0m [1m[33m^^^^^^^^[0m [1m[33mhelp: if this is intentional, prefix it with an underscore: `_attacker`[0m
[1m[94m|[0m
[1m[94m= [0m[1mnote[0m: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[1m[33mwarning[0m[1m: unused variable: `victim`[0m
[1m[94m--> [0myukari-movegen/src/board/feature.rs:159:9
[1m[94m|[0m
[1m[94m159[0m [1m[94m|[0m let victim = match (to_piece, !attacking_enemy ^ flipped) {
[1m[94m|[0m [1m[33m^^^^^^[0m [1m[33mhelp: if this is intentional, prefix it with an underscore: `_victim`[0m
error: could not compile `yukari-movegen` (lib) due to 1 previous error; 2 warnings emitted
warning: build failed, waiting for other jobs to finish...
[2026-07-21T10:49:01Z ERROR cargo_pgo::pgo::instrument] PGO instrumentation build has failed.
Cargo finished with an error (101)
make: *** [Makefile:40: openbench] Error 1