[Buildbot-devel] git poller errors
Chris Haumesser
ch at luciddg.com
Mon Sep 30 17:14:09 UTC 2013
I consistently get errors from the git poller in my new buildbot set up.
After starting buildbot, everything works fine for a (variable) number
of hours (most recently stopped working at ~7h). After that, buildbot
throws the following exception with every polling attempt:
http://paste.pound-python.org/show/WATYL8z9XIuUBxqkRfbm/.
My poller itself is simple (hostname redacted):
GitPoller('git at repos.xxxxx.com:ch/bbtest.git', workdir='repos/bbtest',
branches=['staging', 'rc'], pollinterval=60)
I've verified that everything is working properly with the git repo
during these periods.
I am using gitlab for serving repos. I've examined its logs and have not
found any errors that would explain the failures.
Restarting the build master resolves the problem temporarily, until it
inevitably returns after a period of time.
Any thoughts?
Thanks,
-C-
More information about the devel
mailing list