Sep 05 02:39:36.845 INFO checking astro-2.0.0 against master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8 for pr-53913 Sep 05 02:39:36.845 INFO running: cargo +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-alt check --frozen --all --all-targets Sep 05 02:39:36.845 INFO running `"docker" "create" "-v" "/home/ec2-user/crater/./work/local/test-source/worker-1/pr-53913/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/source:ro,Z" "-v" "/home/ec2-user/crater/./work/local/target-dirs/pr-53913/worker-1/master#2687112ea6a8701cbf36e6dd4d77d64694cf93d8:/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 +2687112ea6a8701cbf36e6dd4d77d64694cf93d8-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:37.091 INFO blam! 09193afa3329657e29369c4f0b8a9568add48724dfcc5bb606d2be913d4c314c Sep 05 02:39:37.093 INFO running `"docker" "start" "-a" "09193afa3329657e29369c4f0b8a9568add48724dfcc5bb606d2be913d4c314c"` Sep 05 02:39:37.999 INFO kablam! Checking astro v2.0.0 (file:///source) Sep 05 02:39:44.645 INFO kablam! warning: unused arithmetic operation which must be used Sep 05 02:39:44.645 INFO kablam! --> src/lunar.rs:1117:11 Sep 05 02:39:44.645 INFO kablam! | Sep 05 02:39:44.645 INFO kablam! 1117 | - 0.00002 * ((M1 - M).cos() - (M1 + M).cos() - (2.0 * F).cos()); Sep 05 02:39:44.645 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 02:39:44.645 INFO kablam! | Sep 05 02:39:44.645 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 05 02:39:44.645 INFO kablam! Sep 05 02:39:44.872 INFO kablam! warning: unused arithmetic operation which must be used Sep 05 02:39:44.872 INFO kablam! --> src/lunar.rs:1117:11 Sep 05 02:39:44.872 INFO kablam! | Sep 05 02:39:44.872 INFO kablam! 1117 | - 0.00002 * ((M1 - M).cos() - (M1 + M).cos() - (2.0 * F).cos()); Sep 05 02:39:44.872 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Sep 05 02:39:44.872 INFO kablam! | Sep 05 02:39:44.872 INFO kablam! = note: #[warn(unused_must_use)] on by default Sep 05 02:39:44.872 INFO kablam! Sep 05 02:39:48.056 INFO kablam! warning: unused `#[macro_use]` import Sep 05 02:39:48.056 INFO kablam! --> tests/planet.rs:25:1 Sep 05 02:39:48.056 INFO kablam! | Sep 05 02:39:48.056 INFO kablam! 25 | #[macro_use] Sep 05 02:39:48.056 INFO kablam! | ^^^^^^^^^^^^ Sep 05 02:39:48.072 INFO kablam! | Sep 05 02:39:48.072 INFO kablam! = note: #[warn(unused_imports)] on by default Sep 05 02:39:48.072 INFO kablam! Sep 05 02:39:51.399 INFO kablam! warning: unnecessary parentheses around function argument Sep 05 02:39:51.399 INFO kablam! --> tests/elliptic.rs:70:40 Sep 05 02:39:51.399 INFO kablam! | Sep 05 02:39:51.399 INFO kablam! 70 | assert_eq!(util::round_upto_digits((T - ascen), 4), 92.2998); Sep 05 02:39:51.399 INFO kablam! | ^^^^^^^^^^^ help: remove these parentheses Sep 05 02:39:51.412 INFO kablam! | Sep 05 02:39:51.413 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 05 02:39:51.413 INFO kablam! Sep 05 02:39:51.413 INFO kablam! warning: unnecessary parentheses around function argument Sep 05 02:39:51.413 INFO kablam! --> tests/elliptic.rs:76:40 Sep 05 02:39:51.413 INFO kablam! | Sep 05 02:39:51.413 INFO kablam! 76 | assert_eq!(util::round_upto_digits((T - descend), 4), -28.9105); Sep 05 02:39:51.413 INFO kablam! | ^^^^^^^^^^^^^ help: remove these parentheses Sep 05 02:39:51.413 INFO kablam! Sep 05 02:39:54.069 INFO kablam! warning: unnecessary parentheses around function argument Sep 05 02:39:54.069 INFO kablam! --> tests/parabolic.rs:70:40 Sep 05 02:39:54.069 INFO kablam! | Sep 05 02:39:54.069 INFO kablam! 70 | assert_eq!(util::round_upto_digits((T - ascen), 2), 4354.65); Sep 05 02:39:54.069 INFO kablam! | ^^^^^^^^^^^ help: remove these parentheses Sep 05 02:39:54.069 INFO kablam! | Sep 05 02:39:54.069 INFO kablam! = note: #[warn(unused_parens)] on by default Sep 05 02:39:54.069 INFO kablam! Sep 05 02:39:54.070 INFO kablam! warning: unnecessary parentheses around function argument Sep 05 02:39:54.070 INFO kablam! --> tests/parabolic.rs:76:40 Sep 05 02:39:54.070 INFO kablam! | Sep 05 02:39:54.070 INFO kablam! 76 | assert_eq!(util::round_upto_digits((T - descend), 4), -28.3454); Sep 05 02:39:54.070 INFO kablam! | ^^^^^^^^^^^^^ help: remove these parentheses Sep 05 02:39:54.070 INFO kablam! Sep 05 02:39:54.163 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 16.20s Sep 05 02:39:54.180 INFO kablam! su: No module specific data is present Sep 05 02:39:54.642 INFO running `"docker" "rm" "-f" "09193afa3329657e29369c4f0b8a9568add48724dfcc5bb606d2be913d4c314c"` Sep 05 02:39:54.737 INFO blam! 09193afa3329657e29369c4f0b8a9568add48724dfcc5bb606d2be913d4c314c