-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
ARROW-6716: [Rust] Bump nightly to nightly-2019-09-25 to fix CI #5519
Conversation
@kszucs I think I'll need your help with this. See https://ci.ursalabs.org/#/builders/93/builds/1348 |
5bee975
to
b651d7b
Compare
Seems like ursabot is not picking up latest nightly yet .. we might just have to wait until tomorrow to sort this out
|
I'm a little confused, I though the effect of this means that we don't pick up the new nightly (we keep using the 2019-07-30 one) so why did a new nightly cause builds to start failing? |
I thought that too, but my PR from last night #5509 failed in travis because it was using
|
Hmm, it must be due to the version number bump. With the release of 1.38 on stable, Beta is now 1.39 and nightly is now 1.40. As the nightly version just changed to 1.40 there is no build on 2019-06-30 for this version (1.40) so it defaults to the most recent nightly. It would be great to get back to Stable (or even Beta) eventually. |
Yes, I actually created https://issues.apache.org/jira/browse/ARROW-6717 earlier to start tracking the work to get to stable, but I'm not sure what the issues are beyond the use of packed_simd. Do you remember what the other blockers are? |
I think the only feature from nightly that we can't do without is specialization. You can now disable the use of Once specialization lands we can switch SIMD to an opt-in feature rather than an opt-out feature and make stable the default. |
So this fixed Travis, but looks like one of the windows c++ builds was cancelled. |
@andygrove the buildbot git fetch issue seems transient, might be caused by a force-push. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Rust 1.40.0-nightly just got released and caused builds to start failing