Oct 26 16:59:22.272 INFO checking zovt/advent-of-code-2017 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 26 16:59:22.274 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-1/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 26 16:59:22.733 INFO blam! afd4a460eb400ce2b60d79e271200046f4f7e65b248aac8470a22e9ac304c466 Oct 26 16:59:22.736 INFO running `"docker" "start" "-a" "afd4a460eb400ce2b60d79e271200046f4f7e65b248aac8470a22e9ac304c466"` Oct 26 16:59:25.502 INFO kablam! usermod: no changes Oct 26 16:59:25.575 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 26 16:59:25.575 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 26 16:59:25.575 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 26 16:59:25.575 INFO kablam! files will be included as a binary target: Oct 26 16:59:25.575 INFO kablam! Oct 26 16:59:25.575 INFO kablam! * /source/src/main.rs Oct 26 16:59:25.575 INFO kablam! Oct 26 16:59:25.575 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 26 16:59:25.575 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 26 16:59:25.575 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 26 16:59:25.575 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 26 16:59:25.575 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 26 16:59:25.575 INFO kablam! Oct 26 16:59:25.575 INFO kablam! For more information on this warning you can consult Oct 26 16:59:25.575 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 26 16:59:25.591 INFO kablam! Checking advent-of-code v0.1.0 (/source) Oct 26 16:59:26.183 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 26 16:59:26.183 INFO kablam! --> src/day3/one.rs:43:15 Oct 26 16:59:26.184 INFO kablam! | Oct 26 16:59:26.184 INFO kablam! 43 | let num = if (num > ring_half) { Oct 26 16:59:26.184 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 26 16:59:26.199 INFO kablam! | Oct 26 16:59:26.199 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 26 16:59:26.200 INFO kablam! Oct 26 16:59:27.195 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 26 16:59:27.196 INFO kablam! --> src/day3/two.rs:39:6 Oct 26 16:59:27.197 INFO kablam! | Oct 26 16:59:27.198 INFO kablam! 39 | if (r.0 - 1 == -r.1 && self == SpiralDirection::Right) { Oct 26 16:59:27.198 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 26 16:59:27.199 INFO kablam! | Oct 26 16:59:27.200 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 26 16:59:27.200 INFO kablam! Oct 26 16:59:27.201 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 26 16:59:27.201 INFO kablam! --> src/day3/two.rs:41:13 Oct 26 16:59:27.202 INFO kablam! | Oct 26 16:59:27.203 INFO kablam! 41 | } else if (r.0.abs() == r.1.abs() && self != SpiralDirection::Right) { Oct 26 16:59:27.204 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 26 16:59:27.204 INFO kablam! Oct 26 16:59:27.335 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 26 16:59:27.335 INFO kablam! --> src/day3/one.rs:43:15 Oct 26 16:59:27.335 INFO kablam! | Oct 26 16:59:27.335 INFO kablam! 43 | let num = if (num > ring_half) { Oct 26 16:59:27.335 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 26 16:59:27.336 INFO kablam! | Oct 26 16:59:27.336 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 26 16:59:27.336 INFO kablam! Oct 26 16:59:28.063 INFO kablam! warning: variable does not need to be mutable Oct 26 16:59:28.064 INFO kablam! --> src/day3/two.rs:86:6 Oct 26 16:59:28.065 INFO kablam! | Oct 26 16:59:28.065 INFO kablam! 86 | let mut spiral_coord_iter = SpiralCoordIter { Oct 26 16:59:28.066 INFO kablam! | ----^^^^^^^^^^^^^^^^^ Oct 26 16:59:28.067 INFO kablam! | | Oct 26 16:59:28.067 INFO kablam! | help: remove this `mut` Oct 26 16:59:28.068 INFO kablam! | Oct 26 16:59:28.069 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 26 16:59:28.069 INFO kablam! Oct 26 16:59:28.218 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 26 16:59:28.218 INFO kablam! --> src/day3/two.rs:39:6 Oct 26 16:59:28.218 INFO kablam! | Oct 26 16:59:28.218 INFO kablam! 39 | if (r.0 - 1 == -r.1 && self == SpiralDirection::Right) { Oct 26 16:59:28.218 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 26 16:59:28.239 INFO kablam! | Oct 26 16:59:28.239 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 26 16:59:28.239 INFO kablam! Oct 26 16:59:28.240 INFO kablam! warning: unnecessary parentheses around `if` condition Oct 26 16:59:28.240 INFO kablam! --> src/day3/two.rs:41:13 Oct 26 16:59:28.240 INFO kablam! | Oct 26 16:59:28.240 INFO kablam! 41 | } else if (r.0.abs() == r.1.abs() && self != SpiralDirection::Right) { Oct 26 16:59:28.240 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 26 16:59:28.240 INFO kablam! Oct 26 16:59:28.927 INFO kablam! warning: variable does not need to be mutable Oct 26 16:59:28.928 INFO kablam! --> src/day3/two.rs:86:6 Oct 26 16:59:28.928 INFO kablam! | Oct 26 16:59:28.929 INFO kablam! 86 | let mut spiral_coord_iter = SpiralCoordIter { Oct 26 16:59:28.929 INFO kablam! | ----^^^^^^^^^^^^^^^^^ Oct 26 16:59:28.930 INFO kablam! | | Oct 26 16:59:28.931 INFO kablam! | help: remove this `mut` Oct 26 16:59:28.931 INFO kablam! | Oct 26 16:59:28.932 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 26 16:59:28.932 INFO kablam! Oct 26 16:59:29.004 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.47s Oct 26 16:59:29.015 INFO kablam! su: No module specific data is present Oct 26 16:59:30.498 INFO running `"docker" "rm" "-f" "afd4a460eb400ce2b60d79e271200046f4f7e65b248aac8470a22e9ac304c466"` Oct 26 16:59:30.832 INFO blam! afd4a460eb400ce2b60d79e271200046f4f7e65b248aac8470a22e9ac304c466