[Buildbot-devel] upgrade to 0.8.9

christian staffa christian.staffa at riverbed.com
Fri Jun 20 10:47:04 UTC 2014


Hi all

I updated to the version 0.8.9 from 0.8.7p1. After fixing some stuff 
caused due to changes is got the buildmaster started.
But on visit the status waterfall view i got the following error:
{{{
web.Server Traceback (most recent call last):
exceptions.TypeError: macro 'box_contents' takes no keyword argument 
'project'
/home/qatest/buildbot/lib/python2.6/site-packages/twisted/internet/defer.py:577 
in _runCallbacks
576                    try:
577                        current.result = callback(current.result, 
*args, **kw)
578                        if current.result is current:
/home/qatest/buildbot/lib/python2.6/site-packages/buildbot/status/web/waterfall.py:470 
in call_content
469            return self.content_with_db_data(results['changes'],
470                                             brcounts, request, ctx)
471        d.addCallback(call_content)
/home/qatest/buildbot/lib/python2.6/site-packages/buildbot/status/web/waterfall.py:534 
in content_with_db_data
533        ctx.update(self.phase2(request, changeNames + builderNames, 
timestamps, eventGrid,
534                               sourceEvents))
535
/home/qatest/buildbot/lib/python2.6/site-packages/buildbot/status/web/waterfall.py:800 
in phase2
799                if sourceEvents[i - 1]:
800                    filler = IBox(sourceEvents[i - 1]).getBox(request)
801                else:
/home/qatest/buildbot/lib/python2.6/site-packages/buildbot/status/web/changes.py:76 
in getBox
75 
revision=self.original.revision,
76                                            project=self.original.project)
77        return Box([text], class_="Change")
/home/qatest/buildbot/lib/python2.6/site-packages/jinja2/runtime.py:426 
in __call__
425            raise TypeError('macro %r takes no keyword argument %r' %
426                            (self.name, next(iter(kwargs))))
427        if self.catch_varargs:
exceptions.TypeError: macro 'box_contents' takes no keyword argument 
'project'
}}}

Does anybody know of that problem or have a clue what went wrong?

Thanks for any tip  in advance :)

     ~Chris




More information about the devel mailing list