Sep 02 20:27:53.375 INFO checking astro-2.0.0 against try#952c7dbfa2628309f557b367929ffc17af20b332 for pr-53851 Sep 02 20:27:53.375 INFO running: cargo +952c7dbfa2628309f557b367929ffc17af20b332-alt check --frozen --all --all-targets Sep 02 20:27:53.375 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53851/try#952c7dbfa2628309f557b367929ffc17af20b332:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53851/worker-2/try#952c7dbfa2628309f557b367929ffc17af20b332:/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 +952c7dbfa2628309f557b367929ffc17af20b332-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.611 INFO blam! c61861870c63b16fcbd1f8b216b29ec864d64e109b75dd870c4e2984c14a2e4a Sep 02 20:27:53.613 INFO running `"docker" "start" "-a" "c61861870c63b16fcbd1f8b216b29ec864d64e109b75dd870c4e2984c14a2e4a"` Sep 02 20:27:54.365 INFO kablam! Checking astro v2.0.0 (file:///source) Sep 02 20:28:02.334 INFO kablam! warning: unused arithmetic operation which must be used Sep 02 20:28:02.334 INFO kablam! --> src/lunar.rs:1117:11 Sep 02 20:28:02.334 INFO kablam! | Sep 02 20:28:02.334 INFO kablam! 1117 | - 0.00002 * ((M1 - M).cos() - (M1 + M).cos() - (2.0 * F).cos()); Sep 02 20:28:02.334 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 20:28:02.334 INFO kablam! | Sep 02 20:28:02.334 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 02 20:28:02.334 INFO kablam! Sep 02 20:28:02.544 INFO kablam! warning: unused arithmetic operation which must be used Sep 02 20:28:02.544 INFO kablam! --> src/lunar.rs:1117:11 Sep 02 20:28:02.544 INFO kablam! | Sep 02 20:28:02.544 INFO kablam! 1117 | - 0.00002 * ((M1 - M).cos() - (M1 + M).cos() - (2.0 * F).cos()); Sep 02 20:28:02.544 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 02 20:28:02.544 INFO kablam! | Sep 02 20:28:02.544 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 02 20:28:02.544 INFO kablam! Sep 02 20:28:06.343 INFO kablam! warning: unnecessary parentheses around function argument Sep 02 20:28:06.343 INFO kablam! --> tests/parabolic.rs:70:40 Sep 02 20:28:06.344 INFO kablam! | Sep 02 20:28:06.344 INFO kablam! 70 | assert_eq!(util::round_upto_digits((T - ascen), 2), 4354.65); Sep 02 20:28:06.344 INFO kablam! | ^^^^^^^^^^^ help: remove these parentheses Sep 02 20:28:06.344 INFO kablam! | Sep 02 20:28:06.344 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 02 20:28:06.344 INFO kablam! Sep 02 20:28:06.344 INFO kablam! warning: unnecessary parentheses around function argument Sep 02 20:28:06.345 INFO kablam! --> tests/parabolic.rs:76:40 Sep 02 20:28:06.345 INFO kablam! | Sep 02 20:28:06.345 INFO kablam! 76 | assert_eq!(util::round_upto_digits((T - descend), 4), -28.3454); Sep 02 20:28:06.345 INFO kablam! | ^^^^^^^^^^^^^ help: remove these parentheses Sep 02 20:28:06.345 INFO kablam! Sep 02 20:28:06.594 INFO kablam! warning: unused `#[macro_use]` import Sep 02 20:28:06.594 INFO kablam! --> tests/planet.rs:25:1 Sep 02 20:28:06.594 INFO kablam! | Sep 02 20:28:06.594 INFO kablam! 25 | #[macro_use] Sep 02 20:28:06.594 INFO kablam! | ^^^^^^^^^^^^ Sep 02 20:28:06.594 INFO kablam! | Sep 02 20:28:06.594 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 02 20:28:06.594 INFO kablam! Sep 02 20:28:12.330 INFO kablam! warning: unnecessary parentheses around function argument Sep 02 20:28:12.330 INFO kablam! --> tests/elliptic.rs:70:40 Sep 02 20:28:12.330 INFO kablam! | Sep 02 20:28:12.330 INFO kablam! 70 | assert_eq!(util::round_upto_digits((T - ascen), 4), 92.2998); Sep 02 20:28:12.330 INFO kablam! | ^^^^^^^^^^^ help: remove these parentheses Sep 02 20:28:12.330 INFO kablam! | Sep 02 20:28:12.331 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 02 20:28:12.331 INFO kablam! Sep 02 20:28:12.331 INFO kablam! warning: unnecessary parentheses around function argument Sep 02 20:28:12.331 INFO kablam! --> tests/elliptic.rs:76:40 Sep 02 20:28:12.331 INFO kablam! | Sep 02 20:28:12.331 INFO kablam! 76 | assert_eq!(util::round_upto_digits((T - descend), 4), -28.9105); Sep 02 20:28:12.331 INFO kablam! | ^^^^^^^^^^^^^ help: remove these parentheses Sep 02 20:28:12.331 INFO kablam! Sep 02 20:28:12.866 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 18.53s Sep 02 20:28:12.883 INFO kablam! su: No module specific data is present Sep 02 20:28:13.365 INFO running `"docker" "rm" "-f" "c61861870c63b16fcbd1f8b216b29ec864d64e109b75dd870c4e2984c14a2e4a"` Sep 02 20:28:13.474 INFO blam! c61861870c63b16fcbd1f8b216b29ec864d64e109b75dd870c4e2984c14a2e4a