Oct 15 10:00:46.693 INFO testing JacksonGariety/nocfgwm against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 10:00:46.693 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 10:00:47.159 INFO blam! ba956e7e218ba869da294b691e8dffe25f3b4c5385e895305a3d47788d406781 Oct 15 10:00:47.165 INFO running `"docker" "start" "-a" "ba956e7e218ba869da294b691e8dffe25f3b4c5385e895305a3d47788d406781"` Oct 15 10:00:48.507 INFO kablam! usermod: no changes Oct 15 10:00:48.595 INFO kablam! Compiling error-chain v0.7.2 Oct 15 10:00:48.596 INFO kablam! Compiling toml v0.2.1 Oct 15 10:00:51.206 INFO kablam! Compiling metadeps v1.1.1 Oct 15 10:00:52.047 INFO kablam! Compiling x11 v2.12.0 Oct 15 10:00:56.488 INFO kablam! Compiling wm v0.0.1 (/source) Oct 15 10:00:56.943 INFO kablam! warning: unused variable: `wmhints` Oct 15 10:00:56.943 INFO kablam! --> src/window.rs:74:9 Oct 15 10:00:56.943 INFO kablam! | Oct 15 10:00:56.943 INFO kablam! 74 | let wmhints: xlib::XWMHints; Oct 15 10:00:56.943 INFO kablam! | ^^^^^^^ help: consider using `_wmhints` instead Oct 15 10:00:56.943 INFO kablam! | Oct 15 10:00:56.943 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 10:00:56.943 INFO kablam! Oct 15 10:00:56.943 INFO kablam! warning: unused variable: `state` Oct 15 10:00:56.943 INFO kablam! --> src/window.rs:75:9 Oct 15 10:00:56.943 INFO kablam! | Oct 15 10:00:56.943 INFO kablam! 75 | let state: i64; Oct 15 10:00:56.943 INFO kablam! | ^^^^^ help: consider using `_state` instead Oct 15 10:00:56.943 INFO kablam! Oct 15 10:00:56.943 INFO kablam! warning: unused variable: `gc` Oct 15 10:00:56.943 INFO kablam! --> src/window.rs:148:9 Oct 15 10:00:56.943 INFO kablam! | Oct 15 10:00:56.943 INFO kablam! 148 | let gc: xlib::GC = win.title.gc; Oct 15 10:00:56.943 INFO kablam! | ^^ help: consider using `_gc` instead Oct 15 10:00:56.943 INFO kablam! Oct 15 10:00:56.943 INFO kablam! warning: unused variable: `wmstart` Oct 15 10:00:56.943 INFO kablam! --> src/window.rs:70:77 Oct 15 10:00:56.943 INFO kablam! | Oct 15 10:00:56.943 INFO kablam! 70 | pub fn manage(display: *mut xlib::Display, root: u64, client: xlib::Window, wmstart: i32, windows: &mut Vec) { Oct 15 10:00:56.943 INFO kablam! | ^^^^^^^ help: consider using `_wmstart` instead Oct 15 10:00:56.943 INFO kablam! Oct 15 10:00:56.943 INFO kablam! warning: unused variable: `revert` Oct 15 10:00:56.943 INFO kablam! --> src/main.rs:142:25 Oct 15 10:00:56.943 INFO kablam! | Oct 15 10:00:56.943 INFO kablam! 142 | let mut revert: c_int = unsafe{zeroed()}; Oct 15 10:00:56.943 INFO kablam! | ^^^^^^ help: consider using `_revert` instead Oct 15 10:00:56.943 INFO kablam! Oct 15 10:00:56.971 INFO kablam! warning: unnecessary `unsafe` block Oct 15 10:00:56.971 INFO kablam! --> src/window.rs:106:42 Oct 15 10:00:56.971 INFO kablam! | Oct 15 10:00:56.971 INFO kablam! 93 | unsafe { Oct 15 10:00:56.971 INFO kablam! | ------ because it's nested under this `unsafe` block Oct 15 10:00:56.971 INFO kablam! ... Oct 15 10:00:56.971 INFO kablam! 106 | let mut gcval: xlib::XGCValues = unsafe{zeroed()}; Oct 15 10:00:56.971 INFO kablam! | ^^^^^^ unnecessary `unsafe` block Oct 15 10:00:56.971 INFO kablam! | Oct 15 10:00:56.971 INFO kablam! = note: #[warn(unused_unsafe)] on by default Oct 15 10:00:56.971 INFO kablam! Oct 15 10:00:56.971 INFO kablam! warning: unnecessary `unsafe` block Oct 15 10:00:56.971 INFO kablam! --> src/window.rs:108:29 Oct 15 10:00:56.971 INFO kablam! | Oct 15 10:00:56.971 INFO kablam! 93 | unsafe { Oct 15 10:00:56.971 INFO kablam! | ------ because it's nested under this `unsafe` block Oct 15 10:00:56.971 INFO kablam! ... Oct 15 10:00:56.971 INFO kablam! 108 | let mut tp: Title = unsafe{zeroed()}; Oct 15 10:00:56.971 INFO kablam! | ^^^^^^ unnecessary `unsafe` block Oct 15 10:00:56.971 INFO kablam! Oct 15 10:00:56.971 INFO kablam! warning: unnecessary `unsafe` block Oct 15 10:00:56.971 INFO kablam! --> src/window.rs:109:58 Oct 15 10:00:56.971 INFO kablam! | Oct 15 10:00:56.971 INFO kablam! 93 | unsafe { Oct 15 10:00:56.971 INFO kablam! | ------ because it's nested under this `unsafe` block Oct 15 10:00:56.971 INFO kablam! ... Oct 15 10:00:56.971 INFO kablam! 109 | let mut title_attr: xlib::XSetWindowAttributes = unsafe{zeroed()}; Oct 15 10:00:56.971 INFO kablam! | ^^^^^^ unnecessary `unsafe` block Oct 15 10:00:56.971 INFO kablam! Oct 15 10:00:56.971 INFO kablam! warning: unnecessary `unsafe` block Oct 15 10:00:56.971 INFO kablam! --> src/window.rs:124:36 Oct 15 10:00:56.971 INFO kablam! | Oct 15 10:00:56.971 INFO kablam! 93 | unsafe { Oct 15 10:00:56.971 INFO kablam! | ------ because it's nested under this `unsafe` block Oct 15 10:00:56.971 INFO kablam! ... Oct 15 10:00:56.971 INFO kablam! 124 | let mut bg: xlib::XColor = unsafe{zeroed()}; Oct 15 10:00:56.971 INFO kablam! | ^^^^^^ unnecessary `unsafe` block Oct 15 10:00:56.971 INFO kablam! Oct 15 10:00:56.971 INFO kablam! warning: unnecessary `unsafe` block Oct 15 10:00:56.971 INFO kablam! --> src/window.rs:198:13 Oct 15 10:00:56.976 INFO kablam! | Oct 15 10:00:56.976 INFO kablam! 198 | unsafe { Oct 15 10:00:56.976 INFO kablam! | ^^^^^^ unnecessary `unsafe` block Oct 15 10:00:56.976 INFO kablam! Oct 15 10:00:57.567 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.03s Oct 15 10:00:57.575 INFO kablam! su: No module specific data is present Oct 15 10:00:58.100 INFO running `"docker" "rm" "-f" "ba956e7e218ba869da294b691e8dffe25f3b4c5385e895305a3d47788d406781"` Oct 15 10:00:58.334 INFO blam! ba956e7e218ba869da294b691e8dffe25f3b4c5385e895305a3d47788d406781 Oct 15 10:00:58.337 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 10:00:58.694 INFO blam! 33f9794082b3685b13cc4b78c0724236e28072595e008e32cda6e2c85a15ca65 Oct 15 10:00:58.697 INFO running `"docker" "start" "-a" "33f9794082b3685b13cc4b78c0724236e28072595e008e32cda6e2c85a15ca65"` Oct 15 10:00:59.715 INFO kablam! usermod: no changes Oct 15 10:00:59.791 INFO kablam! Compiling wm v0.0.1 (/source) Oct 15 10:01:00.299 INFO kablam! warning: unused variable: `wmhints` Oct 15 10:01:00.299 INFO kablam! --> src/window.rs:74:9 Oct 15 10:01:00.299 INFO kablam! | Oct 15 10:01:00.299 INFO kablam! 74 | let wmhints: xlib::XWMHints; Oct 15 10:01:00.299 INFO kablam! | ^^^^^^^ help: consider using `_wmhints` instead Oct 15 10:01:00.299 INFO kablam! | Oct 15 10:01:00.299 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 10:01:00.299 INFO kablam! Oct 15 10:01:00.299 INFO kablam! warning: unused variable: `state` Oct 15 10:01:00.299 INFO kablam! --> src/window.rs:75:9 Oct 15 10:01:00.299 INFO kablam! | Oct 15 10:01:00.299 INFO kablam! 75 | let state: i64; Oct 15 10:01:00.299 INFO kablam! | ^^^^^ help: consider using `_state` instead Oct 15 10:01:00.299 INFO kablam! Oct 15 10:01:00.299 INFO kablam! warning: unused variable: `gc` Oct 15 10:01:00.299 INFO kablam! --> src/window.rs:148:9 Oct 15 10:01:00.299 INFO kablam! | Oct 15 10:01:00.299 INFO kablam! 148 | let gc: xlib::GC = win.title.gc; Oct 15 10:01:00.299 INFO kablam! | ^^ help: consider using `_gc` instead Oct 15 10:01:00.299 INFO kablam! Oct 15 10:01:00.299 INFO kablam! warning: unused variable: `wmstart` Oct 15 10:01:00.299 INFO kablam! --> src/window.rs:70:77 Oct 15 10:01:00.299 INFO kablam! | Oct 15 10:01:00.299 INFO kablam! 70 | pub fn manage(display: *mut xlib::Display, root: u64, client: xlib::Window, wmstart: i32, windows: &mut Vec) { Oct 15 10:01:00.299 INFO kablam! | ^^^^^^^ help: consider using `_wmstart` instead Oct 15 10:01:00.299 INFO kablam! Oct 15 10:01:00.299 INFO kablam! warning: unused variable: `revert` Oct 15 10:01:00.299 INFO kablam! --> src/main.rs:142:25 Oct 15 10:01:00.299 INFO kablam! | Oct 15 10:01:00.299 INFO kablam! 142 | let mut revert: c_int = unsafe{zeroed()}; Oct 15 10:01:00.299 INFO kablam! | ^^^^^^ help: consider using `_revert` instead Oct 15 10:01:00.299 INFO kablam! Oct 15 10:01:00.312 INFO kablam! warning: unnecessary `unsafe` block Oct 15 10:01:00.312 INFO kablam! --> src/window.rs:106:42 Oct 15 10:01:00.312 INFO kablam! | Oct 15 10:01:00.313 INFO kablam! 93 | unsafe { Oct 15 10:01:00.313 INFO kablam! | ------ because it's nested under this `unsafe` block Oct 15 10:01:00.313 INFO kablam! ... Oct 15 10:01:00.313 INFO kablam! 106 | let mut gcval: xlib::XGCValues = unsafe{zeroed()}; Oct 15 10:01:00.313 INFO kablam! | ^^^^^^ unnecessary `unsafe` block Oct 15 10:01:00.314 INFO kablam! | Oct 15 10:01:00.314 INFO kablam! = note: #[warn(unused_unsafe)] on by default Oct 15 10:01:00.314 INFO kablam! Oct 15 10:01:00.314 INFO kablam! warning: unnecessary `unsafe` block Oct 15 10:01:00.314 INFO kablam! --> src/window.rs:108:29 Oct 15 10:01:00.314 INFO kablam! | Oct 15 10:01:00.314 INFO kablam! 93 | unsafe { Oct 15 10:01:00.314 INFO kablam! | ------ because it's nested under this `unsafe` block Oct 15 10:01:00.314 INFO kablam! ... Oct 15 10:01:00.314 INFO kablam! 108 | let mut tp: Title = unsafe{zeroed()}; Oct 15 10:01:00.314 INFO kablam! | ^^^^^^ unnecessary `unsafe` block Oct 15 10:01:00.314 INFO kablam! Oct 15 10:01:00.314 INFO kablam! warning: unnecessary `unsafe` block Oct 15 10:01:00.314 INFO kablam! --> src/window.rs:109:58 Oct 15 10:01:00.314 INFO kablam! | Oct 15 10:01:00.314 INFO kablam! 93 | unsafe { Oct 15 10:01:00.314 INFO kablam! | ------ because it's nested under this `unsafe` block Oct 15 10:01:00.317 INFO kablam! ... Oct 15 10:01:00.317 INFO kablam! 109 | let mut title_attr: xlib::XSetWindowAttributes = unsafe{zeroed()}; Oct 15 10:01:00.317 INFO kablam! | ^^^^^^ unnecessary `unsafe` block Oct 15 10:01:00.317 INFO kablam! Oct 15 10:01:00.317 INFO kablam! warning: unnecessary `unsafe` block Oct 15 10:01:00.317 INFO kablam! --> src/window.rs:124:36 Oct 15 10:01:00.317 INFO kablam! | Oct 15 10:01:00.317 INFO kablam! 93 | unsafe { Oct 15 10:01:00.317 INFO kablam! | ------ because it's nested under this `unsafe` block Oct 15 10:01:00.317 INFO kablam! ... Oct 15 10:01:00.317 INFO kablam! 124 | let mut bg: xlib::XColor = unsafe{zeroed()}; Oct 15 10:01:00.317 INFO kablam! | ^^^^^^ unnecessary `unsafe` block Oct 15 10:01:00.317 INFO kablam! Oct 15 10:01:00.317 INFO kablam! warning: unnecessary `unsafe` block Oct 15 10:01:00.317 INFO kablam! --> src/window.rs:198:13 Oct 15 10:01:00.317 INFO kablam! | Oct 15 10:01:00.317 INFO kablam! 198 | unsafe { Oct 15 10:01:00.317 INFO kablam! | ^^^^^^ unnecessary `unsafe` block Oct 15 10:01:00.317 INFO kablam! Oct 15 10:01:00.709 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.96s Oct 15 10:01:00.713 INFO kablam! su: No module specific data is present Oct 15 10:01:01.179 INFO running `"docker" "rm" "-f" "33f9794082b3685b13cc4b78c0724236e28072595e008e32cda6e2c85a15ca65"` Oct 15 10:01:01.399 INFO blam! 33f9794082b3685b13cc4b78c0724236e28072595e008e32cda6e2c85a15ca65 Oct 15 10:01:01.404 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 10:01:01.912 INFO blam! 4f2736a96f66fad039431dd25b869b35ed4ccdc971dfcee12a6e1fd70de12d02 Oct 15 10:01:01.912 INFO running `"docker" "start" "-a" "4f2736a96f66fad039431dd25b869b35ed4ccdc971dfcee12a6e1fd70de12d02"` Oct 15 10:01:03.357 INFO kablam! usermod: no changes Oct 15 10:01:03.451 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 15 10:01:03.451 INFO blam! Oct 15 10:01:03.451 INFO kablam! Running /target/debug/deps/wm-12e1ed53a0dcb713 Oct 15 10:01:03.451 INFO blam! running 0 tests Oct 15 10:01:03.451 INFO blam! Oct 15 10:01:03.451 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 10:01:03.451 INFO blam! Oct 15 10:01:03.451 INFO kablam! su: No module specific data is present Oct 15 10:01:03.970 INFO running `"docker" "rm" "-f" "4f2736a96f66fad039431dd25b869b35ed4ccdc971dfcee12a6e1fd70de12d02"` Oct 15 10:01:04.163 INFO blam! 4f2736a96f66fad039431dd25b869b35ed4ccdc971dfcee12a6e1fd70de12d02