[Python-checkins] buildbot failure in ppc Debian unstable trunk
buildbot at python.org
buildbot at python.org
Sat Sep 8 15:15:56 CEST 2007
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/188
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: skip.montanaro
BUILD FAILED: failed test
Excerpt from the test logfile:
2 tests failed:
test_ctypes test_socket
======================================================================
FAIL: test_longdouble (ctypes.test.test_callbacks.Callbacks)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/pybot/buildarea/trunk.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/trunk.klose-debian-ppc/build/Lib/ctypes/test/test_callbacks.py", line 22, in check_type
self.failUnlessEqual(self.got_args, (arg,))
AssertionError: (8.5238056221341765,) != (3.1400000000000001,)
======================================================================
FAIL: test_longdouble (ctypes.test.test_cfuncs.CFunctions)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/ctypes/test/test_cfuncs.py", line 164, in test_longdouble
self.failUnlessEqual(self._dll.tf_D(42.), 14.)
AssertionError: -5.7828548043645673e+307 != 14.0
======================================================================
FAIL: test_longdouble_plus (ctypes.test.test_cfuncs.CFunctions)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/pybot/buildarea/trunk.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: -5.7828548043645673e+307 != 14.0
======================================================================
FAIL: test_longdoubleresult (ctypes.test.test_functions.FunctionTestCase)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/ctypes/test/test_functions.py", line 151, in test_longdoubleresult
self.failUnlessEqual(result, 21)
AssertionError: -5.7828548043645673e+307 != 21
======================================================================
ERROR: testGetServBy (test.test_socket.GeneralModuleTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/pybot/buildarea/trunk.klose-debian-ppc/build/Lib/test/test_socket.py", line 346, in testGetServBy
raise socket.error
error
make: *** [buildbottest] Error 1
sincerely,
-The Buildbot
More information about the Python-checkins
mailing list