Oct 27 21:08:27.375 INFO checking graphsearch-0.6.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 21:08:27.376 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/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 27 21:08:27.798 INFO blam! 102af1f3d9dcbf64abfcca67de31b042ac7f6fd1780a84f9a47577e775af18a4 Oct 27 21:08:27.801 INFO running `"docker" "start" "-a" "102af1f3d9dcbf64abfcca67de31b042ac7f6fd1780a84f9a47577e775af18a4"` Oct 27 21:08:28.627 INFO kablam! usermod: no changes Oct 27 21:08:28.678 INFO kablam! Checking graphsearch v0.6.0 (/source) Oct 27 21:08:29.291 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 27 21:08:29.291 INFO kablam! --> src/lib.rs:299:14 Oct 27 21:08:29.291 INFO kablam! | Oct 27 21:08:29.291 INFO kablam! 299 | for i in (0..path.len()-1) { Oct 27 21:08:29.291 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 21:08:29.291 INFO kablam! | Oct 27 21:08:29.291 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 21:08:29.291 INFO kablam! Oct 27 21:08:29.291 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 27 21:08:29.291 INFO kablam! --> src/lib.rs:320:14 Oct 27 21:08:29.291 INFO kablam! | Oct 27 21:08:29.291 INFO kablam! 320 | for i in (0..self.graph.len()) { Oct 27 21:08:29.291 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 21:08:29.291 INFO kablam! Oct 27 21:08:29.358 INFO kablam! warning: variable does not need to be mutable Oct 27 21:08:29.358 INFO kablam! --> src/lib.rs:352:11 Oct 27 21:08:29.358 INFO kablam! | Oct 27 21:08:29.358 INFO kablam! 352 | let mut v: Option; Oct 27 21:08:29.358 INFO kablam! | ----^ Oct 27 21:08:29.358 INFO kablam! | | Oct 27 21:08:29.358 INFO kablam! | help: remove this `mut` Oct 27 21:08:29.358 INFO kablam! | Oct 27 21:08:29.358 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 21:08:29.358 INFO kablam! Oct 27 21:08:29.586 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 27 21:08:29.586 INFO kablam! --> src/lib.rs:299:14 Oct 27 21:08:29.586 INFO kablam! | Oct 27 21:08:29.586 INFO kablam! 299 | for i in (0..path.len()-1) { Oct 27 21:08:29.586 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 21:08:29.587 INFO kablam! | Oct 27 21:08:29.587 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 21:08:29.587 INFO kablam! Oct 27 21:08:29.588 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 27 21:08:29.588 INFO kablam! --> src/lib.rs:320:14 Oct 27 21:08:29.588 INFO kablam! | Oct 27 21:08:29.588 INFO kablam! 320 | for i in (0..self.graph.len()) { Oct 27 21:08:29.588 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 21:08:29.588 INFO kablam! Oct 27 21:08:29.588 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 27 21:08:29.588 INFO kablam! --> src/lib.rs:432:16 Oct 27 21:08:29.588 INFO kablam! | Oct 27 21:08:29.588 INFO kablam! 432 | for i in (0..expected_path.len()) { assert_eq!(result[i], expected_path[i]); } Oct 27 21:08:29.588 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 21:08:29.588 INFO kablam! Oct 27 21:08:29.588 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 27 21:08:29.588 INFO kablam! --> src/lib.rs:493:16 Oct 27 21:08:29.588 INFO kablam! | Oct 27 21:08:29.588 INFO kablam! 493 | for i in (0..expected_path.len()) { assert_eq!(result[i], expected_path[i]); } Oct 27 21:08:29.588 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 21:08:29.588 INFO kablam! Oct 27 21:08:29.588 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 27 21:08:29.588 INFO kablam! --> src/lib.rs:556:16 Oct 27 21:08:29.588 INFO kablam! | Oct 27 21:08:29.588 INFO kablam! 556 | for i in (0..expected_path.len()) { assert_eq!(result[i], expected_path[i]); } Oct 27 21:08:29.588 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 21:08:29.588 INFO kablam! Oct 27 21:08:29.588 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 27 21:08:29.588 INFO kablam! --> src/lib.rs:616:16 Oct 27 21:08:29.588 INFO kablam! | Oct 27 21:08:29.588 INFO kablam! 616 | for i in (0..expected_path.len()) { assert_eq!(result[i], expected_path[i]); } Oct 27 21:08:29.588 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 21:08:29.588 INFO kablam! Oct 27 21:08:29.588 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 27 21:08:29.588 INFO kablam! --> src/lib.rs:678:16 Oct 27 21:08:29.588 INFO kablam! | Oct 27 21:08:29.588 INFO kablam! 678 | for i in (0..expected_path.len()) { assert_eq!(result[i], expected_path[i]); } Oct 27 21:08:29.588 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 21:08:29.588 INFO kablam! Oct 27 21:08:29.593 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 27 21:08:29.593 INFO kablam! --> src/lib.rs:738:16 Oct 27 21:08:29.593 INFO kablam! | Oct 27 21:08:29.593 INFO kablam! 738 | for i in (0..expected_path.len()) { assert_eq!(result[i], expected_path[i]); } Oct 27 21:08:29.593 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 21:08:29.593 INFO kablam! Oct 27 21:08:29.593 INFO kablam! warning: unnecessary parentheses around `for` head expression Oct 27 21:08:29.593 INFO kablam! --> src/lib.rs:830:16 Oct 27 21:08:29.593 INFO kablam! | Oct 27 21:08:29.593 INFO kablam! 830 | for i in (0..expected_path.len()) { assert_eq!(result[i], expected_path[i]); } Oct 27 21:08:29.593 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 21:08:29.593 INFO kablam! Oct 27 21:08:29.859 INFO kablam! warning: variable does not need to be mutable Oct 27 21:08:29.859 INFO kablam! --> src/lib.rs:352:11 Oct 27 21:08:29.859 INFO kablam! | Oct 27 21:08:29.859 INFO kablam! 352 | let mut v: Option; Oct 27 21:08:29.859 INFO kablam! | ----^ Oct 27 21:08:29.859 INFO kablam! | | Oct 27 21:08:29.859 INFO kablam! | help: remove this `mut` Oct 27 21:08:29.859 INFO kablam! | Oct 27 21:08:29.859 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 27 21:08:29.859 INFO kablam! Oct 27 21:08:29.967 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.31s Oct 27 21:08:29.969 INFO kablam! su: No module specific data is present Oct 27 21:08:30.429 INFO running `"docker" "rm" "-f" "102af1f3d9dcbf64abfcca67de31b042ac7f6fd1780a84f9a47577e775af18a4"` Oct 27 21:08:30.696 INFO blam! 102af1f3d9dcbf64abfcca67de31b042ac7f6fd1780a84f9a47577e775af18a4