Sep 01 10:21:28.454 INFO checking astro-2.0.0 against try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b for pr-53578 Sep 01 10:21:28.454 INFO running: cargo +a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b-alt check --frozen --all --all-targets Sep 01 10:21:28.454 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53578/try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578/worker-2/try#a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b:/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 +a5b9f2cc0cdaca8edf23a89c649279de2c91cd3b-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:28.743 INFO blam! 92c3da817a89dd46aa1406608a625bac51d936bcbc24dcd5ee757e99aff61aa2 Sep 01 10:21:28.749 INFO running `"docker" "start" "-a" "92c3da817a89dd46aa1406608a625bac51d936bcbc24dcd5ee757e99aff61aa2"` Sep 01 10:21:29.584 INFO kablam! Checking astro v2.0.0 (file:///source) Sep 01 10:21:37.471 INFO kablam! warning: unused arithmetic operation which must be used Sep 01 10:21:37.472 INFO kablam! --> src/lunar.rs:1117:11 Sep 01 10:21:37.472 INFO kablam! | Sep 01 10:21:37.472 INFO kablam! 1117 | - 0.00002 * ((M1 - M).cos() - (M1 + M).cos() - (2.0 * F).cos()); Sep 01 10:21:37.472 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:21:37.472 INFO kablam! | Sep 01 10:21:37.472 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 01 10:21:37.472 INFO kablam! Sep 01 10:21:38.142 INFO kablam! warning: unused arithmetic operation which must be used Sep 01 10:21:38.142 INFO kablam! --> src/lunar.rs:1117:11 Sep 01 10:21:38.142 INFO kablam! | Sep 01 10:21:38.142 INFO kablam! 1117 | - 0.00002 * ((M1 - M).cos() - (M1 + M).cos() - (2.0 * F).cos()); Sep 01 10:21:38.142 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 01 10:21:38.174 INFO kablam! | Sep 01 10:21:38.175 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 01 10:21:38.175 INFO kablam! Sep 01 10:21:44.970 INFO kablam! warning: unused `#[macro_use]` import Sep 01 10:21:44.970 INFO kablam! --> tests/planet.rs:25:1 Sep 01 10:21:44.970 INFO kablam! | Sep 01 10:21:44.970 INFO kablam! 25 | #[macro_use] Sep 01 10:21:44.970 INFO kablam! | ^^^^^^^^^^^^ Sep 01 10:21:44.971 INFO kablam! | Sep 01 10:21:44.971 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 01 10:21:44.971 INFO kablam! Sep 01 10:21:45.813 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 10:21:45.813 INFO kablam! --> tests/elliptic.rs:70:40 Sep 01 10:21:45.813 INFO kablam! | Sep 01 10:21:45.813 INFO kablam! 70 | assert_eq!(util::round_upto_digits((T - ascen), 4), 92.2998); Sep 01 10:21:45.813 INFO kablam! | ^^^^^^^^^^^ help: remove these parentheses Sep 01 10:21:45.834 INFO kablam! | Sep 01 10:21:45.835 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 01 10:21:45.835 INFO kablam! Sep 01 10:21:45.836 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 10:21:45.836 INFO kablam! --> tests/elliptic.rs:76:40 Sep 01 10:21:45.836 INFO kablam! | Sep 01 10:21:45.836 INFO kablam! 76 | assert_eq!(util::round_upto_digits((T - descend), 4), -28.9105); Sep 01 10:21:45.836 INFO kablam! | ^^^^^^^^^^^^^ help: remove these parentheses Sep 01 10:21:45.837 INFO kablam! Sep 01 10:21:47.865 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 10:21:47.865 INFO kablam! --> tests/parabolic.rs:70:40 Sep 01 10:21:47.865 INFO kablam! | Sep 01 10:21:47.865 INFO kablam! 70 | assert_eq!(util::round_upto_digits((T - ascen), 2), 4354.65); Sep 01 10:21:47.865 INFO kablam! | ^^^^^^^^^^^ help: remove these parentheses Sep 01 10:21:47.866 INFO kablam! | Sep 01 10:21:47.866 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 01 10:21:47.866 INFO kablam! Sep 01 10:21:47.867 INFO kablam! warning: unnecessary parentheses around function argument Sep 01 10:21:47.867 INFO kablam! --> tests/parabolic.rs:76:40 Sep 01 10:21:47.867 INFO kablam! | Sep 01 10:21:47.867 INFO kablam! 76 | assert_eq!(util::round_upto_digits((T - descend), 4), -28.3454); Sep 01 10:21:47.867 INFO kablam! | ^^^^^^^^^^^^^ help: remove these parentheses Sep 01 10:21:47.868 INFO kablam! Sep 01 10:21:48.167 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 18.62s Sep 01 10:21:48.185 INFO kablam! su: No module specific data is present Sep 01 10:21:48.700 INFO running `"docker" "rm" "-f" "92c3da817a89dd46aa1406608a625bac51d936bcbc24dcd5ee757e99aff61aa2"` Sep 01 10:21:48.869 INFO blam! 92c3da817a89dd46aa1406608a625bac51d936bcbc24dcd5ee757e99aff61aa2