`mach try chooser --pernosco` fails with KeyError: 'no_artifact'
Categories
(Developer Infrastructure :: Try, defect, P2)
Tracking
(firefox-esr68 unaffected, firefox76 unaffected, firefox77 unaffected, firefox78 wontfix, firefox79 fixed)
Tracking | Status | |
---|---|---|
firefox-esr68 | --- | unaffected |
firefox76 | --- | unaffected |
firefox77 | --- | unaffected |
firefox78 | --- | wontfix |
firefox79 | --- | fixed |
People
(Reporter: CuveeHsu, Assigned: ahal)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: regression)
Attachments
(1 file)
I hit this error no matter that I set PYTHONDONTWRITEBYTECODE=1
or not.
I've been success two weeks ago.
./mach try chooser --pernosco
WARNING: You are using pip version 19.3.1; however, version 20.1.1 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Error running mach:
['try', 'chooser', '--pernosco']
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| 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:
KeyError: 'no_artifact'
File "/Users/jhsu/mozilla-central/tools/tryselect/mach_commands.py", line 327, in try_chooser
return self.run(**kwargs)
File "/Users/jhsu/mozilla-central/tools/tryselect/mach_commands.py", line 175, in run
kwargs = self.handle_try_config(**kwargs)
File "/Users/jhsu/mozilla-central/tools/tryselect/mach_commands.py", line 161, in handle_try_config
try_config = cls.try_config(**kwargs)
File "/Users/jhsu/mozilla-central/tools/tryselect/task_config.py", line 115, in try_config
if not kwargs['no_artifact'] and (kwargs['artifact'] or Artifact.is_artifact_build()):
Reporter | ||
Comment 1•5 years ago
|
||
python2 ./mach try chooser --pernosco
works for me.
Updated•5 years ago
|
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 2•5 years ago
|
||
Comment 3•5 years ago
|
||
Set release status flags based on info from the regressing bug 1632429
Updated•5 years ago
|
Comment 5•5 years ago
|
||
bugherder |
Reporter | ||
Comment 6•5 years ago
|
||
It works. Thanks!
Comment 7•5 years ago
|
||
The patch landed in nightly and beta is affected.
:ahal, is this bug important enough to require an uplift?
If not please set status_beta
to wontfix
.
For more information, please visit auto_nag documentation.
Assignee | ||
Updated•5 years ago
|
Updated•3 years ago
|
Description
•