[Python-checkins] buildbot warnings in PPC64 Debian trunk

buildbot at python.org buildbot at python.org
Fri Jun 8 20:07:39 CEST 2007


The Buildbot has detected a new failure of PPC64 Debian trunk.
Full details are available at:
 http://www.python.org/dev/buildbot/all/PPC64%2520Debian%2520trunk/builds/5

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

Build Reason: 
Build Source Stamp: [branch trunk] HEAD
Blamelist: martin.v.loewis

Build had warnings: warnings test

Excerpt from the test logfile:
1 test failed:
    test_socketserver

Traceback (most recent call last):
  File "./Lib/test/regrtest.py", line 557, in runtest_inner
    indirect_test()
  File "/home/pybot/buildarea64/trunk.klose-debian-ppc64/build/Lib/test/test_socketserver.py", line 216, in test_main
    testall()
  File "/home/pybot/buildarea64/trunk.klose-debian-ppc64/build/Lib/test/test_socketserver.py", line 199, in testall
    testloop(socket.AF_INET, tcpservers, MyStreamHandler, teststream)
  File "/home/pybot/buildarea64/trunk.klose-debian-ppc64/build/Lib/test/test_socketserver.py", line 148, in testloop
    testfunc(proto, addr)
  File "/home/pybot/buildarea64/trunk.klose-debian-ppc64/build/Lib/test/test_socketserver.py", line 62, in teststream
    s.connect(addr)
  File "<string>", line 1, in connect
error: (111, 'Connection refused')

Traceback (most recent call last):
  File "/home/pybot/buildarea64/trunk.klose-debian-ppc64/build/Lib/threading.py", line 478, in __bootstrap
    (self.getName(), _format_exc()))
  File "/home/pybot/buildarea64/trunk.klose-debian-ppc64/build/Lib/traceback.py", line 236, in format_exc
    return ''.join(format_exception(etype, value, tb, limit))
  File "/home/pybot/buildarea64/trunk.klose-debian-ppc64/build/Lib/traceback.py", line 142, in format_exception
    list = list + format_tb(tb, limit)
  File "/home/pybot/buildarea64/trunk.klose-debian-ppc64/build/Lib/traceback.py", line 76, in format_tb
    return format_list(extract_tb(tb, limit))
  File "/home/pybot/buildarea64/trunk.klose-debian-ppc64/build/Lib/traceback.py", line 100, in extract_tb
    linecache.checkcache(filename)
AttributeError: 'NoneType' object has no attribute 'checkcache'

make: *** [buildbottest] Error 1

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list