Sep 14 19:32:52.927 INFO checking astro-2.0.0 against try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0 for pr-53578-1 Sep 14 19:32:52.927 INFO running: cargo +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets Sep 14 19:32:52.927 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-4/pr-53578-1/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-4/try#87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0:/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 +87b8e7411c4f1267d0cac0d63fa9c21c943e2ea0-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 19:32:53.082 INFO blam! d90d7e737ba8bb0506e10e9f0dfcca28a3eaa9e4e586fed29d65aaa1ac41568c Sep 14 19:32:53.083 INFO running `"docker" "start" "-a" "d90d7e737ba8bb0506e10e9f0dfcca28a3eaa9e4e586fed29d65aaa1ac41568c"` Sep 14 19:32:54.151 INFO kablam! usermod: no changes Sep 14 19:32:54.203 INFO kablam! Checking astro v2.0.0 (file:///source) Sep 14 19:32:59.115 INFO kablam! warning: unused arithmetic operation which must be used Sep 14 19:32:59.115 INFO kablam! --> src/lunar.rs:1117:11 Sep 14 19:32:59.115 INFO kablam! | Sep 14 19:32:59.115 INFO kablam! 1117 | - 0.00002 * ((M1 - M).cos() - (M1 + M).cos() - (2.0 * F).cos()); Sep 14 19:32:59.115 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 19:32:59.115 INFO kablam! | Sep 14 19:32:59.115 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 14 19:32:59.115 INFO kablam! Sep 14 19:32:59.315 INFO kablam! warning: unused arithmetic operation which must be used Sep 14 19:32:59.315 INFO kablam! --> src/lunar.rs:1117:11 Sep 14 19:32:59.315 INFO kablam! | Sep 14 19:32:59.315 INFO kablam! 1117 | - 0.00002 * ((M1 - M).cos() - (M1 + M).cos() - (2.0 * F).cos()); Sep 14 19:32:59.315 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 19:32:59.315 INFO kablam! | Sep 14 19:32:59.315 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 14 19:32:59.315 INFO kablam! Sep 14 19:33:01.930 INFO kablam! warning: unused `#[macro_use]` import Sep 14 19:33:01.930 INFO kablam! --> tests/time.rs:25:1 Sep 14 19:33:01.930 INFO kablam! | Sep 14 19:33:01.930 INFO kablam! 25 | #[macro_use] Sep 14 19:33:01.930 INFO kablam! | ^^^^^^^^^^^^ Sep 14 19:33:01.947 INFO kablam! | Sep 14 19:33:01.947 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 14 19:33:01.947 INFO kablam! Sep 14 19:33:05.277 INFO kablam! warning: unused `#[macro_use]` import Sep 14 19:33:05.277 INFO kablam! --> tests/planet.rs:25:1 Sep 14 19:33:05.277 INFO kablam! | Sep 14 19:33:05.277 INFO kablam! 25 | #[macro_use] Sep 14 19:33:05.277 INFO kablam! | ^^^^^^^^^^^^ Sep 14 19:33:05.278 INFO kablam! | Sep 14 19:33:05.278 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 14 19:33:05.278 INFO kablam! Sep 14 19:33:05.343 INFO kablam! warning: unnecessary parentheses around function argument Sep 14 19:33:05.343 INFO kablam! --> tests/parabolic.rs:70:40 Sep 14 19:33:05.343 INFO kablam! | Sep 14 19:33:05.343 INFO kablam! 70 | assert_eq!(util::round_upto_digits((T - ascen), 2), 4354.65); Sep 14 19:33:05.343 INFO kablam! | ^^^^^^^^^^^ help: remove these parentheses Sep 14 19:33:05.375 INFO kablam! | Sep 14 19:33:05.375 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 14 19:33:05.375 INFO kablam! Sep 14 19:33:05.376 INFO kablam! warning: unnecessary parentheses around function argument Sep 14 19:33:05.376 INFO kablam! --> tests/parabolic.rs:76:40 Sep 14 19:33:05.376 INFO kablam! | Sep 14 19:33:05.376 INFO kablam! 76 | assert_eq!(util::round_upto_digits((T - descend), 4), -28.3454); Sep 14 19:33:05.376 INFO kablam! | ^^^^^^^^^^^^^ help: remove these parentheses Sep 14 19:33:05.376 INFO kablam! Sep 14 19:33:06.671 INFO kablam! warning: unnecessary parentheses around function argument Sep 14 19:33:06.671 INFO kablam! --> tests/elliptic.rs:70:40 Sep 14 19:33:06.671 INFO kablam! | Sep 14 19:33:06.671 INFO kablam! 70 | assert_eq!(util::round_upto_digits((T - ascen), 4), 92.2998); Sep 14 19:33:06.671 INFO kablam! | ^^^^^^^^^^^ help: remove these parentheses Sep 14 19:33:06.679 INFO kablam! | Sep 14 19:33:06.679 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 14 19:33:06.679 INFO kablam! Sep 14 19:33:06.680 INFO kablam! warning: unnecessary parentheses around function argument Sep 14 19:33:06.680 INFO kablam! --> tests/elliptic.rs:76:40 Sep 14 19:33:06.680 INFO kablam! | Sep 14 19:33:06.680 INFO kablam! 76 | assert_eq!(util::round_upto_digits((T - descend), 4), -28.9105); Sep 14 19:33:06.680 INFO kablam! | ^^^^^^^^^^^^^ help: remove these parentheses Sep 14 19:33:06.680 INFO kablam! Sep 14 19:33:06.956 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 12.77s Sep 14 19:33:06.964 INFO kablam! su: No module specific data is present Sep 14 19:33:08.592 INFO running `"docker" "rm" "-f" "d90d7e737ba8bb0506e10e9f0dfcca28a3eaa9e4e586fed29d65aaa1ac41568c"` Sep 14 19:33:08.858 INFO blam! d90d7e737ba8bb0506e10e9f0dfcca28a3eaa9e4e586fed29d65aaa1ac41568c