[INFO] cloning repository https://github.com/zorftw/kdmapper-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/zorftw/kdmapper-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzorftw%2Fkdmapper-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzorftw%2Fkdmapper-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 393103acab6b259fe549d644960c503ecbba0e8b [INFO] documenting zorftw/kdmapper-rs against 1.61.0 for beta-1.62-rustdoc-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzorftw%2Fkdmapper-rs" "/workspace/builds/worker-16/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-16/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/zorftw/kdmapper-rs 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 git repo https://github.com/zorftw/kdmapper-rs [INFO] finished tweaking git repo https://github.com/zorftw/kdmapper-rs [INFO] tweaked toml for git repo https://github.com/zorftw/kdmapper-rs written to /workspace/builds/worker-16/source/Cargo.toml [INFO] crate git repo https://github.com/zorftw/kdmapper-rs 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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/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] cd43757b943aaf327c042b4435901a731c482d2fde6fcf13d72785aa05073698 [INFO] running `Command { std: "docker" "start" "-a" "cd43757b943aaf327c042b4435901a731c482d2fde6fcf13d72785aa05073698", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cd43757b943aaf327c042b4435901a731c482d2fde6fcf13d72785aa05073698", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cd43757b943aaf327c042b4435901a731c482d2fde6fcf13d72785aa05073698", kill_on_drop: false }` [INFO] [stdout] cd43757b943aaf327c042b4435901a731c482d2fde6fcf13d72785aa05073698 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-16/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] acfbc253ffae6b4c7dffa38e31b7cff5560885d840f2f8bc9e67adbb53c01ee4 [INFO] running `Command { std: "docker" "start" "-a" "acfbc253ffae6b4c7dffa38e31b7cff5560885d840f2f8bc9e67adbb53c01ee4", kill_on_drop: false }` [INFO] [stderr] Documenting kdmapper-rs v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: Can't compile, this is exclusive to Windows. [INFO] [stdout] --> src/main.rs:4:1 [INFO] [stdout] | [INFO] [stdout] 4 | compile_error!("Can't compile, this is exclusive to Windows."); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read src/util/../mapper/driver.sys: No such file or directory (os error 2) [INFO] [stdout] --> src/util/mod.rs:55:18 [INFO] [stdout] | [INFO] [stdout] 55 | let driver = include_bytes!("../mapper/driver.sys"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `winapi` [INFO] [stdout] --> src/main.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use winapi::{um::{errhandlingapi::GetLastError, handleapi::INVALID_HANDLE_VALUE}}; [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/mapper/mod.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use winapi::{ [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/nt/mod.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::{ [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/pe/mod.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use winapi::um::winnt::{ [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/service/mod.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use winapi::{ [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/util/mod.rs:8:5 [INFO] [stdout] | [INFO] [stdout] 8 | use winapi::{ [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HANDLE` in this scope [INFO] [stdout] --> src/mapper/mod.rs:22:36 [INFO] [stdout] | [INFO] [stdout] 22 | pub fn load_service(name: &str) -> 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/mapper/mod.rs:60:32 [INFO] [stdout] | [INFO] [stdout] 60 | pub fn unload_service(service: HANDLE, name: &str) -> bool { [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/mapper/mod.rs:91:33 [INFO] [stdout] | [INFO] [stdout] 91 | pub fn resolve_imports(service: HANDLE, mut imports: Vec) -> bool { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `IMAGE_NT_HEADERS` in this scope [INFO] [stdout] --> src/mapper/mod.rs:142:41 [INFO] [stdout] | [INFO] [stdout] 142 | pub fn image_first_section(header: *mut IMAGE_NT_HEADERS) -> PIMAGE_SECTION_HEADER { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PIMAGE_SECTION_HEADER` in this scope [INFO] [stdout] --> src/mapper/mod.rs:142:62 [INFO] [stdout] | [INFO] [stdout] 142 | pub fn image_first_section(header: *mut IMAGE_NT_HEADERS) -> PIMAGE_SECTION_HEADER { [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/mapper/mod.rs:152:40 [INFO] [stdout] | [INFO] [stdout] 152 | pub fn load_image_into_kernel(service: HANDLE, file: String) -> u64 { [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/nt/mod.rs:14:18 [INFO] [stdout] | [INFO] [stdout] 14 | pub section: HANDLE, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PVOID` in this scope [INFO] [stdout] --> src/nt/mod.rs:15:22 [INFO] [stdout] | [INFO] [stdout] 15 | pub mapped_base: PVOID, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PVOID` in this scope [INFO] [stdout] --> src/nt/mod.rs:16:21 [INFO] [stdout] | [INFO] [stdout] 16 | pub image_base: PVOID, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ULONG` in this scope [INFO] [stdout] --> src/nt/mod.rs:17:21 [INFO] [stdout] | [INFO] [stdout] 17 | pub image_size: ULONG, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ULONG` in this scope [INFO] [stdout] --> src/nt/mod.rs:18:16 [INFO] [stdout] | [INFO] [stdout] 18 | pub flags: ULONG, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `USHORT` in this scope [INFO] [stdout] --> src/nt/mod.rs:19:27 [INFO] [stdout] | [INFO] [stdout] 19 | pub load_order_index: USHORT, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `USHORT` in this scope [INFO] [stdout] --> src/nt/mod.rs:20:27 [INFO] [stdout] | [INFO] [stdout] 20 | pub init_order_index: USHORT, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `USHORT` in this scope [INFO] [stdout] --> src/nt/mod.rs:21:21 [INFO] [stdout] | [INFO] [stdout] 21 | pub load_count: USHORT, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `USHORT` in this scope [INFO] [stdout] --> src/nt/mod.rs:22:30 [INFO] [stdout] | [INFO] [stdout] 22 | pub offset_to_file_name: USHORT, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UCHAR` in this scope [INFO] [stdout] --> src/nt/mod.rs:23:26 [INFO] [stdout] | [INFO] [stdout] 23 | pub full_path_name: [UCHAR; 256], [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ULONG` in this scope [INFO] [stdout] --> src/nt/mod.rs:28:28 [INFO] [stdout] | [INFO] [stdout] 28 | pub number_of_modules: ULONG, [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/nt/mod.rs:35:22 [INFO] [stdout] | [INFO] [stdout] 35 | pub buffer: *mut c_void, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::ffi::c_void; [INFO] [stdout] | [INFO] [stdout] 1 | use std::ffi::c_void; [INFO] [stdout] | [INFO] [stdout] 1 | use std::os::raw::c_void; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWORD` in this scope [INFO] [stdout] --> src/nt/mod.rs:36:22 [INFO] [stdout] | [INFO] [stdout] 36 | pub buffer_size: DWORD, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `NTSTATUS` in this scope [INFO] [stdout] --> src/nt/mod.rs:37:17 [INFO] [stdout] | [INFO] [stdout] 37 | pub result: NTSTATUS, [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/nt/mod.rs:41:18 [INFO] [stdout] | [INFO] [stdout] 41 | buffer: *mut c_void, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::ffi::c_void; [INFO] [stdout] | [INFO] [stdout] 1 | use std::ffi::c_void; [INFO] [stdout] | [INFO] [stdout] 1 | use std::os::raw::c_void; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `DWORD` in this scope [INFO] [stdout] --> src/nt/mod.rs:42:27 [INFO] [stdout] | [INFO] [stdout] 42 | out_buffer_size: &mut DWORD, [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `PIMAGE_NT_HEADERS64` in this scope [INFO] [stdout] --> src/pe/mod.rs:33:41 [INFO] [stdout] | [INFO] [stdout] 33 | pub fn get_nt_headers(base: *mut u8) -> PIMAGE_NT_HEADERS64 { [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/service/mod.rs:66:29 [INFO] [stdout] | [INFO] [stdout] 66 | pub fn copy_memory(service: HANDLE, destination: u64, source: u64, size: u64) -> bool { [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/service/mod.rs:93:28 [INFO] [stdout] | [INFO] [stdout] 93 | pub fn set_memory(service: HANDLE, address: u64, value: u32, size: u64) -> bool { [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/service/mod.rs:120:38 [INFO] [stdout] | [INFO] [stdout] 120 | pub fn get_physical_address(service: HANDLE, address: u64, out_physical_address: &mut u64) -> bool { [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/service/mod.rs:152:30 [INFO] [stdout] | [INFO] [stdout] 152 | pub fn map_io_space(service: HANDLE, address: u64, size: u32) -> u64 { [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/service/mod.rs:183:32 [INFO] [stdout] | [INFO] [stdout] 183 | pub fn unmap_io_space(service: HANDLE, address: u64, size: u32) -> bool { [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/service/mod.rs:209:29 [INFO] [stdout] | [INFO] [stdout] 209 | pub fn read_memory(service: HANDLE, address: u64, buffer: u64, size: u64) -> bool { [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/service/mod.rs:213:30 [INFO] [stdout] | [INFO] [stdout] 213 | pub fn write_memory(service: HANDLE, address: u64, buffer: u64, size: u64) -> bool { [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/service/mod.rs:217:36 [INFO] [stdout] | [INFO] [stdout] 217 | pub fn force_write_memory(service: HANDLE, address: u64, buffer: u64, size: u32) -> bool { [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/service/mod.rs:249:31 [INFO] [stdout] | [INFO] [stdout] 249 | pub fn allocate_pool(service: HANDLE, pool_type: i32, size: SIZE_T) -> u64 { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `SIZE_T` in this scope [INFO] [stdout] --> src/service/mod.rs:249:61 [INFO] [stdout] | [INFO] [stdout] 249 | pub fn allocate_pool(service: HANDLE, pool_type: i32, size: SIZE_T) -> u64 { [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/service/mod.rs:284:58 [INFO] [stdout] | [INFO] [stdout] 284 | type ExFreePoolFn = unsafe extern "system" fn(addy: *mut c_void); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 1 | use core::ffi::c_void; [INFO] [stdout] | [INFO] [stdout] 1 | use std::ffi::c_void; [INFO] [stdout] | [INFO] [stdout] 1 | use std::os::raw::c_void; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HANDLE` in this scope [INFO] [stdout] --> src/service/mod.rs:286:27 [INFO] [stdout] | [INFO] [stdout] 286 | pub fn free_pool(service: HANDLE, addy: u64) -> bool { [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/util/mod.rs:240:42 [INFO] [stdout] | [INFO] [stdout] 240 | pub fn get_kernel_module_export(service: HANDLE, kernel_module_base: u64, fn_name: &str) -> u64 { [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/util/mod.rs:340:14 [INFO] [stdout] | [INFO] [stdout] 340 | service: 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/util/mod.rs:396:14 [INFO] [stdout] | [INFO] [stdout] 396 | service: 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/util/mod.rs:447:14 [INFO] [stdout] | [INFO] [stdout] 447 | service: HANDLE, [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 48 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: could not document `kdmapper-rs` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2018 --crate-type bin --crate-name kdmapper_rs src/main.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --document-private-items -C metadata=a0c76d0b395f1b8b -L dependency=/opt/rustwide/target/debug/deps --cap-lints=warn --crate-version 0.1.0` (exit status: 1) [INFO] running `Command { std: "docker" "inspect" "acfbc253ffae6b4c7dffa38e31b7cff5560885d840f2f8bc9e67adbb53c01ee4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "acfbc253ffae6b4c7dffa38e31b7cff5560885d840f2f8bc9e67adbb53c01ee4", kill_on_drop: false }` [INFO] [stdout] acfbc253ffae6b4c7dffa38e31b7cff5560885d840f2f8bc9e67adbb53c01ee4