[Python-checkins] buildbot failure in g4 osx.4 3.0
buildbot at python.org
buildbot at python.org
Wed Jun 25 18:14:59 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/1048
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:
2 tests failed:
test_funcattrs 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 352, in open
response = self._open(req, data)
File "/Users/buildslave/bb/3.0.psf-g4/build/Lib/urllib/request.py", line 375, in _open
'unknown_open', req)
File "/Users/buildslave/bb/3.0.psf-g4/build/Lib/urllib/request.py", line 330, in _call_chain
result = func(*args)
File "/Users/buildslave/bb/3.0.psf-g4/build/Lib/urllib/request.py", line 1100, in unknown_open
raise urllib.error.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