[Buildbot-commits] [Buildbot] #1835: failure rendering grid on master

Buildbot nobody at buildbot.net
Wed Feb 23 07:05:58 UTC 2011


#1835: failure rendering grid on master
---------------------+----------------------
Reporter:  dustin    |      Owner:
    Type:  defect    |     Status:  new
Priority:  critical  |  Milestone:  0.8.4
 Version:  master    |   Keywords:  database
---------------------+----------------------
 {{{
 2011-02-23 07:34:26+0100 [HTTPChannel,7,127.0.0.1] Unhandled Error
         Traceback (most recent call last):
           File "/home/buildbot/sandbox/lib/python2.6/site-
 packages/twisted/protocols/basic.py", line 564, in dataReceived
             why = self.lineReceived(line)
           File "/home/buildbot/sandbox/lib/python2.6/site-
 packages/twisted/web/http.py", line 1573, in lineReceived
             self.allContentReceived()
           File "/home/buildbot/sandbox/lib/python2.6/site-
 packages/twisted/web/http.py", line 1641, in allContentReceived
             req.requestReceived(command, path, version)
           File "/home/buildbot/sandbox/lib/python2.6/site-
 packages/twisted/web/http.py", line 807, in requestReceived
             self.process()
         --- <exception caught here> ---
           File "/home/buildbot/sandbox/lib/python2.6/site-
 packages/twisted/web/server.py", line 125, in process
             self.render(resrc)
           File "/home/buildbot/sandbox/lib/python2.6/site-
 packages/twisted/web/server.py", line 132, in render
             body = resrc.render(self)
           File
 "/home/buildbot/metabuildbot/src/master/buildbot/status/web/base.py", line
 274, in render
             data = self.content(request, ctx)
           File
 "/home/buildbot/metabuildbot/src/master/buildbot/status/web/grid.py", line
 230, in content
             stamps = self.getRecentSourcestamps(status, numBuilds,
 categories, branch)
           File
 "/home/buildbot/metabuildbot/src/master/buildbot/status/web/grid.py", line
 134, in getRecentSourcestamps
             ss = build.getSourceStamp(absolute=True)
         exceptions.AttributeError: 'NoneType' object has no attribute
 'getSourceStamp'
 }}}

 I stopped and started the master, and this did not occur the second time.

-- 
Ticket URL: <http://trac.buildbot.net/ticket/1835>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation


More information about the Commits mailing list