[Python-Dev] Sad status of Python 3.x buildbots (original) (raw)

Victor Stinner victor.stinner at gmail.com
Wed Sep 3 23:52:55 CEST 2014


2014-09-03 0:13 GMT+02:00 Victor Stinner <victor.stinner at gmail.com>:

AMD64 OpenIndiana 3.x: a lot of tests fail with OSError(12, "Not enough space") or MemoryError. It's probably on issue on the host.

x86 OpenIndiana 3.x: MemoryError. TestReadline.testinit() also fails.

I sent an email to Jesus Cea (owner of these buildbots).

x86 RHEL 6 3.x: TestReadline.testinit() fails, issue #19884. I don't have to this platform, I don't know how to fix it.

I sent my SSH key to Nick (owner).

x86 Windows Server 2003 [SB] 3.x: testbuildext() of testdistutils hangs during 1 hang before being killed, it hangs something in the C compiler.

I sent an email to the mailing list of the snakebite network.

x86 XP-4 3.x: testdistutils fails because Visual Studio linker (link.exe) fails with the error 1181 (cannot open input file). testcapi.testforcedioencoding() fails with an assertion error because sys.stdin is None.

I sent an email to David Bolen (owner).

ARMv7 3.x: "Read-only file system", Mercurial fails...

I sent an email to Gregory P. Smith (owner).

x86 FreeBSD 7.2 3.x: testio.testinterruptedwritetext() hangs.

I skipped the test on FreeBSD 7.2 (even if the test pass on FreeBSD 6.4): http://bugs.python.org/issue22331

x86 FreeBSD 6.4 3.x: (...) testmultiprocessingspawn fails whereas the test should be skipped.

I skipped the test on FreeBSD 6.4: http://bugs.python.org/issue22332

Victor



More information about the Python-Dev mailing list