[Python-checkins] buildbot failure in ia64 Ubuntu 3.x

buildbot at python.org buildbot at python.org
Wed Feb 25 04:12:57 CET 2009


The Buildbot has detected a new failure of ia64 Ubuntu 3.x.
Full details are available at:
 http://www.python.org/dev/buildbot/all/ia64%20Ubuntu%203.x/builds/331

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

Buildslave for this Build: klose-debian-ia64

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

BUILD FAILED: failed test

Excerpt from the test logfile:
Traceback (most recent call last):
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/test/test_urllib2net.py", line 226, in test_ftp_basic
    u = _urlopen_with_retry(self.FTP_HOST)
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/test/test_urllib2net.py", line 27, in wrapped
    return _retry_thrice(func, exc, *args, **kwargs)
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/test/test_urllib2net.py", line 23, in _retry_thrice
    raise last_exc
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/test/test_urllib2net.py", line 17, in _retry_thrice
    return func(*args, **kwargs)
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/urllib/request.py", line 122, in urlopen
    return _opener.open(url, data, timeout)
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/urllib/request.py", line 358, in open
    response = self._open(req, data)
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/urllib/request.py", line 376, in _open
    '_open', req)
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/urllib/request.py", line 336, in _call_chain
    result = func(*args)
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/urllib/request.py", line 1248, in ftp_open
    raise URLError(msg)
urllib.error.URLError: <urlopen error [Errno -2] Name or service not known>

2 tests failed:
    test_site test_urllib2net

======================================================================
FAIL: test_s_option (test.test_site.HelperFunctionsTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/test/test_site.py", line 105, in test_s_option
    self.assertEqual(rc, 1)
AssertionError: 0 != 1

make: *** [buildbottest] Error 1

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list