/boot/common/lib/python2.6/test> python test_socket.py testCrucialConstants (__main__.GeneralModuleTests) ... ERROR testDefaultTimeout (__main__.GeneralModuleTests) ... ok testGetServBy (__main__.GeneralModuleTests) ... ok testGetSockOpt (__main__.GeneralModuleTests) ... ok testHostnameRes (__main__.GeneralModuleTests) ... ok testIPv4toString (__main__.GeneralModuleTests) ... ok testIPv6toString (__main__.GeneralModuleTests) ... ok testInterpreterCrash (__main__.GeneralModuleTests) ... ok testNewAttributes (__main__.GeneralModuleTests) ... ok testNtoH (__main__.GeneralModuleTests) ... ok testNtoHErrors (__main__.GeneralModuleTests) ... ok testRefCountGetNameInfo (__main__.GeneralModuleTests) ... ok testSendAfterClose (__main__.GeneralModuleTests) ... ok testSetSockOpt (__main__.GeneralModuleTests) ... ok testSockName (__main__.GeneralModuleTests) ... ERROR testSocketError (__main__.GeneralModuleTests) ... ok testStringToIPv4 (__main__.GeneralModuleTests) ... ok testStringToIPv6 (__main__.GeneralModuleTests) ... ok test_sock_ioctl (__main__.GeneralModuleTests) ... ok test_weakref (__main__.GeneralModuleTests) ... ok testFromFd (__main__.BasicTCPTest) ... ok testOverFlowRecv (__main__.BasicTCPTest) ... ok testOverFlowRecvFrom (__main__.BasicTCPTest) ... ok testRecv (__main__.BasicTCPTest) ... ok testRecvFrom (__main__.BasicTCPTest) ... ok testSendAll (__main__.BasicTCPTest) ... ok testShutdown (__main__.BasicTCPTest) ... ok testClose (__main__.TCPCloserTest) ... ok testInterruptedTimeout (__main__.TCPTimeoutTest) ... ok testTCPTimeout (__main__.TCPTimeoutTest) ... ok testTimeoutZero (__main__.TCPTimeoutTest) ... ok testExceptionTree (__main__.TestExceptions) ... ok testRecvFromInto (__main__.BufferIOTest) ... ok testRecvInto (__main__.BufferIOTest) ... ok testFromFd (__main__.BasicTCPTest2) ... ok testOverFlowRecv (__main__.BasicTCPTest2) ... ok testOverFlowRecvFrom (__main__.BasicTCPTest2) ... ok testRecv (__main__.BasicTCPTest2) ... ok testRecvFrom (__main__.BasicTCPTest2) ... ok testSendAll (__main__.BasicTCPTest2) ... ok testShutdown (__main__.BasicTCPTest2) ... ok testRecvFrom (__main__.BasicUDPTest) ... ok testRecvFromNegative (__main__.BasicUDPTest) ... ok testSendtoAndRecv (__main__.BasicUDPTest) ... sem_init: No space left on device ERROR testTimeoutZero (__main__.UDPTimeoutTest) ... ok testUDPTimeout (__main__.UDPTimeoutTest) ... ok testAccept (__main__.NonBlockingTCPTests) ... sem_init: No space left on device ERROR testConnect (__main__.NonBlockingTCPTests) ... sem_init: No space left on device ERROR testRecv (__main__.NonBlockingTCPTests) ... sem_init: No space left on device ERROR testSetBlocking (__main__.NonBlockingTCPTests) ... sem_init: No space left on device ERROR testClosedAttr (__main__.FileObjectClassTestCase) ... sem_init: No space left on device ERROR testFullRead (__main__.FileObjectClassTestCase) ... sem_init: No space left on device ERROR testReadline (__main__.FileObjectClassTestCase) ... sem_init: No space left on device ERROR testReadlineAfterRead (__main__.FileObjectClassTestCase) ... sem_init: No space left on device ERROR testReadlineAfterReadNoNewline (__main__.FileObjectClassTestCase) ... sem_init: No space left on device ERROR testSmallRead (__main__.FileObjectClassTestCase) ... sem_init: No space left on device ERROR testUnbufferedRead (__main__.FileObjectClassTestCase) ... sem_init: No space left on device ERROR testClosedAttr (__main__.UnbufferedFileObjectClassTestCase) ... sem_init: No space left on device ERROR testFullRead (__main__.UnbufferedFileObjectClassTestCase) ... sem_init: No space left on device ERROR testReadline (__main__.UnbufferedFileObjectClassTestCase) ... sem_init: No space left on device ERROR testReadlineAfterRead (__main__.UnbufferedFileObjectClassTestCase) ... sem_init: No space left on device ERROR testReadlineAfterReadNoNewline (__main__.UnbufferedFileObjectClassTestCase) ... sem_init: No space left on device ERROR testSmallRead (__main__.UnbufferedFileObjectClassTestCase) ... sem_init: No space left on device ERROR testUnbufferedRead (__main__.UnbufferedFileObjectClassTestCase) ... sem_init: No space left on device ERROR testUnbufferedReadline (__main__.UnbufferedFileObjectClassTestCase) ... sem_init: No space left on device ERROR testClosedAttr (__main__.LineBufferedFileObjectClassTestCase) ... sem_init: No space left on device ERROR testFullRead (__main__.LineBufferedFileObjectClassTestCase) ... sem_init: No space left on device ERROR testReadline (__main__.LineBufferedFileObjectClassTestCase) ... sem_init: No space left on device ERROR testReadlineAfterRead (__main__.LineBufferedFileObjectClassTestCase) ... sem_init: No space left on device ERROR testReadlineAfterReadNoNewline (__main__.LineBufferedFileObjectClassTestCase) ... sem_init: No space left on device ERROR testSmallRead (__main__.LineBufferedFileObjectClassTestCase) ... sem_init: No space left on device ERROR testUnbufferedRead (__main__.LineBufferedFileObjectClassTestCase) ... sem_init: No space left on device ERROR testClosedAttr (__main__.SmallBufferedFileObjectClassTestCase) ... sem_init: No space left on device ERROR testFullRead (__main__.SmallBufferedFileObjectClassTestCase) ... sem_init: No space left on device ERROR testReadline (__main__.SmallBufferedFileObjectClassTestCase) ... sem_init: No space left on device ERROR testReadlineAfterRead (__main__.SmallBufferedFileObjectClassTestCase) ... sem_init: No space left on device ERROR testReadlineAfterReadNoNewline (__main__.SmallBufferedFileObjectClassTestCase) ... sem_init: No space left on device ERROR testSmallRead (__main__.SmallBufferedFileObjectClassTestCase) ... sem_init: No space left on device ERROR testUnbufferedRead (__main__.SmallBufferedFileObjectClassTestCase) ... sem_init: No space left on device ERROR testClose (__main__.Urllib2FileobjectTest) ... ok testWithoutServer (__main__.NetworkConnectionNoServer) ... ok testFamily (__main__.NetworkConnectionAttributesTest) ... sem_init: No space left on device ERROR testTimeoutDefault (__main__.NetworkConnectionAttributesTest) ... sem_init: No space left on device ERROR testTimeoutNone (__main__.NetworkConnectionAttributesTest) ... sem_init: No space left on device ERROR testTimeoutValueNamed (__main__.NetworkConnectionAttributesTest) ... sem_init: No space left on device ERROR testTimeoutValueNonamed (__main__.NetworkConnectionAttributesTest) ... sem_init: No space left on device ERROR testInsideTimeout (__main__.NetworkConnectionBehaviourTest) ... sem_init: No space left on device ERROR testOutsideTimeout (__main__.NetworkConnectionBehaviourTest) ... sem_init: No space left on device ERROR testRecv (__main__.BasicSocketPairTest) ... sem_init: No space left on device ERROR testSend (__main__.BasicSocketPairTest) ... sem_init: No space left on device ERROR ====================================================================== ERROR: testCrucialConstants (__main__.GeneralModuleTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "test_socket.py", line 253, in testCrucialConstants socket.SOCK_RDM AttributeError: 'module' object has no attribute 'SOCK_RDM' ====================================================================== ERROR: testSockName (__main__.GeneralModuleTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "test_socket.py", line 474, in testSockName my_ip_addr = socket.gethostbyname(socket.gethostname()) gaierror: [Errno 7] no address associated with hostname. ====================================================================== ERROR: testSendtoAndRecv (__main__.BasicUDPTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "test_socket.py", line 112, in _setUp self.client_ready.wait() File "/boot/common/lib/python2.6/threading.py", line 393, in wait self.__cond.wait(timeout) File "/boot/common/lib/python2.6/threading.py", line 231, in wait waiter = _allocate_lock() error: can't allocate lock ====================================================================== ERROR: testAccept (__main__.NonBlockingTCPTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "test_socket.py", line 97, in _setUp self.client_ready = threading.Event() File "/boot/common/lib/python2.6/threading.py", line 358, in Event return _Event(*args, **kwargs) File "/boot/common/lib/python2.6/threading.py", line 366, in __init__ self.__cond = Condition(Lock()) error: can't allocate lock ====================================================================== ERROR: testConnect (__main__.NonBlockingTCPTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "test_socket.py", line 96, in _setUp self.server_ready = threading.Event() File "/boot/common/lib/python2.6/threading.py", line 358, in Event return _Event(*args, **kwargs) File "/boot/common/lib/python2.6/threading.py", line 366, in __init__ self.__cond = Condition(Lock()) error: can't allocate lock ====================================================================== ERROR: testRecv (__main__.NonBlockingTCPTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "test_socket.py", line 96, in _setUp self.server_ready = threading.Event() File "/boot/common/lib/python2.6/threading.py", line 358, in Event return _Event(*args, **kwargs) File "/boot/common/lib/python2.6/threading.py", line 366, in __init__ self.__cond = Condition(Lock()) error: can't allocate lock ====================================================================== ERROR: testSetBlocking (__main__.NonBlockingTCPTests) ---------------------------------------------------------------------- Traceback (most recent call last): File "test_socket.py", line 96, in _setUp self.server_ready = threading.Event() File "/boot/common/lib/python2.6/threading.py", line 358, in Event return _Event(*args, **kwargs) File "/boot/common/lib/python2.6/threading.py", line 366, in __init__ self.__cond = Condition(Lock()) error: can't allocate lock ====================================================================== ERROR: testClosedAttr (__main__.FileObjectClassTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "test_socket.py", line 96, in _setUp self.server_ready = threading.Event() File "/boot/common/lib/python2.6/threading.py", line 358, in Event return _Event(*args, **kwargs) File "/boot/common/lib/python2.6/threading.py", line 366, in __init__ self.__cond = Condition(Lock()) error: can't allocate lock ====================================================================== ERROR: testFullRead (__main__.FileObjectClassTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "test_socket.py", line 96, in _setUp self.server_ready = threading.Event() File "/boot/common/lib/python2.6/threading.py", line 358, in Event return _Event(*args, **kwargs) File "/boot/common/lib/python2.6/threading.py", line 366, in __init__ self.__cond = Condition(Lock()) error: can't allocate lock ====================================================================== ERROR: testReadline (__main__.FileObjectClassTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "test_socket.py", line 96, in _setUp self.server_ready = threading.Event() File "/boot/common/lib/python2.6/threading.py", line 358, in Event return _Event(*args, **kwargs) File "/boot/common/lib/python2.6/threading.py", line 366, in __init__ self.__cond = Condition(Lock()) error: can't allocate lock ====================================================================== ERROR: testReadlineAfterRead (__main__.FileObjectClassTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "test_socket.py", line 96, in _setUp self.server_ready = threading.Event() File "/boot/common/lib/python2.6/threading.py", line 358, in Event return _Event(*args, **kwargs) File "/boot/common/lib/python2.6/threading.py", line 366, in __init__ self.__cond = Condition(Lock()) error: can't allocate lock ====================================================================== ERROR: testReadlineAfterReadNoNewline (__main__.FileObjectClassTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "test_socket.py", line 96, in _setUp self.server_ready = threading.Event() File "/boot/common/lib/python2.6/threading.py", line 358, in Event return _Event(*args, **kwargs) File "/boot/common/lib/python2.6/threading.py", line 366, in __init__ self.__cond = Condition(Lock()) error: can't allocate lock ====================================================================== ERROR: testSmallRead (__main__.FileObjectClassTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "test_socket.py", line 96, in _setUp self.server_ready = threading.Event() File "/boot/common/lib/python2.6/threading.py", line 358, in Event return _Event(*args, **kwargs) File "/boot/common/lib/python2.6/threading.py", line 366, in __init__ self.__cond = Condition(Lock()) error: can't allocate lock ====================================================================== ERROR: testUnbufferedRead (__main__.FileObjectClassTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "test_socket.py", line 96, in _setUp self.server_ready = threading.Event() File "/boot/common/lib/python2.6/threading.py", line 358, in Event return _Event(*args, **kwargs) File "/boot/common/lib/python2.6/threading.py", line 366, in __init__ self.__cond = Condition(Lock()) error: can't allocate lock ====================================================================== ERROR: testClosedAttr (__main__.UnbufferedFileObjectClassTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "test_socket.py", line 96, in _setUp self.server_ready = threading.Event() File "/boot/common/lib/python2.6/threading.py", line 358, in Event return _Event(*args, **kwargs) File "/boot/common/lib/python2.6/threading.py", line 366, in __init__ self.__cond = Condition(Lock()) error: can't allocate lock ====================================================================== ERROR: testFullRead (__main__.UnbufferedFileObjectClassTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "test_socket.py", line 96, in _setUp self.server_ready = threading.Event() File "/boot/common/lib/python2.6/threading.py", line 358, in Event return _Event(*args, **kwargs) File "/boot/common/lib/python2.6/threading.py", line 366, in __init__ self.__cond = Condition(Lock()) error: can't allocate lock ====================================================================== ERROR: testReadline (__main__.UnbufferedFileObjectClassTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "test_socket.py", line 96, in _setUp self.server_ready = threading.Event() File "/boot/common/lib/python2.6/threading.py", line 358, in Event return _Event(*args, **kwargs) File "/boot/common/lib/python2.6/threading.py", line 366, in __init__ self.__cond = Condition(Lock()) error: can't allocate lock ====================================================================== ERROR: testReadlineAfterRead (__main__.UnbufferedFileObjectClassTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "test_socket.py", line 96, in _setUp self.server_ready = threading.Event() File "/boot/common/lib/python2.6/threading.py", line 358, in Event return _Event(*args, **kwargs) File "/boot/common/lib/python2.6/threading.py", line 366, in __init__ self.__cond = Condition(Lock()) error: can't allocate lock ====================================================================== ERROR: testReadlineAfterReadNoNewline (__main__.UnbufferedFileObjectClassTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "test_socket.py", line 96, in _setUp self.server_ready = threading.Event() File "/boot/common/lib/python2.6/threading.py", line 358, in Event return _Event(*args, **kwargs) File "/boot/common/lib/python2.6/threading.py", line 366, in __init__ self.__cond = Condition(Lock()) error: can't allocate lock ====================================================================== ERROR: testSmallRead (__main__.UnbufferedFileObjectClassTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "test_socket.py", line 96, in _setUp self.server_ready = threading.Event() File "/boot/common/lib/python2.6/threading.py", line 358, in Event return _Event(*args, **kwargs) File "/boot/common/lib/python2.6/threading.py", line 366, in __init__ self.__cond = Condition(Lock()) error: can't allocate lock ====================================================================== ERROR: testUnbufferedRead (__main__.UnbufferedFileObjectClassTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "test_socket.py", line 96, in _setUp self.server_ready = threading.Event() File "/boot/common/lib/python2.6/threading.py", line 358, in Event return _Event(*args, **kwargs) File "/boot/common/lib/python2.6/threading.py", line 366, in __init__ self.__cond = Condition(Lock()) error: can't allocate lock ====================================================================== ERROR: testUnbufferedReadline (__main__.UnbufferedFileObjectClassTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "test_socket.py", line 96, in _setUp self.server_ready = threading.Event() File "/boot/common/lib/python2.6/threading.py", line 358, in Event return _Event(*args, **kwargs) File "/boot/common/lib/python2.6/threading.py", line 366, in __init__ self.__cond = Condition(Lock()) error: can't allocate lock ====================================================================== ERROR: testClosedAttr (__main__.LineBufferedFileObjectClassTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "test_socket.py", line 96, in _setUp self.server_ready = threading.Event() File "/boot/common/lib/python2.6/threading.py", line 358, in Event return _Event(*args, **kwargs) File "/boot/common/lib/python2.6/threading.py", line 366, in __init__ self.__cond = Condition(Lock()) error: can't allocate lock ====================================================================== ERROR: testFullRead (__main__.LineBufferedFileObjectClassTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "test_socket.py", line 96, in _setUp self.server_ready = threading.Event() File "/boot/common/lib/python2.6/threading.py", line 358, in Event return _Event(*args, **kwargs) File "/boot/common/lib/python2.6/threading.py", line 366, in __init__ self.__cond = Condition(Lock()) error: can't allocate lock ====================================================================== ERROR: testReadline (__main__.LineBufferedFileObjectClassTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "test_socket.py", line 96, in _setUp self.server_ready = threading.Event() File "/boot/common/lib/python2.6/threading.py", line 358, in Event return _Event(*args, **kwargs) File "/boot/common/lib/python2.6/threading.py", line 366, in __init__ self.__cond = Condition(Lock()) error: can't allocate lock ====================================================================== ERROR: testReadlineAfterRead (__main__.LineBufferedFileObjectClassTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "test_socket.py", line 96, in _setUp self.server_ready = threading.Event() File "/boot/common/lib/python2.6/threading.py", line 358, in Event return _Event(*args, **kwargs) File "/boot/common/lib/python2.6/threading.py", line 366, in __init__ self.__cond = Condition(Lock()) error: can't allocate lock ====================================================================== ERROR: testReadlineAfterReadNoNewline (__main__.LineBufferedFileObjectClassTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "test_socket.py", line 96, in _setUp self.server_ready = threading.Event() File "/boot/common/lib/python2.6/threading.py", line 358, in Event return _Event(*args, **kwargs) File "/boot/common/lib/python2.6/threading.py", line 366, in __init__ self.__cond = Condition(Lock()) error: can't allocate lock ====================================================================== ERROR: testSmallRead (__main__.LineBufferedFileObjectClassTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "test_socket.py", line 96, in _setUp self.server_ready = threading.Event() File "/boot/common/lib/python2.6/threading.py", line 358, in Event return _Event(*args, **kwargs) File "/boot/common/lib/python2.6/threading.py", line 366, in __init__ self.__cond = Condition(Lock()) error: can't allocate lock ====================================================================== ERROR: testUnbufferedRead (__main__.LineBufferedFileObjectClassTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "test_socket.py", line 96, in _setUp self.server_ready = threading.Event() File "/boot/common/lib/python2.6/threading.py", line 358, in Event return _Event(*args, **kwargs) File "/boot/common/lib/python2.6/threading.py", line 366, in __init__ self.__cond = Condition(Lock()) error: can't allocate lock ====================================================================== ERROR: testClosedAttr (__main__.SmallBufferedFileObjectClassTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "test_socket.py", line 96, in _setUp self.server_ready = threading.Event() File "/boot/common/lib/python2.6/threading.py", line 358, in Event return _Event(*args, **kwargs) File "/boot/common/lib/python2.6/threading.py", line 366, in __init__ self.__cond = Condition(Lock()) error: can't allocate lock ====================================================================== ERROR: testFullRead (__main__.SmallBufferedFileObjectClassTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "test_socket.py", line 96, in _setUp self.server_ready = threading.Event() File "/boot/common/lib/python2.6/threading.py", line 358, in Event return _Event(*args, **kwargs) File "/boot/common/lib/python2.6/threading.py", line 366, in __init__ self.__cond = Condition(Lock()) error: can't allocate lock ====================================================================== ERROR: testReadline (__main__.SmallBufferedFileObjectClassTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "test_socket.py", line 96, in _setUp self.server_ready = threading.Event() File "/boot/common/lib/python2.6/threading.py", line 358, in Event return _Event(*args, **kwargs) File "/boot/common/lib/python2.6/threading.py", line 366, in __init__ self.__cond = Condition(Lock()) error: can't allocate lock ====================================================================== ERROR: testReadlineAfterRead (__main__.SmallBufferedFileObjectClassTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "test_socket.py", line 96, in _setUp self.server_ready = threading.Event() File "/boot/common/lib/python2.6/threading.py", line 358, in Event return _Event(*args, **kwargs) File "/boot/common/lib/python2.6/threading.py", line 366, in __init__ self.__cond = Condition(Lock()) error: can't allocate lock ====================================================================== ERROR: testReadlineAfterReadNoNewline (__main__.SmallBufferedFileObjectClassTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "test_socket.py", line 96, in _setUp self.server_ready = threading.Event() File "/boot/common/lib/python2.6/threading.py", line 358, in Event return _Event(*args, **kwargs) File "/boot/common/lib/python2.6/threading.py", line 366, in __init__ self.__cond = Condition(Lock()) error: can't allocate lock ====================================================================== ERROR: testSmallRead (__main__.SmallBufferedFileObjectClassTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "test_socket.py", line 96, in _setUp self.server_ready = threading.Event() File "/boot/common/lib/python2.6/threading.py", line 358, in Event return _Event(*args, **kwargs) File "/boot/common/lib/python2.6/threading.py", line 366, in __init__ self.__cond = Condition(Lock()) error: can't allocate lock ====================================================================== ERROR: testUnbufferedRead (__main__.SmallBufferedFileObjectClassTestCase) ---------------------------------------------------------------------- Traceback (most recent call last): File "test_socket.py", line 96, in _setUp self.server_ready = threading.Event() File "/boot/common/lib/python2.6/threading.py", line 358, in Event return _Event(*args, **kwargs) File "/boot/common/lib/python2.6/threading.py", line 366, in __init__ self.__cond = Condition(Lock()) error: can't allocate lock ====================================================================== ERROR: testFamily (__main__.NetworkConnectionAttributesTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "test_socket.py", line 96, in _setUp self.server_ready = threading.Event() File "/boot/common/lib/python2.6/threading.py", line 358, in Event return _Event(*args, **kwargs) File "/boot/common/lib/python2.6/threading.py", line 366, in __init__ self.__cond = Condition(Lock()) error: can't allocate lock ====================================================================== ERROR: testTimeoutDefault (__main__.NetworkConnectionAttributesTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "test_socket.py", line 96, in _setUp self.server_ready = threading.Event() File "/boot/common/lib/python2.6/threading.py", line 358, in Event return _Event(*args, **kwargs) File "/boot/common/lib/python2.6/threading.py", line 366, in __init__ self.__cond = Condition(Lock()) error: can't allocate lock ====================================================================== ERROR: testTimeoutNone (__main__.NetworkConnectionAttributesTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "test_socket.py", line 96, in _setUp self.server_ready = threading.Event() File "/boot/common/lib/python2.6/threading.py", line 358, in Event return _Event(*args, **kwargs) File "/boot/common/lib/python2.6/threading.py", line 366, in __init__ self.__cond = Condition(Lock()) error: can't allocate lock ====================================================================== ERROR: testTimeoutValueNamed (__main__.NetworkConnectionAttributesTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "test_socket.py", line 96, in _setUp self.server_ready = threading.Event() File "/boot/common/lib/python2.6/threading.py", line 358, in Event return _Event(*args, **kwargs) File "/boot/common/lib/python2.6/threading.py", line 366, in __init__ self.__cond = Condition(Lock()) error: can't allocate lock ====================================================================== ERROR: testTimeoutValueNonamed (__main__.NetworkConnectionAttributesTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "test_socket.py", line 96, in _setUp self.server_ready = threading.Event() File "/boot/common/lib/python2.6/threading.py", line 358, in Event return _Event(*args, **kwargs) File "/boot/common/lib/python2.6/threading.py", line 366, in __init__ self.__cond = Condition(Lock()) error: can't allocate lock ====================================================================== ERROR: testInsideTimeout (__main__.NetworkConnectionBehaviourTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "test_socket.py", line 96, in _setUp self.server_ready = threading.Event() File "/boot/common/lib/python2.6/threading.py", line 358, in Event return _Event(*args, **kwargs) File "/boot/common/lib/python2.6/threading.py", line 366, in __init__ self.__cond = Condition(Lock()) error: can't allocate lock ====================================================================== ERROR: testOutsideTimeout (__main__.NetworkConnectionBehaviourTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "test_socket.py", line 96, in _setUp self.server_ready = threading.Event() File "/boot/common/lib/python2.6/threading.py", line 358, in Event return _Event(*args, **kwargs) File "/boot/common/lib/python2.6/threading.py", line 366, in __init__ self.__cond = Condition(Lock()) error: can't allocate lock ====================================================================== ERROR: testRecv (__main__.BasicSocketPairTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "test_socket.py", line 96, in _setUp self.server_ready = threading.Event() File "/boot/common/lib/python2.6/threading.py", line 358, in Event return _Event(*args, **kwargs) File "/boot/common/lib/python2.6/threading.py", line 366, in __init__ self.__cond = Condition(Lock()) error: can't allocate lock ====================================================================== ERROR: testSend (__main__.BasicSocketPairTest) ---------------------------------------------------------------------- Traceback (most recent call last): File "test_socket.py", line 96, in _setUp self.server_ready = threading.Event() File "/boot/common/lib/python2.6/threading.py", line 358, in Event return _Event(*args, **kwargs) File "/boot/common/lib/python2.6/threading.py", line 366, in __init__ self.__cond = Condition(Lock()) error: can't allocate lock ---------------------------------------------------------------------- Ran 90 tests in 6.339s FAILED (errors=45) Traceback (most recent call last): File "test_socket.py", line 1245, in test_main() File "test_socket.py", line 1241, in test_main test_support.run_unittest(*tests) File "/boot/common/lib/python2.6/test/test_support.py", line 722, in run_unittest _run_suite(suite) File "/boot/common/lib/python2.6/test/test_support.py", line 705, in _run_suite raise TestFailed(err) test.test_support.TestFailed: errors occurred; run in verbose mode for details /boot/common/lib/python2.6/test>