-
Notifications
You must be signed in to change notification settings - Fork 3.3k
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
macos-13 job crashes without logs #7509
Comments
interesting. I'll have a look |
@AkihiroSuda , I tried to run in my fork seems, it awaits for
what's that ? how that routing is supposed to appear ? where it tries to connect to ? is it some qemu vm started on runner ? |
@ilia-shipitsin Thanks for testing.
|
AFAICS that's the timeout of the step, not the job? |
Removed |
@AkihiroSuda , I see better logs with the following invocation
|
@AkihiroSuda , I tried to run commands on fresh macos-13 vm
after that communication to vm was lost (no idea why). file |
But I'm not sure if that is relevant to my OP. (The problem is that I can't see the failure log) |
yes, I agree that having logs sounds good. as I discussed with colleagues, there are some edge conditions in Github Actions when logs are lost. It is bad, but we cannot fix it within "runner-images" repo. I'll ask what is proper way for tracking that issue logs are only lost when task is completed. while it is in progress, logs are available (if that helps in investigating your issue) |
@AkihiroSuda , may I ask you to open an issue at https://support.github.com/ ? I was told by my collegue that it is proper way for customer support. actually, we had several similar issues #7004 all were closed as "it is something with resource consumption". I'm not sure that resource overconsumtion should lead us to logs "completely" lost. for me, it would be fine to keep at least those logs avaiable during run |
Sure: https://support.github.com/ticket/2146507 |
@AkihiroSuda , I contacted colleguaes, they followed up escalated issue. feel free to reopen if needed |
Yes, but the issue is still unresolved AFAICS |
It is not something I have an access to (( if you think it makes sense, we can keep this issue open |
Yes, that would be appreciated, thanks |
Hello, @AkihiroSuda ! did you receive some update in https://support.github.com/ticket/2146507 ? |
Yes, heard that logs are only available as best-effort. So I'm fine to close this issue. |
We get some mysterious failures on macOS on GA with no evident error. This is a blind attempt to solve it. There are many similar reports but there's no clear resolution. actions/runner-images#7509 (comment) Closes GH-12210
Description
macos-13 job crashes after (roughly) 30 minutes, without logs
Platforms affected
Runner images affected
Image version and build link
Image: macos-13
Version: 20230419.1
https://github.com/lima-vm/lima/actions/runs/4799814791/jobs/8596609974?pr=1511
Is it regression?
Yes (macos-12 → macos-13)
Expected behavior
Should not crash without logs
Actual behavior
Crashes after (roughly) 30 minutes without logs
Repro steps
Run a job with macos-13 runner
The text was updated successfully, but these errors were encountered: