I have now moved the buildbot master to OSU/OSL, and upgraded the buildbot version in the process. If there are any issues, let me know or Antoine. Slaves should (and apparently do) reconnect if they were changed to use "buildbot.python.org" as the master. Some probably weren't; we'll figure this out. Regards, Martin
Le jeudi 28 juin 2012 à 09:13 +0200, "Martin v. Löwis" a écrit :
It seems we lost the "force build" button. Judging from the templates, the form is here, it just isn't displayed. I also don't see any custom builders: http://buildbot.python.org/all/waterfall?category=custom.stable&category=custom.unstable Regards Antoine.
Le jeudi 28 juin 2012 à 12:06 +0200, Antoine Pitrou a écrit :
Ok, it seems we should migrate to the ForceScheduler API: http://buildbot.net/buildbot/docs/0.8.6/manual/cfg-schedulers.html#forcesche...
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. Regards Hynek
Le jeudi 28 juin 2012 à 18:09 +0200, Antoine Pitrou a écrit :
Ok, apparently it's http://trac.buildbot.net/ticket/2301 and it seems to have been fixed upstream. Now someone needs to incorporate these changes into our local git. I'm a git newbie, and basic commands seem to fail for me: $ git fetch -v Permission denied (publickey). fatal: The remote end hung up unexpectedly Hynek, do you want to help? Regards Antoine.
On 6/28/2012 10:04 AM, Hynek Schlawack wrote:
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
participants (5)
-
"Martin v. Löwis"
-
Antoine Pitrou
-
Hynek Schlawack
-
R. David Murray
-
Terry Reedy