All builds are failing with the same error
As of today, it looks like all of our builds are failing with the same error.
Build started
git clone -q --branch=releases/1.30.0 git@github.com:XYZ c:\projects\XYZ
Received disconnect from 140.82.114.4 port 22:11: Bye Bye
Disconnected from 140.82.114.4 port 22
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output
Command exited with code 128
Typically, that's indicative of a network connectivity issue, but since this is a hosted platform we can't check that.
I don't believe anything has changed/expired with our github auth, and surely if it had it would be an unauthorised warning instead.
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Feodor Fitsner on 28 Nov, 2024 03:09 PM
Hi Aaron,
Is that project running on VS 2022 image?
We updated the image yesterday and that error could be related to that.
Could you try running on “Previous Visual Studio 2022” image and let me know if that helped?
While the issue is not affecting all VS 2022 image users we’ve got another similar report. Does that repo use Git LFS?
2 Posted by aaronmcintosh on 28 Nov, 2024 03:49 PM
Hi there,
Running on previous has resolved the issue according to our developers, however we have over 100 repos building in Appveyor. Is there a planned fix so that we don't have to make that change in each repo?
Support Staff 3 Posted by Owen McDonnell on 28 Nov, 2024 05:56 PM
We're going to roll back for now to investigate the issue. So you will be able to use regular
Visual Studio 2022
image very shortly.4 Posted by Jorge on 29 Nov, 2024 01:21 PM
It's the same issue here in all our projects.
5 Posted by Jorge on 29 Nov, 2024 01:25 PM
I added more info in the github issue.
https://github.com/appveyor/ci/issues/3936