-
Notifications
You must be signed in to change notification settings - Fork 29
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
CI build seems to have stalled? #27
Comments
Seeing the same, check the Actions tab to see all the failing builds.... |
This is a problem with the action that installs Guix, it apparently tries to download the latest nightly build of Guix from the CI server and fails because it can't be found. My guess is that they're cleaning up CI artifacts at a time before this scheduled job triggers. See also: PromyLOPh/guix-install-action#22 |
The upstream bug is closed with a new release (v1.5) to fix this issue. However it appears that the CI-action still fails, potentially because it is using v1 instead of the new v1.5 release. Is this worth another look? |
It's a different error now. It used to fail at the
Now it fails at the
|
See PromyLOPh/guix-install-action#23, same kind of error. |
See #28 |
That unfortunately wasn't the solution; The challenge in resolving this is that the error message itself points to a network issue. For example guix bug 67914 has the exact same error message, where it is resolved by switching off VPN. Other bugs in debbugs with the same error message have a similar pattern, which unfortunately makes this one hard to debug as it might be the way the Ubuntu image is configured.... |
The above guix bug that gets resolved by switching off a VPN (and other hard to reproduce network issues) makes me wonder whether this has something to do with MTU settings not being standard. MTU issues appears to be a "known" problem in github actions, see for example this bug report. |
I tried with |
I want to point out that as a stopgap solution, nonguix generates isos with the vanilla kernel and firmware as well. |
That's nice to hear.
From your link:
That's quite outdated. Hence, the motivation to have an installer image updated and released regularly. |
CI appears to work well again. |
@port19x you jinxed it ;) it looks like it's currently failing due to a warning about an impending nodejs version bump |
The README states builds are made at least every week, but the latest is 8/29.
The build worked for me and allowed me to install Guix, this report is just more of a FYI.
The text was updated successfully, but these errors were encountered: