-
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
[R-package] test on non-ASCII feature names fails on debian + clang CRAN check #4105
Comments
Some additional notes:
|
I also see some weird warnings in the logs:
Are they all from that failing test?.. |
hmmm not sure! Will have to investigate. Those all seem related to places where we take an R vector, concatenate its values, and write the to a string so they could also be related to encoding issues. |
This one looks like a typo ( LightGBM/R-package/tests/testthat/test_basic.R Line 1886 in b2705dc
|
ah!!! Good eye. |
I wasn't able to add a CI test for this and investigate further, will try to check tomorrow. I've opened #4109 to fix the Posting the link here, it should be done in the next few minutes but I'm signing off for the day: https://builder.r-hub.io/status/lightgbm_3.2.0.99.tar.gz-2492c0f28ca84993b53a3778f3dc5138 |
I remember, he asked email him for important things.
We can replicate valuable things or use this Docker directly, I think. |
Oh right! Will send an email right now. |
Guolin emailed me back...CRAN has not asked for a re-submission. So this issue should still be fixed but it seems that right now we don't need to worry about the time pressure of re-submitting to CRAN. |
I think this can be closed, given: |
This issue 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. |
Description
{lightgbm}
3.2.0 was recently released to CRAN (#3872 , https://cran.r-project.org/web/packages/lightgbm/index.html). One of the CRAN checks is currently failing while running unit tests.https://cran.r-project.org/web/checks/check_results_lightgbm.html
Full logs are too large to post, but they'll be available at https://www.r-project.org/nosvn/R.check/r-devel-linux-x86_64-debian-clang/lightgbm-00check.html for a few days.
Reproducible example
N/A - this failure happened on CRAN. I haven't had a chance yet to try it on the equivalent R Hub environment.
Environment info
Details on this test can be found at https://cran.r-project.org/web/checks/check_flavors.html#r-devel-linux-x86_64-debian-clang.
Additional Comments
{lightgbm}
's CRAN package is currently only tested with withgcc
:LightGBM/.github/workflows/r_package.yml
Lines 104 to 108 in ab474dc
although the R package built with CMake is tested on Linux with
clang
:LightGBM/.github/workflows/r_package.yml
Lines 33 to 42 in ab474dc
The text was updated successfully, but these errors were encountered: