Oct 27 08:21:32.943 INFO checking andrew-d/lenovo-throttling-rust against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 08:21:32.943 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-1/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-alt check --frozen --all --all-targets" "-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 27 08:21:33.404 INFO blam! a8560f00449545350931d2880552a0d204a5078abf4f90d738864e87e99dee42 Oct 27 08:21:33.405 INFO running `"docker" "start" "-a" "a8560f00449545350931d2880552a0d204a5078abf4f90d738864e87e99dee42"` Oct 27 08:21:34.679 INFO kablam! usermod: no changes Oct 27 08:21:34.863 INFO kablam! Compiling libdbus-sys v0.1.3 Oct 27 08:21:34.887 INFO kablam! Checking crossbeam-channel v0.1.3 Oct 27 08:21:37.563 INFO kablam! Checking dbus v0.6.2 Oct 27 08:21:41.544 INFO kablam! Checking lenovo-throttling-rust v0.1.0 (/source) Oct 27 08:21:44.647 INFO kablam! warning: method is never used: `mask` Oct 27 08:21:44.647 INFO kablam! --> src/msr.rs:26:5 Oct 27 08:21:44.647 INFO kablam! | Oct 27 08:21:44.647 INFO kablam! 26 | pub fn mask(&mut self, mask: (u32, u32)) -> &mut ReadMsrBuilder { Oct 27 08:21:44.647 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:21:44.647 INFO kablam! | Oct 27 08:21:44.647 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 08:21:44.647 INFO kablam! Oct 27 08:21:44.647 INFO kablam! warning: method is never used: `read` Oct 27 08:21:44.647 INFO kablam! --> src/msr.rs:47:5 Oct 27 08:21:44.647 INFO kablam! | Oct 27 08:21:44.647 INFO kablam! 47 | pub fn read(&self) -> io::Result> { Oct 27 08:21:44.647 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:21:44.647 INFO kablam! Oct 27 08:21:44.647 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 08:21:44.647 INFO kablam! --> src/power.rs:50:25 Oct 27 08:21:44.647 INFO kablam! | Oct 27 08:21:44.647 INFO kablam! 50 | send.send(new_state); Oct 27 08:21:44.647 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:21:44.647 INFO kablam! | Oct 27 08:21:44.647 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 08:21:44.647 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 08:21:44.647 INFO kablam! Oct 27 08:21:44.647 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 08:21:44.647 INFO kablam! --> src/power.rs:93:29 Oct 27 08:21:44.647 INFO kablam! | Oct 27 08:21:44.647 INFO kablam! 93 | sender.send(new_state); Oct 27 08:21:44.647 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:21:44.647 INFO kablam! | Oct 27 08:21:44.647 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 08:21:44.647 INFO kablam! Oct 27 08:21:44.679 INFO kablam! warning: method is never used: `mask` Oct 27 08:21:44.679 INFO kablam! --> src/msr.rs:26:5 Oct 27 08:21:44.679 INFO kablam! | Oct 27 08:21:44.679 INFO kablam! 26 | pub fn mask(&mut self, mask: (u32, u32)) -> &mut ReadMsrBuilder { Oct 27 08:21:44.679 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:21:44.679 INFO kablam! | Oct 27 08:21:44.679 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 08:21:44.679 INFO kablam! Oct 27 08:21:44.679 INFO kablam! warning: method is never used: `read` Oct 27 08:21:44.679 INFO kablam! --> src/msr.rs:47:5 Oct 27 08:21:44.679 INFO kablam! | Oct 27 08:21:44.679 INFO kablam! 47 | pub fn read(&self) -> io::Result> { Oct 27 08:21:44.679 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:21:44.679 INFO kablam! Oct 27 08:21:44.680 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 08:21:44.680 INFO kablam! --> src/power.rs:50:25 Oct 27 08:21:44.680 INFO kablam! | Oct 27 08:21:44.680 INFO kablam! 50 | send.send(new_state); Oct 27 08:21:44.680 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:21:44.680 INFO kablam! | Oct 27 08:21:44.680 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 08:21:44.680 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 08:21:44.681 INFO kablam! Oct 27 08:21:44.687 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 08:21:44.687 INFO kablam! --> src/power.rs:93:29 Oct 27 08:21:44.687 INFO kablam! | Oct 27 08:21:44.687 INFO kablam! 93 | sender.send(new_state); Oct 27 08:21:44.687 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 08:21:44.687 INFO kablam! | Oct 27 08:21:44.687 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 08:21:44.687 INFO kablam! Oct 27 08:21:44.763 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 10.07s Oct 27 08:21:44.769 INFO kablam! su: No module specific data is present Oct 27 08:21:45.777 INFO running `"docker" "rm" "-f" "a8560f00449545350931d2880552a0d204a5078abf4f90d738864e87e99dee42"` Oct 27 08:21:46.095 INFO blam! a8560f00449545350931d2880552a0d204a5078abf4f90d738864e87e99dee42