Sep 03 17:51:09.462 INFO checking lelandbatey/rust_buddhabrot against master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c for pr-53893 Sep 03 17:51:09.462 INFO running: cargo +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-alt check --frozen --all --all-targets Sep 03 17:51:09.462 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53893/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53893/worker-2/master#28bcffead74d5e17c6cb1f7de432e37f93a6b50c:/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 +28bcffead74d5e17c6cb1f7de432e37f93a6b50c-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:09.714 INFO blam! 90fab99c98f16423513abe67e3fddf3dc593de007c814c922d380b93571f5055 Sep 03 17:51:09.717 INFO running `"docker" "start" "-a" "90fab99c98f16423513abe67e3fddf3dc593de007c814c922d380b93571f5055"` Sep 03 17:51:10.779 INFO kablam! Checking serde v1.0.8 Sep 03 17:51:10.780 INFO kablam! Checking thread-id v3.1.0 Sep 03 17:51:10.780 INFO kablam! Checking memchr v1.0.1 Sep 03 17:51:10.847 INFO kablam! Checking num-complex v0.1.37 Sep 03 17:51:10.872 INFO kablam! Checking deflate v0.7.9 Sep 03 17:51:10.915 INFO kablam! Checking rayon-core v1.0.0 Sep 03 17:51:10.916 INFO kablam! Checking num-iter v0.1.33 Sep 03 17:51:10.917 INFO kablam! Checking num-bigint v0.1.37 Sep 03 17:51:11.675 INFO kablam! Checking thread_local v0.3.3 Sep 03 17:51:12.411 INFO kablam! Compiling serde_derive_internals v0.15.1 Sep 03 17:51:12.463 INFO kablam! Checking aho-corasick v0.6.3 Sep 03 17:51:15.790 INFO kablam! Checking rayon v0.7.0 Sep 03 17:51:17.338 INFO kablam! Checking regex v0.2.2 Sep 03 17:51:18.115 INFO kablam! Checking num-rational v0.1.36 Sep 03 17:51:18.660 INFO kablam! Checking png v0.7.0 Sep 03 17:51:21.227 INFO kablam! Checking num v0.1.37 Sep 03 17:51:22.821 INFO kablam! Compiling serde_derive v1.0.8 Sep 03 17:51:23.578 INFO kablam! Checking jpeg-decoder v0.1.12 Sep 03 17:51:26.861 INFO kablam! Checking image v0.13.0 Sep 03 17:51:34.948 INFO kablam! Checking serde_json v1.0.2 Sep 03 17:51:37.638 INFO kablam! Checking buddhabrot v0.1.0 (file:///source) Sep 03 17:51:38.130 INFO kablam! warning: unnecessary parentheses around function argument Sep 03 17:51:38.130 INFO kablam! --> src/buddha.rs:168:34 Sep 03 17:51:38.130 INFO kablam! | Sep 03 17:51:38.130 INFO kablam! 168 | let max_thread_traj = max(1, (max_trajectories / c.thread_count)); Sep 03 17:51:38.130 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 03 17:51:38.130 INFO kablam! | Sep 03 17:51:38.131 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 03 17:51:38.131 INFO kablam! Sep 03 17:51:38.131 INFO kablam! warning: unnecessary parentheses around function argument Sep 03 17:51:38.131 INFO kablam! --> src/buddha.rs:169:53 Sep 03 17:51:38.131 INFO kablam! | Sep 03 17:51:38.131 INFO kablam! 169 | let to_recieve: usize = min(c.trajectory_count, (max_thread_traj * c.thread_count)); Sep 03 17:51:38.131 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 03 17:51:38.131 INFO kablam! Sep 03 17:51:38.131 INFO kablam! warning: unnecessary parentheses around function argument Sep 03 17:51:38.131 INFO kablam! --> src/buddha.rs:283:32 Sep 03 17:51:38.131 INFO kablam! | Sep 03 17:51:38.131 INFO kablam! 283 | if (traj % max((max_trajectories / 100), 1)) == 0 { Sep 03 17:51:38.131 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 03 17:51:38.131 INFO kablam! Sep 03 17:51:38.208 INFO kablam! warning: unnecessary parentheses around function argument Sep 03 17:51:38.209 INFO kablam! --> src/buddha.rs:168:34 Sep 03 17:51:38.209 INFO kablam! | Sep 03 17:51:38.209 INFO kablam! 168 | let max_thread_traj = max(1, (max_trajectories / c.thread_count)); Sep 03 17:51:38.209 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 03 17:51:38.209 INFO kablam! | Sep 03 17:51:38.209 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 03 17:51:38.209 INFO kablam! Sep 03 17:51:38.209 INFO kablam! warning: unnecessary parentheses around function argument Sep 03 17:51:38.209 INFO kablam! --> src/buddha.rs:169:53 Sep 03 17:51:38.209 INFO kablam! | Sep 03 17:51:38.209 INFO kablam! 169 | let to_recieve: usize = min(c.trajectory_count, (max_thread_traj * c.thread_count)); Sep 03 17:51:38.209 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 03 17:51:38.209 INFO kablam! Sep 03 17:51:38.209 INFO kablam! warning: unnecessary parentheses around function argument Sep 03 17:51:38.209 INFO kablam! --> src/buddha.rs:283:32 Sep 03 17:51:38.209 INFO kablam! | Sep 03 17:51:38.209 INFO kablam! 283 | if (traj % max((max_trajectories / 100), 1)) == 0 { Sep 03 17:51:38.210 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 03 17:51:38.210 INFO kablam! Sep 03 17:51:38.963 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 28.36s Sep 03 17:51:38.970 INFO kablam! su: No module specific data is present Sep 03 17:51:39.388 INFO running `"docker" "rm" "-f" "90fab99c98f16423513abe67e3fddf3dc593de007c814c922d380b93571f5055"` Sep 03 17:51:39.479 INFO blam! 90fab99c98f16423513abe67e3fddf3dc593de007c814c922d380b93571f5055