Closed
Bug 1637911
Opened 5 years ago
Closed 5 years ago
AttributeError: 'NoneType' object has no attribute 'endswith' when running "mach try fuzzy"
Categories
(Developer Infrastructure :: Try, defect)
Developer Infrastructure
Try
Tracking
(firefox-esr68 unaffected, firefox76 unaffected, firefox77 unaffected, firefox78 fixed)
RESOLVED
FIXED
mozilla78
Tracking | Status | |
---|---|---|
firefox-esr68 | --- | unaffected |
firefox76 | --- | unaffected |
firefox77 | --- | unaffected |
firefox78 | --- | fixed |
People
(Reporter: marco, Assigned: marco)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
The exception is thrown here: https://searchfox.org/mozilla-central/rev/9f074fab9bf905fad62e7cc32faf121195f4ba46/python/mozbuild/mozbuild/pythonutil.py#26.
There are some modules where __file__
is None.
Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Assignee: nobody → mcastelluccio
Status: NEW → ASSIGNED
Comment 2•5 years ago
|
||
Bugbug thinks this bug should belong to this component, but please revert this change in case of error.
Component: General → Try
Updated•5 years ago
|
Has Regression Range: --- → yes
Pushed by mcastelluccio@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/4f99fd0a54ea
Skip modules with a None __file__ attribute. r=rstewart
Comment 4•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox78:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla78
Comment 5•5 years ago
|
||
Set release status flags based on info from the regressing bug 1632429
status-firefox76:
--- → unaffected
status-firefox77:
--- → unaffected
Updated•4 years ago
|
Keywords: regression
Updated•4 years ago
|
status-firefox-esr68:
--- → unaffected
Updated•2 years ago
|
Product: Firefox Build System → Developer Infrastructure
You need to log in
before you can comment on or make changes to this bug.
Description
•