Hello Only one of the py3k buildbots seems up: http://www.python.org/dev/buildbot/3.x.stable/ cheers Antoine.
Antoine Pitrou schrieb:
Hello
Only one of the py3k buildbots seems up: http://www.python.org/dev/buildbot/3.x.stable/
Maybe they are waiting for the snakebite network ;-) (what's up with it, anyway?). I've restarted mine (x86 osx.5), but it isn't in the stable list... -- Thanks, Thomas
On Fri, Jun 05, 2009 at 11:26:34AM +0200, Thomas Heller wrote: -> Antoine Pitrou schrieb: -> > Hello -> > -> > Only one of the py3k buildbots seems up: -> > http://www.python.org/dev/buildbot/3.x.stable/ -> -> Maybe they are waiting for the snakebite network ;-) (what's up with it, anyway?). We're still getting the machines set up. It turns out delivering power and A/C to a wide variety of architectures is more complicated than it may sound ;) --titus -- C. Titus Brown, ctb@msu.edu
Antoine Pitrou <solipsis@pitrou.net> writes:
Only one of the py3k buildbots seems up: http://www.python.org/dev/buildbot/3.x.stable/
Strange - everything looks good on my buildbot end (XP-4), including an established TCP session back to dinsdale. Not sure why the master thinks it's offline. Although I'm pretty sure I've seen this a handful of times in the past too. The fact that it also shows my FreeBSD buildbot offline (which I rarely have to touch compared to the Windows version and they're on the same host machine) seems to imply some wierd communication breakdown. I've restarted my buildbots. -- David
David Bolen schrieb:
Antoine Pitrou <solipsis@pitrou.net> writes:
Only one of the py3k buildbots seems up: http://www.python.org/dev/buildbot/3.x.stable/
Strange - everything looks good on my buildbot end (XP-4), including an established TCP session back to dinsdale. Not sure why the master thinks it's offline. Although I'm pretty sure I've seen this a handful of times in the past too.
The fact that it also shows my FreeBSD buildbot offline (which I rarely have to touch compared to the Windows version and they're on the same host machine) seems to imply some wierd communication breakdown.
I've restarted my buildbots.
Well, here is an excerpt from the twistd.log of my osx buildbot, in case someone want to look at it. I restarted it this morning, at 2009/06/05 11:21 +0200: 2009/06/01 20:20 +0200 [Broker,client] SlaveBuilder._ackFailed: SlaveBuilder.sendUpdate 2009/06/01 20:20 +0200 [Broker,client] SlaveBuilder._ackFailed: SlaveBuilder.sendUpdate 2009/06/01 20:20 +0200 [Broker,client] SlaveBuilder._ackFailed: SlaveBuilder.sendUpdate 2009/06/01 20:20 +0200 [Broker,client] lost remote 2009/06/01 20:20 +0200 [Broker,client] lost remote 2009/06/01 20:20 +0200 [Broker,client] lost remote 2009/06/01 20:20 +0200 [Broker,client] lost remote 2009/06/01 20:20 +0200 [Broker,client] lost remote step 2009/06/01 20:20 +0200 [Broker,client] stopCommand: halting current command <buildbot.slave.commands.SlaveShellCommand instance at 0x10820d0> 2009/06/01 20:20 +0200 [Broker,client] command interrupted, killing pid 21579 2009/06/01 20:20 +0200 [Broker,client] trying os.kill(-pid, 9) 2009/06/01 20:20 +0200 [Broker,client] signal 9 sent successfully 2009/06/01 20:20 +0200 [Broker,client] <twisted.internet.tcp.Connector instance at 0x7930a8> will retry in 3 seconds 2009/06/01 20:20 +0200 [Broker,client] Stopping factory <buildbot.slave.bot.BotFactory instance at 0x10080f8> 2009/06/01 20:20 +0200 [-] Unhandled Error Traceback (most recent call last): File "/System/Library/Frameworks/Python.framework/Versions/2.5/Extras/lib/python/twisted/python/log.py", line 48, in callWithLogger return callWithContext({"system": lp}, func, *args, **kw) File "/System/Library/Frameworks/Python.framework/Versions/2.5/Extras/lib/python/twisted/python/log.py", line 33, in callWithContext return context.call({ILogContext: newCtx}, func, *args, **kw) File "/System/Library/Frameworks/Python.framework/Versions/2.5/Extras/lib/python/twisted/python/context.py", line 59, in callWithContext return self.currentContext().callWithContext(ctx, func, *args, **kw) File "/System/Library/Frameworks/Python.framework/Versions/2.5/Extras/lib/python/twisted/python/context.py", line 37, in callWithContext return func(*args,**kw) --- <exception caught here> --- File "/System/Library/Frameworks/Python.framework/Versions/2.5/Extras/lib/python/twisted/internet/selectreactor.py", line 139, in _doReadOrWrite why = getattr(selectable, method)() File "/System/Library/Frameworks/Python.framework/Versions/2.5/Extras/lib/python/twisted/internet/abstract.py", line 113, in doWrite l = self.writeSomeData(self.dataBuffer) File "/System/Library/Frameworks/Python.framework/Versions/2.5/Extras/lib/python/twisted/internet/process.py", line 879, in writeSomeData return os.write(self.fd, data) exceptions.OSError: [Errno 5] Input/output error 2009/06/01 20:20 +0200 [-] command finished with signal 9, exit code None 2009/06/01 20:20 +0200 [-] SlaveBuilder.commandComplete None 2009/06/01 20:20 +0200 [-] Starting factory <buildbot.slave.bot.BotFactory instance at 0x10080f8> 2009/06/05 11:21 +0200 [-] Received SIGTERM, shutting down. 2009/06/05 11:21 +0200 [Broker,client] Stopping factory <buildbot.slave.bot.BotFactory instance at 0x10080f8> 2009/06/05 11:21 +0200 [-] Main loop terminated. 2009/06/05 11:21 +0200 [-] Server Shut Down. 2009/06/05 11:21 +0200 [-] Log opened. 2009/06/05 11:21 +0200 [-] twistd 2.5.0 (/System/Library/Frameworks/Python.framework/Versions/2.5/Resources/Python.app/Contents/MacOS/Python 2.5.1) starting up 2009/06/05 11:21 +0200 [-] reactor class: <class 'twisted.internet.selectreactor.SelectReactor'> 2009/06/05 11:21 +0200 [-] Loading buildbot.tac... -- Thanks, Thomas
participants (4)
-
Antoine Pitrou
-
C. Titus Brown
-
David Bolen
-
Thomas Heller