Oct 21 16:15:05.275 INFO checking lelandbatey/rust_buddhabrot against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 16:15:05.277 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192/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 21 16:15:05.738 INFO blam! 78986559daabda9198e74c0b9e601715096ed24444453adc57480517027f5131 Oct 21 16:15:05.739 INFO running `"docker" "start" "-a" "78986559daabda9198e74c0b9e601715096ed24444453adc57480517027f5131"` Oct 21 16:15:07.435 INFO kablam! usermod: no changes Oct 21 16:15:07.696 INFO kablam! Compiling rayon-core v1.0.0 Oct 21 16:15:07.704 INFO kablam! Checking num-complex v0.1.37 Oct 21 16:15:07.705 INFO kablam! Checking deflate v0.7.9 Oct 21 16:15:07.708 INFO kablam! Checking num-bigint v0.1.37 Oct 21 16:15:07.725 INFO kablam! Checking regex v0.2.2 Oct 21 16:15:11.080 INFO kablam! Checking rayon v0.7.0 Oct 21 16:15:11.608 INFO kablam! Checking num-rational v0.1.36 Oct 21 16:15:12.040 INFO kablam! Checking png v0.7.0 Oct 21 16:15:13.388 INFO kablam! Checking num v0.1.37 Oct 21 16:15:15.336 INFO kablam! Checking jpeg-decoder v0.1.12 Oct 21 16:15:16.700 INFO kablam! Checking image v0.13.0 Oct 21 16:15:21.304 INFO kablam! Checking buddhabrot v0.1.0 (/source) Oct 21 16:15:23.064 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 16:15:23.064 INFO kablam! --> src/buddha.rs:168:34 Oct 21 16:15:23.064 INFO kablam! | Oct 21 16:15:23.064 INFO kablam! 168 | let max_thread_traj = max(1, (max_trajectories / c.thread_count)); Oct 21 16:15:23.064 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 16:15:23.064 INFO kablam! | Oct 21 16:15:23.064 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 21 16:15:23.064 INFO kablam! Oct 21 16:15:23.064 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 16:15:23.064 INFO kablam! --> src/buddha.rs:169:53 Oct 21 16:15:23.064 INFO kablam! | Oct 21 16:15:23.064 INFO kablam! 169 | let to_recieve: usize = min(c.trajectory_count, (max_thread_traj * c.thread_count)); Oct 21 16:15:23.064 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 16:15:23.065 INFO kablam! Oct 21 16:15:23.065 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 16:15:23.065 INFO kablam! --> src/buddha.rs:283:32 Oct 21 16:15:23.065 INFO kablam! | Oct 21 16:15:23.065 INFO kablam! 283 | if (traj % max((max_trajectories / 100), 1)) == 0 { Oct 21 16:15:23.065 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 16:15:23.065 INFO kablam! Oct 21 16:15:23.123 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 16:15:23.123 INFO kablam! --> src/buddha.rs:168:34 Oct 21 16:15:23.123 INFO kablam! | Oct 21 16:15:23.123 INFO kablam! 168 | let max_thread_traj = max(1, (max_trajectories / c.thread_count)); Oct 21 16:15:23.123 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 16:15:23.123 INFO kablam! | Oct 21 16:15:23.123 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 21 16:15:23.123 INFO kablam! Oct 21 16:15:23.123 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 16:15:23.123 INFO kablam! --> src/buddha.rs:169:53 Oct 21 16:15:23.123 INFO kablam! | Oct 21 16:15:23.123 INFO kablam! 169 | let to_recieve: usize = min(c.trajectory_count, (max_thread_traj * c.thread_count)); Oct 21 16:15:23.123 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 16:15:23.123 INFO kablam! Oct 21 16:15:23.123 INFO kablam! warning: unnecessary parentheses around function argument Oct 21 16:15:23.123 INFO kablam! --> src/buddha.rs:283:32 Oct 21 16:15:23.123 INFO kablam! | Oct 21 16:15:23.123 INFO kablam! 283 | if (traj % max((max_trajectories / 100), 1)) == 0 { Oct 21 16:15:23.123 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Oct 21 16:15:23.123 INFO kablam! Oct 21 16:15:23.717 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 16.25s Oct 21 16:15:23.728 INFO kablam! su: No module specific data is present Oct 21 16:15:25.024 INFO running `"docker" "rm" "-f" "78986559daabda9198e74c0b9e601715096ed24444453adc57480517027f5131"` Oct 21 16:15:25.360 INFO blam! 78986559daabda9198e74c0b9e601715096ed24444453adc57480517027f5131