Sep 01 14:40:27.285 INFO checking lelandbatey/rust_buddhabrot against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 01 14:40:27.285 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 01 14:40:27.285 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-1/try#952c7dbfa2628309f557b367929ffc17af20b332:/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 +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 14:40:27.466 INFO blam! 48d9bf70a7e3bc4f3e171e980acc57e62cb6ea7d6de1ee2c79aa8ca0d0803890 Sep 01 14:40:27.468 INFO running `"docker" "start" "-a" "48d9bf70a7e3bc4f3e171e980acc57e62cb6ea7d6de1ee2c79aa8ca0d0803890"` Sep 01 14:40:28.198 INFO kablam! Compiling rayon-core v1.0.0 Sep 01 14:40:28.198 INFO kablam! Checking deque v0.3.2 Sep 01 14:40:28.202 INFO kablam! Checking num_cpus v1.4.0 Sep 01 14:40:28.202 INFO kablam! Checking memchr v1.0.1 Sep 01 14:40:28.202 INFO kablam! Checking thread-id v3.1.0 Sep 01 14:40:28.202 INFO kablam! Checking time v0.1.37 Sep 01 14:40:28.203 INFO kablam! Checking num-integer v0.1.34 Sep 01 14:40:28.206 INFO kablam! Checking deflate v0.7.9 Sep 01 14:40:28.573 INFO kablam! Checking num-complex v0.1.37 Sep 01 14:40:29.066 INFO kablam! Checking serde_json v1.0.2 Sep 01 14:40:29.309 INFO kablam! Checking thread_local v0.3.3 Sep 01 14:40:29.312 INFO kablam! Checking aho-corasick v0.6.3 Sep 01 14:40:30.291 INFO kablam! Checking num-iter v0.1.33 Sep 01 14:40:31.082 INFO kablam! Checking num-bigint v0.1.37 Sep 01 14:40:33.282 INFO kablam! Checking regex v0.2.2 Sep 01 14:40:34.056 INFO kablam! Checking rayon v0.7.0 Sep 01 14:40:34.694 INFO kablam! Checking png v0.7.0 Sep 01 14:40:35.662 INFO kablam! Checking num-rational v0.1.36 Sep 01 14:40:37.458 INFO kablam! Checking num v0.1.37 Sep 01 14:40:39.721 INFO kablam! Checking jpeg-decoder v0.1.12 Sep 01 14:40:42.110 INFO kablam! Checking image v0.13.0 Sep 01 14:40:49.013 INFO kablam! Checking buddhabrot v0.1.0 (file:///source) Sep 01 14:40:49.435 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 14:40:49.436 INFO kablam! --> src/buddha.rs:168:34 Sep 01 14:40:49.436 INFO kablam! | Sep 01 14:40:49.436 INFO kablam! 168 | let max_thread_traj = max(1, (max_trajectories / c.thread_count)); Sep 01 14:40:49.436 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 14:40:49.436 INFO kablam! | Sep 01 14:40:49.436 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 01 14:40:49.436 INFO kablam! Sep 01 14:40:49.436 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 14:40:49.436 INFO kablam! --> src/buddha.rs:169:53 Sep 01 14:40:49.436 INFO kablam! | Sep 01 14:40:49.436 INFO kablam! 169 | let to_recieve: usize = min(c.trajectory_count, (max_thread_traj * c.thread_count)); Sep 01 14:40:49.436 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 14:40:49.436 INFO kablam! Sep 01 14:40:49.436 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 14:40:49.436 INFO kablam! --> src/buddha.rs:283:32 Sep 01 14:40:49.436 INFO kablam! | Sep 01 14:40:49.436 INFO kablam! 283 | if (traj % max((max_trajectories / 100), 1)) == 0 { Sep 01 14:40:49.436 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 14:40:49.436 INFO kablam! Sep 01 14:40:49.635 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 14:40:49.635 INFO kablam! --> src/buddha.rs:168:34 Sep 01 14:40:49.635 INFO kablam! | Sep 01 14:40:49.635 INFO kablam! 168 | let max_thread_traj = max(1, (max_trajectories / c.thread_count)); Sep 01 14:40:49.636 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 14:40:49.636 INFO kablam! | Sep 01 14:40:49.636 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 01 14:40:49.636 INFO kablam! Sep 01 14:40:49.636 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 14:40:49.636 INFO kablam! --> src/buddha.rs:169:53 Sep 01 14:40:49.636 INFO kablam! | Sep 01 14:40:49.636 INFO kablam! 169 | let to_recieve: usize = min(c.trajectory_count, (max_thread_traj * c.thread_count)); Sep 01 14:40:49.636 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 14:40:49.636 INFO kablam! Sep 01 14:40:49.636 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 14:40:49.636 INFO kablam! --> src/buddha.rs:283:32 Sep 01 14:40:49.636 INFO kablam! | Sep 01 14:40:49.636 INFO kablam! 283 | if (traj % max((max_trajectories / 100), 1)) == 0 { Sep 01 14:40:49.636 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 14:40:49.636 INFO kablam! Sep 01 14:40:50.515 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 22.42s Sep 01 14:40:50.522 INFO kablam! su: No module specific data is present Sep 01 14:40:51.015 INFO running `"docker" "rm" "-f" "48d9bf70a7e3bc4f3e171e980acc57e62cb6ea7d6de1ee2c79aa8ca0d0803890"` Sep 01 14:40:51.201 INFO blam! 48d9bf70a7e3bc4f3e171e980acc57e62cb6ea7d6de1ee2c79aa8ca0d0803890