
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 :
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.
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 :
Le jeudi 28 juin 2012 à 09:13 +0200, "Martin v. Löwis" a écrit :
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.
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
Ok, it seems we should migrate to the ForceScheduler API: http://buildbot.net/buildbot/docs/0.8.6/manual/cfg-schedulers.html#forcesche...

Le jeudi 28 juin 2012 à 12:11 +0200, Antoine Pitrou a écrit :
Le jeudi 28 juin 2012 à 12:06 +0200, Antoine Pitrou a écrit :
Le jeudi 28 juin 2012 à 09:13 +0200, "Martin v. Löwis" a écrit :
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.
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
Ok, both are fixed. Note: there are uncommitted changes in the local git repo, I left them uncommitted. Regards Antoine.

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

On Thu, 28 Jun 2012 16:04:21 +0200, Hynek Schlawack <hs@ox.cx> wrote:
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.
Heh, that's somewhat amusing. Last upgrade, /console made a traceback and /waterfall worked fine, this upgrade it is the reverse. --David

Le jeudi 28 juin 2012 à 16:04 +0200, Hynek Schlawack a écrit :
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.
It works if you reload the page, though. Looks like a weird bug in buildbot, has anyone reported it upstream? Regards Antoine.

Le jeudi 28 juin 2012 à 18:09 +0200, Antoine Pitrou a écrit :
Le jeudi 28 juin 2012 à 16:04 +0200, Hynek Schlawack a écrit :
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.
It works if you reload the page, though. Looks like a weird bug in buildbot, has anyone reported it upstream?
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.

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?
I'd love to, but I'm afk for the rest of the (CEST) day. :( If it's broken still broken tomorrow, you know where to find me. :) Cheers, Hynek

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
participants (5)
-
"Martin v. Löwis"
-
Antoine Pitrou
-
Hynek Schlawack
-
R. David Murray
-
Terry Reedy