Sep 06 09:49:56.645 INFO checking astro-2.0.0 against try#51ff957df5095d92d1d3d4682207ee8b7ad408a8 for pr-53854 Sep 06 09:49:56.645 INFO running: cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets Sep 06 09:49:56.650 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-5/pr-53854/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53854/worker-5/try#51ff957df5095d92d1d3d4682207ee8b7ad408a8:/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=1000" "-e" "CMD=cargo +51ff957df5095d92d1d3d4682207ee8b7ad408a8-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 06 09:49:56.968 INFO blam! 09614e525bf1eb05bb8593e8bf5072f9869ebd48df6ecab190a5f0ae6b383e01 Sep 06 09:49:56.973 INFO running `"docker" "start" "-a" "09614e525bf1eb05bb8593e8bf5072f9869ebd48df6ecab190a5f0ae6b383e01"` Sep 06 09:49:57.827 INFO kablam! usermod: no changes Sep 06 09:49:57.902 INFO kablam! Checking astro v2.0.0 (file:///source) Sep 06 09:50:02.170 INFO kablam! warning: unused arithmetic operation which must be used Sep 06 09:50:02.170 INFO kablam! --> src/lunar.rs:1117:11 Sep 06 09:50:02.170 INFO kablam! | Sep 06 09:50:02.170 INFO kablam! 1117 | - 0.00002 * ((M1 - M).cos() - (M1 + M).cos() - (2.0 * F).cos()); Sep 06 09:50:02.170 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 09:50:02.170 INFO kablam! | Sep 06 09:50:02.170 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 06 09:50:02.170 INFO kablam! Sep 06 09:50:02.714 INFO kablam! warning: unused arithmetic operation which must be used Sep 06 09:50:02.714 INFO kablam! --> src/lunar.rs:1117:11 Sep 06 09:50:02.714 INFO kablam! | Sep 06 09:50:02.714 INFO kablam! 1117 | - 0.00002 * ((M1 - M).cos() - (M1 + M).cos() - (2.0 * F).cos()); Sep 06 09:50:02.714 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 06 09:50:02.714 INFO kablam! | Sep 06 09:50:02.714 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 06 09:50:02.714 INFO kablam! Sep 06 09:50:04.123 INFO kablam! warning: unnecessary parentheses around function argument Sep 06 09:50:04.123 INFO kablam! --> tests/parabolic.rs:70:40 Sep 06 09:50:04.123 INFO kablam! | Sep 06 09:50:04.123 INFO kablam! 70 | assert_eq!(util::round_upto_digits((T - ascen), 2), 4354.65); Sep 06 09:50:04.123 INFO kablam! | ^^^^^^^^^^^ help: remove these parentheses Sep 06 09:50:04.123 INFO kablam! | Sep 06 09:50:04.123 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 06 09:50:04.123 INFO kablam! Sep 06 09:50:04.123 INFO kablam! warning: unnecessary parentheses around function argument Sep 06 09:50:04.123 INFO kablam! --> tests/parabolic.rs:76:40 Sep 06 09:50:04.123 INFO kablam! | Sep 06 09:50:04.123 INFO kablam! 76 | assert_eq!(util::round_upto_digits((T - descend), 4), -28.3454); Sep 06 09:50:04.123 INFO kablam! | ^^^^^^^^^^^^^ help: remove these parentheses Sep 06 09:50:04.123 INFO kablam! Sep 06 09:50:04.286 INFO kablam! warning: unused `#[macro_use]` import Sep 06 09:50:04.286 INFO kablam! --> tests/planet.rs:25:1 Sep 06 09:50:04.286 INFO kablam! | Sep 06 09:50:04.286 INFO kablam! 25 | #[macro_use] Sep 06 09:50:04.286 INFO kablam! | ^^^^^^^^^^^^ Sep 06 09:50:04.286 INFO kablam! | Sep 06 09:50:04.286 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 06 09:50:04.286 INFO kablam! Sep 06 09:50:09.187 INFO kablam! warning: unnecessary parentheses around function argument Sep 06 09:50:09.187 INFO kablam! --> tests/elliptic.rs:70:40 Sep 06 09:50:09.187 INFO kablam! | Sep 06 09:50:09.187 INFO kablam! 70 | assert_eq!(util::round_upto_digits((T - ascen), 4), 92.2998); Sep 06 09:50:09.187 INFO kablam! | ^^^^^^^^^^^ help: remove these parentheses Sep 06 09:50:09.188 INFO kablam! | Sep 06 09:50:09.188 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 06 09:50:09.188 INFO kablam! Sep 06 09:50:09.188 INFO kablam! warning: unnecessary parentheses around function argument Sep 06 09:50:09.188 INFO kablam! --> tests/elliptic.rs:76:40 Sep 06 09:50:09.188 INFO kablam! | Sep 06 09:50:09.189 INFO kablam! 76 | assert_eq!(util::round_upto_digits((T - descend), 4), -28.9105); Sep 06 09:50:09.189 INFO kablam! | ^^^^^^^^^^^^^ help: remove these parentheses Sep 06 09:50:09.189 INFO kablam! Sep 06 09:50:09.806 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 11.93s Sep 06 09:50:09.826 INFO kablam! su: No module specific data is present Sep 06 09:50:11.251 INFO running `"docker" "rm" "-f" "09614e525bf1eb05bb8593e8bf5072f9869ebd48df6ecab190a5f0ae6b383e01"` Sep 06 09:50:11.371 INFO blam! 09614e525bf1eb05bb8593e8bf5072f9869ebd48df6ecab190a5f0ae6b383e01