On 6/28/2012 10:04 AM, Hynek Schlawack wrote:
Hi,
I don’t know if it’s known, but the bot infrastructure is FUBAR now. http://buildbot.python.org/all/waterfall is a stacktrace and all tests fail because of the XML-RPC tests that use our buildbot API.
Errors seem intermittant. Above just worked for me after failing. Clicking on links on http://www.python.org/dev/buildbot/ (which builtbot.python.org redirects to) may give display or error (from FF) web.Server Traceback (most recent call last): <type 'exceptions.AttributeError'>: 'NoneType' object has no attribute 'getStatus' /usr/lib/python2.7/dist-packages/twisted/web/server.py, line 132 in process 130 try: 131 resrc = self.site.getResourceFor(self) 132 self.render(resrc) 133 except: /usr/lib/python2.7/dist-packages/twisted/web/server.py, line 167 in render 165 """ 166 try: 167 body = resrc.render(self) 168 except UnsupportedMethod, e: /data/buildbot/lib/python/buildbot/status/web/base.py, line 324 in render 322 return '' 323 324 ctx = self.getContext(request) 325 /data/buildbot/lib/python/buildbot/status/web/base.py, line 196 in getContext 194class ContextMixin(AccessorMixin): 195 def getContext(self, request): 196 status = self.getStatus(request) 197 rootpath = path_to_root(request) /data/buildbot/lib/python/buildbot/status/web/base.py, line 182 in getStatus 180class AccessorMixin(object): 181 def getStatus(self, request): 182 return request.site.buildbot_service.getStatus() 183 /data/buildbot/lib/python/buildbot/status/web/baseweb.py, line 498 in getStatus 496 497 def getStatus(self): 498 return self.master.getStatus() 499 <type 'exceptions.AttributeError'>: 'NoneType' object has no attribute 'getStatus' -- Terry Jan Reedy