Sep 04 21:25:26.077 INFO checking climate-si7020-0.1.0 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 21:25:26.077 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 21:25:26.078 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-1/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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 +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-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.236 INFO blam! d6f882e3f1eb77ee8c3974540bc49611f40e6215853d8a49d1e22ba81da7bdc5 Sep 04 21:25:26.238 INFO running `"docker" "start" "-a" "d6f882e3f1eb77ee8c3974540bc49611f40e6215853d8a49d1e22ba81da7bdc5"` Sep 04 21:25:27.033 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Sep 04 21:25:27.033 INFO kablam! disables Cargo from automatically inferring other binary targets. Sep 04 21:25:27.033 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Sep 04 21:25:27.033 INFO kablam! files will be included as a binary target: Sep 04 21:25:27.033 INFO kablam! Sep 04 21:25:27.033 INFO kablam! * /source/src/main.rs Sep 04 21:25:27.033 INFO kablam! Sep 04 21:25:27.033 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Sep 04 21:25:27.033 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Sep 04 21:25:27.034 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Sep 04 21:25:27.034 INFO kablam! section. You may also move the files to a location where Cargo would not Sep 04 21:25:27.034 INFO kablam! automatically infer them to be a target, such as in subfolders. Sep 04 21:25:27.034 INFO kablam! Sep 04 21:25:27.034 INFO kablam! For more information on this warning you can consult Sep 04 21:25:27.034 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Sep 04 21:25:27.034 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `tessel-climate`, Sep 04 21:25:27.034 INFO kablam! please set bin.path in Cargo.toml Sep 04 21:25:27.052 INFO kablam! Checking climate-si7020 v0.1.0 (file:///source) Sep 04 21:25:28.258 INFO kablam! warning: constant item is never used: `HUMIDITY_OFFSET` Sep 04 21:25:28.258 INFO kablam! --> src/lib.rs:26:1 Sep 04 21:25:28.258 INFO kablam! | Sep 04 21:25:28.258 INFO kablam! 26 | const HUMIDITY_OFFSET: f64 = 6.0; Sep 04 21:25:28.258 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:25:28.259 INFO kablam! | Sep 04 21:25:28.259 INFO kablam! = note: #[warn(dead_code)] on by default Sep 04 21:25:28.259 INFO kablam! Sep 04 21:25:28.259 INFO kablam! warning: constant item is never used: `HUMIDITY_SLOPE` Sep 04 21:25:28.259 INFO kablam! --> src/lib.rs:27:1 Sep 04 21:25:28.259 INFO kablam! | Sep 04 21:25:28.259 INFO kablam! 27 | const HUMIDITY_SLOPE: f64 = 125.0/65536.0; Sep 04 21:25:28.259 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:25:28.259 INFO kablam! Sep 04 21:25:28.259 INFO kablam! warning: method is never used: `write` Sep 04 21:25:28.259 INFO kablam! --> src/lib.rs:57:5 Sep 04 21:25:28.259 INFO kablam! | Sep 04 21:25:28.259 INFO kablam! 57 | fn write(&mut self, values: &[Command], value: u8) -> io::Result<()> { Sep 04 21:25:28.259 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:25:28.259 INFO kablam! Sep 04 21:25:28.613 INFO kablam! warning: constant item is never used: `HUMIDITY_OFFSET` Sep 04 21:25:28.613 INFO kablam! --> src/lib.rs:26:1 Sep 04 21:25:28.613 INFO kablam! | Sep 04 21:25:28.613 INFO kablam! 26 | const HUMIDITY_OFFSET: f64 = 6.0; Sep 04 21:25:28.613 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:25:28.613 INFO kablam! | Sep 04 21:25:28.613 INFO kablam! = note: #[warn(dead_code)] on by default Sep 04 21:25:28.614 INFO kablam! Sep 04 21:25:28.614 INFO kablam! warning: constant item is never used: `HUMIDITY_SLOPE` Sep 04 21:25:28.614 INFO kablam! --> src/lib.rs:27:1 Sep 04 21:25:28.614 INFO kablam! | Sep 04 21:25:28.614 INFO kablam! 27 | const HUMIDITY_SLOPE: f64 = 125.0/65536.0; Sep 04 21:25:28.614 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:25:28.616 INFO kablam! Sep 04 21:25:28.616 INFO kablam! warning: method is never used: `write` Sep 04 21:25:28.616 INFO kablam! --> src/lib.rs:57:5 Sep 04 21:25:28.616 INFO kablam! | Sep 04 21:25:28.616 INFO kablam! 57 | fn write(&mut self, values: &[Command], value: u8) -> io::Result<()> { Sep 04 21:25:28.616 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 21:25:28.617 INFO kablam! Sep 04 21:25:29.781 INFO kablam! warning: unused import: `std::io::prelude::*` Sep 04 21:25:29.781 INFO kablam! --> src/main.rs:11:5 Sep 04 21:25:29.781 INFO kablam! | Sep 04 21:25:29.781 INFO kablam! 11 | use std::io::prelude::*; Sep 04 21:25:29.781 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 04 21:25:29.781 INFO kablam! | Sep 04 21:25:29.781 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 21:25:29.781 INFO kablam! Sep 04 21:25:29.825 INFO kablam! warning: variable does not need to be mutable Sep 04 21:25:29.825 INFO kablam! --> src/main.rs:15:10 Sep 04 21:25:29.825 INFO kablam! | Sep 04 21:25:29.825 INFO kablam! 15 | let (mut port_a, _) = Tessel::ports().unwrap(); Sep 04 21:25:29.825 INFO kablam! | ----^^^^^^ Sep 04 21:25:29.825 INFO kablam! | | Sep 04 21:25:29.826 INFO kablam! | help: remove this `mut` Sep 04 21:25:29.826 INFO kablam! | Sep 04 21:25:29.826 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 04 21:25:29.826 INFO kablam! Sep 04 21:25:29.869 INFO kablam! warning: unused import: `std::io::prelude::*` Sep 04 21:25:29.869 INFO kablam! --> src/main.rs:11:5 Sep 04 21:25:29.870 INFO kablam! | Sep 04 21:25:29.870 INFO kablam! 11 | use std::io::prelude::*; Sep 04 21:25:29.870 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Sep 04 21:25:29.870 INFO kablam! | Sep 04 21:25:29.870 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 21:25:29.870 INFO kablam! Sep 04 21:25:29.917 INFO kablam! warning: variable does not need to be mutable Sep 04 21:25:29.917 INFO kablam! --> src/main.rs:15:10 Sep 04 21:25:29.917 INFO kablam! | Sep 04 21:25:29.917 INFO kablam! 15 | let (mut port_a, _) = Tessel::ports().unwrap(); Sep 04 21:25:29.917 INFO kablam! | ----^^^^^^ Sep 04 21:25:29.917 INFO kablam! | | Sep 04 21:25:29.917 INFO kablam! | help: remove this `mut` Sep 04 21:25:29.917 INFO kablam! | Sep 04 21:25:29.917 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 04 21:25:29.918 INFO kablam! Sep 04 21:25:29.935 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.91s Sep 04 21:25:29.940 INFO kablam! su: No module specific data is present Sep 04 21:25:30.343 INFO running `"docker" "rm" "-f" "d6f882e3f1eb77ee8c3974540bc49611f40e6215853d8a49d1e22ba81da7bdc5"` Sep 04 21:25:30.452 INFO blam! d6f882e3f1eb77ee8c3974540bc49611f40e6215853d8a49d1e22ba81da7bdc5