Sep 01 13:41:58.757 INFO checking mote-0.1.2 against try#aa245a5862056b681d2ccdb178f58891108cd3a6 for pr-53831 Sep 01 13:41:58.757 INFO running: cargo +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets Sep 01 13:41:58.757 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53831/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53831/worker-1/try#aa245a5862056b681d2ccdb178f58891108cd3a6:/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 +aa245a5862056b681d2ccdb178f58891108cd3a6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 13:41:58.938 INFO blam! 43a97464857df6a1f2cfa9eacb174b03a17acf3ea8ee844418a7a62e71a15480 Sep 01 13:41:58.939 INFO running `"docker" "start" "-a" "43a97464857df6a1f2cfa9eacb174b03a17acf3ea8ee844418a7a62e71a15480"` Sep 01 13:41:59.588 INFO kablam! Checking mote v0.1.2 (file:///source) Sep 01 13:42:01.164 INFO kablam! warning: unused import: `rand::distributions::IndependentSample` Sep 01 13:42:01.164 INFO kablam! --> examples/wave.rs:5:5 Sep 01 13:42:01.164 INFO kablam! | Sep 01 13:42:01.164 INFO kablam! 5 | use rand::distributions::IndependentSample; Sep 01 13:42:01.164 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 13:42:01.164 INFO kablam! | Sep 01 13:42:01.164 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 13:42:01.164 INFO kablam! Sep 01 13:42:01.276 INFO kablam! warning: unused variable: `between` Sep 01 13:42:01.276 INFO kablam! --> examples/wave.rs:24:9 Sep 01 13:42:01.276 INFO kablam! | Sep 01 13:42:01.276 INFO kablam! 24 | let between = rand::distributions::Range::new(0, mote::TOTAL_PIXELS); Sep 01 13:42:01.276 INFO kablam! | ^^^^^^^ help: consider using `_between` instead Sep 01 13:42:01.276 INFO kablam! | Sep 01 13:42:01.276 INFO kablam! = note: #[warn(unused_variables)] on by default Sep 01 13:42:01.276 INFO kablam! Sep 01 13:42:01.276 INFO kablam! warning: unused variable: `rng` Sep 01 13:42:01.276 INFO kablam! --> examples/wave.rs:25:13 Sep 01 13:42:01.276 INFO kablam! | Sep 01 13:42:01.276 INFO kablam! 25 | let mut rng = rand::thread_rng(); Sep 01 13:42:01.276 INFO kablam! | ^^^ help: consider using `_rng` instead Sep 01 13:42:01.277 INFO kablam! Sep 01 13:42:01.281 INFO kablam! warning: variable does not need to be mutable Sep 01 13:42:01.281 INFO kablam! --> examples/wave.rs:25:9 Sep 01 13:42:01.281 INFO kablam! | Sep 01 13:42:01.281 INFO kablam! 25 | let mut rng = rand::thread_rng(); Sep 01 13:42:01.281 INFO kablam! | ----^^^ Sep 01 13:42:01.281 INFO kablam! | | Sep 01 13:42:01.281 INFO kablam! | help: remove this `mut` Sep 01 13:42:01.281 INFO kablam! | Sep 01 13:42:01.281 INFO kablam! = note: #[warn(unused_mut)] on by default Sep 01 13:42:01.282 INFO kablam! Sep 01 13:42:01.282 INFO kablam! warning: constant item is never used: `GREEN` Sep 01 13:42:01.282 INFO kablam! --> examples/wave.rs:9:1 Sep 01 13:42:01.282 INFO kablam! | Sep 01 13:42:01.282 INFO kablam! 9 | const GREEN: rgb::RGB8 = rgb::RGB8 { r: 0, g: 255, b: 0 }; Sep 01 13:42:01.282 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 13:42:01.282 INFO kablam! | Sep 01 13:42:01.282 INFO kablam! = note: #[warn(dead_code)] on by default Sep 01 13:42:01.282 INFO kablam! Sep 01 13:42:01.283 INFO kablam! warning: constant item is never used: `BLUE` Sep 01 13:42:01.283 INFO kablam! --> examples/wave.rs:11:1 Sep 01 13:42:01.283 INFO kablam! | Sep 01 13:42:01.283 INFO kablam! 11 | const BLUE: rgb::RGB8 = rgb::RGB8 { r: 0, g: 0, b: 255 }; Sep 01 13:42:01.283 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 13:42:01.283 INFO kablam! Sep 01 13:42:01.359 INFO kablam! warning: constant item is never used: `GREEN` Sep 01 13:42:01.359 INFO kablam! --> examples/solid.rs:9:1 Sep 01 13:42:01.359 INFO kablam! | Sep 01 13:42:01.359 INFO kablam! 9 | const GREEN: rgb::RGB8 = rgb::RGB8 { r: 0, g: 255, b: 0 }; Sep 01 13:42:01.359 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 13:42:01.360 INFO kablam! | Sep 01 13:42:01.360 INFO kablam! = note: #[warn(dead_code)] on by default Sep 01 13:42:01.360 INFO kablam! Sep 01 13:42:01.360 INFO kablam! warning: constant item is never used: `BLUE` Sep 01 13:42:01.360 INFO kablam! --> examples/solid.rs:11:1 Sep 01 13:42:01.360 INFO kablam! | Sep 01 13:42:01.360 INFO kablam! 11 | const BLUE: rgb::RGB8 = rgb::RGB8 { r: 0, g: 0, b: 255 }; Sep 01 13:42:01.360 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 13:42:01.360 INFO kablam! Sep 01 13:42:01.399 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.85s Sep 01 13:42:01.403 INFO kablam! su: No module specific data is present Sep 01 13:42:01.895 INFO running `"docker" "rm" "-f" "43a97464857df6a1f2cfa9eacb174b03a17acf3ea8ee844418a7a62e71a15480"` Sep 01 13:42:02.002 INFO blam! 43a97464857df6a1f2cfa9eacb174b03a17acf3ea8ee844418a7a62e71a15480