[Python-checkins] buildbot warnings in sparc solaris10 gcc trunk
buildbot at python.org
buildbot at python.org
Thu Feb 8 05:08:43 CET 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/1745
Buildbot URL: http://www.python.org/dev/buildbot/all/
Build Reason:
Build Source Stamp: [branch trunk] HEAD
Blamelist: raymond.hettinger
Build had warnings: warnings test
Excerpt from the test logfile:
1 test failed:
test_socketserver
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 81, in run
svr = svrcls(self.__addr, self.__hdlrcls)
File "/opt/users/buildbot/slave/trunk.loewis-sun/build/Lib/SocketServer.py", line 330, in __init__
self.server_bind()
File "/opt/users/buildbot/slave/trunk.loewis-sun/build/Lib/SocketServer.py", line 341, in server_bind
self.socket.bind(self.server_address)
File "<string>", line 1, in bind
error: (125, 'Address already in use')
Traceback (most recent call last):
File "/opt/users/buildbot/slave/trunk.loewis-sun/build/Lib/threading.py", line 473, in __bootstrap
(self.getName(), _format_exc()))
File "/opt/users/buildbot/slave/trunk.loewis-sun/build/Lib/traceback.py", line 236, in format_exc
return ''.join(format_exception(etype, value, tb, limit))
File "/opt/users/buildbot/slave/trunk.loewis-sun/build/Lib/traceback.py", line 142, in format_exception
list = list + format_tb(tb, limit)
File "/opt/users/buildbot/slave/trunk.loewis-sun/build/Lib/traceback.py", line 76, in format_tb
return format_list(extract_tb(tb, limit))
File "/opt/users/buildbot/slave/trunk.loewis-sun/build/Lib/traceback.py", line 101, in extract_tb
line = linecache.getline(filename, lineno, f.f_globals)
AttributeError: 'NoneType' object has no attribute 'getline'
sincerely,
-The Buildbot
More information about the Python-checkins
mailing list