Since the merge of #31403, we've seen this failure frequently on PowerPC. I've only seen it when the test runner is built in release modes. The build mode of the compiler does not seem to matter.
test
mq test-modules
mq test-std
mq run test std-native-pwr10-ReleaseSafe-libc failure
thread 947389 panic: internal test runner failure: EndOfStream
/home/ci/.cache/act/4a7b3683960aac35/hostexecutor/lib/compiler/test_runner.zig:68:60: 0x11e18af in main (test)
return mainServer(init) catch |err| std.debug.panic("internal test runner failure: {t}", .{err});
^
???:?:?: 0x3fff94796f0b in ??? (/lib/powerpc64le-linux-gnu/libc.so.6)
???:?:?: 0x3fff9479714b in ??? (/lib/powerpc64le-linux-gnu/libc.so.6)
error: test process unexpectedly terminated with signal ABRT
failed command: /home/ci/.cache/act/4a7b3683960aac35/hostexecutor/zig-local-cache/o/a5a8897b77e0551d7332cca83deffa41/test --cache-dir=/home/ci/.cache/act/4a7b3683960aac35/hostexecutor/zig-local-cache --seed=0x9b11b31b --listen=-
Since the merge of https://codeberg.org/ziglang/zig/pulls/31403, we've seen this failure frequently on PowerPC. I've only seen it when the test runner is built in release modes. The build mode of the compiler does not seem to matter.
```
test
mq test-modules
mq test-std
mq run test std-native-pwr10-ReleaseSafe-libc failure
thread 947389 panic: internal test runner failure: EndOfStream
/home/ci/.cache/act/4a7b3683960aac35/hostexecutor/lib/compiler/test_runner.zig:68:60: 0x11e18af in main (test)
return mainServer(init) catch |err| std.debug.panic("internal test runner failure: {t}", .{err});
^
???:?:?: 0x3fff94796f0b in ??? (/lib/powerpc64le-linux-gnu/libc.so.6)
???:?:?: 0x3fff9479714b in ??? (/lib/powerpc64le-linux-gnu/libc.so.6)
error: test process unexpectedly terminated with signal ABRT
failed command: /home/ci/.cache/act/4a7b3683960aac35/hostexecutor/zig-local-cache/o/a5a8897b77e0551d7332cca83deffa41/test --cache-dir=/home/ci/.cache/act/4a7b3683960aac35/hostexecutor/zig-local-cache --seed=0x9b11b31b --listen=-
```