[Buildbot-commits] [Buildbot] #2270: Exception found: finished time is None
Buildbot
nobody at buildbot.net
Tue Apr 3 18:08:48 UTC 2012
#2270: Exception found: finished time is None
-----------------------+-----------------------
Reporter: jaredgrubb | Owner:
Type: undecided | Status: new
Priority: minor | Milestone: undecided
Version: 0.8.6p1 | Keywords:
-----------------------+-----------------------
{{{
2012-04-02 15:40:06-0700 [HTTPChannel,100,17.153.51.205] Unhandled Error
Traceback (most recent call last):
File "/Users/buildbot/ctbot/sandbox/lib/python2.7/site-
packages/twisted/protocols/basic.py", line 564, in dataReceived
why = self.lineReceived(line)
File "/Users/buildbot/ctbot/sandbox/lib/python2.7/site-
packages/twisted/web/http.py", line 1551, in lineReceived
self.allContentReceived()
File "/Users/buildbot/ctbot/sandbox/lib/python2.7/site-
packages/twisted/web/http.py", line 1618, in allContentReceived
req.requestReceived(command, path, version)
File "/Users/buildbot/ctbot/sandbox/lib/python2.7/site-
packages/twisted/web/http.py", line 773, in requestReceived
self.process()
--- <exception caught here> ---
File "/Users/buildbot/ctbot/sandbox/lib/python2.7/site-
packages/twisted/web/server.py", line 132, in process
self.render(resrc)
File "/Users/buildbot/ctbot/sandbox/lib/python2.7/site-
packages/twisted/web/server.py", line 167, in render
body = resrc.render(self)
File
"/Users/buildbot/ctbot/src/master/buildbot/status/web/feeds.py", line 55,
in render
data = self.content(request)
File
"/Users/buildbot/ctbot/src/master/buildbot/status/web/feeds.py", line 176,
in content
finishedTime = time.gmtime(int(finished))
exceptions.TypeError: int() argument must be a string or a number, not
'NoneType'
}}}
--
Ticket URL: <http://trac.buildbot.net/ticket/2270>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list