[Python-checkins] buildbot failure in x86 osx.5 trunk

buildbot at python.org buildbot at python.org
Mon Aug 18 20:24:00 CEST 2008


The Buildbot has detected a new failure of x86 osx.5 trunk.
Full details are available at:
 http://www.python.org/dev/buildbot/all/x86%20osx.5%20trunk/builds/143

Buildbot URL: http://www.python.org/dev/buildbot/all/

Buildslave for this Build: heller-x86-osx5

Build Reason: 
Build Source Stamp: [branch trunk] HEAD
Blamelist: benjamin.peterson

BUILD FAILED: failed test

Excerpt from the test logfile:
4 tests failed:
    test_logging test_multiprocessing test_socketserver test_ssl

======================================================================
ERROR: test_flat (test.test_logging.BuiltinLevelsTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/test/test_logging.py", line 145, in test_flat
    ERR.log(logging.CRITICAL, m())
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/logging/__init__.py", line 1079, in log
    self._log(level, msg, args, **kwargs)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/logging/__init__.py", line 1123, in _log
    record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/logging/__init__.py", line 1103, in makeRecord
    rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/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 "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/test/test_logging.py", line 190, in test_nested_explicit
    INF_ERR.log(logging.CRITICAL, m())
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/logging/__init__.py", line 1079, in log
    self._log(level, msg, args, **kwargs)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/logging/__init__.py", line 1123, in _log
    record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/logging/__init__.py", line 1103, in makeRecord
    rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/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 "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/test/test_logging.py", line 216, in test_nested_inherited
    INF_UNDEF.log(logging.CRITICAL, m())
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/logging/__init__.py", line 1079, in log
    self._log(level, msg, args, **kwargs)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/logging/__init__.py", line 1123, in _log
    record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/logging/__init__.py", line 1103, in makeRecord
    rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/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 "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/test/test_logging.py", line 248, in test_nested_with_virtual_parent
    GRANDCHILD.log(logging.FATAL, m())
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/logging/__init__.py", line 1079, in log
    self._log(level, msg, args, **kwargs)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/logging/__init__.py", line 1123, in _log
    record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/logging/__init__.py", line 1103, in makeRecord
    rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/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 "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/test/test_logging.py", line 281, in test_filter
    spam.info(self.next_message())
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/logging/__init__.py", line 1016, in info
    self._log(INFO, msg, args, **kwargs)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/logging/__init__.py", line 1123, in _log
    record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/logging/__init__.py", line 1103, in makeRecord
    rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/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 "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/test/test_logging.py", line 382, in test_handler_filter
    self.log_at_all_levels(self.root_logger)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/test/test_logging.py", line 361, in log_at_all_levels
    logger.log(lvl, self.next_message())
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/logging/__init__.py", line 1079, in log
    self._log(level, msg, args, **kwargs)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/logging/__init__.py", line 1123, in _log
    record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/logging/__init__.py", line 1103, in makeRecord
    rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/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 "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/test/test_logging.py", line 367, in test_logger_filter
    self.log_at_all_levels(self.root_logger)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/test/test_logging.py", line 361, in log_at_all_levels
    logger.log(lvl, self.next_message())
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/logging/__init__.py", line 1079, in log
    self._log(level, msg, args, **kwargs)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/logging/__init__.py", line 1123, in _log
    record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)


======================================================================
ERROR: test_specific_filters (test.test_logging.CustomLevelsAndFiltersTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/test/test_logging.py", line 401, in test_specific_filters
    self.log_at_all_levels(self.root_logger)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/test/test_logging.py", line 361, in log_at_all_levels
    logger.log(lvl, self.next_message())
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/logging/__init__.py", line 1079, in log
    self._log(level, msg, args, **kwargs)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/logging/__init__.py", line 1123, in _log
    record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/logging/__init__.py", line 1103, in makeRecord
    rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/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 "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/test/test_logging.py", line 458, in test_flush
    self.mem_logger.debug(self.next_message())
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/logging/__init__.py", line 1004, in debug
    self._log(DEBUG, msg, args, **kwargs)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/logging/__init__.py", line 1123, in _log
    record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/logging/__init__.py", line 1103, in makeRecord
    rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/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 "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/test/test_logging.py", line 613, in test_config0_ok
    self.assert_log_lines([])
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/contextlib.py", line 34, in __exit__
    self.gen.throw(type, value, traceback)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/test/test_support.py", line 563, in captured_output
    yield getattr(sys, stream_name)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/test/test_logging.py", line 608, in test_config0_ok
    logger.error(self.next_message())
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/logging/__init__.py", line 1042, in error
    self._log(ERROR, msg, args, **kwargs)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/logging/__init__.py", line 1123, in _log
    record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/logging/__init__.py", line 1103, in makeRecord
    rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/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 "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/test/test_logging.py", line 628, in test_config1_ok
    self.assert_log_lines([])
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/contextlib.py", line 34, in __exit__
    self.gen.throw(type, value, traceback)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/test/test_support.py", line 563, in captured_output
    yield getattr(sys, stream_name)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/test/test_logging.py", line 621, in test_config1_ok
    logger.info(self.next_message())
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/logging/__init__.py", line 1016, in info
    self._log(INFO, msg, args, **kwargs)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/logging/__init__.py", line 1123, in _log
    record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/logging/__init__.py", line 1103, in makeRecord
    rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/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 "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/test/test_logging.py", line 651, in test_config4_ok
    self.assert_log_lines([])
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/contextlib.py", line 34, in __exit__
    self.gen.throw(type, value, traceback)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/test/test_support.py", line 563, in captured_output
    yield getattr(sys, stream_name)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/test/test_logging.py", line 646, in test_config4_ok
    logging.exception("just testing")
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/logging/__init__.py", line 1414, in exception
    error(*((msg,)+args), **{'exc_info': 1})
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/logging/__init__.py", line 1407, in error
    root.error(*((msg,)+args), **kwargs)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/logging/__init__.py", line 1042, in error
    self._log(ERROR, msg, args, **kwargs)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/logging/__init__.py", line 1123, in _log
    record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/logging/__init__.py", line 1103, in makeRecord
    rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/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 "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/test/test_logging.py", line 654, in test_config5_ok
    self.test_config1_ok(config=self.config5)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/test/test_logging.py", line 628, in test_config1_ok
    self.assert_log_lines([])
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/contextlib.py", line 34, in __exit__
    self.gen.throw(type, value, traceback)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/test/test_support.py", line 563, in captured_output
    yield getattr(sys, stream_name)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/test/test_logging.py", line 621, in test_config1_ok
    logger.info(self.next_message())
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/logging/__init__.py", line 1016, in info
    self._log(INFO, msg, args, **kwargs)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/logging/__init__.py", line 1123, in _log
    record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/logging/__init__.py", line 1103, in makeRecord
    rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/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 "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/test/test_logging.py", line 761, in test_output
    logger.error("spam")
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/logging/__init__.py", line 1042, in error
    self._log(ERROR, msg, args, **kwargs)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/logging/__init__.py", line 1123, in _log
    record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/logging/__init__.py", line 1103, in makeRecord
    rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/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 "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/test/test_logging.py", line 802, in test_persistent_loggers
    foo.debug(self.next_message())
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/logging/__init__.py", line 1004, in debug
    self._log(DEBUG, msg, args, **kwargs)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/logging/__init__.py", line 1123, in _log
    record = self.makeRecord(self.name, level, fn, lno, msg, args, exc_info, func, extra)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/logging/__init__.py", line 1103, in makeRecord
    rv = LogRecord(name, level, fn, lno, msg, args, exc_info, func)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/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 "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/test/test_multiprocessing.py", line 21, in <module>
    import multiprocessing.dummy
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/multiprocessing/dummy/__init__.py", line 35, in <module>
    class DummyProcess(threading.Thread):
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/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 "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/test/test_socketserver.py", line 189, in test_ForkingTCPServer
    self.stream_examine)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/contextlib.py", line 34, in __exit__
    self.gen.throw(type, value, traceback)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/test/test_socketserver.py", line 58, in simple_subprocess
    yield None
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/test/test_socketserver.py", line 189, in test_ForkingTCPServer
    self.stream_examine)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/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 "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/test/test_socketserver.py", line 224, in test_ForkingUDPServer
    self.dgram_examine)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/contextlib.py", line 34, in __exit__
    self.gen.throw(type, value, traceback)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/test/test_socketserver.py", line 58, in simple_subprocess
    yield None
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/test/test_socketserver.py", line 224, in test_ForkingUDPServer
    self.dgram_examine)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/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 "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/test/test_socketserver.py", line 207, in test_ForkingUnixStreamServer
    self.stream_examine)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/contextlib.py", line 34, in __exit__
    self.gen.throw(type, value, traceback)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/test/test_socketserver.py", line 58, in simple_subprocess
    yield None
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/test/test_socketserver.py", line 207, in test_ForkingUnixStreamServer
    self.stream_examine)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/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 "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/test/test_socketserver.py", line 177, in test_TCPServer
    self.stream_examine)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/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 "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/test/test_socketserver.py", line 182, in test_ThreadingTCPServer
    self.stream_examine)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/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 "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/test/test_socketserver.py", line 217, in test_ThreadingUDPServer
    self.dgram_examine)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/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 "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/test/test_socketserver.py", line 200, in test_ThreadingUnixStreamServer
    self.stream_examine)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/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 "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/test/test_socketserver.py", line 212, in test_UDPServer
    self.dgram_examine)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/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 "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/test/test_socketserver.py", line 195, in test_UnixStreamServer
    self.stream_examine)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/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 "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/test/test_ssl.py", line 996, in testAsyncoreServer
    server = AsyncoreEchoServer(CERTFILE)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/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 "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/test/test_ssl.py", line 753, in testEcho
    chatty=True, connectionchatty=True)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/test/test_ssl.py", line 630, in serverParamsTest
    wrap_accepting_socket=wrap_accepting_socket)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/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 "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/test/test_ssl.py", line 815, in testMalformedCert
    "badcert.pem"))
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/test/test_ssl.py", line 594, in badCertTest
    cacerts=CERTFILE, chatty=False)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/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 "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/test/test_ssl.py", line 821, in testMalformedKey
    "badkey.pem"))
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/test/test_ssl.py", line 594, in badCertTest
    cacerts=CERTFILE, chatty=False)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/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 "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/test/test_ssl.py", line 812, in testNULLcert
    "nullcert.pem"))
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/test/test_ssl.py", line 594, in badCertTest
    cacerts=CERTFILE, chatty=False)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/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 "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/test/test_ssl.py", line 826, in testProtocolSSL2
    tryProtocolCombo(ssl.PROTOCOL_SSLv2, ssl.PROTOCOL_SSLv2, True)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/test/test_ssl.py", line 696, in tryProtocolCombo
    CERTFILE, CERTFILE, client_protocol, chatty=False)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/test/test_ssl.py", line 630, in serverParamsTest
    wrap_accepting_socket=wrap_accepting_socket)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/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 "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/test/test_ssl.py", line 837, in testProtocolSSL23
    tryProtocolCombo(ssl.PROTOCOL_SSLv23, ssl.PROTOCOL_SSLv2, True)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/test/test_ssl.py", line 696, in tryProtocolCombo
    CERTFILE, CERTFILE, client_protocol, chatty=False)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/test/test_ssl.py", line 630, in serverParamsTest
    wrap_accepting_socket=wrap_accepting_socket)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/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 "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/test/test_ssl.py", line 859, in testProtocolSSL3
    tryProtocolCombo(ssl.PROTOCOL_SSLv3, ssl.PROTOCOL_SSLv3, True)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/test/test_ssl.py", line 696, in tryProtocolCombo
    CERTFILE, CERTFILE, client_protocol, chatty=False)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/test/test_ssl.py", line 630, in serverParamsTest
    wrap_accepting_socket=wrap_accepting_socket)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/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 "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/test/test_ssl.py", line 869, in testProtocolTLS1
    tryProtocolCombo(ssl.PROTOCOL_TLSv1, ssl.PROTOCOL_TLSv1, True)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/test/test_ssl.py", line 696, in tryProtocolCombo
    CERTFILE, CERTFILE, client_protocol, chatty=False)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/test/test_ssl.py", line 630, in serverParamsTest
    wrap_accepting_socket=wrap_accepting_socket)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/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 "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/test/test_ssl.py", line 764, in testReadCert
    chatty=False)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/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 "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/test/test_ssl.py", line 884, in testSTARTTLS
    connectionchatty=True)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/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 "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/test/test_ssl.py", line 944, in testSocketServer
    server = SocketServerHTTPSServer(CERTFILE)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/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 "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/test/test_ssl.py", line 987, in testWrappedAccept
    wrap_accepting_socket=True)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/test/test_ssl.py", line 630, in serverParamsTest
    wrap_accepting_socket=wrap_accepting_socket)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/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 "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/test/test_ssl.py", line 818, in testWrongCert
    "wrongcert.pem"))
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/build/Lib/test/test_ssl.py", line 594, in badCertTest
    cacerts=CERTFILE, chatty=False)
  File "/Users/buildbot/buildarea/trunk.heller-x86-osx5/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