Sep 02 20:27:53.764 INFO checking astro-2.0.0 against master#1114ab684fbad001c4e580326d8eb4d8c4e917d3 for pr-53851 Sep 02 20:27:53.764 INFO running: cargo +1114ab684fbad001c4e580326d8eb4d8c4e917d3-alt check --frozen --all --all-targets Sep 02 20:27:53.764 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 02 20:27:53.981 INFO blam! 3428dddce078a02d9c2972a53f6a0d9cf5e93d6266ce7cebcaba754d3be33999 Sep 02 20:27:53.984 INFO running `"docker" "start" "-a" "3428dddce078a02d9c2972a53f6a0d9cf5e93d6266ce7cebcaba754d3be33999"` Sep 02 20:27:54.819 INFO kablam! Checking astro v2.0.0 (file:///source) Sep 02 20:28:02.751 INFO kablam! warning: unused arithmetic operation which must be used Sep 02 20:28:02.751 INFO kablam! --> src/lunar.rs:1117:11 Sep 02 20:28:02.751 INFO kablam! | Sep 02 20:28:02.751 INFO kablam! 1117 | - 0.00002 * ((M1 - M).cos() - (M1 + M).cos() - (2.0 * F).cos()); Sep 02 20:28:02.751 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 20:28:02.751 INFO kablam! | Sep 02 20:28:02.751 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 02 20:28:02.751 INFO kablam! Sep 02 20:28:02.918 INFO kablam! warning: unused arithmetic operation which must be used Sep 02 20:28:02.918 INFO kablam! --> src/lunar.rs:1117:11 Sep 02 20:28:02.918 INFO kablam! | Sep 02 20:28:02.918 INFO kablam! 1117 | - 0.00002 * ((M1 - M).cos() - (M1 + M).cos() - (2.0 * F).cos()); Sep 02 20:28:02.918 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 20:28:02.918 INFO kablam! | Sep 02 20:28:02.918 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 02 20:28:02.918 INFO kablam! Sep 02 20:28:06.028 INFO kablam! warning: unused `#[macro_use]` import Sep 02 20:28:06.029 INFO kablam! --> tests/planet.rs:25:1 Sep 02 20:28:06.029 INFO kablam! | Sep 02 20:28:06.029 INFO kablam! 25 | #[macro_use] Sep 02 20:28:06.029 INFO kablam! | ^^^^^^^^^^^^ Sep 02 20:28:06.029 INFO kablam! | Sep 02 20:28:06.029 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 02 20:28:06.029 INFO kablam! Sep 02 20:28:06.723 INFO kablam! warning: unnecessary parentheses around function argument Sep 02 20:28:06.723 INFO kablam! --> tests/parabolic.rs:70:40 Sep 02 20:28:06.723 INFO kablam! | Sep 02 20:28:06.723 INFO kablam! 70 | assert_eq!(util::round_upto_digits((T - ascen), 2), 4354.65); Sep 02 20:28:06.723 INFO kablam! | ^^^^^^^^^^^ help: remove these parentheses Sep 02 20:28:06.742 INFO kablam! | Sep 02 20:28:06.743 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 02 20:28:06.743 INFO kablam! Sep 02 20:28:06.744 INFO kablam! warning: unnecessary parentheses around function argument Sep 02 20:28:06.744 INFO kablam! --> tests/parabolic.rs:76:40 Sep 02 20:28:06.744 INFO kablam! | Sep 02 20:28:06.744 INFO kablam! 76 | assert_eq!(util::round_upto_digits((T - descend), 4), -28.3454); Sep 02 20:28:06.744 INFO kablam! | ^^^^^^^^^^^^^ help: remove these parentheses Sep 02 20:28:06.745 INFO kablam! Sep 02 20:28:10.656 INFO kablam! warning: unnecessary parentheses around function argument Sep 02 20:28:10.656 INFO kablam! --> tests/elliptic.rs:70:40 Sep 02 20:28:10.656 INFO kablam! | Sep 02 20:28:10.656 INFO kablam! 70 | assert_eq!(util::round_upto_digits((T - ascen), 4), 92.2998); Sep 02 20:28:10.656 INFO kablam! | ^^^^^^^^^^^ help: remove these parentheses Sep 02 20:28:10.656 INFO kablam! | Sep 02 20:28:10.656 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 02 20:28:10.656 INFO kablam! Sep 02 20:28:10.656 INFO kablam! warning: unnecessary parentheses around function argument Sep 02 20:28:10.656 INFO kablam! --> tests/elliptic.rs:76:40 Sep 02 20:28:10.656 INFO kablam! | Sep 02 20:28:10.656 INFO kablam! 76 | assert_eq!(util::round_upto_digits((T - descend), 4), -28.9105); Sep 02 20:28:10.656 INFO kablam! | ^^^^^^^^^^^^^ help: remove these parentheses Sep 02 20:28:10.656 INFO kablam! Sep 02 20:28:12.964 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 18.21s Sep 02 20:28:12.981 INFO kablam! su: No module specific data is present Sep 02 20:28:13.410 INFO running `"docker" "rm" "-f" "3428dddce078a02d9c2972a53f6a0d9cf5e93d6266ce7cebcaba754d3be33999"` Sep 02 20:28:13.526 INFO blam! 3428dddce078a02d9c2972a53f6a0d9cf5e93d6266ce7cebcaba754d3be33999