Sep 03 17:51:00.264 INFO checking lelandbatey/rust_buddhabrot against try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0 for pr-53893 Sep 03 17:51:00.264 INFO running: cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets Sep 03 17:51:00.265 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53893/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-0/try#6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0:/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=500" "-e" "CMD=cargo +6b43b862fabb13a0ce2a5371ea1e77ee1674b7e0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 03 17:51:00.513 INFO blam! 99550946db891bc32806ea6273cb09a755ea0f2ffb48b641018dd4638283a950 Sep 03 17:51:00.514 INFO running `"docker" "start" "-a" "99550946db891bc32806ea6273cb09a755ea0f2ffb48b641018dd4638283a950"` Sep 03 17:51:01.606 INFO kablam! Checking serde v1.0.8 Sep 03 17:51:01.606 INFO kablam! Checking argparse v0.2.1 Sep 03 17:51:01.647 INFO kablam! Checking thread-id v3.1.0 Sep 03 17:51:01.658 INFO kablam! Checking memchr v1.0.1 Sep 03 17:51:01.667 INFO kablam! Checking num-complex v0.1.37 Sep 03 17:51:01.667 INFO kablam! Checking deflate v0.7.9 Sep 03 17:51:01.702 INFO kablam! Checking rayon-core v1.0.0 Sep 03 17:51:01.755 INFO kablam! Checking num-bigint v0.1.37 Sep 03 17:51:02.575 INFO kablam! Checking num-iter v0.1.33 Sep 03 17:51:03.256 INFO kablam! Compiling serde_derive_internals v0.15.1 Sep 03 17:51:04.148 INFO kablam! Checking thread_local v0.3.3 Sep 03 17:51:06.029 INFO kablam! Checking aho-corasick v0.6.3 Sep 03 17:51:06.031 INFO kablam! Checking rayon v0.7.0 Sep 03 17:51:07.750 INFO kablam! Checking num-rational v0.1.36 Sep 03 17:51:08.174 INFO kablam! Checking png v0.7.0 Sep 03 17:51:09.722 INFO kablam! Checking num v0.1.37 Sep 03 17:51:10.452 INFO kablam! Checking regex v0.2.2 Sep 03 17:51:12.275 INFO kablam! Compiling serde_derive v1.0.8 Sep 03 17:51:14.163 INFO kablam! Checking jpeg-decoder v0.1.12 Sep 03 17:51:18.951 INFO kablam! Checking image v0.13.0 Sep 03 17:51:30.540 INFO kablam! Checking serde_json v1.0.2 Sep 03 17:51:35.048 INFO kablam! Checking buddhabrot v0.1.0 (file:///source) Sep 03 17:51:35.717 INFO kablam! warning: unnecessary parentheses around function argument Sep 03 17:51:35.717 INFO kablam! --> src/buddha.rs:168:34 Sep 03 17:51:35.717 INFO kablam! | Sep 03 17:51:35.717 INFO kablam! 168 | let max_thread_traj = max(1, (max_trajectories / c.thread_count)); Sep 03 17:51:35.717 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 03 17:51:35.718 INFO kablam! | Sep 03 17:51:35.718 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 03 17:51:35.718 INFO kablam! Sep 03 17:51:35.718 INFO kablam! warning: unnecessary parentheses around function argument Sep 03 17:51:35.718 INFO kablam! --> src/buddha.rs:169:53 Sep 03 17:51:35.718 INFO kablam! | Sep 03 17:51:35.718 INFO kablam! 169 | let to_recieve: usize = min(c.trajectory_count, (max_thread_traj * c.thread_count)); Sep 03 17:51:35.718 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 03 17:51:35.718 INFO kablam! Sep 03 17:51:35.718 INFO kablam! warning: unnecessary parentheses around function argument Sep 03 17:51:35.718 INFO kablam! --> src/buddha.rs:283:32 Sep 03 17:51:35.718 INFO kablam! | Sep 03 17:51:35.718 INFO kablam! 283 | if (traj % max((max_trajectories / 100), 1)) == 0 { Sep 03 17:51:35.718 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 03 17:51:35.718 INFO kablam! Sep 03 17:51:35.768 INFO kablam! warning: unnecessary parentheses around function argument Sep 03 17:51:35.768 INFO kablam! --> src/buddha.rs:168:34 Sep 03 17:51:35.768 INFO kablam! | Sep 03 17:51:35.768 INFO kablam! 168 | let max_thread_traj = max(1, (max_trajectories / c.thread_count)); Sep 03 17:51:35.768 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 03 17:51:35.769 INFO kablam! | Sep 03 17:51:35.769 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 03 17:51:35.769 INFO kablam! Sep 03 17:51:35.769 INFO kablam! warning: unnecessary parentheses around function argument Sep 03 17:51:35.769 INFO kablam! --> src/buddha.rs:169:53 Sep 03 17:51:35.769 INFO kablam! | Sep 03 17:51:35.769 INFO kablam! 169 | let to_recieve: usize = min(c.trajectory_count, (max_thread_traj * c.thread_count)); Sep 03 17:51:35.769 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 03 17:51:35.769 INFO kablam! Sep 03 17:51:35.769 INFO kablam! warning: unnecessary parentheses around function argument Sep 03 17:51:35.769 INFO kablam! --> src/buddha.rs:283:32 Sep 03 17:51:35.769 INFO kablam! | Sep 03 17:51:35.769 INFO kablam! 283 | if (traj % max((max_trajectories / 100), 1)) == 0 { Sep 03 17:51:35.769 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 03 17:51:35.769 INFO kablam! Sep 03 17:51:36.699 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 35.27s Sep 03 17:51:36.705 INFO kablam! su: No module specific data is present Sep 03 17:51:37.104 INFO running `"docker" "rm" "-f" "99550946db891bc32806ea6273cb09a755ea0f2ffb48b641018dd4638283a950"` Sep 03 17:51:37.201 INFO blam! 99550946db891bc32806ea6273cb09a755ea0f2ffb48b641018dd4638283a950