-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
WIP: [ci] fix R 3.6 Windows build (fixes #5036) #5037
Conversation
I see the same error on https://github.com/microsoft/LightGBM/runs/5353387904?check_suite_focus=true as reported in #5036. Pushed e93cb85, adding more logs to try to understand what happened. |
I think that we have In the logs for the most recent build (link), I see the following
Note that the line "Done creating lightgbm_3.3.2.99.tar.gz" from that section of LightGBM/build-cran-package.sh Lines 207 to 221 in 01568cf
I just pushed 2c0e362 to try printing the locations of That commit also reverts e93cb85... I realize now that e93cb85 wouldn't have helped anyway, since it only affects CMake-based builds and the problem is related to CRAN builds. |
For the failing R 3.6 CRAN build (link), I see
For the succeeding R 4.x CRAN build (link), I see that all three utilities are coming from Rtools
I wonder if the root issue is some combination of:
I found that some other utilities provided by the MSYS2 distribution used in these images are available at I just pushed 3e1d5f8, to see if adding that to |
I tried just using the tools bundled with Rtools35 (by ensuring that Rtools paths are at the beginning of (failing R 3.6 CRAN build link)
There is one in newer versions of RTools. (successful R4.X CRAN build link)
|
Ok I was able to get a few more logs from the failing line. (build link)
That error message is what I'd expect to see if I just pushed ab59cfb adding I'm traveling right now and will be away for the next 8 hours or so, sorry I'm not able to devote more time to this right now. |
Hi, @jameslamb is the CI job normal now? |
@guolinke I will come back to this draft PR once LightGBM's CI is fixed (#5362 (comment)). I had been prioritizing other things, like getting R 4.2 support added (#5274). |
to make things easier for reviewers, I'm closing this PR with lots of debugging commits and comments. It is replaced by #5479. |
This pull request has been automatically locked since there has not been any recent activity since it was closed. To start a new related discussion, open a new issue at https://github.com/microsoft/LightGBM/issues including a reference to this. |
Attempting to investigate #5036.
First, I'm pushing a commit just re-running all the R CI to see if the same error shows up.
After that, I'll start investigating to try to find the root cause of new failures, like making logs more verbose.
This might be a slow process involving a lot of just printing this to logs, since https://github.com/nelsonjchen/reverse-rdp-windows-github-actions is no longer available.