Oct 13 14:02:45.456 INFO checking graphsearch-0.6.0 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 14:02:45.456 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-4/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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 13 14:02:45.876 INFO blam! c2175b1ea8f5dd330ba4c3ede8a43b8f7b6b89716227a53bd49a5e383227e598 Oct 13 14:02:45.878 INFO running `"docker" "start" "-a" "c2175b1ea8f5dd330ba4c3ede8a43b8f7b6b89716227a53bd49a5e383227e598"` Oct 13 14:02:46.724 INFO kablam! usermod: no changes Oct 13 14:02:46.756 INFO kablam! Checking graphsearch v0.6.0 (/source) Oct 13 14:02:47.385 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 13 14:02:47.385 INFO kablam! --> src/lib.rs:299:14 Oct 13 14:02:47.385 INFO kablam! | Oct 13 14:02:47.385 INFO kablam! 299 | for i in (0..path.len()-1) { Oct 13 14:02:47.386 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 14:02:47.386 INFO kablam! | Oct 13 14:02:47.386 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 13 14:02:47.387 INFO kablam! Oct 13 14:02:47.387 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 13 14:02:47.387 INFO kablam! --> src/lib.rs:320:14 Oct 13 14:02:47.387 INFO kablam! | Oct 13 14:02:47.387 INFO kablam! 320 | for i in (0..self.graph.len()) { Oct 13 14:02:47.388 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 14:02:47.388 INFO kablam! Oct 13 14:02:47.464 INFO kablam! warning: variable does not need to be mutable Oct 13 14:02:47.464 INFO kablam! --> src/lib.rs:352:11 Oct 13 14:02:47.464 INFO kablam! | Oct 13 14:02:47.464 INFO kablam! 352 | let mut v: Option; Oct 13 14:02:47.464 INFO kablam! | ----^ Oct 13 14:02:47.464 INFO kablam! | | Oct 13 14:02:47.464 INFO kablam! | help: remove this `mut` Oct 13 14:02:47.464 INFO kablam! | Oct 13 14:02:47.464 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 14:02:47.464 INFO kablam! Oct 13 14:02:47.502 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 13 14:02:47.502 INFO kablam! --> src/lib.rs:299:14 Oct 13 14:02:47.502 INFO kablam! | Oct 13 14:02:47.502 INFO kablam! 299 | for i in (0..path.len()-1) { Oct 13 14:02:47.502 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 14:02:47.502 INFO kablam! | Oct 13 14:02:47.502 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 13 14:02:47.502 INFO kablam! Oct 13 14:02:47.503 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 13 14:02:47.503 INFO kablam! --> src/lib.rs:320:14 Oct 13 14:02:47.503 INFO kablam! | Oct 13 14:02:47.503 INFO kablam! 320 | for i in (0..self.graph.len()) { Oct 13 14:02:47.503 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 14:02:47.503 INFO kablam! Oct 13 14:02:47.505 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 13 14:02:47.505 INFO kablam! --> src/lib.rs:432:16 Oct 13 14:02:47.505 INFO kablam! | Oct 13 14:02:47.505 INFO kablam! 432 | for i in (0..expected_path.len()) { assert_eq!(result[i], expected_path[i]); } Oct 13 14:02:47.505 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 14:02:47.505 INFO kablam! Oct 13 14:02:47.506 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 13 14:02:47.506 INFO kablam! --> src/lib.rs:493:16 Oct 13 14:02:47.506 INFO kablam! | Oct 13 14:02:47.506 INFO kablam! 493 | for i in (0..expected_path.len()) { assert_eq!(result[i], expected_path[i]); } Oct 13 14:02:47.506 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 14:02:47.506 INFO kablam! Oct 13 14:02:47.506 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 13 14:02:47.506 INFO kablam! --> src/lib.rs:556:16 Oct 13 14:02:47.506 INFO kablam! | Oct 13 14:02:47.506 INFO kablam! 556 | for i in (0..expected_path.len()) { assert_eq!(result[i], expected_path[i]); } Oct 13 14:02:47.506 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 14:02:47.506 INFO kablam! Oct 13 14:02:47.506 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 13 14:02:47.506 INFO kablam! --> src/lib.rs:616:16 Oct 13 14:02:47.506 INFO kablam! | Oct 13 14:02:47.506 INFO kablam! 616 | for i in (0..expected_path.len()) { assert_eq!(result[i], expected_path[i]); } Oct 13 14:02:47.506 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 14:02:47.506 INFO kablam! Oct 13 14:02:47.506 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 13 14:02:47.506 INFO kablam! --> src/lib.rs:678:16 Oct 13 14:02:47.506 INFO kablam! | Oct 13 14:02:47.506 INFO kablam! 678 | for i in (0..expected_path.len()) { assert_eq!(result[i], expected_path[i]); } Oct 13 14:02:47.506 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 14:02:47.506 INFO kablam! Oct 13 14:02:47.511 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 13 14:02:47.511 INFO kablam! --> src/lib.rs:738:16 Oct 13 14:02:47.511 INFO kablam! | Oct 13 14:02:47.511 INFO kablam! 738 | for i in (0..expected_path.len()) { assert_eq!(result[i], expected_path[i]); } Oct 13 14:02:47.511 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 14:02:47.511 INFO kablam! Oct 13 14:02:47.511 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 13 14:02:47.511 INFO kablam! --> src/lib.rs:830:16 Oct 13 14:02:47.511 INFO kablam! | Oct 13 14:02:47.511 INFO kablam! 830 | for i in (0..expected_path.len()) { assert_eq!(result[i], expected_path[i]); } Oct 13 14:02:47.511 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 13 14:02:47.511 INFO kablam! Oct 13 14:02:47.798 INFO kablam! warning: variable does not need to be mutable Oct 13 14:02:47.799 INFO kablam! --> src/lib.rs:352:11 Oct 13 14:02:47.799 INFO kablam! | Oct 13 14:02:47.799 INFO kablam! 352 | let mut v: Option; Oct 13 14:02:47.799 INFO kablam! | ----^ Oct 13 14:02:47.800 INFO kablam! | | Oct 13 14:02:47.800 INFO kablam! | help: remove this `mut` Oct 13 14:02:47.800 INFO kablam! | Oct 13 14:02:47.800 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 13 14:02:47.801 INFO kablam! Oct 13 14:02:47.911 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.17s Oct 13 14:02:47.913 INFO kablam! su: No module specific data is present Oct 13 14:02:48.318 INFO running `"docker" "rm" "-f" "c2175b1ea8f5dd330ba4c3ede8a43b8f7b6b89716227a53bd49a5e383227e598"` Oct 13 14:02:48.512 INFO blam! c2175b1ea8f5dd330ba4c3ede8a43b8f7b6b89716227a53bd49a5e383227e598