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 on Latest 1.64.0-nightly (b1dd22e66 2022-07-09) #954

Open
Alexhuszagh opened this issue Jul 17, 2022 · 2 comments
Open

ICE on Latest 1.64.0-nightly (b1dd22e66 2022-07-09) #954

Alexhuszagh opened this issue Jul 17, 2022 · 2 comments

Comments

@Alexhuszagh
Copy link
Contributor

Description

Running on a recently nightly (x86_64-unknown-linux-gnu toolchain) produces an ICE when running cargo +nightly xtask test --verbose.

$ cargo +nightly --version
cargo 1.64.0-nightly (b1dd22e66 2022-07-09)

Output

The entire debugging output is available here.

@Alexhuszagh
Copy link
Contributor Author

This doesn't seem to be reproducing very frequently, and seems to only occur when mixing toolchains.

@Alexhuszagh
Copy link
Contributor Author

Looks like this is due to incremental compilation, as is shown in rust-lang/rust#97143. Setting incremental compilation off or just doing cargo clean will likely prevent this in the future, and incremental compilation bugs are difficult to debug.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant