Oct 22 04:37:15.433 INFO checking astro-2.0.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 22 04:37:15.433 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 22 04:37:15.777 INFO blam! 19ff6ff3402a11566dc4c64ba14ecb27e6c4c9c8416e0f59cc0cbd30689852e1 Oct 22 04:37:15.779 INFO running `"docker" "start" "-a" "19ff6ff3402a11566dc4c64ba14ecb27e6c4c9c8416e0f59cc0cbd30689852e1"` Oct 22 04:37:16.780 INFO kablam! usermod: no changes Oct 22 04:37:16.858 INFO kablam! Checking astro v2.0.0 (/source) Oct 22 04:37:22.764 INFO kablam! warning: unused arithmetic operation that must be used Oct 22 04:37:22.764 INFO kablam! --> src/lunar.rs:1117:11 Oct 22 04:37:22.764 INFO kablam! | Oct 22 04:37:22.764 INFO kablam! 1117 | - 0.00002 * ((M1 - M).cos() - (M1 + M).cos() - (2.0 * F).cos()); Oct 22 04:37:22.764 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 04:37:22.764 INFO kablam! | Oct 22 04:37:22.764 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 22 04:37:22.764 INFO kablam! Oct 22 04:37:24.532 INFO kablam! warning: unnecessary parentheses around function argument Oct 22 04:37:24.532 INFO kablam! --> tests/parabolic.rs:70:40 Oct 22 04:37:24.532 INFO kablam! | Oct 22 04:37:24.532 INFO kablam! 70 | assert_eq!(util::round_upto_digits((T - ascen), 2), 4354.65); Oct 22 04:37:24.532 INFO kablam! | ^^^^^^^^^^^ help: remove these parentheses Oct 22 04:37:24.532 INFO kablam! | Oct 22 04:37:24.532 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 22 04:37:24.532 INFO kablam! Oct 22 04:37:24.532 INFO kablam! warning: unnecessary parentheses around function argument Oct 22 04:37:24.532 INFO kablam! --> tests/parabolic.rs:76:40 Oct 22 04:37:24.533 INFO kablam! | Oct 22 04:37:24.533 INFO kablam! 76 | assert_eq!(util::round_upto_digits((T - descend), 4), -28.3454); Oct 22 04:37:24.533 INFO kablam! | ^^^^^^^^^^^^^ help: remove these parentheses Oct 22 04:37:24.533 INFO kablam! Oct 22 04:37:26.428 INFO kablam! warning: unused arithmetic operation that must be used Oct 22 04:37:26.428 INFO kablam! --> src/lunar.rs:1117:11 Oct 22 04:37:26.428 INFO kablam! | Oct 22 04:37:26.428 INFO kablam! 1117 | - 0.00002 * ((M1 - M).cos() - (M1 + M).cos() - (2.0 * F).cos()); Oct 22 04:37:26.428 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 22 04:37:26.428 INFO kablam! | Oct 22 04:37:26.428 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 22 04:37:26.428 INFO kablam! Oct 22 04:37:28.156 INFO kablam! warning: unnecessary parentheses around function argument Oct 22 04:37:28.156 INFO kablam! --> tests/elliptic.rs:70:40 Oct 22 04:37:28.156 INFO kablam! | Oct 22 04:37:28.156 INFO kablam! 70 | assert_eq!(util::round_upto_digits((T - ascen), 4), 92.2998); Oct 22 04:37:28.156 INFO kablam! | ^^^^^^^^^^^ help: remove these parentheses Oct 22 04:37:28.156 INFO kablam! | Oct 22 04:37:28.156 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 22 04:37:28.156 INFO kablam! Oct 22 04:37:28.156 INFO kablam! warning: unnecessary parentheses around function argument Oct 22 04:37:28.156 INFO kablam! --> tests/elliptic.rs:76:40 Oct 22 04:37:28.156 INFO kablam! | Oct 22 04:37:28.156 INFO kablam! 76 | assert_eq!(util::round_upto_digits((T - descend), 4), -28.9105); Oct 22 04:37:28.156 INFO kablam! | ^^^^^^^^^^^^^ help: remove these parentheses Oct 22 04:37:28.156 INFO kablam! Oct 22 04:37:28.828 INFO kablam! warning: unused `#[macro_use]` import Oct 22 04:37:28.828 INFO kablam! --> tests/planet.rs:25:1 Oct 22 04:37:28.828 INFO kablam! | Oct 22 04:37:28.828 INFO kablam! 25 | #[macro_use] Oct 22 04:37:28.828 INFO kablam! | ^^^^^^^^^^^^ Oct 22 04:37:28.828 INFO kablam! | Oct 22 04:37:28.828 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 22 04:37:28.828 INFO kablam! Oct 22 04:37:33.772 INFO kablam! warning: unused `#[macro_use]` import Oct 22 04:37:33.772 INFO kablam! --> tests/time.rs:25:1 Oct 22 04:37:33.772 INFO kablam! | Oct 22 04:37:33.772 INFO kablam! 25 | #[macro_use] Oct 22 04:37:33.772 INFO kablam! | ^^^^^^^^^^^^ Oct 22 04:37:33.772 INFO kablam! | Oct 22 04:37:33.772 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 22 04:37:33.772 INFO kablam! Oct 22 04:37:34.877 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 18.07s Oct 22 04:37:34.907 INFO kablam! su: No module specific data is present Oct 22 04:37:35.689 INFO running `"docker" "rm" "-f" "19ff6ff3402a11566dc4c64ba14ecb27e6c4c9c8416e0f59cc0cbd30689852e1"` Oct 22 04:37:35.944 INFO blam! 19ff6ff3402a11566dc4c64ba14ecb27e6c4c9c8416e0f59cc0cbd30689852e1