[INFO] updating cached repository https://github.com/KedamaOvO/osu-sync-overlay
[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] ab8a1645cb2c57b997f4d63924ea755609d6e360
[INFO] checking KedamaOvO/osu-sync-overlay against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FKedamaOvO%2Fosu-sync-overlay" "/workspace/builds/worker-2/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/KedamaOvO/osu-sync-overlay 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/KedamaOvO/osu-sync-overlay
[INFO] finished tweaking git repo https://github.com/KedamaOvO/osu-sync-overlay
[INFO] tweaked toml for git repo https://github.com/KedamaOvO/osu-sync-overlay written to /workspace/builds/worker-2/source/Cargo.toml
[INFO] crate git repo https://github.com/KedamaOvO/osu-sync-overlay already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "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-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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] 3340d8cd48c3537056ff3f5b7b31f27c0469cebe2baf8032a0866081b0015b0a
[INFO] running `"docker" "start" "-a" "3340d8cd48c3537056ff3f5b7b31f27c0469cebe2baf8032a0866081b0015b0a"`
[INFO] [stderr]    Compiling winapi v0.3.8
[INFO] [stderr]     Checking slice-pool v0.4.1
[INFO] [stderr]     Checking widestring v0.4.0
[INFO] [stderr]    Compiling imgui-sys v0.2.0
[INFO] [stderr]    Compiling libudis86-sys v0.2.1
[INFO] [stderr]     Checking dirs-sys v0.3.4
[INFO] [stderr]     Checking mmap-fixed v0.1.5
[INFO] [stderr]     Checking region v2.1.2
[INFO] [stderr]     Checking dirs v2.0.2
[INFO] [stderr]     Checking backtrace v0.3.38
[INFO] [stderr]     Checking parking_lot_core v0.6.2
[INFO] [stderr]     Checking chrono v0.4.9
[INFO] [stderr]     Checking term v0.6.1
[INFO] [stderr]     Checking parking_lot v0.9.0
[INFO] [stderr]     Checking simplelog v0.7.3
[INFO] [stderr]     Checking detour v0.7.1
[INFO] [stderr]     Checking imgui v0.2.1
[INFO] [stderr]     Checking overlay v0.1.2 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]  --> src/sync/memory_mapping_file.rs:2:13
[INFO] [stderr]   |
[INFO] [stderr] 2 | use winapi::um::handleapi::INVALID_HANDLE_VALUE;
[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/sync/memory_mapping_file.rs:3:13
[INFO] [stderr]   |
[INFO] [stderr] 3 | use winapi::um::winnt::PAGE_READWRITE;
[INFO] [stderr]   |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `winapi::um`
[INFO] [stderr]  --> src/sync/memory_mapping_file.rs:1:13
[INFO] [stderr]   |
[INFO] [stderr] 1 | use winapi::um::memoryapi;
[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/sync/memory_mapping_file.rs:5:13
[INFO] [stderr]   |
[INFO] [stderr] 5 | use winapi::um::memoryapi::{FILE_MAP_READ, FILE_MAP_WRITE};
[INFO] [stderr]   |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `winapi::ctypes`
[INFO] [stderr]  --> src/sync/memory_mapping_file.rs:4:13
[INFO] [stderr]   |
[INFO] [stderr] 4 | use winapi::ctypes::c_void;
[INFO] [stderr]   |             ^^^^^^ could not find `ctypes` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stderr]  --> src/sync/memory_mapping_file.rs:9:14
[INFO] [stderr]   |
[INFO] [stderr] 9 | use std::os::windows::ffi::OsStrExt;
[INFO] [stderr]   |              ^^^^^^^ could not find `windows` in `os`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `winapi::um`
[INFO] [stderr]  --> src/sync/memory_mapping_file.rs:6:13
[INFO] [stderr]   |
[INFO] [stderr] 6 | use winapi::um::handleapi;
[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/utils/mod.rs:3:13
[INFO] [stderr]   |
[INFO] [stderr] 3 | use winapi::shared::minwindef::FARPROC;
[INFO] [stderr]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `winapi::um`
[INFO] [stderr]  --> src/utils/mod.rs:1:13
[INFO] [stderr]   |
[INFO] [stderr] 1 | use winapi::um::libloaderapi;
[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/renderer/api_loader/gles_loader.rs:5:13
[INFO] [stderr]   |
[INFO] [stderr] 5 | use winapi::shared::minwindef::HMODULE;
[INFO] [stderr]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `winapi::um`
[INFO] [stderr]  --> src/renderer/api_loader/gles_loader.rs:2:13
[INFO] [stderr]   |
[INFO] [stderr] 2 | use winapi::um::libloaderapi;
[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/renderer/api_loader/gl_loader.rs:5:13
[INFO] [stderr]   |
[INFO] [stderr] 5 | use winapi::shared::ntdef::LPCSTR;
[INFO] [stderr]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]  --> src/renderer/api_loader/gl_loader.rs:6:13
[INFO] [stderr]   |
[INFO] [stderr] 6 | use winapi::shared::minwindef::{PROC, HMODULE};
[INFO] [stderr]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]  --> src/renderer/frame/wgl_frame.rs:1:13
[INFO] [stderr]   |
[INFO] [stderr] 1 | use winapi::shared::windef::{HDC, HWND, RECT};
[INFO] [stderr]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `winapi::um`
[INFO] [stderr]  --> src/renderer/api_loader/gl_loader.rs:2:13
[INFO] [stderr]   |
[INFO] [stderr] 2 | use winapi::um::libloaderapi;
[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:14:13
[INFO] [stderr]    |
[INFO] [stderr] 14 | use winapi::shared::ntdef::{HANDLE, LPCWSTR};
[INFO] [stderr]    |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]   --> src/lib.rs:15:13
[INFO] [stderr]    |
[INFO] [stderr] 15 | use winapi::shared::minwindef::{BOOL, DWORD, LPVOID, HINSTANCE, TRUE, HMODULE};
[INFO] [stderr]    |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]   --> src/lib.rs:16:13
[INFO] [stderr]    |
[INFO] [stderr] 16 | use winapi::shared::windef::HDC;
[INFO] [stderr]    |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `winapi::um`
[INFO] [stderr]  --> src/renderer/frame/wgl_frame.rs:3:13
[INFO] [stderr]   |
[INFO] [stderr] 3 | use winapi::um::winuser;
[INFO] [stderr]   |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `ctypes` in `winapi`
[INFO] [stderr]  --> src/renderer/frame/egl_frame.rs:5:31
[INFO] [stderr]   |
[INFO] [stderr] 5 | pub type EGLBoolean = winapi::ctypes::c_uint;
[INFO] [stderr]   |                               ^^^^^^ could not find `ctypes` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `ctypes` in `winapi`
[INFO] [stderr]  --> src/renderer/frame/egl_frame.rs:6:36
[INFO] [stderr]   |
[INFO] [stderr] 6 | pub type EGLDisplay = *mut winapi::ctypes::c_void;
[INFO] [stderr]   |                                    ^^^^^^ could not find `ctypes` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `ctypes` in `winapi`
[INFO] [stderr]  --> src/renderer/frame/egl_frame.rs:7:36
[INFO] [stderr]   |
[INFO] [stderr] 7 | pub type EGLSurface = *mut winapi::ctypes::c_void;
[INFO] [stderr]   |                                    ^^^^^^ could not find `ctypes` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stderr]  --> src/sync/memory_mapping_file.rs:2:13
[INFO] [stderr]   |
[INFO] [stderr] 2 | use winapi::um::handleapi::INVALID_HANDLE_VALUE;
[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/sync/memory_mapping_file.rs:3:13
[INFO] [stderr]   |
[INFO] [stderr] 3 | use winapi::um::winnt::PAGE_READWRITE;
[INFO] [stderr]   |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `winapi::um`
[INFO] [stderr]  --> src/sync/memory_mapping_file.rs:1:13
[INFO] [stderr]   |
[INFO] [stderr] 1 | use winapi::um::memoryapi;
[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/sync/memory_mapping_file.rs:5:13
[INFO] [stderr]   |
[INFO] [stderr] 5 | use winapi::um::memoryapi::{FILE_MAP_READ, FILE_MAP_WRITE};
[INFO] [stderr]   |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `winapi::ctypes`
[INFO] [stderr]  --> src/sync/memory_mapping_file.rs:4:13
[INFO] [stderr]   |
[INFO] [stderr] 4 | use winapi::ctypes::c_void;
[INFO] [stderr]   |             ^^^^^^ could not find `ctypes` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `windows` in `os`
[INFO] [stderr]  --> src/sync/memory_mapping_file.rs:9:14
[INFO] [stderr]   |
[INFO] [stderr] 9 | use std::os::windows::ffi::OsStrExt;
[INFO] [stderr]   |              ^^^^^^^ could not find `windows` in `os`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `winapi::um`
[INFO] [stderr]  --> src/sync/memory_mapping_file.rs:6:13
[INFO] [stderr]   |
[INFO] [stderr] 6 | use winapi::um::handleapi;
[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/utils/mod.rs:3:13
[INFO] [stderr]   |
[INFO] [stderr] 3 | use winapi::shared::minwindef::FARPROC;
[INFO] [stderr]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `winapi::um`
[INFO] [stderr]  --> src/utils/mod.rs:1:13
[INFO] [stderr]   |
[INFO] [stderr] 1 | use winapi::um::libloaderapi;
[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/renderer/api_loader/gles_loader.rs:5:13
[INFO] [stderr]   |
[INFO] [stderr] 5 | use winapi::shared::minwindef::HMODULE;
[INFO] [stderr]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `winapi::um`
[INFO] [stderr]  --> src/renderer/api_loader/gles_loader.rs:2:13
[INFO] [stderr]   |
[INFO] [stderr] 2 | use winapi::um::libloaderapi;
[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/renderer/api_loader/gl_loader.rs:5:13
[INFO] [stderr]   |
[INFO] [stderr] 5 | use winapi::shared::ntdef::LPCSTR;
[INFO] [stderr]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]  --> src/renderer/api_loader/gl_loader.rs:6:13
[INFO] [stderr]   |
[INFO] [stderr] 6 | use winapi::shared::minwindef::{PROC, HMODULE};
[INFO] [stderr]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]  --> src/renderer/frame/wgl_frame.rs:1:13
[INFO] [stderr]   |
[INFO] [stderr] 1 | use winapi::shared::windef::{HDC, HWND, RECT};
[INFO] [stderr]   |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `winapi::um`
[INFO] [stderr]  --> src/renderer/api_loader/gl_loader.rs:2:13
[INFO] [stderr]   |
[INFO] [stderr] 2 | use winapi::um::libloaderapi;
[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:14:13
[INFO] [stderr]    |
[INFO] [stderr] 14 | use winapi::shared::ntdef::{HANDLE, LPCWSTR};
[INFO] [stderr]    |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]   --> src/lib.rs:15:13
[INFO] [stderr]    |
[INFO] [stderr] 15 | use winapi::shared::minwindef::{BOOL, DWORD, LPVOID, HINSTANCE, TRUE, HMODULE};
[INFO] [stderr]    |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]   --> src/lib.rs:16:13
[INFO] [stderr]    |
[INFO] [stderr] 16 | use winapi::shared::windef::HDC;
[INFO] [stderr]    |             ^^^^^^ could not find `shared` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0432]: unresolved import `winapi::um`
[INFO] [stderr]  --> src/renderer/frame/wgl_frame.rs:3:13
[INFO] [stderr]   |
[INFO] [stderr] 3 | use winapi::um::winuser;
[INFO] [stderr]   |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `ctypes` in `winapi`
[INFO] [stderr]  --> src/renderer/frame/egl_frame.rs:5:31
[INFO] [stderr]   |
[INFO] [stderr] 5 | pub type EGLBoolean = winapi::ctypes::c_uint;
[INFO] [stderr]   |                               ^^^^^^ could not find `ctypes` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `ctypes` in `winapi`
[INFO] [stderr]  --> src/renderer/frame/egl_frame.rs:6:36
[INFO] [stderr]   |
[INFO] [stderr] 6 | pub type EGLDisplay = *mut winapi::ctypes::c_void;
[INFO] [stderr]   |                                    ^^^^^^ could not find `ctypes` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: could not find `ctypes` in `winapi`
[INFO] [stderr]  --> src/renderer/frame/egl_frame.rs:7:36
[INFO] [stderr]   |
[INFO] [stderr] 7 | pub type EGLSurface = *mut winapi::ctypes::c_void;
[INFO] [stderr]   |                                    ^^^^^^ could not find `ctypes` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `INVALID_HANDLE_VALUE` in this scope
[INFO] [stderr]   --> src/sync/memory_mapping_file.rs:24:58
[INFO] [stderr]    |
[INFO] [stderr] 24 |         let mmf = unsafe { memoryapi::CreateFileMappingW(INVALID_HANDLE_VALUE, null_mut(), PAGE_READWRITE, 0, size as u32, name_os.as_ptr()) };
[INFO] [stderr]    |                                                          ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `PAGE_READWRITE` in this scope
[INFO] [stderr]   --> src/sync/memory_mapping_file.rs:24:92
[INFO] [stderr]    |
[INFO] [stderr] 24 |         let mmf = unsafe { memoryapi::CreateFileMappingW(INVALID_HANDLE_VALUE, null_mut(), PAGE_READWRITE, 0, size as u32, name_os.as_ptr()) };
[INFO] [stderr]    |                                                                                            ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `FILE_MAP_READ` in this scope
[INFO] [stderr]   --> src/sync/memory_mapping_file.rs:36:67
[INFO] [stderr]    |
[INFO] [stderr] 36 |                 let p = memoryapi::MapViewOfFile(self.mmf_handle, FILE_MAP_READ | FILE_MAP_WRITE, 0, 0, self.size);
[INFO] [stderr]    |                                                                   ^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `FILE_MAP_WRITE` in this scope
[INFO] [stderr]   --> src/sync/memory_mapping_file.rs:36:83
[INFO] [stderr]    |
[INFO] [stderr] 36 |                 let p = memoryapi::MapViewOfFile(self.mmf_handle, FILE_MAP_READ | FILE_MAP_WRITE, 0, 0, self.size);
[INFO] [stderr]    |                                                                                   ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `FARPROC` in this scope
[INFO] [stderr]  --> src/utils/mod.rs:5:71
[INFO] [stderr]   |
[INFO] [stderr] 5 | pub unsafe fn get_proc_address(module_name: &str, func_name: &str) -> FARPROC {
[INFO] [stderr]   |                                                                       ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HMODULE` in this scope
[INFO] [stderr]   --> src/renderer/api_loader/gles_loader.rs:12:13
[INFO] [stderr]    |
[INFO] [stderr] 12 |     module: HMODULE,
[INFO] [stderr]    |             ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `LPCSTR` in this scope
[INFO] [stderr]  --> src/renderer/api_loader/gl_loader.rs:8:48
[INFO] [stderr]   |
[INFO] [stderr] 8 | type FnWglGetProcAddress = extern "stdcall" fn(LPCSTR) -> PROC;
[INFO] [stderr]   |                                                ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `PROC` in this scope
[INFO] [stderr]  --> src/renderer/api_loader/gl_loader.rs:8:59
[INFO] [stderr]   |
[INFO] [stderr] 8 | type FnWglGetProcAddress = extern "stdcall" fn(LPCSTR) -> PROC;
[INFO] [stderr]   |                                                           ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HMODULE` in this scope
[INFO] [stderr]   --> src/renderer/api_loader/gl_loader.rs:11:13
[INFO] [stderr]    |
[INFO] [stderr] 11 |     module: HMODULE,
[INFO] [stderr]    |             ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HWND` in this scope
[INFO] [stderr]  --> src/renderer/frame/wgl_frame.rs:6:11
[INFO] [stderr]   |
[INFO] [stderr] 6 |     hwnd: HWND,
[INFO] [stderr]   |           ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HDC` in this scope
[INFO] [stderr]   --> src/renderer/frame/wgl_frame.rs:10:21
[INFO] [stderr]    |
[INFO] [stderr] 10 |     pub fn new(hdc: HDC) -> Self {
[INFO] [stderr]    |                     ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `RECT` in this scope
[INFO] [stderr]   --> src/renderer/frame/wgl_frame.rs:19:24
[INFO] [stderr]    |
[INFO] [stderr] 19 |         let mut rect = RECT {
[INFO] [stderr]    |                        ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `LPCWSTR` in this scope
[INFO] [stderr]   --> src/lib.rs:27:45
[INFO] [stderr]    |
[INFO] [stderr] 27 | type FnLoadLibraryExW = extern "stdcall" fn(LPCWSTR, HANDLE, DWORD) -> HMODULE;
[INFO] [stderr]    |                                             ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HANDLE` in this scope
[INFO] [stderr]   --> src/lib.rs:27:54
[INFO] [stderr]    |
[INFO] [stderr] 27 | type FnLoadLibraryExW = extern "stdcall" fn(LPCWSTR, HANDLE, DWORD) -> HMODULE;
[INFO] [stderr]    |                                                      ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWORD` in this scope
[INFO] [stderr]   --> src/lib.rs:27:62
[INFO] [stderr]    |
[INFO] [stderr] 27 | type FnLoadLibraryExW = extern "stdcall" fn(LPCWSTR, HANDLE, DWORD) -> HMODULE;
[INFO] [stderr]    |                                                              ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HMODULE` in this scope
[INFO] [stderr]   --> src/lib.rs:27:72
[INFO] [stderr]    |
[INFO] [stderr] 27 | type FnLoadLibraryExW = extern "stdcall" fn(LPCWSTR, HANDLE, DWORD) -> HMODULE;
[INFO] [stderr]    |                                                                        ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HDC` in this scope
[INFO] [stderr]   --> src/lib.rs:28:44
[INFO] [stderr]    |
[INFO] [stderr] 28 | type FnGLSwapBuffers = extern "stdcall" fn(HDC) -> BOOL;
[INFO] [stderr]    |                                            ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `BOOL` in this scope
[INFO] [stderr]   --> src/lib.rs:28:52
[INFO] [stderr]    |
[INFO] [stderr] 28 | type FnGLSwapBuffers = extern "stdcall" fn(HDC) -> BOOL;
[INFO] [stderr]    |                                                    ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HINSTANCE` in this scope
[INFO] [stderr]   --> src/lib.rs:69:17
[INFO] [stderr]    |
[INFO] [stderr] 69 |     dll_module: HINSTANCE,
[INFO] [stderr]    |                 ^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWORD` in this scope
[INFO] [stderr]   --> src/lib.rs:70:18
[INFO] [stderr]    |
[INFO] [stderr] 70 |     call_reason: DWORD,
[INFO] [stderr]    |                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `LPVOID` in this scope
[INFO] [stderr]   --> src/lib.rs:71:15
[INFO] [stderr]    |
[INFO] [stderr] 71 |     reserved: LPVOID)
[INFO] [stderr]    |               ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `BOOL` in this scope
[INFO] [stderr]   --> src/lib.rs:72:8
[INFO] [stderr]    |
[INFO] [stderr] 72 |     -> BOOL
[INFO] [stderr]    |        ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWORD` in this scope
[INFO] [stderr]   --> src/lib.rs:74:31
[INFO] [stderr]    |
[INFO] [stderr] 74 |     const DLL_PROCESS_ATTACH: DWORD = 1;
[INFO] [stderr]    |                               ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWORD` in this scope
[INFO] [stderr]   --> src/lib.rs:75:31
[INFO] [stderr]    |
[INFO] [stderr] 75 |     const DLL_PROCESS_DETACH: DWORD = 0;
[INFO] [stderr]    |                               ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `TRUE` in this scope
[INFO] [stderr]   --> src/lib.rs:83:5
[INFO] [stderr]    |
[INFO] [stderr] 83 |     TRUE
[INFO] [stderr]    |     ^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 6  | use crate::renderer::gles2_bindings::TRUE;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `LPCWSTR` in this scope
[INFO] [stderr]    --> src/lib.rs:156:57
[INFO] [stderr]     |
[INFO] [stderr] 156 | extern "stdcall" fn hook_load_library_ex(lpLibFileName: LPCWSTR, hFile: HANDLE, dwFlags: DWORD) -> HMODULE {
[INFO] [stderr]     |                                                         ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HANDLE` in this scope
[INFO] [stderr]    --> src/lib.rs:156:73
[INFO] [stderr]     |
[INFO] [stderr] 156 | extern "stdcall" fn hook_load_library_ex(lpLibFileName: LPCWSTR, hFile: HANDLE, dwFlags: DWORD) -> HMODULE {
[INFO] [stderr]     |                                                                         ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWORD` in this scope
[INFO] [stderr]    --> src/lib.rs:156:90
[INFO] [stderr]     |
[INFO] [stderr] 156 | extern "stdcall" fn hook_load_library_ex(lpLibFileName: LPCWSTR, hFile: HANDLE, dwFlags: DWORD) -> HMODULE {
[INFO] [stderr]     |                                                                                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HMODULE` in this scope
[INFO] [stderr]    --> src/lib.rs:156:100
[INFO] [stderr]     |
[INFO] [stderr] 156 | extern "stdcall" fn hook_load_library_ex(lpLibFileName: LPCWSTR, hFile: HANDLE, dwFlags: DWORD) -> HMODULE {
[INFO] [stderr]     |                                                                                                    ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HDC` in this scope
[INFO] [stderr]    --> src/lib.rs:205:43
[INFO] [stderr]     |
[INFO] [stderr] 205 | extern "stdcall" fn wgl_swap_buffers(hdc: HDC) -> BOOL {
[INFO] [stderr]     |                                           ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `BOOL` in this scope
[INFO] [stderr]    --> src/lib.rs:205:51
[INFO] [stderr]     |
[INFO] [stderr] 205 | extern "stdcall" fn wgl_swap_buffers(hdc: HDC) -> BOOL {
[INFO] [stderr]     |                                                   ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `INVALID_HANDLE_VALUE` in this scope
[INFO] [stderr]   --> src/sync/memory_mapping_file.rs:24:58
[INFO] [stderr]    |
[INFO] [stderr] 24 |         let mmf = unsafe { memoryapi::CreateFileMappingW(INVALID_HANDLE_VALUE, null_mut(), PAGE_READWRITE, 0, size as u32, name_os.as_ptr()) };
[INFO] [stderr]    |                                                          ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `PAGE_READWRITE` in this scope
[INFO] [stderr]   --> src/sync/memory_mapping_file.rs:24:92
[INFO] [stderr]    |
[INFO] [stderr] 24 |         let mmf = unsafe { memoryapi::CreateFileMappingW(INVALID_HANDLE_VALUE, null_mut(), PAGE_READWRITE, 0, size as u32, name_os.as_ptr()) };
[INFO] [stderr]    |                                                                                            ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `FILE_MAP_READ` in this scope
[INFO] [stderr]   --> src/sync/memory_mapping_file.rs:36:67
[INFO] [stderr]    |
[INFO] [stderr] 36 |                 let p = memoryapi::MapViewOfFile(self.mmf_handle, FILE_MAP_READ | FILE_MAP_WRITE, 0, 0, self.size);
[INFO] [stderr]    |                                                                   ^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `FILE_MAP_WRITE` in this scope
[INFO] [stderr]   --> src/sync/memory_mapping_file.rs:36:83
[INFO] [stderr]    |
[INFO] [stderr] 36 |                 let p = memoryapi::MapViewOfFile(self.mmf_handle, FILE_MAP_READ | FILE_MAP_WRITE, 0, 0, self.size);
[INFO] [stderr]    |                                                                                   ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `FARPROC` in this scope
[INFO] [stderr]  --> src/utils/mod.rs:5:71
[INFO] [stderr]   |
[INFO] [stderr] 5 | pub unsafe fn get_proc_address(module_name: &str, func_name: &str) -> FARPROC {
[INFO] [stderr]   |                                                                       ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HMODULE` in this scope
[INFO] [stderr]   --> src/renderer/api_loader/gles_loader.rs:12:13
[INFO] [stderr]    |
[INFO] [stderr] 12 |     module: HMODULE,
[INFO] [stderr]    |             ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `LPCSTR` in this scope
[INFO] [stderr]  --> src/renderer/api_loader/gl_loader.rs:8:48
[INFO] [stderr]   |
[INFO] [stderr] 8 | type FnWglGetProcAddress = extern "stdcall" fn(LPCSTR) -> PROC;
[INFO] [stderr]   |                                                ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `PROC` in this scope
[INFO] [stderr]  --> src/renderer/api_loader/gl_loader.rs:8:59
[INFO] [stderr]   |
[INFO] [stderr] 8 | type FnWglGetProcAddress = extern "stdcall" fn(LPCSTR) -> PROC;
[INFO] [stderr]   |                                                           ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HMODULE` in this scope
[INFO] [stderr]   --> src/renderer/api_loader/gl_loader.rs:11:13
[INFO] [stderr]    |
[INFO] [stderr] 11 |     module: HMODULE,
[INFO] [stderr]    |             ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HWND` in this scope
[INFO] [stderr]  --> src/renderer/frame/wgl_frame.rs:6:11
[INFO] [stderr]   |
[INFO] [stderr] 6 |     hwnd: HWND,
[INFO] [stderr]   |           ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HDC` in this scope
[INFO] [stderr]   --> src/renderer/frame/wgl_frame.rs:10:21
[INFO] [stderr]    |
[INFO] [stderr] 10 |     pub fn new(hdc: HDC) -> Self {
[INFO] [stderr]    |                     ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0422]: cannot find struct, variant or union type `RECT` in this scope
[INFO] [stderr]   --> src/renderer/frame/wgl_frame.rs:19:24
[INFO] [stderr]    |
[INFO] [stderr] 19 |         let mut rect = RECT {
[INFO] [stderr]    |                        ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `LPCWSTR` in this scope
[INFO] [stderr]   --> src/lib.rs:27:45
[INFO] [stderr]    |
[INFO] [stderr] 27 | type FnLoadLibraryExW = extern "stdcall" fn(LPCWSTR, HANDLE, DWORD) -> HMODULE;
[INFO] [stderr]    |                                             ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HANDLE` in this scope
[INFO] [stderr]   --> src/lib.rs:27:54
[INFO] [stderr]    |
[INFO] [stderr] 27 | type FnLoadLibraryExW = extern "stdcall" fn(LPCWSTR, HANDLE, DWORD) -> HMODULE;
[INFO] [stderr]    |                                                      ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWORD` in this scope
[INFO] [stderr]   --> src/lib.rs:27:62
[INFO] [stderr]    |
[INFO] [stderr] 27 | type FnLoadLibraryExW = extern "stdcall" fn(LPCWSTR, HANDLE, DWORD) -> HMODULE;
[INFO] [stderr]    |                                                              ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HMODULE` in this scope
[INFO] [stderr]   --> src/lib.rs:27:72
[INFO] [stderr]    |
[INFO] [stderr] 27 | type FnLoadLibraryExW = extern "stdcall" fn(LPCWSTR, HANDLE, DWORD) -> HMODULE;
[INFO] [stderr]    |                                                                        ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HDC` in this scope
[INFO] [stderr]   --> src/lib.rs:28:44
[INFO] [stderr]    |
[INFO] [stderr] 28 | type FnGLSwapBuffers = extern "stdcall" fn(HDC) -> BOOL;
[INFO] [stderr]    |                                            ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `BOOL` in this scope
[INFO] [stderr]   --> src/lib.rs:28:52
[INFO] [stderr]    |
[INFO] [stderr] 28 | type FnGLSwapBuffers = extern "stdcall" fn(HDC) -> BOOL;
[INFO] [stderr]    |                                                    ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HINSTANCE` in this scope
[INFO] [stderr]   --> src/lib.rs:69:17
[INFO] [stderr]    |
[INFO] [stderr] 69 |     dll_module: HINSTANCE,
[INFO] [stderr]    |                 ^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWORD` in this scope
[INFO] [stderr]   --> src/lib.rs:70:18
[INFO] [stderr]    |
[INFO] [stderr] 70 |     call_reason: DWORD,
[INFO] [stderr]    |                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `LPVOID` in this scope
[INFO] [stderr]   --> src/lib.rs:71:15
[INFO] [stderr]    |
[INFO] [stderr] 71 |     reserved: LPVOID)
[INFO] [stderr]    |               ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `BOOL` in this scope
[INFO] [stderr]   --> src/lib.rs:72:8
[INFO] [stderr]    |
[INFO] [stderr] 72 |     -> BOOL
[INFO] [stderr]    |        ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWORD` in this scope
[INFO] [stderr]   --> src/lib.rs:74:31
[INFO] [stderr]    |
[INFO] [stderr] 74 |     const DLL_PROCESS_ATTACH: DWORD = 1;
[INFO] [stderr]    |                               ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWORD` in this scope
[INFO] [stderr]   --> src/lib.rs:75:31
[INFO] [stderr]    |
[INFO] [stderr] 75 |     const DLL_PROCESS_DETACH: DWORD = 0;
[INFO] [stderr]    |                               ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `TRUE` in this scope
[INFO] [stderr]   --> src/lib.rs:83:5
[INFO] [stderr]    |
[INFO] [stderr] 83 |     TRUE
[INFO] [stderr]    |     ^^^^ not found in this scope
[INFO] [stderr]    |
[INFO] [stderr] help: possible candidate is found in another module, you can import it into scope
[INFO] [stderr]    |
[INFO] [stderr] 6  | use crate::renderer::gles2_bindings::TRUE;
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `LPCWSTR` in this scope
[INFO] [stderr]    --> src/lib.rs:156:57
[INFO] [stderr]     |
[INFO] [stderr] 156 | extern "stdcall" fn hook_load_library_ex(lpLibFileName: LPCWSTR, hFile: HANDLE, dwFlags: DWORD) -> HMODULE {
[INFO] [stderr]     |                                                         ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HANDLE` in this scope
[INFO] [stderr]    --> src/lib.rs:156:73
[INFO] [stderr]     |
[INFO] [stderr] 156 | extern "stdcall" fn hook_load_library_ex(lpLibFileName: LPCWSTR, hFile: HANDLE, dwFlags: DWORD) -> HMODULE {
[INFO] [stderr]     |                                                                         ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWORD` in this scope
[INFO] [stderr]    --> src/lib.rs:156:90
[INFO] [stderr]     |
[INFO] [stderr] 156 | extern "stdcall" fn hook_load_library_ex(lpLibFileName: LPCWSTR, hFile: HANDLE, dwFlags: DWORD) -> HMODULE {
[INFO] [stderr]     |                                                                                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HMODULE` in this scope
[INFO] [stderr]    --> src/lib.rs:156:100
[INFO] [stderr]     |
[INFO] [stderr] 156 | extern "stdcall" fn hook_load_library_ex(lpLibFileName: LPCWSTR, hFile: HANDLE, dwFlags: DWORD) -> HMODULE {
[INFO] [stderr]     |                                                                                                    ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HDC` in this scope
[INFO] [stderr]    --> src/lib.rs:205:43
[INFO] [stderr]     |
[INFO] [stderr] 205 | extern "stdcall" fn wgl_swap_buffers(hdc: HDC) -> BOOL {
[INFO] [stderr]     |                                           ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `BOOL` in this scope
[INFO] [stderr]    --> src/lib.rs:205:51
[INFO] [stderr]     |
[INFO] [stderr] 205 | extern "stdcall" fn wgl_swap_buffers(hdc: HDC) -> BOOL {
[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/sync/memory_mapping_file.rs:23:50
[INFO] [stderr]    |
[INFO] [stderr] 23 |         let name_os: Vec<u16> = OsStr::new(name).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/sync/memory_mapping_file.rs:23:50
[INFO] [stderr]    |
[INFO] [stderr] 23 |         let name_os: Vec<u16> = OsStr::new(name).encode_wide().chain(once(0)).collect();
[INFO] [stderr]    |                                                  ^^^^^^^^^^^ method not found in `&std::ffi::OsStr`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 54 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 `overlay`.
[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: aborting due to 54 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 `overlay`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "3340d8cd48c3537056ff3f5b7b31f27c0469cebe2baf8032a0866081b0015b0a"`
[INFO] running `"docker" "rm" "-f" "3340d8cd48c3537056ff3f5b7b31f27c0469cebe2baf8032a0866081b0015b0a"`
[INFO] [stdout] 3340d8cd48c3537056ff3f5b7b31f27c0469cebe2baf8032a0866081b0015b0a
