Skip to content
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

ICE: uninterned StableCrateId: StableCrateId(6127172549132048186) #118088

Closed
mu001999 opened this issue Nov 20, 2023 · 6 comments
Closed

ICE: uninterned StableCrateId: StableCrateId(6127172549132048186) #118088

mu001999 opened this issue Nov 20, 2023 · 6 comments
Labels
C-bug Category: This is a bug. I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ regression-from-stable-to-beta Performance or correctness regression from stable to beta. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.

Comments

@mu001999
Copy link
Contributor

Code

I am using git bisect to find error.

Firstly ./x.py build on d55487d, and then ./x.py build on 34bc571 without ./x.py clean.

Meta

rustc --version --verbose:

1.73.0-beta.1 (680cdf816 2023-08-21)

Error output

See the attached file.

rustc-ice-2023-11-20T11:59:22.923739Z-3687.txt

@mu001999 mu001999 added C-bug Category: This is a bug. I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. labels Nov 20, 2023
@rustbot rustbot added the needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. label Nov 20, 2023
@mu001999
Copy link
Contributor Author

Got uninterned StableCrateId: StableCrateId(11946360728779904751) again when ./x.py build on 1516ca1 (previously ./x.py build on 34bc571).
rustc-ice-2023-11-20T12:21:36.356428Z-22412.txt

@saethlin saethlin added regression-from-stable-to-beta Performance or correctness regression from stable to beta. and removed needs-triage This issue may need triage. Remove it if it has been sufficiently triaged. labels Nov 20, 2023
@rustbot rustbot added the I-prioritize Issue: Indicates that prioritization has been requested for this issue. label Nov 20, 2023
@saethlin
Copy link
Member

If you're bisecting to try to figure out what rustc commit introduced the bug, you should use https://crates.io/crates/cargo-bisect-rustc which will bisect using the CI artifacts, so you don't have to recompile the compiler N times.

@mu001999
Copy link
Contributor Author

If you're bisecting to try to figure out what rustc commit introduced the bug, you should use https://crates.io/crates/cargo-bisect-rustc which will bisect using the CI artifacts, so you don't have to recompile the compiler N times.

Got it! Thanks :)

@apiraino
Copy link
Contributor

@mu001999 based on a really quick search, I think this could be a duplicate of an already reported issue caused by incremental compilation.

If you have a chance to confirm my suspicion, that would be helpful. thanks!

@mu001999
Copy link
Contributor Author

mu001999 commented Nov 21, 2023

@mu001999 based on a really quick search, I think this could be a duplicate of an already reported issue caused by incremental compilation.

If you have a chance to confirm my suspicion, that would be helpful. thanks!

I think it's a duplicate of #115835.

@apiraino
Copy link
Contributor

Ok, thanks! I think we can close this and follow the conversation there

@apiraino apiraino closed this as not planned Won't fix, can't repro, duplicate, stale Nov 21, 2023
@apiraino apiraino removed the I-prioritize Issue: Indicates that prioritization has been requested for this issue. label Nov 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-bug Category: This is a bug. I-ICE Issue: The compiler panicked, giving an Internal Compilation Error (ICE) ❄️ regression-from-stable-to-beta Performance or correctness regression from stable to beta. T-compiler Relevant to the compiler team, which will review and decide on the PR/issue.
Projects
None yet
Development

No branches or pull requests

4 participants