-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
Stuck in a bootloop #74
Comments
This avoids assuming that the pixels are suitably aligned for direct access, which there's no guarantee that they are; in particular, 3-bytes-per-pixel RGB images are likely to have 3 out of 4 pixels misaligned. On x86, dereferencing a misaligned pointer does what you would expect, but on other architectures it's undefined whether it will work, crash with SIGBUS, or silently give a wrong answer. Signed-off-by: Simon McVittie <smcv@collabora.com>
Hi @Neilpang, I have the same problem |
I'm hitting this too, in case another data point is useful. It runs for 6 hours then times out: https://github.com/xapian/xapian/actions/runs/6501132629/job/17658111019 It wasn't failing like this in runs 3 days ago or before. |
We added |
It bootloops quite often these days which is annoying and clogs up all the macos runners. vmactions/freebsd-vm#74
It bootloops quite often these days which is annoying and clogs up all the macos runners. vmactions/freebsd-vm#74
Since vmactions is basically a bootlooping disaster* with no signs of life from upstream, let's try a different action instead and hope it works better. We don't need to force the latest release channel, so delete that part. Also make the pkg install just one command for simplicity. *: vmactions/freebsd-vm#74
Since vmactions is basically a bootlooping disaster* with no signs of life from upstream, let's try a different action instead and hope it works better. We don't need to force the latest release channel, so delete that part. Also make the pkg install just one command for simplicity. *: vmactions/freebsd-vm#74
Since vmactions is basically a bootlooping disaster* with no signs of life from upstream, let's try a different action instead and hope it works better. We don't need to force the latest release channel, so delete that part. Also make the pkg install just one command for simplicity. *: vmactions/freebsd-vm#74
Since vmactions is basically a bootlooping disaster* with no signs of life from upstream, let's try a different action instead and hope it works better. We don't need to force the latest release channel, so delete that part. Also make the pkg install just one command for simplicity. *: vmactions/freebsd-vm#74
Since vmactions is basically a bootlooping disaster* with no signs of life from upstream, let's try a different action instead and hope it works better. We don't need to force the latest release channel, so delete that part. Also make the pkg install just one command for simplicity. *: vmactions/freebsd-vm#74
The freebsd-vm action stopped to work, see vmactions/freebsd-vm#74
The freebsd-vm action stopped to work, see vmactions/freebsd-vm#74
The freebsd VM is inflooping on boot, which is a known issue. vmactions/freebsd-vm#74 Move instead to cross-platforms-actions/action.
they are hanging/failing too often and are taking 6+ hours to fail see these upstream issues: - vmactions/freebsd-vm#68 - vmactions/freebsd-vm#74
Additional info: vmactions/freebsd-vm#74
same. What is the workaround? |
I've updated to v1 - only one run so far but that succeeded and was faster than a typical run with the old version. So LGTM. I'll let you know if we hit further problems. |
I used your new version v1, too. It seems to work. Great! Thanks. But in an private project it gets stuck. I do not know the reason. It runs very slow and after about 28 minutes it is aborted. The same job in a public project runs in about 4 minutes. Maybe it is the provided github runner, which is slow in private projects and fast in public ones. So, I do not believe it's your code. Therefore again: Thanks! |
@daniel-mohr I don't think there is any difference for private repo. please make sure you use |
Also want to thank you for making these updates, it's much faster most of the time, and doesn't have the boot loop issue. I'm also seeing some slow workflow runs, maybe it's cpu or network throttling? Perhaps adding some caching for the downloading/updating bits would help. Some network logging from fast and slow runs, all in a public project using ubuntu: Fast Run (10 minutes):
Slow Run (30 minute timeout):
Other Runsother fast runs: |
I've had a similar thing. Here is a link to a timed out build (25 minutes): https://github.com/microsoft/snmalloc/actions/runs/6788099275/job/18452344518 and the same thing running a bit later and completing in 4 minutes: https://github.com/microsoft/snmalloc/actions/runs/6796774037/job/18477552286 It looks like it was either memory or CPU constrained as it was during compilation it took a long time. |
Looks very similar to my case in the private project! |
Updated with timestamps and some more logs. Seeing that building |
@mjp41 The NetBSD vm v1.0.0 is released. please have a try. Thanks. |
@Neilpang thank you so much. It works, I have a complete green CI again. Thank you. |
@Neilpang I have had two more timeouts where it seems to be CPU/memory constrained. Since switching over it is ~20% of builds experiencing this (very low sample: 2 in the last 10). Please let me know if there is any more information I can gather. |
Have found a correlation between processor type and running time, after reading why-github-actions-is-so-slow. Small sample size after adding
|
The ubuntu runner has only 2c 7GB memory. We will support running on Mac later, which has 4c and 14GB memory, that should be better. |
The slow one has this in its logs: For us its a difference with about 4 minutes when being lucky with the chosen runner supporting (nested?) virtualization and about 16 minutes if not. |
they are hanging/failing too often and are taking 6+ hours to fail see these upstream issues: - vmactions/freebsd-vm#68 - vmactions/freebsd-vm#74 [skip ci] (cherry picked from commit 7a8ca87)
Have you progressed on this issue? |
@Neustradamus Yes, it already fixed. |
because vmactions/freebsd-vm#74 has been resolved
because vmactions/freebsd-vm#74 has been resolved
because vmactions/freebsd-vm#74 has been resolved
because vmactions/freebsd-vm#74 has been resolved
Fixes the problem outlined in vmactions/freebsd-vm#74.
Hello!
We recently noticed FreeBSD GitHub Actions timing out due to being stuck in a boot loop.
ci log: https://github.com/libsdl-org/SDL/actions/runs/6464128982/job/17548308002
The following message is printed every 2s over and over again:
The text was updated successfully, but these errors were encountered: