-
Notifications
You must be signed in to change notification settings - Fork 13.4k
rustbuild: found crate *
compiled by an incompatible version of rustc
#35687
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
Seems to happen every time I rebase. |
cc @jonathandturner, I think you're running into this as well |
I'm hoping this was fixed by #35811 |
@TimNN - I'm going optimistically close this. If you run into this with a recent nightly, please reopen. |
This is not fixed. All things considered I now hit this bug much earlier in the build and it is not limited to just -tools anymore. |
EDIT: nevermind, it's a rustbuild fix. |
agreed @nagisa - I can confirm I didn't manage to fix it the first time. I have a repro but haven't gotten back to it. |
I haven't seen this in a while, so closing for now. |
I regularly invoke rustbuild using
python ../../rust/src/bootstrap/bootstrap.py --step check --stage 2
and often get the following (or similar) error:This can easily be fixed by removing the offending
deps
directory but is nevertheless annoying, there's probably some cleanup not happening.This sometimes manifest itself differently, I believe something like
found multiple versions of crate
log`` (I don't have the exact error at the moment, but I believe it's the same issue).The text was updated successfully, but these errors were encountered: