[Buildbot-commits] [Buildbot] #2464: gitpoller dying
Buildbot
nobody at buildbot.net
Wed Mar 6 02:32:06 UTC 2013
#2464: gitpoller dying
----------------------+-----------------------
Reporter: virgilg | Owner:
Type: undecided | Status: new
Priority: major | Milestone: undecided
Version: 0.8.7p1 | Keywords:
----------------------+-----------------------
After a buildmaster restart (buildmaster 0.8.7p1 on OS X 10.8.2) we're
getting the following traceback:
2013-03-05 15:02:14-0800 [-]
/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twisted/internet/utils.py:25:
exceptions.DeprecationWarning: Argument strings and environment
keys/values passed to reactor.spawnProcess should be str, not unicode.
2013-03-05 15:02:14-0800 [-] gitpoller: processing 0 changes: [] from
"https://gitrepo.domain.com/Project/branch"
2013-03-05 15:02:14-0800 [-] while polling for changes
Traceback (most recent call last):
File
"/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twisted/internet/defer.py",
line 368, in callback
self._startRunCallbacks(result)
File
"/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twisted/internet/defer.py",
line 464, in _startRunCallbacks
self._runCallbacks()
File
"/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twisted/internet/defer.py",
line 551, in _runCallbacks
current.result = callback(current.result, *args, **kw)
File
"/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twisted/internet/defer.py",
line 1101, in gotResult
_inlineCallbacks(r, g, deferred)
--- <exception caught here> ---
File
"/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twisted/internet/defer.py",
line 1043, in _inlineCallbacks
result = result.throwExceptionIntoGenerator(g)
File
"/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twisted/python/failure.py",
line 382, in throwExceptionIntoGenerator
return g.throw(self.type, self.value, self.tb)
File "/Library/Python/2.7/site-
packages/buildbot-0.8.7p1-py2.7.egg/buildbot/changes/gitpoller.py", line
109, in poll
[self.repourl] + refspecs, path=self.workdir)
File
"/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/twisted/internet/defer.py",
line 551, in _runCallbacks
current.result = callback(current.result, *args, **kw)
File "/Library/Python/2.7/site-
packages/buildbot-0.8.7p1-py2.7.egg/buildbot/changes/gitpoller.py", line
238, in _convert_nonzero_to_failure
% (code, stderr))
exceptions.EnvironmentError: command failed with exit code 128:
fatal: https://gitrepo.domain.com/Project/branch/info/refs not found: did
you run git update-server-info on the server?
The work directory looks fine.
~/buildmaster/gitpoller_work/Project-Branch-Version$ ls -al
total 16
drwxr-xr-x 7 buildbot staff 238 Mar 5 18:22 .
drwxr-xr-x 8 buildbot staff 272 Feb 28 14:31 ..
-rw-r--r-- 1 buildbot staff 0 Mar 5 18:22 FETCH_HEAD
-rw-r--r-- 1 buildbot staff 23 Feb 26 20:27 HEAD
-rw-r--r-- 1 buildbot staff 85 Mar 5 18:22 config
drwxr-xr-x 4 buildbot staff 136 Feb 26 20:27 objects
drwxr-xr-x 4 buildbot staff 136 Feb 26 20:27 refs
--
Ticket URL: <http://trac.buildbot.net/ticket/2464>
Buildbot <http://buildbot.net/>
Buildbot: build/test automation
More information about the Commits
mailing list