Sep 02 07:11:40.387 INFO checking mote-0.1.2 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 02 07:11:40.387 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 02 07:11:40.387 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-3/try#952c7dbfa2628309f557b367929ffc17af20b332:/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 +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 02 07:11:40.565 INFO blam! fae9e8c874fa58bea6ee617b77c11a5dc9aa550cddd5584c9e24867809d41e23 Sep 02 07:11:40.567 INFO running `"docker" "start" "-a" "fae9e8c874fa58bea6ee617b77c11a5dc9aa550cddd5584c9e24867809d41e23"` Sep 02 07:11:41.197 INFO kablam! Checking rgb v0.7.2 Sep 02 07:11:42.015 INFO kablam! Checking mote v0.1.2 (file:///source) Sep 02 07:11:43.617 INFO kablam! warning: unused import: `rand::distributions::IndependentSample` Sep 02 07:11:43.617 INFO kablam! --> examples/wave.rs:5:5 Sep 02 07:11:43.617 INFO kablam! | Sep 02 07:11:43.617 INFO kablam! 5 | use rand::distributions::IndependentSample; Sep 02 07:11:43.617 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 07:11:43.617 INFO kablam! | Sep 02 07:11:43.617 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 02 07:11:43.617 INFO kablam! Sep 02 07:11:43.736 INFO kablam! warning: unused variable: `between` Sep 02 07:11:43.736 INFO kablam! --> examples/wave.rs:24:9 Sep 02 07:11:43.736 INFO kablam! | Sep 02 07:11:43.736 INFO kablam! 24 | let between = rand::distributions::Range::new(0, mote::TOTAL_PIXELS); Sep 02 07:11:43.736 INFO kablam! | ^^^^^^^ help: consider using `_between` instead Sep 02 07:11:43.736 INFO kablam! | Sep 02 07:11:43.736 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 02 07:11:43.736 INFO kablam! Sep 02 07:11:43.737 INFO kablam! warning: unused variable: `rng` Sep 02 07:11:43.737 INFO kablam! --> examples/wave.rs:25:13 Sep 02 07:11:43.737 INFO kablam! | Sep 02 07:11:43.737 INFO kablam! 25 | let mut rng = rand::thread_rng(); Sep 02 07:11:43.737 INFO kablam! | ^^^ help: consider using `_rng` instead Sep 02 07:11:43.737 INFO kablam! Sep 02 07:11:43.741 INFO kablam! warning: variable does not need to be mutable Sep 02 07:11:43.741 INFO kablam! --> examples/wave.rs:25:9 Sep 02 07:11:43.741 INFO kablam! | Sep 02 07:11:43.741 INFO kablam! 25 | let mut rng = rand::thread_rng(); Sep 02 07:11:43.741 INFO kablam! | ----^^^ Sep 02 07:11:43.741 INFO kablam! | | Sep 02 07:11:43.741 INFO kablam! | help: remove this `mut` Sep 02 07:11:43.741 INFO kablam! | Sep 02 07:11:43.741 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 02 07:11:43.741 INFO kablam! Sep 02 07:11:43.742 INFO kablam! warning: constant item is never used: `GREEN` Sep 02 07:11:43.742 INFO kablam! --> examples/wave.rs:9:1 Sep 02 07:11:43.742 INFO kablam! | Sep 02 07:11:43.742 INFO kablam! 9 | const GREEN: rgb::RGB8 = rgb::RGB8 { r: 0, g: 255, b: 0 }; Sep 02 07:11:43.742 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 07:11:43.742 INFO kablam! | Sep 02 07:11:43.742 INFO kablam! = note: #[warn(dead_code)] on by default Sep 02 07:11:43.742 INFO kablam! Sep 02 07:11:43.742 INFO kablam! warning: constant item is never used: `BLUE` Sep 02 07:11:43.742 INFO kablam! --> examples/wave.rs:11:1 Sep 02 07:11:43.742 INFO kablam! | Sep 02 07:11:43.742 INFO kablam! 11 | const BLUE: rgb::RGB8 = rgb::RGB8 { r: 0, g: 0, b: 255 }; Sep 02 07:11:43.742 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 07:11:43.743 INFO kablam! Sep 02 07:11:43.853 INFO kablam! warning: constant item is never used: `GREEN` Sep 02 07:11:43.853 INFO kablam! --> examples/solid.rs:9:1 Sep 02 07:11:43.853 INFO kablam! | Sep 02 07:11:43.853 INFO kablam! 9 | const GREEN: rgb::RGB8 = rgb::RGB8 { r: 0, g: 255, b: 0 }; Sep 02 07:11:43.853 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 07:11:43.853 INFO kablam! | Sep 02 07:11:43.853 INFO kablam! = note: #[warn(dead_code)] on by default Sep 02 07:11:43.853 INFO kablam! Sep 02 07:11:43.853 INFO kablam! warning: constant item is never used: `BLUE` Sep 02 07:11:43.853 INFO kablam! --> examples/solid.rs:11:1 Sep 02 07:11:43.854 INFO kablam! | Sep 02 07:11:43.854 INFO kablam! 11 | const BLUE: rgb::RGB8 = rgb::RGB8 { r: 0, g: 0, b: 255 }; Sep 02 07:11:43.854 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 07:11:43.854 INFO kablam! Sep 02 07:11:43.871 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.70s Sep 02 07:11:43.876 INFO kablam! su: No module specific data is present Sep 02 07:11:44.319 INFO running `"docker" "rm" "-f" "fae9e8c874fa58bea6ee617b77c11a5dc9aa550cddd5584c9e24867809d41e23"` Sep 02 07:11:44.442 INFO blam! fae9e8c874fa58bea6ee617b77c11a5dc9aa550cddd5584c9e24867809d41e23