[INFO] cloning repository https://github.com/AliSajid/BrainFoamKit
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/AliSajid/BrainFoamKit" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAliSajid%2FBrainFoamKit", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAliSajid%2FBrainFoamKit'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 91170d803b6ba71005eca16841bdcaf0e171fc09
[INFO] documenting AliSajid/BrainFoamKit against beta-2025-10-28 for beta-1.92-rustdoc-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAliSajid%2FBrainFoamKit" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/AliSajid/BrainFoamKit
[INFO] finished tweaking git repo https://github.com/AliSajid/BrainFoamKit
[INFO] tweaked toml for git repo https://github.com/AliSajid/BrainFoamKit written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/AliSajid/BrainFoamKit on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/AliSajid/BrainFoamKit 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" "+beta-2025-10-28" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e3a96859442e2e95a77a1e785a32a0b5ccf58bd9796b0b6df71f1858cc782617
[INFO] running `Command { std: "docker" "start" "-a" "e3a96859442e2e95a77a1e785a32a0b5ccf58bd9796b0b6df71f1858cc782617", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e3a96859442e2e95a77a1e785a32a0b5ccf58bd9796b0b6df71f1858cc782617", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e3a96859442e2e95a77a1e785a32a0b5ccf58bd9796b0b6df71f1858cc782617", kill_on_drop: false }`
[INFO] [stdout] e3a96859442e2e95a77a1e785a32a0b5ccf58bd9796b0b6df71f1858cc782617
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] bf805b3d84838625e49aafb90c2808b393a713f59c2eb141840b0d5b381772fc
[INFO] running `Command { std: "docker" "start" "-a" "bf805b3d84838625e49aafb90c2808b393a713f59c2eb141840b0d5b381772fc", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.170
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]    Compiling serde v1.0.204
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]     Checking memchr v2.7.4
[INFO] [stderr]    Compiling signal-hook v0.3.17
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]     Checking smallvec v1.13.2
[INFO] [stderr]     Checking log v0.4.22
[INFO] [stderr]     Checking zerocopy v0.7.35
[INFO] [stderr]     Checking once_cell v1.19.0
[INFO] [stderr]    Compiling syn v2.0.72
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]    Compiling cc v1.1.7
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]     Checking ryu v1.0.18
[INFO] [stderr]    Compiling rustix v0.38.39
[INFO] [stderr]     Checking itoa v1.0.11
[INFO] [stderr]    Compiling convert_case v0.7.1
[INFO] [stderr]     Checking allocator-api2 v0.2.18
[INFO] [stderr]     Checking linux-raw-sys v0.4.14
[INFO] [stderr]     Checking either v1.13.0
[INFO] [stderr]    Compiling litrs v0.4.1
[INFO] [stderr]     Checking adler v1.0.2
[INFO] [stderr]    Compiling rustix v1.0.1
[INFO] [stderr]     Checking unicode-width v0.1.13
[INFO] [stderr]     Checking gimli v0.29.0
[INFO] [stderr]     Checking miniz_oxide v0.7.4
[INFO] [stderr]     Checking castaway v0.2.3
[INFO] [stderr]     Checking itertools v0.13.0
[INFO] [stderr]     Checking unicode-segmentation v1.11.0
[INFO] [stderr]     Checking linux-raw-sys v0.9.2
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking static_assertions v1.1.0
[INFO] [stderr]     Checking object v0.36.2
[INFO] [stderr]     Checking csv-core v0.1.11
[INFO] [stderr]     Checking rustc-demangle v0.1.24
[INFO] [stderr]    Compiling anyhow v1.0.98
[INFO] [stderr]     Checking encode_unicode v1.0.0
[INFO] [stderr]     Checking unicode-width v0.2.0
[INFO] [stderr]     Checking cassowary v0.3.0
[INFO] [stderr]     Checking lazy_static v1.5.0
[INFO] [stderr]    Compiling indoc v2.0.5
[INFO] [stderr]     Checking signal-hook-registry v1.4.2
[INFO] [stderr]     Checking mio v1.0.1
[INFO] [stderr]     Checking dirs-sys-next v0.1.2
[INFO] [stderr]     Checking is-terminal v0.4.12
[INFO] [stderr]     Checking lru v0.12.4
[INFO] [stderr]    Compiling document-features v0.2.11
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking signal-hook-mio v0.2.4
[INFO] [stderr]     Checking dirs-next v2.0.0
[INFO] [stderr]     Checking term v0.7.0
[INFO] [stderr]    Compiling backtrace v0.3.73
[INFO] [stderr]     Checking unicode-truncate v1.1.0
[INFO] [stderr]     Checking addr2line v0.22.0
[INFO] [stderr]    Compiling serde_derive v1.0.204
[INFO] [stderr]    Compiling derive_more-impl v2.0.1
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling instability v0.3.2
[INFO] [stderr]     Checking derive_more v2.0.1
[INFO] [stderr]     Checking strum v0.26.3
[INFO] [stderr]     Checking bitflags v2.9.0
[INFO] [stderr]     Checking compact_str v0.8.0
[INFO] [stderr]     Checking csv v1.3.0
[INFO] [stderr]     Checking prettytable-rs v0.10.0
[INFO] [stderr]     Checking crossterm v0.29.0
[INFO] [stderr]     Checking crossterm v0.28.1
[INFO] [stderr]     Checking ratatui v0.29.0
[INFO] [stderr]     Checking brainfoamkit v1.1.1-next.12 (/opt/rustwide/workdir)
[INFO] [stderr]  Documenting brainfoamkit v1.1.1-next.12 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/brainfoamkit_lib/byte.rs:862:23
[INFO] [stdout]     |
[INFO] [stdout] 862 |     pub const fn iter(&self) -> IterableByte {
[INFO] [stdout]     |                       ^^^^^     ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 862 |     pub const fn iter(&self) -> IterableByte<'_> {
[INFO] [stdout]     |                                             ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/brainfoamkit_lib/nybble.rs:611:23
[INFO] [stdout]     |
[INFO] [stdout] 611 |     pub const fn iter(&self) -> IterableNybble {
[INFO] [stdout]     |                       ^^^^^     ^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                       |
[INFO] [stdout]     |                       the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 611 |     pub const fn iter(&self) -> IterableNybble<'_> {
[INFO] [stdout]     |                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/brainfoamkit_lib/byte.rs:44:35
[INFO] [stdout]    |
[INFO] [stdout] 44 | /// This method takes eight [Bit](crate::Bit) instances as arguments. The least
[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] 44 - /// This method takes eight [Bit](crate::Bit) instances as arguments. The least
[INFO] [stdout] 44 + /// This method takes eight [Bit] instances as arguments. The least
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]    --> src/brainfoamkit_lib/byte.rs:156:15
[INFO] [stdout]     |
[INFO] [stdout] 156 | /// * [`Bit`](crate::Bit): A single 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] 156 - /// * [`Bit`](crate::Bit): A single bit.
[INFO] [stdout] 156 + /// * [`Bit`]: A single bit.
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]    --> src/brainfoamkit_lib/byte.rs:157:18
[INFO] [stdout]     |
[INFO] [stdout] 157 | /// * [`Nybble`](crate::Nybble): A 4-bit unsigned integer (u4).
[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] 157 - /// * [`Nybble`](crate::Nybble): A 4-bit unsigned integer (u4).
[INFO] [stdout] 157 + /// * [`Nybble`]: A 4-bit unsigned integer (u4).
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]    --> src/brainfoamkit_lib/byte.rs:304:40
[INFO] [stdout]     |
[INFO] [stdout] 304 |     /// This method returns a [Nybble](crate::Nybble).
[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] 304 -     /// This method returns a [Nybble](crate::Nybble).
[INFO] [stdout] 304 +     /// This method returns a [Nybble].
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]    --> src/brainfoamkit_lib/byte.rs:540:17
[INFO] [stdout]     |
[INFO] [stdout] 540 |     /// A [Bit](crate::Bit) containing the value of the Bit at the specified
[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] 540 -     /// A [Bit](crate::Bit) containing the value of the Bit at the specified
[INFO] [stdout] 540 +     /// A [Bit] containing the value of the Bit at the specified
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/brainfoamkit_lib/iterable_byte.rs:47:16
[INFO] [stdout]    |
[INFO] [stdout] 47 | /// * [`Byte`](crate::Byte)
[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] 47 - /// * [`Byte`](crate::Byte)
[INFO] [stdout] 47 + /// * [`Byte`]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/brainfoamkit_lib/iterable_byte.rs:48:15
[INFO] [stdout]    |
[INFO] [stdout] 48 | /// * [`Bit`](crate::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] 48 - /// * [`Bit`](crate::Bit)
[INFO] [stdout] 48 + /// * [`Bit`]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/brainfoamkit_lib/iterable_nybble.rs:43:18
[INFO] [stdout]    |
[INFO] [stdout] 43 | /// * [`Nybble`](crate::Nybble)
[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] 43 - /// * [`Nybble`](crate::Nybble)
[INFO] [stdout] 43 + /// * [`Nybble`]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/brainfoamkit_lib/iterable_nybble.rs:44:15
[INFO] [stdout]    |
[INFO] [stdout] 44 | /// * [`Bit`](crate::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] 44 - /// * [`Bit`](crate::Bit)
[INFO] [stdout] 44 + /// * [`Bit`]
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]    --> src/brainfoamkit_lib/nybble.rs:100:15
[INFO] [stdout]     |
[INFO] [stdout] 100 | /// * [`Bit`](crate::Bit): The building block of a Nybble.
[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] 100 - /// * [`Bit`](crate::Bit): The building block of a Nybble.
[INFO] [stdout] 100 + /// * [`Bit`]: The building block of a Nybble.
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]    --> src/brainfoamkit_lib/nybble.rs:149:25
[INFO] [stdout]     |
[INFO] [stdout] 149 |     ///   [`Bit::Zero`](crate::Bit::Zero)) Bit values.
[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] 149 -     ///   [`Bit::Zero`](crate::Bit::Zero)) Bit values.
[INFO] [stdout] 149 +     ///   [`Bit::Zero`]) Bit values.
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]    --> src/brainfoamkit_lib/nybble.rs:649:62
[INFO] [stdout]     |
[INFO] [stdout] 649 |     /// Creates a new Nybble with default (all [`Bit::Zero`](crate::Bit::Zero))
[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] 649 -     /// Creates a new Nybble with default (all [`Bit::Zero`](crate::Bit::Zero))
[INFO] [stdout] 649 +     /// Creates a new Nybble with default (all [`Bit::Zero`])
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]    --> src/brainfoamkit_lib/nybble.rs:666:54
[INFO] [stdout]     |
[INFO] [stdout] 666 |     /// A new Nybble with default (all [`Bit::Zero`](crate::Bit::Zero)) 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] 666 -     /// A new Nybble with default (all [`Bit::Zero`](crate::Bit::Zero)) Bit
[INFO] [stdout] 666 +     /// A new Nybble with default (all [`Bit::Zero`]) Bit
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]    --> src/brainfoamkit_lib/nybble.rs:716:22
[INFO] [stdout]     |
[INFO] [stdout] 716 |     /// [`Bit::One`](crate::Bit::One) Nybble if the value is larger than 15.
[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] 716 -     /// [`Bit::One`](crate::Bit::One) Nybble if the value is larger than 15.
[INFO] [stdout] 716 +     /// [`Bit::One`] Nybble if the value is larger than 15.
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]    --> src/brainfoamkit_lib/nybble.rs:723:25
[INFO] [stdout]     |
[INFO] [stdout] 723 |     ///   [`Bit::Zero`](crate::Bit::Zero)) Bit values.
[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] 723 -     ///   [`Bit::Zero`](crate::Bit::Zero)) Bit values.
[INFO] [stdout] 723 +     ///   [`Bit::Zero`]) Bit values.
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [optimized + debuginfo] target(s) in 23.48s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/brainfoamkit_lib/index.html and 2 other files
[INFO] running `Command { std: "docker" "inspect" "bf805b3d84838625e49aafb90c2808b393a713f59c2eb141840b0d5b381772fc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "bf805b3d84838625e49aafb90c2808b393a713f59c2eb141840b0d5b381772fc", kill_on_drop: false }`
[INFO] [stdout] bf805b3d84838625e49aafb90c2808b393a713f59c2eb141840b0d5b381772fc
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--document-private-items\"]" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7574a3abc42decaa4abd3d9d2bb45d748493e231daebdc597bea796920e0564a
[INFO] running `Command { std: "docker" "start" "-a" "7574a3abc42decaa4abd3d9d2bb45d748493e231daebdc597bea796920e0564a", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.86
[INFO] [stderr]    Compiling anyhow v1.0.98
[INFO] [stdout] error[E0412]: cannot find type `SourceFile` in crate `proc_macro`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.86/src/wrapper.rs:365:26
[INFO] [stdout]     |
[INFO] [stdout] 365 |     Compiler(proc_macro::SourceFile),
[INFO] [stdout]     |                          ^^^^^^^^^^ not found in `proc_macro`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::SourceFile;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::fallback::SourceFile;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `SourceFile`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 365 -     Compiler(proc_macro::SourceFile),
[INFO] [stdout] 365 +     Compiler(SourceFile),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `SourceFile` in crate `proc_macro`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.86/src/wrapper.rs:371:32
[INFO] [stdout]     |
[INFO] [stdout] 371 |     fn nightly(sf: proc_macro::SourceFile) -> Self {
[INFO] [stdout]     |                                ^^^^^^^^^^ not found in `proc_macro`
[INFO] [stdout]     |
[INFO] [stdout] help: consider importing one of these structs
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::SourceFile;
[INFO] [stdout]     |
[INFO] [stdout]   1 + use crate::fallback::SourceFile;
[INFO] [stdout]     |
[INFO] [stdout] help: if you import `SourceFile`, refer to it directly
[INFO] [stdout]     |
[INFO] [stdout] 371 -     fn nightly(sf: proc_macro::SourceFile) -> Self {
[INFO] [stdout] 371 +     fn nightly(sf: SourceFile) -> Self {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0599]: no method named `source_file` found for reference `&proc_macro::Span` in the current scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.86/src/wrapper.rs:461:56
[INFO] [stdout]     |
[INFO] [stdout] 461 |             Span::Compiler(s) => SourceFile::nightly(s.source_file()),
[INFO] [stdout]     |                                                        ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: there is a method `source` with a similar name
[INFO] [stdout]     |
[INFO] [stdout] 461 -             Span::Compiler(s) => SourceFile::nightly(s.source_file()),
[INFO] [stdout] 461 +             Span::Compiler(s) => SourceFile::nightly(s.source()),
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0412, E0599.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0412`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `proc-macro2` (lib) due to 3 previous errors
[INFO] running `Command { std: "docker" "inspect" "7574a3abc42decaa4abd3d9d2bb45d748493e231daebdc597bea796920e0564a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7574a3abc42decaa4abd3d9d2bb45d748493e231daebdc597bea796920e0564a", kill_on_drop: false }`
[INFO] [stdout] 7574a3abc42decaa4abd3d9d2bb45d748493e231daebdc597bea796920e0564a
