Oct 12 21:02:03.634 INFO checking gpierzynski/sorting against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 12 21:02:03.635 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-1/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 12 21:02:04.092 INFO blam! 2862aad9fc65bc3965cba2dbd20d365ae04c1141b553ba308bdf3d17a5050f6f Oct 12 21:02:04.112 INFO running `"docker" "start" "-a" "2862aad9fc65bc3965cba2dbd20d365ae04c1141b553ba308bdf3d17a5050f6f"` Oct 12 21:02:05.764 INFO kablam! usermod: no changes Oct 12 21:02:05.822 INFO kablam! Checking sorts v0.1.0 (/source) Oct 12 21:02:06.520 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 21:02:06.520 INFO kablam! --> src/main.rs:17:36 Oct 12 21:02:06.520 INFO kablam! | Oct 12 21:02:06.520 INFO kablam! 17 | quick::quick_sort(&mut sortme, 0, (a.len() as i32)); Oct 12 21:02:06.520 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 21:02:06.520 INFO kablam! | Oct 12 21:02:06.520 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 12 21:02:06.520 INFO kablam! Oct 12 21:02:06.572 INFO kablam! warning: unnecessary parentheses around function argument Oct 12 21:02:06.572 INFO kablam! --> src/main.rs:17:36 Oct 12 21:02:06.572 INFO kablam! | Oct 12 21:02:06.572 INFO kablam! 17 | quick::quick_sort(&mut sortme, 0, (a.len() as i32)); Oct 12 21:02:06.572 INFO kablam! | ^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 12 21:02:06.572 INFO kablam! | Oct 12 21:02:06.572 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 12 21:02:06.572 INFO kablam! Oct 12 21:02:06.603 INFO kablam! warning: variable does not need to be mutable Oct 12 21:02:06.603 INFO kablam! --> src/quick.rs:6:6 Oct 12 21:02:06.603 INFO kablam! | Oct 12 21:02:06.603 INFO kablam! 6 | let mut x = a[(r-1) as usize]; Oct 12 21:02:06.603 INFO kablam! | ----^ Oct 12 21:02:06.603 INFO kablam! | | Oct 12 21:02:06.603 INFO kablam! | help: remove this `mut` Oct 12 21:02:06.603 INFO kablam! | Oct 12 21:02:06.603 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 21:02:06.603 INFO kablam! Oct 12 21:02:06.614 INFO kablam! warning: variable does not need to be mutable Oct 12 21:02:06.614 INFO kablam! --> src/quick.rs:25:6 Oct 12 21:02:06.614 INFO kablam! | Oct 12 21:02:06.614 INFO kablam! 25 | let mut q: i32; Oct 12 21:02:06.614 INFO kablam! | ----^ Oct 12 21:02:06.614 INFO kablam! | | Oct 12 21:02:06.614 INFO kablam! | help: remove this `mut` Oct 12 21:02:06.614 INFO kablam! Oct 12 21:02:06.665 INFO kablam! warning: variable does not need to be mutable Oct 12 21:02:06.665 INFO kablam! --> src/quick.rs:6:6 Oct 12 21:02:06.665 INFO kablam! | Oct 12 21:02:06.665 INFO kablam! 6 | let mut x = a[(r-1) as usize]; Oct 12 21:02:06.665 INFO kablam! | ----^ Oct 12 21:02:06.665 INFO kablam! | | Oct 12 21:02:06.665 INFO kablam! | help: remove this `mut` Oct 12 21:02:06.665 INFO kablam! | Oct 12 21:02:06.665 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 12 21:02:06.665 INFO kablam! Oct 12 21:02:06.665 INFO kablam! warning: variable does not need to be mutable Oct 12 21:02:06.665 INFO kablam! --> src/quick.rs:25:6 Oct 12 21:02:06.665 INFO kablam! | Oct 12 21:02:06.665 INFO kablam! 25 | let mut q: i32; Oct 12 21:02:06.666 INFO kablam! | ----^ Oct 12 21:02:06.666 INFO kablam! | | Oct 12 21:02:06.666 INFO kablam! | help: remove this `mut` Oct 12 21:02:06.666 INFO kablam! Oct 12 21:02:06.689 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.89s Oct 12 21:02:06.691 INFO kablam! su: No module specific data is present Oct 12 21:02:07.400 INFO running `"docker" "rm" "-f" "2862aad9fc65bc3965cba2dbd20d365ae04c1141b553ba308bdf3d17a5050f6f"` Oct 12 21:02:07.688 INFO blam! 2862aad9fc65bc3965cba2dbd20d365ae04c1141b553ba308bdf3d17a5050f6f