Sep 14 03:54:39.229 INFO checking lelandbatey/rust_buddhabrot against master#90d36fb5905bbe5004f5b465ea14b53d10dae260 for pr-53578-1 Sep 14 03:54:39.229 INFO running: cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets Sep 14 03:54:39.229 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53578-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/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 +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 03:54:39.658 INFO blam! 0d372a28af875177edf8f3549d58a44f1f2f55f310909ca246efbc9131ed505d Sep 14 03:54:39.659 INFO running `"docker" "start" "-a" "0d372a28af875177edf8f3549d58a44f1f2f55f310909ca246efbc9131ed505d"` Sep 14 03:54:41.231 INFO kablam! usermod: no changes Sep 14 03:54:41.459 INFO kablam! Checking inflate v0.2.0 Sep 14 03:54:41.460 INFO kablam! Checking thread-id v3.1.0 Sep 14 03:54:41.460 INFO kablam! Checking memchr v1.0.1 Sep 14 03:54:41.461 INFO kablam! Checking num-complex v0.1.37 Sep 14 03:54:41.461 INFO kablam! Checking deflate v0.7.9 Sep 14 03:54:41.461 INFO kablam! Checking rayon-core v1.0.0 Sep 14 03:54:41.461 INFO kablam! Checking num-iter v0.1.33 Sep 14 03:54:41.461 INFO kablam! Checking num-bigint v0.1.37 Sep 14 03:54:41.879 INFO kablam! Checking thread_local v0.3.3 Sep 14 03:54:42.875 INFO kablam! Checking aho-corasick v0.6.3 Sep 14 03:54:44.599 INFO kablam! Checking regex v0.2.2 Sep 14 03:54:44.835 INFO kablam! Checking num-rational v0.1.36 Sep 14 03:54:45.406 INFO kablam! Checking rayon v0.7.0 Sep 14 03:54:45.929 INFO kablam! Checking num v0.1.37 Sep 14 03:54:49.427 INFO kablam! Checking jpeg-decoder v0.1.12 Sep 14 03:54:50.922 INFO kablam! Checking png v0.7.0 Sep 14 03:54:52.069 INFO kablam! Checking image v0.13.0 Sep 14 03:54:56.645 INFO kablam! Checking buddhabrot v0.1.0 (file:///source) Sep 14 03:54:57.232 INFO kablam! warning: unnecessary parentheses around function argument Sep 14 03:54:57.232 INFO kablam! --> src/buddha.rs:168:34 Sep 14 03:54:57.232 INFO kablam! | Sep 14 03:54:57.232 INFO kablam! 168 | let max_thread_traj = max(1, (max_trajectories / c.thread_count)); Sep 14 03:54:57.232 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 14 03:54:57.232 INFO kablam! | Sep 14 03:54:57.232 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 14 03:54:57.232 INFO kablam! Sep 14 03:54:57.232 INFO kablam! warning: unnecessary parentheses around function argument Sep 14 03:54:57.232 INFO kablam! --> src/buddha.rs:169:53 Sep 14 03:54:57.232 INFO kablam! | Sep 14 03:54:57.232 INFO kablam! 169 | let to_recieve: usize = min(c.trajectory_count, (max_thread_traj * c.thread_count)); Sep 14 03:54:57.232 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 14 03:54:57.232 INFO kablam! Sep 14 03:54:57.233 INFO kablam! warning: unnecessary parentheses around function argument Sep 14 03:54:57.233 INFO kablam! --> src/buddha.rs:283:32 Sep 14 03:54:57.233 INFO kablam! | Sep 14 03:54:57.233 INFO kablam! 283 | if (traj % max((max_trajectories / 100), 1)) == 0 { Sep 14 03:54:57.233 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 14 03:54:57.243 INFO kablam! Sep 14 03:54:57.251 INFO kablam! warning: unnecessary parentheses around function argument Sep 14 03:54:57.251 INFO kablam! --> src/buddha.rs:168:34 Sep 14 03:54:57.251 INFO kablam! | Sep 14 03:54:57.251 INFO kablam! 168 | let max_thread_traj = max(1, (max_trajectories / c.thread_count)); Sep 14 03:54:57.251 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 14 03:54:57.251 INFO kablam! | Sep 14 03:54:57.251 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 14 03:54:57.251 INFO kablam! Sep 14 03:54:57.251 INFO kablam! warning: unnecessary parentheses around function argument Sep 14 03:54:57.251 INFO kablam! --> src/buddha.rs:169:53 Sep 14 03:54:57.251 INFO kablam! | Sep 14 03:54:57.251 INFO kablam! 169 | let to_recieve: usize = min(c.trajectory_count, (max_thread_traj * c.thread_count)); Sep 14 03:54:57.251 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 14 03:54:57.251 INFO kablam! Sep 14 03:54:57.251 INFO kablam! warning: unnecessary parentheses around function argument Sep 14 03:54:57.251 INFO kablam! --> src/buddha.rs:283:32 Sep 14 03:54:57.251 INFO kablam! | Sep 14 03:54:57.251 INFO kablam! 283 | if (traj % max((max_trajectories / 100), 1)) == 0 { Sep 14 03:54:57.251 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 14 03:54:57.251 INFO kablam! Sep 14 03:54:58.193 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 16.92s Sep 14 03:54:58.207 INFO kablam! su: No module specific data is present Sep 14 03:54:59.820 INFO running `"docker" "rm" "-f" "0d372a28af875177edf8f3549d58a44f1f2f55f310909ca246efbc9131ed505d"` Sep 14 03:55:00.167 INFO blam! 0d372a28af875177edf8f3549d58a44f1f2f55f310909ca246efbc9131ed505d