Closed Bug 1636485 Opened 4 years ago Closed 4 years ago

May 8 indexing failure

Categories

(Webtools :: Searchfox, defect)

defect

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: kats, Assigned: kats)

References

(Regression)

Details

Traceback (most recent call last):
  File "/home/ubuntu/mozsearch/scripts/idl-analyze.py", line 256, in <module>
    p = xpidl.IDLParser(outputdir='/tmp')
TypeError: __init__() got an unexpected keyword argument 'outputdir'

Different manifestation of https://bugzilla.mozilla.org/show_bug.cgi?id=1636006 I guess? Maybe we should just run this with python3, we'll likely need to do that at some point in the near future anyway.

https://github.com/mozsearch/mozsearch/pull/326

Kicked off a run with this branch to the release indexer.

Wasn't a python3 problem after all, but a regression from bug 1633156 which changed the constructor for xpidl.IDLParser.

Regressions: 1633156

Oops

Regressed by: 1633156
No longer regressions: 1633156
Status: NEW → RESOLVED
Closed: 4 years ago
Resolution: --- → FIXED
You need to log in before you can comment on or make changes to this bug.