[Buildbot-devel] IndexError

Jeremy Cornett jeremy.cornett at venafi.com
Fri Aug 16 16:50:58 UTC 2013


Hi,



I occasionally get this error:



web.Server Traceback (most recent call last):

exceptions.IndexError: list index out of range

/usr/local/lib/python2.7/site-packages/Twisted-12.1.0-py2.7-linux-i686.egg/twisted/internet/defer.py:551 in _runCallbacks

550                    try:

551                        current.result = callback(current.result, *args, **kw)

552                    finally:

/usr/local/lib/python2.7/site-packages/buildbot-0.8.7_Venafi-py2.7.egg/buildbot/status/web/waterfall.py:437 in call_content

436            return self.content_with_db_data(results['changes'],

437                    brcounts, request, ctx)

438        d.addCallback(call_content)

/usr/local/lib/python2.7/site-packages/buildbot-0.8.7_Venafi-py2.7.egg/buildbot/status/web/waterfall.py:501 in content_with_db_data

500        ctx.update(self.phase2(request, changeNames + builderNames, timestamps, eventGrid,

501                  sourceEvents))

502

/usr/local/lib/python2.7/site-packages/buildbot-0.8.7_Venafi-py2.7.egg/buildbot/status/web/waterfall.py:754 in phase2

753                    # so the events are bottom-justified

754                    b = IBox(block[i]).getBox(request)

755                    b.parms['valign'] = "top"

/usr/local/lib/python2.7/site-packages/buildbot-0.8.7_Venafi-py2.7.egg/buildbot/status/web/waterfall.py:192 in getBox

191

192        class_ = "BuildStep " + build_get_class(self.original)

193        return Box(text, class_=class_)

/usr/local/lib/python2.7/site-packages/buildbot-0.8.7_Venafi-py2.7.egg/buildbot/status/web/base.py:109 in build_get_class

108        return "running"

109    return builder.Results[result]

110

exceptions.IndexError: list index out of range



I don't know how to debug this issue. I always have to delete the logs off of the master to get the waterfall page to display again. Any ideas how to figure out what's going wrong?



Thanks,

Jeremy
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://buildbot.net/pipermail/devel/attachments/20130816/48131c9c/attachment.html>


More information about the devel mailing list