[INFO] cloning repository https://github.com/marblestation/posidonius
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/marblestation/posidonius" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmarblestation%2Fposidonius", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmarblestation%2Fposidonius'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 8427a2c4847e4102063a80236b84e0722e581f39
[INFO] documenting marblestation/posidonius against 1.75.0 for beta-1.76-rustdoc-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmarblestation%2Fposidonius" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/marblestation/posidonius on toolchain 1.75.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.75.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/marblestation/posidonius
[INFO] finished tweaking git repo https://github.com/marblestation/posidonius
[INFO] tweaked toml for git repo https://github.com/marblestation/posidonius written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] crate git repo https://github.com/marblestation/posidonius 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" "+1.75.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+1.75.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 17679831c639d6ab841dc95ee5c49ee44676e973c5cb079c92651c2d4d04f359
[INFO] running `Command { std: "docker" "start" "-a" "17679831c639d6ab841dc95ee5c49ee44676e973c5cb079c92651c2d4d04f359", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "17679831c639d6ab841dc95ee5c49ee44676e973c5cb079c92651c2d4d04f359", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "17679831c639d6ab841dc95ee5c49ee44676e973c5cb079c92651c2d4d04f359", kill_on_drop: false }`
[INFO] [stdout] 17679831c639d6ab841dc95ee5c49ee44676e973c5cb079c92651c2d4d04f359
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+1.75.0" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4f90cec1e77c9344345878e2065e58f90539aad9997aab2fee3430ad76ce58fb
[INFO] running `Command { std: "docker" "start" "-a" "4f90cec1e77c9344345878e2065e58f90539aad9997aab2fee3430ad76ce58fb", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.139
[INFO] [stderr]    Compiling proc-macro2 v1.0.50
[INFO] [stderr]    Compiling unicode-ident v1.0.6
[INFO] [stderr]    Compiling quote v1.0.23
[INFO] [stderr]    Compiling syn v1.0.107
[INFO] [stderr]    Compiling serde_derive v1.0.152
[INFO] [stderr]    Compiling serde v1.0.152
[INFO] [stderr]     Checking unicode-width v0.1.10
[INFO] [stderr]    Compiling serde_json v1.0.91
[INFO] [stderr]     Checking byteorder v1.4.3
[INFO] [stderr]     Checking bitflags v1.3.2
[INFO] [stderr]     Checking itoa v1.0.5
[INFO] [stderr]     Checking ryu v1.0.12
[INFO] [stderr]     Checking ansi_term v0.11.0
[INFO] [stderr]     Checking strsim v0.8.0
[INFO] [stderr]     Checking rustc-serialize v0.3.24
[INFO] [stderr]     Checking vec_map v0.8.2
[INFO] [stderr]     Checking textwrap v0.11.0
[INFO] [stderr]     Checking assert_approx_eq v1.1.0
[INFO] [stderr]     Checking rand v0.4.6
[INFO] [stderr]     Checking memchr v1.0.2
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking time v0.1.45
[INFO] [stderr]     Checking clap v2.33.4
[INFO] [stderr]     Checking rand v0.3.23
[INFO] [stderr]     Checking libmath v0.2.1
[INFO] [stderr]     Checking csv v0.15.0
[INFO] [stderr]     Checking serde-big-array v0.4.1
[INFO] [stderr]     Checking bincode v0.9.2
[INFO] [stderr]  Documenting posidonius v0.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unresolved link to `1`
[INFO] [stdout]   --> src/integrator/whfast.rs:23:75
[INFO] [stdout]    |
[INFO] [stdout] 23 | /// WHFast is a complete reimplementation of the Wisdom-Holman integrator[1],
[INFO] [stdout]    |                                                                           ^ no item named `1` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]    = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `2`
[INFO] [stdout]   --> src/integrator/whfast.rs:33:39
[INFO] [stdout]    |
[INFO] [stdout] 33 | /// WHFast is a symplectic integrator[2], althought its symplectic nature is 
[INFO] [stdout]    |                                       ^ no item named `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 `1`
[INFO] [stdout]   --> src/integrator/whfast.rs:62:6
[INFO] [stdout]    |
[INFO] [stdout] 62 | /// [1] Source: Rein & Liu, 2011
[INFO] [stdout]    |      ^ no item named `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`
[INFO] [stdout]   --> src/integrator/whfast.rs:73:6
[INFO] [stdout]    |
[INFO] [stdout] 73 | /// [2] Source: https://en.wikipedia.org/wiki/N-body_problem#Few_bodies
[INFO] [stdout]    |      ^ no item named `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 `37`
[INFO] [stdout]   --> src/integrator/whfast.rs:75:47
[INFO] [stdout]    |
[INFO] [stdout] 75 | /// For N > 2, the N-body problem is chaotic,[37] which means that even small errors in
[INFO] [stdout]    |                                               ^^ no item named `37` 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 `18`
[INFO] [stdout]   --> src/integrator/whfast.rs:80:81
[INFO] [stdout]    |
[INFO] [stdout] 80 | /// There are a number of techniques to reduce errors in numerical integration.[18] Local
[INFO] [stdout]    |                                                                                 ^^ no item named `18` 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/integrator/leapfrog.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | /// http://adsabs.harvard.edu/cgi-bin/bib_query?arXiv:astro-ph/9710043
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<http://adsabs.harvard.edu/cgi-bin/bib_query?arXiv:astro-ph/9710043>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]    = note: `#[warn(rustdoc::bare_urls)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]   --> src/integrator/leapfrog.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 | /// http://adsabs.harvard.edu/cgi-bin/bib_query?arXiv:1411.6671
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<http://adsabs.harvard.edu/cgi-bin/bib_query?arXiv:1411.6671>`
[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/integrator/leapfrog.rs:29:4
[INFO] [stdout]    |
[INFO] [stdout] 29 | ///https://arxiv.org/pdf/1110.4876v2.pdf
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://arxiv.org/pdf/1110.4876v2.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/integrator/ias15.rs:20:4
[INFO] [stdout]    |
[INFO] [stdout] 20 | ///https://arxiv.org/abs/1409.4779
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://arxiv.org/abs/1409.4779>`
[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/integrator/ias15.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 24 | /// https://arxiv.org/pdf/1110.4876v2.pdf
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://arxiv.org/pdf/1110.4876v2.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/integrator/whfast.rs:56:9
[INFO] [stdout]    |
[INFO] [stdout] 56 | ///     http://adsabs.harvard.edu/cgi-bin/bib_query?arXiv:1612.05329
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<http://adsabs.harvard.edu/cgi-bin/bib_query?arXiv:1612.05329>`
[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/integrator/whfast.rs:59:9
[INFO] [stdout]    |
[INFO] [stdout] 59 | ///     https://silburt.github.io/files/HERMES.pdf
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://silburt.github.io/files/HERMES.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/integrator/whfast.rs:73:17
[INFO] [stdout]    |
[INFO] [stdout] 73 | /// [2] Source: https://en.wikipedia.org/wiki/N-body_problem#Few_bodies
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://en.wikipedia.org/wiki/N-body_problem#Few_bodies>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 14 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 8.36s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: rustc-serialize v0.3.24
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] [stderr]    Generated /opt/rustwide/target/doc/posidonius/index.html
[INFO] running `Command { std: "docker" "inspect" "4f90cec1e77c9344345878e2065e58f90539aad9997aab2fee3430ad76ce58fb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4f90cec1e77c9344345878e2065e58f90539aad9997aab2fee3430ad76ce58fb", kill_on_drop: false }`
[INFO] [stdout] 4f90cec1e77c9344345878e2065e58f90539aad9997aab2fee3430ad76ce58fb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "RUSTC_BOOTSTRAP=1" "-e" "DOCS_RS=1" "-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+1.75.0" "rustdoc" "--lib" "-Zrustdoc-map" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"-Z\", \"unstable-options\", \"--document-private-items\"]" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5cffece88c5f4199a61ebfec91c6db84f38901be5cfb34a8983954ab0b1222cd
[INFO] running `Command { std: "docker" "start" "-a" "5cffece88c5f4199a61ebfec91c6db84f38901be5cfb34a8983954ab0b1222cd", kill_on_drop: false }`
[INFO] [stderr]  Documenting posidonius v0.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unresolved link to `1`
[INFO] [stdout]   --> src/integrator/whfast.rs:23:75
[INFO] [stdout]    |
[INFO] [stdout] 23 | /// WHFast is a complete reimplementation of the Wisdom-Holman integrator[1],
[INFO] [stdout]    |                                                                           ^ no item named `1` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout]    = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `2`
[INFO] [stdout]   --> src/integrator/whfast.rs:33:39
[INFO] [stdout]    |
[INFO] [stdout] 33 | /// WHFast is a symplectic integrator[2], althought its symplectic nature is 
[INFO] [stdout]    |                                       ^ no item named `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 `1`
[INFO] [stdout]   --> src/integrator/whfast.rs:62:6
[INFO] [stdout]    |
[INFO] [stdout] 62 | /// [1] Source: Rein & Liu, 2011
[INFO] [stdout]    |      ^ no item named `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`
[INFO] [stdout]   --> src/integrator/whfast.rs:73:6
[INFO] [stdout]    |
[INFO] [stdout] 73 | /// [2] Source: https://en.wikipedia.org/wiki/N-body_problem#Few_bodies
[INFO] [stdout]    |      ^ no item named `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 `37`
[INFO] [stdout]   --> src/integrator/whfast.rs:75:47
[INFO] [stdout]    |
[INFO] [stdout] 75 | /// For N > 2, the N-body problem is chaotic,[37] which means that even small errors in
[INFO] [stdout]    |                                               ^^ no item named `37` 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 `18`
[INFO] [stdout]   --> src/integrator/whfast.rs:80:81
[INFO] [stdout]    |
[INFO] [stdout] 80 | /// There are a number of techniques to reduce errors in numerical integration.[18] Local
[INFO] [stdout]    |                                                                                 ^^ no item named `18` 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/integrator/leapfrog.rs:17:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | /// http://adsabs.harvard.edu/cgi-bin/bib_query?arXiv:astro-ph/9710043
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<http://adsabs.harvard.edu/cgi-bin/bib_query?arXiv:astro-ph/9710043>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]    = note: `#[warn(rustdoc::bare_urls)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]   --> src/integrator/leapfrog.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 19 | /// http://adsabs.harvard.edu/cgi-bin/bib_query?arXiv:1411.6671
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<http://adsabs.harvard.edu/cgi-bin/bib_query?arXiv:1411.6671>`
[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/integrator/leapfrog.rs:29:4
[INFO] [stdout]    |
[INFO] [stdout] 29 | ///https://arxiv.org/pdf/1110.4876v2.pdf
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://arxiv.org/pdf/1110.4876v2.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/integrator/ias15.rs:20:4
[INFO] [stdout]    |
[INFO] [stdout] 20 | ///https://arxiv.org/abs/1409.4779
[INFO] [stdout]    |    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://arxiv.org/abs/1409.4779>`
[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/integrator/ias15.rs:24:5
[INFO] [stdout]    |
[INFO] [stdout] 24 | /// https://arxiv.org/pdf/1110.4876v2.pdf
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://arxiv.org/pdf/1110.4876v2.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/integrator/whfast.rs:56:9
[INFO] [stdout]    |
[INFO] [stdout] 56 | ///     http://adsabs.harvard.edu/cgi-bin/bib_query?arXiv:1612.05329
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<http://adsabs.harvard.edu/cgi-bin/bib_query?arXiv:1612.05329>`
[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/integrator/whfast.rs:59:9
[INFO] [stdout]    |
[INFO] [stdout] 59 | ///     https://silburt.github.io/files/HERMES.pdf
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://silburt.github.io/files/HERMES.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/integrator/whfast.rs:73:17
[INFO] [stdout]    |
[INFO] [stdout] 73 | /// [2] Source: https://en.wikipedia.org/wiki/N-body_problem#Few_bodies
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use an automatic link instead: `<https://en.wikipedia.org/wiki/N-body_problem#Few_bodies>`
[INFO] [stdout]    |
[INFO] [stdout]    = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 14 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 1.13s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: rustc-serialize v0.3.24
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] [stderr]    Generated /opt/rustwide/target/doc/posidonius/index.html
[INFO] running `Command { std: "docker" "inspect" "5cffece88c5f4199a61ebfec91c6db84f38901be5cfb34a8983954ab0b1222cd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5cffece88c5f4199a61ebfec91c6db84f38901be5cfb34a8983954ab0b1222cd", kill_on_drop: false }`
[INFO] [stdout] 5cffece88c5f4199a61ebfec91c6db84f38901be5cfb34a8983954ab0b1222cd