There is a weird splash of these bugs across 5 build at roughly the
same time. And one was few days before on gVisor.
I am still puzzled why there is no output available at all. Looking at
the code again I think we should collect and attach any ssh/vm output.
It looks like we invoked ssh to start syz-fuzzer but ssh handed for 10
minutes producing no output whatsoever. Theoretically this can be due
to our use of preemptible VMs that can go away at any point without
notice. We do some attempts to detect this only during fuzzing, but
not anywhere else. I think for starters we should stop using
preemptible VMs for anything other then fuzzing.