Oct 27 19:03:34.425 INFO checking mote-0.1.2 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 19:03:34.427 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +155510e377ae2a8d8ee0dad1a5f809c9062a5526-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 27 19:03:34.787 INFO blam! ec2ae02e3d57a7a93540472752f30c507956046fbe0a8c707991b7f1fc4b56ab Oct 27 19:03:34.793 INFO running `"docker" "start" "-a" "ec2ae02e3d57a7a93540472752f30c507956046fbe0a8c707991b7f1fc4b56ab"` Oct 27 19:03:35.235 INFO kablam! usermod: no changes Oct 27 19:03:35.271 INFO kablam! Checking rgb v0.7.2 Oct 27 19:03:35.271 INFO kablam! Checking serial-core v0.4.0 Oct 27 19:03:36.030 INFO kablam! Checking serial-unix v0.4.0 Oct 27 19:03:36.743 INFO kablam! Checking serial v0.4.0 Oct 27 19:03:37.432 INFO kablam! Checking mote v0.1.2 (/source) Oct 27 19:03:40.079 INFO kablam! warning: unused import: `rand::distributions::IndependentSample` Oct 27 19:03:40.079 INFO kablam! --> examples/wave.rs:5:5 Oct 27 19:03:40.079 INFO kablam! | Oct 27 19:03:40.079 INFO kablam! 5 | use rand::distributions::IndependentSample; Oct 27 19:03:40.079 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:03:40.079 INFO kablam! | Oct 27 19:03:40.079 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 19:03:40.079 INFO kablam! Oct 27 19:03:40.118 INFO kablam! warning: unused variable: `between` Oct 27 19:03:40.118 INFO kablam! --> examples/wave.rs:24:9 Oct 27 19:03:40.118 INFO kablam! | Oct 27 19:03:40.119 INFO kablam! 24 | let between = rand::distributions::Range::new(0, mote::TOTAL_PIXELS); Oct 27 19:03:40.119 INFO kablam! | ^^^^^^^ help: consider using `_between` instead Oct 27 19:03:40.119 INFO kablam! | Oct 27 19:03:40.119 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 19:03:40.119 INFO kablam! Oct 27 19:03:40.119 INFO kablam! warning: unused variable: `rng` Oct 27 19:03:40.119 INFO kablam! --> examples/wave.rs:25:13 Oct 27 19:03:40.119 INFO kablam! | Oct 27 19:03:40.119 INFO kablam! 25 | let mut rng = rand::thread_rng(); Oct 27 19:03:40.119 INFO kablam! | ^^^ help: consider using `_rng` instead Oct 27 19:03:40.119 INFO kablam! Oct 27 19:03:40.125 INFO kablam! warning: variable does not need to be mutable Oct 27 19:03:40.125 INFO kablam! --> examples/wave.rs:25:9 Oct 27 19:03:40.125 INFO kablam! | Oct 27 19:03:40.125 INFO kablam! 25 | let mut rng = rand::thread_rng(); Oct 27 19:03:40.125 INFO kablam! | ----^^^ Oct 27 19:03:40.125 INFO kablam! | | Oct 27 19:03:40.125 INFO kablam! | help: remove this `mut` Oct 27 19:03:40.126 INFO kablam! | Oct 27 19:03:40.127 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 19:03:40.127 INFO kablam! Oct 27 19:03:40.127 INFO kablam! warning: constant item is never used: `GREEN` Oct 27 19:03:40.127 INFO kablam! --> examples/wave.rs:9:1 Oct 27 19:03:40.135 INFO kablam! | Oct 27 19:03:40.135 INFO kablam! 9 | const GREEN: rgb::RGB8 = rgb::RGB8 { r: 0, g: 255, b: 0 }; Oct 27 19:03:40.135 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:03:40.135 INFO kablam! | Oct 27 19:03:40.135 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 19:03:40.136 INFO kablam! Oct 27 19:03:40.136 INFO kablam! warning: constant item is never used: `BLUE` Oct 27 19:03:40.136 INFO kablam! --> examples/wave.rs:11:1 Oct 27 19:03:40.136 INFO kablam! | Oct 27 19:03:40.136 INFO kablam! 11 | const BLUE: rgb::RGB8 = rgb::RGB8 { r: 0, g: 0, b: 255 }; Oct 27 19:03:40.136 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:03:40.137 INFO kablam! Oct 27 19:03:40.441 INFO kablam! warning: constant item is never used: `GREEN` Oct 27 19:03:40.441 INFO kablam! --> examples/solid.rs:9:1 Oct 27 19:03:40.441 INFO kablam! | Oct 27 19:03:40.441 INFO kablam! 9 | const GREEN: rgb::RGB8 = rgb::RGB8 { r: 0, g: 255, b: 0 }; Oct 27 19:03:40.441 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:03:40.441 INFO kablam! | Oct 27 19:03:40.441 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 19:03:40.441 INFO kablam! Oct 27 19:03:40.441 INFO kablam! warning: constant item is never used: `BLUE` Oct 27 19:03:40.441 INFO kablam! --> examples/solid.rs:11:1 Oct 27 19:03:40.441 INFO kablam! | Oct 27 19:03:40.441 INFO kablam! 11 | const BLUE: rgb::RGB8 = rgb::RGB8 { r: 0, g: 0, b: 255 }; Oct 27 19:03:40.441 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 19:03:40.441 INFO kablam! Oct 27 19:03:40.453 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.20s Oct 27 19:03:40.456 INFO kablam! su: No module specific data is present Oct 27 19:03:40.676 INFO running `"docker" "rm" "-f" "ec2ae02e3d57a7a93540472752f30c507956046fbe0a8c707991b7f1fc4b56ab"` Oct 27 19:03:40.835 INFO blam! ec2ae02e3d57a7a93540472752f30c507956046fbe0a8c707991b7f1fc4b56ab