Closed
Bug 445470
Opened 18 years ago
Closed 18 years ago
pushlog contains 'None' at the end of the file causing HgPoller to barf
Categories
(Release Engineering :: General, defect)
Release Engineering
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bhearsum, Assigned: ted)
Details
Attachments
(1 file)
|
1.37 KB,
patch
|
Details | Diff | Splinter Review |
Getting tracebacks like this:
2008/07/16 03:38 PDT [-] Hg poll failed: [Failure instance: Traceback: <class 'xml.parsers.expat.ExpatError'>: junk after document element: line 141, column 16
/tools/twisted-2.4.0/lib/python2.5/site-packages/twisted/internet/defer.py:107:maybeDeferred
/tools/buildbotcustom/buildbotcustom/changes/hgpoller.py:194:poll
/tools/twisted-2.4.0/lib/python2.5/site-packages/twisted/internet/defer.py:191:addCallback
/tools/twisted-2.4.0/lib/python2.5/site-packages/twisted/internet/defer.py:182:addCallbacks
--- <exception caught here> ---
/tools/twisted-2.4.0/lib/python2.5/site-packages/twisted/internet/defer.py:307:_runCallbacks
/tools/buildbotcustom/buildbotcustom/changes/hgpoller.py:244:_process_changes
/tools/buildbotcustom/buildbotcustom/changes/hgpoller.py:225:_parse_changes
/tools/python-2.5.1/lib/python2.5/xml/dom/minidom.py:1923:parseString
/tools/python-2.5.1/lib/python2.5/xml/dom/expatbuilder.py:940:parseString
/tools/python-2.5.1/lib/python2.5/xml/dom/expatbuilder.py:223:parseString
And here's the last line of pushlog:
</entry></feed>None
| Assignee | ||
Comment 1•18 years ago
|
||
*sigh* Sorry about that. I'll figure out what's going on here.
Assignee: nobody → ted.mielczarek
| Assignee | ||
Comment 2•18 years ago
|
||
Stupid, I made a change when I switched to using a template for the html output, but it broke the feed output, since that's not using a template. Didn't notice it here, I must be running a different version of Mercurial than hg.mozilla.org.
Pushed:
http://hg.mozilla.org/users/bsmedberg_mozilla.com/hgpoller/index.cgi/rev/d4bf9acf1959
| Assignee | ||
Updated•18 years ago
|
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 3•18 years ago
|
||
Filed bug 445484 on getting this deployed.
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
Comment 4•11 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•