thread 23930 panic: attempt to unwrap error: OutOfMemory /home/jacob/.local/zig/0.8.0-dev.1385+3dd8396a5/files/lib/std/heap.zig:385:9: 0x247993 in std.heap.PageAllocator.resize (build) return error.OutOfMemory; ^ /home/jacob/.local/zig/0.8.0-dev.1385+3dd8396a5/files/lib/std/mem/Allocator.zig:315:16: 0x28b34f in std.mem.Allocator.resize (build) const rc = try self.resizeFn(self, old_byte_slice, Slice.alignment, new_byte_count, 0, @returnAddress()); ^ /home/jacob/.local/zig/0.8.0-dev.1385+3dd8396a5/files/lib/std/os.zig:3680:19: 0x24b62b in std.os.mmap (build) ENOMEM => return error.OutOfMemory, ^ /home/jacob/.local/zig/0.8.0-dev.1385+3dd8396a5/files/lib/std/heap.zig:300:17: 0x24748b in std.heap.PageAllocator.alloc (build) ) catch return error.OutOfMemory; ^ /home/jacob/.local/zig/0.8.0-dev.1385+3dd8396a5/files/lib/std/heap/arena_allocator.zig:57:21: 0x28af58 in std.heap.arena_allocator.ArenaAllocator.createNode (build) const buf = try self.child_allocator.allocFn(self.child_allocator, len, @alignOf(BufNode), 1, @returnAddress()); ^ /home/jacob/.local/zig/0.8.0-dev.1385+3dd8396a5/files/lib/std/heap/arena_allocator.zig:90:32: 0x275275 in std.heap.arena_allocator.ArenaAllocator.alloc (build) cur_node = try self.createNode(cur_buf.len, n + ptr_align); ^ /home/jacob/.local/zig/0.8.0-dev.1385+3dd8396a5/files/lib/std/mem/Allocator.zig:290:24: 0x263267 in std.mem.Allocator.allocAdvancedWithRetAddr (build) const byte_slice = try self.allocFn(self, byte_count, a, len_align, return_address); ^ /home/jacob/.local/zig/0.8.0-dev.1385+3dd8396a5/files/lib/std/mem/Allocator.zig:182:5: 0x261cbe in std.mem.Allocator.alloc (build) return self.allocAdvancedWithRetAddr(T, null, n, .exact, @returnAddress()); ^ /home/jacob/.local/zig/0.8.0-dev.1385+3dd8396a5/files/lib/std/mem/Allocator.zig:458:21: 0x265c85 in std.mem.Allocator.dupe (build) const new_buf = try allocator.alloc(T, m.len); ^ ???:?:?: 0x25029c in ??? (???) /home/jacob/.local/zig/0.8.0-dev.1385+3dd8396a5/files/lib/std/build.zig:345:47: 0x28542d in std.build.Builder.dupe (build) return self.allocator.dupe(u8, bytes) catch unreachable; ^ /home/jacob/.local/zig/0.8.0-dev.1385+3dd8396a5/files/lib/std/build.zig:369:30: 0x296db3 in std.build.Builder.dupePkg (build) .name = self.dupe(package.name), ^ /home/jacob/.local/zig/0.8.0-dev.1385+3dd8396a5/files/lib/std/build.zig:378:51: 0x296fe7 in std.build.Builder.dupePkg (build) new_dependencies[i] = self.dupePkg(dep_package); ^ /home/jacob/.local/zig/0.8.0-dev.1385+3dd8396a5/files/lib/std/build.zig:2055:50: 0x2912c1 in std.build.LibExeObjStep.addPackage (build) self.packages.append(self.builder.dupePkg(package)) catch unreachable; ^ /home/jacob/dev/ziget/build.zig:15:19: 0x287d68 in .@build.build (build) exe.addPackage( ^ /home/jacob/.local/zig/0.8.0-dev.1385+3dd8396a5/files/lib/std/special/build_runner.zig:157:38: 0x27c908 in runBuild (build) .ErrorUnion => try root.build(builder), ^ /home/jacob/.local/zig/0.8.0-dev.1385+3dd8396a5/files/lib/std/special/build_runner.zig:138:17: 0x271f19 in main (build) try runBuild(builder); ^ /home/jacob/.local/zig/0.8.0-dev.1385+3dd8396a5/files/lib/std/start.zig:345:37: 0x2487b4 in std.start.posixCallMainAndExit (build) const result = root.main() catch |err| { ^ /home/jacob/.local/zig/0.8.0-dev.1385+3dd8396a5/files/lib/std/start.zig:163:5: 0x248652 in std.start._start (build) @call(.{ .modifier = .never_inline }, posixCallMainAndExit, .{}); ^ error: the following build command crashed: /home/jacob/dev/ziget/zig-cache/o/6c08c9fdb7eea9fcf099dc9fd1362105/build /home/jacob/.local/zig/0.8.0-dev.1385+3dd8396a5/files/zig /home/jacob/dev/ziget /home/jacob/dev/ziget/zig-cache /home/jacob/.cache/zig -Diguana