Closed
Bug 1301645
Opened 8 years ago
Closed 8 years ago
Intermittent-infra Bad CRC-32 for file 'reftest/tests/layout/reftests/fonts/MiaoUnicode-Regular.ttf'
Categories
(Release Engineering :: Applications: MozharnessCore, defect)
Release Engineering
Applications: MozharnessCore
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: cbook, Unassigned)
References
()
Details
in https://treeherder.mozilla.org/#/jobs?repo=autoland&revision=fd597b8d1dd62e173a89ba7e85b0a78805fa8add several tests failed with Bad CRC-32 for file 'reftest/tests/layout/reftests/fonts/MiaoUnicode-Regular.ttf'
like https://treeherder.mozilla.org/logviewer.html#?job_id=3325155&repo=autoland
seems this is not related to that changes in the patch because went green on the next run, but also its too frequent so that might be worth to check
Comment 1•8 years ago
|
||
The issue seems very isolate,I did not found any similar failed jobs lately.The problem is caused by the zip file 'reftest/tests/layout/reftests/fonts/MiaoUnicode-Regular.ttf'.
Error appear in_update_crc when checking the CRC to see if we're at the end of the file and get this condition:
if eof and self._running_crc != self._expected_crc:
raise BadZipFile("Bad CRC-32 for file %r" % self.name)
the script can be found bellow:
https://svn.python.org/projects/python/tags/r32/Lib/zipfile.py
Maybe Ed Morely can give us some advices as he encountered similar BadZipFile exceptions on Bug 894365 and Bug 1016473?
Flags: needinfo?(emorley)
Comment 2•8 years ago
|
||
I just improved the log output for a previous case, I have no insight into this issue, sorry!
Flags: needinfo?(emorley)
Updated•8 years ago
|
Comment hidden (Intermittent Failures Robot) |
Updated•8 years ago
|
Summary: Bad CRC-32 for file 'reftest/tests/layout/reftests/fonts/MiaoUnicode-Regular.ttf' → Intermittent-infra Bad CRC-32 for file 'reftest/tests/layout/reftests/fonts/MiaoUnicode-Regular.ttf'
Comment hidden (Intermittent Failures Robot) |
Comment 5•8 years ago
|
||
I'm adding retry logic for this:
http://stackoverflow.com/questions/5624669/strange-badzipfile-bad-crc-32-problem/5626098#5626098
Comment 6•8 years ago
|
||
Bug 1300812 should have fixed this.
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•