Skip to content
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

Crater runs for 1.53 #85224

Closed
Mark-Simulacrum opened this issue May 12, 2021 · 19 comments
Closed

Crater runs for 1.53 #85224

Mark-Simulacrum opened this issue May 12, 2021 · 19 comments
Labels
S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-release Relevant to the release subteam, which will review and decide on the PR/issue.

Comments

@Mark-Simulacrum
Copy link
Member

Note: Please do not conduct triage on these runs without discussing how to do so with a release team member first. Thanks!

@Mark-Simulacrum Mark-Simulacrum added the T-release Relevant to the release subteam, which will review and decide on the PR/issue. label May 12, 2021
@Mark-Simulacrum
Copy link
Member Author

@craterbot run name=beta-1.52-1 start=1.52.1 end=beta-2021-05-08 mode=build-and-test cap-lints=warn p=10

@craterbot
Copy link
Collaborator

🚨 Error: experiment 'beta-1.52-1' already exists

🆘 If you have any trouble with Crater please ping @rust-lang/infra!
ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more

@Mark-Simulacrum
Copy link
Member Author

@craterbot run name=beta-1.53-1 start=1.52.1 end=beta-2021-05-08 mode=build-and-test cap-lints=warn p=10

@craterbot
Copy link
Collaborator

👌 Experiment beta-1.53-1 created and queued.
🔍 You can check out the queue and this experiment's details.

ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more

@craterbot craterbot added the S-waiting-on-crater Status: Waiting on a crater run to be completed. label May 12, 2021
@Mark-Simulacrum
Copy link
Member Author

@craterbot run name=beta-1.53-rustdoc-1 start=1.52.1 end=beta-2021-05-08 mode=rustdoc cap-lints=warn p=5

@craterbot
Copy link
Collaborator

👌 Experiment beta-1.53-rustdoc-1 created and queued.
🔍 You can check out the queue and this experiment's details.

ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more

@craterbot
Copy link
Collaborator

🚧 Experiment beta-1.53-1 is now running

ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more

@craterbot
Copy link
Collaborator

🚧 Experiment beta-1.53-rustdoc-1 is now running

ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more

@craterbot
Copy link
Collaborator

🎉 Experiment beta-1.53-1 is completed!
📊 1482 regressed and 93 fixed (162029 total)
📰 Open the full report.

⚠️ If you notice any spurious failure please add them to the blacklist!
ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more

@craterbot craterbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-crater Status: Waiting on a crater run to be completed. labels May 20, 2021
@Mark-Simulacrum
Copy link
Member Author

The majority of the regressions I suspect are due to lockfile upgrades, discussed a little with some Cargo folks on Zulip - https://rust-lang.zulipchat.com/#narrow/stream/246057-t-cargo/topic/git.20dep.20getting.20updated.20in.20crater.20on.201.2E53.20beta. Likely going to try to get a Crater patch to avoid this kind of bug and rerun the failed crates (should be easy and fast).

@Mark-Simulacrum
Copy link
Member Author

@craterbot run name=beta-1.52-2 start=1.52.1 end=beta-2021-05-23 mode=build-and-test cap-lints=warn p=10 crates=list:https://crater-reports.s3.amazonaws.com/beta-1.53-1/retry-regressed-list.txt

This should pick up rust-lang/crater#578 to result in far fewer regressions, while still running pretty fast (as it's just on the regressed crates in the previous run).

@craterbot
Copy link
Collaborator

🚨 Error: missing desired crates: {"https://crater-reports.s3.amazonaws.com/beta-1.53-1/retry-regressed-list.txt"}

🆘 If you have any trouble with Crater please ping @rust-lang/infra!
ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more

@Mark-Simulacrum
Copy link
Member Author

@craterbot run name=beta-1.52-2 start=1.52.1 end=beta-2021-05-23 mode=build-and-test cap-lints=warn p=10 crates=https://crater-reports.s3.amazonaws.com/beta-1.53-1/retry-regressed-list.txt

@craterbot
Copy link
Collaborator

👌 Experiment beta-1.52-2 created and queued.
🔍 You can check out the queue and this experiment's details.

ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more

@craterbot craterbot added S-waiting-on-crater Status: Waiting on a crater run to be completed. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels May 23, 2021
@craterbot
Copy link
Collaborator

🚧 Experiment beta-1.52-2 is now running

ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more

@craterbot
Copy link
Collaborator

🎉 Experiment beta-1.53-rustdoc-1 is completed!
📊 1502 regressed and 59 fixed (162029 total)
📰 Open the full report.

⚠️ If you notice any spurious failure please add them to the blacklist!
ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more

@craterbot craterbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. and removed S-waiting-on-crater Status: Waiting on a crater run to be completed. labels May 25, 2021
@craterbot
Copy link
Collaborator

🎉 Experiment beta-1.52-2 is completed!
📊 1341 regressed and 10 fixed (1482 total)
📰 Open the full report.

⚠️ If you notice any spurious failure please add them to the blacklist!
ℹ️ Crater is a tool to run experiments across parts of the Rust ecosystem. Learn more

@Mark-Simulacrum
Copy link
Member Author

Majority of the breakage seems to be due to ::BITS, filed #85667; will triage the rest later.

@Mark-Simulacrum
Copy link
Member Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-release Relevant to the release subteam, which will review and decide on the PR/issue.
Projects
None yet
Development

No branches or pull requests

2 participants