Sep 05 18:21:57.034 INFO checking lelandbatey/rust_buddhabrot against try#51ff957df5095d92d1d3d4682207ee8b7ad408a8 for pr-53854 Sep 05 18:21:57.034 INFO running: cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets Sep 05 18:21:57.034 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-53854/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-4/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/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 +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 05 18:21:57.273 INFO blam! 2d621135654d30058b02f2379ef29623e19d2f127497362f853f802dd375b98d Sep 05 18:21:57.278 INFO running `"docker" "start" "-a" "2d621135654d30058b02f2379ef29623e19d2f127497362f853f802dd375b98d"` Sep 05 18:21:57.866 INFO kablam! usermod: no changes Sep 05 18:21:57.980 INFO kablam! Compiling rayon-core v1.0.0 Sep 05 18:21:57.981 INFO kablam! Checking num-traits v0.1.37 Sep 05 18:21:57.981 INFO kablam! Checking deque v0.3.2 Sep 05 18:21:57.983 INFO kablam! Checking adler32 v1.0.0 Sep 05 18:21:57.984 INFO kablam! Checking lzw v0.10.0 Sep 05 18:21:57.985 INFO kablam! Checking color_quant v1.0.0 Sep 05 18:21:57.986 INFO kablam! Checking inflate v0.2.0 Sep 05 18:21:57.986 INFO kablam! Checking scoped_threadpool v0.1.7 Sep 05 18:21:58.389 INFO kablam! Checking serde v1.0.8 Sep 05 18:21:58.498 INFO kablam! Checking num_cpus v1.4.0 Sep 05 18:21:58.621 INFO kablam! Checking rand v0.3.15 Sep 05 18:21:58.722 INFO kablam! Checking memchr v1.0.1 Sep 05 18:21:59.094 INFO kablam! Checking thread-id v3.1.0 Sep 05 18:21:59.631 INFO kablam! Checking deflate v0.7.9 Sep 05 18:21:59.945 INFO kablam! Checking thread_local v0.3.3 Sep 05 18:22:00.002 INFO kablam! Compiling serde_derive_internals v0.15.1 Sep 05 18:22:00.146 INFO kablam! Checking gif v0.9.1 Sep 05 18:22:03.437 INFO kablam! Checking aho-corasick v0.6.3 Sep 05 18:22:03.505 INFO kablam! Checking num-integer v0.1.34 Sep 05 18:22:03.546 INFO kablam! Checking num-complex v0.1.37 Sep 05 18:22:03.563 INFO kablam! Checking enum_primitive v0.1.1 Sep 05 18:22:03.777 INFO kablam! Compiling serde_derive v1.0.8 Sep 05 18:22:05.010 INFO kablam! Checking num-iter v0.1.33 Sep 05 18:22:05.010 INFO kablam! Checking num-bigint v0.1.37 Sep 05 18:22:05.414 INFO kablam! Checking regex v0.2.2 Sep 05 18:22:05.427 INFO kablam! Checking rayon v0.7.0 Sep 05 18:22:08.892 INFO kablam! Checking num-rational v0.1.36 Sep 05 18:22:11.274 INFO kablam! Checking png v0.7.0 Sep 05 18:22:14.349 INFO kablam! Checking num v0.1.37 Sep 05 18:22:16.174 INFO kablam! Checking jpeg-decoder v0.1.12 Sep 05 18:22:17.893 INFO kablam! Checking image v0.13.0 Sep 05 18:22:22.054 INFO kablam! Checking serde_json v1.0.2 Sep 05 18:22:25.302 INFO kablam! Checking buddhabrot v0.1.0 (file:///source) Sep 05 18:22:25.922 INFO kablam! warning: unnecessary parentheses around function argument Sep 05 18:22:25.922 INFO kablam! --> src/buddha.rs:168:34 Sep 05 18:22:25.922 INFO kablam! | Sep 05 18:22:25.922 INFO kablam! 168 | let max_thread_traj = max(1, (max_trajectories / c.thread_count)); Sep 05 18:22:25.922 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 05 18:22:25.922 INFO kablam! | Sep 05 18:22:25.922 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 05 18:22:25.925 INFO kablam! Sep 05 18:22:25.925 INFO kablam! warning: unnecessary parentheses around function argument Sep 05 18:22:25.925 INFO kablam! --> src/buddha.rs:169:53 Sep 05 18:22:25.925 INFO kablam! | Sep 05 18:22:25.926 INFO kablam! 169 | let to_recieve: usize = min(c.trajectory_count, (max_thread_traj * c.thread_count)); Sep 05 18:22:25.926 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 05 18:22:25.926 INFO kablam! Sep 05 18:22:25.926 INFO kablam! warning: unnecessary parentheses around function argument Sep 05 18:22:25.926 INFO kablam! --> src/buddha.rs:283:32 Sep 05 18:22:25.926 INFO kablam! | Sep 05 18:22:25.926 INFO kablam! 283 | if (traj % max((max_trajectories / 100), 1)) == 0 { Sep 05 18:22:25.926 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 05 18:22:25.926 INFO kablam! Sep 05 18:22:25.977 INFO kablam! warning: unnecessary parentheses around function argument Sep 05 18:22:25.977 INFO kablam! --> src/buddha.rs:168:34 Sep 05 18:22:25.977 INFO kablam! | Sep 05 18:22:25.978 INFO kablam! 168 | let max_thread_traj = max(1, (max_trajectories / c.thread_count)); Sep 05 18:22:25.978 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 05 18:22:25.999 INFO kablam! | Sep 05 18:22:25.999 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 05 18:22:26.000 INFO kablam! Sep 05 18:22:26.000 INFO kablam! warning: unnecessary parentheses around function argument Sep 05 18:22:26.000 INFO kablam! --> src/buddha.rs:169:53 Sep 05 18:22:26.000 INFO kablam! | Sep 05 18:22:26.000 INFO kablam! 169 | let to_recieve: usize = min(c.trajectory_count, (max_thread_traj * c.thread_count)); Sep 05 18:22:26.000 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 05 18:22:26.000 INFO kablam! Sep 05 18:22:26.001 INFO kablam! warning: unnecessary parentheses around function argument Sep 05 18:22:26.001 INFO kablam! --> src/buddha.rs:283:32 Sep 05 18:22:26.001 INFO kablam! | Sep 05 18:22:26.001 INFO kablam! 283 | if (traj % max((max_trajectories / 100), 1)) == 0 { Sep 05 18:22:26.001 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses Sep 05 18:22:26.002 INFO kablam! Sep 05 18:22:26.962 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 29.07s Sep 05 18:22:26.970 INFO kablam! su: No module specific data is present Sep 05 18:22:28.353 INFO running `"docker" "rm" "-f" "2d621135654d30058b02f2379ef29623e19d2f127497362f853f802dd375b98d"` Sep 05 18:22:28.582 INFO blam! 2d621135654d30058b02f2379ef29623e19d2f127497362f853f802dd375b98d