[Python-checkins] buildbot failure in ppc Debian unstable trunk

buildbot at python.org buildbot at python.org
Sun Jun 29 01:03:32 CEST 2008


The Buildbot has detected a new failure of ppc Debian unstable trunk.
Full details are available at:
 http://www.python.org/dev/buildbot/all/ppc%20Debian%20unstable%20trunk/builds/1678

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

Buildslave for this Build: klose-debian-ppc

Build Reason: 
Build Source Stamp: [branch trunk] HEAD
Blamelist: benjamin.peterson,bill.janssen,raymond.hettinger

BUILD FAILED: failed test

Excerpt from the test logfile:
Traceback (most recent call last):
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/threading.py", line 523, in __bootstrap_inner
    self.run()
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/threading.py", line 478, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/test/test_smtplib.py", line 108, in debugging_server
    poll_fun(0.01, asyncore.socket_map)
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/asyncore.py", line 183, in poll2
    readwrite(obj, flags)
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/asyncore.py", line 107, in readwrite
    obj.handle_error()
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/asyncore.py", line 99, in readwrite
    obj.handle_read_event()
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/asyncore.py", line 411, in handle_read_event
    self.handle_read()
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/test/test_ssl.py", line 386, in handle_read
    self.send(data.lower())
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/asyncore.py", line 517, in send
    self.initiate_send()
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/asyncore.py", line 504, in initiate_send
    num_sent = dispatcher.send(self, self.out_buffer[:512])
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/asyncore.py", line 347, in send
    result = self.socket.send(data)
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/ssl.py", line 94, in <lambda>
    self.send = lambda x, flags=0: SSLSocket.send(self, x, flags)
  File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/ssl.py", line 172, in send
    v = self._sslobj.write(data)
SSLError: [Errno 8] _ssl.c:1209: EOF occurred in violation of protocol

2 tests failed:
    test_bsddb3 test_smtplib

make: *** [buildbottest] Error 1

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list