Sep 05 02:39:35.782 INFO checking astro-2.0.0 against try#5fe695a3844714c70e8f7731a553f7947987a68a for pr-53913 Sep 05 02:39:35.782 INFO running: cargo +5fe695a3844714c70e8f7731a553f7947987a68a-alt check --frozen --all --all-targets Sep 05 02:39:35.782 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-2/pr-53913/try#5fe695a3844714c70e8f7731a553f7947987a68a:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-2/try#5fe695a3844714c70e8f7731a553f7947987a68a:/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=500" "-e" "CMD=cargo +5fe695a3844714c70e8f7731a553f7947987a68a-alt check --frozen --all --all-targets" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "2G" "crater"` Sep 05 02:39:36.015 INFO blam! 00957779fdd3ec562c114b44a2d9af30d6ee1887e2911e7610e35ba1e6b6b36e Sep 05 02:39:36.018 INFO running `"docker" "start" "-a" "00957779fdd3ec562c114b44a2d9af30d6ee1887e2911e7610e35ba1e6b6b36e"` Sep 05 02:39:37.170 INFO kablam! Checking astro v2.0.0 (file:///source) Sep 05 02:39:44.159 INFO kablam! warning: unused arithmetic operation which must be used Sep 05 02:39:44.159 INFO kablam! --> src/lunar.rs:1117:11 Sep 05 02:39:44.159 INFO kablam! | Sep 05 02:39:44.159 INFO kablam! 1117 | - 0.00002 * ((M1 - M).cos() - (M1 + M).cos() - (2.0 * F).cos()); Sep 05 02:39:44.159 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 02:39:44.159 INFO kablam! | Sep 05 02:39:44.159 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 05 02:39:44.159 INFO kablam! Sep 05 02:39:44.891 INFO kablam! warning: unused arithmetic operation which must be used Sep 05 02:39:44.891 INFO kablam! --> src/lunar.rs:1117:11 Sep 05 02:39:44.891 INFO kablam! | Sep 05 02:39:44.891 INFO kablam! 1117 | - 0.00002 * ((M1 - M).cos() - (M1 + M).cos() - (2.0 * F).cos()); Sep 05 02:39:44.891 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 02:39:44.892 INFO kablam! | Sep 05 02:39:44.892 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 05 02:39:44.892 INFO kablam! Sep 05 02:39:46.572 INFO kablam! warning: unused `#[macro_use]` import Sep 05 02:39:46.572 INFO kablam! --> tests/time.rs:25:1 Sep 05 02:39:46.572 INFO kablam! | Sep 05 02:39:46.572 INFO kablam! 25 | #[macro_use] Sep 05 02:39:46.572 INFO kablam! | ^^^^^^^^^^^^ Sep 05 02:39:46.580 INFO kablam! | Sep 05 02:39:46.580 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 05 02:39:46.580 INFO kablam! Sep 05 02:39:47.771 INFO kablam! warning: unnecessary parentheses around function argument Sep 05 02:39:47.771 INFO kablam! --> tests/elliptic.rs:70:40 Sep 05 02:39:47.771 INFO kablam! | Sep 05 02:39:47.771 INFO kablam! 70 | assert_eq!(util::round_upto_digits((T - ascen), 4), 92.2998); Sep 05 02:39:47.771 INFO kablam! | ^^^^^^^^^^^ help: remove these parentheses Sep 05 02:39:47.794 INFO kablam! | Sep 05 02:39:47.794 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 05 02:39:47.795 INFO kablam! Sep 05 02:39:47.795 INFO kablam! warning: unnecessary parentheses around function argument Sep 05 02:39:47.795 INFO kablam! --> tests/elliptic.rs:76:40 Sep 05 02:39:47.795 INFO kablam! | Sep 05 02:39:47.795 INFO kablam! 76 | assert_eq!(util::round_upto_digits((T - descend), 4), -28.9105); Sep 05 02:39:47.795 INFO kablam! | ^^^^^^^^^^^^^ help: remove these parentheses Sep 05 02:39:47.796 INFO kablam! Sep 05 02:39:49.230 INFO kablam! warning: unnecessary parentheses around function argument Sep 05 02:39:49.230 INFO kablam! --> tests/parabolic.rs:70:40 Sep 05 02:39:49.230 INFO kablam! | Sep 05 02:39:49.230 INFO kablam! 70 | assert_eq!(util::round_upto_digits((T - ascen), 2), 4354.65); Sep 05 02:39:49.230 INFO kablam! | ^^^^^^^^^^^ help: remove these parentheses Sep 05 02:39:49.230 INFO kablam! | Sep 05 02:39:49.230 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 05 02:39:49.230 INFO kablam! Sep 05 02:39:49.231 INFO kablam! warning: unnecessary parentheses around function argument Sep 05 02:39:49.231 INFO kablam! --> tests/parabolic.rs:76:40 Sep 05 02:39:49.231 INFO kablam! | Sep 05 02:39:49.231 INFO kablam! 76 | assert_eq!(util::round_upto_digits((T - descend), 4), -28.3454); Sep 05 02:39:49.231 INFO kablam! | ^^^^^^^^^^^^^ help: remove these parentheses Sep 05 02:39:49.231 INFO kablam! Sep 05 02:39:51.720 INFO kablam! warning: unused `#[macro_use]` import Sep 05 02:39:51.720 INFO kablam! --> tests/planet.rs:25:1 Sep 05 02:39:51.720 INFO kablam! | Sep 05 02:39:51.721 INFO kablam! 25 | #[macro_use] Sep 05 02:39:51.721 INFO kablam! | ^^^^^^^^^^^^ Sep 05 02:39:51.744 INFO kablam! | Sep 05 02:39:51.745 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 05 02:39:51.745 INFO kablam! Sep 05 02:39:53.774 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 16.65s Sep 05 02:39:53.791 INFO kablam! su: No module specific data is present Sep 05 02:39:54.318 INFO running `"docker" "rm" "-f" "00957779fdd3ec562c114b44a2d9af30d6ee1887e2911e7610e35ba1e6b6b36e"` Sep 05 02:39:54.458 INFO blam! 00957779fdd3ec562c114b44a2d9af30d6ee1887e2911e7610e35ba1e6b6b36e