[INFO] cloning repository https://github.com/web3guru888/ATLAS
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/web3guru888/ATLAS" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fweb3guru888%2FATLAS", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fweb3guru888%2FATLAS'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 4679b7802b6e21018fcfca24154fc09faac1acff
[INFO] testing web3guru888/ATLAS against 1.98.0-beta.8+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fweb3guru888%2FATLAS" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/web3guru888/ATLAS
[INFO] finished tweaking git repo https://github.com/web3guru888/ATLAS
[INFO] tweaked toml for git repo https://github.com/web3guru888/ATLAS written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/web3guru888/ATLAS on toolchain 1.98.0-beta.8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/web3guru888/ATLAS already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 2d2ccc14d220a12ee1624d1e50cf1041865fe4a846372bfc394f0da1633a26b9
[INFO] running `Command { std: "docker" "start" "2d2ccc14d220a12ee1624d1e50cf1041865fe4a846372bfc394f0da1633a26b9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2d2ccc14d220a12ee1624d1e50cf1041865fe4a846372bfc394f0da1633a26b9", 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" "2d2ccc14d220a12ee1624d1e50cf1041865fe4a846372bfc394f0da1633a26b9" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "2d2ccc14d220a12ee1624d1e50cf1041865fe4a846372bfc394f0da1633a26b9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "2d2ccc14d220a12ee1624d1e50cf1041865fe4a846372bfc394f0da1633a26b9" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling atlas-core v0.1.0 (/opt/rustwide/workdir/crates/atlas-core)
[INFO] [stderr]    Compiling atlas-tensor v0.1.0 (/opt/rustwide/workdir/crates/atlas-tensor)
[INFO] [stdout] warning: missing documentation for a struct field
[INFO] [stdout]   --> crates/atlas-core/src/lib.rs:15:21
[INFO] [stdout]    |
[INFO] [stdout] 15 |     ShapeMismatch { expected: Vec<usize>, got: Vec<usize> },
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> crates/atlas-core/src/lib.rs:7:9
[INFO] [stdout]    |
[INFO] [stdout]  7 | #![warn(missing_docs)]
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a struct field
[INFO] [stdout]   --> crates/atlas-core/src/lib.rs:15:43
[INFO] [stdout]    |
[INFO] [stdout] 15 |     ShapeMismatch { expected: Vec<usize>, got: Vec<usize> },
[INFO] [stdout]    |                                           ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a struct field
[INFO] [stdout]   --> crates/atlas-core/src/lib.rs:17:19
[INFO] [stdout]    |
[INFO] [stdout] 17 |     OutOfBounds { index: usize, size: usize },
[INFO] [stdout]    |                   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a struct field
[INFO] [stdout]   --> crates/atlas-core/src/lib.rs:17:33
[INFO] [stdout]    |
[INFO] [stdout] 17 |     OutOfBounds { index: usize, size: usize },
[INFO] [stdout]    |                                 ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling atlas-json v0.1.0 (/opt/rustwide/workdir/crates/atlas-json)
[INFO] [stderr]    Compiling atlas-zk v0.1.0 (/opt/rustwide/workdir/crates/atlas-zk)
[INFO] [stderr]    Compiling atlas-bayes v0.1.0 (/opt/rustwide/workdir/crates/atlas-bayes)
[INFO] [stderr]    Compiling atlas-http v0.1.0 (/opt/rustwide/workdir/crates/atlas-http)
[INFO] [stderr]    Compiling atlas-trm v0.1.0 (/opt/rustwide/workdir/crates/atlas-trm)
[INFO] [stderr]    Compiling atlas-safety v0.1.0 (/opt/rustwide/workdir/crates/atlas-safety)
[INFO] [stdout] warning: unused imports: `AtlasError` and `Result`
[INFO] [stdout]  --> crates/atlas-safety/src/lib.rs:9:18
[INFO] [stdout]   |
[INFO] [stdout] 9 | use atlas_core::{AtlasError, Result};
[INFO] [stdout]   |                  ^^^^^^^^^^  ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `AtlasError` and `Result`
[INFO] [stdout]   --> crates/atlas-trm/src/lib.rs:20:18
[INFO] [stdout]    |
[INFO] [stdout] 20 | use atlas_core::{AtlasError, Result};
[INFO] [stdout]    |                  ^^^^^^^^^^  ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `atlas_core::Result`
[INFO] [stdout]   --> crates/atlas-bayes/src/lib.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | use atlas_core::Result;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling atlas-bridge v0.1.0 (/opt/rustwide/workdir/crates/atlas-bridge)
[INFO] [stdout] warning: unused variable: `x`
[INFO] [stdout]    --> crates/atlas-tensor/src/lib.rs:620:29
[INFO] [stdout]     |
[INFO] [stdout] 620 |     pub fn sgemm_vec(&self, x: &GpuVec, n: usize) -> Option<GpuVec> {
[INFO] [stdout]     |                             ^ help: if this is intentional, prefix it with an underscore: `_x`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `n`
[INFO] [stdout]    --> crates/atlas-tensor/src/lib.rs:620:41
[INFO] [stdout]     |
[INFO] [stdout] 620 |     pub fn sgemm_vec(&self, x: &GpuVec, n: usize) -> Option<GpuVec> {
[INFO] [stdout]     |                                         ^ help: if this is intentional, prefix it with an underscore: `_n`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `m`
[INFO] [stdout]    --> crates/atlas-tensor/src/lib.rs:621:13
[INFO] [stdout]     |
[INFO] [stdout] 621 |         let m = self.rows;
[INFO] [stdout]     |             ^ help: if this is intentional, prefix it with an underscore: `_m`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `n`
[INFO] [stdout]    --> crates/atlas-tensor/src/lib.rs:898:9
[INFO] [stdout]     |
[INFO] [stdout] 898 |     let n = gate.len;
[INFO] [stdout]     |         ^ help: if this is intentional, prefix it with an underscore: `_n`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `x`
[INFO] [stdout]     --> crates/atlas-tensor/src/lib.rs:1011:28
[INFO] [stdout]      |
[INFO] [stdout] 1011 |     pub fn apply_to(&self, x: &mut GpuVec, n_heads: usize, head_dim: usize, pos: usize) {
[INFO] [stdout]      |                            ^ help: if this is intentional, prefix it with an underscore: `_x`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `n_heads`
[INFO] [stdout]     --> crates/atlas-tensor/src/lib.rs:1011:44
[INFO] [stdout]      |
[INFO] [stdout] 1011 |     pub fn apply_to(&self, x: &mut GpuVec, n_heads: usize, head_dim: usize, pos: usize) {
[INFO] [stdout]      |                                            ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_n_heads`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `head_dim`
[INFO] [stdout]     --> crates/atlas-tensor/src/lib.rs:1011:60
[INFO] [stdout]      |
[INFO] [stdout] 1011 |     pub fn apply_to(&self, x: &mut GpuVec, n_heads: usize, head_dim: usize, pos: usize) {
[INFO] [stdout]      |                                                            ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_head_dim`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `pos`
[INFO] [stdout]     --> crates/atlas-tensor/src/lib.rs:1011:77
[INFO] [stdout]      |
[INFO] [stdout] 1011 |     pub fn apply_to(&self, x: &mut GpuVec, n_heads: usize, head_dim: usize, pos: usize) {
[INFO] [stdout]      |                                                                             ^^^ help: if this is intentional, prefix it with an underscore: `_pos`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `q`
[INFO] [stdout]     --> crates/atlas-tensor/src/lib.rs:1267:9
[INFO] [stdout]      |
[INFO] [stdout] 1267 |         q: &GpuVec,
[INFO] [stdout]      |         ^ help: if this is intentional, prefix it with an underscore: `_q`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `n_heads`
[INFO] [stdout]     --> crates/atlas-tensor/src/lib.rs:1268:9
[INFO] [stdout]      |
[INFO] [stdout] 1268 |         n_heads: usize,
[INFO] [stdout]      |         ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_n_heads`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `pos`
[INFO] [stdout]     --> crates/atlas-tensor/src/lib.rs:1269:9
[INFO] [stdout]      |
[INFO] [stdout] 1269 |         pos: usize,
[INFO] [stdout]      |         ^^^ help: if this is intentional, prefix it with an underscore: `_pos`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `scale`
[INFO] [stdout]     --> crates/atlas-tensor/src/lib.rs:1270:9
[INFO] [stdout]      |
[INFO] [stdout] 1270 |         scale: f32,
[INFO] [stdout]      |         ^^^^^ help: if this is intentional, prefix it with an underscore: `_scale`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `window_size`
[INFO] [stdout]     --> crates/atlas-tensor/src/lib.rs:1271:9
[INFO] [stdout]      |
[INFO] [stdout] 1271 |         window_size: usize,
[INFO] [stdout]      |         ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_window_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `groth16_verify`
[INFO] [stdout]   --> crates/atlas-bridge/src/lib.rs:19:31
[INFO] [stdout]    |
[INFO] [stdout] 19 | use atlas_zk::{groth16_prove, groth16_verify, Groth16Claim};
[INFO] [stdout]    |                               ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling atlas-grad v0.1.0 (/opt/rustwide/workdir/crates/atlas-grad)
[INFO] [stderr]    Compiling atlas-quant v0.1.0 (/opt/rustwide/workdir/crates/atlas-quant)
[INFO] [stdout] warning: missing documentation for a struct field
[INFO] [stdout]   --> crates/atlas-bridge/src/lib.rs:46:15
[INFO] [stdout]    |
[INFO] [stdout] 46 |     Deposit { amount: u64, recipient: String },
[INFO] [stdout]    |               ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> crates/atlas-bridge/src/lib.rs:16:9
[INFO] [stdout]    |
[INFO] [stdout] 16 | #![warn(missing_docs)]
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a struct field
[INFO] [stdout]   --> crates/atlas-bridge/src/lib.rs:46:28
[INFO] [stdout]    |
[INFO] [stdout] 46 |     Deposit { amount: u64, recipient: String },
[INFO] [stdout]    |                            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a struct field
[INFO] [stdout]   --> crates/atlas-bridge/src/lib.rs:48:16
[INFO] [stdout]    |
[INFO] [stdout] 48 |     Withdraw { amount: u64, proof: Vec<u8> },
[INFO] [stdout]    |                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a struct field
[INFO] [stdout]   --> crates/atlas-bridge/src/lib.rs:48:29
[INFO] [stdout]    |
[INFO] [stdout] 48 |     Withdraw { amount: u64, proof: Vec<u8> },
[INFO] [stdout]    |                             ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling atlas-model v0.1.0 (/opt/rustwide/workdir/crates/atlas-model)
[INFO] [stderr]    Compiling atlas-palace v0.1.0 (/opt/rustwide/workdir/crates/atlas-palace)
[INFO] [stderr]    Compiling atlas-tokenize v0.1.0 (/opt/rustwide/workdir/crates/atlas-tokenize)
[INFO] [stderr]    Compiling atlas-optim v0.1.0 (/opt/rustwide/workdir/crates/atlas-optim)
[INFO] [stdout] warning: field `merges` is never read
[INFO] [stdout]   --> crates/atlas-tokenize/src/lib.rs:41:5
[INFO] [stdout]    |
[INFO] [stdout] 35 | pub struct Tokenizer {
[INFO] [stdout]    |            --------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 41 |     merges: Vec<(String, String)>,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a struct field
[INFO] [stdout]    --> crates/atlas-trm/src/lib.rs:142:21
[INFO] [stdout]     |
[INFO] [stdout] 142 |     Contradiction { score: f32, detail: String },
[INFO] [stdout]     |                     ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]    --> crates/atlas-trm/src/lib.rs:17:9
[INFO] [stdout]     |
[INFO] [stdout]  17 | #![warn(missing_docs)]
[INFO] [stdout]     |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a struct field
[INFO] [stdout]    --> crates/atlas-trm/src/lib.rs:142:33
[INFO] [stdout]     |
[INFO] [stdout] 142 |     Contradiction { score: f32, detail: String },
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `atlas_tensor::Tensor`
[INFO] [stdout]   --> crates/atlas-model/src/lib.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 22 | use atlas_tensor::Tensor;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling atlas-causal v0.1.0 (/opt/rustwide/workdir/crates/atlas-causal)
[INFO] [stderr]    Compiling atlas-astra v0.1.0 (/opt/rustwide/workdir/crates/atlas-astra)
[INFO] [stderr]    Compiling atlas-mcp v0.1.0 (/opt/rustwide/workdir/crates/atlas-mcp)
[INFO] [stdout] warning: method `is_gpu_bf16` is never used
[INFO] [stdout]    --> crates/atlas-model/src/lib.rs:600:12
[INFO] [stdout]     |
[INFO] [stdout] 536 | impl Linear {
[INFO] [stdout]     | ----------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 600 |     pub fn is_gpu_bf16(&self) -> bool { self.gpu_mat.is_bf16() }
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `max_seq` is never read
[INFO] [stdout]    --> crates/atlas-model/src/lib.rs:729:5
[INFO] [stdout]     |
[INFO] [stdout] 722 | struct KvCache {
[INFO] [stdout]     |        ------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 729 |     max_seq:    usize,
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]    --> crates/atlas-model/src/lib.rs:799:8
[INFO] [stdout]     |
[INFO] [stdout] 798 | impl Attention {
[INFO] [stdout]     | -------------- associated function in this implementation
[INFO] [stdout] 799 |     fn new(cfg: &ModelConfig, layer: usize) -> Self {
[INFO] [stdout]     |        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]     --> crates/atlas-model/src/lib.rs:1342:8
[INFO] [stdout]      |
[INFO] [stdout] 1341 | impl FeedForward {
[INFO] [stdout]      | ---------------- associated function in this implementation
[INFO] [stdout] 1342 |     fn new(cfg: &ModelConfig, layer: usize) -> Self {
[INFO] [stdout]      |        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]     --> crates/atlas-model/src/lib.rs:1467:8
[INFO] [stdout]      |
[INFO] [stdout] 1466 | impl TransformerBlock {
[INFO] [stdout]      | --------------------- associated function in this implementation
[INFO] [stdout] 1467 |     fn new(cfg: &ModelConfig, layer: usize) -> Self {
[INFO] [stdout]      |        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `lcg_uniform` is never used
[INFO] [stdout]     --> crates/atlas-model/src/lib.rs:3773:4
[INFO] [stdout]      |
[INFO] [stdout] 3773 | fn lcg_uniform(seed: u64) -> f32 {
[INFO] [stdout]      |    ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling atlas-infer v0.1.0 (/opt/rustwide/workdir/crates/atlas-infer)
[INFO] [stderr]    Compiling atlas-corpus v0.1.0 (/opt/rustwide/workdir/crates/atlas-corpus)
[INFO] [stdout] warning: struct `NullHook` is never constructed
[INFO] [stdout]   --> crates/atlas-infer/src/hook.rs:76:19
[INFO] [stdout]    |
[INFO] [stdout] 76 | pub(crate) struct NullHook;
[INFO] [stdout]    |                   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `accumulate` is never used
[INFO] [stdout]   --> crates/atlas-infer/src/hook.rs:93:15
[INFO] [stdout]    |
[INFO] [stdout] 93 | pub(crate) fn accumulate(hook: &dyn StigmergicHook, layer_idx: usize, hidden: &[f32], acc: &mut f32) -> bool {
[INFO] [stdout]    |               ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling atlas-api v0.1.0 (/opt/rustwide/workdir/crates/atlas-api)
[INFO] [stdout] warning: function `enforce_think_budget` is never used
[INFO] [stdout]    --> crates/atlas-api/src/handler.rs:590:4
[INFO] [stdout]     |
[INFO] [stdout] 590 | fn enforce_think_budget(text: &str, budget_words: usize) -> String {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `strip_think_blocks` is never used
[INFO] [stdout]    --> crates/atlas-api/src/handler.rs:614:4
[INFO] [stdout]     |
[INFO] [stdout] 614 | fn strip_think_blocks(text: &str) -> String {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `clean_filler` is never used
[INFO] [stdout]    --> crates/atlas-api/src/handler.rs:663:4
[INFO] [stdout]     |
[INFO] [stdout] 663 | fn clean_filler(text: &str) -> String {
[INFO] [stdout]     |    ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `extract_answer_from_think` is never used
[INFO] [stdout]    --> crates/atlas-api/src/handler.rs:707:4
[INFO] [stdout]     |
[INFO] [stdout] 707 | fn extract_answer_from_think(think: &str) -> String {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a struct field
[INFO] [stdout]    --> crates/atlas-corpus/src/lib.rs:171:18
[INFO] [stdout]     |
[INFO] [stdout] 171 |     Stigmergic { temperature: f64 },
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]    --> crates/atlas-corpus/src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 | #![warn(missing_docs)]
[INFO] [stdout]     |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling atlas-cli v0.1.0 (/opt/rustwide/workdir/crates/atlas-cli)
[INFO] [stdout] warning: function `fnv_hash` is never used
[INFO] [stdout]     --> crates/atlas-cli/src/main.rs:1081:4
[INFO] [stdout]      |
[INFO] [stdout] 1081 | fn fnv_hash(data: &[u8]) -> u64 {
[INFO] [stdout]      |    ^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 19.94s
[INFO] running `Command { std: "docker" "inspect" "2d2ccc14d220a12ee1624d1e50cf1041865fe4a846372bfc394f0da1633a26b9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "2d2ccc14d220a12ee1624d1e50cf1041865fe4a846372bfc394f0da1633a26b9" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.8" "test" "--frozen" "--no-run" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr]    Compiling atlas-core v0.1.0 (/opt/rustwide/workdir/crates/atlas-core)
[INFO] [stdout] warning: missing documentation for a struct field
[INFO] [stdout]   --> crates/atlas-core/src/lib.rs:15:21
[INFO] [stdout]    |
[INFO] [stdout] 15 |     ShapeMismatch { expected: Vec<usize>, got: Vec<usize> },
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> crates/atlas-core/src/lib.rs:7:9
[INFO] [stdout]    |
[INFO] [stdout]  7 | #![warn(missing_docs)]
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a struct field
[INFO] [stdout]   --> crates/atlas-core/src/lib.rs:15:43
[INFO] [stdout]    |
[INFO] [stdout] 15 |     ShapeMismatch { expected: Vec<usize>, got: Vec<usize> },
[INFO] [stdout]    |                                           ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a struct field
[INFO] [stdout]   --> crates/atlas-core/src/lib.rs:17:19
[INFO] [stdout]    |
[INFO] [stdout] 17 |     OutOfBounds { index: usize, size: usize },
[INFO] [stdout]    |                   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a struct field
[INFO] [stdout]   --> crates/atlas-core/src/lib.rs:17:33
[INFO] [stdout]    |
[INFO] [stdout] 17 |     OutOfBounds { index: usize, size: usize },
[INFO] [stdout]    |                                 ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `x`
[INFO] [stdout]    --> crates/atlas-tensor/src/lib.rs:620:29
[INFO] [stdout]     |
[INFO] [stdout] 620 |     pub fn sgemm_vec(&self, x: &GpuVec, n: usize) -> Option<GpuVec> {
[INFO] [stdout]     |                             ^ help: if this is intentional, prefix it with an underscore: `_x`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `n`
[INFO] [stdout]    --> crates/atlas-tensor/src/lib.rs:620:41
[INFO] [stdout]     |
[INFO] [stdout] 620 |     pub fn sgemm_vec(&self, x: &GpuVec, n: usize) -> Option<GpuVec> {
[INFO] [stdout]     |                                         ^ help: if this is intentional, prefix it with an underscore: `_n`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `m`
[INFO] [stdout]    --> crates/atlas-tensor/src/lib.rs:621:13
[INFO] [stdout]     |
[INFO] [stdout] 621 |         let m = self.rows;
[INFO] [stdout]     |             ^ help: if this is intentional, prefix it with an underscore: `_m`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `n`
[INFO] [stdout]    --> crates/atlas-tensor/src/lib.rs:898:9
[INFO] [stdout]     |
[INFO] [stdout] 898 |     let n = gate.len;
[INFO] [stdout]     |         ^ help: if this is intentional, prefix it with an underscore: `_n`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `x`
[INFO] [stdout]     --> crates/atlas-tensor/src/lib.rs:1011:28
[INFO] [stdout]      |
[INFO] [stdout] 1011 |     pub fn apply_to(&self, x: &mut GpuVec, n_heads: usize, head_dim: usize, pos: usize) {
[INFO] [stdout]      |                            ^ help: if this is intentional, prefix it with an underscore: `_x`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `n_heads`
[INFO] [stdout]     --> crates/atlas-tensor/src/lib.rs:1011:44
[INFO] [stdout]      |
[INFO] [stdout] 1011 |     pub fn apply_to(&self, x: &mut GpuVec, n_heads: usize, head_dim: usize, pos: usize) {
[INFO] [stdout]      |                                            ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_n_heads`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `head_dim`
[INFO] [stdout]     --> crates/atlas-tensor/src/lib.rs:1011:60
[INFO] [stdout]      |
[INFO] [stdout] 1011 |     pub fn apply_to(&self, x: &mut GpuVec, n_heads: usize, head_dim: usize, pos: usize) {
[INFO] [stdout]      |                                                            ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_head_dim`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `pos`
[INFO] [stdout]     --> crates/atlas-tensor/src/lib.rs:1011:77
[INFO] [stdout]      |
[INFO] [stdout] 1011 |     pub fn apply_to(&self, x: &mut GpuVec, n_heads: usize, head_dim: usize, pos: usize) {
[INFO] [stdout]      |                                                                             ^^^ help: if this is intentional, prefix it with an underscore: `_pos`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `q`
[INFO] [stdout]     --> crates/atlas-tensor/src/lib.rs:1267:9
[INFO] [stdout]      |
[INFO] [stdout] 1267 |         q: &GpuVec,
[INFO] [stdout]      |         ^ help: if this is intentional, prefix it with an underscore: `_q`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `n_heads`
[INFO] [stdout]     --> crates/atlas-tensor/src/lib.rs:1268:9
[INFO] [stdout]      |
[INFO] [stdout] 1268 |         n_heads: usize,
[INFO] [stdout]      |         ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_n_heads`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `pos`
[INFO] [stdout]     --> crates/atlas-tensor/src/lib.rs:1269:9
[INFO] [stdout]      |
[INFO] [stdout] 1269 |         pos: usize,
[INFO] [stdout]      |         ^^^ help: if this is intentional, prefix it with an underscore: `_pos`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `scale`
[INFO] [stdout]     --> crates/atlas-tensor/src/lib.rs:1270:9
[INFO] [stdout]      |
[INFO] [stdout] 1270 |         scale: f32,
[INFO] [stdout]      |         ^^^^^ help: if this is intentional, prefix it with an underscore: `_scale`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `window_size`
[INFO] [stdout]     --> crates/atlas-tensor/src/lib.rs:1271:9
[INFO] [stdout]      |
[INFO] [stdout] 1271 |         window_size: usize,
[INFO] [stdout]      |         ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_window_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `atlas_core::Result`
[INFO] [stdout]   --> crates/atlas-bayes/src/lib.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | use atlas_core::Result;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `merges` is never read
[INFO] [stdout]   --> crates/atlas-tokenize/src/lib.rs:41:5
[INFO] [stdout]    |
[INFO] [stdout] 35 | pub struct Tokenizer {
[INFO] [stdout]    |            --------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 41 |     merges: Vec<(String, String)>,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `AtlasError` and `Result`
[INFO] [stdout]   --> crates/atlas-trm/src/lib.rs:20:18
[INFO] [stdout]    |
[INFO] [stdout] 20 | use atlas_core::{AtlasError, Result};
[INFO] [stdout]    |                  ^^^^^^^^^^  ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a struct field
[INFO] [stdout]    --> crates/atlas-trm/src/lib.rs:142:21
[INFO] [stdout]     |
[INFO] [stdout] 142 |     Contradiction { score: f32, detail: String },
[INFO] [stdout]     |                     ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]    --> crates/atlas-trm/src/lib.rs:17:9
[INFO] [stdout]     |
[INFO] [stdout]  17 | #![warn(missing_docs)]
[INFO] [stdout]     |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a struct field
[INFO] [stdout]    --> crates/atlas-trm/src/lib.rs:142:33
[INFO] [stdout]     |
[INFO] [stdout] 142 |     Contradiction { score: f32, detail: String },
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `atlas_tensor::Tensor`
[INFO] [stdout]   --> crates/atlas-model/src/lib.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 22 | use atlas_tensor::Tensor;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `is_gpu_bf16` is never used
[INFO] [stdout]    --> crates/atlas-model/src/lib.rs:600:12
[INFO] [stdout]     |
[INFO] [stdout] 536 | impl Linear {
[INFO] [stdout]     | ----------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 600 |     pub fn is_gpu_bf16(&self) -> bool { self.gpu_mat.is_bf16() }
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `max_seq` is never read
[INFO] [stdout]    --> crates/atlas-model/src/lib.rs:729:5
[INFO] [stdout]     |
[INFO] [stdout] 722 | struct KvCache {
[INFO] [stdout]     |        ------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 729 |     max_seq:    usize,
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]    --> crates/atlas-model/src/lib.rs:799:8
[INFO] [stdout]     |
[INFO] [stdout] 798 | impl Attention {
[INFO] [stdout]     | -------------- associated function in this implementation
[INFO] [stdout] 799 |     fn new(cfg: &ModelConfig, layer: usize) -> Self {
[INFO] [stdout]     |        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]     --> crates/atlas-model/src/lib.rs:1342:8
[INFO] [stdout]      |
[INFO] [stdout] 1341 | impl FeedForward {
[INFO] [stdout]      | ---------------- associated function in this implementation
[INFO] [stdout] 1342 |     fn new(cfg: &ModelConfig, layer: usize) -> Self {
[INFO] [stdout]      |        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]     --> crates/atlas-model/src/lib.rs:1467:8
[INFO] [stdout]      |
[INFO] [stdout] 1466 | impl TransformerBlock {
[INFO] [stdout]      | --------------------- associated function in this implementation
[INFO] [stdout] 1467 |     fn new(cfg: &ModelConfig, layer: usize) -> Self {
[INFO] [stdout]      |        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `lcg_uniform` is never used
[INFO] [stdout]     --> crates/atlas-model/src/lib.rs:3773:4
[INFO] [stdout]      |
[INFO] [stdout] 3773 | fn lcg_uniform(seed: u64) -> f32 {
[INFO] [stdout]      |    ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `NullHook` is never constructed
[INFO] [stdout]   --> crates/atlas-infer/src/hook.rs:76:19
[INFO] [stdout]    |
[INFO] [stdout] 76 | pub(crate) struct NullHook;
[INFO] [stdout]    |                   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `accumulate` is never used
[INFO] [stdout]   --> crates/atlas-infer/src/hook.rs:93:15
[INFO] [stdout]    |
[INFO] [stdout] 93 | pub(crate) fn accumulate(hook: &dyn StigmergicHook, layer_idx: usize, hidden: &[f32], acc: &mut f32) -> bool {
[INFO] [stdout]    |               ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a struct field
[INFO] [stdout]    --> crates/atlas-corpus/src/lib.rs:171:18
[INFO] [stdout]     |
[INFO] [stdout] 171 |     Stigmergic { temperature: f64 },
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]    --> crates/atlas-corpus/src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 | #![warn(missing_docs)]
[INFO] [stdout]     |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `enforce_think_budget` is never used
[INFO] [stdout]    --> crates/atlas-api/src/handler.rs:590:4
[INFO] [stdout]     |
[INFO] [stdout] 590 | fn enforce_think_budget(text: &str, budget_words: usize) -> String {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `strip_think_blocks` is never used
[INFO] [stdout]    --> crates/atlas-api/src/handler.rs:614:4
[INFO] [stdout]     |
[INFO] [stdout] 614 | fn strip_think_blocks(text: &str) -> String {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `clean_filler` is never used
[INFO] [stdout]    --> crates/atlas-api/src/handler.rs:663:4
[INFO] [stdout]     |
[INFO] [stdout] 663 | fn clean_filler(text: &str) -> String {
[INFO] [stdout]     |    ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `extract_answer_from_think` is never used
[INFO] [stdout]    --> crates/atlas-api/src/handler.rs:707:4
[INFO] [stdout]     |
[INFO] [stdout] 707 | fn extract_answer_from_think(think: &str) -> String {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `fnv_hash` is never used
[INFO] [stdout]     --> crates/atlas-cli/src/main.rs:1081:4
[INFO] [stdout]      |
[INFO] [stdout] 1081 | fn fnv_hash(data: &[u8]) -> u64 {
[INFO] [stdout]      |    ^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a struct field
[INFO] [stdout]   --> crates/atlas-core/src/lib.rs:15:21
[INFO] [stdout]    |
[INFO] [stdout] 15 |     ShapeMismatch { expected: Vec<usize>, got: Vec<usize> },
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> crates/atlas-core/src/lib.rs:7:9
[INFO] [stdout]    |
[INFO] [stdout]  7 | #![warn(missing_docs)]
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a struct field
[INFO] [stdout]   --> crates/atlas-core/src/lib.rs:15:43
[INFO] [stdout]    |
[INFO] [stdout] 15 |     ShapeMismatch { expected: Vec<usize>, got: Vec<usize> },
[INFO] [stdout]    |                                           ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a struct field
[INFO] [stdout]   --> crates/atlas-core/src/lib.rs:17:19
[INFO] [stdout]    |
[INFO] [stdout] 17 |     OutOfBounds { index: usize, size: usize },
[INFO] [stdout]    |                   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a struct field
[INFO] [stdout]   --> crates/atlas-core/src/lib.rs:17:33
[INFO] [stdout]    |
[INFO] [stdout] 17 |     OutOfBounds { index: usize, size: usize },
[INFO] [stdout]    |                                 ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a struct field
[INFO] [stdout]   --> crates/atlas-core/src/lib.rs:15:21
[INFO] [stdout]    |
[INFO] [stdout] 15 |     ShapeMismatch { expected: Vec<usize>, got: Vec<usize> },
[INFO] [stdout]    |                     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> crates/atlas-core/src/lib.rs:7:9
[INFO] [stdout]    |
[INFO] [stdout]  7 | #![warn(missing_docs)]
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a struct field
[INFO] [stdout]   --> crates/atlas-core/src/lib.rs:15:43
[INFO] [stdout]    |
[INFO] [stdout] 15 |     ShapeMismatch { expected: Vec<usize>, got: Vec<usize> },
[INFO] [stdout]    |                                           ^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a struct field
[INFO] [stdout]   --> crates/atlas-core/src/lib.rs:17:19
[INFO] [stdout]    |
[INFO] [stdout] 17 |     OutOfBounds { index: usize, size: usize },
[INFO] [stdout]    |                   ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a struct field
[INFO] [stdout]   --> crates/atlas-core/src/lib.rs:17:33
[INFO] [stdout]    |
[INFO] [stdout] 17 |     OutOfBounds { index: usize, size: usize },
[INFO] [stdout]    |                                 ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling atlas-json v0.1.0 (/opt/rustwide/workdir/crates/atlas-json)
[INFO] [stderr]    Compiling atlas-tensor v0.1.0 (/opt/rustwide/workdir/crates/atlas-tensor)
[INFO] [stderr]    Compiling atlas-zk v0.1.0 (/opt/rustwide/workdir/crates/atlas-zk)
[INFO] [stderr]    Compiling atlas-bayes v0.1.0 (/opt/rustwide/workdir/crates/atlas-bayes)
[INFO] [stderr]    Compiling atlas-http v0.1.0 (/opt/rustwide/workdir/crates/atlas-http)
[INFO] [stderr]    Compiling atlas-trm v0.1.0 (/opt/rustwide/workdir/crates/atlas-trm)
[INFO] [stderr]    Compiling atlas-safety v0.1.0 (/opt/rustwide/workdir/crates/atlas-safety)
[INFO] [stdout] warning: unused import: `atlas_core::Result`
[INFO] [stdout]   --> crates/atlas-bayes/src/lib.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | use atlas_core::Result;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `AtlasError` and `Result`
[INFO] [stdout]   --> crates/atlas-trm/src/lib.rs:20:18
[INFO] [stdout]    |
[INFO] [stdout] 20 | use atlas_core::{AtlasError, Result};
[INFO] [stdout]    |                  ^^^^^^^^^^  ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `AtlasError` and `Result`
[INFO] [stdout]  --> crates/atlas-safety/src/lib.rs:9:18
[INFO] [stdout]   |
[INFO] [stdout] 9 | use atlas_core::{AtlasError, Result};
[INFO] [stdout]   |                  ^^^^^^^^^^  ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `x`
[INFO] [stdout]    --> crates/atlas-tensor/src/lib.rs:620:29
[INFO] [stdout]     |
[INFO] [stdout] 620 |     pub fn sgemm_vec(&self, x: &GpuVec, n: usize) -> Option<GpuVec> {
[INFO] [stdout]     |                             ^ help: if this is intentional, prefix it with an underscore: `_x`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `n`
[INFO] [stdout]    --> crates/atlas-tensor/src/lib.rs:620:41
[INFO] [stdout]     |
[INFO] [stdout] 620 |     pub fn sgemm_vec(&self, x: &GpuVec, n: usize) -> Option<GpuVec> {
[INFO] [stdout]     |                                         ^ help: if this is intentional, prefix it with an underscore: `_n`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `m`
[INFO] [stdout]    --> crates/atlas-tensor/src/lib.rs:621:13
[INFO] [stdout]     |
[INFO] [stdout] 621 |         let m = self.rows;
[INFO] [stdout]     |             ^ help: if this is intentional, prefix it with an underscore: `_m`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `n`
[INFO] [stdout]    --> crates/atlas-tensor/src/lib.rs:898:9
[INFO] [stdout]     |
[INFO] [stdout] 898 |     let n = gate.len;
[INFO] [stdout]     |         ^ help: if this is intentional, prefix it with an underscore: `_n`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `x`
[INFO] [stdout]     --> crates/atlas-tensor/src/lib.rs:1011:28
[INFO] [stdout]      |
[INFO] [stdout] 1011 |     pub fn apply_to(&self, x: &mut GpuVec, n_heads: usize, head_dim: usize, pos: usize) {
[INFO] [stdout]      |                            ^ help: if this is intentional, prefix it with an underscore: `_x`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `n_heads`
[INFO] [stdout]     --> crates/atlas-tensor/src/lib.rs:1011:44
[INFO] [stdout]      |
[INFO] [stdout] 1011 |     pub fn apply_to(&self, x: &mut GpuVec, n_heads: usize, head_dim: usize, pos: usize) {
[INFO] [stdout]      |                                            ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_n_heads`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `head_dim`
[INFO] [stdout]     --> crates/atlas-tensor/src/lib.rs:1011:60
[INFO] [stdout]      |
[INFO] [stdout] 1011 |     pub fn apply_to(&self, x: &mut GpuVec, n_heads: usize, head_dim: usize, pos: usize) {
[INFO] [stdout]      |                                                            ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_head_dim`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `pos`
[INFO] [stdout]     --> crates/atlas-tensor/src/lib.rs:1011:77
[INFO] [stdout]      |
[INFO] [stdout] 1011 |     pub fn apply_to(&self, x: &mut GpuVec, n_heads: usize, head_dim: usize, pos: usize) {
[INFO] [stdout]      |                                                                             ^^^ help: if this is intentional, prefix it with an underscore: `_pos`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `q`
[INFO] [stdout]     --> crates/atlas-tensor/src/lib.rs:1267:9
[INFO] [stdout]      |
[INFO] [stdout] 1267 |         q: &GpuVec,
[INFO] [stdout]      |         ^ help: if this is intentional, prefix it with an underscore: `_q`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `n_heads`
[INFO] [stdout]     --> crates/atlas-tensor/src/lib.rs:1268:9
[INFO] [stdout]      |
[INFO] [stdout] 1268 |         n_heads: usize,
[INFO] [stdout]      |         ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_n_heads`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `pos`
[INFO] [stdout]     --> crates/atlas-tensor/src/lib.rs:1269:9
[INFO] [stdout]      |
[INFO] [stdout] 1269 |         pos: usize,
[INFO] [stdout]      |         ^^^ help: if this is intentional, prefix it with an underscore: `_pos`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `scale`
[INFO] [stdout]     --> crates/atlas-tensor/src/lib.rs:1270:9
[INFO] [stdout]      |
[INFO] [stdout] 1270 |         scale: f32,
[INFO] [stdout]      |         ^^^^^ help: if this is intentional, prefix it with an underscore: `_scale`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `window_size`
[INFO] [stdout]     --> crates/atlas-tensor/src/lib.rs:1271:9
[INFO] [stdout]      |
[INFO] [stdout] 1271 |         window_size: usize,
[INFO] [stdout]      |         ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_window_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `atlas_core::Result`
[INFO] [stdout]   --> crates/atlas-bayes/src/lib.rs:13:5
[INFO] [stdout]    |
[INFO] [stdout] 13 | use atlas_core::Result;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling atlas-palace v0.1.0 (/opt/rustwide/workdir/crates/atlas-palace)
[INFO] [stdout] warning: unused imports: `AtlasError` and `Result`
[INFO] [stdout]  --> crates/atlas-safety/src/lib.rs:9:18
[INFO] [stdout]   |
[INFO] [stdout] 9 | use atlas_core::{AtlasError, Result};
[INFO] [stdout]   |                  ^^^^^^^^^^  ^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a struct field
[INFO] [stdout]    --> crates/atlas-trm/src/lib.rs:142:21
[INFO] [stdout]     |
[INFO] [stdout] 142 |     Contradiction { score: f32, detail: String },
[INFO] [stdout]     |                     ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]    --> crates/atlas-trm/src/lib.rs:17:9
[INFO] [stdout]     |
[INFO] [stdout]  17 | #![warn(missing_docs)]
[INFO] [stdout]     |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a struct field
[INFO] [stdout]    --> crates/atlas-trm/src/lib.rs:142:33
[INFO] [stdout]     |
[INFO] [stdout] 142 |     Contradiction { score: f32, detail: String },
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `x`
[INFO] [stdout]    --> crates/atlas-tensor/src/lib.rs:620:29
[INFO] [stdout]     |
[INFO] [stdout] 620 |     pub fn sgemm_vec(&self, x: &GpuVec, n: usize) -> Option<GpuVec> {
[INFO] [stdout]     |                             ^ help: if this is intentional, prefix it with an underscore: `_x`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `n`
[INFO] [stdout]    --> crates/atlas-tensor/src/lib.rs:620:41
[INFO] [stdout]     |
[INFO] [stdout] 620 |     pub fn sgemm_vec(&self, x: &GpuVec, n: usize) -> Option<GpuVec> {
[INFO] [stdout]     |                                         ^ help: if this is intentional, prefix it with an underscore: `_n`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `m`
[INFO] [stdout]    --> crates/atlas-tensor/src/lib.rs:621:13
[INFO] [stdout]     |
[INFO] [stdout] 621 |         let m = self.rows;
[INFO] [stdout]     |             ^ help: if this is intentional, prefix it with an underscore: `_m`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused imports: `AtlasError` and `Result`
[INFO] [stdout]   --> crates/atlas-trm/src/lib.rs:20:18
[INFO] [stdout]    |
[INFO] [stdout] 20 | use atlas_core::{AtlasError, Result};
[INFO] [stdout]    |                  ^^^^^^^^^^  ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `n`
[INFO] [stdout]    --> crates/atlas-tensor/src/lib.rs:898:9
[INFO] [stdout]     |
[INFO] [stdout] 898 |     let n = gate.len;
[INFO] [stdout]     |         ^ help: if this is intentional, prefix it with an underscore: `_n`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `x`
[INFO] [stdout]     --> crates/atlas-tensor/src/lib.rs:1011:28
[INFO] [stdout]      |
[INFO] [stdout] 1011 |     pub fn apply_to(&self, x: &mut GpuVec, n_heads: usize, head_dim: usize, pos: usize) {
[INFO] [stdout]      |                            ^ help: if this is intentional, prefix it with an underscore: `_x`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `n_heads`
[INFO] [stdout]     --> crates/atlas-tensor/src/lib.rs:1011:44
[INFO] [stdout]      |
[INFO] [stdout] 1011 |     pub fn apply_to(&self, x: &mut GpuVec, n_heads: usize, head_dim: usize, pos: usize) {
[INFO] [stdout]      |                                            ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_n_heads`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `head_dim`
[INFO] [stdout]     --> crates/atlas-tensor/src/lib.rs:1011:60
[INFO] [stdout]      |
[INFO] [stdout] 1011 |     pub fn apply_to(&self, x: &mut GpuVec, n_heads: usize, head_dim: usize, pos: usize) {
[INFO] [stdout]      |                                                            ^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_head_dim`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `pos`
[INFO] [stdout]     --> crates/atlas-tensor/src/lib.rs:1011:77
[INFO] [stdout]      |
[INFO] [stdout] 1011 |     pub fn apply_to(&self, x: &mut GpuVec, n_heads: usize, head_dim: usize, pos: usize) {
[INFO] [stdout]      |                                                                             ^^^ help: if this is intentional, prefix it with an underscore: `_pos`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `q`
[INFO] [stdout]     --> crates/atlas-tensor/src/lib.rs:1267:9
[INFO] [stdout]      |
[INFO] [stdout] 1267 |         q: &GpuVec,
[INFO] [stdout]      |         ^ help: if this is intentional, prefix it with an underscore: `_q`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `n_heads`
[INFO] [stdout]     --> crates/atlas-tensor/src/lib.rs:1268:9
[INFO] [stdout]      |
[INFO] [stdout] 1268 |         n_heads: usize,
[INFO] [stdout]      |         ^^^^^^^ help: if this is intentional, prefix it with an underscore: `_n_heads`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `pos`
[INFO] [stdout]     --> crates/atlas-tensor/src/lib.rs:1269:9
[INFO] [stdout]      |
[INFO] [stdout] 1269 |         pos: usize,
[INFO] [stdout]      |         ^^^ help: if this is intentional, prefix it with an underscore: `_pos`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `scale`
[INFO] [stdout]     --> crates/atlas-tensor/src/lib.rs:1270:9
[INFO] [stdout]      |
[INFO] [stdout] 1270 |         scale: f32,
[INFO] [stdout]      |         ^^^^^ help: if this is intentional, prefix it with an underscore: `_scale`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `window_size`
[INFO] [stdout]     --> crates/atlas-tensor/src/lib.rs:1271:9
[INFO] [stdout]      |
[INFO] [stdout] 1271 |         window_size: usize,
[INFO] [stdout]      |         ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_window_size`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling atlas-model v0.1.0 (/opt/rustwide/workdir/crates/atlas-model)
[INFO] [stdout] warning: unused import: `atlas_tensor::Tensor`
[INFO] [stdout]   --> crates/atlas-model/src/lib.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 22 | use atlas_tensor::Tensor;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling atlas-grad v0.1.0 (/opt/rustwide/workdir/crates/atlas-grad)
[INFO] [stdout] warning: missing documentation for a struct field
[INFO] [stdout]    --> crates/atlas-trm/src/lib.rs:142:21
[INFO] [stdout]     |
[INFO] [stdout] 142 |     Contradiction { score: f32, detail: String },
[INFO] [stdout]     |                     ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]    --> crates/atlas-trm/src/lib.rs:17:9
[INFO] [stdout]     |
[INFO] [stdout]  17 | #![warn(missing_docs)]
[INFO] [stdout]     |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a struct field
[INFO] [stdout]    --> crates/atlas-trm/src/lib.rs:142:33
[INFO] [stdout]     |
[INFO] [stdout] 142 |     Contradiction { score: f32, detail: String },
[INFO] [stdout]     |                                 ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling atlas-tokenize v0.1.0 (/opt/rustwide/workdir/crates/atlas-tokenize)
[INFO] [stderr]    Compiling atlas-optim v0.1.0 (/opt/rustwide/workdir/crates/atlas-optim)
[INFO] [stderr]    Compiling atlas-causal v0.1.0 (/opt/rustwide/workdir/crates/atlas-causal)
[INFO] [stderr]    Compiling atlas-quant v0.1.0 (/opt/rustwide/workdir/crates/atlas-quant)
[INFO] [stdout] warning: field `merges` is never read
[INFO] [stdout]   --> crates/atlas-tokenize/src/lib.rs:41:5
[INFO] [stdout]    |
[INFO] [stdout] 35 | pub struct Tokenizer {
[INFO] [stdout]    |            --------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 41 |     merges: Vec<(String, String)>,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling atlas-bridge v0.1.0 (/opt/rustwide/workdir/crates/atlas-bridge)
[INFO] [stdout] warning: unused import: `groth16_verify`
[INFO] [stdout]   --> crates/atlas-bridge/src/lib.rs:19:31
[INFO] [stdout]    |
[INFO] [stdout] 19 | use atlas_zk::{groth16_prove, groth16_verify, Groth16Claim};
[INFO] [stdout]    |                               ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `is_gpu_bf16` is never used
[INFO] [stdout]    --> crates/atlas-model/src/lib.rs:600:12
[INFO] [stdout]     |
[INFO] [stdout] 536 | impl Linear {
[INFO] [stdout]     | ----------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 600 |     pub fn is_gpu_bf16(&self) -> bool { self.gpu_mat.is_bf16() }
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `max_seq` is never read
[INFO] [stdout]    --> crates/atlas-model/src/lib.rs:729:5
[INFO] [stdout]     |
[INFO] [stdout] 722 | struct KvCache {
[INFO] [stdout]     |        ------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 729 |     max_seq:    usize,
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]    --> crates/atlas-model/src/lib.rs:799:8
[INFO] [stdout]     |
[INFO] [stdout] 798 | impl Attention {
[INFO] [stdout]     | -------------- associated function in this implementation
[INFO] [stdout] 799 |     fn new(cfg: &ModelConfig, layer: usize) -> Self {
[INFO] [stdout]     |        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]     --> crates/atlas-model/src/lib.rs:1342:8
[INFO] [stdout]      |
[INFO] [stdout] 1341 | impl FeedForward {
[INFO] [stdout]      | ---------------- associated function in this implementation
[INFO] [stdout] 1342 |     fn new(cfg: &ModelConfig, layer: usize) -> Self {
[INFO] [stdout]      |        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]     --> crates/atlas-model/src/lib.rs:1467:8
[INFO] [stdout]      |
[INFO] [stdout] 1466 | impl TransformerBlock {
[INFO] [stdout]      | --------------------- associated function in this implementation
[INFO] [stdout] 1467 |     fn new(cfg: &ModelConfig, layer: usize) -> Self {
[INFO] [stdout]      |        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `lcg_uniform` is never used
[INFO] [stdout]     --> crates/atlas-model/src/lib.rs:3773:4
[INFO] [stdout]      |
[INFO] [stdout] 3773 | fn lcg_uniform(seed: u64) -> f32 {
[INFO] [stdout]      |    ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a struct field
[INFO] [stdout]   --> crates/atlas-bridge/src/lib.rs:46:15
[INFO] [stdout]    |
[INFO] [stdout] 46 |     Deposit { amount: u64, recipient: String },
[INFO] [stdout]    |               ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> crates/atlas-bridge/src/lib.rs:16:9
[INFO] [stdout]    |
[INFO] [stdout] 16 | #![warn(missing_docs)]
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a struct field
[INFO] [stdout]   --> crates/atlas-bridge/src/lib.rs:46:28
[INFO] [stdout]    |
[INFO] [stdout] 46 |     Deposit { amount: u64, recipient: String },
[INFO] [stdout]    |                            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a struct field
[INFO] [stdout]   --> crates/atlas-bridge/src/lib.rs:48:16
[INFO] [stdout]    |
[INFO] [stdout] 48 |     Withdraw { amount: u64, proof: Vec<u8> },
[INFO] [stdout]    |                ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a struct field
[INFO] [stdout]   --> crates/atlas-bridge/src/lib.rs:48:29
[INFO] [stdout]    |
[INFO] [stdout] 48 |     Withdraw { amount: u64, proof: Vec<u8> },
[INFO] [stdout]    |                             ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling atlas-infer v0.1.0 (/opt/rustwide/workdir/crates/atlas-infer)
[INFO] [stdout] warning: struct `NullHook` is never constructed
[INFO] [stdout]   --> crates/atlas-infer/src/hook.rs:76:19
[INFO] [stdout]    |
[INFO] [stdout] 76 | pub(crate) struct NullHook;
[INFO] [stdout]    |                   ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `accumulate` is never used
[INFO] [stdout]   --> crates/atlas-infer/src/hook.rs:93:15
[INFO] [stdout]    |
[INFO] [stdout] 93 | pub(crate) fn accumulate(hook: &dyn StigmergicHook, layer_idx: usize, hidden: &[f32], acc: &mut f32) -> bool {
[INFO] [stdout]    |               ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling atlas-astra v0.1.0 (/opt/rustwide/workdir/crates/atlas-astra)
[INFO] [stderr]    Compiling atlas-mcp v0.1.0 (/opt/rustwide/workdir/crates/atlas-mcp)
[INFO] [stderr]    Compiling atlas-corpus v0.1.0 (/opt/rustwide/workdir/crates/atlas-corpus)
[INFO] [stdout] warning: missing documentation for a struct field
[INFO] [stdout]    --> crates/atlas-corpus/src/lib.rs:171:18
[INFO] [stdout]     |
[INFO] [stdout] 171 |     Stigmergic { temperature: f64 },
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]    --> crates/atlas-corpus/src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 | #![warn(missing_docs)]
[INFO] [stdout]     |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling atlas-api v0.1.0 (/opt/rustwide/workdir/crates/atlas-api)
[INFO] [stdout] warning: function `enforce_think_budget` is never used
[INFO] [stdout]    --> crates/atlas-api/src/handler.rs:590:4
[INFO] [stdout]     |
[INFO] [stdout] 590 | fn enforce_think_budget(text: &str, budget_words: usize) -> String {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `strip_think_blocks` is never used
[INFO] [stdout]    --> crates/atlas-api/src/handler.rs:614:4
[INFO] [stdout]     |
[INFO] [stdout] 614 | fn strip_think_blocks(text: &str) -> String {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `clean_filler` is never used
[INFO] [stdout]    --> crates/atlas-api/src/handler.rs:663:4
[INFO] [stdout]     |
[INFO] [stdout] 663 | fn clean_filler(text: &str) -> String {
[INFO] [stdout]     |    ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `extract_answer_from_think` is never used
[INFO] [stdout]    --> crates/atlas-api/src/handler.rs:707:4
[INFO] [stdout]     |
[INFO] [stdout] 707 | fn extract_answer_from_think(think: &str) -> String {
[INFO] [stdout]     |    ^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `atlas_tensor::Tensor`
[INFO] [stdout]   --> crates/atlas-model/src/lib.rs:22:5
[INFO] [stdout]    |
[INFO] [stdout] 22 | use atlas_tensor::Tensor;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: method `is_gpu_bf16` is never used
[INFO] [stdout]    --> crates/atlas-model/src/lib.rs:600:12
[INFO] [stdout]     |
[INFO] [stdout] 536 | impl Linear {
[INFO] [stdout]     | ----------- method in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 600 |     pub fn is_gpu_bf16(&self) -> bool { self.gpu_mat.is_bf16() }
[INFO] [stdout]     |            ^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `max_seq` is never read
[INFO] [stdout]    --> crates/atlas-model/src/lib.rs:729:5
[INFO] [stdout]     |
[INFO] [stdout] 722 | struct KvCache {
[INFO] [stdout]     |        ------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 729 |     max_seq:    usize,
[INFO] [stdout]     |     ^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]    --> crates/atlas-model/src/lib.rs:799:8
[INFO] [stdout]     |
[INFO] [stdout] 798 | impl Attention {
[INFO] [stdout]     | -------------- associated function in this implementation
[INFO] [stdout] 799 |     fn new(cfg: &ModelConfig, layer: usize) -> Self {
[INFO] [stdout]     |        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]     --> crates/atlas-model/src/lib.rs:1342:8
[INFO] [stdout]      |
[INFO] [stdout] 1341 | impl FeedForward {
[INFO] [stdout]      | ---------------- associated function in this implementation
[INFO] [stdout] 1342 |     fn new(cfg: &ModelConfig, layer: usize) -> Self {
[INFO] [stdout]      |        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `new` is never used
[INFO] [stdout]     --> crates/atlas-model/src/lib.rs:1467:8
[INFO] [stdout]      |
[INFO] [stdout] 1466 | impl TransformerBlock {
[INFO] [stdout]      | --------------------- associated function in this implementation
[INFO] [stdout] 1467 |     fn new(cfg: &ModelConfig, layer: usize) -> Self {
[INFO] [stdout]      |        ^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `lcg_uniform` is never used
[INFO] [stdout]     --> crates/atlas-model/src/lib.rs:3773:4
[INFO] [stdout]      |
[INFO] [stdout] 3773 | fn lcg_uniform(seed: u64) -> f32 {
[INFO] [stdout]      |    ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `M` should have a snake case name
[INFO] [stdout]     --> crates/atlas-model/src/lib.rs:5389:13
[INFO] [stdout]      |
[INFO] [stdout] 5389 |         let M = 128usize;  // output rows
[INFO] [stdout]      |             ^ help: convert the identifier to snake case: `m`
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(non_snake_case)]` (part of `#[warn(nonstandard_style)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable `K` should have a snake case name
[INFO] [stdout]     --> crates/atlas-model/src/lib.rs:5390:13
[INFO] [stdout]      |
[INFO] [stdout] 5390 |         let K = 256usize;  // input cols
[INFO] [stdout]      |             ^ help: convert the identifier to snake case (notice the capitalization): `k`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling atlas-cli v0.1.0 (/opt/rustwide/workdir/crates/atlas-cli)
[INFO] [stdout] warning: function `fnv_hash` is never used
[INFO] [stdout]     --> crates/atlas-cli/src/main.rs:1081:4
[INFO] [stdout]      |
[INFO] [stdout] 1081 | fn fnv_hash(data: &[u8]) -> u64 {
[INFO] [stdout]      |    ^^^^^^^^
[INFO] [stdout]      |
[INFO] [stdout]      = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: missing documentation for a struct field
[INFO] [stdout]    --> crates/atlas-corpus/src/lib.rs:171:18
[INFO] [stdout]     |
[INFO] [stdout] 171 |     Stigmergic { temperature: f64 },
[INFO] [stdout]     |                  ^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]    --> crates/atlas-corpus/src/lib.rs:19:9
[INFO] [stdout]     |
[INFO] [stdout]  19 | #![warn(missing_docs)]
[INFO] [stdout]     |         ^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `atlas-model` (lib test); 9 warnings emitted
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.98.0-beta.8-x86_64-unknown-linux-gnu/bin/rustc --crate-name atlas_model --edition=2021 crates/atlas-model/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C lto=thin -C codegen-units=1 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=94101c66639cf55e -C extra-filename=-0d11289c8dcd22ef --out-dir /opt/rustwide/target/release/deps -C strip=debuginfo -L dependency=/opt/rustwide/target/release/deps --extern atlas_core=/opt/rustwide/target/release/deps/libatlas_core-e3c43253f6c837c7.rlib --extern atlas_json=/opt/rustwide/target/release/deps/libatlas_json-202f8a0e490a359f.rlib --extern atlas_tensor=/opt/rustwide/target/release/deps/libatlas_tensor-cab8db6bfec25abc.rlib --extern atlas_tokenize=/opt/rustwide/target/release/deps/libatlas_tokenize-2276f689077b9b7d.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `atlas-api` (lib test)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.98.0-beta.8-x86_64-unknown-linux-gnu/bin/rustc --crate-name atlas_api --edition=2021 crates/atlas-api/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C lto=thin -C codegen-units=1 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=a46ed69e34d353c2 -C extra-filename=-59b260f8c0c6ef2a --out-dir /opt/rustwide/target/release/deps -C strip=debuginfo -L dependency=/opt/rustwide/target/release/deps --extern atlas_core=/opt/rustwide/target/release/deps/libatlas_core-e3c43253f6c837c7.rlib --extern atlas_infer=/opt/rustwide/target/release/deps/libatlas_infer-b4e1cf85fd72a206.rlib --extern atlas_json=/opt/rustwide/target/release/deps/libatlas_json-202f8a0e490a359f.rlib --extern atlas_model=/opt/rustwide/target/release/deps/libatlas_model-0e0e2d05d7239d32.rlib --extern atlas_tokenize=/opt/rustwide/target/release/deps/libatlas_tokenize-2276f689077b9b7d.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill)
[INFO] [stderr] error: could not compile `atlas-corpus` (lib test); 1 warning emitted
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.98.0-beta.8-x86_64-unknown-linux-gnu/bin/rustc --crate-name atlas_corpus --edition=2021 crates/atlas-corpus/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C opt-level=3 -C lto=thin -C codegen-units=1 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=0afffcff56b54cae -C extra-filename=-ac20ade54fce90d1 --out-dir /opt/rustwide/target/release/deps -C strip=debuginfo -L dependency=/opt/rustwide/target/release/deps --extern atlas_astra=/opt/rustwide/target/release/deps/libatlas_astra-bf26cbe299649b55.rlib --extern atlas_core=/opt/rustwide/target/release/deps/libatlas_core-e3c43253f6c837c7.rlib --extern atlas_grad=/opt/rustwide/target/release/deps/libatlas_grad-93a662c1e9e72d99.rlib --extern atlas_json=/opt/rustwide/target/release/deps/libatlas_json-202f8a0e490a359f.rlib --extern atlas_model=/opt/rustwide/target/release/deps/libatlas_model-0e0e2d05d7239d32.rlib --extern atlas_optim=/opt/rustwide/target/release/deps/libatlas_optim-49e82c4885732855.rlib --extern atlas_palace=/opt/rustwide/target/release/deps/libatlas_palace-4a23ed60ccbe3e78.rlib --extern atlas_tensor=/opt/rustwide/target/release/deps/libatlas_tensor-cab8db6bfec25abc.rlib --extern atlas_trm=/opt/rustwide/target/release/deps/libatlas_trm-f8fcf0b1c67f59a9.rlib --extern atlas_zk=/opt/rustwide/target/release/deps/libatlas_zk-c53b375b3a2b5c87.rlib --cap-lints=warn` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "2d2ccc14d220a12ee1624d1e50cf1041865fe4a846372bfc394f0da1633a26b9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2d2ccc14d220a12ee1624d1e50cf1041865fe4a846372bfc394f0da1633a26b9", kill_on_drop: false }`
[INFO] [stdout] 2d2ccc14d220a12ee1624d1e50cf1041865fe4a846372bfc394f0da1633a26b9
