[INFO] crate ddup 0.0.4 is already in cache
[INFO] checking ddup-0.0.4 against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] extracting crate ddup 0.0.4 into /workspace/builds/worker-4/source
[INFO] validating manifest of crates.io crate ddup 0.0.4 on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate ddup 0.0.4
[INFO] finished tweaking crates.io crate ddup 0.0.4
[INFO] tweaked toml for crates.io crate ddup 0.0.4 written to /workspace/builds/worker-4/source/Cargo.toml
[INFO] crate crates.io crate ddup 0.0.4 already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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] e7a4822e003d82fb81c8feb9ac936dd397f667e2decc73d01b2e6222fdf7b79a
[INFO] running `"docker" "start" "-a" "e7a4822e003d82fb81c8feb9ac936dd397f667e2decc73d01b2e6222fdf7b79a"`
[INFO] [stderr]    Compiling winapi v0.3.8
[INFO] [stderr]     Checking termios v0.3.1
[INFO] [stderr]     Checking console v0.10.0
[INFO] [stderr]     Checking indicatif v0.14.0
[INFO] [stderr]     Checking ddup v0.0.4 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0433]: failed to resolve: could not find `shared` in `winapi`
[INFO] [stderr]  --> src/ntfs.rs:7:13
[INFO] [stderr]   |
[INFO] [stderr] 7 | use winapi::shared::minwindef::{DWORD, LPDWORD, LPVOID};
[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/ntfs.rs:8:13
[INFO] [stderr]   |
[INFO] [stderr] 8 | use winapi::shared::ntdef::USN;
[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/ntfs.rs:9:13
[INFO] [stderr]   |
[INFO] [stderr] 9 | use winapi::um::ioapiset::DeviceIoControl;
[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/ntfs.rs:10:13
[INFO] [stderr]    |
[INFO] [stderr] 10 | use winapi::um::winioctl::{
[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/ntfs.rs:13:13
[INFO] [stderr]    |
[INFO] [stderr] 13 | use winapi::um::winnt::FILE_ATTRIBUTE_DIRECTORY;
[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/volume.rs:4:13
[INFO] [stderr]   |
[INFO] [stderr] 4 | use winapi::um::fileapi::CreateFileA;
[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/volume.rs:5:13
[INFO] [stderr]   |
[INFO] [stderr] 5 | use winapi::um::fileapi::OPEN_EXISTING;
[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/volume.rs:6:13
[INFO] [stderr]   |
[INFO] [stderr] 6 | use winapi::um::handleapi::CloseHandle;
[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/volume.rs:7:13
[INFO] [stderr]   |
[INFO] [stderr] 7 | 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/volume.rs:8:13
[INFO] [stderr]   |
[INFO] [stderr] 8 | use winapi::um::winnt::{FILE_SHARE_READ, FILE_SHARE_WRITE, GENERIC_READ, HANDLE};
[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/winioctl.rs:4:13
[INFO] [stderr]   |
[INFO] [stderr] 4 | use winapi::shared::minwindef::{DWORD, WORD};
[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/winioctl.rs:5:13
[INFO] [stderr]   |
[INFO] [stderr] 5 | use winapi::shared::ntdef::{DWORDLONG, USN, WCHAR};
[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/winioctl.rs:6:13
[INFO] [stderr]   |
[INFO] [stderr] 6 | use winapi::um::winnt::LARGE_INTEGER;
[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/ntfs.rs:7:13
[INFO] [stderr]   |
[INFO] [stderr] 7 | use winapi::shared::minwindef::{DWORD, LPDWORD, LPVOID};
[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/ntfs.rs:8:13
[INFO] [stderr]   |
[INFO] [stderr] 8 | use winapi::shared::ntdef::USN;
[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/ntfs.rs:9:13
[INFO] [stderr]   |
[INFO] [stderr] 9 | use winapi::um::ioapiset::DeviceIoControl;
[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/ntfs.rs:10:13
[INFO] [stderr]    |
[INFO] [stderr] 10 | use winapi::um::winioctl::{
[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/ntfs.rs:13:13
[INFO] [stderr]    |
[INFO] [stderr] 13 | use winapi::um::winnt::FILE_ATTRIBUTE_DIRECTORY;
[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/volume.rs:4:13
[INFO] [stderr]   |
[INFO] [stderr] 4 | use winapi::um::fileapi::CreateFileA;
[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/volume.rs:5:13
[INFO] [stderr]   |
[INFO] [stderr] 5 | use winapi::um::fileapi::OPEN_EXISTING;
[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/volume.rs:6:13
[INFO] [stderr]   |
[INFO] [stderr] 6 | use winapi::um::handleapi::CloseHandle;
[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/volume.rs:7:13
[INFO] [stderr]   |
[INFO] [stderr] 7 | 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/volume.rs:8:13
[INFO] [stderr]   |
[INFO] [stderr] 8 | use winapi::um::winnt::{FILE_SHARE_READ, FILE_SHARE_WRITE, GENERIC_READ, HANDLE};
[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/winioctl.rs:4:13
[INFO] [stderr]   |
[INFO] [stderr] 4 | use winapi::shared::minwindef::{DWORD, WORD};
[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/winioctl.rs:5:13
[INFO] [stderr]   |
[INFO] [stderr] 5 | use winapi::shared::ntdef::{DWORDLONG, USN, WCHAR};
[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/winioctl.rs:6:13
[INFO] [stderr]   |
[INFO] [stderr] 6 | use winapi::um::winnt::LARGE_INTEGER;
[INFO] [stderr]   |             ^^ could not find `um` in `winapi`
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `USN` in this scope
[INFO] [stderr]   --> src/ntfs.rs:29:14
[INFO] [stderr]    |
[INFO] [stderr] 29 |     pub low: USN,
[INFO] [stderr]    |              ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `USN` in this scope
[INFO] [stderr]   --> src/ntfs.rs:30:15
[INFO] [stderr]    |
[INFO] [stderr] 30 |     pub high: USN,
[INFO] [stderr]    |               ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `DeviceIoControl` in this scope
[INFO] [stderr]   --> src/ntfs.rs:67:13
[INFO] [stderr]    |
[INFO] [stderr] 67 |             DeviceIoControl(
[INFO] [stderr]    |             ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `FSCTL_ENUM_USN_DATA` in this scope
[INFO] [stderr]   --> src/ntfs.rs:69:17
[INFO] [stderr]    |
[INFO] [stderr] 69 |                 FSCTL_ENUM_USN_DATA,
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `LPVOID` in this scope
[INFO] [stderr]   --> src/ntfs.rs:70:59
[INFO] [stderr]    |
[INFO] [stderr] 70 |                 &mft_enum_data as *const MFT_ENUM_DATA as LPVOID,
[INFO] [stderr]    |                                                           ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWORD` in this scope
[INFO] [stderr]   --> src/ntfs.rs:71:58
[INFO] [stderr]    |
[INFO] [stderr] 71 |                 std::mem::size_of_val(&mft_enum_data) as DWORD,
[INFO] [stderr]    |                                                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `LPVOID` in this scope
[INFO] [stderr]   --> src/ntfs.rs:72:64
[INFO] [stderr]    |
[INFO] [stderr] 72 |                 self.buffer.as_mut_ptr() as *mut USN_RECORD as LPVOID,
[INFO] [stderr]    |                                                                ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWORD` in this scope
[INFO] [stderr]   --> src/ntfs.rs:73:38
[INFO] [stderr]    |
[INFO] [stderr] 73 |                 self.buffer.len() as DWORD,
[INFO] [stderr]    |                                      ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `LPDWORD` in this scope
[INFO] [stderr]   --> src/ntfs.rs:74:40
[INFO] [stderr]    |
[INFO] [stderr] 74 |                 &mut returned_bytes as LPDWORD,
[INFO] [stderr]    |                                        ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `FILE_ATTRIBUTE_DIRECTORY` in this scope
[INFO] [stderr]    --> src/ntfs.rs:128:44
[INFO] [stderr]     |
[INFO] [stderr] 128 |             if usn_record.FileAttributes & FILE_ATTRIBUTE_DIRECTORY != 0 {
[INFO] [stderr]     |                                            ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `DeviceIoControl` in this scope
[INFO] [stderr]    --> src/ntfs.rs:158:13
[INFO] [stderr]     |
[INFO] [stderr] 158 |             DeviceIoControl(
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `FSCTL_CREATE_USN_JOURNAL` in this scope
[INFO] [stderr]    --> src/ntfs.rs:160:17
[INFO] [stderr]     |
[INFO] [stderr] 160 |                 FSCTL_CREATE_USN_JOURNAL,
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `LPVOID` in this scope
[INFO] [stderr]    --> src/ntfs.rs:161:61
[INFO] [stderr]     |
[INFO] [stderr] 161 |                 &input as *const CREATE_USN_JOURNAL_DATA as LPVOID,
[INFO] [stderr]     |                                                             ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWORD` in this scope
[INFO] [stderr]    --> src/ntfs.rs:162:50
[INFO] [stderr]     |
[INFO] [stderr] 162 |                 std::mem::size_of_val(&input) as DWORD,
[INFO] [stderr]     |                                                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `LPDWORD` in this scope
[INFO] [stderr]    --> src/ntfs.rs:165:40
[INFO] [stderr]     |
[INFO] [stderr] 165 |                 &mut returned_bytes as LPDWORD,
[INFO] [stderr]     |                                        ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `DeviceIoControl` in this scope
[INFO] [stderr]    --> src/ntfs.rs:181:13
[INFO] [stderr]     |
[INFO] [stderr] 181 |             DeviceIoControl(
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `FSCTL_QUERY_USN_JOURNAL` in this scope
[INFO] [stderr]    --> src/ntfs.rs:183:17
[INFO] [stderr]     |
[INFO] [stderr] 183 |                 FSCTL_QUERY_USN_JOURNAL,
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `LPVOID` in this scope
[INFO] [stderr]    --> src/ntfs.rs:186:67
[INFO] [stderr]     |
[INFO] [stderr] 186 |                 &mut usn_journal_data as *mut USN_JOURNAL_DATA as LPVOID,
[INFO] [stderr]     |                                                                   ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWORD` in this scope
[INFO] [stderr]    --> src/ntfs.rs:187:61
[INFO] [stderr]     |
[INFO] [stderr] 187 |                 std::mem::size_of_val(&usn_journal_data) as DWORD,
[INFO] [stderr]     |                                                             ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `LPDWORD` in this scope
[INFO] [stderr]    --> src/ntfs.rs:188:40
[INFO] [stderr]     |
[INFO] [stderr] 188 |                 &mut returned_bytes as LPDWORD,
[INFO] [stderr]     |                                        ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HANDLE` in this scope
[INFO] [stderr]   --> src/volume.rs:11:17
[INFO] [stderr]    |
[INFO] [stderr] 11 |     pub handle: HANDLE,
[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/volume.rs:16:27
[INFO] [stderr]    |
[INFO] [stderr] 16 |         if self.handle != INVALID_HANDLE_VALUE {
[INFO] [stderr]    |                           ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `CloseHandle` in this scope
[INFO] [stderr]   --> src/volume.rs:17:22
[INFO] [stderr]    |
[INFO] [stderr] 17 |             unsafe { CloseHandle(self.handle) };
[INFO] [stderr]    |                      ^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `CreateFileA` in this scope
[INFO] [stderr]   --> src/volume.rs:26:13
[INFO] [stderr]    |
[INFO] [stderr] 26 |             CreateFileA(
[INFO] [stderr]    |             ^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `GENERIC_READ` in this scope
[INFO] [stderr]   --> src/volume.rs:28:17
[INFO] [stderr]    |
[INFO] [stderr] 28 |                 GENERIC_READ,
[INFO] [stderr]    |                 ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `FILE_SHARE_READ` in this scope
[INFO] [stderr]   --> src/volume.rs:29:17
[INFO] [stderr]    |
[INFO] [stderr] 29 |                 FILE_SHARE_READ | FILE_SHARE_WRITE,
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `FILE_SHARE_WRITE` in this scope
[INFO] [stderr]   --> src/volume.rs:29:35
[INFO] [stderr]    |
[INFO] [stderr] 29 |                 FILE_SHARE_READ | FILE_SHARE_WRITE,
[INFO] [stderr]    |                                   ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `OPEN_EXISTING` in this scope
[INFO] [stderr]   --> src/volume.rs:31:17
[INFO] [stderr]    |
[INFO] [stderr] 31 |                 OPEN_EXISTING,
[INFO] [stderr]    |                 ^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWORDLONG` in this scope
[INFO] [stderr]   --> src/winioctl.rs:11:23
[INFO] [stderr]    |
[INFO] [stderr] 11 |     pub UsnJournalID: DWORDLONG,
[INFO] [stderr]    |                       ^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `USN` in this scope
[INFO] [stderr]   --> src/winioctl.rs:12:19
[INFO] [stderr]    |
[INFO] [stderr] 12 |     pub FirstUsn: USN,
[INFO] [stderr]    |                   ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `USN` in this scope
[INFO] [stderr]   --> src/winioctl.rs:13:18
[INFO] [stderr]    |
[INFO] [stderr] 13 |     pub NextUsn: USN,
[INFO] [stderr]    |                  ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `USN` in this scope
[INFO] [stderr]   --> src/winioctl.rs:14:25
[INFO] [stderr]    |
[INFO] [stderr] 14 |     pub LowestValidUsn: USN,
[INFO] [stderr]    |                         ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `USN` in this scope
[INFO] [stderr]   --> src/winioctl.rs:15:17
[INFO] [stderr]    |
[INFO] [stderr] 15 |     pub MaxUsn: USN,
[INFO] [stderr]    |                 ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWORDLONG` in this scope
[INFO] [stderr]   --> src/winioctl.rs:16:22
[INFO] [stderr]    |
[INFO] [stderr] 16 |     pub MaximumSize: DWORDLONG,
[INFO] [stderr]    |                      ^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWORDLONG` in this scope
[INFO] [stderr]   --> src/winioctl.rs:17:26
[INFO] [stderr]    |
[INFO] [stderr] 17 |     pub AllocationDelta: DWORDLONG,
[INFO] [stderr]    |                          ^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWORDLONG` in this scope
[INFO] [stderr]   --> src/winioctl.rs:23:22
[INFO] [stderr]    |
[INFO] [stderr] 23 |     pub MaximumSize: DWORDLONG,
[INFO] [stderr]    |                      ^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWORDLONG` in this scope
[INFO] [stderr]   --> src/winioctl.rs:24:26
[INFO] [stderr]    |
[INFO] [stderr] 24 |     pub AllocationDelta: DWORDLONG,
[INFO] [stderr]    |                          ^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWORDLONG` in this scope
[INFO] [stderr]   --> src/winioctl.rs:30:35
[INFO] [stderr]    |
[INFO] [stderr] 30 |     pub StartFileReferenceNumber: DWORDLONG,
[INFO] [stderr]    |                                   ^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `USN` in this scope
[INFO] [stderr]   --> src/winioctl.rs:31:17
[INFO] [stderr]    |
[INFO] [stderr] 31 |     pub LowUsn: USN,
[INFO] [stderr]    |                 ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `USN` in this scope
[INFO] [stderr]   --> src/winioctl.rs:32:18
[INFO] [stderr]    |
[INFO] [stderr] 32 |     pub HighUsn: USN,
[INFO] [stderr]    |                  ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWORD` in this scope
[INFO] [stderr]   --> src/winioctl.rs:37:23
[INFO] [stderr]    |
[INFO] [stderr] 37 |     pub RecordLength: DWORD,
[INFO] [stderr]    |                       ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `WORD` in this scope
[INFO] [stderr]   --> src/winioctl.rs:38:23
[INFO] [stderr]    |
[INFO] [stderr] 38 |     pub MajorVersion: WORD,
[INFO] [stderr]    |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `WORD` in this scope
[INFO] [stderr]   --> src/winioctl.rs:39:23
[INFO] [stderr]    |
[INFO] [stderr] 39 |     pub MinorVersion: WORD,
[INFO] [stderr]    |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWORDLONG` in this scope
[INFO] [stderr]   --> src/winioctl.rs:40:30
[INFO] [stderr]    |
[INFO] [stderr] 40 |     pub FileReferenceNumber: DWORDLONG,
[INFO] [stderr]    |                              ^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWORDLONG` in this scope
[INFO] [stderr]   --> src/winioctl.rs:41:36
[INFO] [stderr]    |
[INFO] [stderr] 41 |     pub ParentFileReferenceNumber: DWORDLONG,
[INFO] [stderr]    |                                    ^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `USN` in this scope
[INFO] [stderr]   --> src/winioctl.rs:42:14
[INFO] [stderr]    |
[INFO] [stderr] 42 |     pub Usn: USN,
[INFO] [stderr]    |              ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `LARGE_INTEGER` in this scope
[INFO] [stderr]   --> src/winioctl.rs:43:20
[INFO] [stderr]    |
[INFO] [stderr] 43 |     pub TimeStamp: LARGE_INTEGER,
[INFO] [stderr]    |                    ^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWORD` in this scope
[INFO] [stderr]   --> src/winioctl.rs:44:17
[INFO] [stderr]    |
[INFO] [stderr] 44 |     pub Reason: DWORD,
[INFO] [stderr]    |                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWORD` in this scope
[INFO] [stderr]   --> src/winioctl.rs:45:21
[INFO] [stderr]    |
[INFO] [stderr] 45 |     pub SourceInfo: DWORD,
[INFO] [stderr]    |                     ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWORD` in this scope
[INFO] [stderr]   --> src/winioctl.rs:46:21
[INFO] [stderr]    |
[INFO] [stderr] 46 |     pub SecurityId: DWORD,
[INFO] [stderr]    |                     ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWORD` in this scope
[INFO] [stderr]   --> src/winioctl.rs:47:25
[INFO] [stderr]    |
[INFO] [stderr] 47 |     pub FileAttributes: DWORD,
[INFO] [stderr]    |                         ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `WORD` in this scope
[INFO] [stderr]   --> src/winioctl.rs:48:25
[INFO] [stderr]    |
[INFO] [stderr] 48 |     pub FileNameLength: WORD,
[INFO] [stderr]    |                         ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `WORD` in this scope
[INFO] [stderr]   --> src/winioctl.rs:49:25
[INFO] [stderr]    |
[INFO] [stderr] 49 |     pub FileNameOffset: WORD,
[INFO] [stderr]    |                         ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `WCHAR` in this scope
[INFO] [stderr]   --> src/winioctl.rs:50:20
[INFO] [stderr]    |
[INFO] [stderr] 50 |     pub FileName: [WCHAR; 1],
[INFO] [stderr]    |                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `USN` in this scope
[INFO] [stderr]   --> src/ntfs.rs:29:14
[INFO] [stderr]    |
[INFO] [stderr] 29 |     pub low: USN,
[INFO] [stderr]    |              ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `USN` in this scope
[INFO] [stderr]   --> src/ntfs.rs:30:15
[INFO] [stderr]    |
[INFO] [stderr] 30 |     pub high: USN,
[INFO] [stderr]    |               ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `DeviceIoControl` in this scope
[INFO] [stderr]   --> src/ntfs.rs:67:13
[INFO] [stderr]    |
[INFO] [stderr] 67 |             DeviceIoControl(
[INFO] [stderr]    |             ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `FSCTL_ENUM_USN_DATA` in this scope
[INFO] [stderr]   --> src/ntfs.rs:69:17
[INFO] [stderr]    |
[INFO] [stderr] 69 |                 FSCTL_ENUM_USN_DATA,
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `LPVOID` in this scope
[INFO] [stderr]   --> src/ntfs.rs:70:59
[INFO] [stderr]    |
[INFO] [stderr] 70 |                 &mft_enum_data as *const MFT_ENUM_DATA as LPVOID,
[INFO] [stderr]    |                                                           ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWORD` in this scope
[INFO] [stderr]   --> src/ntfs.rs:71:58
[INFO] [stderr]    |
[INFO] [stderr] 71 |                 std::mem::size_of_val(&mft_enum_data) as DWORD,
[INFO] [stderr]    |                                                          ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `LPVOID` in this scope
[INFO] [stderr]   --> src/ntfs.rs:72:64
[INFO] [stderr]    |
[INFO] [stderr] 72 |                 self.buffer.as_mut_ptr() as *mut USN_RECORD as LPVOID,
[INFO] [stderr]    |                                                                ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWORD` in this scope
[INFO] [stderr]   --> src/ntfs.rs:73:38
[INFO] [stderr]    |
[INFO] [stderr] 73 |                 self.buffer.len() as DWORD,
[INFO] [stderr]    |                                      ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `LPDWORD` in this scope
[INFO] [stderr]   --> src/ntfs.rs:74:40
[INFO] [stderr]    |
[INFO] [stderr] 74 |                 &mut returned_bytes as LPDWORD,
[INFO] [stderr]    |                                        ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `FILE_ATTRIBUTE_DIRECTORY` in this scope
[INFO] [stderr]    --> src/ntfs.rs:128:44
[INFO] [stderr]     |
[INFO] [stderr] 128 |             if usn_record.FileAttributes & FILE_ATTRIBUTE_DIRECTORY != 0 {
[INFO] [stderr]     |                                            ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `DeviceIoControl` in this scope
[INFO] [stderr]    --> src/ntfs.rs:158:13
[INFO] [stderr]     |
[INFO] [stderr] 158 |             DeviceIoControl(
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `FSCTL_CREATE_USN_JOURNAL` in this scope
[INFO] [stderr]    --> src/ntfs.rs:160:17
[INFO] [stderr]     |
[INFO] [stderr] 160 |                 FSCTL_CREATE_USN_JOURNAL,
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `LPVOID` in this scope
[INFO] [stderr]    --> src/ntfs.rs:161:61
[INFO] [stderr]     |
[INFO] [stderr] 161 |                 &input as *const CREATE_USN_JOURNAL_DATA as LPVOID,
[INFO] [stderr]     |                                                             ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWORD` in this scope
[INFO] [stderr]    --> src/ntfs.rs:162:50
[INFO] [stderr]     |
[INFO] [stderr] 162 |                 std::mem::size_of_val(&input) as DWORD,
[INFO] [stderr]     |                                                  ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `LPDWORD` in this scope
[INFO] [stderr]    --> src/ntfs.rs:165:40
[INFO] [stderr]     |
[INFO] [stderr] 165 |                 &mut returned_bytes as LPDWORD,
[INFO] [stderr]     |                                        ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `DeviceIoControl` in this scope
[INFO] [stderr]    --> src/ntfs.rs:181:13
[INFO] [stderr]     |
[INFO] [stderr] 181 |             DeviceIoControl(
[INFO] [stderr]     |             ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `FSCTL_QUERY_USN_JOURNAL` in this scope
[INFO] [stderr]    --> src/ntfs.rs:183:17
[INFO] [stderr]     |
[INFO] [stderr] 183 |                 FSCTL_QUERY_USN_JOURNAL,
[INFO] [stderr]     |                 ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `LPVOID` in this scope
[INFO] [stderr]    --> src/ntfs.rs:186:67
[INFO] [stderr]     |
[INFO] [stderr] 186 |                 &mut usn_journal_data as *mut USN_JOURNAL_DATA as LPVOID,
[INFO] [stderr]     |                                                                   ^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWORD` in this scope
[INFO] [stderr]    --> src/ntfs.rs:187:61
[INFO] [stderr]     |
[INFO] [stderr] 187 |                 std::mem::size_of_val(&usn_journal_data) as DWORD,
[INFO] [stderr]     |                                                             ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `LPDWORD` in this scope
[INFO] [stderr]    --> src/ntfs.rs:188:40
[INFO] [stderr]     |
[INFO] [stderr] 188 |                 &mut returned_bytes as LPDWORD,
[INFO] [stderr]     |                                        ^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `HANDLE` in this scope
[INFO] [stderr]   --> src/volume.rs:11:17
[INFO] [stderr]    |
[INFO] [stderr] 11 |     pub handle: HANDLE,
[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/volume.rs:16:27
[INFO] [stderr]    |
[INFO] [stderr] 16 |         if self.handle != INVALID_HANDLE_VALUE {
[INFO] [stderr]    |                           ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `CloseHandle` in this scope
[INFO] [stderr]   --> src/volume.rs:17:22
[INFO] [stderr]    |
[INFO] [stderr] 17 |             unsafe { CloseHandle(self.handle) };
[INFO] [stderr]    |                      ^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find function, tuple struct or tuple variant `CreateFileA` in this scope
[INFO] [stderr]   --> src/volume.rs:26:13
[INFO] [stderr]    |
[INFO] [stderr] 26 |             CreateFileA(
[INFO] [stderr]    |             ^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `GENERIC_READ` in this scope
[INFO] [stderr]   --> src/volume.rs:28:17
[INFO] [stderr]    |
[INFO] [stderr] 28 |                 GENERIC_READ,
[INFO] [stderr]    |                 ^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `FILE_SHARE_READ` in this scope
[INFO] [stderr]   --> src/volume.rs:29:17
[INFO] [stderr]    |
[INFO] [stderr] 29 |                 FILE_SHARE_READ | FILE_SHARE_WRITE,
[INFO] [stderr]    |                 ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `FILE_SHARE_WRITE` in this scope
[INFO] [stderr]   --> src/volume.rs:29:35
[INFO] [stderr]    |
[INFO] [stderr] 29 |                 FILE_SHARE_READ | FILE_SHARE_WRITE,
[INFO] [stderr]    |                                   ^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0425]: cannot find value `OPEN_EXISTING` in this scope
[INFO] [stderr]   --> src/volume.rs:31:17
[INFO] [stderr]    |
[INFO] [stderr] 31 |                 OPEN_EXISTING,
[INFO] [stderr]    |                 ^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWORDLONG` in this scope
[INFO] [stderr]   --> src/winioctl.rs:11:23
[INFO] [stderr]    |
[INFO] [stderr] 11 |     pub UsnJournalID: DWORDLONG,
[INFO] [stderr]    |                       ^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `USN` in this scope
[INFO] [stderr]   --> src/winioctl.rs:12:19
[INFO] [stderr]    |
[INFO] [stderr] 12 |     pub FirstUsn: USN,
[INFO] [stderr]    |                   ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `USN` in this scope
[INFO] [stderr]   --> src/winioctl.rs:13:18
[INFO] [stderr]    |
[INFO] [stderr] 13 |     pub NextUsn: USN,
[INFO] [stderr]    |                  ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `USN` in this scope
[INFO] [stderr]   --> src/winioctl.rs:14:25
[INFO] [stderr]    |
[INFO] [stderr] 14 |     pub LowestValidUsn: USN,
[INFO] [stderr]    |                         ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `USN` in this scope
[INFO] [stderr]   --> src/winioctl.rs:15:17
[INFO] [stderr]    |
[INFO] [stderr] 15 |     pub MaxUsn: USN,
[INFO] [stderr]    |                 ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWORDLONG` in this scope
[INFO] [stderr]   --> src/winioctl.rs:16:22
[INFO] [stderr]    |
[INFO] [stderr] 16 |     pub MaximumSize: DWORDLONG,
[INFO] [stderr]    |                      ^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWORDLONG` in this scope
[INFO] [stderr]   --> src/winioctl.rs:17:26
[INFO] [stderr]    |
[INFO] [stderr] 17 |     pub AllocationDelta: DWORDLONG,
[INFO] [stderr]    |                          ^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWORDLONG` in this scope
[INFO] [stderr]   --> src/winioctl.rs:23:22
[INFO] [stderr]    |
[INFO] [stderr] 23 |     pub MaximumSize: DWORDLONG,
[INFO] [stderr]    |                      ^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWORDLONG` in this scope
[INFO] [stderr]   --> src/winioctl.rs:24:26
[INFO] [stderr]    |
[INFO] [stderr] 24 |     pub AllocationDelta: DWORDLONG,
[INFO] [stderr]    |                          ^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWORDLONG` in this scope
[INFO] [stderr]   --> src/winioctl.rs:30:35
[INFO] [stderr]    |
[INFO] [stderr] 30 |     pub StartFileReferenceNumber: DWORDLONG,
[INFO] [stderr]    |                                   ^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `USN` in this scope
[INFO] [stderr]   --> src/winioctl.rs:31:17
[INFO] [stderr]    |
[INFO] [stderr] 31 |     pub LowUsn: USN,
[INFO] [stderr]    |                 ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `USN` in this scope
[INFO] [stderr]   --> src/winioctl.rs:32:18
[INFO] [stderr]    |
[INFO] [stderr] 32 |     pub HighUsn: USN,
[INFO] [stderr]    |                  ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWORD` in this scope
[INFO] [stderr]   --> src/winioctl.rs:37:23
[INFO] [stderr]    |
[INFO] [stderr] 37 |     pub RecordLength: DWORD,
[INFO] [stderr]    |                       ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `WORD` in this scope
[INFO] [stderr]   --> src/winioctl.rs:38:23
[INFO] [stderr]    |
[INFO] [stderr] 38 |     pub MajorVersion: WORD,
[INFO] [stderr]    |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `WORD` in this scope
[INFO] [stderr]   --> src/winioctl.rs:39:23
[INFO] [stderr]    |
[INFO] [stderr] 39 |     pub MinorVersion: WORD,
[INFO] [stderr]    |                       ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWORDLONG` in this scope
[INFO] [stderr]   --> src/winioctl.rs:40:30
[INFO] [stderr]    |
[INFO] [stderr] 40 |     pub FileReferenceNumber: DWORDLONG,
[INFO] [stderr]    |                              ^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWORDLONG` in this scope
[INFO] [stderr]   --> src/winioctl.rs:41:36
[INFO] [stderr]    |
[INFO] [stderr] 41 |     pub ParentFileReferenceNumber: DWORDLONG,
[INFO] [stderr]    |                                    ^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `USN` in this scope
[INFO] [stderr]   --> src/winioctl.rs:42:14
[INFO] [stderr]    |
[INFO] [stderr] 42 |     pub Usn: USN,
[INFO] [stderr]    |              ^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `LARGE_INTEGER` in this scope
[INFO] [stderr]   --> src/winioctl.rs:43:20
[INFO] [stderr]    |
[INFO] [stderr] 43 |     pub TimeStamp: LARGE_INTEGER,
[INFO] [stderr]    |                    ^^^^^^^^^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWORD` in this scope
[INFO] [stderr]   --> src/winioctl.rs:44:17
[INFO] [stderr]    |
[INFO] [stderr] 44 |     pub Reason: DWORD,
[INFO] [stderr]    |                 ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWORD` in this scope
[INFO] [stderr]   --> src/winioctl.rs:45:21
[INFO] [stderr]    |
[INFO] [stderr] 45 |     pub SourceInfo: DWORD,
[INFO] [stderr]    |                     ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWORD` in this scope
[INFO] [stderr]   --> src/winioctl.rs:46:21
[INFO] [stderr]    |
[INFO] [stderr] 46 |     pub SecurityId: DWORD,
[INFO] [stderr]    |                     ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `DWORD` in this scope
[INFO] [stderr]   --> src/winioctl.rs:47:25
[INFO] [stderr]    |
[INFO] [stderr] 47 |     pub FileAttributes: DWORD,
[INFO] [stderr]    |                         ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `WORD` in this scope
[INFO] [stderr]   --> src/winioctl.rs:48:25
[INFO] [stderr]    |
[INFO] [stderr] 48 |     pub FileNameLength: WORD,
[INFO] [stderr]    |                         ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `WORD` in this scope
[INFO] [stderr]   --> src/winioctl.rs:49:25
[INFO] [stderr]    |
[INFO] [stderr] 49 |     pub FileNameOffset: WORD,
[INFO] [stderr]    |                         ^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0412]: cannot find type `WCHAR` in this scope
[INFO] [stderr]   --> src/winioctl.rs:50:20
[INFO] [stderr]    |
[INFO] [stderr] 50 |     pub FileName: [WCHAR; 1],
[INFO] [stderr]    |                    ^^^^^ not found in this scope
[INFO] [stderr] 
[INFO] [stderr] error[E0283]: type annotations needed
[INFO] [stderr]   --> src/winioctl.rs:11:5
[INFO] [stderr]    |
[INFO] [stderr] 11 |     pub UsnJournalID: DWORDLONG,
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type
[INFO] [stderr]    |
[INFO] [stderr]    = note: cannot satisfy `_: std::default::Default`
[INFO] [stderr]    = note: required by `std::default::Default::default`
[INFO] [stderr]    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0283]: type annotations needed
[INFO] [stderr]   --> src/winioctl.rs:23:5
[INFO] [stderr]    |
[INFO] [stderr] 23 |     pub MaximumSize: DWORDLONG,
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type
[INFO] [stderr]    |
[INFO] [stderr]    = note: cannot satisfy `_: std::default::Default`
[INFO] [stderr]    = note: required by `std::default::Default::default`
[INFO] [stderr]    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0283]: type annotations needed
[INFO] [stderr]   --> src/winioctl.rs:30:5
[INFO] [stderr]    |
[INFO] [stderr] 30 |     pub StartFileReferenceNumber: DWORDLONG,
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type
[INFO] [stderr]    |
[INFO] [stderr]    = note: cannot satisfy `_: std::default::Default`
[INFO] [stderr]    = note: required by `std::default::Default::default`
[INFO] [stderr]    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0283]: type annotations needed
[INFO] [stderr]   --> src/winioctl.rs:11:5
[INFO] [stderr]    |
[INFO] [stderr] 11 |     pub UsnJournalID: DWORDLONG,
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type
[INFO] [stderr]    |
[INFO] [stderr]    = note: cannot satisfy `_: std::default::Default`
[INFO] [stderr]    = note: required by `std::default::Default::default`
[INFO] [stderr]    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0283]: type annotations needed
[INFO] [stderr]   --> src/winioctl.rs:23:5
[INFO] [stderr]    |
[INFO] [stderr] 23 |     pub MaximumSize: DWORDLONG,
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type
[INFO] [stderr]    |
[INFO] [stderr]    = note: cannot satisfy `_: std::default::Default`
[INFO] [stderr]    = note: required by `std::default::Default::default`
[INFO] [stderr]    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0283]: type annotations needed
[INFO] [stderr]   --> src/winioctl.rs:30:5
[INFO] [stderr]    |
[INFO] [stderr] 30 |     pub StartFileReferenceNumber: DWORDLONG,
[INFO] [stderr]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot infer type
[INFO] [stderr]    |
[INFO] [stderr]    = note: cannot satisfy `_: std::default::Default`
[INFO] [stderr]    = note: required by `std::default::Default::default`
[INFO] [stderr]    = note: this error originates in a derive macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 70 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0283, E0412, E0425, E0433.
[INFO] [stderr] For more information about an error, try `rustc --explain E0283`.
[INFO] [stderr] error: could not compile `ddup`.
[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 70 previous errors
[INFO] [stderr] 
[INFO] [stderr] Some errors have detailed explanations: E0283, E0412, E0425, E0433.
[INFO] [stderr] For more information about an error, try `rustc --explain E0283`.
[INFO] [stderr] error: could not compile `ddup`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "e7a4822e003d82fb81c8feb9ac936dd397f667e2decc73d01b2e6222fdf7b79a"`
[INFO] running `"docker" "rm" "-f" "e7a4822e003d82fb81c8feb9ac936dd397f667e2decc73d01b2e6222fdf7b79a"`
[INFO] [stdout] e7a4822e003d82fb81c8feb9ac936dd397f667e2decc73d01b2e6222fdf7b79a
