[Python-Dev] Buildbot failures

2019-09-13 Thread Victor Stinner
Hi, Many buildbot workers failed in the last 48 hours, it's likely related to higher activity caused by the core dev sprint currently running at London. Here are failures in random order. Can someone please have a look? I suggest to add comments to issues for collaboration. test__xxsubinterprete

Re: [Python-Dev] Buildbot failures

2011-11-03 Thread Stefan Behnel
Brian Curtin, 03.11.2011 15:59: On Sat, Oct 22, 2011 at 14:30, Andrea Crotti wrote: On 10/21/2011 10:08 PM, Antoine Pitrou wrote: Hello, There are currently a bunch of various buildbot failures on all 3 branches. I would remind committers to regularly take a look at the buildbots, so that the

Re: [Python-Dev] Buildbot failures

2011-11-03 Thread Brian Curtin
On Sat, Oct 22, 2011 at 14:30, Andrea Crotti wrote: > On 10/21/2011 10:08 PM, Antoine Pitrou wrote: >> >> Hello, >> >> There are currently a bunch of various buildbot failures on all 3 >> branches. I would remind committers to regularly take a look at the >> buildbots, so that these failures get s

Re: [Python-Dev] Buildbot failures

2011-10-22 Thread Nick Coghlan
On Sun, Oct 23, 2011 at 5:30 AM, Andrea Crotti wrote: > If one is not clearly defined, maybe notifying the last N developers that > committed > between the last successful builds and the failing build, would it be > possible and make sense? Yeah, as Antoine noted, that's where we want to get to e

Re: [Python-Dev] Buildbot failures

2011-10-22 Thread Antoine Pitrou
On Sat, 22 Oct 2011 20:30:34 +0100 Andrea Crotti wrote: > > In my previous workplace if someone broke a build committing something > wrong he/she > had to bring cake for everyone next meeting. > > The cake is not really feasible I guess, but isn't it possible to notify > the developer that >

Re: [Python-Dev] Buildbot failures

2011-10-22 Thread Andrea Crotti
On 10/21/2011 10:08 PM, Antoine Pitrou wrote: Hello, There are currently a bunch of various buildbot failures on all 3 branches. I would remind committers to regularly take a look at the buildbots, so that these failures get solved reasonably fast. Regards Antoine. In my previous workplace i

[Python-Dev] Buildbot failures

2011-10-21 Thread Antoine Pitrou
Hello, There are currently a bunch of various buildbot failures on all 3 branches. I would remind committers to regularly take a look at the buildbots, so that these failures get solved reasonably fast. Regards Antoine. ___ Python-Dev mailing list P

Re: [Python-Dev] Buildbot failures

2011-08-21 Thread Éric Araujo
Le 20/08/2011 22:52, Paul Moore a écrit : > My buildbot seems to have been failing for a while (I've been away on > holiday) - http://www.python.org/dev/buildbot/buildslaves/moore-windows > > The failures seem to generally be in distutils and/or packaging. I see > quite a lot of reds in the waterf

[Python-Dev] Buildbot failures

2011-08-20 Thread Paul Moore
My buildbot seems to have been failing for a while (I've been away on holiday) - http://www.python.org/dev/buildbot/buildslaves/moore-windows The failures seem to generally be in distutils and/or packaging. I see quite a lot of reds in the waterfall display at the moment, and I can't see any parti

Re: [Python-Dev] Buildbot failures

2008-02-07 Thread Jean-Paul Calderone
On Thu, 7 Feb 2008 09:08:26 -0500, "A.M. Kuchling" <[EMAIL PROTECTED]> wrote: >On Wed, Feb 06, 2008 at 08:34:21PM -0500, Raymond Hettinger wrote: >> Also, test_docxmlrpc hasn't been happy. One of the tests isn't >> getting the exact response string it expected. Any ideas what is >> causing this? >

Re: [Python-Dev] Buildbot failures

2008-02-07 Thread A.M. Kuchling
On Wed, Feb 06, 2008 at 08:34:21PM -0500, Raymond Hettinger wrote: > Also, test_docxmlrpc hasn't been happy. One of the tests isn't > getting the exact response string it expected. Any ideas what is > causing this? My fault; it should be fixed now. > There is also a recurring failure in SocketSe

[Python-Dev] Buildbot failures

2008-02-06 Thread Raymond Hettinger
Some of bsddb tests are failing. In Py3.0 I switched the bsddb modules from UserDict.DictMixin to collections.MutableMapping. But, the failures are also happened in the Py2.6 branch so something else must be the cause. The db.InvalidArgError suggests that one of the defined constants is broke