Tab completion gives 'No handlers could be found for logger "moz.configure.reduced"'
Categories
(Firefox Build System :: Mach Core, defect)
Tracking
(firefox-esr78 unaffected, firefox85 unaffected, firefox86 unaffected, firefox87 fixed)
Tracking | Status | |
---|---|---|
firefox-esr78 | --- | unaffected |
firefox85 | --- | unaffected |
firefox86 | --- | unaffected |
firefox87 | --- | fixed |
People
(Reporter: botond, Assigned: glandium)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: regression)
Attachments
(1 file)
After pulling the latest m-c, if I invoke tab completion after typing, say, ./mach test gfx/la
, the following message is printed on the shell in the middle of my command:
No handlers could be found for logger "moz.configure.reduced"
I did regenerate and reinstall the completion script as documented here (my shell is bash), but the error message persists.
Updated•5 years ago
|
Comment 1•4 years ago
|
||
Set release status flags based on info from the regressing bug 1692103
Assignee | ||
Comment 2•4 years ago
|
||
I can't reproduce... Can you give more details about your system? (OS, version, python version, etc.)
Reporter | ||
Comment 3•4 years ago
|
||
(In reply to Mike Hommey [:glandium] from comment #2)
I can't reproduce... Can you give more details about your system? (OS, version, python version, etc.)
Debian 10, python2 version 2.7.16, python3 version 3.7.3.
Assignee | ||
Comment 4•4 years ago
|
||
Same here...
Reporter | ||
Comment 5•4 years ago
•
|
||
Interestingly, it happens when completing after ./mach test
, but not after ./mach mochitest
.
Updated•4 years ago
|
Assignee | ||
Comment 6•4 years ago
|
||
Indidentally, this fixes the failure code path, because the change in
bug 1692103 was such that the logger output was not captured in out
.
Comment 8•4 years ago
|
||
bugherder |
Description
•