-
Notifications
You must be signed in to change notification settings - Fork 12.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
link failure on nightly, windows #67483
Comments
cc @michaelwoerister @pnkfelix Given our desire to keep nightly working over the holidays if we confirm it is indeed this PR and do not have a fix in the pipeline I will work on reverting it today/tomorrow. |
@matthiaskrgr informs me that this appears only broken on Travis, and one of the symbols in the log is repeatedly mentioned in #47048 which leads me to suspect that it's a change in the environment rather than a bug on our side, so I withdraw my eagerness to revert at least until we have more information. |
I also think something has changed in Travis environment or dependencies. Can you try running old nightly in the Travis? |
Oh, I forgot to make a note here. @matthiaskrgr confirmed on Discord that both nightlies (today's and yesterday's) fail on Travis with the current travis environment, so something changed there. This is then not strictly a bug on our side (or at least is a duplicate of #47048 I expect), so closing. |
It seems travis also broken stable rust on windows: https://travis-ci.org/kpcyrd/sn0int/jobs/628652634 |
Since
rustc 1.42.0-nightly (01a46509a 2019-12-20)
I'm getting link failures on travis ci that did not occur previously (rustc 1.42.0-nightly (0de96d37f 2019-12-19)
)https://travis-ci.org/matthiaskrgr/cargo-cache/jobs/628012845#L195
I'm wondering if this is related to #67020
Edit: travis config can be found here: https://github.com/matthiaskrgr/cargo-cache/blob/master/.travis.yml#L15
The text was updated successfully, but these errors were encountered: