soft3/mudra/audit/readiness-2026-09-16/neuron-tests.stderr.log

   Compiling neuron-model v0.1.0 (/Users/master/cyber/neuron/model)
warning: field `journal_recovery_mode` is never read
  --> /Users/master/cyber/bbg/rs/vendor/fjall/src/config.rs:49:16
   |
14 | pub struct Config {
   |            ------ field in this struct
...
49 |     pub(crate) journal_recovery_mode: RecoveryMode,
   |                ^^^^^^^^^^^^^^^^^^^^^
   |
   = note: `Config` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis
   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default

warning: method `outstanding_flushes` is never used
  --> /Users/master/cyber/bbg/rs/vendor/fjall/src/stats.rs:26:12
   |
25 | impl Stats {
   | ---------- method in this implementation
26 |     pub fn outstanding_flushes(&self) -> usize {
   |            ^^^^^^^^^^^^^^^^^^^

warning: hiding a lifetime that's elided elsewhere is confusing
  --> /Users/master/cyber/bbg/rs/vendor/fjall/src/tx/keyspace.rs:42:21
   |
42 |     pub fn write_tx(&self) -> WriteTransaction {
   |                     ^^^^^     ^^^^^^^^^^^^^^^^ the same lifetime is hidden here
   |                     |
   |                     the lifetime is elided here
   |
   = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
   = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
help: use `'_` for type paths
   |
42 |     pub fn write_tx(&self) -> WriteTransaction<'_> {
   |                                               ++++

warning: `fjall` (lib) generated 3 warnings (run `cargo fix --lib -p fjall` to apply 1 suggestion)
   Compiling rune-interp v0.1.0 (/Users/master/cyber/rune/rs/interp)
   Compiling neuron-engine v0.1.0 (/Users/master/cyber/neuron/engine)
   Compiling foculus v0.1.3 (/Users/master/cyber/foculus)
   Compiling neuron-rune v0.1.0 (/Users/master/cyber/neuron/rune)
   Compiling cybergraph v0.1.1 (/Users/master/cyber/cybergraph)
   Compiling neuron-node v0.1.0 (/Users/master/cyber/neuron/node)
   Compiling neuron-cli v0.1.0 (/Users/master/cyber/neuron/cli)
    Finished `test` profile [unoptimized + debuginfo] target(s) in 12.62s
     Running unittests src/main.rs (target/debug/deps/neuron-d7afc0bae6aa890e)
     Running tests/process.rs (target/debug/deps/process-a940a80c08e01b65)
     Running tests/storage.rs (target/debug/deps/storage-f8dfc892381d36c9)
     Running unittests src/lib.rs (target/debug/deps/neuron_engine-27491863e6db47dc)
     Running unittests src/lib.rs (target/debug/deps/neuron_id-d25b4ed10281d40d)
     Running unittests src/lib.rs (target/debug/deps/neuron_model-f0d03addefb67fd6)
     Running tests/data.rs (target/debug/deps/data-a21b3a5c98cddbee)
     Running tests/execution.rs (target/debug/deps/execution-b003e47eda4965db)
     Running tests/identity.rs (target/debug/deps/identity-3dcb8f36755e0680)
     Running unittests src/lib.rs (target/debug/deps/neuron_node-2a602a48634ae8c0)
     Running tests/authority_boundary.rs (target/debug/deps/authority_boundary-058d37df7375585b)
     Running tests/legacy_capture.rs (target/debug/deps/legacy_capture-19c06318fe963c2f)
     Running tests/legacy_integrity.rs (target/debug/deps/legacy_integrity-8bd07e7a4e075039)
     Running tests/neuron_migration.rs (target/debug/deps/neuron_migration-26a76680f088806c)
     Running tests/neuron_runtime.rs (target/debug/deps/neuron_runtime-dc81def39186c95e)
     Running tests/query_projection.rs (target/debug/deps/query_projection-65dfd635498a521e)
     Running tests/recovery.rs (target/debug/deps/recovery-558da8fd720f3f41)
     Running tests/transfer.rs (target/debug/deps/transfer-8a8e2fc9d4f24033)
     Running tests/worker_dispatch.rs (target/debug/deps/worker_dispatch-5f688f4851a977b1)
     Running unittests src/lib.rs (target/debug/deps/neuron_rune-9525ff9154f7b009)
   Doc-tests neuron_engine
   Doc-tests neuron_id
   Doc-tests neuron_model
   Doc-tests neuron_node
   Doc-tests neuron_rune

Graph