[INFO] fetching crate nyx-space 1.0.0-beta.1...
[INFO] documenting nyx-space-1.0.0-beta.1 against 1.55.0 for beta-1.56-rustdoc-1
[INFO] extracting crate nyx-space 1.0.0-beta.1 into /workspace/builds/worker-4/source
[INFO] validating manifest of crates.io crate nyx-space 1.0.0-beta.1 on toolchain 1.55.0
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate nyx-space 1.0.0-beta.1
[INFO] finished tweaking crates.io crate nyx-space 1.0.0-beta.1
[INFO] tweaked toml for crates.io crate nyx-space 1.0.0-beta.1 written to /workspace/builds/worker-4/source/Cargo.toml
[INFO] crate crates.io crate nyx-space 1.0.0-beta.1 already has a lockfile, it will not be regenerated
[INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 13cb6e743c86bbc952499046e878633c0a1993bf58a902618ad9d9760c94d449
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `Command { std: "docker" "start" "-a" "13cb6e743c86bbc952499046e878633c0a1993bf58a902618ad9d9760c94d449", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "13cb6e743c86bbc952499046e878633c0a1993bf58a902618ad9d9760c94d449", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "13cb6e743c86bbc952499046e878633c0a1993bf58a902618ad9d9760c94d449", kill_on_drop: false }`
[INFO] [stdout] 13cb6e743c86bbc952499046e878633c0a1993bf58a902618ad9d9760c94d449
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "RUSTDOCFLAGS=--cap-lints=warn" "-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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c8bb7f2a00a38b66ed77b058b40b2250b765aef959826df75a293bdd428c9ec1
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `Command { std: "docker" "start" "-a" "c8bb7f2a00a38b66ed77b058b40b2250b765aef959826df75a293bdd428c9ec1", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.82
[INFO] [stderr]    Compiling serde v1.0.120
[INFO] [stderr]    Compiling syn v1.0.58
[INFO] [stderr]    Compiling log v0.4.13
[INFO] [stderr]    Compiling serde_derive v1.0.120
[INFO] [stderr]     Checking zeroize v1.3.0
[INFO] [stderr]     Checking nom v1.2.4
[INFO] [stderr]     Checking thread_local v1.1.0
[INFO] [stderr]    Compiling walkdir v2.3.1
[INFO] [stderr]    Compiling itertools v0.9.0
[INFO] [stderr]     Checking regex-automata v0.1.9
[INFO] [stderr]    Compiling anyhow v1.0.40
[INFO] [stderr]     Checking rust-embed-utils v5.1.0
[INFO] [stderr]     Checking phf v0.8.0
[INFO] [stderr]     Checking crossbeam-channel v0.5.0
[INFO] [stderr]     Checking crossbeam-queue v0.3.2
[INFO] [stderr]     Checking generic-array v0.14.4
[INFO] [stderr]     Checking crossbeam-epoch v0.9.5
[INFO] [stderr]     Checking num-complex v0.3.1
[INFO] [stderr]     Checking num-complex v0.2.4
[INFO] [stderr]     Checking num-traits v0.1.43
[INFO] [stderr]     Checking regex v1.4.3
[INFO] [stderr]     Checking nom v5.1.2
[INFO] [stderr]     Checking num-iter v0.1.42
[INFO] [stderr]     Checking num-bigint v0.2.6
[INFO] [stderr]     Checking crossbeam-deque v0.8.0
[INFO] [stderr]     Checking meval v0.2.0
[INFO] [stderr]     Checking crossbeam v0.8.1
[INFO] [stderr]     Checking simba v0.3.1
[INFO] [stderr]     Checking num v0.3.1
[INFO] [stderr]     Checking getrandom v0.2.2
[INFO] [stderr]     Checking getrandom v0.1.16
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking num_cpus v1.13.0
[INFO] [stderr]     Checking terminal_size v0.1.16
[INFO] [stderr]     Checking time v0.1.43
[INFO] [stderr]     Checking flate2 v1.0.19
[INFO] [stderr]     Checking rayon-core v1.9.0
[INFO] [stderr]     Checking clap v2.33.3
[INFO] [stderr]     Checking num-rational v0.2.4
[INFO] [stderr]     Checking rand_core v0.5.1
[INFO] [stderr]     Checking rand_core v0.6.1
[INFO] [stderr]     Checking env_logger v0.6.2
[INFO] [stderr]     Checking serde-hjson v0.9.1
[INFO] [stderr]     Checking console v0.14.1
[INFO] [stderr]     Checking chrono v0.4.19
[INFO] [stderr]     Checking rand_chacha v0.2.2
[INFO] [stderr]     Checking rand_chacha v0.3.0
[INFO] [stderr]     Checking rand_pcg v0.3.0
[INFO] [stderr]    Compiling rand_pcg v0.2.1
[INFO] [stderr]     Checking num v0.2.1
[INFO] [stderr]     Checking rand v0.7.3
[INFO] [stderr]     Checking fraction v0.8.0
[INFO] [stderr]     Checking rayon v1.5.0
[INFO] [stderr]     Checking rand v0.8.2
[INFO] [stderr]     Checking pretty_env_logger v0.3.1
[INFO] [stderr]    Compiling phf_generator v0.8.0
[INFO] [stderr]    Compiling phf_codegen v0.8.0
[INFO] [stderr]     Checking rand_distr v0.4.0
[INFO] [stderr]     Checking tempfile v3.2.0
[INFO] [stderr]     Checking rand_distr v0.3.0
[INFO] [stderr]    Compiling bacon-sci v0.11.0
[INFO] [stderr]     Checking dialoguer v0.8.0
[INFO] [stderr]    Compiling prost-derive v0.7.0
[INFO] [stderr]    Compiling rust-embed-impl v5.9.0
[INFO] [stderr]     Checking toml v0.5.8
[INFO] [stderr]     Checking serde_json v1.0.61
[INFO] [stderr]     Checking bstr v0.2.14
[INFO] [stderr]     Checking csv v1.1.5
[INFO] [stderr]     Checking rust-embed v5.9.0
[INFO] [stderr]     Checking config v0.10.1
[INFO] [stderr]     Checking prost v0.7.0
[INFO] [stderr]     Checking nalgebra v0.24.1
[INFO] [stderr]     Checking hifitime v2.2.3
[INFO] [stderr]     Checking hyperdual v0.3.7
[INFO] [stderr]     Checking nyx-space v1.0.0-beta.1 (/opt/rustwide/workdir)
[INFO] [stderr]  Documenting nyx-space v1.0.0-beta.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unresolved link to `rss_step`
[INFO] [stdout]    --> src/propagators/error_ctrl.rs:171:59
[INFO] [stdout]     |
[INFO] [stdout] 171 | /// > This is a more stringent error control method than [`rss_step`] that is often used as the default in other software such as STK.
[INFO] [stdout]     |                                                           ^^^^^^^^^^ no item named `rss_step` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `the`
[INFO] [stdout]    --> src/propagators/error_ctrl.rs:172:19
[INFO] [stdout]     |
[INFO] [stdout] 172 | /// > If you set [the] accuracy to a very small number, 1e-13 for example, and set the error control to [`rss_step`], integrator
[INFO] [stdout]     |                   ^^^ no item named `the` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `rss_step`
[INFO] [stdout]    --> src/propagators/error_ctrl.rs:172:106
[INFO] [stdout]     |
[INFO] [stdout] 172 | /// > If you set [the] accuracy to a very small number, 1e-13 for example, and set the error control to [`rss_step`], integrator
[INFO] [stdout]     |                                                                                                          ^^^^^^^^^^ no item named `rss_step` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `0;1`
[INFO] [stdout]   --> src/dynamics/thrustctrl/mod.rs:43:35
[INFO] [stdout]    |
[INFO] [stdout] 43 |     /// Returns a number between [0;1] corresponding to the engine throttle level.
[INFO] [stdout]    |                                   ^^^ no item named `0;1` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `1,1`
[INFO] [stdout]    --> src/celestia/xb.rs:554:32
[INFO] [stdout]     |
[INFO] [stdout] 554 |         /// Covariance matrix [1,1]
[INFO] [stdout]     |                                ^^^ no item named `1,1` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `2,1`
[INFO] [stdout]    --> src/celestia/xb.rs:557:32
[INFO] [stdout]     |
[INFO] [stdout] 557 |         /// Covariance matrix [2,1]
[INFO] [stdout]     |                                ^^^ no item named `2,1` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `2,2`
[INFO] [stdout]    --> src/celestia/xb.rs:560:32
[INFO] [stdout]     |
[INFO] [stdout] 560 |         /// Covariance matrix [2,2]
[INFO] [stdout]     |                                ^^^ no item named `2,2` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `3,1`
[INFO] [stdout]    --> src/celestia/xb.rs:563:32
[INFO] [stdout]     |
[INFO] [stdout] 563 |         /// Covariance matrix [3,1]
[INFO] [stdout]     |                                ^^^ no item named `3,1` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `3,2`
[INFO] [stdout]    --> src/celestia/xb.rs:566:32
[INFO] [stdout]     |
[INFO] [stdout] 566 |         /// Covariance matrix [3,2]
[INFO] [stdout]     |                                ^^^ no item named `3,2` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `3,3`
[INFO] [stdout]    --> src/celestia/xb.rs:569:32
[INFO] [stdout]     |
[INFO] [stdout] 569 |         /// Covariance matrix [3,3]
[INFO] [stdout]     |                                ^^^ no item named `3,3` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `4,1`
[INFO] [stdout]    --> src/celestia/xb.rs:572:32
[INFO] [stdout]     |
[INFO] [stdout] 572 |         /// Covariance matrix [4,1]
[INFO] [stdout]     |                                ^^^ no item named `4,1` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `4,2`
[INFO] [stdout]    --> src/celestia/xb.rs:575:32
[INFO] [stdout]     |
[INFO] [stdout] 575 |         /// Covariance matrix [4,2]
[INFO] [stdout]     |                                ^^^ no item named `4,2` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `4,3`
[INFO] [stdout]    --> src/celestia/xb.rs:578:32
[INFO] [stdout]     |
[INFO] [stdout] 578 |         /// Covariance matrix [4,3]
[INFO] [stdout]     |                                ^^^ no item named `4,3` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `4,4`
[INFO] [stdout]    --> src/celestia/xb.rs:581:32
[INFO] [stdout]     |
[INFO] [stdout] 581 |         /// Covariance matrix [4,4]
[INFO] [stdout]     |                                ^^^ no item named `4,4` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `5,1`
[INFO] [stdout]    --> src/celestia/xb.rs:584:32
[INFO] [stdout]     |
[INFO] [stdout] 584 |         /// Covariance matrix [5,1]
[INFO] [stdout]     |                                ^^^ no item named `5,1` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `5,2`
[INFO] [stdout]    --> src/celestia/xb.rs:587:32
[INFO] [stdout]     |
[INFO] [stdout] 587 |         /// Covariance matrix [5,2]
[INFO] [stdout]     |                                ^^^ no item named `5,2` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `5,3`
[INFO] [stdout]    --> src/celestia/xb.rs:590:32
[INFO] [stdout]     |
[INFO] [stdout] 590 |         /// Covariance matrix [5,3]
[INFO] [stdout]     |                                ^^^ no item named `5,3` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `5,4`
[INFO] [stdout]    --> src/celestia/xb.rs:593:32
[INFO] [stdout]     |
[INFO] [stdout] 593 |         /// Covariance matrix [5,4]
[INFO] [stdout]     |                                ^^^ no item named `5,4` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `5,5`
[INFO] [stdout]    --> src/celestia/xb.rs:596:32
[INFO] [stdout]     |
[INFO] [stdout] 596 |         /// Covariance matrix [5,5]
[INFO] [stdout]     |                                ^^^ no item named `5,5` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `6,1`
[INFO] [stdout]    --> src/celestia/xb.rs:599:32
[INFO] [stdout]     |
[INFO] [stdout] 599 |         /// Covariance matrix [6,1]
[INFO] [stdout]     |                                ^^^ no item named `6,1` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `6,2`
[INFO] [stdout]    --> src/celestia/xb.rs:602:32
[INFO] [stdout]     |
[INFO] [stdout] 602 |         /// Covariance matrix [6,2]
[INFO] [stdout]     |                                ^^^ no item named `6,2` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `6,3`
[INFO] [stdout]    --> src/celestia/xb.rs:605:32
[INFO] [stdout]     |
[INFO] [stdout] 605 |         /// Covariance matrix [6,3]
[INFO] [stdout]     |                                ^^^ no item named `6,3` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `6,4`
[INFO] [stdout]    --> src/celestia/xb.rs:608:32
[INFO] [stdout]     |
[INFO] [stdout] 608 |         /// Covariance matrix [6,4]
[INFO] [stdout]     |                                ^^^ no item named `6,4` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `6,5`
[INFO] [stdout]    --> src/celestia/xb.rs:611:32
[INFO] [stdout]     |
[INFO] [stdout] 611 |         /// Covariance matrix [6,5]
[INFO] [stdout]     |                                ^^^ no item named `6,5` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `6,6`
[INFO] [stdout]    --> src/celestia/xb.rs:614:32
[INFO] [stdout]     |
[INFO] [stdout] 614 |         /// Covariance matrix [6,6]
[INFO] [stdout]     |                                ^^^ no item named `6,6` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `3,1`
[INFO] [stdout]    --> src/celestia/mod.rs:104:63
[INFO] [stdout]     |
[INFO] [stdout] 104 |     /// Finds the ephemeris provided the path as usize, e.g. [3,1] would return the Moon with any DE xb.
[INFO] [stdout]     |                                                               ^^^ no item named `3,1` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `1,1`
[INFO] [stdout]    --> src/io/formatter.rs:167:28
[INFO] [stdout]     |
[INFO] [stdout] 167 |     /// Covariance matrix [1,1]
[INFO] [stdout]     |                            ^^^ no item named `1,1` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `2,1`
[INFO] [stdout]    --> src/io/formatter.rs:169:28
[INFO] [stdout]     |
[INFO] [stdout] 169 |     /// Covariance matrix [2,1]
[INFO] [stdout]     |                            ^^^ no item named `2,1` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `2,2`
[INFO] [stdout]    --> src/io/formatter.rs:171:28
[INFO] [stdout]     |
[INFO] [stdout] 171 |     /// Covariance matrix [2,2]
[INFO] [stdout]     |                            ^^^ no item named `2,2` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `3,1`
[INFO] [stdout]    --> src/io/formatter.rs:173:28
[INFO] [stdout]     |
[INFO] [stdout] 173 |     /// Covariance matrix [3,1]
[INFO] [stdout]     |                            ^^^ no item named `3,1` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `3,2`
[INFO] [stdout]    --> src/io/formatter.rs:175:28
[INFO] [stdout]     |
[INFO] [stdout] 175 |     /// Covariance matrix [3,2]
[INFO] [stdout]     |                            ^^^ no item named `3,2` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `3,3`
[INFO] [stdout]    --> src/io/formatter.rs:177:28
[INFO] [stdout]     |
[INFO] [stdout] 177 |     /// Covariance matrix [3,3]
[INFO] [stdout]     |                            ^^^ no item named `3,3` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `4,1`
[INFO] [stdout]    --> src/io/formatter.rs:179:28
[INFO] [stdout]     |
[INFO] [stdout] 179 |     /// Covariance matrix [4,1]
[INFO] [stdout]     |                            ^^^ no item named `4,1` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `4,2`
[INFO] [stdout]    --> src/io/formatter.rs:181:28
[INFO] [stdout]     |
[INFO] [stdout] 181 |     /// Covariance matrix [4,2]
[INFO] [stdout]     |                            ^^^ no item named `4,2` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `4,3`
[INFO] [stdout]    --> src/io/formatter.rs:183:28
[INFO] [stdout]     |
[INFO] [stdout] 183 |     /// Covariance matrix [4,3]
[INFO] [stdout]     |                            ^^^ no item named `4,3` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `4,4`
[INFO] [stdout]    --> src/io/formatter.rs:185:28
[INFO] [stdout]     |
[INFO] [stdout] 185 |     /// Covariance matrix [4,4]
[INFO] [stdout]     |                            ^^^ no item named `4,4` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `5,1`
[INFO] [stdout]    --> src/io/formatter.rs:187:28
[INFO] [stdout]     |
[INFO] [stdout] 187 |     /// Covariance matrix [5,1]
[INFO] [stdout]     |                            ^^^ no item named `5,1` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `5,2`
[INFO] [stdout]    --> src/io/formatter.rs:189:28
[INFO] [stdout]     |
[INFO] [stdout] 189 |     /// Covariance matrix [5,2]
[INFO] [stdout]     |                            ^^^ no item named `5,2` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `5,3`
[INFO] [stdout]    --> src/io/formatter.rs:191:28
[INFO] [stdout]     |
[INFO] [stdout] 191 |     /// Covariance matrix [5,3]
[INFO] [stdout]     |                            ^^^ no item named `5,3` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `5,4`
[INFO] [stdout]    --> src/io/formatter.rs:193:28
[INFO] [stdout]     |
[INFO] [stdout] 193 |     /// Covariance matrix [5,4]
[INFO] [stdout]     |                            ^^^ no item named `5,4` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `5,5`
[INFO] [stdout]    --> src/io/formatter.rs:195:28
[INFO] [stdout]     |
[INFO] [stdout] 195 |     /// Covariance matrix [5,5]
[INFO] [stdout]     |                            ^^^ no item named `5,5` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `6,1`
[INFO] [stdout]    --> src/io/formatter.rs:197:28
[INFO] [stdout]     |
[INFO] [stdout] 197 |     /// Covariance matrix [6,1]
[INFO] [stdout]     |                            ^^^ no item named `6,1` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `6,2`
[INFO] [stdout]    --> src/io/formatter.rs:199:28
[INFO] [stdout]     |
[INFO] [stdout] 199 |     /// Covariance matrix [6,2]
[INFO] [stdout]     |                            ^^^ no item named `6,2` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `6,3`
[INFO] [stdout]    --> src/io/formatter.rs:201:28
[INFO] [stdout]     |
[INFO] [stdout] 201 |     /// Covariance matrix [6,3]
[INFO] [stdout]     |                            ^^^ no item named `6,3` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `6,4`
[INFO] [stdout]    --> src/io/formatter.rs:203:28
[INFO] [stdout]     |
[INFO] [stdout] 203 |     /// Covariance matrix [6,4]
[INFO] [stdout]     |                            ^^^ no item named `6,4` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `6,5`
[INFO] [stdout]    --> src/io/formatter.rs:205:28
[INFO] [stdout]     |
[INFO] [stdout] 205 |     /// Covariance matrix [6,5]
[INFO] [stdout]     |                            ^^^ no item named `6,5` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `6,6`
[INFO] [stdout]    --> src/io/formatter.rs:207:28
[INFO] [stdout]     |
[INFO] [stdout] 207 |     /// Covariance matrix [6,6]
[INFO] [stdout]     |                            ^^^ no item named `6,6` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]   --> src/propagators/error_ctrl.rs:51:14
[INFO] [stdout]    |
[INFO] [stdout] 51 | ...e)[https://github.com/ChristopherRabotin/GMAT/blob/37201a6290e7f7b941bc98ee973a527a5857104b/src/base/forcemodel/PhysicalModel.cpp#L987]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://github.com/ChristopherRabotin/GMAT/blob/37201a6290e7f7b941bc98ee973a527a5857104b/src/base/forcemodel/PhysicalModel.cpp#L987>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(rustdoc::bare_urls)]` on by default
[INFO] [stdout]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]   --> src/propagators/error_ctrl.rs:83:14
[INFO] [stdout]    |
[INFO] [stdout] 83 | ...e)[https://github.com/ChristopherRabotin/GMAT/blob/37201a6290e7f7b941bc98ee973a527a5857104b/src/base/forcemodel/ODEModel.cpp#L3033]
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://github.com/ChristopherRabotin/GMAT/blob/37201a6290e7f7b941bc98ee973a527a5857104b/src/base/forcemodel/ODEModel.cpp#L3033>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]    --> src/propagators/error_ctrl.rs:113:14
[INFO] [stdout]     |
[INFO] [stdout] 113 | ...e)[https://github.com/ChristopherRabotin/GMAT/blob/37201a6290e7f7b941bc98ee973a527a5857104b/src/base/forcemodel/ODEModel.cpp#L3018]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://github.com/ChristopherRabotin/GMAT/blob/37201a6290e7f7b941bc98ee973a527a5857104b/src/base/forcemodel/ODEModel.cpp#L3018>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]    --> src/propagators/error_ctrl.rs:145:14
[INFO] [stdout]     |
[INFO] [stdout] 145 | ...e)[https://github.com/ChristopherRabotin/GMAT/blob/37201a6290e7f7b941bc98ee973a527a5857104b/src/base/forcemodel/ODEModel.cpp#L3045]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://github.com/ChristopherRabotin/GMAT/blob/37201a6290e7f7b941bc98ee973a527a5857104b/src/base/forcemodel/ODEModel.cpp#L3045>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]    --> src/propagators/error_ctrl.rs:176:14
[INFO] [stdout]     |
[INFO] [stdout] 176 | ...e)[https://github.com/ChristopherRabotin/GMAT/blob/37201a6290e7f7b941bc98ee973a527a5857104b/src/base/forcemodel/ODEModel.cpp#L3004]
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://github.com/ChristopherRabotin/GMAT/blob/37201a6290e7f7b941bc98ee973a527a5857104b/src/base/forcemodel/ODEModel.cpp#L3004>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]   --> src/dynamics/solarpressure.rs:27:62
[INFO] [stdout]    |
[INFO] [stdout] 27 | /// Computation of solar radiation pressure is based on STK: http://help.agi.com/stk/index.htm#gator/eq-solar.htm .
[INFO] [stdout]    |                                                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<http://help.agi.com/stk/index.htm#gator/eq-solar.htm>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]   --> src/dynamics/drag.rs:38:33
[INFO] [stdout]    |
[INFO] [stdout] 38 | /// This will be resolved after https://gitlab.com/chrisrabotin/nyx/issues/93 is implemented.
[INFO] [stdout]    |                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://gitlab.com/chrisrabotin/nyx/issues/93>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]    --> src/celestia/orbit.rs:819:19
[INFO] [stdout]     |
[INFO] [stdout] 819 | ...om https://github.com/ChristopherRabotin/GMAT/blob/80bde040e12946a61dae90d9fc3538f16df34190/src/gmatutil/util/StateConversionUtil.cpp#L6835
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://github.com/ChristopherRabotin/GMAT/blob/80bde040e12946a61dae90d9fc3538f16df34190/src/gmatutil/util/StateConversionUtil.cpp#L6835>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]    --> src/celestia/orbitdual.rs:375:19
[INFO] [stdout]     |
[INFO] [stdout] 375 | ...om https://github.com/ChristopherRabotin/GMAT/blob/80bde040e12946a61dae90d9fc3538f16df34190/src/gmatutil/util/StateConversionUtil.cpp#L6835
[INFO] [stdout]     |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://github.com/ChristopherRabotin/GMAT/blob/80bde040e12946a61dae90d9fc3538f16df34190/src/gmatutil/util/StateConversionUtil.cpp#L6835>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]    --> src/celestia/frames.rs:130:103
[INFO] [stdout]     |
[INFO] [stdout] 130 | ...62-50367-6_2, 2016 (confirmed by https://hpiers.obspm.fr/eop-pc/models/constants.html)
[INFO] [stdout]     |                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://hpiers.obspm.fr/eop-pc/models/constants.html>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]    --> src/celestia/frames.rs:131:37
[INFO] [stdout]     |
[INFO] [stdout] 131 |     /// Source for everything else: https://en.wikipedia.org/w/index.php?title=Day&oldid=1008298887
[INFO] [stdout]     |                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://en.wikipedia.org/w/index.php?title=Day&oldid=1008298887>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]   --> src/celestia/cosm.rs:48:35
[INFO] [stdout]    |
[INFO] [stdout] 48 | /// Mass of the solar system from https://en.wikipedia.org/w/index.php?title=Special:CiteThisPage&page=Solar_System&id=905437334
[INFO] [stdout]    |                                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://en.wikipedia.org/w/index.php?title=Special:CiteThisPage&page=Solar_System&id=905437334>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]    --> src/celestia/cosm.rs:203:79
[INFO] [stdout]     |
[INFO] [stdout] 203 |     /// Load the IAU Frames as defined in Celest Mech Dyn Astr (2018) 130:22 (https://doi.org/10.1007/s10569-017-9805-5)
[INFO] [stdout]     |                                                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://doi.org/10.1007/s10569-017-9805-5>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]    --> src/celestia/cosm.rs:734:71
[INFO] [stdout]     |
[INFO] [stdout] 734 | ... SPICE's implementation: https://naif.jpl.nasa.gov/pub/naif/toolkit_docs/C/cspice/spkezr_c.html .
[INFO] [stdout]     |                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://naif.jpl.nasa.gov/pub/naif/toolkit_docs/C/cspice/spkezr_c.html>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]    --> src/celestia/cosm.rs:736:9
[INFO] [stdout]     |
[INFO] [stdout] 736 |     /// https://github.com/ChristopherRabotin/cspice/blob/26c72936fb7ff6f366803a1419b7cc3c61e0b6e5/src/cspice/stelab.c#L255
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://github.com/ChristopherRabotin/cspice/blob/26c72936fb7ff6f366803a1419b7cc3c61e0b6e5/src/cspice/stelab.c#L255>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]    --> src/celestia/xb.rs:728:5
[INFO] [stdout]     |
[INFO] [stdout] 728 | /// https://earth-info.nga.mil/GandG/wgs84/gravitymod/egm2008/README_WGS84_2.pdf
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://earth-info.nga.mil/GandG/wgs84/gravitymod/egm2008/README_WGS84_2.pdf>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]    --> src/od/ui.rs:472:92
[INFO] [stdout]     |
[INFO] [stdout] 472 |     /// Builds the navigation trajectory for the estimated state only (no covariance until https://gitlab.com/nyx-space/nyx/-/issues/199!)
[INFO] [stdout]     |                                                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://gitlab.com/nyx-space/nyx/-/issues/199>`
[INFO] [stdout]     |
[INFO] [stdout]     = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/mc/helpers.rs:6:49
[INFO] [stdout]   |
[INFO] [stdout] 6 | /// Implements the Sphere Point Picking method: https://mathworld.wolfram.com/SpherePointPicking.html
[INFO] [stdout]   |                                                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://mathworld.wolfram.com/SpherePointPicking.html>`
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 65 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 1m 39s
[INFO] running `Command { std: "docker" "inspect" "c8bb7f2a00a38b66ed77b058b40b2250b765aef959826df75a293bdd428c9ec1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c8bb7f2a00a38b66ed77b058b40b2250b765aef959826df75a293bdd428c9ec1", kill_on_drop: false }`
[INFO] [stdout] c8bb7f2a00a38b66ed77b058b40b2250b765aef959826df75a293bdd428c9ec1