-
Notifications
You must be signed in to change notification settings - Fork 216
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
Failed to get R devel: Failed to get R 4.5.0 (Mac 14) #948
Comments
Why do you think that this is a bug in |
This seems related to #950 but I'm experiencing the same issue only with |
I started seeing this in my macOS runs yesterday, and it seems to be getting worse today (75% failure rate). There isn't anything useful in the output even with debug logging on
|
I have the same issue. |
At least for me, downgrading the GH hosted runner from |
yes, 14 is arm and 13 is x64 |
I repeated the test on separate days |
I think this is difficult to debug because of the silent at actions/setup-r/src/installer.ts Line 261 in e8c6069
I've been unable to test changing this because there aren't instructions for generating the |
…nd a recent bug in the r-lib/actions/setup-r@v2 step. See r-lib/actions#948
This is an error either in Homebrew or the runner image (version 20241119.509). The latest runner image (20241022.361) fixes this, it is being deployed right now. Deployment is a long process, so it might still be happening for some time. No need to report this again, unless it happens with the new image. Also no need to add "me too" comments without any additional information. |
To get around the issue discussed here: r-lib/actions#948
Another workaround is to run brew uninstall pkg-config@0.29.2 before installing R. Successful run: https://github.com/krlmlr/bindr/actions/runs/11994406964/job/33436418065?pr=16#step:7:266 . The installation error comes from linking conflicts between
|
Kirill sapbe! thanks a lot |
Temporary workaround for r-lib/actions#948
Is that not backwards? 20241119.509 is the latest, and it's the one that's breaking; 20241022.361 is the one that used to work. |
That would indeed make a lot of sense.... |
Possibly related: Homebrew/brew#18788 |
It conflicts with the new pkgconf version that we are trying to install, and which should be the default going forward. #948
* Add debug to R-devel workflow [ci skip] * Include brew output [ci skip] * macOS: try to unlink pre-installed pkg-config It conflicts with the new pkgconf version that we are trying to install, and which should be the default going forward. #948 * Update NEWS * Update npm deps for setup-r Removed source map, for CodeQL. I can't please it otherwise... * Still need older ncc Hopefully this'll be enough. * Patch generated file manually Wow. * Hand-edit generated file for CodeQL
This issue has been automatically locked. If you believe you have found a related problem, please file a new issue and include a link to this issue |
Yesteday, the CI was working ok for this test https://github.com/pachadotdev/open-redatam/actions/runs/11943074392/job/33291401262
Now it displays
The text was updated successfully, but these errors were encountered: