Sep 10 03:37:27.561 INFO checking lelandbatey/rust_buddhabrot against master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1 for pr-54090 Sep 10 03:37:27.561 INFO running: cargo +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-alt check --frozen --all --all-targets Sep 10 03:37:27.561 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-54090/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54090/worker-0/master#f50b7758f4dc85dc1c5e38258adaa94213ac6ed1:/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 +f50b7758f4dc85dc1c5e38258adaa94213ac6ed1-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:27.837 INFO blam! cec39c0ce8399810c5cab1026b4f18f97146444eb7ecbeb1e729d9571cfd8a9f Sep 10 03:37:27.839 INFO running `"docker" "start" "-a" "cec39c0ce8399810c5cab1026b4f18f97146444eb7ecbeb1e729d9571cfd8a9f"` Sep 10 03:37:30.029 INFO kablam! usermod: no changes Sep 10 03:37:30.142 INFO kablam! Checking libc v0.2.22 Sep 10 03:37:30.142 INFO kablam! Compiling rayon-core v1.0.0 Sep 10 03:37:30.142 INFO kablam! Checking deque v0.3.2 Sep 10 03:37:30.154 INFO kablam! Checking serde v1.0.8 Sep 10 03:37:30.154 INFO kablam! Checking argparse v0.2.1 Sep 10 03:37:30.154 INFO kablam! Checking num-integer v0.1.34 Sep 10 03:37:30.154 INFO kablam! Checking enum_primitive v0.1.1 Sep 10 03:37:30.154 INFO kablam! Checking deflate v0.7.9 Sep 10 03:37:30.946 INFO kablam! Checking num-complex v0.1.37 Sep 10 03:37:31.366 INFO kablam! Checking gif v0.9.1 Sep 10 03:37:32.046 INFO kablam! Checking num-iter v0.1.33 Sep 10 03:37:33.199 INFO kablam! Compiling serde_derive_internals v0.15.1 Sep 10 03:37:35.142 INFO kablam! Checking num_cpus v1.4.0 Sep 10 03:37:35.143 INFO kablam! Checking rand v0.3.15 Sep 10 03:37:35.145 INFO kablam! Checking thread-id v3.1.0 Sep 10 03:37:35.202 INFO kablam! Checking memchr v1.0.1 Sep 10 03:37:36.146 INFO kablam! Checking time v0.1.37 Sep 10 03:37:36.272 INFO kablam! Checking aho-corasick v0.6.3 Sep 10 03:37:36.386 INFO kablam! Checking png v0.7.0 Sep 10 03:37:36.654 INFO kablam! Checking thread_local v0.3.3 Sep 10 03:37:40.098 INFO kablam! Checking regex v0.2.2 Sep 10 03:37:40.247 INFO kablam! Compiling serde_derive v1.0.8 Sep 10 03:37:40.854 INFO kablam! Checking num-bigint v0.1.37 Sep 10 03:37:42.337 INFO kablam! Checking rayon v0.7.0 Sep 10 03:37:43.346 INFO kablam! Checking num-rational v0.1.36 Sep 10 03:37:44.802 INFO kablam! Checking num v0.1.37 Sep 10 03:37:45.121 INFO kablam! Checking jpeg-decoder v0.1.12 Sep 10 03:37:46.606 INFO kablam! Checking image v0.13.0 Sep 10 03:37:52.239 INFO kablam! Checking serde_json v1.0.2 Sep 10 03:37:55.226 INFO kablam! Checking buddhabrot v0.1.0 (file:///source) Sep 10 03:37:55.557 INFO kablam! warning: unnecessary parentheses around function argument Sep 10 03:37:55.557 INFO kablam! --> src/buddha.rs:168:34 Sep 10 03:37:55.557 INFO kablam! | Sep 10 03:37:55.557 INFO kablam! 168 | let max_thread_traj = max(1, (max_trajectories / c.thread_count)); Sep 10 03:37:55.557 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 10 03:37:55.557 INFO kablam! | Sep 10 03:37:55.558 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 10 03:37:55.558 INFO kablam! Sep 10 03:37:55.558 INFO kablam! warning: unnecessary parentheses around function argument Sep 10 03:37:55.558 INFO kablam! --> src/buddha.rs:169:53 Sep 10 03:37:55.558 INFO kablam! | Sep 10 03:37:55.558 INFO kablam! 169 | let to_recieve: usize = min(c.trajectory_count, (max_thread_traj * c.thread_count)); Sep 10 03:37:55.558 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 10 03:37:55.559 INFO kablam! Sep 10 03:37:55.559 INFO kablam! warning: unnecessary parentheses around function argument Sep 10 03:37:55.559 INFO kablam! --> src/buddha.rs:283:32 Sep 10 03:37:55.559 INFO kablam! | Sep 10 03:37:55.559 INFO kablam! 283 | if (traj % max((max_trajectories / 100), 1)) == 0 { Sep 10 03:37:55.559 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 10 03:37:55.560 INFO kablam! Sep 10 03:37:55.950 INFO kablam! warning: unnecessary parentheses around function argument Sep 10 03:37:55.950 INFO kablam! --> src/buddha.rs:168:34 Sep 10 03:37:55.950 INFO kablam! | Sep 10 03:37:55.950 INFO kablam! 168 | let max_thread_traj = max(1, (max_trajectories / c.thread_count)); Sep 10 03:37:55.950 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 10 03:37:55.950 INFO kablam! | Sep 10 03:37:55.950 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 10 03:37:55.950 INFO kablam! Sep 10 03:37:55.950 INFO kablam! warning: unnecessary parentheses around function argument Sep 10 03:37:55.950 INFO kablam! --> src/buddha.rs:169:53 Sep 10 03:37:55.950 INFO kablam! | Sep 10 03:37:55.950 INFO kablam! 169 | let to_recieve: usize = min(c.trajectory_count, (max_thread_traj * c.thread_count)); Sep 10 03:37:55.950 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 10 03:37:55.950 INFO kablam! Sep 10 03:37:55.950 INFO kablam! warning: unnecessary parentheses around function argument Sep 10 03:37:55.950 INFO kablam! --> src/buddha.rs:283:32 Sep 10 03:37:55.950 INFO kablam! | Sep 10 03:37:55.950 INFO kablam! 283 | if (traj % max((max_trajectories / 100), 1)) == 0 { Sep 10 03:37:55.950 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 10 03:37:55.950 INFO kablam! Sep 10 03:37:56.496 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 26.45s Sep 10 03:37:56.504 INFO kablam! su: No module specific data is present Sep 10 03:37:56.976 INFO running `"docker" "rm" "-f" "cec39c0ce8399810c5cab1026b4f18f97146444eb7ecbeb1e729d9571cfd8a9f"` Sep 10 03:37:57.089 INFO blam! cec39c0ce8399810c5cab1026b4f18f97146444eb7ecbeb1e729d9571cfd8a9f