[Buildbot-commits] [SPAM] [Buildbot] #672: New 'console view' broken

Buildbot buildbot-devel at lists.sourceforge.net
Wed Jan 6 23:18:24 UTC 2010


#672: New 'console view' broken
--------------------+-------------------------------------------------------
Reporter:  Nicolas  |       Owner:       
    Type:  defect   |      Status:  new  
Priority:  major    |   Milestone:  0.8.0
 Version:           |    Keywords:  jinja
--------------------+-------------------------------------------------------
 I upgraded to latest git (6a73602). The jinja-based web interface has a
 new "Console" page. However all it does on my system is throw an
 exception:
 {{{
         Traceback (most recent call last):
           File "/usr/lib/python2.5/site-
 packages/twisted/protocols/basic.py", line 231, in dataReceived
             why = self.lineReceived(line)
           File "/usr/lib/python2.5/site-packages/twisted/web/http.py",
 line 1325, in lineReceived
             self.allContentReceived()
           File "/usr/lib/python2.5/site-packages/twisted/web/http.py",
 line 1391, in allContentReceived
             req.requestReceived(command, path, version)
           File "/usr/lib/python2.5/site-packages/twisted/web/http.py",
 line 714, in requestReceived
             self.process()
         --- <exception caught here> ---
           File "/usr/lib/python2.5/site-packages/twisted/web/server.py",
 line 150, in process
             self.render(resrc)
           File "/usr/lib/python2.5/site-packages/twisted/web/server.py",
 line 157, in render
             body = resrc.render(self)
           File "/usr/local/lib/python2.5/site-
 packages/buildbot/status/web/base.py", line 195, in render
             data = self.content(request, ctx)
           File "/usr/local/lib/python2.5/site-
 packages/buildbot/status/web/console.py", line 675, in content
             debugInfo)
           File "/usr/local/lib/python2.5/site-
 packages/buildbot/status/web/console.py", line 385, in
 getAllBuildsForRevision
             debugInfo)
           File "/usr/local/lib/python2.5/site-
 packages/buildbot/status/web/console.py", line 305, in
 getBuildsForRevision
             builder.getBuild(-1), revision)
           File "/usr/local/lib/python2.5/site-
 packages/buildbot/status/web/console.py", line 332, in getChangeForBuild
             changes.sort(key=self.comparator.getSortingKey())
         exceptions.AttributeError: 'tuple' object has no attribute 'sort'
 }}}
 Full stacktrace attached.

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


More information about the Commits mailing list