subosito / flutter-action

Flutter environment for use in GitHub Actions. It works on Linux, Windows, and macOS.
MIT License
2.17k stars 193 forks source link

Sometimes getting `Assertion failed: (timeout != -1), function uv__io_poll, file ../deps/uv/src/unix/kqueue.c, line 256.` #189

Closed nilsreichardt closed 1 year ago

nilsreichardt commented 1 year ago

Sometimes fails our CI because of

Assertion failed: (timeout != -1), function uv__io_poll, file ../deps/uv/src/unix/kqueue.c, line 256.`
image

Our app is open source. You find the logs here: https://github.com/SharezoneApp/sharezone-app/actions/runs/3138556983/jobs/5098015831

This is our flow that is sometimes failing: https://github.com/SharezoneApp/sharezone-app/blob/ea6d6ab75b72b3224d15cf5d37f4cffafc89281a/.github/workflows/main.yml#L127

Any ideas?

subosito commented 1 year ago

@nilsreichardt Please retry using subosito/flutter-action@v2 instead of v1.

nilsreichardt commented 1 year ago

Thanks, I will try 👍

nilsreichardt commented 1 year ago

I'm going to close this ticket for now. If this issue happens again, I'm going to reopen this ticket.