[INFO] fetching crate numr 0.7.0...
[INFO] documenting numr-0.7.0 against da3f5c31e5535b3dc210067de660a45784ae1e9c for pr-162169
[INFO] extracting crate numr 0.7.0 into /workspace/builds/worker-0-tc2/source
[INFO] started tweaking crates.io crate numr 0.7.0
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate numr 0.7.0
[INFO] tweaked toml for crates.io crate numr 0.7.0 written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate numr 0.7.0 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 crates.io crate numr 0.7.0 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] 3d9e8027d9732728dcd3fe6d87190499495a59e50e3b65e3dadffacf59a3e89c
[INFO] running `Command { std: "docker" "start" "3d9e8027d9732728dcd3fe6d87190499495a59e50e3b65e3dadffacf59a3e89c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3d9e8027d9732728dcd3fe6d87190499495a59e50e3b65e3dadffacf59a3e89c", 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" "3d9e8027d9732728dcd3fe6d87190499495a59e50e3b65e3dadffacf59a3e89c" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3d9e8027d9732728dcd3fe6d87190499495a59e50e3b65e3dadffacf59a3e89c", 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" "3d9e8027d9732728dcd3fe6d87190499495a59e50e3b65e3dadffacf59a3e89c" "/opt/rustwide/cargo-home/bin/cargo" "+da3f5c31e5535b3dc210067de660a45784ae1e9c" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling numr v0.7.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling ptr_meta_derive v0.3.1
[INFO] [stderr]    Compiling bytecheck_derive v0.8.2
[INFO] [stderr]    Compiling munge_macro v0.4.7
[INFO] [stderr]    Compiling bytemuck_derive v1.10.2
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling rkyv_derive v0.8.16
[INFO] [stderr]     Checking munge v0.4.7
[INFO] [stderr]     Checking ptr_meta v0.3.1
[INFO] [stderr]     Checking rancor v0.1.1
[INFO] [stderr]     Checking bytecheck v0.8.2
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking rend v0.5.3
[INFO] [stderr]     Checking bytemuck v1.25.0
[INFO] [stderr]     Checking rkyv v0.8.16
[INFO] [stderr]  Documenting numr v0.7.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unresolved link to `N`
[INFO] [stdout]    --> src/algorithm/polynomial/core/convolve.rs:174:54
[INFO] [stdout]     |
[INFO] [stdout] 174 | /// 5. c = irfft(C, n=N)   // Complex → Real, shape [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]     = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `i`
[INFO] [stdout]    --> src/runtime/cpu/helpers/indexing.rs:590:41
[INFO] [stdout]     |
[INFO] [stdout] 590 | ///   output[i, :] = embeddings[indices[i], :]
[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 `embedding_dim`
[INFO] [stdout]    --> src/runtime/cpu/helpers/indexing.rs:592:38
[INFO] [stdout]     |
[INFO] [stdout] 592 | /// Output shape: indices.shape() + [embedding_dim]
[INFO] [stdout]     |                                      ^^^^^^^^^^^^^ no item named `embedding_dim` 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 `k`
[INFO] [stdout]   --> src/runtime/cpu/kernels/fft/real.rs:17:9
[INFO] [stdout]    |
[INFO] [stdout] 17 | ///   z[k] = x[2k] + i*x[2k+1]
[INFO] [stdout]    |         ^ no item named `k` 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 `2k`
[INFO] [stdout]   --> src/runtime/cpu/kernels/fft/real.rs:17:16
[INFO] [stdout]    |
[INFO] [stdout] 17 | ///   z[k] = x[2k] + i*x[2k+1]
[INFO] [stdout]    |                ^^ no item named `2k` 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/runtime/cpu/kernels/index/embedding.rs:27:61
[INFO] [stdout]    |
[INFO] [stdout] 27 | /// * `vocab_size` - Size of vocabulary (embeddings.shape()[0])
[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 `1`
[INFO] [stdout]   --> src/runtime/cpu/kernels/index/embedding.rs:28:80
[INFO] [stdout]    |
[INFO] [stdout] 28 | /// * `embedding_dim` - Dimension of each embedding vector (embeddings.shape()[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/runtime/cpu/kernels/logical.rs:3:22
[INFO] [stdout]   |
[INFO] [stdout] 3 | /// Logical AND: out[i] = a[i] && b[i]
[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 `i`
[INFO] [stdout]  --> src/runtime/cpu/kernels/logical.rs:3:29
[INFO] [stdout]   |
[INFO] [stdout] 3 | /// Logical AND: out[i] = a[i] && b[i]
[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 `i`
[INFO] [stdout]  --> src/runtime/cpu/kernels/logical.rs:3:37
[INFO] [stdout]   |
[INFO] [stdout] 3 | /// Logical AND: out[i] = a[i] && b[i]
[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 `i`
[INFO] [stdout]   --> src/runtime/cpu/kernels/logical.rs:22:21
[INFO] [stdout]    |
[INFO] [stdout] 22 | /// Logical OR: out[i] = a[i] || b[i]
[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 `i`
[INFO] [stdout]   --> src/runtime/cpu/kernels/logical.rs:22:28
[INFO] [stdout]    |
[INFO] [stdout] 22 | /// Logical OR: out[i] = a[i] || b[i]
[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 `i`
[INFO] [stdout]   --> src/runtime/cpu/kernels/logical.rs:22:36
[INFO] [stdout]    |
[INFO] [stdout] 22 | /// Logical OR: out[i] = a[i] || b[i]
[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 `i`
[INFO] [stdout]   --> src/runtime/cpu/kernels/logical.rs:41:22
[INFO] [stdout]    |
[INFO] [stdout] 41 | /// Logical XOR: out[i] = a[i] ^ b[i]
[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 `i`
[INFO] [stdout]   --> src/runtime/cpu/kernels/logical.rs:41:29
[INFO] [stdout]    |
[INFO] [stdout] 41 | /// Logical XOR: out[i] = a[i] ^ b[i]
[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 `i`
[INFO] [stdout]   --> src/runtime/cpu/kernels/logical.rs:41:36
[INFO] [stdout]    |
[INFO] [stdout] 41 | /// Logical XOR: out[i] = a[i] ^ b[i]
[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 `i`
[INFO] [stdout]   --> src/runtime/cpu/kernels/logical.rs:58:22
[INFO] [stdout]    |
[INFO] [stdout] 58 | /// Logical NOT: out[i] = !a[i]
[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 `i`
[INFO] [stdout]   --> src/runtime/cpu/kernels/logical.rs:58:30
[INFO] [stdout]    |
[INFO] [stdout] 58 | /// Logical NOT: out[i] = !a[i]
[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 `M,N`
[INFO] [stdout]   --> src/runtime/cpu/kernels/matmul/gemv.rs:14:23
[INFO] [stdout]    |
[INFO] [stdout] 14 | /// GEMV-BT kernel: C[M,N] = A[M,K] @ B^T where B is stored as contiguous [N,K]
[INFO] [stdout]    |                       ^^^ no item named `M,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 `M,K`
[INFO] [stdout]   --> src/runtime/cpu/kernels/matmul/gemv.rs:14:32
[INFO] [stdout]    |
[INFO] [stdout] 14 | /// GEMV-BT kernel: C[M,N] = A[M,K] @ B^T where B is stored as contiguous [N,K]
[INFO] [stdout]    |                                ^^^ no item named `M,K` 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,K`
[INFO] [stdout]   --> src/runtime/cpu/kernels/matmul/gemv.rs:14:76
[INFO] [stdout]    |
[INFO] [stdout] 14 | /// GEMV-BT kernel: C[M,N] = A[M,K] @ B^T where B is stored as contiguous [N,K]
[INFO] [stdout]    |                                                                            ^^^ no item named `N,K` 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,K`
[INFO] [stdout]   --> src/runtime/cpu/kernels/matmul/gemv.rs:22:33
[INFO] [stdout]    |
[INFO] [stdout] 22 | /// * `b_nk` - Pointer to B in [N,K] layout (NOT the transposed view)
[INFO] [stdout]    |                                 ^^^ no item named `N,K` 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/runtime/cpu/kernels/memory.rs:421:57
[INFO] [stdout]     |
[INFO] [stdout] 421 | /// 3. Binary search to find smallest index i where CDF[i] ≥ u
[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 `hidden_size`
[INFO] [stdout]   --> src/runtime/cpu/kernels/norm.rs:19:40
[INFO] [stdout]    |
[INFO] [stdout] 19 | /// * `weight` - Weight tensor, shape [hidden_size]
[INFO] [stdout]    |                                        ^^^^^^^^^^^ no item named `hidden_size` 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 `hidden_size`
[INFO] [stdout]    --> src/runtime/cpu/kernels/norm.rs:146:48
[INFO] [stdout]     |
[INFO] [stdout] 146 | /// * `weight` - Weight (gamma) tensor, shape [hidden_size]
[INFO] [stdout]     |                                                ^^^^^^^^^^^ no item named `hidden_size` 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 `hidden_size`
[INFO] [stdout]    --> src/runtime/cpu/kernels/norm.rs:147:43
[INFO] [stdout]     |
[INFO] [stdout] 147 | /// * `bias` - Bias (beta) tensor, shape [hidden_size]
[INFO] [stdout]     |                                           ^^^^^^^^^^^ no item named `hidden_size` 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/runtime/cpu/kernels/reduce/special.rs:95:16
[INFO] [stdout]    |
[INFO] [stdout] 95 | /// softmax(x)[i] = exp(x[i] - max(x)) / sum(exp(x - max(x)))
[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 `i`
[INFO] [stdout]   --> src/runtime/cpu/kernels/reduce/special.rs:95:27
[INFO] [stdout]    |
[INFO] [stdout] 95 | /// softmax(x)[i] = exp(x[i] - max(x)) / sum(exp(x - max(x)))
[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 `DType::largest_value_below_one`
[INFO] [stdout]    --> src/runtime/cpu/kernels/rng.rs:120:8
[INFO] [stdout]     |
[INFO] [stdout] 120 | /// ([`DType::largest_value_below_one`]). A no-op for F64 and integers.
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `DType` in scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `i`
[INFO] [stdout]    --> src/runtime/cpu/kernels/scalar.rs:194:41
[INFO] [stdout]     |
[INFO] [stdout] 194 | /// Reverse scalar subtract kernel: out[i] = scalar - a[i]
[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 `i`
[INFO] [stdout]    --> src/runtime/cpu/kernels/scalar.rs:194:57
[INFO] [stdout]     |
[INFO] [stdout] 194 | /// Reverse scalar subtract kernel: out[i] = scalar - a[i]
[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 `i,j`
[INFO] [stdout]  --> src/runtime/cpu/kernels/semiring_matmul.rs:9:46
[INFO] [stdout]   |
[INFO] [stdout] 9 | /// Semiring matrix multiplication kernel: C[i,j] = ⊕_k (A[i,k] ⊗ B[k,j])
[INFO] [stdout]   |                                              ^^^ no item named `i,j` 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,k`
[INFO] [stdout]  --> src/runtime/cpu/kernels/semiring_matmul.rs:9:60
[INFO] [stdout]   |
[INFO] [stdout] 9 | /// Semiring matrix multiplication kernel: C[i,j] = ⊕_k (A[i,k] ⊗ B[k,j])
[INFO] [stdout]   |                                                            ^^^ no item named `i,k` 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 `k,j`
[INFO] [stdout]  --> src/runtime/cpu/kernels/semiring_matmul.rs:9:69
[INFO] [stdout]   |
[INFO] [stdout] 9 | /// Semiring matrix multiplication kernel: C[i,j] = ⊕_k (A[i,k] ⊗ B[k,j])
[INFO] [stdout]   |                                                                     ^^^ no item named `k,j` 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/runtime/cpu/kernels/simd/dot/mod.rs:54:20
[INFO] [stdout]    |
[INFO] [stdout] 54 | /// Computes sum(a[i] * b[i]) for i in 0..len.
[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 `i`
[INFO] [stdout]   --> src/runtime/cpu/kernels/simd/dot/mod.rs:54:27
[INFO] [stdout]    |
[INFO] [stdout] 54 | /// Computes sum(a[i] * b[i]) for i in 0..len.
[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 `i`
[INFO] [stdout]   --> src/runtime/cpu/kernels/simd/dot/mod.rs:85:28
[INFO] [stdout]    |
[INFO] [stdout] 85 | /// Computes scale * sum(a[i] * b[i]) for i in 0..len.
[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 `i`
[INFO] [stdout]   --> src/runtime/cpu/kernels/simd/dot/mod.rs:85:35
[INFO] [stdout]    |
[INFO] [stdout] 85 | /// Computes scale * sum(a[i] * b[i]) for i in 0..len.
[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 `i`
[INFO] [stdout]   --> src/runtime/cpu/kernels/simd/fused_elementwise/dispatch.rs:24:37
[INFO] [stdout]    |
[INFO] [stdout] 24 | /// SIMD fused_mul_add for f32: out[i] = a[i] * b[i] + c[i]
[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 `i`
[INFO] [stdout]   --> src/runtime/cpu/kernels/simd/fused_elementwise/dispatch.rs:24:44
[INFO] [stdout]    |
[INFO] [stdout] 24 | /// SIMD fused_mul_add for f32: out[i] = a[i] * b[i] + c[i]
[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 `i`
[INFO] [stdout]   --> src/runtime/cpu/kernels/simd/fused_elementwise/dispatch.rs:24:51
[INFO] [stdout]    |
[INFO] [stdout] 24 | /// SIMD fused_mul_add for f32: out[i] = a[i] * b[i] + c[i]
[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 `i`
[INFO] [stdout]   --> src/runtime/cpu/kernels/simd/fused_elementwise/dispatch.rs:24:58
[INFO] [stdout]    |
[INFO] [stdout] 24 | /// SIMD fused_mul_add for f32: out[i] = a[i] * b[i] + c[i]
[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 `i`
[INFO] [stdout]   --> src/runtime/cpu/kernels/simd/fused_elementwise/dispatch.rs:63:37
[INFO] [stdout]    |
[INFO] [stdout] 63 | /// SIMD fused_mul_add for f64: out[i] = a[i] * b[i] + c[i]
[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 `i`
[INFO] [stdout]   --> src/runtime/cpu/kernels/simd/fused_elementwise/dispatch.rs:63:44
[INFO] [stdout]    |
[INFO] [stdout] 63 | /// SIMD fused_mul_add for f64: out[i] = a[i] * b[i] + c[i]
[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 `i`
[INFO] [stdout]   --> src/runtime/cpu/kernels/simd/fused_elementwise/dispatch.rs:63:51
[INFO] [stdout]    |
[INFO] [stdout] 63 | /// SIMD fused_mul_add for f64: out[i] = a[i] * b[i] + c[i]
[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 `i`
[INFO] [stdout]   --> src/runtime/cpu/kernels/simd/fused_elementwise/dispatch.rs:63:58
[INFO] [stdout]    |
[INFO] [stdout] 63 | /// SIMD fused_mul_add for f64: out[i] = a[i] * b[i] + c[i]
[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 `i`
[INFO] [stdout]    --> src/runtime/cpu/kernels/simd/fused_elementwise/dispatch.rs:105:37
[INFO] [stdout]     |
[INFO] [stdout] 105 | /// SIMD fused_add_mul for f32: out[i] = (a[i] + b[i]) * c[i]
[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 `i`
[INFO] [stdout]    --> src/runtime/cpu/kernels/simd/fused_elementwise/dispatch.rs:105:45
[INFO] [stdout]     |
[INFO] [stdout] 105 | /// SIMD fused_add_mul for f32: out[i] = (a[i] + b[i]) * c[i]
[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 `i`
[INFO] [stdout]    --> src/runtime/cpu/kernels/simd/fused_elementwise/dispatch.rs:105:52
[INFO] [stdout]     |
[INFO] [stdout] 105 | /// SIMD fused_add_mul for f32: out[i] = (a[i] + b[i]) * c[i]
[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 `i`
[INFO] [stdout]    --> src/runtime/cpu/kernels/simd/fused_elementwise/dispatch.rs:105:60
[INFO] [stdout]     |
[INFO] [stdout] 105 | /// SIMD fused_add_mul for f32: out[i] = (a[i] + b[i]) * c[i]
[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 `i`
[INFO] [stdout]    --> src/runtime/cpu/kernels/simd/fused_elementwise/dispatch.rs:143:37
[INFO] [stdout]     |
[INFO] [stdout] 143 | /// SIMD fused_add_mul for f64: out[i] = (a[i] + b[i]) * c[i]
[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 `i`
[INFO] [stdout]    --> src/runtime/cpu/kernels/simd/fused_elementwise/dispatch.rs:143:45
[INFO] [stdout]     |
[INFO] [stdout] 143 | /// SIMD fused_add_mul for f64: out[i] = (a[i] + b[i]) * c[i]
[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 `i`
[INFO] [stdout]    --> src/runtime/cpu/kernels/simd/fused_elementwise/dispatch.rs:143:52
[INFO] [stdout]     |
[INFO] [stdout] 143 | /// SIMD fused_add_mul for f64: out[i] = (a[i] + b[i]) * c[i]
[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 `i`
[INFO] [stdout]    --> src/runtime/cpu/kernels/simd/fused_elementwise/dispatch.rs:143:60
[INFO] [stdout]     |
[INFO] [stdout] 143 | /// SIMD fused_add_mul for f64: out[i] = (a[i] + b[i]) * c[i]
[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 `i`
[INFO] [stdout]    --> src/runtime/cpu/kernels/simd/fused_elementwise/dispatch.rs:185:44
[INFO] [stdout]     |
[INFO] [stdout] 185 | /// SIMD fused_mul_add_scalar for f32: out[i] = a[i] * scale + bias
[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 `i`
[INFO] [stdout]    --> src/runtime/cpu/kernels/simd/fused_elementwise/dispatch.rs:185:51
[INFO] [stdout]     |
[INFO] [stdout] 185 | /// SIMD fused_mul_add_scalar for f32: out[i] = a[i] * scale + bias
[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 `i`
[INFO] [stdout]    --> src/runtime/cpu/kernels/simd/fused_elementwise/dispatch.rs:223:44
[INFO] [stdout]     |
[INFO] [stdout] 223 | /// SIMD fused_mul_add_scalar for f64: out[i] = a[i] * scale + bias
[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 `i`
[INFO] [stdout]    --> src/runtime/cpu/kernels/simd/fused_elementwise/dispatch.rs:223:51
[INFO] [stdout]     |
[INFO] [stdout] 223 | /// SIMD fused_mul_add_scalar for f64: out[i] = a[i] * scale + bias
[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 `M,N`
[INFO] [stdout]  --> src/runtime/cpu/kernels/simd/matmul/gemv_bt.rs:1:23
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! GEMV-BT kernel: C[M,N] = A[M,K] @ B^T where B is stored as [N,K]
[INFO] [stdout]   |                       ^^^ no item named `M,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 `M,K`
[INFO] [stdout]  --> src/runtime/cpu/kernels/simd/matmul/gemv_bt.rs:1:32
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! GEMV-BT kernel: C[M,N] = A[M,K] @ B^T where B is stored as [N,K]
[INFO] [stdout]   |                                ^^^ no item named `M,K` 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,K`
[INFO] [stdout]  --> src/runtime/cpu/kernels/simd/matmul/gemv_bt.rs:1:65
[INFO] [stdout]   |
[INFO] [stdout] 1 | //! GEMV-BT kernel: C[M,N] = A[M,K] @ B^T where B is stored as [N,K]
[INFO] [stdout]   |                                                                 ^^^ no item named `N,K` 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,K`
[INFO] [stdout]  --> src/runtime/cpu/kernels/simd/matmul/gemv_bt.rs:3:28
[INFO] [stdout]   |
[INFO] [stdout] 3 | //! When a weight matrix W[N,K] is transposed to get W^T[K,N], the result has
[INFO] [stdout]   |                            ^^^ no item named `N,K` 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 `K,N`
[INFO] [stdout]  --> src/runtime/cpu/kernels/simd/matmul/gemv_bt.rs:3:58
[INFO] [stdout]   |
[INFO] [stdout] 3 | //! When a weight matrix W[N,K] is transposed to get W^T[K,N], the result has
[INFO] [stdout]   |                                                          ^^^ no item named `K,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 `K,N`
[INFO] [stdout]  --> src/runtime/cpu/kernels/simd/matmul/gemv_bt.rs:4:12
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! shape [K,N] and strides [1,K] — it's a view into the original [N,K] data.
[INFO] [stdout]   |            ^^^ no item named `K,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,K`
[INFO] [stdout]  --> src/runtime/cpu/kernels/simd/matmul/gemv_bt.rs:4:30
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! shape [K,N] and strides [1,K] — it's a view into the original [N,K] data.
[INFO] [stdout]   |                              ^^^ no item named `1,K` 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,K`
[INFO] [stdout]  --> src/runtime/cpu/kernels/simd/matmul/gemv_bt.rs:4:68
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! shape [K,N] and strides [1,K] — it's a view into the original [N,K] data.
[INFO] [stdout]   |                                                                    ^^^ no item named `N,K` 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 `m,n`
[INFO] [stdout]  --> src/runtime/cpu/kernels/simd/matmul/gemv_bt.rs:6:55
[INFO] [stdout]   |
[INFO] [stdout] 6 | //! we can compute the matmul directly: each output C[m,n] = dot(A[m,:], B[n,:])
[INFO] [stdout]   |                                                       ^^^ no item named `m,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 `m,:`
[INFO] [stdout]  --> src/runtime/cpu/kernels/simd/matmul/gemv_bt.rs:6:68
[INFO] [stdout]   |
[INFO] [stdout] 6 | //! we can compute the matmul directly: each output C[m,n] = dot(A[m,:], B[n,:])
[INFO] [stdout]   |                                                                    ^^^ invalid path separator
[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/runtime/cpu/kernels/simd/matmul/gemv_bt.rs:6:76
[INFO] [stdout]   |
[INFO] [stdout] 6 | //! we can compute the matmul directly: each output C[m,n] = dot(A[m,:], B[n,:])
[INFO] [stdout]   |                                                                            ^^^ invalid path separator
[INFO] [stdout]   |
[INFO] [stdout]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `m,:`
[INFO] [stdout]  --> src/runtime/cpu/kernels/simd/matmul/gemv_bt.rs:7:18
[INFO] [stdout]   |
[INFO] [stdout] 7 | //! where both A[m,:] and B[n,:] are contiguous K-element vectors.
[INFO] [stdout]   |                  ^^^ invalid path separator
[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/runtime/cpu/kernels/simd/matmul/gemv_bt.rs:7:29
[INFO] [stdout]   |
[INFO] [stdout] 7 | //! where both A[m,:] and B[n,:] are contiguous K-element vectors.
[INFO] [stdout]   |                             ^^^ invalid path separator
[INFO] [stdout]   |
[INFO] [stdout]   = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `M,N`
[INFO] [stdout]   --> src/runtime/cpu/kernels/simd/matmul/gemv_bt.rs:16:24
[INFO] [stdout]    |
[INFO] [stdout] 16 | /// GEMV-BT for f32: C[M,N] = A[M,K] @ B^T, B stored [N,K] row-major
[INFO] [stdout]    |                        ^^^ no item named `M,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 `M,K`
[INFO] [stdout]   --> src/runtime/cpu/kernels/simd/matmul/gemv_bt.rs:16:33
[INFO] [stdout]    |
[INFO] [stdout] 16 | /// GEMV-BT for f32: C[M,N] = A[M,K] @ B^T, B stored [N,K] row-major
[INFO] [stdout]    |                                 ^^^ no item named `M,K` 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,K`
[INFO] [stdout]   --> src/runtime/cpu/kernels/simd/matmul/gemv_bt.rs:16:55
[INFO] [stdout]    |
[INFO] [stdout] 16 | /// GEMV-BT for f32: C[M,N] = A[M,K] @ B^T, B stored [N,K] row-major
[INFO] [stdout]    |                                                       ^^^ no item named `N,K` 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 `M,N`
[INFO] [stdout]    --> src/runtime/cpu/kernels/simd/matmul/gemv_bt.rs:260:24
[INFO] [stdout]     |
[INFO] [stdout] 260 | /// GEMV-BT for f64: C[M,N] = A[M,K] @ B^T, B stored [N,K] row-major
[INFO] [stdout]     |                        ^^^ no item named `M,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 `M,K`
[INFO] [stdout]    --> src/runtime/cpu/kernels/simd/matmul/gemv_bt.rs:260:33
[INFO] [stdout]     |
[INFO] [stdout] 260 | /// GEMV-BT for f64: C[M,N] = A[M,K] @ B^T, B stored [N,K] row-major
[INFO] [stdout]     |                                 ^^^ no item named `M,K` 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,K`
[INFO] [stdout]    --> src/runtime/cpu/kernels/simd/matmul/gemv_bt.rs:260:55
[INFO] [stdout]     |
[INFO] [stdout] 260 | /// GEMV-BT for f64: C[M,N] = A[M,K] @ B^T, B stored [N,K] row-major
[INFO] [stdout]     |                                                       ^^^ no item named `N,K` 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 `j`
[INFO] [stdout]  --> src/runtime/cpu/kernels/simd/matmul/int8.rs:3:30
[INFO] [stdout]   |
[INFO] [stdout] 3 | //! Each output element C[i][j] = sum_k(A[i][k] * B[k][j]) where A,B are i8
[INFO] [stdout]   |                              ^ no item named `j` 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 `k`
[INFO] [stdout]  --> src/runtime/cpu/kernels/simd/matmul/int8.rs:3:46
[INFO] [stdout]   |
[INFO] [stdout] 3 | //! Each output element C[i][j] = sum_k(A[i][k] * B[k][j]) where A,B are i8
[INFO] [stdout]   |                                              ^ no item named `k` 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 `j`
[INFO] [stdout]  --> src/runtime/cpu/kernels/simd/matmul/int8.rs:3:56
[INFO] [stdout]   |
[INFO] [stdout] 3 | //! Each output element C[i][j] = sum_k(A[i][k] * B[k][j]) where A,B are i8
[INFO] [stdout]   |                                                        ^ no item named `j` 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/runtime/cpu/kernels/simd/scalar/avx2.rs:208:47
[INFO] [stdout]     |
[INFO] [stdout] 208 | /// AVX2 reverse scalar subtract for f32: out[i] = scalar - a[i]
[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 `i`
[INFO] [stdout]    --> src/runtime/cpu/kernels/simd/scalar/avx2.rs:208:63
[INFO] [stdout]     |
[INFO] [stdout] 208 | /// AVX2 reverse scalar subtract for f32: out[i] = scalar - a[i]
[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 `i`
[INFO] [stdout]    --> src/runtime/cpu/kernels/simd/scalar/avx2.rs:228:47
[INFO] [stdout]     |
[INFO] [stdout] 228 | /// AVX2 reverse scalar subtract for f64: out[i] = scalar - a[i]
[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 `i`
[INFO] [stdout]    --> src/runtime/cpu/kernels/simd/scalar/avx2.rs:228:63
[INFO] [stdout]     |
[INFO] [stdout] 228 | /// AVX2 reverse scalar subtract for f64: out[i] = scalar - a[i]
[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 `i`
[INFO] [stdout]    --> src/runtime/cpu/kernels/simd/scalar/avx512.rs:208:50
[INFO] [stdout]     |
[INFO] [stdout] 208 | /// AVX-512 reverse scalar subtract for f32: out[i] = scalar - a[i]
[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 `i`
[INFO] [stdout]    --> src/runtime/cpu/kernels/simd/scalar/avx512.rs:208:66
[INFO] [stdout]     |
[INFO] [stdout] 208 | /// AVX-512 reverse scalar subtract for f32: out[i] = scalar - a[i]
[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 `i`
[INFO] [stdout]    --> src/runtime/cpu/kernels/simd/scalar/avx512.rs:228:50
[INFO] [stdout]     |
[INFO] [stdout] 228 | /// AVX-512 reverse scalar subtract for f64: out[i] = scalar - a[i]
[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 `i`
[INFO] [stdout]    --> src/runtime/cpu/kernels/simd/scalar/avx512.rs:228:66
[INFO] [stdout]     |
[INFO] [stdout] 228 | /// AVX-512 reverse scalar subtract for f64: out[i] = scalar - a[i]
[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 `i`
[INFO] [stdout]    --> src/runtime/cpu/kernels/simd/scalar/mod.rs:211:47
[INFO] [stdout]     |
[INFO] [stdout] 211 | /// SIMD reverse scalar subtract for f32: out[i] = scalar - a[i]
[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 `i`
[INFO] [stdout]    --> src/runtime/cpu/kernels/simd/scalar/mod.rs:211:63
[INFO] [stdout]     |
[INFO] [stdout] 211 | /// SIMD reverse scalar subtract for f32: out[i] = scalar - a[i]
[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 `i`
[INFO] [stdout]    --> src/runtime/cpu/kernels/simd/scalar/mod.rs:257:47
[INFO] [stdout]     |
[INFO] [stdout] 257 | /// SIMD reverse scalar subtract for f64: out[i] = scalar - a[i]
[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 `i`
[INFO] [stdout]    --> src/runtime/cpu/kernels/simd/scalar/mod.rs:257:63
[INFO] [stdout]     |
[INFO] [stdout] 257 | /// SIMD reverse scalar subtract for f64: out[i] = scalar - a[i]
[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 `i`
[INFO] [stdout]  --> src/runtime/cpu/kernels/simd/softmax/mod.rs:4:16
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! softmax(x)[i] = exp(x[i] - max(x)) / sum(exp(x - max(x)))
[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 `i`
[INFO] [stdout]  --> src/runtime/cpu/kernels/simd/softmax/mod.rs:4:27
[INFO] [stdout]   |
[INFO] [stdout] 4 | //! softmax(x)[i] = exp(x[i] - max(x)) / sum(exp(x - max(x)))
[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 `i`
[INFO] [stdout]   --> src/runtime/cpu/kernels/simd/softmax/mod.rs:11:55
[INFO] [stdout]    |
[INFO] [stdout] 11 | //! **Pass 1 (online max + sum):** For each element x[i], maintain running max `m` and
[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 `i`
[INFO] [stdout]   --> src/runtime/cpu/kernels/simd/softmax/mod.rs:14:36
[INFO] [stdout]    |
[INFO] [stdout] 14 | //! **Pass 2 (normalize):** output[i] = exp(x[i] - m) / s
[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 `i`
[INFO] [stdout]   --> src/runtime/cpu/kernels/simd/softmax/mod.rs:14:47
[INFO] [stdout]    |
[INFO] [stdout] 14 | //! **Pass 2 (normalize):** output[i] = exp(x[i] - m) / s
[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 `i`
[INFO] [stdout]  --> src/runtime/cpu/kernels/simd/softmax_bwd/mod.rs:3:23
[INFO] [stdout]   |
[INFO] [stdout] 3 | //! Computes: d_input[i] = output[i] * (grad[i] - dot)
[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 `i`
[INFO] [stdout]  --> src/runtime/cpu/kernels/simd/softmax_bwd/mod.rs:3:35
[INFO] [stdout]   |
[INFO] [stdout] 3 | //! Computes: d_input[i] = output[i] * (grad[i] - dot)
[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 `i`
[INFO] [stdout]  --> src/runtime/cpu/kernels/simd/softmax_bwd/mod.rs:3:46
[INFO] [stdout]   |
[INFO] [stdout] 3 | //! Computes: d_input[i] = output[i] * (grad[i] - dot)
[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 `i`
[INFO] [stdout]  --> src/runtime/cpu/kernels/simd/where_select/mod.rs:3:28
[INFO] [stdout]   |
[INFO] [stdout] 3 | //! where(cond, x, y): out[i] = cond[i] ? x[i] : y[i]
[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 `i`
[INFO] [stdout]  --> src/runtime/cpu/kernels/simd/where_select/mod.rs:3:38
[INFO] [stdout]   |
[INFO] [stdout] 3 | //! where(cond, x, y): out[i] = cond[i] ? x[i] : y[i]
[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 `i`
[INFO] [stdout]  --> src/runtime/cpu/kernels/simd/where_select/mod.rs:3:45
[INFO] [stdout]   |
[INFO] [stdout] 3 | //! where(cond, x, y): out[i] = cond[i] ? x[i] : y[i]
[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 `i`
[INFO] [stdout]  --> src/runtime/cpu/kernels/simd/where_select/mod.rs:3:52
[INFO] [stdout]   |
[INFO] [stdout] 3 | //! where(cond, x, y): out[i] = cond[i] ? x[i] : y[i]
[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 `i`
[INFO] [stdout]    --> src/runtime/cpu/kernels/unary/mod.rs:377:34
[INFO] [stdout]     |
[INFO] [stdout] 377 | /// Clamp values to a range: out[i] = min(max(a[i], min_val), max_val)
[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 `i`
[INFO] [stdout]    --> src/runtime/cpu/kernels/unary/mod.rs:377:49
[INFO] [stdout]     |
[INFO] [stdout] 377 | /// Clamp values to a range: out[i] = min(max(a[i], min_val), max_val)
[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 `i`
[INFO] [stdout]   --> src/runtime/cpu/kernels/where_select.rs:11:37
[INFO] [stdout]    |
[INFO] [stdout] 11 | /// Where (conditional select): out[i] = cond[i] ? x[i] : y[i]
[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 `i`
[INFO] [stdout]   --> src/runtime/cpu/kernels/where_select.rs:11:47
[INFO] [stdout]    |
[INFO] [stdout] 11 | /// Where (conditional select): out[i] = cond[i] ? x[i] : y[i]
[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 `i`
[INFO] [stdout]   --> src/runtime/cpu/kernels/where_select.rs:11:54
[INFO] [stdout]    |
[INFO] [stdout] 11 | /// Where (conditional select): out[i] = cond[i] ? x[i] : y[i]
[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 `i`
[INFO] [stdout]   --> src/runtime/cpu/kernels/where_select.rs:11:61
[INFO] [stdout]    |
[INFO] [stdout] 11 | /// Where (conditional select): out[i] = cond[i] ? x[i] : y[i]
[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,j`
[INFO] [stdout]    --> src/runtime/cpu/linalg/banded.rs:151:19
[INFO] [stdout]     |
[INFO] [stdout] 151 | /// With ku=1: ab[0,j] = upper, ab[1,j] = main, ab[2,j] = lower
[INFO] [stdout]     |                   ^^^ no item named `0,j` 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,j`
[INFO] [stdout]    --> src/runtime/cpu/linalg/banded.rs:151:36
[INFO] [stdout]     |
[INFO] [stdout] 151 | /// With ku=1: ab[0,j] = upper, ab[1,j] = main, ab[2,j] = lower
[INFO] [stdout]     |                                    ^^^ no item named `1,j` 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 `2,j`
[INFO] [stdout]    --> src/runtime/cpu/linalg/banded.rs:151:52
[INFO] [stdout]     |
[INFO] [stdout] 151 | /// With ku=1: ab[0,j] = upper, ab[1,j] = main, ab[2,j] = lower
[INFO] [stdout]     |                                                    ^^^ no item named `2,j` 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 `p,q`
[INFO] [stdout]   --> src/runtime/cpu/linalg/eig_symmetric.rs:44:18
[INFO] [stdout]    |
[INFO] [stdout] 44 | ///      - If |A[p,q]| > tol:
[INFO] [stdout]    |                  ^^^ no item named `p,q` 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 `p,p`
[INFO] [stdout]   --> src/runtime/cpu/linalg/eig_symmetric.rs:45:54
[INFO] [stdout]    |
[INFO] [stdout] 45 | ///        a. Compute Jacobi rotation angle θ from A[p,p], A[q,q], A[p,q]
[INFO] [stdout]    |                                                      ^^^ no item named `p,p` 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 `q,q`
[INFO] [stdout]   --> src/runtime/cpu/linalg/eig_symmetric.rs:45:62
[INFO] [stdout]    |
[INFO] [stdout] 45 | ///        a. Compute Jacobi rotation angle θ from A[p,p], A[q,q], A[p,q]
[INFO] [stdout]    |                                                              ^^^ no item named `q,q` 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 `p,q`
[INFO] [stdout]   --> src/runtime/cpu/linalg/eig_symmetric.rs:45:70
[INFO] [stdout]    |
[INFO] [stdout] 45 | ///        a. Compute Jacobi rotation angle θ from A[p,p], A[q,q], A[p,q]
[INFO] [stdout]    |                                                                      ^^^ no item named `p,q` 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 `p,q`
[INFO] [stdout]   --> src/runtime/cpu/linalg/eig_symmetric.rs:46:61
[INFO] [stdout]    |
[INFO] [stdout] 46 | ///        b. Apply rotation: A' = J^T @ A @ J (zeros out A[p,q] and A[q,p])
[INFO] [stdout]    |                                                             ^^^ no item named `p,q` 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 `q,p`
[INFO] [stdout]   --> src/runtime/cpu/linalg/eig_symmetric.rs:46:72
[INFO] [stdout]    |
[INFO] [stdout] 46 | ///        b. Apply rotation: A' = J^T @ A @ J (zeros out A[p,q] and A[q,p])
[INFO] [stdout]    |                                                                        ^^^ no item named `q,p` 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,j`
[INFO] [stdout]   --> src/runtime/cpu/linalg/eig_symmetric.rs:48:38
[INFO] [stdout]    |
[INFO] [stdout] 48 | ///      - Check convergence: max(|A[i,j]| for i≠j) < n * epsilon
[INFO] [stdout]    |                                      ^^^ no item named `i,j` 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,j`
[INFO] [stdout]    --> src/runtime/cpu/linalg/matrix_ops.rs:582:49
[INFO] [stdout]     |
[INFO] [stdout] 582 | /// Frobenius norm: ||A||_F = sqrt(sum_{i,j} |A[i,j]|^2)
[INFO] [stdout]     |                                                 ^^^ no item named `i,j` 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,j`
[INFO] [stdout]    --> src/runtime/cpu/linalg/statistics.rs:244:10
[INFO] [stdout]     |
[INFO] [stdout] 244 | /// corr[i,j] = cov[i,j] / (std[i] * std[j])
[INFO] [stdout]     |          ^^^ no item named `i,j` 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,j`
[INFO] [stdout]    --> src/runtime/cpu/linalg/statistics.rs:244:21
[INFO] [stdout]     |
[INFO] [stdout] 244 | /// corr[i,j] = cov[i,j] / (std[i] * std[j])
[INFO] [stdout]     |                     ^^^ no item named `i,j` 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/runtime/cpu/linalg/statistics.rs:244:33
[INFO] [stdout]     |
[INFO] [stdout] 244 | /// corr[i,j] = cov[i,j] / (std[i] * std[j])
[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 `j`
[INFO] [stdout]    --> src/runtime/cpu/linalg/statistics.rs:244:42
[INFO] [stdout]     |
[INFO] [stdout] 244 | /// corr[i,j] = cov[i,j] / (std[i] * std[j])
[INFO] [stdout]     |                                          ^ no item named `j` 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 `:,p`
[INFO] [stdout]   --> src/runtime/cpu/linalg/svd.rs:45:56
[INFO] [stdout]    |
[INFO] [stdout] 45 | ///      - Compute Gram elements: a_pp, a_qq, a_pq = B[:,p]·B[:,q]
[INFO] [stdout]    |                                                        ^^^ invalid path separator
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `:,q`
[INFO] [stdout]   --> src/runtime/cpu/linalg/svd.rs:45:63
[INFO] [stdout]    |
[INFO] [stdout] 45 | ///      - Compute Gram elements: a_pp, a_qq, a_pq = B[:,p]·B[:,q]
[INFO] [stdout]    |                                                               ^^^ invalid path separator
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `j`
[INFO] [stdout]   --> src/runtime/cpu/linalg/svd.rs:48:19
[INFO] [stdout]    |
[INFO] [stdout] 48 | /// 4. Extract: S[j] = ||B[:,j]||, U[:,j] = B[:,j]/S[j]
[INFO] [stdout]    |                   ^ no item named `j` 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 `:,j`
[INFO] [stdout]   --> src/runtime/cpu/linalg/svd.rs:48:28
[INFO] [stdout]    |
[INFO] [stdout] 48 | /// 4. Extract: S[j] = ||B[:,j]||, U[:,j] = B[:,j]/S[j]
[INFO] [stdout]    |                            ^^^ invalid path separator
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `:,j`
[INFO] [stdout]   --> src/runtime/cpu/linalg/svd.rs:48:38
[INFO] [stdout]    |
[INFO] [stdout] 48 | /// 4. Extract: S[j] = ||B[:,j]||, U[:,j] = B[:,j]/S[j]
[INFO] [stdout]    |                                      ^^^ invalid path separator
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `:,j`
[INFO] [stdout]   --> src/runtime/cpu/linalg/svd.rs:48:47
[INFO] [stdout]    |
[INFO] [stdout] 48 | /// 4. Extract: S[j] = ||B[:,j]||, U[:,j] = B[:,j]/S[j]
[INFO] [stdout]    |                                               ^^^ invalid path separator
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unresolved link to `j`
[INFO] [stdout]   --> src/runtime/cpu/linalg/svd.rs:48:54
[INFO] [stdout]    |
[INFO] [stdout] 48 | /// 4. Extract: S[j] = ||B[:,j]||, U[:,j] = B[:,j]/S[j]
[INFO] [stdout]    |                                                      ^ no item named `j` 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 `k`
[INFO] [stdout]   --> src/runtime/cpu/../../ops/cpu/multivariate.rs:87:23
[INFO] [stdout]    |
[INFO] [stdout] 87 | /// Takes CDF tensor [k] and uniform samples [n_samples, n_trials],
[INFO] [stdout]    |                       ^ no item named `k` in scope
[INFO] [stdout]    |
[INFO] [stdout]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: markdown element starts on one item and ends on another
[INFO] [stdout]   --> src/ops/matmul_dtype.rs:19:1
[INFO] [stdout]    |
[INFO] [stdout] 19 | / pub fn matmul_output_dtype(elem_dtype: DType) -> DType {
[INFO] [stdout] 20 | |     if elem_dtype == DType::I8 {
[INFO] [stdout] 21 | |         DType::I32
[INFO] [stdout] 22 | |     } else {
[INFO] [stdout] ...  |
[INFO] [stdout] 25 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near ``matmul` on I8 widens to I32, so a caller must know the output dtype before`
[INFO] [stdout]    = help: ends near `The dtype a matmul writes for this element dtype.`
[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/ops/matmul_dtype.rs:19:1
[INFO] [stdout]    |
[INFO] [stdout] 19 | / pub fn matmul_output_dtype(elem_dtype: DType) -> DType {
[INFO] [stdout] 20 | |     if elem_dtype == DType::I8 {
[INFO] [stdout] 21 | |         DType::I32
[INFO] [stdout] 22 | |     } else {
[INFO] [stdout] ...  |
[INFO] [stdout] 25 | | }
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = help: the way this is parsed might change in the future
[INFO] [stdout]    = help: starts near `The dtype a matmul writes for this element dtype.`
[INFO] [stdout]    = help: ends near `The dtype a matmul writes for this element dtype.`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/runtime/cpu/kernels/binary_int.rs:15:26
[INFO] [stdout]    |
[INFO] [stdout] 15 | //! * pow — [`pow_elem`](super::ipow::pow_elem), which is exact and saturating.
[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] 15 - //! * pow — [`pow_elem`](super::ipow::pow_elem), which is exact and saturating.
[INFO] [stdout] 15 + //! * pow — [`pow_elem`], which is exact and saturating.
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: redundant explicit link target
[INFO] [stdout]   --> src/runtime/cpu/kernels/distance/acc.rs:20:17
[INFO] [stdout]    |
[INFO] [stdout] 20 | //! [`WideAcc`](crate::runtime::cpu::kernels::wide_acc::WideAcc) rather than
[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] 20 - //! [`WideAcc`](crate::runtime::cpu::kernels::wide_acc::WideAcc) rather than
[INFO] [stdout] 20 + //! [`WideAcc`] rather than
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `backward` is both a function and a module
[INFO] [stdout]   --> src/autograd/mod.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 15 | //! - [`backward`]: Function to compute gradients via reverse-mode AD
[INFO] [stdout]    |         ^^^^^^^^ ambiguous link
[INFO] [stdout]    |
[INFO] [stdout] help: to link to the function, add parentheses
[INFO] [stdout]    |
[INFO] [stdout] 15 | //! - [`backward()`]: Function to compute gradients via reverse-mode AD
[INFO] [stdout]    |                 ++
[INFO] [stdout] help: to link to the module, prefix with `mod@`
[INFO] [stdout]    |
[INFO] [stdout] 15 | //! - [`mod@backward`]: Function to compute gradients via reverse-mode AD
[INFO] [stdout]    |         ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: `crate::autograd::backward` is both a function and a module
[INFO] [stdout]   --> src/autograd/grad_fn.rs:84:17
[INFO] [stdout]    |
[INFO] [stdout] 84 |     /// Under [`crate::autograd::backward`] every entry is true, so a masked op
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^ ambiguous link
[INFO] [stdout]    |
[INFO] [stdout] help: to link to the function, add parentheses
[INFO] [stdout]    |
[INFO] [stdout] 84 |     /// Under [`crate::autograd::backward()`] every entry is true, so a masked op
[INFO] [stdout]    |                                          ++
[INFO] [stdout] help: to link to the module, prefix with `mod@`
[INFO] [stdout]    |
[INFO] [stdout] 84 |     /// Under [`mod@crate::autograd::backward`] every entry is true, so a masked op
[INFO] [stdout]    |                 ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not document `numr`
[INFO] running `Command { std: "docker" "inspect" "3d9e8027d9732728dcd3fe6d87190499495a59e50e3b65e3dadffacf59a3e89c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3d9e8027d9732728dcd3fe6d87190499495a59e50e3b65e3dadffacf59a3e89c", kill_on_drop: false }`
[INFO] [stdout] 3d9e8027d9732728dcd3fe6d87190499495a59e50e3b65e3dadffacf59a3e89c
