[Buildbot-commits] [SPAM] Re: [Buildbot] #780: http logging changes break with Twisted-2.5.0
Buildbot
buildbot-devel at lists.sourceforge.net
Fri Apr 9 04:33:46 UTC 2010
#780: http logging changes break with Twisted-2.5.0
-------------------+--------------------------------------------------------
Reporter: dustin | Owner: dustin
Type: defect | Status: closed
Priority: major | Milestone: 0.8.0
Version: 0.8.0 | Resolution: fixed
Keywords: |
-------------------+--------------------------------------------------------
Comment(by dustin):
After tracking down a Fedora 7 box to try this on..
{{{
Traceback (most recent call last):
File "/tmp/buildbot-latest/sandbox/lib/python2.5/site-packages
/buildbot-latest-py2.5.egg/buildbot/master.py", line 826, in <lambda>
d.addCallback(lambda res: self.loadConfig_status(status))
File "/tmp/buildbot-latest/sandbox/lib/python2.5/site-packages
/buildbot-latest-py2.5.egg/buildbot/master.py", line 1020, in
loadConfig_status
d.addCallback(addNewOnes)
File "/usr/lib/python2.5/site-
packages/twisted/internet/defer.py", line 191, in addCallback
callbackKeywords=kw)
File "/usr/lib/python2.5/site-
packages/twisted/internet/defer.py", line 182, in addCallbacks
self._runCallbacks()
--- <exception caught here> ---
File "/usr/lib/python2.5/site-
packages/twisted/internet/defer.py", line 317, in _runCallbacks
self.result = callback(self.result, *args, **kw)
File "/tmp/buildbot-latest/sandbox/lib/python2.5/site-packages
/buildbot-latest-py2.5.egg/buildbot/master.py", line 1017, in addNewOnes
s.setServiceParent(self)
File "/tmp/buildbot-latest/sandbox/lib/python2.5/site-packages
/buildbot-latest-py2.5.egg/buildbot/status/web/baseweb.py", line 374, in
setServiceParent
s.setServiceParent(self)
File "/usr/lib/python2.5/site-
packages/twisted/application/service.py", line 148, in setServiceParent
self.parent.addService(self)
File "/usr/lib/python2.5/site-
packages/twisted/application/service.py", line 259, in addService
service.privilegedStartService()
File "/usr/lib/python2.5/site-
packages/twisted/application/internet.py", line 68, in
privilegedStartService
self._port = self._getPort()
File "/usr/lib/python2.5/site-
packages/twisted/application/internet.py", line 86, in _getPort
return getattr(reactor, 'listen'+self.method)(*self.args,
**self.kwargs)
File "/usr/lib/python2.5/site-
packages/twisted/internet/posixbase.py", line 467, in listenTCP
p.startListening()
File "/usr/lib/python2.5/site-packages/twisted/internet/tcp.py",
line 743, in startListening
self.factory.doStart()
File "/usr/lib/python2.5/site-
packages/twisted/internet/protocol.py", line 48, in doStart
self.startFactory()
File "/usr/lib/python2.5/site-packages/twisted/web/http.py",
line 1140, in startFactory
self.logFile = self._openLogFile(self.logPath)
File "/tmp/buildbot-latest/sandbox/lib/python2.5/site-packages
/buildbot-latest-py2.5.egg/buildbot/status/web/baseweb.py", line 357, in
_openLogFile
return LogFile.fromFullPath(path, rotateLength=rotateLength,
maxRotatedFiles=maxRotatedFiles)
exceptions.AttributeError: class LogFile has no attribute
'fromFullPath'
}}}
--
Ticket URL: <http://buildbot.net/trac/ticket/780#comment:3>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list