[Python-checkins] buildbot failure in S-390 Debian 3.0

buildbot at python.org buildbot at python.org
Sun Jun 22 14:37:58 CEST 2008


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

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

Buildslave for this Build: klose-debian-s390

Build Reason: 
Build Source Stamp: [branch branches/py3k] HEAD
Blamelist: raymond.hettinger

BUILD FAILED: failed test

Excerpt from the test logfile:
2 tests failed:
    test_urllib2 test_xmlrpc_net

======================================================================
ERROR: test_badly_named_methods (test.test_urllib2.OpenerDirectorTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.0.klose-debian-s390/build/Lib/test/test_urllib2.py", line 408, in test_badly_named_methods
    self.assertRaises(URLError, o.open, scheme+"://example.com/")
  File "/home/pybot/buildarea/3.0.klose-debian-s390/build/Lib/unittest.py", line 311, in failUnlessRaises
    callableObj(*args, **kwargs)
  File "/home/pybot/buildarea/3.0.klose-debian-s390/build/Lib/urllib/request.py", line 351, in open
    response = self._open(req, data)
  File "/home/pybot/buildarea/3.0.klose-debian-s390/build/Lib/urllib/request.py", line 374, in _open
    'unknown_open', req)
  File "/home/pybot/buildarea/3.0.klose-debian-s390/build/Lib/urllib/request.py", line 329, in _call_chain
    result = func(*args)
  File "/home/pybot/buildarea/3.0.klose-debian-s390/build/Lib/urllib/request.py", line 1099, in unknown_open
    raise urllib.error.URLError('unknown url type: %s' % type)
urllib.error.URLError: <urlopen error unknown url type: do>

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

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.0.klose-debian-s390/build/Lib/test/test_xmlrpc_net.py", line 18, in test_current_time
    t0 = server.currentTime.getCurrentTime()
  File "/home/pybot/buildarea/3.0.klose-debian-s390/build/Lib/xmlrpc/client.py", line 1095, in __call__
    return self.__send(self.__name, args)
  File "/home/pybot/buildarea/3.0.klose-debian-s390/build/Lib/xmlrpc/client.py", line 1353, in __request
    verbose=self.__verbose
  File "/home/pybot/buildarea/3.0.klose-debian-s390/build/Lib/xmlrpc/client.py", line 1136, in request
    return self._parse_response(resp, None)
  File "/home/pybot/buildarea/3.0.klose-debian-s390/build/Lib/xmlrpc/client.py", line 1246, in _parse_response
    p.feed(response)
  File "/home/pybot/buildarea/3.0.klose-debian-s390/build/Lib/xmlrpc/client.py", line 516, in feed
    self._parser.Parse(data, 0)
xml.parsers.expat.ExpatError: mismatched tag: line 10, column 7

make: *** [buildbottest] Error 1

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list