Sep 14 03:54:35.909 INFO checking lelandbatey/rust_buddhabrot against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 03:54:35.909 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 03:54:35.909 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-0/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-0/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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 +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 03:54:36.336 INFO blam! e7f4921c8f02e21ccc149cbbf041c29906572063e8fe0a46c1f3f6dfd017fb57 Sep 14 03:54:36.338 INFO running `"docker" "start" "-a" "e7f4921c8f02e21ccc149cbbf041c29906572063e8fe0a46c1f3f6dfd017fb57"` Sep 14 03:54:38.302 INFO kablam! usermod: no changes Sep 14 03:54:38.475 INFO kablam! Compiling rayon-core v1.0.0 Sep 14 03:54:38.475 INFO kablam! Checking deque v0.3.2 Sep 14 03:54:38.511 INFO kablam! Checking serde v1.0.8 Sep 14 03:54:38.511 INFO kablam! Checking rand v0.3.15 Sep 14 03:54:38.511 INFO kablam! Checking memchr v1.0.1 Sep 14 03:54:38.511 INFO kablam! Checking thread-id v3.1.0 Sep 14 03:54:38.511 INFO kablam! Checking num-integer v0.1.34 Sep 14 03:54:38.511 INFO kablam! Checking enum_primitive v0.1.1 Sep 14 03:54:39.488 INFO kablam! Checking num-complex v0.1.37 Sep 14 03:54:39.635 INFO kablam! Checking deflate v0.7.9 Sep 14 03:54:39.819 INFO kablam! Checking gif v0.9.1 Sep 14 03:54:40.033 INFO kablam! Checking thread_local v0.3.3 Sep 14 03:54:40.059 INFO kablam! Checking aho-corasick v0.6.3 Sep 14 03:54:40.735 INFO kablam! Checking num-iter v0.1.33 Sep 14 03:54:41.148 INFO kablam! Compiling serde_derive v1.0.8 Sep 14 03:54:41.459 INFO kablam! Checking regex v0.2.2 Sep 14 03:54:42.783 INFO kablam! Checking num-bigint v0.1.37 Sep 14 03:54:44.243 INFO kablam! Checking png v0.7.0 Sep 14 03:54:44.951 INFO kablam! Checking rayon v0.7.0 Sep 14 03:54:45.979 INFO kablam! Checking num-rational v0.1.36 Sep 14 03:54:47.119 INFO kablam! Checking num v0.1.37 Sep 14 03:54:48.987 INFO kablam! Checking jpeg-decoder v0.1.12 Sep 14 03:54:53.419 INFO kablam! Checking image v0.13.0 Sep 14 03:55:00.899 INFO kablam! Checking serde_json v1.0.2 Sep 14 03:55:03.159 INFO kablam! Checking buddhabrot v0.1.0 (file:///source) Sep 14 03:55:03.470 INFO kablam! warning: unnecessary parentheses around function argument Sep 14 03:55:03.470 INFO kablam! --> src/buddha.rs:168:34 Sep 14 03:55:03.470 INFO kablam! | Sep 14 03:55:03.470 INFO kablam! 168 | let max_thread_traj = max(1, (max_trajectories / c.thread_count)); Sep 14 03:55:03.470 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 14 03:55:03.470 INFO kablam! | Sep 14 03:55:03.470 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 14 03:55:03.470 INFO kablam! Sep 14 03:55:03.470 INFO kablam! warning: unnecessary parentheses around function argument Sep 14 03:55:03.470 INFO kablam! --> src/buddha.rs:169:53 Sep 14 03:55:03.470 INFO kablam! | Sep 14 03:55:03.471 INFO kablam! 169 | let to_recieve: usize = min(c.trajectory_count, (max_thread_traj * c.thread_count)); Sep 14 03:55:03.471 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 14 03:55:03.471 INFO kablam! Sep 14 03:55:03.479 INFO kablam! warning: unnecessary parentheses around function argument Sep 14 03:55:03.479 INFO kablam! --> src/buddha.rs:283:32 Sep 14 03:55:03.479 INFO kablam! | Sep 14 03:55:03.479 INFO kablam! 283 | if (traj % max((max_trajectories / 100), 1)) == 0 { Sep 14 03:55:03.479 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 14 03:55:03.479 INFO kablam! Sep 14 03:55:03.799 INFO kablam! warning: unnecessary parentheses around function argument Sep 14 03:55:03.799 INFO kablam! --> src/buddha.rs:168:34 Sep 14 03:55:03.799 INFO kablam! | Sep 14 03:55:03.799 INFO kablam! 168 | let max_thread_traj = max(1, (max_trajectories / c.thread_count)); Sep 14 03:55:03.799 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 14 03:55:03.799 INFO kablam! | Sep 14 03:55:03.799 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 14 03:55:03.799 INFO kablam! Sep 14 03:55:03.799 INFO kablam! warning: unnecessary parentheses around function argument Sep 14 03:55:03.799 INFO kablam! --> src/buddha.rs:169:53 Sep 14 03:55:03.799 INFO kablam! | Sep 14 03:55:03.799 INFO kablam! 169 | let to_recieve: usize = min(c.trajectory_count, (max_thread_traj * c.thread_count)); Sep 14 03:55:03.799 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 14 03:55:03.799 INFO kablam! Sep 14 03:55:03.799 INFO kablam! warning: unnecessary parentheses around function argument Sep 14 03:55:03.799 INFO kablam! --> src/buddha.rs:283:32 Sep 14 03:55:03.799 INFO kablam! | Sep 14 03:55:03.799 INFO kablam! 283 | if (traj % max((max_trajectories / 100), 1)) == 0 { Sep 14 03:55:03.799 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 14 03:55:03.799 INFO kablam! Sep 14 03:55:04.335 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 26.00s Sep 14 03:55:04.343 INFO kablam! su: No module specific data is present Sep 14 03:55:04.983 INFO running `"docker" "rm" "-f" "e7f4921c8f02e21ccc149cbbf041c29906572063e8fe0a46c1f3f6dfd017fb57"` Sep 14 03:55:05.158 INFO blam! e7f4921c8f02e21ccc149cbbf041c29906572063e8fe0a46c1f3f6dfd017fb57