Closed
Bug 1806198
Opened 2 years ago
Closed 2 years ago
Perma [tier 2] bootstrap subprocess.CalledProcessError: Command '['emerge', '--noreplace', 'bash', 'findutils', 'gzip', 'libxml2', 'm4', 'make', 'perl', 'app-arch/tar', 'unzip']' returned non-zero exit status 1.
Categories
(Firefox Build System :: Bootstrap Configuration, defect, P5)
Firefox Build System
Bootstrap Configuration
Tracking
(firefox-esr102 unaffected, firefox108 unaffected, firefox109 unaffected, firefox110 fixed)
RESOLVED
FIXED
110 Branch
Tracking | Status | |
---|---|---|
firefox-esr102 | --- | unaffected |
firefox108 | --- | unaffected |
firefox109 | --- | unaffected |
firefox110 | --- | fixed |
People
(Reporter: intermittent-bug-filer, Assigned: glandium)
References
(Regression)
Details
(Keywords: intermittent-failure, regression)
Attachments
(1 file)
Filed by: ctuns [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer?job_id=399937913&repo=autoland
Full log: https://firefox-ci-tc.services.mozilla.com/api/queue/v1/task/blRl4baQRzaxZOhF-VJrFA/runs/0/artifacts/public/logs/live_backing.log
Executing as root: emerge --noreplace bash findutils gzip libxml2 m4 make perl app-arch/tar unzip
]0;emerge
* IMPORTANT: 9 news items need reading for repository 'gentoo'.
* Use eselect news read to view new items.
Calculating dependencies -
[ Results for search key : gzip ]
* app-alternatives/gzip [ Masked ]
Latest version available: 0
Latest version installed: [ Not Installed ]
Size of files: 0 KiB
Homepage: https://wiki.gentoo.org/wiki/Project:Base/Alternatives
Description: gzip symlinks
License: CC0-1.0
* app-arch/gzip
Latest version available: 1.12-r2
Latest version installed: 1.12-r2
Size of files: 807 KiB
Homepage: https://www.gnu.org/software/gzip/
Description: Standard GNU compressor
License: GPL-3+
[ Applications found : 4 ]
!!! The short ebuild name "gzip" is ambiguous. Please specify
!!! one of the above fully-qualified ebuild names instead.
... done!
]0;@9ac06e6186a3:/Error running mach:
['--no-interactive', 'bootstrap', '--application-choice', 'browser']
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 '['emerge', '--noreplace', 'bash', 'findutils', 'gzip', 'libxml2', 'm4', 'make', 'perl', 'app-arch/tar', 'unzip']' returned non-zero exit status 1.
File "/mozilla-unified/python/mozboot/mozboot/mach_commands.py", line 41, in bootstrap
bootstrapper.bootstrap(command_context.settings)
File "/mozilla-unified/python/mozboot/mozboot/bootstrap.py", line 342, in bootstrap
self.instance.install_system_packages()
File "/mozilla-unified/python/mozboot/mozboot/linux_common.py", line 94, in install_system_packages
self.install_packages(
File "/mozilla-unified/python/mozboot/mozboot/gentoo.py", line 22, in install_packages
self.run_as_root(["emerge", "--noreplace"] + packages)
File "/mozilla-unified/python/mozboot/mozboot/base.py", line 410, in run_as_root
subprocess.check_call(command, stdin=sys.stdin)
File "/usr/lib/python3.10/subprocess.py", line 369, in check_call
raise CalledProcessError(retcode, cmd)
[taskcluster 2022-12-16 22:17:22.989Z] === Task Finished ===
[taskcluster 2022-12-16 22:17:22.990Z] Unsuccessful task run with exit code: 1 completed in 378.775 seconds
Comment 1•2 years ago
|
||
:glandium, since you are the author of the regressor, bug 1245969, could you take a look?
For more information, please visit auto_nag documentation.
Flags: needinfo?(mh+mozilla)
Assignee | ||
Comment 2•2 years ago
|
||
Updated•2 years ago
|
Assignee: nobody → mh+mozilla
Status: NEW → ASSIGNED
Assignee | ||
Updated•2 years ago
|
Flags: needinfo?(mh+mozilla)
Comment hidden (Intermittent Failures Robot) |
Comment 4•2 years ago
|
||
Set release status flags based on info from the regressing bug 1245969
status-firefox108:
--- → unaffected
status-firefox109:
--- → unaffected
status-firefox110:
--- → affected
status-firefox-esr102:
--- → unaffected
Pushed by mh@glandium.org:
https://hg.mozilla.org/integration/autoland/rev/33945fe3333d
Disambiguate gzip on gentoo. r=firefox-build-system-reviewers,ahochheiden
Comment 6•2 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
Target Milestone: --- → 110 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•