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

buildbot at python.org buildbot at python.org
Mon Sep 10 03:51:33 CEST 2007


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

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

Buildslave for this Build: klose-debian-ppc

Build Reason: The web-page 'force build' button was pressed by '': 

Build Source Stamp: [branch branches/py3k] HEAD
Blamelist: 

BUILD FAILED: failed test

Excerpt from the test logfile:
5 tests failed:
    test_ctypes test_email test_socket test_urllib2net test_xmlrpc_net

======================================================================
FAIL: test_longdouble (ctypes.test.test_callbacks.Callbacks)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/ctypes/test/test_callbacks.py", line 81, in test_longdouble
    self.check_type(c_longdouble, 3.14)
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/ctypes/test/test_callbacks.py", line 22, in check_type
    self.failUnlessEqual(self.got_args, (arg,))
AssertionError: (2.0023623079281719e-230,) != (3.1400000000000001,)

======================================================================
FAIL: test_longdouble (ctypes.test.test_cfuncs.CFunctions)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/ctypes/test/test_cfuncs.py", line 164, in test_longdouble
    self.failUnlessEqual(self._dll.tf_D(42.), 14.)
AssertionError: -6.9387128373347339e+307 != 14.0

======================================================================
FAIL: test_longdouble_plus (ctypes.test.test_cfuncs.CFunctions)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/ctypes/test/test_cfuncs.py", line 170, in test_longdouble_plus
    self.failUnlessEqual(self._dll.tf_bD(0, 42.), 14.)
AssertionError: 1.4022771553292213e-315 != 14.0

======================================================================
FAIL: test_longdoubleresult (ctypes.test.test_functions.FunctionTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/ctypes/test/test_functions.py", line 151, in test_longdoubleresult
    self.failUnlessEqual(result, 21)
AssertionError: -6.937889918764659e+307 != 21

======================================================================
ERROR: test_same_boundary_inner_outer (email.test.test_email.TestNonConformant)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/email/test/test_email.py", line 1445, in test_same_boundary_inner_outer
    msg = self._msgobj('msg_15.txt')
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/email/test/test_email.py", line 67, in _msgobj
    return email.message_from_file(fp)
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/email/__init__.py", line 46, in message_from_file
    return Parser(*args, **kws).parse(fp)
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/email/parser.py", line 68, in parse
    data = fp.read(8192)
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/io.py", line 1231, in read
    readahead, pending = self._read_chunk()
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/io.py", line 1127, in _read_chunk
    pending = self._decoder.decode(readahead, not readahead)
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/encodings/ascii.py", line 26, in decode
    return codecs.ascii_decode(input, self.errors)[0]
UnicodeDecodeError: 'ascii' codec can't decode byte 0xbe in position 86: ordinal not in range(128)

======================================================================
ERROR: testGetServBy (test.test_socket.GeneralModuleTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/test/test_socket.py", line 354, in testGetServBy
    raise socket.error
socket.error

======================================================================
ERROR: test_ftp (test.test_urllib2net.OtherNetworkTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/test/test_urllib2net.py", line 173, in test_ftp
    self._test_urls(urls, self._extra_handlers())
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/test/test_urllib2net.py", line 242, in _test_urls
    f = urllib2.urlopen(url, req)
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/urllib2.py", line 122, in urlopen
    return _opener.open(url, data, timeout)
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/urllib2.py", line 378, in open
    response = self._open(req, data)
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/urllib2.py", line 396, in _open
    '_open', req)
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/urllib2.py", line 356, in _call_chain
    result = func(*args)
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/urllib2.py", line 1271, in ftp_open
    fw = self.connect_ftp(user, passwd, host, port, dirs, req.timeout)
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/urllib2.py", line 1316, in connect_ftp
    self.cache[key] = ftpwrapper(user, passwd, host, port, dirs, timeout)
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/urllib.py", line 783, in __init__
    self.init()
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/urllib.py", line 790, in init
    self.ftp.login(self.user, self.passwd)
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/ftplib.py", line 372, in login
    if resp[0] == '3': resp = self.sendcmd('PASS ' + passwd)
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/ftplib.py", line 242, in sendcmd
    return self.getresp()
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/ftplib.py", line 208, in getresp
    resp = self.getmultiline()
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/ftplib.py", line 198, in getmultiline
    nextline = self.getline()
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/ftplib.py", line 181, in getline
    line = self.file.readline()
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/io.py", line 1319, in readline
    readahead, pending = self._read_chunk()
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/io.py", line 1123, in _read_chunk
    pending = self._decoder.decode(readahead, not readahead)
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/encodings/ascii.py", line 26, in decode
    return codecs.ascii_decode(input, self.errors)[0]
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 47: ordinal not in range(128)

======================================================================
ERROR: test_current_time (test.test_xmlrpc_net.CurrentTimeTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/test/test_xmlrpc_net.py", line 14, in test_current_time
    t0 = server.currentTime.getCurrentTime()
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/xmlrpclib.py", line 1091, in __call__
    return self.__send(self.__name, args)
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/xmlrpclib.py", line 1349, in __request
    verbose=self.__verbose
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/xmlrpclib.py", line 1121, in request
    resp = http_conn.getresponse()
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/httplib.py", line 955, in getresponse
    response.begin()
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/httplib.py", line 396, in begin
    version, status, reason = self._read_status()
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/httplib.py", line 352, in _read_status
    line = str(self.fp.readline(), "iso-8859-1")
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/io.py", line 380, in readline
    b = self.read(nreadahead())
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/io.py", line 442, in read
    n = self.readinto(b)
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/socket.py", line 292, in readinto
    return self._sock.recv_into(b)
socket.error: [Errno 104] Connection reset by peer

make: *** [buildbottest] Error 1

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list