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

buildbot at python.org buildbot at python.org
Tue May 13 00:36:50 CEST 2008


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/904

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: benjamin.peterson

BUILD FAILED: failed test

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

======================================================================
ERROR: test_file (test.test_urllib2net.OtherNetworkTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/test/test_urllib2net.py", line 117, in test_file
    self._test_urls(urls, self._extra_handlers(), urllib2.urlopen)
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/test/test_urllib2net.py", line 155, in _test_urls
    urllib2.install_opener(urllib2.build_opener(*handlers))
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/urllib2.py", line 458, in build_opener
    opener.add_handler(klass())
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/urllib2.py", line 670, in __init__
    proxies = getproxies()
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/urllib.py", line 1244, in getproxies_environment
    for name, value in os.environ.items():
AttributeError: 'NoneType' object has no attribute 'environ'

======================================================================
ERROR: test_ftp (test.test_urllib2net.OtherNetworkTests)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/test/test_urllib2net.py", line 105, in test_ftp
    self._test_urls(urls, self._extra_handlers())
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/test/test_urllib2net.py", line 155, in _test_urls
    urllib2.install_opener(urllib2.build_opener(*handlers))
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/urllib2.py", line 458, in build_opener
    opener.add_handler(klass())
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/urllib2.py", line 670, in __init__
    proxies = getproxies()
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/urllib.py", line 1244, in getproxies_environment
    for name, value in os.environ.items():
AttributeError: 'NoneType' object has no attribute 'environ'

======================================================================
ERROR: test_close (test.test_urllib2net.CloseSocketTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/test/test_urllib2net.py", line 78, in test_close
    abused_fileobject = response.fp
AttributeError: 'addinfourl' object has no attribute 'fp'

======================================================================
ERROR: test_ftp_NoneNodefault (test.test_urllib2net.TimeoutTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/test/test_urllib2net.py", line 227, in test_ftp_NoneNodefault
    u = _urlopen_with_retry(self.FTP_HOST, timeout=None)
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/test/test_urllib2net.py", line 19, in _urlopen_with_retry
    return urllib2.urlopen(host, *args, **kwargs)
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/urllib2.py", line 122, in urlopen
    return _opener.open(url, data, timeout)
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/urllib2.py", line 378, in open
    response = self._open(req, data)
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/urllib2.py", line 396, in _open
    '_open', req)
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/urllib2.py", line 356, in _call_chain
    result = func(*args)
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/urllib2.py", line 1286, in ftp_open
    fp, retrlen = fw.retrfile(file, type)
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/urllib.py", line 836, in retrfile
    self.endtransfer), conn[1])
TypeError: 'NoneType' object is not callable

======================================================================
ERROR: test_ftp_NoneWithdefault (test.test_urllib2net.TimeoutTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/test/test_urllib2net.py", line 221, in test_ftp_NoneWithdefault
    u = _urlopen_with_retry(self.FTP_HOST, timeout=None)
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/test/test_urllib2net.py", line 19, in _urlopen_with_retry
    return urllib2.urlopen(host, *args, **kwargs)
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/urllib2.py", line 122, in urlopen
    return _opener.open(url, data, timeout)
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/urllib2.py", line 378, in open
    response = self._open(req, data)
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/urllib2.py", line 396, in _open
    '_open', req)
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/urllib2.py", line 356, in _call_chain
    result = func(*args)
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/urllib2.py", line 1286, in ftp_open
    fp, retrlen = fw.retrfile(file, type)
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/urllib.py", line 836, in retrfile
    self.endtransfer), conn[1])
TypeError: 'NoneType' object is not callable

======================================================================
ERROR: test_ftp_Value (test.test_urllib2net.TimeoutTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/test/test_urllib2net.py", line 231, in test_ftp_Value
    u = _urlopen_with_retry(self.FTP_HOST, timeout=60)
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/test/test_urllib2net.py", line 19, in _urlopen_with_retry
    return urllib2.urlopen(host, *args, **kwargs)
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/urllib2.py", line 122, in urlopen
    return _opener.open(url, data, timeout)
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/urllib2.py", line 378, in open
    response = self._open(req, data)
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/urllib2.py", line 396, in _open
    '_open', req)
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/urllib2.py", line 356, in _call_chain
    result = func(*args)
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/urllib2.py", line 1286, in ftp_open
    fp, retrlen = fw.retrfile(file, type)
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/urllib.py", line 836, in retrfile
    self.endtransfer), conn[1])
TypeError: 'NoneType' object is not callable

======================================================================
ERROR: test_ftp_basic (test.test_urllib2net.TimeoutTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/test/test_urllib2net.py", line 214, in test_ftp_basic
    u = _urlopen_with_retry(self.FTP_HOST)
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/test/test_urllib2net.py", line 19, in _urlopen_with_retry
    return urllib2.urlopen(host, *args, **kwargs)
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/urllib2.py", line 122, in urlopen
    return _opener.open(url, data, timeout)
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/urllib2.py", line 378, in open
    response = self._open(req, data)
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/urllib2.py", line 396, in _open
    '_open', req)
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/urllib2.py", line 356, in _call_chain
    result = func(*args)
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/urllib2.py", line 1286, in ftp_open
    fp, retrlen = fw.retrfile(file, type)
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/urllib.py", line 836, in retrfile
    self.endtransfer), conn[1])
TypeError: 'NoneType' object is not callable

======================================================================
ERROR: test_http_NoneNodefault (test.test_urllib2net.TimeoutTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/test/test_urllib2net.py", line 209, in test_http_NoneNodefault
    self.assertTrue(u.fp.raw.fp._sock.gettimeout() is None)
AttributeError: 'addinfourl' object has no attribute 'fp'

======================================================================
ERROR: test_http_NoneWithdefault (test.test_urllib2net.TimeoutTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/test/test_urllib2net.py", line 199, in test_http_NoneWithdefault
    self.assertTrue(u.fp.raw.fp._sock.gettimeout(), 60)
AttributeError: 'addinfourl' object has no attribute 'fp'

======================================================================
ERROR: test_http_Value (test.test_urllib2net.TimeoutTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/test/test_urllib2net.py", line 205, in test_http_Value
    self.assertEqual(u.fp.raw.fp._sock.gettimeout(), 120)
AttributeError: 'addinfourl' object has no attribute 'fp'

======================================================================
ERROR: test_http_basic (test.test_urllib2net.TimeoutTest)
----------------------------------------------------------------------

Traceback (most recent call last):
  File "/home/pybot/buildarea/3.0.klose-debian-ppc/build/Lib/test/test_urllib2net.py", line 192, in test_http_basic
    self.assertTrue(u.fp.raw.fp._sock.gettimeout() is None)
AttributeError: 'addinfourl' object has no attribute 'fp'

make: *** [buildbottest] Error 1

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list