[Buildbot-devel] gitpoller: repo poll failed: [Failure instance: Traceback: <type 'exceptions.IOError'>: [Errno 4] Interrupted system call

Matisse Enzer menzer at apple.com
Fri Oct 29 00:22:21 UTC 2010


I am frequently( but not always) seeing an "Interrupted system call" error when gitpoller does a fetch.

So gitpoller executes a fetch at around line 190:
  args = ['fetch', self.repourl, self.branch]

# args are: ['fetch', 'ssh://puffball@git.mycompany.com/path/to/ProjectA', 'master']

then I often (but not always) see the following error:

gitpoller: repo poll failed: [Failure instance: Traceback: <type 'exceptions.IOError'>: [Errno 4] Interrupted system call
        /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/twisted/internet/_baseprocess.py:60:maybeCallProcessEnded
        /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/twisted/internet/utils.py:89:processEnded
        /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/twisted/internet/defer.py:243:callback
        /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/twisted/internet/defer.py:312:_startRunCallbacks
        --- <exception caught here> ---
        /System/Library/Frameworks/Python.framework/Versions/2.6/Extras/lib/python/twisted/internet/defer.py:328:_runCallbacks
        /Library/Python/2.6/site-packages/buildbot-0.8.1-py2.6.egg/buildbot/changes/gitpoller.py:199:_process_changes
        /Library/Python/2.6/site-packages/buildbot-0.8.1-py2.6.egg/buildbot/changes/gitpoller.py:135:_get_git_output
        /System/Library/Frameworks/Python.framework/Versions/2.6/lib/python2.6/subprocess.py:663:communicate
        ]


Any suggestions folks?

-M



More information about the devel mailing list