Oct 27 09:40:13.913 INFO checking Spcktr/2017_advent against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 09:40:13.913 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-6/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/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 09:40:14.407 INFO blam! 78870233db0cde42ecbf356a5d51f2ab9efd265e1896956a15267bce87a1a432 Oct 27 09:40:14.409 INFO running `"docker" "start" "-a" "78870233db0cde42ecbf356a5d51f2ab9efd265e1896956a15267bce87a1a432"` Oct 27 09:40:15.955 INFO kablam! usermod: no changes Oct 27 09:40:16.067 INFO kablam! Compiling unindent v0.1.2 Oct 27 09:40:17.127 INFO kablam! Compiling indoc-impl v0.2.3 Oct 27 09:40:21.119 INFO kablam! Checking indoc v0.2.3 Oct 27 09:40:21.797 INFO kablam! Checking advent v0.1.0 (/source) Oct 27 09:40:23.937 INFO kablam! warning: unused `#[macro_use]` import Oct 27 09:40:23.937 INFO kablam! --> src/main.rs:2:1 Oct 27 09:40:23.937 INFO kablam! | Oct 27 09:40:23.937 INFO kablam! 2 | #[macro_use] Oct 27 09:40:23.937 INFO kablam! | ^^^^^^^^^^^^ Oct 27 09:40:23.937 INFO kablam! | Oct 27 09:40:23.937 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 09:40:23.937 INFO kablam! Oct 27 09:40:24.291 INFO kablam! warning: method is never used: `mov` Oct 27 09:40:24.291 INFO kablam! --> src/helper.rs:156:3 Oct 27 09:40:24.292 INFO kablam! | Oct 27 09:40:24.292 INFO kablam! 156 | pub fn mov(self, direction: Direction) -> Coordinate { Oct 27 09:40:24.292 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:40:24.292 INFO kablam! | Oct 27 09:40:24.293 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 09:40:24.293 INFO kablam! Oct 27 09:40:24.293 INFO kablam! warning: variant is never constructed: `Left` Oct 27 09:40:24.294 INFO kablam! --> src/helper.rs:180:3 Oct 27 09:40:24.294 INFO kablam! | Oct 27 09:40:24.294 INFO kablam! 180 | Left, Oct 27 09:40:24.294 INFO kablam! | ^^^^ Oct 27 09:40:24.295 INFO kablam! Oct 27 09:40:24.295 INFO kablam! warning: variant is never constructed: `Up` Oct 27 09:40:24.296 INFO kablam! --> src/helper.rs:181:3 Oct 27 09:40:24.296 INFO kablam! | Oct 27 09:40:24.296 INFO kablam! 181 | Up, Oct 27 09:40:24.297 INFO kablam! | ^^ Oct 27 09:40:24.297 INFO kablam! Oct 27 09:40:24.297 INFO kablam! warning: variant is never constructed: `Right` Oct 27 09:40:24.297 INFO kablam! --> src/helper.rs:182:3 Oct 27 09:40:24.298 INFO kablam! | Oct 27 09:40:24.298 INFO kablam! 182 | Right, Oct 27 09:40:24.298 INFO kablam! | ^^^^^ Oct 27 09:40:24.299 INFO kablam! Oct 27 09:40:24.299 INFO kablam! warning: variant is never constructed: `Down` Oct 27 09:40:24.299 INFO kablam! --> src/helper.rs:183:3 Oct 27 09:40:24.300 INFO kablam! | Oct 27 09:40:24.300 INFO kablam! 183 | Down, Oct 27 09:40:24.300 INFO kablam! | ^^^^ Oct 27 09:40:24.300 INFO kablam! Oct 27 09:40:24.301 INFO kablam! warning: method is never used: `all` Oct 27 09:40:24.301 INFO kablam! --> src/helper.rs:187:3 Oct 27 09:40:24.301 INFO kablam! | Oct 27 09:40:24.302 INFO kablam! 187 | pub fn all() -> Vec { Oct 27 09:40:24.302 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:40:24.302 INFO kablam! Oct 27 09:40:24.303 INFO kablam! warning: method is never used: `left` Oct 27 09:40:24.303 INFO kablam! --> src/helper.rs:196:3 Oct 27 09:40:24.303 INFO kablam! | Oct 27 09:40:24.303 INFO kablam! 196 | pub fn left(self) -> Direction { Oct 27 09:40:24.304 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:40:24.304 INFO kablam! Oct 27 09:40:24.304 INFO kablam! warning: method is never used: `reverse` Oct 27 09:40:24.304 INFO kablam! --> src/helper.rs:205:3 Oct 27 09:40:24.305 INFO kablam! | Oct 27 09:40:24.305 INFO kablam! 205 | pub fn reverse(self) -> Direction { Oct 27 09:40:24.305 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:40:24.306 INFO kablam! Oct 27 09:40:24.306 INFO kablam! warning: method is never used: `right` Oct 27 09:40:24.306 INFO kablam! --> src/helper.rs:209:3 Oct 27 09:40:24.307 INFO kablam! | Oct 27 09:40:24.307 INFO kablam! 209 | pub fn right(self) -> Direction { Oct 27 09:40:24.307 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:40:24.307 INFO kablam! Oct 27 09:40:24.503 INFO kablam! warning: unused `#[macro_use]` import Oct 27 09:40:24.504 INFO kablam! --> src/main.rs:2:1 Oct 27 09:40:24.504 INFO kablam! | Oct 27 09:40:24.504 INFO kablam! 2 | #[macro_use] Oct 27 09:40:24.504 INFO kablam! | ^^^^^^^^^^^^ Oct 27 09:40:24.505 INFO kablam! | Oct 27 09:40:24.505 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 09:40:24.505 INFO kablam! Oct 27 09:40:24.771 INFO kablam! warning: method is never used: `mov` Oct 27 09:40:24.771 INFO kablam! --> src/helper.rs:156:3 Oct 27 09:40:24.772 INFO kablam! | Oct 27 09:40:24.772 INFO kablam! 156 | pub fn mov(self, direction: Direction) -> Coordinate { Oct 27 09:40:24.772 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:40:24.773 INFO kablam! | Oct 27 09:40:24.773 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 09:40:24.773 INFO kablam! Oct 27 09:40:24.773 INFO kablam! warning: variant is never constructed: `Left` Oct 27 09:40:24.774 INFO kablam! --> src/helper.rs:180:3 Oct 27 09:40:24.774 INFO kablam! | Oct 27 09:40:24.774 INFO kablam! 180 | Left, Oct 27 09:40:24.775 INFO kablam! | ^^^^ Oct 27 09:40:24.775 INFO kablam! Oct 27 09:40:24.775 INFO kablam! warning: variant is never constructed: `Up` Oct 27 09:40:24.775 INFO kablam! --> src/helper.rs:181:3 Oct 27 09:40:24.776 INFO kablam! | Oct 27 09:40:24.776 INFO kablam! 181 | Up, Oct 27 09:40:24.776 INFO kablam! | ^^ Oct 27 09:40:24.776 INFO kablam! Oct 27 09:40:24.777 INFO kablam! warning: variant is never constructed: `Right` Oct 27 09:40:24.777 INFO kablam! --> src/helper.rs:182:3 Oct 27 09:40:24.777 INFO kablam! | Oct 27 09:40:24.778 INFO kablam! 182 | Right, Oct 27 09:40:24.778 INFO kablam! | ^^^^^ Oct 27 09:40:24.778 INFO kablam! Oct 27 09:40:24.778 INFO kablam! warning: variant is never constructed: `Down` Oct 27 09:40:24.779 INFO kablam! --> src/helper.rs:183:3 Oct 27 09:40:24.779 INFO kablam! | Oct 27 09:40:24.779 INFO kablam! 183 | Down, Oct 27 09:40:24.779 INFO kablam! | ^^^^ Oct 27 09:40:24.780 INFO kablam! Oct 27 09:40:24.780 INFO kablam! warning: method is never used: `all` Oct 27 09:40:24.780 INFO kablam! --> src/helper.rs:187:3 Oct 27 09:40:24.780 INFO kablam! | Oct 27 09:40:24.781 INFO kablam! 187 | pub fn all() -> Vec { Oct 27 09:40:24.781 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:40:24.781 INFO kablam! Oct 27 09:40:24.782 INFO kablam! warning: method is never used: `left` Oct 27 09:40:24.782 INFO kablam! --> src/helper.rs:196:3 Oct 27 09:40:24.782 INFO kablam! | Oct 27 09:40:24.782 INFO kablam! 196 | pub fn left(self) -> Direction { Oct 27 09:40:24.783 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:40:24.783 INFO kablam! Oct 27 09:40:24.783 INFO kablam! warning: method is never used: `reverse` Oct 27 09:40:24.783 INFO kablam! --> src/helper.rs:205:3 Oct 27 09:40:24.784 INFO kablam! | Oct 27 09:40:24.784 INFO kablam! 205 | pub fn reverse(self) -> Direction { Oct 27 09:40:24.784 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:40:24.784 INFO kablam! Oct 27 09:40:24.785 INFO kablam! warning: method is never used: `right` Oct 27 09:40:24.785 INFO kablam! --> src/helper.rs:209:3 Oct 27 09:40:24.785 INFO kablam! | Oct 27 09:40:24.785 INFO kablam! 209 | pub fn right(self) -> Direction { Oct 27 09:40:24.786 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:40:24.786 INFO kablam! Oct 27 09:40:24.821 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.87s Oct 27 09:40:24.833 INFO kablam! su: No module specific data is present Oct 27 09:40:25.317 INFO running `"docker" "rm" "-f" "78870233db0cde42ecbf356a5d51f2ab9efd265e1896956a15267bce87a1a432"` Oct 27 09:40:25.519 INFO blam! 78870233db0cde42ecbf356a5d51f2ab9efd265e1896956a15267bce87a1a432