docs: rstfy vfio-ap documentation
[qemu/ar7.git] / tests / qemu-iotests / 108.out
blob75bab8dc84a19e86e364050e8c355da013aa0691
1 QA output created by 108
3 === Repairing an image without any refcount table ===
5 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864
6 wrote 65536/65536 bytes at offset 0
7 64 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
8 ERROR cluster 0 refcount=0 reference=1
9 ERROR cluster 3 refcount=0 reference=1
10 ERROR cluster 4 refcount=0 reference=1
11 ERROR cluster 5 refcount=0 reference=1
12 Rebuilding refcount structure
13 The following inconsistencies were found and repaired:
15     0 leaked clusters
16     4 corruptions
18 Double checking the fixed image now...
19 No errors were found on the image.
20 read 65536/65536 bytes at offset 0
21 64 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
23 === Repairing unreferenced data cluster in new refblock area ===
25 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864
26 wrote 111104/111104 bytes at offset 0
27 108.500 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
28 131072
29 wrote 512/512 bytes at offset 131072
30 512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
31 read 512/512 bytes at offset 111104
32 512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
33 ERROR cluster 256 refcount=0 reference=1
34 Rebuilding refcount structure
35 Repairing cluster 1 refcount=1 reference=0
36 Repairing cluster 2 refcount=1 reference=0
37 The following inconsistencies were found and repaired:
39     0 leaked clusters
40     1 corruptions
42 Double checking the fixed image now...
43 No errors were found on the image.
44 read 512/512 bytes at offset 111104
45 512 bytes, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec)
47 === Repairing refblock beyond the image end ===
50 --- Otherwise clean ---
52 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864
53 Repairing refcount block 1 is outside image
54 The following inconsistencies were found and repaired:
56     0 leaked clusters
57     1 corruptions
59 Double checking the fixed image now...
60 No errors were found on the image.
62 --- Refblock is unallocated ---
64 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864
65 Repairing refcount block 1 is outside image
66 ERROR cluster 16 refcount=0 reference=1
67 Rebuilding refcount structure
68 Repairing cluster 1 refcount=1 reference=0
69 Repairing cluster 2 refcount=1 reference=0
70 Repairing cluster 16 refcount=1 reference=0
71 The following inconsistencies were found and repaired:
73     0 leaked clusters
74     2 corruptions
76 Double checking the fixed image now...
77 No errors were found on the image.
79 --- Signed overflow after the refblock ---
81 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864
82 Repairing refcount block 1 is outside image
83 ERROR could not resize image: Invalid argument
84 Rebuilding refcount structure
85 Repairing cluster 1 refcount=1 reference=0
86 Repairing cluster 2 refcount=1 reference=0
87 The following inconsistencies were found and repaired:
89     0 leaked clusters
90     1 corruptions
92 Double checking the fixed image now...
93 No errors were found on the image.
95 --- Unsigned overflow after the refblock ---
97 Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864
98 Repairing refcount block 1 is outside image
99 ERROR could not resize image: Invalid argument
100 Rebuilding refcount structure
101 Repairing cluster 1 refcount=1 reference=0
102 Repairing cluster 2 refcount=1 reference=0
103 The following inconsistencies were found and repaired:
105     0 leaked clusters
106     1 corruptions
108 Double checking the fixed image now...
109 No errors were found on the image.
110 *** done