Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

unexpected disconnect while reading sideband packet #10892

Open
2 of 15 tasks
yuzurihaaa opened this issue Nov 4, 2024 · 1 comment
Open
2 of 15 tasks

unexpected disconnect while reading sideband packet #10892

yuzurihaaa opened this issue Nov 4, 2024 · 1 comment
Assignees

Comments

@yuzurihaaa
Copy link

Description

My application used to work fine compiling the app on windows. However, recently, there are a number of failures happened when fetching dependency. This issue only happened on windows, but not on macos or ubuntu.

Platforms affected

  • Azure DevOps
  • GitHub Actions - Standard Runners
  • GitHub Actions - Larger Runners

Runner images affected

  • Ubuntu 20.04
  • Ubuntu 22.04
  • Ubuntu 24.04
  • macOS 12
  • macOS 13
  • macOS 13 Arm64
  • macOS 14
  • macOS 14 Arm64
  • macOS 15
  • macOS 15 Arm64
  • Windows Server 2019
  • Windows Server 2022

Image version and build link

Image: windows-2022
Version: 20241021.1.0

Is it regression?

Yes - last working, Image: windows-2022 Version: 20241006.1.0

Expected behavior

App should be able to fetch dependencies and build application.

Actual behavior

Currently when I am trying to fetch app dependency, I get error

Git error. Command: `git clone --mirror [email protected]:google/flutter-desktop-embedding.git C:\Users\runneradmin\AppData\Local\Pub\Cache\_temp\dir5a5d1c1b`
[ 4m 51.436s] Resolving dependencies...
stdout: 
stderr: Cloning into bare repository 'C:\Users\runneradmin\AppData\Local\Pub\Cache\_temp\dir5a5d1c1b'...
Read from remote host github.com: Connection reset by peer
client_loop: send disconnect: Connection reset by peer
fetch-pack: unexpected disconnect while reading sideband packet
fatal: early EOF
fatal: fetch-pack: invalid index-pack output
exit code: 128

only on Windows. MacOS and Ubuntu works fine.

Repro steps

@kishorekumar-anchala
Copy link
Contributor

Hi @yuzurihaaa - We'll update you ASAP once investigation completes. Thank you !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants