All of lore.kernel.org
 help / color / mirror / Atom feed
* Problem running qos-test when building with gcc12 and LTO
@ 2022-05-23 19:19 Dario Faggioli
  2022-05-24 20:12 ` Dario Faggioli
  0 siblings, 1 reply; 6+ messages in thread
From: Dario Faggioli @ 2022-05-23 19:19 UTC (permalink / raw)
  To: qemu-devel; +Cc: Claudio Fontana


[-- Attachment #1.1: Type: text/plain, Size: 4215 bytes --]

Hello!

So, in openSUSE Tumbleweed, we configure QEMU with something like this:
[1], and with gcc version 12.1.0.

When I try to use this configuration for building either v7.0.0 or the
current master branch, the build work, but the following tests fail:

- qos-test for i386
- qos-test for x86_64
- qos-test for aarch64
- qos-test for alpha

As soon as I get rid of _both_ "-flto=auto" _and_ "--enable-lto", the
above tests seem to work fine.

When they fail, they fail immediately, while creating the graph, like
this:

MALLOC_PERTURB_=${MALLOC_PERTURB_:-$(( ${RANDOM:-0} % 255 + 1))} QTEST_QEMU_IMG=./qemu-img G_TEST_DBUS_DAEMON=../tests/dbus-vmstate-daemon.sh QTEST_QEMU_STORAGE_DAEMON_BINARY=./storage-daemon/qemu-storage-daemon QTEST_QEMU_BINARY=./qemu-system-x86_64 ./tests/qtest/qos-test --tap -k
# random seed: R02S90d4b61102dd94459f986c2367d6d375
# starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-28822.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-28822.qmp,id=char0 -mon chardev=char0,mode=control -display none -machine none -accel qtest
QOSStack: full stack, cannot pushAborted

I'm attaching logs of a GOOD and a BAD run of the following command:

MALLOC_PERTURB_=${MALLOC_PERTURB_:-$(( ${RANDOM:-0} % 255 + 1))} \
  QTEST_QEMU_IMG=./qemu-img G_TEST_DBUS_DAEMON=../tests/dbus-vmstate-daemon.sh \
  QTEST_QEMU_STORAGE_DAEMON_BINARY=./storage-daemon/qemu-storage-daemon \
  QTEST_QEMU_BINARY=./qemu-system-x86_64 ./tests/qtest/qos-test --tap -k --debug-log -p

Any hints? Any more or different logs I can collect and provide?

Thanks and Regards

[1]
QEMU_EXTRA_CFLAGS="-O2 -Wall -D_FORTIFY_SOURCE=2 -fstack-protector-strong -funwind-tables \
  -fasynchronous-unwind-tables -fstack-clash-protection -Werror=return-type -flto=auto -g"

./configure \
	--python=/usr/bin/python3 \
	--extra-cflags="$QEMU_EXTRA_CFLAGS" \
	--disable-fuzzing \
	--disable-multiprocess \
	--disable-stack-protector \
	--disable-strip \
	--disable-tcg-interpreter \
	--disable-qom-cast-debug \
	--with-default-devices \
	--enable-system --disable-linux-user \
	--enable-tools --enable-guest-agent \
	--enable-modules \
	--disable-module-upgrades \
	--enable-slirp=system \
	--enable-pie \
	--enable-lto \
	--enable-docs \
	--enable-attr \
	--disable-auth-pam \
	--enable-bochs \
	--enable-brlapi \
	--enable-bzip2 \
	--enable-cap-ng \
	--disable-capstone \
	--enable-cloop \
	--enable-coroutine-pool \
	--disable-crypto-afalg \
	--enable-curl \
	--enable-curses \
	--enable-dmg \
	--enable-fdt \
	--enable-gio \
	--enable-gcrypt \
	--enable-glusterfs \
	--enable-gnutls \
	--enable-gtk \
	--disable-hax \
	--disable-hvf \
	--enable-iconv \
	--enable-kvm \
	--enable-libdaxctl \
	--enable-libiscsi \
	--enable-libnfs \
	--enable-libpmem \
	--enable-libssh \
	--enable-libusb \
	--enable-linux-aio \
        --enable-linux-io-uring \
	--enable-lzfse \
	--enable-lzo \
	--disable-malloc-trim \
	--disable-membarrier \
	--enable-mpath \
	--disable-netmap \
	--disable-nettle \
	--enable-numa \
	--enable-opengl \
	--enable-parallels \
	--disable-plugins \
	--enable-pvrdma \
	--enable-qcow1 \
	--enable-qed \
	--enable-rbd \
	--enable-rdma \
	--enable-replication \
	--disable-safe-stack \
	--disable-sanitizers \
	--disable-sdl \
	--disable-sdl-image \
	--enable-seccomp \
	--enable-smartcard \
	--enable-snappy \
	--enable-spice \
	--enable-tpm \
	--enable-usb-redir \
	--enable-vde \
	--enable-vdi \
	--enable-vhost-kernel \
	--enable-vhost-net \
	--enable-vhost-user \
	--enable-vhost-user-blk-server \
	--enable-vhost-vdpa \
	--enable-virglrenderer \
	--enable-virtfs \
	--enable-vnc \
	--enable-vnc-jpeg \
	--enable-vnc-sasl \
	--enable-vte \
	--enable-vvfat \
	--enable-werror \
	--disable-whpx \
	--enable-zstd \
	--enable-xen \
	--enable-xen-pci-passthrough \
        --enable-xkbcommon

-- 
Dario Faggioli, Ph.D
http://about.me/dario.faggioli
Virtualization Software Engineer
SUSE Labs, SUSE https://www.suse.com/
-------------------------------------------------------------------
<<This happens because _I_ choose it to happen!>> (Raistlin Majere)

[-- Attachment #1.2: qos-test-x86_GOOD.log.txt --]
[-- Type: text/plain, Size: 109950 bytes --]

# random seed: R02Sf14a71d31e9100f535768cfd9d5e4e3a
{*LOG(binary):{./tests/qtest/qos-test}:{R02Sf14a71d31e9100f535768cfd9d5e4e3a}:LOG*}
# starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -machine none -accel qtest
{*LOG(message):{starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -machine none -accel qtest}:LOG*}
1..103
{*LOG(start suite):{}:LOG*}
# Start of x86_64 tests
{*LOG(start suite):{x86_64}:LOG*}
# Start of pc tests
{*LOG(start suite):{pc}:LOG*}
# Start of i440FX-pcihost tests
{*LOG(start suite):{i440FX-pcihost}:LOG*}
# Start of pci-bus-pc tests
{*LOG(start suite):{pci-bus-pc}:LOG*}
# Start of pci-bus tests
{*LOG(start suite):{pci-bus}:LOG*}
# Start of AC97 tests
{*LOG(start suite):{AC97}:LOG*}
# Start of pci-device tests
{*LOG(start suite):{pci-device}:LOG*}
# Start of pci-device-tests tests
{*LOG(start suite):{pci-device-tests}:LOG*}
{*LOG(start):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/AC97/pci-device/pci-device-tests/nop}:LOG*}
# starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device AC97,addr=04.0 -accel qtest
{*LOG(message):{starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device AC97,addr=04.0 -accel qtest}:LOG*}
ok 1 /x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/AC97/pci-device/pci-device-tests/nop
{*LOG(stop):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/AC97/pci-device/pci-device-tests/nop}:(0;0;0.063084):LOG*}
# End of pci-device-tests tests
{*LOG(stop suite):{pci-device-tests}:LOG*}
# End of pci-device tests
{*LOG(stop suite):{pci-device}:LOG*}
# End of AC97 tests
{*LOG(stop suite):{AC97}:LOG*}
# Start of e1000 tests
{*LOG(start suite):{e1000}:LOG*}
# Start of pci-device tests
{*LOG(start suite):{pci-device}:LOG*}
# Start of pci-device-tests tests
{*LOG(start suite):{pci-device-tests}:LOG*}
{*LOG(start):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/e1000/pci-device/pci-device-tests/nop}:LOG*}
# starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device e1000,addr=04.0 -accel qtest
{*LOG(message):{starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device e1000,addr=04.0 -accel qtest}:LOG*}
ok 2 /x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/e1000/pci-device/pci-device-tests/nop
{*LOG(stop):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/e1000/pci-device/pci-device-tests/nop}:(0;0;0.063142):LOG*}
# End of pci-device-tests tests
{*LOG(stop suite):{pci-device-tests}:LOG*}
# End of pci-device tests
{*LOG(stop suite):{pci-device}:LOG*}
# End of e1000 tests
{*LOG(stop suite):{e1000}:LOG*}
# Start of e1000-82544gc tests
{*LOG(start suite):{e1000-82544gc}:LOG*}
# Start of pci-device tests
{*LOG(start suite):{pci-device}:LOG*}
# Start of pci-device-tests tests
{*LOG(start suite):{pci-device-tests}:LOG*}
{*LOG(start):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/e1000-82544gc/pci-device/pci-device-tests/nop}:LOG*}
# starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device e1000-82544gc,addr=04.0 -accel qtest
{*LOG(message):{starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device e1000-82544gc,addr=04.0 -accel qtest}:LOG*}
ok 3 /x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/e1000-82544gc/pci-device/pci-device-tests/nop
{*LOG(stop):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/e1000-82544gc/pci-device/pci-device-tests/nop}:(0;0;0.04018):LOG*}
# End of pci-device-tests tests
{*LOG(stop suite):{pci-device-tests}:LOG*}
# End of pci-device tests
{*LOG(stop suite):{pci-device}:LOG*}
# End of e1000-82544gc tests
{*LOG(stop suite):{e1000-82544gc}:LOG*}
# Start of e1000-82545em tests
{*LOG(start suite):{e1000-82545em}:LOG*}
# Start of pci-device tests
{*LOG(start suite):{pci-device}:LOG*}
# Start of pci-device-tests tests
{*LOG(start suite):{pci-device-tests}:LOG*}
{*LOG(start):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/e1000-82545em/pci-device/pci-device-tests/nop}:LOG*}
# starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device e1000-82545em,addr=04.0 -accel qtest
{*LOG(message):{starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device e1000-82545em,addr=04.0 -accel qtest}:LOG*}
ok 4 /x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/e1000-82545em/pci-device/pci-device-tests/nop
{*LOG(stop):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/e1000-82545em/pci-device/pci-device-tests/nop}:(0;0;0.059685):LOG*}
# End of pci-device-tests tests
{*LOG(stop suite):{pci-device-tests}:LOG*}
# End of pci-device tests
{*LOG(stop suite):{pci-device}:LOG*}
# End of e1000-82545em tests
{*LOG(stop suite):{e1000-82545em}:LOG*}
# Start of i82550 tests
{*LOG(start suite):{i82550}:LOG*}
# Start of pci-device tests
{*LOG(start suite):{pci-device}:LOG*}
# Start of pci-device-tests tests
{*LOG(start suite):{pci-device-tests}:LOG*}
{*LOG(start):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/i82550/pci-device/pci-device-tests/nop}:LOG*}
# starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device i82550,addr=04.0 -accel qtest
{*LOG(message):{starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device i82550,addr=04.0 -accel qtest}:LOG*}
ok 5 /x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/i82550/pci-device/pci-device-tests/nop
{*LOG(stop):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/i82550/pci-device/pci-device-tests/nop}:(0;0;0.061972):LOG*}
# End of pci-device-tests tests
{*LOG(stop suite):{pci-device-tests}:LOG*}
# End of pci-device tests
{*LOG(stop suite):{pci-device}:LOG*}
# End of i82550 tests
{*LOG(stop suite):{i82550}:LOG*}
# Start of i82551 tests
{*LOG(start suite):{i82551}:LOG*}
# Start of pci-device tests
{*LOG(start suite):{pci-device}:LOG*}
# Start of pci-device-tests tests
{*LOG(start suite):{pci-device-tests}:LOG*}
{*LOG(start):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/i82551/pci-device/pci-device-tests/nop}:LOG*}
# starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device i82551,addr=04.0 -accel qtest
{*LOG(message):{starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device i82551,addr=04.0 -accel qtest}:LOG*}
ok 6 /x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/i82551/pci-device/pci-device-tests/nop
{*LOG(stop):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/i82551/pci-device/pci-device-tests/nop}:(0;0;0.058509):LOG*}
# End of pci-device-tests tests
{*LOG(stop suite):{pci-device-tests}:LOG*}
# End of pci-device tests
{*LOG(stop suite):{pci-device}:LOG*}
# End of i82551 tests
{*LOG(stop suite):{i82551}:LOG*}
# Start of i82557a tests
{*LOG(start suite):{i82557a}:LOG*}
# Start of pci-device tests
{*LOG(start suite):{pci-device}:LOG*}
# Start of pci-device-tests tests
{*LOG(start suite):{pci-device-tests}:LOG*}
{*LOG(start):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/i82557a/pci-device/pci-device-tests/nop}:LOG*}
# starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device i82557a,addr=04.0 -accel qtest
{*LOG(message):{starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device i82557a,addr=04.0 -accel qtest}:LOG*}
ok 7 /x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/i82557a/pci-device/pci-device-tests/nop
{*LOG(stop):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/i82557a/pci-device/pci-device-tests/nop}:(0;0;0.052545):LOG*}
# End of pci-device-tests tests
{*LOG(stop suite):{pci-device-tests}:LOG*}
# End of pci-device tests
{*LOG(stop suite):{pci-device}:LOG*}
# End of i82557a tests
{*LOG(stop suite):{i82557a}:LOG*}
# Start of i82557b tests
{*LOG(start suite):{i82557b}:LOG*}
# Start of pci-device tests
{*LOG(start suite):{pci-device}:LOG*}
# Start of pci-device-tests tests
{*LOG(start suite):{pci-device-tests}:LOG*}
{*LOG(start):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/i82557b/pci-device/pci-device-tests/nop}:LOG*}
# starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device i82557b,addr=04.0 -accel qtest
{*LOG(message):{starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device i82557b,addr=04.0 -accel qtest}:LOG*}
ok 8 /x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/i82557b/pci-device/pci-device-tests/nop
{*LOG(stop):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/i82557b/pci-device/pci-device-tests/nop}:(0;0;0.045):LOG*}
# End of pci-device-tests tests
{*LOG(stop suite):{pci-device-tests}:LOG*}
# End of pci-device tests
{*LOG(stop suite):{pci-device}:LOG*}
# End of i82557b tests
{*LOG(stop suite):{i82557b}:LOG*}
# Start of i82557c tests
{*LOG(start suite):{i82557c}:LOG*}
# Start of pci-device tests
{*LOG(start suite):{pci-device}:LOG*}
# Start of pci-device-tests tests
{*LOG(start suite):{pci-device-tests}:LOG*}
{*LOG(start):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/i82557c/pci-device/pci-device-tests/nop}:LOG*}
# starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device i82557c,addr=04.0 -accel qtest
{*LOG(message):{starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device i82557c,addr=04.0 -accel qtest}:LOG*}
ok 9 /x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/i82557c/pci-device/pci-device-tests/nop
{*LOG(stop):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/i82557c/pci-device/pci-device-tests/nop}:(0;0;0.047438):LOG*}
# End of pci-device-tests tests
{*LOG(stop suite):{pci-device-tests}:LOG*}
# End of pci-device tests
{*LOG(stop suite):{pci-device}:LOG*}
# End of i82557c tests
{*LOG(stop suite):{i82557c}:LOG*}
# Start of i82558a tests
{*LOG(start suite):{i82558a}:LOG*}
# Start of pci-device tests
{*LOG(start suite):{pci-device}:LOG*}
# Start of pci-device-tests tests
{*LOG(start suite):{pci-device-tests}:LOG*}
{*LOG(start):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/i82558a/pci-device/pci-device-tests/nop}:LOG*}
# starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device i82558a,addr=04.0 -accel qtest
{*LOG(message):{starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device i82558a,addr=04.0 -accel qtest}:LOG*}
ok 10 /x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/i82558a/pci-device/pci-device-tests/nop
{*LOG(stop):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/i82558a/pci-device/pci-device-tests/nop}:(0;0;0.053859):LOG*}
# End of pci-device-tests tests
{*LOG(stop suite):{pci-device-tests}:LOG*}
# End of pci-device tests
{*LOG(stop suite):{pci-device}:LOG*}
# End of i82558a tests
{*LOG(stop suite):{i82558a}:LOG*}
# Start of i82558b tests
{*LOG(start suite):{i82558b}:LOG*}
# Start of pci-device tests
{*LOG(start suite):{pci-device}:LOG*}
# Start of pci-device-tests tests
{*LOG(start suite):{pci-device-tests}:LOG*}
{*LOG(start):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/i82558b/pci-device/pci-device-tests/nop}:LOG*}
# starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device i82558b,addr=04.0 -accel qtest
{*LOG(message):{starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device i82558b,addr=04.0 -accel qtest}:LOG*}
ok 11 /x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/i82558b/pci-device/pci-device-tests/nop
{*LOG(stop):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/i82558b/pci-device/pci-device-tests/nop}:(0;0;0.060404):LOG*}
# End of pci-device-tests tests
{*LOG(stop suite):{pci-device-tests}:LOG*}
# End of pci-device tests
{*LOG(stop suite):{pci-device}:LOG*}
# End of i82558b tests
{*LOG(stop suite):{i82558b}:LOG*}
# Start of i82559a tests
{*LOG(start suite):{i82559a}:LOG*}
# Start of pci-device tests
{*LOG(start suite):{pci-device}:LOG*}
# Start of pci-device-tests tests
{*LOG(start suite):{pci-device-tests}:LOG*}
{*LOG(start):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/i82559a/pci-device/pci-device-tests/nop}:LOG*}
# starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device i82559a,addr=04.0 -accel qtest
{*LOG(message):{starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device i82559a,addr=04.0 -accel qtest}:LOG*}
ok 12 /x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/i82559a/pci-device/pci-device-tests/nop
{*LOG(stop):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/i82559a/pci-device/pci-device-tests/nop}:(0;0;0.057653):LOG*}
# End of pci-device-tests tests
{*LOG(stop suite):{pci-device-tests}:LOG*}
# End of pci-device tests
{*LOG(stop suite):{pci-device}:LOG*}
# End of i82559a tests
{*LOG(stop suite):{i82559a}:LOG*}
# Start of i82559b tests
{*LOG(start suite):{i82559b}:LOG*}
# Start of pci-device tests
{*LOG(start suite):{pci-device}:LOG*}
# Start of pci-device-tests tests
{*LOG(start suite):{pci-device-tests}:LOG*}
{*LOG(start):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/i82559b/pci-device/pci-device-tests/nop}:LOG*}
# starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device i82559b,addr=04.0 -accel qtest
{*LOG(message):{starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device i82559b,addr=04.0 -accel qtest}:LOG*}
ok 13 /x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/i82559b/pci-device/pci-device-tests/nop
{*LOG(stop):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/i82559b/pci-device/pci-device-tests/nop}:(0;0;0.048588):LOG*}
# End of pci-device-tests tests
{*LOG(stop suite):{pci-device-tests}:LOG*}
# End of pci-device tests
{*LOG(stop suite):{pci-device}:LOG*}
# End of i82559b tests
{*LOG(stop suite):{i82559b}:LOG*}
# Start of i82559c tests
{*LOG(start suite):{i82559c}:LOG*}
# Start of pci-device tests
{*LOG(start suite):{pci-device}:LOG*}
# Start of pci-device-tests tests
{*LOG(start suite):{pci-device-tests}:LOG*}
{*LOG(start):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/i82559c/pci-device/pci-device-tests/nop}:LOG*}
# starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device i82559c,addr=04.0 -accel qtest
{*LOG(message):{starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device i82559c,addr=04.0 -accel qtest}:LOG*}
ok 14 /x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/i82559c/pci-device/pci-device-tests/nop
{*LOG(stop):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/i82559c/pci-device/pci-device-tests/nop}:(0;0;0.058453):LOG*}
# End of pci-device-tests tests
{*LOG(stop suite):{pci-device-tests}:LOG*}
# End of pci-device tests
{*LOG(stop suite):{pci-device}:LOG*}
# End of i82559c tests
{*LOG(stop suite):{i82559c}:LOG*}
# Start of i82559er tests
{*LOG(start suite):{i82559er}:LOG*}
# Start of pci-device tests
{*LOG(start suite):{pci-device}:LOG*}
# Start of pci-device-tests tests
{*LOG(start suite):{pci-device-tests}:LOG*}
{*LOG(start):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/i82559er/pci-device/pci-device-tests/nop}:LOG*}
# starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device i82559er,addr=04.0 -accel qtest
{*LOG(message):{starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device i82559er,addr=04.0 -accel qtest}:LOG*}
ok 15 /x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/i82559er/pci-device/pci-device-tests/nop
{*LOG(stop):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/i82559er/pci-device/pci-device-tests/nop}:(0;0;0.044089):LOG*}
# End of pci-device-tests tests
{*LOG(stop suite):{pci-device-tests}:LOG*}
# End of pci-device tests
{*LOG(stop suite):{pci-device}:LOG*}
# End of i82559er tests
{*LOG(stop suite):{i82559er}:LOG*}
# Start of i82562 tests
{*LOG(start suite):{i82562}:LOG*}
# Start of pci-device tests
{*LOG(start suite):{pci-device}:LOG*}
# Start of pci-device-tests tests
{*LOG(start suite):{pci-device-tests}:LOG*}
{*LOG(start):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/i82562/pci-device/pci-device-tests/nop}:LOG*}
# starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device i82562,addr=04.0 -accel qtest
{*LOG(message):{starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device i82562,addr=04.0 -accel qtest}:LOG*}
ok 16 /x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/i82562/pci-device/pci-device-tests/nop
{*LOG(stop):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/i82562/pci-device/pci-device-tests/nop}:(0;0;0.060704):LOG*}
# End of pci-device-tests tests
{*LOG(stop suite):{pci-device-tests}:LOG*}
# End of pci-device tests
{*LOG(stop suite):{pci-device}:LOG*}
# End of i82562 tests
{*LOG(stop suite):{i82562}:LOG*}
# Start of i82801 tests
{*LOG(start suite):{i82801}:LOG*}
# Start of pci-device tests
{*LOG(start suite):{pci-device}:LOG*}
# Start of pci-device-tests tests
{*LOG(start suite):{pci-device-tests}:LOG*}
{*LOG(start):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/i82801/pci-device/pci-device-tests/nop}:LOG*}
# starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device i82801,addr=04.0 -accel qtest
{*LOG(message):{starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device i82801,addr=04.0 -accel qtest}:LOG*}
ok 17 /x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/i82801/pci-device/pci-device-tests/nop
{*LOG(stop):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/i82801/pci-device/pci-device-tests/nop}:(0;0;0.038104):LOG*}
# End of pci-device-tests tests
{*LOG(stop suite):{pci-device-tests}:LOG*}
# End of pci-device tests
{*LOG(stop suite):{pci-device}:LOG*}
# End of i82801 tests
{*LOG(stop suite):{i82801}:LOG*}
# Start of ES1370 tests
{*LOG(start suite):{ES1370}:LOG*}
# Start of pci-device tests
{*LOG(start suite):{pci-device}:LOG*}
# Start of pci-device-tests tests
{*LOG(start suite):{pci-device-tests}:LOG*}
{*LOG(start):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/ES1370/pci-device/pci-device-tests/nop}:LOG*}
# starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device ES1370,addr=04.0 -accel qtest
{*LOG(message):{starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device ES1370,addr=04.0 -accel qtest}:LOG*}
ok 18 /x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/ES1370/pci-device/pci-device-tests/nop
{*LOG(stop):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/ES1370/pci-device/pci-device-tests/nop}:(0;0;0.064438):LOG*}
# End of pci-device-tests tests
{*LOG(stop suite):{pci-device-tests}:LOG*}
# End of pci-device tests
{*LOG(stop suite):{pci-device}:LOG*}
# End of ES1370 tests
{*LOG(stop suite):{ES1370}:LOG*}
# Start of megasas tests
{*LOG(start suite):{megasas}:LOG*}
# Start of pci-device tests
{*LOG(start suite):{pci-device}:LOG*}
# Start of pci-device-tests tests
{*LOG(start suite):{pci-device-tests}:LOG*}
{*LOG(start):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/megasas/pci-device/pci-device-tests/nop}:LOG*}
# starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -drive id=drv0,if=none,file=null-co://,file.read-zeroes=on,format=raw -device megasas,addr=04.0,id=scsi0 -device scsi-hd,bus=scsi0.0,drive=drv0 -accel qtest
{*LOG(message):{starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -drive id=drv0,if=none,file=null-co://,file.read-zeroes=on,format=raw -device megasas,addr=04.0,id=scsi0 -device scsi-hd,bus=scsi0.0,drive=drv0 -accel qtest}:LOG*}
ok 19 /x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/megasas/pci-device/pci-device-tests/nop
{*LOG(stop):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/megasas/pci-device/pci-device-tests/nop}:(0;0;0.046219):LOG*}
# End of pci-device-tests tests
{*LOG(stop suite):{pci-device-tests}:LOG*}
# End of pci-device tests
{*LOG(stop suite):{pci-device}:LOG*}
# Start of megasas-tests tests
{*LOG(start suite):{megasas-tests}:LOG*}
# Start of dcmd tests
{*LOG(start suite):{dcmd}:LOG*}
# Start of pd-get-info tests
{*LOG(start suite):{pd-get-info}:LOG*}
{*LOG(start):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/megasas/megasas-tests/dcmd/pd-get-info/fuzz}:LOG*}
ok 20 /x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/megasas/megasas-tests/dcmd/pd-get-info/fuzz
{*LOG(stop):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/megasas/megasas-tests/dcmd/pd-get-info/fuzz}:(0;0;0.003649):LOG*}
# End of pd-get-info tests
{*LOG(stop suite):{pd-get-info}:LOG*}
# End of dcmd tests
{*LOG(stop suite):{dcmd}:LOG*}
# End of megasas-tests tests
{*LOG(stop suite):{megasas-tests}:LOG*}
# End of megasas tests
{*LOG(stop suite):{megasas}:LOG*}
# Start of ne2k_pci tests
{*LOG(start suite):{ne2k_pci}:LOG*}
# Start of pci-device tests
{*LOG(start suite):{pci-device}:LOG*}
# Start of pci-device-tests tests
{*LOG(start suite):{pci-device-tests}:LOG*}
{*LOG(start):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/ne2k_pci/pci-device/pci-device-tests/nop}:LOG*}
# starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device ne2k_pci,addr=04.0 -accel qtest
{*LOG(message):{starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device ne2k_pci,addr=04.0 -accel qtest}:LOG*}
ok 21 /x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/ne2k_pci/pci-device/pci-device-tests/nop
{*LOG(stop):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/ne2k_pci/pci-device/pci-device-tests/nop}:(0;0;0.054843):LOG*}
# End of pci-device-tests tests
{*LOG(stop suite):{pci-device-tests}:LOG*}
# End of pci-device tests
{*LOG(stop suite):{pci-device}:LOG*}
# End of ne2k_pci tests
{*LOG(stop suite):{ne2k_pci}:LOG*}
# Start of tulip tests
{*LOG(start suite):{tulip}:LOG*}
# Start of pci-device tests
{*LOG(start suite):{pci-device}:LOG*}
# Start of pci-device-tests tests
{*LOG(start suite):{pci-device-tests}:LOG*}
{*LOG(start):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/tulip/pci-device/pci-device-tests/nop}:LOG*}
# starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device tulip,addr=04.0 -accel qtest
{*LOG(message):{starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device tulip,addr=04.0 -accel qtest}:LOG*}
ok 22 /x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/tulip/pci-device/pci-device-tests/nop
{*LOG(stop):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/tulip/pci-device/pci-device-tests/nop}:(0;0;0.058951):LOG*}
# End of pci-device-tests tests
{*LOG(stop suite):{pci-device-tests}:LOG*}
# End of pci-device tests
{*LOG(stop suite):{pci-device}:LOG*}
# Start of tulip-tests tests
{*LOG(start suite):{tulip-tests}:LOG*}
{*LOG(start):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/tulip/tulip-tests/tulip_large_tx}:LOG*}
ok 23 /x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/tulip/tulip-tests/tulip_large_tx
{*LOG(stop):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/tulip/tulip-tests/tulip_large_tx}:(0;0;0.003287):LOG*}
# End of tulip-tests tests
{*LOG(stop suite):{tulip-tests}:LOG*}
# End of tulip tests
{*LOG(stop suite):{tulip}:LOG*}
# Start of nvme tests
{*LOG(start suite):{nvme}:LOG*}
# Start of pci-device tests
{*LOG(start suite):{pci-device}:LOG*}
# Start of pci-device-tests tests
{*LOG(start suite):{pci-device-tests}:LOG*}
{*LOG(start):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/nvme/pci-device/pci-device-tests/nop}:LOG*}
# starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -drive id=drv0,if=none,file=null-co://,file.read-zeroes=on,format=raw -object memory-backend-ram,id=pmr0,share=on,size=8 -device nvme,addr=04.0,drive=drv0,serial=foo -accel qtest
{*LOG(message):{starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -drive id=drv0,if=none,file=null-co://,file.read-zeroes=on,format=raw -object memory-backend-ram,id=pmr0,share=on,size=8 -device nvme,addr=04.0,drive=drv0,serial=foo -accel qtest}:LOG*}
ok 24 /x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/nvme/pci-device/pci-device-tests/nop
{*LOG(stop):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/nvme/pci-device/pci-device-tests/nop}:(0;0;0.057926):LOG*}
# End of pci-device-tests tests
{*LOG(stop suite):{pci-device-tests}:LOG*}
# End of pci-device tests
{*LOG(stop suite):{pci-device}:LOG*}
# Start of nvme-tests tests
{*LOG(start suite):{nvme-tests}:LOG*}
{*LOG(start):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/nvme/nvme-tests/oob-cmb-access}:LOG*}
# starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -drive id=drv0,if=none,file=null-co://,file.read-zeroes=on,format=raw -object memory-backend-ram,id=pmr0,share=on,size=8 -device nvme,addr=04.0,drive=drv0,serial=foo,cmb_size_mb=2 -accel qtest
{*LOG(message):{starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -drive id=drv0,if=none,file=null-co://,file.read-zeroes=on,format=raw -object memory-backend-ram,id=pmr0,share=on,size=8 -device nvme,addr=04.0,drive=drv0,serial=foo,cmb_size_mb=2 -accel qtest}:LOG*}
ok 25 /x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/nvme/nvme-tests/oob-cmb-access
{*LOG(stop):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/nvme/nvme-tests/oob-cmb-access}:(0;0;0.043417):LOG*}
{*LOG(start):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/nvme/nvme-tests/pmr-test-access}:LOG*}
# starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -drive id=drv0,if=none,file=null-co://,file.read-zeroes=on,format=raw -object memory-backend-ram,id=pmr0,share=on,size=8 -device nvme,addr=04.0,drive=drv0,serial=foo,pmrdev=pmr0 -accel qtest
{*LOG(message):{starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -drive id=drv0,if=none,file=null-co://,file.read-zeroes=on,format=raw -object memory-backend-ram,id=pmr0,share=on,size=8 -device nvme,addr=04.0,drive=drv0,serial=foo,pmrdev=pmr0 -accel qtest}:LOG*}
ok 26 /x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/nvme/nvme-tests/pmr-test-access
{*LOG(stop):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/nvme/nvme-tests/pmr-test-access}:(0;0;0.060745):LOG*}
{*LOG(start):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/nvme/nvme-tests/reg-read}:LOG*}
# starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -drive id=drv0,if=none,file=null-co://,file.read-zeroes=on,format=raw -object memory-backend-ram,id=pmr0,share=on,size=8 -device nvme,addr=04.0,drive=drv0,serial=foo -accel qtest
{*LOG(message):{starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -drive id=drv0,if=none,file=null-co://,file.read-zeroes=on,format=raw -object memory-backend-ram,id=pmr0,share=on,size=8 -device nvme,addr=04.0,drive=drv0,serial=foo -accel qtest}:LOG*}
ok 27 /x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/nvme/nvme-tests/reg-read
{*LOG(stop):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/nvme/nvme-tests/reg-read}:(0;0;0.045196):LOG*}
# End of nvme-tests tests
{*LOG(stop suite):{nvme-tests}:LOG*}
# End of nvme tests
{*LOG(stop suite):{nvme}:LOG*}
# Start of pcnet tests
{*LOG(start suite):{pcnet}:LOG*}
# Start of pci-device tests
{*LOG(start suite):{pci-device}:LOG*}
# Start of pci-device-tests tests
{*LOG(start suite):{pci-device-tests}:LOG*}
{*LOG(start):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/pcnet/pci-device/pci-device-tests/nop}:LOG*}
# starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device pcnet,addr=04.0 -accel qtest
{*LOG(message):{starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device pcnet,addr=04.0 -accel qtest}:LOG*}
ok 28 /x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/pcnet/pci-device/pci-device-tests/nop
{*LOG(stop):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/pcnet/pci-device/pci-device-tests/nop}:(0;0;0.059212):LOG*}
# End of pci-device-tests tests
{*LOG(stop suite):{pci-device-tests}:LOG*}
# End of pci-device tests
{*LOG(stop suite):{pci-device}:LOG*}
# End of pcnet tests
{*LOG(stop suite):{pcnet}:LOG*}
# Start of pci-ohci tests
{*LOG(start suite):{pci-ohci}:LOG*}
# Start of pci-device tests
{*LOG(start suite):{pci-device}:LOG*}
# Start of pci-device-tests tests
{*LOG(start suite):{pci-device-tests}:LOG*}
{*LOG(start):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/pci-ohci/pci-device/pci-device-tests/nop}:LOG*}
# starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device pci-ohci,addr=04.0,id=ohci -accel qtest
{*LOG(message):{starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device pci-ohci,addr=04.0,id=ohci -accel qtest}:LOG*}
ok 29 /x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/pci-ohci/pci-device/pci-device-tests/nop
{*LOG(stop):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/pci-ohci/pci-device/pci-device-tests/nop}:(0;0;0.039883):LOG*}
# End of pci-device-tests tests
{*LOG(stop suite):{pci-device-tests}:LOG*}
# End of pci-device tests
{*LOG(stop suite):{pci-device}:LOG*}
# Start of pci-ohci-tests tests
{*LOG(start suite):{pci-ohci-tests}:LOG*}
{*LOG(start):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/pci-ohci/pci-ohci-tests/ohci_pci-test-hotplug}:LOG*}
ok 30 /x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/pci-ohci/pci-ohci-tests/ohci_pci-test-hotplug
{*LOG(stop):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/pci-ohci/pci-ohci-tests/ohci_pci-test-hotplug}:(0;0;0.12265):LOG*}
# End of pci-ohci-tests tests
{*LOG(stop suite):{pci-ohci-tests}:LOG*}
# End of pci-ohci tests
{*LOG(stop suite):{pci-ohci}:LOG*}
# Start of vmxnet3 tests
{*LOG(start suite):{vmxnet3}:LOG*}
# Start of pci-device tests
{*LOG(start suite):{pci-device}:LOG*}
# Start of pci-device-tests tests
{*LOG(start suite):{pci-device-tests}:LOG*}
{*LOG(start):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/vmxnet3/pci-device/pci-device-tests/nop}:LOG*}
# starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device vmxnet3,addr=04.0 -accel qtest
{*LOG(message):{starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device vmxnet3,addr=04.0 -accel qtest}:LOG*}
ok 31 /x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/vmxnet3/pci-device/pci-device-tests/nop
{*LOG(stop):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/vmxnet3/pci-device/pci-device-tests/nop}:(0;0;0.059523):LOG*}
# End of pci-device-tests tests
{*LOG(stop suite):{pci-device-tests}:LOG*}
# End of pci-device tests
{*LOG(stop suite):{pci-device}:LOG*}
# End of vmxnet3 tests
{*LOG(stop suite):{vmxnet3}:LOG*}
# Start of e1000e tests
{*LOG(start suite):{e1000e}:LOG*}
# Start of e1000e-tests tests
{*LOG(start suite):{e1000e-tests}:LOG*}
{*LOG(start):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/e1000e/e1000e-tests/init}:LOG*}
# starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device e1000e,netdev=hs0 -netdev socket,fd=6,id=hs0  -accel qtest
{*LOG(message):{starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device e1000e,netdev=hs0 -netdev socket,fd=6,id=hs0  -accel qtest}:LOG*}
ok 32 /x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/e1000e/e1000e-tests/init
{*LOG(stop):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/e1000e/e1000e-tests/init}:(0;0;0.06410399999999999):LOG*}
{*LOG(start):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/e1000e/e1000e-tests/tx}:LOG*}
# starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device e1000e,netdev=hs0 -netdev socket,fd=5,id=hs0  -accel qtest
{*LOG(message):{starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device e1000e,netdev=hs0 -netdev socket,fd=5,id=hs0  -accel qtest}:LOG*}
ok 33 /x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/e1000e/e1000e-tests/tx
{*LOG(stop):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/e1000e/e1000e-tests/tx}:(0;0;0.061921):LOG*}
{*LOG(start):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/e1000e/e1000e-tests/rx}:LOG*}
# starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device e1000e,netdev=hs0 -netdev socket,fd=5,id=hs0  -accel qtest
{*LOG(message):{starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device e1000e,netdev=hs0 -netdev socket,fd=5,id=hs0  -accel qtest}:LOG*}
ok 34 /x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/e1000e/e1000e-tests/rx
{*LOG(stop):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/e1000e/e1000e-tests/rx}:(0;0;0.07112499999999999):LOG*}
{*LOG(start):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/e1000e/e1000e-tests/multiple_transfers}:LOG*}
# starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device e1000e,netdev=hs0 -netdev socket,fd=5,id=hs0  -accel qtest
{*LOG(message):{starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device e1000e,netdev=hs0 -netdev socket,fd=5,id=hs0  -accel qtest}:LOG*}
ok 35 /x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/e1000e/e1000e-tests/multiple_transfers
{*LOG(stop):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/e1000e/e1000e-tests/multiple_transfers}:(0;0;1.090658):LOG*}
{*LOG(start):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/e1000e/e1000e-tests/hotplug}:LOG*}
# starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device e1000e,netdev=hs0 -netdev socket,fd=5,id=hs0  -accel qtest
{*LOG(message):{starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device e1000e,netdev=hs0 -netdev socket,fd=5,id=hs0  -accel qtest}:LOG*}
ok 36 /x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/e1000e/e1000e-tests/hotplug
{*LOG(stop):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/e1000e/e1000e-tests/hotplug}:(0;0;0.168299):LOG*}
# End of e1000e-tests tests
{*LOG(stop suite):{e1000e-tests}:LOG*}
# End of e1000e tests
{*LOG(stop suite):{e1000e}:LOG*}
# Start of sdhci-pci tests
{*LOG(start suite):{sdhci-pci}:LOG*}
# Start of sdhci tests
{*LOG(start suite):{sdhci}:LOG*}
# Start of sdhci-tests tests
{*LOG(start suite):{sdhci-tests}:LOG*}
{*LOG(start):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/sdhci-pci/sdhci/sdhci-tests/registers}:LOG*}
# starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device sdhci-pci,addr=04.0 -accel qtest
{*LOG(message):{starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device sdhci-pci,addr=04.0 -accel qtest}:LOG*}
ok 37 /x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/sdhci-pci/sdhci/sdhci-tests/registers
{*LOG(stop):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/sdhci-pci/sdhci/sdhci-tests/registers}:(0;0;0.052354):LOG*}
# End of sdhci-tests tests
{*LOG(stop suite):{sdhci-tests}:LOG*}
# End of sdhci tests
{*LOG(stop suite):{sdhci}:LOG*}
# End of sdhci-pci tests
{*LOG(stop suite):{sdhci-pci}:LOG*}
# Start of tpci200 tests
{*LOG(start suite):{tpci200}:LOG*}
# Start of ipack tests
{*LOG(start suite):{ipack}:LOG*}
# Start of ipoctal232 tests
{*LOG(start suite):{ipoctal232}:LOG*}
# Start of ipoctal232-tests tests
{*LOG(start suite):{ipoctal232-tests}:LOG*}
{*LOG(start):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/tpci200/ipack/ipoctal232/ipoctal232-tests/nop}:LOG*}
# starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device tpci200,addr=04.0,id=ipack0 -device ipoctal232,bus=ipack0.0 -accel qtest
{*LOG(message):{starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device tpci200,addr=04.0,id=ipack0 -device ipoctal232,bus=ipack0.0 -accel qtest}:LOG*}
ok 38 /x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/tpci200/ipack/ipoctal232/ipoctal232-tests/nop
{*LOG(stop):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/tpci200/ipack/ipoctal232/ipoctal232-tests/nop}:(0;0;0.040222):LOG*}
# End of ipoctal232-tests tests
{*LOG(stop suite):{ipoctal232-tests}:LOG*}
# End of ipoctal232 tests
{*LOG(stop suite):{ipoctal232}:LOG*}
# End of ipack tests
{*LOG(stop suite):{ipack}:LOG*}
# Start of pci-device tests
{*LOG(start suite):{pci-device}:LOG*}
# Start of pci-device-tests tests
{*LOG(start suite):{pci-device-tests}:LOG*}
{*LOG(start):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/tpci200/pci-device/pci-device-tests/nop}:LOG*}
# starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device tpci200,addr=04.0,id=ipack0 -accel qtest
{*LOG(message):{starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device tpci200,addr=04.0,id=ipack0 -accel qtest}:LOG*}
ok 39 /x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/tpci200/pci-device/pci-device-tests/nop
{*LOG(stop):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/tpci200/pci-device/pci-device-tests/nop}:(0;0;0.050484):LOG*}
# End of pci-device-tests tests
{*LOG(stop suite):{pci-device-tests}:LOG*}
# End of pci-device tests
{*LOG(stop suite):{pci-device}:LOG*}
# End of tpci200 tests
{*LOG(stop suite):{tpci200}:LOG*}
# Start of virtio-9p-pci tests
{*LOG(start suite):{virtio-9p-pci}:LOG*}
# Start of pci-device tests
{*LOG(start suite):{pci-device}:LOG*}
# Start of pci-device-tests tests
{*LOG(start suite):{pci-device-tests}:LOG*}
{*LOG(start):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-9p-pci/pci-device/pci-device-tests/nop}:LOG*}
# starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -fsdev synth,id=fsdev0 -device virtio-9p-pci,fsdev=fsdev0,addr=04.0,mount_tag=qtest -accel qtest
{*LOG(message):{starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -fsdev synth,id=fsdev0 -device virtio-9p-pci,fsdev=fsdev0,addr=04.0,mount_tag=qtest -accel qtest}:LOG*}
ok 40 /x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-9p-pci/pci-device/pci-device-tests/nop
{*LOG(stop):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-9p-pci/pci-device/pci-device-tests/nop}:(0;0;0.060659):LOG*}
# End of pci-device-tests tests
{*LOG(stop suite):{pci-device-tests}:LOG*}
# End of pci-device tests
{*LOG(stop suite):{pci-device}:LOG*}
# Start of virtio tests
{*LOG(start suite):{virtio}:LOG*}
# Start of virtio-tests tests
{*LOG(start suite):{virtio-tests}:LOG*}
{*LOG(start):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-9p-pci/virtio/virtio-tests/nop}:LOG*}
ok 41 /x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-9p-pci/virtio/virtio-tests/nop
{*LOG(stop):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-9p-pci/virtio/virtio-tests/nop}:(0;0;0.007845):LOG*}
# End of virtio-tests tests
{*LOG(stop suite):{virtio-tests}:LOG*}
# End of virtio tests
{*LOG(stop suite):{virtio}:LOG*}
# Start of virtio-9p tests
{*LOG(start suite):{virtio-9p}:LOG*}
# Start of virtio-9p-tests tests
{*LOG(start suite):{virtio-9p-tests}:LOG*}
# Start of synth tests
{*LOG(start suite):{synth}:LOG*}
{*LOG(start):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-9p-pci/virtio-9p/virtio-9p-tests/synth/config}:LOG*}
ok 42 /x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-9p-pci/virtio-9p/virtio-9p-tests/synth/config
{*LOG(stop):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-9p-pci/virtio-9p/virtio-9p-tests/synth/config}:(0;0;0.008232):LOG*}
# Start of version tests
{*LOG(start suite):{version}:LOG*}
{*LOG(start):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-9p-pci/virtio-9p/virtio-9p-tests/synth/version/basic}:LOG*}
ok 43 /x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-9p-pci/virtio-9p/virtio-9p-tests/synth/version/basic
{*LOG(stop):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-9p-pci/virtio-9p/virtio-9p-tests/synth/version/basic}:(0;0;0.007476):LOG*}
# End of version tests
{*LOG(stop suite):{version}:LOG*}
# Start of attach tests
{*LOG(start suite):{attach}:LOG*}
{*LOG(start):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-9p-pci/virtio-9p/virtio-9p-tests/synth/attach/basic}:LOG*}
ok 44 /x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-9p-pci/virtio-9p/virtio-9p-tests/synth/attach/basic
{*LOG(stop):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-9p-pci/virtio-9p/virtio-9p-tests/synth/attach/basic}:(0;0;0.008513):LOG*}
# End of attach tests
{*LOG(stop suite):{attach}:LOG*}
# Start of walk tests
{*LOG(start suite):{walk}:LOG*}
{*LOG(start):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-9p-pci/virtio-9p/virtio-9p-tests/synth/walk/basic}:LOG*}
ok 45 /x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-9p-pci/virtio-9p/virtio-9p-tests/synth/walk/basic
{*LOG(stop):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-9p-pci/virtio-9p/virtio-9p-tests/synth/walk/basic}:(0;0;0.007842999999999999):LOG*}
{*LOG(start):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-9p-pci/virtio-9p/virtio-9p-tests/synth/walk/no_slash}:LOG*}
ok 46 /x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-9p-pci/virtio-9p/virtio-9p-tests/synth/walk/no_slash
{*LOG(stop):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-9p-pci/virtio-9p/virtio-9p-tests/synth/walk/no_slash}:(0;0;0.015143):LOG*}
{*LOG(start):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-9p-pci/virtio-9p/virtio-9p-tests/synth/walk/dotdot_from_root}:LOG*}
ok 47 /x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-9p-pci/virtio-9p/virtio-9p-tests/synth/walk/dotdot_from_root
{*LOG(stop):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-9p-pci/virtio-9p/virtio-9p-tests/synth/walk/dotdot_from_root}:(0;0;0.013604):LOG*}
# End of walk tests
{*LOG(stop suite):{walk}:LOG*}
# Start of lopen tests
{*LOG(start suite):{lopen}:LOG*}
{*LOG(start):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-9p-pci/virtio-9p/virtio-9p-tests/synth/lopen/basic}:LOG*}
ok 48 /x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-9p-pci/virtio-9p/virtio-9p-tests/synth/lopen/basic
{*LOG(stop):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-9p-pci/virtio-9p/virtio-9p-tests/synth/lopen/basic}:(0;0;0.010056):LOG*}
# End of lopen tests
{*LOG(stop suite):{lopen}:LOG*}
# Start of write tests
{*LOG(start suite):{write}:LOG*}
{*LOG(start):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-9p-pci/virtio-9p/virtio-9p-tests/synth/write/basic}:LOG*}
ok 49 /x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-9p-pci/virtio-9p/virtio-9p-tests/synth/write/basic
{*LOG(stop):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-9p-pci/virtio-9p/virtio-9p-tests/synth/write/basic}:(0;0;0.052977):LOG*}
# End of write tests
{*LOG(stop suite):{write}:LOG*}
# Start of flush tests
{*LOG(start suite):{flush}:LOG*}
{*LOG(start):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-9p-pci/virtio-9p/virtio-9p-tests/synth/flush/success}:LOG*}
ok 50 /x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-9p-pci/virtio-9p/virtio-9p-tests/synth/flush/success
{*LOG(stop):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-9p-pci/virtio-9p/virtio-9p-tests/synth/flush/success}:(0;0;0.00957):LOG*}
{*LOG(start):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-9p-pci/virtio-9p/virtio-9p-tests/synth/flush/ignored}:LOG*}
ok 51 /x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-9p-pci/virtio-9p/virtio-9p-tests/synth/flush/ignored
{*LOG(stop):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-9p-pci/virtio-9p/virtio-9p-tests/synth/flush/ignored}:(0;0;0.010852):LOG*}
# End of flush tests
{*LOG(stop suite):{flush}:LOG*}
# Start of readdir tests
{*LOG(start suite):{readdir}:LOG*}
{*LOG(start):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-9p-pci/virtio-9p/virtio-9p-tests/synth/readdir/basic}:LOG*}
ok 52 /x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-9p-pci/virtio-9p/virtio-9p-tests/synth/readdir/basic
{*LOG(stop):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-9p-pci/virtio-9p/virtio-9p-tests/synth/readdir/basic}:(0;0;0.018586):LOG*}
{*LOG(start):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-9p-pci/virtio-9p/virtio-9p-tests/synth/readdir/split_512}:LOG*}
ok 53 /x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-9p-pci/virtio-9p/virtio-9p-tests/synth/readdir/split_512
{*LOG(stop):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-9p-pci/virtio-9p/virtio-9p-tests/synth/readdir/split_512}:(0;0;0.017431):LOG*}
{*LOG(start):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-9p-pci/virtio-9p/virtio-9p-tests/synth/readdir/split_256}:LOG*}
ok 54 /x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-9p-pci/virtio-9p/virtio-9p-tests/synth/readdir/split_256
{*LOG(stop):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-9p-pci/virtio-9p/virtio-9p-tests/synth/readdir/split_256}:(0;0;0.023526):LOG*}
{*LOG(start):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-9p-pci/virtio-9p/virtio-9p-tests/synth/readdir/split_128}:LOG*}
ok 55 /x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-9p-pci/virtio-9p/virtio-9p-tests/synth/readdir/split_128
{*LOG(stop):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-9p-pci/virtio-9p/virtio-9p-tests/synth/readdir/split_128}:(0;0;0.030592):LOG*}
# End of readdir tests
{*LOG(stop suite):{readdir}:LOG*}
# End of synth tests
{*LOG(stop suite):{synth}:LOG*}
# End of virtio-9p-tests tests
{*LOG(stop suite):{virtio-9p-tests}:LOG*}
# End of virtio-9p tests
{*LOG(stop suite):{virtio-9p}:LOG*}
# End of virtio-9p-pci tests
{*LOG(stop suite):{virtio-9p-pci}:LOG*}
# Start of virtio-balloon-pci tests
{*LOG(start suite):{virtio-balloon-pci}:LOG*}
# Start of pci-device tests
{*LOG(start suite):{pci-device}:LOG*}
# Start of pci-device-tests tests
{*LOG(start suite):{pci-device-tests}:LOG*}
{*LOG(start):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-balloon-pci/pci-device/pci-device-tests/nop}:LOG*}
# starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device virtio-balloon-pci,addr=04.0 -accel qtest
{*LOG(message):{starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device virtio-balloon-pci,addr=04.0 -accel qtest}:LOG*}
ok 56 /x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-balloon-pci/pci-device/pci-device-tests/nop
{*LOG(stop):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-balloon-pci/pci-device/pci-device-tests/nop}:(0;0;0.044302):LOG*}
# End of pci-device-tests tests
{*LOG(stop suite):{pci-device-tests}:LOG*}
# End of pci-device tests
{*LOG(stop suite):{pci-device}:LOG*}
# Start of virtio tests
{*LOG(start suite):{virtio}:LOG*}
# Start of virtio-tests tests
{*LOG(start suite):{virtio-tests}:LOG*}
{*LOG(start):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-balloon-pci/virtio/virtio-tests/nop}:LOG*}
ok 57 /x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-balloon-pci/virtio/virtio-tests/nop
{*LOG(stop):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-balloon-pci/virtio/virtio-tests/nop}:(0;0;0.006516):LOG*}
# End of virtio-tests tests
{*LOG(stop suite):{virtio-tests}:LOG*}
# End of virtio tests
{*LOG(stop suite):{virtio}:LOG*}
# End of virtio-balloon-pci tests
{*LOG(stop suite):{virtio-balloon-pci}:LOG*}
# Start of virtio-blk-pci tests
{*LOG(start suite):{virtio-blk-pci}:LOG*}
# Start of virtio-blk-pci-tests tests
{*LOG(start suite):{virtio-blk-pci-tests}:LOG*}
{*LOG(start):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-blk-pci/virtio-blk-pci-tests/msix}:LOG*}
# starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device virtio-blk-pci,id=drv0,drive=drive0,addr=4.0 -drive if=none,id=drive0,file=/tmp/qtest.ZctFt2,format=raw,auto-read-only=off -drive if=none,id=drive1,file=null-co://,file.read-zeroes=on,format=raw  -accel qtest
{*LOG(message):{starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device virtio-blk-pci,id=drv0,drive=drive0,addr=4.0 -drive if=none,id=drive0,file=/tmp/qtest.ZctFt2,format=raw,auto-read-only=off -drive if=none,id=drive1,file=null-co://,file.read-zeroes=on,format=raw  -accel qtest}:LOG*}
ok 58 /x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-blk-pci/virtio-blk-pci-tests/msix
{*LOG(stop):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-blk-pci/virtio-blk-pci-tests/msix}:(0;0;0.081834):LOG*}
{*LOG(start):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-blk-pci/virtio-blk-pci-tests/idx}:LOG*}
# starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device virtio-blk-pci,id=drv0,drive=drive0,addr=4.0 -drive if=none,id=drive0,file=/tmp/qtest.vT0hgO,format=raw,auto-read-only=off -drive if=none,id=drive1,file=null-co://,file.read-zeroes=on,format=raw  -accel qtest
{*LOG(message):{starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device virtio-blk-pci,id=drv0,drive=drive0,addr=4.0 -drive if=none,id=drive0,file=/tmp/qtest.vT0hgO,format=raw,auto-read-only=off -drive if=none,id=drive1,file=null-co://,file.read-zeroes=on,format=raw  -accel qtest}:LOG*}
ok 59 /x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-blk-pci/virtio-blk-pci-tests/idx
{*LOG(stop):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-blk-pci/virtio-blk-pci-tests/idx}:(0;0;0.07071):LOG*}
{*LOG(start):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-blk-pci/virtio-blk-pci-tests/nxvirtq}:LOG*}
# starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device virtio-blk-pci,id=drv0,drive=drive0,addr=4.0 -drive if=none,id=drive0,file=/tmp/qtest.tGKLop,format=raw,auto-read-only=off -drive if=none,id=drive1,file=null-co://,file.read-zeroes=on,format=raw  -accel qtest
{*LOG(message):{starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device virtio-blk-pci,id=drv0,drive=drive0,addr=4.0 -drive if=none,id=drive0,file=/tmp/qtest.tGKLop,format=raw,auto-read-only=off -drive if=none,id=drive1,file=null-co://,file.read-zeroes=on,format=raw  -accel qtest}:LOG*}
ok 60 /x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-blk-pci/virtio-blk-pci-tests/nxvirtq
{*LOG(stop):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-blk-pci/virtio-blk-pci-tests/nxvirtq}:(0;0;0.049778):LOG*}
{*LOG(start):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-blk-pci/virtio-blk-pci-tests/hotplug}:LOG*}
# starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device virtio-blk-pci,id=drv0,drive=drive0,addr=4.0 -drive if=none,id=drive0,file=/tmp/qtest.Hvl839,format=raw,auto-read-only=off -drive if=none,id=drive1,file=null-co://,file.read-zeroes=on,format=raw  -accel qtest
{*LOG(message):{starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device virtio-blk-pci,id=drv0,drive=drive0,addr=4.0 -drive if=none,id=drive0,file=/tmp/qtest.Hvl839,format=raw,auto-read-only=off -drive if=none,id=drive1,file=null-co://,file.read-zeroes=on,format=raw  -accel qtest}:LOG*}
ok 61 /x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-blk-pci/virtio-blk-pci-tests/hotplug
{*LOG(stop):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-blk-pci/virtio-blk-pci-tests/hotplug}:(0;0;0.173106):LOG*}
# End of virtio-blk-pci-tests tests
{*LOG(stop suite):{virtio-blk-pci-tests}:LOG*}
# Start of virtio-blk tests
{*LOG(start suite):{virtio-blk}:LOG*}
# Start of virtio-blk-tests tests
{*LOG(start suite):{virtio-blk-tests}:LOG*}
{*LOG(start):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-blk-pci/virtio-blk/virtio-blk-tests/indirect}:LOG*}
# starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device virtio-blk-pci,id=drv0,drive=drive0,addr=4.0 -drive if=none,id=drive0,file=/tmp/qtest.BwfyCK,format=raw,auto-read-only=off -drive if=none,id=drive1,file=null-co://,file.read-zeroes=on,format=raw  -accel qtest
{*LOG(message):{starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device virtio-blk-pci,id=drv0,drive=drive0,addr=4.0 -drive if=none,id=drive0,file=/tmp/qtest.BwfyCK,format=raw,auto-read-only=off -drive if=none,id=drive1,file=null-co://,file.read-zeroes=on,format=raw  -accel qtest}:LOG*}
ok 62 /x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-blk-pci/virtio-blk/virtio-blk-tests/indirect
{*LOG(stop):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-blk-pci/virtio-blk/virtio-blk-tests/indirect}:(0;0;0.08431):LOG*}
{*LOG(start):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-blk-pci/virtio-blk/virtio-blk-tests/config}:LOG*}
# starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device virtio-blk-pci,id=drv0,drive=drive0,addr=4.0 -drive if=none,id=drive0,file=/tmp/qtest.snXnc2,format=raw,auto-read-only=off -drive if=none,id=drive1,file=null-co://,file.read-zeroes=on,format=raw  -accel qtest
{*LOG(message):{starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device virtio-blk-pci,id=drv0,drive=drive0,addr=4.0 -drive if=none,id=drive0,file=/tmp/qtest.snXnc2,format=raw,auto-read-only=off -drive if=none,id=drive1,file=null-co://,file.read-zeroes=on,format=raw  -accel qtest}:LOG*}
ok 63 /x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-blk-pci/virtio-blk/virtio-blk-tests/config
{*LOG(stop):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-blk-pci/virtio-blk/virtio-blk-tests/config}:(0;0;0.058951):LOG*}
{*LOG(start):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-blk-pci/virtio-blk/virtio-blk-tests/basic}:LOG*}
# starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device virtio-blk-pci,id=drv0,drive=drive0,addr=4.0 -drive if=none,id=drive0,file=/tmp/qtest.80Wyxe,format=raw,auto-read-only=off -drive if=none,id=drive1,file=null-co://,file.read-zeroes=on,format=raw  -accel qtest
{*LOG(message):{starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device virtio-blk-pci,id=drv0,drive=drive0,addr=4.0 -drive if=none,id=drive0,file=/tmp/qtest.80Wyxe,format=raw,auto-read-only=off -drive if=none,id=drive1,file=null-co://,file.read-zeroes=on,format=raw  -accel qtest}:LOG*}
ok 64 /x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-blk-pci/virtio-blk/virtio-blk-tests/basic
{*LOG(stop):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-blk-pci/virtio-blk/virtio-blk-tests/basic}:(0;0;0.084262):LOG*}
{*LOG(start):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-blk-pci/virtio-blk/virtio-blk-tests/resize}:LOG*}
# starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device virtio-blk-pci,id=drv0,drive=drive0,addr=4.0 -drive if=none,id=drive0,file=/tmp/qtest.2rcyYE,format=raw,auto-read-only=off -drive if=none,id=drive1,file=null-co://,file.read-zeroes=on,format=raw  -accel qtest
{*LOG(message):{starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device virtio-blk-pci,id=drv0,drive=drive0,addr=4.0 -drive if=none,id=drive0,file=/tmp/qtest.2rcyYE,format=raw,auto-read-only=off -drive if=none,id=drive1,file=null-co://,file.read-zeroes=on,format=raw  -accel qtest}:LOG*}
ok 65 /x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-blk-pci/virtio-blk/virtio-blk-tests/resize
{*LOG(stop):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-blk-pci/virtio-blk/virtio-blk-tests/resize}:(0;0;0.082977):LOG*}
# End of virtio-blk-tests tests
{*LOG(stop suite):{virtio-blk-tests}:LOG*}
# End of virtio-blk tests
{*LOG(stop suite):{virtio-blk}:LOG*}
# End of virtio-blk-pci tests
{*LOG(stop suite):{virtio-blk-pci}:LOG*}
# Start of vhost-user-blk-pci tests
{*LOG(start suite):{vhost-user-blk-pci}:LOG*}
# Start of vhost-user-blk-pci-tests tests
{*LOG(start suite):{vhost-user-blk-pci-tests}:LOG*}
{*LOG(start):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/vhost-user-blk-pci/vhost-user-blk-pci-tests/idx}:LOG*}
# starting vhost-user backend: exec ./storage-daemon/qemu-storage-daemon --blockdev driver=file,node-name=disk0,filename=qtest.5wqrm3 --export type=vhost-user-blk,id=disk0,addr.type=fd,addr.str=4,node-name=disk0,writable=on,num-queues=1 
{*LOG(message):{starting vhost-user backend: exec ./storage-daemon/qemu-storage-daemon --blockdev driver=file,node-name=disk0,filename=qtest.5wqrm3 --export type=vhost-user-blk,id=disk0,addr.type=fd,addr.str=4,node-name=disk0,writable=on,num-queues=1 }:LOG*}
# starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device vhost-user-blk-pci,id=drv0,chardev=char1,addr=4.0 -object memory-backend-memfd,id=mem,size=256M,share=on  -M memory-backend=mem -m 256M -chardev socket,id=char1,path=/tmp/qtest-27593-sock.jIyXMP  -accel qtest
{*LOG(message):{starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device vhost-user-blk-pci,id=drv0,chardev=char1,addr=4.0 -object memory-backend-memfd,id=mem,size=256M,share=on  -M memory-backend=mem -m 256M -chardev socket,id=char1,path=/tmp/qtest-27593-sock.jIyXMP  -accel qtest}:LOG*}
ok 66 /x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/vhost-user-blk-pci/vhost-user-blk-pci-tests/idx
{*LOG(stop):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/vhost-user-blk-pci/vhost-user-blk-pci-tests/idx}:(0;0;0.145692):LOG*}
{*LOG(start):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/vhost-user-blk-pci/vhost-user-blk-pci-tests/nxvirtq}:LOG*}
# starting vhost-user backend: exec ./storage-daemon/qemu-storage-daemon --blockdev driver=file,node-name=disk0,filename=qtest.wvLl9n --export type=vhost-user-blk,id=disk0,addr.type=fd,addr.str=5,node-name=disk0,writable=on,num-queues=1 
{*LOG(message):{starting vhost-user backend: exec ./storage-daemon/qemu-storage-daemon --blockdev driver=file,node-name=disk0,filename=qtest.wvLl9n --export type=vhost-user-blk,id=disk0,addr.type=fd,addr.str=5,node-name=disk0,writable=on,num-queues=1 }:LOG*}
# starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device vhost-user-blk-pci,id=drv0,chardev=char1,addr=4.0 -object memory-backend-memfd,id=mem,size=256M,share=on  -M memory-backend=mem -m 256M -chardev socket,id=char1,path=/tmp/qtest-27593-sock.2lPzhp  -accel qtest
{*LOG(message):{starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device vhost-user-blk-pci,id=drv0,chardev=char1,addr=4.0 -object memory-backend-memfd,id=mem,size=256M,share=on  -M memory-backend=mem -m 256M -chardev socket,id=char1,path=/tmp/qtest-27593-sock.2lPzhp  -accel qtest}:LOG*}
ok 67 /x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/vhost-user-blk-pci/vhost-user-blk-pci-tests/nxvirtq
{*LOG(stop):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/vhost-user-blk-pci/vhost-user-blk-pci-tests/nxvirtq}:(0;0;0.072492):LOG*}
{*LOG(start):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/vhost-user-blk-pci/vhost-user-blk-pci-tests/hotplug}:LOG*}
# starting vhost-user backend: exec ./storage-daemon/qemu-storage-daemon --blockdev driver=file,node-name=disk0,filename=qtest.GaXWWw --export type=vhost-user-blk,id=disk0,addr.type=fd,addr.str=6,node-name=disk0,writable=on,num-queues=1 --blockdev driver=file,node-name=disk1,filename=qtest.7mphSo --export type=vhost-user-blk,id=disk1,addr.type=fd,addr.str=8,node-name=disk1,writable=on,num-queues=1 
{*LOG(message):{starting vhost-user backend: exec ./storage-daemon/qemu-storage-daemon --blockdev driver=file,node-name=disk0,filename=qtest.GaXWWw --export type=vhost-user-blk,id=disk0,addr.type=fd,addr.str=6,node-name=disk0,writable=on,num-queues=1 --blockdev driver=file,node-name=disk1,filename=qtest.7mphSo --export type=vhost-user-blk,id=disk1,addr.type=fd,addr.str=8,node-name=disk1,writable=on,num-queues=1 }:LOG*}
# starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device vhost-user-blk-pci,id=drv0,chardev=char1,addr=4.0 -object memory-backend-memfd,id=mem,size=256M,share=on  -M memory-backend=mem -m 256M -chardev socket,id=char1,path=/tmp/qtest-27593-sock.q2hvQ2 -chardev socket,id=char2,path=/tmp/qtest-27593-sock.BXJXsc  -accel qtest
{*LOG(message):{starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device vhost-user-blk-pci,id=drv0,chardev=char1,addr=4.0 -object memory-backend-memfd,id=mem,size=256M,share=on  -M memory-backend=mem -m 256M -chardev socket,id=char1,path=/tmp/qtest-27593-sock.q2hvQ2 -chardev socket,id=char2,path=/tmp/qtest-27593-sock.BXJXsc  -accel qtest}:LOG*}
ok 68 /x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/vhost-user-blk-pci/vhost-user-blk-pci-tests/hotplug
{*LOG(stop):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/vhost-user-blk-pci/vhost-user-blk-pci-tests/hotplug}:(0;0;0.174153):LOG*}
{*LOG(start):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/vhost-user-blk-pci/vhost-user-blk-pci-tests/multiqueue}:LOG*}
# starting vhost-user backend: exec ./storage-daemon/qemu-storage-daemon --blockdev driver=file,node-name=disk0,filename=qtest.iwTRaU --export type=vhost-user-blk,id=disk0,addr.type=fd,addr.str=7,node-name=disk0,writable=on,num-queues=8 --blockdev driver=file,node-name=disk1,filename=qtest.mfnLPI --export type=vhost-user-blk,id=disk1,addr.type=fd,addr.str=10,node-name=disk1,writable=on,num-queues=8 
{*LOG(message):{starting vhost-user backend: exec ./storage-daemon/qemu-storage-daemon --blockdev driver=file,node-name=disk0,filename=qtest.iwTRaU --export type=vhost-user-blk,id=disk0,addr.type=fd,addr.str=7,node-name=disk0,writable=on,num-queues=8 --blockdev driver=file,node-name=disk1,filename=qtest.mfnLPI --export type=vhost-user-blk,id=disk1,addr.type=fd,addr.str=10,node-name=disk1,writable=on,num-queues=8 }:LOG*}
# starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device vhost-user-blk-pci,id=drv0,chardev=char1,addr=4.0 -object memory-backend-memfd,id=mem,size=256M,share=on  -M memory-backend=mem -m 256M -chardev socket,id=char1,path=/tmp/qtest-27593-sock.WN1UVN -chardev socket,id=char2,path=/tmp/qtest-27593-sock.cQCKnG  -accel qtest
{*LOG(message):{starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device vhost-user-blk-pci,id=drv0,chardev=char1,addr=4.0 -object memory-backend-memfd,id=mem,size=256M,share=on  -M memory-backend=mem -m 256M -chardev socket,id=char1,path=/tmp/qtest-27593-sock.WN1UVN -chardev socket,id=char2,path=/tmp/qtest-27593-sock.cQCKnG  -accel qtest}:LOG*}
ok 69 /x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/vhost-user-blk-pci/vhost-user-blk-pci-tests/multiqueue
{*LOG(stop):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/vhost-user-blk-pci/vhost-user-blk-pci-tests/multiqueue}:(0;0;0.187977):LOG*}
# End of vhost-user-blk-pci-tests tests
{*LOG(stop suite):{vhost-user-blk-pci-tests}:LOG*}
# Start of vhost-user-blk tests
{*LOG(start suite):{vhost-user-blk}:LOG*}
# Start of vhost-user-blk-tests tests
{*LOG(start suite):{vhost-user-blk-tests}:LOG*}
{*LOG(start):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/vhost-user-blk-pci/vhost-user-blk/vhost-user-blk-tests/basic}:LOG*}
# starting vhost-user backend: exec ./storage-daemon/qemu-storage-daemon --blockdev driver=file,node-name=disk0,filename=qtest.TW9KfF --export type=vhost-user-blk,id=disk0,addr.type=fd,addr.str=9,node-name=disk0,writable=on,num-queues=1 
{*LOG(message):{starting vhost-user backend: exec ./storage-daemon/qemu-storage-daemon --blockdev driver=file,node-name=disk0,filename=qtest.TW9KfF --export type=vhost-user-blk,id=disk0,addr.type=fd,addr.str=9,node-name=disk0,writable=on,num-queues=1 }:LOG*}
# starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device vhost-user-blk-pci,id=drv0,chardev=char1,addr=4.0 -object memory-backend-memfd,id=mem,size=256M,share=on  -M memory-backend=mem -m 256M -chardev socket,id=char1,path=/tmp/qtest-27593-sock.6Cuity  -accel qtest
{*LOG(message):{starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device vhost-user-blk-pci,id=drv0,chardev=char1,addr=4.0 -object memory-backend-memfd,id=mem,size=256M,share=on  -M memory-backend=mem -m 256M -chardev socket,id=char1,path=/tmp/qtest-27593-sock.6Cuity  -accel qtest}:LOG*}
ok 70 /x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/vhost-user-blk-pci/vhost-user-blk/vhost-user-blk-tests/basic
{*LOG(stop):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/vhost-user-blk-pci/vhost-user-blk/vhost-user-blk-tests/basic}:(0;0;0.248797):LOG*}
{*LOG(start):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/vhost-user-blk-pci/vhost-user-blk/vhost-user-blk-tests/indirect}:LOG*}
# starting vhost-user backend: exec ./storage-daemon/qemu-storage-daemon --blockdev driver=file,node-name=disk0,filename=qtest.XXDsa5 --export type=vhost-user-blk,id=disk0,addr.type=fd,addr.str=11,node-name=disk0,writable=on,num-queues=1 
{*LOG(message):{starting vhost-user backend: exec ./storage-daemon/qemu-storage-daemon --blockdev driver=file,node-name=disk0,filename=qtest.XXDsa5 --export type=vhost-user-blk,id=disk0,addr.type=fd,addr.str=11,node-name=disk0,writable=on,num-queues=1 }:LOG*}
# starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device vhost-user-blk-pci,id=drv0,chardev=char1,addr=4.0 -object memory-backend-memfd,id=mem,size=256M,share=on  -M memory-backend=mem -m 256M -chardev socket,id=char1,path=/tmp/qtest-27593-sock.6nRgQo  -accel qtest
{*LOG(message):{starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device vhost-user-blk-pci,id=drv0,chardev=char1,addr=4.0 -object memory-backend-memfd,id=mem,size=256M,share=on  -M memory-backend=mem -m 256M -chardev socket,id=char1,path=/tmp/qtest-27593-sock.6nRgQo  -accel qtest}:LOG*}
ok 71 /x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/vhost-user-blk-pci/vhost-user-blk/vhost-user-blk-tests/indirect
{*LOG(stop):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/vhost-user-blk-pci/vhost-user-blk/vhost-user-blk-tests/indirect}:(0;0;0.12389):LOG*}
# End of vhost-user-blk-tests tests
{*LOG(stop suite):{vhost-user-blk-tests}:LOG*}
# End of vhost-user-blk tests
{*LOG(stop suite):{vhost-user-blk}:LOG*}
# End of vhost-user-blk-pci tests
{*LOG(stop suite):{vhost-user-blk-pci}:LOG*}
# Start of virtio-net-pci tests
{*LOG(start suite):{virtio-net-pci}:LOG*}
# Start of virtio-net-pci-tests tests
{*LOG(start suite):{virtio-net-pci-tests}:LOG*}
{*LOG(start):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-net-pci/virtio-net-pci-tests/hotplug}:LOG*}
# starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device virtio-net-pci,netdev=hs0,addr=04.0 -netdev socket,fd=14,id=hs0  -accel qtest
{*LOG(message):{starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device virtio-net-pci,netdev=hs0,addr=04.0 -netdev socket,fd=14,id=hs0  -accel qtest}:LOG*}
ok 72 /x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-net-pci/virtio-net-pci-tests/hotplug
{*LOG(stop):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-net-pci/virtio-net-pci-tests/hotplug}:(0;0;0.104972):LOG*}
# End of virtio-net-pci-tests tests
{*LOG(stop suite):{virtio-net-pci-tests}:LOG*}
# Start of virtio-net tests
{*LOG(start suite):{virtio-net}:LOG*}
# Start of virtio-net-tests tests
{*LOG(start suite):{virtio-net-tests}:LOG*}
{*LOG(start):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-net-pci/virtio-net/virtio-net-tests/basic}:LOG*}
# starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device virtio-net-pci,netdev=hs0,addr=04.0 -netdev socket,fd=13,id=hs0  -accel qtest
{*LOG(message):{starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device virtio-net-pci,netdev=hs0,addr=04.0 -netdev socket,fd=13,id=hs0  -accel qtest}:LOG*}
ok 73 /x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-net-pci/virtio-net/virtio-net-tests/basic
{*LOG(stop):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-net-pci/virtio-net/virtio-net-tests/basic}:(0;0;0.07743700000000001):LOG*}
{*LOG(start):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-net-pci/virtio-net/virtio-net-tests/rx_stop_cont}:LOG*}
# starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device virtio-net-pci,netdev=hs0,addr=04.0 -netdev socket,fd=13,id=hs0  -accel qtest
{*LOG(message):{starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device virtio-net-pci,netdev=hs0,addr=04.0 -netdev socket,fd=13,id=hs0  -accel qtest}:LOG*}
ok 74 /x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-net-pci/virtio-net/virtio-net-tests/rx_stop_cont
{*LOG(stop):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-net-pci/virtio-net/virtio-net-tests/rx_stop_cont}:(0;0;0.06992900000000001):LOG*}
{*LOG(start):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-net-pci/virtio-net/virtio-net-tests/announce-self}:LOG*}
# starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device virtio-net-pci,netdev=hs0,addr=04.0 -netdev socket,fd=13,id=hs0  -accel qtest
{*LOG(message):{starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device virtio-net-pci,netdev=hs0,addr=04.0 -netdev socket,fd=13,id=hs0  -accel qtest}:LOG*}
ok 75 /x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-net-pci/virtio-net/virtio-net-tests/announce-self
{*LOG(stop):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-net-pci/virtio-net/virtio-net-tests/announce-self}:(0;0;0.4709):LOG*}
# Start of large_tx tests
{*LOG(start suite):{large_tx}:LOG*}
{*LOG(start):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-net-pci/virtio-net/virtio-net-tests/large_tx/uint_max}:LOG*}
# starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device virtio-net-pci,netdev=hs0,addr=04.0 -netdev hubport,hubid=0,id=hs0  -accel qtest
{*LOG(message):{starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device virtio-net-pci,netdev=hs0,addr=04.0 -netdev hubport,hubid=0,id=hs0  -accel qtest}:LOG*}
ok 76 /x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-net-pci/virtio-net/virtio-net-tests/large_tx/uint_max
{*LOG(stop):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-net-pci/virtio-net/virtio-net-tests/large_tx/uint_max}:(0;0;0.061489):LOG*}
{*LOG(start):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-net-pci/virtio-net/virtio-net-tests/large_tx/net_bufsize}:LOG*}
ok 77 /x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-net-pci/virtio-net/virtio-net-tests/large_tx/net_bufsize
{*LOG(stop):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-net-pci/virtio-net/virtio-net-tests/large_tx/net_bufsize}:(0;0;0.032369):LOG*}
# End of large_tx tests
{*LOG(stop suite):{large_tx}:LOG*}
# Start of vhost-user tests
{*LOG(start suite):{vhost-user}:LOG*}
{*LOG(start):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-net-pci/virtio-net/virtio-net-tests/vhost-user/migrate}:LOG*}
ok 78 /x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-net-pci/virtio-net/virtio-net-tests/vhost-user/migrate
{*LOG(stop):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-net-pci/virtio-net/virtio-net-tests/vhost-user/migrate}:(0;0;0.558512):LOG*}
{*LOG(start):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-net-pci/virtio-net/virtio-net-tests/vhost-user/reconnect}:LOG*}
ok 79 /x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-net-pci/virtio-net/virtio-net-tests/vhost-user/reconnect
{*LOG(stop):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-net-pci/virtio-net/virtio-net-tests/vhost-user/reconnect}:(0;0;2.174296):LOG*}
{*LOG(start):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-net-pci/virtio-net/virtio-net-tests/vhost-user/connect-fail}:LOG*}
ok 80 /x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-net-pci/virtio-net/virtio-net-tests/vhost-user/connect-fail
{*LOG(stop):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-net-pci/virtio-net/virtio-net-tests/vhost-user/connect-fail}:(0;0;2.227111):LOG*}
{*LOG(start):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-net-pci/virtio-net/virtio-net-tests/vhost-user/flags-mismatch}:LOG*}
ok 81 /x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-net-pci/virtio-net/virtio-net-tests/vhost-user/flags-mismatch
{*LOG(stop):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-net-pci/virtio-net/virtio-net-tests/vhost-user/flags-mismatch}:(0;0;3.220977):LOG*}
{*LOG(start):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-net-pci/virtio-net/virtio-net-tests/vhost-user/multiqueue}:LOG*}
ok 82 /x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-net-pci/virtio-net/virtio-net-tests/vhost-user/multiqueue
{*LOG(stop):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-net-pci/virtio-net/virtio-net-tests/vhost-user/multiqueue}:(0;0;0.249457):LOG*}
# Start of read-guest-mem tests
{*LOG(start suite):{read-guest-mem}:LOG*}
{*LOG(start):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-net-pci/virtio-net/virtio-net-tests/vhost-user/read-guest-mem/memfile}:LOG*}
ok 83 /x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-net-pci/virtio-net/virtio-net-tests/vhost-user/read-guest-mem/memfile
{*LOG(stop):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-net-pci/virtio-net/virtio-net-tests/vhost-user/read-guest-mem/memfile}:(0;0;0.248501):LOG*}
{*LOG(start):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-net-pci/virtio-net/virtio-net-tests/vhost-user/read-guest-mem/memfd}:LOG*}
ok 84 /x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-net-pci/virtio-net/virtio-net-tests/vhost-user/read-guest-mem/memfd
{*LOG(stop):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-net-pci/virtio-net/virtio-net-tests/vhost-user/read-guest-mem/memfd}:(0;0;0.223046):LOG*}
# Start of memfile tests
{*LOG(start suite):{memfile}:LOG*}
# End of memfile tests
{*LOG(stop suite):{memfile}:LOG*}
# Start of memfd tests
{*LOG(start suite):{memfd}:LOG*}
# End of memfd tests
{*LOG(stop suite):{memfd}:LOG*}
# End of read-guest-mem tests
{*LOG(stop suite):{read-guest-mem}:LOG*}
# Start of migrate tests
{*LOG(start suite):{migrate}:LOG*}
# End of migrate tests
{*LOG(stop suite):{migrate}:LOG*}
# Start of reconnect tests
{*LOG(start suite):{reconnect}:LOG*}
# End of reconnect tests
{*LOG(stop suite):{reconnect}:LOG*}
# Start of connect-fail tests
{*LOG(start suite):{connect-fail}:LOG*}
# End of connect-fail tests
{*LOG(stop suite):{connect-fail}:LOG*}
# Start of flags-mismatch tests
{*LOG(start suite):{flags-mismatch}:LOG*}
# End of flags-mismatch tests
{*LOG(stop suite):{flags-mismatch}:LOG*}
# Start of multiqueue tests
{*LOG(start suite):{multiqueue}:LOG*}
# End of multiqueue tests
{*LOG(stop suite):{multiqueue}:LOG*}
# End of vhost-user tests
{*LOG(stop suite):{vhost-user}:LOG*}
# End of virtio-net-tests tests
{*LOG(stop suite):{virtio-net-tests}:LOG*}
# End of virtio-net tests
{*LOG(stop suite):{virtio-net}:LOG*}
# End of virtio-net-pci tests
{*LOG(stop suite):{virtio-net-pci}:LOG*}
# Start of virtio-rng-pci tests
{*LOG(start suite):{virtio-rng-pci}:LOG*}
# Start of virtio-rng-pci-tests tests
{*LOG(start suite):{virtio-rng-pci-tests}:LOG*}
{*LOG(start):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-rng-pci/virtio-rng-pci-tests/hotplug}:LOG*}
# starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device virtio-rng-pci,addr=04.0 -accel qtest
{*LOG(message):{starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device virtio-rng-pci,addr=04.0 -accel qtest}:LOG*}
# GLib-DEBUG: setenv()/putenv() are not thread-safe and should not be used after threads are created
{*LOG(message):{GLib-DEBUG: setenv()/putenv() are not thread-safe and should not be used after threads are created}:LOG*}
ok 85 /x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-rng-pci/virtio-rng-pci-tests/hotplug
{*LOG(stop):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-rng-pci/virtio-rng-pci-tests/hotplug}:(0;0;0.195797):LOG*}
# End of virtio-rng-pci-tests tests
{*LOG(stop suite):{virtio-rng-pci-tests}:LOG*}
# Start of pci-device tests
{*LOG(start suite):{pci-device}:LOG*}
# Start of pci-device-tests tests
{*LOG(start suite):{pci-device-tests}:LOG*}
{*LOG(start):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-rng-pci/pci-device/pci-device-tests/nop}:LOG*}
ok 86 /x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-rng-pci/pci-device/pci-device-tests/nop
{*LOG(stop):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-rng-pci/pci-device/pci-device-tests/nop}:(0;0;0.007562):LOG*}
# End of pci-device-tests tests
{*LOG(stop suite):{pci-device-tests}:LOG*}
# End of pci-device tests
{*LOG(stop suite):{pci-device}:LOG*}
# Start of virtio tests
{*LOG(start suite):{virtio}:LOG*}
# Start of virtio-tests tests
{*LOG(start suite):{virtio-tests}:LOG*}
{*LOG(start):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-rng-pci/virtio/virtio-tests/nop}:LOG*}
ok 87 /x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-rng-pci/virtio/virtio-tests/nop
{*LOG(stop):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-rng-pci/virtio/virtio-tests/nop}:(0;0;0.007708):LOG*}
# End of virtio-tests tests
{*LOG(stop suite):{virtio-tests}:LOG*}
# End of virtio tests
{*LOG(stop suite):{virtio}:LOG*}
# End of virtio-rng-pci tests
{*LOG(stop suite):{virtio-rng-pci}:LOG*}
# Start of virtio-scsi-pci tests
{*LOG(start suite):{virtio-scsi-pci}:LOG*}
# Start of virtio-scsi-pci-tests tests
{*LOG(start suite):{virtio-scsi-pci-tests}:LOG*}
{*LOG(start):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-scsi-pci/virtio-scsi-pci-tests/iothread-attach-node}:LOG*}
# starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -drive id=drv0,if=none,file=null-co://,file.read-zeroes=on,format=raw -device virtio-scsi-pci,id=vs0,addr=04.0,iothread=thread0 -device scsi-hd,bus=vs0.0,drive=drv0 -object iothread,id=thread0 -blockdev driver=null-co,read-zeroes=on,node-name=null0 -device scsi-hd,drive=null0 -accel qtest
{*LOG(message):{starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -drive id=drv0,if=none,file=null-co://,file.read-zeroes=on,format=raw -device virtio-scsi-pci,id=vs0,addr=04.0,iothread=thread0 -device scsi-hd,bus=vs0.0,drive=drv0 -object iothread,id=thread0 -blockdev driver=null-co,read-zeroes=on,node-name=null0 -device scsi-hd,drive=null0 -accel qtest}:LOG*}
# GLib-DEBUG: setenv()/putenv() are not thread-safe and should not be used after threads are created
{*LOG(message):{GLib-DEBUG: setenv()/putenv() are not thread-safe and should not be used after threads are created}:LOG*}
ok 88 /x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-scsi-pci/virtio-scsi-pci-tests/iothread-attach-node
{*LOG(stop):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-scsi-pci/virtio-scsi-pci-tests/iothread-attach-node}:(0;0;0.094013):LOG*}
# End of virtio-scsi-pci-tests tests
{*LOG(stop suite):{virtio-scsi-pci-tests}:LOG*}
# Start of pci-device tests
{*LOG(start suite):{pci-device}:LOG*}
# Start of pci-device-tests tests
{*LOG(start suite):{pci-device-tests}:LOG*}
{*LOG(start):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-scsi-pci/pci-device/pci-device-tests/nop}:LOG*}
# starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -drive id=drv0,if=none,file=null-co://,file.read-zeroes=on,format=raw -device virtio-scsi-pci,id=vs0,addr=04.0 -device scsi-hd,bus=vs0.0,drive=drv0 -accel qtest
{*LOG(message):{starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -drive id=drv0,if=none,file=null-co://,file.read-zeroes=on,format=raw -device virtio-scsi-pci,id=vs0,addr=04.0 -device scsi-hd,bus=vs0.0,drive=drv0 -accel qtest}:LOG*}
# GLib-DEBUG: setenv()/putenv() are not thread-safe and should not be used after threads are created
{*LOG(message):{GLib-DEBUG: setenv()/putenv() are not thread-safe and should not be used after threads are created}:LOG*}
ok 89 /x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-scsi-pci/pci-device/pci-device-tests/nop
{*LOG(stop):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-scsi-pci/pci-device/pci-device-tests/nop}:(0;0;0.047915):LOG*}
# End of pci-device-tests tests
{*LOG(stop suite):{pci-device-tests}:LOG*}
# End of pci-device tests
{*LOG(stop suite):{pci-device}:LOG*}
# Start of virtio-scsi tests
{*LOG(start suite):{virtio-scsi}:LOG*}
# Start of virtio-scsi-tests tests
{*LOG(start suite):{virtio-scsi-tests}:LOG*}
{*LOG(start):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-scsi-pci/virtio-scsi/virtio-scsi-tests/hotplug}:LOG*}
# starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -drive id=drv0,if=none,file=null-co://,file.read-zeroes=on,format=raw -device virtio-scsi-pci,id=vs0,addr=04.0 -device scsi-hd,bus=vs0.0,drive=drv0 -drive id=drv1,if=none,file=null-co://,file.read-zeroes=on,format=raw -accel qtest
{*LOG(message):{starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -drive id=drv0,if=none,file=null-co://,file.read-zeroes=on,format=raw -device virtio-scsi-pci,id=vs0,addr=04.0 -device scsi-hd,bus=vs0.0,drive=drv0 -drive id=drv1,if=none,file=null-co://,file.read-zeroes=on,format=raw -accel qtest}:LOG*}
# GLib-DEBUG: setenv()/putenv() are not thread-safe and should not be used after threads are created
{*LOG(message):{GLib-DEBUG: setenv()/putenv() are not thread-safe and should not be used after threads are created}:LOG*}
ok 90 /x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-scsi-pci/virtio-scsi/virtio-scsi-tests/hotplug
{*LOG(stop):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-scsi-pci/virtio-scsi/virtio-scsi-tests/hotplug}:(0;0;0.179779):LOG*}
{*LOG(start):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-scsi-pci/virtio-scsi/virtio-scsi-tests/unaligned-write-same}:LOG*}
# starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -drive id=drv0,if=none,file=null-co://,file.read-zeroes=on,format=raw -device virtio-scsi-pci,id=vs0,addr=04.0 -device scsi-hd,bus=vs0.0,drive=drv0 -drive file=blkdebug::null-co://,file.image.read-zeroes=on,if=none,id=dr1,format=raw,file.align=4k -device scsi-hd,drive=dr1,lun=0,scsi-id=1 -accel qtest
{*LOG(message):{starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -drive id=drv0,if=none,file=null-co://,file.read-zeroes=on,format=raw -device virtio-scsi-pci,id=vs0,addr=04.0 -device scsi-hd,bus=vs0.0,drive=drv0 -drive file=blkdebug::null-co://,file.image.read-zeroes=on,if=none,id=dr1,format=raw,file.align=4k -device scsi-hd,drive=dr1,lun=0,scsi-id=1 -accel qtest}:LOG*}
# GLib-DEBUG: setenv()/putenv() are not thread-safe and should not be used after threads are created
{*LOG(message):{GLib-DEBUG: setenv()/putenv() are not thread-safe and should not be used after threads are created}:LOG*}
ok 91 /x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-scsi-pci/virtio-scsi/virtio-scsi-tests/unaligned-write-same
{*LOG(stop):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-scsi-pci/virtio-scsi/virtio-scsi-tests/unaligned-write-same}:(0;0;0.1012):LOG*}
{*LOG(start):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-scsi-pci/virtio-scsi/virtio-scsi-tests/large-lba-unmap}:LOG*}
# starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -drive id=drv0,if=none,file=null-co://,file.read-zeroes=on,format=raw -device virtio-scsi-pci,id=vs0,addr=04.0 -device scsi-hd,bus=vs0.0,drive=drv0 -drive file=blkdebug::null-co://,file.image.read-zeroes=on,if=none,id=dr1,format=raw -device scsi-hd,drive=dr1,lun=0,scsi-id=1,logical_block_size=4k,physical_block_size=4k -accel qtest
{*LOG(message):{starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -drive id=drv0,if=none,file=null-co://,file.read-zeroes=on,format=raw -device virtio-scsi-pci,id=vs0,addr=04.0 -device scsi-hd,bus=vs0.0,drive=drv0 -drive file=blkdebug::null-co://,file.image.read-zeroes=on,if=none,id=dr1,format=raw -device scsi-hd,drive=dr1,lun=0,scsi-id=1,logical_block_size=4k,physical_block_size=4k -accel qtest}:LOG*}
# GLib-DEBUG: setenv()/putenv() are not thread-safe and should not be used after threads are created
{*LOG(message):{GLib-DEBUG: setenv()/putenv() are not thread-safe and should not be used after threads are created}:LOG*}
ok 92 /x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-scsi-pci/virtio-scsi/virtio-scsi-tests/large-lba-unmap
{*LOG(stop):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-scsi-pci/virtio-scsi/virtio-scsi-tests/large-lba-unmap}:(0;0;0.085949):LOG*}
{*LOG(start):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-scsi-pci/virtio-scsi/virtio-scsi-tests/write-to-cdrom}:LOG*}
# starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -drive id=drv0,if=none,file=null-co://,file.read-zeroes=on,format=raw -device virtio-scsi-pci,id=vs0,addr=04.0 -device scsi-hd,bus=vs0.0,drive=drv0 -drive file=null-co://,file.read-zeroes=on,if=none,id=dr1,format=raw -device scsi-cd,drive=dr1,lun=0,scsi-id=1 -accel qtest
{*LOG(message):{starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -drive id=drv0,if=none,file=null-co://,file.read-zeroes=on,format=raw -device virtio-scsi-pci,id=vs0,addr=04.0 -device scsi-hd,bus=vs0.0,drive=drv0 -drive file=null-co://,file.read-zeroes=on,if=none,id=dr1,format=raw -device scsi-cd,drive=dr1,lun=0,scsi-id=1 -accel qtest}:LOG*}
# GLib-DEBUG: setenv()/putenv() are not thread-safe and should not be used after threads are created
{*LOG(message):{GLib-DEBUG: setenv()/putenv() are not thread-safe and should not be used after threads are created}:LOG*}
ok 93 /x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-scsi-pci/virtio-scsi/virtio-scsi-tests/write-to-cdrom
{*LOG(stop):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-scsi-pci/virtio-scsi/virtio-scsi-tests/write-to-cdrom}:(0;0;0.09364500000000001):LOG*}
# End of virtio-scsi-tests tests
{*LOG(stop suite):{virtio-scsi-tests}:LOG*}
# End of virtio-scsi tests
{*LOG(stop suite):{virtio-scsi}:LOG*}
# End of virtio-scsi-pci tests
{*LOG(stop suite):{virtio-scsi-pci}:LOG*}
# Start of virtio-serial-pci tests
{*LOG(start suite):{virtio-serial-pci}:LOG*}
# Start of pci-device tests
{*LOG(start suite):{pci-device}:LOG*}
# Start of pci-device-tests tests
{*LOG(start suite):{pci-device-tests}:LOG*}
{*LOG(start):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-serial-pci/pci-device/pci-device-tests/nop}:LOG*}
# starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device virtio-serial-pci,id=vser0,addr=04.0 -accel qtest
{*LOG(message):{starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device virtio-serial-pci,id=vser0,addr=04.0 -accel qtest}:LOG*}
# GLib-DEBUG: setenv()/putenv() are not thread-safe and should not be used after threads are created
{*LOG(message):{GLib-DEBUG: setenv()/putenv() are not thread-safe and should not be used after threads are created}:LOG*}
ok 94 /x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-serial-pci/pci-device/pci-device-tests/nop
{*LOG(stop):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-serial-pci/pci-device/pci-device-tests/nop}:(0;0;0.053003):LOG*}
# End of pci-device-tests tests
{*LOG(stop suite):{pci-device-tests}:LOG*}
# End of pci-device tests
{*LOG(stop suite):{pci-device}:LOG*}
# Start of virtio tests
{*LOG(start suite):{virtio}:LOG*}
# Start of virtio-tests tests
{*LOG(start suite):{virtio-tests}:LOG*}
{*LOG(start):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-serial-pci/virtio/virtio-tests/nop}:LOG*}
ok 95 /x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-serial-pci/virtio/virtio-tests/nop
{*LOG(stop):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-serial-pci/virtio/virtio-tests/nop}:(0;0;0.008368):LOG*}
# End of virtio-tests tests
{*LOG(stop suite):{virtio-tests}:LOG*}
# End of virtio tests
{*LOG(stop suite):{virtio}:LOG*}
# Start of virtio-serial tests
{*LOG(start suite):{virtio-serial}:LOG*}
# Start of virtio-serial-tests tests
{*LOG(start suite):{virtio-serial-tests}:LOG*}
{*LOG(start):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-serial-pci/virtio-serial/virtio-serial-tests/console-nop}:LOG*}
# starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device virtio-serial-pci,id=vser0,addr=04.0 -device virtconsole,bus=vser0.0 -accel qtest
{*LOG(message):{starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device virtio-serial-pci,id=vser0,addr=04.0 -device virtconsole,bus=vser0.0 -accel qtest}:LOG*}
# GLib-DEBUG: setenv()/putenv() are not thread-safe and should not be used after threads are created
{*LOG(message):{GLib-DEBUG: setenv()/putenv() are not thread-safe and should not be used after threads are created}:LOG*}
ok 96 /x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-serial-pci/virtio-serial/virtio-serial-tests/console-nop
{*LOG(stop):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-serial-pci/virtio-serial/virtio-serial-tests/console-nop}:(0;0;0.064038):LOG*}
{*LOG(start):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-serial-pci/virtio-serial/virtio-serial-tests/serialport-nop}:LOG*}
# starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device virtio-serial-pci,id=vser0,addr=04.0 -device virtserialport,bus=vser0.0 -accel qtest
{*LOG(message):{starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device virtio-serial-pci,id=vser0,addr=04.0 -device virtserialport,bus=vser0.0 -accel qtest}:LOG*}
# GLib-DEBUG: setenv()/putenv() are not thread-safe and should not be used after threads are created
{*LOG(message):{GLib-DEBUG: setenv()/putenv() are not thread-safe and should not be used after threads are created}:LOG*}
ok 97 /x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-serial-pci/virtio-serial/virtio-serial-tests/serialport-nop
{*LOG(stop):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-serial-pci/virtio-serial/virtio-serial-tests/serialport-nop}:(0;0;0.046459):LOG*}
{*LOG(start):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-serial-pci/virtio-serial/virtio-serial-tests/hotplug}:LOG*}
# starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device virtio-serial-pci,id=vser0,addr=04.0 -accel qtest
{*LOG(message):{starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device virtio-serial-pci,id=vser0,addr=04.0 -accel qtest}:LOG*}
# GLib-DEBUG: setenv()/putenv() are not thread-safe and should not be used after threads are created
{*LOG(message):{GLib-DEBUG: setenv()/putenv() are not thread-safe and should not be used after threads are created}:LOG*}
ok 98 /x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-serial-pci/virtio-serial/virtio-serial-tests/hotplug
{*LOG(stop):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-serial-pci/virtio-serial/virtio-serial-tests/hotplug}:(0;0;0.17131):LOG*}
# End of virtio-serial-tests tests
{*LOG(stop suite):{virtio-serial-tests}:LOG*}
# End of virtio-serial tests
{*LOG(stop suite):{virtio-serial}:LOG*}
# End of virtio-serial-pci tests
{*LOG(stop suite):{virtio-serial-pci}:LOG*}
# Start of virtio-iommu-pci tests
{*LOG(start suite):{virtio-iommu-pci}:LOG*}
# Start of pci-device tests
{*LOG(start suite):{pci-device}:LOG*}
# Start of pci-device-tests tests
{*LOG(start suite):{pci-device-tests}:LOG*}
{*LOG(start):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-iommu-pci/pci-device/pci-device-tests/nop}:LOG*}
# starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device virtio-iommu-pci,addr=04.0 -accel qtest
{*LOG(message):{starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-27593.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-27593.qmp,id=char0 -mon chardev=char0,mode=control -display none -M pc  -device virtio-iommu-pci,addr=04.0 -accel qtest}:LOG*}
# GLib-DEBUG: setenv()/putenv() are not thread-safe and should not be used after threads are created
{*LOG(message):{GLib-DEBUG: setenv()/putenv() are not thread-safe and should not be used after threads are created}:LOG*}
ok 99 /x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-iommu-pci/pci-device/pci-device-tests/nop
{*LOG(stop):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-iommu-pci/pci-device/pci-device-tests/nop}:(0;0;0.076652):LOG*}
# End of pci-device-tests tests
{*LOG(stop suite):{pci-device-tests}:LOG*}
# End of pci-device tests
{*LOG(stop suite):{pci-device}:LOG*}
# Start of virtio tests
{*LOG(start suite):{virtio}:LOG*}
# Start of virtio-tests tests
{*LOG(start suite):{virtio-tests}:LOG*}
{*LOG(start):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-iommu-pci/virtio/virtio-tests/nop}:LOG*}
ok 100 /x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-iommu-pci/virtio/virtio-tests/nop
{*LOG(stop):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-iommu-pci/virtio/virtio-tests/nop}:(0;0;0.012711):LOG*}
# End of virtio-tests tests
{*LOG(stop suite):{virtio-tests}:LOG*}
# End of virtio tests
{*LOG(stop suite):{virtio}:LOG*}
# Start of virtio-iommu tests
{*LOG(start suite):{virtio-iommu}:LOG*}
# Start of virtio-iommu-tests tests
{*LOG(start suite):{virtio-iommu-tests}:LOG*}
{*LOG(start):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-iommu-pci/virtio-iommu/virtio-iommu-tests/config}:LOG*}
ok 101 /x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-iommu-pci/virtio-iommu/virtio-iommu-tests/config
{*LOG(stop):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-iommu-pci/virtio-iommu/virtio-iommu-tests/config}:(0;0;0.020772):LOG*}
{*LOG(start):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-iommu-pci/virtio-iommu/virtio-iommu-tests/attach_detach}:LOG*}
ok 102 /x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-iommu-pci/virtio-iommu/virtio-iommu-tests/attach_detach
{*LOG(stop):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-iommu-pci/virtio-iommu/virtio-iommu-tests/attach_detach}:(0;0;0.017417):LOG*}
{*LOG(start):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-iommu-pci/virtio-iommu/virtio-iommu-tests/map_unmap}:LOG*}
ok 103 /x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-iommu-pci/virtio-iommu/virtio-iommu-tests/map_unmap
{*LOG(stop):{/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/virtio-iommu-pci/virtio-iommu/virtio-iommu-tests/map_unmap}:(0;0;0.024898):LOG*}
# End of virtio-iommu-tests tests
{*LOG(stop suite):{virtio-iommu-tests}:LOG*}
# End of virtio-iommu tests
{*LOG(stop suite):{virtio-iommu}:LOG*}
# End of virtio-iommu-pci tests
{*LOG(stop suite):{virtio-iommu-pci}:LOG*}
# End of pci-bus tests
{*LOG(stop suite):{pci-bus}:LOG*}
# End of pci-bus-pc tests
{*LOG(stop suite):{pci-bus-pc}:LOG*}
# End of i440FX-pcihost tests
{*LOG(stop suite):{i440FX-pcihost}:LOG*}
# End of pc tests
{*LOG(stop suite):{pc}:LOG*}
# End of x86_64 tests
{*LOG(stop suite):{x86_64}:LOG*}
{*LOG(stop suite):{}:LOG*}

[-- Attachment #1.3: qos-test-x86_BAD.log.txt --]
[-- Type: text/plain, Size: 634 bytes --]

# random seed: R02Sf82cf6f45cef0a64835c8782bd9119ae
{*LOG(binary):{./tests/qtest/qos-test}:{R02Sf82cf6f45cef0a64835c8782bd9119ae}:LOG*}
# starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-28853.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-28853.qmp,id=char0 -mon chardev=char0,mode=control -display none -machine none -accel qtest
{*LOG(message):{starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-28853.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-28853.qmp,id=char0 -mon chardev=char0,mode=control -display none -machine none -accel qtest}:LOG*}
QOSStack: full stack, cannot push

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Problem running qos-test when building with gcc12 and LTO
  2022-05-23 19:19 Problem running qos-test when building with gcc12 and LTO Dario Faggioli
@ 2022-05-24 20:12 ` Dario Faggioli
  2022-05-25  6:41   ` Alex Bennée
  2022-05-25 13:49   ` Paolo Bonzini
  0 siblings, 2 replies; 6+ messages in thread
From: Dario Faggioli @ 2022-05-24 20:12 UTC (permalink / raw)
  To: qemu-devel; +Cc: Claudio Fontana, alex.bennee

[-- Attachment #1: Type: text/plain, Size: 1729 bytes --]

On Mon, 2022-05-23 at 19:19 +0000, Dario Faggioli wrote:
> As soon as I get rid of _both_ "-flto=auto" _and_ "--enable-lto", the
> above tests seem to work fine.
> 
> When they fail, they fail immediately, while creating the graph, like
> this:
> 
> MALLOC_PERTURB_=${MALLOC_PERTURB_:-$(( ${RANDOM:-0} % 255 + 1))}
> QTEST_QEMU_IMG=./qemu-img G_TEST_DBUS_DAEMON=../tests/dbus-vmstate-
> daemon.sh QTEST_QEMU_STORAGE_DAEMON_BINARY=./storage-daemon/qemu-
> storage-daemon QTEST_QEMU_BINARY=./qemu-system-x86_64
> ./tests/qtest/qos-test --tap -k
> # random seed: R02S90d4b61102dd94459f986c2367d6d375
> # starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-
> 28822.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-
> 28822.qmp,id=char0 -mon chardev=char0,mode=control -display none -
> machine none -accel qtest
> QOSStack: full stack, cannot pushAborted
> 
Ok, apparently, v6.2.0 works (with GCC 12 and LTO), while as said
v7.0.0 doesn't.

Therefore, I run a bisect, and it pointed at:

8dcb404bff6d9147765d7dd3e9c8493372186420
tests/qtest: enable more vhost-user tests by default

I've also confirmed that on v7.0.0 with 8dcb404bff6d914 reverted, the
test actually works.

As far as downstream packaging is concerned, I'll revert it locally.
But I'd be happy to help figuring our what is actually going wrong.

I'll try to dig further. Any idea/suggestion anyone has, feel free. :-)

Thanks and Regards
-- 
Dario Faggioli, Ph.D
http://about.me/dario.faggioli
Virtualization Software Engineer
SUSE Labs, SUSE https://www.suse.com/
-------------------------------------------------------------------
<<This happens because _I_ choose it to happen!>> (Raistlin Majere)

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Problem running qos-test when building with gcc12 and LTO
  2022-05-24 20:12 ` Dario Faggioli
@ 2022-05-25  6:41   ` Alex Bennée
  2022-05-25  9:40     ` Dario Faggioli
  2022-05-25 13:49   ` Paolo Bonzini
  1 sibling, 1 reply; 6+ messages in thread
From: Alex Bennée @ 2022-05-25  6:41 UTC (permalink / raw)
  To: Dario Faggioli; +Cc: qemu-devel, Claudio Fontana


Dario Faggioli <dfaggioli@suse.com> writes:

> [[PGP Signed Part:Undecided]]
> On Mon, 2022-05-23 at 19:19 +0000, Dario Faggioli wrote:
>> As soon as I get rid of _both_ "-flto=auto" _and_ "--enable-lto", the
>> above tests seem to work fine.
>> 
>> When they fail, they fail immediately, while creating the graph, like
>> this:
>> 
>> MALLOC_PERTURB_=${MALLOC_PERTURB_:-$(( ${RANDOM:-0} % 255 + 1))}
>> QTEST_QEMU_IMG=./qemu-img G_TEST_DBUS_DAEMON=../tests/dbus-vmstate-
>> daemon.sh QTEST_QEMU_STORAGE_DAEMON_BINARY=./storage-daemon/qemu-
>> storage-daemon QTEST_QEMU_BINARY=./qemu-system-x86_64
>> ./tests/qtest/qos-test --tap -k
>> # random seed: R02S90d4b61102dd94459f986c2367d6d375
>> # starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-
>> 28822.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-
>> 28822.qmp,id=char0 -mon chardev=char0,mode=control -display none -
>> machine none -accel qtest
>> QOSStack: full stack, cannot pushAborted
>> 
> Ok, apparently, v6.2.0 works (with GCC 12 and LTO), while as said
> v7.0.0 doesn't.
>
> Therefore, I run a bisect, and it pointed at:
>
> 8dcb404bff6d9147765d7dd3e9c8493372186420
> tests/qtest: enable more vhost-user tests by default
>
> I've also confirmed that on v7.0.0 with 8dcb404bff6d914 reverted, the
> test actually works.
>
> As far as downstream packaging is concerned, I'll revert it locally.
> But I'd be happy to help figuring our what is actually going wrong.
>
> I'll try to dig further. Any idea/suggestion anyone has, feel free.
> :-)

Sounds like there are still memory corruption/not initialised issues
that are affected by moving things around.

Does it still trigger errors with my latest virtio cleanup series (which
adds more tests to qos-test):

  Subject: [PATCH  v2 00/15] virtio-gpio and various virtio cleanups
  Date: Tue, 24 May 2022 16:40:41 +0100
  Message-Id: <20220524154056.2896913-1-alex.bennee@linaro.org>


>
> Thanks and Regards


-- 
Alex Bennée


^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Problem running qos-test when building with gcc12 and LTO
  2022-05-25  6:41   ` Alex Bennée
@ 2022-05-25  9:40     ` Dario Faggioli
  2022-05-25 11:30       ` Dario Faggioli
  0 siblings, 1 reply; 6+ messages in thread
From: Dario Faggioli @ 2022-05-25  9:40 UTC (permalink / raw)
  To: alex.bennee; +Cc: Claudio Fontana, qemu-devel

[-- Attachment #1: Type: text/plain, Size: 1861 bytes --]

On Wed, 2022-05-25 at 07:41 +0100, Alex Bennée wrote:
> Dario Faggioli <dfaggioli@suse.com> writes:
> > I'll try to dig further. Any idea/suggestion anyone has, feel free.
> > :-)
> 
> Sounds like there are still memory corruption/not initialised issues
> that are affected by moving things around.
> 
Right. In fact, I've just tried to enable the tests (re)introduced by
8dcb404bff6d9147765d7dd3e9c8493372186420 one by one and:

- with only one of them enabled, whichever one it is, things seems fine
- with vhost_user_test_setup_reconnect and 
  vhost_user_test_setup_connect_fail enabled (in this order) things
  fail
- with vhost_user_test_setup_connect_fail and 
  vhost_user_test_setup_flags_mismatch enabled (in this order) things 
  fail
- with vhost_user_test_setup_reconnect and 
  vhost_user_test_setup_flags_mismatch enabled (in this order) things 
  fail

Even if I keep vhost_user_test_setup_reconnect and
vhost_user_test_setup_connect_fail enabled, but change the order (i.e.,
I move the qos_add_test for connect-fail before the one for reconnect,
things also fail.

I haven't tried other combinations, so far...

> Does it still trigger errors with my latest virtio cleanup series
> (which
> adds more tests to qos-test):
> 
>   Subject: [PATCH  v2 00/15] virtio-gpio and various virtio cleanups
>   Date: Tue, 24 May 2022 16:40:41 +0100
>   Message-Id: <20220524154056.2896913-1-alex.bennee@linaro.org>
> 
I'll try it. I know it fails on master (at least two days ago's
master). I'll apply the series and re-test.

Regards
-- 
Dario Faggioli, Ph.D
http://about.me/dario.faggioli
Virtualization Software Engineer
SUSE Labs, SUSE https://www.suse.com/
-------------------------------------------------------------------
<<This happens because _I_ choose it to happen!>> (Raistlin Majere)

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Problem running qos-test when building with gcc12 and LTO
  2022-05-25  9:40     ` Dario Faggioli
@ 2022-05-25 11:30       ` Dario Faggioli
  0 siblings, 0 replies; 6+ messages in thread
From: Dario Faggioli @ 2022-05-25 11:30 UTC (permalink / raw)
  To: alex.bennee; +Cc: Claudio Fontana, qemu-devel

[-- Attachment #1: Type: text/plain, Size: 7614 bytes --]

On Wed, 2022-05-25 at 09:40 +0000, Dario Faggioli wrote:
> On Wed, 2022-05-25 at 07:41 +0100, Alex Bennée wrote:
> 
> 
> > Does it still trigger errors with my latest virtio cleanup series
> > (which
> > adds more tests to qos-test):
> > 
> >   Subject: [PATCH  v2 00/15] virtio-gpio and various virtio
> > cleanups
> >   Date: Tue, 24 May 2022 16:40:41 +0100
> >   Message-Id: <20220524154056.2896913-1-alex.bennee@linaro.org>
> > 
> I'll try it. I know it fails on master (at least two days ago's
> master). I'll apply the series and re-test.
> 
Ok, so, yes: current master + the v2 of "virtio-gpio and various virtio
cleanups", still fails (with GCC12 and LTO, of course), pretty much in
the same way I've described in this thread.

I've also tried current master + above series + revert of
8dcb404bff6d914 , although I'm not sure it even makes sense... :-O

Anyway, it also fails, but differently:

MALLOC_PERTURB_=${MALLOC_PERTURB_:-$(( ${RANDOM:-0} % 255 + 1))} \                                                                                                                                      
>   QTEST_QEMU_IMG=./qemu-img G_TEST_DBUS_DAEMON=../tests/dbus-vmstate-daemon.sh \                                                                                                                                                            
>   QTEST_QEMU_STORAGE_DAEMON_BINARY=./storage-daemon/qemu-storage-daemon \                                                                                                                                                                   
>   QTEST_QEMU_BINARY=./qemu-system-x86_64 ./tests/qtest/qos-test --tap -k                                                                                                                                                                    
# random seed: R02S69b7a984047f827959f7adb2e4161fb7                                                                                                                                                                                           
# starting QEMU: exec ./qemu-system-x86_64 -qtest unix:/tmp/qtest-31788.sock -qtest-log /dev/null -chardev socket,path=/tmp/qtest-31788.qmp,id=char0 -mon chardev=char0,mode=control -display none -machine none -accel qtest                 
1..101                                                                                                                                                                                                                                        
# Start of x86_64 tests                                                                                                                                                                                                                       
# Start of pc tests                                                                                                                                                                                                                           
# Start of i440FX-pcihost tests                                                                                                                                                                                                               
# Start of pci-bus-pc tests
# Start of pci-bus tests
# Start of vhost-user-gpio-pci tests
# Start of vhost-user-gpio tests
# Start of vhost-user-gpio-tests tests
# Start of read-guest-mem tests
qemu-system-x86_64: Failed to set msg fds.
qemu-system-x86_64: vhost VQ 0 ring restore failed: -22: Invalid argument (22)
qemu-system-x86_64: Failed to set msg fds.
qemu-system-x86_64: vhost VQ 1 ring restore failed: -22: Invalid argument (22)
qemu-system-x86_64: Failed to set msg fds.
qemu-system-x86_64: vhost_set_vring_call failed: Invalid argument (22)
qemu-system-x86_64: Failed to set msg fds.
qemu-system-x86_64: vhost_set_vring_call failed: Invalid argument (22)
qemu-system-x86_64: Failed to write msg. Wrote -1 instead of 20.
qemu-system-x86_64: vhost VQ 0 ring restore failed: -5: Input/output error (5)                                                                                                                                                                
../tests/qtest/libqtest.c:165: kill_qemu() detected QEMU death from signal 11 (Segmentation fault)                                                                                                                                            
# child process (/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/vhost-user-gpio-pci/vhost-user-gpio/vhost-user-gpio-tests/read-guest-mem/memfile/subprocess [31850]) killed by signal 6 (Aborted)                                               
# child process (/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/vhost-user-gpio-pci/vhost-user-gpio/vhost-user-gpio-tests/read-guest-mem/memfile/subprocess [31850]) stdout: ""                                                                 
# child process (/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/vhost-user-gpio-pci/vhost-user-gpio/vhost-user-gpio-tests/read-guest-mem/memfile/subprocess [31850]) stderr: "qemu-system-x86_64: Failed to set msg fds.\nqemu-system-x86_64: vh
ost VQ 0 ring restore failed: -22: Invalid argument (22)\nqemu-system-x86_64: Failed to set msg fds.\nqemu-system-x86_64: vhost VQ 1 ring restore failed: -22: Invalid argument (22)\nqemu-system-x86_64: Failed to set msg fds.\nqemu-system-
x86_64: vhost_set_vring_call failed: Invalid argument (22)\nqemu-system-x86_64: Failed to set msg fds.\nqemu-system-x86_64: vhost_set_vring_call failed: Invalid argument (22)\nqemu-system-x86_64: Failed to write msg. Wrote -1 instead of 2
0.\nqemu-system-x86_64: vhost VQ 0 ring restore failed: -5: Input/output error (5)\n../tests/qtest/libqtest.c:165: kill_qemu() detected QEMU death from signal 11 (Segmentation fault)\n"                                                     
**                                                                                                                                                                                                                                            
ERROR:../tests/qtest/qos-test.c:190:subprocess_run_one_test: child process (/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/vhost-user-gpio-pci/vhost-user-gpio/vhost-user-gpio-tests/read-guest-mem/memfile/subprocess [31850]) failed unexpecte
dly
Bail out! ERROR:../tests/qtest/qos-test.c:190:subprocess_run_one_test: child process (/x86_64/pc/i440FX-pcihost/pci-bus-pc/pci-bus/vhost-user-gpio-pci/vhost-user-gpio/vhost-user-gpio-tests/read-guest-mem/memfile/subprocess [31850]) failed
 unexpectedly
Aborted

With also this in dmesg:

[mer mag 25 13:11:18 2022] show_signal_msg: 46 callbacks suppressed
[mer mag 25 13:11:18 2022] qemu-system-x86[23711]: segfault at 58 ip 000055e6a0daa4b3 sp 00007ffc5699b870 error 4 in qemu-system-x86_64[55e6a0bdb000+617000]
[mer mag 25 13:11:18 2022] Code: 83 26 4d 00 48 8d 2d 66 1e 4d 00 53 48 8d 1d 74 7d 44 00 48 89 da e8 cc a5 26 00 48 89 da 4c 8d 05 c0 78 50 00 b9 d8 00 00 00 <48> 8b 78 58 48 8d 35 d0 78 49 00 e8 ad a5 26 00 b9 23 00 00 00 4c


Of course, I've also tried current master + above series, with GCC12
and _no_ LTO. And that works.

Any other test I can run? :-)

Regards
-- 
Dario Faggioli, Ph.D
http://about.me/dario.faggioli
Virtualization Software Engineer
SUSE Labs, SUSE https://www.suse.com/
-------------------------------------------------------------------
<<This happens because _I_ choose it to happen!>> (Raistlin Majere)

[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 6+ messages in thread

* Re: Problem running qos-test when building with gcc12 and LTO
  2022-05-24 20:12 ` Dario Faggioli
  2022-05-25  6:41   ` Alex Bennée
@ 2022-05-25 13:49   ` Paolo Bonzini
  1 sibling, 0 replies; 6+ messages in thread
From: Paolo Bonzini @ 2022-05-25 13:49 UTC (permalink / raw)
  To: Dario Faggioli, qemu-devel; +Cc: Claudio Fontana, alex.bennee

On 5/24/22 22:12, Dario Faggioli wrote:
> Ok, apparently, v6.2.0 works (with GCC 12 and LTO), while as said
> v7.0.0 doesn't.
> 
> Therefore, I run a bisect, and it pointed at:
> 
> 8dcb404bff6d9147765d7dd3e9c8493372186420
> tests/qtest: enable more vhost-user tests by default
> 
> I've also confirmed that on v7.0.0 with 8dcb404bff6d914 reverted, the
> test actually works.
> 
> As far as downstream packaging is concerned, I'll revert it locally.
> But I'd be happy to help figuring our what is actually going wrong.
> 
> I'll try to dig further. Any idea/suggestion anyone has, feel free.:-)

Does valgrind point out anything suspicious?

Paolo


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2022-05-25 13:53 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-23 19:19 Problem running qos-test when building with gcc12 and LTO Dario Faggioli
2022-05-24 20:12 ` Dario Faggioli
2022-05-25  6:41   ` Alex Bennée
2022-05-25  9:40     ` Dario Faggioli
2022-05-25 11:30       ` Dario Faggioli
2022-05-25 13:49   ` Paolo Bonzini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.