[INFO] updating cached repository https://github.com/AmaranthineCodices/rust-win32-notifications
[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] 8eb88b7545e83bcc6fa8247756b77b6ff25c9c0d
[INFO] checking AmaranthineCodices/rust-win32-notifications against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAmaranthineCodices%2Frust-win32-notifications" "/workspace/builds/worker-3/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/AmaranthineCodices/rust-win32-notifications on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/AmaranthineCodices/rust-win32-notifications
[INFO] finished tweaking git repo https://github.com/AmaranthineCodices/rust-win32-notifications
[INFO] tweaked toml for git repo https://github.com/AmaranthineCodices/rust-win32-notifications written to /workspace/builds/worker-3/source/Cargo.toml
[INFO] crate git repo https://github.com/AmaranthineCodices/rust-win32-notifications already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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] 190b7a903ef551908ef539a9b9fb822cf9355e460a4eded78972be8650e78ea4
[INFO] running `"docker" "start" "-a" "190b7a903ef551908ef539a9b9fb822cf9355e460a4eded78972be8650e78ea4"`
[INFO] [stderr]    Compiling winapi v0.3.8
[INFO] [stderr]     Checking notification-test v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stderr]  --> src/main.rs:2:14
[INFO] [stderr]   |
[INFO] [stderr] 2 | use std::os::windows::ffi::OsStrExt;
[INFO] [stderr]   |              ^^^^^^^ could not find `windows` in `os`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]  --> src/main.rs:3:13
[INFO] [stderr]   |
[INFO] [stderr] 3 | use winapi::shared::guiddef::GUID;
[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:4:13
[INFO] [stderr]   |
[INFO] [stderr] 4 | use winapi::um::shellapi::{self, Shell_NotifyIconW, NOTIFYICONDATAW};
[INFO] [stderr]   |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `winapi::um`
[INFO] [stderr]  --> src/main.rs:4:13
[INFO] [stderr]   |
[INFO] [stderr] 4 | use winapi::um::shellapi::{self, Shell_NotifyIconW, NOTIFYICONDATAW};
[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/main.rs:38:21
[INFO] [stderr]    |
[INFO] [stderr] 38 |             winapi::um::combaseapi::CoCreateGuid(&mut gen_guid);
[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/main.rs:56:41
[INFO] [stderr]    |
[INFO] [stderr] 56 |         let last_err = unsafe { winapi::um::errhandlingapi::GetLastError() };
[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/main.rs:74:41
[INFO] [stderr]    |
[INFO] [stderr] 74 |         let last_err = unsafe { winapi::um::errhandlingapi::GetLastError() };
[INFO] [stderr]    |                                         ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `GUID` in this scope
[INFO] [stderr]  --> src/main.rs:6:63
[INFO] [stderr]   |
[INFO] [stderr] 6 | fn create_notification(title: String, body: String) -> Result<GUID, u32> {
[INFO] [stderr]   |                       -                                       ^^^^ not found in this scope
[INFO] [stderr]   |                       |
[INFO] [stderr]   |                       help: you might be missing a type parameter: `<GUID>`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `GUID` in this scope
[INFO] [stderr]   --> src/main.rs:36:27
[INFO] [stderr]    |
[INFO] [stderr] 36 |         let mut gen_guid: GUID = Default::default();
[INFO] [stderr]    |                           ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `NOTIFYICONDATAW` in this scope
[INFO] [stderr]   --> src/main.rs:43:25
[INFO] [stderr]    |
[INFO] [stderr] 43 |     let mut icon_data = NOTIFYICONDATAW {
[INFO] [stderr]    |                         ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `NOTIFYICONDATAW` in this scope
[INFO] [stderr]   --> src/main.rs:44:37
[INFO] [stderr]    |
[INFO] [stderr] 6  | fn create_notification(title: String, body: String) -> Result<GUID, u32> {
[INFO] [stderr]    |                       - help: you might be missing a type parameter: `<NOTIFYICONDATAW>`
[INFO] [stderr] ...
[INFO] [stderr] 44 |         cbSize: std::mem::size_of::<NOTIFYICONDATAW>() as u32,
[INFO] [stderr]    |                                     ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Shell_NotifyIconW` in this scope
[INFO] [stderr]   --> src/main.rs:53:28
[INFO] [stderr]    |
[INFO] [stderr] 53 |     let success = unsafe { Shell_NotifyIconW(shellapi::NIM_ADD, &mut icon_data) != 0 };
[INFO] [stderr]    |                            ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `GUID` in this scope
[INFO] [stderr]   --> src/main.rs:63:30
[INFO] [stderr]    |
[INFO] [stderr] 63 | fn delete_notification(guid: GUID) -> Result<(), u32> {
[INFO] [stderr]    |                              ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `NOTIFYICONDATAW` in this scope
[INFO] [stderr]   --> src/main.rs:64:25
[INFO] [stderr]    |
[INFO] [stderr] 64 |     let mut icon_data = NOTIFYICONDATAW {
[INFO] [stderr]    |                         ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `NOTIFYICONDATAW` in this scope
[INFO] [stderr]   --> src/main.rs:65:37
[INFO] [stderr]    |
[INFO] [stderr] 63 | fn delete_notification(guid: GUID) -> Result<(), u32> {
[INFO] [stderr]    |                       - help: you might be missing a type parameter: `<NOTIFYICONDATAW>`
[INFO] [stderr] 64 |     let mut icon_data = NOTIFYICONDATAW {
[INFO] [stderr] 65 |         cbSize: std::mem::size_of::<NOTIFYICONDATAW>() as u32,
[INFO] [stderr]    |                                     ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Shell_NotifyIconW` in this scope
[INFO] [stderr]   --> src/main.rs:71:28
[INFO] [stderr]    |
[INFO] [stderr] 71 |     let success = unsafe { Shell_NotifyIconW(shellapi::NIM_DELETE, &mut icon_data) != 0 };
[INFO] [stderr]    |                            ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stderr]  --> src/main.rs:2:14
[INFO] [stderr]   |
[INFO] [stderr] 2 | use std::os::windows::ffi::OsStrExt;
[INFO] [stderr]   |              ^^^^^^^ could not find `windows` in `os`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]  --> src/main.rs:3:13
[INFO] [stderr]   |
[INFO] [stderr] 3 | use winapi::shared::guiddef::GUID;
[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:4:13
[INFO] [stderr]   |
[INFO] [stderr] 4 | use winapi::um::shellapi::{self, Shell_NotifyIconW, NOTIFYICONDATAW};
[INFO] [stderr]   |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `winapi::um`
[INFO] [stderr]  --> src/main.rs:4:13
[INFO] [stderr]   |
[INFO] [stderr] 4 | use winapi::um::shellapi::{self, Shell_NotifyIconW, NOTIFYICONDATAW};
[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/main.rs:38:21
[INFO] [stderr]    |
[INFO] [stderr] 38 |             winapi::um::combaseapi::CoCreateGuid(&mut gen_guid);
[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/main.rs:56:41
[INFO] [stderr]    |
[INFO] [stderr] 56 |         let last_err = unsafe { winapi::um::errhandlingapi::GetLastError() };
[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/main.rs:74:41
[INFO] [stderr]    |
[INFO] [stderr] 74 |         let last_err = unsafe { winapi::um::errhandlingapi::GetLastError() };
[INFO] [stderr]    |                                         ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `GUID` in this scope
[INFO] [stderr]  --> src/main.rs:6:63
[INFO] [stderr]   |
[INFO] [stderr] 6 | fn create_notification(title: String, body: String) -> Result<GUID, u32> {
[INFO] [stderr]   |                       -                                       ^^^^ not found in this scope
[INFO] [stderr]   |                       |
[INFO] [stderr]   |                       help: you might be missing a type parameter: `<GUID>`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `GUID` in this scope
[INFO] [stderr]   --> src/main.rs:36:27
[INFO] [stderr]    |
[INFO] [stderr] 36 |         let mut gen_guid: GUID = Default::default();
[INFO] [stderr]    |                           ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `NOTIFYICONDATAW` in this scope
[INFO] [stderr]   --> src/main.rs:43:25
[INFO] [stderr]    |
[INFO] [stderr] 43 |     let mut icon_data = NOTIFYICONDATAW {
[INFO] [stderr]    |                         ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `NOTIFYICONDATAW` in this scope
[INFO] [stderr]   --> src/main.rs:44:37
[INFO] [stderr]    |
[INFO] [stderr] 6  | fn create_notification(title: String, body: String) -> Result<GUID, u32> {
[INFO] [stderr]    |                       - help: you might be missing a type parameter: `<NOTIFYICONDATAW>`
[INFO] [stderr] ...
[INFO] [stderr] 44 |         cbSize: std::mem::size_of::<NOTIFYICONDATAW>() as u32,
[INFO] [stderr]    |                                     ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Shell_NotifyIconW` in this scope
[INFO] [stderr]   --> src/main.rs:53:28
[INFO] [stderr]    |
[INFO] [stderr] 53 |     let success = unsafe { Shell_NotifyIconW(shellapi::NIM_ADD, &mut icon_data) != 0 };
[INFO] [stderr]    |                            ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `GUID` in this scope
[INFO] [stderr]   --> src/main.rs:63:30
[INFO] [stderr]    |
[INFO] [stderr] 63 | fn delete_notification(guid: GUID) -> Result<(), u32> {
[INFO] [stderr]    |                              ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `NOTIFYICONDATAW` in this scope
[INFO] [stderr]   --> src/main.rs:64:25
[INFO] [stderr]    |
[INFO] [stderr] 64 |     let mut icon_data = NOTIFYICONDATAW {
[INFO] [stderr]    |                         ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `NOTIFYICONDATAW` in this scope
[INFO] [stderr]   --> src/main.rs:65:37
[INFO] [stderr]    |
[INFO] [stderr] 63 | fn delete_notification(guid: GUID) -> Result<(), u32> {
[INFO] [stderr]    |                       - help: you might be missing a type parameter: `<NOTIFYICONDATAW>`
[INFO] [stderr] 64 |     let mut icon_data = NOTIFYICONDATAW {
[INFO] [stderr] 65 |         cbSize: std::mem::size_of::<NOTIFYICONDATAW>() as u32,
[INFO] [stderr]    |                                     ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `Shell_NotifyIconW` in this scope
[INFO] [stderr]   --> src/main.rs:71:28
[INFO] [stderr]    |
[INFO] [stderr] 71 |     let success = unsafe { Shell_NotifyIconW(shellapi::NIM_DELETE, &mut icon_data) != 0 };
[INFO] [stderr]    |                            ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `encode_wide` found for reference `&std::ffi::OsStr` in the current scope
[INFO] [stderr]  --> src/main.rs:9:10
[INFO] [stderr]   |
[INFO] [stderr] 9 |         .encode_wide()
[INFO] [stderr]   |          ^^^^^^^^^^^ method not found in `&std::ffi::OsStr`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `encode_wide` found for reference `&std::ffi::OsStr` in the current scope
[INFO] [stderr]   --> src/main.rs:16:10
[INFO] [stderr]    |
[INFO] [stderr] 16 |         .encode_wide()
[INFO] [stderr]    |          ^^^^^^^^^^^ method not found in `&std::ffi::OsStr`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 18 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0412, E0422, E0425, E0432, E0433, E0599.
[INFO] [stderr] For more information about an error, try `rustc --explain E0412`.
[INFO] [stderr] error: could not compile `notification-test`.
[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[E0599]: no method named `encode_wide` found for reference `&std::ffi::OsStr` in the current scope
[INFO] [stderr]  --> src/main.rs:9:10
[INFO] [stderr]   |
[INFO] [stderr] 9 |         .encode_wide()
[INFO] [stderr]   |          ^^^^^^^^^^^ method not found in `&std::ffi::OsStr`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no method named `encode_wide` found for reference `&std::ffi::OsStr` in the current scope
[INFO] [stderr]   --> src/main.rs:16:10
[INFO] [stderr]    |
[INFO] [stderr] 16 |         .encode_wide()
[INFO] [stderr]    |          ^^^^^^^^^^^ method not found in `&std::ffi::OsStr`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 18 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0412, E0422, E0425, E0432, E0433, E0599.
[INFO] [stderr] For more information about an error, try `rustc --explain E0412`.
[INFO] [stderr] error: could not compile `notification-test`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "190b7a903ef551908ef539a9b9fb822cf9355e460a4eded78972be8650e78ea4"`
[INFO] running `"docker" "rm" "-f" "190b7a903ef551908ef539a9b9fb822cf9355e460a4eded78972be8650e78ea4"`
[INFO] [stdout] 190b7a903ef551908ef539a9b9fb822cf9355e460a4eded78972be8650e78ea4
