Closed
Bug 1869744
Opened 1 year ago
Closed 1 year ago
Intermittent subprocess.CalledProcessError: Command '/root/.mozbuild/android-sdk-linux/cmdline-tools/11.0/bin/sdkmanager' returned non-zero exit status 1.
Categories
(Firefox Build System :: Bootstrap Configuration, defect, P5)
Firefox Build System
Bootstrap Configuration
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: intermittent-bug-filer, Unassigned)
Details
(Keywords: intermittent-failure)
Filed by: sstanca [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer?job_id=439927964&repo=mozilla-central
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/ELxx86kFR2C-tcy4i_KqwQ/runs/0/artifacts/public/logs/live_backing.log
[================================= ] 83% Unzipping... platform-tools/lib64/
Warning: An error occurred while preparing SDK package Android Emulator: Error on ZipFile unknown archive.
[================================= ] 83% Unzipping... platform-tools/lib64/
Error running mach:
mach --no-interactive bootstrap --application-choice mobile_android
The error occurred in code that was called by the mach command. This is either
a bug in the called code itself or in the way that mach is calling it.
You can invoke ``./mach busted`` to check if this issue is already on file. If it
isn't, please use ``./mach busted file bootstrap`` to report it. If ``./mach busted`` is
misbehaving, you can also inspect the dependencies of bug 1543241.
If filing a bug, please include the full output of mach, including this error
message.
The details of the failure are as follows:
subprocess.CalledProcessError: Command '/root/.mozbuild/android-sdk-linux/cmdline-tools/11.0/bin/sdkmanager' returned non-zero exit status 1.
File "/mozilla-unified/python/mozboot/mozboot/mach_commands.py", line 50, in bootstrap
bootstrapper.bootstrap(command_context.settings)
File "/mozilla-unified/python/mozboot/mozboot/bootstrap.py", line 427, in bootstrap
getattr(self.instance, "install_%s_packages" % application)(mozconfig_builder)
File "/mozilla-unified/python/mozboot/mozboot/linux_common.py", line 24, in install_mobile_android_packages
android.ensure_android(
File "/mozilla-unified/python/mozboot/mozboot/android.py", line 373, in ensure_android
ensure_android_packages(
File "/mozilla-unified/python/mozboot/mozboot/android.py", line 650, in ensure_android_packages
raise e
[taskcluster 2023-12-13 09:38:43.894Z] === Task Finished ===
[taskcluster 2023-12-13 09:38:43.895Z] Unsuccessful task run with exit code: 1 completed in 225.773 seconds
Comment hidden (Intermittent Failures Robot) |
Comment 2•1 year ago
|
||
https://wiki.mozilla.org/Bug_Triage#Intermittent_Test_Failure_Cleanup
For more information, please visit BugBot documentation.
Status: NEW → RESOLVED
Closed: 1 year ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•