Sep 01 14:40:27.450 INFO checking lelandbatey/rust_buddhabrot against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 01 14:40:27.450 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 01 14:40:27.451 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-3/pr-53851/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-3/master#1114ab684fbad001c4e580326d8eb4d8c4e917d3:/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=500" "-e" "CMD=cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 14:40:27.639 INFO blam! e386cf4520f0d2d316b5368cd0765c486d26ca75d76c8684ba2399b0e1f67f8e Sep 01 14:40:27.641 INFO running `"docker" "start" "-a" "e386cf4520f0d2d316b5368cd0765c486d26ca75d76c8684ba2399b0e1f67f8e"` Sep 01 14:40:28.409 INFO kablam! Checking serde v1.0.8 Sep 01 14:40:28.409 INFO kablam! Checking memchr v1.0.1 Sep 01 14:40:28.410 INFO kablam! Checking thread-id v3.1.0 Sep 01 14:40:28.412 INFO kablam! Checking deflate v0.7.9 Sep 01 14:40:28.413 INFO kablam! Checking num-complex v0.1.37 Sep 01 14:40:28.413 INFO kablam! Checking num-iter v0.1.33 Sep 01 14:40:28.413 INFO kablam! Checking num-bigint v0.1.37 Sep 01 14:40:28.413 INFO kablam! Checking rayon v0.7.0 Sep 01 14:40:29.099 INFO kablam! Checking thread_local v0.3.3 Sep 01 14:40:29.851 INFO kablam! Compiling serde_derive v1.0.8 Sep 01 14:40:29.854 INFO kablam! Checking aho-corasick v0.6.3 Sep 01 14:40:32.997 INFO kablam! Checking regex v0.2.2 Sep 01 14:40:34.337 INFO kablam! Checking png v0.7.0 Sep 01 14:40:34.838 INFO kablam! Checking num-rational v0.1.36 Sep 01 14:40:37.010 INFO kablam! Checking num v0.1.37 Sep 01 14:40:37.694 INFO kablam! Checking jpeg-decoder v0.1.12 Sep 01 14:40:40.639 INFO kablam! Checking image v0.13.0 Sep 01 14:40:47.922 INFO kablam! Checking serde_json v1.0.2 Sep 01 14:40:50.590 INFO kablam! Checking buddhabrot v0.1.0 (file:///source) Sep 01 14:40:51.409 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 14:40:51.409 INFO kablam! --> src/buddha.rs:168:34 Sep 01 14:40:51.409 INFO kablam! | Sep 01 14:40:51.409 INFO kablam! 168 | let max_thread_traj = max(1, (max_trajectories / c.thread_count)); Sep 01 14:40:51.409 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 14:40:51.409 INFO kablam! | Sep 01 14:40:51.409 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 01 14:40:51.410 INFO kablam! Sep 01 14:40:51.410 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 14:40:51.410 INFO kablam! --> src/buddha.rs:169:53 Sep 01 14:40:51.410 INFO kablam! | Sep 01 14:40:51.410 INFO kablam! 169 | let to_recieve: usize = min(c.trajectory_count, (max_thread_traj * c.thread_count)); Sep 01 14:40:51.410 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 14:40:51.410 INFO kablam! Sep 01 14:40:51.410 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 14:40:51.410 INFO kablam! --> src/buddha.rs:283:32 Sep 01 14:40:51.410 INFO kablam! | Sep 01 14:40:51.410 INFO kablam! 283 | if (traj % max((max_trajectories / 100), 1)) == 0 { Sep 01 14:40:51.410 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 14:40:51.410 INFO kablam! Sep 01 14:40:51.431 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 14:40:51.431 INFO kablam! --> src/buddha.rs:168:34 Sep 01 14:40:51.431 INFO kablam! | Sep 01 14:40:51.431 INFO kablam! 168 | let max_thread_traj = max(1, (max_trajectories / c.thread_count)); Sep 01 14:40:51.431 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 14:40:51.431 INFO kablam! | Sep 01 14:40:51.431 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 01 14:40:51.431 INFO kablam! Sep 01 14:40:51.432 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 14:40:51.432 INFO kablam! --> src/buddha.rs:169:53 Sep 01 14:40:51.432 INFO kablam! | Sep 01 14:40:51.432 INFO kablam! 169 | let to_recieve: usize = min(c.trajectory_count, (max_thread_traj * c.thread_count)); Sep 01 14:40:51.432 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 14:40:51.432 INFO kablam! Sep 01 14:40:51.432 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 14:40:51.432 INFO kablam! --> src/buddha.rs:283:32 Sep 01 14:40:51.432 INFO kablam! | Sep 01 14:40:51.432 INFO kablam! 283 | if (traj % max((max_trajectories / 100), 1)) == 0 { Sep 01 14:40:51.432 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 01 14:40:51.432 INFO kablam! Sep 01 14:40:52.497 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 24.25s Sep 01 14:40:52.503 INFO kablam! su: No module specific data is present Sep 01 14:40:52.894 INFO running `"docker" "rm" "-f" "e386cf4520f0d2d316b5368cd0765c486d26ca75d76c8684ba2399b0e1f67f8e"` Sep 01 14:40:52.975 INFO blam! e386cf4520f0d2d316b5368cd0765c486d26ca75d76c8684ba2399b0e1f67f8e