Oct 15 06:40:56.627 INFO testing Spcktr/2017_advent against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 06:40:56.627 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:40:57.205 INFO blam! d9fe47e226fd3f59961350d49a8f393b7d9443f7aebf549f6670d8ef320b9ce9 Oct 15 06:40:57.208 INFO running `"docker" "start" "-a" "d9fe47e226fd3f59961350d49a8f393b7d9443f7aebf549f6670d8ef320b9ce9"` Oct 15 06:40:59.027 INFO kablam! usermod: no changes Oct 15 06:40:59.167 INFO kablam! Compiling unindent v0.1.2 Oct 15 06:40:59.967 INFO kablam! Compiling indoc-impl v0.2.3 Oct 15 06:41:03.571 INFO kablam! Compiling indoc v0.2.3 Oct 15 06:41:04.031 INFO kablam! Compiling advent v0.1.0 (/source) Oct 15 06:41:05.271 INFO kablam! warning: unused `#[macro_use]` import Oct 15 06:41:05.271 INFO kablam! --> src/main.rs:2:1 Oct 15 06:41:05.271 INFO kablam! | Oct 15 06:41:05.271 INFO kablam! 2 | #[macro_use] Oct 15 06:41:05.271 INFO kablam! | ^^^^^^^^^^^^ Oct 15 06:41:05.271 INFO kablam! | Oct 15 06:41:05.271 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 06:41:05.271 INFO kablam! Oct 15 06:41:05.583 INFO kablam! warning: method is never used: `mov` Oct 15 06:41:05.584 INFO kablam! --> src/helper.rs:156:3 Oct 15 06:41:05.584 INFO kablam! | Oct 15 06:41:05.585 INFO kablam! 156 | pub fn mov(self, direction: Direction) -> Coordinate { Oct 15 06:41:05.585 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:41:05.585 INFO kablam! | Oct 15 06:41:05.585 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 06:41:05.586 INFO kablam! Oct 15 06:41:05.586 INFO kablam! warning: variant is never constructed: `Left` Oct 15 06:41:05.587 INFO kablam! --> src/helper.rs:180:3 Oct 15 06:41:05.587 INFO kablam! | Oct 15 06:41:05.587 INFO kablam! 180 | Left, Oct 15 06:41:05.587 INFO kablam! | ^^^^ Oct 15 06:41:05.588 INFO kablam! Oct 15 06:41:05.588 INFO kablam! warning: variant is never constructed: `Up` Oct 15 06:41:05.588 INFO kablam! --> src/helper.rs:181:3 Oct 15 06:41:05.589 INFO kablam! | Oct 15 06:41:05.589 INFO kablam! 181 | Up, Oct 15 06:41:05.589 INFO kablam! | ^^ Oct 15 06:41:05.590 INFO kablam! Oct 15 06:41:05.590 INFO kablam! warning: variant is never constructed: `Right` Oct 15 06:41:05.590 INFO kablam! --> src/helper.rs:182:3 Oct 15 06:41:05.591 INFO kablam! | Oct 15 06:41:05.591 INFO kablam! 182 | Right, Oct 15 06:41:05.591 INFO kablam! | ^^^^^ Oct 15 06:41:05.592 INFO kablam! Oct 15 06:41:05.592 INFO kablam! warning: variant is never constructed: `Down` Oct 15 06:41:05.592 INFO kablam! --> src/helper.rs:183:3 Oct 15 06:41:05.593 INFO kablam! | Oct 15 06:41:05.593 INFO kablam! 183 | Down, Oct 15 06:41:05.593 INFO kablam! | ^^^^ Oct 15 06:41:05.593 INFO kablam! Oct 15 06:41:05.594 INFO kablam! warning: method is never used: `all` Oct 15 06:41:05.594 INFO kablam! --> src/helper.rs:187:3 Oct 15 06:41:05.594 INFO kablam! | Oct 15 06:41:05.595 INFO kablam! 187 | pub fn all() -> Vec { Oct 15 06:41:05.595 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:41:05.595 INFO kablam! Oct 15 06:41:05.596 INFO kablam! warning: method is never used: `left` Oct 15 06:41:05.596 INFO kablam! --> src/helper.rs:196:3 Oct 15 06:41:05.596 INFO kablam! | Oct 15 06:41:05.597 INFO kablam! 196 | pub fn left(self) -> Direction { Oct 15 06:41:05.597 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:41:05.597 INFO kablam! Oct 15 06:41:05.598 INFO kablam! warning: method is never used: `reverse` Oct 15 06:41:05.598 INFO kablam! --> src/helper.rs:205:3 Oct 15 06:41:05.598 INFO kablam! | Oct 15 06:41:05.603 INFO kablam! 205 | pub fn reverse(self) -> Direction { Oct 15 06:41:05.603 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:41:05.603 INFO kablam! Oct 15 06:41:05.604 INFO kablam! warning: method is never used: `right` Oct 15 06:41:05.604 INFO kablam! --> src/helper.rs:209:3 Oct 15 06:41:05.604 INFO kablam! | Oct 15 06:41:05.604 INFO kablam! 209 | pub fn right(self) -> Direction { Oct 15 06:41:05.604 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:41:05.604 INFO kablam! Oct 15 06:41:07.232 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 8.16s Oct 15 06:41:07.237 INFO kablam! su: No module specific data is present Oct 15 06:41:08.403 INFO running `"docker" "rm" "-f" "d9fe47e226fd3f59961350d49a8f393b7d9443f7aebf549f6670d8ef320b9ce9"` Oct 15 06:41:08.723 INFO blam! d9fe47e226fd3f59961350d49a8f393b7d9443f7aebf549f6670d8ef320b9ce9 Oct 15 06:41:08.727 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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:09.114 INFO blam! 8346a65d1e8f5541a926e85c91d578483be25f29c9447c205ec633a69d5c13c7 Oct 15 06:41:09.117 INFO running `"docker" "start" "-a" "8346a65d1e8f5541a926e85c91d578483be25f29c9447c205ec633a69d5c13c7"` Oct 15 06:41:10.439 INFO kablam! usermod: no changes Oct 15 06:41:10.587 INFO kablam! Compiling advent v0.1.0 (/source) Oct 15 06:41:11.843 INFO kablam! warning: unused `#[macro_use]` import Oct 15 06:41:11.844 INFO kablam! --> src/main.rs:2:1 Oct 15 06:41:11.845 INFO kablam! | Oct 15 06:41:11.845 INFO kablam! 2 | #[macro_use] Oct 15 06:41:11.846 INFO kablam! | ^^^^^^^^^^^^ Oct 15 06:41:11.846 INFO kablam! | Oct 15 06:41:11.847 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 06:41:11.847 INFO kablam! Oct 15 06:41:12.113 INFO kablam! warning: method is never used: `mov` Oct 15 06:41:12.113 INFO kablam! --> src/helper.rs:156:3 Oct 15 06:41:12.113 INFO kablam! | Oct 15 06:41:12.113 INFO kablam! 156 | pub fn mov(self, direction: Direction) -> Coordinate { Oct 15 06:41:12.113 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:41:12.113 INFO kablam! | Oct 15 06:41:12.114 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 06:41:12.114 INFO kablam! Oct 15 06:41:12.115 INFO kablam! warning: variant is never constructed: `Left` Oct 15 06:41:12.115 INFO kablam! --> src/helper.rs:180:3 Oct 15 06:41:12.116 INFO kablam! | Oct 15 06:41:12.116 INFO kablam! 180 | Left, Oct 15 06:41:12.116 INFO kablam! | ^^^^ Oct 15 06:41:12.116 INFO kablam! Oct 15 06:41:12.117 INFO kablam! warning: variant is never constructed: `Up` Oct 15 06:41:12.117 INFO kablam! --> src/helper.rs:181:3 Oct 15 06:41:12.117 INFO kablam! | Oct 15 06:41:12.117 INFO kablam! 181 | Up, Oct 15 06:41:12.117 INFO kablam! | ^^ Oct 15 06:41:12.118 INFO kablam! Oct 15 06:41:12.118 INFO kablam! warning: variant is never constructed: `Right` Oct 15 06:41:12.118 INFO kablam! --> src/helper.rs:182:3 Oct 15 06:41:12.118 INFO kablam! | Oct 15 06:41:12.119 INFO kablam! 182 | Right, Oct 15 06:41:12.119 INFO kablam! | ^^^^^ Oct 15 06:41:12.119 INFO kablam! Oct 15 06:41:12.119 INFO kablam! warning: variant is never constructed: `Down` Oct 15 06:41:12.119 INFO kablam! --> src/helper.rs:183:3 Oct 15 06:41:12.119 INFO kablam! | Oct 15 06:41:12.119 INFO kablam! 183 | Down, Oct 15 06:41:12.119 INFO kablam! | ^^^^ Oct 15 06:41:12.119 INFO kablam! Oct 15 06:41:12.119 INFO kablam! warning: method is never used: `all` Oct 15 06:41:12.119 INFO kablam! --> src/helper.rs:187:3 Oct 15 06:41:12.119 INFO kablam! | Oct 15 06:41:12.119 INFO kablam! 187 | pub fn all() -> Vec { Oct 15 06:41:12.119 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:41:12.119 INFO kablam! Oct 15 06:41:12.119 INFO kablam! warning: method is never used: `left` Oct 15 06:41:12.119 INFO kablam! --> src/helper.rs:196:3 Oct 15 06:41:12.119 INFO kablam! | Oct 15 06:41:12.119 INFO kablam! 196 | pub fn left(self) -> Direction { Oct 15 06:41:12.119 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:41:12.119 INFO kablam! Oct 15 06:41:12.123 INFO kablam! warning: method is never used: `reverse` Oct 15 06:41:12.123 INFO kablam! --> src/helper.rs:205:3 Oct 15 06:41:12.123 INFO kablam! | Oct 15 06:41:12.123 INFO kablam! 205 | pub fn reverse(self) -> Direction { Oct 15 06:41:12.123 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:41:12.123 INFO kablam! Oct 15 06:41:12.123 INFO kablam! warning: method is never used: `right` Oct 15 06:41:12.123 INFO kablam! --> src/helper.rs:209:3 Oct 15 06:41:12.123 INFO kablam! | Oct 15 06:41:12.123 INFO kablam! 209 | pub fn right(self) -> Direction { Oct 15 06:41:12.123 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:41:12.123 INFO kablam! Oct 15 06:41:13.532 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.06s Oct 15 06:41:13.537 INFO kablam! su: No module specific data is present Oct 15 06:41:14.947 INFO running `"docker" "rm" "-f" "8346a65d1e8f5541a926e85c91d578483be25f29c9447c205ec633a69d5c13c7"` Oct 15 06:41:15.231 INFO blam! 8346a65d1e8f5541a926e85c91d578483be25f29c9447c205ec633a69d5c13c7