Oct 22 01:27:09.461 INFO checking mote-0.1.2 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 22 01:27:09.461 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-5/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/pr-55192/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 22 01:27:09.672 INFO blam! 08d8ff77eb71b1442dc7f02923575d3d9b1c8ff4b6648128e49c8a6b38e301b1 Oct 22 01:27:09.680 INFO running `"docker" "start" "-a" "08d8ff77eb71b1442dc7f02923575d3d9b1c8ff4b6648128e49c8a6b38e301b1"` Oct 22 01:27:10.684 INFO kablam! usermod: no changes Oct 22 01:27:10.745 INFO kablam! Checking rgb v0.7.2 Oct 22 01:27:10.747 INFO kablam! Checking serial-core v0.4.0 Oct 22 01:27:11.529 INFO kablam! Checking serial-unix v0.4.0 Oct 22 01:27:12.399 INFO kablam! Checking serial v0.4.0 Oct 22 01:27:13.072 INFO kablam! Checking mote v0.1.2 (/source) Oct 22 01:27:15.051 INFO kablam! warning: constant item is never used: `GREEN` Oct 22 01:27:15.051 INFO kablam! --> examples/solid.rs:9:1 Oct 22 01:27:15.051 INFO kablam! | Oct 22 01:27:15.051 INFO kablam! 9 | const GREEN: rgb::RGB8 = rgb::RGB8 { r: 0, g: 255, b: 0 }; Oct 22 01:27:15.051 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:27:15.051 INFO kablam! | Oct 22 01:27:15.051 INFO kablam! = note: #[warn(dead_code)] on by default Oct 22 01:27:15.051 INFO kablam! Oct 22 01:27:15.051 INFO kablam! warning: constant item is never used: `BLUE` Oct 22 01:27:15.051 INFO kablam! --> examples/solid.rs:11:1 Oct 22 01:27:15.051 INFO kablam! | Oct 22 01:27:15.051 INFO kablam! 11 | const BLUE: rgb::RGB8 = rgb::RGB8 { r: 0, g: 0, b: 255 }; Oct 22 01:27:15.051 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:27:15.051 INFO kablam! Oct 22 01:27:15.203 INFO kablam! warning: unused import: `rand::distributions::IndependentSample` Oct 22 01:27:15.203 INFO kablam! --> examples/wave.rs:5:5 Oct 22 01:27:15.203 INFO kablam! | Oct 22 01:27:15.203 INFO kablam! 5 | use rand::distributions::IndependentSample; Oct 22 01:27:15.203 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:27:15.203 INFO kablam! | Oct 22 01:27:15.203 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 22 01:27:15.203 INFO kablam! Oct 22 01:27:15.252 INFO kablam! warning: unused variable: `between` Oct 22 01:27:15.253 INFO kablam! --> examples/wave.rs:24:9 Oct 22 01:27:15.253 INFO kablam! | Oct 22 01:27:15.253 INFO kablam! 24 | let between = rand::distributions::Range::new(0, mote::TOTAL_PIXELS); Oct 22 01:27:15.253 INFO kablam! | ^^^^^^^ help: consider using `_between` instead Oct 22 01:27:15.254 INFO kablam! | Oct 22 01:27:15.254 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 22 01:27:15.254 INFO kablam! Oct 22 01:27:15.254 INFO kablam! warning: unused variable: `rng` Oct 22 01:27:15.254 INFO kablam! --> examples/wave.rs:25:13 Oct 22 01:27:15.254 INFO kablam! | Oct 22 01:27:15.254 INFO kablam! 25 | let mut rng = rand::thread_rng(); Oct 22 01:27:15.254 INFO kablam! | ^^^ help: consider using `_rng` instead Oct 22 01:27:15.254 INFO kablam! Oct 22 01:27:15.254 INFO kablam! warning: variable does not need to be mutable Oct 22 01:27:15.254 INFO kablam! --> examples/wave.rs:25:9 Oct 22 01:27:15.254 INFO kablam! | Oct 22 01:27:15.254 INFO kablam! 25 | let mut rng = rand::thread_rng(); Oct 22 01:27:15.254 INFO kablam! | ----^^^ Oct 22 01:27:15.254 INFO kablam! | | Oct 22 01:27:15.254 INFO kablam! | help: remove this `mut` Oct 22 01:27:15.254 INFO kablam! | Oct 22 01:27:15.254 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 22 01:27:15.254 INFO kablam! Oct 22 01:27:15.254 INFO kablam! warning: constant item is never used: `GREEN` Oct 22 01:27:15.254 INFO kablam! --> examples/wave.rs:9:1 Oct 22 01:27:15.254 INFO kablam! | Oct 22 01:27:15.254 INFO kablam! 9 | const GREEN: rgb::RGB8 = rgb::RGB8 { r: 0, g: 255, b: 0 }; Oct 22 01:27:15.254 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:27:15.254 INFO kablam! | Oct 22 01:27:15.254 INFO kablam! = note: #[warn(dead_code)] on by default Oct 22 01:27:15.254 INFO kablam! Oct 22 01:27:15.254 INFO kablam! warning: constant item is never used: `BLUE` Oct 22 01:27:15.254 INFO kablam! --> examples/wave.rs:11:1 Oct 22 01:27:15.254 INFO kablam! | Oct 22 01:27:15.254 INFO kablam! 11 | const BLUE: rgb::RGB8 = rgb::RGB8 { r: 0, g: 0, b: 255 }; Oct 22 01:27:15.254 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 01:27:15.254 INFO kablam! Oct 22 01:27:15.271 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.55s Oct 22 01:27:15.271 INFO kablam! su: No module specific data is present Oct 22 01:27:15.679 INFO running `"docker" "rm" "-f" "08d8ff77eb71b1442dc7f02923575d3d9b1c8ff4b6648128e49c8a6b38e301b1"` Oct 22 01:27:15.801 INFO blam! 08d8ff77eb71b1442dc7f02923575d3d9b1c8ff4b6648128e49c8a6b38e301b1