Sep 06 08:45:11.477 INFO checking climate-si7020-0.1.0 against try#51ff957df5095d92d1d3d4682207ee8b7ad408a8 for pr-53854 Sep 06 08:45:11.477 INFO running: cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets Sep 06 08:45:11.477 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53854/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-1/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 08:45:11.685 INFO blam! cbf47daf2909207f47a761a9967f701d6f8ccbd66902b3f5be85364486172759 Sep 06 08:45:11.687 INFO running `"docker" "start" "-a" "cbf47daf2909207f47a761a9967f701d6f8ccbd66902b3f5be85364486172759"` Sep 06 08:45:12.649 INFO kablam! usermod: no changes Sep 06 08:45:12.686 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Sep 06 08:45:12.686 INFO kablam! disables Cargo from automatically inferring other binary targets. Sep 06 08:45:12.686 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 06 08:45:12.686 INFO kablam! files will be included as a binary target: Sep 06 08:45:12.686 INFO kablam! Sep 06 08:45:12.686 INFO kablam! * /source/src/main.rs Sep 06 08:45:12.686 INFO kablam! Sep 06 08:45:12.686 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 06 08:45:12.686 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Sep 06 08:45:12.686 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Sep 06 08:45:12.686 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 06 08:45:12.686 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 06 08:45:12.686 INFO kablam! Sep 06 08:45:12.686 INFO kablam! For more information on this warning you can consult Sep 06 08:45:12.686 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 06 08:45:12.686 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `tessel-climate`, Sep 06 08:45:12.687 INFO kablam! please set bin.path in Cargo.toml Sep 06 08:45:12.704 INFO kablam! Checking tessel v0.3.1 Sep 06 08:45:13.502 INFO kablam! Checking climate-si7020 v0.1.0 (file:///source) Sep 06 08:45:14.186 INFO kablam! warning: constant item is never used: `HUMIDITY_OFFSET` Sep 06 08:45:14.186 INFO kablam! --> src/lib.rs:26:1 Sep 06 08:45:14.186 INFO kablam! | Sep 06 08:45:14.186 INFO kablam! 26 | const HUMIDITY_OFFSET: f64 = 6.0; Sep 06 08:45:14.186 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 08:45:14.186 INFO kablam! | Sep 06 08:45:14.186 INFO kablam! = note: #[warn(dead_code)] on by default Sep 06 08:45:14.186 INFO kablam! Sep 06 08:45:14.186 INFO kablam! warning: constant item is never used: `HUMIDITY_SLOPE` Sep 06 08:45:14.186 INFO kablam! --> src/lib.rs:27:1 Sep 06 08:45:14.186 INFO kablam! | Sep 06 08:45:14.186 INFO kablam! 27 | const HUMIDITY_SLOPE: f64 = 125.0/65536.0; Sep 06 08:45:14.186 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 08:45:14.186 INFO kablam! Sep 06 08:45:14.186 INFO kablam! warning: method is never used: `write` Sep 06 08:45:14.186 INFO kablam! --> src/lib.rs:57:5 Sep 06 08:45:14.186 INFO kablam! | Sep 06 08:45:14.186 INFO kablam! 57 | fn write(&mut self, values: &[Command], value: u8) -> io::Result<()> { Sep 06 08:45:14.186 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 08:45:14.186 INFO kablam! Sep 06 08:45:14.818 INFO kablam! warning: unused import: `std::io::prelude::*` Sep 06 08:45:14.818 INFO kablam! --> src/main.rs:11:5 Sep 06 08:45:14.818 INFO kablam! | Sep 06 08:45:14.818 INFO kablam! 11 | use std::io::prelude::*; Sep 06 08:45:14.818 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 06 08:45:14.818 INFO kablam! | Sep 06 08:45:14.818 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 06 08:45:14.818 INFO kablam! Sep 06 08:45:14.878 INFO kablam! warning: variable does not need to be mutable Sep 06 08:45:14.878 INFO kablam! --> src/main.rs:15:10 Sep 06 08:45:14.878 INFO kablam! | Sep 06 08:45:14.878 INFO kablam! 15 | let (mut port_a, _) = Tessel::ports().unwrap(); Sep 06 08:45:14.878 INFO kablam! | ----^^^^^^ Sep 06 08:45:14.878 INFO kablam! | | Sep 06 08:45:14.878 INFO kablam! | help: remove this `mut` Sep 06 08:45:14.878 INFO kablam! | Sep 06 08:45:14.878 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 06 08:45:14.878 INFO kablam! Sep 06 08:45:14.878 INFO kablam! warning: constant item is never used: `HUMIDITY_OFFSET` Sep 06 08:45:14.878 INFO kablam! --> src/lib.rs:26:1 Sep 06 08:45:14.878 INFO kablam! | Sep 06 08:45:14.878 INFO kablam! 26 | const HUMIDITY_OFFSET: f64 = 6.0; Sep 06 08:45:14.878 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 08:45:14.878 INFO kablam! | Sep 06 08:45:14.878 INFO kablam! = note: #[warn(dead_code)] on by default Sep 06 08:45:14.878 INFO kablam! Sep 06 08:45:14.878 INFO kablam! warning: constant item is never used: `HUMIDITY_SLOPE` Sep 06 08:45:14.878 INFO kablam! --> src/lib.rs:27:1 Sep 06 08:45:14.878 INFO kablam! | Sep 06 08:45:14.878 INFO kablam! 27 | const HUMIDITY_SLOPE: f64 = 125.0/65536.0; Sep 06 08:45:14.878 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 08:45:14.878 INFO kablam! Sep 06 08:45:14.878 INFO kablam! warning: method is never used: `write` Sep 06 08:45:14.878 INFO kablam! --> src/lib.rs:57:5 Sep 06 08:45:14.878 INFO kablam! | Sep 06 08:45:14.878 INFO kablam! 57 | fn write(&mut self, values: &[Command], value: u8) -> io::Result<()> { Sep 06 08:45:14.878 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 08:45:14.878 INFO kablam! Sep 06 08:45:15.134 INFO kablam! warning: unused import: `std::io::prelude::*` Sep 06 08:45:15.134 INFO kablam! --> src/main.rs:11:5 Sep 06 08:45:15.134 INFO kablam! | Sep 06 08:45:15.134 INFO kablam! 11 | use std::io::prelude::*; Sep 06 08:45:15.134 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 06 08:45:15.134 INFO kablam! | Sep 06 08:45:15.134 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 06 08:45:15.134 INFO kablam! Sep 06 08:45:15.153 INFO kablam! warning: variable does not need to be mutable Sep 06 08:45:15.153 INFO kablam! --> src/main.rs:15:10 Sep 06 08:45:15.153 INFO kablam! | Sep 06 08:45:15.153 INFO kablam! 15 | let (mut port_a, _) = Tessel::ports().unwrap(); Sep 06 08:45:15.153 INFO kablam! | ----^^^^^^ Sep 06 08:45:15.153 INFO kablam! | | Sep 06 08:45:15.153 INFO kablam! | help: remove this `mut` Sep 06 08:45:15.153 INFO kablam! | Sep 06 08:45:15.153 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 06 08:45:15.153 INFO kablam! Sep 06 08:45:15.166 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.49s Sep 06 08:45:15.167 INFO kablam! su: No module specific data is present Sep 06 08:45:15.819 INFO running `"docker" "rm" "-f" "cbf47daf2909207f47a761a9967f701d6f8ccbd66902b3f5be85364486172759"` Sep 06 08:45:15.971 INFO blam! cbf47daf2909207f47a761a9967f701d6f8ccbd66902b3f5be85364486172759