Sep 01 10:21:29.819 INFO checking astro-2.0.0 against master#d0d81b7fc1421859ba0218e8a437af29ae3b0967 for pr-53578 Sep 01 10:21:29.819 INFO running: cargo +d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt check --frozen --all --all-targets Sep 01 10:21:29.820 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53578/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578/worker-1/master#d0d81b7fc1421859ba0218e8a437af29ae3b0967:/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 +d0d81b7fc1421859ba0218e8a437af29ae3b0967-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 01 10:21:30.074 INFO blam! bc06b10a8258db23611a1f99b6f1fb5f39188e872576a1a1b3c34676c2bc3cf2 Sep 01 10:21:30.077 INFO running `"docker" "start" "-a" "bc06b10a8258db23611a1f99b6f1fb5f39188e872576a1a1b3c34676c2bc3cf2"` Sep 01 10:21:30.972 INFO kablam! Checking astro v2.0.0 (file:///source) Sep 01 10:21:38.830 INFO kablam! warning: unused arithmetic operation which must be used Sep 01 10:21:38.830 INFO kablam! --> src/lunar.rs:1117:11 Sep 01 10:21:38.830 INFO kablam! | Sep 01 10:21:38.830 INFO kablam! 1117 | - 0.00002 * ((M1 - M).cos() - (M1 + M).cos() - (2.0 * F).cos()); Sep 01 10:21:38.830 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:21:38.830 INFO kablam! | Sep 01 10:21:38.830 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 01 10:21:38.830 INFO kablam! Sep 01 10:21:39.865 INFO kablam! warning: unused arithmetic operation which must be used Sep 01 10:21:39.865 INFO kablam! --> src/lunar.rs:1117:11 Sep 01 10:21:39.865 INFO kablam! | Sep 01 10:21:39.865 INFO kablam! 1117 | - 0.00002 * ((M1 - M).cos() - (M1 + M).cos() - (2.0 * F).cos()); Sep 01 10:21:39.865 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:21:39.865 INFO kablam! | Sep 01 10:21:39.865 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 01 10:21:39.865 INFO kablam! Sep 01 10:21:44.626 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 10:21:44.627 INFO kablam! --> tests/parabolic.rs:70:40 Sep 01 10:21:44.627 INFO kablam! | Sep 01 10:21:44.627 INFO kablam! 70 | assert_eq!(util::round_upto_digits((T - ascen), 2), 4354.65); Sep 01 10:21:44.627 INFO kablam! | ^^^^^^^^^^^ help: remove these parentheses Sep 01 10:21:44.627 INFO kablam! | Sep 01 10:21:44.627 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 01 10:21:44.627 INFO kablam! Sep 01 10:21:44.651 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 10:21:44.651 INFO kablam! --> tests/parabolic.rs:76:40 Sep 01 10:21:44.651 INFO kablam! | Sep 01 10:21:44.651 INFO kablam! 76 | assert_eq!(util::round_upto_digits((T - descend), 4), -28.3454); Sep 01 10:21:44.651 INFO kablam! | ^^^^^^^^^^^^^ help: remove these parentheses Sep 01 10:21:44.651 INFO kablam! Sep 01 10:21:47.087 INFO kablam! warning: unused `#[macro_use]` import Sep 01 10:21:47.087 INFO kablam! --> tests/planet.rs:25:1 Sep 01 10:21:47.087 INFO kablam! | Sep 01 10:21:47.087 INFO kablam! 25 | #[macro_use] Sep 01 10:21:47.088 INFO kablam! | ^^^^^^^^^^^^ Sep 01 10:21:47.088 INFO kablam! | Sep 01 10:21:47.088 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 10:21:47.088 INFO kablam! Sep 01 10:21:47.101 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 10:21:47.101 INFO kablam! --> tests/elliptic.rs:70:40 Sep 01 10:21:47.101 INFO kablam! | Sep 01 10:21:47.101 INFO kablam! 70 | assert_eq!(util::round_upto_digits((T - ascen), 4), 92.2998); Sep 01 10:21:47.101 INFO kablam! | ^^^^^^^^^^^ help: remove these parentheses Sep 01 10:21:47.101 INFO kablam! | Sep 01 10:21:47.101 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 01 10:21:47.101 INFO kablam! Sep 01 10:21:47.102 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 10:21:47.102 INFO kablam! --> tests/elliptic.rs:76:40 Sep 01 10:21:47.102 INFO kablam! | Sep 01 10:21:47.102 INFO kablam! 76 | assert_eq!(util::round_upto_digits((T - descend), 4), -28.9105); Sep 01 10:21:47.102 INFO kablam! | ^^^^^^^^^^^^^ help: remove these parentheses Sep 01 10:21:47.102 INFO kablam! Sep 01 10:21:49.350 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 18.42s Sep 01 10:21:49.379 INFO kablam! su: No module specific data is present Sep 01 10:21:49.918 INFO running `"docker" "rm" "-f" "bc06b10a8258db23611a1f99b6f1fb5f39188e872576a1a1b3c34676c2bc3cf2"` Sep 01 10:21:50.093 INFO blam! bc06b10a8258db23611a1f99b6f1fb5f39188e872576a1a1b3c34676c2bc3cf2