* io-qcow2 failures on zfs
@ 2023-05-19 22:44 Richard Henderson
2023-05-25 18:29 ` Richard Henderson
0 siblings, 1 reply; 4+ messages in thread
From: Richard Henderson @ 2023-05-19 22:44 UTC (permalink / raw)
To: qemu-devel
I'm doing some testing on one of the Linaro build machines and I reliably see
Summary of Failures:
712/790 qemu:block / io-qcow2-150 ERROR
5.24s exit status 1
777/790 qemu:block / io-qcow2-copy-before-write ERROR
16.31s exit status 1
779/790 qemu:block / io-qcow2-244 ERROR
37.10s exit status 1
This is x86_64 ubuntu 22.04, same as my laptop, so the only thing I can think is the
filesystem type:
hackpool-0/home/richard.henderson /home/richard.henderson zfs
rw,nosuid,nodev,noatime,xattr,noacl 0 0
Any thoughts?
r~
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: io-qcow2 failures on zfs
2023-05-19 22:44 io-qcow2 failures on zfs Richard Henderson
@ 2023-05-25 18:29 ` Richard Henderson
2023-05-26 8:02 ` Thomas Huth
0 siblings, 1 reply; 4+ messages in thread
From: Richard Henderson @ 2023-05-25 18:29 UTC (permalink / raw)
To: qemu-devel
Ping.
On 5/19/23 15:44, Richard Henderson wrote:
> I'm doing some testing on one of the Linaro build machines and I reliably see
>
> Summary of Failures:
>
> 712/790 qemu:block / io-qcow2-150 ERROR
> 5.24s exit status 1
> 777/790 qemu:block / io-qcow2-copy-before-write ERROR
> 16.31s exit status 1
> 779/790 qemu:block / io-qcow2-244 ERROR
> 37.10s exit status 1
>
> This is x86_64 ubuntu 22.04, same as my laptop, so the only thing I can think is the
> filesystem type:
>
> hackpool-0/home/richard.henderson /home/richard.henderson zfs
> rw,nosuid,nodev,noatime,xattr,noacl 0 0
>
> Any thoughts?
>
>
> r~
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: io-qcow2 failures on zfs
2023-05-25 18:29 ` Richard Henderson
@ 2023-05-26 8:02 ` Thomas Huth
2023-05-26 15:47 ` Richard Henderson
0 siblings, 1 reply; 4+ messages in thread
From: Thomas Huth @ 2023-05-26 8:02 UTC (permalink / raw)
To: Richard Henderson, qemu-devel, Qemu-block
Cc: Hanna Czenczek, Vladimir Sementsov-Ogievskiy, Kevin Wolf
On 25/05/2023 20.29, Richard Henderson wrote:
> Ping.
>
> On 5/19/23 15:44, Richard Henderson wrote:
>> I'm doing some testing on one of the Linaro build machines and I reliably see
>>
>> Summary of Failures:
>>
>> 712/790 qemu:block /
>> io-qcow2-150 ERROR
>> 5.24s exit status 1
>> 777/790 qemu:block /
>> io-qcow2-copy-before-write ERROR
>> 16.31s exit status 1
>> 779/790 qemu:block /
>> io-qcow2-244 ERROR
>> 37.10s exit status 1
>>
>> This is x86_64 ubuntu 22.04, same as my laptop, so the only thing I can
>> think is the filesystem type:
>>
>> hackpool-0/home/richard.henderson /home/richard.henderson zfs
>> rw,nosuid,nodev,noatime,xattr,noacl 0 0
>>
>> Any thoughts?
What output do you get when running the tests directly? i.e.:
cd tests/qemu-iotests/
./check -qcow2 150
./check -qcow2 copy-before-write
./check -qcow2 244
Thomas
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: io-qcow2 failures on zfs
2023-05-26 8:02 ` Thomas Huth
@ 2023-05-26 15:47 ` Richard Henderson
0 siblings, 0 replies; 4+ messages in thread
From: Richard Henderson @ 2023-05-26 15:47 UTC (permalink / raw)
To: Thomas Huth, qemu-devel, Qemu-block
Cc: Hanna Czenczek, Vladimir Sementsov-Ogievskiy, Kevin Wolf
On 5/26/23 01:02, Thomas Huth wrote:
> What output do you get when running the tests directly? i.e.:
>
> cd tests/qemu-iotests/
> ./check -qcow2 150
=== Mapping non-sparse conversion ===
Offset Length File
-0 0x100000 TEST_DIR/t.IMGFMT
+0 0x10000 TEST_DIR/t.IMGFMT
> ./check -qcow2 copy-before-write
+======================================================================
+FAIL: test_timeout_break_guest (__main__.TestCbwError)
+----------------------------------------------------------------------
+Traceback (most recent call last):
+ File "/home/richard.henderson/qemu/src/tests/qemu-iotests/tests/copy-before-write",
line 200, in test_timeout_break_guest
+ self.assertEqual(log, """\
+AssertionError: 'write failed: Connection timed out\nwrite f[121 chars]c)\n' != 'wrote
524288/524288 bytes at offset 0\n512 [182 chars]c)\n'
> ./check -qcow2 244
-[{ "start": 0, "length": 2097152, "depth": 0, "present": true, "zero": false, "data":
true, "offset": 0},
+[{ "start": 0, "length": 1048576, "depth": 0, "present": true, "zero": true, "data":
true, "offset": 0},
+{ "start": 1048576, "length": 1048576, "depth": 0, "present": true, "zero": false,
"data": true, "offset": 1048576},
{ "start": 2097152, "length": 2097152, "depth": 0, "present": true, "zero": true,
"data": false},
{ "start": 4194304, "length": 2097152, "depth": 0, "present": true, "zero": true,
"data": false, "offset": 4194304},
-{ "start": 6291456, "length": 60817408, "depth": 0, "present": true, "zero": false,
"data": true, "offset": 6291456}]
+{ "start": 6291456, "length": 60817408, "depth": 0, "present": true, "zero": true,
"data": true, "offset": 6291456}]
r~
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2023-05-26 15:48 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-19 22:44 io-qcow2 failures on zfs Richard Henderson
2023-05-25 18:29 ` Richard Henderson
2023-05-26 8:02 ` Thomas Huth
2023-05-26 15:47 ` Richard Henderson
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).