Sep 20 05:20:28.022 INFO checking climate-si7020-0.1.0 against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 20 05:20:28.022 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 20 05:20:28.022 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-5/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/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 +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 05:20:28.216 INFO blam! 29a0b9274b76af9a240016b4b790fbea09529376ed0120ddd593e5030f51e71d Sep 20 05:20:28.218 INFO running `"docker" "start" "-a" "29a0b9274b76af9a240016b4b790fbea09529376ed0120ddd593e5030f51e71d"` Sep 20 05:20:29.713 INFO kablam! usermod: no changes Sep 20 05:20:29.778 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Sep 20 05:20:29.778 INFO kablam! disables Cargo from automatically inferring other binary targets. Sep 20 05:20:29.778 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 20 05:20:29.778 INFO kablam! files will be included as a binary target: Sep 20 05:20:29.778 INFO kablam! Sep 20 05:20:29.778 INFO kablam! * /source/src/main.rs Sep 20 05:20:29.778 INFO kablam! Sep 20 05:20:29.778 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 20 05:20:29.778 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Sep 20 05:20:29.778 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Sep 20 05:20:29.778 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 20 05:20:29.778 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 20 05:20:29.778 INFO kablam! Sep 20 05:20:29.778 INFO kablam! For more information on this warning you can consult Sep 20 05:20:29.778 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 20 05:20:29.778 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `tessel-climate`, Sep 20 05:20:29.778 INFO kablam! please set bin.path in Cargo.toml Sep 20 05:20:29.805 INFO kablam! Checking atomic-option v0.1.2 Sep 20 05:20:30.225 INFO kablam! Checking tessel v0.3.1 Sep 20 05:20:31.102 INFO kablam! Checking climate-si7020 v0.1.0 (/source) Sep 20 05:20:31.857 INFO kablam! warning: constant item is never used: `HUMIDITY_OFFSET` Sep 20 05:20:31.857 INFO kablam! --> src/lib.rs:26:1 Sep 20 05:20:31.858 INFO kablam! | Sep 20 05:20:31.858 INFO kablam! 26 | const HUMIDITY_OFFSET: f64 = 6.0; Sep 20 05:20:31.858 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 05:20:31.859 INFO kablam! | Sep 20 05:20:31.859 INFO kablam! = note: #[warn(dead_code)] on by default Sep 20 05:20:31.859 INFO kablam! Sep 20 05:20:31.860 INFO kablam! warning: constant item is never used: `HUMIDITY_SLOPE` Sep 20 05:20:31.860 INFO kablam! --> src/lib.rs:27:1 Sep 20 05:20:31.861 INFO kablam! | Sep 20 05:20:31.861 INFO kablam! 27 | const HUMIDITY_SLOPE: f64 = 125.0/65536.0; Sep 20 05:20:31.861 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 05:20:31.861 INFO kablam! Sep 20 05:20:31.862 INFO kablam! warning: method is never used: `write` Sep 20 05:20:31.862 INFO kablam! --> src/lib.rs:57:5 Sep 20 05:20:31.863 INFO kablam! | Sep 20 05:20:31.863 INFO kablam! 57 | fn write(&mut self, values: &[Command], value: u8) -> io::Result<()> { Sep 20 05:20:31.863 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 05:20:31.864 INFO kablam! Sep 20 05:20:31.922 INFO kablam! warning: constant item is never used: `HUMIDITY_OFFSET` Sep 20 05:20:31.922 INFO kablam! --> src/lib.rs:26:1 Sep 20 05:20:31.923 INFO kablam! | Sep 20 05:20:31.923 INFO kablam! 26 | const HUMIDITY_OFFSET: f64 = 6.0; Sep 20 05:20:31.923 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 05:20:31.923 INFO kablam! | Sep 20 05:20:31.924 INFO kablam! = note: #[warn(dead_code)] on by default Sep 20 05:20:31.924 INFO kablam! Sep 20 05:20:31.924 INFO kablam! warning: constant item is never used: `HUMIDITY_SLOPE` Sep 20 05:20:31.924 INFO kablam! --> src/lib.rs:27:1 Sep 20 05:20:31.925 INFO kablam! | Sep 20 05:20:31.925 INFO kablam! 27 | const HUMIDITY_SLOPE: f64 = 125.0/65536.0; Sep 20 05:20:31.925 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 05:20:31.925 INFO kablam! Sep 20 05:20:31.926 INFO kablam! warning: method is never used: `write` Sep 20 05:20:31.926 INFO kablam! --> src/lib.rs:57:5 Sep 20 05:20:31.926 INFO kablam! | Sep 20 05:20:31.927 INFO kablam! 57 | fn write(&mut self, values: &[Command], value: u8) -> io::Result<()> { Sep 20 05:20:31.927 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 20 05:20:31.927 INFO kablam! Sep 20 05:20:32.954 INFO kablam! warning: unused import: `std::io::prelude::*` Sep 20 05:20:32.954 INFO kablam! --> src/main.rs:11:5 Sep 20 05:20:32.954 INFO kablam! | Sep 20 05:20:32.954 INFO kablam! 11 | use std::io::prelude::*; Sep 20 05:20:32.954 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 20 05:20:32.954 INFO kablam! | Sep 20 05:20:32.954 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 20 05:20:32.954 INFO kablam! Sep 20 05:20:33.042 INFO kablam! warning: variable does not need to be mutable Sep 20 05:20:33.042 INFO kablam! --> src/main.rs:15:10 Sep 20 05:20:33.042 INFO kablam! | Sep 20 05:20:33.042 INFO kablam! 15 | let (mut port_a, _) = Tessel::ports().unwrap(); Sep 20 05:20:33.042 INFO kablam! | ----^^^^^^ Sep 20 05:20:33.042 INFO kablam! | | Sep 20 05:20:33.042 INFO kablam! | help: remove this `mut` Sep 20 05:20:33.042 INFO kablam! | Sep 20 05:20:33.042 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 20 05:20:33.043 INFO kablam! Sep 20 05:20:33.054 INFO kablam! warning: unused import: `std::io::prelude::*` Sep 20 05:20:33.054 INFO kablam! --> src/main.rs:11:5 Sep 20 05:20:33.054 INFO kablam! | Sep 20 05:20:33.054 INFO kablam! 11 | use std::io::prelude::*; Sep 20 05:20:33.054 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 20 05:20:33.054 INFO kablam! | Sep 20 05:20:33.054 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 20 05:20:33.054 INFO kablam! Sep 20 05:20:33.118 INFO kablam! warning: variable does not need to be mutable Sep 20 05:20:33.118 INFO kablam! --> src/main.rs:15:10 Sep 20 05:20:33.118 INFO kablam! | Sep 20 05:20:33.118 INFO kablam! 15 | let (mut port_a, _) = Tessel::ports().unwrap(); Sep 20 05:20:33.118 INFO kablam! | ----^^^^^^ Sep 20 05:20:33.118 INFO kablam! | | Sep 20 05:20:33.119 INFO kablam! | help: remove this `mut` Sep 20 05:20:33.119 INFO kablam! | Sep 20 05:20:33.119 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 20 05:20:33.119 INFO kablam! Sep 20 05:20:33.166 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.41s Sep 20 05:20:33.170 INFO kablam! su: No module specific data is present Sep 20 05:20:34.289 INFO running `"docker" "rm" "-f" "29a0b9274b76af9a240016b4b790fbea09529376ed0120ddd593e5030f51e71d"` Sep 20 05:20:34.407 INFO blam! 29a0b9274b76af9a240016b4b790fbea09529376ed0120ddd593e5030f51e71d