[Python-checkins] buildbot failure in i386 Ubuntu trunk
buildbot at python.org
buildbot at python.org
Mon Aug 18 20:03:47 CEST 2008
The Buildbot has detected a new failure of i386 Ubuntu trunk.
Full details are available at:
http://www.python.org/dev/buildbot/all/i386%20Ubuntu%20trunk/builds/309
Buildbot URL: http://www.python.org/dev/buildbot/all/
Buildslave for this Build: klose-ubuntu-i386
Build Reason:
Build Source Stamp: [branch trunk] HEAD
Blamelist: benjamin.peterson
BUILD FAILED: failed test
Excerpt from the test logfile:
5 tests failed:
test_bsddb3 test_logging test_multiprocessing test_socketserver
test_ssl
======================================================================
ERROR: test02_threaded (bsddb.test.test_lock.LockingTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/bsddb/test/test_lock.py", line 90, in test02_threaded
t.setDaemon(True)
AttributeError: 'Thread' object has no attribute 'setDaemon'
======================================================================
ERROR: test03_lock_timeout (bsddb.test.test_lock.LockingTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/bsddb/test/test_lock.py", line 114, in test03_lock_timeout
t.setDaemon(True)
AttributeError: 'Thread' object has no attribute 'setDaemon'
======================================================================
ERROR: test01_basic_replication (bsddb.test.test_replication.DBBaseReplication)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/bsddb/test/test_replication.py", line 257, in setUp
t_m.setDaemon(True)
AttributeError: 'Thread' object has no attribute 'setDaemon'
======================================================================
ERROR: test02_test_request (bsddb.test.test_replication.DBBaseReplication)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/bsddb/test/test_replication.py", line 257, in setUp
t_m.setDaemon(True)
AttributeError: 'Thread' object has no attribute 'setDaemon'
======================================================================
ERROR: test03_master_election (bsddb.test.test_replication.DBBaseReplication)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/bsddb/test/test_replication.py", line 257, in setUp
t_m.setDaemon(True)
AttributeError: 'Thread' object has no attribute 'setDaemon'
======================================================================
ERROR: test01_1WriterMultiReaders (bsddb.test.test_thread.BTreeConcurrentDataStore)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/bsddb/test/test_thread.py", line 109, in test01_1WriterMultiReaders
rt.setDaemon(True)
AttributeError: 'Thread' object has no attribute 'setDaemon'
======================================================================
ERROR: test01_1WriterMultiReaders (bsddb.test.test_thread.HashConcurrentDataStore)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/bsddb/test/test_thread.py", line 109, in test01_1WriterMultiReaders
rt.setDaemon(True)
AttributeError: 'Thread' object has no attribute 'setDaemon'
======================================================================
ERROR: test02_SimpleLocks (bsddb.test.test_thread.BTreeSimpleThreaded)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/bsddb/test/test_thread.py", line 224, in test02_SimpleLocks
rt.setDaemon(True)
AttributeError: 'Thread' object has no attribute 'setDaemon'
======================================================================
ERROR: test02_SimpleLocks (bsddb.test.test_thread.HashSimpleThreaded)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/bsddb/test/test_thread.py", line 224, in test02_SimpleLocks
rt.setDaemon(True)
AttributeError: 'Thread' object has no attribute 'setDaemon'
======================================================================
ERROR: test03_ThreadedTransactions (bsddb.test.test_thread.BTreeThreadedTransactions)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/bsddb/test/test_thread.py", line 338, in test03_ThreadedTransactions
rt.setDaemon(True)
AttributeError: 'Thread' object has no attribute 'setDaemon'
======================================================================
ERROR: test03_ThreadedTransactions (bsddb.test.test_thread.HashThreadedTransactions)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/bsddb/test/test_thread.py", line 338, in test03_ThreadedTransactions
rt.setDaemon(True)
AttributeError: 'Thread' object has no attribute 'setDaemon'
======================================================================
ERROR: test03_ThreadedTransactions (bsddb.test.test_thread.BTreeThreadedNoWaitTransactions)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/bsddb/test/test_thread.py", line 338, in test03_ThreadedTransactions
rt.setDaemon(True)
AttributeError: 'Thread' object has no attribute 'setDaemon'
======================================================================
ERROR: test03_ThreadedTransactions (bsddb.test.test_thread.HashThreadedNoWaitTransactions)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/bsddb/test/test_thread.py", line 338, in test03_ThreadedTransactions
rt.setDaemon(True)
AttributeError: 'Thread' object has no attribute 'setDaemon'
======================================================================
ERROR: test_flat (test.test_logging.BuiltinLevelsTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_logging.py", line 145, in test_flat
ERR.log(logging.CRITICAL, m())
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/logging/__init__.py", line 1079, in log
self._log(level, msg, args, **kwargs)
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/logging/__init__.py", line 1123, in _log
record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/logging/__init__.py", line 1103, in makeRecord
rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/logging/__init__.py", line 265, in __init__
self.threadName = threading.current_thread().get_name()
AttributeError: '_MainThread' object has no attribute 'get_name'
======================================================================
ERROR: test_nested_explicit (test.test_logging.BuiltinLevelsTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_logging.py", line 190, in test_nested_explicit
INF_ERR.log(logging.CRITICAL, m())
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/logging/__init__.py", line 1079, in log
self._log(level, msg, args, **kwargs)
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/logging/__init__.py", line 1123, in _log
record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/logging/__init__.py", line 1103, in makeRecord
rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/logging/__init__.py", line 265, in __init__
self.threadName = threading.current_thread().get_name()
AttributeError: '_MainThread' object has no attribute 'get_name'
======================================================================
ERROR: test_nested_inherited (test.test_logging.BuiltinLevelsTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_logging.py", line 216, in test_nested_inherited
INF_UNDEF.log(logging.CRITICAL, m())
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/logging/__init__.py", line 1079, in log
self._log(level, msg, args, **kwargs)
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/logging/__init__.py", line 1123, in _log
record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/logging/__init__.py", line 1103, in makeRecord
rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/logging/__init__.py", line 265, in __init__
self.threadName = threading.current_thread().get_name()
AttributeError: '_MainThread' object has no attribute 'get_name'
======================================================================
ERROR: test_nested_with_virtual_parent (test.test_logging.BuiltinLevelsTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_logging.py", line 248, in test_nested_with_virtual_parent
GRANDCHILD.log(logging.FATAL, m())
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/logging/__init__.py", line 1079, in log
self._log(level, msg, args, **kwargs)
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/logging/__init__.py", line 1123, in _log
record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/logging/__init__.py", line 1103, in makeRecord
rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/logging/__init__.py", line 265, in __init__
self.threadName = threading.current_thread().get_name()
AttributeError: '_MainThread' object has no attribute 'get_name'
======================================================================
ERROR: test_filter (test.test_logging.BasicFilterTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_logging.py", line 281, in test_filter
spam.info(self.next_message())
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/logging/__init__.py", line 1016, in info
self._log(INFO, msg, args, **kwargs)
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/logging/__init__.py", line 1123, in _log
record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/logging/__init__.py", line 1103, in makeRecord
rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/logging/__init__.py", line 265, in __init__
self.threadName = threading.current_thread().get_name()
AttributeError: '_MainThread' object has no attribute 'get_name'
======================================================================
ERROR: test_handler_filter (test.test_logging.CustomLevelsAndFiltersTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_logging.py", line 382, in test_handler_filter
self.log_at_all_levels(self.root_logger)
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_logging.py", line 361, in log_at_all_levels
logger.log(lvl, self.next_message())
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/logging/__init__.py", line 1079, in log
self._log(level, msg, args, **kwargs)
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/logging/__init__.py", line 1123, in _log
record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/logging/__init__.py", line 1103, in makeRecord
rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/logging/__init__.py", line 265, in __init__
self.threadName = threading.current_thread().get_name()
AttributeError: '_MainThread' object has no attribute 'get_name'
======================================================================
ERROR: test_logger_filter (test.test_logging.CustomLevelsAndFiltersTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_logging.py", line 367, in test_logger_filter
self.log_at_all_levels(self.root_logger)
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_logging.py", line 361, in log_at_all_levels
logger.log(lvl, self.next_message())
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/logging/__init__.py", line 1079, in log
self._log(level, msg, args, **kwargs)
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/logging/__init__.py", line 1123, in _log
record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/logging/__init__.py", line 1103, in makeRecord
rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/logging/__init__.py", line 265, in __init__
self.threadName = threading.current_thread().get_name()
AttributeError: '_MainThread' object has no attribute 'get_name'
======================================================================
ERROR: test_specific_filters (test.test_logging.CustomLevelsAndFiltersTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_logging.py", line 401, in test_specific_filters
self.log_at_all_levels(self.root_logger)
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_logging.py", line 361, in log_at_all_levels
logger.log(lvl, self.next_message())
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/logging/__init__.py", line 1079, in log
self._log(level, msg, args, **kwargs)
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/logging/__init__.py", line 1123, in _log
record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/logging/__init__.py", line 1103, in makeRecord
rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/logging/__init__.py", line 265, in __init__
self.threadName = threading.current_thread().get_name()
AttributeError: '_MainThread' object has no attribute 'get_name'
======================================================================
ERROR: test_flush (test.test_logging.MemoryHandlerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_logging.py", line 458, in test_flush
self.mem_logger.debug(self.next_message())
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/logging/__init__.py", line 1004, in debug
self._log(DEBUG, msg, args, **kwargs)
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/logging/__init__.py", line 1123, in _log
record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/logging/__init__.py", line 1103, in makeRecord
rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/logging/__init__.py", line 265, in __init__
self.threadName = threading.current_thread().get_name()
AttributeError: '_MainThread' object has no attribute 'get_name'
======================================================================
ERROR: test_config0_ok (test.test_logging.ConfigFileTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_logging.py", line 613, in test_config0_ok
self.assert_log_lines([])
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/contextlib.py", line 34, in __exit__
self.gen.throw(type, value, traceback)
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_support.py", line 563, in captured_output
yield getattr(sys, stream_name)
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_logging.py", line 608, in test_config0_ok
logger.error(self.next_message())
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/logging/__init__.py", line 1042, in error
self._log(ERROR, msg, args, **kwargs)
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/logging/__init__.py", line 1123, in _log
record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/logging/__init__.py", line 1103, in makeRecord
rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/logging/__init__.py", line 265, in __init__
self.threadName = threading.current_thread().get_name()
AttributeError: '_MainThread' object has no attribute 'get_name'
======================================================================
ERROR: test_config1_ok (test.test_logging.ConfigFileTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_logging.py", line 628, in test_config1_ok
self.assert_log_lines([])
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/contextlib.py", line 34, in __exit__
self.gen.throw(type, value, traceback)
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_support.py", line 563, in captured_output
yield getattr(sys, stream_name)
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_logging.py", line 621, in test_config1_ok
logger.info(self.next_message())
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/logging/__init__.py", line 1016, in info
self._log(INFO, msg, args, **kwargs)
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/logging/__init__.py", line 1123, in _log
record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/logging/__init__.py", line 1103, in makeRecord
rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/logging/__init__.py", line 265, in __init__
self.threadName = threading.current_thread().get_name()
AttributeError: '_MainThread' object has no attribute 'get_name'
======================================================================
ERROR: test_config4_ok (test.test_logging.ConfigFileTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_logging.py", line 651, in test_config4_ok
self.assert_log_lines([])
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/contextlib.py", line 34, in __exit__
self.gen.throw(type, value, traceback)
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_support.py", line 563, in captured_output
yield getattr(sys, stream_name)
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_logging.py", line 646, in test_config4_ok
logging.exception("just testing")
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/logging/__init__.py", line 1414, in exception
error(*((msg,)+args), **{'exc_info': 1})
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/logging/__init__.py", line 1407, in error
root.error(*((msg,)+args), **kwargs)
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/logging/__init__.py", line 1042, in error
self._log(ERROR, msg, args, **kwargs)
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/logging/__init__.py", line 1123, in _log
record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/logging/__init__.py", line 1103, in makeRecord
rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/logging/__init__.py", line 265, in __init__
self.threadName = threading.current_thread().get_name()
AttributeError: '_MainThread' object has no attribute 'get_name'
======================================================================
ERROR: test_config5_ok (test.test_logging.ConfigFileTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_logging.py", line 654, in test_config5_ok
self.test_config1_ok(config=self.config5)
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_logging.py", line 628, in test_config1_ok
self.assert_log_lines([])
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/contextlib.py", line 34, in __exit__
self.gen.throw(type, value, traceback)
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_support.py", line 563, in captured_output
yield getattr(sys, stream_name)
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_logging.py", line 621, in test_config1_ok
logger.info(self.next_message())
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/logging/__init__.py", line 1016, in info
self._log(INFO, msg, args, **kwargs)
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/logging/__init__.py", line 1123, in _log
record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/logging/__init__.py", line 1103, in makeRecord
rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/logging/__init__.py", line 265, in __init__
self.threadName = threading.current_thread().get_name()
AttributeError: '_MainThread' object has no attribute 'get_name'
======================================================================
ERROR: test_output (test.test_logging.SocketHandlerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_logging.py", line 761, in test_output
logger.error("spam")
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/logging/__init__.py", line 1042, in error
self._log(ERROR, msg, args, **kwargs)
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/logging/__init__.py", line 1123, in _log
record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/logging/__init__.py", line 1103, in makeRecord
rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/logging/__init__.py", line 265, in __init__
self.threadName = threading.current_thread().get_name()
AttributeError: '_MainThread' object has no attribute 'get_name'
======================================================================
ERROR: test_persistent_loggers (test.test_logging.MemoryTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_logging.py", line 802, in test_persistent_loggers
foo.debug(self.next_message())
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/logging/__init__.py", line 1004, in debug
self._log(DEBUG, msg, args, **kwargs)
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/logging/__init__.py", line 1123, in _log
record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/logging/__init__.py", line 1103, in makeRecord
rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/logging/__init__.py", line 265, in __init__
self.threadName = threading.current_thread().get_name()
AttributeError: '_MainThread' object has no attribute 'get_name'
Traceback (most recent call last):
File "./Lib/test/regrtest.py", line 549, in runtest_inner
the_package = __import__(abstest, globals(), locals(), [])
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_multiprocessing.py", line 21, in <module>
import multiprocessing.dummy
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/multiprocessing/dummy/__init__.py", line 35, in <module>
class DummyProcess(threading.Thread):
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/multiprocessing/dummy/__init__.py", line 57, in DummyProcess
get_name = threading.Thread.get_name.im_func
AttributeError: type object 'Thread' has no attribute 'get_name'
======================================================================
ERROR: test_ForkingTCPServer (test.test_socketserver.SocketServerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_socketserver.py", line 189, in test_ForkingTCPServer
self.stream_examine)
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/contextlib.py", line 34, in __exit__
self.gen.throw(type, value, traceback)
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_socketserver.py", line 58, in simple_subprocess
yield None
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_socketserver.py", line 189, in test_ForkingTCPServer
self.stream_examine)
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_socketserver.py", line 142, in run_server
t.set_daemon(True) # In case this function raises.
AttributeError: 'Thread' object has no attribute 'set_daemon'
======================================================================
ERROR: test_ForkingUDPServer (test.test_socketserver.SocketServerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_socketserver.py", line 224, in test_ForkingUDPServer
self.dgram_examine)
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/contextlib.py", line 34, in __exit__
self.gen.throw(type, value, traceback)
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_socketserver.py", line 58, in simple_subprocess
yield None
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_socketserver.py", line 224, in test_ForkingUDPServer
self.dgram_examine)
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_socketserver.py", line 142, in run_server
t.set_daemon(True) # In case this function raises.
AttributeError: 'Thread' object has no attribute 'set_daemon'
======================================================================
ERROR: test_ForkingUnixStreamServer (test.test_socketserver.SocketServerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_socketserver.py", line 207, in test_ForkingUnixStreamServer
self.stream_examine)
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/contextlib.py", line 34, in __exit__
self.gen.throw(type, value, traceback)
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_socketserver.py", line 58, in simple_subprocess
yield None
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_socketserver.py", line 207, in test_ForkingUnixStreamServer
self.stream_examine)
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_socketserver.py", line 142, in run_server
t.set_daemon(True) # In case this function raises.
AttributeError: 'Thread' object has no attribute 'set_daemon'
======================================================================
ERROR: test_TCPServer (test.test_socketserver.SocketServerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_socketserver.py", line 177, in test_TCPServer
self.stream_examine)
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_socketserver.py", line 142, in run_server
t.set_daemon(True) # In case this function raises.
AttributeError: 'Thread' object has no attribute 'set_daemon'
======================================================================
ERROR: test_ThreadingTCPServer (test.test_socketserver.SocketServerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_socketserver.py", line 182, in test_ThreadingTCPServer
self.stream_examine)
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_socketserver.py", line 142, in run_server
t.set_daemon(True) # In case this function raises.
AttributeError: 'Thread' object has no attribute 'set_daemon'
======================================================================
ERROR: test_ThreadingUDPServer (test.test_socketserver.SocketServerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_socketserver.py", line 217, in test_ThreadingUDPServer
self.dgram_examine)
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_socketserver.py", line 142, in run_server
t.set_daemon(True) # In case this function raises.
AttributeError: 'Thread' object has no attribute 'set_daemon'
======================================================================
ERROR: test_ThreadingUnixStreamServer (test.test_socketserver.SocketServerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_socketserver.py", line 200, in test_ThreadingUnixStreamServer
self.stream_examine)
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_socketserver.py", line 142, in run_server
t.set_daemon(True) # In case this function raises.
AttributeError: 'Thread' object has no attribute 'set_daemon'
======================================================================
ERROR: test_UDPServer (test.test_socketserver.SocketServerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_socketserver.py", line 212, in test_UDPServer
self.dgram_examine)
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_socketserver.py", line 142, in run_server
t.set_daemon(True) # In case this function raises.
AttributeError: 'Thread' object has no attribute 'set_daemon'
======================================================================
ERROR: test_UnixStreamServer (test.test_socketserver.SocketServerTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_socketserver.py", line 195, in test_UnixStreamServer
self.stream_examine)
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_socketserver.py", line 142, in run_server
t.set_daemon(True) # In case this function raises.
AttributeError: 'Thread' object has no attribute 'set_daemon'
======================================================================
ERROR: testAsyncoreServer (test.test_ssl.ThreadedTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_ssl.py", line 996, in testAsyncoreServer
server = AsyncoreEchoServer(CERTFILE)
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_ssl.py", line 426, in __init__
self.setDaemon(True)
AttributeError: 'AsyncoreEchoServer' object has no attribute 'setDaemon'
======================================================================
ERROR: testEcho (test.test_ssl.ThreadedTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_ssl.py", line 753, in testEcho
chatty=True, connectionchatty=True)
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_ssl.py", line 630, in serverParamsTest
wrap_accepting_socket=wrap_accepting_socket)
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_ssl.py", line 341, in __init__
self.setDaemon(False)
AttributeError: 'ThreadedEchoServer' object has no attribute 'setDaemon'
======================================================================
ERROR: testMalformedCert (test.test_ssl.ThreadedTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_ssl.py", line 815, in testMalformedCert
"badcert.pem"))
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_ssl.py", line 594, in badCertTest
cacerts=CERTFILE, chatty=False)
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_ssl.py", line 341, in __init__
self.setDaemon(False)
AttributeError: 'ThreadedEchoServer' object has no attribute 'setDaemon'
======================================================================
ERROR: testMalformedKey (test.test_ssl.ThreadedTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_ssl.py", line 821, in testMalformedKey
"badkey.pem"))
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_ssl.py", line 594, in badCertTest
cacerts=CERTFILE, chatty=False)
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_ssl.py", line 341, in __init__
self.setDaemon(False)
AttributeError: 'ThreadedEchoServer' object has no attribute 'setDaemon'
======================================================================
ERROR: testNULLcert (test.test_ssl.ThreadedTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_ssl.py", line 812, in testNULLcert
"nullcert.pem"))
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_ssl.py", line 594, in badCertTest
cacerts=CERTFILE, chatty=False)
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_ssl.py", line 341, in __init__
self.setDaemon(False)
AttributeError: 'ThreadedEchoServer' object has no attribute 'setDaemon'
======================================================================
ERROR: testProtocolSSL2 (test.test_ssl.ThreadedTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_ssl.py", line 826, in testProtocolSSL2
tryProtocolCombo(ssl.PROTOCOL_SSLv2, ssl.PROTOCOL_SSLv2, True)
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_ssl.py", line 696, in tryProtocolCombo
CERTFILE, CERTFILE, client_protocol, chatty=False)
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_ssl.py", line 630, in serverParamsTest
wrap_accepting_socket=wrap_accepting_socket)
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_ssl.py", line 341, in __init__
self.setDaemon(False)
AttributeError: 'ThreadedEchoServer' object has no attribute 'setDaemon'
======================================================================
ERROR: testProtocolSSL23 (test.test_ssl.ThreadedTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_ssl.py", line 837, in testProtocolSSL23
tryProtocolCombo(ssl.PROTOCOL_SSLv23, ssl.PROTOCOL_SSLv2, True)
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_ssl.py", line 696, in tryProtocolCombo
CERTFILE, CERTFILE, client_protocol, chatty=False)
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_ssl.py", line 630, in serverParamsTest
wrap_accepting_socket=wrap_accepting_socket)
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_ssl.py", line 341, in __init__
self.setDaemon(False)
AttributeError: 'ThreadedEchoServer' object has no attribute 'setDaemon'
======================================================================
ERROR: testProtocolSSL3 (test.test_ssl.ThreadedTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_ssl.py", line 859, in testProtocolSSL3
tryProtocolCombo(ssl.PROTOCOL_SSLv3, ssl.PROTOCOL_SSLv3, True)
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_ssl.py", line 696, in tryProtocolCombo
CERTFILE, CERTFILE, client_protocol, chatty=False)
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_ssl.py", line 630, in serverParamsTest
wrap_accepting_socket=wrap_accepting_socket)
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_ssl.py", line 341, in __init__
self.setDaemon(False)
AttributeError: 'ThreadedEchoServer' object has no attribute 'setDaemon'
======================================================================
ERROR: testProtocolTLS1 (test.test_ssl.ThreadedTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_ssl.py", line 869, in testProtocolTLS1
tryProtocolCombo(ssl.PROTOCOL_TLSv1, ssl.PROTOCOL_TLSv1, True)
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_ssl.py", line 696, in tryProtocolCombo
CERTFILE, CERTFILE, client_protocol, chatty=False)
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_ssl.py", line 630, in serverParamsTest
wrap_accepting_socket=wrap_accepting_socket)
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_ssl.py", line 341, in __init__
self.setDaemon(False)
AttributeError: 'ThreadedEchoServer' object has no attribute 'setDaemon'
======================================================================
ERROR: testReadCert (test.test_ssl.ThreadedTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_ssl.py", line 764, in testReadCert
chatty=False)
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_ssl.py", line 341, in __init__
self.setDaemon(False)
AttributeError: 'ThreadedEchoServer' object has no attribute 'setDaemon'
======================================================================
ERROR: testSTARTTLS (test.test_ssl.ThreadedTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_ssl.py", line 884, in testSTARTTLS
connectionchatty=True)
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_ssl.py", line 341, in __init__
self.setDaemon(False)
AttributeError: 'ThreadedEchoServer' object has no attribute 'setDaemon'
======================================================================
ERROR: testSocketServer (test.test_ssl.ThreadedTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_ssl.py", line 944, in testSocketServer
server = SocketServerHTTPSServer(CERTFILE)
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_ssl.py", line 570, in __init__
self.setDaemon(True)
AttributeError: 'SocketServerHTTPSServer' object has no attribute 'setDaemon'
======================================================================
ERROR: testWrappedAccept (test.test_ssl.ThreadedTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_ssl.py", line 987, in testWrappedAccept
wrap_accepting_socket=True)
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_ssl.py", line 630, in serverParamsTest
wrap_accepting_socket=wrap_accepting_socket)
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_ssl.py", line 341, in __init__
self.setDaemon(False)
AttributeError: 'ThreadedEchoServer' object has no attribute 'setDaemon'
======================================================================
ERROR: testWrongCert (test.test_ssl.ThreadedTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_ssl.py", line 818, in testWrongCert
"wrongcert.pem"))
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_ssl.py", line 594, in badCertTest
cacerts=CERTFILE, chatty=False)
File "/home/pybot/buildarea/trunk.klose-ubuntu-i386/build/Lib/test/test_ssl.py", line 341, in __init__
self.setDaemon(False)
AttributeError: 'ThreadedEchoServer' object has no attribute 'setDaemon'
make: *** [buildbottest] Error 1
sincerely,
-The Buildbot
More information about the Python-checkins
mailing list