-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Crater runs for Rust 1.40.0 #66244
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
@craterbot run name=beta-1.40-1 start=1.39.0 end=beta-2019-11-06 mode=build-and-test cap-lints=warn p=10 |
👌 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 run name=beta-1.40-rustdoc-1 start=1.39.0 end=beta-2019-11-06 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
|
root: axgeom - 2 (0 gh, 2 crates.io) detected crates which regressed due to this; cc @tiby312
root: capnp - 4 (1 gh, 3 crates.io) detected crates which regressed due to this; cc @dwrensha root: epub - 4 (2 gh, 2 crates.io) detected crates which regressed due to this; cc @danigm
root: galvanize - 2 (0 gh, 2 crates.io) detected crates which regressed due to this; cc @estebank
root: gfx-hal - 4 (2 gh, 2 crates.io) detected crates which regressed due to this; cc @kvark root: gltf - 10 (6 gh, 4 crates.io) detected crates which regressed due to this; cc @alteous
root: hpack_codec - 3 (1 gh, 2 crates.io) detected crates which regressed due to this; cc @sile
root: liner - 6 (5 gh, 1 crates.io) detected crates which regressed due to this; cc @MovingtoMars root: liquid-value - 6 (4 gh, 2 crates.io) detected crates which regressed due to this; cc @epage root: nalgebra - 189 (178 gh, 11 crates.io) detected crates which regressed due to this; cc @sebcrozet, @aepsil0n
root: nero - 2 (1 gh, 1 crates.io) detected crates which regressed due to this; cc @staticfox
root: rusttype - 228 (227 gh, 1 crates.io) detected crates which regressed due to this; cc @dylanede, @jackpot51, @alexheretic
root: syntex_syntax - 4 (2 gh, 2 crates.io) detected crates which regressed due to this; cc @erickt, @Manishearth, @pcwalton root: three - 9 (9 gh, 0 crates.io) detected crates which regressed due to this; cc @kvark
|
root: thrussh - 3 (2 gh, 1 crates.io) detected crates which regressed due to this; cc @P-E-Meunier
root: vek - 4 (4 gh, 0 crates.io) detected crates which regressed due to this; cc @yoanlcq root: version-compare - 8 (6 gh, 2 crates.io) detected crates which regressed due to this; cc @timvisee
root: unknown causes - 28 (16 gh, 12 crates.io) detected crates which regressed due to thisno owner?
|
These are using liquid 0.18. 0.19 has this issue fixed. |
TL;DR: NLL-only error, upstream already has a fix, nothing to do here. I looked at the “end” log for a dozen of those at semi-random. They all have:
And they are all for the same borrowck error that was fixed in servo/rust-url#454 which was published in https://crates.io/crates/url/1.7.1 last year. Running At first I was surprised that Crater found this only for 1.40 rather than 1.39, but this matches https://blog.rust-lang.org/2019/11/07/Rust-1.39.0.html#borrow-check-migration-warnings-are-hard-errors-in-rust-2018
|
This is a probably a false positive, this error is caused by the fact that test runs in sdl2 can't be run in parallel. We have the |
|
Please don't triage crater runs on this issue, otherwise we're likely to forget to follow up. File new issues (possibly closed immediately) instead. |
If replying to a comment that @-mention people is not the expected response from those people, instructions should be at the top of the template for those comments.
This sounds like busywork, when there’s nothing more to do. If you really want one issue for each root regression, consider filing them as soon as the regressions are found and @-mentioning crate maintainers there instead of in a thread where they’re not expected to respond. |
Hm, this seems to be coming from a point of confusion -- this issue is not intended to be anything more than a place to run craterbot from. The template for that comment is from a ad-hoc tool intended for mostly internal use, not for direct posting in most cases. I agree that the UX here could be better, but to be honest, it's unexpected that someone just goes in to triage a crater run without asking for some guidance from release team or other wise first, particularly in a way that'll ping lots of folks. With regards to closing issues immediately, I agree it feels like busywork and sometimes it's fine to say "known regression, intended" when triaging and not open an issue, but unless it's very clear, an issue gives the opportunity for it to be visible to folks who are watching new issues come in and potentially for discussion/concerns to be raised, as well as a spot to ping crate authors in a low-noise way as further comments on that issue are not expected, unless there's (unexpected) discussion.
This is kind of true -- ideally, the root regressions are triaged individually and an issue is filed that identifies or groups by the root cause (not crate, but e.g., PR landing in this repository or feature, etc.). That's what the normal process for crater triage is. |
@-mentioning someone in a GitHub issue signals an expectation of them to respond or take action in some way. If no response at all is expected of them, crate maintainers should not be @-mentioned like in #66244 (comment) |
Yes, my comment was primarily directed towards the original comments -- i.e., #66244 (comment) -- rather than your response, sorry for not making that clear. |
Oh, the formatting of that comment looks so systematic that I assumed it’s (semi-)automated and part of the triage process. |
It is -- https://github.com/Mark-Simulacrum/crater-generate-report/ -- but not intended to be used like this, more so to create a doc locally to work through. |
🎉 Experiment
|
Hello, I saw I was mentioned in this issue - as the maintainer of Thanks in advance! |
There is not currently any expected action for crate authors, no. |
This one is fixed in smoltcp master, but the underlying soundness issue was irritating enough that I wrote a pre-RFC to fix it properly. If there's any interest in advancing that I might incorporate the feedback and try again. |
cc @rust-lang/release
The text was updated successfully, but these errors were encountered: