Sep 19 13:11:16.543 INFO checking lelandbatey/rust_buddhabrot against master#ff6422d7a392acfc8af28994d65af2bbaecea4f6 for pr-54346 Sep 19 13:11:16.543 INFO running: cargo +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets Sep 19 13:11:16.550 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-54346/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-4/master#ff6422d7a392acfc8af28994d65af2bbaecea4f6:/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 +ff6422d7a392acfc8af28994d65af2bbaecea4f6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 13:11:16.974 INFO blam! 6511bc6d78acde37f799f27a8e8594f3f4838fa8de1c1339ccc7814787e65566 Sep 19 13:11:16.977 INFO running `"docker" "start" "-a" "6511bc6d78acde37f799f27a8e8594f3f4838fa8de1c1339ccc7814787e65566"` Sep 19 13:11:19.263 INFO kablam! usermod: no changes Sep 19 13:11:19.457 INFO kablam! Compiling rayon-core v1.0.0 Sep 19 13:11:19.457 INFO kablam! Checking deque v0.3.2 Sep 19 13:11:19.500 INFO kablam! Checking rand v0.3.15 Sep 19 13:11:19.500 INFO kablam! Checking memchr v1.0.1 Sep 19 13:11:19.500 INFO kablam! Checking thread-id v3.1.0 Sep 19 13:11:19.500 INFO kablam! Checking num-integer v0.1.34 Sep 19 13:11:19.501 INFO kablam! Checking enum_primitive v0.1.1 Sep 19 13:11:19.501 INFO kablam! Checking num-complex v0.1.37 Sep 19 13:11:20.532 INFO kablam! Checking deflate v0.7.9 Sep 19 13:11:20.653 INFO kablam! Checking gif v0.9.1 Sep 19 13:11:21.304 INFO kablam! Checking thread_local v0.3.3 Sep 19 13:11:21.648 INFO kablam! Checking aho-corasick v0.6.3 Sep 19 13:11:22.719 INFO kablam! Compiling serde_derive_internals v0.15.1 Sep 19 13:11:23.252 INFO kablam! Checking num-iter v0.1.33 Sep 19 13:11:25.101 INFO kablam! Checking regex v0.2.2 Sep 19 13:11:27.503 INFO kablam! Checking png v0.7.0 Sep 19 13:11:28.191 INFO kablam! Checking num-bigint v0.1.37 Sep 19 13:11:28.471 INFO kablam! Compiling serde_derive v1.0.8 Sep 19 13:11:29.643 INFO kablam! Checking rayon v0.7.0 Sep 19 13:11:31.095 INFO kablam! Checking num-rational v0.1.36 Sep 19 13:11:32.107 INFO kablam! Checking num v0.1.37 Sep 19 13:11:33.543 INFO kablam! Checking jpeg-decoder v0.1.12 Sep 19 13:11:37.223 INFO kablam! Checking image v0.13.0 Sep 19 13:11:42.280 INFO kablam! Checking buddhabrot v0.1.0 (/source) Sep 19 13:11:42.987 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 13:11:42.988 INFO kablam! --> src/buddha.rs:168:34 Sep 19 13:11:42.988 INFO kablam! | Sep 19 13:11:42.989 INFO kablam! 168 | let max_thread_traj = max(1, (max_trajectories / c.thread_count)); Sep 19 13:11:42.989 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 13:11:42.989 INFO kablam! | Sep 19 13:11:42.990 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 19 13:11:42.990 INFO kablam! Sep 19 13:11:42.990 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 13:11:42.991 INFO kablam! --> src/buddha.rs:169:53 Sep 19 13:11:42.991 INFO kablam! | Sep 19 13:11:42.992 INFO kablam! 169 | let to_recieve: usize = min(c.trajectory_count, (max_thread_traj * c.thread_count)); Sep 19 13:11:42.992 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 13:11:42.992 INFO kablam! Sep 19 13:11:42.993 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 13:11:42.993 INFO kablam! --> src/buddha.rs:283:32 Sep 19 13:11:42.994 INFO kablam! | Sep 19 13:11:42.994 INFO kablam! 283 | if (traj % max((max_trajectories / 100), 1)) == 0 { Sep 19 13:11:42.995 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 13:11:42.995 INFO kablam! Sep 19 13:11:43.003 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 13:11:43.004 INFO kablam! --> src/buddha.rs:168:34 Sep 19 13:11:43.004 INFO kablam! | Sep 19 13:11:43.004 INFO kablam! 168 | let max_thread_traj = max(1, (max_trajectories / c.thread_count)); Sep 19 13:11:43.005 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 13:11:43.005 INFO kablam! | Sep 19 13:11:43.006 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 19 13:11:43.006 INFO kablam! Sep 19 13:11:43.007 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 13:11:43.007 INFO kablam! --> src/buddha.rs:169:53 Sep 19 13:11:43.007 INFO kablam! | Sep 19 13:11:43.008 INFO kablam! 169 | let to_recieve: usize = min(c.trajectory_count, (max_thread_traj * c.thread_count)); Sep 19 13:11:43.008 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 13:11:43.009 INFO kablam! Sep 19 13:11:43.009 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 13:11:43.009 INFO kablam! --> src/buddha.rs:283:32 Sep 19 13:11:43.010 INFO kablam! | Sep 19 13:11:43.010 INFO kablam! 283 | if (traj % max((max_trajectories / 100), 1)) == 0 { Sep 19 13:11:43.011 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 13:11:43.011 INFO kablam! Sep 19 13:11:44.148 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 24.85s Sep 19 13:11:44.163 INFO kablam! su: No module specific data is present Sep 19 13:11:45.795 INFO running `"docker" "rm" "-f" "6511bc6d78acde37f799f27a8e8594f3f4838fa8de1c1339ccc7814787e65566"` Sep 19 13:11:46.091 INFO blam! 6511bc6d78acde37f799f27a8e8594f3f4838fa8de1c1339ccc7814787e65566