Oct 27 01:41:14.380 INFO checking lelandbatey/rust_buddhabrot against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 01:41:14.380 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 01:41:14.996 INFO blam! 8262d8a46ea4fbdbf4f52ddd8f5ef2f8fddec3c95e5ecfe93fa160d03ee2d75a Oct 27 01:41:14.999 INFO running `"docker" "start" "-a" "8262d8a46ea4fbdbf4f52ddd8f5ef2f8fddec3c95e5ecfe93fa160d03ee2d75a"` Oct 27 01:41:17.407 INFO kablam! usermod: no changes Oct 27 01:41:17.634 INFO kablam! Checking num-complex v0.1.37 Oct 27 01:41:17.643 INFO kablam! Checking deflate v0.7.9 Oct 27 01:41:17.643 INFO kablam! Checking serde_json v1.0.2 Oct 27 01:41:17.643 INFO kablam! Checking rayon-core v1.0.0 Oct 27 01:41:17.643 INFO kablam! Checking num-bigint v0.1.37 Oct 27 01:41:17.779 INFO kablam! Checking regex v0.2.2 Oct 27 01:41:21.917 INFO kablam! Checking rayon v0.7.0 Oct 27 01:41:23.605 INFO kablam! Checking num-rational v0.1.36 Oct 27 01:41:24.420 INFO kablam! Checking png v0.7.0 Oct 27 01:41:26.739 INFO kablam! Checking num v0.1.37 Oct 27 01:41:29.935 INFO kablam! Checking jpeg-decoder v0.1.12 Oct 27 01:41:31.464 INFO kablam! Checking image v0.13.0 Oct 27 01:41:35.891 INFO kablam! Checking buddhabrot v0.1.0 (/source) Oct 27 01:41:38.183 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 01:41:38.183 INFO kablam! --> src/buddha.rs:168:34 Oct 27 01:41:38.183 INFO kablam! | Oct 27 01:41:38.183 INFO kablam! 168 | let max_thread_traj = max(1, (max_trajectories / c.thread_count)); Oct 27 01:41:38.183 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 01:41:38.183 INFO kablam! | Oct 27 01:41:38.183 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 01:41:38.183 INFO kablam! Oct 27 01:41:38.183 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 01:41:38.183 INFO kablam! --> src/buddha.rs:169:53 Oct 27 01:41:38.183 INFO kablam! | Oct 27 01:41:38.183 INFO kablam! 169 | let to_recieve: usize = min(c.trajectory_count, (max_thread_traj * c.thread_count)); Oct 27 01:41:38.183 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 01:41:38.183 INFO kablam! Oct 27 01:41:38.183 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 01:41:38.183 INFO kablam! --> src/buddha.rs:283:32 Oct 27 01:41:38.183 INFO kablam! | Oct 27 01:41:38.183 INFO kablam! 283 | if (traj % max((max_trajectories / 100), 1)) == 0 { Oct 27 01:41:38.183 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 01:41:38.183 INFO kablam! Oct 27 01:41:38.278 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 01:41:38.278 INFO kablam! --> src/buddha.rs:168:34 Oct 27 01:41:38.279 INFO kablam! | Oct 27 01:41:38.280 INFO kablam! 168 | let max_thread_traj = max(1, (max_trajectories / c.thread_count)); Oct 27 01:41:38.280 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 01:41:38.281 INFO kablam! | Oct 27 01:41:38.281 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 27 01:41:38.282 INFO kablam! Oct 27 01:41:38.282 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 01:41:38.283 INFO kablam! --> src/buddha.rs:169:53 Oct 27 01:41:38.283 INFO kablam! | Oct 27 01:41:38.283 INFO kablam! 169 | let to_recieve: usize = min(c.trajectory_count, (max_thread_traj * c.thread_count)); Oct 27 01:41:38.284 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 01:41:38.284 INFO kablam! Oct 27 01:41:38.291 INFO kablam! warning: unnecessary parentheses around function argument Oct 27 01:41:38.291 INFO kablam! --> src/buddha.rs:283:32 Oct 27 01:41:38.291 INFO kablam! | Oct 27 01:41:38.292 INFO kablam! 283 | if (traj % max((max_trajectories / 100), 1)) == 0 { Oct 27 01:41:38.292 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 27 01:41:38.292 INFO kablam! Oct 27 01:41:39.407 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 21.97s Oct 27 01:41:39.415 INFO kablam! su: No module specific data is present Oct 27 01:41:40.750 INFO running `"docker" "rm" "-f" "8262d8a46ea4fbdbf4f52ddd8f5ef2f8fddec3c95e5ecfe93fa160d03ee2d75a"` Oct 27 01:41:41.103 INFO blam! 8262d8a46ea4fbdbf4f52ddd8f5ef2f8fddec3c95e5ecfe93fa160d03ee2d75a