[INFO] fetching crate hwnd0 0.0.0-2024-01-10...
[INFO] checking hwnd0-0.0.0-2024-01-10 against try#31561a63598a0f21fc74c024747ef1310fdd2eb2 for pr-133536
[INFO] extracting crate hwnd0 0.0.0-2024-01-10 into /workspace/builds/worker-6-tc2/source
[INFO] validating manifest of crates.io crate hwnd0 0.0.0-2024-01-10 on toolchain 31561a63598a0f21fc74c024747ef1310fdd2eb2
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate hwnd0 0.0.0-2024-01-10
[INFO] finished tweaking crates.io crate hwnd0 0.0.0-2024-01-10
[INFO] tweaked toml for crates.io crate hwnd0 0.0.0-2024-01-10 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] crate crates.io crate hwnd0 0.0.0-2024-01-10 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" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e83484696de06def2990bc904ac4438d6cbbd865f8b9cfed0b976907f46212d0
[INFO] running `Command { std: "docker" "start" "-a" "e83484696de06def2990bc904ac4438d6cbbd865f8b9cfed0b976907f46212d0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e83484696de06def2990bc904ac4438d6cbbd865f8b9cfed0b976907f46212d0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e83484696de06def2990bc904ac4438d6cbbd865f8b9cfed0b976907f46212d0", kill_on_drop: false }`
[INFO] [stdout] e83484696de06def2990bc904ac4438d6cbbd865f8b9cfed0b976907f46212d0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b12d5f2544cee1a0d19fae3dd1aaa1e40210d8e456848fe75cd91f5892cf07b1
[INFO] running `Command { std: "docker" "start" "-a" "b12d5f2544cee1a0d19fae3dd1aaa1e40210d8e456848fe75cd91f5892cf07b1", kill_on_drop: false }`
[INFO] [stderr]     Checking hwnd0 v0.0.0-2024-01-10 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0412]: cannot find type `NonNullHWND` in this scope
[INFO] [stdout]  --> examples/natvis-verifying-playground.rs:4:75
[INFO] [stdout]   |
[INFO] [stdout] 4 |     #[link(name = "user32")] extern "C" { fn GetDesktopWindow() -> Result<NonNullHWND, ()>; }
[INFO] [stdout]   |                                                                           ^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `hwnd0::*`
[INFO] [stdout]  --> examples/natvis-verifying-playground.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use hwnd0::*;
[INFO] [stdout]   |     ^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `HWND`
[INFO] [stdout]  --> examples/natvis-verifying-playground.rs:8:9
[INFO] [stdout]   |
[INFO] [stdout] 8 |         HWND::MESSAGE,
[INFO] [stdout]   |         ^^^^ use of undeclared type `HWND`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `HWND`
[INFO] [stdout]  --> examples/natvis-verifying-playground.rs:9:9
[INFO] [stdout]   |
[INFO] [stdout] 9 |         HWND::NOTOPMOST,
[INFO] [stdout]   |         ^^^^ use of undeclared type `HWND`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `HWND`
[INFO] [stdout]   --> examples/natvis-verifying-playground.rs:10:9
[INFO] [stdout]    |
[INFO] [stdout] 10 |         HWND::TOPMOST,
[INFO] [stdout]    |         ^^^^ use of undeclared type `HWND`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `HWND`
[INFO] [stdout]   --> examples/natvis-verifying-playground.rs:11:9
[INFO] [stdout]    |
[INFO] [stdout] 11 |         HWND::TOP,
[INFO] [stdout]    |         ^^^^ use of undeclared type `HWND`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `HWND`
[INFO] [stdout]   --> examples/natvis-verifying-playground.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 12 |         HWND::DESKTOP,
[INFO] [stdout]    |         ^^^^ use of undeclared type `HWND`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `HWND`
[INFO] [stdout]   --> examples/natvis-verifying-playground.rs:13:9
[INFO] [stdout]    |
[INFO] [stdout] 13 |         HWND::NULL,
[INFO] [stdout]    |         ^^^^ use of undeclared type `HWND`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `HWND`
[INFO] [stdout]   --> examples/natvis-verifying-playground.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 |         HWND::BOTTOM,
[INFO] [stdout]    |         ^^^^ use of undeclared type `HWND`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `HWND`
[INFO] [stdout]   --> examples/natvis-verifying-playground.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 15 |         HWND::BROADCAST,
[INFO] [stdout]    |         ^^^^ use of undeclared type `HWND`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NonNullHWND`
[INFO] [stdout]   --> examples/natvis-verifying-playground.rs:20:9
[INFO] [stdout]    |
[INFO] [stdout] 20 |         NonNullHWND::MESSAGE,
[INFO] [stdout]    |         ^^^^^^^^^^^ use of undeclared type `NonNullHWND`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NonNullHWND`
[INFO] [stdout]   --> examples/natvis-verifying-playground.rs:21:9
[INFO] [stdout]    |
[INFO] [stdout] 21 |         NonNullHWND::NOTOPMOST,
[INFO] [stdout]    |         ^^^^^^^^^^^ use of undeclared type `NonNullHWND`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NonNullHWND`
[INFO] [stdout]   --> examples/natvis-verifying-playground.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 |         NonNullHWND::TOPMOST,
[INFO] [stdout]    |         ^^^^^^^^^^^ use of undeclared type `NonNullHWND`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NonNullHWND`
[INFO] [stdout]   --> examples/natvis-verifying-playground.rs:23:9
[INFO] [stdout]    |
[INFO] [stdout] 23 |         NonNullHWND::BOTTOM,
[INFO] [stdout]    |         ^^^^^^^^^^^ use of undeclared type `NonNullHWND`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `NonNullHWND`
[INFO] [stdout]   --> examples/natvis-verifying-playground.rs:24:9
[INFO] [stdout]    |
[INFO] [stdout] 24 |         NonNullHWND::BROADCAST,
[INFO] [stdout]    |         ^^^^^^^^^^^ use of undeclared type `NonNullHWND`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0433.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `hwnd0` (example "natvis-verifying-playground") due to 14 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "b12d5f2544cee1a0d19fae3dd1aaa1e40210d8e456848fe75cd91f5892cf07b1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b12d5f2544cee1a0d19fae3dd1aaa1e40210d8e456848fe75cd91f5892cf07b1", kill_on_drop: false }`
[INFO] [stdout] b12d5f2544cee1a0d19fae3dd1aaa1e40210d8e456848fe75cd91f5892cf07b1
