Oct 14 20:17:12.895 INFO testing fschutt/xlib-programming-rust against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 20:17:12.895 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 14 20:17:13.247 INFO blam! be03810a20c913917faddbe73ea6074919adac7eb0b9a9b3f56540fd4f4d2509 Oct 14 20:17:13.251 INFO running `"docker" "start" "-a" "be03810a20c913917faddbe73ea6074919adac7eb0b9a9b3f56540fd4f4d2509"` Oct 14 20:17:14.005 INFO kablam! usermod: no changes Oct 14 20:17:14.040 INFO kablam! Compiling error-chain v0.10.0 Oct 14 20:17:14.054 INFO kablam! Compiling x11-dl v2.14.0 Oct 14 20:17:14.571 INFO kablam! Compiling metadeps v1.1.2 Oct 14 20:17:15.296 INFO kablam! Compiling dbus v0.5.3 Oct 14 20:17:25.623 INFO kablam! Compiling xlibprogramming v0.1.0 (/source) Oct 14 20:17:25.886 INFO kablam! warning: unused imports: `CurrentTime`, `GrabModeAsync` Oct 14 20:17:25.887 INFO kablam! --> src/main.rs:7:33 Oct 14 20:17:25.887 INFO kablam! | Oct 14 20:17:25.887 INFO kablam! 7 | use x11_dl::xlib::{True, False, GrabModeAsync, CurrentTime, XEvent}; Oct 14 20:17:25.887 INFO kablam! | ^^^^^^^^^^^^^ ^^^^^^^^^^^ Oct 14 20:17:25.887 INFO kablam! | Oct 14 20:17:25.887 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 20:17:25.887 INFO kablam! Oct 14 20:17:26.473 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 12.45s Oct 14 20:17:26.475 INFO kablam! su: No module specific data is present Oct 14 20:17:27.241 INFO running `"docker" "rm" "-f" "be03810a20c913917faddbe73ea6074919adac7eb0b9a9b3f56540fd4f4d2509"` Oct 14 20:17:27.433 INFO blam! be03810a20c913917faddbe73ea6074919adac7eb0b9a9b3f56540fd4f4d2509 Oct 14 20:17:27.445 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 14 20:17:27.883 INFO blam! 289536e7b637f7fdc84d0ad30f6c8126971a8a1ba97a32e62308f0473b81f89a Oct 14 20:17:27.885 INFO running `"docker" "start" "-a" "289536e7b637f7fdc84d0ad30f6c8126971a8a1ba97a32e62308f0473b81f89a"` Oct 14 20:17:28.918 INFO kablam! usermod: no changes Oct 14 20:17:28.991 INFO kablam! Compiling xlibprogramming v0.1.0 (/source) Oct 14 20:17:29.335 INFO kablam! warning: variable does not need to be mutable Oct 14 20:17:29.335 INFO kablam! --> examples/simple_opengl_window.rs:44:9 Oct 14 20:17:29.335 INFO kablam! | Oct 14 20:17:29.335 INFO kablam! 44 | let mut display = { Oct 14 20:17:29.335 INFO kablam! | ----^^^^^^^ Oct 14 20:17:29.335 INFO kablam! | | Oct 14 20:17:29.335 INFO kablam! | help: remove this `mut` Oct 14 20:17:29.335 INFO kablam! | Oct 14 20:17:29.335 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 20:17:29.335 INFO kablam! Oct 14 20:17:29.335 INFO kablam! warning: variable does not need to be mutable Oct 14 20:17:29.335 INFO kablam! --> examples/simple_opengl_window.rs:64:9 Oct 14 20:17:29.335 INFO kablam! | Oct 14 20:17:29.335 INFO kablam! 64 | let mut visual_info = { if vi.is_null() { Oct 14 20:17:29.335 INFO kablam! | ----^^^^^^^^^^^ Oct 14 20:17:29.335 INFO kablam! | | Oct 14 20:17:29.335 INFO kablam! | help: remove this `mut` Oct 14 20:17:29.335 INFO kablam! Oct 14 20:17:29.355 INFO kablam! warning: unused imports: `CurrentTime`, `GrabModeAsync` Oct 14 20:17:29.355 INFO kablam! --> src/main.rs:7:33 Oct 14 20:17:29.355 INFO kablam! | Oct 14 20:17:29.355 INFO kablam! 7 | use x11_dl::xlib::{True, False, GrabModeAsync, CurrentTime, XEvent}; Oct 14 20:17:29.355 INFO kablam! | ^^^^^^^^^^^^^ ^^^^^^^^^^^ Oct 14 20:17:29.355 INFO kablam! | Oct 14 20:17:29.355 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 20:17:29.355 INFO kablam! Oct 14 20:17:30.255 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.30s Oct 14 20:17:30.258 INFO kablam! su: No module specific data is present Oct 14 20:17:31.271 INFO running `"docker" "rm" "-f" "289536e7b637f7fdc84d0ad30f6c8126971a8a1ba97a32e62308f0473b81f89a"` Oct 14 20:17:31.661 INFO blam! 289536e7b637f7fdc84d0ad30f6c8126971a8a1ba97a32e62308f0473b81f89a Oct 14 20:17:31.661 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 14 20:17:32.196 INFO blam! 722fac28171a2a19584bdbac668080ce21e606157b78dcbc273c9ad21319de69 Oct 14 20:17:32.198 INFO running `"docker" "start" "-a" "722fac28171a2a19584bdbac668080ce21e606157b78dcbc273c9ad21319de69"` Oct 14 20:17:34.015 INFO kablam! usermod: no changes Oct 14 20:17:34.099 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 14 20:17:34.099 INFO kablam! Running /target/debug/deps/xlibprogramming-1fc2cccd7b8f1b3e Oct 14 20:17:34.103 INFO blam! Oct 14 20:17:34.103 INFO blam! running 0 tests Oct 14 20:17:34.103 INFO blam! Oct 14 20:17:34.103 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 20:17:34.103 INFO blam! Oct 14 20:17:34.107 INFO kablam! su: No module specific data is present Oct 14 20:17:35.447 INFO running `"docker" "rm" "-f" "722fac28171a2a19584bdbac668080ce21e606157b78dcbc273c9ad21319de69"` Oct 14 20:17:35.748 INFO blam! 722fac28171a2a19584bdbac668080ce21e606157b78dcbc273c9ad21319de69