Oct 28 00:57:13.056 INFO checking astro-2.0.0 against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 28 00:57:13.057 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/pr-55192-2/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 28 00:57:13.665 INFO blam! e2b6fdce8c58e1af29616aac1da4204054e7aa0ba4f99af87dc86db26f91def7 Oct 28 00:57:13.667 INFO running `"docker" "start" "-a" "e2b6fdce8c58e1af29616aac1da4204054e7aa0ba4f99af87dc86db26f91def7"` Oct 28 00:57:15.153 INFO kablam! usermod: no changes Oct 28 00:57:15.219 INFO kablam! Checking astro v2.0.0 (/source) Oct 28 00:57:22.928 INFO kablam! warning: unused arithmetic operation that must be used Oct 28 00:57:22.928 INFO kablam! --> src/lunar.rs:1117:11 Oct 28 00:57:22.928 INFO kablam! | Oct 28 00:57:22.928 INFO kablam! 1117 | - 0.00002 * ((M1 - M).cos() - (M1 + M).cos() - (2.0 * F).cos()); Oct 28 00:57:22.928 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 28 00:57:22.928 INFO kablam! | Oct 28 00:57:22.928 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 28 00:57:22.929 INFO kablam! Oct 28 00:57:23.132 INFO kablam! warning: unused arithmetic operation that must be used Oct 28 00:57:23.133 INFO kablam! --> src/lunar.rs:1117:11 Oct 28 00:57:23.133 INFO kablam! | Oct 28 00:57:23.133 INFO kablam! 1117 | - 0.00002 * ((M1 - M).cos() - (M1 + M).cos() - (2.0 * F).cos()); Oct 28 00:57:23.133 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 28 00:57:23.133 INFO kablam! | Oct 28 00:57:23.155 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 28 00:57:23.155 INFO kablam! Oct 28 00:57:28.571 INFO kablam! warning: unused `#[macro_use]` import Oct 28 00:57:28.571 INFO kablam! --> tests/planet.rs:25:1 Oct 28 00:57:28.572 INFO kablam! | Oct 28 00:57:28.572 INFO kablam! 25 | #[macro_use] Oct 28 00:57:28.572 INFO kablam! | ^^^^^^^^^^^^ Oct 28 00:57:28.573 INFO kablam! | Oct 28 00:57:28.573 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 28 00:57:28.573 INFO kablam! Oct 28 00:57:28.811 INFO kablam! warning: unused `#[macro_use]` import Oct 28 00:57:28.811 INFO kablam! --> tests/time.rs:25:1 Oct 28 00:57:28.811 INFO kablam! | Oct 28 00:57:28.812 INFO kablam! 25 | #[macro_use] Oct 28 00:57:28.812 INFO kablam! | ^^^^^^^^^^^^ Oct 28 00:57:28.812 INFO kablam! | Oct 28 00:57:28.813 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 28 00:57:28.813 INFO kablam! Oct 28 00:57:29.091 INFO kablam! warning: unnecessary parentheses around function argument Oct 28 00:57:29.091 INFO kablam! --> tests/parabolic.rs:70:40 Oct 28 00:57:29.091 INFO kablam! | Oct 28 00:57:29.091 INFO kablam! 70 | assert_eq!(util::round_upto_digits((T - ascen), 2), 4354.65); Oct 28 00:57:29.091 INFO kablam! | ^^^^^^^^^^^ help: remove these parentheses Oct 28 00:57:29.091 INFO kablam! | Oct 28 00:57:29.091 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 28 00:57:29.091 INFO kablam! Oct 28 00:57:29.091 INFO kablam! warning: unnecessary parentheses around function argument Oct 28 00:57:29.091 INFO kablam! --> tests/parabolic.rs:76:40 Oct 28 00:57:29.091 INFO kablam! | Oct 28 00:57:29.091 INFO kablam! 76 | assert_eq!(util::round_upto_digits((T - descend), 4), -28.3454); Oct 28 00:57:29.091 INFO kablam! | ^^^^^^^^^^^^^ help: remove these parentheses Oct 28 00:57:29.091 INFO kablam! Oct 28 00:57:35.415 INFO kablam! warning: unnecessary parentheses around function argument Oct 28 00:57:35.415 INFO kablam! --> tests/elliptic.rs:70:40 Oct 28 00:57:35.415 INFO kablam! | Oct 28 00:57:35.415 INFO kablam! 70 | assert_eq!(util::round_upto_digits((T - ascen), 4), 92.2998); Oct 28 00:57:35.415 INFO kablam! | ^^^^^^^^^^^ help: remove these parentheses Oct 28 00:57:35.415 INFO kablam! | Oct 28 00:57:35.415 INFO kablam! = note: #[warn(unused_parens)] on by default Oct 28 00:57:35.415 INFO kablam! Oct 28 00:57:35.415 INFO kablam! warning: unnecessary parentheses around function argument Oct 28 00:57:35.415 INFO kablam! --> tests/elliptic.rs:76:40 Oct 28 00:57:35.415 INFO kablam! | Oct 28 00:57:35.415 INFO kablam! 76 | assert_eq!(util::round_upto_digits((T - descend), 4), -28.9105); Oct 28 00:57:35.415 INFO kablam! | ^^^^^^^^^^^^^ help: remove these parentheses Oct 28 00:57:35.415 INFO kablam! Oct 28 00:57:37.640 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 22.46s Oct 28 00:57:37.655 INFO kablam! su: No module specific data is present Oct 28 00:57:38.715 INFO running `"docker" "rm" "-f" "e2b6fdce8c58e1af29616aac1da4204054e7aa0ba4f99af87dc86db26f91def7"` Oct 28 00:57:38.959 INFO blam! e2b6fdce8c58e1af29616aac1da4204054e7aa0ba4f99af87dc86db26f91def7