git submodule update --init --recursive --depth 1
fatal: not a git repository (or any of the parent directories): .git
make: [Makefile:16: net] Error 128 (ignored)
zig build --release=fast install -Dnet=/home/aron/OpenBench/Client/Networks/EE610404 -Druntime_net
install
+- install pawnocchio
+- zig build-exe pawnocchio ReleaseFast native 3 errors
src/engine.zig:450:20: error: root source file struct 'std' has no member named 'array_list'
var fens = std.array_list.Managed([]const u8).init(allocator);
^~~~~~~~~~
/home/aron/.zvm/0.14.1/lib/std/std.zig:1:1: note: struct declared here
pub const ArrayHashMap = array_hash_map.ArrayHashMap;
^~~
referenced by:
main: src/main.zig:166:40
main: /home/aron/.zvm/0.14.1/lib/std/start.zig:660:37
3 reference(s) hidden; use '-freference-trace=5' to see all references
src/root.zig:89:33: error: root source file struct 'fs.File' has no member named 'stdout'
stdout = std.fs.File.stdout();
~~~~~~~~~~~^~~~~~~
/home/aron/.zvm/0.14.1/lib/std/fs/File.zig:1:1: note: struct declared here
/// The OS-specific file descriptor or file handle.
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
src/root.zig:105:27: error: no field named 'interface' in struct 'io.GenericWriter(fs.File,error{SystemResources,Unexpected,DiskQuota,FileTooBig,InputOutput,NoSpaceLeft,DeviceBusy,InvalidArgument,AccessDenied,BrokenPipe,OperationAborted,NotOpenForWriting,LockViolation,WouldBlock,ConnectionResetByPeer,ProcessNotFound,NoDevice},(function 'write'))'
stdout_writer.interface.flush() catch std.debug.panic("failed to flush stdout", .{});
^~~~~~~~~
/home/aron/.zvm/0.14.1/lib/std/io.zig:297:12: note: struct declared here
return struct {
^~~~~~
error: the following command failed with 3 compilation errors:
/home/aron/.zvm/0.14.1/zig build-exe -cflags -fno-sanitize=undefined -O3 -- -x c /tmp/tmpf3i0nwyz/Pawnocchio/Pawnocchio-tmp/src/Pyrrhic/tbprobe.c -x none -fstrip -fomit-frame-pointer -OReleaseFast -I /tmp/tmpf3i0nwyz/Pawnocchio/Pawnocchio-tmp/src/Pyrrhic --dep build_options --dep net -Mroot=/tmp/tmpf3i0nwyz/Pawnocchio/Pawnocchio-tmp/src/main.zig -Mbuild_options=/tmp/tmpf3i0nwyz/Pawnocchio/Pawnocchio-tmp/.zig-cache/c/714ae5ea1bbf84304dac6a79b7e71052/options.zig -Mnet=/home/aron/OpenBench/Client/Networks/EE610404 -lc --cache-dir /tmp/tmpf3i0nwyz/Pawnocchio/Pawnocchio-tmp/.zig-cache --global-cache-dir /home/aron/.cache/zig --name pawnocchio --zig-lib-dir /home/aron/.zvm/0.14.1/lib/ --listen=-
Build Summary: 1/4 steps succeeded; 1 failed
install transitive failure
+- install pawnocchio transitive failure
+- zig build-exe pawnocchio ReleaseFast native 3 errors
error: the following build command failed with exit code 1:
/tmp/tmpf3i0nwyz/Pawnocchio/Pawnocchio-tmp/.zig-cache/o/e8a4f330d4d18c32f8984fdd0e3a71a5/build /home/aron/.zvm/0.14.1/zig /home/aron/.zvm/0.14.1/lib /tmp/tmpf3i0nwyz/Pawnocchio/Pawnocchio-tmp /tmp/tmpf3i0nwyz/Pawnocchio/Pawnocchio-tmp/.zig-cache /home/aron/.cache/zig --seed 0x36abc1a5 -Z75ca8aa50204a2dc --release=fast install -Dnet=/home/aron/OpenBench/Client/Networks/EE610404 -Druntime_net
make: *** [Makefile:25: default] Error 1