[INFO] fetching crate recstrm 0.0.1... [INFO] testing recstrm-0.0.1 against try#b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b for pr-145330-1 [INFO] extracting crate recstrm 0.0.1 into /workspace/builds/worker-2-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-2-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate recstrm 0.0.1 on toolchain b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "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" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "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" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 74b42f6fa68c7b4084be647a9a36050452595a3f674b3df735c063bb1d7c7815 [INFO] running `Command { std: "docker" "start" "-a" "74b42f6fa68c7b4084be647a9a36050452595a3f674b3df735c063bb1d7c7815", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "74b42f6fa68c7b4084be647a9a36050452595a3f674b3df735c063bb1d7c7815", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "74b42f6fa68c7b4084be647a9a36050452595a3f674b3df735c063bb1d7c7815", kill_on_drop: false }` [INFO] [stdout] 74b42f6fa68c7b4084be647a9a36050452595a3f674b3df735c063bb1d7c7815 [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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 564dc688eaf14ba59ff2a00de90ad9822ea86d31fbae4c05ebf6e32308e4e0a1 [INFO] running `Command { std: "docker" "start" "-a" "564dc688eaf14ba59ff2a00de90ad9822ea86d31fbae4c05ebf6e32308e4e0a1", 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 { [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 0.31s [INFO] running `Command { std: "docker" "inspect" "564dc688eaf14ba59ff2a00de90ad9822ea86d31fbae4c05ebf6e32308e4e0a1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "564dc688eaf14ba59ff2a00de90ad9822ea86d31fbae4c05ebf6e32308e4e0a1", kill_on_drop: false }` [INFO] [stdout] 564dc688eaf14ba59ff2a00de90ad9822ea86d31fbae4c05ebf6e32308e4e0a1 [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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c2a2db390c545dbe16fda867f9457f04a0eafc22d72263e2b4ad9117efd85fa1 [INFO] running `Command { std: "docker" "start" "-a" "c2a2db390c545dbe16fda867f9457f04a0eafc22d72263e2b4ad9117efd85fa1", kill_on_drop: false }` [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Compiling hashbrown v0.14.5 [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 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.45s [INFO] running `Command { std: "docker" "inspect" "c2a2db390c545dbe16fda867f9457f04a0eafc22d72263e2b4ad9117efd85fa1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c2a2db390c545dbe16fda867f9457f04a0eafc22d72263e2b4ad9117efd85fa1", kill_on_drop: false }` [INFO] [stdout] c2a2db390c545dbe16fda867f9457f04a0eafc22d72263e2b4ad9117efd85fa1 [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=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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 4afced82e46318d07629a8258c3e4fbb6f647c61a23fa8b647e9887ae42da052 [INFO] running `Command { std: "docker" "start" "-a" "4afced82e46318d07629a8258c3e4fbb6f647c61a23fa8b647e9887ae42da052", 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] [stderr] | [INFO] [stderr] 196 | pub fn send_async(&self, n: T) -> SendFuture { [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(&self, it: I) -> SendFuture [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(&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.11s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/recstrm-df58847a238955a9) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stderr] Running tests/simple.rs (/opt/rustwide/target/debug/deps/simple-68dabc064e650f06) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 16 tests [INFO] [stdout] test batch_order ... ok [INFO] [stdout] test drop_sender_before_num_recs ... ok [INFO] [stdout] test drop_sender_before_num_recs_one_off ... ok [INFO] [stdout] test drop_sender_after_num_recs ... ok [INFO] [stdout] test receiver_disappeared ... ok [INFO] [stdout] test order ... ok [INFO] [stdout] test fail_receiver ... ok [INFO] [stdout] test fail_sender ... ok [INFO] [stdout] test recv_all ... ok [INFO] [stdout] test eof_after_sender_drop ... ok [INFO] [stdout] test recv_atmost ... ok [INFO] [stdout] test try_send_full_queue ... ok [INFO] [stdout] test send_before_recv ... ok [INFO] [stdout] test eof_with_queued_records ... 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.52s [INFO] [stdout] [INFO] [stderr] Running tests/simple_async.rs (/opt/rustwide/target/debug/deps/simple_async-8d331f3f81457f97) [INFO] [stdout] [INFO] [stdout] running 13 tests [INFO] [stdout] test eof_with_queued_records ... ok [INFO] [stdout] test batch_order ... ok [INFO] [stdout] test eof_after_sender_drop ... ok [INFO] [stdout] test fail_sender ... ok [INFO] [stdout] test order ... ok [INFO] [stdout] test fail_receiver ... ok [INFO] [stdout] test recv_all ... ok [INFO] [stdout] test recv_atmost ... ok [INFO] [stdout] test try_send_full_queue ... ok [INFO] [stdout] test receiver_disappeared ... ok [INFO] [stdout] test sender_blocking ... ok [INFO] [stdout] test send_before_recv ... ok [INFO] [stderr] Running tests/tryrecv.rs (/opt/rustwide/target/debug/deps/tryrecv-5f519f5a202b4496) [INFO] [stdout] test send_after_recv ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 13 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.51s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stderr] Doc-tests recstrm [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.04s [INFO] [stdout] [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.30s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "4afced82e46318d07629a8258c3e4fbb6f647c61a23fa8b647e9887ae42da052", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4afced82e46318d07629a8258c3e4fbb6f647c61a23fa8b647e9887ae42da052", kill_on_drop: false }` [INFO] [stdout] 4afced82e46318d07629a8258c3e4fbb6f647c61a23fa8b647e9887ae42da052