[INFO] crate astro 2.0.0 is already in cache [INFO] checking astro-2.0.0 against master#fdc0011561c6365c596dfd8fa1ef388162bc89c7 for pr-66504-1 [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 fdc0011561c6365c596dfd8fa1ef388162bc89c7 [INFO] running `"/workspace/cargo-home/bin/cargo" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "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" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "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" "+fdc0011561c6365c596dfd8fa1ef388162bc89c7" "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] da95be19847e7c689d2e8f9647db5ca10fbcc13c4dc0eca934d435eb2b42edc3 [INFO] running `"docker" "start" "-a" "da95be19847e7c689d2e8f9647db5ca10fbcc13c4dc0eca934d435eb2b42edc3"` [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 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 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/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] 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/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] Finished dev [unoptimized + debuginfo] target(s) in 6.87s [INFO] running `"docker" "inspect" "da95be19847e7c689d2e8f9647db5ca10fbcc13c4dc0eca934d435eb2b42edc3"` [INFO] running `"docker" "rm" "-f" "da95be19847e7c689d2e8f9647db5ca10fbcc13c4dc0eca934d435eb2b42edc3"` [INFO] [stdout] da95be19847e7c689d2e8f9647db5ca10fbcc13c4dc0eca934d435eb2b42edc3