Sep 04 10:35:15.244 INFO checking mote-0.1.2 against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 04 10:35:15.244 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 04 10:35:15.244 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-3/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 10:35:15.405 INFO blam! 25394264eb5498194d5512c1996618197812ab54f1c08e7d37897b41bac3cec0 Sep 04 10:35:15.407 INFO running `"docker" "start" "-a" "25394264eb5498194d5512c1996618197812ab54f1c08e7d37897b41bac3cec0"` Sep 04 10:35:15.989 INFO kablam! Checking rgb v0.7.2 Sep 04 10:35:15.990 INFO kablam! Checking serial-unix v0.4.0 Sep 04 10:35:16.879 INFO kablam! Checking serial v0.4.0 Sep 04 10:35:17.314 INFO kablam! Checking mote v0.1.2 (file:///source) Sep 04 10:35:18.950 INFO kablam! warning: constant item is never used: `GREEN` Sep 04 10:35:18.950 INFO kablam! --> examples/solid.rs:9:1 Sep 04 10:35:18.950 INFO kablam! | Sep 04 10:35:18.950 INFO kablam! 9 | const GREEN: rgb::RGB8 = rgb::RGB8 { r: 0, g: 255, b: 0 }; Sep 04 10:35:18.950 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 10:35:18.950 INFO kablam! | Sep 04 10:35:18.951 INFO kablam! = note: #[warn(dead_code)] on by default Sep 04 10:35:18.951 INFO kablam! Sep 04 10:35:18.951 INFO kablam! warning: constant item is never used: `BLUE` Sep 04 10:35:18.951 INFO kablam! --> examples/solid.rs:11:1 Sep 04 10:35:18.951 INFO kablam! | Sep 04 10:35:18.951 INFO kablam! 11 | const BLUE: rgb::RGB8 = rgb::RGB8 { r: 0, g: 0, b: 255 }; Sep 04 10:35:18.951 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 10:35:18.951 INFO kablam! Sep 04 10:35:19.049 INFO kablam! warning: unused import: `rand::distributions::IndependentSample` Sep 04 10:35:19.049 INFO kablam! --> examples/wave.rs:5:5 Sep 04 10:35:19.049 INFO kablam! | Sep 04 10:35:19.049 INFO kablam! 5 | use rand::distributions::IndependentSample; Sep 04 10:35:19.049 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 10:35:19.049 INFO kablam! | Sep 04 10:35:19.049 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 04 10:35:19.049 INFO kablam! Sep 04 10:35:19.134 INFO kablam! warning: unused variable: `between` Sep 04 10:35:19.134 INFO kablam! --> examples/wave.rs:24:9 Sep 04 10:35:19.134 INFO kablam! | Sep 04 10:35:19.134 INFO kablam! 24 | let between = rand::distributions::Range::new(0, mote::TOTAL_PIXELS); Sep 04 10:35:19.135 INFO kablam! | ^^^^^^^ help: consider using `_between` instead Sep 04 10:35:19.135 INFO kablam! | Sep 04 10:35:19.135 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 04 10:35:19.135 INFO kablam! Sep 04 10:35:19.135 INFO kablam! warning: unused variable: `rng` Sep 04 10:35:19.135 INFO kablam! --> examples/wave.rs:25:13 Sep 04 10:35:19.135 INFO kablam! | Sep 04 10:35:19.135 INFO kablam! 25 | let mut rng = rand::thread_rng(); Sep 04 10:35:19.135 INFO kablam! | ^^^ help: consider using `_rng` instead Sep 04 10:35:19.135 INFO kablam! Sep 04 10:35:19.138 INFO kablam! warning: variable does not need to be mutable Sep 04 10:35:19.138 INFO kablam! --> examples/wave.rs:25:9 Sep 04 10:35:19.139 INFO kablam! | Sep 04 10:35:19.139 INFO kablam! 25 | let mut rng = rand::thread_rng(); Sep 04 10:35:19.139 INFO kablam! | ----^^^ Sep 04 10:35:19.139 INFO kablam! | | Sep 04 10:35:19.139 INFO kablam! | help: remove this `mut` Sep 04 10:35:19.139 INFO kablam! | Sep 04 10:35:19.139 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 04 10:35:19.139 INFO kablam! Sep 04 10:35:19.139 INFO kablam! warning: constant item is never used: `GREEN` Sep 04 10:35:19.139 INFO kablam! --> examples/wave.rs:9:1 Sep 04 10:35:19.140 INFO kablam! | Sep 04 10:35:19.140 INFO kablam! 9 | const GREEN: rgb::RGB8 = rgb::RGB8 { r: 0, g: 255, b: 0 }; Sep 04 10:35:19.140 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 10:35:19.140 INFO kablam! | Sep 04 10:35:19.140 INFO kablam! = note: #[warn(dead_code)] on by default Sep 04 10:35:19.140 INFO kablam! Sep 04 10:35:19.140 INFO kablam! warning: constant item is never used: `BLUE` Sep 04 10:35:19.140 INFO kablam! --> examples/wave.rs:11:1 Sep 04 10:35:19.140 INFO kablam! | Sep 04 10:35:19.140 INFO kablam! 11 | const BLUE: rgb::RGB8 = rgb::RGB8 { r: 0, g: 0, b: 255 }; Sep 04 10:35:19.140 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 04 10:35:19.140 INFO kablam! Sep 04 10:35:19.153 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.20s Sep 04 10:35:19.156 INFO kablam! su: No module specific data is present Sep 04 10:35:19.602 INFO running `"docker" "rm" "-f" "25394264eb5498194d5512c1996618197812ab54f1c08e7d37897b41bac3cec0"` Sep 04 10:35:19.699 INFO blam! 25394264eb5498194d5512c1996618197812ab54f1c08e7d37897b41bac3cec0