``` Traceback (most recent call last): File "/home/gitlab-runner/tools/gitlab/virtrunner/qemu-agent.py", line 190, in <module> main() File "/home/gitlab-runner/tools/gitlab/virtrunner/qemu-agent.py", line 179, in main ret = run(virsh, args) File "/home/gitlab-runner/tools/gitlab/virtrunner/qemu-agent.py", line 112, in run print(data.decode("utf-8")) UnicodeDecodeError: 'utf-8' codec can't decode byte 0x82 in position 56598: invalid start byte ```
Don't know where this comes from, maybe winetest stdout that fails to be decoded? It's only hapenning on the 32bit tests and I'm not sure what I can do about it.