[Buildbot-devel] errors after upgrading 0.7.4 -> 0.7.6

Greg Ward gerg.ward+buildbot at gmail.com
Sun Nov 18 21:32:35 UTC 2007


On Nov 16, 2007 3:13 PM, Timothee Besset <ttimo at idsoftware.com> wrote:
> I upgraded my bbot install to 0.7.6 and restarted my masters:
>
> Next I had an error when clicking on one of my builders:
>
>           File "/usr/lib/python2.4/site-packages/buildbot/status/web/builder.py", line 71, in body
>             data += " <li>" + self.make_line(req, build, False) + "</li>\n"
>           File "/usr/lib/python2.4/site-packages/buildbot/status/web/base.py", line 318, in make_line
>             values = {'class': css_classes[results],
>         exceptions.KeyError:
>
> that's in the rendering of the builder page. results is None, probably
> because some builds where timing out or got killed and never registered
> a result.

This is ticket #118 (http://buildbot.net/trac/ticket/118).  I posted a
patch at 10/23/07 13:55:29 that fixes the bug, and Brian applied it in
changeset 501.

Greg




More information about the devel mailing list