[INFO] crate astro 2.0.0 is already in cache
[INFO] checking astro-2.0.0 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate astro 2.0.0 into /workspace/builds/worker-6/source
[INFO] validating manifest of crates.io crate astro 2.0.0 on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate astro 2.0.0
[INFO] finished tweaking crates.io crate astro 2.0.0
[INFO] tweaked toml for crates.io crate astro 2.0.0 written to /workspace/builds/worker-6/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 5d43ffc2dc21f69ee2fe507e0812ccf004dbb69300806c27ce6e5d813cb79f46
[INFO] running `"docker" "start" "-a" "5d43ffc2dc21f69ee2fe507e0812ccf004dbb69300806c27ce6e5d813cb79f46"`
[INFO] [stderr]     Checking astro v2.0.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]   --> src/ecliptic.rs:45:35
[INFO] [stderr]    |
[INFO] [stderr] 45 | pub fn mn_oblq_laskar(JD: f64) -> (f64) {
[INFO] [stderr]    |                                   ^^^^^ help: remove these parentheses
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_parens)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]   --> src/ecliptic.rs:82:32
[INFO] [stderr]    |
[INFO] [stderr] 82 | pub fn mn_oblq_IAU(JD: f64) -> (f64) {
[INFO] [stderr]    |                                ^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr]    --> src/lunar.rs:955:5
[INFO] [stderr]     |
[INFO] [stderr] 955 | /     (
[INFO] [stderr] 956 | |         2451565.1619
[INFO] [stderr] 957 | |       + 27.212220817 * k
[INFO] [stderr] 958 | |       + T * T * (
[INFO] [stderr] ...   |
[INFO] [stderr] 985 | |         )
[INFO] [stderr] 986 | |     )
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 955 |     
[INFO] [stderr] 956 |         2451565.1619
[INFO] [stderr] 957 |       + 27.212220817 * k
[INFO] [stderr] 958 |       + T * T * (
[INFO] [stderr] 959 |             0.0002762
[INFO] [stderr] 960 |           + T * (0.000000021 - T*0.000000000088)
[INFO] [stderr]   ...
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/time.rs:130:55
[INFO] [stderr]     |
[INFO] [stderr] 130 | pub fn is_leap_year(year: i16, cal_type: &CalType) -> (bool) {
[INFO] [stderr]     |                                                       ^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]   --> src/ecliptic.rs:45:35
[INFO] [stderr]    |
[INFO] [stderr] 45 | pub fn mn_oblq_laskar(JD: f64) -> (f64) {
[INFO] [stderr]    |                                   ^^^^^ help: remove these parentheses
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_parens)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]   --> src/ecliptic.rs:82:32
[INFO] [stderr]    |
[INFO] [stderr] 82 | pub fn mn_oblq_IAU(JD: f64) -> (f64) {
[INFO] [stderr]    |                                ^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around block return value
[INFO] [stderr]    --> src/lunar.rs:955:5
[INFO] [stderr]     |
[INFO] [stderr] 955 | /     (
[INFO] [stderr] 956 | |         2451565.1619
[INFO] [stderr] 957 | |       + 27.212220817 * k
[INFO] [stderr] 958 | |       + T * T * (
[INFO] [stderr] ...   |
[INFO] [stderr] 985 | |         )
[INFO] [stderr] 986 | |     )
[INFO] [stderr]     | |_____^
[INFO] [stderr]     |
[INFO] [stderr] help: remove these parentheses
[INFO] [stderr]     |
[INFO] [stderr] 955 |     
[INFO] [stderr] 956 |         2451565.1619
[INFO] [stderr] 957 |       + 27.212220817 * k
[INFO] [stderr] 958 |       + T * T * (
[INFO] [stderr] 959 |             0.0002762
[INFO] [stderr] 960 |           + T * (0.000000021 - T*0.000000000088)
[INFO] [stderr]   ...
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around type
[INFO] [stderr]    --> src/time.rs:130:55
[INFO] [stderr]     |
[INFO] [stderr] 130 | pub fn is_leap_year(year: i16, cal_type: &CalType) -> (bool) {
[INFO] [stderr]     |                                                       ^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unused arithmetic operation that must be used
[INFO] [stderr]     --> src/lunar.rs:1117:11
[INFO] [stderr]      |
[INFO] [stderr] 1117 |           - 0.00002 * ((M1 - M).cos() - (M1 + M).cos() - (2.0 * F).cos());
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: `#[warn(unused_must_use)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused arithmetic operation that must be used
[INFO] [stderr]     --> src/lunar.rs:1117:11
[INFO] [stderr]      |
[INFO] [stderr] 1117 |           - 0.00002 * ((M1 - M).cos() - (M1 + M).cos() - (2.0 * F).cos());
[INFO] [stderr]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]      |
[INFO] [stderr]      = note: `#[warn(unused_must_use)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around function argument
[INFO] [stderr]   --> tests/parabolic.rs:70:40
[INFO] [stderr]    |
[INFO] [stderr] 70 |     assert_eq!(util::round_upto_digits((T - ascen), 2), 4354.65);
[INFO] [stderr]    |                                        ^^^^^^^^^^^ help: remove these parentheses
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_parens)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around function argument
[INFO] [stderr]   --> tests/parabolic.rs:76:40
[INFO] [stderr]    |
[INFO] [stderr] 76 |     assert_eq!(util::round_upto_digits((T - descend), 4), -28.3454);
[INFO] [stderr]    |                                        ^^^^^^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr] warning: unused `#[macro_use]` import
[INFO] [stderr]   --> tests/time.rs:25:1
[INFO] [stderr]    |
[INFO] [stderr] 25 | #[macro_use]
[INFO] [stderr]    | ^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused `#[macro_use]` import
[INFO] [stderr]   --> tests/planet.rs:25:1
[INFO] [stderr]    |
[INFO] [stderr] 25 | #[macro_use]
[INFO] [stderr]    | ^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around function argument
[INFO] [stderr]   --> tests/elliptic.rs:70:40
[INFO] [stderr]    |
[INFO] [stderr] 70 |     assert_eq!(util::round_upto_digits((T - ascen), 4), 92.2998);
[INFO] [stderr]    |                                        ^^^^^^^^^^^ help: remove these parentheses
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_parens)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unnecessary parentheses around function argument
[INFO] [stderr]   --> tests/elliptic.rs:76:40
[INFO] [stderr]    |
[INFO] [stderr] 76 |     assert_eq!(util::round_upto_digits((T - descend), 4), -28.9105);
[INFO] [stderr]    |                                        ^^^^^^^^^^^^^ help: remove these parentheses
[INFO] [stderr] 
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 7.09s
[INFO] running `"docker" "inspect" "5d43ffc2dc21f69ee2fe507e0812ccf004dbb69300806c27ce6e5d813cb79f46"`
[INFO] running `"docker" "rm" "-f" "5d43ffc2dc21f69ee2fe507e0812ccf004dbb69300806c27ce6e5d813cb79f46"`
[INFO] [stdout] 5d43ffc2dc21f69ee2fe507e0812ccf004dbb69300806c27ce6e5d813cb79f46
