[INFO] cloning repository https://github.com/LHelge/sagittarius
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/LHelge/sagittarius" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLHelge%2Fsagittarius", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLHelge%2Fsagittarius'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 1f7feb15585379ab9411587b686c15a98ff40ab4
[INFO] documenting LHelge/sagittarius against 1.97.0-beta.6 for beta-rustdoc-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FLHelge%2Fsagittarius" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/LHelge/sagittarius
[INFO] finished tweaking git repo https://github.com/LHelge/sagittarius
[INFO] tweaked toml for git repo https://github.com/LHelge/sagittarius written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/LHelge/sagittarius on toolchain 1.97.0-beta.6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/LHelge/sagittarius already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded datastar v0.3.1
[INFO] [stderr]   Downloaded icondata_core v0.1.0
[INFO] [stderr]   Downloaded askama_web v0.16.0
[INFO] [stderr]   Downloaded askama_macros v0.16.0
[INFO] [stderr]   Downloaded icondata_lu v0.1.0
[INFO] [stderr]   Downloaded askama_web_derive v0.3.0
[INFO] [stderr]   Downloaded governor v0.10.4
[INFO] [stderr]   Downloaded askama v0.16.0
[INFO] [stderr]   Downloaded askama_parser v0.16.0
[INFO] [stderr]   Downloaded askama_derive v0.16.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 2478de761ecbffa30deacdfd21c499b353c5ecc5e595128c8d76bbb13ad6ac12
[INFO] running `Command { std: "docker" "start" "2478de761ecbffa30deacdfd21c499b353c5ecc5e595128c8d76bbb13ad6ac12", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2478de761ecbffa30deacdfd21c499b353c5ecc5e595128c8d76bbb13ad6ac12", 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" "2478de761ecbffa30deacdfd21c499b353c5ecc5e595128c8d76bbb13ad6ac12" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2478de761ecbffa30deacdfd21c499b353c5ecc5e595128c8d76bbb13ad6ac12", 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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "2478de761ecbffa30deacdfd21c499b353c5ecc5e595128c8d76bbb13ad6ac12" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling portable-atomic v1.13.1
[INFO] [stderr]    Compiling generic-array v0.14.9
[INFO] [stderr]     Checking log v0.4.30
[INFO] [stderr]     Checking memchr v2.8.1
[INFO] [stderr]     Checking typenum v1.20.0
[INFO] [stderr]    Compiling cc v1.2.63
[INFO] [stderr]     Checking http v1.4.1
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]     Checking rustls-pki-types v1.14.1
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]     Checking concurrent-queue v2.5.0
[INFO] [stderr]    Compiling socket2 v0.6.4
[INFO] [stderr]    Compiling mio v1.2.1
[INFO] [stderr]     Checking rand_core v0.10.1
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling rustls v0.23.40
[INFO] [stderr]     Checking event-listener v5.4.1
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]    Compiling crc-catalog v2.5.0
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]     Checking simd-adler32 v0.3.9
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling zerocopy v0.8.49
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]    Compiling tokio v1.52.3
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]     Checking hybrid-array v0.4.12
[INFO] [stderr]    Compiling crossbeam-queue v0.3.12
[INFO] [stderr]    Compiling futures-intrusive v0.5.0
[INFO] [stderr]    Compiling winnow v1.0.3
[INFO] [stderr]    Compiling crc v3.4.0
[INFO] [stderr]     Checking once_cell v1.21.4
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]     Checking bitflags v2.11.1
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]     Checking tracing-core v0.1.36
[INFO] [stderr]    Compiling rustc-hash v2.1.2
[INFO] [stderr]     Checking flate2 v1.1.9
[INFO] [stderr]     Checking compression-core v0.4.32
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]     Checking cmov v0.5.4
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]     Checking crypto-common v0.2.2
[INFO] [stderr]     Checking ctutils v0.4.2
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling libsqlite3-sys v0.30.1
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]     Checking compression-codecs v0.4.38
[INFO] [stderr]     Checking block-buffer v0.12.0
[INFO] [stderr]     Checking chacha20 v0.10.0
[INFO] [stderr]     Checking rustls-native-certs v0.8.3
[INFO] [stderr]     Checking raw-cpuid v11.6.0
[INFO] [stderr]     Checking event-listener-strategy v0.5.4
[INFO] [stderr]     Checking rand v0.10.1
[INFO] [stderr]     Checking digest v0.11.3
[INFO] [stderr]     Checking serde_path_to_error v0.1.20
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking data-encoding v2.11.0
[INFO] [stderr]     Checking clap_builder v4.6.0
[INFO] [stderr]     Checking password-hash v0.5.0
[INFO] [stderr]     Checking chrono v0.4.44
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]     Checking async-lock v3.4.2
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking blake2 v0.10.6
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking headers-core v0.3.0
[INFO] [stderr]     Checking uuid v1.23.2
[INFO] [stderr]     Checking webpki-roots v1.0.7
[INFO] [stderr]     Checking spinning_top v0.3.0
[INFO] [stderr]     Checking futures-timer v3.0.4
[INFO] [stderr]     Checking tagptr v0.2.0
[INFO] [stderr]     Checking icondata_core v0.1.0
[INFO] [stderr]     Checking argon2 v0.5.3
[INFO] [stderr]     Checking headers v0.4.1
[INFO] [stderr]     Checking icondata_lu v0.1.0
[INFO] [stderr]     Checking arc-swap v1.9.1
[INFO] [stderr]     Checking sha2 v0.11.0
[INFO] [stderr]     Checking dashmap v6.2.1
[INFO] [stderr]     Checking hmac v0.13.0
[INFO] [stderr]     Checking quanta v0.12.6
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling displaydoc v0.2.6
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling strum_macros v0.28.0
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]     Checking rustls-webpki v0.103.13
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking rand v0.9.4
[INFO] [stderr]    Compiling tokio-stream v0.1.18
[INFO] [stderr]    Compiling askama_web_derive v0.3.0
[INFO] [stderr]     Checking async-stream v0.3.6
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]     Checking zerofrom v0.1.8
[INFO] [stderr]     Checking axum-core v0.5.6
[INFO] [stderr]     Checking tracing-subscriber v0.3.23
[INFO] [stderr]    Compiling yoke v0.8.2
[INFO] [stderr]     Checking zerovec v0.11.6
[INFO] [stderr]     Checking zerotrie v0.2.4
[INFO] [stderr]     Checking clap v4.6.1
[INFO] [stderr]     Checking strum v0.28.0
[INFO] [stderr]     Checking tinystr v0.8.3
[INFO] [stderr]     Checking potential_utf v0.1.5
[INFO] [stderr]     Checking icu_collections v2.2.0
[INFO] [stderr]     Checking icu_locale_core v2.2.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling either v1.16.0
[INFO] [stderr]    Compiling askama_parser v0.16.0
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling basic-toml v0.1.10
[INFO] [stderr]     Checking icu_provider v2.2.0
[INFO] [stderr]     Checking icu_properties v2.2.0
[INFO] [stderr]     Checking icu_normalizer v2.2.0
[INFO] [stderr]     Checking governor v0.10.4
[INFO] [stderr]     Checking moka v0.12.15
[INFO] [stderr]     Checking rustls-platform-verifier v0.7.0
[INFO] [stderr]     Checking idna_adapter v1.2.2
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking hyper v1.10.1
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking async-compression v0.4.42
[INFO] [stderr]     Checking hickory-proto v0.26.1
[INFO] [stderr]     Checking sqlx-core v0.8.6
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking h2 v0.4.14
[INFO] [stderr]    Compiling askama_derive v0.16.0
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking tower-http v0.6.11
[INFO] [stderr]     Checking axum v0.8.9
[INFO] [stderr]     Checking hyper-rustls v0.27.9
[INFO] [stderr]     Checking reqwest v0.13.4
[INFO] [stderr]     Checking sqlx-sqlite v0.8.6
[INFO] [stderr]    Compiling askama_macros v0.16.0
[INFO] [stderr]     Checking askama v0.16.0
[INFO] [stderr]     Checking hickory-net v0.26.1
[INFO] [stderr]     Checking askama_web v0.16.0
[INFO] [stderr]    Compiling sqlx-macros-core v0.8.6
[INFO] [stderr]     Checking datastar v0.3.1
[INFO] [stderr]    Compiling sqlx-macros v0.8.6
[INFO] [stderr]     Checking sqlx v0.8.6
[INFO] [stderr]  Documenting sagittarius v0.3.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unresolved link to `storage`
[INFO] [stdout]  --> src/app.rs:6:55
[INFO] [stdout]   |
[INFO] [stdout] 6 | //! 1. Open the SQLite database and run migrations ([`storage`]).
[INFO] [stdout]   |                                                       ^^^^^^^ no item named `storage` 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 `resolver`
[INFO] [stdout]  --> src/app.rs:8:54
[INFO] [stdout]   |
[INFO] [stdout] 8 | //! 3. Spawn the DNS listeners and query pipeline ([`resolver`]).
[INFO] [stdout]   |                                                      ^^^^^^^^ no item named `resolver` 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 `web`
[INFO] [stdout]  --> src/app.rs:9:47
[INFO] [stdout]   |
[INFO] [stdout] 9 | //! 4. Spawn the web administration server ([`web`]).
[INFO] [stdout]   |                                               ^^^ no item named `web` 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 `Name::from_str`
[INFO] [stdout]   --> src/blocklist/parse.rs:33:7
[INFO] [stdout]    |
[INFO] [stdout] 33 | //! [`Name::from_str`] validation are **silently skipped**.  Parsing is never
[INFO] [stdout]    |       ^^^^^^^^^^^^^^ the struct `Name` has no field or associated item named `from_str`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `run` links to private item `MIN_INTERVAL`
[INFO] [stdout]    --> src/blocklist/scheduler.rs:464:38
[INFO] [stdout]     |
[INFO] [stdout] 464 |     ///      iteration, clamped to [`MIN_INTERVAL`].  Interval changes (E8
[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: unresolved link to `Name`
[INFO] [stdout]   --> src/codec/mod.rs:24:20
[INFO] [stdout]    |
[INFO] [stdout] 24 | //! | [`name`] | [`Name`] type, QNAME reader/writer, RR name-skip helper |
[INFO] [stdout]    |                    ^^^^ no item named `Name` 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 `name::Name::read_question`
[INFO] [stdout]   --> src/codec/message.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 15 | //!   [`name::Name::read_question`].
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `name` in scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `Display`
[INFO] [stdout]   --> src/codec/name.rs:15:11
[INFO] [stdout]    |
[INFO] [stdout] 15 | //! The [`Display`] representation is the fully-qualified form with trailing dot.
[INFO] [stdout]    |           ^^^^^^^ no item named `Display` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `name` links to private item `MAX_SKIP_HOPS`
[INFO] [stdout]   --> src/codec/name.rs:41:17
[INFO] [stdout]    |
[INFO] [stdout] 41 | //! - At most [`MAX_SKIP_HOPS`] pointer hops are followed, and the total label
[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] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `name` links to private item `MAX_NAME_WIRE_LEN`
[INFO] [stdout]   --> src/codec/name.rs:43:10
[INFO] [stdout]    |
[INFO] [stdout] 43 | //!   ([`MAX_NAME_WIRE_LEN`]).  A crafted pointer loop therefore always
[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] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `skip_rr` links to private item `MAX_SKIP_HOPS`
[INFO] [stdout]    --> src/codec/name.rs:352:21
[INFO] [stdout]     |
[INFO] [stdout] 352 |     /// - At most [`MAX_SKIP_HOPS`] pointer hops are followed.
[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] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `skip_rr` links to private item `MAX_NAME_WIRE_LEN`
[INFO] [stdout]    --> src/codec/name.rs:354:34
[INFO] [stdout]     |
[INFO] [stdout] 354 |     ///   255-byte name limit ([`MAX_NAME_WIRE_LEN`]).
[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] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `codec::Error::UnexpectedEof`
[INFO] [stdout]  --> src/codec/reader.rs:7:7
[INFO] [stdout]   |
[INFO] [stdout] 7 | //! [`codec::Error::UnexpectedEof`] on any attempt to read past the end of the
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `codec` in scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `codec::Error`
[INFO] [stdout]   --> src/codec/ttl.rs:29:66
[INFO] [stdout]    |
[INFO] [stdout] 29 | //! - For any input the scan returns either a [`TtlScan`] or a [`codec::Error`]
[INFO] [stdout]    |                                                                  ^^^^^^^^^^^^ no item named `codec` in scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `codec::Error`
[INFO] [stdout]   --> src/codec/ttl.rs:92:21
[INFO] [stdout]    |
[INFO] [stdout] 92 |     /// Returns a [`codec::Error`] if the message is malformed for scanning
[INFO] [stdout]    |                     ^^^^^^^^^^^^ no item named `codec` in scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `hickory`
[INFO] [stdout]   --> src/resolver/mod.rs:19:32
[INFO] [stdout]    |
[INFO] [stdout] 19 | //! The upstream client uses [`hickory`] for DoT/DoH transport.
[INFO] [stdout]    |                                ^^^^^^^ no item named `hickory` 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 `codec::ttl::TtlScan`
[INFO] [stdout]  --> src/resolver/cache.rs:6:7
[INFO] [stdout]   |
[INFO] [stdout] 6 | //! [`codec::ttl::TtlScan`].
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^ no item named `codec` in scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `TtlScan`
[INFO] [stdout]   --> src/resolver/cache.rs:12:43
[INFO] [stdout]    |
[INFO] [stdout] 12 | //! 2. **TTL fields**: each offset from [`TtlScan`] is decremented by the time
[INFO] [stdout]    |                                           ^^^^^^^ no item named `TtlScan` 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 `codec::ttl::TtlScan`
[INFO] [stdout]    --> src/resolver/cache.rs:212:50
[INFO] [stdout]     |
[INFO] [stdout] 212 |     /// `ttl_offsets` is the `Vec<usize>` from [`codec::ttl::TtlScan`]; it is
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^ no item named `codec` in scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `Service`
[INFO] [stdout]  --> src/resolver/pipeline/mod.rs:5:48
[INFO] [stdout]   |
[INFO] [stdout] 5 | //! forward service implement the same tower [`Service`] shape:
[INFO] [stdout]   |                                                ^^^^^^^ no item named `Service` 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 `storage::upstreams::Upstream`
[INFO] [stdout]   --> src/resolver/pipeline/engine.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 | //!   [`storage::upstreams::Upstream`] row to a runtime [`UpstreamConfig`],
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `storage` in scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `forward` links to private item `DnsMessageBytes::with_txn_id`
[INFO] [stdout]   --> src/resolver/pipeline/forward.rs:32:7
[INFO] [stdout]    |
[INFO] [stdout] 32 | //! [`DnsMessageBytes::with_txn_id`] copies the bytes and overwrites the first two
[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] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `crate::codec::header::Qtype`
[INFO] [stdout]   --> src/storage/local_records.rs:37:7
[INFO] [stdout]    |
[INFO] [stdout] 37 | /// [`crate::codec::header::Qtype`], which allows arbitrary `Other` values.
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `Qtype` in module `header`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `ConfigSyncer` links to private item `AppState::apply_config_snapshot`
[INFO] [stdout]   --> src/sync/mod.rs:90:42
[INFO] [stdout]    |
[INFO] [stdout] 90 | /// snapshot to the local instance via [`AppState::apply_config_snapshot`].  When
[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] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `run` links to private item `POLL_INTERVAL`
[INFO] [stdout]    --> src/sync/mod.rs:183:52
[INFO] [stdout]     |
[INFO] [stdout] 183 |     /// Syncs immediately on startup, then every [`POLL_INTERVAL`].  A failed
[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] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `RuntimeSettings`
[INFO] [stdout]  --> src/telemetry/query_log_purge.rs:8:50
[INFO] [stdout]   |
[INFO] [stdout] 8 | //! The retention window is read from the live [`RuntimeSettings`] snapshot on
[INFO] [stdout]   |                                                  ^^^^^^^^^^^^^^^ no item named `RuntimeSettings` in scope
[INFO] [stdout]   |
[INFO] [stdout]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `run` links to private item `PURGE_INTERVAL`
[INFO] [stdout]   --> src/telemetry/query_log_purge.rs:69:11
[INFO] [stdout]    |
[INFO] [stdout] 69 |     /// [`PURGE_INTERVAL`].
[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] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `State`
[INFO] [stdout]   --> src/web/mod.rs:17:61
[INFO] [stdout]    |
[INFO] [stdout] 17 | //! trigger — and is cloned into every request via axum's [`State`] extractor.
[INFO] [stdout]    |                                                             ^^^^^ no item named `State` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `apikeys` links to private item `crate::web::auth::MintedApiKey`
[INFO] [stdout]   --> src/web/apikeys.rs:11:28
[INFO] [stdout]    |
[INFO] [stdout] 11 | //! [`MintedApiKey::mint`](crate::web::auth::MintedApiKey) is displayed in the
[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] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `assets` links to private item `Assets::serve_revalidatable`
[INFO] [stdout]   --> src/web/assets.rs:27:8
[INFO] [stdout]    |
[INFO] [stdout] 27 | //! ([`Assets::serve_revalidatable`]) — otherwise `immutable` would pin a stale
[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] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `fingerprint` links to private item `FINGERPRINT`
[INFO] [stdout]   --> src/web/assets.rs:99:51
[INFO] [stdout]    |
[INFO] [stdout] 99 |     /// Cache-busting token for asset URLs (see [`FINGERPRINT`]).
[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] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `icons` links to private item `ICONS`
[INFO] [stdout]   --> src/web/icons.rs:17:7
[INFO] [stdout]    |
[INFO] [stdout] 17 | //! [`ICONS`] is the single source of truth for which icons are embedded; it
[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] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `sprite` links to private item `Assets::serve_revalidatable`
[INFO] [stdout]    --> src/web/icons.rs:112:11
[INFO] [stdout]     |
[INFO] [stdout] 112 |     /// [`Assets::serve_revalidatable`]).
[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] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `lists` links to private item `AppState::unblock`
[INFO] [stdout]   --> src/web/lists.rs:15:42
[INFO] [stdout]    |
[INFO] [stdout] 15 | //! - a blocked row offers *Unblock* — [`AppState::unblock`] removes it from the
[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] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `SqliteQueryLogRepo::page`
[INFO] [stdout]   --> src/web/live_log.rs:14:34
[INFO] [stdout]    |
[INFO] [stdout] 14 | //! History comes from the DB ([`SqliteQueryLogRepo::page`]); the live stream
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^ no item named `SqliteQueryLogRepo` in scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `Outcome`
[INFO] [stdout]   --> src/web/live_log.rs:25:7
[INFO] [stdout]    |
[INFO] [stdout] 25 | //! [`Outcome`] category, which E8.7 uses to show only effective one-click
[INFO] [stdout]    |       ^^^^^^^ no item named `Outcome` 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 `upstream_config_from_row`
[INFO] [stdout]   --> src/web/upstreams.rs:12:7
[INFO] [stdout]    |
[INFO] [stdout] 12 | //! [`upstream_config_from_row`]) and are rejected at add time so an entry can
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^ no item named `upstream_config_from_row` 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 `State`
[INFO] [stdout]    --> src/web/mod.rs:128:63
[INFO] [stdout]     |
[INFO] [stdout] 128 | /// reference-counted.  Cloned into handlers through axum's [`State`] extractor.
[INFO] [stdout]     |                                                               ^^^^^ no item named `State` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 03s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/sagittarius/index.html
[INFO] running `Command { std: "docker" "inspect" "2478de761ecbffa30deacdfd21c499b353c5ecc5e595128c8d76bbb13ad6ac12", 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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "DOCS_RS=1" "-e" "RUSTC_BOOTSTRAP=1" "-w" "/opt/rustwide/workdir" "--user" "0:0" "2478de761ecbffa30deacdfd21c499b353c5ecc5e595128c8d76bbb13ad6ac12" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "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]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling thiserror v2.0.18
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling displaydoc v0.2.6
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]    Compiling askama_web_derive v0.3.0
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling strum_macros v0.28.0
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]     Checking async-stream v0.3.6
[INFO] [stderr]     Checking tokio v1.52.3
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking zerofrom v0.1.8
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking yoke v0.8.2
[INFO] [stderr]    Compiling zerovec v0.11.6
[INFO] [stderr]    Compiling zerotrie v0.2.4
[INFO] [stderr]     Checking axum-core v0.5.6
[INFO] [stderr]     Checking tracing-subscriber v0.3.23
[INFO] [stderr]     Checking clap v4.6.1
[INFO] [stderr]     Checking tinystr v0.8.3
[INFO] [stderr]     Checking potential_utf v0.1.5
[INFO] [stderr]     Checking icu_collections v2.2.0
[INFO] [stderr]     Checking icu_locale_core v2.2.0
[INFO] [stderr]     Checking icu_provider v2.2.0
[INFO] [stderr]     Checking strum v0.28.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]     Checking moka v0.12.15
[INFO] [stderr]     Checking governor v0.10.4
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking hyper v1.10.1
[INFO] [stderr]     Checking tokio-stream v0.1.18
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking async-compression v0.4.42
[INFO] [stderr]     Checking icu_properties v2.2.0
[INFO] [stderr]     Checking icu_normalizer v2.2.0
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking either v1.16.0
[INFO] [stderr]    Compiling askama_parser v0.16.0
[INFO] [stderr]    Compiling basic-toml v0.1.10
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking h2 v0.4.14
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking idna_adapter v1.2.2
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking sqlx-core v0.8.6
[INFO] [stderr]     Checking tower-http v0.6.11
[INFO] [stderr]     Checking hickory-proto v0.26.1
[INFO] [stderr]     Checking axum v0.8.9
[INFO] [stderr]     Checking hyper-rustls v0.27.9
[INFO] [stderr]     Checking reqwest v0.13.4
[INFO] [stderr]     Checking sqlx-sqlite v0.8.6
[INFO] [stderr]    Compiling askama_derive v0.16.0
[INFO] [stderr]     Checking hickory-net v0.26.1
[INFO] [stderr]     Checking datastar v0.3.1
[INFO] [stderr]    Compiling askama_macros v0.16.0
[INFO] [stderr]    Compiling sqlx-macros-core v0.8.6
[INFO] [stderr]     Checking askama v0.16.0
[INFO] [stderr]     Checking askama_web v0.16.0
[INFO] [stderr]    Compiling sqlx-macros v0.8.6
[INFO] [stderr]     Checking sqlx v0.8.6
[INFO] [stderr]  Documenting sagittarius v0.3.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unresolved link to `storage`
[INFO] [stdout]  --> src/app.rs:6:55
[INFO] [stdout]   |
[INFO] [stdout] 6 | //! 1. Open the SQLite database and run migrations ([`storage`]).
[INFO] [stdout]   |                                                       ^^^^^^^ no item named `storage` 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 `resolver`
[INFO] [stdout]  --> src/app.rs:8:54
[INFO] [stdout]   |
[INFO] [stdout] 8 | //! 3. Spawn the DNS listeners and query pipeline ([`resolver`]).
[INFO] [stdout]   |                                                      ^^^^^^^^ no item named `resolver` 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 `web`
[INFO] [stdout]  --> src/app.rs:9:47
[INFO] [stdout]   |
[INFO] [stdout] 9 | //! 4. Spawn the web administration server ([`web`]).
[INFO] [stdout]   |                                               ^^^ no item named `web` 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 `Name::from_str`
[INFO] [stdout]   --> src/blocklist/parse.rs:33:7
[INFO] [stdout]    |
[INFO] [stdout] 33 | //! [`Name::from_str`] validation are **silently skipped**.  Parsing is never
[INFO] [stdout]    |       ^^^^^^^^^^^^^^ the struct `Name` has no field or associated item named `from_str`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `run` links to private item `MIN_INTERVAL`
[INFO] [stdout]    --> src/blocklist/scheduler.rs:464:38
[INFO] [stdout]     |
[INFO] [stdout] 464 |     ///      iteration, clamped to [`MIN_INTERVAL`].  Interval changes (E8
[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: unresolved link to `Name`
[INFO] [stdout]   --> src/codec/mod.rs:24:20
[INFO] [stdout]    |
[INFO] [stdout] 24 | //! | [`name`] | [`Name`] type, QNAME reader/writer, RR name-skip helper |
[INFO] [stdout]    |                    ^^^^ no item named `Name` 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 `name::Name::read_question`
[INFO] [stdout]   --> src/codec/message.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 15 | //!   [`name::Name::read_question`].
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `name` in scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `Display`
[INFO] [stdout]   --> src/codec/name.rs:15:11
[INFO] [stdout]    |
[INFO] [stdout] 15 | //! The [`Display`] representation is the fully-qualified form with trailing dot.
[INFO] [stdout]    |           ^^^^^^^ no item named `Display` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `name` links to private item `MAX_SKIP_HOPS`
[INFO] [stdout]   --> src/codec/name.rs:41:17
[INFO] [stdout]    |
[INFO] [stdout] 41 | //! - At most [`MAX_SKIP_HOPS`] pointer hops are followed, and the total label
[INFO] [stdout]    |                 ^^^^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `name` links to private item `MAX_NAME_WIRE_LEN`
[INFO] [stdout]   --> src/codec/name.rs:43:10
[INFO] [stdout]    |
[INFO] [stdout] 43 | //!   ([`MAX_NAME_WIRE_LEN`]).  A crafted pointer loop therefore always
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `skip_rr` links to private item `MAX_SKIP_HOPS`
[INFO] [stdout]    --> src/codec/name.rs:352:21
[INFO] [stdout]     |
[INFO] [stdout] 352 |     /// - At most [`MAX_SKIP_HOPS`] pointer hops are followed.
[INFO] [stdout]     |                     ^^^^^^^^^^^^^ this item is private
[INFO] [stdout]     |
[INFO] [stdout]     = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `skip_rr` links to private item `MAX_NAME_WIRE_LEN`
[INFO] [stdout]    --> src/codec/name.rs:354:34
[INFO] [stdout]     |
[INFO] [stdout] 354 |     ///   255-byte name limit ([`MAX_NAME_WIRE_LEN`]).
[INFO] [stdout]     |                                  ^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]     |
[INFO] [stdout]     = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `codec::Error::UnexpectedEof`
[INFO] [stdout]  --> src/codec/reader.rs:7:7
[INFO] [stdout]   |
[INFO] [stdout] 7 | //! [`codec::Error::UnexpectedEof`] on any attempt to read past the end of the
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `codec` in scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `codec::Error`
[INFO] [stdout]   --> src/codec/ttl.rs:29:66
[INFO] [stdout]    |
[INFO] [stdout] 29 | //! - For any input the scan returns either a [`TtlScan`] or a [`codec::Error`]
[INFO] [stdout]    |                                                                  ^^^^^^^^^^^^ no item named `codec` in scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `codec::Error`
[INFO] [stdout]   --> src/codec/ttl.rs:92:21
[INFO] [stdout]    |
[INFO] [stdout] 92 |     /// Returns a [`codec::Error`] if the message is malformed for scanning
[INFO] [stdout]    |                     ^^^^^^^^^^^^ no item named `codec` in scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `hickory`
[INFO] [stdout]   --> src/resolver/mod.rs:19:32
[INFO] [stdout]    |
[INFO] [stdout] 19 | //! The upstream client uses [`hickory`] for DoT/DoH transport.
[INFO] [stdout]    |                                ^^^^^^^ no item named `hickory` 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 `codec::ttl::TtlScan`
[INFO] [stdout]  --> src/resolver/cache.rs:6:7
[INFO] [stdout]   |
[INFO] [stdout] 6 | //! [`codec::ttl::TtlScan`].
[INFO] [stdout]   |       ^^^^^^^^^^^^^^^^^^^ no item named `codec` in scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `TtlScan`
[INFO] [stdout]   --> src/resolver/cache.rs:12:43
[INFO] [stdout]    |
[INFO] [stdout] 12 | //! 2. **TTL fields**: each offset from [`TtlScan`] is decremented by the time
[INFO] [stdout]    |                                           ^^^^^^^ no item named `TtlScan` 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 `codec::ttl::TtlScan`
[INFO] [stdout]    --> src/resolver/cache.rs:212:50
[INFO] [stdout]     |
[INFO] [stdout] 212 |     /// `ttl_offsets` is the `Vec<usize>` from [`codec::ttl::TtlScan`]; it is
[INFO] [stdout]     |                                                  ^^^^^^^^^^^^^^^^^^^ no item named `codec` in scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `Service`
[INFO] [stdout]  --> src/resolver/pipeline/mod.rs:5:48
[INFO] [stdout]   |
[INFO] [stdout] 5 | //! forward service implement the same tower [`Service`] shape:
[INFO] [stdout]   |                                                ^^^^^^^ no item named `Service` 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 `storage::upstreams::Upstream`
[INFO] [stdout]   --> src/resolver/pipeline/engine.rs:14:9
[INFO] [stdout]    |
[INFO] [stdout] 14 | //!   [`storage::upstreams::Upstream`] row to a runtime [`UpstreamConfig`],
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `storage` in scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `forward` links to private item `DnsMessageBytes::with_txn_id`
[INFO] [stdout]   --> src/resolver/pipeline/forward.rs:32:7
[INFO] [stdout]    |
[INFO] [stdout] 32 | //! [`DnsMessageBytes::with_txn_id`] copies the bytes and overwrites the first two
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `crate::codec::header::Qtype`
[INFO] [stdout]   --> src/storage/local_records.rs:37:7
[INFO] [stdout]    |
[INFO] [stdout] 37 | /// [`crate::codec::header::Qtype`], which allows arbitrary `Other` values.
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `Qtype` in module `header`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `ConfigSyncer` links to private item `AppState::apply_config_snapshot`
[INFO] [stdout]   --> src/sync/mod.rs:90:42
[INFO] [stdout]    |
[INFO] [stdout] 90 | /// snapshot to the local instance via [`AppState::apply_config_snapshot`].  When
[INFO] [stdout]    |                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `run` links to private item `POLL_INTERVAL`
[INFO] [stdout]    --> src/sync/mod.rs:183:52
[INFO] [stdout]     |
[INFO] [stdout] 183 |     /// Syncs immediately on startup, then every [`POLL_INTERVAL`].  A failed
[INFO] [stdout]     |                                                    ^^^^^^^^^^^^^ this item is private
[INFO] [stdout]     |
[INFO] [stdout]     = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `RuntimeSettings`
[INFO] [stdout]  --> src/telemetry/query_log_purge.rs:8:50
[INFO] [stdout]   |
[INFO] [stdout] 8 | //! The retention window is read from the live [`RuntimeSettings`] snapshot on
[INFO] [stdout]   |                                                  ^^^^^^^^^^^^^^^ no item named `RuntimeSettings` in scope
[INFO] [stdout]   |
[INFO] [stdout]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `run` links to private item `PURGE_INTERVAL`
[INFO] [stdout]   --> src/telemetry/query_log_purge.rs:69:11
[INFO] [stdout]    |
[INFO] [stdout] 69 |     /// [`PURGE_INTERVAL`].
[INFO] [stdout]    |           ^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `State`
[INFO] [stdout]   --> src/web/mod.rs:17:61
[INFO] [stdout]    |
[INFO] [stdout] 17 | //! trigger — and is cloned into every request via axum's [`State`] extractor.
[INFO] [stdout]    |                                                             ^^^^^ no item named `State` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `apikeys` links to private item `crate::web::auth::MintedApiKey`
[INFO] [stdout]   --> src/web/apikeys.rs:11:28
[INFO] [stdout]    |
[INFO] [stdout] 11 | //! [`MintedApiKey::mint`](crate::web::auth::MintedApiKey) is displayed in the
[INFO] [stdout]    |                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `assets` links to private item `Assets::serve_revalidatable`
[INFO] [stdout]   --> src/web/assets.rs:27:8
[INFO] [stdout]    |
[INFO] [stdout] 27 | //! ([`Assets::serve_revalidatable`]) — otherwise `immutable` would pin a stale
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `fingerprint` links to private item `FINGERPRINT`
[INFO] [stdout]   --> src/web/assets.rs:99:51
[INFO] [stdout]    |
[INFO] [stdout] 99 |     /// Cache-busting token for asset URLs (see [`FINGERPRINT`]).
[INFO] [stdout]    |                                                   ^^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `icons` links to private item `ICONS`
[INFO] [stdout]   --> src/web/icons.rs:17:7
[INFO] [stdout]    |
[INFO] [stdout] 17 | //! [`ICONS`] is the single source of truth for which icons are embedded; it
[INFO] [stdout]    |       ^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `sprite` links to private item `Assets::serve_revalidatable`
[INFO] [stdout]    --> src/web/icons.rs:112:11
[INFO] [stdout]     |
[INFO] [stdout] 112 |     /// [`Assets::serve_revalidatable`]).
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]     |
[INFO] [stdout]     = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `lists` links to private item `AppState::unblock`
[INFO] [stdout]   --> src/web/lists.rs:15:42
[INFO] [stdout]    |
[INFO] [stdout] 15 | //! - a blocked row offers *Unblock* — [`AppState::unblock`] removes it from the
[INFO] [stdout]    |                                          ^^^^^^^^^^^^^^^^^ this item is private
[INFO] [stdout]    |
[INFO] [stdout]    = note: this link will resolve properly if you pass `--document-private-items`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `SqliteQueryLogRepo::page`
[INFO] [stdout]   --> src/web/live_log.rs:14:34
[INFO] [stdout]    |
[INFO] [stdout] 14 | //! History comes from the DB ([`SqliteQueryLogRepo::page`]); the live stream
[INFO] [stdout]    |                                  ^^^^^^^^^^^^^^^^^^^^^^^^ no item named `SqliteQueryLogRepo` in scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `Outcome`
[INFO] [stdout]   --> src/web/live_log.rs:25:7
[INFO] [stdout]    |
[INFO] [stdout] 25 | //! [`Outcome`] category, which E8.7 uses to show only effective one-click
[INFO] [stdout]    |       ^^^^^^^ no item named `Outcome` 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 `upstream_config_from_row`
[INFO] [stdout]   --> src/web/upstreams.rs:12:7
[INFO] [stdout]    |
[INFO] [stdout] 12 | //! [`upstream_config_from_row`]) and are rejected at add time so an entry can
[INFO] [stdout]    |       ^^^^^^^^^^^^^^^^^^^^^^^^ no item named `upstream_config_from_row` 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 `State`
[INFO] [stdout]    --> src/web/mod.rs:128:63
[INFO] [stdout]     |
[INFO] [stdout] 128 | /// reference-counted.  Cloned into handlers through axum's [`State`] extractor.
[INFO] [stdout]     |                                                               ^^^^^ no item named `State` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.91s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/sagittarius/index.html
[INFO] running `Command { std: "docker" "inspect" "2478de761ecbffa30deacdfd21c499b353c5ecc5e595128c8d76bbb13ad6ac12", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2478de761ecbffa30deacdfd21c499b353c5ecc5e595128c8d76bbb13ad6ac12", kill_on_drop: false }`
[INFO] [stdout] 2478de761ecbffa30deacdfd21c499b353c5ecc5e595128c8d76bbb13ad6ac12
