[INFO] fetching crate recstrm 0.0.1... [INFO] testing recstrm-0.0.1 against beta-2025-09-21 for beta-1.91-3 [INFO] extracting crate recstrm 0.0.1 into /workspace/builds/worker-6-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-6-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate recstrm 0.0.1 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] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "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] Locking 48 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-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-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 5d2567577ab39aa185d3d60bdb34ea2f56d1cac5e66cc8728dceaeec3357e375 [INFO] running `Command { std: "docker" "start" "-a" "5d2567577ab39aa185d3d60bdb34ea2f56d1cac5e66cc8728dceaeec3357e375", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5d2567577ab39aa185d3d60bdb34ea2f56d1cac5e66cc8728dceaeec3357e375", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5d2567577ab39aa185d3d60bdb34ea2f56d1cac5e66cc8728dceaeec3357e375", kill_on_drop: false }` [INFO] [stdout] 5d2567577ab39aa185d3d60bdb34ea2f56d1cac5e66cc8728dceaeec3357e375 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 03dc9b105197d0308325c25bd83889a2d0a74748e2f631ad403b8601e9fff06e [INFO] running `Command { std: "docker" "start" "-a" "03dc9b105197d0308325c25bd83889a2d0a74748e2f631ad403b8601e9fff06e", kill_on_drop: false }` [INFO] [stderr] Compiling smallvec v1.15.1 [INFO] [stderr] Compiling parking_lot_core v0.9.11 [INFO] [stderr] Compiling parking_lot v0.12.4 [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 { [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 { [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 { [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 { [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(&self, it: I) -> SendFuture [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(&self, it: I) -> SendFuture<'_, T, E> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.14s [INFO] running `Command { std: "docker" "inspect" "03dc9b105197d0308325c25bd83889a2d0a74748e2f631ad403b8601e9fff06e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "03dc9b105197d0308325c25bd83889a2d0a74748e2f631ad403b8601e9fff06e", kill_on_drop: false }` [INFO] [stdout] 03dc9b105197d0308325c25bd83889a2d0a74748e2f631ad403b8601e9fff06e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 6b1e4785bce4d6402dc65e7fa6d9e69bcfa1530716dbed7b2249112a3f7347a5 [INFO] running `Command { std: "docker" "start" "-a" "6b1e4785bce4d6402dc65e7fa6d9e69bcfa1530716dbed7b2249112a3f7347a5", kill_on_drop: false }` [INFO] [stderr] Compiling once_cell v1.21.3 [INFO] [stderr] Compiling allocator-api2 v0.2.21 [INFO] [stderr] Compiling ahash v0.8.12 [INFO] [stderr] Compiling syn v2.0.106 [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 { [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 { [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 { [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 { [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(&self, it: I) -> SendFuture [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(&self, it: I) -> SendFuture<'_, T, E> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling hashbrown v0.14.5 [INFO] [stderr] Compiling testtools v0.1.3 [INFO] [stderr] Compiling tokio-macros v2.5.0 [INFO] [stderr] Compiling tokio v1.47.1 [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 { [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 { [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 { [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 { [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(&self, it: I) -> SendFuture [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(&self, it: I) -> SendFuture<'_, T, E> [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 9.30s [INFO] running `Command { std: "docker" "inspect" "6b1e4785bce4d6402dc65e7fa6d9e69bcfa1530716dbed7b2249112a3f7347a5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6b1e4785bce4d6402dc65e7fa6d9e69bcfa1530716dbed7b2249112a3f7347a5", kill_on_drop: false }` [INFO] [stdout] 6b1e4785bce4d6402dc65e7fa6d9e69bcfa1530716dbed7b2249112a3f7347a5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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] 9597a35dfdb85647d6ce76d6de753e19a10ecb99d3f2bd1dea8c54d7fda58a96 [INFO] running `Command { std: "docker" "start" "-a" "9597a35dfdb85647d6ce76d6de753e19a10ecb99d3f2bd1dea8c54d7fda58a96", 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 { [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 { [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 { [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] [stdout] [INFO] [stderr] | [INFO] [stdout] running 0 tests [INFO] [stderr] 196 | pub fn send_async(&self, n: T) -> SendFuture { [INFO] [stdout] [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] | | [INFO] [stdout] [INFO] [stderr] | the lifetime is elided here [INFO] [stdout] [INFO] [stderr] | [INFO] [stdout] running 16 tests [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] test drop_sender_after_num_recs ... ok [INFO] [stderr] help: use `'_` for type paths [INFO] [stdout] test drop_sender_before_num_recs ... ok [INFO] [stderr] | [INFO] [stdout] test drop_sender_before_num_recs_one_off ... ok [INFO] [stderr] 196 | pub fn send_async(&self, n: T) -> SendFuture<'_, T, E> { [INFO] [stdout] test eof_with_queued_records ... ok [INFO] [stderr] | +++ [INFO] [stdout] test eof_after_sender_drop ... ok [INFO] [stderr] [INFO] [stdout] test fail_sender ... ok [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] test fail_receiver ... ok [INFO] [stderr] --> src/send.rs:211:30 [INFO] [stdout] test receiver_disappeared ... ok [INFO] [stderr] | [INFO] [stdout] test order ... ok [INFO] [stderr] 211 | pub fn send_batch_async(&self, it: I) -> SendFuture [INFO] [stdout] test recv_all ... ok [INFO] [stderr] | ^^^^^ ^^^^^^^^^^^^^^^^ the same lifetime is hidden here [INFO] [stdout] test send_before_recv ... ok [INFO] [stderr] | | [INFO] [stdout] test batch_order ... ok [INFO] [stderr] | the lifetime is elided here [INFO] [stdout] test recv_atmost ... ok [INFO] [stderr] | [INFO] [stdout] test try_send_full_queue ... ok [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(&self, it: I) -> SendFuture<'_, T, E> [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `recstrm` (lib) generated 5 warnings (run `cargo fix --lib -p recstrm` to apply 5 suggestions) [INFO] [stderr] warning: `recstrm` (lib test) generated 5 warnings (5 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.10s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/recstrm-9a5116c0fd9b81a8) [INFO] [stderr] Running tests/simple.rs (/opt/rustwide/target/debug/deps/simple-96c2a3c2134651b4) [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-b5f427f1bf8a132a) [INFO] [stdout] [INFO] [stdout] running 13 tests [INFO] [stdout] test batch_order ... ok [INFO] [stdout] test fail_sender ... ok [INFO] [stdout] test fail_receiver ... ok [INFO] [stdout] test eof_with_queued_records ... ok [INFO] [stdout] test eof_after_sender_drop ... ok [INFO] [stdout] test receiver_disappeared ... ok [INFO] [stdout] test recv_all ... ok [INFO] [stdout] test recv_atmost ... ok [INFO] [stdout] test try_send_full_queue ... ok [INFO] [stdout] test order ... 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-cfa3616e280e29ae) [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.18s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "9597a35dfdb85647d6ce76d6de753e19a10ecb99d3f2bd1dea8c54d7fda58a96", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9597a35dfdb85647d6ce76d6de753e19a10ecb99d3f2bd1dea8c54d7fda58a96", kill_on_drop: false }` [INFO] [stdout] 9597a35dfdb85647d6ce76d6de753e19a10ecb99d3f2bd1dea8c54d7fda58a96