We are now seeing crashes in GitHub CI across all platforms and Rust versions. Tracking in https://github.com/rust-lang/rust/issues/69121
I have disabled Github Actions in the UI until this is resolved.
I wonder if this was a temporary thing which is now resolved.
i moved all my projects to github actions and they are all working well (stable, beta, nightly and specific version).
I renabled it, we shall see
Nope, still the same issue.
looks like a rustc bug worth reporting. wdyt?
Already reported above :-)
Not an expert by any means, but is there a reason for RUSTFLAGS: "-C link-dead-code"?
Does not look like that variable is set for Azure pipelines, and if I remove it, checks for nightly seem to pass for the most part.
And the other way around, running RUSTFLAGS="-C link-dead-code" cargo build --tests seem to reproduce the error locally
Nice catch! I'll look into it.
the deadcode flag is for code coverage to be more accurate