[INFO] fetching crate ruva-core 0.19.4...
[INFO] testing ruva-core-0.19.4 against 1.95.0 for beta-1.96-2
[INFO] extracting crate ruva-core 0.19.4 into /workspace/builds/worker-1-tc1/source
[INFO] started tweaking crates.io crate ruva-core 0.19.4
[INFO] finished tweaking crates.io crate ruva-core 0.19.4
[INFO] tweaked toml for crates.io crate ruva-core 0.19.4 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate ruva-core 0.19.4 on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]      Locking 271 packages to latest compatible versions
[INFO] [stderr]       Adding downcast-rs v1.2.1 (available: v2.0.2)
[INFO] [stderr]       Adding generic-array v0.14.7 (available: v0.14.9)
[INFO] [stderr]       Adding hashbrown v0.14.5 (available: v0.17.0)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded crc-catalog v2.5.0
[INFO] [stderr]   Downloaded ruva-macro v0.19.4
[INFO] [stderr]   Downloaded toml_edit v0.25.11+spec-1.1.0
[INFO] [stderr]   Downloaded rust_decimal v1.41.0
[INFO] [stderr]   Downloaded winnow v1.0.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] be32223af7ebd08dd5085087dc386f9862e4eede7aee514ddf7273ad65305908
[INFO] running `Command { std: "docker" "start" "-a" "be32223af7ebd08dd5085087dc386f9862e4eede7aee514ddf7273ad65305908", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "be32223af7ebd08dd5085087dc386f9862e4eede7aee514ddf7273ad65305908", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "be32223af7ebd08dd5085087dc386f9862e4eede7aee514ddf7273ad65305908", kill_on_drop: false }`
[INFO] [stdout] be32223af7ebd08dd5085087dc386f9862e4eede7aee514ddf7273ad65305908
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-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" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2557fa6590f0301a4a01981030ea79129279e813d35456c145510634ce233431
[INFO] running `Command { std: "docker" "start" "-a" "2557fa6590f0301a4a01981030ea79129279e813d35456c145510634ce233431", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling futures-sink v0.3.32
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling allocator-api2 v0.2.21
[INFO] [stderr]    Compiling chrono v0.4.44
[INFO] [stderr]    Compiling futures-channel v0.3.32
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling async-recursion v1.1.1
[INFO] [stderr]    Compiling tokio v1.52.1
[INFO] [stderr]    Compiling futures-util v0.3.32
[INFO] [stderr]    Compiling downcast-rs v1.2.1
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling uuid v1.23.1
[INFO] [stderr]    Compiling regex-automata v0.4.14
[INFO] [stderr]    Compiling futures-executor v0.3.32
[INFO] [stderr]    Compiling futures v0.3.32
[INFO] [stderr]    Compiling regex v1.12.3
[INFO] [stderr]    Compiling ruva-macro v0.19.4
[INFO] [stderr]    Compiling ruva-core v0.19.4 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 22.44s
[INFO] running `Command { std: "docker" "inspect" "2557fa6590f0301a4a01981030ea79129279e813d35456c145510634ce233431", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2557fa6590f0301a4a01981030ea79129279e813d35456c145510634ce233431", kill_on_drop: false }`
[INFO] [stdout] 2557fa6590f0301a4a01981030ea79129279e813d35456c145510634ce233431
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-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" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 92da8182bea3a12e420210fdcc7ec05bbe4bc91de9b01b4c180a5209eca53c89
[INFO] running `Command { std: "docker" "start" "-a" "92da8182bea3a12e420210fdcc7ec05bbe4bc91de9b01b4c180a5209eca53c89", kill_on_drop: false }`
[INFO] [stderr]    Compiling tokio v1.52.1
[INFO] [stderr]    Compiling ruva-core v0.19.4 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 6.50s
[INFO] running `Command { std: "docker" "inspect" "92da8182bea3a12e420210fdcc7ec05bbe4bc91de9b01b4c180a5209eca53c89", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "92da8182bea3a12e420210fdcc7ec05bbe4bc91de9b01b4c180a5209eca53c89", kill_on_drop: false }`
[INFO] [stdout] 92da8182bea3a12e420210fdcc7ec05bbe4bc91de9b01b4c180a5209eca53c89
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,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" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-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" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 2a20291325bb366f01deb67fd3d2f28ea3500be1e594c6c0d162ea994af408ae
[INFO] running `Command { std: "docker" "start" "-a" "2a20291325bb366f01deb67fd3d2f28ea3500be1e594c6c0d162ea994af408ae", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.19s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/ruva_core-77dc549f2da5e969)
[INFO] [stdout] 
[INFO] [stdout] running 4 tests
[INFO] [stdout] test snowflake::test_generate_not_sequential_value_when_sleep ... ok
[INFO] [stdout] test snowflake::test_generate ... ok
[INFO] [stdout] test bus_components::contexts::test_context_managers ... ok
[INFO] [stdout] test snowflake::test_singleton_generate ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 40.77s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests ruva_core
[INFO] [stdout] 
[INFO] [stdout] running 14 tests
[INFO] [stdout] test src/snowflake.rs - snowflake::NumericalUniqueIdBucket::get_id (line 165) ... FAILED
[INFO] [stdout] test src/bus_components/messagebus.rs - bus_components::messagebus::TMessageBus::execute_and_wait (line 119) - compile ... FAILED
[INFO] [stdout] test src/bus_components/messagebus.rs - bus_components::messagebus::init_event_handler (line 193) - compile ... FAILED
[INFO] [stdout] test src/message.rs - message (line 4) - compile ... FAILED
[INFO] [stdout] test src/bus_components/messagebus.rs - bus_components::messagebus::TMessageBus::execute_and_forget (line 142) - compile ... FAILED
[INFO] [stdout] test src/snowflake.rs - snowflake::NumericalUniqueIdGenerator::generate (line 97) ... FAILED
[INFO] [stdout] test src/bus_components/handler/command/mod.rs - bus_components::handler::command (line 2) - compile ... FAILED
[INFO] [stdout] test src/snowflake.rs - snowflake::NumericalUniqueIdBucket::new (line 134) ... FAILED
[INFO] [stdout] test src/snowflake.rs - snowflake::NumericalUniqueIdGenerator::new (line 46) ... FAILED
[INFO] [stdout] test src/snowflake.rs - snowflake::NumericalUniqueIdBucket::with_epoch (line 148) ... FAILED
[INFO] [stdout] test src/snowflake.rs - snowflake::NumericalUniqueIdGenerator::with_epoch (line 59) ... FAILED
[INFO] [stdout] test src/unit_of_work.rs - unit_of_work (line 18) - compile ... FAILED
[INFO] [stdout] test src/bus_components/handler/mod.rs - bus_components::handler (line 4) - compile ... FAILED
[INFO] [stdout] test src/bus_components/messagebus.rs - bus_components::messagebus (line 3) - compile ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/snowflake.rs - snowflake::NumericalUniqueIdBucket::get_id (line 165) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `snowflake`
[INFO] [stdout]    --> src/snowflake.rs:166:5
[INFO] [stdout]     |
[INFO] [stdout] 166 | use snowflake::NumericalUniqueIdBucket;
[INFO] [stdout]     |     ^^^^^^^^^ use of unresolved module or unlinked crate `snowflake`
[INFO] [stdout]     |
[INFO] [stdout] help: to make use of source file src/snowflake.rs, use `mod snowflake` in this file to declare the module
[INFO] [stdout]     |
[INFO] [stdout] 165 + mod snowflake;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/bus_components/messagebus.rs - bus_components::messagebus::TMessageBus::execute_and_wait (line 119) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `service` in this scope
[INFO] [stdout]    --> src/bus_components/messagebus.rs:120:11
[INFO] [stdout]     |
[INFO] [stdout] 120 | let res = service.execute_and_wait(message).await?;
[INFO] [stdout]     |           ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `message` in this scope
[INFO] [stdout]    --> src/bus_components/messagebus.rs:120:36
[INFO] [stdout]     |
[INFO] [stdout] 120 | let res = service.execute_and_wait(message).await?;
[INFO] [stdout]     |                                    ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0728]: `await` is only allowed inside `async` functions and blocks
[INFO] [stdout]    --> src/bus_components/messagebus.rs:120:45
[INFO] [stdout]     |
[INFO] [stdout] 119 | fn main() { #[allow(non_snake_case)] fn _doctest_main_src_bus_components_messagebus_rs_119_0() {
[INFO] [stdout]     |                                      --------------------------------------------------------- this is not `async`
[INFO] [stdout] 120 | let res = service.execute_and_wait(message).await?;
[INFO] [stdout]     |                                             ^^^^^ only allowed inside `async` functions and blocks
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0728.
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/bus_components/messagebus.rs - bus_components::messagebus::init_event_handler (line 193) stdout ----
[INFO] [stdout] error: cannot find macro `init_event_handler` in this scope
[INFO] [stdout]    --> src/bus_components/messagebus.rs:194:1
[INFO] [stdout]     |
[INFO] [stdout] 194 | init_event_handler!(
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/message.rs - message (line 4) stdout ----
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> src/message.rs:5:10
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[derive(Serialize, Deserialize, Clone, TEvent)]
[INFO] [stdout]   |          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> src/message.rs:5:21
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[derive(Serialize, Deserialize, Clone, TEvent)]
[INFO] [stdout]   |                     ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `TEvent` in this scope
[INFO] [stdout]  --> src/message.rs:5:41
[INFO] [stdout]   |
[INFO] [stdout] 5 | #[derive(Serialize, Deserialize, Clone, TEvent)]
[INFO] [stdout]   |                                         ^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `aggregate` in this scope
[INFO] [stdout]  --> src/message.rs:6:3
[INFO] [stdout]   |
[INFO] [stdout] 6 | #[aggregate(CustomAggregate)]
[INFO] [stdout]   |   ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `internally_notifiable` in this scope
[INFO] [stdout]  --> src/message.rs:7:3
[INFO] [stdout]   |
[INFO] [stdout] 7 | #[internally_notifiable]
[INFO] [stdout]   |   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `externally_notifiable` in this scope
[INFO] [stdout]  --> src/message.rs:8:3
[INFO] [stdout]   |
[INFO] [stdout] 8 | #[externally_notifiable]
[INFO] [stdout]   |   ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 6 previous errors
[INFO] [stdout] 
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/bus_components/messagebus.rs - bus_components::messagebus::TMessageBus::execute_and_forget (line 142) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `service` in this scope
[INFO] [stdout]    --> src/bus_components/messagebus.rs:143:11
[INFO] [stdout]     |
[INFO] [stdout] 143 | let res = service.execute_and_forget(message).await?;
[INFO] [stdout]     |           ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `message` in this scope
[INFO] [stdout]    --> src/bus_components/messagebus.rs:143:38
[INFO] [stdout]     |
[INFO] [stdout] 143 | let res = service.execute_and_forget(message).await?;
[INFO] [stdout]     |                                      ^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0728]: `await` is only allowed inside `async` functions and blocks
[INFO] [stdout]    --> src/bus_components/messagebus.rs:143:47
[INFO] [stdout]     |
[INFO] [stdout] 142 | fn main() { #[allow(non_snake_case)] fn _doctest_main_src_bus_components_messagebus_rs_142_0() {
[INFO] [stdout]     |                                      --------------------------------------------------------- this is not `async`
[INFO] [stdout] 143 | let res = service.execute_and_forget(message).await?;
[INFO] [stdout]     |                                               ^^^^^ only allowed inside `async` functions and blocks
[INFO] [stdout] 
[INFO] [stdout] error[E0728]: `await` is only allowed inside `async` functions and blocks
[INFO] [stdout]    --> src/bus_components/messagebus.rs:144:50
[INFO] [stdout]     |
[INFO] [stdout] 142 | fn main() { #[allow(non_snake_case)] fn _doctest_main_src_bus_components_messagebus_rs_142_0() {
[INFO] [stdout]     |                                      --------------------------------------------------------- this is not `async`
[INFO] [stdout] 143 | let res = service.execute_and_forget(message).await?;
[INFO] [stdout] 144 | let res = res.wait_until_event_processing_done().await?;
[INFO] [stdout]     |                                                  ^^^^^ only allowed inside `async` functions and blocks
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 4 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0728.
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/snowflake.rs - snowflake::NumericalUniqueIdGenerator::generate (line 97) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `snowflake`
[INFO] [stdout]   --> src/snowflake.rs:98:5
[INFO] [stdout]    |
[INFO] [stdout] 98 | use snowflake::NumericalUniqueIdGenerator;
[INFO] [stdout]    |     ^^^^^^^^^ use of unresolved module or unlinked crate `snowflake`
[INFO] [stdout]    |
[INFO] [stdout] help: to make use of source file src/snowflake.rs, use `mod snowflake` in this file to declare the module
[INFO] [stdout]    |
[INFO] [stdout] 97 + mod snowflake;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/bus_components/handler/command/mod.rs - bus_components::handler::command (line 2) stdout ----
[INFO] [stdout] error[E0433]: cannot find `prelude` in `crate`
[INFO] [stdout]  --> src/bus_components/handler/command/mod.rs:5:15
[INFO] [stdout]   |
[INFO] [stdout] 5 |     C: crate::prelude::TCommand + for<'a> TGetHandler<&'a mut R, Result<(), ()>>,
[INFO] [stdout]   |               ^^^^^^^ unresolved import
[INFO] [stdout]   |
[INFO] [stdout] help: a similar path exists
[INFO] [stdout]   |
[INFO] [stdout] 5 |     C: crate::core::prelude::TCommand + for<'a> TGetHandler<&'a mut R, Result<(), ()>>,
[INFO] [stdout]   |               ++++++
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `TCommandService` in this scope
[INFO] [stdout]  --> src/bus_components/handler/command/mod.rs:3:11
[INFO] [stdout]   |
[INFO] [stdout] 3 | impl<C,R> TCommandService<(), ()> for CommandHandler<(C, R)>
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `CommandHandler` in this scope
[INFO] [stdout]  --> src/bus_components/handler/command/mod.rs:3:39
[INFO] [stdout]   |
[INFO] [stdout] 3 | impl<C,R> TCommandService<(), ()> for CommandHandler<(C, R)>
[INFO] [stdout]   |                                       ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `TGetHandler` in this scope
[INFO] [stdout]  --> src/bus_components/handler/command/mod.rs:5:43
[INFO] [stdout]   |
[INFO] [stdout] 5 |     C: crate::prelude::TCommand + for<'a> TGetHandler<&'a mut R, Result<(), ()>>,
[INFO] [stdout]   |                                           ^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `CommandHandler` in this scope
[INFO] [stdout]  --> src/bus_components/handler/command/mod.rs:9:13
[INFO] [stdout]   |
[INFO] [stdout] 9 |         let CommandHandler((cmd, mut dep)) = self;
[INFO] [stdout]   |             ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 5 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0405, E0425, E0433, E0531.
[INFO] [stdout] For more information about an error, try `rustc --explain E0405`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/snowflake.rs - snowflake::NumericalUniqueIdBucket::new (line 134) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `snowflake`
[INFO] [stdout]    --> src/snowflake.rs:135:5
[INFO] [stdout]     |
[INFO] [stdout] 135 | use snowflake::NumericalUniqueIdBucket;
[INFO] [stdout]     |     ^^^^^^^^^ use of unresolved module or unlinked crate `snowflake`
[INFO] [stdout]     |
[INFO] [stdout] help: to make use of source file src/snowflake.rs, use `mod snowflake` in this file to declare the module
[INFO] [stdout]     |
[INFO] [stdout] 134 + mod snowflake;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/snowflake.rs - snowflake::NumericalUniqueIdGenerator::new (line 46) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `snowflake`
[INFO] [stdout]   --> src/snowflake.rs:47:5
[INFO] [stdout]    |
[INFO] [stdout] 47 | use snowflake::NumericalUniqueIdGenerator;
[INFO] [stdout]    |     ^^^^^^^^^ use of unresolved module or unlinked crate `snowflake`
[INFO] [stdout]    |
[INFO] [stdout] help: to make use of source file src/snowflake.rs, use `mod snowflake` in this file to declare the module
[INFO] [stdout]    |
[INFO] [stdout] 46 + mod snowflake;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/snowflake.rs - snowflake::NumericalUniqueIdBucket::with_epoch (line 148) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `snowflake`
[INFO] [stdout]    --> src/snowflake.rs:150:5
[INFO] [stdout]     |
[INFO] [stdout] 150 | use snowflake::NumericalUniqueIdBucket;
[INFO] [stdout]     |     ^^^^^^^^^ use of unresolved module or unlinked crate `snowflake`
[INFO] [stdout]     |
[INFO] [stdout] help: to make use of source file src/snowflake.rs, use `mod snowflake` in this file to declare the module
[INFO] [stdout]     |
[INFO] [stdout] 148 + mod snowflake;
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/snowflake.rs - snowflake::NumericalUniqueIdGenerator::with_epoch (line 59) stdout ----
[INFO] [stdout] error[E0432]: unresolved import `snowflake`
[INFO] [stdout]   --> src/snowflake.rs:61:5
[INFO] [stdout]    |
[INFO] [stdout] 61 | use snowflake::NumericalUniqueIdGenerator;
[INFO] [stdout]    |     ^^^^^^^^^ use of unresolved module or unlinked crate `snowflake`
[INFO] [stdout]    |
[INFO] [stdout] help: to make use of source file src/snowflake.rs, use `mod snowflake` in this file to declare the module
[INFO] [stdout]    |
[INFO] [stdout] 59 + mod snowflake;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 1 previous error
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/unit_of_work.rs - unit_of_work (line 18) stdout ----
[INFO] [stdout] error[E0425]: cannot find type `PhantomData` in this scope
[INFO] [stdout]   --> src/unit_of_work.rs:21:9
[INFO] [stdout]    |
[INFO] [stdout] 21 |     _r: PhantomData<R>,
[INFO] [stdout]    |         ^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: consider importing this struct
[INFO] [stdout]    |
[INFO] [stdout] 18 + use std::marker::PhantomData;
[INFO] [stdout]    |
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `TCustomRepository` in this scope
[INFO] [stdout]   --> src/unit_of_work.rs:25:8
[INFO] [stdout]    |
[INFO] [stdout] 25 |     R: TCustomRepository + TUnitOfWork,
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `TUnitOfWork` in this scope
[INFO] [stdout]   --> src/unit_of_work.rs:25:28
[INFO] [stdout]    |
[INFO] [stdout] 25 |     R: TCustomRepository + TUnitOfWork,
[INFO] [stdout]    |                            ^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `CreateCommand` in this scope
[INFO] [stdout]   --> src/unit_of_work.rs:28:14
[INFO] [stdout]    |
[INFO] [stdout] 28 |         cmd: CreateCommand,
[INFO] [stdout]    |              ^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `CustomResponse` in this scope
[INFO] [stdout]   --> src/unit_of_work.rs:30:17
[INFO] [stdout]    |
[INFO] [stdout] 30 |     ) -> Result<CustomResponse, CustomError> {
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 23 | impl<R, CustomResponse> CustomHandler<R>
[INFO] [stdout]    |       ++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `CustomError` in this scope
[INFO] [stdout]   --> src/unit_of_work.rs:30:33
[INFO] [stdout]    |
[INFO] [stdout] 30 |     ) -> Result<CustomResponse, CustomError> {
[INFO] [stdout]    |                                 ^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout] 23 | impl<R, CustomError> CustomHandler<R>
[INFO] [stdout]    |       +++++++++++++
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `CustomAggregate` in this scope
[INFO] [stdout]   --> src/unit_of_work.rs:33:28
[INFO] [stdout]    |
[INFO] [stdout] 33 |         let mut aggregate: CustomAggregate = CustomAggregate::new(cmd);
[INFO] [stdout]    |                            ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `CustomAggregate` in this scope
[INFO] [stdout]   --> src/unit_of_work.rs:33:46
[INFO] [stdout]    |
[INFO] [stdout] 33 |         let mut aggregate: CustomAggregate = CustomAggregate::new(cmd);
[INFO] [stdout]    |                                              ^^^^^^^^^^^^^^^ use of undeclared type `CustomAggregate`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 8 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0405, E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0405`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/bus_components/handler/mod.rs - bus_components::handler (line 4) stdout ----
[INFO] [stdout] error[E0405]: cannot find trait `TCommandService` in this scope
[INFO] [stdout]  --> src/bus_components/handler/mod.rs:5:12
[INFO] [stdout]   |
[INFO] [stdout] 5 | impl<C, R> TCommandService<ServiceResponse, ServiceError> for CommandHandler<(C, R)>
[INFO] [stdout]   |            ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `ServiceResponse` in this scope
[INFO] [stdout]  --> src/bus_components/handler/mod.rs:5:28
[INFO] [stdout]   |
[INFO] [stdout] 5 | impl<C, R> TCommandService<ServiceResponse, ServiceError> for CommandHandler<(C, R)>
[INFO] [stdout]   |                            ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]   |
[INFO] [stdout] 5 | impl<C, R, ServiceResponse> TCommandService<ServiceResponse, ServiceError> for CommandHandler<(C, R)>
[INFO] [stdout]   |          +++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `ServiceError` in this scope
[INFO] [stdout]  --> src/bus_components/handler/mod.rs:5:45
[INFO] [stdout]   |
[INFO] [stdout] 5 | impl<C, R> TCommandService<ServiceResponse, ServiceError> for CommandHandler<(C, R)>
[INFO] [stdout]   |                                             ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]   |
[INFO] [stdout] 5 | impl<C, R, ServiceError> TCommandService<ServiceResponse, ServiceError> for CommandHandler<(C, R)>
[INFO] [stdout]   |          ++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `CommandHandler` in this scope
[INFO] [stdout]  --> src/bus_components/handler/mod.rs:5:63
[INFO] [stdout]   |
[INFO] [stdout] 5 | impl<C, R> TCommandService<ServiceResponse, ServiceError> for CommandHandler<(C, R)>
[INFO] [stdout]   |                                                               ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `TCommand` in this scope
[INFO] [stdout]  --> src/bus_components/handler/mod.rs:7:8
[INFO] [stdout]   |
[INFO] [stdout] 7 |     C: TCommand + for<'a> TGetHandler<&'a mut R, Result<ServiceResponse>>,
[INFO] [stdout]   |        ^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `TGetHandler` in this scope
[INFO] [stdout]  --> src/bus_components/handler/mod.rs:7:27
[INFO] [stdout]   |
[INFO] [stdout] 7 |     C: TCommand + for<'a> TGetHandler<&'a mut R, Result<ServiceResponse>>,
[INFO] [stdout]   |                           ^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `ServiceResponse` in this scope
[INFO] [stdout]  --> src/bus_components/handler/mod.rs:7:57
[INFO] [stdout]   |
[INFO] [stdout] 7 |     C: TCommand + for<'a> TGetHandler<&'a mut R, Result<ServiceResponse>>,
[INFO] [stdout]   |                                                         ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]   |
[INFO] [stdout] 5 | impl<C, R, ServiceResponse> TCommandService<ServiceResponse, ServiceError> for CommandHandler<(C, R)>
[INFO] [stdout]   |          +++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `TSetCurrentEvents` in this scope
[INFO] [stdout]  --> src/bus_components/handler/mod.rs:8:8
[INFO] [stdout]   |
[INFO] [stdout] 8 |     R: TSetCurrentEvents + TUnitOfWork,
[INFO] [stdout]   |        ^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0405]: cannot find trait `TUnitOfWork` in this scope
[INFO] [stdout]  --> src/bus_components/handler/mod.rs:8:28
[INFO] [stdout]   |
[INFO] [stdout] 8 |     R: TSetCurrentEvents + TUnitOfWork,
[INFO] [stdout]   |                            ^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `ServiceResponse` in this scope
[INFO] [stdout]   --> src/bus_components/handler/mod.rs:10:43
[INFO] [stdout]    |
[INFO] [stdout] 10 |     async fn execute(&mut self) -> Result<ServiceResponse> {
[INFO] [stdout]    |                                           ^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout]  5 | impl<C, R, ServiceResponse> TCommandService<ServiceResponse, ServiceError> for CommandHandler<(C, R)>
[INFO] [stdout]    |          +++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] error[E0531]: cannot find tuple struct or tuple variant `CommandHandler` in this scope
[INFO] [stdout]   --> src/bus_components/handler/mod.rs:11:13
[INFO] [stdout]    |
[INFO] [stdout] 11 |         let CommandHandler((cmd, dep)) = self;
[INFO] [stdout]    |             ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `ServiceError` in this scope
[INFO] [stdout]   --> src/bus_components/handler/mod.rs:24:24
[INFO] [stdout]    |
[INFO] [stdout] 24 |                 if let ServiceError::StopSentinelWithEvent(event) = err {
[INFO] [stdout]    |                        ^^^^^^^^^^^^ use of undeclared type `ServiceError`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `ServiceError` in this scope
[INFO] [stdout]   --> src/bus_components/handler/mod.rs:28:25
[INFO] [stdout]    |
[INFO] [stdout] 28 |                     Err(ServiceError::StopSentinelWithEvent(event))
[INFO] [stdout]    |                         ^^^^^^^^^^^^ use of undeclared type `ServiceError`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 13 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0405, E0425, E0433, E0531.
[INFO] [stdout] For more information about an error, try `rustc --explain E0405`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/bus_components/messagebus.rs - bus_components::messagebus (line 3) stdout ----
[INFO] [stdout] error[E0433]: cannot find `ruva` in the crate root
[INFO] [stdout]   --> src/bus_components/messagebus.rs:13:19
[INFO] [stdout]    |
[INFO] [stdout] 13 |                 ::ruva::SqlRepository::new(context_manager),
[INFO] [stdout]    |                   ^^^^ could not find `ruva` in the list of imported crates
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `YourResponse` in this scope
[INFO] [stdout]  --> src/bus_components/messagebus.rs:4:24
[INFO] [stdout]   |
[INFO] [stdout] 4 | impl ruva::TMessageBus<YourResponse,YourErrorError,YourCommand> for MessageBus{
[INFO] [stdout]   |                        ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]   |
[INFO] [stdout] 4 | impl<YourResponse> ruva::TMessageBus<YourResponse,YourErrorError,YourCommand> for MessageBus{
[INFO] [stdout]   |     ++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `YourErrorError` in this scope
[INFO] [stdout]  --> src/bus_components/messagebus.rs:4:37
[INFO] [stdout]   |
[INFO] [stdout] 4 | impl ruva::TMessageBus<YourResponse,YourErrorError,YourCommand> for MessageBus{
[INFO] [stdout]   |                                     ^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]   |
[INFO] [stdout] 4 | impl<YourErrorError> ruva::TMessageBus<YourResponse,YourErrorError,YourCommand> for MessageBus{
[INFO] [stdout]   |     ++++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `YourCommand` in this scope
[INFO] [stdout]  --> src/bus_components/messagebus.rs:4:52
[INFO] [stdout]   |
[INFO] [stdout] 4 | impl ruva::TMessageBus<YourResponse,YourErrorError,YourCommand> for MessageBus{
[INFO] [stdout]   |                                                    ^^^^^^^^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]   |
[INFO] [stdout] 4 | impl<YourCommand> ruva::TMessageBus<YourResponse,YourErrorError,YourCommand> for MessageBus{
[INFO] [stdout]   |     +++++++++++++
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `MessageBus` in this scope
[INFO] [stdout]  --> src/bus_components/messagebus.rs:4:69
[INFO] [stdout]   |
[INFO] [stdout] 4 | impl ruva::TMessageBus<YourResponse,YourErrorError,YourCommand> for MessageBus{
[INFO] [stdout]   |                                                                     ^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `YourCommand` in this scope
[INFO] [stdout]  --> src/bus_components/messagebus.rs:8:14
[INFO] [stdout]   |
[INFO] [stdout] 8 |         cmd: YourCommand,
[INFO] [stdout]   |              ^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `YourResponse` in this scope
[INFO] [stdout]   --> src/bus_components/messagebus.rs:10:37
[INFO] [stdout]    |
[INFO] [stdout] 10 |     ) -> impl ruva::TCommandService<YourResponse, YourError> {
[INFO] [stdout]    |                                     ^^^^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout]  4 | impl<YourResponse> ruva::TMessageBus<YourResponse,YourErrorError,YourCommand> for MessageBus{
[INFO] [stdout]    |     ++++++++++++++
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `YourError` in this scope
[INFO] [stdout]   --> src/bus_components/messagebus.rs:10:51
[INFO] [stdout]    |
[INFO] [stdout] 10 |     ) -> impl ruva::TCommandService<YourResponse, YourError> {
[INFO] [stdout]    |                                                   ^^^^^^^^^ not found in this scope
[INFO] [stdout]    |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]    |
[INFO] [stdout]  4 | impl<YourError> ruva::TMessageBus<YourResponse,YourErrorError,YourCommand> for MessageBus{
[INFO] [stdout]    |     +++++++++++
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `ruva` in this scope
[INFO] [stdout]  --> src/bus_components/messagebus.rs:4:6
[INFO] [stdout]   |
[INFO] [stdout] 4 | impl ruva::TMessageBus<YourResponse,YourErrorError,YourCommand> for MessageBus{
[INFO] [stdout]   |      ^^^^ use of unresolved module or unlinked crate `ruva`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `ruva`, use `cargo add ruva` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `ruva` in this scope
[INFO] [stdout]  --> src/bus_components/messagebus.rs:7:26
[INFO] [stdout]   |
[INFO] [stdout] 7 |         context_manager: ruva::AtomicContextManager,
[INFO] [stdout]   |                          ^^^^ use of unresolved module or unlinked crate `ruva`
[INFO] [stdout]   |
[INFO] [stdout]   = help: if you wanted to use a crate named `ruva`, use `cargo add ruva` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find module or crate `ruva` in this scope
[INFO] [stdout]   --> src/bus_components/messagebus.rs:10:15
[INFO] [stdout]    |
[INFO] [stdout] 10 |     ) -> impl ruva::TCommandService<YourResponse, YourError> {
[INFO] [stdout]    |               ^^^^ use of unresolved module or unlinked crate `ruva`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `ruva`, use `cargo add ruva` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `UnitOfWorkHandler` in this scope
[INFO] [stdout]   --> src/bus_components/messagebus.rs:12:17
[INFO] [stdout]    |
[INFO] [stdout] 12 |                 UnitOfWorkHandler::new(
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^ use of undeclared type `UnitOfWorkHandler`
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `LoggingAspect` in this scope
[INFO] [stdout]   --> src/bus_components/messagebus.rs:11:13
[INFO] [stdout]    |
[INFO] [stdout] 11 |             LoggingAspect(
[INFO] [stdout]    |             ^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 13 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433.
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/bus_components/handler/command/mod.rs - bus_components::handler::command (line 2)
[INFO] [stdout]     src/bus_components/handler/mod.rs - bus_components::handler (line 4)
[INFO] [stdout]     src/bus_components/messagebus.rs - bus_components::messagebus (line 3)
[INFO] [stdout]     src/bus_components/messagebus.rs - bus_components::messagebus::TMessageBus::execute_and_forget (line 142)
[INFO] [stdout]     src/bus_components/messagebus.rs - bus_components::messagebus::TMessageBus::execute_and_wait (line 119)
[INFO] [stdout]     src/bus_components/messagebus.rs - bus_components::messagebus::init_event_handler (line 193)
[INFO] [stdout]     src/message.rs - message (line 4)
[INFO] [stdout]     src/snowflake.rs - snowflake::NumericalUniqueIdBucket::get_id (line 165)
[INFO] [stdout]     src/snowflake.rs - snowflake::NumericalUniqueIdBucket::new (line 134)
[INFO] [stdout]     src/snowflake.rs - snowflake::NumericalUniqueIdBucket::with_epoch (line 148)
[INFO] [stdout]     src/snowflake.rs - snowflake::NumericalUniqueIdGenerator::generate (line 97)
[INFO] [stdout]     src/snowflake.rs - snowflake::NumericalUniqueIdGenerator::new (line 46)
[INFO] [stdout]     src/snowflake.rs - snowflake::NumericalUniqueIdGenerator::with_epoch (line 59)
[INFO] [stdout]     src/unit_of_work.rs - unit_of_work (line 18)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 14 failed; 0 ignored; 0 measured; 0 filtered out; finished in 1.01s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "2a20291325bb366f01deb67fd3d2f28ea3500be1e594c6c0d162ea994af408ae", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2a20291325bb366f01deb67fd3d2f28ea3500be1e594c6c0d162ea994af408ae", kill_on_drop: false }`
[INFO] [stdout] 2a20291325bb366f01deb67fd3d2f28ea3500be1e594c6c0d162ea994af408ae
