[Buildbot-commits] [Buildbot] #2765: GitPoller exception
Buildbot trac
trac at buildbot.net
Wed Apr 23 12:46:43 UTC 2014
#2765: GitPoller exception
----------------------------+-----------------------
Reporter: PhilHannent | Owner:
Type: support-request | Status: new
Priority: major | Milestone: undecided
Version: 0.8.7p1 | Keywords: git
----------------------------+-----------------------
I have a buildbot 0.8.7p1 which I upgraded from an old ubuntu to 13.10.
However after the upgrade the builds are not triggered and in the
twistd.log I see the following:
{{{
2014-04-23 13:40:50+0100 [-] trying to poll branch elm.lynx.beta of
/media/vss/Git/elm.lynx.git
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-
packages/twisted/internet/defer.py", line 575, in _runCallbacks
current.result = callback(current.result, *args, **kw)
File "/usr/lib/python2.7/dist-
packages/twisted/internet/defer.py", line 1126, in gotResult
_inlineCallbacks(r, g, deferred)
File "/usr/lib/python2.7/dist-
packages/twisted/internet/defer.py", line 1068, in _inlineCallbacks
result = result.throwExceptionIntoGenerator(g)
File "/usr/lib/python2.7/dist-
packages/twisted/python/failure.py", line 389, in
throwExceptionIntoGenerator
return g.throw(self.type, self.value, self.tb)
--- <exception caught here> ---
File "/usr/lib/python2.7/dist-
packages/buildbot/changes/gitpoller.py", line 117, in poll
yield self._process_changes(rev, branch)
File "/usr/lib/python2.7/dist-
packages/twisted/internet/defer.py", line 1070, in _inlineCallbacks
result = g.send(result)
File "/usr/lib/python2.7/dist-
packages/buildbot/changes/gitpoller.py", line 200, in _process_changes
% (self.changeCount, revList, self.repourl, branch) )
exceptions.TypeError: not all arguments converted during string
formatting
}}}
The section of the master.cfg where I set this up is:
{{{
c['change_source'] = [
GitPoller(repourl='/media/vss/Git/elm.lynx.git',
branches=['elm.lynx.4.x', 'elm.lynx', 'elm.lynx.beta'], pollinterval=60,
workdir='gitpoller-elm.lynx'),
#GitPoller('file:///media/vss/Git/CBDriver.git', branch='master',
pollinterval=600),
GitPoller(repourl='/media/vss/Git/lb', branch='elm.webits',
pollinterval=600, workdir='gitpoller-lb'),
#GitPoller('file:///media/vss/Git/website_lynx_autoupdate.git',
branch='master', pollinterval=60),
GitPoller(repourl='/media/vss/Git/elm.lynx-updater.git', branch='elm
.lynx-updater', pollinterval=600, workdir='gitpoller-elm.lynx-updater')
]
}}}
Can you provide details as to why this would be failing?
--
Ticket URL: <http://trac.buildbot.net/ticket/2765>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list