[Python-checkins] buildbot failure in ARM Linux EABI trunk

buildbot at python.org buildbot at python.org
Thu May 29 12:44:18 CEST 2008


The Buildbot has detected a new failure of ARM Linux EABI trunk.
Full details are available at:
 http://www.python.org/dev/buildbot/all/ARM%20Linux%20EABI%20trunk/builds/10

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

Buildslave for this Build: klose-linux-armeabi

Build Reason: 
Build Source Stamp: [branch trunk] HEAD
Blamelist: brett.cannon

BUILD FAILED: failed test

Excerpt from the test logfile:
7 tests failed:
    test_cmath test_ctypes test_float test_fractions test_httpservers
    test_math test_xmlrpc

Traceback (most recent call last):
  File "./Lib/test/regrtest.py", line 547, in runtest_inner
    the_package = __import__(abstest, globals(), locals(), [])
  File "/home/pybot/buildarea-armeabi/trunk.klose-linux-armeabi/build/Lib/test/test_cmath.py", line 2, in <module>
    from test.test_math import parse_testfile, test_file
ValueError: bad marshal data

======================================================================
FAIL: test_endian_double (ctypes.test.test_byteswap.Test)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea-armeabi/trunk.klose-linux-armeabi/build/Lib/ctypes/test/test_byteswap.py", line 137, in test_endian_double
    self.failUnlessEqual(bin(struct.pack("<d", math.pi)), bin(s))
AssertionError: '182D4454FB210940' != 'FB210940182D4454'

======================================================================
FAIL: test_unaligned_native_struct_fields (ctypes.test.test_byteswap.Test)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea-armeabi/trunk.klose-linux-armeabi/build/Lib/ctypes/test/test_byteswap.py", line 277, in test_unaligned_native_struct_fields
    self.failUnlessEqual(bin(s1), bin(s2))
AssertionError: '123412007856341200B81E09401F85EB51' != '1234120078563412001F85EB51B81E0940'

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

Traceback (most recent call last):
  File "/home/pybot/buildarea-armeabi/trunk.klose-linux-armeabi/build/Lib/ctypes/test/test_functions.py", line 348, in test_struct_return_2H
    self.failUnlessEqual((s2h.x, s2h.y), (99*2, 88*3))
AssertionError: (99, 88) != (198, 264)

======================================================================
FAIL: test_struct_return_2H (ctypes.test.test_as_parameter.AsParamPropertyWrapperTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea-armeabi/trunk.klose-linux-armeabi/build/Lib/ctypes/test/test_as_parameter.py", line 171, in test_struct_return_2H
    self.failUnlessEqual((s2h.x, s2h.y), (99*2, 88*3))
AssertionError: (99, 88) != (198, 264)

======================================================================
FAIL: test_struct_return_2H (ctypes.test.test_as_parameter.AsParamWrapperTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea-armeabi/trunk.klose-linux-armeabi/build/Lib/ctypes/test/test_as_parameter.py", line 171, in test_struct_return_2H
    self.failUnlessEqual((s2h.x, s2h.y), (99*2, 88*3))
AssertionError: (99, 88) != (198, 264)

======================================================================
FAIL: test_struct_return_2H (ctypes.test.test_as_parameter.BasicWrapTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea-armeabi/trunk.klose-linux-armeabi/build/Lib/ctypes/test/test_as_parameter.py", line 171, in test_struct_return_2H
    self.failUnlessEqual((s2h.x, s2h.y), (99*2, 88*3))
AssertionError: (99, 88) != (198, 264)

Traceback (most recent call last):
  File "./Lib/test/regrtest.py", line 547, in runtest_inner
    the_package = __import__(abstest, globals(), locals(), [])
ValueError: bad marshal data

Traceback (most recent call last):
  File "./Lib/test/regrtest.py", line 547, in runtest_inner
    the_package = __import__(abstest, globals(), locals(), [])
ValueError: bad marshal data

======================================================================
FAIL: test_get (test.test_httpservers.SimpleHTTPServerTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea-armeabi/trunk.klose-linux-armeabi/build/Lib/test/test_httpservers.py", line 227, in test_get
    self.check_status_and_reason(response, 200, data=self.data)
  File "/home/pybot/buildarea-armeabi/trunk.klose-linux-armeabi/build/Lib/test/test_httpservers.py", line 222, in check_status_and_reason
    self.assertEqual(data, body)
AssertionError: 'We are the knights who say Ni!' != "<head>\n<title>Error response</title>\n</head>\n<body>\n<h1>Error response</h1>\n<p>Error code 400.\n<p>Message: Bad HTTP/0.9 request type ('\\xcb\\xcb\\xcb\\xcbtmpLdP6lp/test').\n<p>Error code explanation: 400 = Bad request syntax or unsupported method.\n</body>\n"

======================================================================
FAIL: test_head (test.test_httpservers.SimpleHTTPServerTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea-armeabi/trunk.klose-linux-armeabi/build/Lib/test/test_httpservers.py", line 249, in test_head
    self.check_status_and_reason(response, 200)
  File "/home/pybot/buildarea-armeabi/trunk.klose-linux-armeabi/build/Lib/test/test_httpservers.py", line 219, in check_status_and_reason
    self.assertEquals(response.status, status)
AssertionError: 501 != 200

======================================================================
FAIL: test_invalid_requests (test.test_httpservers.SimpleHTTPServerTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea-armeabi/trunk.klose-linux-armeabi/build/Lib/test/test_httpservers.py", line 257, in test_invalid_requests
    self.check_status_and_reason(response, 501)
  File "/home/pybot/buildarea-armeabi/trunk.klose-linux-armeabi/build/Lib/test/test_httpservers.py", line 219, in check_status_and_reason
    self.assertEquals(response.status, status)
AssertionError: 200 != 501

Traceback (most recent call last):
  File "./Lib/test/regrtest.py", line 547, in runtest_inner
    the_package = __import__(abstest, globals(), locals(), [])
ValueError: bad marshal data

======================================================================
FAIL: test_dotted_attribute (test.test_xmlrpc.SimpleServerTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea-armeabi/trunk.klose-linux-armeabi/build/Lib/test/test_xmlrpc.py", line 491, in test_dotted_attribute
    self.test_simple1()
  File "/home/pybot/buildarea-armeabi/trunk.klose-linux-armeabi/build/Lib/test/test_xmlrpc.py", line 380, in test_simple1
    self.fail("%s\n%s" % (e, getattr(e, "headers", "")))
AssertionError: <ProtocolError for localhost:55543/RPC2: 501 Unsupported method ('\xcb\xcb\xcb\xcb')>

======================================================================
FAIL: test_introspection3 (test.test_xmlrpc.SimpleServerTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea-armeabi/trunk.klose-linux-armeabi/build/Lib/test/test_xmlrpc.py", line 430, in test_introspection3
    self.fail("%s\n%s" % (e, getattr(e, "headers", "")))
AssertionError: <ProtocolError for localhost:60563/RPC2: 501 Unsupported method ('\xcb\xcb\xcb\xcb')>

======================================================================
FAIL: test_introspection4 (test.test_xmlrpc.SimpleServerTestCase)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea-armeabi/trunk.klose-linux-armeabi/build/Lib/test/test_xmlrpc.py", line 443, in test_introspection4
    self.fail("%s\n%s" % (e, getattr(e, "headers", "")))
AssertionError: <ProtocolError for localhost:45499/RPC2: 501 Unsupported method ('\xcb\xcb\xcb\xcb')>

make: *** [buildbottest] Error 1

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list