-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Internal Errors when running builds #2381
Comments
Had the same issue. Re-running jobs however succeeded. |
@nakkht I tried re-running the same job I think 3 times and different jobs failed each time. |
I'm also experiencing the same issue. My workflow has two jobs. The Ubuntu 20.04 job started immediately, while the macOS 11 one failed to start until it was automatically restarted an hour and a half later. https://github.com/dominikWin/badlogvis/actions/runs/458499059 However, with the automatically restarted job, it didn't replace the failing PR check of the job that failed to start. Now there are three checks - two passing and one failing. |
This has been affecting us in LightGBM as well. I contacted Azure support this morning about this issue (you can read what I sent here) and got this response.
|
This comment has been minimized.
This comment has been minimized.
+1 here. All of the repositories that have GHA set up I've contributed to after #2247 was resolved have either failing jobs, or they take half an hour on average to start for macOS 11.0 agents. |
because they're broken. See this issue for details: actions/runner-images#2381
Related to actions/runner-images#2381 **Why this change was necessary** The macOS 11.0 runner is failing to start for an unacceptably long time. Many other projects are running into the same issue. In the interim, this build matrix option should be disabled. **What this change does** See title. **Any side-effects?** None
Related to actions/runner-images#2381 **Why this change was necessary** The macOS 11.0 runner is failing to start for an unacceptably long time. Many other projects are running into the same issue. In the interim, this build matrix option should be disabled. **What this change does** See title. **Any side-effects?** None
Hi! Until then, please, switch to |
Thanks for the update @AlenaSviridenko, hoping macOS 11.0 moves out of “preview” mode soon given it was released ~2months ago to the public. |
For a few days already builds on macOS 11.0 agents no longer wait in the queue, they are just cancelled over and over, and even when restarted manually. I can't use macOS 10.15 agents as my framework explicitly requires new SwiftUI APIs for macOS, which are available only on maOS 11.0. If the actual reason is the lack of free agents, could GitHub Actions at least avoid cancelling the builds? I'm fine with waiting in the queue, but why do builds need to be cancelled completely? |
@AlenaSviridenko Thanks for the response - is there a timeline when macOS 11 will move out of preview, and hopefully will also be updated to more recent version? I believe most of us that point to macOS11 actually |
Yes, I'm using macOS 11 runners so I can cross-compile for Apple Silicon Macs. |
We're using macOS 11 runners to be sure that the packages we're developing will build and pass tests on macOS 11. |
**Why this change was necessary** Travis CI has moved away from their .org site and has also announced a new pricing model that isn't as generous for open-source projects[1]. **What this change does** Moves the tox and PyPI publish automation into a GitHub Actions workflow. Note that the `macos-11.0` platform option should remain commented out until the stalled runs described in actions/runner-images#2381 are resolved[2]. **Any side-effects?** None **Additional context/notes/links** Resolves Arcadia-Science#9 - [1] https://www.r-bloggers.com/2020/11/moving-away-from-travis-ci/ - [2] actions/runner-images#2381
**Why this change was necessary** Travis CI has moved away from their .org site and has also announced a new pricing model that isn't as generous for open-source projects[1]. **What this change does** Moves the tox and PyPI publish automation into a GitHub Actions workflow. Note that the `macos-11.0` platform option should remain commented out until the stalled runs described in actions/runner-images#2381 are resolved[2]. **Any side-effects?** None **Additional context/notes/links** Resolves #9 - [1] https://www.r-bloggers.com/2020/11/moving-away-from-travis-ci/ - [2] actions/runner-images#2381
Big Sur builds can't proceed right now due to actions/runner-images#2381
GitHub suggesting not to run on BigSur due to technical limitations. actions/runner-images#2381 (comment) macOS-11.0 is considered a “private preview” https://github.com/actions/virtual-environments/pull/2502/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5R21
Hi! |
@AlenaSviridenko As the maintainer of a project that used macos-11.0 as a os target for my CI, I removed that target when it was transitioned to "private preview" since it no longer seemed to work at all for me. I was watching this bug in the hopes that it would inform me of when I could go back to using macos-11.0. What should I do now? Is there an issue that represents "users want to build for macos-11.0 but they can't"? Or can I somehow request to be included in the "private preview"? With this bug closed, we seem to be stuck in a state of limbo. |
@AlenaSviridenko I’m still seeing a lot of failures, you can check the last ~5 runs here https://github.com/SwiftUIX/SwiftUIX/actions?query=branch%3Afeature%2FXcode-12.5. I hope that by the time Xcode 12.5 is out of beta, that the situation is improved more given it requires macOS Big Sur. |
It should be readded when the runners on Github Actions start actually working. Reference: actions/runner-images#2381
Description
Builds either don’t start running or fail with an internal error.
Area for Triage: Apple
Question, Bug, or Feature?:
Bug
Virtual environments affected
Expected behavior
The build would complete successfully.
Actual behavior
The build is either stuck on starting or fail with an internal error.
Repro steps
A description with steps to reproduce the issue. If your have a public example or repo to share,
please provide the link.
EDIT:
More workflow failures on a paid org:
https://github.com/interact-technology/medCompanion-Apple/actions/runs/466140750
https://github.com/interact-technology/medCompanion-Apple/actions/runs/466644185
The text was updated successfully, but these errors were encountered: