[INFO] crate wallpaper-windows-user32 0.4.0 is already in cache
[INFO] checking wallpaper-windows-user32-0.4.0 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate wallpaper-windows-user32 0.4.0 into /workspace/builds/worker-4/source
[INFO] validating manifest of crates.io crate wallpaper-windows-user32 0.4.0 on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate wallpaper-windows-user32 0.4.0
[INFO] finished tweaking crates.io crate wallpaper-windows-user32 0.4.0
[INFO] tweaked toml for crates.io crate wallpaper-windows-user32 0.4.0 written to /workspace/builds/worker-4/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "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] 563e5caf40d22305a06de73d7123cb00ee8ae622116358fcc5bc5d8d04116c21
[INFO] running `"docker" "start" "-a" "563e5caf40d22305a06de73d7123cb00ee8ae622116358fcc5bc5d8d04116c21"`
[INFO] [stderr]    Compiling winapi v0.3.8
[INFO] [stderr]     Checking wallpaper-windows-user32 v0.4.0 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]  --> src/lib.rs:3:13
[INFO] [stderr]   |
[INFO] [stderr] 3 | use winapi::shared::minwindef::{MAX_PATH, TRUE, UINT};
[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/lib.rs:4:13
[INFO] [stderr]   |
[INFO] [stderr] 4 | use winapi::um::winnt::{HRESULT, PVOID, WCHAR};
[INFO] [stderr]   |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]  --> src/lib.rs:5:13
[INFO] [stderr]   |
[INFO] [stderr] 5 | use winapi::um::winuser::{
[INFO] [stderr]   |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]  --> src/lib.rs:3:13
[INFO] [stderr]   |
[INFO] [stderr] 3 | use winapi::shared::minwindef::{MAX_PATH, TRUE, UINT};
[INFO] [stderr]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `SystemParametersInfoW` in this scope
[INFO] [stderr]   --> src/lib.rs:31:9
[INFO] [stderr]    |
[INFO] [stderr] 31 |         SystemParametersInfoW(
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]  --> src/lib.rs:4:13
[INFO] [stderr]   |
[INFO] [stderr] 4 | use winapi::um::winnt::{HRESULT, PVOID, WCHAR};
[INFO] [stderr]   |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]  --> src/lib.rs:5:13
[INFO] [stderr]   |
[INFO] [stderr] 5 | use winapi::um::winuser::{
[INFO] [stderr]   |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `SPI_SETDESKWALLPAPER` in this scope
[INFO] [stderr]   --> src/lib.rs:32:13
[INFO] [stderr]    |
[INFO] [stderr] 32 |             SPI_SETDESKWALLPAPER,
[INFO] [stderr]    |             ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `PVOID` in this scope
[INFO] [stderr]   --> src/lib.rs:34:35
[INFO] [stderr]    |
[INFO] [stderr] 34 |             full_path.as_ptr() as PVOID,
[INFO] [stderr]    |                                   ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `SPIF_SENDCHANGE` in this scope
[INFO] [stderr]   --> src/lib.rs:35:13
[INFO] [stderr]    |
[INFO] [stderr] 35 |             SPIF_SENDCHANGE | SPIF_UPDATEINIFILE,
[INFO] [stderr]    |             ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `SPIF_UPDATEINIFILE` in this scope
[INFO] [stderr]   --> src/lib.rs:35:31
[INFO] [stderr]    |
[INFO] [stderr] 35 |             SPIF_SENDCHANGE | SPIF_UPDATEINIFILE,
[INFO] [stderr]    |                               ^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `WCHAR` in this scope
[INFO] [stderr]   --> src/lib.rs:52:35
[INFO] [stderr]    |
[INFO] [stderr] 52 |     let mut full_path_buf = [0 as WCHAR; MAX_PATH];
[INFO] [stderr]    |                                   ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `MAX_PATH` in this scope
[INFO] [stderr]   --> src/lib.rs:52:42
[INFO] [stderr]    |
[INFO] [stderr] 52 |     let mut full_path_buf = [0 as WCHAR; MAX_PATH];
[INFO] [stderr]    |                                          ^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `SystemParametersInfoW` in this scope
[INFO] [stderr]   --> src/lib.rs:54:9
[INFO] [stderr]    |
[INFO] [stderr] 54 |         SystemParametersInfoW(
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `SPI_GETDESKWALLPAPER` in this scope
[INFO] [stderr]   --> src/lib.rs:55:13
[INFO] [stderr]    |
[INFO] [stderr] 55 |             SPI_GETDESKWALLPAPER,
[INFO] [stderr]    |             ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `UINT` in this scope
[INFO] [stderr]   --> src/lib.rs:56:36
[INFO] [stderr]    |
[INFO] [stderr] 56 |             full_path_buf.len() as UINT,
[INFO] [stderr]    |                                    ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `PVOID` in this scope
[INFO] [stderr]   --> src/lib.rs:57:43
[INFO] [stderr]    |
[INFO] [stderr] 57 |             full_path_buf.as_mut_ptr() as PVOID,
[INFO] [stderr]    |                                           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HRESULT` in this scope
[INFO] [stderr]   --> src/lib.rs:66:25
[INFO] [stderr]    |
[INFO] [stderr] 66 | fn check_result(result: HRESULT) -> Result<()> {
[INFO] [stderr]    |                         ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `SystemParametersInfoW` in this scope
[INFO] [stderr]   --> src/lib.rs:31:9
[INFO] [stderr]    |
[INFO] [stderr] 31 |         SystemParametersInfoW(
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 15 previous errors
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `SPI_SETDESKWALLPAPER` in this scope
[INFO] [stderr]   --> src/lib.rs:32:13
[INFO] [stderr]    |
[INFO] [stderr] 32 |             SPI_SETDESKWALLPAPER,
[INFO] [stderr]    |             ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `PVOID` in this scope
[INFO] [stderr]   --> src/lib.rs:34:35
[INFO] [stderr]    |
[INFO] [stderr] 34 |             full_path.as_ptr() as PVOID,
[INFO] [stderr]    |                                   ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `SPIF_SENDCHANGE` in this scope
[INFO] [stderr]   --> src/lib.rs:35:13
[INFO] [stderr]    |
[INFO] [stderr] 35 |             SPIF_SENDCHANGE | SPIF_UPDATEINIFILE,
[INFO] [stderr]    |             ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `SPIF_UPDATEINIFILE` in this scope
[INFO] [stderr]   --> src/lib.rs:35:31
[INFO] [stderr]    |
[INFO] [stderr] 35 |             SPIF_SENDCHANGE | SPIF_UPDATEINIFILE,
[INFO] [stderr]    |                               ^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `WCHAR` in this scope
[INFO] [stderr]   --> src/lib.rs:52:35
[INFO] [stderr]    |
[INFO] [stderr] 52 |     let mut full_path_buf = [0 as WCHAR; MAX_PATH];
[INFO] [stderr]    |                                   ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `MAX_PATH` in this scope
[INFO] [stderr]   --> src/lib.rs:52:42
[INFO] [stderr]    |
[INFO] [stderr] 52 |     let mut full_path_buf = [0 as WCHAR; MAX_PATH];
[INFO] [stderr]    |                                          ^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `SystemParametersInfoW` in this scope
[INFO] [stderr]   --> src/lib.rs:54:9
[INFO] [stderr]    |
[INFO] [stderr] 54 |         SystemParametersInfoW(
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `SPI_GETDESKWALLPAPER` in this scope
[INFO] [stderr]   --> src/lib.rs:55:13
[INFO] [stderr]    |
[INFO] [stderr] 55 |             SPI_GETDESKWALLPAPER,
[INFO] [stderr]    |             ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `UINT` in this scope
[INFO] [stderr]   --> src/lib.rs:56:36
[INFO] [stderr]    |
[INFO] [stderr] 56 |             full_path_buf.len() as UINT,
[INFO] [stderr]    |                                    ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `PVOID` in this scope
[INFO] [stderr]   --> src/lib.rs:57:43
[INFO] [stderr]    |
[INFO] [stderr] 57 |             full_path_buf.as_mut_ptr() as PVOID,
[INFO] [stderr]    |                                           ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HRESULT` in this scope
[INFO] [stderr]   --> src/lib.rs:66:25
[INFO] [stderr]    |
[INFO] [stderr] 66 | fn check_result(result: HRESULT) -> Result<()> {
[INFO] [stderr]    |                         ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0412, E0425, E0433.
[INFO] [stderr] For more information about an error, try `rustc --explain E0412`.
[INFO] [stderr] error: aborting due to 15 previous errors
[INFO] [stderr] 
[INFO] [stderr] error: could not compile `wallpaper-windows-user32`.
[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] Some errors have detailed explanations: E0412, E0425, E0433.
[INFO] [stderr] For more information about an error, try `rustc --explain E0412`.
[INFO] [stderr] error: could not compile `wallpaper-windows-user32`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "563e5caf40d22305a06de73d7123cb00ee8ae622116358fcc5bc5d8d04116c21"`
[INFO] running `"docker" "rm" "-f" "563e5caf40d22305a06de73d7123cb00ee8ae622116358fcc5bc5d8d04116c21"`
[INFO] [stdout] 563e5caf40d22305a06de73d7123cb00ee8ae622116358fcc5bc5d8d04116c21
