[INFO] cloning repository https://github.com/alightgoesout/presage
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/alightgoesout/presage" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falightgoesout%2Fpresage", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falightgoesout%2Fpresage'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 7b5bb187c6287dd385336b967ceba31fe3e4e1aa
[INFO] testing alightgoesout/presage against beta-2025-09-21 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falightgoesout%2Fpresage" "/workspace/builds/worker-2-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/alightgoesout/presage
[INFO] finished tweaking git repo https://github.com/alightgoesout/presage
[INFO] tweaked toml for git repo https://github.com/alightgoesout/presage written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/alightgoesout/presage on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/alightgoesout/presage 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" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 90f37721031e99b9de10e1dbd62dae98cea90d5749da86b3a8d1d5886f94d879
[INFO] running `Command { std: "docker" "start" "-a" "90f37721031e99b9de10e1dbd62dae98cea90d5749da86b3a8d1d5886f94d879", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "90f37721031e99b9de10e1dbd62dae98cea90d5749da86b3a8d1d5886f94d879", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "90f37721031e99b9de10e1dbd62dae98cea90d5749da86b3a8d1d5886f94d879", kill_on_drop: false }`
[INFO] [stdout] 90f37721031e99b9de10e1dbd62dae98cea90d5749da86b3a8d1d5886f94d879
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1c9d98f3066b4963c49f7bac83a0e49538b411106ec3586503efcc9f81976b32
[INFO] running `Command { std: "docker" "start" "-a" "1c9d98f3066b4963c49f7bac83a0e49538b411106ec3586503efcc9f81976b32", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.56
[INFO] [stderr]    Compiling unicode-ident v1.0.8
[INFO] [stderr]    Compiling quote v1.0.26
[INFO] [stderr]    Compiling serde v1.0.163
[INFO] [stderr]    Compiling async-trait v0.1.68
[INFO] [stderr]    Compiling serde_json v1.0.96
[INFO] [stderr]    Compiling thiserror v1.0.40
[INFO] [stderr]    Compiling unicode-segmentation v1.10.1
[INFO] [stderr]    Compiling convert_case v0.6.0
[INFO] [stderr]    Compiling syn v2.0.15
[INFO] [stderr]    Compiling serde_derive v1.0.163
[INFO] [stderr]    Compiling thiserror-impl v1.0.40
[INFO] [stderr]    Compiling presage-macros v0.3.0 (/opt/rustwide/workdir/macros)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> macros/src/utils.rs:46:30
[INFO] [stdout]    |
[INFO] [stdout] 46 | pub fn extract_input(inputs: &Punctuated<FnArg, Comma>) -> Option<HandlerInput> {
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^^^^^^^^^^^^            ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                              |
[INFO] [stdout]    |                              the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 46 | pub fn extract_input(inputs: &Punctuated<FnArg, Comma>) -> Option<HandlerInput<'_>> {
[INFO] [stdout]    |                                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling presage v0.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition name: `__docs`
[INFO] [stdout]   --> src/lib.rs:36:13
[INFO] [stdout]    |
[INFO] [stdout] 36 | #![cfg_attr(__docs, feature(doc_auto_cfg))]
[INFO] [stdout]    |             ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__docs)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__docs)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `TestEventHandler1` is never constructed
[INFO] [stdout]   --> src/configuration.rs:95:12
[INFO] [stdout]    |
[INFO] [stdout] 95 |     struct TestEventHandler1;
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `TestEventHandler2` is never constructed
[INFO] [stdout]    --> src/configuration.rs:108:12
[INFO] [stdout]     |
[INFO] [stdout] 108 |     struct TestEventHandler2;
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.69s
[INFO] running `Command { std: "docker" "inspect" "1c9d98f3066b4963c49f7bac83a0e49538b411106ec3586503efcc9f81976b32", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1c9d98f3066b4963c49f7bac83a0e49538b411106ec3586503efcc9f81976b32", kill_on_drop: false }`
[INFO] [stdout] 1c9d98f3066b4963c49f7bac83a0e49538b411106ec3586503efcc9f81976b32
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] c70199fa9b04e7886dfbd2baed836a0a1340e4d0a89a701fa650a4a5e594b212
[INFO] running `Command { std: "docker" "start" "-a" "c70199fa9b04e7886dfbd2baed836a0a1340e4d0a89a701fa650a4a5e594b212", kill_on_drop: false }`
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> macros/src/utils.rs:46:30
[INFO] [stdout]    |
[INFO] [stdout] 46 | pub fn extract_input(inputs: &Punctuated<FnArg, Comma>) -> Option<HandlerInput> {
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^^^^^^^^^^^^            ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                              |
[INFO] [stdout]    |                              the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 46 | pub fn extract_input(inputs: &Punctuated<FnArg, Comma>) -> Option<HandlerInput<'_>> {
[INFO] [stdout]    |                                                                               ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition name: `__docs`
[INFO] [stdout]   --> src/lib.rs:36:13
[INFO] [stdout]    |
[INFO] [stdout] 36 | #![cfg_attr(__docs, feature(doc_auto_cfg))]
[INFO] [stdout]    |             ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__docs)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__docs)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `TestEventHandler1` is never constructed
[INFO] [stdout]   --> src/configuration.rs:95:12
[INFO] [stdout]    |
[INFO] [stdout] 95 |     struct TestEventHandler1;
[INFO] [stdout]    |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `TestEventHandler2` is never constructed
[INFO] [stdout]    --> src/configuration.rs:108:12
[INFO] [stdout]     |
[INFO] [stdout] 108 |     struct TestEventHandler2;
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling presage v0.3.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition name: `__docs`
[INFO] [stdout]   --> src/lib.rs:36:13
[INFO] [stdout]    |
[INFO] [stdout] 36 | #![cfg_attr(__docs, feature(doc_auto_cfg))]
[INFO] [stdout]    |             ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stdout]    = help: consider using a Cargo feature instead
[INFO] [stdout]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stdout]             [lints.rust]
[INFO] [stdout]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__docs)'] }
[INFO] [stdout]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__docs)");` to the top of the `build.rs`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.76s
[INFO] running `Command { std: "docker" "inspect" "c70199fa9b04e7886dfbd2baed836a0a1340e4d0a89a701fa650a4a5e594b212", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "c70199fa9b04e7886dfbd2baed836a0a1340e4d0a89a701fa650a4a5e594b212", kill_on_drop: false }`
[INFO] [stdout] c70199fa9b04e7886dfbd2baed836a0a1340e4d0a89a701fa650a4a5e594b212
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] b69303886a55761c6117d4ed7c4e78af362fa48d59ddb4b3520657310e9da8e1
[INFO] running `Command { std: "docker" "start" "-a" "b69303886a55761c6117d4ed7c4e78af362fa48d59ddb4b3520657310e9da8e1", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> macros/src/utils.rs:46:30
[INFO] [stderr]    |
[INFO] [stderr] 46 | pub fn extract_input(inputs: &Punctuated<FnArg, Comma>) -> Option<HandlerInput> {
[INFO] [stderr]    |                              ^^^^^^^^^^^^^^^^^^^^^^^^^            ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stderr]    |                              |
[INFO] [stderr]    |                              the lifetime is elided here
[INFO] [stderr]    |
[INFO] [stderr]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stderr]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stderr] help: use `'_` for type paths
[INFO] [stderr]    |
[INFO] [stderr] 46 | pub fn extract_input(inputs: &Punctuated<FnArg, Comma>) -> Option<HandlerInput<'_>> {
[INFO] [stderr]    |                                                                               ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `presage-macros` (lib) generated 1 warning (run `cargo fix --lib -p presage-macros` to apply 1 suggestion)
[INFO] [stderr] warning: unexpected `cfg` condition name: `__docs`
[INFO] [stderr]   --> src/lib.rs:36:13
[INFO] [stderr]    |
[INFO] [stderr] 36 | #![cfg_attr(__docs, feature(doc_auto_cfg))]
[INFO] [stderr]    |             ^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = help: expected names are: `docsrs`, `feature`, and `test` and 31 more
[INFO] [stderr]    = help: consider using a Cargo feature instead
[INFO] [stderr]    = help: or consider adding in `Cargo.toml` the `check-cfg` lint config for the lint:
[INFO] [stderr]             [lints.rust]
[INFO] [stderr]             unexpected_cfgs = { level = "warn", check-cfg = ['cfg(__docs)'] }
[INFO] [stderr]    = help: or consider adding `println!("cargo::rustc-check-cfg=cfg(__docs)");` to the top of the `build.rs`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: struct `TestEventHandler1` is never constructed
[INFO] [stderr]   --> src/configuration.rs:95:12
[INFO] [stderr]    |
[INFO] [stderr] 95 |     struct TestEventHandler1;
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: struct `TestEventHandler2` is never constructed
[INFO] [stderr]    --> src/configuration.rs:108:12
[INFO] [stderr]     |
[INFO] [stderr] 108 |     struct TestEventHandler2;
[INFO] [stderr]     |            ^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `presage` (lib) generated 3 warnings
[INFO] [stderr] warning: `presage` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.09s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/presage-7a0da2016dfd97f3)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test configuration::test::test_add_assign ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests presage
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test src/event.rs - event::Event (line 20) ... FAILED
[INFO] [stdout] test src/command.rs - command::Command (line 17) ... FAILED
[INFO] [stdout] test src/command_bus.rs - command_bus::CommandBus<C,E>::configure (line 43) ... FAILED
[INFO] [stdout] test src/event.rs - event::AggregateEvent (line 49) ... FAILED
[INFO] [stdout] test src/aggregate.rs - aggregate::Aggregate (line 22) ... ok
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/event.rs - event::Event (line 20) stdout ----
[INFO] [stdout] error[E0277]: the trait bound `Instant: Serialize` is not satisfied
[INFO] [stdout]    --> src/event.rs:22:10
[INFO] [stdout]     |
[INFO] [stdout]   5 | #[derive(serde::Serialize, serde::Deserialize)]
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^ the trait `Serialize` is not implemented for `Instant`
[INFO] [stdout]   6 | struct SystemStarted(std::time::Instant);
[INFO] [stdout]     |                      --- required by a bound introduced by this call
[INFO] [stdout]     |
[INFO] [stdout]     = help: the following other types implement trait `Serialize`:
[INFO] [stdout]               &'a T
[INFO] [stdout]               &'a mut T
[INFO] [stdout]               ()
[INFO] [stdout]               (T0, T1)
[INFO] [stdout]               (T0, T1, T2)
[INFO] [stdout]               (T0, T1, T2, T3)
[INFO] [stdout]               (T0, T1, T2, T3, T4)
[INFO] [stdout]               (T0, T1, T2, T3, T4, T5)
[INFO] [stdout]             and 129 others
[INFO] [stdout] note: required by a bound in `serialize_newtype_struct`
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.163/src/ser/mod.rs:906:12
[INFO] [stdout]     |
[INFO] [stdout] 900 |     fn serialize_newtype_struct<T: ?Sized>(
[INFO] [stdout]     |        ------------------------ required by a bound in this associated function
[INFO] [stdout] ...
[INFO] [stdout] 906 |         T: Serialize;
[INFO] [stdout]     |            ^^^^^^^^^ required by this bound in `Serializer::serialize_newtype_struct`
[INFO] [stdout]     = note: this error originates in the derive macro `serde::Serialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Instant: Deserialize<'_>` is not satisfied
[INFO] [stdout]  --> src/event.rs:23:22
[INFO] [stdout]   |
[INFO] [stdout] 6 | struct SystemStarted(std::time::Instant);
[INFO] [stdout]   |                      ^^^^^^^^^^^^^^^^^^ the trait `Deserialize<'_>` is not implemented for `Instant`
[INFO] [stdout]   |
[INFO] [stdout]   = help: the following other types implement trait `Deserialize<'de>`:
[INFO] [stdout]             `&'a Path` implements `Deserialize<'de>`
[INFO] [stdout]             `&'a [u8]` implements `Deserialize<'de>`
[INFO] [stdout]             `&'a str` implements `Deserialize<'de>`
[INFO] [stdout]             `()` implements `Deserialize<'de>`
[INFO] [stdout]             `(T0, T1)` implements `Deserialize<'de>`
[INFO] [stdout]             `(T0, T1, T2)` implements `Deserialize<'de>`
[INFO] [stdout]             `(T0, T1, T2, T3)` implements `Deserialize<'de>`
[INFO] [stdout]             `(T0, T1, T2, T3, T4)` implements `Deserialize<'de>`
[INFO] [stdout]           and 129 others
[INFO] [stdout] 
[INFO] [stdout] error[E0277]: the trait bound `Instant: Deserialize<'_>` is not satisfied
[INFO] [stdout]     --> src/event.rs:23:22
[INFO] [stdout]      |
[INFO] [stdout]    6 | struct SystemStarted(std::time::Instant);
[INFO] [stdout]      |                      ^^^^^^^^^^^^^^^^^^ the trait `Deserialize<'_>` is not implemented for `Instant`
[INFO] [stdout]      |
[INFO] [stdout]      = help: the following other types implement trait `Deserialize<'de>`:
[INFO] [stdout]                `&'a Path` implements `Deserialize<'de>`
[INFO] [stdout]                `&'a [u8]` implements `Deserialize<'de>`
[INFO] [stdout]                `&'a str` implements `Deserialize<'de>`
[INFO] [stdout]                `()` implements `Deserialize<'de>`
[INFO] [stdout]                `(T0, T1)` implements `Deserialize<'de>`
[INFO] [stdout]                `(T0, T1, T2)` implements `Deserialize<'de>`
[INFO] [stdout]                `(T0, T1, T2, T3)` implements `Deserialize<'de>`
[INFO] [stdout]                `(T0, T1, T2, T3, T4)` implements `Deserialize<'de>`
[INFO] [stdout]              and 129 others
[INFO] [stdout] note: required by a bound in `next_element`
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/serde-1.0.163/src/de/mod.rs:1729:12
[INFO] [stdout]      |
[INFO] [stdout] 1727 |     fn next_element<T>(&mut self) -> Result<Option<T>, Self::Error>
[INFO] [stdout]      |        ------------ required by a bound in this associated function
[INFO] [stdout] 1728 |     where
[INFO] [stdout] 1729 |         T: Deserialize<'de>,
[INFO] [stdout]      |            ^^^^^^^^^^^^^^^^ required by this bound in `SeqAccess::next_element`
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0277`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/command.rs - command::Command (line 17) stdout ----
[INFO] [stdout] error[E0412]: cannot find type `Todo` in this scope
[INFO] [stdout]  --> src/command.rs:23:16
[INFO] [stdout]   |
[INFO] [stdout] 9 |     pub id: Id<Todo>,
[INFO] [stdout]   |                ^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub struct CreateTodo<Todo> {
[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 E0412`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/command_bus.rs - command_bus::CommandBus<C,E>::configure (line 43) stdout ----
[INFO] [stdout] error[E0425]: cannot find value `some_event_handler` in this scope
[INFO] [stdout]  --> src/command_bus.rs:48:29
[INFO] [stdout]   |
[INFO] [stdout] 8 |             .event_handler(&some_event_handler)
[INFO] [stdout]   |                             ^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `some_command_handler` in this scope
[INFO] [stdout]  --> src/command_bus.rs:49:31
[INFO] [stdout]   |
[INFO] [stdout] 9 |             .command_handler(&some_command_handler)
[INFO] [stdout]   |                               ^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] ---- src/event.rs - event::AggregateEvent (line 49) stdout ----
[INFO] [stdout] error[E0412]: cannot find type `Todo` in this scope
[INFO] [stdout]  --> src/event.rs:55:16
[INFO] [stdout]   |
[INFO] [stdout] 9 |     pub id: Id<Todo>,
[INFO] [stdout]   |                ^^^^ not found in this scope
[INFO] [stdout]   |
[INFO] [stdout] help: you might be missing a type parameter
[INFO] [stdout]   |
[INFO] [stdout] 8 | pub struct TodoCreated<Todo> {
[INFO] [stdout]   |                       ++++++
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Todo` in this scope
[INFO] [stdout]  --> src/event.rs:55:16
[INFO] [stdout]   |
[INFO] [stdout] 9 |     pub id: Id<Todo>,
[INFO] [stdout]   |                ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error[E0412]: cannot find type `Todo` in this scope
[INFO] [stdout]   --> src/event.rs:64:22
[INFO] [stdout]    |
[INFO] [stdout] 18 |     type Aggregate = Todo;
[INFO] [stdout]    |                      ^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0412`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/command.rs - command::Command (line 17)
[INFO] [stdout]     src/command_bus.rs - command_bus::CommandBus<C,E>::configure (line 43)
[INFO] [stdout]     src/event.rs - event::AggregateEvent (line 49)
[INFO] [stdout]     src/event.rs - event::Event (line 20)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 1 passed; 4 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.44s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "b69303886a55761c6117d4ed7c4e78af362fa48d59ddb4b3520657310e9da8e1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b69303886a55761c6117d4ed7c4e78af362fa48d59ddb4b3520657310e9da8e1", kill_on_drop: false }`
[INFO] [stdout] b69303886a55761c6117d4ed7c4e78af362fa48d59ddb4b3520657310e9da8e1
