Oct 12 17:09:54.893 INFO testing zovt/advent-of-code-2017 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 12 17:09:54.894 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 12 17:09:55.400 INFO blam! 074e5307a599e8f57c38fbd39c3221cebae7888821a192ac163d4d243c9b0f1a Oct 12 17:09:55.402 INFO running `"docker" "start" "-a" "074e5307a599e8f57c38fbd39c3221cebae7888821a192ac163d4d243c9b0f1a"` Oct 12 17:09:57.028 INFO kablam! usermod: no changes Oct 12 17:09:57.087 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 12 17:09:57.087 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 12 17:09:57.088 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 12 17:09:57.088 INFO kablam! files will be included as a binary target: Oct 12 17:09:57.088 INFO kablam! Oct 12 17:09:57.089 INFO kablam! * /source/src/main.rs Oct 12 17:09:57.089 INFO kablam! Oct 12 17:09:57.089 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 12 17:09:57.090 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 12 17:09:57.090 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 12 17:09:57.090 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 12 17:09:57.091 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 12 17:09:57.091 INFO kablam! Oct 12 17:09:57.091 INFO kablam! For more information on this warning you can consult Oct 12 17:09:57.091 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 12 17:09:57.099 INFO kablam! Compiling advent-of-code v0.1.0 (/source) Oct 12 17:09:57.895 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 12 17:09:57.895 INFO kablam! --> src/day3/two.rs:39:6 Oct 12 17:09:57.895 INFO kablam! | Oct 12 17:09:57.895 INFO kablam! 39 | if (r.0 - 1 == -r.1 && self == SpiralDirection::Right) { Oct 12 17:09:57.895 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 17:09:57.895 INFO kablam! | Oct 12 17:09:57.895 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 12 17:09:57.895 INFO kablam! Oct 12 17:09:57.895 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 12 17:09:57.895 INFO kablam! --> src/day3/two.rs:41:13 Oct 12 17:09:57.895 INFO kablam! | Oct 12 17:09:57.895 INFO kablam! 41 | } else if (r.0.abs() == r.1.abs() && self != SpiralDirection::Right) { Oct 12 17:09:57.895 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 17:09:57.895 INFO kablam! Oct 12 17:09:58.655 INFO kablam! warning: variable does not need to be mutable Oct 12 17:09:58.655 INFO kablam! --> src/day3/two.rs:86:6 Oct 12 17:09:58.655 INFO kablam! | Oct 12 17:09:58.655 INFO kablam! 86 | let mut spiral_coord_iter = SpiralCoordIter { Oct 12 17:09:58.655 INFO kablam! | ----^^^^^^^^^^^^^^^^^ Oct 12 17:09:58.655 INFO kablam! | | Oct 12 17:09:58.655 INFO kablam! | help: remove this `mut` Oct 12 17:09:58.655 INFO kablam! | Oct 12 17:09:58.655 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 17:09:58.655 INFO kablam! Oct 12 17:10:04.303 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 12 17:10:04.303 INFO kablam! --> src/day3/one.rs:43:15 Oct 12 17:10:04.303 INFO kablam! | Oct 12 17:10:04.303 INFO kablam! 43 | let num = if (num > ring_half) { Oct 12 17:10:04.303 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 17:10:04.315 INFO kablam! | Oct 12 17:10:04.315 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 12 17:10:04.315 INFO kablam! Oct 12 17:10:06.735 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.67s Oct 12 17:10:06.739 INFO kablam! su: No module specific data is present Oct 12 17:10:07.503 INFO running `"docker" "rm" "-f" "074e5307a599e8f57c38fbd39c3221cebae7888821a192ac163d4d243c9b0f1a"` Oct 12 17:10:07.859 INFO blam! 074e5307a599e8f57c38fbd39c3221cebae7888821a192ac163d4d243c9b0f1a Oct 12 17:10:07.861 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 12 17:10:08.374 INFO blam! 436f71ec6888fdda88685197bace55c096b7da69720ebb603a42c27b6c9389dc Oct 12 17:10:08.376 INFO running `"docker" "start" "-a" "436f71ec6888fdda88685197bace55c096b7da69720ebb603a42c27b6c9389dc"` Oct 12 17:10:09.901 INFO kablam! usermod: no changes Oct 12 17:10:09.959 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 12 17:10:09.959 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 12 17:10:09.959 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 12 17:10:09.959 INFO kablam! files will be included as a binary target: Oct 12 17:10:09.959 INFO kablam! Oct 12 17:10:09.959 INFO kablam! * /source/src/main.rs Oct 12 17:10:09.959 INFO kablam! Oct 12 17:10:09.959 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 12 17:10:09.959 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 12 17:10:09.959 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 12 17:10:09.959 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 12 17:10:09.959 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 12 17:10:09.959 INFO kablam! Oct 12 17:10:09.959 INFO kablam! For more information on this warning you can consult Oct 12 17:10:09.959 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 12 17:10:09.959 INFO kablam! Compiling advent-of-code v0.1.0 (/source) Oct 12 17:10:13.367 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 12 17:10:13.368 INFO kablam! --> src/day3/two.rs:39:6 Oct 12 17:10:13.368 INFO kablam! | Oct 12 17:10:13.369 INFO kablam! 39 | if (r.0 - 1 == -r.1 && self == SpiralDirection::Right) { Oct 12 17:10:13.369 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 17:10:13.370 INFO kablam! | Oct 12 17:10:13.370 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 12 17:10:13.371 INFO kablam! Oct 12 17:10:13.375 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 12 17:10:13.375 INFO kablam! --> src/day3/two.rs:41:13 Oct 12 17:10:13.376 INFO kablam! | Oct 12 17:10:13.376 INFO kablam! 41 | } else if (r.0.abs() == r.1.abs() && self != SpiralDirection::Right) { Oct 12 17:10:13.377 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 17:10:13.377 INFO kablam! Oct 12 17:10:13.947 INFO kablam! warning: variable does not need to be mutable Oct 12 17:10:13.948 INFO kablam! --> src/day3/two.rs:86:6 Oct 12 17:10:13.948 INFO kablam! | Oct 12 17:10:13.949 INFO kablam! 86 | let mut spiral_coord_iter = SpiralCoordIter { Oct 12 17:10:13.949 INFO kablam! | ----^^^^^^^^^^^^^^^^^ Oct 12 17:10:13.950 INFO kablam! | | Oct 12 17:10:13.950 INFO kablam! | help: remove this `mut` Oct 12 17:10:13.951 INFO kablam! | Oct 12 17:10:13.951 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 17:10:13.952 INFO kablam! Oct 12 17:10:14.608 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 12 17:10:14.608 INFO kablam! --> src/day3/one.rs:43:15 Oct 12 17:10:14.608 INFO kablam! | Oct 12 17:10:14.608 INFO kablam! 43 | let num = if (num > ring_half) { Oct 12 17:10:14.608 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 17:10:14.608 INFO kablam! | Oct 12 17:10:14.608 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 12 17:10:14.608 INFO kablam! Oct 12 17:10:15.979 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.04s Oct 12 17:10:15.980 INFO kablam! su: No module specific data is present Oct 12 17:10:16.945 INFO running `"docker" "rm" "-f" "436f71ec6888fdda88685197bace55c096b7da69720ebb603a42c27b6c9389dc"` Oct 12 17:10:17.187 INFO blam! 436f71ec6888fdda88685197bace55c096b7da69720ebb603a42c27b6c9389dc Oct 12 17:10:17.187 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" "-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 12 17:10:17.654 INFO blam! 7b1ab42b487c0cf1674adf8b2ed0fdd4cc46f7298f638fccd978bf238cd9d164 Oct 12 17:10:17.657 INFO running `"docker" "start" "-a" "7b1ab42b487c0cf1674adf8b2ed0fdd4cc46f7298f638fccd978bf238cd9d164"` Oct 12 17:10:19.062 INFO kablam! usermod: no changes Oct 12 17:10:19.123 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 12 17:10:19.123 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 12 17:10:19.123 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 12 17:10:19.123 INFO kablam! files will be included as a binary target: Oct 12 17:10:19.123 INFO kablam! Oct 12 17:10:19.123 INFO kablam! * /source/src/main.rs Oct 12 17:10:19.123 INFO kablam! Oct 12 17:10:19.123 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 12 17:10:19.123 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 12 17:10:19.123 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 12 17:10:19.123 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 12 17:10:19.123 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 12 17:10:19.123 INFO kablam! Oct 12 17:10:19.123 INFO kablam! For more information on this warning you can consult Oct 12 17:10:19.123 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 12 17:10:19.131 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 12 17:10:19.151 INFO kablam! Running /target/debug/deps/day1_1-71fcb5fc6b287c18 Oct 12 17:10:19.151 INFO kablam! Running /target/debug/deps/day1_2-ea54ccf440d2e886 Oct 12 17:10:19.151 INFO kablam! Running /target/debug/deps/day2_1-6da453699acd6fa1 Oct 12 17:10:19.151 INFO blam! Oct 12 17:10:19.151 INFO blam! running 0 tests Oct 12 17:10:19.151 INFO blam! Oct 12 17:10:19.151 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 17:10:19.151 INFO blam! Oct 12 17:10:19.151 INFO blam! Oct 12 17:10:19.151 INFO blam! running 0 tests Oct 12 17:10:19.151 INFO blam! Oct 12 17:10:19.151 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 17:10:19.151 INFO blam! Oct 12 17:10:19.159 INFO blam! Oct 12 17:10:19.159 INFO blam! running 0 tests Oct 12 17:10:19.159 INFO blam! Oct 12 17:10:19.159 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 17:10:19.159 INFO blam! Oct 12 17:10:19.159 INFO kablam! Running /target/debug/deps/day2_2-47ba861065a42214 Oct 12 17:10:19.167 INFO blam! Oct 12 17:10:19.167 INFO blam! running 0 tests Oct 12 17:10:19.167 INFO blam! Oct 12 17:10:19.167 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 17:10:19.167 INFO blam! Oct 12 17:10:19.167 INFO kablam! Running /target/debug/deps/day3_1-f4dde5383717b46b Oct 12 17:10:19.175 INFO blam! Oct 12 17:10:19.175 INFO blam! running 0 tests Oct 12 17:10:19.175 INFO blam! Oct 12 17:10:19.175 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 17:10:19.175 INFO blam! Oct 12 17:10:19.175 INFO kablam! Running /target/debug/deps/day3_2-e41be4ca7a0a201a Oct 12 17:10:19.179 INFO blam! Oct 12 17:10:19.179 INFO blam! running 0 tests Oct 12 17:10:19.179 INFO blam! Oct 12 17:10:19.179 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 17:10:19.179 INFO blam! Oct 12 17:10:19.179 INFO kablam! Running /target/debug/deps/day4_1-ecce3420a6440cd9 Oct 12 17:10:19.183 INFO blam! Oct 12 17:10:19.183 INFO blam! running 0 tests Oct 12 17:10:19.183 INFO blam! Oct 12 17:10:19.183 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 17:10:19.183 INFO blam! Oct 12 17:10:19.183 INFO blam! Oct 12 17:10:19.183 INFO blam! running 0 tests Oct 12 17:10:19.183 INFO blam! Oct 12 17:10:19.183 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 17:10:19.183 INFO blam! Oct 12 17:10:19.183 INFO kablam! Running /target/debug/deps/day4_2-47618519887d124d Oct 12 17:10:19.183 INFO kablam! Running /target/debug/deps/day5_1-9c6378590fc54b88 Oct 12 17:10:19.187 INFO blam! Oct 12 17:10:19.187 INFO blam! running 0 tests Oct 12 17:10:19.187 INFO blam! Oct 12 17:10:19.187 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 17:10:19.187 INFO blam! Oct 12 17:10:19.195 INFO blam! Oct 12 17:10:19.195 INFO kablam! Running /target/debug/deps/day5_2-f2c891bae6f9f293 Oct 12 17:10:19.195 INFO blam! running 0 tests Oct 12 17:10:19.195 INFO kablam! Running /target/debug/deps/day6_1-7d3c5b8bf2ebd437 Oct 12 17:10:19.195 INFO blam! Oct 12 17:10:19.195 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 17:10:19.195 INFO blam! Oct 12 17:10:19.195 INFO blam! Oct 12 17:10:19.195 INFO blam! running 0 tests Oct 12 17:10:19.195 INFO blam! Oct 12 17:10:19.195 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 17:10:19.195 INFO blam! Oct 12 17:10:19.199 INFO kablam! Running /target/debug/deps/day6_2-8434c6057e6ea867 Oct 12 17:10:19.223 INFO blam! Oct 12 17:10:19.223 INFO blam! running 0 tests Oct 12 17:10:19.223 INFO blam! Oct 12 17:10:19.223 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 17:10:19.223 INFO blam! Oct 12 17:10:19.223 INFO kablam! su: No module specific data is present Oct 12 17:10:20.464 INFO running `"docker" "rm" "-f" "7b1ab42b487c0cf1674adf8b2ed0fdd4cc46f7298f638fccd978bf238cd9d164"` Oct 12 17:10:20.779 INFO blam! 7b1ab42b487c0cf1674adf8b2ed0fdd4cc46f7298f638fccd978bf238cd9d164