On Mon, 28 Oct 2019, Marvin wrote: [...]
=== w7u (task log) ===
Task errors: An error occurred while retrieving exe32.report: unable to open 'exe32.report' for reading: No such file or directory BotError: The test VM has crashed, rebooted or lost connectivity (or the TestAgent server died) Giving up after 3 run(s)
So this error is caused by the patch that captures the cmd.exe stdout and stderr.
https://source.winehq.org/git/tools.git/commit/6be509ccd0a8a723591a9bded6d0c...
It's less compatible than I thought with the old versions of TestAgentd. The telltale error here is the 'unable to open 'exe32.report' for reading' part. I sent a patch to fix this and I have taken w7u out of the base VMs to not pollute the TestBot results too much in the meantime.
Now that cmd capture patch is causing problems with the kernel32:console tests so there may be further changes.