-
-
Notifications
You must be signed in to change notification settings - Fork 249
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
Time-type changes break tests on future rustcs #1624
Comments
I have confirmed the nightly breakage predates 0.12.0-alpha.0, it seems. I suspect they're a rustc problem, but the beta problem seems like ours. |
Output for beta is:
|
On nightly, the common thread between all the errors is this:
|
rustc-2024-01-27 passes the test suite on |
bisected to nightly-2024-02-10:
nightly-2024-02-09 passes. that puts it somewhere in here: rust-lang/rust@98aa362...d44e3b9 |
There were actually two issues, one obfuscating another. The latter one is about cargo. |
Required for, but does not fix on its own, #1624
Found the murderer: It will take a bandolier of tools to pin down the exact issue but the way things are aborting I suspect there's some kind of double-panic or unwind-into-C thing going on. |
It will not. I need to finish #1640 though. |
Original PR:
Breaking
rustc --version
s:Broken command:
Output differs between versions, not sure if on different commits yet, I found the discrepancy first on nightly but did the beta bisect first.
The text was updated successfully, but these errors were encountered: