Sep 17 12:24:45.430 INFO checking lelandbatey/rust_buddhabrot against master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690 for pr-54033 Sep 17 12:24:45.430 INFO running: cargo +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets Sep 17 12:24:45.430 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-54033/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54033/worker-1/master#cb6d2dfa8923902b0992a1522dc4a45a9d3ba690:/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 +cb6d2dfa8923902b0992a1522dc4a45a9d3ba690-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 17 12:24:45.943 INFO blam! 9202376351ea78636c3238791f280a0bd1842fd07d99cefd2c827bd96e2c5c52 Sep 17 12:24:45.943 INFO running `"docker" "start" "-a" "9202376351ea78636c3238791f280a0bd1842fd07d99cefd2c827bd96e2c5c52"` Sep 17 12:24:47.996 INFO kablam! usermod: no changes Sep 17 12:24:48.223 INFO kablam! Checking itoa v0.3.1 Sep 17 12:24:48.223 INFO kablam! Checking dtoa v0.4.1 Sep 17 12:24:48.223 INFO kablam! Checking serde v1.0.8 Sep 17 12:24:48.223 INFO kablam! Checking argparse v0.2.1 Sep 17 12:24:48.239 INFO kablam! Checking thread-id v3.1.0 Sep 17 12:24:48.243 INFO kablam! Checking memchr v1.0.1 Sep 17 12:24:48.244 INFO kablam! Checking deflate v0.7.9 Sep 17 12:24:48.244 INFO kablam! Checking num-complex v0.1.37 Sep 17 12:24:49.095 INFO kablam! Checking rayon-core v1.0.0 Sep 17 12:24:49.743 INFO kablam! Checking num-iter v0.1.33 Sep 17 12:24:50.239 INFO kablam! Checking num-bigint v0.1.37 Sep 17 12:24:50.307 INFO kablam! Checking thread_local v0.3.3 Sep 17 12:24:51.247 INFO kablam! Compiling serde_derive_internals v0.15.1 Sep 17 12:24:51.431 INFO kablam! Checking aho-corasick v0.6.3 Sep 17 12:24:52.819 INFO kablam! Checking regex v0.2.2 Sep 17 12:24:53.154 INFO kablam! Checking rayon v0.7.0 Sep 17 12:24:53.911 INFO kablam! Checking png v0.7.0 Sep 17 12:24:54.316 INFO kablam! Checking num-rational v0.1.36 Sep 17 12:24:57.055 INFO kablam! Checking num v0.1.37 Sep 17 12:24:59.374 INFO kablam! Compiling serde_derive v1.0.8 Sep 17 12:25:01.111 INFO kablam! Checking jpeg-decoder v0.1.12 Sep 17 12:25:02.411 INFO kablam! Checking image v0.13.0 Sep 17 12:25:12.583 INFO kablam! Checking serde_json v1.0.2 Sep 17 12:25:14.953 INFO kablam! Checking buddhabrot v0.1.0 (/source) Sep 17 12:25:15.532 INFO kablam! warning: unnecessary parentheses around function argument Sep 17 12:25:15.532 INFO kablam! --> src/buddha.rs:168:34 Sep 17 12:25:15.533 INFO kablam! | Sep 17 12:25:15.533 INFO kablam! 168 | let max_thread_traj = max(1, (max_trajectories / c.thread_count)); Sep 17 12:25:15.533 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 17 12:25:15.533 INFO kablam! | Sep 17 12:25:15.533 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 17 12:25:15.533 INFO kablam! Sep 17 12:25:15.533 INFO kablam! warning: unnecessary parentheses around function argument Sep 17 12:25:15.533 INFO kablam! --> src/buddha.rs:169:53 Sep 17 12:25:15.533 INFO kablam! | Sep 17 12:25:15.533 INFO kablam! 169 | let to_recieve: usize = min(c.trajectory_count, (max_thread_traj * c.thread_count)); Sep 17 12:25:15.533 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 17 12:25:15.533 INFO kablam! Sep 17 12:25:15.533 INFO kablam! warning: unnecessary parentheses around function argument Sep 17 12:25:15.533 INFO kablam! --> src/buddha.rs:283:32 Sep 17 12:25:15.533 INFO kablam! | Sep 17 12:25:15.533 INFO kablam! 283 | if (traj % max((max_trajectories / 100), 1)) == 0 { Sep 17 12:25:15.533 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 17 12:25:15.533 INFO kablam! Sep 17 12:25:15.587 INFO kablam! warning: unnecessary parentheses around function argument Sep 17 12:25:15.587 INFO kablam! --> src/buddha.rs:168:34 Sep 17 12:25:15.587 INFO kablam! | Sep 17 12:25:15.587 INFO kablam! 168 | let max_thread_traj = max(1, (max_trajectories / c.thread_count)); Sep 17 12:25:15.587 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 17 12:25:15.587 INFO kablam! | Sep 17 12:25:15.587 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 17 12:25:15.587 INFO kablam! Sep 17 12:25:15.587 INFO kablam! warning: unnecessary parentheses around function argument Sep 17 12:25:15.588 INFO kablam! --> src/buddha.rs:169:53 Sep 17 12:25:15.588 INFO kablam! | Sep 17 12:25:15.589 INFO kablam! 169 | let to_recieve: usize = min(c.trajectory_count, (max_thread_traj * c.thread_count)); Sep 17 12:25:15.589 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 17 12:25:15.589 INFO kablam! Sep 17 12:25:15.590 INFO kablam! warning: unnecessary parentheses around function argument Sep 17 12:25:15.590 INFO kablam! --> src/buddha.rs:283:32 Sep 17 12:25:15.590 INFO kablam! | Sep 17 12:25:15.590 INFO kablam! 283 | if (traj % max((max_trajectories / 100), 1)) == 0 { Sep 17 12:25:15.590 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 17 12:25:15.590 INFO kablam! Sep 17 12:25:16.740 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 28.72s Sep 17 12:25:16.748 INFO kablam! su: No module specific data is present Sep 17 12:25:18.512 INFO running `"docker" "rm" "-f" "9202376351ea78636c3238791f280a0bd1842fd07d99cefd2c827bd96e2c5c52"` Sep 17 12:25:18.855 INFO blam! 9202376351ea78636c3238791f280a0bd1842fd07d99cefd2c827bd96e2c5c52