Oct 15 06:41:03.432 INFO testing Spcktr/2017_advent against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 06:41:03.434 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-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 15 06:41:04.032 INFO blam! 7c04fa6012e1303e684bf0b2b2da6713e6f2ec625484f139d303d4944b248933 Oct 15 06:41:04.033 INFO running `"docker" "start" "-a" "7c04fa6012e1303e684bf0b2b2da6713e6f2ec625484f139d303d4944b248933"` Oct 15 06:41:06.351 INFO kablam! usermod: no changes Oct 15 06:41:06.515 INFO kablam! Compiling proc-macro-hack-impl v0.4.0 Oct 15 06:41:06.519 INFO kablam! Compiling unindent v0.1.2 Oct 15 06:41:10.171 INFO kablam! Compiling proc-macro-hack v0.4.0 Oct 15 06:41:10.514 INFO kablam! Compiling indoc-impl v0.2.3 Oct 15 06:41:13.735 INFO kablam! Compiling indoc v0.2.3 Oct 15 06:41:14.218 INFO kablam! Compiling advent v0.1.0 (/source) Oct 15 06:41:15.695 INFO kablam! warning: unused `#[macro_use]` import Oct 15 06:41:15.695 INFO kablam! --> src/main.rs:2:1 Oct 15 06:41:15.695 INFO kablam! | Oct 15 06:41:15.695 INFO kablam! 2 | #[macro_use] Oct 15 06:41:15.695 INFO kablam! | ^^^^^^^^^^^^ Oct 15 06:41:15.695 INFO kablam! | Oct 15 06:41:15.695 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 06:41:15.695 INFO kablam! Oct 15 06:41:15.999 INFO kablam! warning: method is never used: `mov` Oct 15 06:41:15.999 INFO kablam! --> src/helper.rs:156:3 Oct 15 06:41:16.000 INFO kablam! | Oct 15 06:41:16.000 INFO kablam! 156 | pub fn mov(self, direction: Direction) -> Coordinate { Oct 15 06:41:16.000 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:41:16.001 INFO kablam! | Oct 15 06:41:16.001 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 06:41:16.001 INFO kablam! Oct 15 06:41:16.001 INFO kablam! warning: variant is never constructed: `Left` Oct 15 06:41:16.002 INFO kablam! --> src/helper.rs:180:3 Oct 15 06:41:16.002 INFO kablam! | Oct 15 06:41:16.002 INFO kablam! 180 | Left, Oct 15 06:41:16.002 INFO kablam! | ^^^^ Oct 15 06:41:16.003 INFO kablam! Oct 15 06:41:16.003 INFO kablam! warning: variant is never constructed: `Up` Oct 15 06:41:16.003 INFO kablam! --> src/helper.rs:181:3 Oct 15 06:41:16.004 INFO kablam! | Oct 15 06:41:16.004 INFO kablam! 181 | Up, Oct 15 06:41:16.004 INFO kablam! | ^^ Oct 15 06:41:16.004 INFO kablam! Oct 15 06:41:16.005 INFO kablam! warning: variant is never constructed: `Right` Oct 15 06:41:16.005 INFO kablam! --> src/helper.rs:182:3 Oct 15 06:41:16.005 INFO kablam! | Oct 15 06:41:16.005 INFO kablam! 182 | Right, Oct 15 06:41:16.006 INFO kablam! | ^^^^^ Oct 15 06:41:16.006 INFO kablam! Oct 15 06:41:16.006 INFO kablam! warning: variant is never constructed: `Down` Oct 15 06:41:16.006 INFO kablam! --> src/helper.rs:183:3 Oct 15 06:41:16.007 INFO kablam! | Oct 15 06:41:16.007 INFO kablam! 183 | Down, Oct 15 06:41:16.007 INFO kablam! | ^^^^ Oct 15 06:41:16.008 INFO kablam! Oct 15 06:41:16.008 INFO kablam! warning: method is never used: `all` Oct 15 06:41:16.008 INFO kablam! --> src/helper.rs:187:3 Oct 15 06:41:16.009 INFO kablam! | Oct 15 06:41:16.009 INFO kablam! 187 | pub fn all() -> Vec { Oct 15 06:41:16.009 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:41:16.009 INFO kablam! Oct 15 06:41:16.010 INFO kablam! warning: method is never used: `left` Oct 15 06:41:16.010 INFO kablam! --> src/helper.rs:196:3 Oct 15 06:41:16.010 INFO kablam! | Oct 15 06:41:16.011 INFO kablam! 196 | pub fn left(self) -> Direction { Oct 15 06:41:16.011 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:41:16.011 INFO kablam! Oct 15 06:41:16.012 INFO kablam! warning: method is never used: `reverse` Oct 15 06:41:16.012 INFO kablam! --> src/helper.rs:205:3 Oct 15 06:41:16.012 INFO kablam! | Oct 15 06:41:16.013 INFO kablam! 205 | pub fn reverse(self) -> Direction { Oct 15 06:41:16.013 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:41:16.013 INFO kablam! Oct 15 06:41:16.013 INFO kablam! warning: method is never used: `right` Oct 15 06:41:16.014 INFO kablam! --> src/helper.rs:209:3 Oct 15 06:41:16.014 INFO kablam! | Oct 15 06:41:16.014 INFO kablam! 209 | pub fn right(self) -> Direction { Oct 15 06:41:16.015 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:41:16.015 INFO kablam! Oct 15 06:41:18.047 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 11.66s Oct 15 06:41:18.048 INFO kablam! su: No module specific data is present Oct 15 06:41:19.137 INFO running `"docker" "rm" "-f" "7c04fa6012e1303e684bf0b2b2da6713e6f2ec625484f139d303d4944b248933"` Oct 15 06:41:19.391 INFO blam! 7c04fa6012e1303e684bf0b2b2da6713e6f2ec625484f139d303d4944b248933 Oct 15 06:41:19.396 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-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 15 06:41:19.854 INFO blam! 91b4efa1dd0c308ebc8c81ca31aa89d917953878573785e109929d1725c79e84 Oct 15 06:41:19.856 INFO running `"docker" "start" "-a" "91b4efa1dd0c308ebc8c81ca31aa89d917953878573785e109929d1725c79e84"` Oct 15 06:41:22.014 INFO kablam! usermod: no changes Oct 15 06:41:22.163 INFO kablam! Compiling advent v0.1.0 (/source) Oct 15 06:41:23.404 INFO kablam! warning: unused `#[macro_use]` import Oct 15 06:41:23.404 INFO kablam! --> src/main.rs:2:1 Oct 15 06:41:23.404 INFO kablam! | Oct 15 06:41:23.404 INFO kablam! 2 | #[macro_use] Oct 15 06:41:23.404 INFO kablam! | ^^^^^^^^^^^^ Oct 15 06:41:23.404 INFO kablam! | Oct 15 06:41:23.404 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 06:41:23.404 INFO kablam! Oct 15 06:41:23.700 INFO kablam! warning: method is never used: `mov` Oct 15 06:41:23.700 INFO kablam! --> src/helper.rs:156:3 Oct 15 06:41:23.700 INFO kablam! | Oct 15 06:41:23.700 INFO kablam! 156 | pub fn mov(self, direction: Direction) -> Coordinate { Oct 15 06:41:23.700 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:41:23.700 INFO kablam! | Oct 15 06:41:23.700 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 06:41:23.702 INFO kablam! Oct 15 06:41:23.702 INFO kablam! warning: variant is never constructed: `Left` Oct 15 06:41:23.702 INFO kablam! --> src/helper.rs:180:3 Oct 15 06:41:23.702 INFO kablam! | Oct 15 06:41:23.702 INFO kablam! 180 | Left, Oct 15 06:41:23.702 INFO kablam! | ^^^^ Oct 15 06:41:23.702 INFO kablam! Oct 15 06:41:23.702 INFO kablam! warning: variant is never constructed: `Up` Oct 15 06:41:23.702 INFO kablam! --> src/helper.rs:181:3 Oct 15 06:41:23.702 INFO kablam! | Oct 15 06:41:23.702 INFO kablam! 181 | Up, Oct 15 06:41:23.702 INFO kablam! | ^^ Oct 15 06:41:23.702 INFO kablam! Oct 15 06:41:23.702 INFO kablam! warning: variant is never constructed: `Right` Oct 15 06:41:23.702 INFO kablam! --> src/helper.rs:182:3 Oct 15 06:41:23.702 INFO kablam! | Oct 15 06:41:23.702 INFO kablam! 182 | Right, Oct 15 06:41:23.702 INFO kablam! | ^^^^^ Oct 15 06:41:23.702 INFO kablam! Oct 15 06:41:23.702 INFO kablam! warning: variant is never constructed: `Down` Oct 15 06:41:23.703 INFO kablam! --> src/helper.rs:183:3 Oct 15 06:41:23.703 INFO kablam! | Oct 15 06:41:23.703 INFO kablam! 183 | Down, Oct 15 06:41:23.703 INFO kablam! | ^^^^ Oct 15 06:41:23.703 INFO kablam! Oct 15 06:41:23.703 INFO kablam! warning: method is never used: `all` Oct 15 06:41:23.703 INFO kablam! --> src/helper.rs:187:3 Oct 15 06:41:23.703 INFO kablam! | Oct 15 06:41:23.703 INFO kablam! 187 | pub fn all() -> Vec { Oct 15 06:41:23.703 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:41:23.703 INFO kablam! Oct 15 06:41:23.703 INFO kablam! warning: method is never used: `left` Oct 15 06:41:23.703 INFO kablam! --> src/helper.rs:196:3 Oct 15 06:41:23.703 INFO kablam! | Oct 15 06:41:23.703 INFO kablam! 196 | pub fn left(self) -> Direction { Oct 15 06:41:23.703 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:41:23.703 INFO kablam! Oct 15 06:41:23.703 INFO kablam! warning: method is never used: `reverse` Oct 15 06:41:23.703 INFO kablam! --> src/helper.rs:205:3 Oct 15 06:41:23.703 INFO kablam! | Oct 15 06:41:23.703 INFO kablam! 205 | pub fn reverse(self) -> Direction { Oct 15 06:41:23.703 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:41:23.703 INFO kablam! Oct 15 06:41:23.703 INFO kablam! warning: method is never used: `right` Oct 15 06:41:23.703 INFO kablam! --> src/helper.rs:209:3 Oct 15 06:41:23.703 INFO kablam! | Oct 15 06:41:23.703 INFO kablam! 209 | pub fn right(self) -> Direction { Oct 15 06:41:23.703 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:41:23.703 INFO kablam! Oct 15 06:41:25.328 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.28s Oct 15 06:41:25.333 INFO kablam! su: No module specific data is present Oct 15 06:41:26.699 INFO running `"docker" "rm" "-f" "91b4efa1dd0c308ebc8c81ca31aa89d917953878573785e109929d1725c79e84"` Oct 15 06:41:27.043 INFO blam! 91b4efa1dd0c308ebc8c81ca31aa89d917953878573785e109929d1725c79e84