[INFO] cloning repository https://github.com/Smaug123/writ
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Smaug123/writ" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSmaug123%2Fwrit", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSmaug123%2Fwrit'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 7b8e8c02605b601be5310db253869bc7f6cee647
[INFO] documenting Smaug123/writ against 824336ad4127ce295849937a24c08a4aeff6ada7 for pr-162169
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSmaug123%2Fwrit" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Smaug123/writ
[INFO] finished tweaking git repo https://github.com/Smaug123/writ
[INFO] tweaked toml for git repo https://github.com/Smaug123/writ written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Smaug123/writ on toolchain 824336ad4127ce295849937a24c08a4aeff6ada7
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+824336ad4127ce295849937a24c08a4aeff6ada7" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Smaug123/writ 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" "+824336ad4127ce295849937a24c08a4aeff6ada7" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded ssh-encoding v0.2.0
[INFO] [stderr]   Downloaded ssh-cipher v0.2.0
[INFO] [stderr]   Downloaded ssh-key v0.6.7
[INFO] [stderr]   Downloaded linux-keyutils v0.2.5
[INFO] [stderr]   Downloaded keyring v3.6.3
[INFO] [stderr]   Downloaded p521 v0.13.3
[INFO] [stderr]   Downloaded sqlite-wasm-rs v0.5.3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 13a4db598542e2c839962452884f025d1612a1603431a995df0120900f8965cd
[INFO] running `Command { std: "docker" "start" "13a4db598542e2c839962452884f025d1612a1603431a995df0120900f8965cd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "13a4db598542e2c839962452884f025d1612a1603431a995df0120900f8965cd", 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" "13a4db598542e2c839962452884f025d1612a1603431a995df0120900f8965cd" "/opt/rustwide/cargo-home/bin/cargo" "+824336ad4127ce295849937a24c08a4aeff6ada7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "13a4db598542e2c839962452884f025d1612a1603431a995df0120900f8965cd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-w" "/opt/rustwide/workdir" "--user" "0:0" "13a4db598542e2c839962452884f025d1612a1603431a995df0120900f8965cd" "/opt/rustwide/cargo-home/bin/cargo" "+824336ad4127ce295849937a24c08a4aeff6ada7" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling libc v0.2.185
[INFO] [stderr]    Compiling time-core v0.1.8
[INFO] [stderr]    Compiling num-conv v0.2.1
[INFO] [stderr]     Checking mio v1.2.0
[INFO] [stderr]     Checking socket2 v0.6.3
[INFO] [stderr]     Checking getrandom v0.2.17
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]     Checking typenum v1.20.0
[INFO] [stderr]     Checking regex-syntax v0.8.10
[INFO] [stderr]     Checking deranged v0.5.8
[INFO] [stderr]     Checking serde_json v1.0.149
[INFO] [stderr]     Checking subtle v2.6.1
[INFO] [stderr]     Checking futures-task v0.3.32
[INFO] [stderr]    Compiling rustls v0.23.38
[INFO] [stderr]     Checking futures-channel v0.3.32
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking openssl-probe v0.2.1
[INFO] [stderr]     Checking base64ct v1.8.3
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking signature v2.2.0
[INFO] [stderr]    Compiling time-macros v0.2.27
[INFO] [stderr]     Checking uuid v1.23.1
[INFO] [stderr]     Checking rustls-native-certs v0.8.3
[INFO] [stderr]    Compiling zstd-safe v7.2.4
[INFO] [stderr]     Checking iri-string v0.7.12
[INFO] [stderr]     Checking ed25519 v2.2.3
[INFO] [stderr]     Checking clap_builder v4.6.0
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking linux-keyutils v0.2.5
[INFO] [stderr]     Checking pem-rfc7468 v0.7.0
[INFO] [stderr]     Checking num-bigint v0.4.6
[INFO] [stderr]     Checking keyring v3.6.3
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking generic-array v0.14.7
[INFO] [stderr]    Compiling cc v1.2.60
[INFO] [stderr]     Checking crypto-common v0.1.7
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking inout v0.1.4
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking time v0.3.47
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking ssh-encoding v0.2.0
[INFO] [stderr]     Checking ssh-cipher v0.2.0
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling libsqlite3-sys v0.36.0
[INFO] [stderr]    Compiling zstd-sys v2.0.16+zstd.1.5.7
[INFO] [stderr]    Compiling lzma-sys v0.1.20
[INFO] [stderr]     Checking matchers v0.2.0
[INFO] [stderr]     Checking xz2 v0.1.7
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[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]     Checking rustls-webpki v0.103.13
[INFO] [stderr]     Checking tokio v1.52.1
[INFO] [stderr]     Checking zerofrom v0.1.7
[INFO] [stderr]     Checking yoke v0.8.2
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking zerovec v0.11.6
[INFO] [stderr]     Checking zerotrie v0.2.4
[INFO] [stderr]     Checking simple_asn1 v0.6.4
[INFO] [stderr]  Documenting writ-guest-init v0.1.0 (/opt/rustwide/workdir/crates/writ-guest-init)
[INFO] [stderr]     Checking ed25519-dalek v2.2.0
[INFO] [stderr]     Checking ssh-key v0.6.7
[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 zstd v0.13.3
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking tracing-serde v0.2.0
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking jsonwebtoken v9.3.1
[INFO] [stderr]     Checking tracing-subscriber v0.3.23
[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 idna_adapter v1.2.1
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]     Checking writ-core v0.1.0 (/opt/rustwide/workdir/crates/writ-core)
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]  Documenting writ-core v0.1.0 (/opt/rustwide/workdir/crates/writ-core)
[INFO] [stderr]     Checking tower-http v0.6.8
[INFO] [stderr]     Checking h2 v0.4.13
[INFO] [stderr]     Checking writ-agent-run v0.1.0 (/opt/rustwide/workdir/crates/writ-agent-run)
[INFO] [stderr]     Checking writ-vm-git v0.1.0 (/opt/rustwide/workdir/crates/writ-vm-git)
[INFO] [stderr]  Documenting writ-vm-git v0.1.0 (/opt/rustwide/workdir/crates/writ-vm-git)
[INFO] [stderr]  Documenting writ-agent-run v0.1.0 (/opt/rustwide/workdir/crates/writ-agent-run)
[INFO] [stdout] warning: unresolved link to `capture_stream`
[INFO] [stdout]     --> crates/writ-agent-run/src/lib.rs:1564:29
[INFO] [stdout]      |
[INFO] [stdout] 1564 |     /// Drain a pipe like [`capture_stream`], but stop once `deadline` says to.
[INFO] [stdout]      |                             ^^^^^^^^^^^^^^ no item named `capture_stream` 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] [stderr]     Checking rusqlite v0.38.0
[INFO] [stderr]     Checking writ-audit v0.1.0 (/opt/rustwide/workdir/crates/writ-audit)
[INFO] [stderr]  Documenting writ-audit v0.1.0 (/opt/rustwide/workdir/crates/writ-audit)
[INFO] [stdout] warning: unresolved link to `apply`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the link appears in this line:
[INFO] [stdout]           
[INFO] [stdout]           On top of that vocabulary sits [`apply`]: one total function from
[INFO] [stdout]                                           ^^^^^^^
[INFO] [stdout]   = note: no item named `apply` 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 `AuditLog::record_proxy_request`
[INFO] [stdout]   --> crates/writ-audit/src/proxy_table.rs:11:40
[INFO] [stdout]    |
[INFO] [stdout] 11 | //! enum, and label, and the generic [`AuditLog::record_proxy_request`]
[INFO] [stdout]    |                                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `AuditLog` has no field or associated item named `record_proxy_request`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `AuditLog::record_proxy_outcome`
[INFO] [stdout]   --> crates/writ-audit/src/proxy_table.rs:12:9
[INFO] [stdout]    |
[INFO] [stdout] 12 | //! / [`AuditLog::record_proxy_outcome`] writers contain the shared SQL
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `AuditLog` has no field or associated item named `record_proxy_outcome`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking hyper v1.9.0
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking hyper-rustls v0.27.9
[INFO] [stderr]     Checking reqwest v0.12.28
[INFO] [stderr]     Checking writ v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]  Documenting writ v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]  Documenting writ-vm-client v0.1.0 (/opt/rustwide/workdir/crates/writ-vm-client)
[INFO] [stdout] warning: unresolved link to `super::ProcessInvocation`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the link appears in this line:
[INFO] [stdout]           
[INFO] [stdout]           [`ProcessInvocation`](super::ProcessInvocation) is the one place that turns
[INFO] [stdout]                                 ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   = note: no item named `ProcessInvocation` in module `writ`
[INFO] [stdout]   = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `super::AgentVmSessionPlan`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the link appears in this line:
[INFO] [stdout]           
[INFO] [stdout]           construct invocations (see [`super::AgentVmSessionPlan`]) and the
[INFO] [stdout]                                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   = note: no item named `AgentVmSessionPlan` in module `writ`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `super::AgentVmSessionPlan`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the link appears in this line:
[INFO] [stdout]           
[INFO] [stdout]           [`AgentVmSessionPlan`](super::AgentVmSessionPlan) is the planner: from a
[INFO] [stdout]                                  ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   = note: no item named `AgentVmSessionPlan` in module `writ`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `super::ProcessInvocation`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the link appears in this line:
[INFO] [stdout]           
[INFO] [stdout]           start-step state machine, the individual [`super::ProcessInvocation`]s for
[INFO] [stdout]                                                     ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   = note: no item named `ProcessInvocation` in module `writ`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `super::AgentVmSessionStopPlan`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the link appears in this line:
[INFO] [stdout]           
[INFO] [stdout]           Once a [`super::AgentVmSessionStopPlan`] (or a partial-start failure) says
[INFO] [stdout]                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   = note: no item named `AgentVmSessionStopPlan` in module `writ`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `super::ProcessInvocationError`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the link appears in this line:
[INFO] [stdout]           
[INFO] [stdout]           absent (bounded retries), and fold the per-step [`super::ProcessInvocationError`]s
[INFO] [stdout]                                                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   = note: no item named `ProcessInvocationError` in module `writ`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `super::CleanupErrors`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the link appears in this line:
[INFO] [stdout]           
[INFO] [stdout]           into a single [`super::CleanupErrors`]. The plan construction lives in
[INFO] [stdout]                          ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   = note: no item named `CleanupErrors` in module `writ`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `super::plan`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the link appears in this line:
[INFO] [stdout]           
[INFO] [stdout]           [`super::plan`]; the shared low-level helpers this module leans on
[INFO] [stdout]            ^^^^^^^^^^^^^
[INFO] [stdout]   = note: no item named `plan` in module `writ`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `super::BrokerVmPlan`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the link appears in this line:
[INFO] [stdout]           
[INFO] [stdout]           [`BrokerVmPlan`](super::BrokerVmPlan) turns the host-side facts about a
[INFO] [stdout]                            ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   = note: no item named `BrokerVmPlan` in module `writ`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `create_and_probe`
[INFO] [stdout]     --> src/config/mod.rs:1744:8
[INFO] [stdout]      |
[INFO] [stdout] 1744 | /// ([`create_and_probe`]) and reports through [`AgentRunLogRootError`].
[INFO] [stdout]      |        ^^^^^^^^^^^^^^^^ no item named `create_and_probe` 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 `CrashPlan`
[INFO] [stdout]  --> src/crash_point.rs:8:24
[INFO] [stdout]   |
[INFO] [stdout] 8 | //! tokio task-local [`CrashPlan`]; with no plan installed it is still
[INFO] [stdout]   |                        ^^^^^^^^^ no item named `CrashPlan` 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 `run_until_crash`
[INFO] [stdout]   --> src/crash_point.rs:11:38
[INFO] [stdout]    |
[INFO] [stdout] 11 | //! A harness installs a plan with [`run_until_crash`]: in counting
[INFO] [stdout]    |                                      ^^^^^^^^^^^^^^^ no item named `run_until_crash` 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 `CrashPlan::act_at`
[INFO] [stdout]   --> src/crash_point.rs:21:21
[INFO] [stdout]    |
[INFO] [stdout] 21 | //! A third mode, [`CrashPlan::act_at`], keeps the handler alive but
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^ no item named `CrashPlan` in scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `super::GitDataClient`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the link appears in this line:
[INFO] [stdout]           
[INFO] [stdout]           [`GitDataClient`](super::GitDataClient) is the low-level REST wrapper the
[INFO] [stdout]                             ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   = note: no item named `GitDataClient` in module `writ`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `super::dispatch_message_with_agent_vm`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the link appears in this line:
[INFO] [stdout]           
[INFO] [stdout]           These handlers are dispatched from [`super::dispatch_message_with_agent_vm`];
[INFO] [stdout]                                               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   = note: no item named `dispatch_message_with_agent_vm` in module `writ`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `admit`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the link appears in this line:
[INFO] [stdout]           
[INFO] [stdout]           [`admit`] is a pure function of `(handshake state, message)`, so the rule can
[INFO] [stdout]            ^^^^^^^
[INFO] [stdout]   = note: no item named `admit` in scope
[INFO] [stdout]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `HOST_PROTOCOL_VERSION`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the link appears in this line:
[INFO] [stdout]           
[INFO] [stdout]           See [`HOST_PROTOCOL_VERSION`] for why the check exists and what it does and
[INFO] [stdout]                ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   = note: no item named `HOST_PROTOCOL_VERSION` in scope
[INFO] [stdout]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `super::dispatch_message_with_agent_vm`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the link appears in this line:
[INFO] [stdout]           
[INFO] [stdout]           [`run_agent`] is dispatched from [`super::dispatch_message_with_agent_vm`].
[INFO] [stdout]                                             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   = note: no item named `dispatch_message_with_agent_vm` in module `writ`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `sign_and_store_run`
[INFO] [stdout]   |
[INFO] [stdout]   = note: the link appears in this line:
[INFO] [stdout]           
[INFO] [stdout]           [`sign_and_store_run`], so the signed note a verifier fetches means the
[INFO] [stdout]            ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   = note: no item named `sign_and_store_run` in scope
[INFO] [stdout]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `super::broker_effect` is both a function and a module
[INFO] [stdout]    --> src/vm_http/proxy_common.rs:257:59
[INFO] [stdout]     |
[INFO] [stdout] 257 |     /// to `Self::Route` so the generic [`broker_effect`](super::broker_effect)
[INFO] [stdout]     |                                                           ^^^^^^^^^^^^^^^^^^^^ ambiguous link
[INFO] [stdout]     |
[INFO] [stdout] help: to link to the function, add parentheses
[INFO] [stdout]     |
[INFO] [stdout] 257 |     /// to `Self::Route` so the generic [`broker_effect`](super::broker_effect())
[INFO] [stdout]     |                                                                               ++
[INFO] [stdout] help: to link to the module, prefix with `mod@`
[INFO] [stdout]     |
[INFO] [stdout] 257 |     /// to `Self::Route` so the generic [`broker_effect`](mod@super::broker_effect)
[INFO] [stdout]     |                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `super::broker_effect` is both a function and a module
[INFO] [stdout]    --> src/vm_http/proxy_common.rs:399:23
[INFO] [stdout]     |
[INFO] [stdout] 399 | /// [`broker_effect`](super::broker_effect) driver: the `(request, outcome)` pair
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^ ambiguous link
[INFO] [stdout]     |
[INFO] [stdout] help: to link to the function, add parentheses
[INFO] [stdout]     |
[INFO] [stdout] 399 | /// [`broker_effect`](super::broker_effect()) driver: the `(request, outcome)` pair
[INFO] [stdout]     |                                           ++
[INFO] [stdout] help: to link to the module, prefix with `mod@`
[INFO] [stdout]     |
[INFO] [stdout] 399 | /// [`broker_effect`](mod@super::broker_effect) driver: the `(request, outcome)` pair
[INFO] [stdout]     |                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `super::broker_effect` is both a function and a module
[INFO] [stdout]    --> src/vm_http/proxy_common.rs:539:48
[INFO] [stdout]     |
[INFO] [stdout] 539 | /// with an audit guard. The [`broker_effect`](super::broker_effect) driver holds
[INFO] [stdout]     |                                                ^^^^^^^^^^^^^^^^^^^^ ambiguous link
[INFO] [stdout]     |
[INFO] [stdout] help: to link to the function, add parentheses
[INFO] [stdout]     |
[INFO] [stdout] 539 | /// with an audit guard. The [`broker_effect`](super::broker_effect()) driver holds
[INFO] [stdout]     |                                                                    ++
[INFO] [stdout] help: to link to the module, prefix with `mod@`
[INFO] [stdout]     |
[INFO] [stdout] 539 | /// with an audit guard. The [`broker_effect`](mod@super::broker_effect) driver holds
[INFO] [stdout]     |                                                ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `super::broker_effect` is both a function and a module
[INFO] [stdout]    --> src/vm_http/proxy_common.rs:891:23
[INFO] [stdout]     |
[INFO] [stdout] 891 | /// [`broker_effect`](super::broker_effect) driver begins the request row, calls
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^ ambiguous link
[INFO] [stdout]     |
[INFO] [stdout] help: to link to the function, add parentheses
[INFO] [stdout]     |
[INFO] [stdout] 891 | /// [`broker_effect`](super::broker_effect()) driver begins the request row, calls
[INFO] [stdout]     |                                           ++
[INFO] [stdout] help: to link to the module, prefix with `mod@`
[INFO] [stdout]     |
[INFO] [stdout] 891 | /// [`broker_effect`](mod@super::broker_effect) driver begins the request row, calls
[INFO] [stdout]     |                       ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: overflow evaluating the requirement `{async block@src/vm_http/mod.rs:876:32: 876:42}: Send`
[INFO] [stdout]    --> src/vm_http/mod.rs:876:26
[INFO] [stdout]     |
[INFO] [stdout] 876 |                 handlers.spawn(async move {
[INFO] [stdout]     |                          ^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: which requires `{coroutine witness@src/vm_http/mod.rs:876:32: 876:42}: Send`
[INFO] [stdout]     = note: which requires `impl futures_util::Future<Output = Result<(), std::io::Error>>: Send`
[INFO] [stdout]     = note: which requires `{async fn body of handle_vm_http_connection<S>()}: Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@src/vm_http/mod.rs:961:26: 976:2}: Send`
[INFO] [stdout]     = note: which requires `Instrumented<impl futures_util::Future<Output = Result<(), std::io::Error>>>: Send`
[INFO] [stdout]     = note: which requires `ManuallyDrop<impl futures_util::Future<Output = Result<(), std::io::Error>>>: Send`
[INFO] [stdout]     = note: which requires `MaybeDangling<impl futures_util::Future<Output = Result<(), std::io::Error>>>: Send`
[INFO] [stdout]     = note: which requires `impl futures_util::Future<Output = Result<(), std::io::Error>>: Send`
[INFO] [stdout]     = note: which requires `{async fn body of handle_vm_http_connection_with_read_timeout<S, tokio::net::TcpStream>()}: Send`
[INFO] [stdout]     = note: which requires `{coroutine witness@src/vm_http/mod.rs:988:1: 1016:2}: Send`
[INFO] [stdout]     = note: which requires `hyper::server::conn::http1::Connection<TokioIo<tokio::net::TcpStream>, hyper::service::util::ServiceFn<{closure@src/vm_http/mod.rs:997:24: 997:59}, hyper::body::Incoming>>: Send`
[INFO] [stdout]     = note: which requires `hyper::proto::h1::dispatch::Dispatcher<hyper::proto::h1::dispatch::Server<hyper::service::util::ServiceFn<{closure@src/vm_http/mod.rs:997:24: 997:59}, hyper::body::Incoming>, hyper::body::Incoming>, UnsyncBoxBody<bytes::Bytes, std::io::Error>, TokioIo<tokio::net::TcpStream>, hyper::proto::h1::role::Server>: Send`
[INFO] [stdout]     = note: which requires `hyper::proto::h1::dispatch::Server<hyper::service::util::ServiceFn<{closure@src/vm_http/mod.rs:997:24: 997:59}, hyper::body::Incoming>, hyper::body::Incoming>: Send`
[INFO] [stdout]     = note: which requires `Pin<Box<std::option::Option<{async block@src/vm_http/mod.rs:1000:17: 1000:27}>>>: Send`
[INFO] [stdout]     = note: which requires `Box<std::option::Option<{async block@src/vm_http/mod.rs:1000:17: 1000:27}>>: Send`
[INFO] [stdout]     = note: and so on...
[INFO] [stdout]     = help: consider adding a manual `impl` of auto traits like `Send` for intermediate types, if auto traits are involved
[INFO] [stdout]     = help: or consider increasing the recursion limit by adding a `#![recursion_limit = "256"]` attribute to your crate (`writ`)
[INFO] [stdout]     = note: this lint is attached to the whole crate and can't be disabled on a per-function basis
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #159228 <https://github.com/rust-lang/rust/issues/159228>
[INFO] [stdout]     = note: `#[warn(recursion_depth_exceeding_limit)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]  Documenting bailiff v0.1.0 (/opt/rustwide/workdir/crates/bailiff)
[INFO] [stdout] warning: unresolved link to `CapabilitySet`
[INFO] [stdout]    --> crates/bailiff/src/output.rs:438:32
[INFO] [stdout]     |
[INFO] [stdout] 438 | /// One-line projection of a [`CapabilitySet`] variant for the show
[INFO] [stdout]     |                                ^^^^^^^^^^^^^ no item named `CapabilitySet` 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] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/bailiff/index.html and 10 other files
[INFO] running `Command { std: "docker" "inspect" "13a4db598542e2c839962452884f025d1612a1603431a995df0120900f8965cd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "DOCS_RS=1" "-e" "RUSTC_BOOTSTRAP=1" "-w" "/opt/rustwide/workdir" "--user" "0:0" "13a4db598542e2c839962452884f025d1612a1603431a995df0120900f8965cd" "/opt/rustwide/cargo-home/bin/cargo" "+824336ad4127ce295849937a24c08a4aeff6ada7" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--document-private-items\"]" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]  Documenting writ v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.03s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/writ/index.html
[INFO] running `Command { std: "docker" "inspect" "13a4db598542e2c839962452884f025d1612a1603431a995df0120900f8965cd", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "13a4db598542e2c839962452884f025d1612a1603431a995df0120900f8965cd", kill_on_drop: false }`
[INFO] [stdout] 13a4db598542e2c839962452884f025d1612a1603431a995df0120900f8965cd
