[INFO] fetching crate rust-ephemeris 0.1.0-beta... [INFO] building rust-ephemeris-0.1.0-beta against try#4987e9d4227139400384ab59296ffee3b0fb1183 for pr-146237-2 [INFO] extracting crate rust-ephemeris 0.1.0-beta into /workspace/builds/worker-4-tc2/source [INFO] started tweaking crates.io crate rust-ephemeris 0.1.0-beta [INFO] finished tweaking crates.io crate rust-ephemeris 0.1.0-beta [INFO] tweaked toml for crates.io crate rust-ephemeris 0.1.0-beta written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate rust-ephemeris 0.1.0-beta on toolchain 4987e9d4227139400384ab59296ffee3b0fb1183 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "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" "+4987e9d4227139400384ab59296ffee3b0fb1183" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 1 package to latest compatible version [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fdc7422a3528584dd9adf0552f2f9b1d2cf283dfbdd0de52d2a3520911e54e22 [INFO] running `Command { std: "docker" "start" "-a" "fdc7422a3528584dd9adf0552f2f9b1d2cf283dfbdd0de52d2a3520911e54e22", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fdc7422a3528584dd9adf0552f2f9b1d2cf283dfbdd0de52d2a3520911e54e22", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fdc7422a3528584dd9adf0552f2f9b1d2cf283dfbdd0de52d2a3520911e54e22", kill_on_drop: false }` [INFO] [stdout] fdc7422a3528584dd9adf0552f2f9b1d2cf283dfbdd0de52d2a3520911e54e22 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c9ab65bd94fc906c252a0a8ce5838369a52538f73c9d78a26abc55f4870e6749 [INFO] running `Command { std: "docker" "start" "-a" "c9ab65bd94fc906c252a0a8ce5838369a52538f73c9d78a26abc55f4870e6749", kill_on_drop: false }` [INFO] [stderr] Compiling rust-ephemeris v0.1.0-beta (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around closure body [INFO] [stdout] --> src/internal/math_utils.rs:44:46 [INFO] [stdout] | [INFO] [stdout] 44 | let parts: Vec<&str> = deg.split(|c| (c == '°' || c == '\'' || c == '\"')).collect(); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 44 - let parts: Vec<&str> = deg.split(|c| (c == '°' || c == '\'' || c == '\"')).collect(); [INFO] [stdout] 44 + let parts: Vec<&str> = deg.split(|c| c == '°' || c == '\'' || c == '\"').collect(); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `moon_lon_t` is never used [INFO] [stdout] --> src/internal/ephemeris.rs:105:8 [INFO] [stdout] | [INFO] [stdout] 105 | pub fn moon_lon_t(w: f64) -> f64 { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `mqc2` is never used [INFO] [stdout] --> src/internal/ephemeris.rs:391:4 [INFO] [stdout] | [INFO] [stdout] 391 | fn mqc2(ho: f64) -> f64 { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `CS_R_EAR_A` is never used [INFO] [stdout] --> src/internal/constants.rs:74:11 [INFO] [stdout] | [INFO] [stdout] 74 | pub const CS_R_EAR_A: f64 = 0.99834 * CS_R_EAR; // 平均半径 [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `CS_BA2` is never used [INFO] [stdout] --> src/internal/constants.rs:76:11 [INFO] [stdout] | [INFO] [stdout] 76 | pub const CS_BA2: f64 = CS_BA * CS_BA; // 地球极赤半径比的平方 [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `CS_SIN_P` is never used [INFO] [stdout] --> src/internal/constants.rs:78:11 [INFO] [stdout] | [INFO] [stdout] 78 | pub const CS_SIN_P: f64 = CS_R_EAR / CS_AU; // sin(太阳视差) [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `CS_PI` is never used [INFO] [stdout] --> src/internal/constants.rs:79:11 [INFO] [stdout] | [INFO] [stdout] 79 | pub const CS_PI: f64 = 0.0000426352097959108; // 太阳视差 [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `year` is never read [INFO] [stdout] --> src/internal/lunnar.rs:9:9 [INFO] [stdout] | [INFO] [stdout] 8 | pub struct YearCalender { [INFO] [stdout] | ------------ field in this struct [INFO] [stdout] 9 | pub year: i32, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `YearCalender` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple variants are never constructed [INFO] [stdout] --> src/internal/ephemeris.rs:481:5 [INFO] [stdout] | [INFO] [stdout] 478 | pub enum PlutoParam { [INFO] [stdout] | ---------- variants in this enum [INFO] [stdout] ... [INFO] [stdout] 481 | PP, [INFO] [stdout] | ^^ [INFO] [stdout] 482 | PQ, [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 485 | Ppi, [INFO] [stdout] | ^^^ [INFO] [stdout] 486 | PII, [INFO] [stdout] | ^^^ [INFO] [stdout] 487 | Pp, [INFO] [stdout] | ^^ [INFO] [stdout] 488 | Pth, [INFO] [stdout] | ^^^ [INFO] [stdout] 489 | PZ, [INFO] [stdout] | ^^ [INFO] [stdout] 490 | Pz, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: `PlutoParam` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variants `IAU1976` and `IAU2000` are never constructed [INFO] [stdout] --> src/internal/ephemeris.rs:495:5 [INFO] [stdout] | [INFO] [stdout] 494 | pub enum PlutoModel { [INFO] [stdout] | ---------- variants in this enum [INFO] [stdout] 495 | IAU1976, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 496 | IAU2000, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `PlutoModel` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.36s [INFO] running `Command { std: "docker" "inspect" "c9ab65bd94fc906c252a0a8ce5838369a52538f73c9d78a26abc55f4870e6749", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c9ab65bd94fc906c252a0a8ce5838369a52538f73c9d78a26abc55f4870e6749", kill_on_drop: false }` [INFO] [stdout] c9ab65bd94fc906c252a0a8ce5838369a52538f73c9d78a26abc55f4870e6749 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f40ea0f96375c7eb46364373cdbd76a9a5c816cf2781e58aef0af985812ad189 [INFO] running `Command { std: "docker" "start" "-a" "f40ea0f96375c7eb46364373cdbd76a9a5c816cf2781e58aef0af985812ad189", kill_on_drop: false }` [INFO] [stdout] warning: unnecessary parentheses around closure body [INFO] [stdout] --> src/internal/math_utils.rs:44:46 [INFO] [stdout] | [INFO] [stdout] 44 | let parts: Vec<&str> = deg.split(|c| (c == '°' || c == '\'' || c == '\"')).collect(); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 44 - let parts: Vec<&str> = deg.split(|c| (c == '°' || c == '\'' || c == '\"')).collect(); [INFO] [stdout] 44 + let parts: Vec<&str> = deg.split(|c| c == '°' || c == '\'' || c == '\"').collect(); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `moon_lon_t` is never used [INFO] [stdout] --> src/internal/ephemeris.rs:105:8 [INFO] [stdout] | [INFO] [stdout] 105 | pub fn moon_lon_t(w: f64) -> f64 { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `mqc2` is never used [INFO] [stdout] --> src/internal/ephemeris.rs:391:4 [INFO] [stdout] | [INFO] [stdout] 391 | fn mqc2(ho: f64) -> f64 { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `CS_R_EAR_A` is never used [INFO] [stdout] --> src/internal/constants.rs:74:11 [INFO] [stdout] | [INFO] [stdout] 74 | pub const CS_R_EAR_A: f64 = 0.99834 * CS_R_EAR; // 平均半径 [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `CS_BA2` is never used [INFO] [stdout] --> src/internal/constants.rs:76:11 [INFO] [stdout] | [INFO] [stdout] 76 | pub const CS_BA2: f64 = CS_BA * CS_BA; // 地球极赤半径比的平方 [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `CS_SIN_P` is never used [INFO] [stdout] --> src/internal/constants.rs:78:11 [INFO] [stdout] | [INFO] [stdout] 78 | pub const CS_SIN_P: f64 = CS_R_EAR / CS_AU; // sin(太阳视差) [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `CS_PI` is never used [INFO] [stdout] --> src/internal/constants.rs:79:11 [INFO] [stdout] | [INFO] [stdout] 79 | pub const CS_PI: f64 = 0.0000426352097959108; // 太阳视差 [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `year` is never read [INFO] [stdout] --> src/internal/lunnar.rs:9:9 [INFO] [stdout] | [INFO] [stdout] 8 | pub struct YearCalender { [INFO] [stdout] | ------------ field in this struct [INFO] [stdout] 9 | pub year: i32, [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `YearCalender` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple variants are never constructed [INFO] [stdout] --> src/internal/ephemeris.rs:481:5 [INFO] [stdout] | [INFO] [stdout] 478 | pub enum PlutoParam { [INFO] [stdout] | ---------- variants in this enum [INFO] [stdout] ... [INFO] [stdout] 481 | PP, [INFO] [stdout] | ^^ [INFO] [stdout] 482 | PQ, [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 485 | Ppi, [INFO] [stdout] | ^^^ [INFO] [stdout] 486 | PII, [INFO] [stdout] | ^^^ [INFO] [stdout] 487 | Pp, [INFO] [stdout] | ^^ [INFO] [stdout] 488 | Pth, [INFO] [stdout] | ^^^ [INFO] [stdout] 489 | PZ, [INFO] [stdout] | ^^ [INFO] [stdout] 490 | Pz, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: `PlutoParam` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variants `IAU1976` and `IAU2000` are never constructed [INFO] [stdout] --> src/internal/ephemeris.rs:495:5 [INFO] [stdout] | [INFO] [stdout] 494 | pub enum PlutoModel { [INFO] [stdout] | ---------- variants in this enum [INFO] [stdout] 495 | IAU1976, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 496 | IAU2000, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `PlutoModel` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling rust-ephemeris v0.1.0-beta (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary parentheses around closure body [INFO] [stdout] --> src/internal/math_utils.rs:44:46 [INFO] [stdout] | [INFO] [stdout] 44 | let parts: Vec<&str> = deg.split(|c| (c == '°' || c == '\'' || c == '\"')).collect(); [INFO] [stdout] | ^ ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_parens)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] help: remove these parentheses [INFO] [stdout] | [INFO] [stdout] 44 - let parts: Vec<&str> = deg.split(|c| (c == '°' || c == '\'' || c == '\"')).collect(); [INFO] [stdout] 44 + let parts: Vec<&str> = deg.split(|c| c == '°' || c == '\'' || c == '\"').collect(); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `moon_lon_t` is never used [INFO] [stdout] --> src/internal/ephemeris.rs:105:8 [INFO] [stdout] | [INFO] [stdout] 105 | pub fn moon_lon_t(w: f64) -> f64 { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `mqc2` is never used [INFO] [stdout] --> src/internal/ephemeris.rs:391:4 [INFO] [stdout] | [INFO] [stdout] 391 | fn mqc2(ho: f64) -> f64 { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: multiple variants are never constructed [INFO] [stdout] --> src/internal/ephemeris.rs:481:5 [INFO] [stdout] | [INFO] [stdout] 478 | pub enum PlutoParam { [INFO] [stdout] | ---------- variants in this enum [INFO] [stdout] ... [INFO] [stdout] 481 | PP, [INFO] [stdout] | ^^ [INFO] [stdout] 482 | PQ, [INFO] [stdout] | ^^ [INFO] [stdout] ... [INFO] [stdout] 485 | Ppi, [INFO] [stdout] | ^^^ [INFO] [stdout] 486 | PII, [INFO] [stdout] | ^^^ [INFO] [stdout] 487 | Pp, [INFO] [stdout] | ^^ [INFO] [stdout] 488 | Pth, [INFO] [stdout] | ^^^ [INFO] [stdout] 489 | PZ, [INFO] [stdout] | ^^ [INFO] [stdout] 490 | Pz, [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] = note: `PlutoParam` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variants `IAU1976` and `IAU2000` are never constructed [INFO] [stdout] --> src/internal/ephemeris.rs:495:5 [INFO] [stdout] | [INFO] [stdout] 494 | pub enum PlutoModel { [INFO] [stdout] | ---------- variants in this enum [INFO] [stdout] 495 | IAU1976, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 496 | IAU2000, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `PlutoModel` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `CS_R_EAR_A` is never used [INFO] [stdout] --> src/internal/constants.rs:74:11 [INFO] [stdout] | [INFO] [stdout] 74 | pub const CS_R_EAR_A: f64 = 0.99834 * CS_R_EAR; // 平均半径 [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `CS_BA2` is never used [INFO] [stdout] --> src/internal/constants.rs:76:11 [INFO] [stdout] | [INFO] [stdout] 76 | pub const CS_BA2: f64 = CS_BA * CS_BA; // 地球极赤半径比的平方 [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `CS_SIN_P` is never used [INFO] [stdout] --> src/internal/constants.rs:78:11 [INFO] [stdout] | [INFO] [stdout] 78 | pub const CS_SIN_P: f64 = CS_R_EAR / CS_AU; // sin(太阳视差) [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `CS_PI` is never used [INFO] [stdout] --> src/internal/constants.rs:79:11 [INFO] [stdout] | [INFO] [stdout] 79 | pub const CS_PI: f64 = 0.0000426352097959108; // 太阳视差 [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.36s [INFO] running `Command { std: "docker" "inspect" "f40ea0f96375c7eb46364373cdbd76a9a5c816cf2781e58aef0af985812ad189", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f40ea0f96375c7eb46364373cdbd76a9a5c816cf2781e58aef0af985812ad189", kill_on_drop: false }` [INFO] [stdout] f40ea0f96375c7eb46364373cdbd76a9a5c816cf2781e58aef0af985812ad189