-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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
Internal compiler error while compiling mio
0.8.6
#109906
Comments
This looks like an incremental compilation bug. Does @rustbot label +A-incr-comp |
Well, I'd say yes. Building was in the Gitlab CI/CD runner with artifacts saved from the previous job. After job restart building finished successfully. |
This does not look like an incremental bug. Those should not cause ICEs decoding crate metadata.
Is this any of those 2 cases? |
Unfortunately, I can't say for sure now. But changing compiler version seems impossible since it bad been chosen along with the docker image once on pipeline start. |
Sorry, I'm answering from the phone and mistakenly hit the wrong button. |
I think the root cause of this issue was rustc incorrectly handling/reporting I/O errors. I've landed a number of PRs to address the problem; the most recent of those is #119510 which is now part of the latest stable toolchain, 1.77. Therefore, even though I have not reproduced exactly what you've reported here, I'm going to close this because I am reasonably confident that this bug is now fixed on stable. Of course it is possible that I am wrong and the bug you've reported here is not fixed. If you happen to run into problems like this in 1.77 or later please do not hesitate to open a new issue. |
Code
Actual code unknown, error encountered on
Meta
Error output
Backtrace
The text was updated successfully, but these errors were encountered: