[INFO] fetching crate astro 2.0.0... [INFO] testing astro-2.0.0 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate astro 2.0.0 into /workspace/builds/worker-1-tc1/source [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-1-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate astro 2.0.0 on toolchain 8de4c7234dd9b97c9d76b58671343fdbbc9a433e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fd95c59d9409ca32356407a7c9b79bbad7a4db5701a3a2af45e634dcf37bcafa [INFO] running `Command { std: "docker" "start" "-a" "fd95c59d9409ca32356407a7c9b79bbad7a4db5701a3a2af45e634dcf37bcafa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fd95c59d9409ca32356407a7c9b79bbad7a4db5701a3a2af45e634dcf37bcafa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fd95c59d9409ca32356407a7c9b79bbad7a4db5701a3a2af45e634dcf37bcafa", kill_on_drop: false }` [INFO] [stdout] fd95c59d9409ca32356407a7c9b79bbad7a4db5701a3a2af45e634dcf37bcafa [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 4f7b45115feab22ca722c418743229270322f37b702c43823c63f86eb73da83b [INFO] running `Command { std: "docker" "start" "-a" "4f7b45115feab22ca722c418743229270322f37b702c43823c63f86eb73da83b", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stderr] Compiling astro v2.0.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/ecliptic.rs:45:35 [INFO] [stdout] | [INFO] [stdout] 45 | pub fn mn_oblq_laskar(JD: f64) -> (f64) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 45 - pub fn mn_oblq_laskar(JD: f64) -> (f64) { [INFO] [stdout] 45 + pub fn mn_oblq_laskar(JD: f64) -> f64 { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/ecliptic.rs:82:32 [INFO] [stdout] | [INFO] [stdout] 82 | pub fn mn_oblq_IAU(JD: f64) -> (f64) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 82 - pub fn mn_oblq_IAU(JD: f64) -> (f64) { [INFO] [stdout] 82 + pub fn mn_oblq_IAU(JD: f64) -> f64 { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/lunar.rs:955:5 [INFO] [stdout] | [INFO] [stdout] 955 | / ( [INFO] [stdout] 956 | | 2451565.1619 [INFO] [stdout] | |________^ [INFO] [stdout] ... [INFO] [stdout] 985 | ) [INFO] [stdout] | __________^ [INFO] [stdout] 986 | | ) [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 955 ~ 2451565.1619 [INFO] [stdout] 956 | + 27.212220817 * k [INFO] [stdout] ... [INFO] [stdout] 983 | + P.sin() [INFO] [stdout] 984 ~ ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around match arm expression [INFO] [stdout] --> src/planet/jupiter/moon.rs:114:28 [INFO] [stdout] | [INFO] [stdout] 114 | &Moon::Io => (5.9057 - 0.0244*(2.0*(u1 - u2)).cos()), [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 114 - &Moon::Io => (5.9057 - 0.0244*(2.0*(u1 - u2)).cos()), [INFO] [stdout] 114 + &Moon::Io => 5.9057 - 0.0244*(2.0*(u1 - u2)).cos(), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around match arm expression [INFO] [stdout] --> src/planet/jupiter/moon.rs:115:28 [INFO] [stdout] | [INFO] [stdout] 115 | &Moon::Europa => (9.3966 - 0.0882*(2.0*(u2 - u3)).cos()), [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 115 - &Moon::Europa => (9.3966 - 0.0882*(2.0*(u2 - u3)).cos()), [INFO] [stdout] 115 + &Moon::Europa => 9.3966 - 0.0882*(2.0*(u2 - u3)).cos(), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around match arm expression [INFO] [stdout] --> src/planet/jupiter/moon.rs:116:28 [INFO] [stdout] | [INFO] [stdout] 116 | &Moon::Ganymede => (14.9883 - 0.0216*G.cos()), [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 116 - &Moon::Ganymede => (14.9883 - 0.0216*G.cos()), [INFO] [stdout] 116 + &Moon::Ganymede => 14.9883 - 0.0216*G.cos(), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around match arm expression [INFO] [stdout] --> src/planet/jupiter/moon.rs:117:28 [INFO] [stdout] | [INFO] [stdout] 117 | &Moon::Callisto => (26.3627 - 0.1939*H.cos()), [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 117 - &Moon::Callisto => (26.3627 - 0.1939*H.cos()), [INFO] [stdout] 117 + &Moon::Callisto => 26.3627 - 0.1939*H.cos(), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/time.rs:130:55 [INFO] [stdout] | [INFO] [stdout] 130 | pub fn is_leap_year(year: i16, cal_type: &CalType) -> (bool) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 130 - pub fn is_leap_year(year: i16, cal_type: &CalType) -> (bool) { [INFO] [stdout] 130 + pub fn is_leap_year(year: i16, cal_type: &CalType) -> bool { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused arithmetic operation that must be used [INFO] [stdout] --> src/lunar.rs:1117:11 [INFO] [stdout] | [INFO] [stdout] 1117 | - 0.00002 * ((M1 - M).cos() - (M1 + M).cos() - (2.0 * F).cos()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the arithmetic operation produces a value [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 1117 | let _ = - 0.00002 * ((M1 - M).cos() - (M1 + M).cos() - (2.0 * F).cos()); [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.86s [INFO] running `Command { std: "docker" "inspect" "4f7b45115feab22ca722c418743229270322f37b702c43823c63f86eb73da83b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4f7b45115feab22ca722c418743229270322f37b702c43823c63f86eb73da83b", kill_on_drop: false }` [INFO] [stdout] 4f7b45115feab22ca722c418743229270322f37b702c43823c63f86eb73da83b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--no-run" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 4c7581d7700d61ce934eda5fd8dbdfcabdde155cb608afb88ee1535430256b0b [INFO] running `Command { std: "docker" "start" "-a" "4c7581d7700d61ce934eda5fd8dbdfcabdde155cb608afb88ee1535430256b0b", kill_on_drop: false }` [INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024 [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/ecliptic.rs:45:35 [INFO] [stdout] | [INFO] [stdout] 45 | pub fn mn_oblq_laskar(JD: f64) -> (f64) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 45 - pub fn mn_oblq_laskar(JD: f64) -> (f64) { [INFO] [stdout] 45 + pub fn mn_oblq_laskar(JD: f64) -> f64 { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/ecliptic.rs:82:32 [INFO] [stdout] | [INFO] [stdout] 82 | pub fn mn_oblq_IAU(JD: f64) -> (f64) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 82 - pub fn mn_oblq_IAU(JD: f64) -> (f64) { [INFO] [stdout] 82 + pub fn mn_oblq_IAU(JD: f64) -> f64 { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around block return value [INFO] [stdout] --> src/lunar.rs:955:5 [INFO] [stdout] | [INFO] [stdout] 955 | / ( [INFO] [stdout] 956 | | 2451565.1619 [INFO] [stdout] | |________^ [INFO] [stdout] ... [INFO] [stdout] 985 | ) [INFO] [stdout] | __________^ [INFO] [stdout] 986 | | ) [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 955 ~ 2451565.1619 [INFO] [stdout] 956 | + 27.212220817 * k [INFO] [stdout] ... [INFO] [stdout] 983 | + P.sin() [INFO] [stdout] 984 ~ ) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around match arm expression [INFO] [stdout] --> src/planet/jupiter/moon.rs:114:28 [INFO] [stdout] | [INFO] [stdout] 114 | &Moon::Io => (5.9057 - 0.0244*(2.0*(u1 - u2)).cos()), [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 114 - &Moon::Io => (5.9057 - 0.0244*(2.0*(u1 - u2)).cos()), [INFO] [stdout] 114 + &Moon::Io => 5.9057 - 0.0244*(2.0*(u1 - u2)).cos(), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling astro v2.0.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around match arm expression [INFO] [stdout] --> src/planet/jupiter/moon.rs:115:28 [INFO] [stdout] | [INFO] [stdout] 115 | &Moon::Europa => (9.3966 - 0.0882*(2.0*(u2 - u3)).cos()), [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 115 - &Moon::Europa => (9.3966 - 0.0882*(2.0*(u2 - u3)).cos()), [INFO] [stdout] 115 + &Moon::Europa => 9.3966 - 0.0882*(2.0*(u2 - u3)).cos(), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around match arm expression [INFO] [stdout] --> src/planet/jupiter/moon.rs:116:28 [INFO] [stdout] | [INFO] [stdout] 116 | &Moon::Ganymede => (14.9883 - 0.0216*G.cos()), [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 116 - &Moon::Ganymede => (14.9883 - 0.0216*G.cos()), [INFO] [stdout] 116 + &Moon::Ganymede => 14.9883 - 0.0216*G.cos(), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around match arm expression [INFO] [stdout] --> src/planet/jupiter/moon.rs:117:28 [INFO] [stdout] | [INFO] [stdout] 117 | &Moon::Callisto => (26.3627 - 0.1939*H.cos()), [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 117 - &Moon::Callisto => (26.3627 - 0.1939*H.cos()), [INFO] [stdout] 117 + &Moon::Callisto => 26.3627 - 0.1939*H.cos(), [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around type [INFO] [stdout] --> src/time.rs:130:55 [INFO] [stdout] | [INFO] [stdout] 130 | pub fn is_leap_year(year: i16, cal_type: &CalType) -> (bool) { [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 130 - pub fn is_leap_year(year: i16, cal_type: &CalType) -> (bool) { [INFO] [stdout] 130 + pub fn is_leap_year(year: i16, cal_type: &CalType) -> bool { [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused arithmetic operation that must be used [INFO] [stdout] --> src/lunar.rs:1117:11 [INFO] [stdout] | [INFO] [stdout] 1117 | - 0.00002 * ((M1 - M).cos() - (M1 + M).cos() - (2.0 * F).cos()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the arithmetic operation produces a value [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 1117 | let _ = - 0.00002 * ((M1 - M).cos() - (M1 + M).cos() - (2.0 * F).cos()); [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `#[macro_use]` import [INFO] [stdout] --> tests/planet.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | #[macro_use] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `#[macro_use]` import [INFO] [stdout] --> tests/time.rs:25:1 [INFO] [stdout] | [INFO] [stdout] 25 | #[macro_use] [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around function argument [INFO] [stdout] --> tests/parabolic.rs:70:40 [INFO] [stdout] | [INFO] [stdout] 70 | assert_eq!(util::round_upto_digits((T - ascen), 2), 4354.65); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 70 - assert_eq!(util::round_upto_digits((T - ascen), 2), 4354.65); [INFO] [stdout] 70 + assert_eq!(util::round_upto_digits(T - ascen, 2), 4354.65); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around function argument [INFO] [stdout] --> tests/parabolic.rs:76:40 [INFO] [stdout] | [INFO] [stdout] 76 | assert_eq!(util::round_upto_digits((T - descend), 4), -28.3454); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 76 - assert_eq!(util::round_upto_digits((T - descend), 4), -28.3454); [INFO] [stdout] 76 + assert_eq!(util::round_upto_digits(T - descend, 4), -28.3454); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around function argument [INFO] [stdout] --> tests/elliptic.rs:70:40 [INFO] [stdout] | [INFO] [stdout] 70 | assert_eq!(util::round_upto_digits((T - ascen), 4), 92.2998); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 70 - assert_eq!(util::round_upto_digits((T - ascen), 4), 92.2998); [INFO] [stdout] 70 + assert_eq!(util::round_upto_digits(T - ascen, 4), 92.2998); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary parentheses around function argument [INFO] [stdout] --> tests/elliptic.rs:76:40 [INFO] [stdout] | [INFO] [stdout] 76 | assert_eq!(util::round_upto_digits((T - descend), 4), -28.9105); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 76 - assert_eq!(util::round_upto_digits((T - descend), 4), -28.9105); [INFO] [stdout] 76 + assert_eq!(util::round_upto_digits(T - descend, 4), -28.9105); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/rcrt1.o" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/crti.o" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/crtbeginS.o" "/tmp/rustc3ESSX7/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/lib/rustlib/x86_64-unknown-linux-musl/lib/{libtest-*,libgetopts-*,libunicode_width-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/{libastro-81e27f03f9685a7c.rlib}.rlib" "/lib/rustlib/x86_64-unknown-linux-musl/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*}.rlib" "-lunwind" "/lib/rustlib/x86_64-unknown-linux-musl/lib/{libcfg_if-*,liblibc-*}.rlib" "-lc" "/lib/rustlib/x86_64-unknown-linux-musl/lib/{librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-L" "/tmp/rustc3ESSX7/raw-dylibs" "-Wl,-Bdynamic" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-nostartfiles" "-L" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained" "-L" "/lib/rustlib/x86_64-unknown-linux-musl/lib" "-o" "/opt/rustwide/target/x86_64-unknown-linux-musl/debug/deps/sun-48814eb2e42619f9" "-Wl,--gc-sections" "-static-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/crtendS.o" "/lib/rustlib/x86_64-unknown-linux-musl/lib/self-contained/crtn.o" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 9 [Killed] [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `astro` (test "sun") due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "4c7581d7700d61ce934eda5fd8dbdfcabdde155cb608afb88ee1535430256b0b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4c7581d7700d61ce934eda5fd8dbdfcabdde155cb608afb88ee1535430256b0b", kill_on_drop: false }` [INFO] [stdout] 4c7581d7700d61ce934eda5fd8dbdfcabdde155cb608afb88ee1535430256b0b