Closed
Bug 1768859
Opened 3 years ago
Closed 2 years ago
`mach try fuzzy --save name` errors out
Categories
(Developer Infrastructure :: Try, defect, P1)
Developer Infrastructure
Try
Tracking
(firefox-esr102 wontfix, firefox106 wontfix, firefox107 wontfix, firefox108 fixed)
People
(Reporter: padenot, Assigned: marco)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: regression)
Attachments
(1 file)
trees/mozilla-unified::e4fa491e8$ mach try fuzzy --save media
Error running mach:
['try', 'fuzzy', '--save', 'media']
The error occurred in the implementation of the invoked mach command.
This should never occur and is likely a bug in the implementation of that
command.
You can invoke |./mach busted| to check if this issue is already on file. If it
isn't, please use |./mach busted file try| 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:
TypeError: run() got an unexpected keyword argument 'push'
File "/home/padenot/src/trees/mozilla-unified/tools/tryselect/mach_commands.py", line 336, in try_fuzzy
kwargs["query"] = run(command_context, save_query=True, **kwargs_copy)
File "/home/padenot/src/trees/mozilla-unified/tools/tryselect/mach_commands.py", line 201, in run
return mod.run(**kwargs)
Sentry event ID: 08c49f25430f4b58af3d97b68527145f
Sentry is attempting to send 0 pending error messages
Waiting up to 2 seconds
Press Ctrl-C to quit
Updated•3 years ago
|
Product: Firefox Build System → Developer Infrastructure
Comment 1•3 years ago
|
||
The severity field is not set for this bug.
:ahal, could you have a look please?
For more information, please visit auto_nag documentation.
Flags: needinfo?(ahal)
Updated•3 years ago
|
Severity: -- → S2
Flags: needinfo?(ahal)
Priority: -- → P3
| Assignee | ||
Updated•2 years ago
|
| Assignee | ||
Comment 2•2 years ago
|
||
Updated•2 years ago
|
Keywords: regression
Comment 3•2 years ago
|
||
Set release status flags based on info from the regressing bug 1754280
status-firefox106:
--- → affected
status-firefox107:
--- → affected
status-firefox108:
--- → affected
status-firefox-esr102:
--- → affected
Pushed by mcastelluccio@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/41caf9dc2d31
Rename 'push' parameter to 'dry_run' following the changes from c52884b73e612a7202a951f15f3775f6c705e5a4. r=aryx DONTBUILD
Comment 5•2 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
Comment 6•2 years ago
|
||
The patch landed in nightly and beta is affected.
:marco, is this bug important enough to require an uplift?
- If yes, please nominate the patch for beta approval.
- If no, please set
status-firefox107towontfix.
For more information, please visit auto_nag documentation.
Flags: needinfo?(mcastelluccio)
Updated•2 years ago
|
| Assignee | ||
Comment 7•2 years ago
|
||
No need, most people use try from m-c.
Flags: needinfo?(mcastelluccio)
You need to log in
before you can comment on or make changes to this bug.
Description
•