I'm seeing this gitlab test fail quite often in my Python work; I don't
*think* this has anything to do with my patches, but maybe I need to try
and bisect this more aggressively.
The very first hint of an error I see is on line 154:
https://gitlab.com/jsnow/qemu/-/jobs/776334918#L154
22:05:36 ERROR|
22:05:36 ERROR| Reproduced traceback from:
/builds/jsnow/qemu/build/tests/venv/lib64/python3.8/site-packages/avocado/core/test.py:753
22:05:36 ERROR| Traceback (most recent call last):
22:05:36 ERROR| File
"/builds/jsnow/qemu/build/tests/acceptance/avocado_qemu/__init__.py",
line 171, in setUp
22:05:36 ERROR| self.cancel("No QEMU binary defined or found in the
build tree")
Is this a known problem?
--js