Sep 14 19:32:53.101 INFO checking astro-2.0.0 against master#90d36fb5905bbe5004f5b465ea14b53d10dae260 for pr-53578-1 Sep 14 19:32:53.101 INFO running: cargo +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets Sep 14 19:32:53.101 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53578-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53578-1/worker-1/master#90d36fb5905bbe5004f5b465ea14b53d10dae260:/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 +90d36fb5905bbe5004f5b465ea14b53d10dae260-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 14 19:32:53.240 INFO blam! 2edd449a8e80b3e3e5246774ccf81c554842c8e44ed49eaf462760cf53dc5767 Sep 14 19:32:53.241 INFO running `"docker" "start" "-a" "2edd449a8e80b3e3e5246774ccf81c554842c8e44ed49eaf462760cf53dc5767"` Sep 14 19:32:54.311 INFO kablam! usermod: no changes Sep 14 19:32:54.370 INFO kablam! Checking astro v2.0.0 (file:///source) Sep 14 19:32:59.547 INFO kablam! warning: unused arithmetic operation which must be used Sep 14 19:32:59.547 INFO kablam! --> src/lunar.rs:1117:11 Sep 14 19:32:59.547 INFO kablam! | Sep 14 19:32:59.547 INFO kablam! 1117 | - 0.00002 * ((M1 - M).cos() - (M1 + M).cos() - (2.0 * F).cos()); Sep 14 19:32:59.547 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 19:32:59.547 INFO kablam! | Sep 14 19:32:59.547 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 14 19:32:59.547 INFO kablam! Sep 14 19:33:01.568 INFO kablam! warning: unused arithmetic operation which must be used Sep 14 19:33:01.568 INFO kablam! --> src/lunar.rs:1117:11 Sep 14 19:33:01.568 INFO kablam! | Sep 14 19:33:01.568 INFO kablam! 1117 | - 0.00002 * ((M1 - M).cos() - (M1 + M).cos() - (2.0 * F).cos()); Sep 14 19:33:01.568 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 14 19:33:01.568 INFO kablam! | Sep 14 19:33:01.568 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 14 19:33:01.568 INFO kablam! Sep 14 19:33:02.196 INFO kablam! warning: unused `#[macro_use]` import Sep 14 19:33:02.196 INFO kablam! --> tests/time.rs:25:1 Sep 14 19:33:02.196 INFO kablam! | Sep 14 19:33:02.196 INFO kablam! 25 | #[macro_use] Sep 14 19:33:02.196 INFO kablam! | ^^^^^^^^^^^^ Sep 14 19:33:02.197 INFO kablam! | Sep 14 19:33:02.197 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 14 19:33:02.197 INFO kablam! Sep 14 19:33:02.370 INFO kablam! warning: unnecessary parentheses around function argument Sep 14 19:33:02.370 INFO kablam! --> tests/parabolic.rs:70:40 Sep 14 19:33:02.370 INFO kablam! | Sep 14 19:33:02.370 INFO kablam! 70 | assert_eq!(util::round_upto_digits((T - ascen), 2), 4354.65); Sep 14 19:33:02.370 INFO kablam! | ^^^^^^^^^^^ help: remove these parentheses Sep 14 19:33:02.386 INFO kablam! warning: unnecessary parentheses around function argument Sep 14 19:33:02.386 INFO kablam! --> tests/elliptic.rs:70:40 Sep 14 19:33:02.386 INFO kablam! | Sep 14 19:33:02.386 INFO kablam! 70 | assert_eq!(util::round_upto_digits((T - ascen), 4), 92.2998); Sep 14 19:33:02.386 INFO kablam! | ^^^^^^^^^^^ help: remove these parentheses Sep 14 19:33:02.399 INFO kablam! | Sep 14 19:33:02.399 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 14 19:33:02.399 INFO kablam! Sep 14 19:33:02.400 INFO kablam! warning: unnecessary parentheses around function argument Sep 14 19:33:02.400 INFO kablam! --> tests/elliptic.rs:76:40 Sep 14 19:33:02.400 INFO kablam! | Sep 14 19:33:02.400 INFO kablam! 76 | assert_eq!(util::round_upto_digits((T - descend), 4), -28.9105); Sep 14 19:33:02.400 INFO kablam! | ^^^^^^^^^^^^^ help: remove these parentheses Sep 14 19:33:02.400 INFO kablam! Sep 14 19:33:02.423 INFO kablam! | Sep 14 19:33:02.423 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 14 19:33:02.423 INFO kablam! Sep 14 19:33:02.424 INFO kablam! warning: unnecessary parentheses around function argument Sep 14 19:33:02.424 INFO kablam! --> tests/parabolic.rs:76:40 Sep 14 19:33:02.424 INFO kablam! | Sep 14 19:33:02.424 INFO kablam! 76 | assert_eq!(util::round_upto_digits((T - descend), 4), -28.3454); Sep 14 19:33:02.424 INFO kablam! | ^^^^^^^^^^^^^ help: remove these parentheses Sep 14 19:33:02.424 INFO kablam! Sep 14 19:33:05.309 INFO kablam! warning: unused `#[macro_use]` import Sep 14 19:33:05.309 INFO kablam! --> tests/planet.rs:25:1 Sep 14 19:33:05.309 INFO kablam! | Sep 14 19:33:05.309 INFO kablam! 25 | #[macro_use] Sep 14 19:33:05.309 INFO kablam! | ^^^^^^^^^^^^ Sep 14 19:33:05.309 INFO kablam! | Sep 14 19:33:05.309 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 14 19:33:05.309 INFO kablam! Sep 14 19:33:07.843 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 13.50s Sep 14 19:33:07.855 INFO kablam! su: No module specific data is present Sep 14 19:33:08.831 INFO running `"docker" "rm" "-f" "2edd449a8e80b3e3e5246774ccf81c554842c8e44ed49eaf462760cf53dc5767"` Sep 14 19:33:09.135 INFO blam! 2edd449a8e80b3e3e5246774ccf81c554842c8e44ed49eaf462760cf53dc5767