Oct 15 13:35:05.956 INFO testing xlib-0.0.3 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 13:35:05.957 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 15 13:35:06.458 INFO blam! ae2ebbf1748e5352d1c7ad2c4ced82b91f59b5e4543f107a73ea9c106b0ab4c6 Oct 15 13:35:06.458 INFO running `"docker" "start" "-a" "ae2ebbf1748e5352d1c7ad2c4ced82b91f59b5e4543f107a73ea9c106b0ab4c6"` Oct 15 13:35:07.534 INFO kablam! usermod: no changes Oct 15 13:35:07.608 INFO kablam! Compiling xlib v0.0.3 (/source) Oct 15 13:35:07.715 INFO kablam! warning: lint `raw_pointer_derive` has been removed: `using derive with raw pointers is ok` Oct 15 13:35:07.715 INFO kablam! --> src/lib.rs:723:9 Oct 15 13:35:07.715 INFO kablam! | Oct 15 13:35:07.715 INFO kablam! 723 | #[allow(raw_pointer_derive)] Oct 15 13:35:07.715 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 13:35:07.715 INFO kablam! | Oct 15 13:35:07.715 INFO kablam! = note: #[warn(renamed_and_removed_lints)] on by default Oct 15 13:35:07.715 INFO kablam! Oct 15 13:35:07.715 INFO kablam! warning: lint `raw_pointer_derive` has been removed: `using derive with raw pointers is ok` Oct 15 13:35:07.715 INFO kablam! --> src/lib.rs:784:9 Oct 15 13:35:07.715 INFO kablam! | Oct 15 13:35:07.715 INFO kablam! 784 | #[allow(raw_pointer_derive)] Oct 15 13:35:07.715 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 13:35:07.715 INFO kablam! Oct 15 13:35:07.715 INFO kablam! warning: lint `raw_pointer_derive` has been removed: `using derive with raw pointers is ok` Oct 15 13:35:07.715 INFO kablam! --> src/lib.rs:798:9 Oct 15 13:35:07.715 INFO kablam! | Oct 15 13:35:07.715 INFO kablam! 798 | #[allow(raw_pointer_derive)] Oct 15 13:35:07.715 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 13:35:07.715 INFO kablam! Oct 15 13:35:08.120 INFO kablam! warning: `extern` block uses type `Display` which is not FFI-safe: this struct has no fields Oct 15 13:35:08.120 INFO kablam! --> src/lib.rs:124:32 Oct 15 13:35:08.120 INFO kablam! | Oct 15 13:35:08.120 INFO kablam! 124 | pub fn XBlackPixel (display: *mut Display, screen_num: c_int) -> c_ulong; Oct 15 13:35:08.120 INFO kablam! | ^^^^^^^^^^^^ Oct 15 13:35:08.120 INFO kablam! | Oct 15 13:35:08.120 INFO kablam! = note: #[warn(improper_ctypes)] on by default Oct 15 13:35:08.120 INFO kablam! = help: consider adding a member to this struct Oct 15 13:35:08.120 INFO kablam! note: type defined here Oct 15 13:35:08.120 INFO kablam! --> src/lib.rs:662:1 Oct 15 13:35:08.120 INFO kablam! | Oct 15 13:35:08.120 INFO kablam! 662 | pub struct Display; Oct 15 13:35:08.120 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 13:35:08.120 INFO kablam! Oct 15 13:35:08.120 INFO kablam! warning: `extern` block uses type `Display` which is not FFI-safe: this struct has no fields Oct 15 13:35:08.120 INFO kablam! --> src/lib.rs:147:34 Oct 15 13:35:08.120 INFO kablam! | Oct 15 13:35:08.120 INFO kablam! 147 | pub fn XCloseDisplay (display: *mut Display); Oct 15 13:35:08.120 INFO kablam! | ^^^^^^^^^^^^ Oct 15 13:35:08.120 INFO kablam! | Oct 15 13:35:08.120 INFO kablam! = help: consider adding a member to this struct Oct 15 13:35:08.120 INFO kablam! note: type defined here Oct 15 13:35:08.120 INFO kablam! --> src/lib.rs:662:1 Oct 15 13:35:08.120 INFO kablam! | Oct 15 13:35:08.120 INFO kablam! 662 | pub struct Display; Oct 15 13:35:08.120 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 13:35:08.120 INFO kablam! Oct 15 13:35:08.120 INFO kablam! warning: `extern` block uses type `Display` which is not FFI-safe: this struct has no fields Oct 15 13:35:08.120 INFO kablam! --> src/lib.rs:226:34 Oct 15 13:35:08.120 INFO kablam! | Oct 15 13:35:08.120 INFO kablam! 226 | pub fn XCreateWindow (display: *mut Display, parent: Window, x: c_int, y: c_int, width: c_uint, height: c_uint, Oct 15 13:35:08.120 INFO kablam! | ^^^^^^^^^^^^ Oct 15 13:35:08.120 INFO kablam! | Oct 15 13:35:08.120 INFO kablam! = help: consider adding a member to this struct Oct 15 13:35:08.120 INFO kablam! note: type defined here Oct 15 13:35:08.120 INFO kablam! --> src/lib.rs:662:1 Oct 15 13:35:08.120 INFO kablam! | Oct 15 13:35:08.120 INFO kablam! 662 | pub struct Display; Oct 15 13:35:08.120 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 13:35:08.120 INFO kablam! Oct 15 13:35:08.120 INFO kablam! warning: `extern` block uses type `Visual` which is not FFI-safe: this struct has no fields Oct 15 13:35:08.120 INFO kablam! --> src/lib.rs:227:65 Oct 15 13:35:08.120 INFO kablam! | Oct 15 13:35:08.120 INFO kablam! 227 | border_width: c_uint, depth: c_int, class: c_int, visual: *const Visual, attr_mask: c_ulong, Oct 15 13:35:08.120 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 13:35:08.120 INFO kablam! | Oct 15 13:35:08.120 INFO kablam! = help: consider adding a member to this struct Oct 15 13:35:08.120 INFO kablam! note: type defined here Oct 15 13:35:08.120 INFO kablam! --> src/lib.rs:670:1 Oct 15 13:35:08.120 INFO kablam! | Oct 15 13:35:08.120 INFO kablam! 670 | pub struct Visual; Oct 15 13:35:08.120 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 13:35:08.120 INFO kablam! Oct 15 13:35:08.120 INFO kablam! warning: `extern` block uses type `Display` which is not FFI-safe: this struct has no fields Oct 15 13:35:08.120 INFO kablam! --> src/lib.rs:229:37 Oct 15 13:35:08.120 INFO kablam! | Oct 15 13:35:08.120 INFO kablam! 229 | pub fn XDefaultColormap (display: *mut Display, screen_num: c_int) -> Colormap; Oct 15 13:35:08.120 INFO kablam! | ^^^^^^^^^^^^ Oct 15 13:35:08.121 INFO kablam! | Oct 15 13:35:08.121 INFO kablam! = help: consider adding a member to this struct Oct 15 13:35:08.121 INFO kablam! note: type defined here Oct 15 13:35:08.121 INFO kablam! --> src/lib.rs:662:1 Oct 15 13:35:08.121 INFO kablam! | Oct 15 13:35:08.121 INFO kablam! 662 | pub struct Display; Oct 15 13:35:08.121 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 13:35:08.121 INFO kablam! Oct 15 13:35:08.121 INFO kablam! warning: `extern` block uses type `Display` which is not FFI-safe: this struct has no fields Oct 15 13:35:08.121 INFO kablam! --> src/lib.rs:235:35 Oct 15 13:35:08.121 INFO kablam! | Oct 15 13:35:08.121 INFO kablam! 235 | pub fn XDefaultScreen (display: *mut Display) -> c_int; Oct 15 13:35:08.121 INFO kablam! | ^^^^^^^^^^^^ Oct 15 13:35:08.121 INFO kablam! | Oct 15 13:35:08.121 INFO kablam! = help: consider adding a member to this struct Oct 15 13:35:08.121 INFO kablam! note: type defined here Oct 15 13:35:08.121 INFO kablam! --> src/lib.rs:662:1 Oct 15 13:35:08.121 INFO kablam! | Oct 15 13:35:08.121 INFO kablam! 662 | pub struct Display; Oct 15 13:35:08.121 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 13:35:08.121 INFO kablam! Oct 15 13:35:08.121 INFO kablam! warning: `extern` block uses type `Display` which is not FFI-safe: this struct has no fields Oct 15 13:35:08.121 INFO kablam! --> src/lib.rs:238:35 Oct 15 13:35:08.121 INFO kablam! | Oct 15 13:35:08.121 INFO kablam! 238 | pub fn XDefaultVisual (display: *mut Display, screen_num: c_int) -> *const Visual; Oct 15 13:35:08.121 INFO kablam! | ^^^^^^^^^^^^ Oct 15 13:35:08.121 INFO kablam! | Oct 15 13:35:08.121 INFO kablam! = help: consider adding a member to this struct Oct 15 13:35:08.121 INFO kablam! note: type defined here Oct 15 13:35:08.121 INFO kablam! --> src/lib.rs:662:1 Oct 15 13:35:08.121 INFO kablam! | Oct 15 13:35:08.121 INFO kablam! 662 | pub struct Display; Oct 15 13:35:08.121 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 13:35:08.121 INFO kablam! Oct 15 13:35:08.121 INFO kablam! warning: `extern` block uses type `Visual` which is not FFI-safe: this struct has no fields Oct 15 13:35:08.121 INFO kablam! --> src/lib.rs:238:71 Oct 15 13:35:08.121 INFO kablam! | Oct 15 13:35:08.121 INFO kablam! 238 | pub fn XDefaultVisual (display: *mut Display, screen_num: c_int) -> *const Visual; Oct 15 13:35:08.121 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 13:35:08.121 INFO kablam! | Oct 15 13:35:08.121 INFO kablam! = help: consider adding a member to this struct Oct 15 13:35:08.121 INFO kablam! note: type defined here Oct 15 13:35:08.121 INFO kablam! --> src/lib.rs:670:1 Oct 15 13:35:08.121 INFO kablam! | Oct 15 13:35:08.121 INFO kablam! 670 | pub struct Visual; Oct 15 13:35:08.121 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 13:35:08.121 INFO kablam! Oct 15 13:35:08.121 INFO kablam! warning: `extern` block uses type `Display` which is not FFI-safe: this struct has no fields Oct 15 13:35:08.121 INFO kablam! --> src/lib.rs:249:35 Oct 15 13:35:08.121 INFO kablam! | Oct 15 13:35:08.121 INFO kablam! 249 | pub fn XDestroyWindow (display: *mut Display, window: Window); Oct 15 13:35:08.121 INFO kablam! | ^^^^^^^^^^^^ Oct 15 13:35:08.121 INFO kablam! | Oct 15 13:35:08.121 INFO kablam! = help: consider adding a member to this struct Oct 15 13:35:08.121 INFO kablam! note: type defined here Oct 15 13:35:08.121 INFO kablam! --> src/lib.rs:662:1 Oct 15 13:35:08.121 INFO kablam! | Oct 15 13:35:08.121 INFO kablam! 662 | pub struct Display; Oct 15 13:35:08.121 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 13:35:08.121 INFO kablam! Oct 15 13:35:08.121 INFO kablam! warning: `extern` block uses type `Display` which is not FFI-safe: this struct has no fields Oct 15 13:35:08.121 INFO kablam! --> src/lib.rs:306:31 Oct 15 13:35:08.121 INFO kablam! | Oct 15 13:35:08.121 INFO kablam! 306 | pub fn XFetchName (display: *mut Display, window: Window, name: *mut *mut c_char) -> Status; Oct 15 13:35:08.121 INFO kablam! | ^^^^^^^^^^^^ Oct 15 13:35:08.121 INFO kablam! | Oct 15 13:35:08.121 INFO kablam! = help: consider adding a member to this struct Oct 15 13:35:08.121 INFO kablam! note: type defined here Oct 15 13:35:08.121 INFO kablam! --> src/lib.rs:662:1 Oct 15 13:35:08.121 INFO kablam! | Oct 15 13:35:08.121 INFO kablam! 662 | pub struct Display; Oct 15 13:35:08.121 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 13:35:08.121 INFO kablam! Oct 15 13:35:08.121 INFO kablam! warning: `extern` block uses type `Display` which is not FFI-safe: this struct has no fields Oct 15 13:35:08.121 INFO kablam! --> src/lib.rs:313:27 Oct 15 13:35:08.121 INFO kablam! | Oct 15 13:35:08.121 INFO kablam! 313 | pub fn XFlush (display: *mut Display); Oct 15 13:35:08.121 INFO kablam! | ^^^^^^^^^^^^ Oct 15 13:35:08.121 INFO kablam! | Oct 15 13:35:08.121 INFO kablam! = help: consider adding a member to this struct Oct 15 13:35:08.121 INFO kablam! note: type defined here Oct 15 13:35:08.121 INFO kablam! --> src/lib.rs:662:1 Oct 15 13:35:08.121 INFO kablam! | Oct 15 13:35:08.121 INFO kablam! 662 | pub struct Display; Oct 15 13:35:08.121 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 13:35:08.121 INFO kablam! Oct 15 13:35:08.121 INFO kablam! warning: `extern` block uses type `Display` which is not FFI-safe: this struct has no fields Oct 15 13:35:08.122 INFO kablam! --> src/lib.rs:317:34 Oct 15 13:35:08.122 INFO kablam! | Oct 15 13:35:08.122 INFO kablam! 317 | pub fn XFreeColormap (display: *mut Display, colormap: Colormap); Oct 15 13:35:08.122 INFO kablam! | ^^^^^^^^^^^^ Oct 15 13:35:08.122 INFO kablam! | Oct 15 13:35:08.122 INFO kablam! = help: consider adding a member to this struct Oct 15 13:35:08.122 INFO kablam! note: type defined here Oct 15 13:35:08.122 INFO kablam! --> src/lib.rs:662:1 Oct 15 13:35:08.122 INFO kablam! | Oct 15 13:35:08.122 INFO kablam! 662 | pub struct Display; Oct 15 13:35:08.122 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 13:35:08.122 INFO kablam! Oct 15 13:35:08.122 INFO kablam! warning: `extern` block uses type `Display` which is not FFI-safe: this struct has no fields Oct 15 13:35:08.122 INFO kablam! --> src/lib.rs:325:28 Oct 15 13:35:08.122 INFO kablam! | Oct 15 13:35:08.122 INFO kablam! 325 | pub fn XFreeGC (display: *mut Display, gc: GC); Oct 15 13:35:08.122 INFO kablam! | ^^^^^^^^^^^^ Oct 15 13:35:08.122 INFO kablam! | Oct 15 13:35:08.122 INFO kablam! = help: consider adding a member to this struct Oct 15 13:35:08.122 INFO kablam! note: type defined here Oct 15 13:35:08.122 INFO kablam! --> src/lib.rs:662:1 Oct 15 13:35:08.122 INFO kablam! | Oct 15 13:35:08.122 INFO kablam! 662 | pub struct Display; Oct 15 13:35:08.122 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 13:35:08.122 INFO kablam! Oct 15 13:35:08.122 INFO kablam! warning: `extern` block uses type `Display` which is not FFI-safe: this struct has no fields Oct 15 13:35:08.122 INFO kablam! --> src/lib.rs:341:33 Oct 15 13:35:08.122 INFO kablam! | Oct 15 13:35:08.122 INFO kablam! 341 | pub fn XGetGeometry (display: *mut Display, drawable: Drawable, root: *mut Window, x: *mut c_int, y: *mut c_int, Oct 15 13:35:08.122 INFO kablam! | ^^^^^^^^^^^^ Oct 15 13:35:08.122 INFO kablam! | Oct 15 13:35:08.122 INFO kablam! = help: consider adding a member to this struct Oct 15 13:35:08.122 INFO kablam! note: type defined here Oct 15 13:35:08.122 INFO kablam! --> src/lib.rs:662:1 Oct 15 13:35:08.122 INFO kablam! | Oct 15 13:35:08.122 INFO kablam! 662 | pub struct Display; Oct 15 13:35:08.122 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 13:35:08.122 INFO kablam! Oct 15 13:35:08.122 INFO kablam! warning: `extern` block uses type `Display` which is not FFI-safe: this struct has no fields Oct 15 13:35:08.122 INFO kablam! --> src/lib.rs:392:32 Oct 15 13:35:08.122 INFO kablam! | Oct 15 13:35:08.122 INFO kablam! 392 | pub fn XInternAtom (display: *mut Display, name: *const c_char, only_if_exists: Bool) -> Atom; Oct 15 13:35:08.122 INFO kablam! | ^^^^^^^^^^^^ Oct 15 13:35:08.122 INFO kablam! | Oct 15 13:35:08.122 INFO kablam! = help: consider adding a member to this struct Oct 15 13:35:08.122 INFO kablam! note: type defined here Oct 15 13:35:08.122 INFO kablam! --> src/lib.rs:662:1 Oct 15 13:35:08.122 INFO kablam! | Oct 15 13:35:08.122 INFO kablam! 662 | pub struct Display; Oct 15 13:35:08.122 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 13:35:08.122 INFO kablam! Oct 15 13:35:08.122 INFO kablam! warning: `extern` block uses type `Display` which is not FFI-safe: this struct has no fields Oct 15 13:35:08.122 INFO kablam! --> src/lib.rs:419:31 Oct 15 13:35:08.122 INFO kablam! | Oct 15 13:35:08.122 INFO kablam! 419 | pub fn XMapWindow (display: *mut Display, window: Window); Oct 15 13:35:08.122 INFO kablam! | ^^^^^^^^^^^^ Oct 15 13:35:08.122 INFO kablam! | Oct 15 13:35:08.122 INFO kablam! = help: consider adding a member to this struct Oct 15 13:35:08.122 INFO kablam! note: type defined here Oct 15 13:35:08.122 INFO kablam! --> src/lib.rs:662:1 Oct 15 13:35:08.122 INFO kablam! | Oct 15 13:35:08.122 INFO kablam! 662 | pub struct Display; Oct 15 13:35:08.122 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 13:35:08.122 INFO kablam! Oct 15 13:35:08.122 INFO kablam! warning: `extern` block uses type `Display` which is not FFI-safe: this struct has no fields Oct 15 13:35:08.122 INFO kablam! --> src/lib.rs:429:32 Oct 15 13:35:08.122 INFO kablam! | Oct 15 13:35:08.122 INFO kablam! 429 | pub fn XMoveWindow (display: *mut Display, window: Window, x: c_int, y: c_int); Oct 15 13:35:08.122 INFO kablam! | ^^^^^^^^^^^^ Oct 15 13:35:08.122 INFO kablam! | Oct 15 13:35:08.122 INFO kablam! = help: consider adding a member to this struct Oct 15 13:35:08.122 INFO kablam! note: type defined here Oct 15 13:35:08.122 INFO kablam! --> src/lib.rs:662:1 Oct 15 13:35:08.122 INFO kablam! | Oct 15 13:35:08.122 INFO kablam! 662 | pub struct Display; Oct 15 13:35:08.122 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 13:35:08.122 INFO kablam! Oct 15 13:35:08.122 INFO kablam! warning: `extern` block uses type `Display` which is not FFI-safe: this struct has no fields Oct 15 13:35:08.122 INFO kablam! --> src/lib.rs:431:31 Oct 15 13:35:08.122 INFO kablam! | Oct 15 13:35:08.122 INFO kablam! 431 | pub fn XNextEvent (display: *mut Display, event: *mut XEvent); Oct 15 13:35:08.122 INFO kablam! | ^^^^^^^^^^^^ Oct 15 13:35:08.122 INFO kablam! | Oct 15 13:35:08.122 INFO kablam! = help: consider adding a member to this struct Oct 15 13:35:08.123 INFO kablam! note: type defined here Oct 15 13:35:08.123 INFO kablam! --> src/lib.rs:662:1 Oct 15 13:35:08.123 INFO kablam! | Oct 15 13:35:08.123 INFO kablam! 662 | pub struct Display; Oct 15 13:35:08.123 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 13:35:08.123 INFO kablam! Oct 15 13:35:08.123 INFO kablam! warning: `extern` block uses type `Display` which is not FFI-safe: this struct has no fields Oct 15 13:35:08.123 INFO kablam! --> src/lib.rs:435:48 Oct 15 13:35:08.123 INFO kablam! | Oct 15 13:35:08.123 INFO kablam! 435 | pub fn XOpenDisplay (name: *const c_char) -> *mut Display; Oct 15 13:35:08.123 INFO kablam! | ^^^^^^^^^^^^ Oct 15 13:35:08.123 INFO kablam! | Oct 15 13:35:08.123 INFO kablam! = help: consider adding a member to this struct Oct 15 13:35:08.123 INFO kablam! note: type defined here Oct 15 13:35:08.123 INFO kablam! --> src/lib.rs:662:1 Oct 15 13:35:08.123 INFO kablam! | Oct 15 13:35:08.123 INFO kablam! 662 | pub struct Display; Oct 15 13:35:08.123 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 13:35:08.123 INFO kablam! Oct 15 13:35:08.123 INFO kablam! warning: `extern` block uses type `Display` which is not FFI-safe: this struct has no fields Oct 15 13:35:08.123 INFO kablam! --> src/lib.rs:440:29 Oct 15 13:35:08.123 INFO kablam! | Oct 15 13:35:08.123 INFO kablam! 440 | pub fn XPending (display: *mut Display) -> c_int; Oct 15 13:35:08.123 INFO kablam! | ^^^^^^^^^^^^ Oct 15 13:35:08.123 INFO kablam! | Oct 15 13:35:08.123 INFO kablam! = help: consider adding a member to this struct Oct 15 13:35:08.123 INFO kablam! note: type defined here Oct 15 13:35:08.123 INFO kablam! --> src/lib.rs:662:1 Oct 15 13:35:08.123 INFO kablam! | Oct 15 13:35:08.123 INFO kablam! 662 | pub struct Display; Oct 15 13:35:08.123 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 13:35:08.123 INFO kablam! Oct 15 13:35:08.123 INFO kablam! warning: `extern` block uses type `Display` which is not FFI-safe: this struct has no fields Oct 15 13:35:08.123 INFO kablam! --> src/lib.rs:479:34 Oct 15 13:35:08.123 INFO kablam! | Oct 15 13:35:08.123 INFO kablam! 479 | pub fn XResizeWindow (display: *mut Display, window: Window, width: c_uint, height: c_uint); Oct 15 13:35:08.123 INFO kablam! | ^^^^^^^^^^^^ Oct 15 13:35:08.123 INFO kablam! | Oct 15 13:35:08.123 INFO kablam! = help: consider adding a member to this struct Oct 15 13:35:08.123 INFO kablam! note: type defined here Oct 15 13:35:08.123 INFO kablam! --> src/lib.rs:662:1 Oct 15 13:35:08.123 INFO kablam! | Oct 15 13:35:08.123 INFO kablam! 662 | pub struct Display; Oct 15 13:35:08.123 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 13:35:08.123 INFO kablam! Oct 15 13:35:08.123 INFO kablam! warning: `extern` block uses type `Display` which is not FFI-safe: this struct has no fields Oct 15 13:35:08.123 INFO kablam! --> src/lib.rs:519:32 Oct 15 13:35:08.123 INFO kablam! | Oct 15 13:35:08.123 INFO kablam! 519 | pub fn XRootWindow (display: *mut Display, screen_num: c_int) -> Window; Oct 15 13:35:08.123 INFO kablam! | ^^^^^^^^^^^^ Oct 15 13:35:08.123 INFO kablam! | Oct 15 13:35:08.123 INFO kablam! = help: consider adding a member to this struct Oct 15 13:35:08.123 INFO kablam! note: type defined here Oct 15 13:35:08.123 INFO kablam! --> src/lib.rs:662:1 Oct 15 13:35:08.123 INFO kablam! | Oct 15 13:35:08.123 INFO kablam! 662 | pub struct Display; Oct 15 13:35:08.123 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 13:35:08.123 INFO kablam! Oct 15 13:35:08.123 INFO kablam! warning: `extern` block uses type `Display` which is not FFI-safe: this struct has no fields Oct 15 13:35:08.123 INFO kablam! --> src/lib.rs:524:33 Oct 15 13:35:08.123 INFO kablam! | Oct 15 13:35:08.123 INFO kablam! 524 | pub fn XScreenCount (display: *mut Display) -> c_int; Oct 15 13:35:08.123 INFO kablam! | ^^^^^^^^^^^^ Oct 15 13:35:08.123 INFO kablam! | Oct 15 13:35:08.123 INFO kablam! = help: consider adding a member to this struct Oct 15 13:35:08.123 INFO kablam! note: type defined here Oct 15 13:35:08.123 INFO kablam! --> src/lib.rs:662:1 Oct 15 13:35:08.123 INFO kablam! | Oct 15 13:35:08.123 INFO kablam! 662 | pub struct Display; Oct 15 13:35:08.123 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 13:35:08.123 INFO kablam! Oct 15 13:35:08.123 INFO kablam! warning: `extern` block uses type `Display` which is not FFI-safe: this struct has no fields Oct 15 13:35:08.123 INFO kablam! --> src/lib.rs:587:36 Oct 15 13:35:08.123 INFO kablam! | Oct 15 13:35:08.123 INFO kablam! 587 | pub fn XSetWMProtocols (display: *mut Display, window: Window, protocols: *const Atom, count: c_int) -> Status; Oct 15 13:35:08.123 INFO kablam! | ^^^^^^^^^^^^ Oct 15 13:35:08.123 INFO kablam! | Oct 15 13:35:08.123 INFO kablam! = help: consider adding a member to this struct Oct 15 13:35:08.123 INFO kablam! note: type defined here Oct 15 13:35:08.123 INFO kablam! --> src/lib.rs:662:1 Oct 15 13:35:08.123 INFO kablam! | Oct 15 13:35:08.123 INFO kablam! 662 | pub struct Display; Oct 15 13:35:08.123 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 13:35:08.123 INFO kablam! Oct 15 13:35:08.123 INFO kablam! warning: `extern` block uses type `Display` which is not FFI-safe: this struct has no fields Oct 15 13:35:08.124 INFO kablam! --> src/lib.rs:595:31 Oct 15 13:35:08.124 INFO kablam! | Oct 15 13:35:08.124 INFO kablam! 595 | pub fn XStoreName (display: *mut Display, window: Window, name: *const c_char); Oct 15 13:35:08.124 INFO kablam! | ^^^^^^^^^^^^ Oct 15 13:35:08.124 INFO kablam! | Oct 15 13:35:08.124 INFO kablam! = help: consider adding a member to this struct Oct 15 13:35:08.124 INFO kablam! note: type defined here Oct 15 13:35:08.124 INFO kablam! --> src/lib.rs:662:1 Oct 15 13:35:08.124 INFO kablam! | Oct 15 13:35:08.124 INFO kablam! 662 | pub struct Display; Oct 15 13:35:08.124 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 13:35:08.124 INFO kablam! Oct 15 13:35:08.124 INFO kablam! warning: `extern` block uses type `Display` which is not FFI-safe: this struct has no fields Oct 15 13:35:08.124 INFO kablam! --> src/lib.rs:623:33 Oct 15 13:35:08.124 INFO kablam! | Oct 15 13:35:08.124 INFO kablam! 623 | pub fn XUnmapWindow (display: *mut Display, window: Window); Oct 15 13:35:08.124 INFO kablam! | ^^^^^^^^^^^^ Oct 15 13:35:08.124 INFO kablam! | Oct 15 13:35:08.124 INFO kablam! = help: consider adding a member to this struct Oct 15 13:35:08.124 INFO kablam! note: type defined here Oct 15 13:35:08.124 INFO kablam! --> src/lib.rs:662:1 Oct 15 13:35:08.124 INFO kablam! | Oct 15 13:35:08.124 INFO kablam! 662 | pub struct Display; Oct 15 13:35:08.124 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 13:35:08.130 INFO kablam! Oct 15 13:35:08.130 INFO kablam! warning: `extern` block uses type `Display` which is not FFI-safe: this struct has no fields Oct 15 13:35:08.130 INFO kablam! --> src/lib.rs:630:32 Oct 15 13:35:08.130 INFO kablam! | Oct 15 13:35:08.130 INFO kablam! 630 | pub fn XWhitePixel (display: *mut Display, screen_num: c_int) -> c_ulong; Oct 15 13:35:08.130 INFO kablam! | ^^^^^^^^^^^^ Oct 15 13:35:08.130 INFO kablam! | Oct 15 13:35:08.130 INFO kablam! = help: consider adding a member to this struct Oct 15 13:35:08.130 INFO kablam! note: type defined here Oct 15 13:35:08.130 INFO kablam! --> src/lib.rs:662:1 Oct 15 13:35:08.130 INFO kablam! | Oct 15 13:35:08.130 INFO kablam! 662 | pub struct Display; Oct 15 13:35:08.130 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 13:35:08.130 INFO kablam! Oct 15 13:35:08.236 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.66s Oct 15 13:35:08.237 INFO kablam! su: No module specific data is present Oct 15 13:35:08.631 INFO running `"docker" "rm" "-f" "ae2ebbf1748e5352d1c7ad2c4ced82b91f59b5e4543f107a73ea9c106b0ab4c6"` Oct 15 13:35:08.944 INFO blam! ae2ebbf1748e5352d1c7ad2c4ced82b91f59b5e4543f107a73ea9c106b0ab4c6 Oct 15 13:35:08.947 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 15 13:35:09.163 INFO blam! 96416388742d738fe023ea9ef23b6363de39c7d8bcbd3d9186eab5a029a67479 Oct 15 13:35:09.171 INFO running `"docker" "start" "-a" "96416388742d738fe023ea9ef23b6363de39c7d8bcbd3d9186eab5a029a67479"` Oct 15 13:35:10.139 INFO kablam! usermod: no changes Oct 15 13:35:10.227 INFO kablam! Compiling xlib v0.0.3 (/source) Oct 15 13:35:10.336 INFO kablam! warning: lint `raw_pointer_derive` has been removed: `using derive with raw pointers is ok` Oct 15 13:35:10.336 INFO kablam! --> src/lib.rs:723:9 Oct 15 13:35:10.336 INFO kablam! | Oct 15 13:35:10.336 INFO kablam! 723 | #[allow(raw_pointer_derive)] Oct 15 13:35:10.336 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 13:35:10.336 INFO kablam! | Oct 15 13:35:10.336 INFO kablam! = note: #[warn(renamed_and_removed_lints)] on by default Oct 15 13:35:10.336 INFO kablam! Oct 15 13:35:10.336 INFO kablam! warning: lint `raw_pointer_derive` has been removed: `using derive with raw pointers is ok` Oct 15 13:35:10.336 INFO kablam! --> src/lib.rs:784:9 Oct 15 13:35:10.336 INFO kablam! | Oct 15 13:35:10.336 INFO kablam! 784 | #[allow(raw_pointer_derive)] Oct 15 13:35:10.336 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 13:35:10.336 INFO kablam! Oct 15 13:35:10.336 INFO kablam! warning: lint `raw_pointer_derive` has been removed: `using derive with raw pointers is ok` Oct 15 13:35:10.336 INFO kablam! --> src/lib.rs:798:9 Oct 15 13:35:10.336 INFO kablam! | Oct 15 13:35:10.336 INFO kablam! 798 | #[allow(raw_pointer_derive)] Oct 15 13:35:10.336 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 13:35:10.336 INFO kablam! Oct 15 13:35:10.871 INFO kablam! warning: `extern` block uses type `Display` which is not FFI-safe: this struct has no fields Oct 15 13:35:10.871 INFO kablam! --> src/lib.rs:124:32 Oct 15 13:35:10.871 INFO kablam! | Oct 15 13:35:10.871 INFO kablam! 124 | pub fn XBlackPixel (display: *mut Display, screen_num: c_int) -> c_ulong; Oct 15 13:35:10.871 INFO kablam! | ^^^^^^^^^^^^ Oct 15 13:35:10.871 INFO kablam! | Oct 15 13:35:10.880 INFO kablam! = note: #[warn(improper_ctypes)] on by default Oct 15 13:35:10.880 INFO kablam! = help: consider adding a member to this struct Oct 15 13:35:10.880 INFO kablam! note: type defined here Oct 15 13:35:10.880 INFO kablam! --> src/lib.rs:662:1 Oct 15 13:35:10.880 INFO kablam! | Oct 15 13:35:10.880 INFO kablam! 662 | pub struct Display; Oct 15 13:35:10.880 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 13:35:10.880 INFO kablam! Oct 15 13:35:10.880 INFO kablam! warning: `extern` block uses type `Display` which is not FFI-safe: this struct has no fields Oct 15 13:35:10.880 INFO kablam! --> src/lib.rs:147:34 Oct 15 13:35:10.880 INFO kablam! | Oct 15 13:35:10.880 INFO kablam! 147 | pub fn XCloseDisplay (display: *mut Display); Oct 15 13:35:10.880 INFO kablam! | ^^^^^^^^^^^^ Oct 15 13:35:10.880 INFO kablam! | Oct 15 13:35:10.880 INFO kablam! = help: consider adding a member to this struct Oct 15 13:35:10.880 INFO kablam! note: type defined here Oct 15 13:35:10.880 INFO kablam! --> src/lib.rs:662:1 Oct 15 13:35:10.880 INFO kablam! | Oct 15 13:35:10.880 INFO kablam! 662 | pub struct Display; Oct 15 13:35:10.880 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 13:35:10.880 INFO kablam! Oct 15 13:35:10.880 INFO kablam! warning: `extern` block uses type `Display` which is not FFI-safe: this struct has no fields Oct 15 13:35:10.880 INFO kablam! --> src/lib.rs:226:34 Oct 15 13:35:10.880 INFO kablam! | Oct 15 13:35:10.880 INFO kablam! 226 | pub fn XCreateWindow (display: *mut Display, parent: Window, x: c_int, y: c_int, width: c_uint, height: c_uint, Oct 15 13:35:10.880 INFO kablam! | ^^^^^^^^^^^^ Oct 15 13:35:10.880 INFO kablam! | Oct 15 13:35:10.880 INFO kablam! = help: consider adding a member to this struct Oct 15 13:35:10.880 INFO kablam! note: type defined here Oct 15 13:35:10.880 INFO kablam! --> src/lib.rs:662:1 Oct 15 13:35:10.880 INFO kablam! | Oct 15 13:35:10.880 INFO kablam! 662 | pub struct Display; Oct 15 13:35:10.880 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 13:35:10.880 INFO kablam! Oct 15 13:35:10.880 INFO kablam! warning: `extern` block uses type `Visual` which is not FFI-safe: this struct has no fields Oct 15 13:35:10.880 INFO kablam! --> src/lib.rs:227:65 Oct 15 13:35:10.880 INFO kablam! | Oct 15 13:35:10.880 INFO kablam! 227 | border_width: c_uint, depth: c_int, class: c_int, visual: *const Visual, attr_mask: c_ulong, Oct 15 13:35:10.880 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 13:35:10.880 INFO kablam! | Oct 15 13:35:10.880 INFO kablam! = help: consider adding a member to this struct Oct 15 13:35:10.880 INFO kablam! note: type defined here Oct 15 13:35:10.880 INFO kablam! --> src/lib.rs:670:1 Oct 15 13:35:10.880 INFO kablam! | Oct 15 13:35:10.880 INFO kablam! 670 | pub struct Visual; Oct 15 13:35:10.880 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 13:35:10.880 INFO kablam! Oct 15 13:35:10.880 INFO kablam! warning: `extern` block uses type `Display` which is not FFI-safe: this struct has no fields Oct 15 13:35:10.880 INFO kablam! --> src/lib.rs:229:37 Oct 15 13:35:10.880 INFO kablam! | Oct 15 13:35:10.880 INFO kablam! 229 | pub fn XDefaultColormap (display: *mut Display, screen_num: c_int) -> Colormap; Oct 15 13:35:10.880 INFO kablam! | ^^^^^^^^^^^^ Oct 15 13:35:10.880 INFO kablam! | Oct 15 13:35:10.880 INFO kablam! = help: consider adding a member to this struct Oct 15 13:35:10.880 INFO kablam! note: type defined here Oct 15 13:35:10.880 INFO kablam! --> src/lib.rs:662:1 Oct 15 13:35:10.880 INFO kablam! | Oct 15 13:35:10.880 INFO kablam! 662 | pub struct Display; Oct 15 13:35:10.880 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 13:35:10.880 INFO kablam! Oct 15 13:35:10.880 INFO kablam! warning: `extern` block uses type `Display` which is not FFI-safe: this struct has no fields Oct 15 13:35:10.881 INFO kablam! --> src/lib.rs:235:35 Oct 15 13:35:10.881 INFO kablam! | Oct 15 13:35:10.881 INFO kablam! 235 | pub fn XDefaultScreen (display: *mut Display) -> c_int; Oct 15 13:35:10.881 INFO kablam! | ^^^^^^^^^^^^ Oct 15 13:35:10.881 INFO kablam! | Oct 15 13:35:10.881 INFO kablam! = help: consider adding a member to this struct Oct 15 13:35:10.881 INFO kablam! note: type defined here Oct 15 13:35:10.881 INFO kablam! --> src/lib.rs:662:1 Oct 15 13:35:10.881 INFO kablam! | Oct 15 13:35:10.881 INFO kablam! 662 | pub struct Display; Oct 15 13:35:10.881 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 13:35:10.881 INFO kablam! Oct 15 13:35:10.881 INFO kablam! warning: `extern` block uses type `Display` which is not FFI-safe: this struct has no fields Oct 15 13:35:10.881 INFO kablam! --> src/lib.rs:238:35 Oct 15 13:35:10.881 INFO kablam! | Oct 15 13:35:10.881 INFO kablam! 238 | pub fn XDefaultVisual (display: *mut Display, screen_num: c_int) -> *const Visual; Oct 15 13:35:10.881 INFO kablam! | ^^^^^^^^^^^^ Oct 15 13:35:10.881 INFO kablam! | Oct 15 13:35:10.881 INFO kablam! = help: consider adding a member to this struct Oct 15 13:35:10.881 INFO kablam! note: type defined here Oct 15 13:35:10.881 INFO kablam! --> src/lib.rs:662:1 Oct 15 13:35:10.881 INFO kablam! | Oct 15 13:35:10.881 INFO kablam! 662 | pub struct Display; Oct 15 13:35:10.881 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 13:35:10.881 INFO kablam! Oct 15 13:35:10.881 INFO kablam! warning: `extern` block uses type `Visual` which is not FFI-safe: this struct has no fields Oct 15 13:35:10.881 INFO kablam! --> src/lib.rs:238:71 Oct 15 13:35:10.881 INFO kablam! | Oct 15 13:35:10.881 INFO kablam! 238 | pub fn XDefaultVisual (display: *mut Display, screen_num: c_int) -> *const Visual; Oct 15 13:35:10.881 INFO kablam! | ^^^^^^^^^^^^^ Oct 15 13:35:10.881 INFO kablam! | Oct 15 13:35:10.881 INFO kablam! = help: consider adding a member to this struct Oct 15 13:35:10.881 INFO kablam! note: type defined here Oct 15 13:35:10.881 INFO kablam! --> src/lib.rs:670:1 Oct 15 13:35:10.881 INFO kablam! | Oct 15 13:35:10.881 INFO kablam! 670 | pub struct Visual; Oct 15 13:35:10.881 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 15 13:35:10.881 INFO kablam! Oct 15 13:35:10.881 INFO kablam! warning: `extern` block uses type `Display` which is not FFI-safe: this struct has no fields Oct 15 13:35:10.881 INFO kablam! --> src/lib.rs:249:35 Oct 15 13:35:10.881 INFO kablam! | Oct 15 13:35:10.881 INFO kablam! 249 | pub fn XDestroyWindow (display: *mut Display, window: Window); Oct 15 13:35:10.881 INFO kablam! | ^^^^^^^^^^^^ Oct 15 13:35:10.881 INFO kablam! | Oct 15 13:35:10.881 INFO kablam! = help: consider adding a member to this struct Oct 15 13:35:10.881 INFO kablam! note: type defined here Oct 15 13:35:10.881 INFO kablam! --> src/lib.rs:662:1 Oct 15 13:35:10.881 INFO kablam! | Oct 15 13:35:10.881 INFO kablam! 662 | pub struct Display; Oct 15 13:35:10.881 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 13:35:10.881 INFO kablam! Oct 15 13:35:10.881 INFO kablam! warning: `extern` block uses type `Display` which is not FFI-safe: this struct has no fields Oct 15 13:35:10.881 INFO kablam! --> src/lib.rs:306:31 Oct 15 13:35:10.881 INFO kablam! | Oct 15 13:35:10.881 INFO kablam! 306 | pub fn XFetchName (display: *mut Display, window: Window, name: *mut *mut c_char) -> Status; Oct 15 13:35:10.881 INFO kablam! | ^^^^^^^^^^^^ Oct 15 13:35:10.881 INFO kablam! | Oct 15 13:35:10.881 INFO kablam! = help: consider adding a member to this struct Oct 15 13:35:10.881 INFO kablam! note: type defined here Oct 15 13:35:10.881 INFO kablam! --> src/lib.rs:662:1 Oct 15 13:35:10.881 INFO kablam! | Oct 15 13:35:10.881 INFO kablam! 662 | pub struct Display; Oct 15 13:35:10.881 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 13:35:10.881 INFO kablam! Oct 15 13:35:10.881 INFO kablam! warning: `extern` block uses type `Display` which is not FFI-safe: this struct has no fields Oct 15 13:35:10.881 INFO kablam! --> src/lib.rs:313:27 Oct 15 13:35:10.881 INFO kablam! | Oct 15 13:35:10.881 INFO kablam! 313 | pub fn XFlush (display: *mut Display); Oct 15 13:35:10.881 INFO kablam! | ^^^^^^^^^^^^ Oct 15 13:35:10.881 INFO kablam! | Oct 15 13:35:10.881 INFO kablam! = help: consider adding a member to this struct Oct 15 13:35:10.881 INFO kablam! note: type defined here Oct 15 13:35:10.881 INFO kablam! --> src/lib.rs:662:1 Oct 15 13:35:10.881 INFO kablam! | Oct 15 13:35:10.881 INFO kablam! 662 | pub struct Display; Oct 15 13:35:10.881 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 13:35:10.881 INFO kablam! Oct 15 13:35:10.881 INFO kablam! warning: `extern` block uses type `Display` which is not FFI-safe: this struct has no fields Oct 15 13:35:10.881 INFO kablam! --> src/lib.rs:317:34 Oct 15 13:35:10.881 INFO kablam! | Oct 15 13:35:10.881 INFO kablam! 317 | pub fn XFreeColormap (display: *mut Display, colormap: Colormap); Oct 15 13:35:10.881 INFO kablam! | ^^^^^^^^^^^^ Oct 15 13:35:10.882 INFO kablam! | Oct 15 13:35:10.882 INFO kablam! = help: consider adding a member to this struct Oct 15 13:35:10.882 INFO kablam! note: type defined here Oct 15 13:35:10.882 INFO kablam! --> src/lib.rs:662:1 Oct 15 13:35:10.882 INFO kablam! | Oct 15 13:35:10.882 INFO kablam! 662 | pub struct Display; Oct 15 13:35:10.882 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 13:35:10.882 INFO kablam! Oct 15 13:35:10.882 INFO kablam! warning: `extern` block uses type `Display` which is not FFI-safe: this struct has no fields Oct 15 13:35:10.882 INFO kablam! --> src/lib.rs:325:28 Oct 15 13:35:10.882 INFO kablam! | Oct 15 13:35:10.882 INFO kablam! 325 | pub fn XFreeGC (display: *mut Display, gc: GC); Oct 15 13:35:10.882 INFO kablam! | ^^^^^^^^^^^^ Oct 15 13:35:10.882 INFO kablam! | Oct 15 13:35:10.882 INFO kablam! = help: consider adding a member to this struct Oct 15 13:35:10.882 INFO kablam! note: type defined here Oct 15 13:35:10.882 INFO kablam! --> src/lib.rs:662:1 Oct 15 13:35:10.882 INFO kablam! | Oct 15 13:35:10.882 INFO kablam! 662 | pub struct Display; Oct 15 13:35:10.882 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 13:35:10.882 INFO kablam! Oct 15 13:35:10.882 INFO kablam! warning: `extern` block uses type `Display` which is not FFI-safe: this struct has no fields Oct 15 13:35:10.882 INFO kablam! --> src/lib.rs:341:33 Oct 15 13:35:10.882 INFO kablam! | Oct 15 13:35:10.882 INFO kablam! 341 | pub fn XGetGeometry (display: *mut Display, drawable: Drawable, root: *mut Window, x: *mut c_int, y: *mut c_int, Oct 15 13:35:10.882 INFO kablam! | ^^^^^^^^^^^^ Oct 15 13:35:10.882 INFO kablam! | Oct 15 13:35:10.882 INFO kablam! = help: consider adding a member to this struct Oct 15 13:35:10.882 INFO kablam! note: type defined here Oct 15 13:35:10.882 INFO kablam! --> src/lib.rs:662:1 Oct 15 13:35:10.882 INFO kablam! | Oct 15 13:35:10.882 INFO kablam! 662 | pub struct Display; Oct 15 13:35:10.882 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 13:35:10.882 INFO kablam! Oct 15 13:35:10.882 INFO kablam! warning: `extern` block uses type `Display` which is not FFI-safe: this struct has no fields Oct 15 13:35:10.882 INFO kablam! --> src/lib.rs:392:32 Oct 15 13:35:10.882 INFO kablam! | Oct 15 13:35:10.882 INFO kablam! 392 | pub fn XInternAtom (display: *mut Display, name: *const c_char, only_if_exists: Bool) -> Atom; Oct 15 13:35:10.882 INFO kablam! | ^^^^^^^^^^^^ Oct 15 13:35:10.882 INFO kablam! | Oct 15 13:35:10.882 INFO kablam! = help: consider adding a member to this struct Oct 15 13:35:10.882 INFO kablam! note: type defined here Oct 15 13:35:10.882 INFO kablam! --> src/lib.rs:662:1 Oct 15 13:35:10.882 INFO kablam! | Oct 15 13:35:10.882 INFO kablam! 662 | pub struct Display; Oct 15 13:35:10.882 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 13:35:10.882 INFO kablam! Oct 15 13:35:10.882 INFO kablam! warning: `extern` block uses type `Display` which is not FFI-safe: this struct has no fields Oct 15 13:35:10.882 INFO kablam! --> src/lib.rs:419:31 Oct 15 13:35:10.882 INFO kablam! | Oct 15 13:35:10.882 INFO kablam! 419 | pub fn XMapWindow (display: *mut Display, window: Window); Oct 15 13:35:10.882 INFO kablam! | ^^^^^^^^^^^^ Oct 15 13:35:10.882 INFO kablam! | Oct 15 13:35:10.882 INFO kablam! = help: consider adding a member to this struct Oct 15 13:35:10.882 INFO kablam! note: type defined here Oct 15 13:35:10.882 INFO kablam! --> src/lib.rs:662:1 Oct 15 13:35:10.882 INFO kablam! | Oct 15 13:35:10.882 INFO kablam! 662 | pub struct Display; Oct 15 13:35:10.882 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 13:35:10.882 INFO kablam! Oct 15 13:35:10.882 INFO kablam! warning: `extern` block uses type `Display` which is not FFI-safe: this struct has no fields Oct 15 13:35:10.882 INFO kablam! --> src/lib.rs:429:32 Oct 15 13:35:10.882 INFO kablam! | Oct 15 13:35:10.882 INFO kablam! 429 | pub fn XMoveWindow (display: *mut Display, window: Window, x: c_int, y: c_int); Oct 15 13:35:10.882 INFO kablam! | ^^^^^^^^^^^^ Oct 15 13:35:10.882 INFO kablam! | Oct 15 13:35:10.882 INFO kablam! = help: consider adding a member to this struct Oct 15 13:35:10.882 INFO kablam! note: type defined here Oct 15 13:35:10.882 INFO kablam! --> src/lib.rs:662:1 Oct 15 13:35:10.882 INFO kablam! | Oct 15 13:35:10.882 INFO kablam! 662 | pub struct Display; Oct 15 13:35:10.882 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 13:35:10.882 INFO kablam! Oct 15 13:35:10.882 INFO kablam! warning: `extern` block uses type `Display` which is not FFI-safe: this struct has no fields Oct 15 13:35:10.882 INFO kablam! --> src/lib.rs:431:31 Oct 15 13:35:10.882 INFO kablam! | Oct 15 13:35:10.882 INFO kablam! 431 | pub fn XNextEvent (display: *mut Display, event: *mut XEvent); Oct 15 13:35:10.882 INFO kablam! | ^^^^^^^^^^^^ Oct 15 13:35:10.882 INFO kablam! | Oct 15 13:35:10.882 INFO kablam! = help: consider adding a member to this struct Oct 15 13:35:10.882 INFO kablam! note: type defined here Oct 15 13:35:10.882 INFO kablam! --> src/lib.rs:662:1 Oct 15 13:35:10.883 INFO kablam! | Oct 15 13:35:10.883 INFO kablam! 662 | pub struct Display; Oct 15 13:35:10.883 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 13:35:10.883 INFO kablam! Oct 15 13:35:10.883 INFO kablam! warning: `extern` block uses type `Display` which is not FFI-safe: this struct has no fields Oct 15 13:35:10.883 INFO kablam! --> src/lib.rs:435:48 Oct 15 13:35:10.883 INFO kablam! | Oct 15 13:35:10.883 INFO kablam! 435 | pub fn XOpenDisplay (name: *const c_char) -> *mut Display; Oct 15 13:35:10.883 INFO kablam! | ^^^^^^^^^^^^ Oct 15 13:35:10.883 INFO kablam! | Oct 15 13:35:10.883 INFO kablam! = help: consider adding a member to this struct Oct 15 13:35:10.883 INFO kablam! note: type defined here Oct 15 13:35:10.883 INFO kablam! --> src/lib.rs:662:1 Oct 15 13:35:10.883 INFO kablam! | Oct 15 13:35:10.883 INFO kablam! 662 | pub struct Display; Oct 15 13:35:10.883 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 13:35:10.883 INFO kablam! Oct 15 13:35:10.883 INFO kablam! warning: `extern` block uses type `Display` which is not FFI-safe: this struct has no fields Oct 15 13:35:10.883 INFO kablam! --> src/lib.rs:440:29 Oct 15 13:35:10.883 INFO kablam! | Oct 15 13:35:10.883 INFO kablam! 440 | pub fn XPending (display: *mut Display) -> c_int; Oct 15 13:35:10.883 INFO kablam! | ^^^^^^^^^^^^ Oct 15 13:35:10.883 INFO kablam! | Oct 15 13:35:10.883 INFO kablam! = help: consider adding a member to this struct Oct 15 13:35:10.883 INFO kablam! note: type defined here Oct 15 13:35:10.883 INFO kablam! --> src/lib.rs:662:1 Oct 15 13:35:10.883 INFO kablam! | Oct 15 13:35:10.883 INFO kablam! 662 | pub struct Display; Oct 15 13:35:10.883 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 13:35:10.883 INFO kablam! Oct 15 13:35:10.883 INFO kablam! warning: `extern` block uses type `Display` which is not FFI-safe: this struct has no fields Oct 15 13:35:10.883 INFO kablam! --> src/lib.rs:479:34 Oct 15 13:35:10.883 INFO kablam! | Oct 15 13:35:10.883 INFO kablam! 479 | pub fn XResizeWindow (display: *mut Display, window: Window, width: c_uint, height: c_uint); Oct 15 13:35:10.883 INFO kablam! | ^^^^^^^^^^^^ Oct 15 13:35:10.883 INFO kablam! | Oct 15 13:35:10.883 INFO kablam! = help: consider adding a member to this struct Oct 15 13:35:10.883 INFO kablam! note: type defined here Oct 15 13:35:10.883 INFO kablam! --> src/lib.rs:662:1 Oct 15 13:35:10.883 INFO kablam! | Oct 15 13:35:10.883 INFO kablam! 662 | pub struct Display; Oct 15 13:35:10.883 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 13:35:10.883 INFO kablam! Oct 15 13:35:10.883 INFO kablam! warning: `extern` block uses type `Display` which is not FFI-safe: this struct has no fields Oct 15 13:35:10.883 INFO kablam! --> src/lib.rs:519:32 Oct 15 13:35:10.883 INFO kablam! | Oct 15 13:35:10.883 INFO kablam! 519 | pub fn XRootWindow (display: *mut Display, screen_num: c_int) -> Window; Oct 15 13:35:10.883 INFO kablam! | ^^^^^^^^^^^^ Oct 15 13:35:10.883 INFO kablam! | Oct 15 13:35:10.883 INFO kablam! = help: consider adding a member to this struct Oct 15 13:35:10.883 INFO kablam! note: type defined here Oct 15 13:35:10.883 INFO kablam! --> src/lib.rs:662:1 Oct 15 13:35:10.883 INFO kablam! | Oct 15 13:35:10.883 INFO kablam! 662 | pub struct Display; Oct 15 13:35:10.883 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 13:35:10.883 INFO kablam! Oct 15 13:35:10.883 INFO kablam! warning: `extern` block uses type `Display` which is not FFI-safe: this struct has no fields Oct 15 13:35:10.883 INFO kablam! --> src/lib.rs:524:33 Oct 15 13:35:10.883 INFO kablam! | Oct 15 13:35:10.883 INFO kablam! 524 | pub fn XScreenCount (display: *mut Display) -> c_int; Oct 15 13:35:10.883 INFO kablam! | ^^^^^^^^^^^^ Oct 15 13:35:10.883 INFO kablam! | Oct 15 13:35:10.883 INFO kablam! = help: consider adding a member to this struct Oct 15 13:35:10.883 INFO kablam! note: type defined here Oct 15 13:35:10.883 INFO kablam! --> src/lib.rs:662:1 Oct 15 13:35:10.883 INFO kablam! | Oct 15 13:35:10.883 INFO kablam! 662 | pub struct Display; Oct 15 13:35:10.883 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 13:35:10.883 INFO kablam! Oct 15 13:35:10.883 INFO kablam! warning: `extern` block uses type `Display` which is not FFI-safe: this struct has no fields Oct 15 13:35:10.883 INFO kablam! --> src/lib.rs:587:36 Oct 15 13:35:10.883 INFO kablam! | Oct 15 13:35:10.883 INFO kablam! 587 | pub fn XSetWMProtocols (display: *mut Display, window: Window, protocols: *const Atom, count: c_int) -> Status; Oct 15 13:35:10.883 INFO kablam! | ^^^^^^^^^^^^ Oct 15 13:35:10.883 INFO kablam! | Oct 15 13:35:10.883 INFO kablam! = help: consider adding a member to this struct Oct 15 13:35:10.883 INFO kablam! note: type defined here Oct 15 13:35:10.883 INFO kablam! --> src/lib.rs:662:1 Oct 15 13:35:10.883 INFO kablam! | Oct 15 13:35:10.883 INFO kablam! 662 | pub struct Display; Oct 15 13:35:10.883 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 13:35:10.883 INFO kablam! Oct 15 13:35:10.884 INFO kablam! warning: `extern` block uses type `Display` which is not FFI-safe: this struct has no fields Oct 15 13:35:10.884 INFO kablam! --> src/lib.rs:595:31 Oct 15 13:35:10.884 INFO kablam! | Oct 15 13:35:10.884 INFO kablam! 595 | pub fn XStoreName (display: *mut Display, window: Window, name: *const c_char); Oct 15 13:35:10.884 INFO kablam! | ^^^^^^^^^^^^ Oct 15 13:35:10.884 INFO kablam! | Oct 15 13:35:10.884 INFO kablam! = help: consider adding a member to this struct Oct 15 13:35:10.884 INFO kablam! note: type defined here Oct 15 13:35:10.884 INFO kablam! --> src/lib.rs:662:1 Oct 15 13:35:10.884 INFO kablam! | Oct 15 13:35:10.884 INFO kablam! 662 | pub struct Display; Oct 15 13:35:10.884 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 13:35:10.884 INFO kablam! Oct 15 13:35:10.884 INFO kablam! warning: `extern` block uses type `Display` which is not FFI-safe: this struct has no fields Oct 15 13:35:10.884 INFO kablam! --> src/lib.rs:623:33 Oct 15 13:35:10.884 INFO kablam! | Oct 15 13:35:10.884 INFO kablam! 623 | pub fn XUnmapWindow (display: *mut Display, window: Window); Oct 15 13:35:10.884 INFO kablam! | ^^^^^^^^^^^^ Oct 15 13:35:10.884 INFO kablam! | Oct 15 13:35:10.884 INFO kablam! = help: consider adding a member to this struct Oct 15 13:35:10.884 INFO kablam! note: type defined here Oct 15 13:35:10.884 INFO kablam! --> src/lib.rs:662:1 Oct 15 13:35:10.884 INFO kablam! | Oct 15 13:35:10.884 INFO kablam! 662 | pub struct Display; Oct 15 13:35:10.884 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 13:35:10.884 INFO kablam! Oct 15 13:35:10.884 INFO kablam! warning: `extern` block uses type `Display` which is not FFI-safe: this struct has no fields Oct 15 13:35:10.884 INFO kablam! --> src/lib.rs:630:32 Oct 15 13:35:10.884 INFO kablam! | Oct 15 13:35:10.884 INFO kablam! 630 | pub fn XWhitePixel (display: *mut Display, screen_num: c_int) -> c_ulong; Oct 15 13:35:10.884 INFO kablam! | ^^^^^^^^^^^^ Oct 15 13:35:10.884 INFO kablam! | Oct 15 13:35:10.884 INFO kablam! = help: consider adding a member to this struct Oct 15 13:35:10.884 INFO kablam! note: type defined here Oct 15 13:35:10.884 INFO kablam! --> src/lib.rs:662:1 Oct 15 13:35:10.884 INFO kablam! | Oct 15 13:35:10.884 INFO kablam! 662 | pub struct Display; Oct 15 13:35:10.884 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 15 13:35:10.884 INFO kablam! Oct 15 13:35:11.445 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.27s Oct 15 13:35:11.448 INFO kablam! su: No module specific data is present Oct 15 13:35:11.736 INFO running `"docker" "rm" "-f" "96416388742d738fe023ea9ef23b6363de39c7d8bcbd3d9186eab5a029a67479"` Oct 15 13:35:11.815 INFO blam! 96416388742d738fe023ea9ef23b6363de39c7d8bcbd3d9186eab5a029a67479 Oct 15 13:35:11.816 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 15 13:35:12.011 INFO blam! e9eaf916bb9933f05ff7ca0154c077e4ccf3e187fd75eeb942c0709dc174aef7 Oct 15 13:35:12.013 INFO running `"docker" "start" "-a" "e9eaf916bb9933f05ff7ca0154c077e4ccf3e187fd75eeb942c0709dc174aef7"` Oct 15 13:35:12.420 INFO kablam! usermod: no changes Oct 15 13:35:12.453 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 15 13:35:12.459 INFO kablam! Running /target/debug/deps/xlib-33c9cc2295664337 Oct 15 13:35:12.460 INFO blam! Oct 15 13:35:12.461 INFO blam! running 2 tests Oct 15 13:35:12.461 INFO blam! test xevent_size_test ... ok Oct 15 13:35:12.461 INFO blam! test client_message_size_test ... ok Oct 15 13:35:12.461 INFO blam! Oct 15 13:35:12.461 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 13:35:12.461 INFO blam! Oct 15 13:35:12.463 INFO kablam! Doc-tests xlib Oct 15 13:35:13.120 INFO blam! Oct 15 13:35:13.120 INFO blam! running 0 tests Oct 15 13:35:13.120 INFO blam! Oct 15 13:35:13.120 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 13:35:13.120 INFO blam! Oct 15 13:35:13.135 INFO kablam! su: No module specific data is present Oct 15 13:35:13.814 INFO running `"docker" "rm" "-f" "e9eaf916bb9933f05ff7ca0154c077e4ccf3e187fd75eeb942c0709dc174aef7"` Oct 15 13:35:14.015 INFO blam! e9eaf916bb9933f05ff7ca0154c077e4ccf3e187fd75eeb942c0709dc174aef7