[INFO] cloning repository https://github.com/ixmatus/pfloat
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ixmatus/pfloat" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fixmatus%2Fpfloat", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fixmatus%2Fpfloat'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 150129f2c190626e6c31808af83b783ce31c7393
[INFO] documenting ixmatus/pfloat against 824336ad4127ce295849937a24c08a4aeff6ada7 for pr-162169
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fixmatus%2Fpfloat" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-6-tc1/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/ixmatus/pfloat
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking git repo https://github.com/ixmatus/pfloat
[INFO] tweaked toml for git repo https://github.com/ixmatus/pfloat written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ixmatus/pfloat on toolchain 824336ad4127ce295849937a24c08a4aeff6ada7
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+824336ad4127ce295849937a24c08a4aeff6ada7" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/ixmatus/pfloat 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" "+824336ad4127ce295849937a24c08a4aeff6ada7" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded az v1.3.0
[INFO] [stderr]   Downloaded rug v1.30.0
[INFO] [stderr]   Downloaded gmp-mpfr-sys v1.7.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] ca6e8cebca7185b70cc89869189d5319ce239276dd80542bd1c346d8b76a78d3
[INFO] running `Command { std: "docker" "start" "ca6e8cebca7185b70cc89869189d5319ce239276dd80542bd1c346d8b76a78d3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ca6e8cebca7185b70cc89869189d5319ce239276dd80542bd1c346d8b76a78d3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "ca6e8cebca7185b70cc89869189d5319ce239276dd80542bd1c346d8b76a78d3" "/opt/rustwide/cargo-home/bin/cargo" "+824336ad4127ce295849937a24c08a4aeff6ada7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ca6e8cebca7185b70cc89869189d5319ce239276dd80542bd1c346d8b76a78d3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "ca6e8cebca7185b70cc89869189d5319ce239276dd80542bd1c346d8b76a78d3" "/opt/rustwide/cargo-home/bin/cargo" "+824336ad4127ce295849937a24c08a4aeff6ada7" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]  Documenting pfloat v1.2.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: `feature(generic_const_exprs)` is not supported with the next-generation trait solver
[INFO] [stdout]    --> src/lib.rs:389:12
[INFO] [stdout]     |
[INFO] [stdout] 389 | #![feature(generic_const_exprs)]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `-Znext-solver=globally` is currently enabled by default for testing
[INFO] [stdout]     = note: reverted the setting to `-Znext-solver=coherence` for this crate
[INFO] [stdout]     = note: the currently stable trait solver will be used for this crate
[INFO] [stdout]     = note: see issues #160895 <https://github.com/rust-lang/rust/issues/160895> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `FixedFloat`
[INFO] [stdout]    --> src/lib.rs:105:30
[INFO] [stdout]     |
[INFO] [stdout] 105 | //! 1g: [`FixedFloat<PREC>`](FixedFloat) (const-generic counterpart
[INFO] [stdout]     |                              ^^^^^^^^^^ no item named `FixedFloat` 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 `FixedFloat::parse_str`
[INFO] [stdout]    --> src/lib.rs:115:31
[INFO] [stdout]     |
[INFO] [stdout] 115 | //! [`FixedFloat::parse_str`](FixedFloat::parse_str). Accepts
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^^^^^^^^ no item named `FixedFloat` in scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `BigFloat::exp`
[INFO] [stdout]    --> src/lib.rs:138:50
[INFO] [stdout]     |
[INFO] [stdout] 138 | //! 3a: First transcendental — [`BigFloat::exp`](BigFloat::exp) (and
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^ the struct `BigFloat` has no field or associated item named `exp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `BigFloat::ln`
[INFO] [stdout]    --> src/lib.rs:149:26
[INFO] [stdout]     |
[INFO] [stdout] 149 | //! 3b: [`BigFloat::ln`](BigFloat::ln) (and `FixedFloat<PREC>::ln`).
[INFO] [stdout]     |                          ^^^^^^^^^^^^ the struct `BigFloat` has no field or associated item named `ln`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `BigFloat::pow`
[INFO] [stdout]    --> src/lib.rs:157:27
[INFO] [stdout]     |
[INFO] [stdout] 157 | //! 3c: [`BigFloat::pow`](BigFloat::pow) (and `FixedFloat<PREC>::pow`).
[INFO] [stdout]     |                           ^^^^^^^^^^^^^ the struct `BigFloat` has no field or associated item named `pow`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `BigFloat::expm1`
[INFO] [stdout]    --> src/lib.rs:167:15
[INFO] [stdout]     |
[INFO] [stdout] 167 | //! [`expm1`](BigFloat::expm1) and [`log1p`](BigFloat::log1p) handle
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^ the struct `BigFloat` has no field or associated item named `expm1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `BigFloat::log1p`
[INFO] [stdout]    --> src/lib.rs:167:46
[INFO] [stdout]     |
[INFO] [stdout] 167 | //! [`expm1`](BigFloat::expm1) and [`log1p`](BigFloat::log1p) handle
[INFO] [stdout]     |                                              ^^^^^^^^^^^^^^^ the struct `BigFloat` has no field or associated item named `log1p`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `BigFloat::exp2`
[INFO] [stdout]    --> src/lib.rs:171:14
[INFO] [stdout]     |
[INFO] [stdout] 171 | //! [`exp2`](BigFloat::exp2) / [`exp10`](BigFloat::exp10) compose as
[INFO] [stdout]     |              ^^^^^^^^^^^^^^ the struct `BigFloat` has no field or associated item named `exp2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `BigFloat::exp10`
[INFO] [stdout]    --> src/lib.rs:171:42
[INFO] [stdout]     |
[INFO] [stdout] 171 | //! [`exp2`](BigFloat::exp2) / [`exp10`](BigFloat::exp10) compose as
[INFO] [stdout]     |                                          ^^^^^^^^^^^^^^^ the struct `BigFloat` has no field or associated item named `exp10`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `BigFloat::log2`
[INFO] [stdout]    --> src/lib.rs:174:14
[INFO] [stdout]     |
[INFO] [stdout] 174 | //! [`log2`](BigFloat::log2) / [`log10`](BigFloat::log10) compose as
[INFO] [stdout]     |              ^^^^^^^^^^^^^^ the struct `BigFloat` has no field or associated item named `log2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `BigFloat::log10`
[INFO] [stdout]    --> src/lib.rs:174:42
[INFO] [stdout]     |
[INFO] [stdout] 174 | //! [`log2`](BigFloat::log2) / [`log10`](BigFloat::log10) compose as
[INFO] [stdout]     |                                          ^^^^^^^^^^^^^^^ the struct `BigFloat` has no field or associated item named `log10`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `BigFloat::sin`
[INFO] [stdout]    --> src/lib.rs:178:13
[INFO] [stdout]     |
[INFO] [stdout] 178 | //! [`sin`](BigFloat::sin), [`cos`](BigFloat::cos), and
[INFO] [stdout]     |             ^^^^^^^^^^^^^ the struct `BigFloat` has no field or associated item named `sin`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `BigFloat::cos`
[INFO] [stdout]    --> src/lib.rs:178:37
[INFO] [stdout]     |
[INFO] [stdout] 178 | //! [`sin`](BigFloat::sin), [`cos`](BigFloat::cos), and
[INFO] [stdout]     |                                     ^^^^^^^^^^^^^ the struct `BigFloat` has no field or associated item named `cos`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `BigFloat::tan`
[INFO] [stdout]    --> src/lib.rs:179:13
[INFO] [stdout]     |
[INFO] [stdout] 179 | //! [`tan`](BigFloat::tan) on `BigFloat` and `FixedFloat`. Behind a
[INFO] [stdout]     |             ^^^^^^^^^^^^^ the struct `BigFloat` has no field or associated item named `tan`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `BigFloat::erf`
[INFO] [stdout]    --> src/lib.rs:190:13
[INFO] [stdout]     |
[INFO] [stdout] 190 | //! [`erf`](BigFloat::erf) and [`erfc`](BigFloat::erfc) on `BigFloat`
[INFO] [stdout]     |             ^^^^^^^^^^^^^ the struct `BigFloat` has no field or associated item named `erf`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `BigFloat::erfc`
[INFO] [stdout]    --> src/lib.rs:190:41
[INFO] [stdout]     |
[INFO] [stdout] 190 | //! [`erf`](BigFloat::erf) and [`erfc`](BigFloat::erfc) on `BigFloat`
[INFO] [stdout]     |                                         ^^^^^^^^^^^^^^ the struct `BigFloat` has no field or associated item named `erfc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `BigFloat::gamma`
[INFO] [stdout]    --> src/lib.rs:200:39
[INFO] [stdout]     |
[INFO] [stdout] 200 | //! 4b: gamma family — adds [`gamma`](BigFloat::gamma) and
[INFO] [stdout]     |                                       ^^^^^^^^^^^^^^^ the struct `BigFloat` has no field or associated item named `gamma`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `BigFloat::lgamma`
[INFO] [stdout]    --> src/lib.rs:201:16
[INFO] [stdout]     |
[INFO] [stdout] 201 | //! [`lgamma`](BigFloat::lgamma). `lgamma` uses Stirling's
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^ the struct `BigFloat` has no field or associated item named `lgamma`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `BigFloat::digamma`
[INFO] [stdout]    --> src/lib.rs:212:17
[INFO] [stdout]     |
[INFO] [stdout] 212 | //! [`digamma`](BigFloat::digamma) and [`beta`](BigFloat::beta).
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^ the struct `BigFloat` has no field or associated item named `digamma`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `BigFloat::beta`
[INFO] [stdout]    --> src/lib.rs:212:49
[INFO] [stdout]     |
[INFO] [stdout] 212 | //! [`digamma`](BigFloat::digamma) and [`beta`](BigFloat::beta).
[INFO] [stdout]     |                                                 ^^^^^^^^^^^^^^ the struct `BigFloat` has no field or associated item named `beta`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `BigFloat::atan`
[INFO] [stdout]    --> src/lib.rs:223:14
[INFO] [stdout]     |
[INFO] [stdout] 223 | //! [`atan`](BigFloat::atan) uses the identity
[INFO] [stdout]     |              ^^^^^^^^^^^^^^ the struct `BigFloat` has no field or associated item named `atan`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `BigFloat::atan2`
[INFO] [stdout]    --> src/lib.rs:231:50
[INFO] [stdout]     |
[INFO] [stdout] 231 | //! the reflected variant for `x < 0`. [`atan2`](BigFloat::atan2)
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^ the struct `BigFloat` has no field or associated item named `atan2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `BigFloat::sinh`
[INFO] [stdout]    --> src/lib.rs:362:14
[INFO] [stdout]     |
[INFO] [stdout] 362 | //! [`sinh`](BigFloat::sinh) uses
[INFO] [stdout]     |              ^^^^^^^^^^^^^^ the struct `BigFloat` has no field or associated item named `sinh`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `BigFloat::cosh`
[INFO] [stdout]    --> src/lib.rs:365:14
[INFO] [stdout]     |
[INFO] [stdout] 365 | //! [`cosh`](BigFloat::cosh) is the direct
[INFO] [stdout]     |              ^^^^^^^^^^^^^^ the struct `BigFloat` has no field or associated item named `cosh`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `BigFloat::tanh`
[INFO] [stdout]    --> src/lib.rs:368:14
[INFO] [stdout]     |
[INFO] [stdout] 368 | //! [`tanh`](BigFloat::tanh) computes
[INFO] [stdout]     |              ^^^^^^^^^^^^^^ the struct `BigFloat` has no field or associated item named `tanh`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `BigFloat::asinh`
[INFO] [stdout]    --> src/lib.rs:372:15
[INFO] [stdout]     |
[INFO] [stdout] 372 | //! [`asinh`](BigFloat::asinh) uses
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^ the struct `BigFloat` has no field or associated item named `asinh`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `BigFloat::acosh`
[INFO] [stdout]    --> src/lib.rs:376:15
[INFO] [stdout]     |
[INFO] [stdout] 376 | //! [`acosh`](BigFloat::acosh) uses
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^ the struct `BigFloat` has no field or associated item named `acosh`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `BigFloat::atanh`
[INFO] [stdout]    --> src/lib.rs:379:15
[INFO] [stdout]     |
[INFO] [stdout] 379 | //! [`atanh`](BigFloat::atanh) uses
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^ the struct `BigFloat` has no field or associated item named `atanh`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `FixedFloat`
[INFO] [stdout]  --> src/fmt.rs:1:47
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! Decimal formatting for [`BigFloat`] and [`FixedFloat<PREC>`].
[INFO] [stdout]   |                                               ^^^^^^^^^^^^^^^^ no item named `FixedFloat` 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 `crate::convert::storage_layout_from_magnitude`
[INFO] [stdout]   --> src/mantissa.rs:85:15
[INFO] [stdout]    |
[INFO] [stdout] 85 | /// Used by [`crate::convert::storage_layout_from_magnitude`] in
[INFO] [stdout]    |               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `storage_layout_from_magnitude` in module `convert`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `BigFloat::hypot`
[INFO] [stdout]   --> src/ops/mul_add_mul.rs:28:31
[INFO] [stdout]    |
[INFO] [stdout] 28 | //! difference from [`hypot`](BigFloat::hypot), whose `sqrt` is irrational
[INFO] [stdout]    |                               ^^^^^^^^^^^^^^^ the struct `BigFloat` has no field or associated item named `hypot`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `FixedFloat`
[INFO] [stdout]  --> src/parse.rs:1:52
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! Decimal-string parsing into [`BigFloat`] and [`FixedFloat`].
[INFO] [stdout]   |                                                    ^^^^^^^^^^ no item named `FixedFloat` 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 `FixedFloat::parse_str`
[INFO] [stdout]   --> src/parse.rs:48:7
[INFO] [stdout]    |
[INFO] [stdout] 48 | /// [`FixedFloat::parse_str`].
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^ no item named `FixedFloat` in scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `parse_str` links to private item `MAX_DECIMAL_EXPONENT`
[INFO] [stdout]   --> src/parse.rs:88:11
[INFO] [stdout]    |
[INFO] [stdout] 88 |     /// [`MAX_DECIMAL_EXPONENT`] (`10^6`, a conversion-cost budget; see
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link resolves only because you passed `--document-private-items`, but will break without
[INFO] [stdout]    = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/lib.rs:66:16
[INFO] [stdout]    |
[INFO] [stdout] 66 | //! ([`flags`](status::flags)), and rounding-required constructors
[INFO] [stdout]    |       -------  ^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]    |       |
[INFO] [stdout]    |       because label contains path that resolves to same destination
[INFO] [stdout]    |
[INFO] [stdout]    = note: when a link's destination is not specified,
[INFO] [stdout]            the label is used to resolve intra-doc links
[INFO] [stdout]    = note: `#[warn(rustdoc::redundant_explicit_links)]` on by default
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]    |
[INFO] [stdout] 66 - //! ([`flags`](status::flags)), and rounding-required constructors
[INFO] [stdout] 66 + //! ([`flags`]), and rounding-required constructors
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.73s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/pfloat/index.html
[INFO] running `Command { std: "docker" "inspect" "ca6e8cebca7185b70cc89869189d5319ce239276dd80542bd1c346d8b76a78d3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "RUSTC_BOOTSTRAP=1" "-e" "DOCS_RS=1" "-w" "/opt/rustwide/workdir" "--user" "0:0" "ca6e8cebca7185b70cc89869189d5319ce239276dd80542bd1c346d8b76a78d3" "/opt/rustwide/cargo-home/bin/cargo" "+824336ad4127ce295849937a24c08a4aeff6ada7" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--document-private-items\"]" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]  Documenting pfloat v1.2.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: `feature(generic_const_exprs)` is not supported with the next-generation trait solver
[INFO] [stdout]    --> src/lib.rs:389:12
[INFO] [stdout]     |
[INFO] [stdout] 389 | #![feature(generic_const_exprs)]
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `-Znext-solver=globally` is currently enabled by default for testing
[INFO] [stdout]     = note: reverted the setting to `-Znext-solver=coherence` for this crate
[INFO] [stdout]     = note: the currently stable trait solver will be used for this crate
[INFO] [stdout]     = note: see issues #160895 <https://github.com/rust-lang/rust/issues/160895> for more information
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `FixedFloat`
[INFO] [stdout]    --> src/lib.rs:105:30
[INFO] [stdout]     |
[INFO] [stdout] 105 | //! 1g: [`FixedFloat<PREC>`](FixedFloat) (const-generic counterpart
[INFO] [stdout]     |                              ^^^^^^^^^^ no item named `FixedFloat` 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 `FixedFloat::parse_str`
[INFO] [stdout]    --> src/lib.rs:115:31
[INFO] [stdout]     |
[INFO] [stdout] 115 | //! [`FixedFloat::parse_str`](FixedFloat::parse_str). Accepts
[INFO] [stdout]     |                               ^^^^^^^^^^^^^^^^^^^^^ no item named `FixedFloat` in scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `BigFloat::exp`
[INFO] [stdout]    --> src/lib.rs:138:50
[INFO] [stdout]     |
[INFO] [stdout] 138 | //! 3a: First transcendental — [`BigFloat::exp`](BigFloat::exp) (and
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^ the struct `BigFloat` has no field or associated item named `exp`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `BigFloat::ln`
[INFO] [stdout]    --> src/lib.rs:149:26
[INFO] [stdout]     |
[INFO] [stdout] 149 | //! 3b: [`BigFloat::ln`](BigFloat::ln) (and `FixedFloat<PREC>::ln`).
[INFO] [stdout]     |                          ^^^^^^^^^^^^ the struct `BigFloat` has no field or associated item named `ln`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `BigFloat::pow`
[INFO] [stdout]    --> src/lib.rs:157:27
[INFO] [stdout]     |
[INFO] [stdout] 157 | //! 3c: [`BigFloat::pow`](BigFloat::pow) (and `FixedFloat<PREC>::pow`).
[INFO] [stdout]     |                           ^^^^^^^^^^^^^ the struct `BigFloat` has no field or associated item named `pow`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `BigFloat::expm1`
[INFO] [stdout]    --> src/lib.rs:167:15
[INFO] [stdout]     |
[INFO] [stdout] 167 | //! [`expm1`](BigFloat::expm1) and [`log1p`](BigFloat::log1p) handle
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^ the struct `BigFloat` has no field or associated item named `expm1`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `BigFloat::log1p`
[INFO] [stdout]    --> src/lib.rs:167:46
[INFO] [stdout]     |
[INFO] [stdout] 167 | //! [`expm1`](BigFloat::expm1) and [`log1p`](BigFloat::log1p) handle
[INFO] [stdout]     |                                              ^^^^^^^^^^^^^^^ the struct `BigFloat` has no field or associated item named `log1p`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `BigFloat::exp2`
[INFO] [stdout]    --> src/lib.rs:171:14
[INFO] [stdout]     |
[INFO] [stdout] 171 | //! [`exp2`](BigFloat::exp2) / [`exp10`](BigFloat::exp10) compose as
[INFO] [stdout]     |              ^^^^^^^^^^^^^^ the struct `BigFloat` has no field or associated item named `exp2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `BigFloat::exp10`
[INFO] [stdout]    --> src/lib.rs:171:42
[INFO] [stdout]     |
[INFO] [stdout] 171 | //! [`exp2`](BigFloat::exp2) / [`exp10`](BigFloat::exp10) compose as
[INFO] [stdout]     |                                          ^^^^^^^^^^^^^^^ the struct `BigFloat` has no field or associated item named `exp10`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `BigFloat::log2`
[INFO] [stdout]    --> src/lib.rs:174:14
[INFO] [stdout]     |
[INFO] [stdout] 174 | //! [`log2`](BigFloat::log2) / [`log10`](BigFloat::log10) compose as
[INFO] [stdout]     |              ^^^^^^^^^^^^^^ the struct `BigFloat` has no field or associated item named `log2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `BigFloat::log10`
[INFO] [stdout]    --> src/lib.rs:174:42
[INFO] [stdout]     |
[INFO] [stdout] 174 | //! [`log2`](BigFloat::log2) / [`log10`](BigFloat::log10) compose as
[INFO] [stdout]     |                                          ^^^^^^^^^^^^^^^ the struct `BigFloat` has no field or associated item named `log10`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `BigFloat::sin`
[INFO] [stdout]    --> src/lib.rs:178:13
[INFO] [stdout]     |
[INFO] [stdout] 178 | //! [`sin`](BigFloat::sin), [`cos`](BigFloat::cos), and
[INFO] [stdout]     |             ^^^^^^^^^^^^^ the struct `BigFloat` has no field or associated item named `sin`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `BigFloat::cos`
[INFO] [stdout]    --> src/lib.rs:178:37
[INFO] [stdout]     |
[INFO] [stdout] 178 | //! [`sin`](BigFloat::sin), [`cos`](BigFloat::cos), and
[INFO] [stdout]     |                                     ^^^^^^^^^^^^^ the struct `BigFloat` has no field or associated item named `cos`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `BigFloat::tan`
[INFO] [stdout]    --> src/lib.rs:179:13
[INFO] [stdout]     |
[INFO] [stdout] 179 | //! [`tan`](BigFloat::tan) on `BigFloat` and `FixedFloat`. Behind a
[INFO] [stdout]     |             ^^^^^^^^^^^^^ the struct `BigFloat` has no field or associated item named `tan`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `BigFloat::erf`
[INFO] [stdout]    --> src/lib.rs:190:13
[INFO] [stdout]     |
[INFO] [stdout] 190 | //! [`erf`](BigFloat::erf) and [`erfc`](BigFloat::erfc) on `BigFloat`
[INFO] [stdout]     |             ^^^^^^^^^^^^^ the struct `BigFloat` has no field or associated item named `erf`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `BigFloat::erfc`
[INFO] [stdout]    --> src/lib.rs:190:41
[INFO] [stdout]     |
[INFO] [stdout] 190 | //! [`erf`](BigFloat::erf) and [`erfc`](BigFloat::erfc) on `BigFloat`
[INFO] [stdout]     |                                         ^^^^^^^^^^^^^^ the struct `BigFloat` has no field or associated item named `erfc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `BigFloat::gamma`
[INFO] [stdout]    --> src/lib.rs:200:39
[INFO] [stdout]     |
[INFO] [stdout] 200 | //! 4b: gamma family — adds [`gamma`](BigFloat::gamma) and
[INFO] [stdout]     |                                       ^^^^^^^^^^^^^^^ the struct `BigFloat` has no field or associated item named `gamma`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `BigFloat::lgamma`
[INFO] [stdout]    --> src/lib.rs:201:16
[INFO] [stdout]     |
[INFO] [stdout] 201 | //! [`lgamma`](BigFloat::lgamma). `lgamma` uses Stirling's
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^ the struct `BigFloat` has no field or associated item named `lgamma`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `BigFloat::digamma`
[INFO] [stdout]    --> src/lib.rs:212:17
[INFO] [stdout]     |
[INFO] [stdout] 212 | //! [`digamma`](BigFloat::digamma) and [`beta`](BigFloat::beta).
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^ the struct `BigFloat` has no field or associated item named `digamma`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `BigFloat::beta`
[INFO] [stdout]    --> src/lib.rs:212:49
[INFO] [stdout]     |
[INFO] [stdout] 212 | //! [`digamma`](BigFloat::digamma) and [`beta`](BigFloat::beta).
[INFO] [stdout]     |                                                 ^^^^^^^^^^^^^^ the struct `BigFloat` has no field or associated item named `beta`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `BigFloat::atan`
[INFO] [stdout]    --> src/lib.rs:223:14
[INFO] [stdout]     |
[INFO] [stdout] 223 | //! [`atan`](BigFloat::atan) uses the identity
[INFO] [stdout]     |              ^^^^^^^^^^^^^^ the struct `BigFloat` has no field or associated item named `atan`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `BigFloat::atan2`
[INFO] [stdout]    --> src/lib.rs:231:50
[INFO] [stdout]     |
[INFO] [stdout] 231 | //! the reflected variant for `x < 0`. [`atan2`](BigFloat::atan2)
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^ the struct `BigFloat` has no field or associated item named `atan2`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `BigFloat::sinh`
[INFO] [stdout]    --> src/lib.rs:362:14
[INFO] [stdout]     |
[INFO] [stdout] 362 | //! [`sinh`](BigFloat::sinh) uses
[INFO] [stdout]     |              ^^^^^^^^^^^^^^ the struct `BigFloat` has no field or associated item named `sinh`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `BigFloat::cosh`
[INFO] [stdout]    --> src/lib.rs:365:14
[INFO] [stdout]     |
[INFO] [stdout] 365 | //! [`cosh`](BigFloat::cosh) is the direct
[INFO] [stdout]     |              ^^^^^^^^^^^^^^ the struct `BigFloat` has no field or associated item named `cosh`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `BigFloat::tanh`
[INFO] [stdout]    --> src/lib.rs:368:14
[INFO] [stdout]     |
[INFO] [stdout] 368 | //! [`tanh`](BigFloat::tanh) computes
[INFO] [stdout]     |              ^^^^^^^^^^^^^^ the struct `BigFloat` has no field or associated item named `tanh`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `BigFloat::asinh`
[INFO] [stdout]    --> src/lib.rs:372:15
[INFO] [stdout]     |
[INFO] [stdout] 372 | //! [`asinh`](BigFloat::asinh) uses
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^ the struct `BigFloat` has no field or associated item named `asinh`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `BigFloat::acosh`
[INFO] [stdout]    --> src/lib.rs:376:15
[INFO] [stdout]     |
[INFO] [stdout] 376 | //! [`acosh`](BigFloat::acosh) uses
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^ the struct `BigFloat` has no field or associated item named `acosh`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `BigFloat::atanh`
[INFO] [stdout]    --> src/lib.rs:379:15
[INFO] [stdout]     |
[INFO] [stdout] 379 | //! [`atanh`](BigFloat::atanh) uses
[INFO] [stdout]     |               ^^^^^^^^^^^^^^^ the struct `BigFloat` has no field or associated item named `atanh`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `FixedFloat::parse_str`
[INFO] [stdout]   --> src/parse.rs:48:7
[INFO] [stdout]    |
[INFO] [stdout] 48 | /// [`FixedFloat::parse_str`].
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^ no item named `FixedFloat` in scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `parse_str` links to private item `MAX_DECIMAL_EXPONENT`
[INFO] [stdout]   --> src/parse.rs:88:11
[INFO] [stdout]    |
[INFO] [stdout] 88 |     /// [`MAX_DECIMAL_EXPONENT`] (`10^6`, a conversion-cost budget; see
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stdout]    = note: `#[warn(rustdoc::private_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/lib.rs:66:16
[INFO] [stdout]    |
[INFO] [stdout] 66 | //! ([`flags`](status::flags)), and rounding-required constructors
[INFO] [stdout]    |       -------  ^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]    |       |
[INFO] [stdout]    |       because label contains path that resolves to same destination
[INFO] [stdout]    |
[INFO] [stdout]    = note: when a link's destination is not specified,
[INFO] [stdout]            the label is used to resolve intra-doc links
[INFO] [stdout]    = note: `#[warn(rustdoc::redundant_explicit_links)]` on by default
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]    |
[INFO] [stdout] 66 - //! ([`flags`](status::flags)), and rounding-required constructors
[INFO] [stdout] 66 + //! ([`flags`]), and rounding-required constructors
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/pfloat/index.html
[INFO] running `Command { std: "docker" "inspect" "ca6e8cebca7185b70cc89869189d5319ce239276dd80542bd1c346d8b76a78d3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ca6e8cebca7185b70cc89869189d5319ce239276dd80542bd1c346d8b76a78d3", kill_on_drop: false }`
[INFO] [stdout] ca6e8cebca7185b70cc89869189d5319ce239276dd80542bd1c346d8b76a78d3
