[INFO] cloning repository https://github.com/alxkolm/rust-xlib-record [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/alxkolm/rust-xlib-record" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falxkolm%2Frust-xlib-record", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falxkolm%2Frust-xlib-record'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 5be7a55b6a55f30c8f5fedbba214716577ed745d [INFO] documenting alxkolm/rust-xlib-record against 1.46.0 for beta-1.47-rustdoc-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falxkolm%2Frust-xlib-record" "/workspace/builds/worker-8/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/alxkolm/rust-xlib-record on toolchain 1.46.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.46.0" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/alxkolm/rust-xlib-record [INFO] finished tweaking git repo https://github.com/alxkolm/rust-xlib-record [INFO] tweaked toml for git repo https://github.com/alxkolm/rust-xlib-record written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/alxkolm/rust-xlib-record already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.46.0" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+1.46.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] e8c0e30c6435563673221e1cf88df8b29d2e2b10dbc5357f942787fef15663d5 [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" "e8c0e30c6435563673221e1cf88df8b29d2e2b10dbc5357f942787fef15663d5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "e8c0e30c6435563673221e1cf88df8b29d2e2b10dbc5357f942787fef15663d5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e8c0e30c6435563673221e1cf88df8b29d2e2b10dbc5357f942787fef15663d5", kill_on_drop: false }` [INFO] [stdout] e8c0e30c6435563673221e1cf88df8b29d2e2b10dbc5357f942787fef15663d5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "rustops/crates-build-env@sha256:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+1.46.0" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 30399f9acc14d444de4c461e5fa6592a1cf1841ec43b2fc52d7dab803f50b120 [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" "30399f9acc14d444de4c461e5fa6592a1cf1841ec43b2fc52d7dab803f50b120", kill_on_drop: false }` [INFO] [stderr] Documenting xrecord v0.0.1 (/opt/rustwide/workdir) [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/main.rs:132:27 [INFO] [stdout] | [INFO] [stdout] 132 | let raw_bytes: &mut [u8,..4] = std::mem::transmute(data.data); [INFO] [stdout] | ---------- ^ expected one of 7 possible tokens [INFO] [stdout] | | | [INFO] [stdout] | | help: use `=` if you meant to assign [INFO] [stdout] | while parsing the type for `raw_bytes` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer literal [INFO] [stdout] --> src/main.rs:143:15 [INFO] [stdout] | [INFO] [stdout] 143 | let mut i = 0u; [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer literal [INFO] [stdout] --> src/main.rs:336:62 [INFO] [stdout] | [INFO] [stdout] 336 | let mut children: *mut xlib::Window = mem::transmute(&mut 0u); [INFO] [stdout] | ^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/xlib.rs:45:30 [INFO] [stdout] | [INFO] [stdout] 45 | pub __val: [::libc::c_int, ..2u], [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/xlib.rs:116:32 [INFO] [stdout] | [INFO] [stdout] 116 | pub __val: [::libc::c_ulong, ..16u], [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/xlib.rs:134:31 [INFO] [stdout] | [INFO] [stdout] 134 | pub __fds_bits: [__fd_mask, ..16u], [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/xlib.rs:145:19 [INFO] [stdout] | [INFO] [stdout] 145 | pub data: [u64, ..7u], [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/xlib.rs:148:53 [INFO] [stdout] | [INFO] [stdout] 147 | impl Union_pthread_attr_t { [INFO] [stdout] | - while parsing this item list starting here [INFO] [stdout] 148 | pub fn __size(&mut self) -> *mut [::libc::c_char, ..56u] { [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] ... [INFO] [stdout] 154 | } [INFO] [stdout] | - the item list ends here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/xlib.rs:164:19 [INFO] [stdout] | [INFO] [stdout] 164 | pub data: [u64, ..5u], [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/xlib.rs:170:53 [INFO] [stdout] | [INFO] [stdout] 166 | impl Union_Unnamed4 { [INFO] [stdout] | - while parsing this item list starting here [INFO] [stdout] ... [INFO] [stdout] 170 | pub fn __size(&mut self) -> *mut [::libc::c_char, ..40u] { [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] ... [INFO] [stdout] 176 | } [INFO] [stdout] | - the item list ends here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/xlib.rs:191:19 [INFO] [stdout] | [INFO] [stdout] 191 | pub data: [u32, ..1u], [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/xlib.rs:194:53 [INFO] [stdout] | [INFO] [stdout] 193 | impl Union_Unnamed5 { [INFO] [stdout] | - while parsing this item list starting here [INFO] [stdout] 194 | pub fn __size(&mut self) -> *mut [::libc::c_char, ..4u] { [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] ... [INFO] [stdout] 200 | } [INFO] [stdout] | - the item list ends here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/xlib.rs:204:19 [INFO] [stdout] | [INFO] [stdout] 204 | pub data: [u64, ..6u], [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/xlib.rs:210:53 [INFO] [stdout] | [INFO] [stdout] 206 | impl Union_Unnamed6 { [INFO] [stdout] | - while parsing this item list starting here [INFO] [stdout] ... [INFO] [stdout] 210 | pub fn __size(&mut self) -> *mut [::libc::c_char, ..48u] { [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] ... [INFO] [stdout] 216 | } [INFO] [stdout] | - the item list ends here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/xlib.rs:231:19 [INFO] [stdout] | [INFO] [stdout] 231 | pub data: [u32, ..1u], [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/xlib.rs:234:53 [INFO] [stdout] | [INFO] [stdout] 233 | impl Union_Unnamed8 { [INFO] [stdout] | - while parsing this item list starting here [INFO] [stdout] 234 | pub fn __size(&mut self) -> *mut [::libc::c_char, ..4u] { [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] ... [INFO] [stdout] 240 | } [INFO] [stdout] | - the item list ends here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/xlib.rs:246:19 [INFO] [stdout] | [INFO] [stdout] 246 | pub data: [u64, ..7u], [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/xlib.rs:252:53 [INFO] [stdout] | [INFO] [stdout] 248 | impl Union_Unnamed9 { [INFO] [stdout] | - while parsing this item list starting here [INFO] [stdout] ... [INFO] [stdout] 252 | pub fn __size(&mut self) -> *mut [::libc::c_char, ..56u] { [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] ... [INFO] [stdout] 258 | } [INFO] [stdout] | - the item list ends here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/xlib.rs:276:19 [INFO] [stdout] | [INFO] [stdout] 276 | pub data: [u64, ..1u], [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/xlib.rs:279:53 [INFO] [stdout] | [INFO] [stdout] 278 | impl Union_Unnamed11 { [INFO] [stdout] | - while parsing this item list starting here [INFO] [stdout] 279 | pub fn __size(&mut self) -> *mut [::libc::c_char, ..8u] { [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] ... [INFO] [stdout] 285 | } [INFO] [stdout] | - the item list ends here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/xlib.rs:290:19 [INFO] [stdout] | [INFO] [stdout] 290 | pub data: [u64, ..4u], [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/xlib.rs:293:53 [INFO] [stdout] | [INFO] [stdout] 292 | impl Union_Unnamed12 { [INFO] [stdout] | - while parsing this item list starting here [INFO] [stdout] 293 | pub fn __size(&mut self) -> *mut [::libc::c_char, ..32u] { [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] ... [INFO] [stdout] 299 | } [INFO] [stdout] | - the item list ends here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/xlib.rs:303:19 [INFO] [stdout] | [INFO] [stdout] 303 | pub data: [u32, ..1u], [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/xlib.rs:306:53 [INFO] [stdout] | [INFO] [stdout] 305 | impl Union_Unnamed13 { [INFO] [stdout] | - while parsing this item list starting here [INFO] [stdout] 306 | pub fn __size(&mut self) -> *mut [::libc::c_char, ..4u] { [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] ... [INFO] [stdout] 312 | } [INFO] [stdout] | - the item list ends here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/xlib.rs:618:38 [INFO] [stdout] | [INFO] [stdout] 618 | pub auto_repeats: [::libc::c_char, ..32u], [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/xlib.rs:795:36 [INFO] [stdout] | [INFO] [stdout] 795 | pub key_vector: [::libc::c_char, ..32u], [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/xlib.rs:1076:19 [INFO] [stdout] | [INFO] [stdout] 1076 | pub data: [u64, ..5u], [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/xlib.rs:1079:48 [INFO] [stdout] | [INFO] [stdout] 1078 | impl Union_Unnamed64 { [INFO] [stdout] | - while parsing this item list starting here [INFO] [stdout] 1079 | pub fn b(&mut self) -> *mut [::libc::c_char, ..20u] { [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] ... [INFO] [stdout] 1088 | } [INFO] [stdout] | - the item list ends here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/xlib.rs:1146:19 [INFO] [stdout] | [INFO] [stdout] 1146 | pub data: [u64, ..24u], [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/xlib.rs:1251:50 [INFO] [stdout] | [INFO] [stdout] 1148 | impl Union__XEvent { [INFO] [stdout] | - while parsing this item list starting here [INFO] [stdout] ... [INFO] [stdout] 1251 | pub fn pad(&mut self) -> *mut [::libc::c_long, ..24u] { [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] ... [INFO] [stdout] 1254 | } [INFO] [stdout] | - the item list ends here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/xlib.rs:1316:19 [INFO] [stdout] | [INFO] [stdout] 1316 | pub data: [u64, ..1u], [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/xlib.rs:1435:19 [INFO] [stdout] | [INFO] [stdout] 1435 | pub data: [u64, ..1u], [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/xlib.rs:1464:19 [INFO] [stdout] | [INFO] [stdout] 1464 | pub data: [u64, ..1u], [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/xlib.rs:1534:19 [INFO] [stdout] | [INFO] [stdout] 1534 | pub data: [u64, ..1u], [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/xlib.rs:2186:66 [INFO] [stdout] | [INFO] [stdout] 2186 | pub fn XQueryKeymap(arg1: *mut Display, arg2: [::libc::c_char, ..32u]) -> [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer literal [INFO] [stdout] --> src/xlib.rs:2186:70 [INFO] [stdout] | [INFO] [stdout] 2186 | pub fn XQueryKeymap(arg1: *mut Display, arg2: [::libc::c_char, ..32u]) -> [INFO] [stdout] | ^^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `:` or `|`, found `]` [INFO] [stdout] --> src/xlib.rs:2186:73 [INFO] [stdout] | [INFO] [stdout] 2186 | pub fn XQueryKeymap(arg1: *mut Display, arg2: [::libc::c_char, ..32u]) -> [INFO] [stdout] | ^ expected one of `:` or `|` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected `;` or `{`, found `]` [INFO] [stdout] --> src/xlib.rs:2186:73 [INFO] [stdout] | [INFO] [stdout] 1577 | extern "C" { [INFO] [stdout] | - while parsing this item list starting here [INFO] [stdout] ... [INFO] [stdout] 2186 | pub fn XQueryKeymap(arg1: *mut Display, arg2: [::libc::c_char, ..32u]) -> [INFO] [stdout] | ^ expected `;` or `{` [INFO] [stdout] ... [INFO] [stdout] 2555 | } [INFO] [stdout] | - the item list ends here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/xlibint.rs:32:30 [INFO] [stdout] | [INFO] [stdout] 32 | pub __val: [::libc::c_int, ..2u], [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/xlibint.rs:103:32 [INFO] [stdout] | [INFO] [stdout] 103 | pub __val: [::libc::c_ulong, ..16u], [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/xlibint.rs:121:31 [INFO] [stdout] | [INFO] [stdout] 121 | pub __fds_bits: [__fd_mask, ..16u], [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/xlibint.rs:132:19 [INFO] [stdout] | [INFO] [stdout] 132 | pub data: [u64, ..7u], [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/xlibint.rs:135:53 [INFO] [stdout] | [INFO] [stdout] 134 | impl Union_pthread_attr_t { [INFO] [stdout] | - while parsing this item list starting here [INFO] [stdout] 135 | pub fn __size(&mut self) -> *mut [::libc::c_char, ..56u] { [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] ... [INFO] [stdout] 141 | } [INFO] [stdout] | - the item list ends here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/xlibint.rs:151:19 [INFO] [stdout] | [INFO] [stdout] 151 | pub data: [u64, ..5u], [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/xlibint.rs:157:53 [INFO] [stdout] | [INFO] [stdout] 153 | impl Union_Unnamed4 { [INFO] [stdout] | - while parsing this item list starting here [INFO] [stdout] ... [INFO] [stdout] 157 | pub fn __size(&mut self) -> *mut [::libc::c_char, ..40u] { [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] ... [INFO] [stdout] 163 | } [INFO] [stdout] | - the item list ends here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/xlibint.rs:178:19 [INFO] [stdout] | [INFO] [stdout] 178 | pub data: [u32, ..1u], [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/xlibint.rs:181:53 [INFO] [stdout] | [INFO] [stdout] 180 | impl Union_Unnamed5 { [INFO] [stdout] | - while parsing this item list starting here [INFO] [stdout] 181 | pub fn __size(&mut self) -> *mut [::libc::c_char, ..4u] { [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] ... [INFO] [stdout] 187 | } [INFO] [stdout] | - the item list ends here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/xlibint.rs:191:19 [INFO] [stdout] | [INFO] [stdout] 191 | pub data: [u64, ..6u], [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/xlibint.rs:197:53 [INFO] [stdout] | [INFO] [stdout] 193 | impl Union_Unnamed6 { [INFO] [stdout] | - while parsing this item list starting here [INFO] [stdout] ... [INFO] [stdout] 197 | pub fn __size(&mut self) -> *mut [::libc::c_char, ..48u] { [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] ... [INFO] [stdout] 203 | } [INFO] [stdout] | - the item list ends here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/xlibint.rs:218:19 [INFO] [stdout] | [INFO] [stdout] 218 | pub data: [u32, ..1u], [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/xlibint.rs:221:53 [INFO] [stdout] | [INFO] [stdout] 220 | impl Union_Unnamed8 { [INFO] [stdout] | - while parsing this item list starting here [INFO] [stdout] 221 | pub fn __size(&mut self) -> *mut [::libc::c_char, ..4u] { [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] ... [INFO] [stdout] 227 | } [INFO] [stdout] | - the item list ends here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/xlibint.rs:233:19 [INFO] [stdout] | [INFO] [stdout] 233 | pub data: [u64, ..7u], [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/xlibint.rs:239:53 [INFO] [stdout] | [INFO] [stdout] 235 | impl Union_Unnamed9 { [INFO] [stdout] | - while parsing this item list starting here [INFO] [stdout] ... [INFO] [stdout] 239 | pub fn __size(&mut self) -> *mut [::libc::c_char, ..56u] { [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] ... [INFO] [stdout] 245 | } [INFO] [stdout] | - the item list ends here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/xlibint.rs:263:19 [INFO] [stdout] | [INFO] [stdout] 263 | pub data: [u64, ..1u], [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/xlibint.rs:266:53 [INFO] [stdout] | [INFO] [stdout] 265 | impl Union_Unnamed11 { [INFO] [stdout] | - while parsing this item list starting here [INFO] [stdout] 266 | pub fn __size(&mut self) -> *mut [::libc::c_char, ..8u] { [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] ... [INFO] [stdout] 272 | } [INFO] [stdout] | - the item list ends here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/xlibint.rs:277:19 [INFO] [stdout] | [INFO] [stdout] 277 | pub data: [u64, ..4u], [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/xlibint.rs:280:53 [INFO] [stdout] | [INFO] [stdout] 279 | impl Union_Unnamed12 { [INFO] [stdout] | - while parsing this item list starting here [INFO] [stdout] 280 | pub fn __size(&mut self) -> *mut [::libc::c_char, ..32u] { [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] ... [INFO] [stdout] 286 | } [INFO] [stdout] | - the item list ends here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/xlibint.rs:290:19 [INFO] [stdout] | [INFO] [stdout] 290 | pub data: [u32, ..1u], [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/xlibint.rs:293:53 [INFO] [stdout] | [INFO] [stdout] 292 | impl Union_Unnamed13 { [INFO] [stdout] | - while parsing this item list starting here [INFO] [stdout] 293 | pub fn __size(&mut self) -> *mut [::libc::c_char, ..4u] { [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] ... [INFO] [stdout] 299 | } [INFO] [stdout] | - the item list ends here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/xlibint.rs:617:38 [INFO] [stdout] | [INFO] [stdout] 617 | pub auto_repeats: [::libc::c_char, ..32u], [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/xlibint.rs:794:36 [INFO] [stdout] | [INFO] [stdout] 794 | pub key_vector: [::libc::c_char, ..32u], [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/xlibint.rs:1075:19 [INFO] [stdout] | [INFO] [stdout] 1075 | pub data: [u64, ..5u], [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/xlibint.rs:1078:48 [INFO] [stdout] | [INFO] [stdout] 1077 | impl Union_Unnamed64 { [INFO] [stdout] | - while parsing this item list starting here [INFO] [stdout] 1078 | pub fn b(&mut self) -> *mut [::libc::c_char, ..20u] { [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] ... [INFO] [stdout] 1087 | } [INFO] [stdout] | - the item list ends here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/xlibint.rs:1145:19 [INFO] [stdout] | [INFO] [stdout] 1145 | pub data: [u64, ..24u], [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/xlibint.rs:1250:50 [INFO] [stdout] | [INFO] [stdout] 1147 | impl Union__XEvent { [INFO] [stdout] | - while parsing this item list starting here [INFO] [stdout] ... [INFO] [stdout] 1250 | pub fn pad(&mut self) -> *mut [::libc::c_long, ..24u] { [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] ... [INFO] [stdout] 1253 | } [INFO] [stdout] | - the item list ends here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/xlibint.rs:1315:19 [INFO] [stdout] | [INFO] [stdout] 1315 | pub data: [u64, ..1u], [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/xlibint.rs:1434:19 [INFO] [stdout] | [INFO] [stdout] 1434 | pub data: [u64, ..1u], [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/xlibint.rs:1463:19 [INFO] [stdout] | [INFO] [stdout] 1463 | pub data: [u64, ..1u], [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/xlibint.rs:1533:19 [INFO] [stdout] | [INFO] [stdout] 1533 | pub data: [u64, ..1u], [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/xlibint.rs:1985:19 [INFO] [stdout] | [INFO] [stdout] 1985 | pub map: [BYTE, ..32u], [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/xlibint.rs:2320:19 [INFO] [stdout] | [INFO] [stdout] 2320 | pub map: [BYTE, ..32u], [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/xlibint.rs:2393:19 [INFO] [stdout] | [INFO] [stdout] 2393 | pub data: [u32, ..8u], [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/xlibint.rs:2741:19 [INFO] [stdout] | [INFO] [stdout] 2741 | pub data: [u32, ..6u], [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/xlibint.rs:2780:21 [INFO] [stdout] | [INFO] [stdout] 2780 | pub bytes: [INT8, ..20u], [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/xlibint.rs:2801:19 [INFO] [stdout] | [INFO] [stdout] 2801 | pub map: [BYTE, ..31u], [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/xlibint.rs:2806:19 [INFO] [stdout] | [INFO] [stdout] 2806 | pub data: [u32, ..8u], [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/xlibint.rs:3021:19 [INFO] [stdout] | [INFO] [stdout] 3021 | pub pad: [BYTE, ..3u], [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `+`, `::`, `;`, or `]`, found `,` [INFO] [stdout] --> src/xlibint.rs:3813:64 [INFO] [stdout] | [INFO] [stdout] 3813 | ... -> ::libc::c_int>, ..128u], [INFO] [stdout] | ^ expected one of `!`, `+`, `::`, `;`, or `]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/xlibint.rs:3899:46 [INFO] [stdout] | [INFO] [stdout] 3899 | pub __locales: [*mut Struct___locale_data, ..13u], [INFO] [stdout] | ^ expected one of `!`, `(`, `::`, `;`, `<`, or `]` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/xlibint.rs:3915:19 [INFO] [stdout] | [INFO] [stdout] 3915 | pub data: [u32, ..1u], [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/xlibint.rs:3943:19 [INFO] [stdout] | [INFO] [stdout] 3943 | pub data: [u64, ..1u], [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/xlibint.rs:3984:31 [INFO] [stdout] | [INFO] [stdout] 3984 | pub __x: [::libc::c_ushort, ..3u], [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `(`, `+`, `::`, `;`, `<`, or `]`, found `,` [INFO] [stdout] --> src/xlibint.rs:4756:66 [INFO] [stdout] | [INFO] [stdout] 4756 | pub fn XQueryKeymap(arg1: *mut Display, arg2: [::libc::c_char, ..32u]) -> [INFO] [stdout] | ^ expected one of 7 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: invalid suffix `u` for integer literal [INFO] [stdout] --> src/xlibint.rs:4756:70 [INFO] [stdout] | [INFO] [stdout] 4756 | pub fn XQueryKeymap(arg1: *mut Display, arg2: [::libc::c_char, ..32u]) -> [INFO] [stdout] | ^^^ invalid suffix `u` [INFO] [stdout] | [INFO] [stdout] = help: the suffix must be one of the integral types (`u32`, `isize`, etc) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `:` or `|`, found `]` [INFO] [stdout] --> src/xlibint.rs:4756:73 [INFO] [stdout] | [INFO] [stdout] 4756 | pub fn XQueryKeymap(arg1: *mut Display, arg2: [::libc::c_char, ..32u]) -> [INFO] [stdout] | ^ expected one of `:` or `|` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected `;` or `{`, found `]` [INFO] [stdout] --> src/xlibint.rs:4756:73 [INFO] [stdout] | [INFO] [stdout] 4130 | extern "C" { [INFO] [stdout] | - while parsing this item list starting here [INFO] [stdout] ... [INFO] [stdout] 4756 | pub fn XQueryKeymap(arg1: *mut Display, arg2: [::libc::c_char, ..32u]) -> [INFO] [stdout] | ^ expected `;` or `{` [INFO] [stdout] ... [INFO] [stdout] 5709 | } [INFO] [stdout] | - the item list ends here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::c_str` [INFO] [stdout] --> src/main.rs:9:10 [INFO] [stdout] | [INFO] [stdout] 9 | use std::c_str::CString; [INFO] [stdout] | ^^^^^ could not find `c_str` in `std` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::c_vec` [INFO] [stdout] --> src/main.rs:10:5 [INFO] [stdout] | [INFO] [stdout] 10 | use std::c_vec; [INFO] [stdout] | ^^^^^^^^^^ no `c_vec` in the root [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `std::io::Timer` [INFO] [stdout] --> src/main.rs:12:5 [INFO] [stdout] | [INFO] [stdout] 12 | use std::io::Timer; [INFO] [stdout] | ^^^^^^^^^^^^^^ no `Timer` in `io` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `uint` in this scope [INFO] [stdout] --> src/main.rs:213:9 [INFO] [stdout] | [INFO] [stdout] 213 | id: uint, // XID [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stdout] --> src/main.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(globs)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: half-open range patterns are unstable [INFO] [stdout] --> src/xlib.rs:2186:68 [INFO] [stdout] | [INFO] [stdout] 2186 | pub fn XQueryKeymap(arg1: *mut Display, arg2: [::libc::c_char, ..32u]) -> [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #67264 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0658]: half-open range patterns are unstable [INFO] [stdout] --> src/xlibint.rs:4756:68 [INFO] [stdout] | [INFO] [stdout] 4756 | pub fn XQueryKeymap(arg1: *mut Display, arg2: [::libc::c_char, ..32u]) -> [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: see issue #67264 for more information [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: Compilation failed, aborting rustdoc [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 94 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0432, E0554, E0658. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: Could not document `xrecord`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustdoc --crate-type bin --crate-name xrecord src/main.rs -o /opt/rustwide/target/doc --error-format=json --json=diagnostic-rendered-ansi --document-private-items -L dependency=/opt/rustwide/target/debug/deps --cap-lints=warn` (exit code: 1) [INFO] running `Command { std: "docker" "inspect" "30399f9acc14d444de4c461e5fa6592a1cf1841ec43b2fc52d7dab803f50b120", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "30399f9acc14d444de4c461e5fa6592a1cf1841ec43b2fc52d7dab803f50b120", kill_on_drop: false }` [INFO] [stdout] 30399f9acc14d444de4c461e5fa6592a1cf1841ec43b2fc52d7dab803f50b120