<!DOCTYPE html>
<html><head>
    <meta charset="UTF-8">
</head><body><p>Hello,<br></p><p><br></p><p>i use buildbot to build debs of my project. Until now all was working fine. ( bb 0.8.9 )<br><br>Now i got the error:</p><p>2019-02-05 23:29:09+0100 [-] while polling for changes<br> Traceback (most recent call last):<br> File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 382, in callback<br> self._startRunCallbacks(result)<br> File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 490, in _startRunCallbacks<br> self._runCallbacks()<br> File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 577, in _runCallbacks<br> current.result = callback(current.result, *args, **kw)<br> File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1155, in gotResult<br> _inlineCallbacks(r, g, deferred)<br> --- <exception caught here> ---<br> File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 1097, in _inlineCallbacks<br> result = result.throwExceptionIntoGenerator(g)<br> File "/usr/lib/python2.7/dist-packages/twisted/python/failure.py", line 389, in throwExceptionIntoGenerator<br> return g.throw(self.type, self.value, self.tb)<br> File "/usr/lib/python2.7/dist-packages/buildbot/changes/gitpoller.py", line 162, in poll<br> [self.repourl] + refspecs, path=self.workdir)<br> File "/usr/lib/python2.7/dist-packages/twisted/internet/defer.py", line 577, in _runCallbacks<br> current.result = callback(current.result, *args, **kw)<br> File "/usr/lib/python2.7/dist-packages/buildbot/changes/gitpoller.py", line 299, in _convert_nonzero_to_failure<br> % (self.repourl, code, stderr))<br> exceptions.EnvironmentError: command on repourl https://github.com/pulse-project/pulse-xmpp-agent.git failed with exit code 128: fatal: le paquet a 1 delta non résolu<br> fatal: index-pack failed<br></p><p><br></p><p>i don't understand where to look and what to do.<br></p><p>is there a folder to clean to make it start from 0 ( and see new commits as changes ? )<br></p><p>i tried to restart buildbot and buildslave but same problem ( other git repos used are working )<br></p><div class="io-ox-signature"><p> Cordialement,</p><p><strong>Nicolas Lécureuil<br></strong></p><p>Web: <a href="http://www.siveo.net">http://www.siveo.net</a><br></p><p> <br></p></div></body></html>