[INFO] fetching crate qfixed 0.1.0...
[INFO] documenting qfixed-0.1.0 against da3f5c31e5535b3dc210067de660a45784ae1e9c for pr-162169
[INFO] extracting crate qfixed 0.1.0 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate qfixed 0.1.0
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate qfixed 0.1.0
[INFO] tweaked toml for crates.io crate qfixed 0.1.0 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate qfixed 0.1.0 on toolchain da3f5c31e5535b3dc210067de660a45784ae1e9c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate qfixed 0.1.0 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" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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] b28f587daadc47661cc28e7a9822e411d221a036306a7994a3a9fd426d7a8a11
[INFO] running `Command { std: "docker" "start" "b28f587daadc47661cc28e7a9822e411d221a036306a7994a3a9fd426d7a8a11", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b28f587daadc47661cc28e7a9822e411d221a036306a7994a3a9fd426d7a8a11", 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" "b28f587daadc47661cc28e7a9822e411d221a036306a7994a3a9fd426d7a8a11" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b28f587daadc47661cc28e7a9822e411d221a036306a7994a3a9fd426d7a8a11", 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" "b28f587daadc47661cc28e7a9822e411d221a036306a7994a3a9fd426d7a8a11" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]  Documenting qfixed v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unresolved link to `PackedVec`
[INFO] [stdout]   --> src/packed.rs:18:9
[INFO] [stdout]    |
[INFO] [stdout] 18 | //!   [`PackedVec`]. Up to 8× smaller than `i64` for ≤ 8-bit types.
[INFO] [stdout]    |         ^^^^^^^^^ no item named `PackedVec` 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 `PackedBitsVec`
[INFO] [stdout]   --> src/packed.rs:22:44
[INFO] [stdout]    |
[INFO] [stdout] 22 | //!   not 16. Used by [`PackedBits`] and [`PackedBitsVec`]. Denser but slower;
[INFO] [stdout]    |                                            ^^^^^^^^^^^^^ no item named `PackedBitsVec` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] help: there's a similarly named item `PackedBits`
[INFO] [stdout]    |
[INFO] [stdout] 22 - //!   not 16. Used by [`PackedBits`] and [`PackedBitsVec`]. Denser but slower;
[INFO] [stdout] 22 + //!   not 16. Used by [`PackedBits`] and [`PackedBits`]. Denser but slower;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `PackedVec`
[INFO] [stdout]    --> src/packed.rs:174:61
[INFO] [stdout]     |
[INFO] [stdout] 174 | /// holding its bit width, for use in [`PackedArray`] and [`PackedVec`].
[INFO] [stdout]     |                                                             ^^^^^^^^^ no item named `PackedVec` 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 `PackedBitsVec`
[INFO] [stdout]    --> src/packed.rs:277:29
[INFO] [stdout]     |
[INFO] [stdout] 277 | /// in [`PackedBits`] and [`PackedBitsVec`].
[INFO] [stdout]     |                             ^^^^^^^^^^^^^ no item named `PackedBitsVec` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] help: there's a similarly named item `PackedBits`
[INFO] [stdout]     |
[INFO] [stdout] 277 - /// in [`PackedBits`] and [`PackedBitsVec`].
[INFO] [stdout] 277 + /// in [`PackedBits`] and [`PackedBits`].
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/cq.rs:12:33
[INFO] [stdout]    |
[INFO] [stdout] 12 | /// `I` and `F` are [`typenum`](crate::typenum) unsigned integers, e.g.
[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] 12 - /// `I` and `F` are [`typenum`](crate::typenum) unsigned integers, e.g.
[INFO] [stdout] 12 + /// `I` and `F` are [`typenum`] unsigned integers, e.g.
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/cq.rs:19:48
[INFO] [stdout]    |
[INFO] [stdout] 19 | /// implement `Ord`/`PartialOrd` (unlike [`Q`](crate::Q)).
[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] help: remove explicit link target
[INFO] [stdout]    |
[INFO] [stdout] 19 - /// implement `Ord`/`PartialOrd` (unlike [`Q`](crate::Q)).
[INFO] [stdout] 19 + /// implement `Ord`/`PartialOrd` (unlike [`Q`]).
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/cq.rs:23:40
[INFO] [stdout]    |
[INFO] [stdout] 23 | /// Add/sub grow like the scalar [`Q`](crate::Q) (one extra integer bit).
[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] help: remove explicit link target
[INFO] [stdout]    |
[INFO] [stdout] 23 - /// Add/sub grow like the scalar [`Q`](crate::Q) (one extra integer bit).
[INFO] [stdout] 23 + /// Add/sub grow like the scalar [`Q`] (one extra integer bit).
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]    --> src/cq.rs:446:61
[INFO] [stdout]     |
[INFO] [stdout] 446 |     /// overflow (mirrors [`Neg`](core::ops::Neg) for [`Q`](crate::Q)). Use
[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] help: remove explicit link target
[INFO] [stdout]     |
[INFO] [stdout] 446 -     /// overflow (mirrors [`Neg`](core::ops::Neg) for [`Q`](crate::Q)). Use
[INFO] [stdout] 446 +     /// overflow (mirrors [`Neg`](core::ops::Neg) for [`Q`]). Use
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/ops.rs:29:66
[INFO] [stdout]    |
[INFO] [stdout] 29 | //! output widths are derived at the type level with [`typenum`](crate::typenum)
[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] help: remove explicit link target
[INFO] [stdout]    |
[INFO] [stdout] 29 - //! output widths are derived at the type level with [`typenum`](crate::typenum)
[INFO] [stdout] 29 + //! output widths are derived at the type level with [`typenum`]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/q.rs:12:33
[INFO] [stdout]    |
[INFO] [stdout] 12 | /// `I` and `F` are [`typenum`](crate::typenum) unsigned integers, e.g.
[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] help: remove explicit link target
[INFO] [stdout]    |
[INFO] [stdout] 12 - /// `I` and `F` are [`typenum`](crate::typenum) unsigned integers, e.g.
[INFO] [stdout] 12 + /// `I` and `F` are [`typenum`] unsigned integers, e.g.
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/uq.rs:11:33
[INFO] [stdout]    |
[INFO] [stdout] 11 | /// `I` and `F` are [`typenum`](crate::typenum) unsigned integers, e.g.
[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] help: remove explicit link target
[INFO] [stdout]    |
[INFO] [stdout] 11 - /// `I` and `F` are [`typenum`](crate::typenum) unsigned integers, e.g.
[INFO] [stdout] 11 + /// `I` and `F` are [`typenum`] unsigned integers, e.g.
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/qfixed/index.html
[INFO] running `Command { std: "docker" "inspect" "b28f587daadc47661cc28e7a9822e411d221a036306a7994a3a9fd426d7a8a11", 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" "DOCS_RS=1" "-e" "RUSTC_BOOTSTRAP=1" "-w" "/opt/rustwide/workdir" "--user" "0:0" "b28f587daadc47661cc28e7a9822e411d221a036306a7994a3a9fd426d7a8a11" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "rustdoc" "--lib" "-Zrustdoc-map" "--all-features" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--document-private-items\"]" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]  Documenting qfixed v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]     --> src/packed.rs:1070:1
[INFO] [stdout]      |
[INFO] [stdout] 1070 | / pub struct PackedBitsVec<T: BitPackable> {
[INFO] [stdout] 1071 | |     /// The bit-packed byte buffer.
[INFO] [stdout] 1072 | |     data: alloc::vec::Vec<u8>,
[INFO] [stdout] ...    |
[INFO] [stdout] 1078 | |     _marker: PhantomData<T>,
[INFO] [stdout] 1079 | | }
[INFO] [stdout]      | |_^
[INFO] [stdout]      |
[INFO] [stdout]      = help: the way this is parsed might change in the future
[INFO] [stdout]      = help: starts near `The growable, allocator-backed packed containers, available with the`
[INFO] [stdout]      = help: ends near ``Vec`-like counterpart to [`PackedBits`].`
[INFO] [stdout]      = note: `#[deny(rustdoc::unportable_markdown)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]     --> src/packed.rs:1070:1
[INFO] [stdout]      |
[INFO] [stdout] 1070 | / pub struct PackedBitsVec<T: BitPackable> {
[INFO] [stdout] 1071 | |     /// The bit-packed byte buffer.
[INFO] [stdout] 1072 | |     data: alloc::vec::Vec<u8>,
[INFO] [stdout] ...    |
[INFO] [stdout] 1078 | |     _marker: PhantomData<T>,
[INFO] [stdout] 1079 | | }
[INFO] [stdout]      | |_^
[INFO] [stdout]      |
[INFO] [stdout]      = help: the way this is parsed might change in the future
[INFO] [stdout]      = help: starts near `A growable buffer that packs values at *exactly* `I + F` bits each, the`
[INFO] [stdout]      = help: ends near `A growable buffer that packs values at *exactly* `I + F` bits each, the`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/packed.rs:684:1
[INFO] [stdout]     |
[INFO] [stdout] 684 | / pub struct PackedVec<T: Packable> {
[INFO] [stdout] 685 | |     /// The packed backing storage, one slot per element.
[INFO] [stdout] 686 | |     data: alloc::vec::Vec<T::Backing>,
[INFO] [stdout] 687 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `The growable, allocator-backed packed containers, available with the`
[INFO] [stdout]     = help: ends near `primitive integer that fits its bit width.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/packed.rs:684:1
[INFO] [stdout]     |
[INFO] [stdout] 684 | / pub struct PackedVec<T: Packable> {
[INFO] [stdout] 685 | |     /// The packed backing storage, one slot per element.
[INFO] [stdout] 686 | |     data: alloc::vec::Vec<T::Backing>,
[INFO] [stdout] 687 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `A growable vector of fixed-point values, each stored in the smallest`
[INFO] [stdout]     = help: ends near `A growable vector of fixed-point values, each stored in the smallest`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not document `qfixed`
[INFO] running `Command { std: "docker" "inspect" "b28f587daadc47661cc28e7a9822e411d221a036306a7994a3a9fd426d7a8a11", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b28f587daadc47661cc28e7a9822e411d221a036306a7994a3a9fd426d7a8a11", kill_on_drop: false }`
[INFO] [stdout] b28f587daadc47661cc28e7a9822e411d221a036306a7994a3a9fd426d7a8a11
