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 foculus v0.1.3 (/Users/master/cyber/foculus)
Compiling neuron-engine v0.1.0 (/Users/master/cyber/neuron/engine)
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 17.34s
Running unittests src/main.rs (target/debug/deps/neuron-f9e12aaf943beeaf)
Running tests/process.rs (target/debug/deps/process-d69bfb75ef2560d9)
Running tests/storage.rs (target/debug/deps/storage-71852ce405e09571)
Running unittests src/lib.rs (target/debug/deps/neuron_engine-3da336492a7fb130)
Running unittests src/lib.rs (target/debug/deps/neuron_id-d25b4ed10281d40d)
Running unittests src/lib.rs (target/debug/deps/neuron_model-917d1f13f32d23d0)
Running tests/data.rs (target/debug/deps/data-3826ab813ddc0fb5)
Running tests/execution.rs (target/debug/deps/execution-787584d02f16beaf)
Running tests/identity.rs (target/debug/deps/identity-43b7b5b6de016041)
Running unittests src/lib.rs (target/debug/deps/neuron_node-8e9316ca1f88afa5)
Running tests/authority_boundary.rs (target/debug/deps/authority_boundary-68959aef32d048fa)
Running tests/legacy_capture.rs (target/debug/deps/legacy_capture-a9e9ea9b2ad302b7)
Running tests/legacy_integrity.rs (target/debug/deps/legacy_integrity-acde53abe21e9781)
Running tests/neuron_migration.rs (target/debug/deps/neuron_migration-37567090235f8d25)
Running tests/neuron_runtime.rs (target/debug/deps/neuron_runtime-e6a485dc8777dac3)
Running tests/query_projection.rs (target/debug/deps/query_projection-ffca138bb22534e4)
Running tests/recovery.rs (target/debug/deps/recovery-d38ddce145e10a24)
Running tests/transfer.rs (target/debug/deps/transfer-80d1a13f6b20fe9e)
Running tests/worker_dispatch.rs (target/debug/deps/worker_dispatch-3a319620d7835c2a)
Running unittests src/lib.rs (target/debug/deps/neuron_rune-7579118e4d0c240d)
Doc-tests neuron_engine
Doc-tests neuron_id
Doc-tests neuron_model
Doc-tests neuron_node
Doc-tests neuron_rune