-
Notifications
You must be signed in to change notification settings - Fork 954
Nightly Cargo tracking broken #844
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
Comments
@alexcrichton could You please provide more background on why that was changed? Is there an ongoing change on the way Rust+Cargo will be released? |
Yes, I was trying to find out earlier about the change and was frustrated by the lack of any information... |
Is there a way I can fix my local Cargo until this is resolved? I still have the one with rust-lang/cargo#3340. |
@tbu- Actually You can, as described here: rust-lang/cargo#3340 (comment)
|
@jchlapinski @Diggsey what information do you need? is there something you would do with that information? |
@jchlapinski @Diggsey the "information" here unfortunately is essentially "complete and total knowledge of Rust's release infrastructure". There has been quite a few bugs in the past few weeks either related to Cargo or distribution infrastructure, all of which are getting combined into a so-called perfect-storm of bugs to prevent Cargo from being fixed for quite some time. I personally hope to fix this as soon as possible. There's a Mozilla work week in Hawaii right now so I don't have a ton of time, but when I get a chance I'll try to watch builds and such. My current attempt to fix this is rust-lang-deprecated/rust-buildbot@92a5919, we'll find out in the morning if it worked. |
Note that this bug was mostly just a reminder to me/brson, there's not a lot actionable beyond that unfortunately. |
Ok, I can see now, that my previous question might seem somewhat hostile and critical, while I was just genuinely curious. I tought maybe there is on ongoing effort to integrate cargo with rust under a single versioning scheme, maybe even integrate it into the rust repo? It would make sense to me as it would ease the maintenance somewhat. I looked for a discussion on this and could not find any, hence I asked here. @alexcrichton thanks for Your time explaining. Peace |
I wanted to see if you had a dependency on the internals of rust's release infrastructure, and to see if I could get you the actual information you needed without taking up any of Alex's time. |
Information relevant to the actual "change" would be sufficient, I don't know why you'd assume that I wanted a complete description of the infrastructure from scratch... A description of what the fallout will look like for a rustup user would also be helpful. I presume this change was implemented in a PR somewhere? |
Once this issue is fixed, rustup users should not notice any change. The change is purely internal implementation. |
Looks like @alexcrichton is working on the fix rust-lang-deprecated/rust-buildbot@92a5919 |
Ok, fix looks like it's working:
Closing this but I'll try to write something up about this at some point. @Diggsey Cargo nightlies are now produced from Travis/AppVeyor, not buildbot, which basically just changed how everything is laid out. |
What do I need to do to receive this fix? Update rustup? |
@tbu- Running |
@lfairy after
|
I still get |
I believe I failed to bust caches this morning, should be good now. |
Works now, thanks! |
We changed how Cargo's released, now we're not publishing manifests. Although this works for rust-packaging, it doesn't work for rustup. We need to figure out a solution. (can't believe I forgot about this)
The text was updated successfully, but these errors were encountered: