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)

defect
Not set
normal

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
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)
I just improved the log output for a previous case, I have no insight into this issue, sorry!
Flags: needinfo?(emorley)
Component: Buildduty → Mozharness
Depends on: 1300812
QA Contact: bugspam.Callek → jlund
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'
Bug 1300812 should have fixed this.
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.