Created
April 19, 2026 11:16
-
-
Save winpat/6508bcaa81e185aba8f3388685c8281a to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ``` | |
| error: Cannot build '/nix/store/dllsrsk0w8jxj3vlqy9avhk48p09wdhp-zls.drv'. | |
| Reason: builder failed with exit code 1. | |
| Output paths: | |
| /nix/store/8sv2zhibb5x9y0asxrgww8qchhqlddz9-zls | |
| Last 25 log lines: | |
| > return error.Timeout; | |
| > ^ | |
| > /nix/store/9zyky24fffkbhnkmjcnrjcl3dmvx6w9x-zig-0.16.0/lib/std/Io.zig:592:9: 0x12592d6 in awaitConcurrent (std.zig) | |
| > return io.vtable.batchAwaitConcurrent(io.userdata, batch, timeout); | |
| > ^ | |
| > /nix/store/9zyky24fffkbhnkmjcnrjcl3dmvx6w9x-zig-0.16.0/lib/std/Io/File/MultiReader.zig:207:5: 0x150378f in fill (std.zig) | |
| > try mr.batch.awaitConcurrent(io, timeout); | |
| > ^ | |
| > /build/source/src/translate_c.zig:226:29: 0x14edeeb in translate (zls.zig) | |
| > else => |e| return e, | |
| > ^ | |
| > /build/source/tests/language_features/cimport.zig:113:19: 0x14f3c55 in testTranslate (tests.zig) | |
| > var result = (try translate_c.translate( | |
| > ^ | |
| > /build/source/tests/language_features/cimport.zig:15:19: 0x14f46ec in test.zig compile server - translate c (tests.zig) | |
| > var result1 = try testTranslate( | |
| > ^ | |
| > failed command: ./.zig-cache/o/fe82e6515401e9a355d53480d621214c/test --cache-dir=./.zig-cache --seed=0x4c26a1f --listen=- | |
| > | |
| > Build Summary: 37/39 steps succeeded (1 failed); 572/584 tests passed (11 skipped, 1 failed) | |
| > test transitive failure | |
| > +- run test 478 pass, 11 skip, 1 fail (490 total) | |
| > | |
| > error: the following build command failed with exit code 1: | |
| > .zig-cache/o/4b34ea0cea16602ecb453983ec3f1117/build /nix/store/9zyky24fffkbhnkmjcnrjcl3dmvx6w9x-zig-0.16.0/bin/zig /nix/store/9zyky24fffkbhnkmjcnrjcl3dmvx6w9x-zig-0.16.0/lib /build/source .zig-cache /build/.cache --seed 0x4c26a1f -Zb13ed47c3bc59286 test --system -Dtarget=x86_64-linux -Dversion-string=0.16.0 --color off | |
| For full logs, run: | |
| nix log /nix/store/dllsrsk0w8jxj3vlqy9avhk48p09wdhp-zls.drv | |
| error: Cannot build '/nix/store/5yr2vwd6zakvbq4giavq9gwnyc4vm633-nix-shell-env.drv'. | |
| Reason: 1 dependency failed. | |
| Output paths: | |
| /nix/store/ip29pqca62wnkcbq57k40z7b8xx5qkch-nix-shell-env | |
| ``` |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment