[Python-checkins] buildbot warnings in g4 osx.4 3.0
buildbot at python.org
buildbot at python.org
Tue Aug 28 09:32:57 CEST 2007
The Buildbot has detected a new failure of g4 osx.4 3.0.
Full details are available at:
http://www.python.org/dev/buildbot/all/g4%2520osx.4%25203.0/builds/0
Buildbot URL: http://www.python.org/dev/buildbot/all/
Build Reason:
Build Source Stamp: [branch branches/py3k] HEAD
Blamelist: neal.norwitz
Build had warnings: warnings test
Excerpt from the test logfile:
Traceback (most recent call last):
File "/Users/buildslave/bb/3.0.psf-g4/build/Lib/threading.py", line 485, in _bootstrap_inner
self.run()
File "/Users/buildslave/bb/3.0.psf-g4/build/Lib/threading.py", line 445, in run
self._target(*self._args, **self._kwargs)
File "/Users/buildslave/bb/3.0.psf-g4/build/Lib/bsddb/test/test_thread.py", line 275, in readerThread
rec = dbutils.DeadlockWrap(c.next, max_retries=10)
File "/Users/buildslave/bb/3.0.psf-g4/build/Lib/bsddb/dbutils.py", line 62, in DeadlockWrap
return function(*_args, **_kwargs)
bsddb.db.DBLockDeadlockError: (-30995, 'DB_LOCK_DEADLOCK: Locker killed to resolve a deadlock')
2 tests failed:
test_unicode_file test_xmlrpc
======================================================================
ERROR: test_directories (test.test_unicode_file.TestUnicodeFiles)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/buildslave/bb/3.0.psf-g4/build/Lib/test/test_unicode_file.py", line 199, in test_directories
self._do_directory(TESTFN_ENCODED+ext, TESTFN_ENCODED+ext, True)
TypeError: can't concat bytes to str
======================================================================
ERROR: test_equivalent_files (test.test_unicode_file.TestUnicodeFiles)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/buildslave/bb/3.0.psf-g4/build/Lib/test/test_unicode_file.py", line 191, in test_equivalent_files
self._test_equivalent(TESTFN_ENCODED, TESTFN_UNICODE)
File "/Users/buildslave/bb/3.0.psf-g4/build/Lib/test/test_unicode_file.py", line 175, in _test_equivalent
f = open(filename1, "w")
File "/Users/buildslave/bb/3.0.psf-g4/build/Lib/site.py", line 415, in __new__
return io.open(*args, **kwds)
File "/Users/buildslave/bb/3.0.psf-g4/build/Lib/io.py", line 108, in open
raise TypeError("invalid file: %r" % file)
TypeError: invalid file: b'@test-\xc3\xa0\xc3\xb2'
======================================================================
ERROR: test_single_files (test.test_unicode_file.TestUnicodeFiles)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/buildslave/bb/3.0.psf-g4/build/Lib/test/test_unicode_file.py", line 185, in test_single_files
self._test_single(TESTFN_ENCODED)
File "/Users/buildslave/bb/3.0.psf-g4/build/Lib/test/test_unicode_file.py", line 157, in _test_single
f = open(filename, "w")
File "/Users/buildslave/bb/3.0.psf-g4/build/Lib/site.py", line 415, in __new__
return io.open(*args, **kwds)
File "/Users/buildslave/bb/3.0.psf-g4/build/Lib/io.py", line 108, in open
raise TypeError("invalid file: %r" % file)
TypeError: invalid file: b'@test-\xc3\xa0\xc3\xb2'
======================================================================
FAIL: test_introspection1 (test.test_xmlrpc.SimpleServerTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/buildslave/bb/3.0.psf-g4/build/Lib/test/test_xmlrpc.py", line 329, in test_introspection1
self.fail("%s\n%s" % (e, e.headers))
AssertionError: <ProtocolError for localhost:52718/RPC2: 500 Internal Server Error>
======================================================================
FAIL: test_introspection2 (test.test_xmlrpc.SimpleServerTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/buildslave/bb/3.0.psf-g4/build/Lib/test/test_xmlrpc.py", line 338, in test_introspection2
self.fail("%s\n%s" % (e, e.headers))
AssertionError: <ProtocolError for localhost:52722/RPC2: 500 Internal Server Error>
======================================================================
FAIL: test_introspection3 (test.test_xmlrpc.SimpleServerTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/buildslave/bb/3.0.psf-g4/build/Lib/test/test_xmlrpc.py", line 349, in test_introspection3
self.fail("%s\n%s" % (e, e.headers))
AssertionError: <ProtocolError for localhost:52725/RPC2: 500 Internal Server Error>
======================================================================
FAIL: test_multicall (test.test_xmlrpc.SimpleServerTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/buildslave/bb/3.0.psf-g4/build/Lib/test/test_xmlrpc.py", line 364, in test_multicall
self.fail("%s\n%s" % (e, e.headers))
AssertionError: <ProtocolError for localhost:52728/RPC2: 500 Internal Server Error>
======================================================================
FAIL: test_simple1 (test.test_xmlrpc.SimpleServerTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/buildslave/bb/3.0.psf-g4/build/Lib/test/test_xmlrpc.py", line 318, in test_simple1
self.fail("%s\n%s" % (e, e.headers))
AssertionError: <ProtocolError for localhost:52731/RPC2: 500 Internal Server Error>
======================================================================
FAIL: test_basic (test.test_xmlrpc.FailingServerTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/Users/buildslave/bb/3.0.psf-g4/build/Lib/test/test_xmlrpc.py", line 414, in test_basic
self.fail("%s\n%s" % (e, e.headers))
AssertionError: <ProtocolError for localhost:52734/RPC2: 500 Internal Server Error>
make: *** [buildbottest] Error 1
sincerely,
-The Buildbot
More information about the Python-checkins
mailing list