Closed
Bug 1321343
Opened 9 years ago
Closed 7 years ago
Intermittent error: Error -3 while decompressing: invalid distance too far back
Categories
(Release Engineering :: Applications: MozharnessCore, defect)
Release Engineering
Applications: MozharnessCore
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: intermittent-bug-filer, Unassigned)
References
Details
(Keywords: bulk-close-intermittents, intermittent-failure)
Status: NEW → RESOLVED
Closed: 8 years ago
Keywords: bulk-close-intermittents
Resolution: --- → INCOMPLETE
Comment 1•8 years ago
|
||
Reopened this because fails are reappearing, like this one:
https://treeherder.mozilla.org/#/jobs?repo=mozilla-central&filter-searchStr=c7b629bc2b6d1a98e7d7b503d8bc77b7968e3a13&selectedJob=135012737
Link to log: https://treeherder.mozilla.org/logviewer.html#?job_id=135012737&repo=mozilla-central&lineNumber=714
Part of the log:
[task 2017-10-04T23:00:51.911Z] 23:00:51 INFO - Running post-action listener: _resource_record_post_action
[task 2017-10-04T23:00:51.913Z] 23:00:51 INFO - Running post-action listener: find_tests_for_verification
[task 2017-10-04T23:00:51.915Z] 23:00:51 INFO - Running post-action listener: set_extra_try_arguments
[task 2017-10-04T23:00:51.917Z] 23:00:51 INFO - [mozharness: 2017-10-04 23:00:51.917003Z] Finished download-and-extract step (failed)
[task 2017-10-04T23:00:51.947Z] 23:00:51 FATAL - Uncaught exception: Traceback (most recent call last):
[task 2017-10-04T23:00:51.950Z] 23:00:51 FATAL - File "/builds/worker/workspace/mozharness/mozharness/base/script.py", line 2059, in run
[task 2017-10-04T23:00:51.953Z] 23:00:51 FATAL - self.run_action(action)
[task 2017-10-04T23:00:51.955Z] 23:00:51 FATAL - File "/builds/worker/workspace/mozharness/mozharness/base/script.py", line 1998, in run_action
[task 2017-10-04T23:00:51.957Z] 23:00:51 FATAL - self._possibly_run_method(method_name, error_if_missing=True)
[task 2017-10-04T23:00:51.959Z] 23:00:51 FATAL - File "/builds/worker/workspace/mozharness/mozharness/base/script.py", line 1938, in _possibly_run_method
[task 2017-10-04T23:00:51.961Z] 23:00:51 FATAL - return getattr(self, method_name)()
[task 2017-10-04T23:00:51.964Z] 23:00:51 FATAL - File "/builds/worker/workspace/mozharness/scripts/desktop_unittest.py", line 575, in download_and_extract
[task 2017-10-04T23:00:51.966Z] 23:00:51 FATAL - suite_categories=target_categories)
[task 2017-10-04T23:00:51.968Z] 23:00:51 FATAL - File "/builds/worker/workspace/mozharness/mozharness/mozilla/testing/testbase.py", line 595, in download_and_extract
[task 2017-10-04T23:00:51.973Z] 23:00:51 FATAL - self._download_test_packages(suite_categories, extract_dirs)
[task 2017-10-04T23:00:51.975Z] 23:00:51 FATAL - File "/builds/worker/workspace/mozharness/mozharness/mozilla/testing/testbase.py", line 493, in _download_test_packages
[task 2017-10-04T23:00:51.977Z] 23:00:51 FATAL - extract_dirs=unpack_dirs)
[task 2017-10-04T23:00:51.980Z] 23:00:51 FATAL - File "/builds/worker/workspace/mozharness/mozharness/base/script.py", line 712, in download_unpack
[task 2017-10-04T23:00:51.982Z] 23:00:51 FATAL - function(**kwargs)
[task 2017-10-04T23:00:51.984Z] 23:00:51 FATAL - File "/builds/worker/workspace/mozharness/mozharness/base/script.py", line 592, in unzip
[task 2017-10-04T23:00:51.986Z] 23:00:51 FATAL - bundle.extract(entry, path=extract_to)
[task 2017-10-04T23:00:51.988Z] 23:00:51 FATAL - File "/usr/lib/python2.7/zipfile.py", line 1028, in extract
[task 2017-10-04T23:00:51.990Z] 23:00:51 FATAL - return self._extract_member(member, path, pwd)
[task 2017-10-04T23:00:51.992Z] 23:00:51 FATAL - File "/usr/lib/python2.7/zipfile.py", line 1084, in _extract_member
[task 2017-10-04T23:00:51.994Z] 23:00:51 FATAL - shutil.copyfileobj(source, target)
[task 2017-10-04T23:00:51.996Z] 23:00:51 FATAL - File "/usr/lib/python2.7/shutil.py", line 49, in copyfileobj
[task 2017-10-04T23:00:51.998Z] 23:00:51 FATAL - buf = fsrc.read(length)
[task 2017-10-04T23:00:52.000Z] 23:00:52 FATAL - File "/usr/lib/python2.7/zipfile.py", line 632, in read
[task 2017-10-04T23:00:52.002Z] 23:00:52 FATAL - data = self.read1(n - len(buf))
[task 2017-10-04T23:00:52.005Z] 23:00:52 FATAL - File "/usr/lib/python2.7/zipfile.py", line 684, in read1
[task 2017-10-04T23:00:52.007Z] 23:00:52 FATAL - max(n - len_readbuffer, self.MIN_READ_SIZE)
[task 2017-10-04T23:00:52.009Z] 23:00:52 FATAL - error: Error -3 while decompressing: invalid distance too far back
[task 2017-10-04T23:00:52.011Z] 23:00:52 FATAL - Running post_fatal callback...
[task 2017-10-04T23:00:52.013Z] 23:00:52 FATAL - Exiting -1
[task 2017-10-04T23:00:52.015Z] 23:00:52 INFO - Running post-run listener: _resource_record_post_run
[task 2017-10-04T23:00:52.017Z] 23:00:52 INFO - Running post-run listener: _upload_blobber_files
[task 2017-10-04T23:00:52.018Z] 23:00:52 WARNING - Blob upload gear skipped. Missing cmdline options.
[task 2017-10-04T23:00:52.020Z] 23:00:52 INFO - Running post-run listener: copy_logs_to_upload_dir
[task 2017-10-04T23:00:52.022Z] 23:00:52 INFO - Copying logs to upload dir...
[task 2017-10-04T23:00:52.024Z] 23:00:52 INFO - mkdir: /builds/worker/workspace/build/upload/logs
Updated•8 years ago
|
Status: RESOLVED → REOPENED
Resolution: INCOMPLETE → ---
| Comment hidden (Intermittent Failures Robot) |
Comment 3•8 years ago
|
||
Status: REOPENED → RESOLVED
Closed: 8 years ago → 8 years ago
Resolution: --- → INCOMPLETE
Comment 4•8 years ago
|
||
Status: RESOLVED → REOPENED
Resolution: INCOMPLETE → ---
| Comment hidden (Intermittent Failures Robot) |
Comment 6•8 years ago
|
||
Status: REOPENED → RESOLVED
Closed: 8 years ago → 8 years ago
Resolution: --- → INCOMPLETE
Comment 8•7 years ago
|
||
Status: RESOLVED → REOPENED
Resolution: INCOMPLETE → ---
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
| Comment hidden (Intermittent Failures Robot) |
Comment 13•7 years ago
|
||
Status: REOPENED → RESOLVED
Closed: 8 years ago → 7 years ago
Resolution: --- → INCOMPLETE
| Comment hidden (Intermittent Failures Robot) |
You need to log in
before you can comment on or make changes to this bug.
Description
•