[INFO] fetching crate mcom 0.1.2... [INFO] documenting mcom-0.1.2 against 1.61.0 for beta-1.62-rustdoc-1 [INFO] extracting crate mcom 0.1.2 into /workspace/builds/worker-29/source [INFO] validating manifest of crates.io crate mcom 0.1.2 on toolchain 1.61.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate mcom 0.1.2 [INFO] removed 0 missing examples [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate mcom 0.1.2 [INFO] tweaked toml for crates.io crate mcom 0.1.2 written to /workspace/builds/worker-29/source/Cargo.toml [INFO] crate crates.io crate mcom 0.1.2 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.61.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded syn v1.0.48 [INFO] [stderr] Downloaded com_macros_support v0.3.0 [INFO] [stderr] Downloaded com_macros v0.3.0 [INFO] [stderr] Downloaded com v0.3.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ecd43233910fd7c80e91703de2ae78c76f09104c5a8d1f93729f800e82e2a4a2 [INFO] running `Command { std: "docker" "start" "-a" "ecd43233910fd7c80e91703de2ae78c76f09104c5a8d1f93729f800e82e2a4a2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ecd43233910fd7c80e91703de2ae78c76f09104c5a8d1f93729f800e82e2a4a2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ecd43233910fd7c80e91703de2ae78c76f09104c5a8d1f93729f800e82e2a4a2", kill_on_drop: false }` [INFO] [stdout] ecd43233910fd7c80e91703de2ae78c76f09104c5a8d1f93729f800e82e2a4a2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-29/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+1.61.0" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0720f31ca04ef5f7f0effafe9e756da2960c73f1c3f1e28e54619e1211c5e11b [INFO] running `Command { std: "docker" "start" "-a" "0720f31ca04ef5f7f0effafe9e756da2960c73f1c3f1e28e54619e1211c5e11b", kill_on_drop: false }` [INFO] [stderr] Compiling mcom v0.1.2 (/opt/rustwide/workdir) [INFO] [stderr] Documenting mcom v0.1.2 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/interface.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use winapi::um::unknwnbase::IUnknown; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `winapi` [INFO] [stdout] --> src/interface.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use winapi::Interface; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/agile.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use winapi::um::combaseapi::{AGILEREFERENCE_DEFAULT, AGILEREFERENCE_DELAYEDMARSHAL, AgileReferenceOptions, RoGetAgileReference}; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/agile.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use winapi::um::objidlbase::IAgileReference; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `winapi` [INFO] [stdout] --> src/agile.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::Interface; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/git.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use winapi::shared::winerror::SUCCEEDED; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/git.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use winapi::um::cguid::CLSID_StdGlobalInterfaceTable; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/git.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use winapi::um::objidlbase::IGlobalInterfaceTable; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/rc.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::shared::winerror::*; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/errors.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::shared::winerror::{HRESULT, SUCCEEDED}; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/init.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use winapi::ctypes::c_void; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/init.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use winapi::shared::winerror::{S_OK, S_FALSE}; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/init.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use winapi::um::combaseapi::{CoInitializeEx, CoUninitialize, CoIncrementMTAUsage, CoDecrementMTAUsage, CO_MTA_USAGE_COOKIE}; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/init.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use winapi::um::objbase::{COINIT, COINIT_APARTMENTTHREADED, COINIT_MULTITHREADED, COINIT_DISABLE_OLE1DDE, COINIT_SPEED_OVER_MEMORY}; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `winapi` [INFO] [stdout] --> src/git.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | use winapi::Interface; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/rc.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use winapi::shared::guiddef::GUID; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/rc.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use winapi::shared::wtypesbase::{CLSCTX, CLSCTX_INPROC_SERVER}; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/rc.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use winapi::um::combaseapi::{CoCreateInstance, CoCreateInstanceFromApp}; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/rc.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | use winapi::um::objidlbase::MULTI_QI; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/rc.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use winapi::um::unknwnbase::IUnknown; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved imports `winapi`, `winapi::shared::guiddef::GUID`, `winapi::shared::wtypesbase::CLSCTX`, `winapi::shared::wtypesbase::CLSCTX_INPROC_SERVER`, `winapi::um::combaseapi::CoCreateInstance`, `winapi::um::combaseapi::CoCreateInstanceFromApp`, `winapi::um::objidlbase::MULTI_QI`, `winapi::um::unknwnbase::IUnknown` [INFO] [stdout] --> src/rc.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use winapi::{Interface}; [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] 5 | use winapi::shared::winerror::*; [INFO] [stdout] 6 | use winapi::shared::guiddef::GUID; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 7 | use winapi::shared::wtypesbase::{CLSCTX, CLSCTX_INPROC_SERVER}; [INFO] [stdout] | ^^^^^^ ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 8 | use winapi::um::combaseapi::{CoCreateInstance, CoCreateInstanceFromApp}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^ ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 9 | use winapi::um::objidlbase::MULTI_QI; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 10 | use winapi::um::unknwnbase::IUnknown; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IAgileReference` in this scope [INFO] [stdout] --> src/agile.rs:21:20 [INFO] [stdout] | [INFO] [stdout] 20 | pub struct Agile { [INFO] [stdout] | - help: you might be missing a type parameter: `, IAgileReference` [INFO] [stdout] 21 | agile: Rc, [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `AGILEREFERENCE_DEFAULT` in this scope [INFO] [stdout] --> src/agile.rs:123:71 [INFO] [stdout] | [INFO] [stdout] 123 | pub const DEFAULT : ReferenceOptions = ReferenceOptions(AGILEREFERENCE_DEFAULT); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `AGILEREFERENCE_DELAYEDMARSHAL` in this scope [INFO] [stdout] --> src/agile.rs:124:71 [INFO] [stdout] | [INFO] [stdout] 124 | pub const DELAYED_MARSHAL : ReferenceOptions = ReferenceOptions(AGILEREFERENCE_DELAYEDMARSHAL); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `AgileReferenceOptions` in this scope [INFO] [stdout] --> src/agile.rs:141:33 [INFO] [stdout] | [INFO] [stdout] 120 | pub struct ReferenceOptions(u32); [INFO] [stdout] | --------------------------------- similarly named struct `ReferenceOptions` defined here [INFO] [stdout] ... [INFO] [stdout] 141 | impl From for AgileReferenceOptions { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `ReferenceOptions` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IGlobalInterfaceTable` in this scope [INFO] [stdout] --> src/git.rs:104:27 [INFO] [stdout] | [INFO] [stdout] 104 | static GIT : mcom::Rc = create_thread_git(); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IGlobalInterfaceTable` in this scope [INFO] [stdout] --> src/git.rs:107:36 [INFO] [stdout] | [INFO] [stdout] 107 | fn create_thread_git() -> mcom::Rc { [INFO] [stdout] | - ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | | [INFO] [stdout] | help: you might be missing a type parameter: `` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `GUID` in this scope [INFO] [stdout] --> src/rc.rs:155:36 [INFO] [stdout] | [INFO] [stdout] 155 | pub unsafe fn co_create(clsid: GUID, outer: Option<&Rc>) -> Result { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknown` in this scope [INFO] [stdout] --> src/rc.rs:155:60 [INFO] [stdout] | [INFO] [stdout] 155 | pub unsafe fn co_create(clsid: GUID, outer: Option<&Rc>) -> Result { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/interface.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | pub unsafe trait AsIUnknown { [INFO] [stdout] | --------------------------- similarly named trait `AsIUnknown` defined here [INFO] [stdout] | [INFO] [stdout] help: a trait with a similar name exists [INFO] [stdout] | [INFO] [stdout] 155 | pub unsafe fn co_create(clsid: GUID, outer: Option<&Rc>) -> Result { [INFO] [stdout] | ~~~~~~~~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 21 | impl Rc { [INFO] [stdout] | ++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `GUID` in this scope [INFO] [stdout] --> src/rc.rs:160:37 [INFO] [stdout] | [INFO] [stdout] 160 | unsafe fn co_create_impl(clsid: GUID, outer: Option<&Rc>) -> Result { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknown` in this scope [INFO] [stdout] --> src/rc.rs:160:61 [INFO] [stdout] | [INFO] [stdout] 160 | unsafe fn co_create_impl(clsid: GUID, outer: Option<&Rc>) -> Result { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/interface.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | pub unsafe trait AsIUnknown { [INFO] [stdout] | --------------------------- similarly named trait `AsIUnknown` defined here [INFO] [stdout] | [INFO] [stdout] help: a trait with a similar name exists [INFO] [stdout] | [INFO] [stdout] 160 | unsafe fn co_create_impl(clsid: GUID, outer: Option<&Rc>) -> Result { [INFO] [stdout] | ~~~~~~~~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 21 | impl Rc { [INFO] [stdout] | ++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `GUID` in this scope [INFO] [stdout] --> src/rc.rs:171:41 [INFO] [stdout] | [INFO] [stdout] 171 | unsafe fn co_create_instance(clsid: GUID, outer: Option<&Rc>, clsctx: CLSCTX) -> Result { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknown` in this scope [INFO] [stdout] --> src/rc.rs:171:65 [INFO] [stdout] | [INFO] [stdout] 171 | unsafe fn co_create_instance(clsid: GUID, outer: Option<&Rc>, clsctx: CLSCTX) -> Result { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/interface.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | pub unsafe trait AsIUnknown { [INFO] [stdout] | --------------------------- similarly named trait `AsIUnknown` defined here [INFO] [stdout] | [INFO] [stdout] help: a trait with a similar name exists [INFO] [stdout] | [INFO] [stdout] 171 | unsafe fn co_create_instance(clsid: GUID, outer: Option<&Rc>, clsctx: CLSCTX) -> Result { [INFO] [stdout] | ~~~~~~~~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 21 | impl Rc { [INFO] [stdout] | ++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `CLSCTX` in this scope [INFO] [stdout] --> src/rc.rs:171:85 [INFO] [stdout] | [INFO] [stdout] 171 | unsafe fn co_create_instance(clsid: GUID, outer: Option<&Rc>, clsctx: CLSCTX) -> Result { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `GUID` in this scope [INFO] [stdout] --> src/rc.rs:183:50 [INFO] [stdout] | [INFO] [stdout] 183 | unsafe fn co_create_instance_from_app(clsid: GUID, outer: Option<&Rc>, clsctx: CLSCTX, reserved: ()) -> Result src/rc.rs:183:74 [INFO] [stdout] | [INFO] [stdout] 183 | unsafe fn co_create_instance_from_app(clsid: GUID, outer: Option<&Rc>, clsctx: CLSCTX, reserved: ()) -> Result>, clsctx: CLSCTX, reserved: ()) -> Result { [INFO] [stdout] | ~~~~~~~~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 21 | impl Rc { [INFO] [stdout] | ++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `CLSCTX` in this scope [INFO] [stdout] --> src/rc.rs:183:94 [INFO] [stdout] | [INFO] [stdout] 183 | unsafe fn co_create_instance_from_app(clsid: GUID, outer: Option<&Rc>, clsctx: CLSCTX, reserved: ()) -> Result src/rc.rs:305:46 [INFO] [stdout] | [INFO] [stdout] 305 | unsafe fn co_create_instance_from_app(clsid: GUID, outer: Option<&Rc>, clsctx: CLSCTX, _reserved: (), out: &mut [MULTI_QI]) -> ... [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] thread 'rustc' panicked at 'internal error: entered unreachable code', compiler/rustc_resolve/src/lib.rs:3293:67 [INFO] [stdout] error[E0412]: cannot find type `IUnknown` in this scope [INFO] [stdout] --> src/rc.rs:305:70 [INFO] [stdout] | [INFO] [stdout] 305 | unsafe fn co_create_instance_from_app(clsid: GUID, outer: Option<&Rc>, clsctx: CLSCTX, _reserved: (), out: &mut [MULTI_QI]) -> ... [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] ::: src/interface.rs:9:1 [INFO] [stdout] | [INFO] [stdout] 9 | pub unsafe trait AsIUnknown { [INFO] [stdout] | --------------------------- similarly named trait `AsIUnknown` defined here [INFO] [stdout] | [INFO] [stdout] help: a trait with a similar name exists [INFO] [stdout] | [INFO] [stdout] 305 | unsafe fn co_create_instance_from_app(clsid: GUID, outer: Option<&Rc>, clsctx: CLSCTX, _reserved: (), out: &mut [MULTI_QI]) -> Result<(), MethodHResult> { [INFO] [stdout] | ~~~~~~~~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 305 | unsafe fn co_create_instance_from_app(clsid: GUID, outer: Option<&Rc>, clsctx: CLSCTX, _reserved: (), out: &mut [MULTI_QI]) -> Result<(), MethodHResult> { [INFO] [stdout] | ++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] stack backtrace: [INFO] [stdout] error[E0412]: cannot find type `CLSCTX` in this scope [INFO] [stdout] --> src/rc.rs:305:90 [INFO] [stdout] | [INFO] [stdout] 305 | unsafe fn co_create_instance_from_app(clsid: GUID, outer: Option<&Rc>, clsctx: CLSCTX, _reserved: (), out: &mut [MULTI_QI]) -> ... [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MULTI_QI` in this scope [INFO] [stdout] --> src/rc.rs:305:124 [INFO] [stdout] | [INFO] [stdout] 305 | ...known>>, clsctx: CLSCTX, _reserved: (), out: &mut [MULTI_QI]) -> Result<(), MethodHResult> { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HRESULT` in this scope [INFO] [stdout] --> src/errors.rs:11:62 [INFO] [stdout] | [INFO] [stdout] 11 | pub struct MethodHResult(pub(crate) &'static str, pub(crate) HRESULT); [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HRESULT` in this scope [INFO] [stdout] --> src/errors.rs:15:44 [INFO] [stdout] | [INFO] [stdout] 15 | pub fn check(method: &'static str, hr: HRESULT) -> Result<(), Self> { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HRESULT` in this scope [INFO] [stdout] --> src/errors.rs:24:30 [INFO] [stdout] | [INFO] [stdout] 24 | pub fn hresult(&self) -> HRESULT { self.1 } [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `c_void` in this scope [INFO] [stdout] --> src/init.rs:96:44 [INFO] [stdout] | [INFO] [stdout] 96 | pub struct CoInitializeExReserved<'p>(*mut c_void, PhantomData<&'p ()>); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 5 | use core::ffi::c_void; [INFO] [stdout] | [INFO] [stdout] 5 | use std::ffi::c_void; [INFO] [stdout] | [INFO] [stdout] 5 | use std::os::raw::c_void; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `COINIT` in this scope [INFO] [stdout] --> src/init.rs:111:19 [INFO] [stdout] | [INFO] [stdout] 111 | pub struct CoInit(COINIT); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `COINIT_APARTMENTTHREADED` in this scope [INFO] [stdout] --> src/init.rs:118:55 [INFO] [stdout] | [INFO] [stdout] 118 | pub const APARTMENT_THREADED : CoInit = CoInit(COINIT_APARTMENTTHREADED); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `COINIT_MULTITHREADED` in this scope [INFO] [stdout] --> src/init.rs:121:55 [INFO] [stdout] | [INFO] [stdout] 121 | pub const MULTI_THREADED : CoInit = CoInit(COINIT_MULTITHREADED); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `COINIT` in this scope [INFO] [stdout] --> src/init.rs:148:23 [INFO] [stdout] | [INFO] [stdout] 111 | pub struct CoInit(COINIT); [INFO] [stdout] | -------------------------- similarly named struct `CoInit` defined here [INFO] [stdout] ... [INFO] [stdout] 148 | pub struct CoInitFlag(COINIT); [INFO] [stdout] | ^^^^^^ help: a struct with a similar name exists: `CoInit` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `COINIT_DISABLE_OLE1DDE` in this scope [INFO] [stdout] --> src/init.rs:152:63 [INFO] [stdout] | [INFO] [stdout] 152 | pub const DISABLE_OLE1DDE : CoInitFlag = CoInitFlag(COINIT_DISABLE_OLE1DDE); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `COINIT_SPEED_OVER_MEMORY` in this scope [INFO] [stdout] --> src/init.rs:155:63 [INFO] [stdout] | [INFO] [stdout] 155 | pub const SPEED_OVER_MEMORY : CoInitFlag = CoInitFlag(COINIT_SPEED_OVER_MEMORY); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `CO_MTA_USAGE_COOKIE` in this scope [INFO] [stdout] --> src/init.rs:170:26 [INFO] [stdout] | [INFO] [stdout] 170 | pub struct MTAUsageScope(CO_MTA_USAGE_COOKIE); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknown` in this scope [INFO] [stdout] --> src/interface.rs:10:31 [INFO] [stdout] | [INFO] [stdout] 10 | fn as_iunknown(&self) -> &IUnknown; [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknown` in this scope [INFO] [stdout] --> src/interface.rs:12:39 [INFO] [stdout] | [INFO] [stdout] 12 | fn as_iunknown_ptr(&self) -> *mut IUnknown { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IUnknown` in this scope [INFO] [stdout] --> src/interface.rs:18:31 [INFO] [stdout] | [INFO] [stdout] 9 | pub unsafe trait AsIUnknown { [INFO] [stdout] | --------------------------- similarly named trait `AsIUnknown` defined here [INFO] [stdout] ... [INFO] [stdout] 18 | fn as_iunknown(&self) -> &IUnknown { [INFO] [stdout] | ^^^^^^^^ help: a trait with a similar name exists: `AsIUnknown` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] 0: 0x7f58b70341cd - std::backtrace_rs::backtrace::libunwind::trace::h22893a5306c091b4 [INFO] [stderr] at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/../../backtrace/src/backtrace/libunwind.rs:93:5 [INFO] [stderr] 1: 0x7f58b70341cd - std::backtrace_rs::backtrace::trace_unsynchronized::h29c3bc6f9e91819d [INFO] [stderr] at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 2: 0x7f58b70341cd - std::sys_common::backtrace::_print_fmt::he497d8a0ec903793 [INFO] [stderr] at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:66:5 [INFO] [stderr] 3: 0x7f58b70341cd - ::fmt::h9c2a9d2774d81873 [INFO] [stderr] at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:45:22 [INFO] [stderr] 4: 0x7f58b708e01c - core::fmt::write::hba4337c43d992f49 [INFO] [stderr] at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/core/src/fmt/mod.rs:1194:17 [INFO] [stderr] 5: 0x7f58b70257c1 - std::io::Write::write_fmt::heb73de6e02cfabed [INFO] [stderr] at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/io/mod.rs:1655:15 [INFO] [stderr] 6: 0x7f58b70372b5 - std::sys_common::backtrace::_print::h63c8b24acdd8e8ce [INFO] [stderr] at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:48:5 [INFO] [stderr] 7: 0x7f58b70372b5 - std::sys_common::backtrace::print::h426700d6240cdcc2 [INFO] [stderr] at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:35:9 [INFO] [stderr] 8: 0x7f58b70372b5 - std::panicking::default_hook::{{closure}}::hc9a76eed0b18f82b [INFO] [stderr] at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:295:22 [INFO] [stderr] 9: 0x7f58b7036f69 - std::panicking::default_hook::h2e88d02087fae196 [INFO] [stderr] at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:314:9 [INFO] [stderr] 10: 0x7f58b77b41d1 - rustc_driver[413d55b6344850e3]::DEFAULT_HOOK::{closure#0}::{closure#0} [INFO] [stderr] 11: 0x7f58b7037a00 - std::panicking::rust_panic_with_hook::habfdcc2e90f9fd4c [INFO] [stderr] at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:702:17 [INFO] [stderr] 12: 0x7f58b70377f9 - std::panicking::begin_panic_handler::{{closure}}::he054b2a83a51d2cd [INFO] [stderr] at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:586:13 [INFO] [stderr] 13: 0x7f58b7034684 - std::sys_common::backtrace::__rust_end_short_backtrace::ha48b94ab49b30915 [INFO] [stderr] at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys_common/backtrace.rs:138:18 [INFO] [stderr] 14: 0x7f58b7037569 - rust_begin_unwind [INFO] [stderr] at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/panicking.rs:584:5 [INFO] [stderr] 15: 0x7f58b6ffb6b3 - core::panicking::panic_fmt::h366d3a309ae17c94 [INFO] [stderr] at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/core/src/panicking.rs:143:14 [INFO] [stderr] 16: 0x7f58b6ffb57d - core::panicking::panic::h8705e81f284be8a5 [INFO] [stderr] at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/core/src/panicking.rs:48:5 [INFO] [stderr] 17: 0x7f58b7bfe203 - ::resolve_rustdoc_path [INFO] [stderr] 18: 0x55d478ef5804 - ::load_links_in_attrs [INFO] [stderr] 19: 0x55d478edbce3 - rustc_ast[f1ba8e19ab33c411]::visit::walk_item:: [INFO] [stderr] 20: 0x55d478edb67b - rustc_ast[f1ba8e19ab33c411]::visit::walk_item:: [INFO] [stderr] 21: 0x55d478ef5d47 - ::visit_item [INFO] [stderr] 22: 0x55d478ef398a - rustdoc[2368e8ab35c11ae8]::passes::collect_intra_doc_links::early::early_resolve_intra_doc_links [INFO] [stderr] 23: 0x55d47908e1d1 - rustc_interface[550884b2b179878f]::interface::create_compiler_and_run::, rustdoc[2368e8ab35c11ae8]::main_options::{closure#0}> [INFO] [stderr] 24: 0x55d478f007d3 - rustdoc[2368e8ab35c11ae8]::main_options [INFO] [stderr] 25: 0x55d478f13d2b - >::set::> [INFO] [stderr] 26: 0x55d47905d93f - std[3b302b3c9093c22]::sys_common::backtrace::__rust_begin_short_backtrace::>::{closure#0}, core[a3420257622cd381]::result::Result<(), rustc_errors[a7dbbf867eaca825]::ErrorGuaranteed>> [INFO] [stderr] 27: 0x55d47914c869 - <::spawn_unchecked_>::{closure#0}, core[a3420257622cd381]::result::Result<(), rustc_errors[a7dbbf867eaca825]::ErrorGuaranteed>>::{closure#1} as core[a3420257622cd381]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0} [INFO] [stderr] 28: 0x7f58b7041bf3 - as core::ops::function::FnOnce>::call_once::ha99802c2c52ada61 [INFO] [stderr] at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/alloc/src/boxed.rs:1861:9 [INFO] [stderr] 29: 0x7f58b7041bf3 - as core::ops::function::FnOnce>::call_once::ha39aea1c57e28a15 [INFO] [stderr] at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/alloc/src/boxed.rs:1861:9 [INFO] [stderr] 30: 0x7f58b7041bf3 - std::sys::unix::thread::Thread::new::thread_start::h9f8e3d72b1f7662f [INFO] [stderr] at /rustc/fe5b13d681f25ee6474be29d748c65adcd91f69e/library/std/src/sys/unix/thread.rs:108:17 [INFO] [stderr] 31: 0x7f58b6f54609 - start_thread [INFO] [stderr] 32: 0x7f58b6cfd163 - clone [INFO] [stderr] 33: 0x0 - [INFO] [stderr] [INFO] [stderr] error: internal compiler error: unexpected panic [INFO] [stderr] [INFO] [stderr] note: the compiler unexpectedly panicked. this is a bug. [INFO] [stderr] [INFO] [stderr] note: we would appreciate a bug report: https://github.com/rust-lang/rust/issues/new?labels=C-bug%2C+I-ICE%2C+T-compiler&template=ice.md [INFO] [stderr] [INFO] [stderr] note: rustc 1.61.0 (fe5b13d68 2022-05-18) running on x86_64-unknown-linux-gnu [INFO] [stderr] [INFO] [stderr] note: compiler flags: --crate-type lib [INFO] [stderr] [INFO] [stderr] note: some of the compiler flags provided by cargo are hidden [INFO] [stderr] [INFO] [stderr] query stack during panic: [INFO] [stderr] end of query stack [INFO] [stdout] error: aborting due to 55 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0425, E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: could not document `mcom` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2018 --crate-type lib --crate-name mcom src/_lib.rs -o /opt/rustwide/target/doc --cfg 'feature="default"' --cfg 'feature="winapi-family-all"' --cfg 'feature="winapi-family-desktop-app"' --cfg 'feature="winapi-family-games"' --cfg 'feature="winapi-family-pc-app"' --cfg 'feature="winapi-family-phone-app"' --cfg 'feature="winapi-family-server"' --cfg 'feature="winapi-family-system"' --cfg 'feature="windows-10"' --cfg 'feature="windows-2000"' --cfg 'feature="windows-7"' --cfg 'feature="windows-8"' --cfg 'feature="windows-8-1"' --cfg 'feature="windows-latest"' --cfg 'feature="windows-vista"' --cfg 'feature="windows-xp"' --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --document-private-items -C metadata=55e6566ed32ba549 -L dependency=/opt/rustwide/target/debug/deps --cap-lints=warn --crate-version 0.1.2 --cfg 'windows="2000"' --cfg 'windows="xp"' --cfg 'windows="vista"' --cfg 'windows="7"' --cfg 'windows="7.0"' --cfg 'windows="8"' --cfg 'windows="8.0"' --cfg 'windows="8.1"' --cfg 'windows="10"' --cfg 'windows="10.0"' --cfg 'partition="desktop"' --cfg 'partition="app"' --cfg 'partition="pc-app"' --cfg 'partition="app"' --cfg 'partition="pc-app"' --cfg 'partition="app"' --cfg 'partition="phone-app"' --cfg 'partition="system"' --cfg 'partition="system"' --cfg 'partition="server"' --cfg 'partition="games"'` (exit status: 101) [INFO] running `Command { std: "docker" "inspect" "0720f31ca04ef5f7f0effafe9e756da2960c73f1c3f1e28e54619e1211c5e11b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0720f31ca04ef5f7f0effafe9e756da2960c73f1c3f1e28e54619e1211c5e11b", kill_on_drop: false }` [INFO] [stdout] 0720f31ca04ef5f7f0effafe9e756da2960c73f1c3f1e28e54619e1211c5e11b