Closed Bug 1476162 Opened 6 years ago Closed 6 years ago

Intermittent Uncaught exception: Traceback (most recent call last):

Categories

(Release Engineering :: Release Automation: Other, defect, P5)

defect

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1321343

People

(Reporter: intermittent-bug-filer, Unassigned)

Details

(Keywords: intermittent-failure)

Filed by: btara [at] mozilla.com https://treeherder.mozilla.org/logviewer.html#?job_id=188317938&repo=mozilla-central https://queue.taskcluster.net/v1/task/V9_Nhr9ZQ1OUC0f6hfEgUw/runs/0/artifacts/public/logs/live_backing.log 3:06:07 INFO - [mozharness: 2018-07-16 10:06:07.113903Z] Running clobber step. 03:06:07 INFO - Running pre-action listener: _resource_record_pre_action 03:06:07 INFO - Running main action method: clobber 03:06:07 INFO - rmtree: /Users/cltbld/tasks/task_1531728164/build 03:06:07 INFO - Running post-action listener: _resource_record_post_action 03:06:07 INFO - [mozharness: 2018-07-16 10:06:07.114745Z] Finished clobber step (success) 03:06:07 INFO - [mozharness: 2018-07-16 10:06:07.114889Z] Running download-and-extract step. 03:06:07 INFO - Running pre-action listener: _pre_download_and_extract 03:06:07 WARNING - Try message not found. 03:06:07 INFO - Running pre-action listener: _resource_record_pre_action 03:06:07 INFO - Running main action method: download_and_extract 03:06:07 INFO - mkdir: /Users/cltbld/tasks/task_1531728164/build/tests 03:06:07 INFO - Downloading https://queue.taskcluster.net/v1/task/ehitB2HdSnGAYg5pAKzGYQ/artifacts/public/build/target.test_packages.json to /Users/cltbld/tasks/task_1531728164/build/target.test_packages.json 03:06:07 INFO - retry: Calling _download_file with args: (), kwargs: {'url': 'https://queue.taskcluster.net/v1/task/ehitB2HdSnGAYg5pAKzGYQ/artifacts/public/build/target.test_packages.json', 'file_name': '/Users/cltbld/tasks/task_1531728164/build/target.test_packages.json'}, attempt #1 03:06:08 INFO - Downloaded 1083 bytes. 03:06:08 INFO - Reading from file /Users/cltbld/tasks/task_1531728164/build/target.test_packages.json 03:06:08 INFO - Downloading packages: [u'target.common.tests.zip', u'target.mochitest.tests.zip'] for test suite categories: ['mochitest'] 03:06:08 INFO - Downloading and extracting to /Users/cltbld/tasks/task_1531728164/build/tests these dirs * from https://queue.taskcluster.net/v1/task/ehitB2HdSnGAYg5pAKzGYQ/artifacts/public/build/target.common.tests.zip 03:06:08 INFO - retry: Calling fetch_url_into_memory with args: (), kwargs: {'url': u'https://queue.taskcluster.net/v1/task/ehitB2HdSnGAYg5pAKzGYQ/artifacts/public/build/target.common.tests.zip'}, attempt #1 03:06:08 INFO - Fetch https://queue.taskcluster.net/v1/task/ehitB2HdSnGAYg5pAKzGYQ/artifacts/public/build/target.common.tests.zip into memory 03:06:09 INFO - Content-Length response header: 37812945 03:06:09 INFO - Bytes received: 37812945 03:06:18 INFO - Running post-action listener: _resource_record_post_action 03:06:18 INFO - Running post-action listener: find_tests_for_coverage 03:06:18 INFO - Running post-action listener: find_tests_for_verification 03:06:18 INFO - Running post-action listener: set_extra_try_arguments 03:06:18 INFO - Running post-action listener: setup_coverage_tools 03:06:18 INFO - [mozharness: 2018-07-16 10:06:18.683756Z] Finished download-and-extract step (failed) 03:06:18 FATAL - Uncaught exception: Traceback (most recent call last): 03:06:18 FATAL - File "/Users/cltbld/tasks/task_1531728164/mozharness/mozharness/base/script.py", line 2080, in run 03:06:18 FATAL - self.run_action(action) 03:06:18 FATAL - File "/Users/cltbld/tasks/task_1531728164/mozharness/mozharness/base/script.py", line 2019, in run_action 03:06:18 FATAL - self._possibly_run_method(method_name, error_if_missing=True) 03:06:18 FATAL - File "/Users/cltbld/tasks/task_1531728164/mozharness/mozharness/base/script.py", line 1959, in _possibly_run_method 03:06:18 FATAL - return getattr(self, method_name)() 03:06:18 FATAL - File "mozharness/scripts/desktop_unittest.py", line 569, in download_and_extract 03:06:18 FATAL - suite_categories=target_categories) 03:06:18 FATAL - File "/Users/cltbld/tasks/task_1531728164/mozharness/mozharness/mozilla/testing/testbase.py", line 474, in download_and_extract 03:06:18 FATAL - self._download_test_packages(suite_categories, extract_dirs) 03:06:18 FATAL - File "/Users/cltbld/tasks/task_1531728164/mozharness/mozharness/mozilla/testing/testbase.py", line 373, in _download_test_packages 03:06:18 FATAL - extract_dirs=unpack_dirs) 03:06:18 FATAL - File "/Users/cltbld/tasks/task_1531728164/mozharness/mozharness/base/script.py", line 729, in download_unpack 03:06:18 FATAL - function(**kwargs) 03:06:18 FATAL - File "/Users/cltbld/tasks/task_1531728164/mozharness/mozharness/base/script.py", line 609, in unzip 03:06:18 FATAL - bundle.extract(entry, path=extract_to) 03:06:18 FATAL - File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/zipfile.py", line 1028, in extract 03:06:18 FATAL - return self._extract_member(member, path, pwd) 03:06:18 FATAL - File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/zipfile.py", line 1084, in _extract_member 03:06:18 FATAL - shutil.copyfileobj(source, target) 03:06:18 FATAL - File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shutil.py", line 49, in copyfileobj 03:06:18 FATAL - buf = fsrc.read(length) 03:06:18 FATAL - File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/zipfile.py", line 632, in read 03:06:18 FATAL - data = self.read1(n - len(buf)) 03:06:18 FATAL - File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/zipfile.py", line 684, in read1 03:06:18 FATAL - max(n - len_readbuffer, self.MIN_READ_SIZE) 03:06:18 FATAL - error: Error -3 while decompressing: invalid distance too far back 03:06:18 FATAL - Running post_fatal callback... 03:06:18 FATAL - Exiting -1
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.