[Buildbot-devel] Bazaar tests failure
Gianluca Sforna
giallu at gmail.com
Mon Mar 2 23:42:29 UTC 2009
Hi,
I patched the 0.7.10 rpm package I'm working on to add the bits
missing from the release. so far so good.
Now I have the bazaar tests failing. The first one with:
[ERROR]: buildbot.test.test_vc.Bazaar.testCheckout
Traceback (most recent call last):
File "/usr/lib64/python2.5/site-packages/twisted/internet/defer.py",
line 576, in _deferGenerator
result = g.next()
File "/builddir/build/BUILD/buildbot-0.7.10/buildbot/test/test_vc.py",
line 1796, in _createRepository_1
yield w; out = w.getResult()
File "/usr/lib64/python2.5/site-packages/twisted/internet/defer.py",
line 555, in getResult
self.result.raiseException()
File "/usr/lib64/python2.5/site-packages/twisted/python/failure.py",
line 259, in raiseException
raise self.type, self.value, self.tb
exceptions.TypeError: exceptions must be classes, instances, or
strings (deprecated), not type
then all other ones with something like:
[ERROR]: buildbot.test.test_vc.Bazaar.testCheckoutBranch
Traceback (most recent call last):
File "/usr/lib64/python2.5/site-packages/twisted/internet/defer.py",
line 576, in _deferGenerator
result = g.next()
File "/builddir/build/BUILD/buildbot-0.7.10/buildbot/test/test_vc.py",
line 1750, in _createRepository_1
self.populate(tmp)
File "/builddir/build/BUILD/buildbot-0.7.10/buildbot/test/test_vc.py",
line 294, in populate
os.makedirs(os.path.join(basedir, "subdir"))
File "/usr/lib64/python2.5/os.py", line 171, in makedirs
mkdir(name, mode)
exceptions.OSError: [Errno 17] File exists:
'/builddir/build/BUILD/buildbot-0.7.10/_trial_temp/test_vc/repositories/archtmp/subdir'
===============================================================================
I'll appreciate some help to fix it (otherwise I'll need to disable
bazaar tests).
Of course, feel free to ask me any additional detail
TIA
Gianluca
--
Gianluca Sforna
http://morefedora.blogspot.com
http://www.linkedin.com/in/gianlucasforna
More information about the devel
mailing list