Oct 10 11:39:17.729 INFO testing zovt/advent-of-code-2017 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 11:39:17.729 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 11:39:17.731 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 11:39:18.182 INFO blam! 6df4f95cb9ac129511b35f1a1c03165c1a0b6c0d6d8d0ce190b7e717bb6fb465 Oct 10 11:39:18.183 INFO running `"docker" "start" "-a" "6df4f95cb9ac129511b35f1a1c03165c1a0b6c0d6d8d0ce190b7e717bb6fb465"` Oct 10 11:39:19.103 INFO kablam! usermod: no changes Oct 10 11:39:19.134 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 10 11:39:19.134 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 10 11:39:19.134 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 10 11:39:19.135 INFO kablam! files will be included as a binary target: Oct 10 11:39:19.135 INFO kablam! Oct 10 11:39:19.135 INFO kablam! * /source/src/main.rs Oct 10 11:39:19.136 INFO kablam! Oct 10 11:39:19.136 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 10 11:39:19.136 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 10 11:39:19.137 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 10 11:39:19.137 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 10 11:39:19.137 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 10 11:39:19.137 INFO kablam! Oct 10 11:39:19.138 INFO kablam! For more information on this warning you can consult Oct 10 11:39:19.138 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 10 11:39:19.160 INFO kablam! Compiling advent-of-code v0.1.0 (/source) Oct 10 11:39:20.604 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 10 11:39:20.605 INFO kablam! --> src/day3/one.rs:43:15 Oct 10 11:39:20.605 INFO kablam! | Oct 10 11:39:20.605 INFO kablam! 43 | let num = if (num > ring_half) { Oct 10 11:39:20.605 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 10 11:39:20.605 INFO kablam! | Oct 10 11:39:20.605 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 10 11:39:20.606 INFO kablam! Oct 10 11:39:23.860 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 10 11:39:23.860 INFO kablam! --> src/day3/two.rs:39:6 Oct 10 11:39:23.860 INFO kablam! | Oct 10 11:39:23.860 INFO kablam! 39 | if (r.0 - 1 == -r.1 && self == SpiralDirection::Right) { Oct 10 11:39:23.860 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 10 11:39:23.860 INFO kablam! | Oct 10 11:39:23.860 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 10 11:39:23.860 INFO kablam! Oct 10 11:39:23.860 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 10 11:39:23.860 INFO kablam! --> src/day3/two.rs:41:13 Oct 10 11:39:23.860 INFO kablam! | Oct 10 11:39:23.860 INFO kablam! 41 | } else if (r.0.abs() == r.1.abs() && self != SpiralDirection::Right) { Oct 10 11:39:23.860 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 10 11:39:23.860 INFO kablam! Oct 10 11:39:24.056 INFO kablam! warning: variable does not need to be mutable Oct 10 11:39:24.056 INFO kablam! --> src/day3/two.rs:86:6 Oct 10 11:39:24.056 INFO kablam! | Oct 10 11:39:24.056 INFO kablam! 86 | let mut spiral_coord_iter = SpiralCoordIter { Oct 10 11:39:24.056 INFO kablam! | ----^^^^^^^^^^^^^^^^^ Oct 10 11:39:24.056 INFO kablam! | | Oct 10 11:39:24.056 INFO kablam! | help: remove this `mut` Oct 10 11:39:24.056 INFO kablam! | Oct 10 11:39:24.056 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 11:39:24.056 INFO kablam! Oct 10 11:39:25.398 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 6.28s Oct 10 11:39:25.402 INFO kablam! su: No module specific data is present Oct 10 11:39:25.982 INFO running `"docker" "rm" "-f" "6df4f95cb9ac129511b35f1a1c03165c1a0b6c0d6d8d0ce190b7e717bb6fb465"` Oct 10 11:39:26.252 INFO blam! 6df4f95cb9ac129511b35f1a1c03165c1a0b6c0d6d8d0ce190b7e717bb6fb465 Oct 10 11:39:26.258 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 11:39:26.260 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 11:39:26.604 INFO blam! a7c58ae94284c833bf957f42a48341120347a6df6e69f036c5741493212f8e51 Oct 10 11:39:26.606 INFO running `"docker" "start" "-a" "a7c58ae94284c833bf957f42a48341120347a6df6e69f036c5741493212f8e51"` Oct 10 11:39:27.595 INFO kablam! usermod: no changes Oct 10 11:39:27.656 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 10 11:39:27.656 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 10 11:39:27.656 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 10 11:39:27.656 INFO kablam! files will be included as a binary target: Oct 10 11:39:27.656 INFO kablam! Oct 10 11:39:27.657 INFO kablam! * /source/src/main.rs Oct 10 11:39:27.657 INFO kablam! Oct 10 11:39:27.657 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 10 11:39:27.657 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 10 11:39:27.657 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 10 11:39:27.657 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 10 11:39:27.657 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 10 11:39:27.657 INFO kablam! Oct 10 11:39:27.657 INFO kablam! For more information on this warning you can consult Oct 10 11:39:27.657 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 10 11:39:27.657 INFO kablam! Compiling advent-of-code v0.1.0 (/source) Oct 10 11:39:29.040 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 10 11:39:29.040 INFO kablam! --> src/day3/two.rs:39:6 Oct 10 11:39:29.040 INFO kablam! | Oct 10 11:39:29.040 INFO kablam! 39 | if (r.0 - 1 == -r.1 && self == SpiralDirection::Right) { Oct 10 11:39:29.040 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 10 11:39:29.040 INFO kablam! | Oct 10 11:39:29.040 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 10 11:39:29.040 INFO kablam! Oct 10 11:39:29.040 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 10 11:39:29.040 INFO kablam! --> src/day3/two.rs:41:13 Oct 10 11:39:29.040 INFO kablam! | Oct 10 11:39:29.040 INFO kablam! 41 | } else if (r.0.abs() == r.1.abs() && self != SpiralDirection::Right) { Oct 10 11:39:29.040 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 10 11:39:29.040 INFO kablam! Oct 10 11:39:29.251 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 10 11:39:29.251 INFO kablam! --> src/day3/one.rs:43:15 Oct 10 11:39:29.251 INFO kablam! | Oct 10 11:39:29.251 INFO kablam! 43 | let num = if (num > ring_half) { Oct 10 11:39:29.251 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 10 11:39:29.257 INFO kablam! | Oct 10 11:39:29.257 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 10 11:39:29.257 INFO kablam! Oct 10 11:39:29.352 INFO kablam! warning: variable does not need to be mutable Oct 10 11:39:29.352 INFO kablam! --> src/day3/two.rs:86:6 Oct 10 11:39:29.352 INFO kablam! | Oct 10 11:39:29.352 INFO kablam! 86 | let mut spiral_coord_iter = SpiralCoordIter { Oct 10 11:39:29.352 INFO kablam! | ----^^^^^^^^^^^^^^^^^ Oct 10 11:39:29.352 INFO kablam! | | Oct 10 11:39:29.352 INFO kablam! | help: remove this `mut` Oct 10 11:39:29.366 INFO kablam! | Oct 10 11:39:29.366 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 10 11:39:29.366 INFO kablam! Oct 10 11:39:33.014 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.37s Oct 10 11:39:33.017 INFO kablam! su: No module specific data is present Oct 10 11:39:33.581 INFO running `"docker" "rm" "-f" "a7c58ae94284c833bf957f42a48341120347a6df6e69f036c5741493212f8e51"` Oct 10 11:39:33.906 INFO blam! a7c58ae94284c833bf957f42a48341120347a6df6e69f036c5741493212f8e51 Oct 10 11:39:33.908 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 11:39:33.908 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 11:39:34.288 INFO blam! c4315dec6126fbf9d1481eb13715b6fa1cec39e3e5d07fd6ccdf08946df95705 Oct 10 11:39:34.294 INFO running `"docker" "start" "-a" "c4315dec6126fbf9d1481eb13715b6fa1cec39e3e5d07fd6ccdf08946df95705"` Oct 10 11:39:35.656 INFO kablam! usermod: no changes Oct 10 11:39:35.704 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 10 11:39:35.704 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 10 11:39:35.704 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 10 11:39:35.704 INFO kablam! files will be included as a binary target: Oct 10 11:39:35.704 INFO kablam! Oct 10 11:39:35.704 INFO kablam! * /source/src/main.rs Oct 10 11:39:35.704 INFO kablam! Oct 10 11:39:35.704 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 10 11:39:35.704 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 10 11:39:35.704 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 10 11:39:35.704 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 10 11:39:35.704 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 10 11:39:35.704 INFO kablam! Oct 10 11:39:35.704 INFO kablam! For more information on this warning you can consult Oct 10 11:39:35.704 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 10 11:39:35.708 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 10 11:39:35.708 INFO kablam! Running /target/debug/deps/day1_1-9cf8cf3afcca244e Oct 10 11:39:35.720 INFO kablam! Running /target/debug/deps/day1_2-2293fa59772a2a2b Oct 10 11:39:35.720 INFO blam! Oct 10 11:39:35.720 INFO blam! running 0 tests Oct 10 11:39:35.720 INFO blam! Oct 10 11:39:35.720 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 11:39:35.720 INFO blam! Oct 10 11:39:35.726 INFO blam! Oct 10 11:39:35.726 INFO blam! running 0 tests Oct 10 11:39:35.726 INFO blam! Oct 10 11:39:35.726 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 11:39:35.726 INFO blam! Oct 10 11:39:35.727 INFO blam! Oct 10 11:39:35.727 INFO kablam! Running /target/debug/deps/day2_1-a3f9357f18a01827 Oct 10 11:39:35.727 INFO blam! running 0 tests Oct 10 11:39:35.727 INFO blam! Oct 10 11:39:35.727 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 11:39:35.727 INFO blam! Oct 10 11:39:35.732 INFO kablam! Running /target/debug/deps/day2_2-0ac856e9ae3f7cf2 Oct 10 11:39:35.752 INFO kablam! Running /target/debug/deps/day3_1-fb32f771149e865e Oct 10 11:39:35.752 INFO blam! Oct 10 11:39:35.752 INFO kablam! Running /target/debug/deps/day3_2-aa30318a9d4775a6 Oct 10 11:39:35.752 INFO blam! running 0 tests Oct 10 11:39:35.752 INFO blam! Oct 10 11:39:35.752 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 11:39:35.752 INFO blam! Oct 10 11:39:35.752 INFO blam! Oct 10 11:39:35.752 INFO blam! running 0 tests Oct 10 11:39:35.752 INFO blam! Oct 10 11:39:35.752 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 11:39:35.752 INFO blam! Oct 10 11:39:35.755 INFO blam! Oct 10 11:39:35.755 INFO kablam! Running /target/debug/deps/day4_1-100361676362fc85 Oct 10 11:39:35.755 INFO blam! running 0 tests Oct 10 11:39:35.755 INFO blam! Oct 10 11:39:35.755 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 11:39:35.755 INFO blam! Oct 10 11:39:35.772 INFO blam! Oct 10 11:39:35.772 INFO kablam! Running /target/debug/deps/day4_2-5f45810bd01db2bc Oct 10 11:39:35.772 INFO blam! running 0 tests Oct 10 11:39:35.772 INFO blam! Oct 10 11:39:35.772 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 11:39:35.772 INFO blam! Oct 10 11:39:35.772 INFO blam! Oct 10 11:39:35.772 INFO blam! running 0 tests Oct 10 11:39:35.772 INFO blam! Oct 10 11:39:35.772 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 11:39:35.772 INFO blam! Oct 10 11:39:35.773 INFO kablam! Running /target/debug/deps/day5_1-d5d1f355e35f31a9 Oct 10 11:39:35.775 INFO blam! Oct 10 11:39:35.775 INFO blam! running 0 tests Oct 10 11:39:35.775 INFO blam! Oct 10 11:39:35.775 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 11:39:35.775 INFO blam! Oct 10 11:39:35.775 INFO kablam! Running /target/debug/deps/day5_2-aee2dbcb102c4660 Oct 10 11:39:35.779 INFO kablam! Running /target/debug/deps/day6_1-a4d50d5173f6cd63 Oct 10 11:39:35.779 INFO blam! Oct 10 11:39:35.779 INFO blam! running 0 tests Oct 10 11:39:35.779 INFO blam! Oct 10 11:39:35.779 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 11:39:35.779 INFO blam! Oct 10 11:39:35.779 INFO blam! Oct 10 11:39:35.780 INFO kablam! Running /target/debug/deps/day6_2-9fbbccda0385e785 Oct 10 11:39:35.780 INFO blam! running 0 tests Oct 10 11:39:35.780 INFO blam! Oct 10 11:39:35.780 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 11:39:35.780 INFO blam! Oct 10 11:39:35.791 INFO blam! Oct 10 11:39:35.791 INFO kablam! su: No module specific data is present Oct 10 11:39:35.791 INFO blam! running 0 tests Oct 10 11:39:35.791 INFO blam! Oct 10 11:39:35.791 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 11:39:35.791 INFO blam! Oct 10 11:39:36.585 INFO running `"docker" "rm" "-f" "c4315dec6126fbf9d1481eb13715b6fa1cec39e3e5d07fd6ccdf08946df95705"` Oct 10 11:39:36.808 INFO blam! c4315dec6126fbf9d1481eb13715b6fa1cec39e3e5d07fd6ccdf08946df95705