Sep 04 21:25:26.480 INFO checking climate-si7020-0.1.0 against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 04 21:25:26.480 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 04 21:25:26.480 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-3/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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=500" "-e" "CMD=cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 04 21:25:26.617 INFO blam! 0cfdcf041112389abf5f47498c45b8450c757d9aa659e62eaeef23c10253ff39 Sep 04 21:25:26.619 INFO running `"docker" "start" "-a" "0cfdcf041112389abf5f47498c45b8450c757d9aa659e62eaeef23c10253ff39"` Sep 04 21:25:27.172 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Sep 04 21:25:27.172 INFO kablam! disables Cargo from automatically inferring other binary targets. Sep 04 21:25:27.172 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 04 21:25:27.172 INFO kablam! files will be included as a binary target: Sep 04 21:25:27.172 INFO kablam! Sep 04 21:25:27.172 INFO kablam! * /source/src/main.rs Sep 04 21:25:27.173 INFO kablam! Sep 04 21:25:27.173 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 04 21:25:27.173 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Sep 04 21:25:27.173 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Sep 04 21:25:27.173 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 04 21:25:27.173 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 04 21:25:27.173 INFO kablam! Sep 04 21:25:27.173 INFO kablam! For more information on this warning you can consult Sep 04 21:25:27.173 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 04 21:25:27.173 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `tessel-climate`, Sep 04 21:25:27.173 INFO kablam! please set bin.path in Cargo.toml Sep 04 21:25:27.187 INFO kablam! Checking tessel v0.3.1 Sep 04 21:25:28.625 INFO kablam! Checking climate-si7020 v0.1.0 (file:///source) Sep 04 21:25:30.186 INFO kablam! warning: constant item is never used: `HUMIDITY_OFFSET` Sep 04 21:25:30.186 INFO kablam! --> src/lib.rs:26:1 Sep 04 21:25:30.186 INFO kablam! | Sep 04 21:25:30.186 INFO kablam! 26 | const HUMIDITY_OFFSET: f64 = 6.0; Sep 04 21:25:30.186 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:25:30.186 INFO kablam! | Sep 04 21:25:30.186 INFO kablam! = note: #[warn(dead_code)] on by default Sep 04 21:25:30.186 INFO kablam! Sep 04 21:25:30.186 INFO kablam! warning: constant item is never used: `HUMIDITY_SLOPE` Sep 04 21:25:30.186 INFO kablam! --> src/lib.rs:27:1 Sep 04 21:25:30.186 INFO kablam! | Sep 04 21:25:30.187 INFO kablam! 27 | const HUMIDITY_SLOPE: f64 = 125.0/65536.0; Sep 04 21:25:30.187 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:25:30.187 INFO kablam! Sep 04 21:25:30.187 INFO kablam! warning: method is never used: `write` Sep 04 21:25:30.187 INFO kablam! --> src/lib.rs:57:5 Sep 04 21:25:30.187 INFO kablam! | Sep 04 21:25:30.187 INFO kablam! 57 | fn write(&mut self, values: &[Command], value: u8) -> io::Result<()> { Sep 04 21:25:30.187 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:25:30.187 INFO kablam! Sep 04 21:25:30.218 INFO kablam! warning: constant item is never used: `HUMIDITY_OFFSET` Sep 04 21:25:30.218 INFO kablam! --> src/lib.rs:26:1 Sep 04 21:25:30.219 INFO kablam! | Sep 04 21:25:30.219 INFO kablam! 26 | const HUMIDITY_OFFSET: f64 = 6.0; Sep 04 21:25:30.219 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:25:30.219 INFO kablam! | Sep 04 21:25:30.219 INFO kablam! = note: #[warn(dead_code)] on by default Sep 04 21:25:30.219 INFO kablam! Sep 04 21:25:30.219 INFO kablam! warning: constant item is never used: `HUMIDITY_SLOPE` Sep 04 21:25:30.219 INFO kablam! --> src/lib.rs:27:1 Sep 04 21:25:30.219 INFO kablam! | Sep 04 21:25:30.219 INFO kablam! 27 | const HUMIDITY_SLOPE: f64 = 125.0/65536.0; Sep 04 21:25:30.219 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:25:30.219 INFO kablam! Sep 04 21:25:30.219 INFO kablam! warning: method is never used: `write` Sep 04 21:25:30.219 INFO kablam! --> src/lib.rs:57:5 Sep 04 21:25:30.219 INFO kablam! | Sep 04 21:25:30.219 INFO kablam! 57 | fn write(&mut self, values: &[Command], value: u8) -> io::Result<()> { Sep 04 21:25:30.219 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:25:30.219 INFO kablam! Sep 04 21:25:31.143 INFO kablam! warning: unused import: `std::io::prelude::*` Sep 04 21:25:31.143 INFO kablam! --> src/main.rs:11:5 Sep 04 21:25:31.143 INFO kablam! | Sep 04 21:25:31.143 INFO kablam! 11 | use std::io::prelude::*; Sep 04 21:25:31.143 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 04 21:25:31.143 INFO kablam! | Sep 04 21:25:31.143 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 21:25:31.143 INFO kablam! Sep 04 21:25:31.188 INFO kablam! warning: variable does not need to be mutable Sep 04 21:25:31.188 INFO kablam! --> src/main.rs:15:10 Sep 04 21:25:31.188 INFO kablam! | Sep 04 21:25:31.188 INFO kablam! 15 | let (mut port_a, _) = Tessel::ports().unwrap(); Sep 04 21:25:31.188 INFO kablam! | ----^^^^^^ Sep 04 21:25:31.188 INFO kablam! | | Sep 04 21:25:31.188 INFO kablam! | help: remove this `mut` Sep 04 21:25:31.189 INFO kablam! | Sep 04 21:25:31.189 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 04 21:25:31.189 INFO kablam! Sep 04 21:25:31.260 INFO kablam! warning: unused import: `std::io::prelude::*` Sep 04 21:25:31.260 INFO kablam! --> src/main.rs:11:5 Sep 04 21:25:31.260 INFO kablam! | Sep 04 21:25:31.260 INFO kablam! 11 | use std::io::prelude::*; Sep 04 21:25:31.260 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 04 21:25:31.260 INFO kablam! | Sep 04 21:25:31.260 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 21:25:31.260 INFO kablam! Sep 04 21:25:31.304 INFO kablam! warning: variable does not need to be mutable Sep 04 21:25:31.304 INFO kablam! --> src/main.rs:15:10 Sep 04 21:25:31.304 INFO kablam! | Sep 04 21:25:31.304 INFO kablam! 15 | let (mut port_a, _) = Tessel::ports().unwrap(); Sep 04 21:25:31.304 INFO kablam! | ----^^^^^^ Sep 04 21:25:31.304 INFO kablam! | | Sep 04 21:25:31.304 INFO kablam! | help: remove this `mut` Sep 04 21:25:31.304 INFO kablam! | Sep 04 21:25:31.304 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 04 21:25:31.304 INFO kablam! Sep 04 21:25:31.317 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.15s Sep 04 21:25:31.322 INFO kablam! su: No module specific data is present Sep 04 21:25:31.800 INFO running `"docker" "rm" "-f" "0cfdcf041112389abf5f47498c45b8450c757d9aa659e62eaeef23c10253ff39"` Sep 04 21:25:31.959 INFO blam! 0cfdcf041112389abf5f47498c45b8450c757d9aa659e62eaeef23c10253ff39