-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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
Compiler in 1.30.1 stable reliably panics on Windows #56095
Comments
Does this happen with your code only (if yes, can you show?), does it happen with every code (e.g. |
Can't really replace the program in this environment where the only difference between failing and successful builds is that we swap out the rust release number passed to rustup at the beginning of the build script. It's a huge project and I suspect it might happen when compiling dependencies (can you tell what module is compiled when the error happens from the logs below?) Sometimes the error also has this "already borrowed error" (included below) as part of the stack. Could that be new for 1.30.1? (while the "specified instant was later than self" is the old intermittent failure that's been reported on multiple versions in issue 51648) Full log
|
Looks like a duplicate of #51648 |
Yes, difference is that issue #51648 is intermittent, while this happens every time and only started with 1.30.1. |
Closing as a duplicate. There does not appear to be any reason to believe that it is not a duplicate based on intermittency (or lack of it thereof). |
The error message is similar to issue 51648 that we have been getting intermittedly, but it happens on every build with 1.30.1 stable so we're stuck on 1.29.2
The text was updated successfully, but these errors were encountered: