[INFO] cloning repository https://github.com/Abarbesgaard/Sara
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Abarbesgaard/Sara" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAbarbesgaard%2FSara", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAbarbesgaard%2FSara'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 73120d281db1cc2e6f2df7f442cc00aea341d031
[INFO] documenting Abarbesgaard/Sara against da3f5c31e5535b3dc210067de660a45784ae1e9c for pr-162169
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAbarbesgaard%2FSara" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/Abarbesgaard/Sara
[INFO] finished tweaking git repo https://github.com/Abarbesgaard/Sara
[INFO] tweaked toml for git repo https://github.com/Abarbesgaard/Sara written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Abarbesgaard/Sara 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/Abarbesgaard/Sara 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-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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] 3a7f05b0f4098e6d91da5cbfa48fdaecbcfa43965d9803b129ece494eeab827f
[INFO] running `Command { std: "docker" "start" "3a7f05b0f4098e6d91da5cbfa48fdaecbcfa43965d9803b129ece494eeab827f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3a7f05b0f4098e6d91da5cbfa48fdaecbcfa43965d9803b129ece494eeab827f", 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" "3a7f05b0f4098e6d91da5cbfa48fdaecbcfa43965d9803b129ece494eeab827f" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3a7f05b0f4098e6d91da5cbfa48fdaecbcfa43965d9803b129ece494eeab827f", 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" "3a7f05b0f4098e6d91da5cbfa48fdaecbcfa43965d9803b129ece494eeab827f" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling zerocopy v0.8.52
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking bitflags v2.13.0
[INFO] [stderr]    Compiling signal-hook v0.3.18
[INFO] [stderr]    Compiling cc v1.2.63
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]     Checking futures-channel v0.3.32
[INFO] [stderr]     Checking mio v1.2.1
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling paste v1.0.15
[INFO] [stderr]    Compiling serde_json v1.0.150
[INFO] [stderr]     Checking linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling beef v0.5.2
[INFO] [stderr]    Compiling ref-cast v1.0.25
[INFO] [stderr]    Compiling instability v0.3.12
[INFO] [stderr]    Compiling logos-codegen v0.14.4
[INFO] [stderr]     Checking itertools v0.13.0
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling ref-cast-impl v1.0.25
[INFO] [stderr]    Compiling serde_derive_internals v0.29.1
[INFO] [stderr]     Checking castaway v0.2.4
[INFO] [stderr]     Checking signal-hook-mio v0.2.5
[INFO] [stderr]    Compiling indoc v2.0.7
[INFO] [stderr]     Checking bytes v1.12.0
[INFO] [stderr]    Compiling memchr v2.8.1
[INFO] [stderr]     Checking unicode-width v0.1.14
[INFO] [stderr]     Checking regex-syntax v0.8.11
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking clap_builder v4.6.0
[INFO] [stderr]     Checking compact_str v0.8.2
[INFO] [stderr]     Checking tokio v1.52.3
[INFO] [stderr]     Checking crossterm v0.28.1
[INFO] [stderr]     Checking crossbeam-epoch v0.9.20
[INFO] [stderr]    Compiling schemars_derive v1.2.1
[INFO] [stderr]    Compiling libsqlite3-sys v0.30.1
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]     Checking lru v0.12.5
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]    Compiling logos-derive v0.14.4
[INFO] [stderr]     Checking unicode-truncate v1.1.0
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]     Checking bstr v1.12.1
[INFO] [stderr]    Compiling rusqlite_migration v1.3.1
[INFO] [stderr]     Checking dyn-clone v1.0.20
[INFO] [stderr]     Checking strum v0.26.3
[INFO] [stderr]    Compiling rmcp v2.0.0
[INFO] [stderr]     Checking cassowary v0.3.0
[INFO] [stderr]     Checking unicode-width v0.2.0
[INFO] [stderr]     Checking dirs-sys v0.4.1
[INFO] [stderr]     Checking logos v0.14.4
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking crossbeam-deque v0.8.6
[INFO] [stderr]     Checking is_executable v1.0.6
[INFO] [stderr]     Checking shlex v1.3.0
[INFO] [stderr]     Checking uuid v1.23.3
[INFO] [stderr]     Checking directories v5.0.1
[INFO] [stderr]     Checking nucleo-matcher v0.3.1
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking clap v4.6.1
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]     Checking clap_complete v4.6.5
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]     Checking chrono v0.4.45
[INFO] [stderr]     Checking toml_datetime v0.6.11
[INFO] [stderr]     Checking serde_spanned v0.6.9
[INFO] [stderr]     Checking globset v0.4.18
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]     Checking ratatui v0.29.0
[INFO] [stderr]     Checking toml_edit v0.22.27
[INFO] [stderr]     Checking ignore v0.4.26
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]    Compiling rmcp-macros v2.0.0
[INFO] [stderr]     Checking schemars v1.2.1
[INFO] [stderr]     Checking interim v0.1.2
[INFO] [stderr]     Checking ahash v0.8.12
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking toml v0.8.23
[INFO] [stderr]     Checking tui-textarea v0.7.0
[INFO] [stderr]     Checking hashlink v0.9.1
[INFO] [stderr]     Checking rusqlite v0.32.1
[INFO] [stderr]  Documenting sara-tasks v1.4.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unresolved link to `id`
[INFO] [stdout]    --> src/commands/info/handler.rs:299:35
[INFO] [stdout]     |
[INFO] [stdout] 299 | /// Resolve dependency uuids to "[id] description" labels.
[INFO] [stdout]     |                                   ^^ no item named `id` 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 `id`
[INFO] [stdout]     --> src/infrastructure/db.rs:1189:7
[INFO] [stdout]      |
[INFO] [stdout] 1189 | /// "[id] description" label for a dependency task, falling back to the uuid.
[INFO] [stdout]      |       ^^ no item named `id` 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 `CLS`
[INFO] [stdout]    --> src/infrastructure/embedding.rs:119:47
[INFO] [stdout]     |
[INFO] [stdout] 119 |     /// reference tokenizer. Special tokens ([CLS]/[SEP]) are intentionally
[INFO] [stdout]     |                                               ^^^ no item named `CLS` 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 `SEP`
[INFO] [stdout]    --> src/infrastructure/embedding.rs:119:53
[INFO] [stdout]     |
[INFO] [stdout] 119 |     /// reference tokenizer. Special tokens ([CLS]/[SEP]) are intentionally
[INFO] [stdout]     |                                                     ^^^ no item named `SEP` 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 `spread_activation`
[INFO] [stdout]    --> src/infrastructure/memory_graph.rs:358:16
[INFO] [stdout]     |
[INFO] [stdout] 358 |     /// Like [`spread_activation`], but also reconstructs *why* each memory lit
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^ no item named `spread_activation` 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 `id`
[INFO] [stdout]   --> src/commands/recall/mod.rs:23:15
[INFO] [stdout]    |
[INFO] [stdout] 23 |     /// "task <id>" or the item's short handle (e.g. "m3").
[INFO] [stdout]    |               ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(rustdoc::invalid_html_tags)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.21s
[INFO] [stderr]    Generated /opt/rustwide/target/doc/sara/index.html
[INFO] running `Command { std: "docker" "inspect" "3a7f05b0f4098e6d91da5cbfa48fdaecbcfa43965d9803b129ece494eeab827f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3a7f05b0f4098e6d91da5cbfa48fdaecbcfa43965d9803b129ece494eeab827f", kill_on_drop: false }`
[INFO] [stdout] 3a7f05b0f4098e6d91da5cbfa48fdaecbcfa43965d9803b129ece494eeab827f
