[INFO] updating cached repository https://github.com/hummingly/simple-window-rs
[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] 1665301327cab72d529cb5e3a65067be2d391b25
[INFO] checking hummingly/simple-window-rs against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhummingly%2Fsimple-window-rs" "/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/hummingly/simple-window-rs 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/hummingly/simple-window-rs
[INFO] finished tweaking git repo https://github.com/hummingly/simple-window-rs
[INFO] tweaked toml for git repo https://github.com/hummingly/simple-window-rs written to /workspace/builds/worker-3/source/Cargo.toml
[INFO] crate git repo https://github.com/hummingly/simple-window-rs 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] 0334d37fe261e6554221a92a15b548b5efce31fcaca66432dc0d25cf322d1b49
[INFO] running `"docker" "start" "-a" "0334d37fe261e6554221a92a15b548b5efce31fcaca66432dc0d25cf322d1b49"`
[INFO] [stderr]    Compiling user32-sys v0.2.0
[INFO] [stderr]     Checking bbc v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stderr]  --> src/main.rs:8:14
[INFO] [stderr]   |
[INFO] [stderr] 8 | 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 `windows` in `os`
[INFO] [stderr]  --> src/main.rs:8:14
[INFO] [stderr]   |
[INFO] [stderr] 8 | use std::os::windows::ffi::OsStrExt;
[INFO] [stderr]   |              ^^^^^^^ could not find `windows` in `os`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `kernel32::GetModuleHandleW`
[INFO] [stderr]   --> src/main.rs:11:5
[INFO] [stderr]    |
[INFO] [stderr] 11 | use kernel32::GetModuleHandleW;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^ no `GetModuleHandleW` in the root
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `kernel32::GetModuleHandleW`
[INFO] [stderr]   --> src/main.rs:11:5
[INFO] [stderr]    |
[INFO] [stderr] 11 | use kernel32::GetModuleHandleW;
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^ no `GetModuleHandleW` in the root
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved imports `user32::CreateWindowExW`, `user32::DefWindowProcW`, `user32::DispatchMessageW`, `user32::GetMessageW`, `user32::MessageBoxW`, `user32::PostQuitMessage`, `user32::RegisterClassW`, `user32::TranslateMessage`
[INFO] [stderr]   --> src/main.rs:12:14
[INFO] [stderr]    |
[INFO] [stderr] 12 | use user32::{CreateWindowExW, DefWindowProcW, DispatchMessageW, GetMessageW, MessageBoxW,
[INFO] [stderr]    |              ^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^  ^^^^^^^^^^^  ^^^^^^^^^^^ no `MessageBoxW` in the root
[INFO] [stderr]    |              |                |               |                 |
[INFO] [stderr]    |              |                |               |                 no `GetMessageW` in the root
[INFO] [stderr]    |              |                |               no `DispatchMessageW` in the root
[INFO] [stderr]    |              |                no `DefWindowProcW` in the root
[INFO] [stderr]    |              no `CreateWindowExW` in the root
[INFO] [stderr] 13 |              PostQuitMessage, RegisterClassW, TranslateMessage};
[INFO] [stderr]    |              ^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^ no `TranslateMessage` in the root
[INFO] [stderr]    |              |                |
[INFO] [stderr]    |              |                no `RegisterClassW` in the root
[INFO] [stderr]    |              no `PostQuitMessage` in the root
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `winapi::minwindef`
[INFO] [stderr]   --> src/main.rs:14:13
[INFO] [stderr]    |
[INFO] [stderr] 14 | use winapi::minwindef::{LPARAM, LRESULT, WPARAM};
[INFO] [stderr]    |             ^^^^^^^^^ could not find `minwindef` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `winapi::windef`
[INFO] [stderr]   --> src/main.rs:15:13
[INFO] [stderr]    |
[INFO] [stderr] 15 | use winapi::windef::{HWND, POINT};
[INFO] [stderr]    |             ^^^^^^ could not find `windef` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `winapi::winuser`
[INFO] [stderr]   --> src/main.rs:16:13
[INFO] [stderr]    |
[INFO] [stderr] 16 | use winapi::winuser::{CS_HREDRAW, CS_OWNDC, CS_VREDRAW, CW_USEDEFAULT, MB_OK, MSG, WM_DESTROY,
[INFO] [stderr]    |             ^^^^^^^ could not find `winuser` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved imports `user32::CreateWindowExW`, `user32::DefWindowProcW`, `user32::DispatchMessageW`, `user32::GetMessageW`, `user32::MessageBoxW`, `user32::PostQuitMessage`, `user32::RegisterClassW`, `user32::TranslateMessage`
[INFO] [stderr]   --> src/main.rs:12:14
[INFO] [stderr]    |
[INFO] [stderr] 12 | use user32::{CreateWindowExW, DefWindowProcW, DispatchMessageW, GetMessageW, MessageBoxW,
[INFO] [stderr]    |              ^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^  ^^^^^^^^^^^  ^^^^^^^^^^^ no `MessageBoxW` in the root
[INFO] [stderr]    |              |                |               |                 |
[INFO] [stderr]    |              |                |               |                 no `GetMessageW` in the root
[INFO] [stderr]    |              |                |               no `DispatchMessageW` in the root
[INFO] [stderr]    |              |                no `DefWindowProcW` in the root
[INFO] [stderr]    |              no `CreateWindowExW` in the root
[INFO] [stderr] 13 |              PostQuitMessage, RegisterClassW, TranslateMessage};
[INFO] [stderr]    |              ^^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^  ^^^^^^^^^^^^^^^^ no `TranslateMessage` in the root
[INFO] [stderr]    |              |                |
[INFO] [stderr]    |              |                no `RegisterClassW` in the root
[INFO] [stderr]    |              no `PostQuitMessage` in the root
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `winapi::minwindef`
[INFO] [stderr]   --> src/main.rs:14:13
[INFO] [stderr]    |
[INFO] [stderr] 14 | use winapi::minwindef::{LPARAM, LRESULT, WPARAM};
[INFO] [stderr]    |             ^^^^^^^^^ could not find `minwindef` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `winapi::windef`
[INFO] [stderr]   --> src/main.rs:15:13
[INFO] [stderr]    |
[INFO] [stderr] 15 | use winapi::windef::{HWND, POINT};
[INFO] [stderr]    |             ^^^^^^ could not find `windef` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `winapi::winuser`
[INFO] [stderr]   --> src/main.rs:16:13
[INFO] [stderr]    |
[INFO] [stderr] 16 | use winapi::winuser::{CS_HREDRAW, CS_OWNDC, CS_VREDRAW, CW_USEDEFAULT, MB_OK, MSG, WM_DESTROY,
[INFO] [stderr]    |             ^^^^^^^ could not find `winuser` in `winapi`
[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:21:23
[INFO] [stderr]    |
[INFO] [stderr] 21 |     OsStr::new(value).encode_wide().chain(once(0)).collect()
[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:21:23
[INFO] [stderr]    |
[INFO] [stderr] 21 |     OsStr::new(value).encode_wide().chain(once(0)).collect()
[INFO] [stderr]    |                       ^^^^^^^^^^^ method not found in `&std::ffi::OsStr`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 7 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0432, E0433, E0599.
[INFO] [stderr] For more information about an error, try `rustc --explain E0432`.
[INFO] [stderr] error: aborting due to 7 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0432, E0433, E0599.
[INFO] [stderr] For more information about an error, try `rustc --explain E0432`.
[INFO] [stderr] error: could not compile `bbc`.
[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: could not compile `bbc`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "0334d37fe261e6554221a92a15b548b5efce31fcaca66432dc0d25cf322d1b49"`
[INFO] running `"docker" "rm" "-f" "0334d37fe261e6554221a92a15b548b5efce31fcaca66432dc0d25cf322d1b49"`
[INFO] [stdout] 0334d37fe261e6554221a92a15b548b5efce31fcaca66432dc0d25cf322d1b49
