Sep 19 13:11:16.008 INFO checking lelandbatey/rust_buddhabrot against try#fcacde07b66fe513e52c41b73aef91bcc121905b for pr-54346 Sep 19 13:11:16.008 INFO running: cargo +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets Sep 19 13:11:16.008 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-54346/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54346/worker-2/try#fcacde07b66fe513e52c41b73aef91bcc121905b:/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 +fcacde07b66fe513e52c41b73aef91bcc121905b-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 19 13:11:16.395 INFO blam! 64771f21c1ad9a74248c3b93b6cb2b2571176053fa187f8e4a47084662b24e5e Sep 19 13:11:16.403 INFO running `"docker" "start" "-a" "64771f21c1ad9a74248c3b93b6cb2b2571176053fa187f8e4a47084662b24e5e"` Sep 19 13:11:17.859 INFO kablam! usermod: no changes Sep 19 13:11:18.067 INFO kablam! Compiling rayon-core v1.0.0 Sep 19 13:11:18.071 INFO kablam! Checking libc v0.2.22 Sep 19 13:11:18.071 INFO kablam! Checking deque v0.3.2 Sep 19 13:11:18.071 INFO kablam! Checking adler32 v1.0.0 Sep 19 13:11:18.076 INFO kablam! Checking inflate v0.2.0 Sep 19 13:11:18.076 INFO kablam! Checking num-integer v0.1.34 Sep 19 13:11:18.076 INFO kablam! Checking enum_primitive v0.1.1 Sep 19 13:11:18.079 INFO kablam! Checking num-complex v0.1.37 Sep 19 13:11:19.003 INFO kablam! Checking gif v0.9.1 Sep 19 13:11:19.686 INFO kablam! Checking deflate v0.7.9 Sep 19 13:11:19.820 INFO kablam! Compiling serde_derive_internals v0.15.1 Sep 19 13:11:20.957 INFO kablam! Checking num-iter v0.1.33 Sep 19 13:11:23.797 INFO kablam! Checking rand v0.3.15 Sep 19 13:11:23.799 INFO kablam! Checking num_cpus v1.4.0 Sep 19 13:11:23.801 INFO kablam! Checking memchr v1.0.1 Sep 19 13:11:23.803 INFO kablam! Checking thread-id v3.1.0 Sep 19 13:11:23.804 INFO kablam! Checking time v0.1.37 Sep 19 13:11:24.031 INFO kablam! Checking thread_local v0.3.3 Sep 19 13:11:24.367 INFO kablam! Checking aho-corasick v0.6.3 Sep 19 13:11:26.503 INFO kablam! Checking regex v0.2.2 Sep 19 13:11:28.931 INFO kablam! Checking num-bigint v0.1.37 Sep 19 13:11:29.049 INFO kablam! Compiling serde_derive v1.0.8 Sep 19 13:11:31.127 INFO kablam! Checking num-rational v0.1.36 Sep 19 13:11:32.015 INFO kablam! Checking rayon v0.7.0 Sep 19 13:11:32.683 INFO kablam! Checking num v0.1.37 Sep 19 13:11:35.110 INFO kablam! Checking png v0.7.0 Sep 19 13:11:36.815 INFO kablam! Checking jpeg-decoder v0.1.12 Sep 19 13:11:40.264 INFO kablam! Checking image v0.13.0 Sep 19 13:11:44.347 INFO kablam! Checking buddhabrot v0.1.0 (/source) Sep 19 13:11:45.079 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 13:11:45.079 INFO kablam! --> src/buddha.rs:168:34 Sep 19 13:11:45.079 INFO kablam! | Sep 19 13:11:45.079 INFO kablam! 168 | let max_thread_traj = max(1, (max_trajectories / c.thread_count)); Sep 19 13:11:45.079 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 13:11:45.079 INFO kablam! | Sep 19 13:11:45.079 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 19 13:11:45.079 INFO kablam! Sep 19 13:11:45.079 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 13:11:45.079 INFO kablam! --> src/buddha.rs:169:53 Sep 19 13:11:45.079 INFO kablam! | Sep 19 13:11:45.079 INFO kablam! 169 | let to_recieve: usize = min(c.trajectory_count, (max_thread_traj * c.thread_count)); Sep 19 13:11:45.079 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 13:11:45.079 INFO kablam! Sep 19 13:11:45.079 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 13:11:45.079 INFO kablam! --> src/buddha.rs:283:32 Sep 19 13:11:45.079 INFO kablam! | Sep 19 13:11:45.079 INFO kablam! 283 | if (traj % max((max_trajectories / 100), 1)) == 0 { Sep 19 13:11:45.079 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 13:11:45.079 INFO kablam! Sep 19 13:11:45.247 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 13:11:45.247 INFO kablam! --> src/buddha.rs:168:34 Sep 19 13:11:45.247 INFO kablam! | Sep 19 13:11:45.247 INFO kablam! 168 | let max_thread_traj = max(1, (max_trajectories / c.thread_count)); Sep 19 13:11:45.247 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 13:11:45.247 INFO kablam! | Sep 19 13:11:45.247 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 19 13:11:45.247 INFO kablam! Sep 19 13:11:45.247 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 13:11:45.247 INFO kablam! --> src/buddha.rs:169:53 Sep 19 13:11:45.247 INFO kablam! | Sep 19 13:11:45.247 INFO kablam! 169 | let to_recieve: usize = min(c.trajectory_count, (max_thread_traj * c.thread_count)); Sep 19 13:11:45.247 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 13:11:45.247 INFO kablam! Sep 19 13:11:45.247 INFO kablam! warning: unnecessary parentheses around function argument Sep 19 13:11:45.247 INFO kablam! --> src/buddha.rs:283:32 Sep 19 13:11:45.247 INFO kablam! | Sep 19 13:11:45.247 INFO kablam! 283 | if (traj % max((max_trajectories / 100), 1)) == 0 { Sep 19 13:11:45.247 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 19 13:11:45.247 INFO kablam! Sep 19 13:11:46.165 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 28.26s Sep 19 13:11:46.176 INFO kablam! su: No module specific data is present Sep 19 13:11:47.151 INFO running `"docker" "rm" "-f" "64771f21c1ad9a74248c3b93b6cb2b2571176053fa187f8e4a47084662b24e5e"` Sep 19 13:11:47.443 INFO blam! 64771f21c1ad9a74248c3b93b6cb2b2571176053fa187f8e4a47084662b24e5e