Re: tests/vm infrastructure fails to notice that QEMU dying is a failure

2020-07-20 Thread John Snow
On 7/18/20 5:30 AM, Peter Maydell wrote: On Fri, 17 Jul 2020 at 23:24, John Snow wrote: - The real problem, though: Why is QEMU hanging? It might need a longer timeout, or it might be having problems with the console socket again. The host machine seemed to be under really heavy I/O load at

Re: tests/vm infrastructure fails to notice that QEMU dying is a failure

2020-07-18 Thread Robert Foley
On Fri, 17 Jul 2020 at 18:24, John Snow wrote: > > - The real problem, though: Why is QEMU hanging? It might need a longer > timeout, or it might be having problems with the console socket again. > > (CC Robert Foley who has been working on the Console socket draining > problems. Maybe he has

Re: tests/vm infrastructure fails to notice that QEMU dying is a failure

2020-07-18 Thread Peter Maydell
On Fri, 17 Jul 2020 at 23:24, John Snow wrote: > - The real problem, though: Why is QEMU hanging? It might need a longer > timeout, or it might be having problems with the console socket again. The host machine seemed to be under really heavy I/O load at the time. thanks -- PMM

Re: tests/vm infrastructure fails to notice that QEMU dying is a failure

2020-07-17 Thread John Snow
On 7/17/20 9:25 AM, Philippe Mathieu-Daudé wrote: On 7/17/20 3:22 PM, Philippe Mathieu-Daudé wrote: Cc'ing John & Cleber. On 7/17/20 3:08 PM, Peter Maydell wrote: If you run vm-build-openbsd, our makefile/scripting infrastructure seems to fail to notice that death of the QEMU process that's

Re: tests/vm infrastructure fails to notice that QEMU dying is a failure

2020-07-17 Thread Philippe Mathieu-Daudé
On 7/17/20 3:22 PM, Philippe Mathieu-Daudé wrote: > Cc'ing John & Cleber. > > On 7/17/20 3:08 PM, Peter Maydell wrote: >> If you run vm-build-openbsd, our makefile/scripting infrastructure >> seems to fail to notice that death of the QEMU process that's >> running the VM should be a failure, and

Re: tests/vm infrastructure fails to notice that QEMU dying is a failure

2020-07-17 Thread Philippe Mathieu-Daudé
Cc'ing John & Cleber. On 7/17/20 3:08 PM, Peter Maydell wrote: > If you run vm-build-openbsd, our makefile/scripting infrastructure > seems to fail to notice that death of the QEMU process that's > running the VM should be a failure, and ends up allowing make > to return a success condition. > >