-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Crater runs for beta 1.31 #55540
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
@craterbot run name=beta-1.31-1 start=1.30.0 end=beta-2018-10-30 cap-lints=warn 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 |
Just as a note this beta is odd since it bootstraps from an older stable than it should I believe |
The current beta inherited nightly's bootstrap from 1.30-beta (2018-10-13), rather than using 1.30 stable, but that's not much difference. #55550 updates this. |
Yes, it shouldn't have any impact on the crater run but wanted to make that note. |
🎉 Experiment
|
@craterbot run name=beta-1.31-2 start=1.30.0 end=beta-2018-11-13 cap-lints=warn p=5 |
👌 Experiment ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more |
@craterbot start=1.30.1 |
📝 Configuration of the ℹ️ 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 run start=1.30.1 end=beta-2018-11-17 mode=rustdoc cap-lints=warn p=5 |
👌 Experiment ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more |
@craterbot abort name=pr-55540 |
🗑️ Experiment ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more |
@craterbot run name=beta-1.31-3 start=1.30.1 end=beta-2018-11-17 mode=rustdoc cap-lints=warn p=5 |
👌 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
|
🚧 Experiment ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more |
🎉 Experiment
|
Last beta run for this cycle! @craterbot run start=1.30.1 end=master#8940af3cea4a9a9deabcaf843b2f8cad9a83fc61 mode=build-and-test cap-lints=warn p=5 |
👌 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 abort |
🗑️ Experiment ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more |
@craterbot run name=beta-1.31-5 start=1.30.1 end=master#8940af3cea4a9a9deabcaf843b2f8cad9a83fc61 mode=build-and-test cap-lints=warn p=5 |
👌 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
|
No new regression found (thanks @Centril and @alexcrichton for helping triaging the results!). |
Scary LLVM assertions: crushtool:
simdnoise:
|
A note for why this is happening: this Crater run did use a start toolchain assertions disabled (1.30.1) and an end toolchain with assertions enabled (the beta commit), so all the llvm assertions caught were marked as regressions. |
That's reassuring! I was afraid the LLVM changes in the last batch of beta backports broke something... Could you please tell me where one can download the rustc alt build used here? |
@nikic the easiest way is likely using this crate with the |
cc @rust-lang/release
The text was updated successfully, but these errors were encountered: