[INFO] fetching crate wayland 0.0.2... [INFO] documenting wayland-0.0.2 against beta-2022-05-20 for beta-1.62-rustdoc-1 [INFO] extracting crate wayland 0.0.2 into /workspace/builds/worker-18/source [INFO] validating manifest of crates.io crate wayland 0.0.2 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 wayland 0.0.2 [INFO] finished tweaking crates.io crate wayland 0.0.2 [INFO] tweaked toml for crates.io crate wayland 0.0.2 written to /workspace/builds/worker-18/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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/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] 41a54d16cff7729a9da718cd66d41a1b8037203a34240e669838c88cf60395b2 [INFO] running `Command { std: "docker" "start" "-a" "41a54d16cff7729a9da718cd66d41a1b8037203a34240e669838c88cf60395b2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "41a54d16cff7729a9da718cd66d41a1b8037203a34240e669838c88cf60395b2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "41a54d16cff7729a9da718cd66d41a1b8037203a34240e669838c88cf60395b2", kill_on_drop: false }` [INFO] [stdout] 41a54d16cff7729a9da718cd66d41a1b8037203a34240e669838c88cf60395b2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-18/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] fbd868719a44fc161a1b0e995f1e84c888276032e5f23e741c4e45335a4650b0 [INFO] running `Command { std: "docker" "start" "-a" "fbd868719a44fc161a1b0e995f1e84c888276032e5f23e741c4e45335a4650b0", kill_on_drop: false }` [INFO] [stderr] Documenting wayland v0.0.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unknown lint: `unstable` [INFO] [stdout] --> src/lib.rs:4:10 [INFO] [stdout] | [INFO] [stdout] 4 | #![allow(unstable)] [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unknown_lints)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0517]: attribute should be applied to a struct, enum, or union [INFO] [stdout] --> src/raw/types/enums.rs:5:8 [INFO] [stdout] | [INFO] [stdout] 5 | #[repr(C)] [INFO] [stdout] | ^ [INFO] [stdout] 6 | pub type wl_data_device_error = uint32_t; [INFO] [stdout] | ----------------------------------------- not a struct, enum, or union [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0517]: attribute should be applied to a struct, enum, or union [INFO] [stdout] --> src/raw/types/enums.rs:9:8 [INFO] [stdout] | [INFO] [stdout] 9 | #[repr(C)] [INFO] [stdout] | ^ [INFO] [stdout] 10 | pub type wl_display_error = uint32_t; [INFO] [stdout] | ------------------------------------- not a struct, enum, or union [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0517]: attribute should be applied to a struct, enum, or union [INFO] [stdout] --> src/raw/types/enums.rs:15:8 [INFO] [stdout] | [INFO] [stdout] 15 | #[repr(C)] [INFO] [stdout] | ^ [INFO] [stdout] 16 | pub type wl_keyboard_key_state = uint32_t; [INFO] [stdout] | ------------------------------------------ not a struct, enum, or union [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0517]: attribute should be applied to a struct, enum, or union [INFO] [stdout] --> src/raw/types/enums.rs:20:8 [INFO] [stdout] | [INFO] [stdout] 20 | #[repr(C)] [INFO] [stdout] | ^ [INFO] [stdout] 21 | pub type wl_keyboard_keymap_format = uint32_t; [INFO] [stdout] | ---------------------------------------------- not a struct, enum, or union [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0517]: attribute should be applied to a struct, enum, or union [INFO] [stdout] --> src/raw/types/enums.rs:25:8 [INFO] [stdout] | [INFO] [stdout] 25 | #[repr(C)] [INFO] [stdout] | ^ [INFO] [stdout] 26 | pub type wl_output_mode = uint32_t; [INFO] [stdout] | ----------------------------------- not a struct, enum, or union [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0517]: attribute should be applied to a struct, enum, or union [INFO] [stdout] --> src/raw/types/enums.rs:30:8 [INFO] [stdout] | [INFO] [stdout] 30 | #[repr(C)] [INFO] [stdout] | ^ [INFO] [stdout] 31 | pub type wl_output_subpixel = uint32_t; [INFO] [stdout] | --------------------------------------- not a struct, enum, or union [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0517]: attribute should be applied to a struct, enum, or union [INFO] [stdout] --> src/raw/types/enums.rs:39:8 [INFO] [stdout] | [INFO] [stdout] 39 | #[repr(C)] [INFO] [stdout] | ^ [INFO] [stdout] 40 | pub type wl_output_transform = uint32_t; [INFO] [stdout] | ---------------------------------------- not a struct, enum, or union [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0517]: attribute should be applied to a struct, enum, or union [INFO] [stdout] --> src/raw/types/enums.rs:50:8 [INFO] [stdout] | [INFO] [stdout] 50 | #[repr(C)] [INFO] [stdout] | ^ [INFO] [stdout] 51 | pub type wl_pointer_axis = uint32_t; [INFO] [stdout] | ------------------------------------ not a struct, enum, or union [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0517]: attribute should be applied to a struct, enum, or union [INFO] [stdout] --> src/raw/types/enums.rs:55:8 [INFO] [stdout] | [INFO] [stdout] 55 | #[repr(C)] [INFO] [stdout] | ^ [INFO] [stdout] 56 | pub type wl_pointer_button_state = uint32_t; [INFO] [stdout] | -------------------------------------------- not a struct, enum, or union [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0517]: attribute should be applied to a struct, enum, or union [INFO] [stdout] --> src/raw/types/enums.rs:60:8 [INFO] [stdout] | [INFO] [stdout] 60 | #[repr(C)] [INFO] [stdout] | ^ [INFO] [stdout] 61 | pub type wl_pointer_error = uint32_t; [INFO] [stdout] | ------------------------------------- not a struct, enum, or union [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0517]: attribute should be applied to a struct, enum, or union [INFO] [stdout] --> src/raw/types/enums.rs:64:8 [INFO] [stdout] | [INFO] [stdout] 64 | #[repr(C)] [INFO] [stdout] | ^ [INFO] [stdout] 65 | pub type wl_seat_capability = uint32_t; [INFO] [stdout] | --------------------------------------- not a struct, enum, or union [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0517]: attribute should be applied to a struct, enum, or union [INFO] [stdout] --> src/raw/types/enums.rs:70:8 [INFO] [stdout] | [INFO] [stdout] 70 | #[repr(C)] [INFO] [stdout] | ^ [INFO] [stdout] 71 | pub type wl_shell_error = uint32_t; [INFO] [stdout] | ----------------------------------- not a struct, enum, or union [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0517]: attribute should be applied to a struct, enum, or union [INFO] [stdout] --> src/raw/types/enums.rs:74:8 [INFO] [stdout] | [INFO] [stdout] 74 | #[repr(C)] [INFO] [stdout] | ^ [INFO] [stdout] 75 | pub type wl_shell_surface_fullscreen_method = uint32_t; [INFO] [stdout] | ------------------------------------------------------- not a struct, enum, or union [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0517]: attribute should be applied to a struct, enum, or union [INFO] [stdout] --> src/raw/types/enums.rs:85:8 [INFO] [stdout] | [INFO] [stdout] 85 | #[repr(C)] [INFO] [stdout] | ^ [INFO] [stdout] 86 | pub type wl_shell_surface_resize = uint32_t; [INFO] [stdout] | -------------------------------------------- not a struct, enum, or union [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0517]: attribute should be applied to a struct, enum, or union [INFO] [stdout] --> src/raw/types/enums.rs:97:8 [INFO] [stdout] | [INFO] [stdout] 97 | #[repr(C)] [INFO] [stdout] | ^ [INFO] [stdout] 98 | pub type wl_shell_surface_transient = uint32_t; [INFO] [stdout] | ----------------------------------------------- not a struct, enum, or union [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0517]: attribute should be applied to a struct, enum, or union [INFO] [stdout] --> src/raw/types/enums.rs:101:8 [INFO] [stdout] | [INFO] [stdout] 101 | #[repr(C)] [INFO] [stdout] | ^ [INFO] [stdout] 102 | pub type wl_shm_error = uint32_t; [INFO] [stdout] | --------------------------------- not a struct, enum, or union [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0517]: attribute should be applied to a struct, enum, or union [INFO] [stdout] --> src/raw/types/enums.rs:107:8 [INFO] [stdout] | [INFO] [stdout] 107 | #[repr(C)] [INFO] [stdout] | ^ [INFO] [stdout] 108 | pub type wl_shm_format = uint32_t; [INFO] [stdout] | ---------------------------------- not a struct, enum, or union [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0517]: attribute should be applied to a struct, enum, or union [INFO] [stdout] --> src/raw/types/enums.rs:168:8 [INFO] [stdout] | [INFO] [stdout] 168 | #[repr(C)] [INFO] [stdout] | ^ [INFO] [stdout] 169 | pub type wl_subcompositor_error = uint32_t; [INFO] [stdout] | ------------------------------------------- not a struct, enum, or union [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0517]: attribute should be applied to a struct, enum, or union [INFO] [stdout] --> src/raw/types/enums.rs:172:8 [INFO] [stdout] | [INFO] [stdout] 172 | #[repr(C)] [INFO] [stdout] | ^ [INFO] [stdout] 173 | pub type wl_subsurface_error = uint32_t; [INFO] [stdout] | ---------------------------------------- not a struct, enum, or union [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0517]: attribute should be applied to a struct, enum, or union [INFO] [stdout] --> src/raw/types/enums.rs:176:8 [INFO] [stdout] | [INFO] [stdout] 176 | #[repr(C)] [INFO] [stdout] | ^ [INFO] [stdout] 177 | pub type wl_surface_error = uint32_t; [INFO] [stdout] | ------------------------------------- not a struct, enum, or union [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0517]: attribute should be applied to a struct, enum, or union [INFO] [stdout] --> src/raw/types/utils.rs:5:8 [INFO] [stdout] | [INFO] [stdout] 5 | #[repr(C)] [INFO] [stdout] | ^ [INFO] [stdout] 6 | pub type wl_argument = uint64_t; [INFO] [stdout] | -------------------------------- not a struct, enum, or union [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0517]: attribute should be applied to a struct, enum, or union [INFO] [stdout] --> src/raw/types/utils.rs:15:8 [INFO] [stdout] | [INFO] [stdout] 15 | #[repr(C)] [INFO] [stdout] | ^ [INFO] [stdout] 16 | / pub type wl_dispatcher_func_t = extern fn( [INFO] [stdout] 17 | | _: *const c_void, [INFO] [stdout] 18 | | _: *mut c_void, [INFO] [stdout] 19 | | _: uint32_t, [INFO] [stdout] 20 | | _: *const wl_message, [INFO] [stdout] 21 | | _: *mut wl_argument); [INFO] [stdout] | |_________________________- not a struct, enum, or union [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0517]: attribute should be applied to a struct, enum, or union [INFO] [stdout] --> src/raw/types/utils.rs:23:8 [INFO] [stdout] | [INFO] [stdout] 23 | #[repr(C)] [INFO] [stdout] | ^ [INFO] [stdout] 24 | pub type wl_fixed_t = uint32_t; [INFO] [stdout] | ------------------------------- not a struct, enum, or union [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0517]: attribute should be applied to a struct, enum, or union [INFO] [stdout] --> src/raw/types/utils.rs:42:8 [INFO] [stdout] | [INFO] [stdout] 42 | #[repr(C)] [INFO] [stdout] | ^ [INFO] [stdout] 43 | pub type wl_log_func_t = extern fn(_: *const c_char, ...); [INFO] [stdout] | ---------------------------------------------------------- not a struct, enum, or union [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 24 previous errors; 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0517`. [INFO] [stdout] [INFO] [stderr] error: could not document `wayland` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --crate-type lib --crate-name wayland src/lib.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --document-private-items -C metadata=ac276c9566f944d5 -L dependency=/opt/rustwide/target/debug/deps --cap-lints=warn --crate-version 0.0.2` (exit status: 1) [INFO] running `Command { std: "docker" "inspect" "fbd868719a44fc161a1b0e995f1e84c888276032e5f23e741c4e45335a4650b0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fbd868719a44fc161a1b0e995f1e84c888276032e5f23e741c4e45335a4650b0", kill_on_drop: false }` [INFO] [stdout] fbd868719a44fc161a1b0e995f1e84c888276032e5f23e741c4e45335a4650b0