Closed
Description
In #71173, the Azure "tools" PR builder succeeded, but the GHA "tools" builder failed twice because it considers rls and rustfmt broken, saying
error[E0464]: multiple matching crates for `getopts`
--> /cargo/registry/src/github.tiyicn.workers.dev-1ecc6299db9ec823/rustc-ap-rustc_session-651.0.0/lib.rs:6:1
|
6 | extern crate getopts;
| ^^^^^^^^^^^^^^^^^^^^^
|
= note: candidates:
crate `getopts`: /checkout/obj/build/x86_64-unknown-linux-gnu/stage2/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-c1029da41ced9898.rlib
crate `getopts`: /checkout/obj/build/x86_64-unknown-linux-gnu/stage2/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-0ef7d7c079c561c3.rlib
error[E0463]: can't find crate for `getopts`
--> /cargo/registry/src/github.tiyicn.workers.dev-1ecc6299db9ec823/rustc-ap-rustc_session-651.0.0/lib.rs:6:1
|
6 | extern crate getopts;
| ^^^^^^^^^^^^^^^^^^^^^ can't find crate
error: aborting due to 2 previous errors
Looks to me like something is wrong with the GHA builder.