[INFO] cloning repository https://github.com/ForNeVeR/processor [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ForNeVeR/processor" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FForNeVeR%2Fprocessor", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FForNeVeR%2Fprocessor'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 3f231e5d0c3f4405d174fddfff37c3c7f55c3cbe [INFO] documenting ForNeVeR/processor 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%2FForNeVeR%2Fprocessor" "/workspace/builds/worker-26/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-26/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ForNeVeR/processor 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/ForNeVeR/processor [INFO] finished tweaking git repo https://github.com/ForNeVeR/processor [INFO] tweaked toml for git repo https://github.com/ForNeVeR/processor written to /workspace/builds/worker-26/source/Cargo.toml [INFO] crate git repo https://github.com/ForNeVeR/processor 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] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded libc v0.1.8 [INFO] [stderr] Downloaded user32-sys v0.1.1 [INFO] [stderr] Downloaded winapi-build v0.1.0 [INFO] [stderr] Downloaded kernel32-sys v0.1.1 [INFO] [stderr] Downloaded winapi v0.1.22 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-26/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-26/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] c8c780f3d519cfbbab4e6d46dcb2af1ff514460588f623b2fbc5cc17c256910e [INFO] running `Command { std: "docker" "start" "-a" "c8c780f3d519cfbbab4e6d46dcb2af1ff514460588f623b2fbc5cc17c256910e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c8c780f3d519cfbbab4e6d46dcb2af1ff514460588f623b2fbc5cc17c256910e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c8c780f3d519cfbbab4e6d46dcb2af1ff514460588f623b2fbc5cc17c256910e", kill_on_drop: false }` [INFO] [stdout] c8c780f3d519cfbbab4e6d46dcb2af1ff514460588f623b2fbc5cc17c256910e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-26/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-26/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] c8a2591c1dbbd64a2c0de59b64ce90e0bc51ff12c57d48d5c31abec6b49bdfae [INFO] running `Command { std: "docker" "start" "-a" "c8a2591c1dbbd64a2c0de59b64ce90e0bc51ff12c57d48d5c31abec6b49bdfae", kill_on_drop: false }` [INFO] [stderr] Compiling winapi-build v0.1.0 [INFO] [stderr] Checking libc v0.1.8 [INFO] [stderr] Checking winapi v0.1.22 [INFO] [stderr] Compiling kernel32-sys v0.1.1 [INFO] [stderr] Compiling user32-sys v0.1.1 [INFO] [stderr] Documenting processor v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os` [INFO] [stdout] --> src/string.rs:2:14 [INFO] [stdout] | [INFO] [stdout] 2 | use std::os::windows::ffi::OsStrExt; [INFO] [stdout] | ^^^^^^^ could not find `windows` in `os` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not document `processor` [INFO] [stdout] error[E0412]: cannot find type `HWND` in crate `winapi` [INFO] [stdout] --> src/window.rs:11:29 [INFO] [stdout] | [INFO] [stdout] 11 | const HWND_MESSAGE: winapi::HWND = HWND_MESSAGE_ as winapi::HWND; [INFO] [stdout] | ^^^^ not found in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] [INFO] [stdout] error[E0412]: cannot find type `HWND` in crate `winapi` [INFO] [stdout] --> src/window.rs:11:61 [INFO] [stdout] | [INFO] [stdout] 11 | const HWND_MESSAGE: winapi::HWND = HWND_MESSAGE_ as winapi::HWND; [INFO] [stdout] | ^^^^ not found in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Caused by: [INFO] [stdout] error[E0412]: cannot find type `HINSTANCE` in crate `winapi` [INFO] [stdout] --> src/window.rs:13:37 [INFO] [stdout] | [INFO] [stdout] 13 | unsafe fn get_instance() -> winapi::HINSTANCE { [INFO] [stdout] | ^^^^^^^^^ not found in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] process didn't exit successfully: `rustdoc --crate-type bin --crate-name processor src/main.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --document-private-items -C metadata=55cda869bee8cc65 -L dependency=/opt/rustwide/target/debug/deps --extern kernel32=/opt/rustwide/target/debug/deps/libkernel32-e84a4bf6a4a5e819.rmeta --extern user32=/opt/rustwide/target/debug/deps/libuser32-2b3a77471b0923ec.rmeta --extern winapi=/opt/rustwide/target/debug/deps/libwinapi-69b07553dcc6941e.rmeta --cap-lints=warn --crate-version 0.1.0` (exit status: 1) [INFO] [stdout] error[E0412]: cannot find type `HINSTANCE` in crate `winapi` [INFO] [stdout] --> src/window.rs:22:44 [INFO] [stdout] | [INFO] [stdout] 22 | unsafe fn register_class(instance: winapi::HINSTANCE, wnd_proc: winapi::WNDPROC) { [INFO] [stdout] | ^^^^^^^^^ not found in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `WNDPROC` in crate `winapi` [INFO] [stdout] --> src/window.rs:22:73 [INFO] [stdout] | [INFO] [stdout] 22 | unsafe fn register_class(instance: winapi::HINSTANCE, wnd_proc: winapi::WNDPROC) { [INFO] [stdout] | ^^^^^^^ not found in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `WNDPROC` in crate `winapi` [INFO] [stdout] --> src/window.rs:41:47 [INFO] [stdout] | [INFO] [stdout] 41 | pub unsafe fn create_window(wnd_proc: winapi::WNDPROC) -> winapi::HWND { [INFO] [stdout] | ^^^^^^^ not found in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in crate `winapi` [INFO] [stdout] --> src/window.rs:41:67 [INFO] [stdout] | [INFO] [stdout] 41 | pub unsafe fn create_window(wnd_proc: winapi::WNDPROC) -> winapi::HWND { [INFO] [stdout] | ^^^^ not found in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MSG` in crate `winapi` [INFO] [stdout] --> src/main.rs:14:45 [INFO] [stdout] | [INFO] [stdout] 14 | unsafe fn get_message(message: &mut winapi::MSG) -> winapi::BOOL { [INFO] [stdout] | ^^^ not found in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BOOL` in crate `winapi` [INFO] [stdout] --> src/main.rs:14:61 [INFO] [stdout] | [INFO] [stdout] 14 | unsafe fn get_message(message: &mut winapi::MSG) -> winapi::BOOL { [INFO] [stdout] | ^^^^ not found in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HWND` in crate `winapi` [INFO] [stdout] --> src/main.rs:49:21 [INFO] [stdout] | [INFO] [stdout] 49 | window: winapi::HWND, [INFO] [stdout] | ^^^^ not found in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `UINT` in crate `winapi` [INFO] [stdout] --> src/main.rs:50:22 [INFO] [stdout] | [INFO] [stdout] 50 | message: winapi::UINT, [INFO] [stdout] | ^^^^ not found in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `WPARAM` in crate `winapi` [INFO] [stdout] --> src/main.rs:51:22 [INFO] [stdout] | [INFO] [stdout] 51 | w_param: winapi::WPARAM, [INFO] [stdout] | ^^^^^^ not found in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LPARAM` in crate `winapi` [INFO] [stdout] --> src/main.rs:52:22 [INFO] [stdout] | [INFO] [stdout] 52 | l_param: winapi::LPARAM) -> winapi::LRESULT { [INFO] [stdout] | ^^^^^^ not found in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `LRESULT` in crate `winapi` [INFO] [stdout] --> src/main.rs:52:41 [INFO] [stdout] | [INFO] [stdout] 52 | l_param: winapi::LPARAM) -> winapi::LRESULT { [INFO] [stdout] | ^^^^^^^ not found in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Compilation failed, aborting rustdoc [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 16 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] running `Command { std: "docker" "inspect" "c8a2591c1dbbd64a2c0de59b64ce90e0bc51ff12c57d48d5c31abec6b49bdfae", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c8a2591c1dbbd64a2c0de59b64ce90e0bc51ff12c57d48d5c31abec6b49bdfae", kill_on_drop: false }` [INFO] [stdout] c8a2591c1dbbd64a2c0de59b64ce90e0bc51ff12c57d48d5c31abec6b49bdfae