[INFO] fetching crate windows-dll 0.4.1...
[INFO] testing windows-dll-0.4.1 against beta-2025-09-21 for beta-1.91-3
[INFO] extracting crate windows-dll 0.4.1 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate windows-dll 0.4.1
[INFO] finished tweaking crates.io crate windows-dll 0.4.1
[INFO] tweaked toml for crates.io crate windows-dll 0.4.1 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate windows-dll 0.4.1 on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate windows-dll 0.4.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 59aa2b7434fcd9092aa4c9d7fc1d2412f5c860e577b175ff8a53f2ca1ce4de19
[INFO] running `Command { std: "docker" "start" "-a" "59aa2b7434fcd9092aa4c9d7fc1d2412f5c860e577b175ff8a53f2ca1ce4de19", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "59aa2b7434fcd9092aa4c9d7fc1d2412f5c860e577b175ff8a53f2ca1ce4de19", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "59aa2b7434fcd9092aa4c9d7fc1d2412f5c860e577b175ff8a53f2ca1ce4de19", kill_on_drop: false }`
[INFO] [stdout] 59aa2b7434fcd9092aa4c9d7fc1d2412f5c860e577b175ff8a53f2ca1ce4de19
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 89bc65cd6fd1a1f5c2605fdfc4187617a44d7d8624c30ea173aa584bb7458b9b
[INFO] running `Command { std: "docker" "start" "-a" "89bc65cd6fd1a1f5c2605fdfc4187617a44d7d8624c30ea173aa584bb7458b9b", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.40
[INFO] [stderr]    Compiling unicode-ident v1.0.1
[INFO] [stderr]    Compiling quote v1.0.20
[INFO] [stderr]    Compiling syn v1.0.98
[INFO] [stderr]    Compiling serde v1.0.137
[INFO] [stderr]    Compiling winapi v0.3.9
[INFO] [stderr]    Compiling once_cell v1.12.0
[INFO] [stderr]    Compiling toml v0.5.9
[INFO] [stderr]    Compiling thiserror-impl v1.0.31
[INFO] [stderr]    Compiling thiserror v1.0.31
[INFO] [stderr]    Compiling proc-macro-crate v1.1.3
[INFO] [stderr]    Compiling windows-dll-codegen v0.4.0
[INFO] [stderr]    Compiling windows-dll v0.4.1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stdout]  --> src/platform/winapi_crate.rs:7:24
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub(crate) use winapi::shared::{
[INFO] [stdout]   |                        ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/platform/winapi_crate.rs:11:17
[INFO] [stdout]    |
[INFO] [stdout] 11 | pub use winapi::um::winnt::{LPCSTR, LPCWSTR};
[INFO] [stdout]    |                 ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stdout]   --> src/platform/winapi_crate.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 |     shared::minwindef::{__some_function, FARPROC, HINSTANCE__, TRUE},
[INFO] [stdout]    |     ^^^^^^ could not find `shared` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/platform/winapi_crate.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 |     um::libloaderapi::{FreeLibrary, GetProcAddress, LoadLibraryExW},
[INFO] [stdout]    |     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/platform/winapi_crate.rs:23:21
[INFO] [stdout]    |
[INFO] [stdout] 23 |     pub use winapi::um::libloaderapi::{
[INFO] [stdout]    |                     ^^ could not find `um` in `winapi`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved imports `crate::platform::LPCSTR`, `crate::platform::ULONG_PTR`, `crate::platform::WORD`, `crate::platform::LPCSTR`, `crate::platform::LPCWSTR`, `platform::LPCSTR`, `platform::LPCWSTR`
[INFO] [stdout]   --> src/lib.rs:12:16
[INFO] [stdout]    |
[INFO] [stdout] 12 | use platform::{LPCSTR, LPCWSTR};
[INFO] [stdout]    |                ^^^^^^  ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/cache.rs:2:74
[INFO] [stdout]    |
[INFO] [stdout]  2 |     platform::{AtomicDllHandle, AtomicDllProcPtr, DllHandle, DllProcPtr, LPCSTR},
[INFO] [stdout]    |                                                                          ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/macro_internal.rs:1:23
[INFO] [stdout]    |
[INFO] [stdout]  1 | use crate::platform::{ULONG_PTR, WORD};
[INFO] [stdout]    |                       ^^^^^^^^^  ^^^^
[INFO] [stdout] ...
[INFO] [stdout]  4 |     platform::{LPCSTR, LPCWSTR},
[INFO] [stdout]    |                ^^^^^^  ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0432, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `windows-dll` (lib) due to 6 previous errors
[INFO] running `Command { std: "docker" "inspect" "89bc65cd6fd1a1f5c2605fdfc4187617a44d7d8624c30ea173aa584bb7458b9b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "89bc65cd6fd1a1f5c2605fdfc4187617a44d7d8624c30ea173aa584bb7458b9b", kill_on_drop: false }`
[INFO] [stdout] 89bc65cd6fd1a1f5c2605fdfc4187617a44d7d8624c30ea173aa584bb7458b9b
