[Python-checkins] buildbot failure in x86 XP-4 trunk
buildbot at python.org
buildbot at python.org
Wed Apr 8 04:39:50 CEST 2009
The Buildbot has detected a new failure of x86 XP-4 trunk.
Full details are available at:
http://www.python.org/dev/buildbot/all/x86%20XP-4%20trunk/builds/2022
Buildbot URL: http://www.python.org/dev/buildbot/all/
Buildslave for this Build: bolen-windows
Build Reason:
Build Source Stamp: [branch trunk] HEAD
Blamelist: benjamin.peterson,georg.brandl,gregory.p.smith,guilherme.polo,hirokazu.yamamoto,jack.diederich,martin.v.loewis,matthias.klose,michael.foord,raymond.hettinger,tarek.ziade,vinay.sajip
BUILD FAILED: failed test
Excerpt from the test logfile:
3 tests failed:
test__locale test_posix test_pty
Traceback (most recent call last):
File "../lib/test/regrtest.py", line 564, in runtest_inner
the_package = __import__(abstest, globals(), locals(), [])
File "E:\cygwin\home\db3l\buildarea\trunk.bolen-windows\build\lib\test\test__locale.py", line 2, in <module>
from _locale import (setlocale, LC_NUMERIC, RADIXCHAR, THOUSEP, nl_langinfo,
ImportError: cannot import name RADIXCHAR
Traceback (most recent call last):
File "../lib/test/regrtest.py", line 564, in runtest_inner
the_package = __import__(abstest, globals(), locals(), [])
File "E:\cygwin\home\db3l\buildarea\trunk.bolen-windows\build\lib\test\test_posix.py", line 8, in <module>
import pwd
ImportError: No module named pwd
Traceback (most recent call last):
File "../lib/test/regrtest.py", line 564, in runtest_inner
the_package = __import__(abstest, globals(), locals(), [])
File "E:\cygwin\home\db3l\buildarea\trunk.bolen-windows\build\lib\test\test_pty.py", line 2, in <module>
import fcntl
ImportError: No module named fcntl
sincerely,
-The Buildbot
More information about the Python-checkins
mailing list