QEMU -- /home/kashyapc/build/qemu/tests/qemu-iotests/../../x86_64-softmmu/qemu-system-x86_64 QEMU_IMG -- /home/kashyapc/build/qemu/tests/qemu-iotests/../../qemu-img QEMU_IO -- /home/kashyapc/build/qemu/tests/qemu-iotests/../../qemu-io QEMU_NBD -- /home/kashyapc/build/qemu/tests/qemu-iotests/../../qemu-nbd IMGFMT -- qcow2 (compat=1.1) IMGPROTO -- file PLATFORM -- Linux/x86_64 tesla 3.18.3-201.fc21.x86_64 TEST_DIR -- /home/kashyapc/build/qemu/tests/qemu-iotests/scratch SOCKET_SCM_HELPER -- /home/kashyapc/build/qemu/tests/qemu-iotests/socket_scm_helper 001 002 003 004 005 006 [not run] not suitable for this image format: qcow2 007 008 009 010 011 012 013 014 015 017 018 019 020 021 022 023 024 025 026 027 028 029 030 031 032 033 034 035 036 037 038 039 040 041 042 043 044 045 [not run] not suitable for this image format: qcow2 046 047 048 049 050 051 - output mismatch (see 051.out.bad) --- /home/kashyapc/tinker-space/qemu-upstream/tests/qemu-iotests/051.out 2015-03-07 21:02:04.550118770 +0100 +++ 051.out.bad 2015-03-11 12:45:13.208460851 +0100 @@ -115,8 +115,7 @@ Testing: -drive if=ide QEMU X.Y.Z monitor - type 'help' for more information (qemu) QEMU_PROG: Device needs media, but drive is empty -QEMU_PROG: Device initialization failed. -QEMU_PROG: Initialization of device ide-hd failed +QEMU_PROG: Initialization of device ide-hd failed: Device initialization failed. Testing: -drive if=virtio QEMU X.Y.Z monitor - type 'help' for more information @@ -127,8 +126,7 @@ Testing: -drive if=scsi QEMU X.Y.Z monitor - type 'help' for more information (qemu) QEMU_PROG: -drive if=scsi: Device needs media, but drive is empty -QEMU_PROG: Device initialization failed. -QEMU_PROG: Initialization of device lsi53c895a failed +QEMU_PROG: Initialization of device lsi53c895a failed: Device initialization failed. Testing: -drive if=none,id=disk -device ide-cd,drive=disk QEMU X.Y.Z monitor - type 'help' for more information @@ -178,8 +176,7 @@ Testing: -drive file=TEST_DIR/t.qcow2,if=ide,readonly=on QEMU X.Y.Z monitor - type 'help' for more information (qemu) QEMU_PROG: Can't use a read-only drive -QEMU_PROG: Device initialization failed. -QEMU_PROG: Initialization of device ide-hd failed +QEMU_PROG: Initialization of device ide-hd failed: Device initialization failed. Testing: -drive file=TEST_DIR/t.qcow2,if=virtio,readonly=on QEMU X.Y.Z monitor - type 'help' for more information 052 053 054 055 056 057 058 059 [not run] not suitable for this image format: qcow2 060 061 - output mismatch (see 061.out.bad) --- /home/kashyapc/tinker-space/qemu-upstream/tests/qemu-iotests/061.out 2015-01-12 14:34:11.474891477 +0100 +++ 061.out.bad 2015-03-11 12:45:39.712345674 +0100 @@ -287,7 +287,6 @@ qemu-img: Error while amending options: Invalid argument Unknown compatibility level 0.42. qemu-img: Error while amending options: Invalid argument -qemu-img: Invalid parameter 'foo' qemu-img: Invalid options for file format 'qcow2' Changing the cluster size is not supported. qemu-img: Error while amending options: Operation not supported 062 063 064 [not run] not suitable for this image format: qcow2 065 066 067 068 069 070 [not run] not suitable for this image format: qcow2 071 072 073 074 075 [not run] not suitable for this image format: qcow2 076 [not run] not suitable for this image format: qcow2 077 [not run] not suitable for this image format: qcow2 078 [not run] not suitable for this image format: qcow2 079 080 081 [not run] not suitable for this image format: qcow2 082 083 [not run] not suitable for this image protocol: file 084 [not run] not suitable for this image format: qcow2 085 086 087 088 [not run] not suitable for this image format: qcow2 089 090 091 092 [not run] not suitable for this image format: qcow2 093 [not run] not suitable for this image format: qcow2 094 [not run] not suitable for this image protocol: file 095 097 098 099 100 101 [not run] not suitable for this image format: qcow2 102 103 104 105 107 108 109 [not run] not suitable for this image format: qcow2 110 111 113 [not run] not suitable for this image format: qcow2 114 116 [not run] not suitable for this image format: qcow2 123 [not run] not suitable for this image format: qcow2 124 [failed, exit status 1] - output mismatch (see 124.out.bad) --- /home/kashyapc/tinker-space/qemu-upstream/tests/qemu-iotests/124.out 2015-03-11 12:31:30.515963322 +0100 +++ 124.out.bad 2015-03-11 12:46:02.541246468 +0100 @@ -1,5 +1,33 @@ -...... +F....F +====================================================================== +FAIL: test_incremental_failure (__main__.TestIncrementalBackup) +Test: Verify backups made after a failure are correct. +---------------------------------------------------------------------- +Traceback (most recent call last): + File "124", line 331, in test_incremental_failure + self.create_incremental() + File "124", line 167, in create_incremental + return self.wait_incremental(bitmap, validate) + File "124", line 179, in wait_incremental + self.assert_qmp_absent(event, 'data/error') + File "/home/kashyapc/tinker-space/qemu-upstream/tests/qemu-iotests/iotests.py", line 282, in assert_qmp_absent + self.fail('path "%s" has value "%s"' % (path, str(result))) +AssertionError: path "data/error" has value "Input/output error" + +====================================================================== +FAIL: test_transaction_failure (__main__.TestIncrementalBackup) +Test: Verify backups made from a transaction that partially fails. +---------------------------------------------------------------------- +Traceback (most recent call last): + File "124", line 448, in test_transaction_failure + self.wait_incremental(dr1bm0, 'drive1') + File "124", line 179, in wait_incremental + self.assert_qmp_absent(event, 'data/error') + File "/home/kashyapc/tinker-space/qemu-upstream/tests/qemu-iotests/iotests.py", line 282, in assert_qmp_absent + self.fail('path "%s" has value "%s"' % (path, str(result))) +AssertionError: path "data/error" has value "Input/output error" + ---------------------------------------------------------------------- Ran 6 tests -OK +FAILED (failures=2) Not run: 006 045 059 064 070 075 076 077 078 081 083 084 088 092 093 094 101 109 113 116 123 Failures: 051 061 124 Failed 3 of 92 tests