Sep 10 03:37:23.910 INFO checking lelandbatey/rust_buddhabrot against try#3a2610c2a16575649896925631bf8cec4f4b1961 for pr-54090 Sep 10 03:37:23.910 INFO running: cargo +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets Sep 10 03:37:23.910 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-6/pr-54090/try#3a2610c2a16575649896925631bf8cec4f4b1961:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-6/try#3a2610c2a16575649896925631bf8cec4f4b1961:/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 +3a2610c2a16575649896925631bf8cec4f4b1961-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-m" "2G" "crater"` Sep 10 03:37:24.099 INFO blam! fd5f9245612088adeb5c55cce1fdba8c12c57b849b46a15f39c1ea288175f2bb Sep 10 03:37:24.101 INFO running `"docker" "start" "-a" "fd5f9245612088adeb5c55cce1fdba8c12c57b849b46a15f39c1ea288175f2bb"` Sep 10 03:37:26.441 INFO kablam! usermod: no changes Sep 10 03:37:26.684 INFO kablam! Checking inflate v0.2.0 Sep 10 03:37:26.684 INFO kablam! Checking dtoa v0.4.1 Sep 10 03:37:26.693 INFO kablam! Checking thread-id v3.1.0 Sep 10 03:37:26.693 INFO kablam! Checking memchr v1.0.1 Sep 10 03:37:26.693 INFO kablam! Checking num-complex v0.1.37 Sep 10 03:37:26.705 INFO kablam! Checking deflate v0.7.9 Sep 10 03:37:26.718 INFO kablam! Checking rayon-core v1.0.0 Sep 10 03:37:26.730 INFO kablam! Checking num-bigint v0.1.37 Sep 10 03:37:27.678 INFO kablam! Checking num-iter v0.1.33 Sep 10 03:37:28.438 INFO kablam! Checking thread_local v0.3.3 Sep 10 03:37:28.626 INFO kablam! Checking aho-corasick v0.6.3 Sep 10 03:37:28.646 INFO kablam! Checking serde_json v1.0.2 Sep 10 03:37:28.910 INFO kablam! Checking rayon v0.7.0 Sep 10 03:37:30.431 INFO kablam! Checking regex v0.2.2 Sep 10 03:37:32.470 INFO kablam! Checking num-rational v0.1.36 Sep 10 03:37:34.094 INFO kablam! Checking num v0.1.37 Sep 10 03:37:36.167 INFO kablam! Checking jpeg-decoder v0.1.12 Sep 10 03:37:37.246 INFO kablam! Checking png v0.7.0 Sep 10 03:37:38.884 INFO kablam! Checking image v0.13.0 Sep 10 03:37:43.419 INFO kablam! Checking buddhabrot v0.1.0 (file:///source) Sep 10 03:37:43.886 INFO kablam! warning: unnecessary parentheses around function argument Sep 10 03:37:43.886 INFO kablam! --> src/buddha.rs:168:34 Sep 10 03:37:43.886 INFO kablam! | Sep 10 03:37:43.886 INFO kablam! 168 | let max_thread_traj = max(1, (max_trajectories / c.thread_count)); Sep 10 03:37:43.886 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 10 03:37:43.886 INFO kablam! | Sep 10 03:37:43.886 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 10 03:37:43.886 INFO kablam! Sep 10 03:37:43.886 INFO kablam! warning: unnecessary parentheses around function argument Sep 10 03:37:43.886 INFO kablam! --> src/buddha.rs:169:53 Sep 10 03:37:43.886 INFO kablam! | Sep 10 03:37:43.886 INFO kablam! 169 | let to_recieve: usize = min(c.trajectory_count, (max_thread_traj * c.thread_count)); Sep 10 03:37:43.886 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 10 03:37:43.886 INFO kablam! Sep 10 03:37:43.886 INFO kablam! warning: unnecessary parentheses around function argument Sep 10 03:37:43.886 INFO kablam! --> src/buddha.rs:283:32 Sep 10 03:37:43.886 INFO kablam! | Sep 10 03:37:43.886 INFO kablam! 283 | if (traj % max((max_trajectories / 100), 1)) == 0 { Sep 10 03:37:43.886 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 10 03:37:43.886 INFO kablam! Sep 10 03:37:44.314 INFO kablam! warning: unnecessary parentheses around function argument Sep 10 03:37:44.314 INFO kablam! --> src/buddha.rs:168:34 Sep 10 03:37:44.314 INFO kablam! | Sep 10 03:37:44.314 INFO kablam! 168 | let max_thread_traj = max(1, (max_trajectories / c.thread_count)); Sep 10 03:37:44.314 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 10 03:37:44.314 INFO kablam! | Sep 10 03:37:44.314 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 10 03:37:44.314 INFO kablam! Sep 10 03:37:44.314 INFO kablam! warning: unnecessary parentheses around function argument Sep 10 03:37:44.314 INFO kablam! --> src/buddha.rs:169:53 Sep 10 03:37:44.314 INFO kablam! | Sep 10 03:37:44.314 INFO kablam! 169 | let to_recieve: usize = min(c.trajectory_count, (max_thread_traj * c.thread_count)); Sep 10 03:37:44.314 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 10 03:37:44.314 INFO kablam! Sep 10 03:37:44.314 INFO kablam! warning: unnecessary parentheses around function argument Sep 10 03:37:44.314 INFO kablam! --> src/buddha.rs:283:32 Sep 10 03:37:44.314 INFO kablam! | Sep 10 03:37:44.314 INFO kablam! 283 | if (traj % max((max_trajectories / 100), 1)) == 0 { Sep 10 03:37:44.314 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 10 03:37:44.314 INFO kablam! Sep 10 03:37:44.879 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 18.38s Sep 10 03:37:44.906 INFO kablam! su: No module specific data is present Sep 10 03:37:46.250 INFO running `"docker" "rm" "-f" "fd5f9245612088adeb5c55cce1fdba8c12c57b849b46a15f39c1ea288175f2bb"` Sep 10 03:37:46.397 INFO blam! fd5f9245612088adeb5c55cce1fdba8c12c57b849b46a15f39c1ea288175f2bb