-
Notifications
You must be signed in to change notification settings - Fork 13k
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
nll crater run for 1.40 #65897
Comments
@craterbot run start=beta-2019-10-27 end=nightly-2019-10-27 mode=check-only cap-lints=allow p=1 |
👌 Experiment ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more |
🚧 Experiment ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more |
@craterbot retry-report |
🚨 Error: generation of the report of the 🆘 If you have any trouble with Crater please ping |
Crater seems to be stuck |
Maybe try this again, not sure... @pietroalbini probably needs to take a look. @craterbot retry-report |
🚨 Error: generation of the report of the 🆘 If you have any trouble with Crater please ping |
@craterbot retry-report |
🛠️ Generation of the report for ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more |
🎉 Experiment
|
That's a lot of borrowck regressions. cc @matthewjasper |
There are also a lot of regressions due to pre expansion gating and fixes because features are gated on beta but not nightly. Could another run be done on the regressed crates with the current nightly? |
Oh, yeah, to be clear I had not intended for anyone to take a look yet, this was a preliminary run that we can definitely reduce down somewhat :) @craterbot run start=beta-2019-11-02 end=try#5e633973aa9255a88b65a39484627bb54e6044b3 mode=check-only cap-lints=allow p=1 crates=https://gist.githubusercontent.com/Mark-Simulacrum/b2b7233c91ea255e3d6d053b1c2bd821/raw/c7f32c4fe19446e3e08f44b82708c3db9d0ceea2/nll-crates.txt This should be a much reduced run which compares just these crates with a more recent commit on the end point which is in fact compiled as if it was beta (avoiding unstable feature related regressions/fixes, hopefully -- this commit is stolen from #66063) |
👌 Experiment ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more |
🚧 Experiment ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more |
🚨 Experiment 🆘 Can someone from the infra team check in on this? @rust-lang/infra |
8 similar comments
🚨 Experiment 🆘 Can someone from the infra team check in on this? @rust-lang/infra |
🚨 Experiment 🆘 Can someone from the infra team check in on this? @rust-lang/infra |
🚨 Experiment 🆘 Can someone from the infra team check in on this? @rust-lang/infra |
🚨 Experiment 🆘 Can someone from the infra team check in on this? @rust-lang/infra |
🚨 Experiment 🆘 Can someone from the infra team check in on this? @rust-lang/infra |
🚨 Experiment 🆘 Can someone from the infra team check in on this? @rust-lang/infra |
🚨 Experiment 🆘 Can someone from the infra team check in on this? @rust-lang/infra |
🚨 Experiment 🆘 Can someone from the infra team check in on this? @rust-lang/infra |
🚨 Experiment 🆘 Can someone from the infra team check in on this? @rust-lang/infra |
12 similar comments
🚨 Experiment 🆘 Can someone from the infra team check in on this? @rust-lang/infra |
🚨 Experiment 🆘 Can someone from the infra team check in on this? @rust-lang/infra |
🚨 Experiment 🆘 Can someone from the infra team check in on this? @rust-lang/infra |
🚨 Experiment 🆘 Can someone from the infra team check in on this? @rust-lang/infra |
🚨 Experiment 🆘 Can someone from the infra team check in on this? @rust-lang/infra |
🚨 Experiment 🆘 Can someone from the infra team check in on this? @rust-lang/infra |
🚨 Experiment 🆘 Can someone from the infra team check in on this? @rust-lang/infra |
🚨 Experiment 🆘 Can someone from the infra team check in on this? @rust-lang/infra |
🚨 Experiment 🆘 Can someone from the infra team check in on this? @rust-lang/infra |
🚨 Experiment 🆘 Can someone from the infra team check in on this? @rust-lang/infra |
🚨 Experiment 🆘 Can someone from the infra team check in on this? @rust-lang/infra |
🚨 Experiment 🆘 Can someone from the infra team check in on this? @rust-lang/infra |
@craterbot abort |
🗑️ Experiment ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more |
@craterbot run start=beta-2019-11-03 end=try#5e633973aa9255a88b65a39484627bb54e6044b3 mode=check-only cap-lints=allow p=1 crates=https://gist.githubusercontent.com/Mark-Simulacrum/b2b7233c91ea255e3d6d053b1c2bd821/raw/c7f32c4fe19446e3e08f44b82708c3db9d0ceea2/nll-crates.txt (per https://static.rust-lang.org/dist/2019-11-03 this date should be correct -- off by one errors, I tell you!) |
👌 Experiment ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more |
Something gives me the feeling that |
🚧 Experiment ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more |
🎉 Experiment
|
The majority of these are known -- in particular, nalgebra, rusttype and url still have a lot of reverse-dependencies that haven't updated on github (and that have lockfiles). I think those aren't too interesting, we can exclude them for the most part -- that set needs to just There are at least 53 (around 60 total, I believe) crates.io crates that break due to the NLL switch -- I think we should try to get patches land in all of those over the next 6 weeks so that by the time this hits stable we hopefully only have regressions in a few or no crates.io crates. See https://hackmd.io/@simulacrum/BkkP1gbor for a list of roots from this run |
This is to hopefully give a more up to date impression of regressions for the upcoming NLL post.
The text was updated successfully, but these errors were encountered: