[INFO] crate window 0.3.1 is already in cache [INFO] documenting window-0.3.1 against master#394e1b40d264aa6928811919c1124fa248e7d802 for pr-73566 [INFO] extracting crate window 0.3.1 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate window 0.3.1 on toolchain 394e1b40d264aa6928811919c1124fa248e7d802 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+394e1b40d264aa6928811919c1124fa248e7d802" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate window 0.3.1 [INFO] finished tweaking crates.io crate window 0.3.1 [INFO] tweaked toml for crates.io crate window 0.3.1 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate crates.io crate window 0.3.1 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+394e1b40d264aa6928811919c1124fa248e7d802" "fetch" "--locked" "--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-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:819119df93c0f5eca3f29186f14981ef29945a311854d7222af07488600a2584" "/opt/rustwide/cargo-home/bin/cargo" "+394e1b40d264aa6928811919c1124fa248e7d802" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f37efe9688f0b311610c683d8aca2aedae5d23a2bf28b4d09361e7f1a0853760 [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" "f37efe9688f0b311610c683d8aca2aedae5d23a2bf28b4d09361e7f1a0853760", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f37efe9688f0b311610c683d8aca2aedae5d23a2bf28b4d09361e7f1a0853760", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f37efe9688f0b311610c683d8aca2aedae5d23a2bf28b4d09361e7f1a0853760", kill_on_drop: false }` [INFO] [stdout] f37efe9688f0b311610c683d8aca2aedae5d23a2bf28b4d09361e7f1a0853760 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:819119df93c0f5eca3f29186f14981ef29945a311854d7222af07488600a2584" "/opt/rustwide/cargo-home/bin/cargo" "+394e1b40d264aa6928811919c1124fa248e7d802" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f5162ff5338d534cc96bded2747082d74a41fd8ec7e7c0d7fe8ac445bd46f4af [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" "f5162ff5338d534cc96bded2747082d74a41fd8ec7e7c0d7fe8ac445bd46f4af", kill_on_drop: false }` [INFO] [stderr] Documenting window v0.3.1 (/opt/rustwide/workdir) [INFO] [stdout] warning: `wl_proxy_marshal` redeclared with a different signature [INFO] [stdout] --> src/wayland/mod.rs:296:13 [INFO] [stdout] | [INFO] [stdout] 296 | / fn wl_proxy_marshal( [INFO] [stdout] 297 | | p: *mut c_void, [INFO] [stdout] 298 | | opcode: u32, [INFO] [stdout] 299 | | a: u32, [INFO] [stdout] ... | [INFO] [stdout] 302 | | d: u32, [INFO] [stdout] 303 | | ) -> (); [INFO] [stdout] | |____________________^ this signature doesn't match the previous declaration [INFO] [stdout] | [INFO] [stdout] ::: src/wayland/wl.rs:57:9 [INFO] [stdout] | [INFO] [stdout] 57 | fn wl_proxy_marshal(p: *mut c_void, opcode: u32) -> (); [INFO] [stdout] | ------------------------------------------------------- `wl_proxy_marshal` previously declared here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(clashing_extern_decl)]` on by default [INFO] [stdout] = note: expected `unsafe extern "C" fn(*mut std::ffi::c_void, u32)` [INFO] [stdout] found `unsafe extern "C" fn(*mut std::ffi::c_void, u32, u32, *mut std::ffi::c_void, u32, u32)` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `wl_proxy_marshal` redeclared with a different signature [INFO] [stdout] --> src/wayland/mod.rs:317:13 [INFO] [stdout] | [INFO] [stdout] 317 | / fn wl_proxy_marshal( [INFO] [stdout] 318 | | p: *mut c_void, [INFO] [stdout] 319 | | opcode: u32, [INFO] [stdout] 320 | | a: *mut c_void, [INFO] [stdout] 321 | | b: i32, [INFO] [stdout] 322 | | c: i32, [INFO] [stdout] 323 | | ) -> (); [INFO] [stdout] | |____________________^ this signature doesn't match the previous declaration [INFO] [stdout] | [INFO] [stdout] ::: src/wayland/wl.rs:57:9 [INFO] [stdout] | [INFO] [stdout] 57 | fn wl_proxy_marshal(p: *mut c_void, opcode: u32) -> (); [INFO] [stdout] | ------------------------------------------------------- `wl_proxy_marshal` previously declared here [INFO] [stdout] | [INFO] [stdout] = note: expected `unsafe extern "C" fn(*mut std::ffi::c_void, u32)` [INFO] [stdout] found `unsafe extern "C" fn(*mut std::ffi::c_void, u32, *mut std::ffi::c_void, i32, i32)` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `wl_proxy_marshal` redeclared with a different signature [INFO] [stdout] --> src/wayland/mod.rs:336:13 [INFO] [stdout] | [INFO] [stdout] 336 | / fn wl_proxy_marshal( [INFO] [stdout] 337 | | p: *mut c_void, [INFO] [stdout] 338 | | opcode: u32, [INFO] [stdout] 339 | | a: u32, [INFO] [stdout] ... | [INFO] [stdout] 342 | | d: u32, [INFO] [stdout] 343 | | ) -> (); [INFO] [stdout] | |____________________^ this signature doesn't match the previous declaration [INFO] [stdout] | [INFO] [stdout] ::: src/wayland/wl.rs:57:9 [INFO] [stdout] | [INFO] [stdout] 57 | fn wl_proxy_marshal(p: *mut c_void, opcode: u32) -> (); [INFO] [stdout] | ------------------------------------------------------- `wl_proxy_marshal` previously declared here [INFO] [stdout] | [INFO] [stdout] = note: expected `unsafe extern "C" fn(*mut std::ffi::c_void, u32)` [INFO] [stdout] found `unsafe extern "C" fn(*mut std::ffi::c_void, u32, u32, u32, u32, u32)` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `wl_proxy_marshal` redeclared with a different signature [INFO] [stdout] --> src/wayland/mod.rs:397:9 [INFO] [stdout] | [INFO] [stdout] 397 | / fn wl_proxy_marshal( [INFO] [stdout] 398 | | p: *mut c_void, [INFO] [stdout] 399 | | opcode: u32, [INFO] [stdout] 400 | | a: *mut c_void, [INFO] [stdout] 401 | | b: u32, [INFO] [stdout] 402 | | ) -> (); [INFO] [stdout] | |________________^ this signature doesn't match the previous declaration [INFO] [stdout] | [INFO] [stdout] ::: src/wayland/wl.rs:57:9 [INFO] [stdout] | [INFO] [stdout] 57 | fn wl_proxy_marshal(p: *mut c_void, opcode: u32) -> (); [INFO] [stdout] | ------------------------------------------------------- `wl_proxy_marshal` previously declared here [INFO] [stdout] | [INFO] [stdout] = note: expected `unsafe extern "C" fn(*mut std::ffi::c_void, u32)` [INFO] [stdout] found `unsafe extern "C" fn(*mut std::ffi::c_void, u32, *mut std::ffi::c_void, u32)` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `wl_proxy_marshal` redeclared with a different signature [INFO] [stdout] --> src/wayland/mod.rs:526:9 [INFO] [stdout] | [INFO] [stdout] 526 | fn wl_proxy_marshal(p: *mut c_void, opcode: u32, b: u32) -> (); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this signature doesn't match the previous declaration [INFO] [stdout] | [INFO] [stdout] ::: src/wayland/wl.rs:57:9 [INFO] [stdout] | [INFO] [stdout] 57 | fn wl_proxy_marshal(p: *mut c_void, opcode: u32) -> (); [INFO] [stdout] | ------------------------------------------------------- `wl_proxy_marshal` previously declared here [INFO] [stdout] | [INFO] [stdout] = note: expected `unsafe extern "C" fn(*mut std::ffi::c_void, u32)` [INFO] [stdout] found `unsafe extern "C" fn(*mut std::ffi::c_void, u32, u32)` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `wl_proxy_marshal` redeclared with a different signature [INFO] [stdout] --> src/wayland/mod.rs:662:17 [INFO] [stdout] | [INFO] [stdout] 662 | / fn wl_proxy_marshal( [INFO] [stdout] 663 | | p: *mut c_void, [INFO] [stdout] 664 | | opcode: u32, [INFO] [stdout] 665 | | a: *mut c_void, [INFO] [stdout] 666 | | ) -> (); [INFO] [stdout] | |________________________^ this signature doesn't match the previous declaration [INFO] [stdout] | [INFO] [stdout] ::: src/wayland/wl.rs:57:9 [INFO] [stdout] | [INFO] [stdout] 57 | fn wl_proxy_marshal(p: *mut c_void, opcode: u32) -> (); [INFO] [stdout] | ------------------------------------------------------- `wl_proxy_marshal` previously declared here [INFO] [stdout] | [INFO] [stdout] = note: expected `unsafe extern "C" fn(*mut std::ffi::c_void, u32)` [INFO] [stdout] found `unsafe extern "C" fn(*mut std::ffi::c_void, u32, *mut std::ffi::c_void)` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `wl_proxy_marshal` redeclared with a different signature [INFO] [stdout] --> src/wayland/mod.rs:1025:9 [INFO] [stdout] | [INFO] [stdout] 1025 | fn wl_proxy_marshal(p: *mut c_void, opcode: u32, serial: u32) -> (); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this signature doesn't match the previous declaration [INFO] [stdout] | [INFO] [stdout] ::: src/wayland/wl.rs:57:9 [INFO] [stdout] | [INFO] [stdout] 57 | fn wl_proxy_marshal(p: *mut c_void, opcode: u32) -> (); [INFO] [stdout] | ------------------------------------------------------- `wl_proxy_marshal` previously declared here [INFO] [stdout] | [INFO] [stdout] = note: expected `unsafe extern "C" fn(*mut std::ffi::c_void, u32)` [INFO] [stdout] found `unsafe extern "C" fn(*mut std::ffi::c_void, u32, u32)` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `wl_proxy_marshal_constructor` redeclared with a different signature [INFO] [stdout] --> src/wayland/mod.rs:1325:13 [INFO] [stdout] | [INFO] [stdout] 33 | / pub(super) fn wl_proxy_marshal_constructor( [INFO] [stdout] 34 | | name: *mut c_void, [INFO] [stdout] 35 | | opcode: u32, [INFO] [stdout] 36 | | interface: &WlInterface, [INFO] [stdout] 37 | | p: *mut c_void, [INFO] [stdout] 38 | | ) -> *mut c_void; [INFO] [stdout] | |_____________________- `wl_proxy_marshal_constructor` previously declared here [INFO] [stdout] ... [INFO] [stdout] 1325 | / pub(super) fn wl_proxy_marshal_constructor( [INFO] [stdout] 1326 | | name: *mut c_void, [INFO] [stdout] 1327 | | opcode: u32, [INFO] [stdout] 1328 | | interface: &WlInterface, [INFO] [stdout] 1329 | | p: *mut c_void, [INFO] [stdout] 1330 | | s: *mut c_void, [INFO] [stdout] 1331 | | ) -> *mut c_void; [INFO] [stdout] | |_____________________________^ this signature doesn't match the previous declaration [INFO] [stdout] | [INFO] [stdout] = note: expected `for<'r> unsafe extern "C" fn(*mut std::ffi::c_void, u32, &'r wayland::wl::WlInterface, *mut std::ffi::c_void) -> *mut std::ffi::c_void` [INFO] [stdout] found `for<'r> unsafe extern "C" fn(*mut std::ffi::c_void, u32, &'r wayland::wl::WlInterface, *mut std::ffi::c_void, *mut std::ffi::c_void) -> *mut std::ffi::c_void` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `wl_proxy_marshal` redeclared with a different signature [INFO] [stdout] --> src/wayland/mod.rs:1371:13 [INFO] [stdout] | [INFO] [stdout] 1371 | / fn wl_proxy_marshal( [INFO] [stdout] 1372 | | p: *mut c_void, [INFO] [stdout] 1373 | | opcode: u32, [INFO] [stdout] 1374 | | a: *const c_void, [INFO] [stdout] 1375 | | ) -> (); [INFO] [stdout] | |____________________^ this signature doesn't match the previous declaration [INFO] [stdout] | [INFO] [stdout] ::: src/wayland/wl.rs:57:9 [INFO] [stdout] | [INFO] [stdout] 57 | fn wl_proxy_marshal(p: *mut c_void, opcode: u32) -> (); [INFO] [stdout] | ------------------------------------------------------- `wl_proxy_marshal` previously declared here [INFO] [stdout] | [INFO] [stdout] = note: expected `unsafe extern "C" fn(*mut std::ffi::c_void, u32)` [INFO] [stdout] found `unsafe extern "C" fn(*mut std::ffi::c_void, u32, *const std::ffi::c_void)` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.52s [INFO] running `Command { std: "docker" "inspect" "f5162ff5338d534cc96bded2747082d74a41fd8ec7e7c0d7fe8ac445bd46f4af", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f5162ff5338d534cc96bded2747082d74a41fd8ec7e7c0d7fe8ac445bd46f4af", kill_on_drop: false }` [INFO] [stdout] f5162ff5338d534cc96bded2747082d74a41fd8ec7e7c0d7fe8ac445bd46f4af