[INFO] fetching crate event-sourcing 0.1.20...
[INFO] testing event-sourcing-0.1.20 against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-7
[INFO] extracting crate event-sourcing 0.1.20 into /workspace/builds/worker-4-tc2/source
[INFO] started tweaking crates.io crate event-sourcing 0.1.20
[INFO] removed 0 missing examples
[INFO] finished tweaking crates.io crate event-sourcing 0.1.20
[INFO] tweaked toml for crates.io crate event-sourcing 0.1.20 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate event-sourcing 0.1.20 on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate event-sourcing 0.1.20 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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7660fdc75b7c7cec005721ae13282aad576e96d2c4274627c345e0bb65ab1861
[INFO] running `Command { std: "docker" "start" "-a" "7660fdc75b7c7cec005721ae13282aad576e96d2c4274627c345e0bb65ab1861", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7660fdc75b7c7cec005721ae13282aad576e96d2c4274627c345e0bb65ab1861", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7660fdc75b7c7cec005721ae13282aad576e96d2c4274627c345e0bb65ab1861", kill_on_drop: false }`
[INFO] [stdout] 7660fdc75b7c7cec005721ae13282aad576e96d2c4274627c345e0bb65ab1861
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 47caa5d9e0bda5fe7d2105088c753796d982e7b3817a56b5b9fa324e9f0ed7f7
[INFO] running `Command { std: "docker" "start" "-a" "47caa5d9e0bda5fe7d2105088c753796d982e7b3817a56b5b9fa324e9f0ed7f7", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.82
[INFO] [stderr]    Compiling memchr v2.7.2
[INFO] [stderr]    Compiling heck v0.4.1
[INFO] [stderr]    Compiling bytes v1.6.0
[INFO] [stderr]    Compiling uuid v1.8.0
[INFO] [stderr]    Compiling futures-channel v0.3.30
[INFO] [stderr]    Compiling tokio v1.37.0
[INFO] [stderr]    Compiling tracing-core v0.1.32
[INFO] [stderr]    Compiling chrono v0.4.38
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling syn v2.0.63
[INFO] [stderr]    Compiling tokio-util v0.7.10
[INFO] [stderr]    Compiling tokio-stream v0.1.15
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]    Compiling snafu-derive v0.8.2
[INFO] [stderr]    Compiling async-trait v0.1.80
[INFO] [stderr]    Compiling futures-util v0.3.30
[INFO] [stderr]    Compiling snafu v0.8.2
[INFO] [stderr]    Compiling futures-executor v0.3.30
[INFO] [stderr]    Compiling futures v0.3.30
[INFO] [stderr]    Compiling event-sourcing v0.1.20 (/opt/rustwide/workdir)
[INFO] [stdout] error: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/adapter/event_store_adapter.rs:12:81
[INFO] [stdout]    |
[INFO] [stdout] 12 | ...n get_events(&self, aggregate_id: Uuid, from: Option<u64>) -> Result<BoxStream<Result<Event<E>, AdapterError>>, AdapterError>;
[INFO] [stdout]    |                 - the lifetime is named here                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]   --> src/lib.rs:2:9
[INFO] [stdout]    |
[INFO] [stdout]  2 | #![deny(warnings)]
[INFO] [stdout]    |         ^^^^^^^^
[INFO] [stdout]    = note: `#[deny(mismatched_lifetime_syntaxes)]` implied by `#[deny(warnings)]`
[INFO] [stdout] help: consistently use `'life0`
[INFO] [stdout]    |
[INFO] [stdout] 12 |     async fn get_events(&self, aggregate_id: Uuid, from: Option<u64>) -> Result<BoxStream<'life0, Result<Event<E>, AdapterError>>, AdapterError>;
[INFO] [stdout]    |                                                                                           +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/adapter/event_store_adapter.rs:13:42
[INFO] [stdout]    |
[INFO] [stdout] 13 |     async fn stream_ids(&self) -> Result<BoxStream<Uuid>, AdapterError>;
[INFO] [stdout]    |                         -                ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'life0`
[INFO] [stdout]    |
[INFO] [stdout] 13 |     async fn stream_ids(&self) -> Result<BoxStream<'life0, Uuid>, AdapterError>;
[INFO] [stdout]    |                                                    +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/adapter/in_memory/in_memory_adapter.rs:44:81
[INFO] [stdout]    |
[INFO] [stdout] 44 | ...n get_events(&self, aggregate_id: Uuid, from: Option<u64>) -> Result<BoxStream<Result<Event<E>, AdapterError>>, AdapterError> {
[INFO] [stdout]    |                 - the lifetime is named here                            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'life0`
[INFO] [stdout]    |
[INFO] [stdout] 44 |     async fn get_events(&self, aggregate_id: Uuid, from: Option<u64>) -> Result<BoxStream<'life0, Result<Event<E>, AdapterError>>, AdapterError> {
[INFO] [stdout]    |                                                                                           +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/adapter/in_memory/in_memory_adapter.rs:55:42
[INFO] [stdout]    |
[INFO] [stdout] 55 |     async fn stream_ids(&self) -> Result<BoxStream<Uuid>, AdapterError> {
[INFO] [stdout]    |                         -                ^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                         |
[INFO] [stdout]    |                         the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'life0`
[INFO] [stdout]    |
[INFO] [stdout] 55 |     async fn stream_ids(&self) -> Result<BoxStream<'life0, Uuid>, AdapterError> {
[INFO] [stdout]    |                                                    +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]    --> src/adapter/in_memory/in_memory_adapter.rs:139:17
[INFO] [stdout]     |
[INFO] [stdout] 138 |         &self,
[INFO] [stdout]     |         - the lifetime is named here
[INFO] [stdout] 139 |     ) -> Result<BoxStream<Result<ListenForEventData<A, E>, AdapterError>>, AdapterError> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'life0`
[INFO] [stdout]     |
[INFO] [stdout] 139 |     ) -> Result<BoxStream<'life0, Result<ListenForEventData<A, E>, AdapterError>>, AdapterError> {
[INFO] [stdout]     |                           +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: hiding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/adapter/notification_adapter.rs:18:17
[INFO] [stdout]    |
[INFO] [stdout] 17 |         &self,
[INFO] [stdout]    |         - the lifetime is named here
[INFO] [stdout] 18 |     ) -> Result<BoxStream<Result<ListenForEventData<A, E>, AdapterError>>, AdapterError>;
[INFO] [stdout]    |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'life0`
[INFO] [stdout]    |
[INFO] [stdout] 18 |     ) -> Result<BoxStream<'life0, Result<ListenForEventData<A, E>, AdapterError>>, AdapterError>;
[INFO] [stdout]    |                           +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/event_store.rs:142:22
[INFO] [stdout]     |
[INFO] [stdout] 142 |     pub async fn ids(&self) -> Result<BoxStream<Uuid>, AdapterError> {
[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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 142 |     pub async fn ids(&self) -> Result<BoxStream<'_, Uuid>, AdapterError> {
[INFO] [stdout]     |                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/event_store.rs:147:22
[INFO] [stdout]     |
[INFO] [stdout] 147 |     pub async fn all(&self) -> Result<BoxStream<Result<A, AdapterError>>, AdapterError> {
[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] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 147 |     pub async fn all(&self) -> Result<BoxStream<'_, Result<A, AdapterError>>, AdapterError> {
[INFO] [stdout]     |                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/event_store.rs:371:9
[INFO] [stdout]     |
[INFO] [stdout] 371 |         &self,
[INFO] [stdout]     |         ^^^^^ the lifetime is elided here
[INFO] [stdout] 372 |     ) -> Result<BoxStream<Result<RealtimeStreamData<A, E>, AdapterError>>, AdapterError> {
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 372 |     ) -> Result<BoxStream<'_, Result<RealtimeStreamData<A, E>, AdapterError>>, AdapterError> {
[INFO] [stdout]     |                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `event-sourcing` (lib) due to 9 previous errors
[INFO] running `Command { std: "docker" "inspect" "47caa5d9e0bda5fe7d2105088c753796d982e7b3817a56b5b9fa324e9f0ed7f7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "47caa5d9e0bda5fe7d2105088c753796d982e7b3817a56b5b9fa324e9f0ed7f7", kill_on_drop: false }`
[INFO] [stdout] 47caa5d9e0bda5fe7d2105088c753796d982e7b3817a56b5b9fa324e9f0ed7f7
