Ticket #4159: python-test-socket-r35938.txt

File python-test-socket-r35938.txt, 32.0 KB (added by scottmc, 14 years ago)
Line 
1Welcome to the Haiku shell.
2
3~> cd /boot/common/lib
4/boot/common/lib> cd python2.6
5/boot/common/lib/python2.6> cd test
6/boot/common/lib/python2.6/test> python test_socket.py
7testCrucialConstants (__main__.GeneralModuleTests) ... ERROR
8testDefaultTimeout (__main__.GeneralModuleTests) ... ok
9testGetServBy (__main__.GeneralModuleTests) ... ok
10testGetSockOpt (__main__.GeneralModuleTests) ... ok
11testHostnameRes (__main__.GeneralModuleTests) ... ok
12testIPv4_inet_aton_fourbytes (__main__.GeneralModuleTests) ... ok
13testIPv4toString (__main__.GeneralModuleTests) ... ok
14testIPv6toString (__main__.GeneralModuleTests) ... ok
15testInterpreterCrash (__main__.GeneralModuleTests) ... ok
16testNewAttributes (__main__.GeneralModuleTests) ... ok
17testNtoH (__main__.GeneralModuleTests) ... ok
18testNtoHErrors (__main__.GeneralModuleTests) ... ok
19testRefCountGetNameInfo (__main__.GeneralModuleTests) ... ok
20testSendAfterClose (__main__.GeneralModuleTests) ... ok
21testSetSockOpt (__main__.GeneralModuleTests) ... ok
22testSockName (__main__.GeneralModuleTests) ... ERROR
23testSocketError (__main__.GeneralModuleTests) ... ok
24testStringToIPv4 (__main__.GeneralModuleTests) ... ok
25testStringToIPv6 (__main__.GeneralModuleTests) ... ok
26test_sock_ioctl (__main__.GeneralModuleTests) ... ok
27test_weakref (__main__.GeneralModuleTests) ... ok
28testFromFd (__main__.BasicTCPTest) ... ok
29testOverFlowRecv (__main__.BasicTCPTest) ... ok
30testOverFlowRecvFrom (__main__.BasicTCPTest) ... ok
31testRecv (__main__.BasicTCPTest) ... ok
32testRecvFrom (__main__.BasicTCPTest) ... ok
33testSendAll (__main__.BasicTCPTest) ... ok
34testShutdown (__main__.BasicTCPTest) ... ok
35testClose (__main__.TCPCloserTest) ... ok
36testInterruptedTimeout (__main__.TCPTimeoutTest) ... ok
37testTCPTimeout (__main__.TCPTimeoutTest) ... ok
38testTimeoutZero (__main__.TCPTimeoutTest) ... ok
39testExceptionTree (__main__.TestExceptions) ... ok
40testRecvFromInto (__main__.BufferIOTest) ... ok
41testRecvInto (__main__.BufferIOTest) ... ok
42testFromFd (__main__.BasicTCPTest2) ... ok
43testOverFlowRecv (__main__.BasicTCPTest2) ... ok
44testOverFlowRecvFrom (__main__.BasicTCPTest2) ... ok
45testRecv (__main__.BasicTCPTest2) ... ok
46testRecvFrom (__main__.BasicTCPTest2) ... ok
47testSendAll (__main__.BasicTCPTest2) ... ok
48testShutdown (__main__.BasicTCPTest2) ... ok
49testRecvFrom (__main__.BasicUDPTest) ... ok
50testRecvFromNegative (__main__.BasicUDPTest) ... ok
51testSendtoAndRecv (__main__.BasicUDPTest) ... sem_init: No space left on device
52ERROR
53testTimeoutZero (__main__.UDPTimeoutTest) ... ok
54testUDPTimeout (__main__.UDPTimeoutTest) ... ok
55testAccept (__main__.NonBlockingTCPTests) ... sem_init: No space left on device
56ERROR
57testConnect (__main__.NonBlockingTCPTests) ... sem_init: No space left on device
58ERROR
59testRecv (__main__.NonBlockingTCPTests) ... sem_init: No space left on device
60ERROR
61testSetBlocking (__main__.NonBlockingTCPTests) ... sem_init: No space left on device
62ERROR
63testClosedAttr (__main__.FileObjectClassTestCase) ... sem_init: No space left on device
64ERROR
65testFullRead (__main__.FileObjectClassTestCase) ... sem_init: No space left on device
66ERROR
67testReadline (__main__.FileObjectClassTestCase) ... sem_init: No space left on device
68ERROR
69testReadlineAfterRead (__main__.FileObjectClassTestCase) ... sem_init: No space left on device
70ERROR
71testReadlineAfterReadNoNewline (__main__.FileObjectClassTestCase) ... sem_init: No space left on device
72ERROR
73testSmallRead (__main__.FileObjectClassTestCase) ... sem_init: No space left on device
74ERROR
75testUnbufferedRead (__main__.FileObjectClassTestCase) ... sem_init: No space left on device
76ERROR
77testClosedAttr (__main__.UnbufferedFileObjectClassTestCase) ... sem_init: No space left on device
78ERROR
79testFullRead (__main__.UnbufferedFileObjectClassTestCase) ... sem_init: No space left on device
80ERROR
81testReadline (__main__.UnbufferedFileObjectClassTestCase) ... sem_init: No space left on device
82ERROR
83testReadlineAfterRead (__main__.UnbufferedFileObjectClassTestCase) ... sem_init: No space left on device
84ERROR
85testReadlineAfterReadNoNewline (__main__.UnbufferedFileObjectClassTestCase) ... sem_init: No space left on device
86ERROR
87testSmallRead (__main__.UnbufferedFileObjectClassTestCase) ... sem_init: No space left on device
88ERROR
89testUnbufferedRead (__main__.UnbufferedFileObjectClassTestCase) ... sem_init: No space left on device
90ERROR
91testUnbufferedReadline (__main__.UnbufferedFileObjectClassTestCase) ... sem_init: No space left on device
92ERROR
93testClosedAttr (__main__.LineBufferedFileObjectClassTestCase) ... sem_init: No space left on device
94ERROR
95testFullRead (__main__.LineBufferedFileObjectClassTestCase) ... sem_init: No space left on device
96ERROR
97testReadline (__main__.LineBufferedFileObjectClassTestCase) ... sem_init: No space left on device
98ERROR
99testReadlineAfterRead (__main__.LineBufferedFileObjectClassTestCase) ... sem_init: No space left on device
100ERROR
101testReadlineAfterReadNoNewline (__main__.LineBufferedFileObjectClassTestCase) ... sem_init: No space left on device
102ERROR
103testSmallRead (__main__.LineBufferedFileObjectClassTestCase) ... sem_init: No space left on device
104ERROR
105testUnbufferedRead (__main__.LineBufferedFileObjectClassTestCase) ... sem_init: No space left on device
106ERROR
107testClosedAttr (__main__.SmallBufferedFileObjectClassTestCase) ... sem_init: No space left on device
108ERROR
109testFullRead (__main__.SmallBufferedFileObjectClassTestCase) ... sem_init: No space left on device
110ERROR
111testReadline (__main__.SmallBufferedFileObjectClassTestCase) ... sem_init: No space left on device
112ERROR
113testReadlineAfterRead (__main__.SmallBufferedFileObjectClassTestCase) ... sem_init: No space left on device
114ERROR
115testReadlineAfterReadNoNewline (__main__.SmallBufferedFileObjectClassTestCase) ... sem_init: No space left on device
116ERROR
117testSmallRead (__main__.SmallBufferedFileObjectClassTestCase) ... sem_init: No space left on device
118ERROR
119testUnbufferedRead (__main__.SmallBufferedFileObjectClassTestCase) ... sem_init: No space left on device
120ERROR
121testClose (__main__.Urllib2FileobjectTest) ... ok
122testWithoutServer (__main__.NetworkConnectionNoServer) ... ok
123testFamily (__main__.NetworkConnectionAttributesTest) ... sem_init: No space left on device
124ERROR
125testTimeoutDefault (__main__.NetworkConnectionAttributesTest) ... sem_init: No space left on device
126ERROR
127testTimeoutNone (__main__.NetworkConnectionAttributesTest) ... sem_init: No space left on device
128ERROR
129testTimeoutValueNamed (__main__.NetworkConnectionAttributesTest) ... sem_init: No space left on device
130ERROR
131testTimeoutValueNonamed (__main__.NetworkConnectionAttributesTest) ... sem_init: No space left on device
132ERROR
133testInsideTimeout (__main__.NetworkConnectionBehaviourTest) ... sem_init: No space left on device
134ERROR
135testOutsideTimeout (__main__.NetworkConnectionBehaviourTest) ... sem_init: No space left on device
136ERROR
137testRecv (__main__.BasicSocketPairTest) ... sem_init: No space left on device
138ERROR
139testSend (__main__.BasicSocketPairTest) ... sem_init: No space left on device
140ERROR
141
142======================================================================
143ERROR: testCrucialConstants (__main__.GeneralModuleTests)
144----------------------------------------------------------------------
145Traceback (most recent call last):
146 File "test_socket.py", line 253, in testCrucialConstants
147 socket.SOCK_RDM
148AttributeError: 'module' object has no attribute 'SOCK_RDM'
149
150======================================================================
151ERROR: testSockName (__main__.GeneralModuleTests)
152----------------------------------------------------------------------
153Traceback (most recent call last):
154 File "test_socket.py", line 482, in testSockName
155 my_ip_addr = socket.gethostbyname(socket.gethostname())
156gaierror: [Errno 8] unknown name or service
157
158======================================================================
159ERROR: testSendtoAndRecv (__main__.BasicUDPTest)
160----------------------------------------------------------------------
161Traceback (most recent call last):
162 File "test_socket.py", line 112, in _setUp
163 self.client_ready.wait()
164 File "/boot/common/lib/python2.6/threading.py", line 395, in wait
165 self.__cond.wait(timeout)
166 File "/boot/common/lib/python2.6/threading.py", line 233, in wait
167 waiter = _allocate_lock()
168error: can't allocate lock
169
170======================================================================
171ERROR: testAccept (__main__.NonBlockingTCPTests)
172----------------------------------------------------------------------
173Traceback (most recent call last):
174 File "test_socket.py", line 97, in _setUp
175 self.client_ready = threading.Event()
176 File "/boot/common/lib/python2.6/threading.py", line 360, in Event
177 return _Event(*args, **kwargs)
178 File "/boot/common/lib/python2.6/threading.py", line 368, in __init__
179 self.__cond = Condition(Lock())
180error: can't allocate lock
181
182======================================================================
183ERROR: testConnect (__main__.NonBlockingTCPTests)
184----------------------------------------------------------------------
185Traceback (most recent call last):
186 File "test_socket.py", line 96, in _setUp
187 self.server_ready = threading.Event()
188 File "/boot/common/lib/python2.6/threading.py", line 360, in Event
189 return _Event(*args, **kwargs)
190 File "/boot/common/lib/python2.6/threading.py", line 368, in __init__
191 self.__cond = Condition(Lock())
192error: can't allocate lock
193
194======================================================================
195ERROR: testRecv (__main__.NonBlockingTCPTests)
196----------------------------------------------------------------------
197Traceback (most recent call last):
198 File "test_socket.py", line 96, in _setUp
199 self.server_ready = threading.Event()
200 File "/boot/common/lib/python2.6/threading.py", line 360, in Event
201 return _Event(*args, **kwargs)
202 File "/boot/common/lib/python2.6/threading.py", line 368, in __init__
203 self.__cond = Condition(Lock())
204error: can't allocate lock
205
206======================================================================
207ERROR: testSetBlocking (__main__.NonBlockingTCPTests)
208----------------------------------------------------------------------
209Traceback (most recent call last):
210 File "test_socket.py", line 96, in _setUp
211 self.server_ready = threading.Event()
212 File "/boot/common/lib/python2.6/threading.py", line 360, in Event
213 return _Event(*args, **kwargs)
214 File "/boot/common/lib/python2.6/threading.py", line 368, in __init__
215 self.__cond = Condition(Lock())
216error: can't allocate lock
217
218======================================================================
219ERROR: testClosedAttr (__main__.FileObjectClassTestCase)
220----------------------------------------------------------------------
221Traceback (most recent call last):
222 File "test_socket.py", line 96, in _setUp
223 self.server_ready = threading.Event()
224 File "/boot/common/lib/python2.6/threading.py", line 360, in Event
225 return _Event(*args, **kwargs)
226 File "/boot/common/lib/python2.6/threading.py", line 368, in __init__
227 self.__cond = Condition(Lock())
228error: can't allocate lock
229
230======================================================================
231ERROR: testFullRead (__main__.FileObjectClassTestCase)
232----------------------------------------------------------------------
233Traceback (most recent call last):
234 File "test_socket.py", line 96, in _setUp
235 self.server_ready = threading.Event()
236 File "/boot/common/lib/python2.6/threading.py", line 360, in Event
237 return _Event(*args, **kwargs)
238 File "/boot/common/lib/python2.6/threading.py", line 368, in __init__
239 self.__cond = Condition(Lock())
240error: can't allocate lock
241
242======================================================================
243ERROR: testReadline (__main__.FileObjectClassTestCase)
244----------------------------------------------------------------------
245Traceback (most recent call last):
246 File "test_socket.py", line 96, in _setUp
247 self.server_ready = threading.Event()
248 File "/boot/common/lib/python2.6/threading.py", line 360, in Event
249 return _Event(*args, **kwargs)
250 File "/boot/common/lib/python2.6/threading.py", line 368, in __init__
251 self.__cond = Condition(Lock())
252error: can't allocate lock
253
254======================================================================
255ERROR: testReadlineAfterRead (__main__.FileObjectClassTestCase)
256----------------------------------------------------------------------
257Traceback (most recent call last):
258 File "test_socket.py", line 96, in _setUp
259 self.server_ready = threading.Event()
260 File "/boot/common/lib/python2.6/threading.py", line 360, in Event
261 return _Event(*args, **kwargs)
262 File "/boot/common/lib/python2.6/threading.py", line 368, in __init__
263 self.__cond = Condition(Lock())
264error: can't allocate lock
265
266======================================================================
267ERROR: testReadlineAfterReadNoNewline (__main__.FileObjectClassTestCase)
268----------------------------------------------------------------------
269Traceback (most recent call last):
270 File "test_socket.py", line 96, in _setUp
271 self.server_ready = threading.Event()
272 File "/boot/common/lib/python2.6/threading.py", line 360, in Event
273 return _Event(*args, **kwargs)
274 File "/boot/common/lib/python2.6/threading.py", line 368, in __init__
275 self.__cond = Condition(Lock())
276error: can't allocate lock
277
278======================================================================
279ERROR: testSmallRead (__main__.FileObjectClassTestCase)
280----------------------------------------------------------------------
281Traceback (most recent call last):
282 File "test_socket.py", line 96, in _setUp
283 self.server_ready = threading.Event()
284 File "/boot/common/lib/python2.6/threading.py", line 360, in Event
285 return _Event(*args, **kwargs)
286 File "/boot/common/lib/python2.6/threading.py", line 368, in __init__
287 self.__cond = Condition(Lock())
288error: can't allocate lock
289
290======================================================================
291ERROR: testUnbufferedRead (__main__.FileObjectClassTestCase)
292----------------------------------------------------------------------
293Traceback (most recent call last):
294 File "test_socket.py", line 96, in _setUp
295 self.server_ready = threading.Event()
296 File "/boot/common/lib/python2.6/threading.py", line 360, in Event
297 return _Event(*args, **kwargs)
298 File "/boot/common/lib/python2.6/threading.py", line 368, in __init__
299 self.__cond = Condition(Lock())
300error: can't allocate lock
301
302======================================================================
303ERROR: testClosedAttr (__main__.UnbufferedFileObjectClassTestCase)
304----------------------------------------------------------------------
305Traceback (most recent call last):
306 File "test_socket.py", line 96, in _setUp
307 self.server_ready = threading.Event()
308 File "/boot/common/lib/python2.6/threading.py", line 360, in Event
309 return _Event(*args, **kwargs)
310 File "/boot/common/lib/python2.6/threading.py", line 368, in __init__
311 self.__cond = Condition(Lock())
312error: can't allocate lock
313
314======================================================================
315ERROR: testFullRead (__main__.UnbufferedFileObjectClassTestCase)
316----------------------------------------------------------------------
317Traceback (most recent call last):
318 File "test_socket.py", line 96, in _setUp
319 self.server_ready = threading.Event()
320 File "/boot/common/lib/python2.6/threading.py", line 360, in Event
321 return _Event(*args, **kwargs)
322 File "/boot/common/lib/python2.6/threading.py", line 368, in __init__
323 self.__cond = Condition(Lock())
324error: can't allocate lock
325
326======================================================================
327ERROR: testReadline (__main__.UnbufferedFileObjectClassTestCase)
328----------------------------------------------------------------------
329Traceback (most recent call last):
330 File "test_socket.py", line 96, in _setUp
331 self.server_ready = threading.Event()
332 File "/boot/common/lib/python2.6/threading.py", line 360, in Event
333 return _Event(*args, **kwargs)
334 File "/boot/common/lib/python2.6/threading.py", line 368, in __init__
335 self.__cond = Condition(Lock())
336error: can't allocate lock
337
338======================================================================
339ERROR: testReadlineAfterRead (__main__.UnbufferedFileObjectClassTestCase)
340----------------------------------------------------------------------
341Traceback (most recent call last):
342 File "test_socket.py", line 96, in _setUp
343 self.server_ready = threading.Event()
344 File "/boot/common/lib/python2.6/threading.py", line 360, in Event
345 return _Event(*args, **kwargs)
346 File "/boot/common/lib/python2.6/threading.py", line 368, in __init__
347 self.__cond = Condition(Lock())
348error: can't allocate lock
349
350======================================================================
351ERROR: testReadlineAfterReadNoNewline (__main__.UnbufferedFileObjectClassTestCase)
352----------------------------------------------------------------------
353Traceback (most recent call last):
354 File "test_socket.py", line 96, in _setUp
355 self.server_ready = threading.Event()
356 File "/boot/common/lib/python2.6/threading.py", line 360, in Event
357 return _Event(*args, **kwargs)
358 File "/boot/common/lib/python2.6/threading.py", line 368, in __init__
359 self.__cond = Condition(Lock())
360error: can't allocate lock
361
362======================================================================
363ERROR: testSmallRead (__main__.UnbufferedFileObjectClassTestCase)
364----------------------------------------------------------------------
365Traceback (most recent call last):
366 File "test_socket.py", line 96, in _setUp
367 self.server_ready = threading.Event()
368 File "/boot/common/lib/python2.6/threading.py", line 360, in Event
369 return _Event(*args, **kwargs)
370 File "/boot/common/lib/python2.6/threading.py", line 368, in __init__
371 self.__cond = Condition(Lock())
372error: can't allocate lock
373
374======================================================================
375ERROR: testUnbufferedRead (__main__.UnbufferedFileObjectClassTestCase)
376----------------------------------------------------------------------
377Traceback (most recent call last):
378 File "test_socket.py", line 96, in _setUp
379 self.server_ready = threading.Event()
380 File "/boot/common/lib/python2.6/threading.py", line 360, in Event
381 return _Event(*args, **kwargs)
382 File "/boot/common/lib/python2.6/threading.py", line 368, in __init__
383 self.__cond = Condition(Lock())
384error: can't allocate lock
385
386======================================================================
387ERROR: testUnbufferedReadline (__main__.UnbufferedFileObjectClassTestCase)
388----------------------------------------------------------------------
389Traceback (most recent call last):
390 File "test_socket.py", line 96, in _setUp
391 self.server_ready = threading.Event()
392 File "/boot/common/lib/python2.6/threading.py", line 360, in Event
393 return _Event(*args, **kwargs)
394 File "/boot/common/lib/python2.6/threading.py", line 368, in __init__
395 self.__cond = Condition(Lock())
396error: can't allocate lock
397
398======================================================================
399ERROR: testClosedAttr (__main__.LineBufferedFileObjectClassTestCase)
400----------------------------------------------------------------------
401Traceback (most recent call last):
402 File "test_socket.py", line 96, in _setUp
403 self.server_ready = threading.Event()
404 File "/boot/common/lib/python2.6/threading.py", line 360, in Event
405 return _Event(*args, **kwargs)
406 File "/boot/common/lib/python2.6/threading.py", line 368, in __init__
407 self.__cond = Condition(Lock())
408error: can't allocate lock
409
410======================================================================
411ERROR: testFullRead (__main__.LineBufferedFileObjectClassTestCase)
412----------------------------------------------------------------------
413Traceback (most recent call last):
414 File "test_socket.py", line 96, in _setUp
415 self.server_ready = threading.Event()
416 File "/boot/common/lib/python2.6/threading.py", line 360, in Event
417 return _Event(*args, **kwargs)
418 File "/boot/common/lib/python2.6/threading.py", line 368, in __init__
419 self.__cond = Condition(Lock())
420error: can't allocate lock
421
422======================================================================
423ERROR: testReadline (__main__.LineBufferedFileObjectClassTestCase)
424----------------------------------------------------------------------
425Traceback (most recent call last):
426 File "test_socket.py", line 96, in _setUp
427 self.server_ready = threading.Event()
428 File "/boot/common/lib/python2.6/threading.py", line 360, in Event
429 return _Event(*args, **kwargs)
430 File "/boot/common/lib/python2.6/threading.py", line 368, in __init__
431 self.__cond = Condition(Lock())
432error: can't allocate lock
433
434======================================================================
435ERROR: testReadlineAfterRead (__main__.LineBufferedFileObjectClassTestCase)
436----------------------------------------------------------------------
437Traceback (most recent call last):
438 File "test_socket.py", line 96, in _setUp
439 self.server_ready = threading.Event()
440 File "/boot/common/lib/python2.6/threading.py", line 360, in Event
441 return _Event(*args, **kwargs)
442 File "/boot/common/lib/python2.6/threading.py", line 368, in __init__
443 self.__cond = Condition(Lock())
444error: can't allocate lock
445
446======================================================================
447ERROR: testReadlineAfterReadNoNewline (__main__.LineBufferedFileObjectClassTestCase)
448----------------------------------------------------------------------
449Traceback (most recent call last):
450 File "test_socket.py", line 96, in _setUp
451 self.server_ready = threading.Event()
452 File "/boot/common/lib/python2.6/threading.py", line 360, in Event
453 return _Event(*args, **kwargs)
454 File "/boot/common/lib/python2.6/threading.py", line 368, in __init__
455 self.__cond = Condition(Lock())
456error: can't allocate lock
457
458======================================================================
459ERROR: testSmallRead (__main__.LineBufferedFileObjectClassTestCase)
460----------------------------------------------------------------------
461Traceback (most recent call last):
462 File "test_socket.py", line 96, in _setUp
463 self.server_ready = threading.Event()
464 File "/boot/common/lib/python2.6/threading.py", line 360, in Event
465 return _Event(*args, **kwargs)
466 File "/boot/common/lib/python2.6/threading.py", line 368, in __init__
467 self.__cond = Condition(Lock())
468error: can't allocate lock
469
470======================================================================
471ERROR: testUnbufferedRead (__main__.LineBufferedFileObjectClassTestCase)
472----------------------------------------------------------------------
473Traceback (most recent call last):
474 File "test_socket.py", line 96, in _setUp
475 self.server_ready = threading.Event()
476 File "/boot/common/lib/python2.6/threading.py", line 360, in Event
477 return _Event(*args, **kwargs)
478 File "/boot/common/lib/python2.6/threading.py", line 368, in __init__
479 self.__cond = Condition(Lock())
480error: can't allocate lock
481
482======================================================================
483ERROR: testClosedAttr (__main__.SmallBufferedFileObjectClassTestCase)
484----------------------------------------------------------------------
485Traceback (most recent call last):
486 File "test_socket.py", line 96, in _setUp
487 self.server_ready = threading.Event()
488 File "/boot/common/lib/python2.6/threading.py", line 360, in Event
489 return _Event(*args, **kwargs)
490 File "/boot/common/lib/python2.6/threading.py", line 368, in __init__
491 self.__cond = Condition(Lock())
492error: can't allocate lock
493
494======================================================================
495ERROR: testFullRead (__main__.SmallBufferedFileObjectClassTestCase)
496----------------------------------------------------------------------
497Traceback (most recent call last):
498 File "test_socket.py", line 96, in _setUp
499 self.server_ready = threading.Event()
500 File "/boot/common/lib/python2.6/threading.py", line 360, in Event
501 return _Event(*args, **kwargs)
502 File "/boot/common/lib/python2.6/threading.py", line 368, in __init__
503 self.__cond = Condition(Lock())
504error: can't allocate lock
505
506======================================================================
507ERROR: testReadline (__main__.SmallBufferedFileObjectClassTestCase)
508----------------------------------------------------------------------
509Traceback (most recent call last):
510 File "test_socket.py", line 96, in _setUp
511 self.server_ready = threading.Event()
512 File "/boot/common/lib/python2.6/threading.py", line 360, in Event
513 return _Event(*args, **kwargs)
514 File "/boot/common/lib/python2.6/threading.py", line 368, in __init__
515 self.__cond = Condition(Lock())
516error: can't allocate lock
517
518======================================================================
519ERROR: testReadlineAfterRead (__main__.SmallBufferedFileObjectClassTestCase)
520----------------------------------------------------------------------
521Traceback (most recent call last):
522 File "test_socket.py", line 96, in _setUp
523 self.server_ready = threading.Event()
524 File "/boot/common/lib/python2.6/threading.py", line 360, in Event
525 return _Event(*args, **kwargs)
526 File "/boot/common/lib/python2.6/threading.py", line 368, in __init__
527 self.__cond = Condition(Lock())
528error: can't allocate lock
529
530======================================================================
531ERROR: testReadlineAfterReadNoNewline (__main__.SmallBufferedFileObjectClassTestCase)
532----------------------------------------------------------------------
533Traceback (most recent call last):
534 File "test_socket.py", line 96, in _setUp
535 self.server_ready = threading.Event()
536 File "/boot/common/lib/python2.6/threading.py", line 360, in Event
537 return _Event(*args, **kwargs)
538 File "/boot/common/lib/python2.6/threading.py", line 368, in __init__
539 self.__cond = Condition(Lock())
540error: can't allocate lock
541
542======================================================================
543ERROR: testSmallRead (__main__.SmallBufferedFileObjectClassTestCase)
544----------------------------------------------------------------------
545Traceback (most recent call last):
546 File "test_socket.py", line 96, in _setUp
547 self.server_ready = threading.Event()
548 File "/boot/common/lib/python2.6/threading.py", line 360, in Event
549 return _Event(*args, **kwargs)
550 File "/boot/common/lib/python2.6/threading.py", line 368, in __init__
551 self.__cond = Condition(Lock())
552error: can't allocate lock
553
554======================================================================
555ERROR: testUnbufferedRead (__main__.SmallBufferedFileObjectClassTestCase)
556----------------------------------------------------------------------
557Traceback (most recent call last):
558 File "test_socket.py", line 96, in _setUp
559 self.server_ready = threading.Event()
560 File "/boot/common/lib/python2.6/threading.py", line 360, in Event
561 return _Event(*args, **kwargs)
562 File "/boot/common/lib/python2.6/threading.py", line 368, in __init__
563 self.__cond = Condition(Lock())
564error: can't allocate lock
565
566======================================================================
567ERROR: testFamily (__main__.NetworkConnectionAttributesTest)
568----------------------------------------------------------------------
569Traceback (most recent call last):
570 File "test_socket.py", line 96, in _setUp
571 self.server_ready = threading.Event()
572 File "/boot/common/lib/python2.6/threading.py", line 360, in Event
573 return _Event(*args, **kwargs)
574 File "/boot/common/lib/python2.6/threading.py", line 368, in __init__
575 self.__cond = Condition(Lock())
576error: can't allocate lock
577
578======================================================================
579ERROR: testTimeoutDefault (__main__.NetworkConnectionAttributesTest)
580----------------------------------------------------------------------
581Traceback (most recent call last):
582 File "test_socket.py", line 96, in _setUp
583 self.server_ready = threading.Event()
584 File "/boot/common/lib/python2.6/threading.py", line 360, in Event
585 return _Event(*args, **kwargs)
586 File "/boot/common/lib/python2.6/threading.py", line 368, in __init__
587 self.__cond = Condition(Lock())
588error: can't allocate lock
589
590======================================================================
591ERROR: testTimeoutNone (__main__.NetworkConnectionAttributesTest)
592----------------------------------------------------------------------
593Traceback (most recent call last):
594 File "test_socket.py", line 96, in _setUp
595 self.server_ready = threading.Event()
596 File "/boot/common/lib/python2.6/threading.py", line 360, in Event
597 return _Event(*args, **kwargs)
598 File "/boot/common/lib/python2.6/threading.py", line 368, in __init__
599 self.__cond = Condition(Lock())
600error: can't allocate lock
601
602======================================================================
603ERROR: testTimeoutValueNamed (__main__.NetworkConnectionAttributesTest)
604----------------------------------------------------------------------
605Traceback (most recent call last):
606 File "test_socket.py", line 96, in _setUp
607 self.server_ready = threading.Event()
608 File "/boot/common/lib/python2.6/threading.py", line 360, in Event
609 return _Event(*args, **kwargs)
610 File "/boot/common/lib/python2.6/threading.py", line 368, in __init__
611 self.__cond = Condition(Lock())
612error: can't allocate lock
613
614======================================================================
615ERROR: testTimeoutValueNonamed (__main__.NetworkConnectionAttributesTest)
616----------------------------------------------------------------------
617Traceback (most recent call last):
618 File "test_socket.py", line 96, in _setUp
619 self.server_ready = threading.Event()
620 File "/boot/common/lib/python2.6/threading.py", line 360, in Event
621 return _Event(*args, **kwargs)
622 File "/boot/common/lib/python2.6/threading.py", line 368, in __init__
623 self.__cond = Condition(Lock())
624error: can't allocate lock
625
626======================================================================
627ERROR: testInsideTimeout (__main__.NetworkConnectionBehaviourTest)
628----------------------------------------------------------------------
629Traceback (most recent call last):
630 File "test_socket.py", line 96, in _setUp
631 self.server_ready = threading.Event()
632 File "/boot/common/lib/python2.6/threading.py", line 360, in Event
633 return _Event(*args, **kwargs)
634 File "/boot/common/lib/python2.6/threading.py", line 368, in __init__
635 self.__cond = Condition(Lock())
636error: can't allocate lock
637
638======================================================================
639ERROR: testOutsideTimeout (__main__.NetworkConnectionBehaviourTest)
640----------------------------------------------------------------------
641Traceback (most recent call last):
642 File "test_socket.py", line 96, in _setUp
643 self.server_ready = threading.Event()
644 File "/boot/common/lib/python2.6/threading.py", line 360, in Event
645 return _Event(*args, **kwargs)
646 File "/boot/common/lib/python2.6/threading.py", line 368, in __init__
647 self.__cond = Condition(Lock())
648error: can't allocate lock
649
650======================================================================
651ERROR: testRecv (__main__.BasicSocketPairTest)
652----------------------------------------------------------------------
653Traceback (most recent call last):
654 File "test_socket.py", line 96, in _setUp
655 self.server_ready = threading.Event()
656 File "/boot/common/lib/python2.6/threading.py", line 360, in Event
657 return _Event(*args, **kwargs)
658 File "/boot/common/lib/python2.6/threading.py", line 368, in __init__
659 self.__cond = Condition(Lock())
660error: can't allocate lock
661
662======================================================================
663ERROR: testSend (__main__.BasicSocketPairTest)
664----------------------------------------------------------------------
665Traceback (most recent call last):
666 File "test_socket.py", line 96, in _setUp
667 self.server_ready = threading.Event()
668 File "/boot/common/lib/python2.6/threading.py", line 360, in Event
669 return _Event(*args, **kwargs)
670 File "/boot/common/lib/python2.6/threading.py", line 368, in __init__
671 self.__cond = Condition(Lock())
672error: can't allocate lock
673
674----------------------------------------------------------------------
675Ran 91 tests in 15.253s
676
677FAILED (errors=45)
678Traceback (most recent call last):
679 File "test_socket.py", line 1253, in <module>
680 test_main()
681 File "test_socket.py", line 1249, in test_main
682 test_support.run_unittest(*tests)
683 File "/boot/common/lib/python2.6/test/test_support.py", line 734, in run_unittest
684 _run_suite(suite)
685 File "/boot/common/lib/python2.6/test/test_support.py", line 717, in _run_suite
686 raise TestFailed(err)
687test.test_support.TestFailed: multiple errors occurred
688/boot/common/lib/python2.6/test>
689