Oct 10 21:30:36.834 INFO testing iseurie/dwmstatus against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 21:30:36.834 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 21:30:36.834 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 21:30:37.260 INFO blam! 4bf8a381754d82f3eb4ae5c14af2a882a7babbeec6a016d50113c669b7e60495 Oct 10 21:30:37.266 INFO running `"docker" "start" "-a" "4bf8a381754d82f3eb4ae5c14af2a882a7babbeec6a016d50113c669b7e60495"` Oct 10 21:30:38.420 INFO kablam! usermod: no changes Oct 10 21:30:38.524 INFO kablam! Compiling error-chain v0.10.0 Oct 10 21:30:38.524 INFO kablam! Compiling libc v0.2.29 Oct 10 21:30:39.264 INFO kablam! Compiling metadeps v1.1.2 Oct 10 21:30:40.444 INFO kablam! Compiling x11 v2.15.0 Oct 10 21:30:40.585 INFO kablam! Compiling time v0.1.38 Oct 10 21:30:40.585 INFO kablam! Compiling x11-dl v2.15.0 Oct 10 21:30:46.605 INFO kablam! Compiling dwmstatus v0.1.0 (/source) Oct 10 21:30:46.756 INFO kablam! warning: unused import: `Path` Oct 10 21:30:46.756 INFO kablam! --> src/stat/power.rs:1:19 Oct 10 21:30:46.756 INFO kablam! | Oct 10 21:30:46.756 INFO kablam! 1 | use ::std::path::{Path, PathBuf}; Oct 10 21:30:46.756 INFO kablam! | ^^^^ Oct 10 21:30:46.756 INFO kablam! | Oct 10 21:30:46.756 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 21:30:46.756 INFO kablam! Oct 10 21:30:46.756 INFO kablam! warning: unused import: `::std::io::prelude::*` Oct 10 21:30:46.756 INFO kablam! --> src/write/cli.rs:2:5 Oct 10 21:30:46.756 INFO kablam! | Oct 10 21:30:46.756 INFO kablam! 2 | use ::std::io::prelude::*; Oct 10 21:30:46.756 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:30:46.756 INFO kablam! Oct 10 21:30:46.836 INFO kablam! warning: variable does not need to be mutable Oct 10 21:30:46.836 INFO kablam! --> src/stat/power.rs:31:13 Oct 10 21:30:46.836 INFO kablam! | Oct 10 21:30:46.836 INFO kablam! 31 | let mut ret = String::from("PW [") + &status[0..1]; Oct 10 21:30:46.836 INFO kablam! | ----^^^ Oct 10 21:30:46.836 INFO kablam! | | Oct 10 21:30:46.836 INFO kablam! | help: remove this `mut` Oct 10 21:30:46.836 INFO kablam! | Oct 10 21:30:46.836 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 21:30:46.836 INFO kablam! Oct 10 21:30:46.844 INFO kablam! warning: method is never used: `with_dpy` Oct 10 21:30:46.844 INFO kablam! --> src/write/x11.rs:19:5 Oct 10 21:30:46.844 INFO kablam! | Oct 10 21:30:46.844 INFO kablam! 19 | pub fn with_dpy(name: &str) -> Option> { Oct 10 21:30:46.844 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:30:46.844 INFO kablam! | Oct 10 21:30:46.844 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 21:30:46.844 INFO kablam! Oct 10 21:30:46.864 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 21:30:46.864 INFO kablam! --> src/write/cli.rs:18:9 Oct 10 21:30:46.864 INFO kablam! | Oct 10 21:30:46.864 INFO kablam! 18 | self.writer.write(&[b'\r']); Oct 10 21:30:46.864 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:30:46.864 INFO kablam! | Oct 10 21:30:46.864 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 21:30:46.864 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 21:30:46.864 INFO kablam! Oct 10 21:30:46.864 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 21:30:46.864 INFO kablam! --> src/write/cli.rs:19:9 Oct 10 21:30:46.864 INFO kablam! | Oct 10 21:30:46.864 INFO kablam! 19 | self.writer.write(status.as_bytes()); Oct 10 21:30:46.864 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:30:46.864 INFO kablam! | Oct 10 21:30:46.864 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 21:30:46.864 INFO kablam! Oct 10 21:30:47.419 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.96s Oct 10 21:30:47.420 INFO kablam! su: No module specific data is present Oct 10 21:30:47.906 INFO running `"docker" "rm" "-f" "4bf8a381754d82f3eb4ae5c14af2a882a7babbeec6a016d50113c669b7e60495"` Oct 10 21:30:48.368 INFO blam! 4bf8a381754d82f3eb4ae5c14af2a882a7babbeec6a016d50113c669b7e60495 Oct 10 21:30:48.375 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 21:30:48.377 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 21:30:48.829 INFO blam! 92fc7a94ea1cb6ae1000bf28e4212efe5626c1bf358678219598a36e35d9775e Oct 10 21:30:48.839 INFO running `"docker" "start" "-a" "92fc7a94ea1cb6ae1000bf28e4212efe5626c1bf358678219598a36e35d9775e"` Oct 10 21:30:49.828 INFO kablam! usermod: no changes Oct 10 21:30:49.932 INFO kablam! Compiling dwmstatus v0.1.0 (/source) Oct 10 21:30:50.128 INFO kablam! warning: unused import: `Path` Oct 10 21:30:50.128 INFO kablam! --> src/stat/power.rs:1:19 Oct 10 21:30:50.128 INFO kablam! | Oct 10 21:30:50.128 INFO kablam! 1 | use ::std::path::{Path, PathBuf}; Oct 10 21:30:50.128 INFO kablam! | ^^^^ Oct 10 21:30:50.128 INFO kablam! | Oct 10 21:30:50.128 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 21:30:50.128 INFO kablam! Oct 10 21:30:50.128 INFO kablam! warning: unused import: `::std::io::prelude::*` Oct 10 21:30:50.128 INFO kablam! --> src/write/cli.rs:2:5 Oct 10 21:30:50.128 INFO kablam! | Oct 10 21:30:50.128 INFO kablam! 2 | use ::std::io::prelude::*; Oct 10 21:30:50.128 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:30:50.128 INFO kablam! Oct 10 21:30:50.222 INFO kablam! warning: variable does not need to be mutable Oct 10 21:30:50.222 INFO kablam! --> src/stat/power.rs:31:13 Oct 10 21:30:50.222 INFO kablam! | Oct 10 21:30:50.222 INFO kablam! 31 | let mut ret = String::from("PW [") + &status[0..1]; Oct 10 21:30:50.222 INFO kablam! | ----^^^ Oct 10 21:30:50.222 INFO kablam! | | Oct 10 21:30:50.222 INFO kablam! | help: remove this `mut` Oct 10 21:30:50.222 INFO kablam! | Oct 10 21:30:50.222 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 21:30:50.222 INFO kablam! Oct 10 21:30:50.228 INFO kablam! warning: method is never used: `with_dpy` Oct 10 21:30:50.228 INFO kablam! --> src/write/x11.rs:19:5 Oct 10 21:30:50.228 INFO kablam! | Oct 10 21:30:50.228 INFO kablam! 19 | pub fn with_dpy(name: &str) -> Option> { Oct 10 21:30:50.228 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:30:50.228 INFO kablam! | Oct 10 21:30:50.228 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 21:30:50.228 INFO kablam! Oct 10 21:30:50.245 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 21:30:50.245 INFO kablam! --> src/write/cli.rs:18:9 Oct 10 21:30:50.245 INFO kablam! | Oct 10 21:30:50.245 INFO kablam! 18 | self.writer.write(&[b'\r']); Oct 10 21:30:50.245 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:30:50.245 INFO kablam! | Oct 10 21:30:50.245 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 21:30:50.245 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 21:30:50.245 INFO kablam! Oct 10 21:30:50.245 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 21:30:50.245 INFO kablam! --> src/write/cli.rs:19:9 Oct 10 21:30:50.245 INFO kablam! | Oct 10 21:30:50.245 INFO kablam! 19 | self.writer.write(status.as_bytes()); Oct 10 21:30:50.245 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:30:50.245 INFO kablam! | Oct 10 21:30:50.245 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 21:30:50.246 INFO kablam! Oct 10 21:30:50.774 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.90s Oct 10 21:30:50.776 INFO kablam! su: No module specific data is present Oct 10 21:30:51.393 INFO running `"docker" "rm" "-f" "92fc7a94ea1cb6ae1000bf28e4212efe5626c1bf358678219598a36e35d9775e"` Oct 10 21:30:51.562 INFO blam! 92fc7a94ea1cb6ae1000bf28e4212efe5626c1bf358678219598a36e35d9775e Oct 10 21:30:51.563 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 21:30:51.564 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 21:30:51.946 INFO blam! 35aac4ea88f6a77f5641e4b7f6b54ef5f4f3e14e5ad072a9d048d6143bf8ec06 Oct 10 21:30:51.950 INFO running `"docker" "start" "-a" "35aac4ea88f6a77f5641e4b7f6b54ef5f4f3e14e5ad072a9d048d6143bf8ec06"` Oct 10 21:30:53.026 INFO kablam! usermod: no changes Oct 10 21:30:53.080 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 10 21:30:53.092 INFO kablam! Running /target/debug/deps/dwmstatus-426a02a53fb49bc5 Oct 10 21:30:53.096 INFO blam! Oct 10 21:30:53.096 INFO blam! running 0 tests Oct 10 21:30:53.096 INFO blam! Oct 10 21:30:53.096 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 21:30:53.096 INFO blam! Oct 10 21:30:53.104 INFO kablam! su: No module specific data is present Oct 10 21:30:53.594 INFO running `"docker" "rm" "-f" "35aac4ea88f6a77f5641e4b7f6b54ef5f4f3e14e5ad072a9d048d6143bf8ec06"` Oct 10 21:30:53.832 INFO blam! 35aac4ea88f6a77f5641e4b7f6b54ef5f4f3e14e5ad072a9d048d6143bf8ec06