> On 3 Feb 2025, at 20:26, Stefan Hajnoczi <stefa...@redhat.com> wrote: > > Hi Nir, > qemu-iotests 302 is failing: > > $ git show > commit 6fccaa2fba391815308a746d68f7fa197bc93586 > ... > $ python --version # on Fedora 41 x86_64 > Python 3.13.1 > $ tests/qemu-iotests/check -qcow2 302 > 302 fail [13:16:45] [13:16:45] 0.5s (last: 0.5s) failed, exit > status 1 > --- /home/stefanha/qemu/tests/qemu-iotests/302.out > +++ /home/stefanha/qemu/scratch/qcow2-file-302/302.out.bad > @@ -32,5 +32,10 @@ > Images are identical. > > Kill NBD server > -=== OVA file contents === > -[{"name": "vm.ovf", "offset": 512, "size": 6}, {"name": "disk", "offset": > 1536, "size": 393216}] > +Traceback (most recent call last): > + File "/home/stefanha/qemu/tests/qemu-iotests/302", line 118, in <module> > + tar.addfile(disk) > + ~~~~~~~~~~~^^^^^^ > + File "/usr/lib64/python3.13/tarfile.py", line 2262, in addfile > + raise ValueError("fileobj not provided for non zero-size regular file") > +ValueError: fileobj not provided for non zero-size regular file > > Any ideas?
Thanks for notifying, I’ll look at that.