[Python-checkins] buildbot warnings in sparc solaris10 gcc trunk
buildbot at python.org
buildbot at python.org
Wed Apr 11 20:13:55 CEST 2007
The Buildbot has detected a new failure of sparc solaris10 gcc trunk.
Full details are available at:
http://www.python.org/dev/buildbot/all/sparc%2520solaris10%2520gcc%2520trunk/builds/1935
Buildbot URL: http://www.python.org/dev/buildbot/all/
Build Reason:
Build Source Stamp: [branch trunk] HEAD
Blamelist: georg.brandl
Build had warnings: warnings test
Excerpt from the test logfile:
Traceback (most recent call last):
File "/opt/users/buildbot/slave/trunk.loewis-sun/build/Lib/threading.py", line 460, in __bootstrap
self.run()
File "/opt/users/buildbot/slave/trunk.loewis-sun/build/Lib/test/test_socketserver.py", line 93, in run
svr.serve_a_few()
File "/opt/users/buildbot/slave/trunk.loewis-sun/build/Lib/test/test_socketserver.py", line 35, in serve_a_few
self.handle_request()
File "/opt/users/buildbot/slave/trunk.loewis-sun/build/Lib/SocketServer.py", line 224, in handle_request
self.handle_error(request, client_address)
File "/opt/users/buildbot/slave/trunk.loewis-sun/build/Lib/SocketServer.py", line 222, in handle_request
self.process_request(request, client_address)
File "/opt/users/buildbot/slave/trunk.loewis-sun/build/Lib/SocketServer.py", line 429, in process_request
self.collect_children()
File "/opt/users/buildbot/slave/trunk.loewis-sun/build/Lib/SocketServer.py", line 425, in collect_children
self.active_children.remove(pid)
ValueError: list.remove(x): x not in list
2 tests failed:
test_pty test_socketserver
======================================================================
FAIL: test_basic (test.test_pty.PtyTest)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/users/buildbot/slave/trunk.loewis-sun/build/Lib/test/test_pty.py", line 76, in test_basic
normalize_output(s1))
AssertionError: 'I wish to buy a fish license.\n' != ''
sincerely,
-The Buildbot
More information about the Python-checkins
mailing list