[INFO] cloning repository https://github.com/jallum/fz
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jallum/fz" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjallum%2Ffz", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjallum%2Ffz'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] a3a9761d1209165e5230625b9347cf6b0ad09b83
[INFO] documenting jallum/fz against da3f5c31e5535b3dc210067de660a45784ae1e9c for pr-162169
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjallum%2Ffz" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/jallum/fz
[INFO] removed 0 missing tests
[INFO] finished tweaking git repo https://github.com/jallum/fz
[INFO] tweaked toml for git repo https://github.com/jallum/fz written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/jallum/fz on toolchain da3f5c31e5535b3dc210067de660a45784ae1e9c
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/jallum/fz already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 46fc694ae130c6a8ac5f269c0341034bab5ea05f524389cf50995fb424207d20
[INFO] running `Command { std: "docker" "start" "46fc694ae130c6a8ac5f269c0341034bab5ea05f524389cf50995fb424207d20", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "46fc694ae130c6a8ac5f269c0341034bab5ea05f524389cf50995fb424207d20", 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" "46fc694ae130c6a8ac5f269c0341034bab5ea05f524389cf50995fb424207d20" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "46fc694ae130c6a8ac5f269c0341034bab5ea05f524389cf50995fb424207d20", 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" "46fc694ae130c6a8ac5f269c0341034bab5ea05f524389cf50995fb424207d20" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]     Checking foldhash v0.2.0
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling cranelift-srcgen v0.131.3
[INFO] [stderr]    Compiling libm v0.2.16
[INFO] [stderr]    Compiling wasmtime-internal-core v44.0.3
[INFO] [stderr]    Compiling shlex v2.0.1
[INFO] [stderr]    Compiling cranelift-isle v0.131.3
[INFO] [stderr]    Compiling cranelift-codegen-shared v0.131.3
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]     Checking hashbrown v0.16.1
[INFO] [stderr]     Checking hashbrown v0.17.1
[INFO] [stderr]    Compiling cc v1.2.65
[INFO] [stderr]    Compiling target-lexicon v0.13.5
[INFO] [stderr]    Compiling cranelift-assembler-x64-meta v0.131.3
[INFO] [stderr]     Checking log v0.4.33
[INFO] [stderr]     Checking bumpalo v3.20.3
[INFO] [stderr]     Checking indexmap v2.14.0
[INFO] [stderr]     Checking smallvec v1.15.2
[INFO] [stderr]     Checking rustc-hash v2.1.2
[INFO] [stderr]     Checking fnv v1.0.7
[INFO] [stderr]     Checking arbitrary v1.4.2
[INFO] [stderr]     Checking regalloc2 v0.15.1
[INFO] [stderr]    Compiling capstone-sys v0.17.0
[INFO] [stderr]     Checking cranelift-bitset v0.131.3
[INFO] [stderr]    Compiling cranelift-codegen-meta v0.131.3
[INFO] [stderr]     Checking cranelift-entity v0.131.3
[INFO] [stderr]     Checking cranelift-bforest v0.131.3
[INFO] [stderr]     Checking cranelift-control v0.131.3
[INFO] [stderr]     Checking gimli v0.33.0
[INFO] [stderr]     Checking memchr v2.8.2
[INFO] [stderr]     Checking simd-adler32 v0.3.9
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]    Compiling cranelift-assembler-x64 v0.131.3
[INFO] [stderr]    Compiling nix v0.31.3
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]     Checking twox-hash v2.1.2
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling object v0.39.1
[INFO] [stderr]     Checking flate2 v1.1.9
[INFO] [stderr]     Checking ruzstd v0.8.3
[INFO] [stderr]     Checking bitflags v1.3.2
[INFO] [stderr]     Checking bitflags v2.13.0
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]     Checking region v3.0.2
[INFO] [stderr]     Checking wasmtime-internal-jit-icache-coherence v44.0.3
[INFO] [stderr]     Checking unicode-width v0.2.2
[INFO] [stderr]     Checking unicode-segmentation v1.13.3
[INFO] [stderr]     Checking itoa v1.0.18
[INFO] [stderr]    Compiling fz v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling cranelift-codegen v0.131.3
[INFO] [stderr]     Checking rustyline v18.0.0
[INFO] [stderr]     Checking fz-runtime v0.1.0 (/opt/rustwide/workdir/runtime)
[INFO] [stderr]     Checking capstone v0.13.0
[INFO] [stderr]     Checking cranelift-module v0.131.3
[INFO] [stderr]     Checking cranelift-native v0.131.3
[INFO] [stderr]     Checking cranelift-frontend v0.131.3
[INFO] [stderr]     Checking cranelift-jit v0.131.3
[INFO] [stderr]     Checking cranelift-object v0.131.3
[INFO] [stderr]  Documenting fz v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unresolved link to `k`
[INFO] [stdout]   --> src/ast/mod.rs:94:11
[INFO] [stdout]    |
[INFO] [stdout] 94 |     /// m[k] — bracket access; returns nil if key absent.
[INFO] [stdout]    |           ^ no item named `k` 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 `DispatchStressed`
[INFO] [stdout]    --> src/compiler2/callsite_dispatch.rs:551:42
[INFO] [stdout]     |
[INFO] [stdout] 551 | /// binary; in-process drivers install [`DispatchStressed`] instead, and because
[INFO] [stdout]     |                                          ^^^^^^^^^^^^^^^^ no item named `DispatchStressed` in scope
[INFO] [stdout]     |
[INFO] [stdout]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] help: there's a similarly named item `dispatch_stress`
[INFO] [stdout]     |
[INFO] [stdout] 551 - /// binary; in-process drivers install [`DispatchStressed`] instead, and because
[INFO] [stdout] 551 + /// binary; in-process drivers install [`dispatch_stress`] instead, and because
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `16`
[INFO] [stdout]   --> src/compiler2/native_codegen/call.rs:52:47
[INFO] [stdout]    |
[INFO] [stdout] 52 | /// Term::Return: load my cont_ptr from frame[16]. If null, halt.
[INFO] [stdout]    |                                               ^^ no item named `16` 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 `24`
[INFO] [stdout]   --> src/compiler2/native_codegen/call.rs:53:41
[INFO] [stdout]    |
[INFO] [stdout] 53 | /// Otherwise write `val` to cont_frame[24] (continuation's "result" slot —
[INFO] [stdout]    |                                         ^^ no item named `24` 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 `0`
[INFO] [stdout]    --> src/compiler2/native_codegen/driver.rs:260:41
[INFO] [stdout]     |
[INFO] [stdout] 260 | /// `(cont)` main fn pointer in capture[0] (a raw int, so GC never treats it
[INFO] [stdout]     |                                         ^ no item named `0` 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 `0`
[INFO] [stdout]    --> src/compiler2/native_codegen/driver.rs:262:18
[INFO] [stdout]     |
[INFO] [stdout] 262 | /// from capture[0] and `call_indirect Tail main_fp(cont)`, entering the uniform
[INFO] [stdout]     |                  ^ no item named `0` 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 `0`
[INFO] [stdout]    --> src/compiler2/native_codegen/driver.rs:350:42
[INFO] [stdout]     |
[INFO] [stdout] 350 | /// reads the inner closure from capture[0], picks the halt-cont matching the
[INFO] [stdout]     |                                          ^ no item named `0` 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 `N`
[INFO] [stdout]    --> src/compiler2/native_codegen/entry.rs:103:14
[INFO] [stdout]     |
[INFO] [stdout] 103 | ///   params[N]    = self       -> closure ptr
[INFO] [stdout]     |              ^ no item named `N` 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 `0`
[INFO] [stdout]    --> src/compiler2/native_codegen/entry.rs:107:26
[INFO] [stdout]     |
[INFO] [stdout] 107 | ///   self+24 : user_cap[0]      -> fz_param[N]
[INFO] [stdout]     |                          ^ no item named `0` 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 `N`
[INFO] [stdout]    --> src/compiler2/native_codegen/entry.rs:107:46
[INFO] [stdout]     |
[INFO] [stdout] 107 | ///   self+24 : user_cap[0]      -> fz_param[N]
[INFO] [stdout]     |                                              ^ no item named `N` 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 `1`
[INFO] [stdout]    --> src/compiler2/native_codegen/entry.rs:108:26
[INFO] [stdout]     |
[INFO] [stdout] 108 | ///   self+32 : user_cap[1]      -> fz_param[N+1]
[INFO] [stdout]     |                          ^ no item named `1` 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 `i`
[INFO] [stdout]    --> src/compiler2/native_codegen/entry.rs:113:37
[INFO] [stdout]     |
[INFO] [stdout] 113 | /// Cont sig matches my_param_reprs[i]'s Cranelift type directly;
[INFO] [stdout]     |                                     ^ no item named `i` 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 `0`
[INFO] [stdout]    --> src/compiler2/native_codegen/repr.rs:200:31
[INFO] [stdout]     |
[INFO] [stdout] 200 | /// `result` uses param_reprs[0]'s cl_type. Producer's Term::Return sig
[INFO] [stdout]     |                               ^ no item named `0` 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 `producer_spec_id`
[INFO] [stdout]    --> src/compiler2/native_codegen/repr.rs:201:30
[INFO] [stdout]     |
[INFO] [stdout] 201 | /// matches via return_reprs[producer_spec_id]; typer's effective_return
[INFO] [stdout]     |                              ^^^^^^^^^^^^^^^^ no item named `producer_spec_id` 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 `CallSiteResolution` links to private item `CallTargetEdge::activation`
[INFO] [stdout]   --> src/compiler2/semantic.rs:28:7
[INFO] [stdout]    |
[INFO] [stdout] 28 | /// [`CallTargetEdge::activation`] is `None`) and NOT an empty target list.
[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: public documentation for `CallSiteResolution` links to private item `CallSiteTargetsMap`
[INFO] [stdout]   --> src/compiler2/semantic.rs:31:7
[INFO] [stdout]    |
[INFO] [stdout] 31 | /// [`CallSiteTargetsMap`] never let it overwrite a resolved answer, so
[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 `address_id` links to private item `ADDRESS_TAG`
[INFO] [stdout]    --> src/compiler2/types/addressed.rs:111:68
[INFO] [stdout]     |
[INFO] [stdout] 111 |     /// signature built by this `Types` instance. The id carries [`ADDRESS_TAG`]
[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 `address_id` links to private item `Types::address_paths`
[INFO] [stdout]    --> src/compiler2/types/addressed.rs:113:47
[INFO] [stdout]     |
[INFO] [stdout] 113 |     /// index (the tag masked off) keys the [`Types::address_paths`] reverse
[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 `param_alpha_id` links to private item `crate::compiler2::resolve`
[INFO] [stdout]    --> src/compiler2/types/addressed.rs:139:49
[INFO] [stdout]     |
[INFO] [stdout] 139 |     /// slot's bound out of a [`ResolvedArrow`](crate::compiler2::resolve)'s
[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 `pure_arrow`
[INFO] [stdout]    --> src/compiler2/types/descr.rs:388:49
[INFO] [stdout]     |
[INFO] [stdout] 388 |     /// and nothing on any other axis. Unlike [`pure_arrow`] it admits a UNION of
[INFO] [stdout]     |                                                 ^^^^^^^^^^ no item named `pure_arrow` 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 `World::take_activation_input_collapses`
[INFO] [stdout]    --> src/compiler2/types/mod.rs:282:11
[INFO] [stdout]     |
[INFO] [stdout] 282 |     /// [`World::take_activation_input_collapses`] — the drain is the `World`'s
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `World` in scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `convergence_class`
[INFO] [stdout]    --> src/compiler2/types/mod.rs:772:35
[INFO] [stdout]     |
[INFO] [stdout] 772 |     /// same family collapse as [`convergence_class`], but a pure list's element
[INFO] [stdout]     |                                   ^^^^^^^^^^^^^^^^^ no item named `convergence_class` 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 `convergence_collapse`
[INFO] [stdout]    --> src/compiler2/types/mod.rs:871:11
[INFO] [stdout]     |
[INFO] [stdout] 871 |     /// [`convergence_collapse`], no slot becomes an address var: this erasure
[INFO] [stdout]     |           ^^^^^^^^^^^^^^^^^^^^ no item named `convergence_collapse` 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 `SurfaceMembershipCensus`
[INFO] [stdout]     --> src/runtime_type_predicate.rs:1359:49
[INFO] [stdout]      |
[INFO] [stdout] 1359 |     /// binary; an in-process driver installs [`SurfaceMembershipCensus`]
[INFO] [stdout]      |                                                 ^^^^^^^^^^^^^^^^^^^^^^^ no item named `SurfaceMembershipCensus` 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 `SurfaceMembershipCensus`
[INFO] [stdout]     --> src/runtime_type_predicate.rs:1363:26
[INFO] [stdout]      |
[INFO] [stdout] 1363 |     /// cases -- it is [`SurfaceMembershipCensus`]'s RAII save/restore: install
[INFO] [stdout]      |                          ^^^^^^^^^^^^^^^^^^^^^^^ no item named `SurfaceMembershipCensus` in scope
[INFO] [stdout]      |
[INFO] [stdout]      = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unclosed HTML tag `LowerOut`
[INFO] [stdout]    --> src/compiler2/native_codegen/value.rs:238:41
[INFO] [stdout]     |
[INFO] [stdout] 238 | /// float_op / int_op each return Option<LowerOut> so callers can opt out
[INFO] [stdout]     |                                         ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
[INFO] [stdout] help: try marking as source code
[INFO] [stdout]     |
[INFO] [stdout] 238 | /// float_op / int_op each return `Option<LowerOut>` so callers can opt out
[INFO] [stdout]     |                                   +                +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/compiler2/resolve.rs:12:55
[INFO] [stdout]    |
[INFO] [stdout] 12 | //! [`World::types_mut`], the one compiler2 [`Types`](super::types::Types). There
[INFO] [stdout]    |                                              -------  ^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]    |                                              |
[INFO] [stdout]    |                                              because label contains path that resolves to same destination
[INFO] [stdout]    |
[INFO] [stdout]    = note: when a link's destination is not specified,
[INFO] [stdout]            the label is used to resolve intra-doc links
[INFO] [stdout]    = note: `#[warn(rustdoc::redundant_explicit_links)]` on by default
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]    |
[INFO] [stdout] 12 - //! [`World::types_mut`], the one compiler2 [`Types`](super::types::Types). There
[INFO] [stdout] 12 + //! [`World::types_mut`], the one compiler2 [`Types`]. There
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]     --> src/compiler2/world.rs:2240:29
[INFO] [stdout]      |
[INFO] [stdout] 2240 | /// ([`CallSiteResolution`](super::semantic::CallSiteResolution)), so silence
[INFO] [stdout]      |       --------------------  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ explicit target is redundant
[INFO] [stdout]      |       |
[INFO] [stdout]      |       because label contains path that resolves to same destination
[INFO] [stdout]      |
[INFO] [stdout]      = note: when a link's destination is not specified,
[INFO] [stdout]              the label is used to resolve intra-doc links
[INFO] [stdout] help: remove explicit link target
[INFO] [stdout]      |
[INFO] [stdout] 2240 - /// ([`CallSiteResolution`](super::semantic::CallSiteResolution)), so silence
[INFO] [stdout] 2240 + /// ([`CallSiteResolution`]), so silence
[INFO] [stdout]      |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: this URL is not a hyperlink
[INFO] [stdout]  --> src/diag/style.rs:4:26
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! NO_COLOR convention (https://no-color.org) and IsTerminal probing
[INFO] [stdout]   |                          ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: bare URLs are not automatically turned into clickable links
[INFO] [stdout]   = note: `#[warn(rustdoc::bare_urls)]` on by default
[INFO] [stdout] help: use an automatic link instead
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! NO_COLOR convention (<https://no-color.org>) and IsTerminal probing
[INFO] [stdout]   |                          +                    +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unclosed HTML tag `HashMap`
[INFO] [stdout]   --> src/exec/runtime.rs:25:47
[INFO] [stdout]    |
[INFO] [stdout] 25 | //!   - tasks registry: HashMap becomes RwLock<HashMap> or per-worker
[INFO] [stdout]    |                                               ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] help: try marking as source code
[INFO] [stdout]    |
[INFO] [stdout] 25 | //!   - tasks registry: HashMap becomes `RwLock<HashMap>` or per-worker
[INFO] [stdout]    |                                         +               +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unclosed HTML tag `Process`
[INFO] [stdout]    --> src/exec/runtime.rs:195:21
[INFO] [stdout]     |
[INFO] [stdout] 195 | /// running (its Box<Process> has been taken OUT of the registry by
[INFO] [stdout]     |                     ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] help: try marking as source code
[INFO] [stdout]     |
[INFO] [stdout] 195 | /// running (its `Box<Process>` has been taken OUT of the registry by
[INFO] [stdout]     |                  +            +
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/telemetry/causal.rs:1:1
[INFO] [stdout]     |
[INFO] [stdout]   1 | / //! Causal replay of the public compiler2 trace (fz-kdt.34.6).
[INFO] [stdout]   2 | | //!
[INFO] [stdout]   3 | | //! Reads a public JSONL log — nothing else — and answers the question
[INFO] [stdout]   4 | | //! fz-kdt.34 exists to answer: *did every evaluation of every formula have new
[INFO] [stdout] ...   |
[INFO] [stdout] 900 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Causal replay over a public telemetry log (fz-kdt.34.6). Re-exported at the`
[INFO] [stdout]     = help: ends near `Causal replay of the public compiler2 trace (fz-kdt.34.6).`
[INFO] [stdout]     = note: `#[deny(rustdoc::unportable_markdown)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]    --> src/telemetry/causal.rs:1:1
[INFO] [stdout]     |
[INFO] [stdout]   1 | / //! Causal replay of the public compiler2 trace (fz-kdt.34.6).
[INFO] [stdout]   2 | | //!
[INFO] [stdout]   3 | | //! Reads a public JSONL log — nothing else — and answers the question
[INFO] [stdout]   4 | | //! fz-kdt.34 exists to answer: *did every evaluation of every formula have new
[INFO] [stdout] ...   |
[INFO] [stdout] 900 | | }
[INFO] [stdout]     | |_^
[INFO] [stdout]     |
[INFO] [stdout]     = help: the way this is parsed might change in the future
[INFO] [stdout]     = help: starts near `Causal replay of the public compiler2 trace (fz-kdt.34.6).`
[INFO] [stdout]     = help: ends near `Causal replay of the public compiler2 trace (fz-kdt.34.6).`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not document `fz`
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "46fc694ae130c6a8ac5f269c0341034bab5ea05f524389cf50995fb424207d20", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "46fc694ae130c6a8ac5f269c0341034bab5ea05f524389cf50995fb424207d20", kill_on_drop: false }`
[INFO] [stdout] 46fc694ae130c6a8ac5f269c0341034bab5ea05f524389cf50995fb424207d20
