[INFO] cloning repository https://github.com/adumbidiot/win-cursor-rs [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/adumbidiot/win-cursor-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fadumbidiot%2Fwin-cursor-rs", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fadumbidiot%2Fwin-cursor-rs'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1711cacffbec966e80bcfebff4a456d8dbd74365 [INFO] documenting adumbidiot/win-cursor-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%2Fadumbidiot%2Fwin-cursor-rs" "/workspace/builds/worker-3/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/adumbidiot/win-cursor-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/adumbidiot/win-cursor-rs [INFO] finished tweaking git repo https://github.com/adumbidiot/win-cursor-rs [INFO] tweaked toml for git repo https://github.com/adumbidiot/win-cursor-rs written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/adumbidiot/win-cursor-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] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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] 199e3408257c21226ad96d0b05f1a67c566f712f08c8c24c14257546c574ff11 [INFO] running `Command { std: "docker" "start" "-a" "199e3408257c21226ad96d0b05f1a67c566f712f08c8c24c14257546c574ff11", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "199e3408257c21226ad96d0b05f1a67c566f712f08c8c24c14257546c574ff11", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "199e3408257c21226ad96d0b05f1a67c566f712f08c8c24c14257546c574ff11", kill_on_drop: false }` [INFO] [stdout] 199e3408257c21226ad96d0b05f1a67c566f712f08c8c24c14257546c574ff11 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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] b91e7048ccd2fc967575d4e5b932b321072dc289b42000d053859a44a80c28aa [INFO] running `Command { std: "docker" "start" "-a" "b91e7048ccd2fc967575d4e5b932b321072dc289b42000d053859a44a80c28aa", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling winapi v0.3.9 [INFO] [stderr] Documenting win-cursor v0.0.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/input.rs:1:13 [INFO] [stdout] | [INFO] [stdout] 1 | use winapi::um::winuser::{ [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `shared` in `winapi` [INFO] [stdout] --> src/lib.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 9 | shared::windef::RECT, [INFO] [stdout] | ^^^^^^ could not find `shared` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `um` in `winapi` [INFO] [stdout] --> src/lib.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | um::winuser::{ [INFO] [stdout] | ^^ could not find `um` in `winapi` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `INPUT` in this scope [INFO] [stdout] --> src/input.rs:118:26 [INFO] [stdout] | [INFO] [stdout] 15 | pub enum Input { [INFO] [stdout] | -------------- similarly named enum `Input` defined here [INFO] [stdout] ... [INFO] [stdout] 118 | impl From<&'_ Input> for INPUT { [INFO] [stdout] | ^^^^^ help: an enum with a similar name exists: `Input` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `RECT` in this scope [INFO] [stdout] --> src/lib.rs:148:11 [INFO] [stdout] | [INFO] [stdout] 119 | pub struct Rect { [INFO] [stdout] | --------------- similarly named struct `Rect` defined here [INFO] [stdout] ... [INFO] [stdout] 148 | impl From for Rect { [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a struct with a similar name exists [INFO] [stdout] | [INFO] [stdout] 148 | impl From for Rect { [INFO] [stdout] | ~~~~ [INFO] [stdout] help: you might be missing a type parameter [INFO] [stdout] | [INFO] [stdout] 148 | impl From for Rect { [INFO] [stdout] | ++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `RECT` in this scope [INFO] [stdout] --> src/lib.rs:149:19 [INFO] [stdout] | [INFO] [stdout] 119 | pub struct Rect { [INFO] [stdout] | --------------- similarly named struct `Rect` defined here [INFO] [stdout] ... [INFO] [stdout] 149 | fn from(rect: RECT) -> Self { [INFO] [stdout] | ^^^^ help: a struct with a similar name exists: `Rect` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Compilation failed, aborting rustdoc [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 7 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 `win-cursor` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --edition=2018 --crate-type lib --crate-name win_cursor src/lib.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --document-private-items -C metadata=2eba04c48795586f -L dependency=/opt/rustwide/target/debug/deps --extern winapi=/opt/rustwide/target/debug/deps/libwinapi-4851ed52941331cb.rmeta --cap-lints=warn --crate-version 0.0.0` (exit status: 1) [INFO] running `Command { std: "docker" "inspect" "b91e7048ccd2fc967575d4e5b932b321072dc289b42000d053859a44a80c28aa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b91e7048ccd2fc967575d4e5b932b321072dc289b42000d053859a44a80c28aa", kill_on_drop: false }` [INFO] [stdout] b91e7048ccd2fc967575d4e5b932b321072dc289b42000d053859a44a80c28aa