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

buildbot at python.org buildbot at python.org
Tue Nov 13 03:15:55 CET 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/222

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

Buildslave for this Build: klose-debian-ppc

Build Reason: 
Build Source Stamp: [branch branches/py3k] HEAD
Blamelist: amaury.forgeotdarc,guido.van.rossum

BUILD FAILED: failed test

Excerpt from the test logfile:
4 tests failed:
    test_codecmaps_jp test_codecmaps_tw test_normalization test_xmlrpc

Traceback (most recent call last):
  File "./Lib/test/regrtest.py", line 596, in runtest_inner
    indirect_test()
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/test/test_normalization.py", line 92, in test_main
    open_urlresource(TESTDATAURL)
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/test/test_support.py", line 268, in open_urlresource
    fn, _ = urllib.urlretrieve(url, filename)
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/urllib.py", line 88, in urlretrieve
    return _urlopener.retrieve(url, filename, reporthook, data)
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/urllib.py", line 230, in retrieve
    fp = self.open(url, data)
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/urllib.py", line 202, in open
    raise IOError('socket error', msg).with_traceback(sys.exc_info()[2])
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/urllib.py", line 198, in open
    return getattr(self, name)(url)
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/urllib.py", line 371, in open_http
    return self._open_generic_http(httplib.HTTPConnection, url, data)
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/urllib.py", line 354, in _open_generic_http
    response = http_conn.getresponse()
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/httplib.py", line 961, 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 396, in readline
    b = self.read(nreadahead())
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/io.py", line 458, 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)
IOError: [Errno socket error] [Errno 104] Connection reset by peer

make: *** [buildbottest] Error 1

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list