[Python-checkins] buildbot failure in g4 osx.4 3.0

buildbot at python.org buildbot at python.org
Fri Jul 18 19:58:21 CEST 2008


The Buildbot has detected a new failure of g4 osx.4 3.0.
Full details are available at:
 http://www.python.org/dev/buildbot/all/g4%20osx.4%203.0/builds/1127

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

Buildslave for this Build: psf-g4

Build Reason: 
Build Source Stamp: [branch branches/py3k] HEAD
Blamelist: benjamin.peterson

BUILD FAILED: failed test

Excerpt from the test logfile:
Traceback (most recent call last):
  File "/Users/buildslave/bb/3.0.psf-g4/build/Lib/test/test_asynchat.py", line 207, in test_close_when_done
    asyncore.loop(use_poll=self.usepoll, count=300, timeout=.01)
  File "/Users/buildslave/bb/3.0.psf-g4/build/Lib/asyncore.py", line 203, in loop
    poll_fun(timeout, map)
  File "/Users/buildslave/bb/3.0.psf-g4/build/Lib/asyncore.py", line 140, in poll
    read(obj)
  File "/Users/buildslave/bb/3.0.psf-g4/build/Lib/asyncore.py", line 77, in read
    obj.handle_error()
  File "/Users/buildslave/bb/3.0.psf-g4/build/Lib/asyncore.py", line 73, in read
    obj.handle_read_event()
  File "/Users/buildslave/bb/3.0.psf-g4/build/Lib/asyncore.py", line 412, in handle_read_event
    self.handle_read()
  File "/Users/buildslave/bb/3.0.psf-g4/build/Lib/test/test_ssl.py", line 523, in handle_read
    data = self.recv(1024)
  File "/Users/buildslave/bb/3.0.psf-g4/build/Lib/asyncore.py", line 371, in recv
    if why[0] in [ECONNRESET, ENOTCONN, ESHUTDOWN, ECONNABORTED]:
TypeError: 'error' object does not support indexing

2 tests failed:
    test_asynchat test_urllib2

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

Traceback (most recent call last):
  File "/Users/buildslave/bb/3.0.psf-g4/build/Lib/test/test_urllib2.py", line 408, in test_badly_named_methods
    self.assertRaises(URLError, o.open, scheme+"://example.com/")
  File "/Users/buildslave/bb/3.0.psf-g4/build/Lib/unittest.py", line 311, in failUnlessRaises
    callableObj(*args, **kwargs)
  File "/Users/buildslave/bb/3.0.psf-g4/build/Lib/urllib/request.py", line 356, in open
    response = self._open(req, data)
  File "/Users/buildslave/bb/3.0.psf-g4/build/Lib/urllib/request.py", line 379, in _open
    'unknown_open', req)
  File "/Users/buildslave/bb/3.0.psf-g4/build/Lib/urllib/request.py", line 334, in _call_chain
    result = func(*args)
  File "/Users/buildslave/bb/3.0.psf-g4/build/Lib/urllib/request.py", line 1102, in unknown_open
    raise URLError('unknown url type: %s' % type)
urllib.error.URLError: <urlopen error unknown url type: do>

make: *** [buildbottest] Error 1

sincerely,
 -The Buildbot



More information about the Python-checkins mailing list