views:

19

answers:

1

We are using buildbot to run continuous integration. The built-in Git build step generates this command line: C:\Program Files\Git\bin\git.EXE fetch -t file:///s:/Repositories/repo +master

s: is a samba share on a debian server mapped on the buildbot slave.

It fails intermittently (once in ~50 builds) with this error:

error: inflate: data stream error (incorrect data check)
fatal: pack has bad object at offset 26936: inflate returned -3
fatal: index-pack failed
fatal: write error: Invalid argument

Does anyone have any idea what might be causing this and how we can fix it?

A: 
VonC