[INFO] fetching crate carrier-pigeon 0.3.0... [INFO] testing carrier-pigeon-0.3.0 against beta-2025-09-21 for beta-1.91-3 [INFO] extracting crate carrier-pigeon 0.3.0 into /workspace/builds/worker-7-tc2/source [INFO] started tweaking crates.io crate carrier-pigeon 0.3.0 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate carrier-pigeon 0.3.0 [INFO] tweaked toml for crates.io crate carrier-pigeon 0.3.0 written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate carrier-pigeon 0.3.0 on toolchain beta-2025-09-21 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate carrier-pigeon 0.3.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 91997914338a6b57bf2b15291faf9b135cd666ba96b1393a35fc6222142dbf5d [INFO] running `Command { std: "docker" "start" "-a" "91997914338a6b57bf2b15291faf9b135cd666ba96b1393a35fc6222142dbf5d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "91997914338a6b57bf2b15291faf9b135cd666ba96b1393a35fc6222142dbf5d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "91997914338a6b57bf2b15291faf9b135cd666ba96b1393a35fc6222142dbf5d", kill_on_drop: false }` [INFO] [stdout] 91997914338a6b57bf2b15291faf9b135cd666ba96b1393a35fc6222142dbf5d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 1e698911d71d9eb8536f751a6b9e483fa8c14d2b11911cf97f00318ece0b76ad [INFO] running `Command { std: "docker" "start" "-a" "1e698911d71d9eb8536f751a6b9e483fa8c14d2b11911cf97f00318ece0b76ad", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.38 [INFO] [stderr] Compiling unicode-xid v0.2.3 [INFO] [stderr] Compiling libc v0.2.125 [INFO] [stderr] Compiling syn v1.0.93 [INFO] [stderr] Compiling serde_derive v1.0.137 [INFO] [stderr] Compiling serde v1.0.137 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling crossbeam-utils v0.8.8 [INFO] [stderr] Compiling once_cell v1.10.0 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling quote v1.0.18 [INFO] [stderr] Compiling crossbeam-channel v0.5.4 [INFO] [stderr] Compiling getrandom v0.2.6 [INFO] [stderr] Compiling hashbrown v0.12.1 [INFO] [stderr] Compiling bincode v1.3.3 [INFO] [stderr] Compiling carrier-pigeon v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/net.rs:212:50 [INFO] [stdout] | [INFO] [stdout] 212 | pub(crate) fn to_typed(&self) -> Option> { [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] 212 | pub(crate) fn to_typed(&self) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/client.rs:256:39 [INFO] [stdout] | [INFO] [stdout] 256 | pub fn recv(&self) -> impl Iterator> + '_ { [INFO] [stdout] | ^^^^^ ^^^^^^^^^ ^^ the same lifetime is elided here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [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] 256 | pub fn recv(&self) -> impl Iterator> + '_ { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/client.rs:269:43 [INFO] [stdout] | [INFO] [stdout] 269 | pub fn try_recv(&self) -> Option> + '_> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^ ^^ the same lifetime is elided here [INFO] [stdout] | | | [INFO] [stdout] | the lifetime is elided 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: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 269 | pub fn try_recv(&self) -> Option> + '_> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/server.rs:546:77 [INFO] [stdout] | [INFO] [stdout] 546 | pub fn recv<'s, T: Any + Send + Sync>(&'s self) -> impl Iterator> + 's { [INFO] [stdout] | -- ^^^^^^^^^ -- the same lifetime is named here [INFO] [stdout] | | | [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 `'s` [INFO] [stdout] | [INFO] [stdout] 546 | pub fn recv<'s, T: Any + Send + Sync>(&'s self) -> impl Iterator> + 's { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/server.rs:565:38 [INFO] [stdout] | [INFO] [stdout] 564 | &'s self, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] 565 | ) -> Option> + 's> { [INFO] [stdout] | ^^^^^^^^^ -- the same lifetime is named here [INFO] [stdout] | | [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 `'s` [INFO] [stdout] | [INFO] [stdout] 565 | ) -> Option> + 's> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/server.rs:585:9 [INFO] [stdout] | [INFO] [stdout] 585 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 586 | spec: CIdSpec, [INFO] [stdout] 587 | ) -> impl Iterator> + '_ { [INFO] [stdout] | ^^^^^^^^^ ^^ the same lifetime is elided here [INFO] [stdout] | | [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] 587 | ) -> impl Iterator> + '_ { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/server.rs:607:9 [INFO] [stdout] | [INFO] [stdout] 607 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 608 | spec: CIdSpec, [INFO] [stdout] 609 | ) -> Option> + '_> { [INFO] [stdout] | ^^^^^^^^^ ^^ the same lifetime is elided here [INFO] [stdout] | | [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] 609 | ) -> Option> + '_> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.33s [INFO] running `Command { std: "docker" "inspect" "1e698911d71d9eb8536f751a6b9e483fa8c14d2b11911cf97f00318ece0b76ad", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1e698911d71d9eb8536f751a6b9e483fa8c14d2b11911cf97f00318ece0b76ad", kill_on_drop: false }` [INFO] [stdout] 1e698911d71d9eb8536f751a6b9e483fa8c14d2b11911cf97f00318ece0b76ad [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 43cf3bf7432d136e193eb8e4b273f7c5284b0d08e4daa9e56fa22397baed2022 [INFO] running `Command { std: "docker" "start" "-a" "43cf3bf7432d136e193eb8e4b273f7c5284b0d08e4daa9e56fa22397baed2022", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.125 [INFO] [stderr] Compiling num_threads v0.1.6 [INFO] [stderr] Compiling time-macros v0.2.4 [INFO] [stderr] Compiling itoa v1.0.1 [INFO] [stderr] Compiling getrandom v0.2.6 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling colored v2.0.0 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling time v0.3.9 [INFO] [stderr] Compiling hashbrown v0.12.1 [INFO] [stderr] Compiling carrier-pigeon v0.3.0 (/opt/rustwide/workdir) [INFO] [stderr] Compiling simple_logger v2.1.0 [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/net.rs:212:50 [INFO] [stdout] | [INFO] [stdout] 212 | pub(crate) fn to_typed(&self) -> Option> { [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] 212 | pub(crate) fn to_typed(&self) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/client.rs:256:39 [INFO] [stdout] | [INFO] [stdout] 256 | pub fn recv(&self) -> impl Iterator> + '_ { [INFO] [stdout] | ^^^^^ ^^^^^^^^^ ^^ the same lifetime is elided here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [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] 256 | pub fn recv(&self) -> impl Iterator> + '_ { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/client.rs:269:43 [INFO] [stdout] | [INFO] [stdout] 269 | pub fn try_recv(&self) -> Option> + '_> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^ ^^ the same lifetime is elided here [INFO] [stdout] | | | [INFO] [stdout] | the lifetime is elided 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: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 269 | pub fn try_recv(&self) -> Option> + '_> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/server.rs:546:77 [INFO] [stdout] | [INFO] [stdout] 546 | pub fn recv<'s, T: Any + Send + Sync>(&'s self) -> impl Iterator> + 's { [INFO] [stdout] | -- ^^^^^^^^^ -- the same lifetime is named here [INFO] [stdout] | | | [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 `'s` [INFO] [stdout] | [INFO] [stdout] 546 | pub fn recv<'s, T: Any + Send + Sync>(&'s self) -> impl Iterator> + 's { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/server.rs:565:38 [INFO] [stdout] | [INFO] [stdout] 564 | &'s self, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] 565 | ) -> Option> + 's> { [INFO] [stdout] | ^^^^^^^^^ -- the same lifetime is named here [INFO] [stdout] | | [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 `'s` [INFO] [stdout] | [INFO] [stdout] 565 | ) -> Option> + 's> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/server.rs:585:9 [INFO] [stdout] | [INFO] [stdout] 585 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 586 | spec: CIdSpec, [INFO] [stdout] 587 | ) -> impl Iterator> + '_ { [INFO] [stdout] | ^^^^^^^^^ ^^ the same lifetime is elided here [INFO] [stdout] | | [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] 587 | ) -> impl Iterator> + '_ { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/server.rs:607:9 [INFO] [stdout] | [INFO] [stdout] 607 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 608 | spec: CIdSpec, [INFO] [stdout] 609 | ) -> Option> + '_> { [INFO] [stdout] | ^^^^^^^^^ ^^ the same lifetime is elided here [INFO] [stdout] | | [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] 609 | ) -> Option> + '_> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/net.rs:212:50 [INFO] [stdout] | [INFO] [stdout] 212 | pub(crate) fn to_typed(&self) -> Option> { [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] 212 | pub(crate) fn to_typed(&self) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/client.rs:256:39 [INFO] [stdout] | [INFO] [stdout] 256 | pub fn recv(&self) -> impl Iterator> + '_ { [INFO] [stdout] | ^^^^^ ^^^^^^^^^ ^^ the same lifetime is elided here [INFO] [stdout] | | | [INFO] [stdout] | | the same lifetime is hidden here [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] 256 | pub fn recv(&self) -> impl Iterator> + '_ { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/client.rs:269:43 [INFO] [stdout] | [INFO] [stdout] 269 | pub fn try_recv(&self) -> Option> + '_> { [INFO] [stdout] | ^^^^^ ^^^^^^^^^ ^^ the same lifetime is elided here [INFO] [stdout] | | | [INFO] [stdout] | the lifetime is elided 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: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 269 | pub fn try_recv(&self) -> Option> + '_> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/server.rs:546:77 [INFO] [stdout] | [INFO] [stdout] 546 | pub fn recv<'s, T: Any + Send + Sync>(&'s self) -> impl Iterator> + 's { [INFO] [stdout] | -- ^^^^^^^^^ -- the same lifetime is named here [INFO] [stdout] | | | [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 `'s` [INFO] [stdout] | [INFO] [stdout] 546 | pub fn recv<'s, T: Any + Send + Sync>(&'s self) -> impl Iterator> + 's { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stdout] --> src/server.rs:565:38 [INFO] [stdout] | [INFO] [stdout] 564 | &'s self, [INFO] [stdout] | -- the lifetime is named here [INFO] [stdout] 565 | ) -> Option> + 's> { [INFO] [stdout] | ^^^^^^^^^ -- the same lifetime is named here [INFO] [stdout] | | [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 `'s` [INFO] [stdout] | [INFO] [stdout] 565 | ) -> Option> + 's> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/server.rs:585:9 [INFO] [stdout] | [INFO] [stdout] 585 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 586 | spec: CIdSpec, [INFO] [stdout] 587 | ) -> impl Iterator> + '_ { [INFO] [stdout] | ^^^^^^^^^ ^^ the same lifetime is elided here [INFO] [stdout] | | [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] 587 | ) -> impl Iterator> + '_ { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/server.rs:607:9 [INFO] [stdout] | [INFO] [stdout] 607 | &self, [INFO] [stdout] | ^^^^^ the lifetime is elided here [INFO] [stdout] 608 | spec: CIdSpec, [INFO] [stdout] 609 | ) -> Option> + '_> { [INFO] [stdout] | ^^^^^^^^^ ^^ the same lifetime is elided here [INFO] [stdout] | | [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] 609 | ) -> Option> + '_> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 10.59s [INFO] running `Command { std: "docker" "inspect" "43cf3bf7432d136e193eb8e4b273f7c5284b0d08e4daa9e56fa22397baed2022", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "43cf3bf7432d136e193eb8e4b273f7c5284b0d08e4daa9e56fa22397baed2022", kill_on_drop: false }` [INFO] [stdout] 43cf3bf7432d136e193eb8e4b273f7c5284b0d08e4daa9e56fa22397baed2022 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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] 339cb1e0e0684dd23b7bb09a8d8fcee4aa3e3a848944a2ef42efbaebeb3761ba [INFO] running `Command { std: "docker" "start" "-a" "339cb1e0e0684dd23b7bb09a8d8fcee4aa3e3a848944a2ef42efbaebeb3761ba", kill_on_drop: false }` [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/net.rs:212:50 [INFO] [stderr] | [INFO] [stderr] 212 | pub(crate) fn to_typed(&self) -> Option> { [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] 212 | pub(crate) fn to_typed(&self) -> Option> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/client.rs:256:39 [INFO] [stderr] | [INFO] [stderr] 256 | pub fn recv(&self) -> impl Iterator> + '_ { [INFO] [stderr] | ^^^^^ ^^^^^^^^^ ^^ the same lifetime is elided here [INFO] [stderr] | | | [INFO] [stderr] | | the same lifetime is hidden here [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] 256 | pub fn recv(&self) -> impl Iterator> + '_ { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/client.rs:269:43 [INFO] [stderr] | [INFO] [stderr] 269 | pub fn try_recv(&self) -> Option> + '_> { [INFO] [stderr] | ^^^^^ ^^^^^^^^^ ^^ the same lifetime is elided here [INFO] [stderr] | | | [INFO] [stderr] | the lifetime is elided here the same lifetime is hidden 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] 269 | pub fn try_recv(&self) -> Option> + '_> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/server.rs:546:77 [INFO] [stderr] | [INFO] [stderr] 546 | pub fn recv<'s, T: Any + Send + Sync>(&'s self) -> impl Iterator> + 's { [INFO] [stderr] | -- ^^^^^^^^^ -- the same lifetime is named here [INFO] [stderr] | | | [INFO] [stderr] | the lifetime is named here the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: consistently use `'s` [INFO] [stderr] | [INFO] [stderr] 546 | pub fn recv<'s, T: Any + Send + Sync>(&'s self) -> impl Iterator> + 's { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's named elsewhere is confusing [INFO] [stderr] --> src/server.rs:565:38 [INFO] [stderr] | [INFO] [stderr] 564 | &'s self, [INFO] [stderr] | -- the lifetime is named here [INFO] [stderr] 565 | ) -> Option> + 's> { [INFO] [stderr] | ^^^^^^^^^ -- the same lifetime is named here [INFO] [stderr] | | [INFO] [stderr] | the same lifetime is hidden here [INFO] [stderr] | [INFO] [stderr] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stderr] help: consistently use `'s` [INFO] [stderr] | [INFO] [stderr] 565 | ) -> Option> + 's> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/server.rs:585:9 [INFO] [stderr] | [INFO] [stderr] 585 | &self, [INFO] [stderr] | ^^^^^ the lifetime is elided here [INFO] [stderr] 586 | spec: CIdSpec, [INFO] [stderr] 587 | ) -> impl Iterator> + '_ { [INFO] [stderr] | ^^^^^^^^^ ^^ the same lifetime is elided here [INFO] [stderr] | | [INFO] [stderr] | the same lifetime is hidden 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] 587 | ) -> impl Iterator> + '_ { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stderr] --> src/server.rs:607:9 [INFO] [stderr] | [INFO] [stderr] 607 | &self, [INFO] [stderr] | ^^^^^ the lifetime is elided here [INFO] [stderr] 608 | spec: CIdSpec, [INFO] [stderr] 609 | ) -> Option> + '_> { [INFO] [stderr] | ^^^^^^^^^ ^^ the same lifetime is elided here [INFO] [stderr] | | [INFO] [stderr] | the same lifetime is hidden 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] 609 | ) -> Option> + '_> { [INFO] [stderr] | +++ [INFO] [stderr] [INFO] [stderr] warning: `carrier-pigeon` (lib) generated 7 warnings (run `cargo fix --lib -p carrier-pigeon` to apply 7 suggestions) [INFO] [stderr] warning: `carrier-pigeon` (lib test) generated 7 warnings (7 duplicates) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.09s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/carrier_pigeon-707299ba45063b23) [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test header::tests::tcp_to_from_bytes ... ok [INFO] [stdout] test time::tests::test_reconstruction ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running tests/cid_spec.rs (/opt/rustwide/target/debug/deps/cid_spec-18bb5a911825740b) [INFO] [stderr] Running tests/disconnect.rs (/opt/rustwide/target/debug/deps/disconnect-16e13584134ee895) [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test none ... ok [INFO] [stdout] test all ... ok [INFO] [stdout] test except ... ok [INFO] [stdout] test only ... ok [INFO] [stdout] test overlaps ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test graceful_disconnect ... ok [INFO] [stderr] Running tests/fail.rs (/opt/rustwide/target/debug/deps/fail-8aeb42eea2c6e90d) [INFO] [stdout] test drop_test ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.23s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test client_fail ... 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] Running tests/message_table.rs (/opt/rustwide/target/debug/deps/message_table-28f5ca9917a2c2dc) [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test join ... ok [INFO] [stdout] test join_error ... ok [INFO] [stdout] test join_sorted ... ok [INFO] [stdout] test parts_gen ... ok [INFO] [stdout] test errors ... ok [INFO] [stdout] test parts_gen_sorted ... ok [INFO] [stderr] Running tests/send_recv.rs (/opt/rustwide/target/debug/deps/send_recv-087294054cf6d354) [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stderr] Doc-tests carrier_pigeon [INFO] [stdout] test send_recv ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.21s [INFO] [stdout] [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] [stdout] [INFO] running `Command { std: "docker" "inspect" "339cb1e0e0684dd23b7bb09a8d8fcee4aa3e3a848944a2ef42efbaebeb3761ba", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "339cb1e0e0684dd23b7bb09a8d8fcee4aa3e3a848944a2ef42efbaebeb3761ba", kill_on_drop: false }` [INFO] [stdout] 339cb1e0e0684dd23b7bb09a8d8fcee4aa3e3a848944a2ef42efbaebeb3761ba