[INFO] fetching crate recstrm 0.0.1...
[INFO] testing recstrm-0.0.1 against beta-2026-03-05 for beta-1.95-1
[INFO] extracting crate recstrm 0.0.1 into /workspace/builds/worker-5-tc2/source
[INFO] started tweaking crates.io crate recstrm 0.0.1
[INFO] finished tweaking crates.io crate recstrm 0.0.1
[INFO] tweaked toml for crates.io crate recstrm 0.0.1 written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate recstrm 0.0.1 on toolchain beta-2026-03-05
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "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" "+beta-2026-03-05" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]      Locking 25 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-03-05" "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-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 528261aeb68f549bde079796bb56c1881a8f90d4fad3d4ba2a7a88281189aba4
[INFO] running `Command { std: "docker" "start" "-a" "528261aeb68f549bde079796bb56c1881a8f90d4fad3d4ba2a7a88281189aba4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "528261aeb68f549bde079796bb56c1881a8f90d4fad3d4ba2a7a88281189aba4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "528261aeb68f549bde079796bb56c1881a8f90d4fad3d4ba2a7a88281189aba4", kill_on_drop: false }`
[INFO] [stdout] 528261aeb68f549bde079796bb56c1881a8f90d4fad3d4ba2a7a88281189aba4
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 946dd4192d7422bec92d673ff4b2f837affdd7f962716a5815c45752cf6e1b53
[INFO] running `Command { std: "docker" "start" "-a" "946dd4192d7422bec92d673ff4b2f837affdd7f962716a5815c45752cf6e1b53", kill_on_drop: false }`
[INFO] [stderr]    Compiling recstrm v0.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/recv.rs:184:21
[INFO] [stdout]     |
[INFO] [stdout] 184 |   pub fn recv_async(&self) -> RecvFuture<T, E> {
[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] 184 |   pub fn recv_async(&self) -> RecvFuture<'_, T, E> {
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/recv.rs:188:25
[INFO] [stdout]     |
[INFO] [stdout] 188 |   pub fn recv_all_async(&self) -> RecvAllFuture<T, E> {
[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] 188 |   pub fn recv_all_async(&self) -> RecvAllFuture<'_, T, E> {
[INFO] [stdout]     |                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/recv.rs:194:28
[INFO] [stdout]     |
[INFO] [stdout] 194 |   pub fn recv_atmost_async(&self, lim: usize) -> RecvAtMostFuture<T, E> {
[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] 194 |   pub fn recv_atmost_async(&self, lim: usize) -> RecvAtMostFuture<'_, T, E> {
[INFO] [stdout]     |                                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/send.rs:196:21
[INFO] [stdout]     |
[INFO] [stdout] 196 |   pub fn send_async(&self, n: T) -> SendFuture<T, E> {
[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] 196 |   pub fn send_async(&self, n: T) -> SendFuture<'_, T, E> {
[INFO] [stdout]     |                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/send.rs:211:30
[INFO] [stdout]     |
[INFO] [stdout] 211 |   pub fn send_batch_async<I>(&self, it: I) -> SendFuture<T, E>
[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] 211 |   pub fn send_batch_async<I>(&self, it: I) -> SendFuture<'_, T, E>
[INFO] [stdout]     |                                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.20s
[INFO] running `Command { std: "docker" "inspect" "946dd4192d7422bec92d673ff4b2f837affdd7f962716a5815c45752cf6e1b53", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "946dd4192d7422bec92d673ff4b2f837affdd7f962716a5815c45752cf6e1b53", kill_on_drop: false }`
[INFO] [stdout] 946dd4192d7422bec92d673ff4b2f837affdd7f962716a5815c45752cf6e1b53
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ad9c1c0cb1b9c7fbfa1ea8258697fd03a298cec495412ad2563aa8b0daa2627f
[INFO] running `Command { std: "docker" "start" "-a" "ad9c1c0cb1b9c7fbfa1ea8258697fd03a298cec495412ad2563aa8b0daa2627f", kill_on_drop: false }`
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/recv.rs:184:21
[INFO] [stdout]     |
[INFO] [stdout] 184 |   pub fn recv_async(&self) -> RecvFuture<T, E> {
[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] 184 |   pub fn recv_async(&self) -> RecvFuture<'_, T, E> {
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling tokio-macros v2.6.1
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/recv.rs:188:25
[INFO] [stdout]     |
[INFO] [stdout] 188 |   pub fn recv_all_async(&self) -> RecvAllFuture<T, E> {
[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] 188 |   pub fn recv_all_async(&self) -> RecvAllFuture<'_, T, E> {
[INFO] [stdout]     |                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/recv.rs:194:28
[INFO] [stdout]     |
[INFO] [stdout] 194 |   pub fn recv_atmost_async(&self, lim: usize) -> RecvAtMostFuture<T, E> {
[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] 194 |   pub fn recv_atmost_async(&self, lim: usize) -> RecvAtMostFuture<'_, T, E> {
[INFO] [stdout]     |                                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/send.rs:196:21
[INFO] [stdout]     |
[INFO] [stdout] 196 |   pub fn send_async(&self, n: T) -> SendFuture<T, E> {
[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] 196 |   pub fn send_async(&self, n: T) -> SendFuture<'_, T, E> {
[INFO] [stdout]     |                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/send.rs:211:30
[INFO] [stdout]     |
[INFO] [stdout] 211 |   pub fn send_batch_async<I>(&self, it: I) -> SendFuture<T, E>
[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] 211 |   pub fn send_batch_async<I>(&self, it: I) -> SendFuture<'_, T, E>
[INFO] [stdout]     |                                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling tokio v1.50.0
[INFO] [stderr]    Compiling testtools v0.1.3
[INFO] [stderr]    Compiling recstrm v0.0.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/recv.rs:184:21
[INFO] [stdout]     |
[INFO] [stdout] 184 |   pub fn recv_async(&self) -> RecvFuture<T, E> {
[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] 184 |   pub fn recv_async(&self) -> RecvFuture<'_, T, E> {
[INFO] [stdout]     |                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/recv.rs:188:25
[INFO] [stdout]     |
[INFO] [stdout] 188 |   pub fn recv_all_async(&self) -> RecvAllFuture<T, E> {
[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] 188 |   pub fn recv_all_async(&self) -> RecvAllFuture<'_, T, E> {
[INFO] [stdout]     |                                                 +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/recv.rs:194:28
[INFO] [stdout]     |
[INFO] [stdout] 194 |   pub fn recv_atmost_async(&self, lim: usize) -> RecvAtMostFuture<T, E> {
[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] 194 |   pub fn recv_atmost_async(&self, lim: usize) -> RecvAtMostFuture<'_, T, E> {
[INFO] [stdout]     |                                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/send.rs:196:21
[INFO] [stdout]     |
[INFO] [stdout] 196 |   pub fn send_async(&self, n: T) -> SendFuture<T, E> {
[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] 196 |   pub fn send_async(&self, n: T) -> SendFuture<'_, T, E> {
[INFO] [stdout]     |                                                +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/send.rs:211:30
[INFO] [stdout]     |
[INFO] [stdout] 211 |   pub fn send_batch_async<I>(&self, it: I) -> SendFuture<T, E>
[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] 211 |   pub fn send_batch_async<I>(&self, it: I) -> SendFuture<'_, T, E>
[INFO] [stdout]     |                                                          +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 4.02s
[INFO] running `Command { std: "docker" "inspect" "ad9c1c0cb1b9c7fbfa1ea8258697fd03a298cec495412ad2563aa8b0daa2627f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ad9c1c0cb1b9c7fbfa1ea8258697fd03a298cec495412ad2563aa8b0daa2627f", kill_on_drop: false }`
[INFO] [stdout] ad9c1c0cb1b9c7fbfa1ea8258697fd03a298cec495412ad2563aa8b0daa2627f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-03-05" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 6f78c5f9e1a783dddea9b600ed19319a764a68b9593d8e2e080b04aa59330911
[INFO] running `Command { std: "docker" "start" "-a" "6f78c5f9e1a783dddea9b600ed19319a764a68b9593d8e2e080b04aa59330911", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/recv.rs:184:21
[INFO] [stderr]     |
[INFO] [stderr] 184 |   pub fn recv_async(&self) -> RecvFuture<T, E> {
[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] 184 |   pub fn recv_async(&self) -> RecvFuture<'_, T, E> {
[INFO] [stderr]     |                                          +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/recv.rs:188:25
[INFO] [stderr]     |
[INFO] [stderr] 188 |   pub fn recv_all_async(&self) -> RecvAllFuture<T, E> {
[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] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 188 |   pub fn recv_all_async(&self) -> RecvAllFuture<'_, T, E> {
[INFO] [stderr]     |                                                 +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/recv.rs:194:28
[INFO] [stderr]     |
[INFO] [stderr] 194 |   pub fn recv_atmost_async(&self, lim: usize) -> RecvAtMostFuture<T, E> {
[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] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 194 |   pub fn recv_atmost_async(&self, lim: usize) -> RecvAtMostFuture<'_, T, E> {
[INFO] [stderr]     |                                                                   +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/send.rs:196:21
[INFO] [stderr]     |
[INFO] [stderr] 196 |   pub fn send_async(&self, n: T) -> SendFuture<T, E> {
[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] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 196 |   pub fn send_async(&self, n: T) -> SendFuture<'_, T, E> {
[INFO] [stderr]     |                                                +++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/send.rs:211:30
[INFO] [stderr]     |
[INFO] [stderr] 211 |   pub fn send_batch_async<I>(&self, it: I) -> SendFuture<T, E>
[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] help: use `'_` for type paths
[INFO] [stderr]     |
[INFO] [stderr] 211 |   pub fn send_batch_async<I>(&self, it: I) -> SendFuture<'_, T, E>
[INFO] [stderr]     |                                                          +++
[INFO] [stdout] 
[INFO] [stderr] 
[INFO] [stdout] running 0 tests
[INFO] [stderr] warning: `recstrm` (lib) generated 5 warnings (run `cargo fix --lib -p recstrm` to apply 5 suggestions)
[INFO] [stdout] 
[INFO] [stderr] warning: `recstrm` (lib test) generated 5 warnings (5 duplicates)
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.05s
[INFO] [stdout] 
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/recstrm-68a6d12a13c8681e)
[INFO] [stderr]      Running tests/simple.rs (/opt/rustwide/target/debug/deps/simple-6fc8b2b345e5fd4b)
[INFO] [stdout] 
[INFO] [stdout] running 16 tests
[INFO] [stdout] test drop_sender_after_num_recs ... ok
[INFO] [stdout] test eof_after_sender_drop ... ok
[INFO] [stdout] test drop_sender_before_num_recs ... ok
[INFO] [stdout] test drop_sender_before_num_recs_one_off ... ok
[INFO] [stdout] test eof_with_queued_records ... ok
[INFO] [stdout] test fail_receiver ... ok
[INFO] [stdout] test fail_sender ... ok
[INFO] [stdout] test order ... ok
[INFO] [stdout] test batch_order ... ok
[INFO] [stdout] test recv_all ... ok
[INFO] [stdout] test recv_atmost ... ok
[INFO] [stdout] test receiver_disappeared ... ok
[INFO] [stdout] test try_send_full_queue ... ok
[INFO] [stdout] test send_before_recv ... ok
[INFO] [stdout] test sender_blocking ... ok
[INFO] [stdout] test send_after_recv ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/simple_async.rs (/opt/rustwide/target/debug/deps/simple_async-af52195c068aa524)
[INFO] [stdout] 
[INFO] [stdout] running 13 tests
[INFO] [stdout] test batch_order ... ok
[INFO] [stdout] test eof_after_sender_drop ... ok
[INFO] [stdout] test fail_sender ... ok
[INFO] [stdout] test eof_with_queued_records ... ok
[INFO] [stdout] test fail_receiver ... ok
[INFO] [stdout] test receiver_disappeared ... ok
[INFO] [stdout] test recv_atmost ... ok
[INFO] [stdout] test order ... ok
[INFO] [stdout] test recv_all ... ok
[INFO] [stdout] test try_send_full_queue ... ok
[INFO] [stdout] test sender_blocking ... ok
[INFO] [stdout] test send_after_recv ... ok
[INFO] [stdout] test send_before_recv ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/tryrecv.rs (/opt/rustwide/target/debug/deps/tryrecv-9c4d2433ff15a9d0)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test tryrecv ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests recstrm
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test src/lib.rs - channel (line 176) ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.26s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "6f78c5f9e1a783dddea9b600ed19319a764a68b9593d8e2e080b04aa59330911", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6f78c5f9e1a783dddea9b600ed19319a764a68b9593d8e2e080b04aa59330911", kill_on_drop: false }`
[INFO] [stdout] 6f78c5f9e1a783dddea9b600ed19319a764a68b9593d8e2e080b04aa59330911
