Oct 14 17:49:33.115 INFO testing iseurie/dwmstatus against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 17:49:33.116 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 17:49:33.592 INFO blam! 2bab3b8a3935c25c2f86b8d6321a1aa1893b60504cab7133a94a532369c685cf Oct 14 17:49:33.594 INFO running `"docker" "start" "-a" "2bab3b8a3935c25c2f86b8d6321a1aa1893b60504cab7133a94a532369c685cf"` Oct 14 17:49:35.175 INFO kablam! usermod: no changes Oct 14 17:49:35.319 INFO kablam! Compiling metadeps v1.1.2 Oct 14 17:49:35.319 INFO kablam! Compiling x11-dl v2.15.0 Oct 14 17:49:36.803 INFO kablam! Compiling x11 v2.15.0 Oct 14 17:49:45.844 INFO kablam! Compiling dwmstatus v0.1.0 (/source) Oct 14 17:49:46.128 INFO kablam! warning: unused import: `Path` Oct 14 17:49:46.130 INFO kablam! --> src/stat/power.rs:1:19 Oct 14 17:49:46.131 INFO kablam! | Oct 14 17:49:46.131 INFO kablam! 1 | use ::std::path::{Path, PathBuf}; Oct 14 17:49:46.131 INFO kablam! | ^^^^ Oct 14 17:49:46.131 INFO kablam! | Oct 14 17:49:46.132 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 17:49:46.132 INFO kablam! Oct 14 17:49:46.132 INFO kablam! warning: unused import: `::std::io::prelude::*` Oct 14 17:49:46.133 INFO kablam! --> src/write/cli.rs:2:5 Oct 14 17:49:46.133 INFO kablam! | Oct 14 17:49:46.133 INFO kablam! 2 | use ::std::io::prelude::*; Oct 14 17:49:46.134 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:49:46.134 INFO kablam! Oct 14 17:49:46.231 INFO kablam! warning: variable does not need to be mutable Oct 14 17:49:46.232 INFO kablam! --> src/stat/power.rs:31:13 Oct 14 17:49:46.232 INFO kablam! | Oct 14 17:49:46.232 INFO kablam! 31 | let mut ret = String::from("PW [") + &status[0..1]; Oct 14 17:49:46.233 INFO kablam! | ----^^^ Oct 14 17:49:46.233 INFO kablam! | | Oct 14 17:49:46.233 INFO kablam! | help: remove this `mut` Oct 14 17:49:46.234 INFO kablam! | Oct 14 17:49:46.234 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 17:49:46.234 INFO kablam! Oct 14 17:49:46.243 INFO kablam! warning: method is never used: `with_dpy` Oct 14 17:49:46.243 INFO kablam! --> src/write/x11.rs:19:5 Oct 14 17:49:46.244 INFO kablam! | Oct 14 17:49:46.244 INFO kablam! 19 | pub fn with_dpy(name: &str) -> Option> { Oct 14 17:49:46.244 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:49:46.245 INFO kablam! | Oct 14 17:49:46.245 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 17:49:46.245 INFO kablam! Oct 14 17:49:46.265 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 17:49:46.265 INFO kablam! --> src/write/cli.rs:18:9 Oct 14 17:49:46.266 INFO kablam! | Oct 14 17:49:46.266 INFO kablam! 18 | self.writer.write(&[b'\r']); Oct 14 17:49:46.266 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:49:46.267 INFO kablam! | Oct 14 17:49:46.267 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 17:49:46.267 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 17:49:46.267 INFO kablam! Oct 14 17:49:46.268 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 17:49:46.268 INFO kablam! --> src/write/cli.rs:19:9 Oct 14 17:49:46.268 INFO kablam! | Oct 14 17:49:46.269 INFO kablam! 19 | self.writer.write(status.as_bytes()); Oct 14 17:49:46.269 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:49:46.269 INFO kablam! | Oct 14 17:49:46.269 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 17:49:46.270 INFO kablam! Oct 14 17:49:47.076 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 11.87s Oct 14 17:49:47.079 INFO kablam! su: No module specific data is present Oct 14 17:49:47.709 INFO running `"docker" "rm" "-f" "2bab3b8a3935c25c2f86b8d6321a1aa1893b60504cab7133a94a532369c685cf"` Oct 14 17:49:48.051 INFO blam! 2bab3b8a3935c25c2f86b8d6321a1aa1893b60504cab7133a94a532369c685cf Oct 14 17:49:48.064 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 17:49:48.467 INFO blam! 79adb83c4f913ec88470956c9049ad1e94178a7d467827539b8d25383cc6c07b Oct 14 17:49:48.479 INFO running `"docker" "start" "-a" "79adb83c4f913ec88470956c9049ad1e94178a7d467827539b8d25383cc6c07b"` Oct 14 17:49:50.103 INFO kablam! usermod: no changes Oct 14 17:49:50.163 INFO kablam! Compiling dwmstatus v0.1.0 (/source) Oct 14 17:49:50.599 INFO kablam! warning: unused import: `Path` Oct 14 17:49:50.599 INFO kablam! --> src/stat/power.rs:1:19 Oct 14 17:49:50.599 INFO kablam! | Oct 14 17:49:50.599 INFO kablam! 1 | use ::std::path::{Path, PathBuf}; Oct 14 17:49:50.599 INFO kablam! | ^^^^ Oct 14 17:49:50.599 INFO kablam! | Oct 14 17:49:50.599 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 17:49:50.599 INFO kablam! Oct 14 17:49:50.599 INFO kablam! warning: unused import: `::std::io::prelude::*` Oct 14 17:49:50.599 INFO kablam! --> src/write/cli.rs:2:5 Oct 14 17:49:50.599 INFO kablam! | Oct 14 17:49:50.599 INFO kablam! 2 | use ::std::io::prelude::*; Oct 14 17:49:50.599 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:49:50.599 INFO kablam! Oct 14 17:49:50.712 INFO kablam! warning: variable does not need to be mutable Oct 14 17:49:50.713 INFO kablam! --> src/stat/power.rs:31:13 Oct 14 17:49:50.713 INFO kablam! | Oct 14 17:49:50.713 INFO kablam! 31 | let mut ret = String::from("PW [") + &status[0..1]; Oct 14 17:49:50.714 INFO kablam! | ----^^^ Oct 14 17:49:50.714 INFO kablam! | | Oct 14 17:49:50.714 INFO kablam! | help: remove this `mut` Oct 14 17:49:50.714 INFO kablam! | Oct 14 17:49:50.715 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 17:49:50.715 INFO kablam! Oct 14 17:49:50.720 INFO kablam! warning: method is never used: `with_dpy` Oct 14 17:49:50.720 INFO kablam! --> src/write/x11.rs:19:5 Oct 14 17:49:50.721 INFO kablam! | Oct 14 17:49:50.721 INFO kablam! 19 | pub fn with_dpy(name: &str) -> Option> { Oct 14 17:49:50.721 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:49:50.721 INFO kablam! | Oct 14 17:49:50.722 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 17:49:50.722 INFO kablam! Oct 14 17:49:50.741 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 17:49:50.742 INFO kablam! --> src/write/cli.rs:18:9 Oct 14 17:49:50.742 INFO kablam! | Oct 14 17:49:50.742 INFO kablam! 18 | self.writer.write(&[b'\r']); Oct 14 17:49:50.743 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:49:50.743 INFO kablam! | Oct 14 17:49:50.743 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 17:49:50.744 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 17:49:50.744 INFO kablam! Oct 14 17:49:50.744 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 17:49:50.744 INFO kablam! --> src/write/cli.rs:19:9 Oct 14 17:49:50.744 INFO kablam! | Oct 14 17:49:50.745 INFO kablam! 19 | self.writer.write(status.as_bytes()); Oct 14 17:49:50.745 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:49:50.745 INFO kablam! | Oct 14 17:49:50.745 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 17:49:50.746 INFO kablam! Oct 14 17:49:51.227 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.09s Oct 14 17:49:51.227 INFO kablam! su: No module specific data is present Oct 14 17:49:52.142 INFO running `"docker" "rm" "-f" "79adb83c4f913ec88470956c9049ad1e94178a7d467827539b8d25383cc6c07b"` Oct 14 17:49:52.404 INFO blam! 79adb83c4f913ec88470956c9049ad1e94178a7d467827539b8d25383cc6c07b Oct 14 17:49:52.412 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/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 17:49:52.945 INFO blam! 0caa327d0c0f0a91961427c4285367a05b7c9057fb0622535f3431797fb24d03 Oct 14 17:49:52.947 INFO running `"docker" "start" "-a" "0caa327d0c0f0a91961427c4285367a05b7c9057fb0622535f3431797fb24d03"` Oct 14 17:49:54.154 INFO kablam! usermod: no changes Oct 14 17:49:54.252 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.07s Oct 14 17:49:54.259 INFO kablam! Running /target/debug/deps/dwmstatus-426a02a53fb49bc5 Oct 14 17:49:54.263 INFO blam! Oct 14 17:49:54.263 INFO blam! running 0 tests Oct 14 17:49:54.263 INFO blam! Oct 14 17:49:54.263 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 17:49:54.263 INFO blam! Oct 14 17:49:54.264 INFO kablam! su: No module specific data is present Oct 14 17:49:55.295 INFO running `"docker" "rm" "-f" "0caa327d0c0f0a91961427c4285367a05b7c9057fb0622535f3431797fb24d03"` Oct 14 17:49:55.683 INFO blam! 0caa327d0c0f0a91961427c4285367a05b7c9057fb0622535f3431797fb24d03