Max Reitz | 234764e | 2014-10-22 14:09:43 +0200 | [diff] [blame] | 1 | QA output created by 108 |
| 2 | |
| 3 | === Repairing an image without any refcount table === |
| 4 | |
Fam Zheng | 7486458 | 2014-12-09 15:38:03 +0800 | [diff] [blame] | 5 | Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864 |
Max Reitz | 234764e | 2014-10-22 14:09:43 +0200 | [diff] [blame] | 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: |
| 14 | |
| 15 | 0 leaked clusters |
| 16 | 4 corruptions |
| 17 | |
| 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) |
| 22 | |
| 23 | === Repairing unreferenced data cluster in new refblock area === |
| 24 | |
Fam Zheng | 7486458 | 2014-12-09 15:38:03 +0800 | [diff] [blame] | 25 | Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864 |
Max Reitz | 234764e | 2014-10-22 14:09:43 +0200 | [diff] [blame] | 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: |
| 38 | |
| 39 | 0 leaked clusters |
| 40 | 1 corruptions |
| 41 | |
| 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) |
| 46 | |
| 47 | === Repairing refblock beyond the image end === |
| 48 | |
| 49 | |
| 50 | --- Otherwise clean --- |
| 51 | |
Fam Zheng | 7486458 | 2014-12-09 15:38:03 +0800 | [diff] [blame] | 52 | Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864 |
Max Reitz | 234764e | 2014-10-22 14:09:43 +0200 | [diff] [blame] | 53 | Repairing refcount block 1 is outside image |
| 54 | The following inconsistencies were found and repaired: |
| 55 | |
| 56 | 0 leaked clusters |
| 57 | 1 corruptions |
| 58 | |
| 59 | Double checking the fixed image now... |
| 60 | No errors were found on the image. |
| 61 | |
| 62 | --- Refblock is unallocated --- |
| 63 | |
Fam Zheng | 7486458 | 2014-12-09 15:38:03 +0800 | [diff] [blame] | 64 | Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864 |
Max Reitz | 234764e | 2014-10-22 14:09:43 +0200 | [diff] [blame] | 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: |
| 72 | |
| 73 | 0 leaked clusters |
| 74 | 2 corruptions |
| 75 | |
| 76 | Double checking the fixed image now... |
| 77 | No errors were found on the image. |
| 78 | |
| 79 | --- Signed overflow after the refblock --- |
| 80 | |
Fam Zheng | 7486458 | 2014-12-09 15:38:03 +0800 | [diff] [blame] | 81 | Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864 |
Max Reitz | 234764e | 2014-10-22 14:09:43 +0200 | [diff] [blame] | 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: |
| 88 | |
| 89 | 0 leaked clusters |
| 90 | 1 corruptions |
| 91 | |
| 92 | Double checking the fixed image now... |
| 93 | No errors were found on the image. |
| 94 | |
| 95 | --- Unsigned overflow after the refblock --- |
| 96 | |
Fam Zheng | 7486458 | 2014-12-09 15:38:03 +0800 | [diff] [blame] | 97 | Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864 |
Max Reitz | 234764e | 2014-10-22 14:09:43 +0200 | [diff] [blame] | 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: |
| 104 | |
| 105 | 0 leaked clusters |
| 106 | 1 corruptions |
| 107 | |
| 108 | Double checking the fixed image now... |
| 109 | No errors were found on the image. |
| 110 | *** done |