lemmy icon indicating copy to clipboard operation
lemmy copied to clipboard

Random CI errors `SocketError: other side closed`

Open Nutomic opened this issue 2 years ago • 0 comments

Requirements

  • [X] Is this a bug report? For questions or discussions use https://lemmy.ml/c/lemmy_support
  • [X] Did you check to see if this issue already exists?
  • [X] Is this only a single bug? Do not put multiple bugs in one issue.
  • [X] Is this a backend issue? Use the lemmy-ui repo for UI / frontend issues.

Summary

Recently we are getting a lot of errors like this in CI:

TypeError: fetch failed

Cause:
SocketError: other side closed

https://woodpecker.join-lemmy.org/repos/129/pipeline/4737/21#L327

This seems entirely random, the same commit can pass CI one time and then fail with this error another time. We need to find a way to fix this, so that CI status can actually be trusted.

Nutomic avatar Dec 22 '23 10:12 Nutomic