Oct 14 17:49:31.654 INFO testing iseurie/dwmstatus against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 17:49:31.655 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 14 17:49:32.091 INFO blam! 5c2cb4f98e1daa78867c0f6642dc079eb8ba8eaaebd9373ac8b1658fedf39648 Oct 14 17:49:32.099 INFO running `"docker" "start" "-a" "5c2cb4f98e1daa78867c0f6642dc079eb8ba8eaaebd9373ac8b1658fedf39648"` Oct 14 17:49:33.194 INFO kablam! usermod: no changes Oct 14 17:49:33.291 INFO kablam! Compiling toml v0.2.1 Oct 14 17:49:33.291 INFO kablam! Compiling x11-dl v2.15.0 Oct 14 17:49:36.963 INFO kablam! Compiling metadeps v1.1.2 Oct 14 17:49:38.603 INFO kablam! Compiling x11 v2.15.0 Oct 14 17:49:45.856 INFO kablam! Compiling dwmstatus v0.1.0 (/source) Oct 14 17:49:46.207 INFO kablam! warning: unused import: `Path` Oct 14 17:49:46.207 INFO kablam! --> src/stat/power.rs:1:19 Oct 14 17:49:46.207 INFO kablam! | Oct 14 17:49:46.207 INFO kablam! 1 | use ::std::path::{Path, PathBuf}; Oct 14 17:49:46.207 INFO kablam! | ^^^^ Oct 14 17:49:46.207 INFO kablam! | Oct 14 17:49:46.207 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 17:49:46.207 INFO kablam! Oct 14 17:49:46.215 INFO kablam! warning: unused import: `::std::io::prelude::*` Oct 14 17:49:46.215 INFO kablam! --> src/write/cli.rs:2:5 Oct 14 17:49:46.215 INFO kablam! | Oct 14 17:49:46.215 INFO kablam! 2 | use ::std::io::prelude::*; Oct 14 17:49:46.215 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:49:46.215 INFO kablam! Oct 14 17:49:46.315 INFO kablam! warning: variable does not need to be mutable Oct 14 17:49:46.315 INFO kablam! --> src/stat/power.rs:31:13 Oct 14 17:49:46.316 INFO kablam! | Oct 14 17:49:46.316 INFO kablam! 31 | let mut ret = String::from("PW [") + &status[0..1]; Oct 14 17:49:46.316 INFO kablam! | ----^^^ Oct 14 17:49:46.317 INFO kablam! | | Oct 14 17:49:46.317 INFO kablam! | help: remove this `mut` Oct 14 17:49:46.317 INFO kablam! | Oct 14 17:49:46.318 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 17:49:46.318 INFO kablam! Oct 14 17:49:46.323 INFO kablam! warning: method is never used: `with_dpy` Oct 14 17:49:46.323 INFO kablam! --> src/write/x11.rs:19:5 Oct 14 17:49:46.323 INFO kablam! | Oct 14 17:49:46.324 INFO kablam! 19 | pub fn with_dpy(name: &str) -> Option> { Oct 14 17:49:46.324 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:49:46.324 INFO kablam! | Oct 14 17:49:46.325 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 17:49:46.325 INFO kablam! Oct 14 17:49:46.355 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 17:49:46.355 INFO kablam! --> src/write/cli.rs:18:9 Oct 14 17:49:46.356 INFO kablam! | Oct 14 17:49:46.356 INFO kablam! 18 | self.writer.write(&[b'\r']); Oct 14 17:49:46.356 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:49:46.357 INFO kablam! | Oct 14 17:49:46.357 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 17:49:46.357 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 17:49:46.358 INFO kablam! Oct 14 17:49:46.358 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 17:49:46.358 INFO kablam! --> src/write/cli.rs:19:9 Oct 14 17:49:46.359 INFO kablam! | Oct 14 17:49:46.359 INFO kablam! 19 | self.writer.write(status.as_bytes()); Oct 14 17:49:46.359 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:49:46.360 INFO kablam! | Oct 14 17:49:46.360 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 17:49:46.360 INFO kablam! Oct 14 17:49:47.138 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.91s Oct 14 17:49:47.143 INFO kablam! su: No module specific data is present Oct 14 17:49:47.671 INFO running `"docker" "rm" "-f" "5c2cb4f98e1daa78867c0f6642dc079eb8ba8eaaebd9373ac8b1658fedf39648"` Oct 14 17:49:48.065 INFO blam! 5c2cb4f98e1daa78867c0f6642dc079eb8ba8eaaebd9373ac8b1658fedf39648 Oct 14 17:49:48.084 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 14 17:49:48.551 INFO blam! 4df26647b82b08c11544df3442bac0e7522d0fe0dd1cc9c8f3101da46ae116ac Oct 14 17:49:48.567 INFO running `"docker" "start" "-a" "4df26647b82b08c11544df3442bac0e7522d0fe0dd1cc9c8f3101da46ae116ac"` Oct 14 17:49:49.941 INFO kablam! usermod: no changes Oct 14 17:49:50.006 INFO kablam! Compiling dwmstatus v0.1.0 (/source) Oct 14 17:49:50.399 INFO kablam! warning: unused import: `Path` Oct 14 17:49:50.399 INFO kablam! --> src/stat/power.rs:1:19 Oct 14 17:49:50.399 INFO kablam! | Oct 14 17:49:50.399 INFO kablam! 1 | use ::std::path::{Path, PathBuf}; Oct 14 17:49:50.399 INFO kablam! | ^^^^ Oct 14 17:49:50.399 INFO kablam! | Oct 14 17:49:50.399 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 14 17:49:50.399 INFO kablam! Oct 14 17:49:50.399 INFO kablam! warning: unused import: `::std::io::prelude::*` Oct 14 17:49:50.399 INFO kablam! --> src/write/cli.rs:2:5 Oct 14 17:49:50.399 INFO kablam! | Oct 14 17:49:50.399 INFO kablam! 2 | use ::std::io::prelude::*; Oct 14 17:49:50.399 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:49:50.399 INFO kablam! Oct 14 17:49:50.492 INFO kablam! warning: variable does not need to be mutable Oct 14 17:49:50.492 INFO kablam! --> src/stat/power.rs:31:13 Oct 14 17:49:50.492 INFO kablam! | Oct 14 17:49:50.492 INFO kablam! 31 | let mut ret = String::from("PW [") + &status[0..1]; Oct 14 17:49:50.492 INFO kablam! | ----^^^ Oct 14 17:49:50.492 INFO kablam! | | Oct 14 17:49:50.492 INFO kablam! | help: remove this `mut` Oct 14 17:49:50.492 INFO kablam! | Oct 14 17:49:50.492 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 14 17:49:50.492 INFO kablam! Oct 14 17:49:50.495 INFO kablam! warning: method is never used: `with_dpy` Oct 14 17:49:50.495 INFO kablam! --> src/write/x11.rs:19:5 Oct 14 17:49:50.495 INFO kablam! | Oct 14 17:49:50.495 INFO kablam! 19 | pub fn with_dpy(name: &str) -> Option> { Oct 14 17:49:50.495 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:49:50.495 INFO kablam! | Oct 14 17:49:50.495 INFO kablam! = note: #[warn(dead_code)] on by default Oct 14 17:49:50.495 INFO kablam! Oct 14 17:49:50.520 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 17:49:50.520 INFO kablam! --> src/write/cli.rs:18:9 Oct 14 17:49:50.520 INFO kablam! | Oct 14 17:49:50.520 INFO kablam! 18 | self.writer.write(&[b'\r']); Oct 14 17:49:50.520 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:49:50.520 INFO kablam! | Oct 14 17:49:50.520 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 14 17:49:50.520 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 17:49:50.520 INFO kablam! Oct 14 17:49:50.520 INFO kablam! warning: unused `std::result::Result` which must be used Oct 14 17:49:50.520 INFO kablam! --> src/write/cli.rs:19:9 Oct 14 17:49:50.520 INFO kablam! | Oct 14 17:49:50.520 INFO kablam! 19 | self.writer.write(status.as_bytes()); Oct 14 17:49:50.520 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 14 17:49:50.520 INFO kablam! | Oct 14 17:49:50.520 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 14 17:49:50.520 INFO kablam! Oct 14 17:49:50.981 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.01s Oct 14 17:49:50.992 INFO kablam! su: No module specific data is present Oct 14 17:49:52.004 INFO running `"docker" "rm" "-f" "4df26647b82b08c11544df3442bac0e7522d0fe0dd1cc9c8f3101da46ae116ac"` Oct 14 17:49:52.421 INFO blam! 4df26647b82b08c11544df3442bac0e7522d0fe0dd1cc9c8f3101da46ae116ac Oct 14 17:49:52.423 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 14 17:49:53.003 INFO blam! 8dff04c99454173f731393cf743fccb437b805e50ce8791b7ab2bd973bd6231f Oct 14 17:49:53.015 INFO running `"docker" "start" "-a" "8dff04c99454173f731393cf743fccb437b805e50ce8791b7ab2bd973bd6231f"` Oct 14 17:49:54.227 INFO kablam! usermod: no changes Oct 14 17:49:54.379 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.10s Oct 14 17:49:54.379 INFO kablam! Running /target/debug/deps/dwmstatus-f933e40e7734c1a9 Oct 14 17:49:54.379 INFO blam! Oct 14 17:49:54.379 INFO blam! running 0 tests Oct 14 17:49:54.379 INFO blam! Oct 14 17:49:54.379 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 17:49:54.379 INFO blam! Oct 14 17:49:54.387 INFO kablam! su: No module specific data is present Oct 14 17:49:55.107 INFO running `"docker" "rm" "-f" "8dff04c99454173f731393cf743fccb437b805e50ce8791b7ab2bd973bd6231f"` Oct 14 17:49:55.394 INFO blam! 8dff04c99454173f731393cf743fccb437b805e50ce8791b7ab2bd973bd6231f