[INFO] fetching crate faithe 0.8.0... [INFO] documenting faithe-0.8.0 against 1.61.0 for beta-1.62-rustdoc-1 [INFO] extracting crate faithe 0.8.0 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate faithe 0.8.0 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 faithe 0.8.0 [INFO] finished tweaking crates.io crate faithe 0.8.0 [INFO] tweaked toml for crates.io crate faithe 0.8.0 written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate crates.io crate faithe 0.8.0 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 obfstr v0.3.0 [INFO] [stderr] Downloaded iced-x86 v1.17.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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] d598687cdc15d40d929b1cafc10bd21477d6fd189466770be0dba5eeee260c69 [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" "d598687cdc15d40d929b1cafc10bd21477d6fd189466770be0dba5eeee260c69", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d598687cdc15d40d929b1cafc10bd21477d6fd189466770be0dba5eeee260c69", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d598687cdc15d40d929b1cafc10bd21477d6fd189466770be0dba5eeee260c69", kill_on_drop: false }` [INFO] [stdout] d598687cdc15d40d929b1cafc10bd21477d6fd189466770be0dba5eeee260c69 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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] 68c22bf940b2f4f4a4b222c099fcc7ede8616634c03c8ec0f387bd2a59e37a74 [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" "68c22bf940b2f4f4a4b222c099fcc7ede8616634c03c8ec0f387bd2a59e37a74", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.36 [INFO] [stderr] Compiling syn v1.0.84 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling libc v0.2.119 [INFO] [stderr] Compiling obfstr v0.3.0 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Checking bitflags v1.3.2 [INFO] [stderr] Checking iced-x86 v1.17.0 [INFO] [stderr] Compiling memoffset v0.6.5 [INFO] [stderr] Compiling quote v1.0.14 [INFO] [stderr] Compiling thiserror-impl v1.0.30 [INFO] [stderr] Checking thiserror v1.0.30 [INFO] [stderr] Documenting faithe v0.8.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windows` [INFO] [stdout] --> src/internal/thread.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use windows::Win32::System::Threading::{CreateThread, THREAD_CREATION_FLAGS}; [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `windows` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windows` [INFO] [stdout] --> src/internal/process.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use windows::{Win32::{ [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `windows` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windows` [INFO] [stdout] --> src/module/pat.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use windows::Win32::System::Threading::PROCESS_VM_READ; [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `windows` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windows` [INFO] [stdout] --> src/process/proc.rs:14:5 [INFO] [stdout] | [INFO] [stdout] 14 | use windows::Win32::{ [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `windows` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windows` [INFO] [stdout] --> src/internal/memory.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use windows::Win32::System::Memory::{ [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `windows` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windows` [INFO] [stdout] --> src/internal/module.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use windows::{Win32::{ [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `windows` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windows` [INFO] [stdout] --> src/module/iter.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use windows::Win32::{ [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `windows` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windows` [INFO] [stdout] --> src/process/iter.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use windows::Win32::{ [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `windows` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::memory::MemoryBasicInformation` [INFO] [stdout] --> src/internal/memory.rs:2:14 [INFO] [stdout] | [INFO] [stdout] 2 | memory::{MemoryBasicInformation, MemoryProtection}, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ no `MemoryBasicInformation` in `memory` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windows` [INFO] [stdout] --> src/thread/mod.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use windows::Win32::{ [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `windows` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windows` [INFO] [stdout] --> src/thread/mod.rs:12:9 [INFO] [stdout] | [INFO] [stdout] 12 | pub use windows::Win32::System::Diagnostics::Debug::CONTEXT; [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `windows` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windows` [INFO] [stdout] --> src/thread/iter.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use windows::Win32::{ [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `windows` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windows` [INFO] [stdout] --> src/internal/memory.rs:18:9 [INFO] [stdout] | [INFO] [stdout] 18 | use windows::Win32::System::Memory::VirtualProtect; [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `windows` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windows` [INFO] [stdout] --> src/types/winapi.rs:1:9 [INFO] [stdout] | [INFO] [stdout] 1 | pub use windows::Win32::Foundation::{HANDLE, HINSTANCE, HWND}; [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `windows` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windows` [INFO] [stdout] --> src/types/winapi.rs:5:13 [INFO] [stdout] | [INFO] [stdout] 5 | pub use windows::Win32::UI::WindowsAndMessaging::{ [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `windows` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windows` [INFO] [stdout] --> src/types/winapi.rs:20:13 [INFO] [stdout] | [INFO] [stdout] 20 | pub use windows::Win32::System::Threading::{ [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `windows` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windows` [INFO] [stdout] --> src/types/winapi.rs:33:13 [INFO] [stdout] | [INFO] [stdout] 33 | pub use windows::Win32::System::Memory::{ [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `windows` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windows` [INFO] [stdout] --> src/types/winapi.rs:49:13 [INFO] [stdout] | [INFO] [stdout] 49 | pub use windows::Win32::System::Memory::{ [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `windows` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windows` [INFO] [stdout] --> src/types/winapi.rs:57:13 [INFO] [stdout] | [INFO] [stdout] 57 | pub use windows::Win32::System::Memory::{MEM_DECOMMIT, MEM_RELEASE, VIRTUAL_FREE_TYPE}; [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `windows` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windows` [INFO] [stdout] --> src/types/winapi.rs:62:13 [INFO] [stdout] | [INFO] [stdout] 62 | pub use windows::Win32::System::Memory::{MEM_IMAGE, MEM_MAPPED, MEM_PRIVATE, PAGE_TYPE}; [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `windows` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `crate::memory::MemoryBasicInformation` [INFO] [stdout] --> src/process/proc.rs:3:14 [INFO] [stdout] | [INFO] [stdout] 3 | memory::{MemoryBasicInformation, MemoryProtection}, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ no `MemoryBasicInformation` in `memory` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `windows` [INFO] [stdout] --> src/error.rs:7:15 [INFO] [stdout] | [INFO] [stdout] 7 | ErrorCode(windows::Win32::Foundation::WIN32_ERROR), [INFO] [stdout] | ^^^^^^^ use of undeclared crate or module `windows` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `VIRTUAL_ALLOCATION_TYPE` in this scope [INFO] [stdout] --> src/internal/memory.rs:41:22 [INFO] [stdout] | [INFO] [stdout] 41 | allocation_type: VIRTUAL_ALLOCATION_TYPE, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `VIRTUAL_FREE_TYPE` in this scope [INFO] [stdout] --> src/internal/memory.rs:65:16 [INFO] [stdout] | [INFO] [stdout] 65 | free_type: VIRTUAL_FREE_TYPE [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HANDLE` in this scope [INFO] [stdout] --> src/internal/process.rs:14:33 [INFO] [stdout] | [INFO] [stdout] 14 | pub fn get_current_process() -> HANDLE { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in this scope [INFO] [stdout] --> src/internal/process.rs:43:18 [INFO] [stdout] | [INFO] [stdout] 42 | pub fn message_box( [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 43 | hwnd: Option, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MESSAGEBOX_STYLE` in this scope [INFO] [stdout] --> src/internal/process.rs:46:12 [INFO] [stdout] | [INFO] [stdout] 46 | style: MESSAGEBOX_STYLE, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MODULEINFO` in this scope [INFO] [stdout] --> src/internal/module.rs:19:11 [INFO] [stdout] | [INFO] [stdout] 10 | pub struct ModuleInfo { [INFO] [stdout] | --------------------- similarly named struct `ModuleInfo` defined here [INFO] [stdout] ... [INFO] [stdout] 19 | impl From for ModuleInfo { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 19 | impl From for ModuleInfo { [INFO] [stdout] | ~~~~~~~~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 19 | impl From for ModuleInfo { [INFO] [stdout] | ++++++++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MODULEINFO` in this scope [INFO] [stdout] --> src/internal/module.rs:20:17 [INFO] [stdout] | [INFO] [stdout] 10 | pub struct ModuleInfo { [INFO] [stdout] | --------------------- similarly named struct `ModuleInfo` defined here [INFO] [stdout] ... [INFO] [stdout] 20 | fn from(mi: MODULEINFO) -> Self { [INFO] [stdout] | ^^^^^^^^^^ help: a struct with a similar name exists: `ModuleInfo` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HINSTANCE` in this scope [INFO] [stdout] --> src/module/iter.rs:21:19 [INFO] [stdout] | [INFO] [stdout] 21 | pub h_module: HINSTANCE, [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MODULEENTRY32W` in this scope [INFO] [stdout] --> src/module/iter.rs:28:11 [INFO] [stdout] | [INFO] [stdout] 28 | impl From for ModuleEntry { [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 `MODULEENTRY32W` in this scope [INFO] [stdout] --> src/module/iter.rs:29:17 [INFO] [stdout] | [INFO] [stdout] 29 | fn from(me: MODULEENTRY32W) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HANDLE` in this scope [INFO] [stdout] --> src/module/iter.rs:47:11 [INFO] [stdout] | [INFO] [stdout] 47 | snap: HANDLE, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MODULEENTRY32W` in this scope [INFO] [stdout] --> src/module/iter.rs:48:12 [INFO] [stdout] | [INFO] [stdout] 48 | entry: MODULEENTRY32W, [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PROCESS_ACCESS_RIGHTS` in this scope [INFO] [stdout] --> src/process/iter.rs:48:25 [INFO] [stdout] | [INFO] [stdout] 48 | desired_access: PROCESS_ACCESS_RIGHTS, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PROCESSENTRY32W` in this scope [INFO] [stdout] --> src/process/iter.rs:54:11 [INFO] [stdout] | [INFO] [stdout] 54 | impl From for ProcessEntry { [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 `PROCESSENTRY32W` in this scope [INFO] [stdout] --> src/process/iter.rs:55:17 [INFO] [stdout] | [INFO] [stdout] 55 | fn from(pe: PROCESSENTRY32W) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HANDLE` in this scope [INFO] [stdout] --> src/process/iter.rs:70:11 [INFO] [stdout] | [INFO] [stdout] 70 | snap: HANDLE, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PROCESSENTRY32W` in this scope [INFO] [stdout] --> src/process/iter.rs:71:12 [INFO] [stdout] | [INFO] [stdout] 71 | entry: PROCESSENTRY32W, [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HANDLE` in this scope [INFO] [stdout] --> src/process/proc.rs:28:20 [INFO] [stdout] | [INFO] [stdout] 28 | pub struct Process(HANDLE); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HANDLE` in this scope [INFO] [stdout] --> src/process/proc.rs:35:34 [INFO] [stdout] | [INFO] [stdout] 35 | pub unsafe fn from_handle(h: HANDLE) -> Self { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PROCESS_ACCESS_RIGHTS` in this scope [INFO] [stdout] --> src/process/proc.rs:43:25 [INFO] [stdout] | [INFO] [stdout] 43 | desired_access: PROCESS_ACCESS_RIGHTS, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PROCESS_ACCESS_RIGHTS` in this scope [INFO] [stdout] --> src/process/proc.rs:56:25 [INFO] [stdout] | [INFO] [stdout] 56 | desired_access: PROCESS_ACCESS_RIGHTS, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HANDLE` in this scope [INFO] [stdout] --> src/process/proc.rs:87:36 [INFO] [stdout] | [INFO] [stdout] 87 | pub unsafe fn handle(&self) -> HANDLE { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `VIRTUAL_ALLOCATION_TYPE` in this scope [INFO] [stdout] --> src/process/proc.rs:279:26 [INFO] [stdout] | [INFO] [stdout] 279 | allocation_type: VIRTUAL_ALLOCATION_TYPE, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `VIRTUAL_FREE_TYPE` in this scope [INFO] [stdout] --> src/process/proc.rs:305:20 [INFO] [stdout] | [INFO] [stdout] 305 | free_type: VIRTUAL_FREE_TYPE [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HANDLE` in this scope [INFO] [stdout] --> src/process/proc.rs:340:25 [INFO] [stdout] | [INFO] [stdout] 30 | impl Process { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 340 | ) -> crate::Result<(HANDLE, u32)> { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `THREADENTRY32` in this scope [INFO] [stdout] --> src/thread/iter.rs:20:11 [INFO] [stdout] | [INFO] [stdout] 20 | impl From for ThreadEntry { [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 `THREADENTRY32` in this scope [INFO] [stdout] --> src/thread/iter.rs:21:17 [INFO] [stdout] | [INFO] [stdout] 21 | fn from(te: THREADENTRY32) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HANDLE` in this scope [INFO] [stdout] --> src/thread/iter.rs:32:11 [INFO] [stdout] | [INFO] [stdout] 32 | snap: HANDLE, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `THREADENTRY32` in this scope [INFO] [stdout] --> src/thread/iter.rs:33:12 [INFO] [stdout] | [INFO] [stdout] 33 | entry: THREADENTRY32, [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HANDLE` in this scope [INFO] [stdout] --> src/thread/mod.rs:18:19 [INFO] [stdout] | [INFO] [stdout] 18 | pub struct Thread(HANDLE); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `THREAD_ACCESS_RIGHTS` in this scope [INFO] [stdout] --> src/thread/mod.rs:25:25 [INFO] [stdout] | [INFO] [stdout] 25 | desired_access: THREAD_ACCESS_RIGHTS, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `CONTEXT` in this scope [INFO] [stdout] --> src/thread/mod.rs:58:48 [INFO] [stdout] | [INFO] [stdout] 20 | impl Thread { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 58 | pub fn get_context(&self) -> crate::Result { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `CONTEXT` in this scope [INFO] [stdout] --> src/thread/mod.rs:71:37 [INFO] [stdout] | [INFO] [stdout] 71 | pub fn set_context(&self, ctx: &CONTEXT) -> crate::Result<()> { [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Compilation failed, aborting rustdoc [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 56 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: could not document `faithe` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2021 --crate-type lib --crate-name faithe src/lib.rs -o /opt/rustwide/target/doc --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="external"' --cfg 'feature="iced-x86"' --cfg 'feature="nightly"' --cfg 'feature="thiserror"' --cfg 'feature="windows"' --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --document-private-items -C metadata=7a867a54c647d1bf -L dependency=/opt/rustwide/target/debug/deps --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-22d7f70832a3b85e.rmeta --extern cfg_if=/opt/rustwide/target/debug/deps/libcfg_if-dcce77079dd8fe1e.rmeta --extern iced_x86=/opt/rustwide/target/debug/deps/libiced_x86-d1eb19038c590954.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-8c5c5b8b1b322970.rmeta --extern memoffset=/opt/rustwide/target/debug/deps/libmemoffset-05138828cc7fe6bf.rmeta --extern obfstr=/opt/rustwide/target/debug/deps/libobfstr-7ba71e829754dce9.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-6500e7ab4f83c8c0.rmeta --cap-lints=warn --crate-version 0.8.0` (exit status: 1) [INFO] running `Command { std: "docker" "inspect" "68c22bf940b2f4f4a4b222c099fcc7ede8616634c03c8ec0f387bd2a59e37a74", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "68c22bf940b2f4f4a4b222c099fcc7ede8616634c03c8ec0f387bd2a59e37a74", kill_on_drop: false }` [INFO] [stdout] 68c22bf940b2f4f4a4b222c099fcc7ede8616634c03c8ec0f387bd2a59e37a74