Oct 13 11:16:50.462 INFO checking ophir-0.2.5 against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 13 11:16:50.464 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-4/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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 13 11:16:50.864 INFO blam! ec82e476518c98a190b3c53eb83498216147c61d7c26c7ac216725e2008ef62e Oct 13 11:16:50.865 INFO running `"docker" "start" "-a" "ec82e476518c98a190b3c53eb83498216147c61d7c26c7ac216725e2008ef62e"` Oct 13 11:16:51.535 INFO kablam! usermod: no changes Oct 13 11:16:51.628 INFO kablam! Compiling dimensioned v0.6.0 Oct 13 11:16:51.635 INFO kablam! Compiling ophir v0.2.5 (/source) Oct 13 11:16:51.645 INFO kablam! Checking generic-array v0.5.1 Oct 13 11:17:02.978 INFO kablam! warning: unused import: `std::thread` Oct 13 11:17:02.978 INFO kablam! --> src/ea1/mod.rs:221:9 Oct 13 11:17:02.978 INFO kablam! | Oct 13 11:17:02.978 INFO kablam! 221 | use std::thread; Oct 13 11:17:02.978 INFO kablam! | ^^^^^^^^^^^ Oct 13 11:17:02.978 INFO kablam! | Oct 13 11:17:02.978 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 11:17:02.978 INFO kablam! Oct 13 11:17:03.036 INFO kablam! warning: type alias is never used: `Result` Oct 13 11:17:03.036 INFO kablam! --> src/lib.rs:9:1 Oct 13 11:17:03.036 INFO kablam! | Oct 13 11:17:03.036 INFO kablam! 9 | type Result = std::result::Result; Oct 13 11:17:03.036 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 11:17:03.036 INFO kablam! | Oct 13 11:17:03.036 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 11:17:03.036 INFO kablam! Oct 13 11:17:03.036 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 11:17:03.036 INFO kablam! --> src/ea1/mod.rs:63:9 Oct 13 11:17:03.036 INFO kablam! | Oct 13 11:17:03.036 INFO kablam! 63 | self.socket.write_all(&cmd_bytes); Oct 13 11:17:03.036 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 11:17:03.036 INFO kablam! | Oct 13 11:17:03.036 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 11:17:03.036 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 11:17:03.036 INFO kablam! Oct 13 11:17:03.264 INFO kablam! warning: unused variable: `w` Oct 13 11:17:03.265 INFO kablam! --> src/data/mod.rs:26:13 Oct 13 11:17:03.265 INFO kablam! | Oct 13 11:17:03.265 INFO kablam! 26 | let w = Watt::new(1.0); Oct 13 11:17:03.266 INFO kablam! | ^ help: consider using `_w` instead Oct 13 11:17:03.266 INFO kablam! | Oct 13 11:17:03.266 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 13 11:17:03.267 INFO kablam! Oct 13 11:17:03.365 INFO kablam! warning: type alias is never used: `Result` Oct 13 11:17:03.366 INFO kablam! --> src/lib.rs:9:1 Oct 13 11:17:03.366 INFO kablam! | Oct 13 11:17:03.366 INFO kablam! 9 | type Result = std::result::Result; Oct 13 11:17:03.367 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 11:17:03.367 INFO kablam! | Oct 13 11:17:03.367 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 11:17:03.368 INFO kablam! Oct 13 11:17:03.381 INFO kablam! warning: unused `std::result::Result` which must be used Oct 13 11:17:03.381 INFO kablam! --> src/ea1/mod.rs:63:9 Oct 13 11:17:03.381 INFO kablam! | Oct 13 11:17:03.382 INFO kablam! 63 | self.socket.write_all(&cmd_bytes); Oct 13 11:17:03.382 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 11:17:03.382 INFO kablam! | Oct 13 11:17:03.382 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 11:17:03.383 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 13 11:17:03.383 INFO kablam! Oct 13 11:17:03.383 INFO kablam! warning: constant `ea1_address_key` should have an upper case name such as `EA1_ADDRESS_KEY` Oct 13 11:17:03.384 INFO kablam! --> src/ea1/mod.rs:227:5 Oct 13 11:17:03.384 INFO kablam! | Oct 13 11:17:03.384 INFO kablam! 227 | const ea1_address_key: &'static str = "OPHIR_EA1_TEST_ADDR"; Oct 13 11:17:03.385 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 11:17:03.385 INFO kablam! Oct 13 11:17:07.297 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 15.74s Oct 13 11:17:07.304 INFO kablam! su: No module specific data is present Oct 13 11:17:07.736 INFO running `"docker" "rm" "-f" "ec82e476518c98a190b3c53eb83498216147c61d7c26c7ac216725e2008ef62e"` Oct 13 11:17:07.908 INFO blam! ec82e476518c98a190b3c53eb83498216147c61d7c26c7ac216725e2008ef62e