[INFO] fetching crate pcap-file-tokio 0.1.0...
[INFO] testing pcap-file-tokio-0.1.0 against beta-2025-10-28 for beta-1.92-2
[INFO] extracting crate pcap-file-tokio 0.1.0 into /workspace/builds/worker-6-tc2/source
[INFO] started tweaking crates.io crate pcap-file-tokio 0.1.0
[INFO] finished tweaking crates.io crate pcap-file-tokio 0.1.0
[INFO] tweaked toml for crates.io crate pcap-file-tokio 0.1.0 written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate pcap-file-tokio 0.1.0 on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "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-10-28" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 89 packages to latest compatible versions
[INFO] [stderr]       Adding criterion v0.5.1 (available: v0.7.0)
[INFO] [stderr]       Adding thiserror v1.0.69 (available: v2.0.17)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] fd17a4c2aaac3b411bc356b3ad14454b256ad3571ceeceb3017d278cc6ab027d
[INFO] running `Command { std: "docker" "start" "-a" "fd17a4c2aaac3b411bc356b3ad14454b256ad3571ceeceb3017d278cc6ab027d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "fd17a4c2aaac3b411bc356b3ad14454b256ad3571ceeceb3017d278cc6ab027d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fd17a4c2aaac3b411bc356b3ad14454b256ad3571ceeceb3017d278cc6ab027d", kill_on_drop: false }`
[INFO] [stdout] fd17a4c2aaac3b411bc356b3ad14454b256ad3571ceeceb3017d278cc6ab027d
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f5abea680814f964ca2b3d65e5869a8da5865a4a1d79b593945448ffae262a45
[INFO] running `Command { std: "docker" "start" "-a" "f5abea680814f964ca2b3d65e5869a8da5865a4a1d79b593945448ffae262a45", kill_on_drop: false }`
[INFO] [stderr]    Compiling byteorder_slice v3.0.0
[INFO] [stderr]    Compiling tokio v1.48.0
[INFO] [stderr]    Compiling derive-into-owned v0.2.0
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling pcap-file v2.0.0
[INFO] [stderr]    Compiling tokio-byteorder v0.3.0
[INFO] [stderr]    Compiling pcap-file-tokio v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: trait `RuntimeByteorder` is never used
[INFO] [stdout]   --> src/common.rs:58:18
[INFO] [stdout]    |
[INFO] [stdout] 58 | pub(crate) trait RuntimeByteorder: ByteOrder {
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/pcap/reader.rs:61:30
[INFO] [stdout]    |
[INFO] [stdout] 61 |     pub async fn next_packet(&mut self) -> Option<Result<PcapPacket, PcapError>> {
[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] 61 |     pub async fn next_packet(&mut self) -> Option<Result<PcapPacket<'_>, PcapError>> {
[INFO] [stdout]    |                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/pcap/reader.rs:76:34
[INFO] [stdout]    |
[INFO] [stdout] 76 |     pub async fn next_raw_packet(&mut self) -> Option<Result<RawPcapPacket, PcapError>> {
[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] 76 |     pub async fn next_raw_packet(&mut self) -> Option<Result<RawPcapPacket<'_>, PcapError>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/pcapng/parser.rs:126:29
[INFO] [stdout]     |
[INFO] [stdout] 126 |     pub fn packet_interface(&self, packet: &EnhancedPacketBlock) -> Option<&InterfaceDescriptionBlock> {
[INFO] [stdout]     |                             ^^^^^                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                             |                                              ||
[INFO] [stdout]     |                             |                                              |the same lifetime is hidden here
[INFO] [stdout]     |                             the lifetime is elided here                    the same 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] 126 |     pub fn packet_interface(&self, packet: &EnhancedPacketBlock) -> Option<&InterfaceDescriptionBlock<'_>> {
[INFO] [stdout]     |                                                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/pcapng/reader.rs:48:29
[INFO] [stdout]    |
[INFO] [stdout] 48 |     pub async fn next_block(&mut self) -> Option<Result<Block, PcapError>> {
[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] 48 |     pub async fn next_block(&mut self) -> Option<Result<Block<'_>, PcapError>> {
[INFO] [stdout]    |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/pcapng/reader.rs:66:33
[INFO] [stdout]    |
[INFO] [stdout] 66 |     pub async fn next_raw_block(&mut self) -> Option<Result<RawBlock, PcapError>> {
[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] 66 |     pub async fn next_raw_block(&mut self) -> Option<Result<RawBlock<'_>, PcapError>> {
[INFO] [stdout]    |                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/pcapng/reader.rs:90:29
[INFO] [stdout]    |
[INFO] [stdout] 90 |     pub fn packet_interface(&self, packet: &EnhancedPacketBlock) -> Option<&InterfaceDescriptionBlock> {
[INFO] [stdout]    |                             ^^^^^                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                             |                                              ||
[INFO] [stdout]    |                             |                                              |the same lifetime is hidden here
[INFO] [stdout]    |                             the lifetime is elided here                    the same 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] 90 |     pub fn packet_interface(&self, packet: &EnhancedPacketBlock) -> Option<&InterfaceDescriptionBlock<'_>> {
[INFO] [stdout]    |                                                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.24s
[INFO] running `Command { std: "docker" "inspect" "f5abea680814f964ca2b3d65e5869a8da5865a4a1d79b593945448ffae262a45", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f5abea680814f964ca2b3d65e5869a8da5865a4a1d79b593945448ffae262a45", kill_on_drop: false }`
[INFO] [stdout] f5abea680814f964ca2b3d65e5869a8da5865a4a1d79b593945448ffae262a45
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4e6db28e710fc858801d1e55dd53f5782391d42341984dcbe1715c5a6cfb34ad
[INFO] running `Command { std: "docker" "start" "-a" "4e6db28e710fc858801d1e55dd53f5782391d42341984dcbe1715c5a6cfb34ad", kill_on_drop: false }`
[INFO] [stderr]    Compiling zerocopy v0.8.27
[INFO] [stderr]    Compiling futures-sink v0.3.31
[INFO] [stderr]    Compiling plotters-backend v0.3.7
[INFO] [stderr]    Compiling regex-syntax v0.8.8
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling futures-io v0.3.31
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling zerocopy-derive v0.8.27
[INFO] [stderr]    Compiling clap_builder v4.5.51
[INFO] [stderr]    Compiling tokio v1.48.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling is-terminal v0.4.17
[INFO] [stderr]    Compiling oorandom v11.1.5
[INFO] [stderr]    Compiling anes v0.1.6
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling glob v0.3.3
[INFO] [stderr]    Compiling plotters-svg v0.3.7
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling regex-automata v0.4.13
[INFO] [stderr]    Compiling criterion-plot v0.5.0
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling clap v4.5.51
[INFO] [stderr]    Compiling regex v1.12.2
[INFO] [stderr]    Compiling half v2.7.1
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling tokio-stream v0.1.17
[INFO] [stderr]    Compiling tokio-byteorder v0.3.0
[INFO] [stderr]    Compiling criterion v0.5.1
[INFO] [stderr]    Compiling pcap-file-tokio v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling tokio-test v0.4.4
[INFO] [stdout] warning: trait `RuntimeByteorder` is never used
[INFO] [stdout]   --> src/common.rs:58:18
[INFO] [stdout]    |
[INFO] [stdout] 58 | pub(crate) trait RuntimeByteorder: ByteOrder {
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/pcap/reader.rs:61:30
[INFO] [stdout]    |
[INFO] [stdout] 61 |     pub async fn next_packet(&mut self) -> Option<Result<PcapPacket, PcapError>> {
[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] 61 |     pub async fn next_packet(&mut self) -> Option<Result<PcapPacket<'_>, PcapError>> {
[INFO] [stdout]    |                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/pcap/reader.rs:76:34
[INFO] [stdout]    |
[INFO] [stdout] 76 |     pub async fn next_raw_packet(&mut self) -> Option<Result<RawPcapPacket, PcapError>> {
[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] 76 |     pub async fn next_raw_packet(&mut self) -> Option<Result<RawPcapPacket<'_>, PcapError>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/pcapng/parser.rs:126:29
[INFO] [stdout]     |
[INFO] [stdout] 126 |     pub fn packet_interface(&self, packet: &EnhancedPacketBlock) -> Option<&InterfaceDescriptionBlock> {
[INFO] [stdout]     |                             ^^^^^                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                             |                                              ||
[INFO] [stdout]     |                             |                                              |the same lifetime is hidden here
[INFO] [stdout]     |                             the lifetime is elided here                    the same 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] 126 |     pub fn packet_interface(&self, packet: &EnhancedPacketBlock) -> Option<&InterfaceDescriptionBlock<'_>> {
[INFO] [stdout]     |                                                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/pcapng/reader.rs:48:29
[INFO] [stdout]    |
[INFO] [stdout] 48 |     pub async fn next_block(&mut self) -> Option<Result<Block, PcapError>> {
[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] 48 |     pub async fn next_block(&mut self) -> Option<Result<Block<'_>, PcapError>> {
[INFO] [stdout]    |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/pcapng/reader.rs:66:33
[INFO] [stdout]    |
[INFO] [stdout] 66 |     pub async fn next_raw_block(&mut self) -> Option<Result<RawBlock, PcapError>> {
[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] 66 |     pub async fn next_raw_block(&mut self) -> Option<Result<RawBlock<'_>, PcapError>> {
[INFO] [stdout]    |                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/pcapng/reader.rs:90:29
[INFO] [stdout]    |
[INFO] [stdout] 90 |     pub fn packet_interface(&self, packet: &EnhancedPacketBlock) -> Option<&InterfaceDescriptionBlock> {
[INFO] [stdout]    |                             ^^^^^                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                             |                                              ||
[INFO] [stdout]    |                             |                                              |the same lifetime is hidden here
[INFO] [stdout]    |                             the lifetime is elided here                    the same 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] 90 |     pub fn packet_interface(&self, packet: &EnhancedPacketBlock) -> Option<&InterfaceDescriptionBlock<'_>> {
[INFO] [stdout]    |                                                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `RuntimeByteorder` is never used
[INFO] [stdout]   --> src/common.rs:58:18
[INFO] [stdout]    |
[INFO] [stdout] 58 | pub(crate) trait RuntimeByteorder: ByteOrder {
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/pcap/reader.rs:61:30
[INFO] [stdout]    |
[INFO] [stdout] 61 |     pub async fn next_packet(&mut self) -> Option<Result<PcapPacket, PcapError>> {
[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] 61 |     pub async fn next_packet(&mut self) -> Option<Result<PcapPacket<'_>, PcapError>> {
[INFO] [stdout]    |                                                                    ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/pcap/reader.rs:76:34
[INFO] [stdout]    |
[INFO] [stdout] 76 |     pub async fn next_raw_packet(&mut self) -> Option<Result<RawPcapPacket, PcapError>> {
[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] 76 |     pub async fn next_raw_packet(&mut self) -> Option<Result<RawPcapPacket<'_>, PcapError>> {
[INFO] [stdout]    |                                                                           ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/pcapng/parser.rs:126:29
[INFO] [stdout]     |
[INFO] [stdout] 126 |     pub fn packet_interface(&self, packet: &EnhancedPacketBlock) -> Option<&InterfaceDescriptionBlock> {
[INFO] [stdout]     |                             ^^^^^                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |                             |                                              ||
[INFO] [stdout]     |                             |                                              |the same lifetime is hidden here
[INFO] [stdout]     |                             the lifetime is elided here                    the same 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] 126 |     pub fn packet_interface(&self, packet: &EnhancedPacketBlock) -> Option<&InterfaceDescriptionBlock<'_>> {
[INFO] [stdout]     |                                                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/pcapng/reader.rs:48:29
[INFO] [stdout]    |
[INFO] [stdout] 48 |     pub async fn next_block(&mut self) -> Option<Result<Block, PcapError>> {
[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] 48 |     pub async fn next_block(&mut self) -> Option<Result<Block<'_>, PcapError>> {
[INFO] [stdout]    |                                                              ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/pcapng/reader.rs:66:33
[INFO] [stdout]    |
[INFO] [stdout] 66 |     pub async fn next_raw_block(&mut self) -> Option<Result<RawBlock, PcapError>> {
[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] 66 |     pub async fn next_raw_block(&mut self) -> Option<Result<RawBlock<'_>, PcapError>> {
[INFO] [stdout]    |                                                                     ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/pcapng/reader.rs:90:29
[INFO] [stdout]    |
[INFO] [stdout] 90 |     pub fn packet_interface(&self, packet: &EnhancedPacketBlock) -> Option<&InterfaceDescriptionBlock> {
[INFO] [stdout]    |                             ^^^^^                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |                             |                                              ||
[INFO] [stdout]    |                             |                                              |the same lifetime is hidden here
[INFO] [stdout]    |                             the lifetime is elided here                    the same 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] 90 |     pub fn packet_interface(&self, packet: &EnhancedPacketBlock) -> Option<&InterfaceDescriptionBlock<'_>> {
[INFO] [stdout]    |                                                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 28.49s
[INFO] running `Command { std: "docker" "inspect" "4e6db28e710fc858801d1e55dd53f5782391d42341984dcbe1715c5a6cfb34ad", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4e6db28e710fc858801d1e55dd53f5782391d42341984dcbe1715c5a6cfb34ad", kill_on_drop: false }`
[INFO] [stdout] 4e6db28e710fc858801d1e55dd53f5782391d42341984dcbe1715c5a6cfb34ad
[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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] d523b893b231e082fdcfae508340594f8dee2d08bfe4d82deaa29c2696afc039
[INFO] running `Command { std: "docker" "start" "-a" "d523b893b231e082fdcfae508340594f8dee2d08bfe4d82deaa29c2696afc039", kill_on_drop: false }`
[INFO] [stderr] warning: trait `RuntimeByteorder` is never used
[INFO] [stderr]   --> src/common.rs:58:18
[INFO] [stderr]    |
[INFO] [stderr] 58 | pub(crate) trait RuntimeByteorder: ByteOrder {
[INFO] [stderr]    |                  ^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/pcap/reader.rs:61:30
[INFO] [stderr]    |
[INFO] [stderr] 61 |     pub async fn next_packet(&mut self) -> Option<Result<PcapPacket, PcapError>> {
[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] 61 |     pub async fn next_packet(&mut self) -> Option<Result<PcapPacket<'_>, PcapError>> {
[INFO] [stderr]    |                                                                    ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/pcap/reader.rs:76:34
[INFO] [stderr]    |
[INFO] [stderr] 76 |     pub async fn next_raw_packet(&mut self) -> Option<Result<RawPcapPacket, PcapError>> {
[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] 76 |     pub async fn next_raw_packet(&mut self) -> Option<Result<RawPcapPacket<'_>, PcapError>> {
[INFO] [stderr]    |                                                                           ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]    --> src/pcapng/parser.rs:126:29
[INFO] [stderr]     |
[INFO] [stderr] 126 |     pub fn packet_interface(&self, packet: &EnhancedPacketBlock) -> Option<&InterfaceDescriptionBlock> {
[INFO] [stderr]     |                             ^^^^^                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |                             |                                              ||
[INFO] [stderr]     |                             |                                              |the same lifetime is hidden here
[INFO] [stderr]     |                             the lifetime is elided here                    the same 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] 126 |     pub fn packet_interface(&self, packet: &EnhancedPacketBlock) -> Option<&InterfaceDescriptionBlock<'_>> {
[INFO] [stderr]     |                                                                                                      ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/pcapng/reader.rs:48:29
[INFO] [stderr]    |
[INFO] [stderr] 48 |     pub async fn next_block(&mut self) -> Option<Result<Block, PcapError>> {
[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] 48 |     pub async fn next_block(&mut self) -> Option<Result<Block<'_>, PcapError>> {
[INFO] [stderr]    |                                                              ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/pcapng/reader.rs:66:33
[INFO] [stderr]    |
[INFO] [stderr] 66 |     pub async fn next_raw_block(&mut self) -> Option<Result<RawBlock, PcapError>> {
[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] 66 |     pub async fn next_raw_block(&mut self) -> Option<Result<RawBlock<'_>, PcapError>> {
[INFO] [stderr]    |                                                                     ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/pcapng/reader.rs:90:29
[INFO] [stderr]    |
[INFO] [stderr] 90 |     pub fn packet_interface(&self, packet: &EnhancedPacketBlock) -> Option<&InterfaceDescriptionBlock> {
[INFO] [stderr]    |                             ^^^^^                                          ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |                             |                                              ||
[INFO] [stderr]    |                             |                                              |the same lifetime is hidden here
[INFO] [stderr]    |                             the lifetime is elided here                    the same 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] 90 |     pub fn packet_interface(&self, packet: &EnhancedPacketBlock) -> Option<&InterfaceDescriptionBlock<'_>> {
[INFO] [stderr]    |                                                                                                      ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `pcap-file-tokio` (lib) generated 7 warnings (run `cargo fix --lib -p pcap-file-tokio` to apply 6 suggestions)
[INFO] [stderr] warning: `pcap-file-tokio` (lib test) generated 7 warnings (7 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.16s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/pcap_file_tokio-834cc6d39b712a27)
[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] [stderr]    Doc-tests pcap_file_tokio
[INFO] [stdout] 
[INFO] [stdout] running 13 tests
[INFO] [stdout] test src/pcap/header.rs - pcap::header::PcapHeader (line 113) ... ignored
[INFO] [stdout] test src/pcap/writer.rs - pcap::writer::PcapWriter<W>::new (line 50) ... ignored
[INFO] [stdout] test src/pcapng/writer.rs - pcapng::writer::PcapNgWriter<W>::new (line 50) ... ignored
[INFO] [stdout] test src/pcapng/parser.rs - pcapng::parser::PcapNgParser (line 17) - compile ... ok
[INFO] [stdout] test src/pcap/parser.rs - pcap::parser::PcapParser (line 14) - compile ... ok
[INFO] [stdout] test src/pcapng/reader.rs - pcapng::reader::PcapNgReader (line 14) - compile ... ok
[INFO] [stdout] test src/pcapng/writer.rs - pcapng::writer::PcapNgWriter<W>::write_pcapng_block (line 153) - compile ... ok
[INFO] [stdout] test src/pcapng/writer.rs - pcapng::writer::PcapNgWriter<W>::write_block (line 87) - compile ... ok
[INFO] [stdout] test src/pcapng/writer.rs - pcapng::writer::PcapNgWriter (line 16) - compile ... ok
[INFO] [stdout] test src/lib.rs - readme_compile_exemples (line 77) - compile ... ok
[INFO] [stdout] test src/lib.rs - readme_compile_exemples (line 57) - compile ... ok
[INFO] [stdout] test src/pcap/reader.rs - pcap::reader::PcapReader (line 13) - compile ... ok
[INFO] [stdout] test src/pcap/writer.rs - pcap::writer::PcapWriter (line 14) - compile ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 10 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.35s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "d523b893b231e082fdcfae508340594f8dee2d08bfe4d82deaa29c2696afc039", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d523b893b231e082fdcfae508340594f8dee2d08bfe4d82deaa29c2696afc039", kill_on_drop: false }`
[INFO] [stdout] d523b893b231e082fdcfae508340594f8dee2d08bfe4d82deaa29c2696afc039
