[INFO] fetching crate hwnd0 0.0.0-2024-01-10...
[INFO] checking hwnd0-0.0.0-2024-01-10 against try#264a7c4a1c917c83d13895a31231f9d93c7b67e1 for pr-132289
[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 264a7c4a1c917c83d13895a31231f9d93c7b67e1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+264a7c4a1c917c83d13895a31231f9d93c7b67e1" "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" "+264a7c4a1c917c83d13895a31231f9d93c7b67e1" "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" "+264a7c4a1c917c83d13895a31231f9d93c7b67e1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 221ae2d581198ef42c3811313f5617f47b0b7189bdb9723c1b1f7a1012da187c
[INFO] running `Command { std: "docker" "start" "-a" "221ae2d581198ef42c3811313f5617f47b0b7189bdb9723c1b1f7a1012da187c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "221ae2d581198ef42c3811313f5617f47b0b7189bdb9723c1b1f7a1012da187c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "221ae2d581198ef42c3811313f5617f47b0b7189bdb9723c1b1f7a1012da187c", kill_on_drop: false }`
[INFO] [stdout] 221ae2d581198ef42c3811313f5617f47b0b7189bdb9723c1b1f7a1012da187c
[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" "+264a7c4a1c917c83d13895a31231f9d93c7b67e1" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e6a81cffd5444a16956c1cfae9e445da24e504f37b87a262f5a063dd739e01ff
[INFO] running `Command { std: "docker" "start" "-a" "e6a81cffd5444a16956c1cfae9e445da24e504f37b87a262f5a063dd739e01ff", 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" "e6a81cffd5444a16956c1cfae9e445da24e504f37b87a262f5a063dd739e01ff", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e6a81cffd5444a16956c1cfae9e445da24e504f37b87a262f5a063dd739e01ff", kill_on_drop: false }`
[INFO] [stdout] e6a81cffd5444a16956c1cfae9e445da24e504f37b87a262f5a063dd739e01ff
