Sep 20 22:11:19.037 INFO checking lelandbatey/rust_buddhabrot against try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6 for pr-54394 Sep 20 22:11:19.037 INFO running: cargo +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets Sep 20 22:11:19.037 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-54394/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-54394/worker-5/try#f1a3f05968ed2a674e09b6efa4ad9df90816e2b6:/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 +f1a3f05968ed2a674e09b6efa4ad9df90816e2b6-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "crater"` Sep 20 22:11:19.280 INFO blam! dc113eaa07e02efb4345a86eed71aca36141d5537ec7dee40e5d0e00ff7348d6 Sep 20 22:11:19.282 INFO running `"docker" "start" "-a" "dc113eaa07e02efb4345a86eed71aca36141d5537ec7dee40e5d0e00ff7348d6"` Sep 20 22:11:20.562 INFO kablam! usermod: no changes Sep 20 22:11:20.767 INFO kablam! Compiling rayon-core v1.0.0 Sep 20 22:11:20.774 INFO kablam! Checking num-traits v0.1.37 Sep 20 22:11:20.774 INFO kablam! Checking deque v0.3.2 Sep 20 22:11:20.774 INFO kablam! Checking adler32 v1.0.0 Sep 20 22:11:20.774 INFO kablam! Checking inflate v0.2.0 Sep 20 22:11:20.774 INFO kablam! Checking color_quant v1.0.0 Sep 20 22:11:20.774 INFO kablam! Checking dtoa v0.4.1 Sep 20 22:11:20.774 INFO kablam! Checking scoped_threadpool v0.1.7 Sep 20 22:11:21.842 INFO kablam! Checking serde v1.0.8 Sep 20 22:11:21.990 INFO kablam! Checking itoa v0.3.1 Sep 20 22:11:22.217 INFO kablam! Checking rand v0.3.15 Sep 20 22:11:22.526 INFO kablam! Checking memchr v1.0.1 Sep 20 22:11:23.320 INFO kablam! Checking thread-id v3.1.0 Sep 20 22:11:24.024 INFO kablam! Checking deflate v0.7.9 Sep 20 22:11:24.320 INFO kablam! Checking gif v0.9.1 Sep 20 22:11:24.359 INFO kablam! Checking aho-corasick v0.6.3 Sep 20 22:11:24.592 INFO kablam! Checking thread_local v0.3.3 Sep 20 22:11:26.856 INFO kablam! Compiling serde_derive_internals v0.15.1 Sep 20 22:11:27.846 INFO kablam! Checking regex v0.2.2 Sep 20 22:11:28.646 INFO kablam! Checking num-integer v0.1.34 Sep 20 22:11:29.102 INFO kablam! Checking num-complex v0.1.37 Sep 20 22:11:29.246 INFO kablam! Checking enum_primitive v0.1.1 Sep 20 22:11:30.066 INFO kablam! Checking num-iter v0.1.33 Sep 20 22:11:31.242 INFO kablam! Checking num-bigint v0.1.37 Sep 20 22:11:31.528 INFO kablam! Checking rayon v0.7.0 Sep 20 22:11:35.794 INFO kablam! Compiling serde_derive v1.0.8 Sep 20 22:11:36.186 INFO kablam! Checking num-rational v0.1.36 Sep 20 22:11:36.314 INFO kablam! Checking png v0.7.0 Sep 20 22:11:38.090 INFO kablam! Checking num v0.1.37 Sep 20 22:11:39.078 INFO kablam! Checking jpeg-decoder v0.1.12 Sep 20 22:11:41.850 INFO kablam! Checking image v0.13.0 Sep 20 22:11:49.189 INFO kablam! Checking serde_json v1.0.2 Sep 20 22:11:52.895 INFO kablam! Checking buddhabrot v0.1.0 (/source) Sep 20 22:11:53.558 INFO kablam! warning: unnecessary parentheses around function argument Sep 20 22:11:53.559 INFO kablam! --> src/buddha.rs:168:34 Sep 20 22:11:53.559 INFO kablam! | Sep 20 22:11:53.559 INFO kablam! 168 | let max_thread_traj = max(1, (max_trajectories / c.thread_count)); Sep 20 22:11:53.560 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 20 22:11:53.560 INFO kablam! | Sep 20 22:11:53.561 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 20 22:11:53.561 INFO kablam! Sep 20 22:11:53.561 INFO kablam! warning: unnecessary parentheses around function argument Sep 20 22:11:53.562 INFO kablam! --> src/buddha.rs:169:53 Sep 20 22:11:53.562 INFO kablam! | Sep 20 22:11:53.562 INFO kablam! 169 | let to_recieve: usize = min(c.trajectory_count, (max_thread_traj * c.thread_count)); Sep 20 22:11:53.563 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 20 22:11:53.563 INFO kablam! Sep 20 22:11:53.563 INFO kablam! warning: unnecessary parentheses around function argument Sep 20 22:11:53.564 INFO kablam! --> src/buddha.rs:283:32 Sep 20 22:11:53.564 INFO kablam! | Sep 20 22:11:53.565 INFO kablam! 283 | if (traj % max((max_trajectories / 100), 1)) == 0 { Sep 20 22:11:53.565 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 20 22:11:53.565 INFO kablam! Sep 20 22:11:53.606 INFO kablam! warning: unnecessary parentheses around function argument Sep 20 22:11:53.607 INFO kablam! --> src/buddha.rs:168:34 Sep 20 22:11:53.607 INFO kablam! | Sep 20 22:11:53.608 INFO kablam! 168 | let max_thread_traj = max(1, (max_trajectories / c.thread_count)); Sep 20 22:11:53.608 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 20 22:11:53.608 INFO kablam! | Sep 20 22:11:53.609 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 20 22:11:53.609 INFO kablam! Sep 20 22:11:53.609 INFO kablam! warning: unnecessary parentheses around function argument Sep 20 22:11:53.610 INFO kablam! --> src/buddha.rs:169:53 Sep 20 22:11:53.610 INFO kablam! | Sep 20 22:11:53.610 INFO kablam! 169 | let to_recieve: usize = min(c.trajectory_count, (max_thread_traj * c.thread_count)); Sep 20 22:11:53.611 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 20 22:11:53.611 INFO kablam! Sep 20 22:11:53.612 INFO kablam! warning: unnecessary parentheses around function argument Sep 20 22:11:53.612 INFO kablam! --> src/buddha.rs:283:32 Sep 20 22:11:53.612 INFO kablam! | Sep 20 22:11:53.613 INFO kablam! 283 | if (traj % max((max_trajectories / 100), 1)) == 0 { Sep 20 22:11:53.613 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 20 22:11:53.613 INFO kablam! Sep 20 22:11:54.602 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 34.01s Sep 20 22:11:54.610 INFO kablam! su: No module specific data is present Sep 20 22:11:56.421 INFO running `"docker" "rm" "-f" "dc113eaa07e02efb4345a86eed71aca36141d5537ec7dee40e5d0e00ff7348d6"` Sep 20 22:11:56.528 INFO blam! dc113eaa07e02efb4345a86eed71aca36141d5537ec7dee40e5d0e00ff7348d6