[INFO] cloning repository https://github.com/nostrocket/wotcrawler
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/nostrocket/wotcrawler" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnostrocket%2Fwotcrawler", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnostrocket%2Fwotcrawler'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 9475aba241d7505ce54b3ada2f03a9c63067d3cc
[INFO] documenting nostrocket/wotcrawler 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%2Fnostrocket%2Fwotcrawler" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-2-tc1/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/nostrocket/wotcrawler
[INFO] finished tweaking git repo https://github.com/nostrocket/wotcrawler
[INFO] tweaked toml for git repo https://github.com/nostrocket/wotcrawler written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/nostrocket/wotcrawler 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/nostrocket/wotcrawler 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]  Downloading crates ...
[INFO] [stderr]   Downloaded docker_credential v1.4.0
[INFO] [stderr]   Downloaded ferroid v2.0.0
[INFO] [stderr]   Downloaded testcontainers v0.27.3
[INFO] [stderr]   Downloaded bollard v0.20.2
[INFO] [stderr]   Downloaded prost-types v0.14.4
[INFO] [stderr]   Downloaded hashlink v0.11.1
[INFO] [stderr]   Downloaded bollard-stubs v1.52.1-rc.29.1.3
[INFO] [stderr]   Downloaded bollard-buildkit-proto v0.7.0
[INFO] [stderr]   Downloaded astral-tokio-tar v0.6.2
[INFO] [stderr]   Downloaded testcontainers-modules v0.15.0
[INFO] [stderr]   Downloaded nostr-database v0.44.0
[INFO] [stderr]   Downloaded nostr-sdk v0.44.1
[INFO] [stderr]   Downloaded nostr-relay-pool v0.44.1
[INFO] [stderr]   Downloaded nostr v0.44.3
[INFO] [stderr]   Downloaded bitcoin-io v0.1.100
[INFO] [stderr]   Downloaded negentropy v0.5.0
[INFO] [stderr]   Downloaded atomic-destructor v0.3.0
[INFO] [stderr]   Downloaded hex-conservative v0.2.2
[INFO] [stderr]   Downloaded async-utility v0.3.1
[INFO] [stderr]   Downloaded nostr-gossip v0.44.0
[INFO] [stderr]   Downloaded sketches-ddsketch v0.3.1
[INFO] [stderr]   Downloaded bitcoin_hashes v0.14.100
[INFO] [stderr]   Downloaded tokio-socks v0.5.3
[INFO] [stderr]   Downloaded async-wsocket v0.13.2
[INFO] [stderr]   Downloaded hashbag v0.1.13
[INFO] [stderr]   Downloaded bech32 v0.11.1
[INFO] [stderr]   Downloaded left-right v0.11.7
[INFO] [stderr]   Downloaded evmap v11.0.0
[INFO] [stderr]   Downloaded metrics-util v0.20.4
[INFO] [stderr]   Downloaded metrics v0.24.6
[INFO] [stderr]   Downloaded metrics-exporter-prometheus v0.18.3
[INFO] [stderr]   Downloaded bip39 v2.2.2
[INFO] [stderr]   Downloaded yaml-rust2 v0.11.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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] 3d98546651cb6b66543bc50224302ba27332c482ec9c3c44d4995c0b0014dffe
[INFO] running `Command { std: "docker" "start" "3d98546651cb6b66543bc50224302ba27332c482ec9c3c44d4995c0b0014dffe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3d98546651cb6b66543bc50224302ba27332c482ec9c3c44d4995c0b0014dffe", 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" "3d98546651cb6b66543bc50224302ba27332c482ec9c3c44d4995c0b0014dffe" "/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" "3d98546651cb6b66543bc50224302ba27332c482ec9c3c44d4995c0b0014dffe", 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" "3d98546651cb6b66543bc50224302ba27332c482ec9c3c44d4995c0b0014dffe" "/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 syn v2.0.117
[INFO] [stderr]     Checking memchr v2.8.2
[INFO] [stderr]     Checking typenum v1.20.1
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling zerocopy v0.8.52
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]    Compiling rustls v0.23.40
[INFO] [stderr]    Compiling autocfg v1.5.1
[INFO] [stderr]     Checking rustls-pki-types v1.14.1
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]     Checking http v1.4.2
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]     Checking bitflags v2.13.0
[INFO] [stderr]    Compiling cmov v0.5.4
[INFO] [stderr]    Compiling zeroize v1.8.2
[INFO] [stderr]    Compiling secp256k1-sys v0.10.1
[INFO] [stderr]    Compiling untrusted v0.9.0
[INFO] [stderr]    Compiling bitcoin-io v0.1.100
[INFO] [stderr]     Checking ctutils v0.4.2
[INFO] [stderr]     Checking rand_core v0.9.5
[INFO] [stderr]    Compiling mio v1.2.1
[INFO] [stderr]    Compiling socket2 v0.6.4
[INFO] [stderr]     Checking webpki-roots v1.0.7
[INFO] [stderr]    Compiling rand_core v0.10.1
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling cpufeatures v0.3.0
[INFO] [stderr]    Compiling tinyvec v1.11.0
[INFO] [stderr]     Checking hex-conservative v0.2.2
[INFO] [stderr]    Compiling log v0.4.32
[INFO] [stderr]    Compiling crc-catalog v2.5.0
[INFO] [stderr]    Compiling tokio v1.52.3
[INFO] [stderr]    Compiling iana-time-zone v0.1.65
[INFO] [stderr]    Compiling pest v2.8.6
[INFO] [stderr]    Compiling crc v3.4.0
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]    Compiling const-random-macro v0.1.16
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling unicode-normalization v0.1.25
[INFO] [stderr]    Compiling hybrid-array v0.4.12
[INFO] [stderr]     Checking generic-array v0.14.9
[INFO] [stderr]    Compiling chacha20 v0.10.0
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]    Compiling chrono v0.4.45
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]    Compiling hashlink v0.11.1
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]    Compiling block-buffer v0.12.1
[INFO] [stderr]    Compiling crypto-common v0.2.2
[INFO] [stderr]     Checking bech32 v0.11.1
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]    Compiling stringprep v0.1.5
[INFO] [stderr]    Compiling atoi v2.0.0
[INFO] [stderr]     Checking digest v0.11.3
[INFO] [stderr]    Compiling pest_meta v2.8.6
[INFO] [stderr]    Compiling rand v0.10.1
[INFO] [stderr]     Checking const-random v0.1.18
[INFO] [stderr]     Checking webpki-roots v0.26.11
[INFO] [stderr]     Checking raw-cpuid v11.6.0
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]    Compiling whoami v2.1.2
[INFO] [stderr]    Compiling hmac v0.13.0
[INFO] [stderr]    Compiling hkdf v0.13.0
[INFO] [stderr]    Compiling sha2 v0.11.0
[INFO] [stderr]    Compiling md-5 v0.11.0
[INFO] [stderr]     Checking rapidhash v4.4.1
[INFO] [stderr]     Checking dlv-list v0.5.2
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]     Checking winnow v1.0.3
[INFO] [stderr]    Compiling portable-atomic v1.13.1
[INFO] [stderr]     Checking lru v0.16.4
[INFO] [stderr]     Checking ordered-multimap v0.7.3
[INFO] [stderr]     Checking metrics v0.24.6
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking rand_xoshiro v0.7.0
[INFO] [stderr]     Checking left-right v0.11.7
[INFO] [stderr]     Checking serde_spanned v1.1.1
[INFO] [stderr]     Checking toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]     Checking negentropy v0.5.0
[INFO] [stderr]    Compiling rustls-webpki v0.103.13
[INFO] [stderr]     Checking atomic-destructor v0.3.0
[INFO] [stderr]    Compiling metrics-exporter-prometheus v0.18.3
[INFO] [stderr]     Checking unicode-segmentation v1.13.3
[INFO] [stderr]     Checking sketches-ddsketch v0.3.1
[INFO] [stderr]     Checking hashbag v0.1.13
[INFO] [stderr]     Checking yaml-rust2 v0.11.0
[INFO] [stderr]     Checking rust-ini v0.21.3
[INFO] [stderr]     Checking serde-untagged v0.1.9
[INFO] [stderr]     Checking toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]     Checking spinning_top v0.3.0
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking serde_path_to_error v0.1.20
[INFO] [stderr]     Checking futures-timer v3.0.4
[INFO] [stderr]     Checking nonzero_ext v0.3.0
[INFO] [stderr]     Checking web-time v1.1.0
[INFO] [stderr]     Checking toml v1.1.2+spec-1.1.0
[INFO] [stderr]     Checking quanta v0.12.6
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling pest_generator v2.8.6
[INFO] [stderr]     Checking convert_case v0.6.0
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling serde_derive v1.0.228
[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 tokio-macros v2.7.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling pest_derive v2.8.6
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand v0.8.6
[INFO] [stderr]     Checking rand v0.9.4
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]     Checking metrics-util v0.20.4
[INFO] [stderr]    Compiling tokio-stream v0.1.18
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking zerofrom v0.1.8
[INFO] [stderr]    Compiling yoke v0.8.3
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking thiserror v2.0.18
[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 tinystr v0.8.3
[INFO] [stderr]     Checking potential_utf v0.1.5
[INFO] [stderr]     Checking icu_locale_core v2.2.0
[INFO] [stderr]     Checking icu_collections v2.2.0
[INFO] [stderr]     Checking clap v4.6.1
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking smallvec v1.15.2
[INFO] [stderr]     Checking either v1.16.0
[INFO] [stderr]     Checking secp256k1 v0.29.1
[INFO] [stderr]     Checking bitcoin_hashes v0.14.100
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking ron v0.12.1
[INFO] [stderr]     Checking tracing-serde v0.2.0
[INFO] [stderr]     Checking icu_provider v2.2.0
[INFO] [stderr]     Checking json5 v0.4.1
[INFO] [stderr]     Checking humantime-serde v1.1.1
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking evmap v11.0.0
[INFO] [stderr]     Checking tracing-subscriber v0.3.23
[INFO] [stderr]     Checking icu_properties v2.2.0
[INFO] [stderr]     Checking icu_normalizer v2.2.0
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking tungstenite v0.26.2
[INFO] [stderr]     Checking dashmap v6.2.1
[INFO] [stderr]     Checking futures-intrusive v0.5.0
[INFO] [stderr]     Checking config v0.15.23
[INFO] [stderr]     Checking governor v0.10.4
[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 nostr v0.44.3
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking hyper v1.10.1
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking tokio-socks v0.5.3
[INFO] [stderr]     Checking async-utility v0.3.1
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking tokio-tungstenite v0.26.2
[INFO] [stderr]     Checking async-wsocket v0.13.2
[INFO] [stderr]     Checking sqlx-core v0.9.0
[INFO] [stderr]     Checking tower-http v0.6.11
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking hyper-rustls v0.27.9
[INFO] [stderr]     Checking axum v0.8.9
[INFO] [stderr]     Checking reqwest v0.12.28
[INFO] [stderr]     Checking nostr-database v0.44.0
[INFO] [stderr]     Checking nostr-gossip v0.44.0
[INFO] [stderr]     Checking nostr-relay-pool v0.44.1
[INFO] [stderr]     Checking sqlx-postgres v0.9.0
[INFO] [stderr]     Checking nostr-sdk v0.44.1
[INFO] [stderr]    Compiling sqlx-macros-core v0.9.0
[INFO] [stderr]    Compiling sqlx-macros v0.9.0
[INFO] [stderr]     Checking sqlx v0.9.0
[INFO] [stderr]  Documenting web-of-trust v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking web-of-trust v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unresolved link to `validate`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the link appears in this line:
[INFO] [stdout]           
[INFO] [stdout]           [`validate`] is fail-fast: a bad anchor pubkey, an empty relay set, an empty
[INFO] [stdout]            ^^^^^^^^^^
[INFO] [stdout]   = note: no item named `validate` in scope
[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 `install_metrics`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the link appears in this line:
[INFO] [stdout]           
[INFO] [stdout]           - **OBS-01 — metrics.** [`install_metrics`] installs the *global*
[INFO] [stdout]                                      ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   = note: no item named `install_metrics` in scope
[INFO] [stdout]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `PrometheusHandle`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the link appears in this line:
[INFO] [stdout]           
[INFO] [stdout]             router below owns the `/metrics` route) and returns a [`PrometheusHandle`].
[INFO] [stdout]                                                                    ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   = note: no item named `PrometheusHandle` in scope
[INFO] [stdout]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `init_tracing`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the link appears in this line:
[INFO] [stdout]           
[INFO] [stdout]           - **OBS-02 — structured logging.** [`init_tracing`] installs a `tracing`
[INFO] [stdout]                                                 ^^^^^^^^^^^^^^
[INFO] [stdout]   = note: no item named `init_tracing` in scope
[INFO] [stdout]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `router`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the link appears in this line:
[INFO] [stdout]           
[INFO] [stdout]           - **OBS-03 — health.** [`router`] serves `GET /metrics`, `/health/live`
[INFO] [stdout]                                     ^^^^^^^^
[INFO] [stdout]   = note: no item named `router` in scope
[INFO] [stdout]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `install_metrics`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the link appears in this line:
[INFO] [stdout]           
[INFO] [stdout]           [`install_metrics`] MUST run before any code path fires a `metrics::counter!`
[INFO] [stdout]            ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   = note: no item named `install_metrics` in scope
[INFO] [stdout]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `run_daemon_loop`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the link appears in this line:
[INFO] [stdout]           
[INFO] [stdout]           [`run_daemon_loop`] is the long-running companion to
[INFO] [stdout]            ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   = note: no item named `run_daemon_loop` in scope
[INFO] [stdout]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `seed_anchor`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the link appears in this line:
[INFO] [stdout]           
[INFO] [stdout]           [`seed_anchor`], [`reclaim_stale_on_startup`], [`claim_batch`],
[INFO] [stdout]            ^^^^^^^^^^^^^
[INFO] [stdout]   = note: no item named `seed_anchor` in scope
[INFO] [stdout]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `reclaim_stale_on_startup`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the link appears in this line:
[INFO] [stdout]           
[INFO] [stdout]           [`seed_anchor`], [`reclaim_stale_on_startup`], [`claim_batch`],
[INFO] [stdout]                             ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   = note: no item named `reclaim_stale_on_startup` in scope
[INFO] [stdout]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `claim_batch`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the link appears in this line:
[INFO] [stdout]           
[INFO] [stdout]           [`seed_anchor`], [`reclaim_stale_on_startup`], [`claim_batch`],
[INFO] [stdout]                                                           ^^^^^^^^^^^^^
[INFO] [stdout]   = note: no item named `claim_batch` in scope
[INFO] [stdout]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `process_batch`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the link appears in this line:
[INFO] [stdout]           
[INFO] [stdout]           [`process_batch`], the `Semaphore` backpressure, and
[INFO] [stdout]            ^^^^^^^^^^^^^^^
[INFO] [stdout]   = note: no item named `process_batch` in scope
[INFO] [stdout]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `loop_` links to private item `crate::crawl::join_worker`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the link appears in this line:
[INFO] [stdout]           
[INFO] [stdout]           [`crate::crawl::join_worker`] — and changes ONLY the loop control:
[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: public documentation for `loop_` links to private item `crate::crawl::join_worker`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the link appears in this line:
[INFO] [stdout]           
[INFO] [stdout]             in-flight worker is drained via [`crate::crawl::join_worker`] so each leased
[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_daemon_loop` links to private item `join_worker`
[INFO] [stdout]   --> src/daemon/loop_.rs:59:68
[INFO] [stdout]    |
[INFO] [stdout] 59 | /// After the loop breaks, all remaining workers are drained via [`join_worker`]
[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 `sample_gauges`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the link appears in this line:
[INFO] [stdout]           
[INFO] [stdout]           - [`sample_gauges`] (OBS-01): one cheap `GROUP BY status` aggregate per tick →
[INFO] [stdout]              ^^^^^^^^^^^^^^^
[INFO] [stdout]   = note: no item named `sample_gauges` in scope
[INFO] [stdout]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `progress_summary`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the link appears in this line:
[INFO] [stdout]           
[INFO] [stdout]           - [`progress_summary`] (OBS-04): logs a periodic crawl-progress line (frontier
[INFO] [stdout]              ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   = note: no item named `progress_summary` in scope
[INFO] [stdout]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `staleness_timer`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the link appears in this line:
[INFO] [stdout]           
[INFO] [stdout]           - [`staleness_timer`] (FRESH-02): periodically re-enqueues stale terminal rows
[INFO] [stdout]              ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   = note: no item named `staleness_timer` in scope
[INFO] [stdout]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `reclaim_stale_by_ttl`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the link appears in this line:
[INFO] [stdout]           
[INFO] [stdout]             via [`reclaim_stale_by_ttl`].
[INFO] [stdout]                  ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   = note: no item named `reclaim_stale_by_ttl` in scope
[INFO] [stdout]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `in_run_reclaim_timer`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the link appears in this line:
[INFO] [stdout]           
[INFO] [stdout]           - [`in_run_reclaim_timer`] (OPS-02): periodically reclaims age-orphaned
[INFO] [stdout]              ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   = note: no item named `in_run_reclaim_timer` in scope
[INFO] [stdout]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `reclaim_in_progress_older_than`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the link appears in this line:
[INFO] [stdout]           
[INFO] [stdout]             `in_progress` leases via [`reclaim_in_progress_older_than`].
[INFO] [stdout]                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   = note: no item named `reclaim_in_progress_older_than` in scope
[INFO] [stdout]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `frontier_counts`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the link appears in this line:
[INFO] [stdout]           
[INFO] [stdout]           the single status aggregate ([`frontier_counts`]) and the reused sweep
[INFO] [stdout]                                         ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   = note: no item named `frontier_counts` in scope
[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 `SHUTDOWN_TIMEOUT`
[INFO] [stdout]    --> src/daemon/mod.rs:109:34
[INFO] [stdout]     |
[INFO] [stdout] 109 | /// stop; all are joined under [`SHUTDOWN_TIMEOUT`] so a stuck task cannot hang
[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 `extract_relay_pairs` links to private item `marker_of`
[INFO] [stdout]   --> src/ingest/relay_list.rs:44:7
[INFO] [stdout]    |
[INFO] [stdout] 44 | /// [`marker_of`]).
[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 `fetch_complete` links to private item `pool_label`
[INFO] [stdout]    --> src/relay/fetch.rs:308:28
[INFO] [stdout]     |
[INFO] [stdout] 308 | /// joined pool string — [`pool_label`] is diagnostics-only.
[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 `health` links to private item `PROBE_INTERVAL`
[INFO] [stdout]   --> src/relay/health.rs:29:7
[INFO] [stdout]    |
[INFO] [stdout] 29 | //! [`PROBE_INTERVAL`], or it has never been attempted), so a recovered relay
[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 `route_allowed` links to private item `PROBE_INTERVAL`
[INFO] [stdout]    --> src/relay/health.rs:191:38
[INFO] [stdout]     |
[INFO] [stdout] 191 |     /// last attempt is older than [`PROBE_INTERVAL`], or it has never been
[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 `try_mark_attempt` links to private item `PROBE_INTERVAL`
[INFO] [stdout]    --> src/relay/health.rs:230:30
[INFO] [stdout]     |
[INFO] [stdout] 230 |     /// wins the probe per [`PROBE_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: public documentation for `try_mark_attempt` links to private item `PROBE_INTERVAL`
[INFO] [stdout]    --> src/relay/health.rs:234:38
[INFO] [stdout]     |
[INFO] [stdout] 234 |     /// or last attempt older than [`PROBE_INTERVAL`]), in which case this task
[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] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 29s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/web_of_trust/index.html and 1 other file
[INFO] running `Command { std: "docker" "inspect" "3d98546651cb6b66543bc50224302ba27332c482ec9c3c44d4995c0b0014dffe", 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" "RUSTC_BOOTSTRAP=1" "-e" "DOCS_RS=1" "-w" "/opt/rustwide/workdir" "--user" "0:0" "3d98546651cb6b66543bc50224302ba27332c482ec9c3c44d4995c0b0014dffe" "/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 thiserror v1.0.69
[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 pest_generator v2.8.6
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling displaydoc v0.2.6
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling pest_derive v2.8.6
[INFO] [stderr]     Checking tokio v1.52.3
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking axum-core v0.5.6
[INFO] [stderr]     Checking tungstenite v0.26.2
[INFO] [stderr]     Checking zerofrom v0.1.8
[INFO] [stderr]     Checking clap v4.6.1
[INFO] [stderr]    Compiling yoke v0.8.3
[INFO] [stderr]    Compiling zerovec v0.11.6
[INFO] [stderr]    Compiling zerotrie v0.2.4
[INFO] [stderr]    Compiling tinystr v0.8.3
[INFO] [stderr]    Compiling potential_utf v0.1.5
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]    Compiling icu_collections v2.2.0
[INFO] [stderr]    Compiling icu_locale_core v2.2.0
[INFO] [stderr]     Checking smallvec v1.15.2
[INFO] [stderr]     Checking either v1.16.0
[INFO] [stderr]     Checking bitcoin_hashes v0.14.100
[INFO] [stderr]     Checking secp256k1 v0.29.1
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking json5 v0.4.1
[INFO] [stderr]     Checking ron v0.12.1
[INFO] [stderr]     Checking tracing-serde v0.2.0
[INFO] [stderr]     Checking humantime-serde v1.1.1
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking evmap v11.0.0
[INFO] [stderr]     Checking tracing-subscriber v0.3.23
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking dashmap v6.2.1
[INFO] [stderr]     Checking metrics-exporter-prometheus v0.18.3
[INFO] [stderr]    Compiling icu_provider v2.2.0
[INFO] [stderr]     Checking futures-intrusive v0.5.0
[INFO] [stderr]     Checking governor v0.10.4
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking hyper v1.10.1
[INFO] [stderr]     Checking tokio-stream v0.1.18
[INFO] [stderr]     Checking tokio-socks v0.5.3
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking async-utility v0.3.1
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking icu_normalizer v2.2.0
[INFO] [stderr]     Checking icu_properties v2.2.0
[INFO] [stderr]     Checking tokio-tungstenite v0.26.2
[INFO] [stderr]     Checking config v0.15.23
[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 nostr v0.44.3
[INFO] [stderr]     Checking sqlx-core v0.9.0
[INFO] [stderr]     Checking async-wsocket v0.13.2
[INFO] [stderr]     Checking tower-http v0.6.11
[INFO] [stderr]     Checking hyper-rustls v0.27.9
[INFO] [stderr]     Checking axum v0.8.9
[INFO] [stderr]     Checking reqwest v0.12.28
[INFO] [stderr]     Checking sqlx-postgres v0.9.0
[INFO] [stderr]     Checking nostr-database v0.44.0
[INFO] [stderr]     Checking nostr-gossip v0.44.0
[INFO] [stderr]     Checking nostr-relay-pool v0.44.1
[INFO] [stderr]     Checking nostr-sdk v0.44.1
[INFO] [stderr]    Compiling sqlx-macros-core v0.9.0
[INFO] [stderr]    Compiling sqlx-macros v0.9.0
[INFO] [stderr]     Checking sqlx v0.9.0
[INFO] [stderr]  Documenting web-of-trust v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unresolved link to `validate`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the link appears in this line:
[INFO] [stdout]           
[INFO] [stdout]           [`validate`] is fail-fast: a bad anchor pubkey, an empty relay set, an empty
[INFO] [stdout]            ^^^^^^^^^^
[INFO] [stdout]   = note: no item named `validate` in scope
[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 `install_metrics`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the link appears in this line:
[INFO] [stdout]           
[INFO] [stdout]           - **OBS-01 — metrics.** [`install_metrics`] installs the *global*
[INFO] [stdout]                                      ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   = note: no item named `install_metrics` in scope
[INFO] [stdout]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `PrometheusHandle`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the link appears in this line:
[INFO] [stdout]           
[INFO] [stdout]             router below owns the `/metrics` route) and returns a [`PrometheusHandle`].
[INFO] [stdout]                                                                    ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   = note: no item named `PrometheusHandle` in scope
[INFO] [stdout]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `init_tracing`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the link appears in this line:
[INFO] [stdout]           
[INFO] [stdout]           - **OBS-02 — structured logging.** [`init_tracing`] installs a `tracing`
[INFO] [stdout]                                                 ^^^^^^^^^^^^^^
[INFO] [stdout]   = note: no item named `init_tracing` in scope
[INFO] [stdout]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `router`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the link appears in this line:
[INFO] [stdout]           
[INFO] [stdout]           - **OBS-03 — health.** [`router`] serves `GET /metrics`, `/health/live`
[INFO] [stdout]                                     ^^^^^^^^
[INFO] [stdout]   = note: no item named `router` in scope
[INFO] [stdout]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `install_metrics`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the link appears in this line:
[INFO] [stdout]           
[INFO] [stdout]           [`install_metrics`] MUST run before any code path fires a `metrics::counter!`
[INFO] [stdout]            ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   = note: no item named `install_metrics` in scope
[INFO] [stdout]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `run_daemon_loop`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the link appears in this line:
[INFO] [stdout]           
[INFO] [stdout]           [`run_daemon_loop`] is the long-running companion to
[INFO] [stdout]            ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   = note: no item named `run_daemon_loop` in scope
[INFO] [stdout]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `seed_anchor`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the link appears in this line:
[INFO] [stdout]           
[INFO] [stdout]           [`seed_anchor`], [`reclaim_stale_on_startup`], [`claim_batch`],
[INFO] [stdout]            ^^^^^^^^^^^^^
[INFO] [stdout]   = note: no item named `seed_anchor` in scope
[INFO] [stdout]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `reclaim_stale_on_startup`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the link appears in this line:
[INFO] [stdout]           
[INFO] [stdout]           [`seed_anchor`], [`reclaim_stale_on_startup`], [`claim_batch`],
[INFO] [stdout]                             ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   = note: no item named `reclaim_stale_on_startup` in scope
[INFO] [stdout]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `claim_batch`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the link appears in this line:
[INFO] [stdout]           
[INFO] [stdout]           [`seed_anchor`], [`reclaim_stale_on_startup`], [`claim_batch`],
[INFO] [stdout]                                                           ^^^^^^^^^^^^^
[INFO] [stdout]   = note: no item named `claim_batch` in scope
[INFO] [stdout]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `process_batch`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the link appears in this line:
[INFO] [stdout]           
[INFO] [stdout]           [`process_batch`], the `Semaphore` backpressure, and
[INFO] [stdout]            ^^^^^^^^^^^^^^^
[INFO] [stdout]   = note: no item named `process_batch` in scope
[INFO] [stdout]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: public documentation for `loop_` links to private item `crate::crawl::join_worker`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the link appears in this line:
[INFO] [stdout]           
[INFO] [stdout]           [`crate::crawl::join_worker`] — and changes ONLY the loop control:
[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: public documentation for `loop_` links to private item `crate::crawl::join_worker`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the link appears in this line:
[INFO] [stdout]           
[INFO] [stdout]             in-flight worker is drained via [`crate::crawl::join_worker`] so each leased
[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_daemon_loop` links to private item `join_worker`
[INFO] [stdout]   --> src/daemon/loop_.rs:59:68
[INFO] [stdout]    |
[INFO] [stdout] 59 | /// After the loop breaks, all remaining workers are drained via [`join_worker`]
[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 `sample_gauges`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the link appears in this line:
[INFO] [stdout]           
[INFO] [stdout]           - [`sample_gauges`] (OBS-01): one cheap `GROUP BY status` aggregate per tick →
[INFO] [stdout]              ^^^^^^^^^^^^^^^
[INFO] [stdout]   = note: no item named `sample_gauges` in scope
[INFO] [stdout]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `progress_summary`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the link appears in this line:
[INFO] [stdout]           
[INFO] [stdout]           - [`progress_summary`] (OBS-04): logs a periodic crawl-progress line (frontier
[INFO] [stdout]              ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   = note: no item named `progress_summary` in scope
[INFO] [stdout]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `staleness_timer`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the link appears in this line:
[INFO] [stdout]           
[INFO] [stdout]           - [`staleness_timer`] (FRESH-02): periodically re-enqueues stale terminal rows
[INFO] [stdout]              ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   = note: no item named `staleness_timer` in scope
[INFO] [stdout]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `reclaim_stale_by_ttl`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the link appears in this line:
[INFO] [stdout]           
[INFO] [stdout]             via [`reclaim_stale_by_ttl`].
[INFO] [stdout]                  ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   = note: no item named `reclaim_stale_by_ttl` in scope
[INFO] [stdout]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `in_run_reclaim_timer`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the link appears in this line:
[INFO] [stdout]           
[INFO] [stdout]           - [`in_run_reclaim_timer`] (OPS-02): periodically reclaims age-orphaned
[INFO] [stdout]              ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   = note: no item named `in_run_reclaim_timer` in scope
[INFO] [stdout]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `reclaim_in_progress_older_than`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the link appears in this line:
[INFO] [stdout]           
[INFO] [stdout]             `in_progress` leases via [`reclaim_in_progress_older_than`].
[INFO] [stdout]                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   = note: no item named `reclaim_in_progress_older_than` in scope
[INFO] [stdout]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `frontier_counts`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the link appears in this line:
[INFO] [stdout]           
[INFO] [stdout]           the single status aggregate ([`frontier_counts`]) and the reused sweep
[INFO] [stdout]                                         ^^^^^^^^^^^^^^^^^
[INFO] [stdout]   = note: no item named `frontier_counts` in scope
[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 `SHUTDOWN_TIMEOUT`
[INFO] [stdout]    --> src/daemon/mod.rs:109:34
[INFO] [stdout]     |
[INFO] [stdout] 109 | /// stop; all are joined under [`SHUTDOWN_TIMEOUT`] so a stuck task cannot hang
[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 `extract_relay_pairs` links to private item `marker_of`
[INFO] [stdout]   --> src/ingest/relay_list.rs:44:7
[INFO] [stdout]    |
[INFO] [stdout] 44 | /// [`marker_of`]).
[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 `fetch_complete` links to private item `pool_label`
[INFO] [stdout]    --> src/relay/fetch.rs:308:28
[INFO] [stdout]     |
[INFO] [stdout] 308 | /// joined pool string — [`pool_label`] is diagnostics-only.
[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 `health` links to private item `PROBE_INTERVAL`
[INFO] [stdout]   --> src/relay/health.rs:29:7
[INFO] [stdout]    |
[INFO] [stdout] 29 | //! [`PROBE_INTERVAL`], or it has never been attempted), so a recovered relay
[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 `route_allowed` links to private item `PROBE_INTERVAL`
[INFO] [stdout]    --> src/relay/health.rs:191:38
[INFO] [stdout]     |
[INFO] [stdout] 191 |     /// last attempt is older than [`PROBE_INTERVAL`], or it has never been
[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 `try_mark_attempt` links to private item `PROBE_INTERVAL`
[INFO] [stdout]    --> src/relay/health.rs:230:30
[INFO] [stdout]     |
[INFO] [stdout] 230 |     /// wins the probe per [`PROBE_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: public documentation for `try_mark_attempt` links to private item `PROBE_INTERVAL`
[INFO] [stdout]    --> src/relay/health.rs:234:38
[INFO] [stdout]     |
[INFO] [stdout] 234 |     /// or last attempt older than [`PROBE_INTERVAL`]), in which case this task
[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] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.15s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/web_of_trust/index.html
[INFO] running `Command { std: "docker" "inspect" "3d98546651cb6b66543bc50224302ba27332c482ec9c3c44d4995c0b0014dffe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3d98546651cb6b66543bc50224302ba27332c482ec9c3c44d4995c0b0014dffe", kill_on_drop: false }`
[INFO] [stdout] 3d98546651cb6b66543bc50224302ba27332c482ec9c3c44d4995c0b0014dffe
