[INFO] fetching crate sofars 0.3.3... [INFO] testing sofars-0.3.3 against try#b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b for pr-145330-1 [INFO] extracting crate sofars 0.3.3 into /workspace/builds/worker-0-tc2/source [INFO] started tweaking crates.io crate sofars 0.3.3 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate sofars 0.3.3 [INFO] tweaked toml for crates.io crate sofars 0.3.3 written to /workspace/builds/worker-0-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate sofars 0.3.3 on toolchain b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate sofars 0.3.3 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2792277c27bf7c4a7b35cea7af0b08c6b0be9f130c1298dba44d69380e136e87 [INFO] running `Command { std: "docker" "start" "-a" "2792277c27bf7c4a7b35cea7af0b08c6b0be9f130c1298dba44d69380e136e87", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2792277c27bf7c4a7b35cea7af0b08c6b0be9f130c1298dba44d69380e136e87", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2792277c27bf7c4a7b35cea7af0b08c6b0be9f130c1298dba44d69380e136e87", kill_on_drop: false }` [INFO] [stdout] 2792277c27bf7c4a7b35cea7af0b08c6b0be9f130c1298dba44d69380e136e87 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d9e9fbab655f3d0c81648c90dfb3b89b319f50b0f174820e2cee353669a553af [INFO] running `Command { std: "docker" "start" "-a" "d9e9fbab655f3d0c81648c90dfb3b89b319f50b0f174820e2cee353669a553af", kill_on_drop: false }` [INFO] [stderr] Compiling sofars v0.3.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/pnp/mod.rs:33:9 [INFO] [stdout] | [INFO] [stdout] 33 | pub use nut00b::*; [INFO] [stdout] | ^^^^^^^^^ the name `Coeff` in the type namespace is first re-exported here [INFO] [stdout] ... [INFO] [stdout] 39 | pub use nut80::*; [INFO] [stdout] | -------- but the name `Coeff` in the type namespace is also re-exported here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ambiguous_glob_reexports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `deltat` is never read [INFO] [stdout] --> src/ts/dat.rs:197:13 [INFO] [stdout] | [INFO] [stdout] 197 | let mut deltat: f64 = 0.0; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] = note: `#[warn(unused_assignments)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `j` is assigned to, but never used [INFO] [stdout] --> src/ts/dat.rs:220:9 [INFO] [stdout] | [INFO] [stdout] 220 | let j: i32; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: consider using `_j` instead [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `j` is never read [INFO] [stdout] --> src/ts/dat.rs:223:9 [INFO] [stdout] | [INFO] [stdout] 223 | j = 1; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `w` is assigned to, but never used [INFO] [stdout] --> src/ts/dtf2d.rs:102:25 [INFO] [stdout] | [INFO] [stdout] 102 | let (iy2, im2, id2, w): (i32, i32, i32, f64); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: consider using `_w` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `w` is never read [INFO] [stdout] --> src/ts/dtf2d.rs:116:25 [INFO] [stdout] | [INFO] [stdout] 116 | (iy2, im2, id2, w) = match jd2cal(dj, 1.5) { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `w` [INFO] [stdout] --> src/ts/utcut1.rs:5:22 [INFO] [stdout] | [INFO] [stdout] 5 | let (iy, im, id, w) = match jd2cal(utc1, utc2) { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_w` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `x` should have an upper case name [INFO] [stdout] --> src/pnp/nut80.rs:44:7 [INFO] [stdout] | [INFO] [stdout] 44 | const x: [Coeff; 106] = [ [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stdout] help: convert the identifier to upper case (notice the capitalization) [INFO] [stdout] | [INFO] [stdout] 44 - const x: [Coeff; 106] = [ [INFO] [stdout] 44 + const X: [Coeff; 106] = [ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.59s [INFO] running `Command { std: "docker" "inspect" "d9e9fbab655f3d0c81648c90dfb3b89b319f50b0f174820e2cee353669a553af", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d9e9fbab655f3d0c81648c90dfb3b89b319f50b0f174820e2cee353669a553af", kill_on_drop: false }` [INFO] [stdout] d9e9fbab655f3d0c81648c90dfb3b89b319f50b0f174820e2cee353669a553af [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a49f40a288c75a11d35081da0d0f2c8bc3dfdcd39d5a94058cecb40c699157e6 [INFO] running `Command { std: "docker" "start" "-a" "a49f40a288c75a11d35081da0d0f2c8bc3dfdcd39d5a94058cecb40c699157e6", kill_on_drop: false }` [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/pnp/mod.rs:33:9 [INFO] [stdout] | [INFO] [stdout] 33 | pub use nut00b::*; [INFO] [stdout] | ^^^^^^^^^ the name `Coeff` in the type namespace is first re-exported here [INFO] [stdout] ... [INFO] [stdout] 39 | pub use nut80::*; [INFO] [stdout] | -------- but the name `Coeff` in the type namespace is also re-exported here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ambiguous_glob_reexports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `deltat` is never read [INFO] [stdout] --> src/ts/dat.rs:197:13 [INFO] [stdout] | [INFO] [stdout] 197 | let mut deltat: f64 = 0.0; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] = note: `#[warn(unused_assignments)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `j` is assigned to, but never used [INFO] [stdout] --> src/ts/dat.rs:220:9 [INFO] [stdout] | [INFO] [stdout] 220 | let j: i32; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: consider using `_j` instead [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling sofars v0.3.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: value assigned to `j` is never read [INFO] [stdout] --> src/ts/dat.rs:223:9 [INFO] [stdout] | [INFO] [stdout] 223 | j = 1; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `w` is assigned to, but never used [INFO] [stdout] --> src/ts/dtf2d.rs:102:25 [INFO] [stdout] | [INFO] [stdout] 102 | let (iy2, im2, id2, w): (i32, i32, i32, f64); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: consider using `_w` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `w` is never read [INFO] [stdout] --> src/ts/dtf2d.rs:116:25 [INFO] [stdout] | [INFO] [stdout] 116 | (iy2, im2, id2, w) = match jd2cal(dj, 1.5) { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `w` [INFO] [stdout] --> src/ts/utcut1.rs:5:22 [INFO] [stdout] | [INFO] [stdout] 5 | let (iy, im, id, w) = match jd2cal(utc1, utc2) { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_w` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `x` should have an upper case name [INFO] [stdout] --> src/pnp/nut80.rs:44:7 [INFO] [stdout] | [INFO] [stdout] 44 | const x: [Coeff; 106] = [ [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stdout] help: convert the identifier to upper case (notice the capitalization) [INFO] [stdout] | [INFO] [stdout] 44 - const x: [Coeff; 106] = [ [INFO] [stdout] 44 + const X: [Coeff; 106] = [ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: ambiguous glob re-exports [INFO] [stdout] --> src/pnp/mod.rs:33:9 [INFO] [stdout] | [INFO] [stdout] 33 | pub use nut00b::*; [INFO] [stdout] | ^^^^^^^^^ the name `Coeff` in the type namespace is first re-exported here [INFO] [stdout] ... [INFO] [stdout] 39 | pub use nut80::*; [INFO] [stdout] | -------- but the name `Coeff` in the type namespace is also re-exported here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(ambiguous_glob_reexports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `deltat` is never read [INFO] [stdout] --> src/ts/dat.rs:197:13 [INFO] [stdout] | [INFO] [stdout] 197 | let mut deltat: f64 = 0.0; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] = note: `#[warn(unused_assignments)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `j` is assigned to, but never used [INFO] [stdout] --> src/ts/dat.rs:220:9 [INFO] [stdout] | [INFO] [stdout] 220 | let j: i32; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: consider using `_j` instead [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `j` is never read [INFO] [stdout] --> src/ts/dat.rs:223:9 [INFO] [stdout] | [INFO] [stdout] 223 | j = 1; [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable `w` is assigned to, but never used [INFO] [stdout] --> src/ts/dtf2d.rs:102:25 [INFO] [stdout] | [INFO] [stdout] 102 | let (iy2, im2, id2, w): (i32, i32, i32, f64); [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: consider using `_w` instead [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: value assigned to `w` is never read [INFO] [stdout] --> src/ts/dtf2d.rs:116:25 [INFO] [stdout] | [INFO] [stdout] 116 | (iy2, im2, id2, w) = match jd2cal(dj, 1.5) { [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = help: maybe it is overwritten before being read? [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `w` [INFO] [stdout] --> src/ts/utcut1.rs:5:22 [INFO] [stdout] | [INFO] [stdout] 5 | let (iy, im, id, w) = match jd2cal(utc1, utc2) { [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_w` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `x` should have an upper case name [INFO] [stdout] --> src/pnp/nut80.rs:44:7 [INFO] [stdout] | [INFO] [stdout] 44 | const x: [Coeff; 106] = [ [INFO] [stdout] | ^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stdout] help: convert the identifier to upper case (notice the capitalization) [INFO] [stdout] | [INFO] [stdout] 44 - const x: [Coeff; 106] = [ [INFO] [stdout] 44 + const X: [Coeff; 106] = [ [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 1.65s [INFO] running `Command { std: "docker" "inspect" "a49f40a288c75a11d35081da0d0f2c8bc3dfdcd39d5a94058cecb40c699157e6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a49f40a288c75a11d35081da0d0f2c8bc3dfdcd39d5a94058cecb40c699157e6", kill_on_drop: false }` [INFO] [stdout] a49f40a288c75a11d35081da0d0f2c8bc3dfdcd39d5a94058cecb40c699157e6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 2a547b0704591dcb601485800b34a98234a9bb1f356694f6076d73d748f62a55 [INFO] running `Command { std: "docker" "start" "-a" "2a547b0704591dcb601485800b34a98234a9bb1f356694f6076d73d748f62a55", kill_on_drop: false }` [INFO] [stderr] warning: ambiguous glob re-exports [INFO] [stderr] --> src/pnp/mod.rs:33:9 [INFO] [stderr] | [INFO] [stderr] 33 | pub use nut00b::*; [INFO] [stderr] | ^^^^^^^^^ the name `Coeff` in the type namespace is first re-exported here [INFO] [stderr] ... [INFO] [stderr] 39 | pub use nut80::*; [INFO] [stderr] | -------- but the name `Coeff` in the type namespace is also re-exported here [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(ambiguous_glob_reexports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: value assigned to `deltat` is never read [INFO] [stderr] --> src/ts/dat.rs:197:13 [INFO] [stderr] | [INFO] [stderr] 197 | let mut deltat: f64 = 0.0; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: maybe it is overwritten before being read? [INFO] [stderr] = note: `#[warn(unused_assignments)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variable `j` is assigned to, but never used [INFO] [stderr] --> src/ts/dat.rs:220:9 [INFO] [stderr] | [INFO] [stderr] 220 | let j: i32; [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: consider using `_j` instead [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: value assigned to `j` is never read [INFO] [stderr] --> src/ts/dat.rs:223:9 [INFO] [stderr] | [INFO] [stderr] 223 | j = 1; [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = help: maybe it is overwritten before being read? [INFO] [stderr] [INFO] [stderr] warning: variable `w` is assigned to, but never used [INFO] [stderr] --> src/ts/dtf2d.rs:102:25 [INFO] [stderr] | [INFO] [stderr] 102 | let (iy2, im2, id2, w): (i32, i32, i32, f64); [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: consider using `_w` instead [INFO] [stderr] [INFO] [stderr] warning: value assigned to `w` is never read [INFO] [stderr] --> src/ts/dtf2d.rs:116:25 [INFO] [stderr] | [INFO] [stderr] 116 | (iy2, im2, id2, w) = match jd2cal(dj, 1.5) { [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = help: maybe it is overwritten before being read? [INFO] [stderr] [INFO] [stderr] warning: unused variable: `w` [INFO] [stderr] --> src/ts/utcut1.rs:5:22 [INFO] [stderr] | [INFO] [stderr] 5 | let (iy, im, id, w) = match jd2cal(utc1, utc2) { [INFO] [stderr] | ^ help: if this is intentional, prefix it with an underscore: `_w` [INFO] [stderr] [INFO] [stderr] warning: constant `x` should have an upper case name [INFO] [stderr] --> src/pnp/nut80.rs:44:7 [INFO] [stderr] | [INFO] [stderr] 44 | const x: [Coeff; 106] = [ [INFO] [stderr] | ^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stderr] help: convert the identifier to upper case (notice the capitalization) [INFO] [stderr] | [INFO] [stderr] 44 - const x: [Coeff; 106] = [ [INFO] [stderr] 44 + const X: [Coeff; 106] = [ [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: `sofars` (lib) generated 8 warnings (run `cargo fix --lib -p sofars` to apply 1 suggestion) [INFO] [stderr] warning: `sofars` (lib test) generated 8 warnings (8 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/sofars-4cbaf41e8a1b2bdf) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/astro_test.rs (/opt/rustwide/target/debug/deps/astro_test-a66a747e6ecd62af) [INFO] [stdout] [INFO] [stdout] running 27 tests [INFO] [stdout] test test_ab ... ok [INFO] [stdout] test test_apcg ... ok [INFO] [stdout] test test_apcg13 ... ok [INFO] [stdout] test test_apco ... ok [INFO] [stdout] test test_apcs ... ok [INFO] [stdout] test test_apcs13 ... ok [INFO] [stdout] test test_apci ... ok [INFO] [stdout] test test_aper13 ... ok [INFO] [stdout] test test_aper ... ok [INFO] [stdout] test test_atciq ... ok [INFO] [stdout] test test_atciqz ... ok [INFO] [stdout] test test_atcc13 ... ok [INFO] [stdout] test test_apci13 ... ok [INFO] [stdout] test test_apco13 ... ok [INFO] [stdout] test test_atci13 ... ok [INFO] [stdout] test test_atio13 ... ok [INFO] [stdout] test test_ldsun ... ok [INFO] [stdout] test test_pvstar ... ok [INFO] [stdout] test test_pvtob ... ok [INFO] [stdout] test test_ldn ... ok [INFO] [stdout] test test_ld ... ok [INFO] [stdout] test test_starpv ... ok [INFO] [stdout] test test_atco13 ... ok [INFO] [stdout] test test_atciqn ... ok [INFO] [stdout] test test_atic13 ... ok [INFO] [stdout] test test_aticqn ... ok [INFO] [stdout] test test_aticq ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 27 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.17s [INFO] [stdout] [INFO] [stderr] Running tests/calendars_test.rs (/opt/rustwide/target/debug/deps/calendars_test-5edc93b5e0de8a49) [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test tests::test_cal2jd ... ok [INFO] [stderr] Running tests/coord_test.rs (/opt/rustwide/target/debug/deps/coord_test-c2db63549e0a4f51) [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test test_hd2ae ... ok [INFO] [stdout] test test_ae2hd ... ok [INFO] [stdout] test test_hd2pa ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Running tests/eph_test.rs (/opt/rustwide/target/debug/deps/eph_test-f4b37ec94ff35f95) [INFO] [stdout] running 1 test [INFO] [stdout] test test_epv00 ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/erst_test.rs (/opt/rustwide/target/debug/deps/erst_test-609c50d8c9f88f2d) [INFO] [stdout] [INFO] [stdout] running 14 tests [INFO] [stdout] test test_ee00 ... ok [INFO] [stdout] test test_ee00b ... ok [INFO] [stdout] test test_gmst06 ... ok [INFO] [stdout] test test_eqeq94 ... ok [INFO] [stdout] test test_gmst00 ... ok [INFO] [stdout] test test_gst00b ... ok [INFO] [stdout] test test_gst06 ... ok [INFO] [stdout] test test_eect00 ... ok [INFO] [stdout] test test_gst94 ... ok [INFO] [stdout] test test_gst06a ... ok [INFO] [stdout] test test_ee00a ... ok [INFO] [stdout] test test_ee06a ... ok [INFO] [stdout] test test_gmst82 ... ok [INFO] [stdout] test test_gst00a ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.12s [INFO] [stdout] [INFO] [stderr] Running tests/fundargs_test.rs (/opt/rustwide/target/debug/deps/fundargs_test-da35330f1a669a1a) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/pnp_test.rs (/opt/rustwide/target/debug/deps/pnp_test-8b37893236cde27e) [INFO] [stdout] [INFO] [stdout] running 8 tests [INFO] [stdout] test test_nut00b ... ok [INFO] [stdout] test test_s06 ... ok [INFO] [stdout] test test_nut80 ... ok [INFO] [stdout] test test_c2ixys ... ok [INFO] [stdout] test test_nut06a ... ok [INFO] [stdout] test test_nut00a ... ok [INFO] [stdout] test test_pnm06a ... ok [INFO] [stdout] test test_pnm00a ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.14s [INFO] [stdout] [INFO] [stderr] Running tests/ts_test.rs (/opt/rustwide/target/debug/deps/ts_test-f8f405f5381dfdab) [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test test_dat ... ok [INFO] [stdout] test test_ut1tt ... ok [INFO] [stderr] Running tests/vm_test.rs (/opt/rustwide/target/debug/deps/vm_test-bfd424bbbad88d62) [INFO] [stdout] test test_d2dtf ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 9 tests [INFO] [stdout] test test_a2af ... ok [INFO] [stdout] test test_rxpv ... ok [INFO] [stdout] test test_tf2a ... ok [INFO] [stdout] test test_a2tf ... ok [INFO] [stdout] test test_tr ... ok [INFO] [stdout] test test_trxpv ... ok [INFO] [stdout] test test_af2a ... ok [INFO] [stdout] test test_pv2s ... ok [INFO] [stdout] test test_rxp ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 9 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s [INFO] [stdout] [INFO] [stderr] Doc-tests sofars [INFO] [stdout] [INFO] [stdout] running 221 tests [INFO] [stdout] test src/astro/apcg.rs - astro::apcg::apcg (line 25) ... FAILED [INFO] [stdout] test src/astro/apcg13.rs - astro::apcg13::apcg13 (line 22) ... FAILED [INFO] [stdout] test src/astro/apcg.rs - astro::apcg::apcg (line 78) ... FAILED [INFO] [stdout] test src/astro/apcg.rs - astro::apcg::apcg (line 103) ... FAILED [INFO] [stdout] test src/astro/apcg13.rs - astro::apcg13::apcg13 (line 27) ... FAILED [INFO] [stdout] test src/astro/apcg.rs - astro::apcg::apcg (line 18) ... FAILED [INFO] [stdout] test src/astro/apci.rs - astro::apci::apci (line 114) ... FAILED [INFO] [stdout] test src/astro/apcg13.rs - astro::apcg13::apcg13 (line 52) ... FAILED [INFO] [stdout] test src/astro/apcg.rs - astro::apcg::apcg (line 50) ... FAILED [INFO] [stdout] test src/astro/apcg13.rs - astro::apcg13::apcg13 (line 109) ... FAILED [INFO] [stdout] test src/astro/apci.rs - astro::apci::apci (line 89) ... FAILED [INFO] [stdout] test src/astro/apci13.rs - astro::apci13::apci13 (line 24) ... FAILED [INFO] [stdout] test src/astro/apci13.rs - astro::apci13::apci13 (line 112) ... FAILED [INFO] [stdout] test src/astro/apci13.rs - astro::apci13::apci13 (line 29) ... FAILED [INFO] [stdout] test src/astro/apci.rs - astro::apci::apci (line 31) ... FAILED [INFO] [stdout] test src/astro/apci.rs - astro::apci::apci (line 22) ... FAILED [INFO] [stdout] test src/astro/apcg13.rs - astro::apcg13::apcg13 (line 84) ... FAILED [INFO] [stdout] test src/astro/apci.rs - astro::apci::apci (line 56) ... FAILED [INFO] [stdout] test src/astro/apci13.rs - astro::apci13::apci13 (line 55) ... FAILED [INFO] [stdout] test src/astro/apco.rs - astro::apco::apco (line 125) ... FAILED [INFO] [stdout] test src/astro/apci13.rs - astro::apci13::apci13 (line 87) ... FAILED [INFO] [stdout] test src/astro/apco.rs - astro::apco::apco (line 61) ... FAILED [INFO] [stdout] test src/astro/apco13.rs - astro::apco13::apco13 (line 143) ... FAILED [INFO] [stdout] test src/astro/apco.rs - astro::apco::apco (line 150) ... FAILED [INFO] [stdout] test src/astro/apco.rs - astro::apco::apco (line 36) ... FAILED [INFO] [stdout] test src/astro/apco13.rs - astro::apco13::apco13 (line 111) ... FAILED [INFO] [stdout] test src/astro/apco13.rs - astro::apco13::apco13 (line 168) ... FAILED [INFO] [stdout] test src/astro/apco13.rs - astro::apco13::apco13 (line 25) ... FAILED [INFO] [stdout] test src/astro/apco.rs - astro::apco::apco (line 19) ... FAILED [INFO] [stdout] test src/astro/apco13.rs - astro::apco13::apco13 (line 39) ... FAILED [INFO] [stdout] test src/astro/apco13.rs - astro::apco13::apco13 (line 153) ... FAILED [INFO] [stdout] test src/astro/apcs.rs - astro::apcs::apcs (line 123) ... FAILED [INFO] [stdout] test src/astro/apcs.rs - astro::apcs::apcs (line 30) ... FAILED [INFO] [stdout] test src/astro/apcs.rs - astro::apcs::apcs (line 22) ... FAILED [INFO] [stdout] test src/astro/apcs13.rs - astro::apcs13::apcs13 (line 115) ... FAILED [INFO] [stdout] test src/astro/apcs.rs - astro::apcs::apcs (line 55) ... FAILED [INFO] [stdout] test src/astro/apcs13.rs - astro::apcs13::apcs13 (line 27) ... FAILED [INFO] [stdout] test src/astro/apcs13.rs - astro::apcs13::apcs13 (line 21) ... FAILED [INFO] [stdout] test src/astro/apcs.rs - astro::apcs::apcs (line 98) ... FAILED [INFO] [stdout] test src/astro/aper.rs - astro::aper::aper (line 74) ... FAILED [INFO] [stdout] test src/astro/apcs13.rs - astro::apcs13::apcs13 (line 52) ... FAILED [INFO] [stdout] test src/astro/aper.rs - astro::aper::aper (line 14) ... FAILED [INFO] [stdout] test src/astro/apco13.rs - astro::apco13::apco13 (line 60) ... FAILED [INFO] [stdout] test src/astro/apcs13.rs - astro::apcs13::apcs13 (line 90) ... FAILED [INFO] [stdout] test src/astro/aper13.rs - astro::aper13::aper13 (line 16) ... FAILED [INFO] [stdout] test src/astro/aper.rs - astro::aper::aper (line 35) ... FAILED [INFO] [stdout] test src/astro/aper13.rs - astro::aper13::aper13 (line 63) ... FAILED [INFO] [stdout] test src/astro/aper13.rs - astro::aper13::aper13 (line 91) ... FAILED [INFO] [stdout] test src/astro/aper13.rs - astro::aper13::aper13 (line 38) ... FAILED [INFO] [stdout] test src/astro/apco13.rs - astro::apco13::apco13 (line 119) ... FAILED [INFO] [stdout] test src/astro/aper13.rs - astro::aper13::aper13 (line 113) ... FAILED [INFO] [stdout] test src/astro/apio.rs - astro::apio::apio (line 18) ... FAILED [INFO] [stdout] test src/astro/apio.rs - astro::apio::apio (line 29) ... FAILED [INFO] [stdout] test src/astro/apio.rs - astro::apio::apio (line 115) ... FAILED [INFO] [stdout] test src/astro/apio13.rs - astro::apio13::apio13 (line 147) ... FAILED [INFO] [stdout] test src/astro/apio13.rs - astro::apio13::apio13 (line 162) ... FAILED [INFO] [stdout] test src/astro/apio.rs - astro::apio::apio (line 90) ... FAILED [INFO] [stdout] test src/astro/apio13.rs - astro::apio13::apio13 (line 137) ... FAILED [INFO] [stdout] test src/astro/atcc13.rs - astro::atcc13::atcc13 (line 60) ... FAILED [INFO] [stdout] test src/astro/atccq.rs - astro::atccq::atccq (line 24) ... FAILED [INFO] [stdout] test src/astro/apio13.rs - astro::apio13::apio13 (line 20) ... FAILED [INFO] [stdout] test src/astro/apio13.rs - astro::apio13::apio13 (line 34) ... FAILED [INFO] [stdout] test src/astro/apio13.rs - astro::apio13::apio13 (line 105) ... FAILED [INFO] [stdout] test src/astro/apio13.rs - astro::apio13::apio13 (line 54) ... FAILED [INFO] [stdout] test src/astro/atcc13.rs - astro::atcc13::atcc13 (line 14) ... FAILED [INFO] [stdout] test src/astro/atcc13.rs - astro::atcc13::atcc13 (line 39) ... FAILED [INFO] [stdout] test src/astro/atci13.rs - astro::atci13::atci13 (line 24) ... FAILED [INFO] [stdout] test src/astro/atci13.rs - astro::atci13::atci13 (line 40) ... FAILED [INFO] [stdout] test src/astro/atccq.rs - astro::atccq::atccq (line 49) ... FAILED [INFO] [stdout] test src/astro/apio13.rs - astro::apio13::apio13 (line 113) ... FAILED [INFO] [stdout] test src/astro/atciq.rs - astro::atciq::atciq (line 60) ... FAILED [INFO] [stdout] test src/astro/atccq.rs - astro::atccq::atccq (line 63) ... FAILED [INFO] [stdout] test src/astro/atciq.rs - astro::atciq::atciq (line 23) ... FAILED [INFO] [stdout] test src/astro/atciq.rs - astro::atciq::atciq (line 48) ... FAILED [INFO] [stdout] test src/astro/atci13.rs - astro::atci13::atci13 (line 13) ... FAILED [INFO] [stdout] test src/astro/atci13.rs - astro::atci13::atci13 (line 78) ... FAILED [INFO] [stdout] test src/astro/atciqz.rs - astro::atciqz::atciqz (line 46) ... FAILED [INFO] [stdout] test src/astro/atco13.rs - astro::atco13::atco13 (line 17) ... FAILED [INFO] [stdout] test src/astro/atco13.rs - astro::atco13::atco13 (line 36) ... FAILED [INFO] [stdout] test src/astro/atciqz.rs - astro::atciqz::atciqz (line 63) ... FAILED [INFO] [stdout] test src/astro/atciqz.rs - astro::atciqz::atciqz (line 25) ... FAILED [INFO] [stdout] test src/astro/atco13.rs - astro::atco13::atco13 (line 149) ... FAILED [INFO] [stdout] test src/astro/atic13.rs - astro::atic13::atic13 (line 18) ... FAILED [INFO] [stdout] test src/astro/atco13.rs - astro::atco13::atco13 (line 108) ... FAILED [INFO] [stdout] test src/astro/atic13.rs - astro::atic13::atic13 (line 11) ... FAILED [INFO] [stdout] test src/astro/aticqn.rs - astro::aticqn::aticqn (line 26) ... FAILED [INFO] [stdout] test src/astro/atic13.rs - astro::atic13::atic13 (line 73) ... FAILED [INFO] [stdout] test src/astro/atic13.rs - astro::atic13::atic13 (line 28) ... FAILED [INFO] [stdout] test src/astro/atco13.rs - astro::atco13::atco13 (line 45) ... FAILED [INFO] [stdout] test src/astro/atco13.rs - astro::atco13::atco13 (line 100) ... FAILED [INFO] [stdout] test src/astro/aticqn.rs - astro::aticqn::aticqn (line 52) ... FAILED [INFO] [stdout] test src/astro/atio13.rs - astro::atio13::atio13 (line 132) ... FAILED [INFO] [stdout] test src/astro/aticqn.rs - astro::aticqn::aticqn (line 96) ... FAILED [INFO] [stdout] test src/astro/atio13.rs - astro::atio13::atio13 (line 14) ... FAILED [INFO] [stdout] test src/astro/aticqn.rs - astro::aticqn::aticqn (line 83) ... FAILED [INFO] [stdout] test src/astro/atioq.rs - astro::atioq::atioq (line 43) ... FAILED [INFO] [stdout] test src/astro/atioq.rs - astro::atioq::atioq (line 99) ... FAILED [INFO] [stdout] test src/astro/atioq.rs - astro::atioq::atioq (line 21) ... FAILED [INFO] [stdout] test src/astro/ldn.rs - astro::ldn::ldn (line 18) ... FAILED [INFO] [stdout] test src/astro/ld.rs - astro::ld::ld (line 73) ... FAILED [INFO] [stdout] test src/astro/ld.rs - astro::ld::ld (line 26) ... FAILED [INFO] [stdout] test src/astro/atio13.rs - astro::atio13::atio13 (line 30) ... FAILED [INFO] [stdout] test src/astro/ld.rs - astro::ld::ld (line 17) ... FAILED [INFO] [stdout] test src/astro/atio13.rs - astro::atio13::atio13 (line 93) ... FAILED [INFO] [stdout] test src/astro/ldn.rs - astro::ldn::ldn (line 49) ... FAILED [INFO] [stdout] test src/astro/atio13.rs - astro::atio13::atio13 (line 85) ... FAILED [INFO] [stdout] test src/astro/ldsun.rs - astro::ldsun::ldsun (line 38) ... FAILED [INFO] [stdout] test src/astro/ldsun.rs - astro::ldsun::ldsun (line 13) ... FAILED [INFO] [stdout] test src/astro/ldn.rs - astro::ldn::ldn (line 80) ... FAILED [INFO] [stdout] test src/astro/pmpx.rs - astro::pmpx::pmpx (line 26) ... FAILED [INFO] [stdout] test src/astro/ldn.rs - astro::ldn::ldn (line 28) ... FAILED [INFO] [stdout] test src/astro/ldsun.rs - astro::ldsun::ldsun (line 19) ... FAILED [INFO] [stdout] test src/astro/pmpx.rs - astro::pmpx::pmpx (line 50) ... FAILED [INFO] [stdout] test src/astro/pvstar.rs - astro::pvstar::pvstar (line 20) ... FAILED [INFO] [stdout] test src/astro/pvtob.rs - astro::pvtob::pvtob (line 17) ... FAILED [INFO] [stdout] test src/astro/pmpx.rs - astro::pmpx::pmpx (line 16) ... FAILED [INFO] [stdout] test src/astro/pvstar.rs - astro::pvstar::pvstar (line 29) ... FAILED [INFO] [stdout] test src/astro/pvstar.rs - astro::pvstar::pvstar (line 16) ... FAILED [INFO] [stdout] test src/astro/refco.rs - astro::refco::refco (line 23) ... FAILED [INFO] [stdout] test src/astro/pvtob.rs - astro::pvtob::pvtob (line 65) ... FAILED [INFO] [stdout] test src/astro/pvstar.rs - astro::pvstar::pvstar (line 89) ... FAILED [INFO] [stdout] test src/astro/refco.rs - astro::refco::refco (line 52) ... FAILED [INFO] [stdout] test src/astro/refco.rs - astro::refco::refco (line 69) ... FAILED [INFO] [stdout] test src/astro/refco.rs - astro::refco::refco (line 16) ... FAILED [INFO] [stdout] test src/astro/refco.rs - astro::refco::refco (line 59) ... FAILED [INFO] [stdout] test src/coords/hd2pa.rs - coords::hd2pa::hd2pa (line 17) ... FAILED [INFO] [stdout] test src/coords/ae2hd.rs - coords::ae2hd::ae2hd (line 13) ... FAILED [INFO] [stdout] test src/coords/hd2pa.rs - coords::hd2pa::hd2pa (line 11) ... FAILED [INFO] [stdout] test src/eph/epv00.rs - eph::epv00::epv00 (line 5974) ... FAILED [INFO] [stdout] test src/astro/pvtob.rs - astro::pvtob::pvtob (line 26) ... FAILED [INFO] [stdout] test src/eph/epv00.rs - eph::epv00::epv00 (line 6022) ... FAILED [INFO] [stdout] test src/eph/epv00.rs - eph::epv00::epv00 (line 5993) ... FAILED [INFO] [stdout] test src/erst/ee00.rs - erst::ee00::ee00 (line 30) ... FAILED [INFO] [stdout] test src/coords/ae2hd.rs - coords::ae2hd::ae2hd (line 7) ... FAILED [INFO] [stdout] test src/erst/ee00.rs - erst::ee00::ee00 (line 56) ... FAILED [INFO] [stdout] test src/erst/ee00.rs - erst::ee00::ee00 (line 20) ... FAILED [INFO] [stdout] test src/erst/ee00b.rs - erst::ee00b::ee00b (line 26) ... FAILED [INFO] [stdout] test src/erst/ee00.rs - erst::ee00::ee00 (line 14) ... FAILED [INFO] [stdout] test src/erst/ee00a.rs - erst::ee00a::ee00a (line 51) ... FAILED [INFO] [stdout] test src/erst/ee00a.rs - erst::ee00a::ee00a (line 27) ... FAILED [INFO] [stdout] test src/erst/ee00a.rs - erst::ee00a::ee00a (line 18) ... FAILED [INFO] [stdout] test src/erst/ee00b.rs - erst::ee00b::ee00b (line 51) ... FAILED [INFO] [stdout] test src/erst/ee00a.rs - erst::ee00a::ee00a (line 14) ... FAILED [INFO] [stdout] test src/erst/ee06a.rs - erst::ee06a::ee06a (line 28) ... FAILED [INFO] [stdout] test src/erst/ee06a.rs - erst::ee06a::ee06a (line 15) ... FAILED [INFO] [stdout] test src/erst/ee06a.rs - erst::ee06a::ee06a (line 19) ... FAILED [INFO] [stdout] test src/erst/eect00.rs - erst::eect00::eect00 (line 19) ... FAILED [INFO] [stdout] test src/erst/ee06a.rs - erst::ee06a::ee06a (line 48) ... FAILED [INFO] [stdout] test src/erst/eect00.rs - erst::eect00::eect00 (line 15) ... FAILED [INFO] [stdout] test src/erst/eect00.rs - erst::eect00::eect00 (line 75) ... FAILED [INFO] [stdout] test src/erst/eqeq94.rs - erst::eqeq94::eqeq94 (line 15) ... FAILED [INFO] [stdout] test src/erst/eect00.rs - erst::eect00::eect00 (line 28) ... FAILED [INFO] [stdout] test src/erst/era00.rs - erst::era00::era00 (line 18) ... FAILED [INFO] [stdout] test src/erst/eqeq94.rs - erst::eqeq94::eqeq94 (line 19) ... FAILED [INFO] [stdout] test src/erst/eqeq94.rs - erst::eqeq94::eqeq94 (line 48) ... FAILED [INFO] [stdout] test src/erst/gmst00.rs - erst::gmst00::gmst00 (line 17) ... FAILED [INFO] [stdout] test src/erst/eqeq94.rs - erst::eqeq94::eqeq94 (line 28) ... FAILED [INFO] [stdout] test src/erst/gmst00.rs - erst::gmst00::gmst00 (line 31) ... FAILED [INFO] [stdout] test src/erst/gmst00.rs - erst::gmst00::gmst00 (line 22) ... FAILED [INFO] [stdout] test src/erst/era00.rs - erst::era00::era00 (line 14) ... FAILED [INFO] [stdout] test src/erst/era00.rs - erst::era00::era00 (line 51) ... FAILED [INFO] [stdout] test src/erst/gmst00.rs - erst::gmst00::gmst00 (line 65) ... FAILED [INFO] [stdout] test src/erst/gmst06.rs - erst::gmst06::gmst06 (line 20) ... FAILED [INFO] [stdout] test src/erst/gmst06.rs - erst::gmst06::gmst06 (line 29) ... FAILED [INFO] [stdout] test src/erst/gmst06.rs - erst::gmst06::gmst06 (line 58) ... FAILED [INFO] [stdout] test src/erst/gst00a.rs - erst::gst00a::gst00a (line 16) ... FAILED [INFO] [stdout] test src/erst/gst00a.rs - erst::gst00a::gst00a (line 30) ... FAILED [INFO] [stdout] test src/erst/gst00a.rs - erst::gst00a::gst00a (line 21) ... FAILED [INFO] [stdout] test src/erst/era00.rs - erst::era00::era00 (line 27) ... FAILED [INFO] [stdout] test src/erst/gmst06.rs - erst::gmst06::gmst06 (line 15) ... FAILED [INFO] [stdout] test src/erst/gst00b.rs - erst::gst00b::gst00b (line 16) ... FAILED [INFO] [stdout] test src/erst/gst00a.rs - erst::gst00a::gst00a (line 64) ... FAILED [INFO] [stdout] test src/erst/gst06.rs - erst::gst06::gst06 (line 61) ... FAILED [INFO] [stdout] test src/erst/gst06.rs - erst::gst06::gst06 (line 15) ... FAILED [INFO] [stdout] test src/erst/gst00b.rs - erst::gst00b::gst00b (line 20) ... FAILED [INFO] [stdout] test src/erst/gst00b.rs - erst::gst00b::gst00b (line 29) ... FAILED [INFO] [stdout] test src/erst/gst06.rs - erst::gst06::gst06 (line 30) ... FAILED [INFO] [stdout] test src/erst/gst06.rs - erst::gst06::gst06 (line 21) ... FAILED [INFO] [stdout] test src/erst/gst06a.rs - erst::gst06a::gst06a (line 20) ... FAILED [INFO] [stdout] test src/erst/gst06a.rs - erst::gst06a::gst06a (line 60) ... FAILED [INFO] [stdout] test src/erst/gst06a.rs - erst::gst06a::gst06a (line 29) ... FAILED [INFO] [stdout] test src/erst/gst06a.rs - erst::gst06a::gst06a (line 15) ... FAILED [INFO] [stdout] test src/erst/gst94.rs - erst::gst94::gst94 (line 20) ... FAILED [INFO] [stdout] test src/pnp/nut06a.rs - pnp::nut06a::nut06a (line 23) ... FAILED [INFO] [stdout] test src/erst/gst00b.rs - erst::gst00b::gst00b (line 68) ... FAILED [INFO] [stdout] test src/erst/gst94.rs - erst::gst94::gst94 (line 59) ... FAILED [INFO] [stdout] test src/erst/gst94.rs - erst::gst94::gst94 (line 29) ... FAILED [INFO] [stdout] test src/erst/gst94.rs - erst::gst94::gst94 (line 16) ... FAILED [INFO] [stdout] test src/pnp/obl06.rs - pnp::obl06::obl06 (line 23) ... FAILED [INFO] [stdout] test src/pnp/bp00.rs - pnp::bp00::bp00 (line 29) ... FAILED [INFO] [stdout] test src/pnp/nut00a.rs - pnp::nut00a::nut00a (line 1549) ... FAILED [INFO] [stdout] test src/pnp/obl80.rs - pnp::obl80::obl80 (line 24) ... FAILED [INFO] [stdout] test src/pnp/obl80.rs - pnp::obl80::obl80 (line 11) ... FAILED [INFO] [stdout] test src/pnp/pfw06.rs - pnp::pfw06::pfw06 (line 26) ... FAILED [INFO] [stdout] test src/pnp/pn00.rs - pnp::pn00::pn00 (line 36) ... FAILED [INFO] [stdout] test src/pnp/pn00a.rs - pnp::pn00a::pn00a (line 33) ... FAILED [INFO] [stdout] test src/pnp/pfw06.rs - pnp::pfw06::pfw06 (line 42) ... FAILED [INFO] [stdout] test src/pnp/pnm06a.rs - pnp::pnm06a::pnm06a (line 19) ... FAILED [INFO] [stdout] test src/ts/d2dtf.rs - ts::d2dtf::d2dtf (line 16) ... FAILED [INFO] [stdout] test src/pnp/obl80.rs - pnp::obl80::obl80 (line 15) ... FAILED [INFO] [stdout] test src/pnp/pnm00a.rs - pnp::pnm00a::pnm00a (line 27) ... FAILED [INFO] [stdout] test src/pnp/pnm06a.rs - pnp::pnm06a::pnm06a (line 15) ... FAILED [INFO] [stdout] test src/ts/d2dtf.rs - ts::d2dtf::d2dtf (line 27) ... FAILED [INFO] [stdout] test src/pnp/pnm06a.rs - pnp::pnm06a::pnm06a (line 28) ... FAILED [INFO] [stdout] test src/ts/d2dtf.rs - ts::d2dtf::d2dtf (line 74) ... FAILED [INFO] [stdout] test src/ts/d2dtf.rs - ts::d2dtf::d2dtf (line 22) ... FAILED [INFO] [stdout] test src/ts/d2dtf.rs - ts::d2dtf::d2dtf (line 40) ... FAILED [INFO] [stdout] test src/ts/dat.rs - ts::dat::dat (line 48) ... FAILED [INFO] [stdout] test src/ts/ut1tt.rs - ts::ut1tt::ut1tt (line 12) ... FAILED [INFO] [stdout] test src/ts/dat.rs - ts::dat::dat (line 2) ... FAILED [INFO] [stdout] test src/ts/dat.rs - ts::dat::dat (line 41) ... FAILED [INFO] [stdout] test src/ts/dat.rs - ts::dat::dat (line 52) ... FAILED [INFO] [stdout] test src/ts/ut1tt.rs - ts::ut1tt::ut1tt (line 17) ... FAILED [INFO] [stdout] test src/vm/pmp.rs - vm::pmp::pmp (line 9) ... FAILED [INFO] [stdout] test src/vm/s2pv.rs - vm::s2pv::s2pv (line 18) ... FAILED [INFO] [stdout] test src/lib.rs - (line 12) ... ok [INFO] [stdout] test src/vm/s2pv.rs - vm::s2pv::s2pv (line 9) ... FAILED [INFO] [stdout] test src/vm/pmp.rs - vm::pmp::pmp (line 14) ... FAILED [INFO] [stdout] test src/ts/ut1tt.rs - ts::ut1tt::ut1tt (line 21) ... FAILED [INFO] [stdout] test src/vm/ppp.rs - vm::ppp::ppp (line 15) ... FAILED [INFO] [stdout] test src/vm/ppp.rs - vm::ppp::ppp (line 9) ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/astro/apcg.rs - astro::apcg::apcg (line 25) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `iauASTROM` [INFO] [stdout] --> src/astro/apcg.rs:26:11 [INFO] [stdout] | [INFO] [stdout] 1 | astrom iauASTROM* star-independent astrometry parameters: [INFO] [stdout] | ^^^^^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/apcg13.rs - astro::apcg13::apcg13 (line 22) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `double` [INFO] [stdout] --> src/astro/apcg13.rs:23:11 [INFO] [stdout] | [INFO] [stdout] 1 | date1 double TDB as a 2-part... [INFO] [stdout] | ^^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/apcg.rs - astro::apcg::apcg (line 78) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `observer` [INFO] [stdout] --> src/astro/apcg.rs:79:27 [INFO] [stdout] | [INFO] [stdout] 1 | functions observer transformation [INFO] [stdout] | ^^^^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/apcg.rs - astro::apcg::apcg (line 103) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `astrometry` [INFO] [stdout] --> src/astro/apcg.rs:104:17 [INFO] [stdout] | [INFO] [stdout] 1 | iauApcs astrometry parameters, ICRS-GCRS, space observer [INFO] [stdout] | ^^^^^^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/apcg13.rs - astro::apcg13::apcg13 (line 27) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `iauASTROM` [INFO] [stdout] --> src/astro/apcg13.rs:28:11 [INFO] [stdout] | [INFO] [stdout] 1 | astrom iauASTROM* star-independent astrometry parameters: [INFO] [stdout] | ^^^^^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/apcg.rs - astro::apcg::apcg (line 18) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `double` [INFO] [stdout] --> src/astro/apcg.rs:19:11 [INFO] [stdout] | [INFO] [stdout] 1 | date1 double TDB as a 2-part... [INFO] [stdout] | ^^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/apci.rs - astro::apci::apci (line 114) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `astrometry` [INFO] [stdout] --> src/astro/apci.rs:115:17 [INFO] [stdout] | [INFO] [stdout] 1 | iauApcg astrometry parameters, ICRS-GCRS, geocenter [INFO] [stdout] | ^^^^^^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/apcg13.rs - astro::apcg13::apcg13 (line 52) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `date2` [INFO] [stdout] --> src/astro/apcg13.rs:53:26 [INFO] [stdout] | [INFO] [stdout] 1 | date1 date2 [INFO] [stdout] | ^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/apcg.rs - astro::apcg::apcg (line 50) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `date2` [INFO] [stdout] --> src/astro/apcg.rs:51:26 [INFO] [stdout] | [INFO] [stdout] 1 | date1 date2 [INFO] [stdout] | ^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/apcg13.rs - astro::apcg13::apcg13 (line 109) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `Earth` [INFO] [stdout] --> src/astro/apcg13.rs:110:17 [INFO] [stdout] | [INFO] [stdout] 1 | iauEpv00 Earth position and velocity [INFO] [stdout] | ^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/apci.rs - astro::apci::apci (line 89) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `observer` [INFO] [stdout] --> src/astro/apci.rs:90:27 [INFO] [stdout] | [INFO] [stdout] 1 | functions observer transformation [INFO] [stdout] | ^^^^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/apci13.rs - astro::apci13::apci13 (line 24) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `double` [INFO] [stdout] --> src/astro/apci13.rs:25:11 [INFO] [stdout] | [INFO] [stdout] 1 | date1 double TDB as a 2-part... [INFO] [stdout] | ^^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/apci13.rs - astro::apci13::apci13 (line 112) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `Earth` [INFO] [stdout] --> src/astro/apci13.rs:113:17 [INFO] [stdout] | [INFO] [stdout] 1 | iauEpv00 Earth position and velocity [INFO] [stdout] | ^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/apci13.rs - astro::apci13::apci13 (line 29) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `iauASTROM` [INFO] [stdout] --> src/astro/apci13.rs:30:11 [INFO] [stdout] | [INFO] [stdout] 1 | astrom iauASTROM* star-independent astrometry parameters: [INFO] [stdout] | ^^^^^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/apci.rs - astro::apci::apci (line 31) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `iauASTROM` [INFO] [stdout] --> src/astro/apci.rs:32:11 [INFO] [stdout] | [INFO] [stdout] 1 | astrom iauASTROM* star-independent astrometry parameters: [INFO] [stdout] | ^^^^^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/apci.rs - astro::apci::apci (line 22) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `double` [INFO] [stdout] --> src/astro/apci.rs:23:11 [INFO] [stdout] | [INFO] [stdout] 1 | date1 double TDB as a 2-part... [INFO] [stdout] | ^^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/apcg13.rs - astro::apcg13::apcg13 (line 84) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `observer` [INFO] [stdout] --> src/astro/apcg13.rs:85:27 [INFO] [stdout] | [INFO] [stdout] 1 | functions observer transformation [INFO] [stdout] | ^^^^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/apci.rs - astro::apci::apci (line 56) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `date2` [INFO] [stdout] --> src/astro/apci.rs:57:26 [INFO] [stdout] | [INFO] [stdout] 1 | date1 date2 [INFO] [stdout] | ^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/apci13.rs - astro::apci13::apci13 (line 55) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `date2` [INFO] [stdout] --> src/astro/apci13.rs:56:26 [INFO] [stdout] | [INFO] [stdout] 1 | date1 date2 [INFO] [stdout] | ^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/apco.rs - astro::apco::apco (line 125) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `observer` [INFO] [stdout] --> src/astro/apco.rs:126:24 [INFO] [stdout] | [INFO] [stdout] 1 | functions observer transformation [INFO] [stdout] | ^^^^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/apci13.rs - astro::apci13::apci13 (line 87) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `observer` [INFO] [stdout] --> src/astro/apci13.rs:88:27 [INFO] [stdout] | [INFO] [stdout] 1 | functions observer transformation [INFO] [stdout] | ^^^^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/apco.rs - astro::apco::apco (line 61) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `date2` [INFO] [stdout] --> src/astro/apco.rs:62:26 [INFO] [stdout] | [INFO] [stdout] 1 | date1 date2 [INFO] [stdout] | ^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/apco13.rs - astro::apco13::apco13 (line 143) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `observer` [INFO] [stdout] --> src/astro/apco13.rs:144:27 [INFO] [stdout] | [INFO] [stdout] 1 | functions observer transformation [INFO] [stdout] | ^^^^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/apco.rs - astro::apco::apco (line 150) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `initialize` [INFO] [stdout] --> src/astro/apco.rs:151:17 [INFO] [stdout] | [INFO] [stdout] 1 | iauIr initialize r-matrix to identity [INFO] [stdout] | ^^^^^^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/apco.rs - astro::apco::apco (line 36) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `iauASTROM` [INFO] [stdout] --> src/astro/apco.rs:37:11 [INFO] [stdout] | [INFO] [stdout] 1 | astrom iauASTROM* star-independent astrometry parameters: [INFO] [stdout] | ^^^^^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/apco13.rs - astro::apco13::apco13 (line 111) stdout ---- [INFO] [stdout] error[E0425]: cannot find value `hm` in this scope [INFO] [stdout] --> src/astro/apco13.rs:112:1 [INFO] [stdout] | [INFO] [stdout] 3 | hm = -29.3 * tsl * log ( phpa / 1013.25 ); [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 3 | let hm = -29.3 * tsl * log ( phpa / 1013.25 ); [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `tsl` in this scope [INFO] [stdout] --> src/astro/apco13.rs:112:14 [INFO] [stdout] | [INFO] [stdout] 3 | hm = -29.3 * tsl * log ( phpa / 1013.25 ); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `phpa` in this scope [INFO] [stdout] --> src/astro/apco13.rs:112:26 [INFO] [stdout] | [INFO] [stdout] 3 | hm = -29.3 * tsl * log ( phpa / 1013.25 ); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `log` in this scope [INFO] [stdout] --> src/astro/apco13.rs:112:20 [INFO] [stdout] | [INFO] [stdout] 3 | hm = -29.3 * tsl * log ( phpa / 1013.25 ); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/apco13.rs - astro::apco13::apco13 (line 168) stdout ---- [INFO] [stdout] error: prefix `s` is unknown [INFO] [stdout] --> src/astro/apco13.rs:177:33 [INFO] [stdout] | [INFO] [stdout] 9 | iauSp00 the TIO locator s', IERS 2000 [INFO] [stdout] | ^ unknown prefix [INFO] [stdout] | [INFO] [stdout] = note: prefixed identifiers and literals are reserved since Rust 2021 [INFO] [stdout] help: consider inserting whitespace here [INFO] [stdout] | [INFO] [stdout] 9 | iauSp00 the TIO locator s ', IERS 2000 [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] error[E0762]: unterminated character literal [INFO] [stdout] --> src/astro/apco13.rs:177:34 [INFO] [stdout] | [INFO] [stdout] 9 | iauSp00 the TIO locator s', IERS 2000 [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0762`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/apco13.rs - astro::apco13::apco13 (line 25) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `double` [INFO] [stdout] --> src/astro/apco13.rs:26:11 [INFO] [stdout] | [INFO] [stdout] 1 | utc1 double UTC as a 2-part... [INFO] [stdout] | ^^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/apco.rs - astro::apco::apco (line 19) stdout ---- [INFO] [stdout] error: prefix `s` is unknown [INFO] [stdout] --> src/astro/apco.rs:31:40 [INFO] [stdout] | [INFO] [stdout] 12 | sp double the TIO locator s' (radians, Note 4) [INFO] [stdout] | ^ unknown prefix [INFO] [stdout] | [INFO] [stdout] = note: prefixed identifiers and literals are reserved since Rust 2021 [INFO] [stdout] help: consider inserting whitespace here [INFO] [stdout] | [INFO] [stdout] 12 | sp double the TIO locator s ' (radians, Note 4) [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] error[E0762]: unterminated character literal [INFO] [stdout] --> src/astro/apco.rs:31:41 [INFO] [stdout] | [INFO] [stdout] 12 | sp double the TIO locator s' (radians, Note 4) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0762`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/apco13.rs - astro::apco13::apco13 (line 39) stdout ---- [INFO] [stdout] error: prefix `s` is unknown [INFO] [stdout] --> src/astro/apco13.rs:48:37 [INFO] [stdout] | [INFO] [stdout] 9 | along double longitude + s' (radians) [INFO] [stdout] | ^ unknown prefix [INFO] [stdout] | [INFO] [stdout] = note: prefixed identifiers and literals are reserved since Rust 2021 [INFO] [stdout] help: consider inserting whitespace here [INFO] [stdout] | [INFO] [stdout] 9 | along double longitude + s ' (radians) [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] error[E0762]: unterminated character literal [INFO] [stdout] --> src/astro/apco13.rs:48:38 [INFO] [stdout] | [INFO] [stdout] 9 | along double longitude + s' (radians) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0762`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/apco13.rs - astro::apco13::apco13 (line 153) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `with` [INFO] [stdout] --> src/astro/apco13.rs:154:7 [INFO] [stdout] | [INFO] [stdout] 1 | Those with names ending in "13" use contemporary SOFA models to [INFO] [stdout] | ^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/apcs.rs - astro::apcs::apcs (line 123) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `copy` [INFO] [stdout] --> src/astro/apcs.rs:124:17 [INFO] [stdout] | [INFO] [stdout] 1 | iauCp copy p-vector [INFO] [stdout] | ^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/apcs.rs - astro::apcs::apcs (line 30) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `iauASTROM` [INFO] [stdout] --> src/astro/apcs.rs:31:11 [INFO] [stdout] | [INFO] [stdout] 1 | astrom iauASTROM* star-independent astrometry parameters: [INFO] [stdout] | ^^^^^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/apcs.rs - astro::apcs::apcs (line 22) stdout ---- [INFO] [stdout] error: prefix `observer` is unknown [INFO] [stdout] --> src/astro/apcs.rs:25:24 [INFO] [stdout] | [INFO] [stdout] 3 | pv double[2][3] observer's geocentric pos/vel (m, m/s) [INFO] [stdout] | ^^^^^^^^ unknown prefix [INFO] [stdout] | [INFO] [stdout] = note: prefixed identifiers and literals are reserved since Rust 2021 [INFO] [stdout] help: consider inserting whitespace here [INFO] [stdout] | [INFO] [stdout] 3 | pv double[2][3] observer 's geocentric pos/vel (m, m/s) [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] error: expected one of `!` or `::`, found `double` [INFO] [stdout] --> src/astro/apcs.rs:23:11 [INFO] [stdout] | [INFO] [stdout] 1 | date1 double TDB as a 2-part... [INFO] [stdout] | ^^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/apcs13.rs - astro::apcs13::apcs13 (line 115) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `Earth` [INFO] [stdout] --> src/astro/apcs13.rs:116:17 [INFO] [stdout] | [INFO] [stdout] 1 | iauEpv00 Earth position and velocity [INFO] [stdout] | ^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/apcs.rs - astro::apcs::apcs (line 55) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `date2` [INFO] [stdout] --> src/astro/apcs.rs:56:26 [INFO] [stdout] | [INFO] [stdout] 1 | date1 date2 [INFO] [stdout] | ^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/apcs13.rs - astro::apcs13::apcs13 (line 27) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `iauASTROM` [INFO] [stdout] --> src/astro/apcs13.rs:28:11 [INFO] [stdout] | [INFO] [stdout] 1 | astrom iauASTROM* star-independent astrometry parameters: [INFO] [stdout] | ^^^^^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/apcs13.rs - astro::apcs13::apcs13 (line 21) stdout ---- [INFO] [stdout] error: prefix `observer` is unknown [INFO] [stdout] --> src/astro/apcs13.rs:24:24 [INFO] [stdout] | [INFO] [stdout] 3 | pv double[2][3] observer's geocentric pos/vel (Note 3) [INFO] [stdout] | ^^^^^^^^ unknown prefix [INFO] [stdout] | [INFO] [stdout] = note: prefixed identifiers and literals are reserved since Rust 2021 [INFO] [stdout] help: consider inserting whitespace here [INFO] [stdout] | [INFO] [stdout] 3 | pv double[2][3] observer 's geocentric pos/vel (Note 3) [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] error: expected one of `!` or `::`, found `double` [INFO] [stdout] --> src/astro/apcs13.rs:22:11 [INFO] [stdout] | [INFO] [stdout] 1 | date1 double TDB as a 2-part... [INFO] [stdout] | ^^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/apcs.rs - astro::apcs::apcs (line 98) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `observer` [INFO] [stdout] --> src/astro/apcs.rs:99:27 [INFO] [stdout] | [INFO] [stdout] 1 | functions observer transformation [INFO] [stdout] | ^^^^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/aper.rs - astro::aper::aper (line 74) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `observer` [INFO] [stdout] --> src/astro/aper.rs:75:27 [INFO] [stdout] | [INFO] [stdout] 1 | functions observer transformation [INFO] [stdout] | ^^^^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/apcs13.rs - astro::apcs13::apcs13 (line 52) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `date2` [INFO] [stdout] --> src/astro/apcs13.rs:53:26 [INFO] [stdout] | [INFO] [stdout] 1 | date1 date2 [INFO] [stdout] | ^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/aper.rs - astro::aper::aper (line 14) stdout ---- [INFO] [stdout] error: prefix `s` is unknown [INFO] [stdout] --> src/astro/aper.rs:24:37 [INFO] [stdout] | [INFO] [stdout] 10 | along double longitude + s' (radians) [INFO] [stdout] | ^ unknown prefix [INFO] [stdout] | [INFO] [stdout] = note: prefixed identifiers and literals are reserved since Rust 2021 [INFO] [stdout] help: consider inserting whitespace here [INFO] [stdout] | [INFO] [stdout] 10 | along double longitude + s ' (radians) [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] error[E0762]: unterminated character literal [INFO] [stdout] --> src/astro/aper.rs:24:38 [INFO] [stdout] | [INFO] [stdout] 10 | along double longitude + s' (radians) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0762`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/apco13.rs - astro::apco13::apco13 (line 60) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `status` [INFO] [stdout] --> src/astro/apco13.rs:61:22 [INFO] [stdout] | [INFO] [stdout] 1 | int status: +1 = dubious year (Note 2) [INFO] [stdout] | ^^^^^^ expected one of `!` or `::` [INFO] [stdout] | [INFO] [stdout] help: there is a keyword `in` with a similar name [INFO] [stdout] | [INFO] [stdout] 1 - int status: +1 = dubious year (Note 2) [INFO] [stdout] 1 + in status: +1 = dubious year (Note 2) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/apcs13.rs - astro::apcs13::apcs13 (line 90) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `observer` [INFO] [stdout] --> src/astro/apcs13.rs:91:27 [INFO] [stdout] | [INFO] [stdout] 1 | functions observer transformation [INFO] [stdout] | ^^^^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/aper13.rs - astro::aper13::aper13 (line 16) stdout ---- [INFO] [stdout] error: prefix `s` is unknown [INFO] [stdout] --> src/astro/aper13.rs:27:37 [INFO] [stdout] | [INFO] [stdout] 11 | along double longitude + s' (radians) [INFO] [stdout] | ^ unknown prefix [INFO] [stdout] | [INFO] [stdout] = note: prefixed identifiers and literals are reserved since Rust 2021 [INFO] [stdout] help: consider inserting whitespace here [INFO] [stdout] | [INFO] [stdout] 11 | along double longitude + s ' (radians) [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] error[E0762]: unterminated character literal [INFO] [stdout] --> src/astro/aper13.rs:27:38 [INFO] [stdout] | [INFO] [stdout] 11 | along double longitude + s' (radians) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0762`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/aper.rs - astro::aper::aper (line 35) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `iauASTROM` [INFO] [stdout] --> src/astro/aper.rs:36:12 [INFO] [stdout] | [INFO] [stdout] 1 | astrom iauASTROM* star-independent astrometry parameters: [INFO] [stdout] | ^^^^^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/aper13.rs - astro::aper13::aper13 (line 63) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `ut12` [INFO] [stdout] --> src/astro/aper13.rs:64:26 [INFO] [stdout] | [INFO] [stdout] 1 | ut11 ut12 [INFO] [stdout] | ^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/aper13.rs - astro::aper13::aper13 (line 91) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `observer` [INFO] [stdout] --> src/astro/aper13.rs:92:27 [INFO] [stdout] | [INFO] [stdout] 1 | functions observer transformation [INFO] [stdout] | ^^^^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/aper13.rs - astro::aper13::aper13 (line 38) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `iauASTROM` [INFO] [stdout] --> src/astro/aper13.rs:39:12 [INFO] [stdout] | [INFO] [stdout] 1 | astrom iauASTROM* star-independent astrometry parameters: [INFO] [stdout] | ^^^^^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/apco13.rs - astro::apco13::apco13 (line 119) stdout ---- [INFO] [stdout] error[E0425]: cannot find value `phpa` in this scope [INFO] [stdout] --> src/astro/apco13.rs:120:1 [INFO] [stdout] | [INFO] [stdout] 3 | phpa = 1013.25 * exp ( -hm / ( 29.3 * tsl ) ); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 3 | let phpa = 1013.25 * exp ( -hm / ( 29.3 * tsl ) ); [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `hm` in this scope [INFO] [stdout] --> src/astro/apco13.rs:120:25 [INFO] [stdout] | [INFO] [stdout] 3 | phpa = 1013.25 * exp ( -hm / ( 29.3 * tsl ) ); [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `tsl` in this scope [INFO] [stdout] --> src/astro/apco13.rs:120:39 [INFO] [stdout] | [INFO] [stdout] 3 | phpa = 1013.25 * exp ( -hm / ( 29.3 * tsl ) ); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `exp` in this scope [INFO] [stdout] --> src/astro/apco13.rs:120:18 [INFO] [stdout] | [INFO] [stdout] 3 | phpa = 1013.25 * exp ( -hm / ( 29.3 * tsl ) ); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/aper13.rs - astro::aper13::aper13 (line 113) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `astrometry` [INFO] [stdout] --> src/astro/aper13.rs:114:17 [INFO] [stdout] | [INFO] [stdout] 1 | iauAper astrometry parameters: update ERA [INFO] [stdout] | ^^^^^^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/apio.rs - astro::apio::apio (line 18) stdout ---- [INFO] [stdout] error: prefix `s` is unknown [INFO] [stdout] --> src/astro/apio.rs:19:39 [INFO] [stdout] | [INFO] [stdout] 1 | sp double the TIO locator s' (radians, Note 1) [INFO] [stdout] | ^ unknown prefix [INFO] [stdout] | [INFO] [stdout] = note: prefixed identifiers and literals are reserved since Rust 2021 [INFO] [stdout] help: consider inserting whitespace here [INFO] [stdout] | [INFO] [stdout] 1 | sp double the TIO locator s ' (radians, Note 1) [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] error[E0762]: unterminated character literal [INFO] [stdout] --> src/astro/apio.rs:19:40 [INFO] [stdout] | [INFO] [stdout] 1 | sp double the TIO locator s' (radians, Note 1) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0762`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/apio.rs - astro::apio::apio (line 29) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `iauASTROM` [INFO] [stdout] --> src/astro/apio.rs:30:11 [INFO] [stdout] | [INFO] [stdout] 1 | astrom iauASTROM* star-independent astrometry parameters: [INFO] [stdout] | ^^^^^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/apio.rs - astro::apio::apio (line 115) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `initialize` [INFO] [stdout] --> src/astro/apio.rs:116:17 [INFO] [stdout] | [INFO] [stdout] 1 | iauIr initialize r-matrix to identity [INFO] [stdout] | ^^^^^^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/apio13.rs - astro::apio13::apio13 (line 147) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `with` [INFO] [stdout] --> src/astro/apio13.rs:148:7 [INFO] [stdout] | [INFO] [stdout] 1 | Those with names ending in "13" use contemporary SOFA models to [INFO] [stdout] | ^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/apio13.rs - astro::apio13::apio13 (line 162) stdout ---- [INFO] [stdout] error: prefix `s` is unknown [INFO] [stdout] --> src/astro/apio13.rs:166:33 [INFO] [stdout] | [INFO] [stdout] 4 | iauSp00 the TIO locator s', IERS 2000 [INFO] [stdout] | ^ unknown prefix [INFO] [stdout] | [INFO] [stdout] = note: prefixed identifiers and literals are reserved since Rust 2021 [INFO] [stdout] help: consider inserting whitespace here [INFO] [stdout] | [INFO] [stdout] 4 | iauSp00 the TIO locator s ', IERS 2000 [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] error[E0762]: unterminated character literal [INFO] [stdout] --> src/astro/apio13.rs:166:34 [INFO] [stdout] | [INFO] [stdout] 4 | iauSp00 the TIO locator s', IERS 2000 [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0762`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/apio.rs - astro::apio::apio (line 90) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `observer` [INFO] [stdout] --> src/astro/apio.rs:91:27 [INFO] [stdout] | [INFO] [stdout] 1 | functions observer transformation [INFO] [stdout] | ^^^^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/apio13.rs - astro::apio13::apio13 (line 137) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `observer` [INFO] [stdout] --> src/astro/apio13.rs:138:27 [INFO] [stdout] | [INFO] [stdout] 1 | functions observer transformation [INFO] [stdout] | ^^^^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/atcc13.rs - astro::atcc13::atcc13 (line 60) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `astrometry` [INFO] [stdout] --> src/astro/atcc13.rs:61:17 [INFO] [stdout] | [INFO] [stdout] 1 | iauApci13 astrometry parameters, ICRS-CIRS, 2013 [INFO] [stdout] | ^^^^^^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/atccq.rs - astro::atccq::atccq (line 24) stdout ---- [INFO] [stdout] error: prefix `s` is unknown [INFO] [stdout] --> src/astro/atccq.rs:38:37 [INFO] [stdout] | [INFO] [stdout] 14 | along double longitude + s' (radians) [INFO] [stdout] | ^ unknown prefix [INFO] [stdout] | [INFO] [stdout] = note: prefixed identifiers and literals are reserved since Rust 2021 [INFO] [stdout] help: consider inserting whitespace here [INFO] [stdout] | [INFO] [stdout] 14 | along double longitude + s ' (radians) [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] error[E0762]: unterminated character literal [INFO] [stdout] --> src/astro/atccq.rs:38:38 [INFO] [stdout] | [INFO] [stdout] 14 | along double longitude + s' (radians) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0762`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/apio13.rs - astro::apio13::apio13 (line 20) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `double` [INFO] [stdout] --> src/astro/apio13.rs:21:11 [INFO] [stdout] | [INFO] [stdout] 1 | utc1 double UTC as a 2-part... [INFO] [stdout] | ^^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/apio13.rs - astro::apio13::apio13 (line 34) stdout ---- [INFO] [stdout] error: prefix `s` is unknown [INFO] [stdout] --> src/astro/apio13.rs:43:37 [INFO] [stdout] | [INFO] [stdout] 9 | along double longitude + s' (radians) [INFO] [stdout] | ^ unknown prefix [INFO] [stdout] | [INFO] [stdout] = note: prefixed identifiers and literals are reserved since Rust 2021 [INFO] [stdout] help: consider inserting whitespace here [INFO] [stdout] | [INFO] [stdout] 9 | along double longitude + s ' (radians) [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] error[E0762]: unterminated character literal [INFO] [stdout] --> src/astro/apio13.rs:43:38 [INFO] [stdout] | [INFO] [stdout] 9 | along double longitude + s' (radians) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0762`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/apio13.rs - astro::apio13::apio13 (line 105) stdout ---- [INFO] [stdout] error[E0425]: cannot find value `hm` in this scope [INFO] [stdout] --> src/astro/apio13.rs:106:1 [INFO] [stdout] | [INFO] [stdout] 3 | hm = -29.3 * tsl * log ( phpa / 1013.25 ); [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 3 | let hm = -29.3 * tsl * log ( phpa / 1013.25 ); [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `tsl` in this scope [INFO] [stdout] --> src/astro/apio13.rs:106:14 [INFO] [stdout] | [INFO] [stdout] 3 | hm = -29.3 * tsl * log ( phpa / 1013.25 ); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `phpa` in this scope [INFO] [stdout] --> src/astro/apio13.rs:106:26 [INFO] [stdout] | [INFO] [stdout] 3 | hm = -29.3 * tsl * log ( phpa / 1013.25 ); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `log` in this scope [INFO] [stdout] --> src/astro/apio13.rs:106:20 [INFO] [stdout] | [INFO] [stdout] 3 | hm = -29.3 * tsl * log ( phpa / 1013.25 ); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/apio13.rs - astro::apio13::apio13 (line 54) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `status` [INFO] [stdout] --> src/astro/apio13.rs:55:23 [INFO] [stdout] | [INFO] [stdout] 1 | int status: +1 = dubious year (Note 2) [INFO] [stdout] | ^^^^^^ expected one of `!` or `::` [INFO] [stdout] | [INFO] [stdout] help: there is a keyword `in` with a similar name [INFO] [stdout] | [INFO] [stdout] 1 - int status: +1 = dubious year (Note 2) [INFO] [stdout] 1 + in status: +1 = dubious year (Note 2) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/atcc13.rs - astro::atcc13::atcc13 (line 14) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `double` [INFO] [stdout] --> src/astro/atcc13.rs:15:11 [INFO] [stdout] | [INFO] [stdout] 1 | rc double ICRS right ascension at J2000.0 (radians, Note 1) [INFO] [stdout] | ^^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/atcc13.rs - astro::atcc13::atcc13 (line 39) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `date2` [INFO] [stdout] --> src/astro/atcc13.rs:40:26 [INFO] [stdout] | [INFO] [stdout] 1 | date1 date2 [INFO] [stdout] | ^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/atci13.rs - astro::atci13::atci13 (line 24) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `,` [INFO] [stdout] --> src/astro/atci13.rs:25:6 [INFO] [stdout] | [INFO] [stdout] 1 | ri,di double* CIRS geocentric RA,Dec (radians) [INFO] [stdout] | ^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/atci13.rs - astro::atci13::atci13 (line 40) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `date2` [INFO] [stdout] --> src/astro/atci13.rs:41:26 [INFO] [stdout] | [INFO] [stdout] 1 | date1 date2 [INFO] [stdout] | ^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/atccq.rs - astro::atccq::atccq (line 49) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `,` [INFO] [stdout] --> src/astro/atccq.rs:50:6 [INFO] [stdout] | [INFO] [stdout] 1 | ra,da double* ICRS astrometric RA,Dec (radians) [INFO] [stdout] | ^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/apio13.rs - astro::apio13::apio13 (line 113) stdout ---- [INFO] [stdout] error[E0425]: cannot find value `phpa` in this scope [INFO] [stdout] --> src/astro/apio13.rs:114:1 [INFO] [stdout] | [INFO] [stdout] 3 | phpa = 1013.25 * exp ( -hm / ( 29.3 * tsl ) ); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 3 | let phpa = 1013.25 * exp ( -hm / ( 29.3 * tsl ) ); [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `hm` in this scope [INFO] [stdout] --> src/astro/apio13.rs:114:25 [INFO] [stdout] | [INFO] [stdout] 3 | phpa = 1013.25 * exp ( -hm / ( 29.3 * tsl ) ); [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `tsl` in this scope [INFO] [stdout] --> src/astro/apio13.rs:114:39 [INFO] [stdout] | [INFO] [stdout] 3 | phpa = 1013.25 * exp ( -hm / ( 29.3 * tsl ) ); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `exp` in this scope [INFO] [stdout] --> src/astro/apio13.rs:114:18 [INFO] [stdout] | [INFO] [stdout] 3 | phpa = 1013.25 * exp ( -hm / ( 29.3 * tsl ) ); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/atciq.rs - astro::atciq::atciq (line 60) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `proper` [INFO] [stdout] --> src/astro/atciq.rs:61:17 [INFO] [stdout] | [INFO] [stdout] 1 | iauPmpx proper motion and parallax [INFO] [stdout] | ^^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/atccq.rs - astro::atccq::atccq (line 63) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `proper` [INFO] [stdout] --> src/astro/atccq.rs:64:17 [INFO] [stdout] | [INFO] [stdout] 1 | iauPmpx proper motion and parallax [INFO] [stdout] | ^^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/atciq.rs - astro::atciq::atciq (line 23) stdout ---- [INFO] [stdout] error: prefix `s` is unknown [INFO] [stdout] --> src/astro/atciq.rs:37:37 [INFO] [stdout] | [INFO] [stdout] 14 | along double longitude + s' (radians) [INFO] [stdout] | ^ unknown prefix [INFO] [stdout] | [INFO] [stdout] = note: prefixed identifiers and literals are reserved since Rust 2021 [INFO] [stdout] help: consider inserting whitespace here [INFO] [stdout] | [INFO] [stdout] 14 | along double longitude + s ' (radians) [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] error[E0762]: unterminated character literal [INFO] [stdout] --> src/astro/atciq.rs:37:38 [INFO] [stdout] | [INFO] [stdout] 14 | along double longitude + s' (radians) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0762`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/atciq.rs - astro::atciq::atciq (line 48) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `,` [INFO] [stdout] --> src/astro/atciq.rs:49:6 [INFO] [stdout] | [INFO] [stdout] 1 | ri,di double CIRS RA,Dec (radians) [INFO] [stdout] | ^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/atci13.rs - astro::atci13::atci13 (line 13) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `double` [INFO] [stdout] --> src/astro/atci13.rs:14:11 [INFO] [stdout] | [INFO] [stdout] 1 | rc double ICRS right ascension at J2000.0 (radians, Note 1) [INFO] [stdout] | ^^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/atci13.rs - astro::atci13::atci13 (line 78) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `astrometry` [INFO] [stdout] --> src/astro/atci13.rs:79:17 [INFO] [stdout] | [INFO] [stdout] 1 | iauApci13 astrometry parameters, ICRS-CIRS, 2013 [INFO] [stdout] | ^^^^^^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/atciqz.rs - astro::atciqz::atciqz (line 46) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `,` [INFO] [stdout] --> src/astro/atciqz.rs:47:6 [INFO] [stdout] | [INFO] [stdout] 1 | ri,di double CIRS RA,Dec (radians) [INFO] [stdout] | ^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/atco13.rs - astro::atco13::atco13 (line 17) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `,` [INFO] [stdout] --> src/astro/atco13.rs:18:6 [INFO] [stdout] | [INFO] [stdout] 1 | rc,dc double ICRS right ascension at J2000.0 (radians, Note 1) [INFO] [stdout] | ^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/atco13.rs - astro::atco13::atco13 (line 36) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `double` [INFO] [stdout] --> src/astro/atco13.rs:37:11 [INFO] [stdout] | [INFO] [stdout] 1 | aob double* observed azimuth (radians: N=0,E=90) [INFO] [stdout] | ^^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/atciqz.rs - astro::atciqz::atciqz (line 63) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `spherical` [INFO] [stdout] --> src/astro/atciqz.rs:64:17 [INFO] [stdout] | [INFO] [stdout] 1 | iauS2c spherical coordinates to unit vector [INFO] [stdout] | ^^^^^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/atciqz.rs - astro::atciqz::atciqz (line 25) stdout ---- [INFO] [stdout] error: prefix `s` is unknown [INFO] [stdout] --> src/astro/atciqz.rs:35:37 [INFO] [stdout] | [INFO] [stdout] 10 | along double longitude + s' (radians) [INFO] [stdout] | ^ unknown prefix [INFO] [stdout] | [INFO] [stdout] = note: prefixed identifiers and literals are reserved since Rust 2021 [INFO] [stdout] help: consider inserting whitespace here [INFO] [stdout] | [INFO] [stdout] 10 | along double longitude + s ' (radians) [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] error[E0762]: unterminated character literal [INFO] [stdout] --> src/astro/atciqz.rs:35:38 [INFO] [stdout] | [INFO] [stdout] 10 | along double longitude + s' (radians) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0762`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/atco13.rs - astro::atco13::atco13 (line 149) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `astrometry` [INFO] [stdout] --> src/astro/atco13.rs:150:17 [INFO] [stdout] | [INFO] [stdout] 1 | iauApco13 astrometry parameters, ICRS-observed, 2013 [INFO] [stdout] | ^^^^^^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/atic13.rs - astro::atic13::atic13 (line 18) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `,` [INFO] [stdout] --> src/astro/atic13.rs:19:6 [INFO] [stdout] | [INFO] [stdout] 1 | rc,dc double ICRS astrometric RA,Dec (radians) [INFO] [stdout] | ^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/atco13.rs - astro::atco13::atco13 (line 108) stdout ---- [INFO] [stdout] error[E0425]: cannot find value `phpa` in this scope [INFO] [stdout] --> src/astro/atco13.rs:109:1 [INFO] [stdout] | [INFO] [stdout] 3 | phpa = 1013.25 * exp ( -hm / ( 29.3 * tsl ) ); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 3 | let phpa = 1013.25 * exp ( -hm / ( 29.3 * tsl ) ); [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `hm` in this scope [INFO] [stdout] --> src/astro/atco13.rs:109:25 [INFO] [stdout] | [INFO] [stdout] 3 | phpa = 1013.25 * exp ( -hm / ( 29.3 * tsl ) ); [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `tsl` in this scope [INFO] [stdout] --> src/astro/atco13.rs:109:39 [INFO] [stdout] | [INFO] [stdout] 3 | phpa = 1013.25 * exp ( -hm / ( 29.3 * tsl ) ); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `exp` in this scope [INFO] [stdout] --> src/astro/atco13.rs:109:18 [INFO] [stdout] | [INFO] [stdout] 3 | phpa = 1013.25 * exp ( -hm / ( 29.3 * tsl ) ); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/atic13.rs - astro::atic13::atic13 (line 11) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `,` [INFO] [stdout] --> src/astro/atic13.rs:12:6 [INFO] [stdout] | [INFO] [stdout] 1 | ri,di double CIRS geocentric RA,Dec (radians) [INFO] [stdout] | ^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/aticqn.rs - astro::aticqn::aticqn (line 26) stdout ---- [INFO] [stdout] error: prefix `s` is unknown [INFO] [stdout] --> src/astro/aticqn.rs:36:37 [INFO] [stdout] | [INFO] [stdout] 10 | along double longitude + s' (radians) [INFO] [stdout] | ^ unknown prefix [INFO] [stdout] | [INFO] [stdout] = note: prefixed identifiers and literals are reserved since Rust 2021 [INFO] [stdout] help: consider inserting whitespace here [INFO] [stdout] | [INFO] [stdout] 10 | along double longitude + s ' (radians) [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] error[E0762]: unterminated character literal [INFO] [stdout] --> src/astro/aticqn.rs:36:38 [INFO] [stdout] | [INFO] [stdout] 10 | along double longitude + s' (radians) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0762`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/atic13.rs - astro::atic13::atic13 (line 73) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `astrometry` [INFO] [stdout] --> src/astro/atic13.rs:74:17 [INFO] [stdout] | [INFO] [stdout] 1 | iauApci13 astrometry parameters, ICRS-CIRS, 2013 [INFO] [stdout] | ^^^^^^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/atic13.rs - astro::atic13::atic13 (line 28) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `date2` [INFO] [stdout] --> src/astro/atic13.rs:30:26 [INFO] [stdout] | [INFO] [stdout] 2 | date1 date2 [INFO] [stdout] | ^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/atco13.rs - astro::atco13::atco13 (line 45) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `status` [INFO] [stdout] --> src/astro/atco13.rs:46:20 [INFO] [stdout] | [INFO] [stdout] 1 | int status: +1 = dubious year (Note 4) [INFO] [stdout] | ^^^^^^ expected one of `!` or `::` [INFO] [stdout] | [INFO] [stdout] help: there is a keyword `in` with a similar name [INFO] [stdout] | [INFO] [stdout] 1 - int status: +1 = dubious year (Note 4) [INFO] [stdout] 1 + in status: +1 = dubious year (Note 4) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/atco13.rs - astro::atco13::atco13 (line 100) stdout ---- [INFO] [stdout] error[E0425]: cannot find value `hm` in this scope [INFO] [stdout] --> src/astro/atco13.rs:101:1 [INFO] [stdout] | [INFO] [stdout] 3 | hm = -29.3 * tsl * log ( phpa / 1013.25 ); [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 3 | let hm = -29.3 * tsl * log ( phpa / 1013.25 ); [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `tsl` in this scope [INFO] [stdout] --> src/astro/atco13.rs:101:14 [INFO] [stdout] | [INFO] [stdout] 3 | hm = -29.3 * tsl * log ( phpa / 1013.25 ); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `phpa` in this scope [INFO] [stdout] --> src/astro/atco13.rs:101:26 [INFO] [stdout] | [INFO] [stdout] 3 | hm = -29.3 * tsl * log ( phpa / 1013.25 ); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `log` in this scope [INFO] [stdout] --> src/astro/atco13.rs:101:20 [INFO] [stdout] | [INFO] [stdout] 3 | hm = -29.3 * tsl * log ( phpa / 1013.25 ); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/aticqn.rs - astro::aticqn::aticqn (line 52) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `,` [INFO] [stdout] --> src/astro/aticqn.rs:53:6 [INFO] [stdout] | [INFO] [stdout] 1 | rc,dc double ICRS astrometric RA,Dec (radians) [INFO] [stdout] | ^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/atio13.rs - astro::atio13::atio13 (line 132) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `astrometry` [INFO] [stdout] --> src/astro/atio13.rs:133:17 [INFO] [stdout] | [INFO] [stdout] 1 | iauApio13 astrometry parameters, CIRS-observed, 2013 [INFO] [stdout] | ^^^^^^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/aticqn.rs - astro::aticqn::aticqn (line 96) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `spherical` [INFO] [stdout] --> src/astro/aticqn.rs:97:17 [INFO] [stdout] | [INFO] [stdout] 1 | iauS2c spherical coordinates to unit vector [INFO] [stdout] | ^^^^^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/atio13.rs - astro::atio13::atio13 (line 14) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `double` [INFO] [stdout] --> src/astro/atio13.rs:15:11 [INFO] [stdout] | [INFO] [stdout] 1 | ri double CIRS right ascension (CIO-based, radians) [INFO] [stdout] | ^^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/aticqn.rs - astro::aticqn::aticqn (line 83) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `i` [INFO] [stdout] --> src/astro/aticqn.rs:84:12 [INFO] [stdout] | [INFO] [stdout] 1 | body i b[i].bm b[i].dl [INFO] [stdout] | ^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/atioq.rs - astro::atioq::atioq (line 43) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `double` [INFO] [stdout] --> src/astro/atioq.rs:44:11 [INFO] [stdout] | [INFO] [stdout] 1 | aob double* observed azimuth (radians: N=0,E=90) [INFO] [stdout] | ^^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/atioq.rs - astro::atioq::atioq (line 99) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `spherical` [INFO] [stdout] --> src/astro/atioq.rs:100:17 [INFO] [stdout] | [INFO] [stdout] 1 | iauS2c spherical coordinates to unit vector [INFO] [stdout] | ^^^^^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/atioq.rs - astro::atioq::atioq (line 21) stdout ---- [INFO] [stdout] error: prefix `s` is unknown [INFO] [stdout] --> src/astro/atioq.rs:32:37 [INFO] [stdout] | [INFO] [stdout] 11 | along double longitude + s' (radians) [INFO] [stdout] | ^ unknown prefix [INFO] [stdout] | [INFO] [stdout] = note: prefixed identifiers and literals are reserved since Rust 2021 [INFO] [stdout] help: consider inserting whitespace here [INFO] [stdout] | [INFO] [stdout] 11 | along double longitude + s ' (radians) [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] error[E0762]: unterminated character literal [INFO] [stdout] --> src/astro/atioq.rs:32:38 [INFO] [stdout] | [INFO] [stdout] 11 | along double longitude + s' (radians) [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0762`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/ldn.rs - astro::ldn::ldn (line 18) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `int` [INFO] [stdout] --> src/astro/ldn.rs:19:9 [INFO] [stdout] | [INFO] [stdout] 1 | n int number of bodies (note 1) [INFO] [stdout] | ^^^ expected one of `!` or `::` [INFO] [stdout] | [INFO] [stdout] help: there is a keyword `fn` with a similar name [INFO] [stdout] | [INFO] [stdout] 1 | fn int number of bodies (note 1) [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/ld.rs - astro::ld::ld (line 73) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `scalar` [INFO] [stdout] --> src/astro/ld.rs:74:17 [INFO] [stdout] | [INFO] [stdout] 1 | iauPdp scalar product of two p-vectors [INFO] [stdout] | ^^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/ld.rs - astro::ld::ld (line 26) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `double` [INFO] [stdout] --> src/astro/ld.rs:27:11 [INFO] [stdout] | [INFO] [stdout] 1 | p1 double[3] observer to deflected source (unit vector) [INFO] [stdout] | ^^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/atio13.rs - astro::atio13::atio13 (line 30) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `double` [INFO] [stdout] --> src/astro/atio13.rs:31:11 [INFO] [stdout] | [INFO] [stdout] 1 | aob double* observed azimuth (radians: N=0,E=90) [INFO] [stdout] | ^^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/ld.rs - astro::ld::ld (line 17) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `double` [INFO] [stdout] --> src/astro/ld.rs:18:11 [INFO] [stdout] | [INFO] [stdout] 1 | bm double mass of the gravitating body (solar masses) [INFO] [stdout] | ^^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/atio13.rs - astro::atio13::atio13 (line 93) stdout ---- [INFO] [stdout] error[E0425]: cannot find value `phpa` in this scope [INFO] [stdout] --> src/astro/atio13.rs:94:1 [INFO] [stdout] | [INFO] [stdout] 3 | phpa = 1013.25 * exp ( -hm / ( 29.3 * tsl ) ); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 3 | let phpa = 1013.25 * exp ( -hm / ( 29.3 * tsl ) ); [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `hm` in this scope [INFO] [stdout] --> src/astro/atio13.rs:94:25 [INFO] [stdout] | [INFO] [stdout] 3 | phpa = 1013.25 * exp ( -hm / ( 29.3 * tsl ) ); [INFO] [stdout] | ^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `tsl` in this scope [INFO] [stdout] --> src/astro/atio13.rs:94:39 [INFO] [stdout] | [INFO] [stdout] 3 | phpa = 1013.25 * exp ( -hm / ( 29.3 * tsl ) ); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `exp` in this scope [INFO] [stdout] --> src/astro/atio13.rs:94:18 [INFO] [stdout] | [INFO] [stdout] 3 | phpa = 1013.25 * exp ( -hm / ( 29.3 * tsl ) ); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/ldn.rs - astro::ldn::ldn (line 49) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `i` [INFO] [stdout] --> src/astro/ldn.rs:50:12 [INFO] [stdout] | [INFO] [stdout] 1 | body i b[i].bm b[i].dl [INFO] [stdout] | ^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/atio13.rs - astro::atio13::atio13 (line 85) stdout ---- [INFO] [stdout] error[E0425]: cannot find value `hm` in this scope [INFO] [stdout] --> src/astro/atio13.rs:86:1 [INFO] [stdout] | [INFO] [stdout] 3 | hm = -29.3 * tsl * log ( phpa / 1013.25 ); [INFO] [stdout] | ^^ [INFO] [stdout] | [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 3 | let hm = -29.3 * tsl * log ( phpa / 1013.25 ); [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `tsl` in this scope [INFO] [stdout] --> src/astro/atio13.rs:86:14 [INFO] [stdout] | [INFO] [stdout] 3 | hm = -29.3 * tsl * log ( phpa / 1013.25 ); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `phpa` in this scope [INFO] [stdout] --> src/astro/atio13.rs:86:26 [INFO] [stdout] | [INFO] [stdout] 3 | hm = -29.3 * tsl * log ( phpa / 1013.25 ); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `log` in this scope [INFO] [stdout] --> src/astro/atio13.rs:86:20 [INFO] [stdout] | [INFO] [stdout] 3 | hm = -29.3 * tsl * log ( phpa / 1013.25 ); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] error: aborting due to 4 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0425`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/ldsun.rs - astro::ldsun::ldsun (line 38) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `light` [INFO] [stdout] --> src/astro/ldsun.rs:39:17 [INFO] [stdout] | [INFO] [stdout] 1 | iauLd light deflection by a solar-system body [INFO] [stdout] | ^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/ldsun.rs - astro::ldsun::ldsun (line 13) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `double` [INFO] [stdout] --> src/astro/ldsun.rs:14:11 [INFO] [stdout] | [INFO] [stdout] 1 | p double[3] direction from observer to star (unit vector) [INFO] [stdout] | ^^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/ldn.rs - astro::ldn::ldn (line 80) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `copy` [INFO] [stdout] --> src/astro/ldn.rs:81:17 [INFO] [stdout] | [INFO] [stdout] 1 | iauCp copy p-vector [INFO] [stdout] | ^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/pmpx.rs - astro::pmpx::pmpx (line 26) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `double` [INFO] [stdout] --> src/astro/pmpx.rs:27:11 [INFO] [stdout] | [INFO] [stdout] 1 | pco double[3] coordinate direction (BCRS unit vector) [INFO] [stdout] | ^^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/ldn.rs - astro::ldn::ldn (line 28) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `double` [INFO] [stdout] --> src/astro/ldn.rs:29:10 [INFO] [stdout] | [INFO] [stdout] 1 | sn double[3] observer to deflected star (unit vector) [INFO] [stdout] | ^^^^^^ expected one of `!` or `::` [INFO] [stdout] | [INFO] [stdout] help: there is a keyword `fn` with a similar name [INFO] [stdout] | [INFO] [stdout] 1 - sn double[3] observer to deflected star (unit vector) [INFO] [stdout] 1 + fn double[3] observer to deflected star (unit vector) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/ldsun.rs - astro::ldsun::ldsun (line 19) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `double` [INFO] [stdout] --> src/astro/ldsun.rs:20:11 [INFO] [stdout] | [INFO] [stdout] 1 | p1 double[3] observer to deflected star (unit vector) [INFO] [stdout] | ^^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/pmpx.rs - astro::pmpx::pmpx (line 50) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `scalar` [INFO] [stdout] --> src/astro/pmpx.rs:51:17 [INFO] [stdout] | [INFO] [stdout] 1 | iauPdp scalar product of two p-vectors [INFO] [stdout] | ^^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/pvstar.rs - astro::pvstar::pvstar (line 20) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `double` [INFO] [stdout] --> src/astro/pvstar.rs:21:11 [INFO] [stdout] | [INFO] [stdout] 1 | ra double right ascension (radians) [INFO] [stdout] | ^^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/pvtob.rs - astro::pvtob::pvtob (line 17) stdout ---- [INFO] [stdout] error: prefix `s` is unknown [INFO] [stdout] --> src/astro/pvtob.rs:22:41 [INFO] [stdout] | [INFO] [stdout] 5 | sp double the TIO locator s' (radians, Note 2) [INFO] [stdout] | ^ unknown prefix [INFO] [stdout] | [INFO] [stdout] = note: prefixed identifiers and literals are reserved since Rust 2021 [INFO] [stdout] help: consider inserting whitespace here [INFO] [stdout] | [INFO] [stdout] 5 | sp double the TIO locator s ' (radians, Note 2) [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] error[E0762]: unterminated character literal [INFO] [stdout] --> src/astro/pvtob.rs:22:42 [INFO] [stdout] | [INFO] [stdout] 5 | sp double the TIO locator s' (radians, Note 2) [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0762`. [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/pmpx.rs - astro::pmpx::pmpx (line 16) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `,` [INFO] [stdout] --> src/astro/pmpx.rs:17:6 [INFO] [stdout] | [INFO] [stdout] 1 | rc,dc double ICRS RA,Dec at catalog epoch (radians) [INFO] [stdout] | ^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/pvstar.rs - astro::pvstar::pvstar (line 29) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `status` [INFO] [stdout] --> src/astro/pvstar.rs:30:26 [INFO] [stdout] | [INFO] [stdout] 1 | int status: [INFO] [stdout] | ^^^^^^ expected one of `!` or `::` [INFO] [stdout] | [INFO] [stdout] help: there is a keyword `in` with a similar name [INFO] [stdout] | [INFO] [stdout] 1 - int status: [INFO] [stdout] 1 + in status: [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/pvstar.rs - astro::pvstar::pvstar (line 16) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `double` [INFO] [stdout] --> src/astro/pvstar.rs:17:11 [INFO] [stdout] | [INFO] [stdout] 1 | pv double[2][3] pv-vector (au, au/day) [INFO] [stdout] | ^^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/refco.rs - astro::refco::refco (line 23) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `double` [INFO] [stdout] --> src/astro/refco.rs:24:10 [INFO] [stdout] | [INFO] [stdout] 1 | refa double* tan Z coefficient (radians) [INFO] [stdout] | ^^^^^^ expected one of `!` or `::` [INFO] [stdout] | [INFO] [stdout] help: there is a keyword `ref` with a similar name [INFO] [stdout] | [INFO] [stdout] 1 - refa double* tan Z coefficient (radians) [INFO] [stdout] 1 + ref double* tan Z coefficient (radians) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/pvtob.rs - astro::pvtob::pvtob (line 65) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `geodetic` [INFO] [stdout] --> src/astro/pvtob.rs:66:17 [INFO] [stdout] | [INFO] [stdout] 1 | iauGd2gc geodetic to geocentric transformation [INFO] [stdout] | ^^^^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/pvstar.rs - astro::pvstar::pvstar (line 89) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `decompose` [INFO] [stdout] --> src/astro/pvstar.rs:90:17 [INFO] [stdout] | [INFO] [stdout] 1 | iauPn decompose p-vector into modulus and direction [INFO] [stdout] | ^^^^^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/refco.rs - astro::refco::refco (line 52) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `RMS` [INFO] [stdout] --> src/astro/refco.rs:53:41 [INFO] [stdout] | [INFO] [stdout] 1 | worst RMS [INFO] [stdout] | ^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/refco.rs - astro::refco::refco (line 69) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `raytrace` [INFO] [stdout] --> src/astro/refco.rs:70:15 [INFO] [stdout] | [INFO] [stdout] 1 | ZD raytrace iauRefco Saastamoinen [INFO] [stdout] | ^^^^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/refco.rs - astro::refco::refco (line 16) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `double` [INFO] [stdout] --> src/astro/refco.rs:17:10 [INFO] [stdout] | [INFO] [stdout] 1 | phpa double pressure at the observer (hPa = millibar) [INFO] [stdout] | ^^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/refco.rs - astro::refco::refco (line 59) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `rate` [INFO] [stdout] --> src/astro/refco.rs:60:12 [INFO] [stdout] | [INFO] [stdout] 1 | lapse rate 0.0065 K/meter [INFO] [stdout] | ^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/coords/hd2pa.rs - coords::hd2pa::hd2pa (line 17) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `parallactic` [INFO] [stdout] --> src/coords/hd2pa.rs:18:22 [INFO] [stdout] | [INFO] [stdout] 1 | double parallactic angle [INFO] [stdout] | ^^^^^^^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/coords/ae2hd.rs - coords::ae2hd::ae2hd (line 13) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `double` [INFO] [stdout] --> src/coords/ae2hd.rs:14:13 [INFO] [stdout] | [INFO] [stdout] 1 | ha double hour angle (local) [INFO] [stdout] | ^^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/coords/hd2pa.rs - coords::hd2pa::hd2pa (line 11) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `double` [INFO] [stdout] --> src/coords/hd2pa.rs:12:11 [INFO] [stdout] | [INFO] [stdout] 1 | ha double hour angle [INFO] [stdout] | ^^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/eph/epv00.rs - eph::epv00::epv00 (line 5974) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `date2` [INFO] [stdout] --> src/eph/epv00.rs:5975:19 [INFO] [stdout] | [INFO] [stdout] 1 | date1 date2 [INFO] [stdout] | ^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/astro/pvtob.rs - astro::pvtob::pvtob (line 26) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `double` [INFO] [stdout] --> src/astro/pvtob.rs:27:12 [INFO] [stdout] | [INFO] [stdout] 1 | pv double[2][3] position/velocity vector (m, m/s, CIRS) [INFO] [stdout] | ^^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/eph/epv00.rs - eph::epv00::epv00 (line 6022) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `max` [INFO] [stdout] --> src/eph/epv00.rs:6023:31 [INFO] [stdout] | [INFO] [stdout] 1 | RMS max [INFO] [stdout] | ^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/eph/epv00.rs - eph::epv00::epv00 (line 5993) stdout ---- [INFO] [stdout] error: unexpected closing delimiter: `}` [INFO] [stdout] --> src/eph/epv00.rs:5994:26 [INFO] [stdout] | [INFO] [stdout] 1 | pvh[0][0] x } [INFO] [stdout] | ^ unexpected closing delimiter [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/erst/ee00.rs - erst::ee00::ee00 (line 30) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `date2` [INFO] [stdout] --> src/erst/ee00.rs:31:26 [INFO] [stdout] | [INFO] [stdout] 1 | date1 date2 [INFO] [stdout] | ^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/coords/ae2hd.rs - coords::ae2hd::ae2hd (line 7) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `double` [INFO] [stdout] --> src/coords/ae2hd.rs:8:13 [INFO] [stdout] | [INFO] [stdout] 1 | az double azimuth [INFO] [stdout] | ^^^^^^ expected one of `!` or `::` [INFO] [stdout] | [INFO] [stdout] help: there is a keyword `as` with a similar name [INFO] [stdout] | [INFO] [stdout] 1 - az double azimuth [INFO] [stdout] 1 + as double azimuth [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/erst/ee00.rs - erst::ee00::ee00 (line 56) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `equation` [INFO] [stdout] --> src/erst/ee00.rs:58:17 [INFO] [stdout] | [INFO] [stdout] 2 | iauEect00 equation of the equinoxes complementary terms [INFO] [stdout] | ^^^^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/erst/ee00.rs - erst::ee00::ee00 (line 20) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `equation` [INFO] [stdout] --> src/erst/ee00.rs:22:27 [INFO] [stdout] | [INFO] [stdout] 2 | double equation of the equinoxes (Note 4) [INFO] [stdout] | ^^^^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/erst/ee00b.rs - erst::ee00b::ee00b (line 26) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `date2` [INFO] [stdout] --> src/erst/ee00b.rs:27:26 [INFO] [stdout] | [INFO] [stdout] 1 | date1 date2 [INFO] [stdout] | ^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/erst/ee00.rs - erst::ee00::ee00 (line 14) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `,` [INFO] [stdout] --> src/erst/ee00.rs:15:9 [INFO] [stdout] | [INFO] [stdout] 1 | date1,date2 double TT as a 2-part Julian Date (Note 1) [INFO] [stdout] | ^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/erst/ee00a.rs - erst::ee00a::ee00a (line 51) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `IAU` [INFO] [stdout] --> src/erst/ee00a.rs:52:17 [INFO] [stdout] | [INFO] [stdout] 1 | iauPr00 IAU 2000 precession adjustments [INFO] [stdout] | ^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/erst/ee00a.rs - erst::ee00a::ee00a (line 27) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `date2` [INFO] [stdout] --> src/erst/ee00a.rs:28:26 [INFO] [stdout] | [INFO] [stdout] 1 | date1 date2 [INFO] [stdout] | ^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/erst/ee00a.rs - erst::ee00a::ee00a (line 18) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `equation` [INFO] [stdout] --> src/erst/ee00a.rs:19:27 [INFO] [stdout] | [INFO] [stdout] 1 | double equation of the equinoxes (Note 2) [INFO] [stdout] | ^^^^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/erst/ee00b.rs - erst::ee00b::ee00b (line 51) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `IAU` [INFO] [stdout] --> src/erst/ee00b.rs:52:17 [INFO] [stdout] | [INFO] [stdout] 1 | iauPr00 IAU 2000 precession adjustments [INFO] [stdout] | ^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/erst/ee00a.rs - erst::ee00a::ee00a (line 14) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `,` [INFO] [stdout] --> src/erst/ee00a.rs:15:9 [INFO] [stdout] | [INFO] [stdout] 1 | date1,date2 double TT as a 2-part Julian Date (Note 1) [INFO] [stdout] | ^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/erst/ee06a.rs - erst::ee06a::ee06a (line 28) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `date2` [INFO] [stdout] --> src/erst/ee06a.rs:29:26 [INFO] [stdout] | [INFO] [stdout] 1 | date1 date2 [INFO] [stdout] | ^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/erst/ee06a.rs - erst::ee06a::ee06a (line 15) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `,` [INFO] [stdout] --> src/erst/ee06a.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 1 | date1,date2 double TT as a 2-part Julian Date (Note 1) [INFO] [stdout] | ^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/erst/ee06a.rs - erst::ee06a::ee06a (line 19) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `equation` [INFO] [stdout] --> src/erst/ee06a.rs:20:27 [INFO] [stdout] | [INFO] [stdout] 1 | double equation of the equinoxes (Note 2) [INFO] [stdout] | ^^^^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/erst/eect00.rs - erst::eect00::eect00 (line 19) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `complementary` [INFO] [stdout] --> src/erst/eect00.rs:20:26 [INFO] [stdout] | [INFO] [stdout] 1 | double complementary terms (Note 2) [INFO] [stdout] | ^^^^^^^^^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/erst/ee06a.rs - erst::ee06a::ee06a (line 48) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `normalize` [INFO] [stdout] --> src/erst/ee06a.rs:49:17 [INFO] [stdout] | [INFO] [stdout] 1 | iauAnpm normalize angle into range +/- pi [INFO] [stdout] | ^^^^^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/erst/eect00.rs - erst::eect00::eect00 (line 15) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `,` [INFO] [stdout] --> src/erst/eect00.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 1 | date1,date2 double TT as a 2-part Julian Date (Note 1) [INFO] [stdout] | ^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/erst/eect00.rs - erst::eect00::eect00 (line 75) stdout ---- [INFO] [stdout] error: prefix `Moon` is unknown [INFO] [stdout] --> src/erst/eect00.rs:80:39 [INFO] [stdout] | [INFO] [stdout] 5 | iauFaom03 mean longitude of the Moon's ascending node [INFO] [stdout] | ^^^^ unknown prefix [INFO] [stdout] | [INFO] [stdout] = note: prefixed identifiers and literals are reserved since Rust 2021 [INFO] [stdout] help: consider inserting whitespace here [INFO] [stdout] | [INFO] [stdout] 5 | iauFaom03 mean longitude of the Moon 's ascending node [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] error: expected one of `!` or `::`, found `mean` [INFO] [stdout] --> src/erst/eect00.rs:76:17 [INFO] [stdout] | [INFO] [stdout] 1 | iauFal03 mean anomaly of the Moon [INFO] [stdout] | ^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/erst/eqeq94.rs - erst::eqeq94::eqeq94 (line 15) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `,` [INFO] [stdout] --> src/erst/eqeq94.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 1 | date1,date2 double TDB date (Note 1) [INFO] [stdout] | ^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/erst/eect00.rs - erst::eect00::eect00 (line 28) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `date2` [INFO] [stdout] --> src/erst/eect00.rs:29:26 [INFO] [stdout] | [INFO] [stdout] 1 | date1 date2 [INFO] [stdout] | ^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/erst/era00.rs - erst::era00::era00 (line 18) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `Earth` [INFO] [stdout] --> src/erst/era00.rs:19:24 [INFO] [stdout] | [INFO] [stdout] 1 | double Earth rotation angle (radians), range 0-2pi [INFO] [stdout] | ^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/erst/eqeq94.rs - erst::eqeq94::eqeq94 (line 19) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `equation` [INFO] [stdout] --> src/erst/eqeq94.rs:20:29 [INFO] [stdout] | [INFO] [stdout] 1 | double equation of the equinoxes (Note 2) [INFO] [stdout] | ^^^^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/erst/eqeq94.rs - erst::eqeq94::eqeq94 (line 48) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `normalize` [INFO] [stdout] --> src/erst/eqeq94.rs:49:17 [INFO] [stdout] | [INFO] [stdout] 1 | iauAnpm normalize angle into range +/- pi [INFO] [stdout] | ^^^^^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/erst/gmst00.rs - erst::gmst00::gmst00 (line 17) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `,` [INFO] [stdout] --> src/erst/gmst00.rs:18:7 [INFO] [stdout] | [INFO] [stdout] 1 | uta,utb double UT1 as a 2-part Julian Date (Notes 1,2) [INFO] [stdout] | ^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/erst/eqeq94.rs - erst::eqeq94::eqeq94 (line 28) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `date2` [INFO] [stdout] --> src/erst/eqeq94.rs:29:26 [INFO] [stdout] | [INFO] [stdout] 1 | date1 date2 [INFO] [stdout] | ^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/erst/gmst00.rs - erst::gmst00::gmst00 (line 31) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `A` [INFO] [stdout] --> src/erst/gmst00.rs:32:16 [INFO] [stdout] | [INFO] [stdout] 1 | Part A Part B [INFO] [stdout] | ^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/erst/gmst00.rs - erst::gmst00::gmst00 (line 22) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `Greenwich` [INFO] [stdout] --> src/erst/gmst00.rs:23:25 [INFO] [stdout] | [INFO] [stdout] 1 | double Greenwich mean sidereal time (radians) [INFO] [stdout] | ^^^^^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/erst/era00.rs - erst::era00::era00 (line 14) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `,` [INFO] [stdout] --> src/erst/era00.rs:15:7 [INFO] [stdout] | [INFO] [stdout] 1 | dj1,dj2 double UT1 as a 2-part Julian Date (see note) [INFO] [stdout] | ^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/erst/era00.rs - erst::era00::era00 (line 51) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `normalize` [INFO] [stdout] --> src/erst/era00.rs:52:17 [INFO] [stdout] | [INFO] [stdout] 1 | iauAnp normalize angle into range 0 to 2pi [INFO] [stdout] | ^^^^^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/erst/gmst00.rs - erst::gmst00::gmst00 (line 65) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `Earth` [INFO] [stdout] --> src/erst/gmst00.rs:66:17 [INFO] [stdout] | [INFO] [stdout] 1 | iauEra00 Earth rotation angle, IAU 2000 [INFO] [stdout] | ^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/erst/gmst06.rs - erst::gmst06::gmst06 (line 20) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `Greenwich` [INFO] [stdout] --> src/erst/gmst06.rs:21:25 [INFO] [stdout] | [INFO] [stdout] 1 | double Greenwich mean sidereal time (radians) [INFO] [stdout] | ^^^^^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/erst/gmst06.rs - erst::gmst06::gmst06 (line 29) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `A` [INFO] [stdout] --> src/erst/gmst06.rs:30:16 [INFO] [stdout] | [INFO] [stdout] 1 | Part A Part B [INFO] [stdout] | ^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/erst/gmst06.rs - erst::gmst06::gmst06 (line 58) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `Earth` [INFO] [stdout] --> src/erst/gmst06.rs:59:17 [INFO] [stdout] | [INFO] [stdout] 1 | iauEra00 Earth rotation angle, IAU 2000 [INFO] [stdout] | ^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/erst/gst00a.rs - erst::gst00a::gst00a (line 16) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `,` [INFO] [stdout] --> src/erst/gst00a.rs:17:7 [INFO] [stdout] | [INFO] [stdout] 1 | uta,utb double UT1 as a 2-part Julian Date (Notes 1,2) [INFO] [stdout] | ^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/erst/gst00a.rs - erst::gst00a::gst00a (line 30) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `utb` [INFO] [stdout] --> src/erst/gst00a.rs:31:27 [INFO] [stdout] | [INFO] [stdout] 1 | uta utb [INFO] [stdout] | ^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/erst/gst00a.rs - erst::gst00a::gst00a (line 21) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `Greenwich` [INFO] [stdout] --> src/erst/gst00a.rs:22:25 [INFO] [stdout] | [INFO] [stdout] 1 | double Greenwich apparent sidereal time (radians) [INFO] [stdout] | ^^^^^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/erst/era00.rs - erst::era00::era00 (line 27) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `dj2` [INFO] [stdout] --> src/erst/era00.rs:28:27 [INFO] [stdout] | [INFO] [stdout] 1 | dj1 dj2 [INFO] [stdout] | ^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/erst/gmst06.rs - erst::gmst06::gmst06 (line 15) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `,` [INFO] [stdout] --> src/erst/gmst06.rs:16:7 [INFO] [stdout] | [INFO] [stdout] 1 | uta,utb double UT1 as a 2-part Julian Date (Notes 1,2) [INFO] [stdout] | ^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/erst/gst00b.rs - erst::gst00b::gst00b (line 16) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `,` [INFO] [stdout] --> src/erst/gst00b.rs:17:7 [INFO] [stdout] | [INFO] [stdout] 1 | uta,utb double UT1 as a 2-part Julian Date (Notes 1,2) [INFO] [stdout] | ^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/erst/gst00a.rs - erst::gst00a::gst00a (line 64) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `Greenwich` [INFO] [stdout] --> src/erst/gst00a.rs:65:17 [INFO] [stdout] | [INFO] [stdout] 1 | iauGmst00 Greenwich mean sidereal time, IAU 2000 [INFO] [stdout] | ^^^^^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/erst/gst06.rs - erst::gst06::gst06 (line 61) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `extract` [INFO] [stdout] --> src/erst/gst06.rs:62:17 [INFO] [stdout] | [INFO] [stdout] 1 | iauBpn2xy extract CIP X,Y coordinates from NPB matrix [INFO] [stdout] | ^^^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/erst/gst06.rs - erst::gst06::gst06 (line 15) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `,` [INFO] [stdout] --> src/erst/gst06.rs:16:7 [INFO] [stdout] | [INFO] [stdout] 1 | uta,utb double UT1 as a 2-part Julian Date (Notes 1,2) [INFO] [stdout] | ^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/erst/gst00b.rs - erst::gst00b::gst00b (line 20) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `Greenwich` [INFO] [stdout] --> src/erst/gst00b.rs:21:25 [INFO] [stdout] | [INFO] [stdout] 1 | double Greenwich apparent sidereal time (radians) [INFO] [stdout] | ^^^^^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/erst/gst00b.rs - erst::gst00b::gst00b (line 29) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `utb` [INFO] [stdout] --> src/erst/gst00b.rs:30:27 [INFO] [stdout] | [INFO] [stdout] 1 | uta utb [INFO] [stdout] | ^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/erst/gst06.rs - erst::gst06::gst06 (line 30) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `utb` [INFO] [stdout] --> src/erst/gst06.rs:31:27 [INFO] [stdout] | [INFO] [stdout] 1 | uta utb [INFO] [stdout] | ^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/erst/gst06.rs - erst::gst06::gst06 (line 21) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `Greenwich` [INFO] [stdout] --> src/erst/gst06.rs:22:27 [INFO] [stdout] | [INFO] [stdout] 1 | double Greenwich apparent sidereal time (radians) [INFO] [stdout] | ^^^^^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/erst/gst06a.rs - erst::gst06a::gst06a (line 20) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `Greenwich` [INFO] [stdout] --> src/erst/gst06a.rs:21:25 [INFO] [stdout] | [INFO] [stdout] 1 | double Greenwich apparent sidereal time (radians) [INFO] [stdout] | ^^^^^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/erst/gst06a.rs - erst::gst06a::gst06a (line 60) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `classical` [INFO] [stdout] --> src/erst/gst06a.rs:61:17 [INFO] [stdout] | [INFO] [stdout] 1 | iauPnm06a classical NPB matrix, IAU 2006/2000A [INFO] [stdout] | ^^^^^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/erst/gst06a.rs - erst::gst06a::gst06a (line 29) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `utb` [INFO] [stdout] --> src/erst/gst06a.rs:30:27 [INFO] [stdout] | [INFO] [stdout] 1 | uta utb [INFO] [stdout] | ^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/erst/gst06a.rs - erst::gst06a::gst06a (line 15) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `,` [INFO] [stdout] --> src/erst/gst06a.rs:16:7 [INFO] [stdout] | [INFO] [stdout] 1 | uta,utb double UT1 as a 2-part Julian Date (Notes 1,2) [INFO] [stdout] | ^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/erst/gst94.rs - erst::gst94::gst94 (line 20) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `Greenwich` [INFO] [stdout] --> src/erst/gst94.rs:21:25 [INFO] [stdout] | [INFO] [stdout] 1 | double Greenwich apparent sidereal time (radians) [INFO] [stdout] | ^^^^^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/pnp/nut06a.rs - pnp::nut06a::nut06a (line 23) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `date2` [INFO] [stdout] --> src/pnp/nut06a.rs:24:19 [INFO] [stdout] | [INFO] [stdout] 1 | date1 date2 [INFO] [stdout] | ^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/erst/gst00b.rs - erst::gst00b::gst00b (line 68) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `Greenwich` [INFO] [stdout] --> src/erst/gst00b.rs:69:17 [INFO] [stdout] | [INFO] [stdout] 1 | iauGmst00 Greenwich mean sidereal time, IAU 2000 [INFO] [stdout] | ^^^^^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/erst/gst94.rs - erst::gst94::gst94 (line 59) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `Greenwich` [INFO] [stdout] --> src/erst/gst94.rs:60:17 [INFO] [stdout] | [INFO] [stdout] 1 | iauGmst82 Greenwich mean sidereal time, IAU 1982 [INFO] [stdout] | ^^^^^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/erst/gst94.rs - erst::gst94::gst94 (line 29) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `utb` [INFO] [stdout] --> src/erst/gst94.rs:30:27 [INFO] [stdout] | [INFO] [stdout] 1 | uta utb [INFO] [stdout] | ^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/erst/gst94.rs - erst::gst94::gst94 (line 16) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `,` [INFO] [stdout] --> src/erst/gst94.rs:17:7 [INFO] [stdout] | [INFO] [stdout] 1 | uta,utb double UT1 as a 2-part Julian Date (Notes 1,2) [INFO] [stdout] | ^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/pnp/obl06.rs - pnp::obl06::obl06 (line 23) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `date2` [INFO] [stdout] --> src/pnp/obl06.rs:24:19 [INFO] [stdout] | [INFO] [stdout] 1 | date1 date2 [INFO] [stdout] | ^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/pnp/bp00.rs - pnp::bp00::bp00 (line 29) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `date2` [INFO] [stdout] --> src/pnp/bp00.rs:30:19 [INFO] [stdout] | [INFO] [stdout] 1 | date1 date2 [INFO] [stdout] | ^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/pnp/nut00a.rs - pnp::nut00a::nut00a (line 1549) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `date2` [INFO] [stdout] --> src/pnp/nut00a.rs:1550:19 [INFO] [stdout] | [INFO] [stdout] 1 | date1 date2 [INFO] [stdout] | ^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/pnp/obl80.rs - pnp::obl80::obl80 (line 24) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `date2` [INFO] [stdout] --> src/pnp/obl80.rs:25:26 [INFO] [stdout] | [INFO] [stdout] 1 | date1 date2 [INFO] [stdout] | ^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/pnp/obl80.rs - pnp::obl80::obl80 (line 11) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `,` [INFO] [stdout] --> src/pnp/obl80.rs:12:9 [INFO] [stdout] | [INFO] [stdout] 1 | date1,date2 double TT as a 2-part Julian Date (Note 1) [INFO] [stdout] | ^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/pnp/pfw06.rs - pnp::pfw06::pfw06 (line 26) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `date2` [INFO] [stdout] --> src/pnp/pfw06.rs:27:19 [INFO] [stdout] | [INFO] [stdout] 1 | date1 date2 [INFO] [stdout] | ^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/pnp/pn00.rs - pnp::pn00::pn00 (line 36) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `date2` [INFO] [stdout] --> src/pnp/pn00.rs:37:19 [INFO] [stdout] | [INFO] [stdout] 1 | date1 date2 [INFO] [stdout] | ^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/pnp/pn00a.rs - pnp::pn00a::pn00a (line 33) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `date2` [INFO] [stdout] --> src/pnp/pn00a.rs:34:19 [INFO] [stdout] | [INFO] [stdout] 1 | date1 date2 [INFO] [stdout] | ^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/pnp/pfw06.rs - pnp::pfw06::pfw06 (line 42) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `=` [INFO] [stdout] --> src/pnp/pfw06.rs:43:5 [INFO] [stdout] | [INFO] [stdout] 1 | e = J2000.0 ecliptic pole, [INFO] [stdout] | ^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/pnp/pnm06a.rs - pnp::pnm06a::pnm06a (line 19) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `double` [INFO] [stdout] --> src/pnp/pnm06a.rs:20:16 [INFO] [stdout] | [INFO] [stdout] 1 | rbpn double[3][3] bias-precession-nutation matrix (Note 2) [INFO] [stdout] | ^^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ts/d2dtf.rs - ts::d2dtf::d2dtf (line 16) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `char` [INFO] [stdout] --> src/ts/d2dtf.rs:17:14 [INFO] [stdout] | [INFO] [stdout] 1 | scale char[] time scale ID (Note 1) [INFO] [stdout] | ^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/pnp/obl80.rs - pnp::obl80::obl80 (line 15) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `obliquity` [INFO] [stdout] --> src/pnp/obl80.rs:16:28 [INFO] [stdout] | [INFO] [stdout] 1 | double obliquity of the ecliptic (radians, Note 2) [INFO] [stdout] | ^^^^^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/pnp/pnm00a.rs - pnp::pnm00a::pnm00a (line 27) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `date2` [INFO] [stdout] --> src/pnp/pnm00a.rs:28:19 [INFO] [stdout] | [INFO] [stdout] 1 | date1 date2 [INFO] [stdout] | ^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/pnp/pnm06a.rs - pnp::pnm06a::pnm06a (line 15) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `,` [INFO] [stdout] --> src/pnp/pnm06a.rs:16:9 [INFO] [stdout] | [INFO] [stdout] 1 | date1,date2 double TT as a 2-part Julian Date (Note 1) [INFO] [stdout] | ^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ts/d2dtf.rs - ts::d2dtf::d2dtf (line 27) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `status` [INFO] [stdout] --> src/ts/d2dtf.rs:28:22 [INFO] [stdout] | [INFO] [stdout] 1 | int status: +1 = dubious year (Note 5) [INFO] [stdout] | ^^^^^^ expected one of `!` or `::` [INFO] [stdout] | [INFO] [stdout] help: there is a keyword `in` with a similar name [INFO] [stdout] | [INFO] [stdout] 1 - int status: +1 = dubious year (Note 5) [INFO] [stdout] 1 + in status: +1 = dubious year (Note 5) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/pnp/pnm06a.rs - pnp::pnm06a::pnm06a (line 28) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `date2` [INFO] [stdout] --> src/pnp/pnm06a.rs:29:26 [INFO] [stdout] | [INFO] [stdout] 1 | date1 date2 [INFO] [stdout] | ^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ts/d2dtf.rs - ts::d2dtf::d2dtf (line 74) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `JD` [INFO] [stdout] --> src/ts/d2dtf.rs:75:17 [INFO] [stdout] | [INFO] [stdout] 1 | iauJd2cal JD to Gregorian calendar [INFO] [stdout] | ^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ts/d2dtf.rs - ts::d2dtf::d2dtf (line 22) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `,` [INFO] [stdout] --> src/ts/d2dtf.rs:23:6 [INFO] [stdout] | [INFO] [stdout] 1 | iy,im,id int year, month, day in Gregorian calendar (Note 5) [INFO] [stdout] | ^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ts/d2dtf.rs - ts::d2dtf::d2dtf (line 40) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `resolution` [INFO] [stdout] --> src/ts/d2dtf.rs:41:16 [INFO] [stdout] | [INFO] [stdout] 1 | ndp resolution [INFO] [stdout] | ^^^^^^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ts/dat.rs - ts::dat::dat (line 48) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `double` [INFO] [stdout] --> src/ts/dat.rs:49:11 [INFO] [stdout] | [INFO] [stdout] 1 | deltat double TAI minus UTC, seconds [INFO] [stdout] | ^^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ts/ut1tt.rs - ts::ut1tt::ut1tt (line 12) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `,` [INFO] [stdout] --> src/ts/ut1tt.rs:13:8 [INFO] [stdout] | [INFO] [stdout] 1 | ut11,ut12 double UT1 as a 2-part Julian Date [INFO] [stdout] | ^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ts/dat.rs - ts::dat::dat (line 2) stdout ---- [INFO] [stdout] error: unexpected closing delimiter: `)` [INFO] [stdout] --> src/ts/dat.rs:12:8 [INFO] [stdout] | [INFO] [stdout] 10 | : 1) A new line must be added to the set : [INFO] [stdout] | ^ unexpected closing delimiter [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ts/dat.rs - ts::dat::dat (line 41) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `int` [INFO] [stdout] --> src/ts/dat.rs:42:11 [INFO] [stdout] | [INFO] [stdout] 1 | iy int UTC: year (Notes 1 and 2) [INFO] [stdout] | ^^^ expected one of `!` or `::` [INFO] [stdout] | [INFO] [stdout] help: there is a keyword `if` with a similar name [INFO] [stdout] | [INFO] [stdout] 1 - iy int UTC: year (Notes 1 and 2) [INFO] [stdout] 1 + if int UTC: year (Notes 1 and 2) [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ts/dat.rs - ts::dat::dat (line 52) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `status` [INFO] [stdout] --> src/ts/dat.rs:53:20 [INFO] [stdout] | [INFO] [stdout] 1 | int status (Note 5): [INFO] [stdout] | ^^^^^^ expected one of `!` or `::` [INFO] [stdout] | [INFO] [stdout] help: there is a keyword `in` with a similar name [INFO] [stdout] | [INFO] [stdout] 1 - int status (Note 5): [INFO] [stdout] 1 + in status (Note 5): [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ts/ut1tt.rs - ts::ut1tt::ut1tt (line 17) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `,` [INFO] [stdout] --> src/ts/ut1tt.rs:18:7 [INFO] [stdout] | [INFO] [stdout] 1 | tt1,tt2 double TT as a 2-part Julian Date [INFO] [stdout] | ^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/vm/pmp.rs - vm::pmp::pmp (line 9) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `double` [INFO] [stdout] --> src/vm/pmp.rs:10:13 [INFO] [stdout] | [INFO] [stdout] 1 | a double[3] first p-vector [INFO] [stdout] | ^^^^^^ expected one of `!` or `::` [INFO] [stdout] | [INFO] [stdout] help: there is a keyword `as` with a similar name [INFO] [stdout] | [INFO] [stdout] 1 | as double[3] first p-vector [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/vm/s2pv.rs - vm::s2pv::s2pv (line 18) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `double` [INFO] [stdout] --> src/vm/s2pv.rs:19:13 [INFO] [stdout] | [INFO] [stdout] 1 | pv double[2][3] pv-vector [INFO] [stdout] | ^^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/vm/s2pv.rs - vm::s2pv::s2pv (line 9) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `double` [INFO] [stdout] --> src/vm/s2pv.rs:10:13 [INFO] [stdout] | [INFO] [stdout] 1 | theta double longitude angle (radians) [INFO] [stdout] | ^^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/vm/pmp.rs - vm::pmp::pmp (line 14) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `double` [INFO] [stdout] --> src/vm/pmp.rs:15:13 [INFO] [stdout] | [INFO] [stdout] 1 | amb double[3] a - b [INFO] [stdout] | ^^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/ts/ut1tt.rs - ts::ut1tt::ut1tt (line 21) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `status` [INFO] [stdout] --> src/ts/ut1tt.rs:22:25 [INFO] [stdout] | [INFO] [stdout] 1 | int status: 0 = OK [INFO] [stdout] | ^^^^^^ expected one of `!` or `::` [INFO] [stdout] | [INFO] [stdout] help: there is a keyword `in` with a similar name [INFO] [stdout] | [INFO] [stdout] 1 - int status: 0 = OK [INFO] [stdout] 1 + in status: 0 = OK [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/vm/ppp.rs - vm::ppp::ppp (line 15) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `double` [INFO] [stdout] --> src/vm/ppp.rs:16:13 [INFO] [stdout] | [INFO] [stdout] 1 | apb double[3] a + b [INFO] [stdout] | ^^^^^^ expected one of `!` or `::` [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/vm/ppp.rs - vm::ppp::ppp (line 9) stdout ---- [INFO] [stdout] error: expected one of `!` or `::`, found `double` [INFO] [stdout] --> src/vm/ppp.rs:10:13 [INFO] [stdout] | [INFO] [stdout] 1 | a double[3] first p-vector [INFO] [stdout] | ^^^^^^ expected one of `!` or `::` [INFO] [stdout] | [INFO] [stdout] help: there is a keyword `as` with a similar name [INFO] [stdout] | [INFO] [stdout] 1 | as double[3] first p-vector [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/astro/apcg.rs - astro::apcg::apcg (line 103) [INFO] [stdout] src/astro/apcg.rs - astro::apcg::apcg (line 18) [INFO] [stdout] src/astro/apcg.rs - astro::apcg::apcg (line 25) [INFO] [stdout] src/astro/apcg.rs - astro::apcg::apcg (line 50) [INFO] [stdout] src/astro/apcg.rs - astro::apcg::apcg (line 78) [INFO] [stdout] src/astro/apcg13.rs - astro::apcg13::apcg13 (line 109) [INFO] [stdout] src/astro/apcg13.rs - astro::apcg13::apcg13 (line 22) [INFO] [stdout] src/astro/apcg13.rs - astro::apcg13::apcg13 (line 27) [INFO] [stdout] src/astro/apcg13.rs - astro::apcg13::apcg13 (line 52) [INFO] [stdout] src/astro/apcg13.rs - astro::apcg13::apcg13 (line 84) [INFO] [stderr] error: doctest failed, to rerun pass `--doc` [INFO] [stdout] src/astro/apci.rs - astro::apci::apci (line 114) [INFO] [stdout] src/astro/apci.rs - astro::apci::apci (line 22) [INFO] [stdout] src/astro/apci.rs - astro::apci::apci (line 31) [INFO] [stdout] src/astro/apci.rs - astro::apci::apci (line 56) [INFO] [stdout] src/astro/apci.rs - astro::apci::apci (line 89) [INFO] [stdout] src/astro/apci13.rs - astro::apci13::apci13 (line 112) [INFO] [stdout] src/astro/apci13.rs - astro::apci13::apci13 (line 24) [INFO] [stdout] src/astro/apci13.rs - astro::apci13::apci13 (line 29) [INFO] [stdout] src/astro/apci13.rs - astro::apci13::apci13 (line 55) [INFO] [stdout] src/astro/apci13.rs - astro::apci13::apci13 (line 87) [INFO] [stdout] src/astro/apco.rs - astro::apco::apco (line 125) [INFO] [stdout] src/astro/apco.rs - astro::apco::apco (line 150) [INFO] [stdout] src/astro/apco.rs - astro::apco::apco (line 19) [INFO] [stdout] src/astro/apco.rs - astro::apco::apco (line 36) [INFO] [stdout] src/astro/apco.rs - astro::apco::apco (line 61) [INFO] [stdout] src/astro/apco13.rs - astro::apco13::apco13 (line 111) [INFO] [stdout] src/astro/apco13.rs - astro::apco13::apco13 (line 119) [INFO] [stdout] src/astro/apco13.rs - astro::apco13::apco13 (line 143) [INFO] [stdout] src/astro/apco13.rs - astro::apco13::apco13 (line 153) [INFO] [stdout] src/astro/apco13.rs - astro::apco13::apco13 (line 168) [INFO] [stdout] src/astro/apco13.rs - astro::apco13::apco13 (line 25) [INFO] [stdout] src/astro/apco13.rs - astro::apco13::apco13 (line 39) [INFO] [stdout] src/astro/apco13.rs - astro::apco13::apco13 (line 60) [INFO] [stdout] src/astro/apcs.rs - astro::apcs::apcs (line 123) [INFO] [stdout] src/astro/apcs.rs - astro::apcs::apcs (line 22) [INFO] [stdout] src/astro/apcs.rs - astro::apcs::apcs (line 30) [INFO] [stdout] src/astro/apcs.rs - astro::apcs::apcs (line 55) [INFO] [stdout] src/astro/apcs.rs - astro::apcs::apcs (line 98) [INFO] [stdout] src/astro/apcs13.rs - astro::apcs13::apcs13 (line 115) [INFO] [stdout] src/astro/apcs13.rs - astro::apcs13::apcs13 (line 21) [INFO] [stdout] src/astro/apcs13.rs - astro::apcs13::apcs13 (line 27) [INFO] [stdout] src/astro/apcs13.rs - astro::apcs13::apcs13 (line 52) [INFO] [stdout] src/astro/apcs13.rs - astro::apcs13::apcs13 (line 90) [INFO] [stdout] src/astro/aper.rs - astro::aper::aper (line 14) [INFO] [stdout] src/astro/aper.rs - astro::aper::aper (line 35) [INFO] [stdout] src/astro/aper.rs - astro::aper::aper (line 74) [INFO] [stdout] src/astro/aper13.rs - astro::aper13::aper13 (line 113) [INFO] [stdout] src/astro/aper13.rs - astro::aper13::aper13 (line 16) [INFO] [stdout] src/astro/aper13.rs - astro::aper13::aper13 (line 38) [INFO] [stdout] src/astro/aper13.rs - astro::aper13::aper13 (line 63) [INFO] [stdout] src/astro/aper13.rs - astro::aper13::aper13 (line 91) [INFO] [stdout] src/astro/apio.rs - astro::apio::apio (line 115) [INFO] [stdout] src/astro/apio.rs - astro::apio::apio (line 18) [INFO] [stdout] src/astro/apio.rs - astro::apio::apio (line 29) [INFO] [stdout] src/astro/apio.rs - astro::apio::apio (line 90) [INFO] [stdout] src/astro/apio13.rs - astro::apio13::apio13 (line 105) [INFO] [stdout] src/astro/apio13.rs - astro::apio13::apio13 (line 113) [INFO] [stdout] src/astro/apio13.rs - astro::apio13::apio13 (line 137) [INFO] [stdout] src/astro/apio13.rs - astro::apio13::apio13 (line 147) [INFO] [stdout] src/astro/apio13.rs - astro::apio13::apio13 (line 162) [INFO] [stdout] src/astro/apio13.rs - astro::apio13::apio13 (line 20) [INFO] [stdout] src/astro/apio13.rs - astro::apio13::apio13 (line 34) [INFO] [stdout] src/astro/apio13.rs - astro::apio13::apio13 (line 54) [INFO] [stdout] src/astro/atcc13.rs - astro::atcc13::atcc13 (line 14) [INFO] [stdout] src/astro/atcc13.rs - astro::atcc13::atcc13 (line 39) [INFO] [stdout] src/astro/atcc13.rs - astro::atcc13::atcc13 (line 60) [INFO] [stdout] src/astro/atccq.rs - astro::atccq::atccq (line 24) [INFO] [stdout] src/astro/atccq.rs - astro::atccq::atccq (line 49) [INFO] [stdout] src/astro/atccq.rs - astro::atccq::atccq (line 63) [INFO] [stdout] src/astro/atci13.rs - astro::atci13::atci13 (line 13) [INFO] [stdout] src/astro/atci13.rs - astro::atci13::atci13 (line 24) [INFO] [stdout] src/astro/atci13.rs - astro::atci13::atci13 (line 40) [INFO] [stdout] src/astro/atci13.rs - astro::atci13::atci13 (line 78) [INFO] [stdout] src/astro/atciq.rs - astro::atciq::atciq (line 23) [INFO] [stdout] src/astro/atciq.rs - astro::atciq::atciq (line 48) [INFO] [stdout] src/astro/atciq.rs - astro::atciq::atciq (line 60) [INFO] [stdout] src/astro/atciqz.rs - astro::atciqz::atciqz (line 25) [INFO] [stdout] src/astro/atciqz.rs - astro::atciqz::atciqz (line 46) [INFO] [stdout] src/astro/atciqz.rs - astro::atciqz::atciqz (line 63) [INFO] [stdout] src/astro/atco13.rs - astro::atco13::atco13 (line 100) [INFO] [stdout] src/astro/atco13.rs - astro::atco13::atco13 (line 108) [INFO] [stdout] src/astro/atco13.rs - astro::atco13::atco13 (line 149) [INFO] [stdout] src/astro/atco13.rs - astro::atco13::atco13 (line 17) [INFO] [stdout] src/astro/atco13.rs - astro::atco13::atco13 (line 36) [INFO] [stdout] src/astro/atco13.rs - astro::atco13::atco13 (line 45) [INFO] [stdout] src/astro/atic13.rs - astro::atic13::atic13 (line 11) [INFO] [stdout] src/astro/atic13.rs - astro::atic13::atic13 (line 18) [INFO] [stdout] src/astro/atic13.rs - astro::atic13::atic13 (line 28) [INFO] [stdout] src/astro/atic13.rs - astro::atic13::atic13 (line 73) [INFO] [stdout] src/astro/aticqn.rs - astro::aticqn::aticqn (line 26) [INFO] [stdout] src/astro/aticqn.rs - astro::aticqn::aticqn (line 52) [INFO] [stdout] src/astro/aticqn.rs - astro::aticqn::aticqn (line 83) [INFO] [stdout] src/astro/aticqn.rs - astro::aticqn::aticqn (line 96) [INFO] [stdout] src/astro/atio13.rs - astro::atio13::atio13 (line 132) [INFO] [stdout] src/astro/atio13.rs - astro::atio13::atio13 (line 14) [INFO] [stdout] src/astro/atio13.rs - astro::atio13::atio13 (line 30) [INFO] [stdout] src/astro/atio13.rs - astro::atio13::atio13 (line 85) [INFO] [stdout] src/astro/atio13.rs - astro::atio13::atio13 (line 93) [INFO] [stdout] src/astro/atioq.rs - astro::atioq::atioq (line 21) [INFO] [stdout] src/astro/atioq.rs - astro::atioq::atioq (line 43) [INFO] [stdout] src/astro/atioq.rs - astro::atioq::atioq (line 99) [INFO] [stdout] src/astro/ld.rs - astro::ld::ld (line 17) [INFO] [stdout] src/astro/ld.rs - astro::ld::ld (line 26) [INFO] [stdout] src/astro/ld.rs - astro::ld::ld (line 73) [INFO] [stdout] src/astro/ldn.rs - astro::ldn::ldn (line 18) [INFO] [stdout] src/astro/ldn.rs - astro::ldn::ldn (line 28) [INFO] [stdout] src/astro/ldn.rs - astro::ldn::ldn (line 49) [INFO] [stdout] src/astro/ldn.rs - astro::ldn::ldn (line 80) [INFO] [stdout] src/astro/ldsun.rs - astro::ldsun::ldsun (line 13) [INFO] [stdout] src/astro/ldsun.rs - astro::ldsun::ldsun (line 19) [INFO] [stdout] src/astro/ldsun.rs - astro::ldsun::ldsun (line 38) [INFO] [stdout] src/astro/pmpx.rs - astro::pmpx::pmpx (line 16) [INFO] [stdout] src/astro/pmpx.rs - astro::pmpx::pmpx (line 26) [INFO] [stdout] src/astro/pmpx.rs - astro::pmpx::pmpx (line 50) [INFO] [stdout] src/astro/pvstar.rs - astro::pvstar::pvstar (line 16) [INFO] [stdout] src/astro/pvstar.rs - astro::pvstar::pvstar (line 20) [INFO] [stdout] src/astro/pvstar.rs - astro::pvstar::pvstar (line 29) [INFO] [stdout] src/astro/pvstar.rs - astro::pvstar::pvstar (line 89) [INFO] [stdout] src/astro/pvtob.rs - astro::pvtob::pvtob (line 17) [INFO] [stdout] src/astro/pvtob.rs - astro::pvtob::pvtob (line 26) [INFO] [stdout] src/astro/pvtob.rs - astro::pvtob::pvtob (line 65) [INFO] [stdout] src/astro/refco.rs - astro::refco::refco (line 16) [INFO] [stdout] src/astro/refco.rs - astro::refco::refco (line 23) [INFO] [stdout] src/astro/refco.rs - astro::refco::refco (line 52) [INFO] [stdout] src/astro/refco.rs - astro::refco::refco (line 59) [INFO] [stdout] src/astro/refco.rs - astro::refco::refco (line 69) [INFO] [stdout] src/coords/ae2hd.rs - coords::ae2hd::ae2hd (line 13) [INFO] [stdout] src/coords/ae2hd.rs - coords::ae2hd::ae2hd (line 7) [INFO] [stdout] src/coords/hd2pa.rs - coords::hd2pa::hd2pa (line 11) [INFO] [stdout] src/coords/hd2pa.rs - coords::hd2pa::hd2pa (line 17) [INFO] [stdout] src/eph/epv00.rs - eph::epv00::epv00 (line 5974) [INFO] [stdout] src/eph/epv00.rs - eph::epv00::epv00 (line 5993) [INFO] [stdout] src/eph/epv00.rs - eph::epv00::epv00 (line 6022) [INFO] [stdout] src/erst/ee00.rs - erst::ee00::ee00 (line 14) [INFO] [stdout] src/erst/ee00.rs - erst::ee00::ee00 (line 20) [INFO] [stdout] src/erst/ee00.rs - erst::ee00::ee00 (line 30) [INFO] [stdout] src/erst/ee00.rs - erst::ee00::ee00 (line 56) [INFO] [stdout] src/erst/ee00a.rs - erst::ee00a::ee00a (line 14) [INFO] [stdout] src/erst/ee00a.rs - erst::ee00a::ee00a (line 18) [INFO] [stdout] src/erst/ee00a.rs - erst::ee00a::ee00a (line 27) [INFO] [stdout] src/erst/ee00a.rs - erst::ee00a::ee00a (line 51) [INFO] [stdout] src/erst/ee00b.rs - erst::ee00b::ee00b (line 26) [INFO] [stdout] src/erst/ee00b.rs - erst::ee00b::ee00b (line 51) [INFO] [stdout] src/erst/ee06a.rs - erst::ee06a::ee06a (line 15) [INFO] [stdout] src/erst/ee06a.rs - erst::ee06a::ee06a (line 19) [INFO] [stdout] src/erst/ee06a.rs - erst::ee06a::ee06a (line 28) [INFO] [stdout] src/erst/ee06a.rs - erst::ee06a::ee06a (line 48) [INFO] [stdout] src/erst/eect00.rs - erst::eect00::eect00 (line 15) [INFO] [stdout] src/erst/eect00.rs - erst::eect00::eect00 (line 19) [INFO] [stdout] src/erst/eect00.rs - erst::eect00::eect00 (line 28) [INFO] [stdout] src/erst/eect00.rs - erst::eect00::eect00 (line 75) [INFO] [stdout] src/erst/eqeq94.rs - erst::eqeq94::eqeq94 (line 15) [INFO] [stdout] src/erst/eqeq94.rs - erst::eqeq94::eqeq94 (line 19) [INFO] [stdout] src/erst/eqeq94.rs - erst::eqeq94::eqeq94 (line 28) [INFO] [stdout] src/erst/eqeq94.rs - erst::eqeq94::eqeq94 (line 48) [INFO] [stdout] src/erst/era00.rs - erst::era00::era00 (line 14) [INFO] [stdout] src/erst/era00.rs - erst::era00::era00 (line 18) [INFO] [stdout] src/erst/era00.rs - erst::era00::era00 (line 27) [INFO] [stdout] src/erst/era00.rs - erst::era00::era00 (line 51) [INFO] [stdout] src/erst/gmst00.rs - erst::gmst00::gmst00 (line 17) [INFO] [stdout] src/erst/gmst00.rs - erst::gmst00::gmst00 (line 22) [INFO] [stdout] src/erst/gmst00.rs - erst::gmst00::gmst00 (line 31) [INFO] [stdout] src/erst/gmst00.rs - erst::gmst00::gmst00 (line 65) [INFO] [stdout] src/erst/gmst06.rs - erst::gmst06::gmst06 (line 15) [INFO] [stdout] src/erst/gmst06.rs - erst::gmst06::gmst06 (line 20) [INFO] [stdout] src/erst/gmst06.rs - erst::gmst06::gmst06 (line 29) [INFO] [stdout] src/erst/gmst06.rs - erst::gmst06::gmst06 (line 58) [INFO] [stdout] src/erst/gst00a.rs - erst::gst00a::gst00a (line 16) [INFO] [stdout] src/erst/gst00a.rs - erst::gst00a::gst00a (line 21) [INFO] [stdout] src/erst/gst00a.rs - erst::gst00a::gst00a (line 30) [INFO] [stdout] src/erst/gst00a.rs - erst::gst00a::gst00a (line 64) [INFO] [stdout] src/erst/gst00b.rs - erst::gst00b::gst00b (line 16) [INFO] [stdout] src/erst/gst00b.rs - erst::gst00b::gst00b (line 20) [INFO] [stdout] src/erst/gst00b.rs - erst::gst00b::gst00b (line 29) [INFO] [stdout] src/erst/gst00b.rs - erst::gst00b::gst00b (line 68) [INFO] [stdout] src/erst/gst06.rs - erst::gst06::gst06 (line 15) [INFO] [stdout] src/erst/gst06.rs - erst::gst06::gst06 (line 21) [INFO] [stdout] src/erst/gst06.rs - erst::gst06::gst06 (line 30) [INFO] [stdout] src/erst/gst06.rs - erst::gst06::gst06 (line 61) [INFO] [stdout] src/erst/gst06a.rs - erst::gst06a::gst06a (line 15) [INFO] [stdout] src/erst/gst06a.rs - erst::gst06a::gst06a (line 20) [INFO] [stdout] src/erst/gst06a.rs - erst::gst06a::gst06a (line 29) [INFO] [stdout] src/erst/gst06a.rs - erst::gst06a::gst06a (line 60) [INFO] [stdout] src/erst/gst94.rs - erst::gst94::gst94 (line 16) [INFO] [stdout] src/erst/gst94.rs - erst::gst94::gst94 (line 20) [INFO] [stdout] src/erst/gst94.rs - erst::gst94::gst94 (line 29) [INFO] [stdout] src/erst/gst94.rs - erst::gst94::gst94 (line 59) [INFO] [stdout] src/pnp/bp00.rs - pnp::bp00::bp00 (line 29) [INFO] [stdout] src/pnp/nut00a.rs - pnp::nut00a::nut00a (line 1549) [INFO] [stdout] src/pnp/nut06a.rs - pnp::nut06a::nut06a (line 23) [INFO] [stdout] src/pnp/obl06.rs - pnp::obl06::obl06 (line 23) [INFO] [stdout] src/pnp/obl80.rs - pnp::obl80::obl80 (line 11) [INFO] [stdout] src/pnp/obl80.rs - pnp::obl80::obl80 (line 15) [INFO] [stdout] src/pnp/obl80.rs - pnp::obl80::obl80 (line 24) [INFO] [stdout] src/pnp/pfw06.rs - pnp::pfw06::pfw06 (line 26) [INFO] [stdout] src/pnp/pfw06.rs - pnp::pfw06::pfw06 (line 42) [INFO] [stdout] src/pnp/pn00.rs - pnp::pn00::pn00 (line 36) [INFO] [stdout] src/pnp/pn00a.rs - pnp::pn00a::pn00a (line 33) [INFO] [stdout] src/pnp/pnm00a.rs - pnp::pnm00a::pnm00a (line 27) [INFO] [stdout] src/pnp/pnm06a.rs - pnp::pnm06a::pnm06a (line 15) [INFO] [stdout] src/pnp/pnm06a.rs - pnp::pnm06a::pnm06a (line 19) [INFO] [stdout] src/pnp/pnm06a.rs - pnp::pnm06a::pnm06a (line 28) [INFO] [stdout] src/ts/d2dtf.rs - ts::d2dtf::d2dtf (line 16) [INFO] [stdout] src/ts/d2dtf.rs - ts::d2dtf::d2dtf (line 22) [INFO] [stdout] src/ts/d2dtf.rs - ts::d2dtf::d2dtf (line 27) [INFO] [stdout] src/ts/d2dtf.rs - ts::d2dtf::d2dtf (line 40) [INFO] [stdout] src/ts/d2dtf.rs - ts::d2dtf::d2dtf (line 74) [INFO] [stdout] src/ts/dat.rs - ts::dat::dat (line 2) [INFO] [stdout] src/ts/dat.rs - ts::dat::dat (line 41) [INFO] [stdout] src/ts/dat.rs - ts::dat::dat (line 48) [INFO] [stdout] src/ts/dat.rs - ts::dat::dat (line 52) [INFO] [stdout] src/ts/ut1tt.rs - ts::ut1tt::ut1tt (line 12) [INFO] [stdout] src/ts/ut1tt.rs - ts::ut1tt::ut1tt (line 17) [INFO] [stdout] src/ts/ut1tt.rs - ts::ut1tt::ut1tt (line 21) [INFO] [stdout] src/vm/pmp.rs - vm::pmp::pmp (line 14) [INFO] [stdout] src/vm/pmp.rs - vm::pmp::pmp (line 9) [INFO] [stdout] src/vm/ppp.rs - vm::ppp::ppp (line 15) [INFO] [stdout] src/vm/ppp.rs - vm::ppp::ppp (line 9) [INFO] [stdout] src/vm/s2pv.rs - vm::s2pv::s2pv (line 18) [INFO] [stdout] src/vm/s2pv.rs - vm::s2pv::s2pv (line 9) [INFO] [stdout] [INFO] [stdout] test result: FAILED. 1 passed; 220 failed; 0 ignored; 0 measured; 0 filtered out; finished in 4.86s [INFO] [stdout] [INFO] [stdout] all doctests ran in 5.02s; merged doctests compilation took 0.15s [INFO] running `Command { std: "docker" "inspect" "2a547b0704591dcb601485800b34a98234a9bb1f356694f6076d73d748f62a55", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2a547b0704591dcb601485800b34a98234a9bb1f356694f6076d73d748f62a55", kill_on_drop: false }` [INFO] [stdout] 2a547b0704591dcb601485800b34a98234a9bb1f356694f6076d73d748f62a55