[INFO] updating cached repository https://github.com/hasali19/mona [INFO] running `Command { std: "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", kill_on_drop: false }` [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 5b3c08ccd43ef7332d71438a842b37dd13f23425 [INFO] testing hasali19/mona against 1.45.2 for beta-1.46-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhasali19%2Fmona" "/workspace/builds/worker-12/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-12/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/hasali19/mona on toolchain 1.45.2 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-12/source/.cargo/config [INFO] started tweaking git repo https://github.com/hasali19/mona [INFO] finished tweaking git repo https://github.com/hasali19/mona [INFO] tweaked toml for git repo https://github.com/hasali19/mona written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate git repo https://github.com/hasali19/mona already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.45.2" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3047e04d9b98573322c40163541a0a6142066ae4dd52276d15fddb40e7d7b8ad [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "3047e04d9b98573322c40163541a0a6142066ae4dd52276d15fddb40e7d7b8ad", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3047e04d9b98573322c40163541a0a6142066ae4dd52276d15fddb40e7d7b8ad", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3047e04d9b98573322c40163541a0a6142066ae4dd52276d15fddb40e7d7b8ad", kill_on_drop: false }` [INFO] [stdout] 3047e04d9b98573322c40163541a0a6142066ae4dd52276d15fddb40e7d7b8ad [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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=warn" "-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@sha256:a636fd89d022f18117e1dc8fb37a0a009933cdbbe082814857f0e2024962d47c" "/opt/rustwide/cargo-home/bin/cargo" "+1.45.2" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 11081036c0e5e0e351836408bd55a66d8993eb6fff626fb249c0dc42a1d4101b [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "11081036c0e5e0e351836408bd55a66d8993eb6fff626fb249c0dc42a1d4101b", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.71 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling winapi v0.3.9 [INFO] [stderr] Compiling termcolor v1.1.0 [INFO] [stderr] Compiling humantime v1.3.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling colored v1.9.3 [INFO] [stderr] Compiling clap v2.33.1 [INFO] [stderr] Compiling mona v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/monitors.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | shared::{ [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/monitors.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | um::{ [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HANDLE` in this scope [INFO] [stdout] --> src/monitors.rs:58:13 [INFO] [stdout] | [INFO] [stdout] 58 | handle: HANDLE, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetVCPFeatureAndVCPFeatureReply` in this scope [INFO] [stdout] --> src/monitors.rs:73:13 [INFO] [stdout] | [INFO] [stdout] 73 | GetVCPFeatureAndVCPFeatureReply( [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `SetVCPFeature` in this scope [INFO] [stdout] --> src/monitors.rs:85:28 [INFO] [stdout] | [INFO] [stdout] 85 | let res = unsafe { SetVCPFeature(self.handle, VCP_POWER_MODE, mode.vcp_code()) }; [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `QDC_ALL_PATHS` in this scope [INFO] [stdout] --> src/monitors.rs:129:37 [INFO] [stdout] | [INFO] [stdout] 129 | GetDisplayConfigBufferSizes(QDC_ALL_PATHS, &mut num_paths, &mut num_modes); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `QDC_ALL_PATHS` in this scope [INFO] [stdout] --> src/monitors.rs:137:13 [INFO] [stdout] | [INFO] [stdout] 137 | QDC_ALL_PATHS, [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `DISPLAYCONFIG_MODE_INFO_TYPE_TARGET` in this scope [INFO] [stdout] --> src/monitors.rs:152:29 [INFO] [stdout] | [INFO] [stdout] 152 | if mode.infoType == DISPLAYCONFIG_MODE_INFO_TYPE_TARGET { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DISPLAYCONFIG_TARGET_DEVICE_NAME` in this scope [INFO] [stdout] --> src/monitors.rs:153:27 [INFO] [stdout] | [INFO] [stdout] 153 | let mut name: DISPLAYCONFIG_TARGET_DEVICE_NAME = unsafe { mem::zeroed() }; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `DISPLAYCONFIG_DEVICE_INFO_HEADER` in this scope [INFO] [stdout] --> src/monitors.rs:155:27 [INFO] [stdout] | [INFO] [stdout] 155 | name.header = DISPLAYCONFIG_DEVICE_INFO_HEADER { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `DISPLAYCONFIG_DEVICE_INFO_GET_TARGET_NAME` in this scope [INFO] [stdout] --> src/monitors.rs:156:24 [INFO] [stdout] | [INFO] [stdout] 156 | _type: DISPLAYCONFIG_DEVICE_INFO_GET_TARGET_NAME, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DISPLAYCONFIG_TARGET_DEVICE_NAME` in this scope [INFO] [stdout] --> src/monitors.rs:157:38 [INFO] [stdout] | [INFO] [stdout] 122 | fn get_display_devices() -> Vec { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 157 | size: mem::size_of::() as u32, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DISPLAYCONFIG_TARGET_DEVICE_NAME` in this scope [INFO] [stdout] --> src/monitors.rs:164:40 [INFO] [stdout] | [INFO] [stdout] 164 | (&mut name as *mut DISPLAYCONFIG_TARGET_DEVICE_NAME).cast(), [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DISPLAY_DEVICEW` in this scope [INFO] [stdout] --> src/monitors.rs:193:25 [INFO] [stdout] | [INFO] [stdout] 193 | let mut device: DISPLAY_DEVICEW = mem::zeroed(); [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DISPLAY_DEVICEW` in this scope [INFO] [stdout] --> src/monitors.rs:194:36 [INFO] [stdout] | [INFO] [stdout] 189 | fn get_device_map() -> DeviceMap { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 194 | device.cb = mem::size_of::() as u32; [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `EnumDisplayDevicesW` in this scope [INFO] [stdout] --> src/monitors.rs:200:15 [INFO] [stdout] | [INFO] [stdout] 200 | while EnumDisplayDevicesW(ptr::null(), i, &mut device, 0) != 0 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `EnumDisplayDevicesW` in this scope [INFO] [stdout] --> src/monitors.rs:202:16 [INFO] [stdout] | [INFO] [stdout] 202 | if EnumDisplayDevicesW(name.as_ptr(), 0, &mut device, 1) != 0 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HANDLE` in this scope [INFO] [stdout] --> src/monitors.rs:216:13 [INFO] [stdout] | [INFO] [stdout] 216 | handle: HANDLE, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `EnumDisplayMonitors` in this scope [INFO] [stdout] --> src/monitors.rs:223:9 [INFO] [stdout] | [INFO] [stdout] 223 | EnumDisplayMonitors( [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/monitors.rs:235:15 [INFO] [stdout] | [INFO] [stdout] 235 | hmonitor: HMONITOR, [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HDC` in this scope [INFO] [stdout] --> src/monitors.rs:236:11 [INFO] [stdout] | [INFO] [stdout] 236 | _hdc: HDC, [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `RECT` in this scope [INFO] [stdout] --> src/monitors.rs:237:17 [INFO] [stdout] | [INFO] [stdout] 237 | _rect: *mut RECT, [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/monitors.rs:268:31 [INFO] [stdout] | [INFO] [stdout] 268 | fn get_monitor_info(hmonitor: HMONITOR) -> Option { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MONITORINFOEXW` in this scope [INFO] [stdout] --> src/monitors.rs:268:51 [INFO] [stdout] | [INFO] [stdout] 268 | fn get_monitor_info(hmonitor: HMONITOR) -> Option { [INFO] [stdout] | - ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | | [INFO] [stdout] | help: you might be missing a type parameter: `` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MONITORINFOEXW` in this scope [INFO] [stdout] --> src/monitors.rs:269:19 [INFO] [stdout] | [INFO] [stdout] 269 | let mut info: MONITORINFOEXW = unsafe { mem::zeroed() }; [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MONITORINFOEXW` in this scope [INFO] [stdout] --> src/monitors.rs:270:34 [INFO] [stdout] | [INFO] [stdout] 268 | fn get_monitor_info(hmonitor: HMONITOR) -> Option { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 269 | let mut info: MONITORINFOEXW = unsafe { mem::zeroed() }; [INFO] [stdout] 270 | info.cbSize = mem::size_of::() as u32; [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetMonitorInfoW` in this scope [INFO] [stdout] --> src/monitors.rs:273:12 [INFO] [stdout] | [INFO] [stdout] 273 | if GetMonitorInfoW(hmonitor, (&mut info as *mut MONITORINFOEXW).cast()) == 0 { [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MONITORINFOEXW` in this scope [INFO] [stdout] --> src/monitors.rs:273:57 [INFO] [stdout] | [INFO] [stdout] 273 | if GetMonitorInfoW(hmonitor, (&mut info as *mut MONITORINFOEXW).cast()) == 0 { [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/monitors.rs:281:36 [INFO] [stdout] | [INFO] [stdout] 281 | fn get_physical_monitors(hmonitor: HMONITOR) -> Option> { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PHYSICAL_MONITOR` in this scope [INFO] [stdout] --> src/monitors.rs:281:60 [INFO] [stdout] | [INFO] [stdout] 281 | fn get_physical_monitors(hmonitor: HMONITOR) -> Option> { [INFO] [stdout] | - ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | | [INFO] [stdout] | help: you might be missing a type parameter: `` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetNumberOfPhysicalMonitorsFromHMONITOR` in this scope [INFO] [stdout] --> src/monitors.rs:284:12 [INFO] [stdout] | [INFO] [stdout] 284 | if GetNumberOfPhysicalMonitorsFromHMONITOR(hmonitor, &mut count) == 0 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `GetPhysicalMonitorsFromHMONITOR` in this scope [INFO] [stdout] --> src/monitors.rs:291:12 [INFO] [stdout] | [INFO] [stdout] 291 | if GetPhysicalMonitorsFromHMONITOR(hmonitor, count, monitors.as_mut_ptr()) == 0 { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT32` in this scope [INFO] [stdout] --> src/monitors.rs:308:16 [INFO] [stdout] | [INFO] [stdout] 308 | flags: UINT32, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT32` in this scope [INFO] [stdout] --> src/monitors.rs:309:36 [INFO] [stdout] | [INFO] [stdout] 309 | numPathArrayElements: *mut UINT32, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT32` in this scope [INFO] [stdout] --> src/monitors.rs:310:40 [INFO] [stdout] | [INFO] [stdout] 310 | numModeInfoArrayElements: *mut UINT32, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LONG` in this scope [INFO] [stdout] --> src/monitors.rs:311:10 [INFO] [stdout] | [INFO] [stdout] 311 | ) -> LONG; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT32` in this scope [INFO] [stdout] --> src/monitors.rs:314:16 [INFO] [stdout] | [INFO] [stdout] 314 | flags: UINT32, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT32` in this scope [INFO] [stdout] --> src/monitors.rs:315:36 [INFO] [stdout] | [INFO] [stdout] 315 | numPathArrayElements: *mut UINT32, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DISPLAYCONFIG_PATH_INFO` in this scope [INFO] [stdout] --> src/monitors.rs:316:25 [INFO] [stdout] | [INFO] [stdout] 316 | pathArray: *mut DISPLAYCONFIG_PATH_INFO, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT32` in this scope [INFO] [stdout] --> src/monitors.rs:317:40 [INFO] [stdout] | [INFO] [stdout] 317 | numModeInfoArrayElements: *mut UINT32, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DISPLAYCONFIG_MODE_INFO` in this scope [INFO] [stdout] --> src/monitors.rs:318:29 [INFO] [stdout] | [INFO] [stdout] 318 | modeInfoArray: *mut DISPLAYCONFIG_MODE_INFO, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DISPLAYCONFIG_TOPOLOGY_ID` in this scope [INFO] [stdout] --> src/monitors.rs:319:33 [INFO] [stdout] | [INFO] [stdout] 319 | currentTopologyId: *mut DISPLAYCONFIG_TOPOLOGY_ID, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LONG` in this scope [INFO] [stdout] --> src/monitors.rs:320:10 [INFO] [stdout] | [INFO] [stdout] 320 | ) -> LONG; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DISPLAYCONFIG_DEVICE_INFO_HEADER` in this scope [INFO] [stdout] --> src/monitors.rs:322:59 [INFO] [stdout] | [INFO] [stdout] 322 | pub fn DisplayConfigGetDeviceInfo(requestPacket: *mut DISPLAYCONFIG_DEVICE_INFO_HEADER) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LONG` in this scope [INFO] [stdout] --> src/monitors.rs:323:12 [INFO] [stdout] | [INFO] [stdout] 323 | -> LONG; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 45 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0422, E0425, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: could not compile `mona`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "11081036c0e5e0e351836408bd55a66d8993eb6fff626fb249c0dc42a1d4101b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "11081036c0e5e0e351836408bd55a66d8993eb6fff626fb249c0dc42a1d4101b", kill_on_drop: false }` [INFO] [stdout] 11081036c0e5e0e351836408bd55a66d8993eb6fff626fb249c0dc42a1d4101b