Intermittent Uncaught exception: Traceback (most recent call last): after Finished download-and-extract step (failed)
Categories
(Release Engineering :: Applications: MozharnessCore, defect, P5)
Tracking
(Not tracked)
People
(Reporter: intermittent-bug-filer, Unassigned)
Details
(Keywords: intermittent-failure)
Filed by: nfay [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer?job_id=419671413&repo=mozilla-central
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/BhG8PjRmT0ePdxbK-fol6g/runs/0/artifacts/public/logs/live_backing.log
[task 2023-06-16T22:19:51.542Z] 22:19:22 INFO - Downloading https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Z9eQUNyeSjGDI7ABaphYyw/artifacts/public/build/geckoview-test_runner.apk to /builds/task_168695393418223/workspace/build/geckoview-test_runner.apk
[task 2023-06-16T22:19:51.542Z] 22:19:22 INFO - retry: Calling _download_file with args: (), kwargs: {'url': 'https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Z9eQUNyeSjGDI7ABaphYyw/artifacts/public/build/geckoview-test_runner.apk', 'file_name': '/builds/task_168695393418223/workspace/build/geckoview-test_runner.apk'}, attempt #1
[task 2023-06-16T22:19:51.542Z] 22:19:27 INFO - Downloaded 100909566 bytes.
[task 2023-06-16T22:19:51.542Z] 22:19:27 INFO - retry: Calling query_symbols_url with args: (), kwargs: {'raise_on_failure': True}, attempt #1
[task 2023-06-16T22:19:51.542Z] 22:19:27 INFO - Downloading and extracting to /builds/task_168695393418223/workspace/build/symbols these dirs * from https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Z9eQUNyeSjGDI7ABaphYyw/artifacts/public/build/target.crashreporter-symbols.zip
[task 2023-06-16T22:19:51.542Z] 22:19:27 INFO - retry: Calling fetch_url_into_memory with args: (), kwargs: {'url': 'https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Z9eQUNyeSjGDI7ABaphYyw/artifacts/public/build/target.crashreporter-symbols.zip'}, attempt #1
[task 2023-06-16T22:19:51.542Z] 22:19:27 INFO - Fetch https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/Z9eQUNyeSjGDI7ABaphYyw/artifacts/public/build/target.crashreporter-symbols.zip into memory
[task 2023-06-16T22:19:51.542Z] 22:19:37 INFO - Content-Length response header: 236904684
[task 2023-06-16T22:19:51.542Z] 22:19:37 INFO - Bytes received: 236904684
[task 2023-06-16T22:19:51.542Z] 22:19:44 INFO - Running post-action listener: _resource_record_post_action
[task 2023-06-16T22:19:51.542Z] 22:19:44 INFO - Running post-action listener: find_tests_for_coverage
[task 2023-06-16T22:19:51.542Z] 22:19:44 INFO - Running post-action listener: find_tests_for_verification
[task 2023-06-16T22:19:51.542Z] 22:19:44 INFO - Running post-action listener: set_extra_try_arguments
[task 2023-06-16T22:19:51.542Z] 22:19:44 INFO - Running post-action listener: setup_coverage_tools
[task 2023-06-16T22:19:51.542Z] 22:19:44 INFO - [mozharness: 2023-06-16 22:19:44.568370Z] Finished download-and-extract step (failed)
[task 2023-06-16T22:19:51.542Z] 22:19:46 FATAL - Uncaught exception: Traceback (most recent call last):
[task 2023-06-16T22:19:51.542Z] 22:19:46 FATAL - File "/builds/task_168695393418223/workspace/mozharness/mozharness/base/script.py", line 2393, in run
[task 2023-06-16T22:19:51.542Z] 22:19:46 FATAL - self.run_action(action)
[task 2023-06-16T22:19:51.542Z] 22:19:46 FATAL - File "/builds/task_168695393418223/workspace/mozharness/mozharness/base/script.py", line 2327, in run_action
[task 2023-06-16T22:19:51.542Z] 22:19:46 FATAL - self._possibly_run_method(method_name, error_if_missing=True)
[task 2023-06-16T22:19:51.542Z] 22:19:46 FATAL - File "/builds/task_168695393418223/workspace/mozharness/mozharness/base/script.py", line 2279, in _possibly_run_method
[task 2023-06-16T22:19:51.542Z] 22:19:46 FATAL - return getattr(self, method_name)()
[task 2023-06-16T22:19:51.542Z] 22:19:46 FATAL - File "/builds/task_168695393418223/workspace/mozharness/scripts/android_hardware_unittest.py", line 371, in download_and_extract
[task 2023-06-16T22:19:51.542Z] 22:19:46 FATAL - super(AndroidHardwareTest, self).download_and_extract(
[task 2023-06-16T22:19:51.542Z] 22:19:46 FATAL - File "/builds/task_168695393418223/workspace/mozharness/mozharness/mozilla/testing/testbase.py", line 589, in download_and_extract
[task 2023-06-16T22:19:51.542Z] 22:19:46 FATAL - self._download_and_extract_symbols()
[task 2023-06-16T22:19:51.542Z] 22:19:46 FATAL - File "/builds/task_168695393418223/workspace/mozharness/mozharness/mozilla/testing/testbase.py", line 546, in _download_and_extract_symbols
[task 2023-06-16T22:19:51.542Z] 22:19:46 FATAL - self.download_unpack(self.symbols_url, self.symbols_path)
[task 2023-06-16T22:19:51.542Z] 22:19:46 FATAL - File "/builds/task_168695393418223/workspace/mozharness/mozharness/base/script.py", line 824, in download_unpack
[task 2023-06-16T22:19:51.542Z] 22:19:46 FATAL - function(**kwargs)
[task 2023-06-16T22:19:51.542Z] 22:19:46 FATAL - File "/builds/task_168695393418223/workspace/mozharness/mozharness/base/script.py", line 704, in unzip
[task 2023-06-16T22:19:51.542Z] 22:19:46 FATAL - bundle.extract(entry, path=extract_to)
[task 2023-06-16T22:19:51.542Z] 22:19:46 FATAL - File "/usr/lib/python3.9/zipfile.py", line 1625, in extract
[task 2023-06-16T22:19:51.542Z] 22:19:46 FATAL - return self._extract_member(member, path, pwd)
[task 2023-06-16T22:19:51.542Z] 22:19:46 FATAL - File "/usr/lib/python3.9/zipfile.py", line 1697, in _extract_member
[task 2023-06-16T22:19:51.542Z] 22:19:46 FATAL - shutil.copyfileobj(source, target)
[task 2023-06-16T22:19:51.542Z] 22:19:46 FATAL - File "/usr/lib/python3.9/shutil.py", line 208, in copyfileobj
[task 2023-06-16T22:19:51.542Z] 22:19:46 FATAL - fdst_write(buf)
[task 2023-06-16T22:19:51.542Z] 22:19:46 FATAL - OSError: [Errno 12] Cannot allocate memory
[task 2023-06-16T22:19:51.542Z] 22:19:46 FATAL - Running post_fatal callback...
[task 2023-06-16T22:19:51.542Z] 22:19:46 FATAL - Exiting -1
[task 2023-06-16T22:19:51.542Z] 22:19:46 INFO - Running post-run listener: _resource_record_post_run
[task 2023-06-16T22:19:51.542Z] cleanup
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment 23•11 months ago
|
||
https://wiki.mozilla.org/Bug_Triage#Intermittent_Test_Failure_Cleanup
For more information, please visit BugBot documentation.
Reporter | ||
Comment 24•11 months ago
|
||
treeherder |
New failure instance: https://treeherder.mozilla.org/logviewer?job_id=449622972&repo=autoland
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment 27•9 months ago
|
||
https://wiki.mozilla.org/Bug_Triage#Intermittent_Test_Failure_Cleanup
For more information, please visit BugBot documentation.
Reporter | ||
Comment 28•6 months ago
|
||
treeherder |
New failure instance: https://treeherder.mozilla.org/logviewer?job_id=466425060&repo=autoland
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment 31•5 months ago
|
||
https://wiki.mozilla.org/Bug_Triage#Intermittent_Test_Failure_Cleanup
For more information, please visit BugBot documentation.
Reporter | ||
Comment 32•3 months ago
|
||
treeherder |
New failure instance: https://treeherder.mozilla.org/logviewer?job_id=479632215&repo=mozilla-central
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment 35•2 months ago
|
||
https://wiki.mozilla.org/Bug_Triage#Intermittent_Test_Failure_Cleanup
For more information, please visit BugBot documentation.
Reporter | ||
Comment 36•18 hours ago
|
||
treeherder |
New failure instance: https://treeherder.mozilla.org/logviewer?job_id=491479786&repo=autoland
Description
•