[INFO] fetching crate libusbk 0.1.2...
[INFO] checking libusbk-0.1.2 against master#30f74ff0dc4d66debc8b50724c446f817e5f75f4 for pr-121848-1
[INFO] extracting crate libusbk 0.1.2 into /workspace/builds/worker-7-tc1/source
[INFO] validating manifest of crates.io crate libusbk 0.1.2 on toolchain 30f74ff0dc4d66debc8b50724c446f817e5f75f4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate libusbk 0.1.2
[INFO] finished tweaking crates.io crate libusbk 0.1.2
[INFO] tweaked toml for crates.io crate libusbk 0.1.2 written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded libusbk-sys v0.1.3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ad6e0679cc20a7299ba9c042316ca2a25b7b2e0323b914dfe716910f86526a2d
[INFO] running `Command { std: "docker" "start" "-a" "ad6e0679cc20a7299ba9c042316ca2a25b7b2e0323b914dfe716910f86526a2d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ad6e0679cc20a7299ba9c042316ca2a25b7b2e0323b914dfe716910f86526a2d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ad6e0679cc20a7299ba9c042316ca2a25b7b2e0323b914dfe716910f86526a2d", kill_on_drop: false }`
[INFO] [stdout] ad6e0679cc20a7299ba9c042316ca2a25b7b2e0323b914dfe716910f86526a2d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/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" "RUSTDOCFLAGS=--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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a365c430e4441e15d024adb8c46bf1dc1a779f83876e10c1f5b940d1ad38cce4
[INFO] running `Command { std: "docker" "start" "-a" "a365c430e4441e15d024adb8c46bf1dc1a779f83876e10c1f5b940d1ad38cce4", kill_on_drop: false }`
[INFO] [stderr]    Compiling winapi v0.3.9
[INFO] [stderr]    Compiling libusbk-sys v0.1.3
[INFO] [stderr]    Compiling thiserror-impl v1.0.58
[INFO] [stderr]     Checking thiserror v1.0.58
[INFO] [stderr]     Checking libusbk v0.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/error.rs:27:29
[INFO] [stdout]    |
[INFO] [stdout] 27 |                 use winapi::um::errhandlingapi::GetLastError;
[INFO] [stdout]    |                             ^^ could not find `um` in `winapi`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/device.rs:25:9
[INFO] [stdout]    |
[INFO] [stdout] 25 |         try_unsafe!(LibK_LoadDriverAPI(&mut dev, self.driver_id()));
[INFO] [stdout]    |         ----------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_unsafe` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/error.rs:27:29
[INFO] [stdout]    |
[INFO] [stdout] 27 |                 use winapi::um::errhandlingapi::GetLastError;
[INFO] [stdout]    |                             ^^ could not find `um` in `winapi`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/device.rs:27:9
[INFO] [stdout]    |
[INFO] [stdout] 27 |         try_unsafe!(dev.Init.unwrap()(handle.as_mut_ptr(), self.0));
[INFO] [stdout]    |         ----------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_unsafe` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/error.rs:27:29
[INFO] [stdout]    |
[INFO] [stdout] 27 |                   use winapi::um::errhandlingapi::GetLastError;
[INFO] [stdout]    |                               ^^ could not find `um` in `winapi`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/device_handle.rs:27:9
[INFO] [stdout]    |
[INFO] [stdout] 27 | /         try_unsafe!(self.dev.ClaimInterface.unwrap()(
[INFO] [stdout] 28 | |             self.handle.unwrap().as_ptr(),
[INFO] [stdout] 29 | |             num_or_index,
[INFO] [stdout] 30 | |             is_index.into()
[INFO] [stdout] 31 | |         ));
[INFO] [stdout]    | |__________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_unsafe` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/error.rs:27:29
[INFO] [stdout]    |
[INFO] [stdout] 27 |                   use winapi::um::errhandlingapi::GetLastError;
[INFO] [stdout]    |                               ^^ could not find `um` in `winapi`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/device_handle.rs:42:9
[INFO] [stdout]    |
[INFO] [stdout] 42 | /         try_unsafe!(self.dev.ReadPipe.unwrap()(
[INFO] [stdout] 43 | |             self.handle.unwrap().as_ptr(),
[INFO] [stdout] 44 | |             pipe_id,
[INFO] [stdout] 45 | |             buffer.as_mut_ptr(),
[INFO] [stdout] ...  |
[INFO] [stdout] 48 | |             std::ptr::null_mut(),
[INFO] [stdout] 49 | |         ));
[INFO] [stdout]    | |__________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_unsafe` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/error.rs:27:29
[INFO] [stdout]    |
[INFO] [stdout] 27 |                   use winapi::um::errhandlingapi::GetLastError;
[INFO] [stdout]    |                               ^^ could not find `um` in `winapi`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/device_handle.rs:56:9
[INFO] [stdout]    |
[INFO] [stdout] 56 | /         try_unsafe!(self.dev.WritePipe.unwrap()(
[INFO] [stdout] 57 | |             self.handle.unwrap().as_ptr(),
[INFO] [stdout] 58 | |             pipe_id,
[INFO] [stdout] 59 | |             ptr as *mut u8,
[INFO] [stdout] ...  |
[INFO] [stdout] 62 | |             std::ptr::null_mut()
[INFO] [stdout] 63 | |         ));
[INFO] [stdout]    | |__________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_unsafe` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/error.rs:27:29
[INFO] [stdout]    |
[INFO] [stdout] 27 |                 use winapi::um::errhandlingapi::GetLastError;
[INFO] [stdout]    |                             ^^ could not find `um` in `winapi`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/device_list.rs:31:9
[INFO] [stdout]    |
[INFO] [stdout] 31 |         try_unsafe!(LstK_Init(context.as_mut_ptr(), 0));
[INFO] [stdout]    |         ----------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_unsafe` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/error.rs:27:29
[INFO] [stdout]    |
[INFO] [stdout] 27 |                 use winapi::um::errhandlingapi::GetLastError;
[INFO] [stdout]    |                             ^^ could not find `um` in `winapi`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/device.rs:25:9
[INFO] [stdout]    |
[INFO] [stdout] 25 |         try_unsafe!(LibK_LoadDriverAPI(&mut dev, self.driver_id()));
[INFO] [stdout]    |         ----------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_unsafe` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/error.rs:27:29
[INFO] [stdout]    |
[INFO] [stdout] 27 |                 use winapi::um::errhandlingapi::GetLastError;
[INFO] [stdout]    |                             ^^ could not find `um` in `winapi`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/device_list.rs:44:9
[INFO] [stdout]    |
[INFO] [stdout] 44 |         try_unsafe!(LstK_Count(self.list.inner.as_ptr(), &mut count));
[INFO] [stdout]    |         ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_unsafe` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/error.rs:27:29
[INFO] [stdout]    |
[INFO] [stdout] 27 |                   use winapi::um::errhandlingapi::GetLastError;
[INFO] [stdout]    |                               ^^ could not find `um` in `winapi`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/device_list.rs:50:9
[INFO] [stdout]    |
[INFO] [stdout] 50 | /         try_unsafe!(LstK_FindByVidPid(
[INFO] [stdout] 51 | |             self.list.inner.as_ptr(),
[INFO] [stdout] 52 | |             vid,
[INFO] [stdout] 53 | |             pid,
[INFO] [stdout] 54 | |             &mut device.0
[INFO] [stdout] 55 | |         ));
[INFO] [stdout]    | |__________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_unsafe` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/error.rs:27:29
[INFO] [stdout]    |
[INFO] [stdout] 27 |                 use winapi::um::errhandlingapi::GetLastError;
[INFO] [stdout]    |                             ^^ could not find `um` in `winapi`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/device.rs:27:9
[INFO] [stdout]    |
[INFO] [stdout] 27 |         try_unsafe!(dev.Init.unwrap()(handle.as_mut_ptr(), self.0));
[INFO] [stdout]    |         ----------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_unsafe` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]    --> src/error.rs:27:29
[INFO] [stdout]     |
[INFO] [stdout] 27  |                 use winapi::um::errhandlingapi::GetLastError;
[INFO] [stdout]     |                             ^^ could not find `um` in `winapi`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/hotplug.rs:132:9
[INFO] [stdout]     |
[INFO] [stdout] 132 |         try_unsafe!(HotK_Init(&mut self.handle, &mut self.params));
[INFO] [stdout]     |         ---------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_unsafe` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/error.rs:27:29
[INFO] [stdout]    |
[INFO] [stdout] 27 |                   use winapi::um::errhandlingapi::GetLastError;
[INFO] [stdout]    |                               ^^ could not find `um` in `winapi`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/device_handle.rs:27:9
[INFO] [stdout]    |
[INFO] [stdout] 27 | /         try_unsafe!(self.dev.ClaimInterface.unwrap()(
[INFO] [stdout] 28 | |             self.handle.unwrap().as_ptr(),
[INFO] [stdout] 29 | |             num_or_index,
[INFO] [stdout] 30 | |             is_index.into()
[INFO] [stdout] 31 | |         ));
[INFO] [stdout]    | |__________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_unsafe` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/error.rs:27:29
[INFO] [stdout]    |
[INFO] [stdout] 27 |                   use winapi::um::errhandlingapi::GetLastError;
[INFO] [stdout]    |                               ^^ could not find `um` in `winapi`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/device_handle.rs:42:9
[INFO] [stdout]    |
[INFO] [stdout] 42 | /         try_unsafe!(self.dev.ReadPipe.unwrap()(
[INFO] [stdout] 43 | |             self.handle.unwrap().as_ptr(),
[INFO] [stdout] 44 | |             pipe_id,
[INFO] [stdout] 45 | |             buffer.as_mut_ptr(),
[INFO] [stdout] ...  |
[INFO] [stdout] 48 | |             std::ptr::null_mut(),
[INFO] [stdout] 49 | |         ));
[INFO] [stdout]    | |__________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_unsafe` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/error.rs:27:29
[INFO] [stdout]    |
[INFO] [stdout] 27 |                   use winapi::um::errhandlingapi::GetLastError;
[INFO] [stdout]    |                               ^^ could not find `um` in `winapi`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/device_handle.rs:56:9
[INFO] [stdout]    |
[INFO] [stdout] 56 | /         try_unsafe!(self.dev.WritePipe.unwrap()(
[INFO] [stdout] 57 | |             self.handle.unwrap().as_ptr(),
[INFO] [stdout] 58 | |             pipe_id,
[INFO] [stdout] 59 | |             ptr as *mut u8,
[INFO] [stdout] ...  |
[INFO] [stdout] 62 | |             std::ptr::null_mut()
[INFO] [stdout] 63 | |         ));
[INFO] [stdout]    | |__________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_unsafe` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/error.rs:27:29
[INFO] [stdout]    |
[INFO] [stdout] 27 |                 use winapi::um::errhandlingapi::GetLastError;
[INFO] [stdout]    |                             ^^ could not find `um` in `winapi`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/device_list.rs:31:9
[INFO] [stdout]    |
[INFO] [stdout] 31 |         try_unsafe!(LstK_Init(context.as_mut_ptr(), 0));
[INFO] [stdout]    |         ----------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_unsafe` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/error.rs:27:29
[INFO] [stdout]    |
[INFO] [stdout] 27 |                 use winapi::um::errhandlingapi::GetLastError;
[INFO] [stdout]    |                             ^^ could not find `um` in `winapi`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/device_list.rs:44:9
[INFO] [stdout]    |
[INFO] [stdout] 44 |         try_unsafe!(LstK_Count(self.list.inner.as_ptr(), &mut count));
[INFO] [stdout]    |         ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_unsafe` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/error.rs:27:29
[INFO] [stdout]    |
[INFO] [stdout] 27 |                   use winapi::um::errhandlingapi::GetLastError;
[INFO] [stdout]    |                               ^^ could not find `um` in `winapi`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/device_list.rs:50:9
[INFO] [stdout]    |
[INFO] [stdout] 50 | /         try_unsafe!(LstK_FindByVidPid(
[INFO] [stdout] 51 | |             self.list.inner.as_ptr(),
[INFO] [stdout] 52 | |             vid,
[INFO] [stdout] 53 | |             pid,
[INFO] [stdout] 54 | |             &mut device.0
[INFO] [stdout] 55 | |         ));
[INFO] [stdout]    | |__________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_unsafe` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]    --> src/error.rs:27:29
[INFO] [stdout]     |
[INFO] [stdout] 27  |                 use winapi::um::errhandlingapi::GetLastError;
[INFO] [stdout]     |                             ^^ could not find `um` in `winapi`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/hotplug.rs:132:9
[INFO] [stdout]     |
[INFO] [stdout] 132 |         try_unsafe!(HotK_Init(&mut self.handle, &mut self.params));
[INFO] [stdout]     |         ---------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_unsafe` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 9 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 9 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `libusbk` (lib test) due to 10 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `libusbk` (lib) due to 10 previous errors
[INFO] running `Command { std: "docker" "inspect" "a365c430e4441e15d024adb8c46bf1dc1a779f83876e10c1f5b940d1ad38cce4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a365c430e4441e15d024adb8c46bf1dc1a779f83876e10c1f5b940d1ad38cce4", kill_on_drop: false }`
[INFO] [stdout] a365c430e4441e15d024adb8c46bf1dc1a779f83876e10c1f5b940d1ad38cce4
[INFO] checking libusbk-0.1.2 against try#72eda894eb3548c7ba774079ce0afab42958d4ee for pr-121848-1
[INFO] extracting crate libusbk 0.1.2 into /workspace/builds/worker-7-tc2/source
[INFO] validating manifest of crates.io crate libusbk 0.1.2 on toolchain 72eda894eb3548c7ba774079ce0afab42958d4ee
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate libusbk 0.1.2
[INFO] finished tweaking crates.io crate libusbk 0.1.2
[INFO] tweaked toml for crates.io crate libusbk 0.1.2 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] af6fb529f60cea4a028524ee4052938782f4eb5f3cb2979e702c5027aac155be
[INFO] running `Command { std: "docker" "start" "-a" "af6fb529f60cea4a028524ee4052938782f4eb5f3cb2979e702c5027aac155be", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "af6fb529f60cea4a028524ee4052938782f4eb5f3cb2979e702c5027aac155be", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "af6fb529f60cea4a028524ee4052938782f4eb5f3cb2979e702c5027aac155be", kill_on_drop: false }`
[INFO] [stdout] af6fb529f60cea4a028524ee4052938782f4eb5f3cb2979e702c5027aac155be
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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" "RUSTDOCFLAGS=--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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 65fbd8bd0dd4ca217574a4fb3774d8c0695d5c24d1617c8cf187df70472b230e
[INFO] running `Command { std: "docker" "start" "-a" "65fbd8bd0dd4ca217574a4fb3774d8c0695d5c24d1617c8cf187df70472b230e", kill_on_drop: false }`
[INFO] [stderr]    Compiling winapi v0.3.9
[INFO] [stderr]    Compiling libusbk-sys v0.1.3
[INFO] [stderr]    Compiling thiserror-impl v1.0.58
[INFO] [stderr]     Checking thiserror v1.0.58
[INFO] [stderr]     Checking libusbk v0.1.2 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/error.rs:27:29
[INFO] [stdout]    |
[INFO] [stdout] 27 |                 use winapi::um::errhandlingapi::GetLastError;
[INFO] [stdout]    |                             ^^ could not find `um` in `winapi`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/device.rs:25:9
[INFO] [stdout]    |
[INFO] [stdout] 25 |         try_unsafe!(LibK_LoadDriverAPI(&mut dev, self.driver_id()));
[INFO] [stdout]    |         ----------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_unsafe` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/error.rs:27:29
[INFO] [stdout]    |
[INFO] [stdout] 27 |                 use winapi::um::errhandlingapi::GetLastError;
[INFO] [stdout]    |                             ^^ could not find `um` in `winapi`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/device.rs:27:9
[INFO] [stdout]    |
[INFO] [stdout] 27 |         try_unsafe!(dev.Init.unwrap()(handle.as_mut_ptr(), self.0));
[INFO] [stdout]    |         ----------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_unsafe` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/error.rs:27:29
[INFO] [stdout]    |
[INFO] [stdout] 27 |                   use winapi::um::errhandlingapi::GetLastError;
[INFO] [stdout]    |                               ^^ could not find `um` in `winapi`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/device_handle.rs:27:9
[INFO] [stdout]    |
[INFO] [stdout] 27 | /         try_unsafe!(self.dev.ClaimInterface.unwrap()(
[INFO] [stdout] 28 | |             self.handle.unwrap().as_ptr(),
[INFO] [stdout] 29 | |             num_or_index,
[INFO] [stdout] 30 | |             is_index.into()
[INFO] [stdout] 31 | |         ));
[INFO] [stdout]    | |__________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_unsafe` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/error.rs:27:29
[INFO] [stdout]    |
[INFO] [stdout] 27 |                   use winapi::um::errhandlingapi::GetLastError;
[INFO] [stdout]    |                               ^^ could not find `um` in `winapi`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/device_handle.rs:42:9
[INFO] [stdout]    |
[INFO] [stdout] 42 | /         try_unsafe!(self.dev.ReadPipe.unwrap()(
[INFO] [stdout] 43 | |             self.handle.unwrap().as_ptr(),
[INFO] [stdout] 44 | |             pipe_id,
[INFO] [stdout] 45 | |             buffer.as_mut_ptr(),
[INFO] [stdout] ...  |
[INFO] [stdout] 48 | |             std::ptr::null_mut(),
[INFO] [stdout] 49 | |         ));
[INFO] [stdout]    | |__________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_unsafe` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/error.rs:27:29
[INFO] [stdout]    |
[INFO] [stdout] 27 |                   use winapi::um::errhandlingapi::GetLastError;
[INFO] [stdout]    |                               ^^ could not find `um` in `winapi`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/device_handle.rs:56:9
[INFO] [stdout]    |
[INFO] [stdout] 56 | /         try_unsafe!(self.dev.WritePipe.unwrap()(
[INFO] [stdout] 57 | |             self.handle.unwrap().as_ptr(),
[INFO] [stdout] 58 | |             pipe_id,
[INFO] [stdout] 59 | |             ptr as *mut u8,
[INFO] [stdout] ...  |
[INFO] [stdout] 62 | |             std::ptr::null_mut()
[INFO] [stdout] 63 | |         ));
[INFO] [stdout]    | |__________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_unsafe` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/error.rs:27:29
[INFO] [stdout]    |
[INFO] [stdout] 27 |                 use winapi::um::errhandlingapi::GetLastError;
[INFO] [stdout]    |                             ^^ could not find `um` in `winapi`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/device_list.rs:31:9
[INFO] [stdout]    |
[INFO] [stdout] 31 |         try_unsafe!(LstK_Init(context.as_mut_ptr(), 0));
[INFO] [stdout]    |         ----------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_unsafe` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/error.rs:27:29
[INFO] [stdout]    |
[INFO] [stdout] 27 |                 use winapi::um::errhandlingapi::GetLastError;
[INFO] [stdout]    |                             ^^ could not find `um` in `winapi`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/device.rs:25:9
[INFO] [stdout]    |
[INFO] [stdout] 25 |         try_unsafe!(LibK_LoadDriverAPI(&mut dev, self.driver_id()));
[INFO] [stdout]    |         ----------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_unsafe` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/error.rs:27:29
[INFO] [stdout]    |
[INFO] [stdout] 27 |                 use winapi::um::errhandlingapi::GetLastError;
[INFO] [stdout]    |                             ^^ could not find `um` in `winapi`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/device_list.rs:44:9
[INFO] [stdout]    |
[INFO] [stdout] 44 |         try_unsafe!(LstK_Count(self.list.inner.as_ptr(), &mut count));
[INFO] [stdout]    |         ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_unsafe` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/error.rs:27:29
[INFO] [stdout]    |
[INFO] [stdout] 27 |                   use winapi::um::errhandlingapi::GetLastError;
[INFO] [stdout]    |                               ^^ could not find `um` in `winapi`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/device_list.rs:50:9
[INFO] [stdout]    |
[INFO] [stdout] 50 | /         try_unsafe!(LstK_FindByVidPid(
[INFO] [stdout] 51 | |             self.list.inner.as_ptr(),
[INFO] [stdout] 52 | |             vid,
[INFO] [stdout] 53 | |             pid,
[INFO] [stdout] 54 | |             &mut device.0
[INFO] [stdout] 55 | |         ));
[INFO] [stdout]    | |__________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_unsafe` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/error.rs:27:29
[INFO] [stdout]    |
[INFO] [stdout] 27 |                 use winapi::um::errhandlingapi::GetLastError;
[INFO] [stdout]    |                             ^^ could not find `um` in `winapi`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/device.rs:27:9
[INFO] [stdout]    |
[INFO] [stdout] 27 |         try_unsafe!(dev.Init.unwrap()(handle.as_mut_ptr(), self.0));
[INFO] [stdout]    |         ----------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_unsafe` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]    --> src/error.rs:27:29
[INFO] [stdout]     |
[INFO] [stdout] 27  |                 use winapi::um::errhandlingapi::GetLastError;
[INFO] [stdout]     |                             ^^ could not find `um` in `winapi`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/hotplug.rs:132:9
[INFO] [stdout]     |
[INFO] [stdout] 132 |         try_unsafe!(HotK_Init(&mut self.handle, &mut self.params));
[INFO] [stdout]     |         ---------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_unsafe` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/error.rs:27:29
[INFO] [stdout]    |
[INFO] [stdout] 27 |                   use winapi::um::errhandlingapi::GetLastError;
[INFO] [stdout]    |                               ^^ could not find `um` in `winapi`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/device_handle.rs:27:9
[INFO] [stdout]    |
[INFO] [stdout] 27 | /         try_unsafe!(self.dev.ClaimInterface.unwrap()(
[INFO] [stdout] 28 | |             self.handle.unwrap().as_ptr(),
[INFO] [stdout] 29 | |             num_or_index,
[INFO] [stdout] 30 | |             is_index.into()
[INFO] [stdout] 31 | |         ));
[INFO] [stdout]    | |__________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_unsafe` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/error.rs:27:29
[INFO] [stdout]    |
[INFO] [stdout] 27 |                   use winapi::um::errhandlingapi::GetLastError;
[INFO] [stdout]    |                               ^^ could not find `um` in `winapi`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/device_handle.rs:42:9
[INFO] [stdout]    |
[INFO] [stdout] 42 | /         try_unsafe!(self.dev.ReadPipe.unwrap()(
[INFO] [stdout] 43 | |             self.handle.unwrap().as_ptr(),
[INFO] [stdout] 44 | |             pipe_id,
[INFO] [stdout] 45 | |             buffer.as_mut_ptr(),
[INFO] [stdout] ...  |
[INFO] [stdout] 48 | |             std::ptr::null_mut(),
[INFO] [stdout] 49 | |         ));
[INFO] [stdout]    | |__________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_unsafe` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/error.rs:27:29
[INFO] [stdout]    |
[INFO] [stdout] 27 |                   use winapi::um::errhandlingapi::GetLastError;
[INFO] [stdout]    |                               ^^ could not find `um` in `winapi`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/device_handle.rs:56:9
[INFO] [stdout]    |
[INFO] [stdout] 56 | /         try_unsafe!(self.dev.WritePipe.unwrap()(
[INFO] [stdout] 57 | |             self.handle.unwrap().as_ptr(),
[INFO] [stdout] 58 | |             pipe_id,
[INFO] [stdout] 59 | |             ptr as *mut u8,
[INFO] [stdout] ...  |
[INFO] [stdout] 62 | |             std::ptr::null_mut()
[INFO] [stdout] 63 | |         ));
[INFO] [stdout]    | |__________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_unsafe` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/error.rs:27:29
[INFO] [stdout]    |
[INFO] [stdout] 27 |                 use winapi::um::errhandlingapi::GetLastError;
[INFO] [stdout]    |                             ^^ could not find `um` in `winapi`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/device_list.rs:31:9
[INFO] [stdout]    |
[INFO] [stdout] 31 |         try_unsafe!(LstK_Init(context.as_mut_ptr(), 0));
[INFO] [stdout]    |         ----------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_unsafe` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/error.rs:27:29
[INFO] [stdout]    |
[INFO] [stdout] 27 |                 use winapi::um::errhandlingapi::GetLastError;
[INFO] [stdout]    |                             ^^ could not find `um` in `winapi`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/device_list.rs:44:9
[INFO] [stdout]    |
[INFO] [stdout] 44 |         try_unsafe!(LstK_Count(self.list.inner.as_ptr(), &mut count));
[INFO] [stdout]    |         ------------------------------------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_unsafe` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]   --> src/error.rs:27:29
[INFO] [stdout]    |
[INFO] [stdout] 27 |                   use winapi::um::errhandlingapi::GetLastError;
[INFO] [stdout]    |                               ^^ could not find `um` in `winapi`
[INFO] [stdout]    |
[INFO] [stdout]   ::: src/device_list.rs:50:9
[INFO] [stdout]    |
[INFO] [stdout] 50 | /         try_unsafe!(LstK_FindByVidPid(
[INFO] [stdout] 51 | |             self.list.inner.as_ptr(),
[INFO] [stdout] 52 | |             vid,
[INFO] [stdout] 53 | |             pid,
[INFO] [stdout] 54 | |             &mut device.0
[INFO] [stdout] 55 | |         ));
[INFO] [stdout]    | |__________- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `try_unsafe` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi`
[INFO] [stdout]    --> src/error.rs:27:29
[INFO] [stdout]     |
[INFO] [stdout] 27  |                 use winapi::um::errhandlingapi::GetLastError;
[INFO] [stdout]     |                             ^^ could not find `um` in `winapi`
[INFO] [stdout]     |
[INFO] [stdout]    ::: src/hotplug.rs:132:9
[INFO] [stdout]     |
[INFO] [stdout] 132 |         try_unsafe!(HotK_Init(&mut self.handle, &mut self.params));
[INFO] [stdout]     |         ---------------------------------------------------------- in this macro invocation
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `try_unsafe` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 9 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `libusbk` (lib) due to 10 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: aborting due to 9 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0433`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `libusbk` (lib test) due to 10 previous errors
[INFO] running `Command { std: "docker" "inspect" "65fbd8bd0dd4ca217574a4fb3774d8c0695d5c24d1617c8cf187df70472b230e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "65fbd8bd0dd4ca217574a4fb3774d8c0695d5c24d1617c8cf187df70472b230e", kill_on_drop: false }`
[INFO] [stdout] 65fbd8bd0dd4ca217574a4fb3774d8c0695d5c24d1617c8cf187df70472b230e
