[INFO] fetching crate multi-input 0.0.1... [INFO] documenting multi-input-0.0.1 against beta-2022-05-20 for beta-1.62-rustdoc-1 [INFO] extracting crate multi-input 0.0.1 into /workspace/builds/worker-13/source [INFO] validating manifest of crates.io crate multi-input 0.0.1 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 multi-input 0.0.1 [INFO] finished tweaking crates.io crate multi-input 0.0.1 [INFO] tweaked toml for crates.io crate multi-input 0.0.1 written to /workspace/builds/worker-13/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-05-20" "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-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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] [stdout] 25471ba26ee421b7df11d7235ca0d5be6e6a3565f6f6699dc44f878a5bd666e5 [INFO] running `Command { std: "docker" "start" "-a" "25471ba26ee421b7df11d7235ca0d5be6e6a3565f6f6699dc44f878a5bd666e5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "25471ba26ee421b7df11d7235ca0d5be6e6a3565f6f6699dc44f878a5bd666e5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "25471ba26ee421b7df11d7235ca0d5be6e6a3565f6f6699dc44f878a5bd666e5", kill_on_drop: false }` [INFO] [stdout] 25471ba26ee421b7df11d7235ca0d5be6e6a3565f6f6699dc44f878a5bd666e5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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] 82067c66b3cccfee85b75e37ac59c4996e0c5b7341b5b563f79685a261098618 [INFO] running `Command { std: "docker" "start" "-a" "82067c66b3cccfee85b75e37ac59c4996e0c5b7341b5b563f79685a261098618", kill_on_drop: false }` [INFO] [stderr] Compiling winapi-build v0.1.1 [INFO] [stderr] Checking winapi v0.2.8 [INFO] [stderr] Compiling libc v0.2.126 [INFO] [stderr] Compiling kernel32-sys v0.2.2 [INFO] [stderr] Compiling hid-sys v0.2.0 [INFO] [stderr] Compiling user32-sys v0.1.3 [INFO] [stderr] Documenting multi-input v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os` [INFO] [stdout] --> src/rawinput.rs:13:14 [INFO] [stdout] | [INFO] [stdout] 13 | use std::os::windows::ffi::OsStringExt; [INFO] [stdout] | ^^^^^^^ could not find `windows` in `os` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os` [INFO] [stdout] --> src/rawinput.rs:15:14 [INFO] [stdout] | [INFO] [stdout] 15 | use std::os::windows::ffi::OsStrExt; [INFO] [stdout] | ^^^^^^^ could not find `windows` in `os` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `windows` in `os` [INFO] [stdout] --> src/manager.rs:11:14 [INFO] [stdout] | [INFO] [stdout] 11 | use std::os::windows::ffi::OsStrExt; [INFO] [stdout] | ^^^^^^^ could not find `windows` in `os` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `RAWMOUSE` in this scope [INFO] [stdout] --> src/mouse.rs:18:38 [INFO] [stdout] | [INFO] [stdout] 18 | pub fn process_mouse_data(raw_data: &RAWMOUSE, id: usize) -> Vec { [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `RAWHID` in this scope [INFO] [stdout] --> src/joystick.rs:15:41 [INFO] [stdout] | [INFO] [stdout] 15 | pub fn process_joystick_data(raw_data: &RAWHID, id: usize, hid_info: &mut JoystickInfo [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/rawinput.rs:179:49 [INFO] [stdout] | [INFO] [stdout] 179 | pub unsafe fn raw_handle_to_name(device_handle: HANDLE) -> String { [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/rawinput.rs:196:55 [INFO] [stdout] | [INFO] [stdout] 196 | pub unsafe fn raw_name_to_hid(name: String) -> Result { [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 `HANDLE` in this scope [INFO] [stdout] --> src/rawinput.rs:215:39 [INFO] [stdout] | [INFO] [stdout] 215 | pub unsafe fn get_device_info(handle: HANDLE, name: String, serial: Option [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/rawinput.rs:300:41 [INFO] [stdout] | [INFO] [stdout] 300 | pub unsafe fn get_serial_number(handle: HANDLE) -> Option { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `RAWKEYBOARD` in this scope [INFO] [stdout] --> src/keyboard.rs:10:41 [INFO] [stdout] | [INFO] [stdout] 10 | pub fn process_keyboard_data(raw_data: &RAWKEYBOARD, id: usize) -> Vec { [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/devices.rs:7:22 [INFO] [stdout] | [INFO] [stdout] 5 | pub struct MouseInfo { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 6 | pub names: Vec, [INFO] [stdout] 7 | pub handles: Vec, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `RID_DEVICE_INFO` in this scope [INFO] [stdout] --> src/devices.rs:9:15 [INFO] [stdout] | [INFO] [stdout] 9 | pub info: RID_DEVICE_INFO, [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/devices.rs:15:22 [INFO] [stdout] | [INFO] [stdout] 13 | pub struct KeyboardInfo { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 14 | pub names: Vec, [INFO] [stdout] 15 | pub handles: Vec, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `RID_DEVICE_INFO` in this scope [INFO] [stdout] --> src/devices.rs:17:15 [INFO] [stdout] | [INFO] [stdout] 17 | pub info: RID_DEVICE_INFO, [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/devices.rs:23:22 [INFO] [stdout] | [INFO] [stdout] 21 | pub struct JoystickInfo { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 22 | pub names: Vec, [INFO] [stdout] 23 | pub handles: Vec, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `RID_DEVICE_INFO` in this scope [INFO] [stdout] --> src/devices.rs:25:15 [INFO] [stdout] | [INFO] [stdout] 25 | pub info: RID_DEVICE_INFO, [INFO] [stdout] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HIDP_CAPS` in this scope [INFO] [stdout] --> src/devices.rs:26:15 [INFO] [stdout] | [INFO] [stdout] 26 | pub caps: HIDP_CAPS, [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HIDP_BUTTON_CAPS` in this scope [INFO] [stdout] --> src/devices.rs:27:26 [INFO] [stdout] | [INFO] [stdout] 21 | pub struct JoystickInfo { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 27 | pub button_caps: Vec, [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HIDP_VALUE_CAPS` in this scope [INFO] [stdout] --> src/devices.rs:28:25 [INFO] [stdout] | [INFO] [stdout] 21 | pub struct JoystickInfo { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 28 | pub value_caps: Vec, [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/devices.rs:46:29 [INFO] [stdout] | [INFO] [stdout] 42 | pub struct Devices{ [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] ... [INFO] [stdout] 46 | pub device_map: HashMap, [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HIDP_BUTTON_CAPS` in this scope [INFO] [stdout] --> src/devices.rs:136:36 [INFO] [stdout] | [INFO] [stdout] 135 | impl JoystickState { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 136 | pub fn new (p_button_caps: Vec, p_value_caps: Vec) -> JoystickState { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `HIDP_VALUE_CAPS` in this scope [INFO] [stdout] --> src/devices.rs:136:73 [INFO] [stdout] | [INFO] [stdout] 135 | impl JoystickState { [INFO] [stdout] | - help: you might be missing a type parameter: `` [INFO] [stdout] 136 | pub fn new (p_button_caps: Vec, p_value_caps: Vec) -> JoystickState { [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/manager.rs:133:30 [INFO] [stdout] | [INFO] [stdout] 133 | fn setup_message_window() -> HWND{ [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/manager.rs:183:28 [INFO] [stdout] | [INFO] [stdout] 183 | fn register_devices( hwnd: HWND, reg_type: DeviceType, [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/manager.rs:225:47 [INFO] [stdout] | [INFO] [stdout] 225 | fn print_raw_device_list (devices: &Devices) {; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Compilation failed, aborting rustdoc [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 25 previous errors; 1 warning emitted [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 `multi-input` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --crate-type lib --crate-name multi_input src/lib.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --document-private-items -C metadata=5bfeae5a944b6b39 -L dependency=/opt/rustwide/target/debug/deps --extern hid=/opt/rustwide/target/debug/deps/libhid-07f97a0fbbd720e2.rmeta --extern kernel32=/opt/rustwide/target/debug/deps/libkernel32-22f1a858cd284e80.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-4d71df194c95b93b.rmeta --extern user32=/opt/rustwide/target/debug/deps/libuser32-4d8ee49e7304dc5f.rmeta --extern winapi=/opt/rustwide/target/debug/deps/libwinapi-e49b9bc0a818ba33.rmeta --cap-lints=warn --crate-version 0.0.1` (exit status: 1) [INFO] running `Command { std: "docker" "inspect" "82067c66b3cccfee85b75e37ac59c4996e0c5b7341b5b563f79685a261098618", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "82067c66b3cccfee85b75e37ac59c4996e0c5b7341b5b563f79685a261098618", kill_on_drop: false }` [INFO] [stdout] 82067c66b3cccfee85b75e37ac59c4996e0c5b7341b5b563f79685a261098618