Oct 28 00:57:12.127 INFO checking astro-2.0.0 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 28 00:57:12.129 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +19f01b935b91481fd445b16b533d2f87661bf12e-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 28 00:57:12.598 INFO blam! 18d039bf861b754cb9ca2d017ff0732a98313cc6697212a511afc445f4bbec7d Oct 28 00:57:12.605 INFO running `"docker" "start" "-a" "18d039bf861b754cb9ca2d017ff0732a98313cc6697212a511afc445f4bbec7d"` Oct 28 00:57:14.257 INFO kablam! usermod: no changes Oct 28 00:57:14.339 INFO kablam! Checking astro v2.0.0 (/source) Oct 28 00:57:21.171 INFO kablam! warning: unused arithmetic operation that must be used Oct 28 00:57:21.172 INFO kablam! --> src/lunar.rs:1117:11 Oct 28 00:57:21.173 INFO kablam! | Oct 28 00:57:21.173 INFO kablam! 1117 | - 0.00002 * ((M1 - M).cos() - (M1 + M).cos() - (2.0 * F).cos()); Oct 28 00:57:21.174 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 28 00:57:21.175 INFO kablam! | Oct 28 00:57:21.175 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 28 00:57:21.176 INFO kablam! Oct 28 00:57:21.947 INFO kablam! warning: unused arithmetic operation that must be used Oct 28 00:57:21.948 INFO kablam! --> src/lunar.rs:1117:11 Oct 28 00:57:21.948 INFO kablam! | Oct 28 00:57:21.949 INFO kablam! 1117 | - 0.00002 * ((M1 - M).cos() - (M1 + M).cos() - (2.0 * F).cos()); Oct 28 00:57:21.950 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 28 00:57:21.955 INFO kablam! | Oct 28 00:57:21.955 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 28 00:57:21.955 INFO kablam! Oct 28 00:57:27.159 INFO kablam! warning: unnecessary parentheses around function argument Oct 28 00:57:27.160 INFO kablam! --> tests/elliptic.rs:70:40 Oct 28 00:57:27.160 INFO kablam! | Oct 28 00:57:27.161 INFO kablam! 70 | assert_eq!(util::round_upto_digits((T - ascen), 4), 92.2998); Oct 28 00:57:27.161 INFO kablam! | ^^^^^^^^^^^ help: remove these parentheses Oct 28 00:57:27.183 INFO kablam! | Oct 28 00:57:27.184 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 28 00:57:27.184 INFO kablam! Oct 28 00:57:27.185 INFO kablam! warning: unnecessary parentheses around function argument Oct 28 00:57:27.186 INFO kablam! --> tests/elliptic.rs:76:40 Oct 28 00:57:27.186 INFO kablam! | Oct 28 00:57:27.187 INFO kablam! 76 | assert_eq!(util::round_upto_digits((T - descend), 4), -28.9105); Oct 28 00:57:27.188 INFO kablam! | ^^^^^^^^^^^^^ help: remove these parentheses Oct 28 00:57:27.188 INFO kablam! Oct 28 00:57:27.515 INFO kablam! warning: unused `#[macro_use]` import Oct 28 00:57:27.515 INFO kablam! --> tests/planet.rs:25:1 Oct 28 00:57:27.515 INFO kablam! | Oct 28 00:57:27.516 INFO kablam! 25 | #[macro_use] Oct 28 00:57:27.516 INFO kablam! | ^^^^^^^^^^^^ Oct 28 00:57:27.516 INFO kablam! | Oct 28 00:57:27.517 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 28 00:57:27.517 INFO kablam! Oct 28 00:57:33.373 INFO kablam! warning: unused `#[macro_use]` import Oct 28 00:57:33.374 INFO kablam! --> tests/time.rs:25:1 Oct 28 00:57:33.375 INFO kablam! | Oct 28 00:57:33.376 INFO kablam! 25 | #[macro_use] Oct 28 00:57:33.376 INFO kablam! | ^^^^^^^^^^^^ Oct 28 00:57:33.377 INFO kablam! | Oct 28 00:57:33.377 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 28 00:57:33.378 INFO kablam! Oct 28 00:57:36.442 INFO kablam! warning: unnecessary parentheses around function argument Oct 28 00:57:36.442 INFO kablam! --> tests/parabolic.rs:70:40 Oct 28 00:57:36.442 INFO kablam! | Oct 28 00:57:36.442 INFO kablam! 70 | assert_eq!(util::round_upto_digits((T - ascen), 2), 4354.65); Oct 28 00:57:36.442 INFO kablam! | ^^^^^^^^^^^ help: remove these parentheses Oct 28 00:57:36.442 INFO kablam! | Oct 28 00:57:36.442 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 28 00:57:36.442 INFO kablam! Oct 28 00:57:36.444 INFO kablam! warning: unnecessary parentheses around function argument Oct 28 00:57:36.444 INFO kablam! --> tests/parabolic.rs:76:40 Oct 28 00:57:36.444 INFO kablam! | Oct 28 00:57:36.444 INFO kablam! 76 | assert_eq!(util::round_upto_digits((T - descend), 4), -28.3454); Oct 28 00:57:36.445 INFO kablam! | ^^^^^^^^^^^^^ help: remove these parentheses Oct 28 00:57:36.445 INFO kablam! Oct 28 00:57:36.587 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 22.29s Oct 28 00:57:36.612 INFO kablam! su: No module specific data is present Oct 28 00:57:37.171 INFO running `"docker" "rm" "-f" "18d039bf861b754cb9ca2d017ff0732a98313cc6697212a511afc445f4bbec7d"` Oct 28 00:57:37.391 INFO blam! 18d039bf861b754cb9ca2d017ff0732a98313cc6697212a511afc445f4bbec7d