-
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] [ci] MacOS Travis builds timing out #3091
Comments
I did also try using |
Interestingly, Azure build hasn't been affected: same ~7min. |
…osoft#3091) (microsoft#3092) * [R-package] use processx to speed up builds * different fix * echoing more frequently * fix it * more stdout * use print() instead of message() * shell tricks * fix message * travis * Update .ci/test_r_package.sh Co-authored-by: Nikita Titov <[email protected]> Co-authored-by: Nikita Titov <[email protected]>
…osoft#3091) (microsoft#3092) * [R-package] use processx to speed up builds * different fix * echoing more frequently * fix it * more stdout * use print() instead of message() * shell tricks * fix message * travis * Update .ci/test_r_package.sh Co-authored-by: Nikita Titov <[email protected]> Co-authored-by: Nikita Titov <[email protected]>
…osoft#3091) (microsoft#3092) * [R-package] use processx to speed up builds * different fix * echoing more frequently * fix it * more stdout * use print() instead of message() * shell tricks * fix message * travis * Update .ci/test_r_package.sh Co-authored-by: Nikita Titov <[email protected]> Co-authored-by: Nikita Titov <[email protected]>
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. |
See the conversation starting at #3086 (comment). Currently, MacOS
r-package
builds on Travis are failing with an error like this:In this case, "no output" means "nothing written to the log".
It seems that our build times for the R package on Mac were already very close to 10 minutes but just under this. It's possible the issue is caused by one or some combination of these:
print()
(which prints tostdout
) tomessage()
(which prints to stderr) in [R-package] speed up installation with Visual Studio #2965 is extending the time between logs to stdoutSome possible fixes for this, found by @StrikerRUS
The text was updated successfully, but these errors were encountered: