Closed
Description
The srcloc.rs test has seen a couple sporadic failures on CI with the x86_64-gnu-nopt
job.
- Revert switch of env locking to rwlock, to fix deadlock in process spawning #82877 (comment)
- Rollup of 10 pull requests #82847 (comment)
The error is that it is not always emitting all 23 errors. Sometimes I see it report anywhere from 3 to 15 errors.
I'm able to reproduce locally with rust.optimize-tests = false
, and running in a loop. The failure rate isn't high, but I can repro within a few seconds.
cc @Amanieu