arm: stellaris: Remove misleading address_space_mem var
[qemu/kevin.git] / tests / qemu-iotests / 060.out
blobc27c95241272d70e053c965121bd034993a6fe9e
1 QA output created by 060
3 === Testing L2 reference into L1 ===
5 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864 
6 ERROR cluster 3 refcount=1 reference=3
8 1 errors were found on the image.
9 Data may be corrupted, or further writes to the image may corrupt it.
10 incompatible_features     0x0
11 qcow2: Preventing invalid write on metadata (overlaps with active L1 table); image marked as corrupt.
12 write failed: Input/output error
13 incompatible_features     0x2
14 qemu-io: can't open device TEST_DIR/t.IMGFMT: IMGFMT: Image is corrupt; cannot be opened read/write
15 read 512/512 bytes at offset 0
16 512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
18 === Testing cluster data reference into refcount block ===
20 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864 
21 ERROR refcount block 0 refcount=2
22 ERROR cluster 2 refcount=1 reference=2
24 2 errors were found on the image.
25 Data may be corrupted, or further writes to the image may corrupt it.
26 incompatible_features     0x0
27 qcow2: Preventing invalid write on metadata (overlaps with refcount block); image marked as corrupt.
28 write failed: Input/output error
29 incompatible_features     0x2
30 Repairing refcount block 0 refcount=2
31 The following inconsistencies were found and repaired:
33     0 leaked clusters
34     1 corruptions
36 Double checking the fixed image now...
37 No errors were found on the image.
38 incompatible_features     0x0
39 wrote 512/512 bytes at offset 0
40 512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
41 incompatible_features     0x0
43 === Testing cluster data reference into inactive L2 table ===
45 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864 
46 wrote 512/512 bytes at offset 0
47 512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
48 wrote 512/512 bytes at offset 0
49 512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
50 ERROR cluster 4 refcount=1 reference=2
51 Leaked cluster 9 refcount=1 reference=0
53 1 errors were found on the image.
54 Data may be corrupted, or further writes to the image may corrupt it.
56 1 leaked clusters were found on the image.
57 This means waste of disk space, but no harm to data.
58 incompatible_features     0x0
59 qcow2: Preventing invalid write on metadata (overlaps with inactive L2 table); image marked as corrupt.
60 write failed: Input/output error
61 incompatible_features     0x2
62 Repairing cluster 4 refcount=1 reference=2
63 Repairing cluster 9 refcount=1 reference=0
64 Repairing OFLAG_COPIED data cluster: l2_entry=8000000000040000 refcount=2
65 The following inconsistencies were found and repaired:
67     1 leaked clusters
68     2 corruptions
70 Double checking the fixed image now...
71 No errors were found on the image.
72 incompatible_features     0x0
73 wrote 512/512 bytes at offset 0
74 512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
75 incompatible_features     0x0
76 read 512/512 bytes at offset 0
77 512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
78 No errors were found on the image.
79 read 512/512 bytes at offset 0
80 512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
82 === Testing overlap while COW is in flight ===
84 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=1073741824 
85 wrote 65536/65536 bytes at offset 0
86 64 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
87 wrote 65536/65536 bytes at offset 536870912
88 64 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
89 discard 65536/65536 bytes at offset 0
90 64 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
91 qcow2: Preventing invalid write on metadata (overlaps with active L2 table); image marked as corrupt.
92 blkdebug: Suspended request '0'
93 write failed: Input/output error
94 blkdebug: Resuming request '0'
95 aio_write failed: No medium found
97 === Testing unallocated image header ===
99 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864 
100 wrote 65536/65536 bytes at offset 0
101 64 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
102 qcow2: Preventing invalid write on metadata (overlaps with qcow2_header); image marked as corrupt.
103 write failed: Input/output error
104 *** done