-
Notifications
You must be signed in to change notification settings - Fork 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
External runners suddenly failing with System.Globalization.CultureNotFoundException #1605
Comments
@ramosbugs do you have a log before things broken? |
you might want to check whether you have |
Unfortunately I don't have any old logs since I use a fresh VM for each workflow run.
Interestingly, my VM init script is setting I was copying that from https://github.com/machulav/ec2-github-runner/pull/41/files#diff-3d2b59189eeedc2d428ddd632e97658fe310f587f7cb63b01f9b98ffc11c0197R55100, though I'm not sure the original reason why that was needed to fix ARM64 support in machulav/ec2-github-runner#41 (@machulav?). Removing |
A new runner released to service today, the runner bump it's dotnet runtime from dotnet 3.1 to dotnet 6... I will change the runner to follow the old behavior in the new release to avoid any interruptions. |
Thank you for the quick response and helpful suggestions!! |
Due to actions/runner#1605, all our builds are failing. This changes pins us to machulav/ec2-github-runner#88 until a more stable solution is available. Either the upstream action merges this in and we bump our version, or Github reverts their breaking change.
According to actions/runner#1605 (comment), dotnet6 introduce globalization-invariant mode breaking change.
* Remove DOTNET_SYSTEM_GLOBALIZATION_INVARIANT=1 According to actions/runner#1605 (comment), dotnet6 introduce globalization-invariant mode breaking change. * Update dist
Describe the bug
We've been using external GitHub Actions runners (located on Amazon EC2) without any issue for months. Beginning this afternoon, all our GitHub Actions jobs are failing with the following error returned by the runner:
To Reproduce
Run a GitHub Actions workflow with jobs specifying
runs-on
with an external runner.Expected behavior
Actions job runs on external runner.
Runner Version and Platform
Version of your runner?
2.286.0 (also fails on 2.280.2)
OS of the machine running the runner? OSX/Windows/Linux/...
Linux ARM64
What's not working?
See stack trace above.
Job Log Output
No output for job since it fails to start. However, the workflow run shows the following annotation:
Runner and Worker's Diagnostic Logs
Runner_20220113-014923-utc.log
Runner_20220113-014927-utc.log
Worker_20220113-014943-utc.log
The text was updated successfully, but these errors were encountered: