From: "Andreas Färber" <afaerber@suse.de>
To: qemu-devel <qemu-devel@nongnu.org>
Cc: Kevin Wolf <kwolf@redhat.com>,
Peter Maydell <peter.maydell@linaro.org>,
Jeff Cody <jcody@redhat.com>, qemu-ppc <qemu-ppc@nongnu.org>,
Stefan Hajnoczi <stefanha@redhat.com>
Subject: Re: [Qemu-devel] Failing iotests in v2.3.0-rc2 / master
Date: Sat, 11 Apr 2015 16:33:34 +0200 [thread overview]
Message-ID: <552930BE.6010509@suse.de> (raw)
In-Reply-To: <552897D1.7020300@suse.de>
Am 11.04.2015 um 05:41 schrieb Andreas Färber:
> Hi,
>
> 001 seems to hang for -qcow (or is not reasonably "quick": >5 min).
>
> 033 is failing for -vhdx.
067 is failing for -qcow2 on ppc64 (no $QEMU_PROG => qemu-system-ppc64).
Seems to hang after the below output.
Andreas
$ tests/qemu-iotests-quick.sh
[...]
[ 477s] 067 [14:16:53] [14:16:54] - output mismatch (see
067.out.bad)
[ 477s] ---
/usr/src/packages/BUILD/qemu-2.3.0-rc2/tests/qemu-iotests/067.out
2015-04-02 22:10:37.000000000 +0000
[ 477s] +++ 067.out.bad 2015-04-11 14:16:54.200000003 +0000
[ 477s] @@ -60,7 +60,7 @@
[ 477s] },
[ 477s] {
[ 477s] "io-status": "ok",
[ 477s] - "device": "ide1-cd0",
[ 477s] + "device": "scsi0-cd2",
[ 477s] "locked": false,
[ 477s] "removable": true,
[ 477s] "tray_open": false,
[ 477s] @@ -83,7 +83,9 @@
[ 477s] ]
[ 477s] }
[ 477s] {
[ 477s] - "return": {
[ 477s] + "error": {
[ 477s] + "class": "GenericError",
[ 477s] + "desc": "Bus 'pci.0' does not support hotplugging"
[ 477s] }
[ 477s] }
[ 477s] {
[ 477s] @@ -95,34 +97,58 @@
[ 477s] "seconds": TIMESTAMP,
[ 477s] "microseconds": TIMESTAMP
[ 477s] },
[ 477s] - "event": "DEVICE_DELETED",
[ 477s] - "data": {
[ 477s] - "path": "/machine/peripheral/virtio0/virtio-backend"
[ 477s] - }
[ 477s] + "event": "RESET"
[ 477s] }
[ 477s] {
[ 477s] - "timestamp": {
[ 477s] - "seconds": TIMESTAMP,
[ 477s] - "microseconds": TIMESTAMP
[ 477s] - },
[ 477s] - "event": "DEVICE_DELETED",
[ 477s] + "return": [
[ 477s] + {
[ 477s] + "io-status": "ok",
[ 477s] + "device": "disk",
[ 477s] + "locked": false,
[ 477s] + "removable": false,
[ 477s] + "inserted": {
[ 477s] + "iops_rd": 0,
[ 477s] + "detect_zeroes": "off",
[ 477s] + "image": {
[ 477s] + "virtual-size": 134217728,
[ 477s] + "filename": "TEST_DIR/t.qcow2",
[ 477s] + "cluster-size": 65536,
[ 477s] + "format": "qcow2",
[ 477s] + "actual-size": SIZE,
[ 477s] + "format-specific": {
[ 477s] + "type": "qcow2",
[ 477s] "data": {
[ 477s] - "device": "virtio0",
[ 477s] - "path": "/machine/peripheral/virtio0"
[ 477s] - }
[ 477s] + "compat": "1.1",
[ 477s] + "lazy-refcounts": false,
[ 477s] + "refcount-bits": 16,
[ 477s] + "corrupt": false
[ 477s] }
[ 477s] -{
[ 477s] - "timestamp": {
[ 477s] - "seconds": TIMESTAMP,
[ 477s] - "microseconds": TIMESTAMP
[ 477s] },
[ 477s] - "event": "RESET"
[ 477s] -}
[ 477s] -{
[ 477s] - "return": [
[ 477s] + "dirty-flag": false
[ 477s] + },
[ 477s] + "iops_wr": 0,
[ 477s] + "ro": false,
[ 477s] + "backing_file_depth": 0,
[ 477s] + "drv": "qcow2",
[ 477s] + "iops": 0,
[ 477s] + "bps_wr": 0,
[ 477s] + "write_threshold": 0,
[ 477s] + "encrypted": false,
[ 477s] + "bps": 0,
[ 477s] + "bps_rd": 0,
[ 477s] + "cache": {
[ 477s] + "no-flush": false,
[ 477s] + "direct": false,
[ 477s] + "writeback": true
[ 477s] + },
[ 477s] + "file": "TEST_DIR/t.qcow2",
[ 477s] + "encryption_key_missing": false
[ 477s] + },
[ 477s] + "type": "unknown"
[ 477s] + },
[ 477s] {
[ 477s] "io-status": "ok",
[ 477s] - "device": "ide1-cd0",
[ 477s] + "device": "scsi0-cd2",
[ 477s] "locked": false,
[ 477s] "removable": true,
[ 477s] "tray_open": false,
[ 477s] @@ -162,18 +188,7 @@
[ 477s] },
[ 477s] "event": "DEVICE_TRAY_MOVED",
[ 477s] "data": {
[ 477s] - "device": "ide1-cd0",
[ 477s] - "tray-open": true
[ 477s] - }
[ 477s] -}
[ 477s] -{
[ 477s] - "timestamp": {
[ 477s] - "seconds": TIMESTAMP,
[ 477s] - "microseconds": TIMESTAMP
[ 477s] - },
[ 477s] - "event": "DEVICE_TRAY_MOVED",
[ 477s] - "data": {
[ 477s] - "device": "floppy0",
[ 477s] + "device": "scsi0-cd2",
[ 477s] "tray-open": true
[ 477s] }
[ 477s] }
[ 477s] @@ -238,7 +253,7 @@
[ 477s] },
[ 477s] {
[ 477s] "io-status": "ok",
[ 477s] - "device": "ide1-cd0",
[ 477s] + "device": "scsi0-cd2",
[ 477s] "locked": false,
[ 477s] "removable": true,
[ 477s] "tray_open": false,
[ 477s] @@ -261,11 +276,15 @@
[ 477s] ]
[ 477s] }
[ 477s] {
[ 477s] - "return": {
[ 477s] + "error": {
[ 477s] + "class": "GenericError",
[ 477s] + "desc": "Bus 'pci.0' does not support hotplugging"
[ 477s] }
[ 477s] }
[ 477s] {
[ 477s] - "return": {
[ 477s] + "error": {
[ 477s] + "class": "DeviceNotFound",
[ 477s] + "desc": "Device 'virtio0' not found"
[ 477s] }
[ 477s] }
[ 477s] {
[ 477s] @@ -277,34 +296,58 @@
[ 477s] "seconds": TIMESTAMP,
[ 477s] "microseconds": TIMESTAMP
[ 477s] },
[ 477s] - "event": "DEVICE_DELETED",
[ 477s] - "data": {
[ 477s] - "path": "/machine/peripheral/virtio0/virtio-backend"
[ 477s] - }
[ 477s] + "event": "RESET"
[ 477s] }
[ 477s] {
[ 477s] - "timestamp": {
[ 477s] - "seconds": TIMESTAMP,
[ 477s] - "microseconds": TIMESTAMP
[ 477s] - },
[ 477s] - "event": "DEVICE_DELETED",
[ 477s] + "return": [
[ 477s] + {
[ 477s] + "device": "disk",
[ 477s] + "locked": false,
[ 477s] + "removable": true,
[ 477s] + "inserted": {
[ 477s] + "iops_rd": 0,
[ 477s] + "detect_zeroes": "off",
[ 477s] + "image": {
[ 477s] + "virtual-size": 134217728,
[ 477s] + "filename": "TEST_DIR/t.qcow2",
[ 477s] + "cluster-size": 65536,
[ 477s] + "format": "qcow2",
[ 477s] + "actual-size": SIZE,
[ 477s] + "format-specific": {
[ 477s] + "type": "qcow2",
[ 477s] "data": {
[ 477s] - "device": "virtio0",
[ 477s] - "path": "/machine/peripheral/virtio0"
[ 477s] - }
[ 477s] + "compat": "1.1",
[ 477s] + "lazy-refcounts": false,
[ 477s] + "refcount-bits": 16,
[ 477s] + "corrupt": false
[ 477s] }
[ 477s] -{
[ 477s] - "timestamp": {
[ 477s] - "seconds": TIMESTAMP,
[ 477s] - "microseconds": TIMESTAMP
[ 477s] },
[ 477s] - "event": "RESET"
[ 477s] -}
[ 477s] -{
[ 477s] - "return": [
[ 477s] + "dirty-flag": false
[ 477s] + },
[ 477s] + "iops_wr": 0,
[ 477s] + "ro": false,
[ 477s] + "backing_file_depth": 0,
[ 477s] + "drv": "qcow2",
[ 477s] + "iops": 0,
[ 477s] + "bps_wr": 0,
[ 477s] + "write_threshold": 0,
[ 477s] + "encrypted": false,
[ 477s] + "bps": 0,
[ 477s] + "bps_rd": 0,
[ 477s] + "cache": {
[ 477s] + "no-flush": false,
[ 477s] + "direct": false,
[ 477s] + "writeback": true
[ 477s] + },
[ 477s] + "file": "TEST_DIR/t.qcow2",
[ 477s] + "encryption_key_missing": false
[ 477s] + },
[ 477s] + "tray_open": false,
[ 477s] + "type": "unknown"
[ 477s] + },
[ 477s] {
[ 477s] "io-status": "ok",
[ 477s] - "device": "ide1-cd0",
[ 477s] + "device": "scsi0-cd2",
[ 477s] "locked": false,
[ 477s] "removable": true,
[ 477s] "tray_open": false,
[ 477s] @@ -344,18 +387,7 @@
[ 477s] },
[ 477s] "event": "DEVICE_TRAY_MOVED",
[ 477s] "data": {
[ 477s] - "device": "ide1-cd0",
[ 477s] - "tray-open": true
[ 477s] - }
[ 477s] -}
[ 477s] -{
[ 477s] - "timestamp": {
[ 477s] - "seconds": TIMESTAMP,
[ 477s] - "microseconds": TIMESTAMP
[ 477s] - },
[ 477s] - "event": "DEVICE_TRAY_MOVED",
[ 477s] - "data": {
[ 477s] - "device": "floppy0",
[ 477s] + "device": "scsi0-cd2",
[ 477s] "tray-open": true
[ 477s] }
[ 477s] }
[ 477s] @@ -378,7 +410,7 @@
[ 477s] "return": [
[ 477s] {
[ 477s] "io-status": "ok",
[ 477s] - "device": "ide1-cd0",
[ 477s] + "device": "scsi0-cd2",
[ 477s] "locked": false,
[ 477s] "removable": true,
[ 477s] "tray_open": false,
[ 477s] @@ -446,11 +478,15 @@
[ 477s] ]
[ 477s] }
[ 477s] {
[ 477s] - "return": {
[ 477s] + "error": {
[ 477s] + "class": "GenericError",
[ 477s] + "desc": "Bus 'pci.0' does not support hotplugging"
[ 477s] }
[ 477s] }
[ 477s] {
[ 477s] - "return": {
[ 477s] + "error": {
[ 477s] + "class": "DeviceNotFound",
[ 477s] + "desc": "Device 'virtio0' not found"
[ 477s] }
[ 477s] }
[ 477s] {
[ 477s] @@ -462,34 +498,13 @@
[ 477s] "seconds": TIMESTAMP,
[ 477s] "microseconds": TIMESTAMP
[ 477s] },
[ 477s] - "event": "DEVICE_DELETED",
[ 477s] - "data": {
[ 477s] - "path": "/machine/peripheral/virtio0/virtio-backend"
[ 477s] - }
[ 477s] -}
[ 477s] -{
[ 477s] - "timestamp": {
[ 477s] - "seconds": TIMESTAMP,
[ 477s] - "microseconds": TIMESTAMP
[ 477s] - },
[ 477s] - "event": "DEVICE_DELETED",
[ 477s] - "data": {
[ 477s] - "device": "virtio0",
[ 477s] - "path": "/machine/peripheral/virtio0"
[ 477s] - }
[ 477s] -}
[ 477s] -{
[ 477s] - "timestamp": {
[ 477s] - "seconds": TIMESTAMP,
[ 477s] - "microseconds": TIMESTAMP
[ 477s] - },
[ 477s] "event": "RESET"
[ 477s] }
[ 477s] {
[ 477s] "return": [
[ 477s] {
[ 477s] "io-status": "ok",
[ 477s] - "device": "ide1-cd0",
[ 477s] + "device": "scsi0-cd2",
[ 477s] "locked": false,
[ 477s] "removable": true,
[ 477s] "tray_open": false,
[ 477s] @@ -508,6 +523,51 @@
[ 477s] "removable": true,
[ 477s] "tray_open": false,
[ 477s] "type": "unknown"
[ 477s] + },
[ 477s] + {
[ 477s] + "device": "disk",
[ 477s] + "locked": false,
[ 477s] + "removable": true,
[ 477s] + "inserted": {
[ 477s] + "iops_rd": 0,
[ 477s] + "detect_zeroes": "off",
[ 477s] + "image": {
[ 477s] + "virtual-size": 134217728,
[ 477s] + "filename": "TEST_DIR/t.qcow2",
[ 477s] + "cluster-size": 65536,
[ 477s] + "format": "qcow2",
[ 477s] + "actual-size": SIZE,
[ 477s] + "format-specific": {
[ 477s] + "type": "qcow2",
[ 477s] + "data": {
[ 477s] + "compat": "1.1",
[ 477s] + "lazy-refcounts": false,
[ 477s] + "refcount-bits": 16,
[ 477s] + "corrupt": false
[ 477s] + }
[ 477s] + },
[ 477s] + "dirty-flag": false
[ 477s] + },
[ 477s] + "iops_wr": 0,
[ 477s] + "ro": false,
[ 477s] + "backing_file_depth": 0,
[ 477s] + "drv": "qcow2",
[ 477s] + "iops": 0,
[ 477s] + "bps_wr": 0,
[ 477s] + "write_threshold": 0,
[ 477s] + "encrypted": false,
[ 477s] + "bps": 0,
[ 477s] + "bps_rd": 0,
[ 477s] + "cache": {
[ 477s] + "no-flush": false,
[ 477s] + "direct": false,
[ 477s] + "writeback": true
[ 477s] + },
[ 477s] + "file": "TEST_DIR/t.qcow2",
[ 477s] + "encryption_key_missing": false
[ 477s] + },
[ 477s] + "tray_open": false,
[ 477s] + "type": "unknown"
[ 477s] }
[ 477s] ]
[ 477s] }
[ 477s] @@ -529,18 +589,7 @@
[ 477s] },
[ 477s] "event": "DEVICE_TRAY_MOVED",
[ 477s] "data": {
[ 477s] - "device": "ide1-cd0",
[ 477s] - "tray-open": true
[ 477s] - }
[ 477s] -}
[ 477s] -{
[ 477s] - "timestamp": {
[ 477s] - "seconds": TIMESTAMP,
[ 477s] - "microseconds": TIMESTAMP
[ 477s] - },
[ 477s] - "event": "DEVICE_TRAY_MOVED",
[ 477s] - "data": {
[ 477s] - "device": "floppy0",
[ 477s] + "device": "scsi0-cd2",
[ 477s] "tray-open": true
[ 477s] }
[ 477s] }
[ 477s] @@ -564,7 +613,7 @@
[ 477s] "return": [
[ 477s] {
[ 477s] "io-status": "ok",
[ 477s] - "device": "ide1-cd0",
[ 477s] + "device": "scsi0-cd2",
[ 477s] "locked": false,
[ 477s] "removable": true,
[ 477s] "tray_open": false,
[ 477s] @@ -632,11 +681,15 @@
[ 477s] ]
[ 477s] }
[ 477s] {
[ 477s] - "return": {
[ 477s] + "error": {
[ 477s] + "class": "GenericError",
[ 477s] + "desc": "Bus 'pci.0' does not support hotplugging"
[ 477s] }
[ 477s] }
[ 477s] {
[ 477s] - "return": {
[ 477s] + "error": {
[ 477s] + "class": "DeviceNotFound",
[ 477s] + "desc": "Device 'virtio0' not found"
[ 477s] }
[ 477s] }
[ 477s] {
[ 477s] @@ -648,34 +701,13 @@
[ 477s] "seconds": TIMESTAMP,
[ 477s] "microseconds": TIMESTAMP
[ 477s] },
[ 477s] - "event": "DEVICE_DELETED",
[ 477s] - "data": {
[ 477s] - "path": "/machine/peripheral/virtio0/virtio-backend"
[ 477s] - }
[ 477s] -}
[ 477s] -{
[ 477s] - "timestamp": {
[ 477s] - "seconds": TIMESTAMP,
[ 477s] - "microseconds": TIMESTAMP
[ 477s] - },
[ 477s] - "event": "DEVICE_DELETED",
[ 477s] - "data": {
[ 477s] - "device": "virtio0",
[ 477s] - "path": "/machine/peripheral/virtio0"
[ 477s] - }
[ 477s] -}
[ 477s] -{
[ 477s] - "timestamp": {
[ 477s] - "seconds": TIMESTAMP,
[ 477s] - "microseconds": TIMESTAMP
[ 477s] - },
[ 477s] "event": "RESET"
[ 477s] }
[ 477s] {
[ 477s] "return": [
[ 477s] {
[ 477s] "io-status": "ok",
[ 477s] - "device": "ide1-cd0",
[ 477s] + "device": "scsi0-cd2",
[ 477s] "locked": false,
[ 477s] "removable": true,
[ 477s] "tray_open": false,
[ 477s] @@ -696,7 +728,6 @@
[ 477s] "type": "unknown"
[ 477s] },
[ 477s] {
[ 477s] - "io-status": "ok",
[ 477s] "device": "disk",
[ 477s] "locked": false,
[ 477s] "removable": true,
[ 477s] @@ -761,18 +792,7 @@
[ 477s] },
[ 477s] "event": "DEVICE_TRAY_MOVED",
[ 477s] "data": {
[ 477s] - "device": "ide1-cd0",
[ 477s] - "tray-open": true
[ 477s] - }
[ 477s] -}
[ 477s] -{
[ 477s] - "timestamp": {
[ 477s] - "seconds": TIMESTAMP,
[ 477s] - "microseconds": TIMESTAMP
[ 477s] - },
[ 477s] - "event": "DEVICE_TRAY_MOVED",
[ 477s] - "data": {
[ 477s] - "device": "floppy0",
[ 477s] + "device": "scsi0-cd2",
[ 477s] "tray-open": true
[ 477s] }
[ 477s] }
--
SUSE Linux GmbH, Maxfeldstr. 5, 90409 Nürnberg, Germany
GF: Felix Imendörffer, Jane Smithard, Jennifer Guild, Dilip Upmanyu,
Graham Norton; HRB 21284 (AG Nürnberg)
next prev parent reply other threads:[~2015-04-11 14:33 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-11 3:41 [Qemu-devel] Failing iotests in v2.3.0-rc2 / master Andreas Färber
2015-04-11 14:33 ` Andreas Färber [this message]
2015-04-13 16:42 ` Paolo Bonzini
2015-04-13 15:29 ` John Snow
2015-04-13 17:03 ` Andreas Färber
2015-04-14 9:57 ` Kevin Wolf
2015-04-15 4:53 ` Jeff Cody
2015-04-15 9:26 ` Kevin Wolf
2015-04-15 9:34 ` Andreas Färber
2015-04-15 9:47 ` Kevin Wolf
2015-04-15 9:54 ` Andreas Färber
2015-04-15 11:27 ` Jeff Cody
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=552930BE.6010509@suse.de \
--to=afaerber@suse.de \
--cc=jcody@redhat.com \
--cc=kwolf@redhat.com \
--cc=peter.maydell@linaro.org \
--cc=qemu-devel@nongnu.org \
--cc=qemu-ppc@nongnu.org \
--cc=stefanha@redhat.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).