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

buildbot at python.org buildbot at python.org
Sun Apr 12 20:50:20 CEST 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/571

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: georg.brandl,r.david.murray,tarek.ziade

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_urllib2_localnet.py", line 251, in test_proxy_with_bad_password_raises_httperror
    self.URL)
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/unittest.py", line 535, in assertRaises
    callableObj(*args, **kwargs)
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/urllib/request.py", line 348, in open
    response = meth(req, response)
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/urllib/request.py", line 460, in http_response
    'http', request, response, code, msg, hdrs)
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/urllib/request.py", line 380, in error
    result = self._call_chain(*args)
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/urllib/request.py", line 320, in _call_chain
    result = func(*args)
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/urllib/request.py", line 980, in http_error_407
    host, req, headers)
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/urllib/request.py", line 858, in http_error_auth_reqed
    return self.retry_http_digest_auth(req, authreq)
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/urllib/request.py", line 869, in retry_http_digest_auth
    resp = self.parent.open(req)
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/urllib/request.py", line 342, in open
    response = self._open(req, data)
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/urllib/request.py", line 360, in _open
    '_open', req)
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/urllib/request.py", line 320, in _call_chain
    result = func(*args)
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/urllib/request.py", line 1063, in http_open
    return self.do_open(http.client.HTTPConnection, req)
  File "/home/pybot/buildarea/3.x.klose-debian-ia64/build/Lib/urllib/request.py", line 1048, in do_open
    raise URLError(err)
urllib.error.URLError: <urlopen error [Errno 9] Bad file descriptor>

1 test failed:
    test_urllib2_localnet

make: *** [buildbottest] Error 1

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list