Sep 19 15:21:23.195 INFO checking lelandbatey/rust_buddhabrot against master#1e21c9a297a9fe668d62887a3a6a4add8e717b17 for pr-54352 Sep 19 15:21:23.195 INFO running: cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets Sep 19 15:21:23.195 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-7/pr-54352/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-7/master#1e21c9a297a9fe668d62887a3a6a4add8e717b17:/target:rw,Z" "-v" "/home/ec2-user/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/home/ec2-user/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "CMD=cargo +1e21c9a297a9fe668d62887a3a6a4add8e717b17-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 15:21:23.464 INFO blam! 603483bf5f1a32b6f03ad3ebd0ef02966aac704ba2d7b84f73c07084277d8fb5 Sep 19 15:21:23.466 INFO running `"docker" "start" "-a" "603483bf5f1a32b6f03ad3ebd0ef02966aac704ba2d7b84f73c07084277d8fb5"` Sep 19 15:21:25.938 INFO kablam! usermod: no changes Sep 19 15:21:26.181 INFO kablam! Checking inflate v0.2.0 Sep 19 15:21:26.189 INFO kablam! Checking regex-syntax v0.4.1 Sep 19 15:21:26.190 INFO kablam! Checking argparse v0.2.1 Sep 19 15:21:26.192 INFO kablam! Checking thread-id v3.1.0 Sep 19 15:21:26.193 INFO kablam! Checking memchr v1.0.1 Sep 19 15:21:26.203 INFO kablam! Checking deflate v0.7.9 Sep 19 15:21:26.204 INFO kablam! Checking num-complex v0.1.37 Sep 19 15:21:26.206 INFO kablam! Checking serde_json v1.0.2 Sep 19 15:21:27.415 INFO kablam! Checking num-iter v0.1.33 Sep 19 15:21:27.786 INFO kablam! Checking num-bigint v0.1.37 Sep 19 15:21:28.965 INFO kablam! Checking thread_local v0.3.3 Sep 19 15:21:31.342 INFO kablam! Checking rayon v0.7.0 Sep 19 15:21:31.494 INFO kablam! Checking aho-corasick v0.6.3 Sep 19 15:21:33.053 INFO kablam! Checking regex v0.2.2 Sep 19 15:21:34.047 INFO kablam! Checking num-rational v0.1.36 Sep 19 15:21:35.546 INFO kablam! Checking num v0.1.37 Sep 19 15:21:35.902 INFO kablam! Checking jpeg-decoder v0.1.12 Sep 19 15:21:39.426 INFO kablam! Checking png v0.7.0 Sep 19 15:21:40.634 INFO kablam! Checking image v0.13.0 Sep 19 15:21:45.311 INFO kablam! Checking buddhabrot v0.1.0 (/source) Sep 19 15:21:46.082 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 15:21:46.082 INFO kablam! --> src/buddha.rs:168:34 Sep 19 15:21:46.082 INFO kablam! | Sep 19 15:21:46.082 INFO kablam! 168 | let max_thread_traj = max(1, (max_trajectories / c.thread_count)); Sep 19 15:21:46.082 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 15:21:46.082 INFO kablam! | Sep 19 15:21:46.082 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 19 15:21:46.082 INFO kablam! Sep 19 15:21:46.082 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 15:21:46.082 INFO kablam! --> src/buddha.rs:169:53 Sep 19 15:21:46.082 INFO kablam! | Sep 19 15:21:46.082 INFO kablam! 169 | let to_recieve: usize = min(c.trajectory_count, (max_thread_traj * c.thread_count)); Sep 19 15:21:46.082 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 15:21:46.082 INFO kablam! Sep 19 15:21:46.082 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 15:21:46.082 INFO kablam! --> src/buddha.rs:283:32 Sep 19 15:21:46.082 INFO kablam! | Sep 19 15:21:46.082 INFO kablam! 283 | if (traj % max((max_trajectories / 100), 1)) == 0 { Sep 19 15:21:46.082 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 15:21:46.082 INFO kablam! Sep 19 15:21:46.150 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 15:21:46.150 INFO kablam! --> src/buddha.rs:168:34 Sep 19 15:21:46.150 INFO kablam! | Sep 19 15:21:46.150 INFO kablam! 168 | let max_thread_traj = max(1, (max_trajectories / c.thread_count)); Sep 19 15:21:46.150 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 15:21:46.150 INFO kablam! | Sep 19 15:21:46.150 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 19 15:21:46.150 INFO kablam! Sep 19 15:21:46.150 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 15:21:46.150 INFO kablam! --> src/buddha.rs:169:53 Sep 19 15:21:46.150 INFO kablam! | Sep 19 15:21:46.150 INFO kablam! 169 | let to_recieve: usize = min(c.trajectory_count, (max_thread_traj * c.thread_count)); Sep 19 15:21:46.150 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 15:21:46.150 INFO kablam! Sep 19 15:21:46.150 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 15:21:46.150 INFO kablam! --> src/buddha.rs:283:32 Sep 19 15:21:46.150 INFO kablam! | Sep 19 15:21:46.150 INFO kablam! 283 | if (traj % max((max_trajectories / 100), 1)) == 0 { Sep 19 15:21:46.150 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 15:21:46.150 INFO kablam! Sep 19 15:21:47.119 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 21.15s Sep 19 15:21:47.137 INFO kablam! su: No module specific data is present Sep 19 15:21:48.324 INFO running `"docker" "rm" "-f" "603483bf5f1a32b6f03ad3ebd0ef02966aac704ba2d7b84f73c07084277d8fb5"` Sep 19 15:21:48.443 INFO blam! 603483bf5f1a32b6f03ad3ebd0ef02966aac704ba2d7b84f73c07084277d8fb5