Oct 27 01:41:13.256 INFO checking lelandbatey/rust_buddhabrot against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 01:41:13.256 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-7/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 01:41:13.836 INFO blam! 17e52c438bbf5094cdb6027e31314a908e9fa99eb5ebc6009feef07b7965c0e8 Oct 27 01:41:13.838 INFO running `"docker" "start" "-a" "17e52c438bbf5094cdb6027e31314a908e9fa99eb5ebc6009feef07b7965c0e8"` Oct 27 01:41:15.447 INFO kablam! usermod: no changes Oct 27 01:41:15.687 INFO kablam! Checking deflate v0.7.9 Oct 27 01:41:15.695 INFO kablam! Checking serde_json v1.0.2 Oct 27 01:41:15.707 INFO kablam! Checking rayon-core v1.0.0 Oct 27 01:41:15.711 INFO kablam! Checking regex v0.2.2 Oct 27 01:41:18.563 INFO kablam! Checking rayon v0.7.0 Oct 27 01:41:19.495 INFO kablam! Checking png v0.7.0 Oct 27 01:41:24.971 INFO kablam! Checking jpeg-decoder v0.1.12 Oct 27 01:41:26.455 INFO kablam! Checking image v0.13.0 Oct 27 01:41:30.800 INFO kablam! Checking buddhabrot v0.1.0 (/source) Oct 27 01:41:32.668 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 01:41:32.669 INFO kablam! --> src/buddha.rs:168:34 Oct 27 01:41:32.670 INFO kablam! | Oct 27 01:41:32.671 INFO kablam! 168 | let max_thread_traj = max(1, (max_trajectories / c.thread_count)); Oct 27 01:41:32.671 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 01:41:32.672 INFO kablam! | Oct 27 01:41:32.672 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 01:41:32.673 INFO kablam! Oct 27 01:41:32.674 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 01:41:32.674 INFO kablam! --> src/buddha.rs:169:53 Oct 27 01:41:32.675 INFO kablam! | Oct 27 01:41:32.676 INFO kablam! 169 | let to_recieve: usize = min(c.trajectory_count, (max_thread_traj * c.thread_count)); Oct 27 01:41:32.676 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 01:41:32.677 INFO kablam! Oct 27 01:41:32.678 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 01:41:32.678 INFO kablam! --> src/buddha.rs:283:32 Oct 27 01:41:32.679 INFO kablam! | Oct 27 01:41:32.680 INFO kablam! 283 | if (traj % max((max_trajectories / 100), 1)) == 0 { Oct 27 01:41:32.680 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 01:41:32.681 INFO kablam! Oct 27 01:41:32.983 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 01:41:32.983 INFO kablam! --> src/buddha.rs:168:34 Oct 27 01:41:32.983 INFO kablam! | Oct 27 01:41:32.983 INFO kablam! 168 | let max_thread_traj = max(1, (max_trajectories / c.thread_count)); Oct 27 01:41:32.983 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 01:41:32.983 INFO kablam! | Oct 27 01:41:32.983 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 01:41:32.983 INFO kablam! Oct 27 01:41:32.983 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 01:41:32.985 INFO kablam! --> src/buddha.rs:169:53 Oct 27 01:41:32.985 INFO kablam! | Oct 27 01:41:32.985 INFO kablam! 169 | let to_recieve: usize = min(c.trajectory_count, (max_thread_traj * c.thread_count)); Oct 27 01:41:32.985 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 01:41:32.985 INFO kablam! Oct 27 01:41:32.985 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 01:41:32.985 INFO kablam! --> src/buddha.rs:283:32 Oct 27 01:41:32.985 INFO kablam! | Oct 27 01:41:32.985 INFO kablam! 283 | if (traj % max((max_trajectories / 100), 1)) == 0 { Oct 27 01:41:32.985 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 01:41:32.985 INFO kablam! Oct 27 01:41:33.927 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 18.46s Oct 27 01:41:33.947 INFO kablam! su: No module specific data is present Oct 27 01:41:35.647 INFO running `"docker" "rm" "-f" "17e52c438bbf5094cdb6027e31314a908e9fa99eb5ebc6009feef07b7965c0e8"` Oct 27 01:41:36.039 INFO blam! 17e52c438bbf5094cdb6027e31314a908e9fa99eb5ebc6009feef07b7965c0e8