[Buildbot-commits] [Buildbot] #2681: Python-2.5 doesn't have MutableMapping
Buildbot trac
trac at buildbot.net
Thu Jan 30 02:11:04 UTC 2014
#2681: Python-2.5 doesn't have MutableMapping
-------------------+--------------------
Reporter: dustin | Owner:
Type: defect | Status: new
Priority: major | Milestone: 0.8.9
Version: master | Keywords: gerrit
-------------------+--------------------
{{{
[ERROR]
Traceback (most recent call last):
File "/home/buildbot/slave/py25-tw1110/sandbox-
python2.5-Twisted==11.1.0samigr-0.7.1/lib/python2.5/site-
packages/twisted/trial/runner.py", line 572, in loadPackage
module = modinfo.load()
File "/home/buildbot/slave/py25-tw1110/sandbox-
python2.5-Twisted==11.1.0samigr-0.7.1/lib/python2.5/site-
packages/twisted/python/modules.py", line 383, in load
return self.pathEntry.pythonPath.moduleLoader(self.name)
File "/home/buildbot/slave/py25-tw1110/sandbox-
python2.5-Twisted==11.1.0samigr-0.7.1/lib/python2.5/site-
packages/twisted/python/reflect.py", line 464, in namedAny
topLevelPackage = _importAndCheckStack(trialname)
File
"/home/buildbot/slave/py25-tw1110/build/master/buildbot/test/unit/test_changes_gerritchangesource.py",
line 18, in <module>
from buildbot.changes import gerritchangesource
File
"/home/buildbot/slave/py25-tw1110/build/master/buildbot/changes/gerritchangesource.py",
line 19, in <module>
from collections import MutableMapping
exceptions.ImportError: cannot import name MutableMapping
buildbot.test.unit.test_changes_gerritchangesource
===============================================================================
[ERROR]
Traceback (most recent call last):
File "/home/buildbot/slave/py25-tw1110/sandbox-
python2.5-Twisted==11.1.0samigr-0.7.1/lib/python2.5/site-
packages/twisted/trial/runner.py", line 572, in loadPackage
module = modinfo.load()
File "/home/buildbot/slave/py25-tw1110/sandbox-
python2.5-Twisted==11.1.0samigr-0.7.1/lib/python2.5/site-
packages/twisted/python/modules.py", line 383, in load
return self.pathEntry.pythonPath.moduleLoader(self.name)
File "/home/buildbot/slave/py25-tw1110/sandbox-
python2.5-Twisted==11.1.0samigr-0.7.1/lib/python2.5/site-
packages/twisted/python/reflect.py", line 464, in namedAny
topLevelPackage = _importAndCheckStack(trialname)
File
"/home/buildbot/slave/py25-tw1110/build/master/buildbot/test/unit/test_steps_source_repo.py",
line 16, in <module>
from .test_changes_gerritchangesource import TestGerritChangeSource
File
"/home/buildbot/slave/py25-tw1110/build/master/buildbot/test/unit/test_changes_gerritchangesource.py",
line 18, in <module>
from buildbot.changes import gerritchangesource
File
"/home/buildbot/slave/py25-tw1110/build/master/buildbot/changes/gerritchangesource.py",
line 19, in <module>
from collections import MutableMapping
exceptions.ImportError: cannot import name MutableMapping
buildbot.test.unit.test_steps_source_repo
}}}
--
Ticket URL: <http://trac.buildbot.net/ticket/2681>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list