git submodule update --init --recursive --depth 1
fatal: not a git repository (or any parent up to mount point /)
Stopping at filesystem boundary (GIT_DISCOVERY_ACROSS_FILESYSTEM not set).
make: [Makefile:16: net] Error 128 (ignored)
zig build --release=fast install -Dnet=/home/patrick/ChessProgramming/OpenBench/Client/Networks/24FCD76C
install
+- install pawnocchio
   +- compile exe pawnocchio ReleaseFast native 5 errors
src/Searcher.zig:116:21: error: root source file struct 'std' has no member named 'BoundedArray'
previous_hashes: std.BoundedArray(u64, MAX_HALFMOVE * 2),
                 ~~~^~~~~~~~~~~~~
/snap/zig/15308/lib/std/std.zig:1:1: note: struct declared here
pub const ArrayHashMap = array_hash_map.ArrayHashMap;
^~~
referenced by:
    Searcher: src/root.zig:40:30
    Searcher: src/engine.zig:21:22
    7 reference(s) hidden; use '-freference-trace=9' to see all references
src/main.zig:151:90: error: root source file struct 'Io' has no member named 'getStdOut'
                try root.engine.genfens(genfens_book, genfens_count, genfens_seed, std.io.getStdOut().writer().any(), allocator);
                                                                                   ~~~~~~^~~~~~~~~~
/snap/zig/15308/lib/std/Io.zig:1:1: note: struct declared here
const builtin = @import("builtin");
^~~~~
src/nnue.zig:101:14: error: root source file struct 'std' has no member named 'BoundedArray'
    adds: std.BoundedArray(SquarePieceType, 2) = .{},
          ~~~^~~~~~~~~~~~~
/snap/zig/15308/lib/std/std.zig:1:1: note: struct declared here
pub const ArrayHashMap = array_hash_map.ArrayHashMap;
^~~
src/root.zig:88:28: error: root source file struct 'Io' has no member named 'getStdOut'
            stdout = std.io.getStdOut();
                     ~~~~~~^~~~~~~~~~
/snap/zig/15308/lib/std/Io.zig:1:1: note: struct declared here
const builtin = @import("builtin");
^~~~~
src/root.zig:412:14: error: root source file struct 'std' has no member named 'BoundedArray'
    vals: std.BoundedArray(ScoredMove, 256) = .{},
          ~~~^~~~~~~~~~~~~
/snap/zig/15308/lib/std/std.zig:1:1: note: struct declared here
pub const ArrayHashMap = array_hash_map.ArrayHashMap;
^~~
error: the following command failed with 5 compilation errors:
/snap/zig/15308/zig build-exe -cflags -fno-sanitize=undefined -O3 -- -x c /tmp/tmpuq6lxxtc/Pawnocchio/Pawnocchio-tmp/src/Pyrrhic/tbprobe.c -x none -fstrip -fomit-frame-pointer -OReleaseFast -I /tmp/tmpuq6lxxtc/Pawnocchio/Pawnocchio-tmp/src/Pyrrhic/ --dep build_options --dep net -Mroot=/tmp/tmpuq6lxxtc/Pawnocchio/Pawnocchio-tmp/src/main.zig -Mbuild_options=.zig-cache/c/0ccca7f900471c6809ddb3e475790725/options.zig -Mnet=/home/patrick/ChessProgramming/OpenBench/Client/Networks/24FCD76C -lc --cache-dir .zig-cache --global-cache-dir /home/patrick/.cache/zig --name pawnocchio --zig-lib-dir /snap/zig/15308/lib/ --listen=-

Build Summary: 1/4 steps succeeded; 1 failed
install transitive failure
+- install pawnocchio transitive failure
   +- compile exe pawnocchio ReleaseFast native 5 errors

error: the following build command failed with exit code 1:
.zig-cache/o/f68959ebfee6d4875a36692be423ed80/build /snap/zig/15308/zig /snap/zig/15308/lib /tmp/tmpuq6lxxtc/Pawnocchio/Pawnocchio-tmp .zig-cache /home/patrick/.cache/zig --seed 0x4c8837a7 -Zd07f997b343e3ec8 --release=fast install -Dnet=/home/patrick/ChessProgramming/OpenBench/Client/Networks/24FCD76C
make: *** [Makefile:25: default] Error 1