Sep 05 18:21:57.143 INFO checking lelandbatey/rust_buddhabrot against master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6 for pr-53854 Sep 05 18:21:57.143 INFO running: cargo +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets Sep 05 18:21:57.143 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53854/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-3/master#1c2e17f4e3a2070a7f703f51e29c1c388ef703b6:/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 +1c2e17f4e3a2070a7f703f51e29c1c388ef703b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 05 18:21:57.397 INFO blam! 648ba56050af1d1876c1e9b1728bd9fb48de8f3dffd6e019de9f4d57989786cb Sep 05 18:21:57.401 INFO running `"docker" "start" "-a" "648ba56050af1d1876c1e9b1728bd9fb48de8f3dffd6e019de9f4d57989786cb"` Sep 05 18:21:58.294 INFO kablam! usermod: no changes Sep 05 18:21:58.473 INFO kablam! Checking libc v0.2.22 Sep 05 18:21:58.473 INFO kablam! Compiling rayon-core v1.0.0 Sep 05 18:21:58.474 INFO kablam! Checking deque v0.3.2 Sep 05 18:21:58.474 INFO kablam! Checking adler32 v1.0.0 Sep 05 18:21:58.474 INFO kablam! Checking inflate v0.2.0 Sep 05 18:21:58.474 INFO kablam! Checking scoped_threadpool v0.1.7 Sep 05 18:21:58.477 INFO kablam! Checking serde v1.0.8 Sep 05 18:21:58.477 INFO kablam! Checking num-integer v0.1.34 Sep 05 18:21:59.246 INFO kablam! Checking enum_primitive v0.1.1 Sep 05 18:21:59.486 INFO kablam! Checking num-complex v0.1.37 Sep 05 18:21:59.502 INFO kablam! Checking gif v0.9.1 Sep 05 18:21:59.754 INFO kablam! Checking deflate v0.7.9 Sep 05 18:21:59.966 INFO kablam! Compiling serde_derive_internals v0.15.1 Sep 05 18:22:00.296 INFO kablam! Checking num-iter v0.1.33 Sep 05 18:22:02.960 INFO kablam! Checking num_cpus v1.4.0 Sep 05 18:22:03.421 INFO kablam! Checking rand v0.3.15 Sep 05 18:22:03.656 INFO kablam! Checking memchr v1.0.1 Sep 05 18:22:03.906 INFO kablam! Checking thread-id v3.1.0 Sep 05 18:22:03.989 INFO kablam! Checking time v0.1.37 Sep 05 18:22:04.038 INFO kablam! Checking aho-corasick v0.6.3 Sep 05 18:22:04.159 INFO kablam! Compiling serde_derive v1.0.8 Sep 05 18:22:04.214 INFO kablam! Checking thread_local v0.3.3 Sep 05 18:22:05.690 INFO kablam! Checking regex v0.2.2 Sep 05 18:22:06.046 INFO kablam! Checking num-bigint v0.1.37 Sep 05 18:22:07.240 INFO kablam! Checking rayon v0.7.0 Sep 05 18:22:09.285 INFO kablam! Checking num-rational v0.1.36 Sep 05 18:22:09.939 INFO kablam! Checking num v0.1.37 Sep 05 18:22:10.946 INFO kablam! Checking png v0.7.0 Sep 05 18:22:12.090 INFO kablam! Checking jpeg-decoder v0.1.12 Sep 05 18:22:16.135 INFO kablam! Checking image v0.13.0 Sep 05 18:22:24.230 INFO kablam! Checking serde_json v1.0.2 Sep 05 18:22:26.226 INFO kablam! Checking buddhabrot v0.1.0 (file:///source) Sep 05 18:22:26.946 INFO kablam! warning: unnecessary parentheses around function argument Sep 05 18:22:26.946 INFO kablam! --> src/buddha.rs:168:34 Sep 05 18:22:26.946 INFO kablam! | Sep 05 18:22:26.946 INFO kablam! 168 | let max_thread_traj = max(1, (max_trajectories / c.thread_count)); Sep 05 18:22:26.946 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 05 18:22:26.946 INFO kablam! | Sep 05 18:22:26.946 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 05 18:22:26.946 INFO kablam! Sep 05 18:22:26.946 INFO kablam! warning: unnecessary parentheses around function argument Sep 05 18:22:26.946 INFO kablam! --> src/buddha.rs:169:53 Sep 05 18:22:26.946 INFO kablam! | Sep 05 18:22:26.946 INFO kablam! 169 | let to_recieve: usize = min(c.trajectory_count, (max_thread_traj * c.thread_count)); Sep 05 18:22:26.946 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 05 18:22:26.946 INFO kablam! Sep 05 18:22:26.946 INFO kablam! warning: unnecessary parentheses around function argument Sep 05 18:22:26.946 INFO kablam! --> src/buddha.rs:283:32 Sep 05 18:22:26.946 INFO kablam! | Sep 05 18:22:26.946 INFO kablam! 283 | if (traj % max((max_trajectories / 100), 1)) == 0 { Sep 05 18:22:26.946 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 05 18:22:26.946 INFO kablam! Sep 05 18:22:26.954 INFO kablam! warning: unnecessary parentheses around function argument Sep 05 18:22:26.954 INFO kablam! --> src/buddha.rs:168:34 Sep 05 18:22:26.954 INFO kablam! | Sep 05 18:22:26.954 INFO kablam! 168 | let max_thread_traj = max(1, (max_trajectories / c.thread_count)); Sep 05 18:22:26.954 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 05 18:22:26.954 INFO kablam! | Sep 05 18:22:26.954 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 05 18:22:26.954 INFO kablam! Sep 05 18:22:26.954 INFO kablam! warning: unnecessary parentheses around function argument Sep 05 18:22:26.954 INFO kablam! --> src/buddha.rs:169:53 Sep 05 18:22:26.954 INFO kablam! | Sep 05 18:22:26.954 INFO kablam! 169 | let to_recieve: usize = min(c.trajectory_count, (max_thread_traj * c.thread_count)); Sep 05 18:22:26.954 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 05 18:22:26.954 INFO kablam! Sep 05 18:22:26.954 INFO kablam! warning: unnecessary parentheses around function argument Sep 05 18:22:26.954 INFO kablam! --> src/buddha.rs:283:32 Sep 05 18:22:26.954 INFO kablam! | Sep 05 18:22:26.954 INFO kablam! 283 | if (traj % max((max_trajectories / 100), 1)) == 0 { Sep 05 18:22:26.954 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 05 18:22:26.954 INFO kablam! Sep 05 18:22:27.650 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 29.33s Sep 05 18:22:27.666 INFO kablam! su: No module specific data is present Sep 05 18:22:28.710 INFO running `"docker" "rm" "-f" "648ba56050af1d1876c1e9b1728bd9fb48de8f3dffd6e019de9f4d57989786cb"` Sep 05 18:22:29.002 INFO blam! 648ba56050af1d1876c1e9b1728bd9fb48de8f3dffd6e019de9f4d57989786cb