[INFO] cloning repository https://github.com/NormB/sipnab
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/NormB/sipnab" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNormB%2Fsipnab", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNormB%2Fsipnab'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] fa2fa0c8bd037dc5c4c9dae4160ee9f8322173fa
[INFO] documenting NormB/sipnab against da3f5c31e5535b3dc210067de660a45784ae1e9c for pr-162169
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FNormB%2Fsipnab" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-4-tc2/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/NormB/sipnab
[INFO] finished tweaking git repo https://github.com/NormB/sipnab
[INFO] tweaked toml for git repo https://github.com/NormB/sipnab written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/NormB/sipnab 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 git repo https://github.com/NormB/sipnab 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-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 2a9b003e1aa417d4a4b891ab4345ce3c500f607b9e38231669cb19e0580c7c0b
[INFO] running `Command { std: "docker" "start" "2a9b003e1aa417d4a4b891ab4345ce3c500f607b9e38231669cb19e0580c7c0b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2a9b003e1aa417d4a4b891ab4345ce3c500f607b9e38231669cb19e0580c7c0b", 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" "2a9b003e1aa417d4a4b891ab4345ce3c500f607b9e38231669cb19e0580c7c0b" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2a9b003e1aa417d4a4b891ab4345ce3c500f607b9e38231669cb19e0580c7c0b", 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" "2a9b003e1aa417d4a4b891ab4345ce3c500f607b9e38231669cb19e0580c7c0b" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.189
[INFO] [stderr]     Checking cfg-if v1.0.4
[INFO] [stderr]     Checking foldhash v0.2.0
[INFO] [stderr]     Checking equivalent v1.0.2
[INFO] [stderr]     Checking allocator-api2 v0.2.21
[INFO] [stderr]    Compiling serde_core v1.0.229
[INFO] [stderr]    Compiling thiserror v2.0.20
[INFO] [stderr]     Checking memchr v2.8.3
[INFO] [stderr]     Checking bitflags v2.13.0
[INFO] [stderr]     Checking log v0.4.34
[INFO] [stderr]     Checking itoa v1.0.18
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]     Checking unicode-width v0.2.2
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling syn v3.0.1
[INFO] [stderr]     Checking castaway v0.2.4
[INFO] [stderr]     Checking regex-syntax v0.8.11
[INFO] [stderr]     Checking once_cell v1.21.4
[INFO] [stderr]     Checking ryu v1.0.23
[INFO] [stderr]    Compiling unicode-segmentation v1.13.2
[INFO] [stderr]    Compiling rustix v1.1.4
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]     Checking utf8parse v0.2.2
[INFO] [stderr]     Checking static_assertions v1.1.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]     Checking anstyle-parse v1.0.0
[INFO] [stderr]     Checking compact_str v0.9.0
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]     Checking anstyle-query v1.1.5
[INFO] [stderr]    Compiling convert_case v0.10.0
[INFO] [stderr]     Checking linux-raw-sys v0.12.1
[INFO] [stderr]     Checking powerfmt v0.2.0
[INFO] [stderr]     Checking smallvec v1.16.0
[INFO] [stderr]     Checking is_terminal_polyfill v1.70.2
[INFO] [stderr]     Checking critical-section v1.2.0
[INFO] [stderr]     Checking colorchoice v1.0.5
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]     Checking anstyle v1.0.14
[INFO] [stderr]     Checking hashbrown v0.17.0
[INFO] [stderr]     Checking hashbrown v0.16.1
[INFO] [stderr]     Checking lock_api v0.4.14
[INFO] [stderr]     Checking anstream v1.0.0
[INFO] [stderr]     Checking deranged v0.5.8
[INFO] [stderr]    Compiling cc v1.2.59
[INFO] [stderr]     Checking num-conv v0.2.1
[INFO] [stderr]     Checking num_threads v0.1.7
[INFO] [stderr]     Checking time-core v0.1.8
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]     Checking line-clipping v0.3.7
[INFO] [stderr]     Checking clap_lex v1.1.0
[INFO] [stderr]    Compiling serde v1.0.229
[INFO] [stderr]     Checking winnow v1.0.1
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]     Checking strsim v0.11.1
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]     Checking clap_builder v4.6.2
[INFO] [stderr]    Compiling crc32fast v1.5.0
[INFO] [stderr]    Compiling zmij v1.0.23
[INFO] [stderr]    Compiling getrandom v0.4.3
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking regex-automata v0.4.16
[INFO] [stderr]     Checking lru v0.18.2
[INFO] [stderr]     Checking adler2 v2.0.1
[INFO] [stderr]    Compiling serde_json v1.0.151
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]     Checking pin-project-lite v0.2.17
[INFO] [stderr]     Checking toml_writer v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling anyhow v1.0.104
[INFO] [stderr]     Checking simd-adler32 v0.3.9
[INFO] [stderr]     Checking lazy_static v1.5.0
[INFO] [stderr]     Checking miniz_oxide v0.9.1
[INFO] [stderr]     Checking sharded-slab v0.1.7
[INFO] [stderr]     Checking byteorder_slice v3.0.0
[INFO] [stderr]     Checking toml_parser v1.1.3+spec-1.1.0
[INFO] [stderr]     Checking indexmap v2.14.1
[INFO] [stderr]    Compiling libmimalloc-sys v0.1.49
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking mio v1.2.0
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking time v0.3.47
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]     Checking serde_spanned v1.1.1
[INFO] [stderr]     Checking errno v0.2.8
[INFO] [stderr]     Checking unicode-truncate v2.0.1
[INFO] [stderr]     Checking signal-hook-mio v0.2.5
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]     Checking thread_local v1.1.9
[INFO] [stderr]     Checking fastrand v2.4.1
[INFO] [stderr]     Checking iana-time-zone v0.1.65
[INFO] [stderr]     Checking arrayvec v0.7.6
[INFO] [stderr]     Checking same-file v1.0.6
[INFO] [stderr]    Compiling sipnab v0.5.153 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking bitflags v1.3.2
[INFO] [stderr]     Checking jiff v0.2.23
[INFO] [stderr]     Checking nu-ansi-term v0.50.3
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]     Checking etherparse v0.21.0
[INFO] [stderr]     Checking crossbeam-channel v0.5.16
[INFO] [stderr]     Checking walkdir v2.5.0
[INFO] [stderr]     Checking flate2 v1.1.10
[INFO] [stderr]     Checking toml v1.1.5+spec-1.1.0
[INFO] [stderr]     Checking toml_edit v0.25.13+spec-1.1.0
[INFO] [stderr]     Checking memmap2 v0.9.11
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking nom v8.0.0
[INFO] [stderr]     Checking libloading v0.9.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.20
[INFO] [stderr]    Compiling regex v1.13.1
[INFO] [stderr]    Compiling serde_derive v1.0.229
[INFO] [stderr]     Checking bytes v1.12.1
[INFO] [stderr]    Compiling derive-into-owned v0.2.0
[INFO] [stderr]     Checking glob v0.3.4
[INFO] [stderr]     Checking base64 v0.23.1
[INFO] [stderr]     Checking sipnab-bpf-types v0.1.0 (/opt/rustwide/workdir/crates/sipnab-bpf-types)
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]     Checking kasuari v0.4.12
[INFO] [stderr]     Checking opus-decoder v0.1.1
[INFO] [stderr]     Checking mimalloc v0.1.52
[INFO] [stderr]    Compiling pcap v2.5.0
[INFO] [stderr]    Compiling strum_macros v0.28.0
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]    Compiling clap_derive v4.6.3
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]     Checking derive_more v2.1.1
[INFO] [stderr]     Checking crossterm v0.29.0
[INFO] [stderr]     Checking env_filter v2.0.0
[INFO] [stderr]     Checking pcap-file v2.0.0
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking tracing-subscriber v0.3.23
[INFO] [stderr]     Checking chrono v0.4.45
[INFO] [stderr]     Checking env_logger v0.11.11
[INFO] [stderr]     Checking strum v0.28.0
[INFO] [stderr]     Checking ratatui-core v0.1.2
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]     Checking clap v4.6.3
[INFO] [stderr]     Checking clap_complete v4.6.9
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]    Compiling instability v0.3.12
[INFO] [stderr]     Checking ratatui-widgets v0.3.2
[INFO] [stderr]     Checking ratatui-crossterm v0.1.2
[INFO] [stderr]     Checking ratatui-macros v0.7.2
[INFO] [stderr]     Checking ratatui v0.30.2
[INFO] [stderr]  Documenting sipnab v0.5.153 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unresolved link to `crate::mcp::server::SECURITY_FINDING_KINDS`
[INFO] [stdout]    --> src/app/batch.rs:235:11
[INFO] [stdout]     |
[INFO] [stdout] 235 |     /// [`crate::mcp::server::SECURITY_FINDING_KINDS`], pinned by
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `mcp` in module `sipnab`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `KERNEL_DROPPED`
[INFO] [stdout]     --> src/app/batch.rs:1192:34
[INFO] [stdout]      |
[INFO] [stdout] 1192 | /// - **kernel-buffer drops** ([`KERNEL_DROPPED`]) — the ring was full; raise
[INFO] [stdout]      |                                  ^^^^^^^^^^^^^^ no item named `KERNEL_DROPPED` 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 `IFACE_DROPPED`
[INFO] [stdout]     --> src/app/batch.rs:1194:37
[INFO] [stdout]      |
[INFO] [stdout] 1194 | /// - **interface/driver drops** ([`IFACE_DROPPED`]) — never reached libpcap; a
[INFO] [stdout]      |                                     ^^^^^^^^^^^^^ no item named `IFACE_DROPPED` 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 `INVALID_PCAP_TIMESTAMPS`
[INFO] [stdout]     --> src/app/batch.rs:1196:33
[INFO] [stdout]      |
[INFO] [stdout] 1196 | /// - **invalid timestamps** ([`INVALID_PCAP_TIMESTAMPS`]) — packets stamped
[INFO] [stdout]      |                                 ^^^^^^^^^^^^^^^^^^^^^^^ no item named `INVALID_PCAP_TIMESTAMPS` 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 `AuditSink::append_with`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the link appears in this line:
[INFO] [stdout]           
[INFO] [stdout]           [`AuditSink::append_with`] is the seam the other two enter by; everything
[INFO] [stdout]            ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   = note: no item named `AuditSink` in scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `AuditSink::append`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the link appears in this line:
[INFO] [stdout]           
[INFO] [stdout]           A record that has returned from [`AuditSink::append`] has been written to
[INFO] [stdout]                                            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   = note: no item named `AuditSink` in scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `DEFAULT_BUFFER_MB`
[INFO] [stdout]    --> src/capture/live.rs:873:39
[INFO] [stdout]     |
[INFO] [stdout] 873 | /// which was wrong from the moment [`DEFAULT_BUFFER_MB`] became 64: an operator
[INFO] [stdout]     |                                       ^^^^^^^^^^^^^^^^^ no item named `DEFAULT_BUFFER_MB` 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 `push`
[INFO] [stdout]   --> src/capture/tunnel/mpls.rs:88:66
[INFO] [stdout]    |
[INFO] [stdout] 88 | /// Implicit NULL (RFC 3032 §2.1): an LSR "would never actually [push] a label
[INFO] [stdout]    |                                                                  ^^^^ no item named `push` 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 `decrypt::TlsDecryptor`
[INFO] [stdout]    --> src/capture/mod.rs:493:44
[INFO] [stdout]     |
[INFO] [stdout] 493 | /// [`TlsDecryptReport`] is built from a [`decrypt::TlsDecryptor`] that the
[INFO] [stdout]     |                                            ^^^^^^^^^^^^^^^^^^^^^ no item named `decrypt` in scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `decrypt`
[INFO] [stdout]    --> src/capture/mod.rs:452:35
[INFO] [stdout]     |
[INFO] [stdout] 452 | /// Defined here rather than in [`decrypt`] because the operator-facing message
[INFO] [stdout]     |                                   ^^^^^^^ no item named `decrypt` 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::mcp::profile::CORE_TOOLS`
[INFO] [stdout]     --> src/cli.rs:2436:11
[INFO] [stdout]      |
[INFO] [stdout] 2436 |     /// [`crate::mcp::profile::CORE_TOOLS`].
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `mcp` in module `sipnab`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `crate::mcp::shape::DEFAULT_MAX_BODY_BYTES`
[INFO] [stdout]     --> src/cli.rs:2607:11
[INFO] [stdout]      |
[INFO] [stdout] 2607 |     /// [`crate::mcp::shape::DEFAULT_MAX_BODY_BYTES`].
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `mcp` in module `sipnab`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `compact_idle`
[INFO] [stdout]    --> src/sip/dialog_store.rs:252:49
[INFO] [stdout]     |
[INFO] [stdout] 252 |     /// Lifetime count of messages dropped by [`compact_idle`]
[INFO] [stdout]     |                                                 ^^^^^^^^^^^^ no item named `compact_idle` 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 `ActionTrail::exit_notice`
[INFO] [stdout]    --> src/tui/mod.rs:286:45
[INFO] [stdout]     |
[INFO] [stdout] 286 |     /// [`crate::app::tui_mode`] can read [`ActionTrail::exit_notice`] after
[INFO] [stdout]     |                                             ^^^^^^^^^^^^^^^^^^^^^^^^ no item named `ActionTrail` in scope
[INFO] [stdout]     |
[INFO] [stdout] help: there's a similarly named item `action_trail`
[INFO] [stdout]     |
[INFO] [stdout] 286 -     /// [`crate::app::tui_mode`] can read [`ActionTrail::exit_notice`] after
[INFO] [stdout] 286 +     /// [`crate::app::tui_mode`] can read [`action_trail::exit_notice`] after
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unclosed HTML tag `num`
[INFO] [stdout]   --> src/output/json.rs:72:51
[INFO] [stdout]    |
[INFO] [stdout] 72 |     /// Deprecated alias of `cseq` on responses ("<num> <method>"), retained for
[INFO] [stdout]    |                                                   ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unclosed HTML tag `method`
[INFO] [stdout]   --> src/output/json.rs:72:57
[INFO] [stdout]    |
[INFO] [stdout] 72 |     /// Deprecated alias of `cseq` on responses ("<num> <method>"), retained for
[INFO] [stdout]    |                                                         ^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]    --> src/sip/dialog_state_machine.rs:100:32
[INFO] [stdout]     |
[INFO] [stdout] 100 |         /// [`response_class`](super::response_codes::response_class).
[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] 100 -         /// [`response_class`](super::response_codes::response_class).
[INFO] [stdout] 100 +         /// [`response_class`].
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 59.47s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/sipnab/index.html and 1 other file
[INFO] running `Command { std: "docker" "inspect" "2a9b003e1aa417d4a4b891ab4345ce3c500f607b9e38231669cb19e0580c7c0b", 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" "2a9b003e1aa417d4a4b891ab4345ce3c500f607b9e38231669cb19e0580c7c0b" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "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 sipnab v0.5.153 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unresolved link to `AuditSink::append_with`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the link appears in this line:
[INFO] [stdout]           
[INFO] [stdout]           [`AuditSink::append_with`] is the seam the other two enter by; everything
[INFO] [stdout]            ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   = note: no item named `AuditSink` in scope
[INFO] [stdout]   = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `AuditSink::append`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the link appears in this line:
[INFO] [stdout]           
[INFO] [stdout]           A record that has returned from [`AuditSink::append`] has been written to
[INFO] [stdout]                                            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   = note: no item named `AuditSink` in scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `decrypt`
[INFO] [stdout]    --> src/capture/mod.rs:452:35
[INFO] [stdout]     |
[INFO] [stdout] 452 | /// Defined here rather than in [`decrypt`] because the operator-facing message
[INFO] [stdout]     |                                   ^^^^^^^ no item named `decrypt` 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::mcp::profile::CORE_TOOLS`
[INFO] [stdout]     --> src/cli.rs:2436:11
[INFO] [stdout]      |
[INFO] [stdout] 2436 |     /// [`crate::mcp::profile::CORE_TOOLS`].
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `mcp` in module `sipnab`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `crate::mcp::shape::DEFAULT_MAX_BODY_BYTES`
[INFO] [stdout]     --> src/cli.rs:2607:11
[INFO] [stdout]      |
[INFO] [stdout] 2607 |     /// [`crate::mcp::shape::DEFAULT_MAX_BODY_BYTES`].
[INFO] [stdout]      |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `mcp` in module `sipnab`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.55s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/sipnab/index.html
[INFO] running `Command { std: "docker" "inspect" "2a9b003e1aa417d4a4b891ab4345ce3c500f607b9e38231669cb19e0580c7c0b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2a9b003e1aa417d4a4b891ab4345ce3c500f607b9e38231669cb19e0580c7c0b", kill_on_drop: false }`
[INFO] [stdout] 2a9b003e1aa417d4a4b891ab4345ce3c500f607b9e38231669cb19e0580c7c0b
