Oct 26 21:09:58.181 INFO checking seven1m/puzzlecube against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 26 21:09:58.183 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-5/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 26 21:09:58.595 INFO blam! 26a907629ac9cac896c991997777733c4282abac2c9739372c000efea24251e2 Oct 26 21:09:58.598 INFO running `"docker" "start" "-a" "26a907629ac9cac896c991997777733c4282abac2c9739372c000efea24251e2"` Oct 26 21:09:59.599 INFO kablam! usermod: no changes Oct 26 21:09:59.675 INFO kablam! Checking puzzlecube v0.1.0 (/source) Oct 26 21:10:00.055 INFO kablam! warning: unused import: `cube::*` Oct 26 21:10:00.056 INFO kablam! --> src/tests.rs:1:5 Oct 26 21:10:00.056 INFO kablam! | Oct 26 21:10:00.056 INFO kablam! 1 | use cube::*; Oct 26 21:10:00.056 INFO kablam! | ^^^^^^^ Oct 26 21:10:00.057 INFO kablam! | Oct 26 21:10:00.057 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 26 21:10:00.057 INFO kablam! Oct 26 21:10:00.403 INFO kablam! warning: method is never used: `new_with_test_pattern` Oct 26 21:10:00.403 INFO kablam! --> src/cube.rs:83:5 Oct 26 21:10:00.403 INFO kablam! | Oct 26 21:10:00.403 INFO kablam! 83 | pub fn new_with_test_pattern() -> Cube { Oct 26 21:10:00.403 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 21:10:00.403 INFO kablam! | Oct 26 21:10:00.403 INFO kablam! = note: #[warn(dead_code)] on by default Oct 26 21:10:00.403 INFO kablam! Oct 26 21:10:00.403 INFO kablam! warning: method is never used: `up_color` Oct 26 21:10:00.403 INFO kablam! --> src/cube.rs:97:5 Oct 26 21:10:00.403 INFO kablam! | Oct 26 21:10:00.403 INFO kablam! 97 | pub fn up_color(&self) -> Color { Oct 26 21:10:00.403 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 21:10:00.403 INFO kablam! Oct 26 21:10:00.403 INFO kablam! warning: method is never used: `down_color` Oct 26 21:10:00.403 INFO kablam! --> src/cube.rs:101:5 Oct 26 21:10:00.403 INFO kablam! | Oct 26 21:10:00.403 INFO kablam! 101 | pub fn down_color(&self) -> Color { Oct 26 21:10:00.403 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 21:10:00.403 INFO kablam! Oct 26 21:10:00.403 INFO kablam! warning: method is never used: `front_color` Oct 26 21:10:00.403 INFO kablam! --> src/cube.rs:112:5 Oct 26 21:10:00.403 INFO kablam! | Oct 26 21:10:00.403 INFO kablam! 112 | pub fn front_color(&self) -> Color { Oct 26 21:10:00.403 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 21:10:00.403 INFO kablam! Oct 26 21:10:00.403 INFO kablam! warning: method is never used: `back_color` Oct 26 21:10:00.403 INFO kablam! --> src/cube.rs:116:5 Oct 26 21:10:00.403 INFO kablam! | Oct 26 21:10:00.403 INFO kablam! 116 | pub fn back_color(&self) -> Color { Oct 26 21:10:00.403 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 21:10:00.403 INFO kablam! Oct 26 21:10:00.403 INFO kablam! warning: method is never used: `left_color` Oct 26 21:10:00.403 INFO kablam! --> src/cube.rs:127:5 Oct 26 21:10:00.403 INFO kablam! | Oct 26 21:10:00.403 INFO kablam! 127 | pub fn left_color(&self) -> Color { Oct 26 21:10:00.403 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 21:10:00.403 INFO kablam! Oct 26 21:10:00.403 INFO kablam! warning: method is never used: `right_color` Oct 26 21:10:00.403 INFO kablam! --> src/cube.rs:186:5 Oct 26 21:10:00.403 INFO kablam! | Oct 26 21:10:00.403 INFO kablam! 186 | pub fn right_color(&self) -> Color { Oct 26 21:10:00.403 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 21:10:00.403 INFO kablam! Oct 26 21:10:00.403 INFO kablam! warning: method is never used: `scramble` Oct 26 21:10:00.403 INFO kablam! --> src/cube.rs:401:5 Oct 26 21:10:00.403 INFO kablam! | Oct 26 21:10:00.403 INFO kablam! 401 | pub fn scramble(&mut self) { Oct 26 21:10:00.403 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 21:10:00.403 INFO kablam! Oct 26 21:10:00.403 INFO kablam! warning: method is never used: `orient` Oct 26 21:10:00.403 INFO kablam! --> src/cube.rs:434:5 Oct 26 21:10:00.403 INFO kablam! | Oct 26 21:10:00.403 INFO kablam! 434 | pub fn orient(&mut self, up: Color, front: Color) { Oct 26 21:10:00.403 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 26 21:10:00.403 INFO kablam! Oct 26 21:10:00.871 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.24s Oct 26 21:10:00.871 INFO kablam! su: No module specific data is present Oct 26 21:10:01.455 INFO running `"docker" "rm" "-f" "26a907629ac9cac896c991997777733c4282abac2c9739372c000efea24251e2"` Oct 26 21:10:01.662 INFO blam! 26a907629ac9cac896c991997777733c4282abac2c9739372c000efea24251e2