-
Notifications
You must be signed in to change notification settings - Fork 13.3k
'rustc' panicked at 'internal error: entered unreachable code', src/libsyntax/ast.rs:668:6 while bootstrapping #61200
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
I retried the recipe with a clean build now and could not reproduce... :/ |
This sounds like a incremental bug, but I can't see that you are using incremental compiling (neither |
@hellow554 Isn't incremental turned on by default at this point? (Is that only for debug builds? |
hmm, re-reading #60228, it seems like that has the same Am I simply incorrect about (or more charitably, "mis-remembering") when our rustbuild bootstrap process will use incremental compilation? |
triage: Not sure there is any action we can take here, given that this bug might not be readily reproducible. I'm going to assign priority P-medium and assign to self, with intent to close as not-reproducible if I cannot reproduce it within a week or so. |
Well, I hit these "ICE while bootstrapping, but |
@matthiaskrgr right, I understand that (and inferred as much from your bug report history). To be clear, I am planning to leave open the bugs where we have enough information to actually reproduce the issue at hand, such as #60228. |
@matthiaskrgr or is your response regarding the priority assignment of P-medium? I suppose I could mark it P-high with the same intent to close... |
Okay I talked myself into marking as P-high just so I don't let this slide too long. |
I tried to reproduce locally, and like @matthiaskrgr , I was not able to do so on a clean build. Presumably the problem stems from something with old build artifacts. Closing as non-reproducible. We should instead focus our efforts on either resolving the issues where we have enough information to reproduce (like #60228), or on finding a replacement for rustbuild. |
git checkout 02f5786
./x.py build
git checkout f492693
./x.py build
=> ICE'd
Click for build log and stack trace
config.toml:
The text was updated successfully, but these errors were encountered: