[INFO] updating cached repository https://github.com/ben-wallis/win31dialog
[INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"`
[INFO] running `"git" "rev-parse" "HEAD"`
[INFO] [stdout] ad3dad798f083d5dc70fdfd156517b1a2078972c
[INFO] checking ben-wallis/win31dialog against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fben-wallis%2Fwin31dialog" "/workspace/builds/worker-1/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/ben-wallis/win31dialog on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/ben-wallis/win31dialog
[INFO] finished tweaking git repo https://github.com/ben-wallis/win31dialog
[INFO] tweaked toml for git repo https://github.com/ben-wallis/win31dialog written to /workspace/builds/worker-1/source/Cargo.toml
[INFO] crate git repo https://github.com/ben-wallis/win31dialog already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 90770a032da3a46e4a14521b21b9cb2632e87969b2454f80235492ddd7038d3d
[INFO] running `"docker" "start" "-a" "90770a032da3a46e4a14521b21b9cb2632e87969b2454f80235492ddd7038d3d"`
[INFO] [stderr]    Compiling winapi v0.3.8
[INFO] [stderr]     Checking win31dialog v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]  --> src/main.rs:5:5
[INFO] [stderr]   |
[INFO] [stderr] 5 |     shared::{
[INFO] [stderr]   |     ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]  --> src/main.rs:9:5
[INFO] [stderr]   |
[INFO] [stderr] 9 |     um::commdlg::{GetOpenFileNameW, OPENFILENAMEW, OFN_ALLOWMULTISELECT}
[INFO] [stderr]   |     ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `OPENFILENAMEW` in this scope
[INFO] [stderr]   --> src/main.rs:20:29
[INFO] [stderr]    |
[INFO] [stderr] 20 |     let mut openfilenamew = OPENFILENAMEW {
[INFO] [stderr]    |                             ^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `OPENFILENAMEW` in this scope
[INFO] [stderr]   --> src/main.rs:21:32
[INFO] [stderr]    |
[INFO] [stderr] 21 |         lStructSize: size_of::<OPENFILENAMEW>() as u32,
[INFO] [stderr]    |                                ^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HWND` in this scope
[INFO] [stderr]   --> src/main.rs:22:25
[INFO] [stderr]    |
[INFO] [stderr] 22 |         hwndOwner: 0 as HWND, // TODO: owner
[INFO] [stderr]    |                         ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HINSTANCE` in this scope
[INFO] [stderr]   --> src/main.rs:23:25
[INFO] [stderr]    |
[INFO] [stderr] 23 |         hInstance: 0 as HINSTANCE,
[INFO] [stderr]    |                         ^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `OFN_ALLOWMULTISELECT` in this scope
[INFO] [stderr]   --> src/main.rs:34:16
[INFO] [stderr]    |
[INFO] [stderr] 34 |         Flags: OFN_ALLOWMULTISELECT,
[INFO] [stderr]    |                ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `LPVOID` in this scope
[INFO] [stderr]   --> src/main.rs:41:26
[INFO] [stderr]    |
[INFO] [stderr] 41 |         pvReserved: 0 as LPVOID,
[INFO] [stderr]    |                          ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `GetOpenFileNameW` in this scope
[INFO] [stderr]   --> src/main.rs:46:14
[INFO] [stderr]    |
[INFO] [stderr] 46 |     unsafe { GetOpenFileNameW(&mut openfilenamew); }
[INFO] [stderr]    |              ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 9 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0412, E0422, E0425, E0433.
[INFO] [stderr] For more information about an error, try `rustc --explain E0412`.
[INFO] [stderr] error: could not compile `win31dialog`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]  --> src/main.rs:5:5
[INFO] [stderr]   |
[INFO] [stderr] 5 |     shared::{
[INFO] [stderr]   |     ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]  --> src/main.rs:9:5
[INFO] [stderr]   |
[INFO] [stderr] 9 |     um::commdlg::{GetOpenFileNameW, OPENFILENAMEW, OFN_ALLOWMULTISELECT}
[INFO] [stderr]   |     ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `OPENFILENAMEW` in this scope
[INFO] [stderr]   --> src/main.rs:20:29
[INFO] [stderr]    |
[INFO] [stderr] 20 |     let mut openfilenamew = OPENFILENAMEW {
[INFO] [stderr]    |                             ^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `OPENFILENAMEW` in this scope
[INFO] [stderr]   --> src/main.rs:21:32
[INFO] [stderr]    |
[INFO] [stderr] 21 |         lStructSize: size_of::<OPENFILENAMEW>() as u32,
[INFO] [stderr]    |                                ^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HWND` in this scope
[INFO] [stderr]   --> src/main.rs:22:25
[INFO] [stderr]    |
[INFO] [stderr] 22 |         hwndOwner: 0 as HWND, // TODO: owner
[INFO] [stderr]    |                         ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HINSTANCE` in this scope
[INFO] [stderr]   --> src/main.rs:23:25
[INFO] [stderr]    |
[INFO] [stderr] 23 |         hInstance: 0 as HINSTANCE,
[INFO] [stderr]    |                         ^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `OFN_ALLOWMULTISELECT` in this scope
[INFO] [stderr]   --> src/main.rs:34:16
[INFO] [stderr]    |
[INFO] [stderr] 34 |         Flags: OFN_ALLOWMULTISELECT,
[INFO] [stderr]    |                ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `LPVOID` in this scope
[INFO] [stderr]   --> src/main.rs:41:26
[INFO] [stderr]    |
[INFO] [stderr] 41 |         pvReserved: 0 as LPVOID,
[INFO] [stderr]    |                          ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `GetOpenFileNameW` in this scope
[INFO] [stderr]   --> src/main.rs:46:14
[INFO] [stderr]    |
[INFO] [stderr] 46 |     unsafe { GetOpenFileNameW(&mut openfilenamew); }
[INFO] [stderr]    |              ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 9 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0412, E0422, E0425, E0433.
[INFO] [stderr] For more information about an error, try `rustc --explain E0412`.
[INFO] [stderr] error: could not compile `win31dialog`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "90770a032da3a46e4a14521b21b9cb2632e87969b2454f80235492ddd7038d3d"`
[INFO] running `"docker" "rm" "-f" "90770a032da3a46e4a14521b21b9cb2632e87969b2454f80235492ddd7038d3d"`
[INFO] [stdout] 90770a032da3a46e4a14521b21b9cb2632e87969b2454f80235492ddd7038d3d
