[Python-checkins] buildbot failure in i386 Ubuntu 3.0
buildbot at python.org
buildbot at python.org
Tue Jul 15 21:43:06 CEST 2008
The Buildbot has detected a new failure of i386 Ubuntu 3.0.
Full details are available at:
http://www.python.org/dev/buildbot/all/i386%20Ubuntu%203.0/builds/178
Buildbot URL: http://www.python.org/dev/buildbot/all/
Buildslave for this Build: klose-ubuntu-i386
Build Reason:
Build Source Stamp: [branch branches/py3k] HEAD
Blamelist: neil.schemenauer
BUILD FAILED: failed test
Excerpt from the test logfile:
1 test failed:
test_urllib2
======================================================================
ERROR: test_badly_named_methods (test.test_urllib2.OpenerDirectorTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/home/pybot/buildarea/3.0.klose-ubuntu-i386/build/Lib/test/test_urllib2.py", line 408, in test_badly_named_methods
self.assertRaises(URLError, o.open, scheme+"://example.com/")
File "/home/pybot/buildarea/3.0.klose-ubuntu-i386/build/Lib/unittest.py", line 311, in failUnlessRaises
callableObj(*args, **kwargs)
File "/home/pybot/buildarea/3.0.klose-ubuntu-i386/build/Lib/urllib/request.py", line 356, in open
response = self._open(req, data)
File "/home/pybot/buildarea/3.0.klose-ubuntu-i386/build/Lib/urllib/request.py", line 379, in _open
'unknown_open', req)
File "/home/pybot/buildarea/3.0.klose-ubuntu-i386/build/Lib/urllib/request.py", line 334, in _call_chain
result = func(*args)
File "/home/pybot/buildarea/3.0.klose-ubuntu-i386/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