Re: [Python-buildbots] Windows 8.1 worker (bolen-worker8) retirement

2019-04-12 Thread Victor Stinner
Right now, I still see worker in buildbot configuration. Can I remove
it? Or do you want to remove it?

https://github.com/python/buildmaster-config/blob/master/master/master.cfg

Victor

Le jeu. 11 avr. 2019 à 08:14, David Bolen  a écrit :
>
> My Windows 8.1 worker got hit on Wednesday by some "encrypt the world"
> ransomware.  I'm not quite sure the path by which it reached the Azure VM,
> but regardless, it's toast.
>
> I don't think I see enough value in re-installation, given the existence of
> the Windows 10 worker, plus I can probably bump some Windows 10 worker
> resources with the budget freed up by Windows 8.  So I'm planning on
> letting the Windows 8 worker end its run at this point.
>
> -- David
> ___
> Python-Buildbots mailing list
> Python-Buildbots@python.org
> https://mail.python.org/mailman/listinfo/python-buildbots



-- 
Night gathers, and now my watch begins. It shall not end until my death.
___
Python-Buildbots mailing list
Python-Buildbots@python.org
https://mail.python.org/mailman/listinfo/python-buildbots


[Python-buildbots] Random failure when deploying the new buildbot config

2019-04-12 Thread Victor Stinner
Hi,

I just deployed the new config for
https://github.com/python/buildmaster-config/pull/88 but I got an
assertion error which gone away when I re-run "buildbot reconfig
master". Should I worry or not?

buildbot@virt-et2yi0:~$ /data/buildbot/venv/bin/buildbot checkconfig
master/master.cfg
Config file is good!
buildbot@virt-et2yi0:~$ /data/buildbot/venv/bin/buildbot reconfig master
sending SIGHUP to process 29619
2019-04-12 12:50:58+ [-] beginning configuration update
2019-04-12 12:50:58+ [-] Loading configuration from
'/data/buildbot/master/master.cfg'
2019-04-12 12:50:58+ [-] adding 1 new services, removing 1
2019-04-12 12:50:58+ [-] Starting factory

2019-04-12 12:50:58+ [-] adding 10 new builders, removing 0
2019-04-12 12:50:58+ [IrcStatusBot,client] not scheduling
reconnection attempt
2019-04-12 12:50:58+ [-] Stopping factory

2019-04-12 12:51:04+ [-] initializing www plugin 'waterfall_view'
2019-04-12 12:51:04+ [-] initializing www plugin 'console_view'
2019-04-12 12:51:04+ [-] initializing www plugin 'grid_view'
2019-04-12 12:51:04+ [Broker,160838,8.43.85.216] during reconfig:
Traceback (most recent call last):
  File 
"/data/buildbot/venv/lib/python3.6/site-packages/twisted/internet/defer.py",
line 654, in _runCallbacks
current.result = callback(current.result, *args, **kw)
  File 
"/data/buildbot/venv/lib/python3.6/site-packages/twisted/internet/defer.py",
line 1475, in gotResult
_inlineCallbacks(r, g, status)
  File 
"/data/buildbot/venv/lib/python3.6/site-packages/twisted/internet/defer.py",
line 1416, in _inlineCallbacks
result = result.throwExceptionIntoGenerator(g)
  File 
"/data/buildbot/venv/lib/python3.6/site-packages/twisted/python/failure.py",
line 491, in throwExceptionIntoGenerator
return g.throw(self.type, self.value, self.tb)
---  ---
  File "/data/buildbot/venv/lib/python3.6/site-packages/buildbot/master.py",
line 393, in doReconfig
yield self.reconfigServiceWithBuildbotConfig(new_config)
  File 
"/data/buildbot/venv/lib/python3.6/site-packages/twisted/internet/defer.py",
line 1416, in _inlineCallbacks
result = result.throwExceptionIntoGenerator(g)
  File 
"/data/buildbot/venv/lib/python3.6/site-packages/twisted/python/failure.py",
line 491, in throwExceptionIntoGenerator
return g.throw(self.type, self.value, self.tb)
  File 
"/data/buildbot/venv/lib/python3.6/site-packages/buildbot/util/service.py",
line 49, in reconfigServiceWithBuildbotConfig
yield svc.reconfigServiceWithBuildbotConfig(new_config)
  File 
"/data/buildbot/venv/lib/python3.6/site-packages/twisted/internet/defer.py",
line 1416, in _inlineCallbacks
result = result.throwExceptionIntoGenerator(g)
  File 
"/data/buildbot/venv/lib/python3.6/site-packages/twisted/python/failure.py",
line 491, in throwExceptionIntoGenerator
return g.throw(self.type, self.value, self.tb)
  File 
"/data/buildbot/venv/lib/python3.6/site-packages/buildbot/process/measured_service.py",
line 31, in reconfigServiceWithBuildbotConfig
yield super(MeasuredBuildbotServiceManager,
self).reconfigServiceWithBuildbotConfig(new_config)
  File 
"/data/buildbot/venv/lib/python3.6/site-packages/twisted/internet/defer.py",
line 1416, in _inlineCallbacks
result = result.throwExceptionIntoGenerator(g)
  File 
"/data/buildbot/venv/lib/python3.6/site-packages/twisted/python/failure.py",
line 491, in throwExceptionIntoGenerator
return g.throw(self.type, self.value, self.tb)
  File 
"/data/buildbot/venv/lib/python3.6/site-packages/buildbot/util/service.py",
line 520, in reconfigServiceWithBuildbotConfig
yield svc.reconfigServiceWithSibling(config_sibling)
  File 
"/data/buildbot/venv/lib/python3.6/site-packages/twisted/internet/defer.py",
line 1416, in _inlineCallbacks
result = result.throwExceptionIntoGenerator(g)
  File 
"/data/buildbot/venv/lib/python3.6/site-packages/twisted/python/failure.py",
line 491, in throwExceptionIntoGenerator
return g.throw(self.type, self.value, self.tb)
  File 
"/data/buildbot/venv/lib/python3.6/site-packages/buildbot/worker/base.py",
line 302, in reconfigServiceWithSibling
yield self.updateWorker()
  File 
"/data/buildbot/venv/lib/python3.6/site-packages/twisted/internet/defer.py",
line 1418, in _inlineCallbacks
result = g.send(result)
  File 
"/data/buildbot/venv/lib/python3.6/site-packages/buildbot/worker/base.py",
line 509, in sendBuilderList
d1 = self.attachBuilder(b)
  File 
"/data/buildbot/venv/lib/python3.6/site-packages/buildbot/worker/base.py",
line 514, in attachBuilder
return builder.attached(self, self.worker_commands)
  File 
"/data/buildbot/venv/lib/python3.6/site-packages/twisted/internet/defer.py",
line 1613, in unwindGenerator
return _cancellableInlineCallbacks(gen)
  File 
"/data/buildbot/venv/lib/python3.6/site-

Re: [Python-buildbots] Random failure when deploying the new buildbot config

2019-04-12 Thread Zachary Ware
On Fri, Apr 12, 2019 at 7:52 AM Victor Stinner  wrote:
> Hi,
>
> I just deployed the new config for
> https://github.com/python/buildmaster-config/pull/88 but I got an
> assertion error which gone away when I re-run "buildbot reconfig
> master". Should I worry or not?

I'm not too worried about it, but doing a restart (`./buildbot.sh
restart master`) might be a good idea anyway.  We're also due for
another update (2.2.0), which would require a restart anyway.

-- 
Zach
___
Python-Buildbots mailing list
Python-Buildbots@python.org
https://mail.python.org/mailman/listinfo/python-buildbots