[INFO] fetching crate newport_os 0.2.0... [INFO] testing newport_os-0.2.0 against master#a77da2d454e6caa227a85b16410b95f93495e7e0 for pr-91031 [INFO] extracting crate newport_os 0.2.0 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate newport_os 0.2.0 on toolchain a77da2d454e6caa227a85b16410b95f93495e7e0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate newport_os 0.2.0 [INFO] finished tweaking crates.io crate newport_os 0.2.0 [INFO] tweaked toml for crates.io crate newport_os 0.2.0 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0b3231896eda5b2714f8914c1f0481d80f9a8c27bbab4c4352b06799071c0978 [INFO] running `Command { std: "docker" "start" "-a" "0b3231896eda5b2714f8914c1f0481d80f9a8c27bbab4c4352b06799071c0978", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0b3231896eda5b2714f8914c1f0481d80f9a8c27bbab4c4352b06799071c0978", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0b3231896eda5b2714f8914c1f0481d80f9a8c27bbab4c4352b06799071c0978", kill_on_drop: false }` [INFO] [stdout] 0b3231896eda5b2714f8914c1f0481d80f9a8c27bbab4c4352b06799071c0978 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3a61fc755c37a374122e871bf198495aec528f14bf85df413831f914d68dbb43 [INFO] running `Command { std: "docker" "start" "-a" "3a61fc755c37a374122e871bf198495aec528f14bf85df413831f914d68dbb43", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.32 [INFO] [stderr] Compiling syn v1.0.81 [INFO] [stderr] Compiling serde_derive v1.0.130 [INFO] [stderr] Compiling quote v1.0.10 [INFO] [stderr] Compiling serde v1.0.130 [INFO] [stderr] Compiling newport_math v0.2.0 [INFO] [stderr] Compiling newport_os v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os` [INFO] [stdout] --> src/window.rs:30:6 [INFO] [stdout] | [INFO] [stdout] 30 | os::windows::ffi::OsStrExt, [INFO] [stdout] | ^^^^^^^ could not find `windows` in `os` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::win32` [INFO] [stdout] --> src/dialog.rs:1:12 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::win32::*; [INFO] [stdout] | ^^^^^ could not find `win32` in the crate root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `SYSTEMTIME` [INFO] [stdout] --> src/time.rs:20:25 [INFO] [stdout] | [INFO] [stdout] 20 | let mut system_time = SYSTEMTIME::default(); [INFO] [stdout] | ^^^^^^^^^^ use of undeclared type `SYSTEMTIME` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `win32` [INFO] [stdout] --> src/lib.rs:11:12 [INFO] [stdout] | [INFO] [stdout] 11 | (unsafe { win32::GetCaretBlinkTime() } as f32) / 1000.0 [INFO] [stdout] | ^^^^^ use of undeclared crate or module `win32` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `OPENFILENAMEA` in this scope [INFO] [stdout] --> src/dialog.rs:70:17 [INFO] [stdout] | [INFO] [stdout] 70 | let mut ofa = OPENFILENAMEA { [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `OPENFILENAMEA` in this scope [INFO] [stdout] --> src/dialog.rs:71:27 [INFO] [stdout] | [INFO] [stdout] 57 | impl<'a> DialogBuilder<'a> { [INFO] [stdout] | - help: you might be missing a type parameter: `, OPENFILENAMEA` [INFO] [stdout] ... [INFO] [stdout] 71 | lStructSize: size_of::() as DWORD, [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWORD` in this scope [INFO] [stdout] --> src/dialog.rs:71:47 [INFO] [stdout] | [INFO] [stdout] 71 | lStructSize: size_of::() as DWORD, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetModuleHandleA` in this scope [INFO] [stdout] --> src/dialog.rs:73:24 [INFO] [stdout] | [INFO] [stdout] 73 | hInstance: unsafe { GetModuleHandleA(null()) }, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWORD` in this scope [INFO] [stdout] --> src/dialog.rs:77:44 [INFO] [stdout] | [INFO] [stdout] 77 | nFilterIndex: self.default_extension as DWORD, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `OFN_PATHMUSTEXIST` in this scope [INFO] [stdout] --> src/dialog.rs:84:11 [INFO] [stdout] | [INFO] [stdout] 84 | Flags: OFN_PATHMUSTEXIST | OFN_FILEMUSTEXIST, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `OFN_FILEMUSTEXIST` in this scope [INFO] [stdout] --> src/dialog.rs:84:31 [INFO] [stdout] | [INFO] [stdout] 84 | Flags: OFN_PATHMUSTEXIST | OFN_FILEMUSTEXIST, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetOpenFileNameA` in this scope [INFO] [stdout] --> src/dialog.rs:98:12 [INFO] [stdout] | [INFO] [stdout] 98 | unsafe { GetOpenFileNameA(&mut ofa) }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetLastError` in this scope [INFO] [stdout] --> src/dialog.rs:100:25 [INFO] [stdout] | [INFO] [stdout] 100 | let result = unsafe { GetLastError() }; [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `LoadLibraryA` in this scope [INFO] [stdout] --> src/library.rs:28:17 [INFO] [stdout] | [INFO] [stdout] 28 | let handle = LoadLibraryA(path.as_ptr() as LPCSTR); [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LPCSTR` in this scope [INFO] [stdout] --> src/library.rs:28:47 [INFO] [stdout] | [INFO] [stdout] 28 | let handle = LoadLibraryA(path.as_ptr() as LPCSTR); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `INVALID_HANDLE_VALUE` in this scope [INFO] [stdout] --> src/library.rs:29:17 [INFO] [stdout] | [INFO] [stdout] 29 | if handle == INVALID_HANDLE_VALUE { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LPVOID` in this scope [INFO] [stdout] --> src/library.rs:36:43 [INFO] [stdout] | [INFO] [stdout] 36 | pub fn raw_address(&self, proc: &str) -> LPVOID { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetProcAddress` in this scope [INFO] [stdout] --> src/library.rs:42:12 [INFO] [stdout] | [INFO] [stdout] 42 | unsafe { GetProcAddress(self.handle, buffer.as_ptr() as LPCSTR) as _ } [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LPCSTR` in this scope [INFO] [stdout] --> src/library.rs:42:59 [INFO] [stdout] | [INFO] [stdout] 42 | unsafe { GetProcAddress(self.handle, buffer.as_ptr() as LPCSTR) as _ } [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `FreeLibrary` in this scope [INFO] [stdout] --> src/library.rs:49:4 [INFO] [stdout] | [INFO] [stdout] 49 | FreeLibrary(self.handle); [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetLocalTime` in this scope [INFO] [stdout] --> src/time.rs:21:12 [INFO] [stdout] | [INFO] [stdout] 21 | unsafe { GetLocalTime(&mut system_time) }; [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HRESULT` in this scope [INFO] [stdout] --> src/window.rs:46:71 [INFO] [stdout] | [INFO] [stdout] 46 | type SetProcessDPIAwareness = extern "C" fn(PROCESS_DPI_AWARENESS) -> HRESULT; [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HMONITOR` in this scope [INFO] [stdout] --> src/window.rs:57:39 [INFO] [stdout] | [INFO] [stdout] 57 | type GetDpiForMonitor = extern "C" fn(HMONITOR, MONITOR_DPI_TYPE, *mut UINT, *mut UINT) -> HRESULT; [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT` in this scope [INFO] [stdout] --> src/window.rs:57:72 [INFO] [stdout] | [INFO] [stdout] 57 | type GetDpiForMonitor = extern "C" fn(HMONITOR, MONITOR_DPI_TYPE, *mut UINT, *mut UINT) -> HRESULT; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT` in this scope [INFO] [stdout] --> src/window.rs:57:83 [INFO] [stdout] | [INFO] [stdout] 57 | type GetDpiForMonitor = extern "C" fn(HMONITOR, MONITOR_DPI_TYPE, *mut UINT, *mut UINT) -> HRESULT; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HRESULT` in this scope [INFO] [stdout] --> src/window.rs:57:92 [INFO] [stdout] | [INFO] [stdout] 57 | type GetDpiForMonitor = extern "C" fn(HMONITOR, MONITOR_DPI_TYPE, *mut UINT, *mut UINT) -> HRESULT; [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `WindowHandle` in this scope [INFO] [stdout] --> src/window.rs:298:10 [INFO] [stdout] | [INFO] [stdout] 75 | pub enum WindowStyle { [INFO] [stdout] | -------------------- similarly named enum `WindowStyle` defined here [INFO] [stdout] ... [INFO] [stdout] 298 | handle: WindowHandle, [INFO] [stdout] | ^^^^^^^^^^^^ help: an enum with a similar name exists: `WindowStyle` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::library::Library` [INFO] [stdout] --> src/window.rs:16:5 [INFO] [stdout] | [INFO] [stdout] 16 | use crate::library::Library; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `lazy_static::lazy_static` [INFO] [stdout] --> src/window.rs:20:5 [INFO] [stdout] | [INFO] [stdout] 20 | use lazy_static::lazy_static; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `CString`, `OsString`, `mem::size_of`, `null_mut`, `null`, `num::Wrapping` [INFO] [stdout] --> src/window.rs:25:3 [INFO] [stdout] | [INFO] [stdout] 25 | CString, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 26 | OsString, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] 27 | }, [INFO] [stdout] 28 | mem::size_of, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 29 | num::Wrapping, [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 32 | null, [INFO] [stdout] | ^^^^ [INFO] [stdout] 33 | null_mut, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0599]: no method named `handle` found for reference `&'a Window` in the current scope [INFO] [stdout] --> src/dialog.rs:72:27 [INFO] [stdout] | [INFO] [stdout] 72 | hwndOwner: self.window.handle(), [INFO] [stdout] | ^^^^^^ private field, not a method [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0560]: struct `Library` has no field named `handle` [INFO] [stdout] --> src/library.rs:32:17 [INFO] [stdout] | [INFO] [stdout] 32 | Ok(Library { handle: handle }) [INFO] [stdout] | ^^^^^^ `Library` does not have this field [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0609]: no field `handle` on type `&Library` [INFO] [stdout] --> src/library.rs:42:32 [INFO] [stdout] | [INFO] [stdout] 42 | unsafe { GetProcAddress(self.handle, buffer.as_ptr() as LPCSTR) as _ } [INFO] [stdout] | ^^^^^^ unknown field [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0609]: no field `handle` on type `&mut Library` [INFO] [stdout] --> src/library.rs:49:21 [INFO] [stdout] | [INFO] [stdout] 49 | FreeLibrary(self.handle); [INFO] [stdout] | ^^^^^^ unknown field [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 31 previous errors; 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0422, E0425, E0432, E0433, E0560, E0599, E0609. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: could not compile `newport_os` due to 32 previous errors; 3 warnings emitted [INFO] running `Command { std: "docker" "inspect" "3a61fc755c37a374122e871bf198495aec528f14bf85df413831f914d68dbb43", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3a61fc755c37a374122e871bf198495aec528f14bf85df413831f914d68dbb43", kill_on_drop: false }` [INFO] [stdout] 3a61fc755c37a374122e871bf198495aec528f14bf85df413831f914d68dbb43