Sep 19 15:21:22.194 INFO checking lelandbatey/rust_buddhabrot against try#135b4cd023a753409d01e43b0f23d22a899feeeb for pr-54352 Sep 19 15:21:22.194 INFO running: cargo +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets Sep 19 15:21:22.194 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-54352/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54352/worker-3/try#135b4cd023a753409d01e43b0f23d22a899feeeb:/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 +135b4cd023a753409d01e43b0f23d22a899feeeb-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 15:21:22.431 INFO blam! f046076a941016c793d05368c29c6a2d2479619e978def6d4d7cb66781d1e62a Sep 19 15:21:22.433 INFO running `"docker" "start" "-a" "f046076a941016c793d05368c29c6a2d2479619e978def6d4d7cb66781d1e62a"` Sep 19 15:21:24.036 INFO kablam! usermod: no changes Sep 19 15:21:24.265 INFO kablam! Compiling rayon-core v1.0.0 Sep 19 15:21:24.278 INFO kablam! Checking deque v0.3.2 Sep 19 15:21:24.278 INFO kablam! Checking rand v0.3.15 Sep 19 15:21:24.278 INFO kablam! Checking num_cpus v1.4.0 Sep 19 15:21:24.278 INFO kablam! Checking memchr v1.0.1 Sep 19 15:21:24.278 INFO kablam! Checking thread-id v3.1.0 Sep 19 15:21:24.278 INFO kablam! Checking num-integer v0.1.34 Sep 19 15:21:24.278 INFO kablam! Checking enum_primitive v0.1.1 Sep 19 15:21:25.238 INFO kablam! Checking num-complex v0.1.37 Sep 19 15:21:25.359 INFO kablam! Checking deflate v0.7.9 Sep 19 15:21:25.627 INFO kablam! Checking gif v0.9.1 Sep 19 15:21:25.850 INFO kablam! Checking thread_local v0.3.3 Sep 19 15:21:25.870 INFO kablam! Checking aho-corasick v0.6.3 Sep 19 15:21:26.571 INFO kablam! Checking num-iter v0.1.33 Sep 19 15:21:27.806 INFO kablam! Compiling serde_derive v1.0.8 Sep 19 15:21:28.002 INFO kablam! Checking regex v0.2.2 Sep 19 15:21:31.090 INFO kablam! Checking png v0.7.0 Sep 19 15:21:31.719 INFO kablam! Checking num-bigint v0.1.37 Sep 19 15:21:33.454 INFO kablam! Checking rayon v0.7.0 Sep 19 15:21:33.620 INFO kablam! Checking num-rational v0.1.36 Sep 19 15:21:34.198 INFO kablam! Checking num v0.1.37 Sep 19 15:21:36.366 INFO kablam! Checking jpeg-decoder v0.1.12 Sep 19 15:21:38.494 INFO kablam! Checking image v0.13.0 Sep 19 15:21:44.179 INFO kablam! Checking buddhabrot v0.1.0 (/source) Sep 19 15:21:44.908 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 15:21:44.908 INFO kablam! --> src/buddha.rs:168:34 Sep 19 15:21:44.908 INFO kablam! | Sep 19 15:21:44.908 INFO kablam! 168 | let max_thread_traj = max(1, (max_trajectories / c.thread_count)); Sep 19 15:21:44.908 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 15:21:44.908 INFO kablam! | Sep 19 15:21:44.908 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 19 15:21:44.908 INFO kablam! Sep 19 15:21:44.909 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 15:21:44.909 INFO kablam! --> src/buddha.rs:169:53 Sep 19 15:21:44.909 INFO kablam! | Sep 19 15:21:44.909 INFO kablam! 169 | let to_recieve: usize = min(c.trajectory_count, (max_thread_traj * c.thread_count)); Sep 19 15:21:44.909 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 15:21:44.909 INFO kablam! Sep 19 15:21:44.909 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 15:21:44.909 INFO kablam! --> src/buddha.rs:283:32 Sep 19 15:21:44.909 INFO kablam! | Sep 19 15:21:44.909 INFO kablam! 283 | if (traj % max((max_trajectories / 100), 1)) == 0 { Sep 19 15:21:44.909 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 15:21:44.909 INFO kablam! Sep 19 15:21:44.913 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 15:21:44.913 INFO kablam! --> src/buddha.rs:168:34 Sep 19 15:21:44.913 INFO kablam! | Sep 19 15:21:44.913 INFO kablam! 168 | let max_thread_traj = max(1, (max_trajectories / c.thread_count)); Sep 19 15:21:44.913 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 15:21:44.913 INFO kablam! | Sep 19 15:21:44.914 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 19 15:21:44.914 INFO kablam! Sep 19 15:21:44.914 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 15:21:44.914 INFO kablam! --> src/buddha.rs:169:53 Sep 19 15:21:44.914 INFO kablam! | Sep 19 15:21:44.914 INFO kablam! 169 | let to_recieve: usize = min(c.trajectory_count, (max_thread_traj * c.thread_count)); Sep 19 15:21:44.914 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 15:21:44.914 INFO kablam! Sep 19 15:21:44.918 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 15:21:44.918 INFO kablam! --> src/buddha.rs:283:32 Sep 19 15:21:44.918 INFO kablam! | Sep 19 15:21:44.918 INFO kablam! 283 | if (traj % max((max_trajectories / 100), 1)) == 0 { Sep 19 15:21:44.918 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 15:21:44.918 INFO kablam! Sep 19 15:21:45.863 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 21.77s Sep 19 15:21:45.879 INFO kablam! su: No module specific data is present Sep 19 15:21:47.578 INFO running `"docker" "rm" "-f" "f046076a941016c793d05368c29c6a2d2479619e978def6d4d7cb66781d1e62a"` Sep 19 15:21:47.719 INFO blam! f046076a941016c793d05368c29c6a2d2479619e978def6d4d7cb66781d1e62a