[Buildbot-commits] [SPAM] [Buildbot] #753: xmlrpc_getBuild fails for failed builds
Buildbot
buildbot-devel at lists.sourceforge.net
Mon Mar 22 16:27:09 UTC 2010
#753: xmlrpc_getBuild fails for failed builds
-------------------+--------------------------------------------------------
Reporter: clown | Owner:
Type: defect | Status: new
Priority: major | Milestone: undecided
Version: 0.7.12 | Keywords:
-------------------+--------------------------------------------------------
For any build which finished with a failure the method fails with
{{{
Traceback (most recent call last):
File "<console>", line 1, in <module>
File "/usr/lib/python2.5/xmlrpclib.py", line 1147, in __call__
return self.__send(self.__name, args)
File "/usr/lib/python2.5/xmlrpclib.py", line 1437, in __request
verbose=self.__verbose
File "/usr/lib/python2.5/xmlrpclib.py", line 1201, in request
return self._parse_response(h.getfile(), sock)
File "/usr/lib/python2.5/xmlrpclib.py", line 1340, in _parse_response
return u.close()
File "/usr/lib/python2.5/xmlrpclib.py", line 787, in close
raise Fault(**self._stack[0])
Fault: <Fault 8002: "Can't serialize output: cannot marshal None unless
allow_none is enabled">
}}}
--
Ticket URL: <http://buildbot.net/trac/ticket/753>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list