[Python-checkins] buildbot failure in sparc Ubuntu trunk

buildbot at python.org buildbot at python.org
Sat Feb 2 15:12:48 CET 2008


The Buildbot has detected a new failure of sparc Ubuntu trunk.
Full details are available at:
 http://www.python.org/dev/buildbot/all/sparc%20Ubuntu%20trunk/builds/160

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

Buildslave for this Build: klose-ubuntu-sparc

Build Reason: 
Build Source Stamp: [branch trunk] HEAD
Blamelist: georg.brandl

BUILD FAILED: failed test

Excerpt from the test logfile:
Traceback (most recent call last):
  File "/home/pybot/buildarea/trunk.klose-ubuntu-sparc/build/Lib/threading.py", line 486, in __bootstrap_inner
    self.run()
  File "/home/pybot/buildarea/trunk.klose-ubuntu-sparc/build/Lib/test/test_socketserver.py", line 97, in run
    svr.serve_a_few()
  File "/home/pybot/buildarea/trunk.klose-ubuntu-sparc/build/Lib/test/test_socketserver.py", line 66, in serve_a_few
    self.handle_request()
  File "/home/pybot/buildarea/trunk.klose-ubuntu-sparc/build/Lib/SocketServer.py", line 229, in handle_request
    self.handle_error(request, client_address)
  File "/home/pybot/buildarea/trunk.klose-ubuntu-sparc/build/Lib/SocketServer.py", line 227, in handle_request
    self.process_request(request, client_address)
  File "/home/pybot/buildarea/trunk.klose-ubuntu-sparc/build/Lib/SocketServer.py", line 466, in process_request
    self.collect_children()
  File "/home/pybot/buildarea/trunk.klose-ubuntu-sparc/build/Lib/SocketServer.py", line 455, in collect_children
    self.active_children.remove(pid)
ValueError: list.remove(x): x not in list

2 tests failed:
    test_queue test_socketserver

======================================================================
FAIL: test_queue_join (test.test_queue.QueueTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea/trunk.klose-ubuntu-sparc/build/Lib/test/test_queue.py", line 180, in test_queue_join
    self.queue_join_test(q)
  File "/home/pybot/buildarea/trunk.klose-ubuntu-sparc/build/Lib/test/test_queue.py", line 160, in queue_join_test
    "q.join() did not block until all tasks were done")
AssertionError: q.join() did not block until all tasks were done

======================================================================
FAIL: test_queue_join (test.test_queue.LifoQueueTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea/trunk.klose-ubuntu-sparc/build/Lib/test/test_queue.py", line 179, in test_queue_join
    self.queue_join_test(q)
  File "/home/pybot/buildarea/trunk.klose-ubuntu-sparc/build/Lib/test/test_queue.py", line 160, in queue_join_test
    "q.join() did not block until all tasks were done")
AssertionError: q.join() did not block until all tasks were done

======================================================================
FAIL: test_queue_join (test.test_queue.PriorityQueueTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea/trunk.klose-ubuntu-sparc/build/Lib/test/test_queue.py", line 179, in test_queue_join
    self.queue_join_test(q)
  File "/home/pybot/buildarea/trunk.klose-ubuntu-sparc/build/Lib/test/test_queue.py", line 160, in queue_join_test
    "q.join() did not block until all tasks were done")
AssertionError: q.join() did not block until all tasks were done

Traceback (most recent call last):
  File "/home/pybot/buildarea/trunk.klose-ubuntu-sparc/build/Lib/threading.py", line 486, in __bootstrap_inner
    self.run()
  File "/home/pybot/buildarea/trunk.klose-ubuntu-sparc/build/Lib/test/test_socketserver.py", line 97, in run
    svr.serve_a_few()
  File "/home/pybot/buildarea/trunk.klose-ubuntu-sparc/build/Lib/test/test_socketserver.py", line 66, in serve_a_few
    self.handle_request()
  File "/home/pybot/buildarea/trunk.klose-ubuntu-sparc/build/Lib/SocketServer.py", line 229, in handle_request
    self.handle_error(request, client_address)
  File "/home/pybot/buildarea/trunk.klose-ubuntu-sparc/build/Lib/SocketServer.py", line 227, in handle_request
    self.process_request(request, client_address)
  File "/home/pybot/buildarea/trunk.klose-ubuntu-sparc/build/Lib/SocketServer.py", line 466, in process_request
    self.collect_children()
  File "/home/pybot/buildarea/trunk.klose-ubuntu-sparc/build/Lib/SocketServer.py", line 455, in collect_children
    self.active_children.remove(pid)
ValueError: list.remove(x): x not in list

======================================================================
ERROR: test_UDPServers (test.test_socketserver.SocketServerTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea/trunk.klose-ubuntu-sparc/build/Lib/test/test_socketserver.py", line 218, in test_UDPServers
    self.dgram_examine)
  File "/home/pybot/buildarea/trunk.klose-ubuntu-sparc/build/Lib/test/test_socketserver.py", line 177, in run_servers
    testfunc(proto, addr)
  File "/home/pybot/buildarea/trunk.klose-ubuntu-sparc/build/Lib/test/test_socketserver.py", line 196, in dgram_examine
    buf = data = receive(s, 100)
  File "/home/pybot/buildarea/trunk.klose-ubuntu-sparc/build/Lib/test/test_socketserver.py", line 44, in receive
    raise RuntimeError, "timed out on %r" % (sock,)
RuntimeError: timed out on <socket._socketobject object at 0x173fe48>

make: *** [buildbottest] Error 1

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list