Oct 13 17:56:58.506 INFO checking astro-2.0.0 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 17:56:58.506 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-6/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-6/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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 13 17:56:58.858 INFO blam! dc670d19379d221e0c081193cb48f21d5e686c67c310ca168f676ef376ca47c9 Oct 13 17:56:58.862 INFO running `"docker" "start" "-a" "dc670d19379d221e0c081193cb48f21d5e686c67c310ca168f676ef376ca47c9"` Oct 13 17:57:00.735 INFO kablam! usermod: no changes Oct 13 17:57:00.860 INFO kablam! Checking astro v2.0.0 (/source) Oct 13 17:57:08.488 INFO kablam! warning: unused arithmetic operation which must be used Oct 13 17:57:08.488 INFO kablam! --> src/lunar.rs:1117:11 Oct 13 17:57:08.488 INFO kablam! | Oct 13 17:57:08.488 INFO kablam! 1117 | - 0.00002 * ((M1 - M).cos() - (M1 + M).cos() - (2.0 * F).cos()); Oct 13 17:57:08.488 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 17:57:08.488 INFO kablam! | Oct 13 17:57:08.490 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 17:57:08.490 INFO kablam! Oct 13 17:57:09.544 INFO kablam! warning: unused arithmetic operation which must be used Oct 13 17:57:09.545 INFO kablam! --> src/lunar.rs:1117:11 Oct 13 17:57:09.545 INFO kablam! | Oct 13 17:57:09.545 INFO kablam! 1117 | - 0.00002 * ((M1 - M).cos() - (M1 + M).cos() - (2.0 * F).cos()); Oct 13 17:57:09.545 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 17:57:09.572 INFO kablam! | Oct 13 17:57:09.572 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 13 17:57:09.572 INFO kablam! Oct 13 17:57:14.300 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 17:57:14.300 INFO kablam! --> tests/parabolic.rs:70:40 Oct 13 17:57:14.300 INFO kablam! | Oct 13 17:57:14.300 INFO kablam! 70 | assert_eq!(util::round_upto_digits((T - ascen), 2), 4354.65); Oct 13 17:57:14.301 INFO kablam! | ^^^^^^^^^^^ help: remove these parentheses Oct 13 17:57:14.301 INFO kablam! | Oct 13 17:57:14.301 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 13 17:57:14.301 INFO kablam! Oct 13 17:57:14.328 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 17:57:14.328 INFO kablam! --> tests/parabolic.rs:76:40 Oct 13 17:57:14.328 INFO kablam! | Oct 13 17:57:14.328 INFO kablam! 76 | assert_eq!(util::round_upto_digits((T - descend), 4), -28.3454); Oct 13 17:57:14.328 INFO kablam! | ^^^^^^^^^^^^^ help: remove these parentheses Oct 13 17:57:14.328 INFO kablam! Oct 13 17:57:20.860 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 17:57:20.861 INFO kablam! --> tests/elliptic.rs:70:40 Oct 13 17:57:20.861 INFO kablam! | Oct 13 17:57:20.862 INFO kablam! 70 | assert_eq!(util::round_upto_digits((T - ascen), 4), 92.2998); Oct 13 17:57:20.862 INFO kablam! | ^^^^^^^^^^^ help: remove these parentheses Oct 13 17:57:20.863 INFO kablam! | Oct 13 17:57:20.863 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 13 17:57:20.864 INFO kablam! Oct 13 17:57:20.864 INFO kablam! warning: unnecessary parentheses around function argument Oct 13 17:57:20.864 INFO kablam! --> tests/elliptic.rs:76:40 Oct 13 17:57:20.865 INFO kablam! | Oct 13 17:57:20.865 INFO kablam! 76 | assert_eq!(util::round_upto_digits((T - descend), 4), -28.9105); Oct 13 17:57:20.865 INFO kablam! | ^^^^^^^^^^^^^ help: remove these parentheses Oct 13 17:57:20.865 INFO kablam! Oct 13 17:57:22.024 INFO kablam! warning: unused `#[macro_use]` import Oct 13 17:57:22.025 INFO kablam! --> tests/planet.rs:25:1 Oct 13 17:57:22.025 INFO kablam! | Oct 13 17:57:22.025 INFO kablam! 25 | #[macro_use] Oct 13 17:57:22.025 INFO kablam! | ^^^^^^^^^^^^ Oct 13 17:57:22.025 INFO kablam! | Oct 13 17:57:22.025 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 17:57:22.025 INFO kablam! Oct 13 17:57:22.899 INFO kablam! warning: unused `#[macro_use]` import Oct 13 17:57:22.899 INFO kablam! --> tests/time.rs:25:1 Oct 13 17:57:22.899 INFO kablam! | Oct 13 17:57:22.899 INFO kablam! 25 | #[macro_use] Oct 13 17:57:22.899 INFO kablam! | ^^^^^^^^^^^^ Oct 13 17:57:22.912 INFO kablam! | Oct 13 17:57:22.913 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 17:57:22.913 INFO kablam! Oct 13 17:57:24.467 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 23.71s Oct 13 17:57:24.508 INFO kablam! su: No module specific data is present Oct 13 17:57:25.376 INFO running `"docker" "rm" "-f" "dc670d19379d221e0c081193cb48f21d5e686c67c310ca168f676ef376ca47c9"` Oct 13 17:57:25.683 INFO blam! dc670d19379d221e0c081193cb48f21d5e686c67c310ca168f676ef376ca47c9