What is the crash? Is gw0 a process running that terminates on a signal or something, or is gw0 a VM and the kernel crashes with some console output, or what?
That is an error message from a tox / pytest-xdist run. It's a python based test runner that parallelizes by creating some python worker processes (it calls them gwN) and then dispatches python tests to these workers.
So I suspect the gw process has crashed.
Is there any output you can share? Is there a core dump?
Currently I don't have anything more. It's hard to debug on the github runners, but I can also run a netbsd vagrant virtualbox VM locally and reproduce if you like.
I am not really familiar with NetBSD. I just want to make sure that borgbackup runs well on this platform, but I am no (real) user myself.
So, can you tell me what to look for, how and where? Cheers, Thomas