Oct 12 17:08:03.239 INFO checking mpdrescher/latex-preprocessor against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 12 17:08:03.241 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-7/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/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 17:08:03.766 INFO blam! 39e2c9da207e89bb4cbaf9b3a9a00540238a227418d6822ba2b8e65e172981cd Oct 12 17:08:03.770 INFO running `"docker" "start" "-a" "39e2c9da207e89bb4cbaf9b3a9a00540238a227418d6822ba2b8e65e172981cd"` Oct 12 17:08:05.711 INFO kablam! usermod: no changes Oct 12 17:08:05.748 INFO kablam! Checking latex-preprocessor v0.1.0 (/source) Oct 12 17:08:06.392 INFO kablam! warning: unnecessary parentheses around method argument Oct 12 17:08:06.392 INFO kablam! --> src/main.rs:181:44 Oct 12 17:08:06.392 INFO kablam! | Oct 12 17:08:06.392 INFO kablam! 181 | string.into_iter().fold(String::new(), (|mut acc, x| { Oct 12 17:08:06.392 INFO kablam! | ____________________________________________^ Oct 12 17:08:06.392 INFO kablam! 182 | | acc.push_str(prefix); Oct 12 17:08:06.392 INFO kablam! 183 | | acc.push_str(&x); Oct 12 17:08:06.392 INFO kablam! 184 | | acc.push_str(suffix); Oct 12 17:08:06.392 INFO kablam! 185 | | acc Oct 12 17:08:06.392 INFO kablam! 186 | | })) Oct 12 17:08:06.392 INFO kablam! | |______^ Oct 12 17:08:06.392 INFO kablam! | Oct 12 17:08:06.392 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 12 17:08:06.392 INFO kablam! help: remove these parentheses Oct 12 17:08:06.392 INFO kablam! | Oct 12 17:08:06.392 INFO kablam! 181 | string.into_iter().fold(String::new(), |mut acc, x| Oct 12 17:08:06.392 INFO kablam! 182 | { acc.push_str(prefix); acc.push_str(&x); acc.push_str(suffix); acc }) Oct 12 17:08:06.392 INFO kablam! | Oct 12 17:08:06.392 INFO kablam! Oct 12 17:08:06.484 INFO kablam! warning: unnecessary parentheses around method argument Oct 12 17:08:06.484 INFO kablam! --> src/main.rs:181:44 Oct 12 17:08:06.484 INFO kablam! | Oct 12 17:08:06.484 INFO kablam! 181 | string.into_iter().fold(String::new(), (|mut acc, x| { Oct 12 17:08:06.484 INFO kablam! | ____________________________________________^ Oct 12 17:08:06.484 INFO kablam! 182 | | acc.push_str(prefix); Oct 12 17:08:06.484 INFO kablam! 183 | | acc.push_str(&x); Oct 12 17:08:06.484 INFO kablam! 184 | | acc.push_str(suffix); Oct 12 17:08:06.484 INFO kablam! 185 | | acc Oct 12 17:08:06.484 INFO kablam! 186 | | })) Oct 12 17:08:06.484 INFO kablam! | |______^ Oct 12 17:08:06.484 INFO kablam! | Oct 12 17:08:06.484 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 12 17:08:06.484 INFO kablam! help: remove these parentheses Oct 12 17:08:06.484 INFO kablam! | Oct 12 17:08:06.484 INFO kablam! 181 | string.into_iter().fold(String::new(), |mut acc, x| Oct 12 17:08:06.484 INFO kablam! 182 | { acc.push_str(prefix); acc.push_str(&x); acc.push_str(suffix); acc }) Oct 12 17:08:06.484 INFO kablam! | Oct 12 17:08:06.484 INFO kablam! Oct 12 17:08:06.708 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.97s Oct 12 17:08:06.712 INFO kablam! su: No module specific data is present Oct 12 17:08:07.473 INFO running `"docker" "rm" "-f" "39e2c9da207e89bb4cbaf9b3a9a00540238a227418d6822ba2b8e65e172981cd"` Oct 12 17:08:07.860 INFO blam! 39e2c9da207e89bb4cbaf9b3a9a00540238a227418d6822ba2b8e65e172981cd