Closed
Bug 1802075
Opened 2 years ago
Closed 2 years ago
Spurious "/bin/sh: 1: --stop-server: not found" at the end of logs after a failure
Categories
(Firefox Build System :: General, defect)
Firefox Build System
General
Tracking
(firefox-esr102 unaffected, firefox107 unaffected, firefox108 fixed, firefox109 fixed)
RESOLVED
FIXED
109 Branch
Tracking | Status | |
---|---|---|
firefox-esr102 | --- | unaffected |
firefox107 | --- | unaffected |
firefox108 | --- | fixed |
firefox109 | --- | fixed |
People
(Reporter: glandium, Assigned: glandium)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
48 bytes,
text/x-phabricator-request
|
dmeehan
:
approval-mozilla-beta+
|
Details | Review |
Example output from mach build
:
0:04.91 gmake[2]: *** [/mozilla-unified/config/recurse.mk:34: export] Error 2
0:04.91 gmake[1]: *** [/mozilla-unified/config/rules.mk:361: default] Error 2
0:04.91 /bin/sh: 1: --stop-server: not found
0:04.91 gmake: *** [client.mk:58: build] Error 2
Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Keywords: regression
Comment 2•2 years ago
|
||
Set release status flags based on info from the regressing bug 1798779
status-firefox107:
--- → unaffected
status-firefox108:
--- → affected
status-firefox109:
--- → affected
status-firefox-esr102:
--- → unaffected
Pushed by mh@glandium.org:
https://hg.mozilla.org/integration/autoland/rev/3cd8e3c7fa88
Avoid calling "--stop-server" as a command on local build failure. r=firefox-build-system-reviewers,andi
Comment 4•2 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
Target Milestone: --- → 109 Branch
Comment 5•2 years ago
|
||
The patch landed in nightly and beta is affected.
:glandium, is this bug important enough to require an uplift?
- If yes, please nominate the patch for beta approval.
- If no, please set
status-firefox108
towontfix
.
For more information, please visit auto_nag documentation.
Flags: needinfo?(mh+mozilla)
Assignee | ||
Comment 6•2 years ago
|
||
Comment on attachment 9304858 [details]
Bug 1802075 - Avoid calling "--stop-server" as a command on local build failure.
Beta/Release Uplift Approval Request
- User impact if declined: Unrelated error message printed on build failure.
- Is this code covered by automated tests?: No
- Has the fix been verified in Nightly?: Yes
- Needs manual test from QE?: No
- If yes, steps to reproduce:
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): NPOTB.
- String changes made/needed:
- Is Android affected?: No
Flags: needinfo?(mh+mozilla)
Attachment #9304858 -
Flags: approval-mozilla-beta?
Comment 7•2 years ago
|
||
Comment on attachment 9304858 [details]
Bug 1802075 - Avoid calling "--stop-server" as a command on local build failure.
Approved for 108.0b7.
Attachment #9304858 -
Flags: approval-mozilla-beta? → approval-mozilla-beta+
Comment 8•2 years ago
|
||
bugherder uplift |
You need to log in
before you can comment on or make changes to this bug.
Description
•