[INFO] fetching crate winutils-rs 0.2.2... [INFO] documenting winutils-rs-0.2.2 against 1.46.0 for beta-1.47-rustdoc-1 [INFO] extracting crate winutils-rs 0.2.2 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate winutils-rs 0.2.2 on toolchain 1.46.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.46.0" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate winutils-rs 0.2.2 [INFO] finished tweaking crates.io crate winutils-rs 0.2.2 [INFO] tweaked toml for crates.io crate winutils-rs 0.2.2 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.46.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.46.0" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+1.46.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 40bc190625c94c7a1e098c3ef6e70fad75649a3370c03a922d7a7b40acf901c8 [INFO] running `Command { std: "docker" "start" "-a" "40bc190625c94c7a1e098c3ef6e70fad75649a3370c03a922d7a7b40acf901c8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "40bc190625c94c7a1e098c3ef6e70fad75649a3370c03a922d7a7b40acf901c8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "40bc190625c94c7a1e098c3ef6e70fad75649a3370c03a922d7a7b40acf901c8", kill_on_drop: false }` [INFO] [stdout] 40bc190625c94c7a1e098c3ef6e70fad75649a3370c03a922d7a7b40acf901c8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+1.46.0" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1e7877a47e09c344aeb444fc013424c3825cebcff74e2ea4523fa55943fb1eb5 [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" "1e7877a47e09c344aeb444fc013424c3825cebcff74e2ea4523fa55943fb1eb5", kill_on_drop: false }` [INFO] [stderr] Compiling winapi v0.3.9 [INFO] [stderr] Documenting winutils-rs v0.2.2 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `winapi::um` [INFO] [stdout] --> src/utilities.rs:410:17 [INFO] [stdout] | [INFO] [stdout] 410 | use winapi::um::{securitybaseapi, winnt}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/utilities.rs:704:17 [INFO] [stdout] | [INFO] [stdout] 704 | use winapi::um::winbase::{ [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `winapi::um` [INFO] [stdout] --> src/utilities.rs:473:21 [INFO] [stdout] | [INFO] [stdout] 473 | use winapi::um::{errhandlingapi, processthreadsapi, securitybaseapi, winbase, winnt}; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/utilities.rs:43:46 [INFO] [stdout] | [INFO] [stdout] 43 | security_descriptor: Option<&mut winapi::um::minwinbase::SECURITY_ATTRIBUTES>, [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/utilities.rs:87:26 [INFO] [stdout] | [INFO] [stdout] 87 | pFilter: winapi::um::cfgmgr32::PCM_NOTIFY_FILTER, [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/utilities.rs:89:28 [INFO] [stdout] | [INFO] [stdout] 89 | pCallback: winapi::um::cfgmgr32::PCM_NOTIFY_CALLBACK, [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/utilities.rs:90:32 [INFO] [stdout] | [INFO] [stdout] 90 | pNotifyContex: winapi::um::cfgmgr32::PHCMNOTIFICATION, [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/utilities.rs:91:18 [INFO] [stdout] | [INFO] [stdout] 91 | ) -> winapi::um::cfgmgr32::CONFIGRET; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/utilities.rs:94:32 [INFO] [stdout] | [INFO] [stdout] 94 | NotifyContext: winapi::um::cfgmgr32::HCMNOTIFICATION, [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/utilities.rs:95:18 [INFO] [stdout] | [INFO] [stdout] 95 | ) -> winapi::um::cfgmgr32::CONFIGRET; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/utilities.rs:98:31 [INFO] [stdout] | [INFO] [stdout] 98 | CmReturnCode: winapi::um::cfgmgr32::CONFIGRET, [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/utilities.rs:106:21 [INFO] [stdout] | [INFO] [stdout] 106 | handle: winapi::um::cfgmgr32::HCMNOTIFICATION, [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/utilities.rs:130:25 [INFO] [stdout] | [INFO] [stdout] 130 | filter: winapi::um::cfgmgr32::PCM_NOTIFY_FILTER, [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/utilities.rs:132:27 [INFO] [stdout] | [INFO] [stdout] 132 | callback: winapi::um::cfgmgr32::PCM_NOTIFY_CALLBACK, [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/utilities.rs:183:42 [INFO] [stdout] | [INFO] [stdout] 183 | event_attributes: Option, [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/utilities.rs:312:21 [INFO] [stdout] | [INFO] [stdout] 312 | handle: winapi::shared::minwindef::HMODULE, [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/utilities.rs:351:70 [INFO] [stdout] | [INFO] [stdout] 351 | pub fn proc_address(&self, proc_name: &str) -> WinResult { [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/utilities.rs:368:47 [INFO] [stdout] | [INFO] [stdout] 368 | fn UuidCreate(guid: *mut Guid) -> winapi::shared::rpc::RPC_STATUS; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/utilities.rs:371:30 [INFO] [stdout] | [INFO] [stdout] 371 | guid_string: winapi::shared::rpcdce::RPC_WSTR, [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/utilities.rs:373:18 [INFO] [stdout] | [INFO] [stdout] 373 | ) -> winapi::shared::rpc::RPC_STATUS; [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/utilities.rs:407:18 [INFO] [stdout] | [INFO] [stdout] 407 | id: &winapi::um::winnt::LUID, [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/utilities.rs:446:24 [INFO] [stdout] | [INFO] [stdout] 446 | privilege: winapi::um::winnt::LUID, [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/utilities.rs:547:18 [INFO] [stdout] | [INFO] [stdout] 547 | ) -> winapi::shared::ntdef::HRESULT; [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/utilities.rs:592:18 [INFO] [stdout] | [INFO] [stdout] 592 | ptr: winapi::um::winnt::PVOID, [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/utilities.rs:605:24 [INFO] [stdout] | [INFO] [stdout] 605 | flags: winapi::shared::minwindef::UINT, [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/utilities.rs:606:24 [INFO] [stdout] | [INFO] [stdout] 606 | bytes: winapi::shared::basetsd::SIZE_T, [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/utilities.rs:620:34 [INFO] [stdout] | [INFO] [stdout] 620 | pub fn from_raw(ptr: winapi::um::winnt::PVOID) -> Self { [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/utilities.rs:631:49 [INFO] [stdout] | [INFO] [stdout] 631 | pub unsafe fn release(&mut self) -> winapi::um::winnt::PVOID { [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/utilities.rs:638:42 [INFO] [stdout] | [INFO] [stdout] 638 | pub fn reset(&mut self, ptr: winapi::um::winnt::PVOID) { [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/utilities.rs:703:41 [INFO] [stdout] | [INFO] [stdout] 703 | pub fn hresult_message(hresult: winapi::shared::winerror::HRESULT) -> String { [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/utilities.rs:751:35 [INFO] [stdout] | [INFO] [stdout] 751 | pub fn get(&self) -> &winapi::um::winnt::ACL { [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/utilities.rs:756:47 [INFO] [stdout] | [INFO] [stdout] 756 | pub fn get_mut(&mut self) -> &mut winapi::um::winnt::ACL { [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/utilities.rs:773:18 [INFO] [stdout] | [INFO] [stdout] 773 | ptr: winapi::um::winnt::PSECURITY_DESCRIPTOR, [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/utilities.rs:791:34 [INFO] [stdout] | [INFO] [stdout] 791 | pub fn from_raw(ptr: winapi::um::winnt::PSECURITY_DESCRIPTOR) -> Self { [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/utilities.rs:797:47 [INFO] [stdout] | [INFO] [stdout] 797 | pub fn ptr_mut(&mut self) -> *mut winapi::um::winnt::PSECURITY_DESCRIPTOR { [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/utilities.rs:802:34 [INFO] [stdout] | [INFO] [stdout] 802 | pub fn get(&self) -> winapi::um::winnt::PSECURITY_DESCRIPTOR { [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/utilities.rs:812:49 [INFO] [stdout] | [INFO] [stdout] 812 | pub unsafe fn release(&mut self) -> winapi::um::winnt::PSECURITY_DESCRIPTOR { [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/utilities.rs:819:42 [INFO] [stdout] | [INFO] [stdout] 819 | pub fn reset(&mut self, ptr: winapi::um::winnt::PSECURITY_DESCRIPTOR) { [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/utilities.rs:959:47 [INFO] [stdout] | [INFO] [stdout] 959 | pub fn add_user_dacl(&self, psid: winapi::um::winnt::PSID) -> WinResult> { [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/utilities.rs:1005:29 [INFO] [stdout] | [INFO] [stdout] 1005 | info_class: winapi::um::winnt::TOKEN_INFORMATION_CLASS, [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/utilities.rs:1006:24 [INFO] [stdout] | [INFO] [stdout] 1006 | token: winapi::um::winnt::HANDLE, [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/lib.rs:22:29 [INFO] [stdout] | [INFO] [stdout] 22 | pub type Bool = winapi::shared::minwindef::BOOL; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/lib.rs:23:32 [INFO] [stdout] | [INFO] [stdout] 23 | pub type Boolean = winapi::shared::ntdef::BOOLEAN; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/lib.rs:24:29 [INFO] [stdout] | [INFO] [stdout] 24 | pub type Byte = winapi::shared::minwindef::BYTE; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/lib.rs:25:30 [INFO] [stdout] | [INFO] [stdout] 25 | pub type ULong = winapi::shared::minwindef::ULONG; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/lib.rs:26:31 [INFO] [stdout] | [INFO] [stdout] 26 | pub type UShort = winapi::shared::minwindef::USHORT; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/lib.rs:27:29 [INFO] [stdout] | [INFO] [stdout] 27 | pub type UInt = winapi::shared::minwindef::UINT; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/lib.rs:28:33 [INFO] [stdout] | [INFO] [stdout] 28 | pub type ULongPtr = winapi::shared::basetsd::ULONG_PTR; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/lib.rs:29:30 [INFO] [stdout] | [INFO] [stdout] 29 | pub type DWord = winapi::shared::minwindef::DWORD; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/lib.rs:30:34 [INFO] [stdout] | [INFO] [stdout] 30 | pub type DWordLong = winapi::shared::ntdef::DWORDLONG; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/lib.rs:31:33 [INFO] [stdout] | [INFO] [stdout] 31 | pub type LongLong = winapi::shared::ntdef::LONGLONG; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/lib.rs:32:37 [INFO] [stdout] | [INFO] [stdout] 32 | pub type LargeInteger = winapi::shared::ntdef::LARGE_INTEGER; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/lib.rs:33:31 [INFO] [stdout] | [INFO] [stdout] 33 | pub type Handle = winapi::shared::ntdef::HANDLE; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/lib.rs:34:31 [INFO] [stdout] | [INFO] [stdout] 34 | pub type PCWStr = winapi::shared::ntdef::PCWSTR; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/lib.rs:35:32 [INFO] [stdout] | [INFO] [stdout] 35 | pub type LPCWStr = winapi::shared::ntdef::LPCWSTR; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/lib.rs:36:30 [INFO] [stdout] | [INFO] [stdout] 36 | pub type PWStr = winapi::shared::ntdef::PWSTR; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/lib.rs:37:31 [INFO] [stdout] | [INFO] [stdout] 37 | pub type LPWStr = winapi::shared::ntdef::LPWSTR; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/lib.rs:38:30 [INFO] [stdout] | [INFO] [stdout] 38 | pub type UChar = winapi::shared::ntdef::UCHAR; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/lib.rs:39:29 [INFO] [stdout] | [INFO] [stdout] 39 | pub type Void = winapi::shared::ntdef::VOID; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/lib.rs:40:30 [INFO] [stdout] | [INFO] [stdout] 40 | pub type PVoid = winapi::shared::ntdef::PVOID; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/lib.rs:41:31 [INFO] [stdout] | [INFO] [stdout] 41 | pub type LPVoid = winapi::shared::minwindef::LPVOID; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/lib.rs:42:30 [INFO] [stdout] | [INFO] [stdout] 42 | pub type WChar = winapi::shared::ntdef::WCHAR; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/lib.rs:43:29 [INFO] [stdout] | [INFO] [stdout] 43 | pub type Word = winapi::shared::minwindef::WORD; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/lib.rs:44:32 [INFO] [stdout] | [INFO] [stdout] 44 | pub type HResult = winapi::shared::ntdef::HRESULT; [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/lib.rs:46:29 [INFO] [stdout] | [INFO] [stdout] 46 | pub type Guid = winapi::shared::guiddef::GUID; [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/lib.rs:47:28 [INFO] [stdout] | [INFO] [stdout] 47 | pub type Acl = winapi::um::winnt::ACL; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/lib.rs:48:43 [INFO] [stdout] | [INFO] [stdout] 48 | pub type SecurityDescriptor = winapi::um::winnt::SECURITY_DESCRIPTOR; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/lib.rs:49:35 [INFO] [stdout] | [INFO] [stdout] 49 | pub type Overlapped = winapi::um::minwinbase::OVERLAPPED; [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Compilation failed, aborting rustdoc [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 69 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: Could not document `winutils-rs`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2018 --crate-type lib --crate-name winutils_rs src/lib.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi --document-private-items -L dependency=/opt/rustwide/target/debug/deps --extern widestring=/opt/rustwide/target/debug/deps/libwidestring-776dbb8842a01c24.rmeta --extern winapi=/opt/rustwide/target/debug/deps/libwinapi-74ec8a4b32eac9c8.rmeta --cap-lints=warn` (exit code: 1) [INFO] running `Command { std: "docker" "inspect" "1e7877a47e09c344aeb444fc013424c3825cebcff74e2ea4523fa55943fb1eb5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1e7877a47e09c344aeb444fc013424c3825cebcff74e2ea4523fa55943fb1eb5", kill_on_drop: false }` [INFO] [stdout] 1e7877a47e09c344aeb444fc013424c3825cebcff74e2ea4523fa55943fb1eb5