Re: [Python-Dev] Buildbot x86 XP-4 3.x doesn't compile anymore: drop it?

2015-03-28 Thread Steve Dower
We discussed that a while back and decided the PEP was sufficient, but I'm not entirely opposed to a reminder. Probably best to repurpose this buildbot for 2.7. David has a Windows 8.1 one that should be marked as stable for 3.x (though it's not quite stable yet... AFAIK it's the only machine w

Re: [Python-Dev] Buildbot x86 XP-4 3.x doesn't compile anymore: drop it?

2015-03-28 Thread Victor Stinner
Le 28 mars 2015 21:15, "David Bolen" a écrit : > I'm assuming you aren't suggesting turning off the XP buildbot > entirely, correct? I'm talking about the 3.x slave, so only python 3.5. Would it be possible to specify in What's New In Python 3.5 which Windows versions are no more supported? Vi

Re: [Python-Dev] Buildbot x86 XP-4 3.x doesn't compile anymore: drop it?

2015-03-28 Thread David Bolen
Victor Stinner writes: > Would it be possible to fix this buildbot, or to turn it off? (...) > By the way, do we seriously want to support Windows XP? I mean, *who* > will maintain it (no me sorry!). I saw recent changes to explicitly > *drop* support for Windows older than Visa (stop using GetT

Re: [Python-Dev] Sporadic failures of test_subprocess and test_multiprocessing_spawn

2015-03-28 Thread Serhiy Storchaka
On 28.03.15 11:39, Victor Stinner wrote: Can you please take a look at the following issue and try to reproduce it? http://bugs.python.org/issue23771 The following tests sometimes hang on "x86 Ubuntu Shared 3.x" and "AMD64 Debian root 3.x" buildbots: - test_notify_all() of test_multiprocessing_

Re: [Python-Dev] Buildbot PPC64 AIX 3.x failures

2015-03-28 Thread David Edelsohn
On Sat, Mar 28, 2015 at 5:57 AM, Victor Stinner wrote: > Hi, > > There are many failures on the AIX buildbot. Can someone try to fix > them? Or would it be possible to turn off the buildbot to quickly see > regressions? > > http://buildbot.python.org/all/builders/PPC64%20AIX%203.x/builds/3426/step

Re: [Python-Dev] Sporadic failures of test_subprocess and test_multiprocessing_spawn

2015-03-28 Thread Chris Angelico
On Sat, Mar 28, 2015 at 11:50 PM, Victor Stinner wrote: > Good, you are able to reproduce it. The next step is to identify the > sequence of test to reproduce it. How do you run the test suite? Are you > using -j1? I just ran 'make test'. Early in the output are these lines: ./python ./Tools/sc

Re: [Python-Dev] Sporadic failures of test_subprocess and test_multiprocessing_spawn

2015-03-28 Thread Victor Stinner
Good, you are able to reproduce it. The next step is to identify the sequence of test to reproduce it. How do you run the test suite? Are you using -j1? Victor Le samedi 28 mars 2015, Chris Angelico a écrit : > On Sat, Mar 28, 2015 at 9:10 PM, Chris Angelico > wrote: > > On Sat, Mar 28, 2015 a

Re: [Python-Dev] Sporadic failures of test_subprocess and test_multiprocessing_spawn

2015-03-28 Thread Chris Angelico
On Sat, Mar 28, 2015 at 9:10 PM, Chris Angelico wrote: > On Sat, Mar 28, 2015 at 8:39 PM, Victor Stinner > wrote: >> Are you able to reproduce these issues? I'm unable to reproduce them >> on Fedora 21. Maybe they are more likely on Debian-like operating >> systems? > > I just tried it on my Debi

Re: [Python-Dev] Buildbot x86 XP-4 3.x doesn't compile anymore: drop it?

2015-03-28 Thread Victor Stinner
Le samedi 28 mars 2015, Tim Golden a écrit : > > For myself I'm quite willing for someone to ping me with: "there's a > Windows buildbot gone red; can you have a look?" But I have precious little > time, and if the failure requires me to garner an understanding of a > deep-level code change, a ver

Re: [Python-Dev] Sporadic failures of test_subprocess and test_multiprocessing_spawn

2015-03-28 Thread Chris Angelico
On Sat, Mar 28, 2015 at 8:39 PM, Victor Stinner wrote: > Are you able to reproduce these issues? I'm unable to reproduce them > on Fedora 21. Maybe they are more likely on Debian-like operating > systems? I just tried it on my Debian Wheezy AMD64, not running as root. (The same computer the build

Re: [Python-Dev] Buildbot x86 XP-4 3.x doesn't compile anymore: drop it?

2015-03-28 Thread Tim Golden
On 28/03/2015 09:51, Victor Stinner wrote: Hi, The buildbot x86 XP-4 3.x doesn't compile anymore since 3 months or more (maybe when Steve upgraded the Visual Studio project to VS 2015? I don't know). Would it be possible to fix this buildbot, or to turn it off? By the way, do we seriously want

[Python-Dev] Buildbot PPC64 AIX 3.x failures

2015-03-28 Thread Victor Stinner
Hi, There are many failures on the AIX buildbot. Can someone try to fix them? Or would it be possible to turn off the buildbot to quickly see regressions? http://buildbot.python.org/all/builders/PPC64%20AIX%203.x/builds/3426/steps/test/logs/stdio The buildbot has not enough memory, and some test

[Python-Dev] OpenBSD buildbot has many failures

2015-03-28 Thread Victor Stinner
Hi, The OpenBSD buildbot always fail with the same failures since many months (ex: test_socket). Is someone interested to fix them? If no, would it be possible to turn it off to get a better view of regressions? Currently, they are too many red buildbots to quickly see regressions introduced by re

[Python-Dev] Buildbot x86 XP-4 3.x doesn't compile anymore: drop it?

2015-03-28 Thread Victor Stinner
Hi, The buildbot x86 XP-4 3.x doesn't compile anymore since 3 months or more (maybe when Steve upgraded the Visual Studio project to VS 2015? I don't know). Would it be possible to fix this buildbot, or to turn it off? By the way, do we seriously want to support Windows XP? I mean, *who* will ma

[Python-Dev] MemoryError and other bugs on AMD64 OpenIndiana 3.x

2015-03-28 Thread Victor Stinner
Hi, The buildbot AMD64 OpenIndiana 3.x is always red since at least 6 months. Almost always, tests fail because the buildbot has not enough memory. Well, it's fun to see how Python handles MemoryError (it's pretty good, there is no hard crash! my work on failmalloc was maybe useful ;-)), but it do

[Python-Dev] Sporadic failures of test_subprocess and test_multiprocessing_spawn

2015-03-28 Thread Victor Stinner
Hi, Can you please take a look at the following issue and try to reproduce it? http://bugs.python.org/issue23771 The following tests sometimes hang on "x86 Ubuntu Shared 3.x" and "AMD64 Debian root 3.x" buildbots: - test_notify_all() of test_multiprocessing_spawn - test_double_close_on_error() o