[Python-checkins] buildbot failure in x86 XP-4 3.x
buildbot at python.org
buildbot at python.org
Wed Apr 1 00:20:15 CEST 2009
The Buildbot has detected a new failure of x86 XP-4 3.x.
Full details are available at:
http://www.python.org/dev/buildbot/all/x86%20XP-4%203.x/builds/407
Buildbot URL: http://www.python.org/dev/buildbot/all/
Buildslave for this Build: bolen-windows
Build Reason:
Build Source Stamp: [branch branches/py3k] HEAD
Blamelist: georg.brandl,hirokazu.yamamoto,jeremy.hylton,jesse.noller,kristjan.jonsson,r.david.murray,raymond.hettinger
BUILD FAILED: failed test
Excerpt from the test logfile:
6 tests failed:
test_distutils test_importlib test_memoryio test_posix
test_urllib2net test_wait4
======================================================================
ERROR: test_reg_class (distutils.tests.test_msvc9compiler.msvc9compilerTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "E:\cygwin\home\db3l\buildarea3円.x.bolen-windows\build\lib\distutils\tests\test_msvc9compiler.py", line 51, in test_reg_class
import _winreg
ImportError: No module named _winreg
======================================================================
FAIL: test_package (importlib.test.source.test_abc_loader.PyLoaderTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "E:\cygwin\home\db3l\buildarea3円.x.bolen-windows\build\lib\importlib\test\source\test_abc_loader.py", line 149, in test_package
__loader__=mock)
File "E:\cygwin\home\db3l\buildarea3円.x.bolen-windows\build\lib\importlib\test\source\test_abc_loader.py", line 126, in eq_attrs
self.assertEqual(getattr(ob, attr), val)
AssertionError: ['/path/to/<pkg>/__init__'] != ['/path/to/<pkg>']
======================================================================
FAIL: test_package (importlib.test.source.test_abc_loader.PyPycLoaderTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "E:\cygwin\home\db3l\buildarea3円.x.bolen-windows\build\lib\importlib\test\source\test_abc_loader.py", line 264, in test_package
mock, name = super().test_package()
File "E:\cygwin\home\db3l\buildarea3円.x.bolen-windows\build\lib\importlib\test\source\test_abc_loader.py", line 149, in test_package
__loader__=mock)
File "E:\cygwin\home\db3l\buildarea3円.x.bolen-windows\build\lib\importlib\test\source\test_abc_loader.py", line 126, in eq_attrs
self.assertEqual(getattr(ob, attr), val)
AssertionError: ['/path/to/<pkg>/__init__'] != ['/path/to/<pkg>']
======================================================================
FAIL: test_issue5265 (test.test_memoryio.PyStringIOTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "E:\cygwin\home\db3l\buildarea3円.x.bolen-windows\build\lib\test\test_memoryio.py", line 516, in test_issue5265
self.assertEqual(memio.read(5), "a\nb\n")
AssertionError: 'a\n\nb\n' != 'a\nb\n'
======================================================================
FAIL: test_newline_none (test.test_memoryio.PyStringIOTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "E:\cygwin\home\db3l\buildarea3円.x.bolen-windows\build\lib\test\test_memoryio.py", line 461, in test_newline_none
self.assertEqual(list(memio), ["a\n", "b\n", "c\n", "d"])
AssertionError: ['a\n', 'b\n', '\n', 'c\n', 'd'] != ['a\n', 'b\n', 'c\n', 'd']
======================================================================
FAIL: test_newlines_property (test.test_memoryio.PyStringIOTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "E:\cygwin\home\db3l\buildarea3円.x.bolen-windows\build\lib\test\test_memoryio.py", line 431, in test_newlines_property
self.assertEqual(memio.newlines, "\n")
AssertionError: '\r\n' != '\n'
Traceback (most recent call last):
File "E:\cygwin\home\db3l\buildarea3円.x.bolen-windows\build\lib\test\test_posix.py", line 6, in <module>
import posix
ImportError: No module named posix
Traceback (most recent call last):
File "../lib/test/regrtest.py", line 612, in runtest_inner
the_package = __import__(abstest, globals(), locals(), [])
File "E:\cygwin\home\db3l\buildarea3円.x.bolen-windows\build\lib\test\test_posix.py", line 8, in <module>
raise unittest.SkipTest("posix is not available")
NameError: name 'unittest' is not defined
======================================================================
ERROR: test_http_basic (test.test_urllib2net.TimeoutTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "E:\cygwin\home\db3l\buildarea3円.x.bolen-windows\build\lib\test\test_urllib2net.py", line 198, in test_http_basic
self.assertTrue(u.fp.fp.raw._sock.gettimeout() is None)
AttributeError: '_io.BufferedReader' object has no attribute 'fp'
======================================================================
ERROR: test_http_default_timeout (test.test_urllib2net.TimeoutTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "E:\cygwin\home\db3l\buildarea3円.x.bolen-windows\build\lib\test\test_urllib2net.py", line 207, in test_http_default_timeout
self.assertEqual(u.fp.fp.raw._sock.gettimeout(), 60)
AttributeError: '_io.BufferedReader' object has no attribute 'fp'
======================================================================
ERROR: test_http_no_timeout (test.test_urllib2net.TimeoutTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "E:\cygwin\home\db3l\buildarea3円.x.bolen-windows\build\lib\test\test_urllib2net.py", line 216, in test_http_no_timeout
self.assertTrue(u.fp.fp.raw._sock.gettimeout() is None)
AttributeError: '_io.BufferedReader' object has no attribute 'fp'
======================================================================
ERROR: test_http_timeout (test.test_urllib2net.TimeoutTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "E:\cygwin\home\db3l\buildarea3円.x.bolen-windows\build\lib\test\test_urllib2net.py", line 220, in test_http_timeout
self.assertEqual(u.fp.fp.raw._sock.gettimeout(), 120)
AttributeError: '_io.BufferedReader' object has no attribute 'fp'
Traceback (most recent call last):
File "E:\cygwin\home\db3l\buildarea3円.x.bolen-windows\build\lib\test\test_wait4.py", line 10, in <module>
os.fork
AttributeError: 'module' object has no attribute 'fork'
Traceback (most recent call last):
File "../lib/test/regrtest.py", line 612, in runtest_inner
the_package = __import__(abstest, globals(), locals(), [])
File "E:\cygwin\home\db3l\buildarea3円.x.bolen-windows\build\lib\test\test_wait4.py", line 12, in <module>
raise unittest.SkipTest("os.fork not defined -- skipping test_wait4")
NameError: name 'unittest' is not defined
sincerely,
-The Buildbot
More information about the Python-checkins
mailing list