On dist-i686-mscv, lint-docs consistently hangs in CI.
Example run: #158342 (comment)
In this try build I added some extra logging: #158363 (comment)
The last thing this prints is:
[lint-docs] Generating output for missing_debug_implementations
compiling lint missing_debug_implementations
running: "D:\\a\\rust\\rust\\build\\i686-pc-windows-msvc\\stage1\\bin\\rustc.exe" "--edition=2024" "-Zunstable-options" "--error-format=json" "--target" "i686-pc-windows-msvc" "lint_example.rs"
#![deny(missing_debug_implementations)]
pub struct Foo;
fn main() {}
I've ran this multiple times and it always gets stuck on this point
Zulip thread: #t-infra > dist-i686-msvc hang @ 💬
On dist-i686-mscv, lint-docs consistently hangs in CI.
Example run: #158342 (comment)
In this try build I added some extra logging: #158363 (comment)
The last thing this prints is:
I've ran this multiple times and it always gets stuck on this point
Zulip thread: #t-infra > dist-i686-msvc hang @ 💬