[INFO] fetching crate faithe 0.8.0... [INFO] documenting faithe-0.8.0 against beta-2022-05-20 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 beta-2022-05-20 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "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" "+beta-2022-05-20" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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" "+beta-2022-05-20" "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] f31a83192e70e5f510281209bd092d35d8e1b31110beeba4888d6bf58b03bad6 [INFO] running `Command { std: "docker" "start" "-a" "f31a83192e70e5f510281209bd092d35d8e1b31110beeba4888d6bf58b03bad6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f31a83192e70e5f510281209bd092d35d8e1b31110beeba4888d6bf58b03bad6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f31a83192e70e5f510281209bd092d35d8e1b31110beeba4888d6bf58b03bad6", kill_on_drop: false }` [INFO] [stdout] f31a83192e70e5f510281209bd092d35d8e1b31110beeba4888d6bf58b03bad6 [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" "+beta-2022-05-20" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1f057d5086df6d6ca8f86ff4fd985ea12ca5ef03907a9bdc343e68178950f44d [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" "1f057d5086df6d6ca8f86ff4fd985ea12ca5ef03907a9bdc343e68178950f44d", 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: Compilation failed, aborting rustdoc [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 23 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 `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=1237e09947496c6b -L dependency=/opt/rustwide/target/debug/deps --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-885ae3214f28c119.rmeta --extern cfg_if=/opt/rustwide/target/debug/deps/libcfg_if-483f5a2788925099.rmeta --extern iced_x86=/opt/rustwide/target/debug/deps/libiced_x86-a953ca69c6c79148.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-fec500a82f1df1ec.rmeta --extern memoffset=/opt/rustwide/target/debug/deps/libmemoffset-2e9b41ef9366a4d8.rmeta --extern obfstr=/opt/rustwide/target/debug/deps/libobfstr-86b73075e85faee0.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-2074eb3de2625ba1.rmeta --cap-lints=warn --crate-version 0.8.0` (exit status: 1) [INFO] running `Command { std: "docker" "inspect" "1f057d5086df6d6ca8f86ff4fd985ea12ca5ef03907a9bdc343e68178950f44d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1f057d5086df6d6ca8f86ff4fd985ea12ca5ef03907a9bdc343e68178950f44d", kill_on_drop: false }` [INFO] [stdout] 1f057d5086df6d6ca8f86ff4fd985ea12ca5ef03907a9bdc343e68178950f44d