[INFO] fetching crate pcap-file-gsg 3.0.0-rc4...
[INFO] testing pcap-file-gsg-3.0.0-rc4 against 1.91.0 for beta-1.92-2
[INFO] extracting crate pcap-file-gsg 3.0.0-rc4 into /workspace/builds/worker-2-tc1/source
[INFO] started tweaking crates.io crate pcap-file-gsg 3.0.0-rc4
[INFO] finished tweaking crates.io crate pcap-file-gsg 3.0.0-rc4
[INFO] tweaked toml for crates.io crate pcap-file-gsg 3.0.0-rc4 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate pcap-file-gsg 3.0.0-rc4 on toolchain 1.91.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.91.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate pcap-file-gsg 3.0.0-rc4 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" "+1.91.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded derive-into-owned v0.2.0
[INFO] [stderr]   Downloaded byteorder_slice v3.0.0
[INFO] [stderr]   Downloaded criterion v0.4.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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" "+1.91.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 379c3c8372ba9150924ac49e83a715bc29c6b002891ae9bffffd9854a9973b73
[INFO] running `Command { std: "docker" "start" "-a" "379c3c8372ba9150924ac49e83a715bc29c6b002891ae9bffffd9854a9973b73", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "379c3c8372ba9150924ac49e83a715bc29c6b002891ae9bffffd9854a9973b73", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "379c3c8372ba9150924ac49e83a715bc29c6b002891ae9bffffd9854a9973b73", kill_on_drop: false }`
[INFO] [stdout] 379c3c8372ba9150924ac49e83a715bc29c6b002891ae9bffffd9854a9973b73
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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" "+1.91.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2fcb523473aa116ff32ff15a57c102dd355fc759e8d6a5c8fc5f6a446adbc05a
[INFO] running `Command { std: "docker" "start" "-a" "2fcb523473aa116ff32ff15a57c102dd355fc759e8d6a5c8fc5f6a446adbc05a", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.86
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling thiserror v1.0.63
[INFO] [stderr]    Compiling once_cell v1.19.0
[INFO] [stderr]    Compiling byteorder_slice v3.0.0
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling syn v2.0.77
[INFO] [stderr]    Compiling derive-into-owned v0.2.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.63
[INFO] [stderr]    Compiling pcap-file-gsg v3.0.0-rc4 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/pcap/reader.rs:61:24
[INFO] [stdout]    |
[INFO] [stdout] 61 |     pub 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 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:78:28
[INFO] [stdout]    |
[INFO] [stdout] 78 |     pub 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] 78 |     pub 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:117:29
[INFO] [stdout]     |
[INFO] [stdout] 117 |     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] 117 |     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:49:33
[INFO] [stdout]    |
[INFO] [stdout] 49 |     pub fn next_block_and_state(&mut self) -> Option<Result<(Block, &PcapNgState), PcapError>> {
[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] 49 |     pub fn next_block_and_state(&mut self) -> Option<Result<(Block<'_>, &PcapNgState), 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:64:23
[INFO] [stdout]    |
[INFO] [stdout] 64 |     pub 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] 64 |     pub 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:73:27
[INFO] [stdout]    |
[INFO] [stdout] 73 |     pub 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] 73 |     pub 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:101:29
[INFO] [stdout]     |
[INFO] [stdout] 101 |     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] 101 |     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 6.69s
[INFO] running `Command { std: "docker" "inspect" "2fcb523473aa116ff32ff15a57c102dd355fc759e8d6a5c8fc5f6a446adbc05a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2fcb523473aa116ff32ff15a57c102dd355fc759e8d6a5c8fc5f6a446adbc05a", kill_on_drop: false }`
[INFO] [stdout] 2fcb523473aa116ff32ff15a57c102dd355fc759e8d6a5c8fc5f6a446adbc05a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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" "+1.91.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 29887ff2eb08c820ae09e4a970343083b53593bc08c8cd27e4855ef551abe412
[INFO] running `Command { std: "docker" "start" "-a" "29887ff2eb08c820ae09e4a970343083b53593bc08c8cd27e4855ef551abe412", kill_on_drop: false }`
[INFO] [stderr]    Compiling autocfg v1.3.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.20
[INFO] [stderr]    Compiling serde v1.0.210
[INFO] [stderr]    Compiling serde_derive v1.0.210
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling serde_json v1.0.128
[INFO] [stderr]    Compiling libc v0.2.158
[INFO] [stderr]    Compiling itoa v1.0.11
[INFO] [stderr]    Compiling memchr v2.7.4
[INFO] [stderr]    Compiling half v2.4.1
[INFO] [stderr]    Compiling regex-syntax v0.8.4
[INFO] [stderr]    Compiling os_str_bytes v6.6.1
[INFO] [stderr]    Compiling textwrap v0.16.1
[INFO] [stderr]    Compiling oorandom v11.1.4
[INFO] [stderr]    Compiling glob v0.3.1
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/pcap/reader.rs:61:24
[INFO] [stdout]    |
[INFO] [stdout] 61 |     pub 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 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:78:28
[INFO] [stdout]    |
[INFO] [stdout] 78 |     pub 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] 78 |     pub 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:117:29
[INFO] [stdout]     |
[INFO] [stdout] 117 |     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] 117 |     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:49:33
[INFO] [stdout]    |
[INFO] [stdout] 49 |     pub fn next_block_and_state(&mut self) -> Option<Result<(Block, &PcapNgState), PcapError>> {
[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] 49 |     pub fn next_block_and_state(&mut self) -> Option<Result<(Block<'_>, &PcapNgState), 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:64:23
[INFO] [stdout]    |
[INFO] [stdout] 64 |     pub 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] 64 |     pub 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:73:27
[INFO] [stdout]    |
[INFO] [stdout] 73 |     pub 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] 73 |     pub 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:101:29
[INFO] [stdout]     |
[INFO] [stdout] 101 |     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] 101 |     pub fn packet_interface(&self, packet: &EnhancedPacketBlock) -> Option<&InterfaceDescriptionBlock<'_>> {
[INFO] [stdout]     |                                                                                                      ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling clap_lex v0.2.4
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling clap v3.2.25
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling regex-automata v0.4.7
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling criterion-plot v0.5.0
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling crossbeam-deque v0.8.5
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling regex v1.10.6
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling criterion v0.4.0
[INFO] [stderr]    Compiling pcap-file-gsg v3.0.0-rc4 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/pcap/reader.rs:61:24
[INFO] [stdout]    |
[INFO] [stdout] 61 |     pub 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 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:78:28
[INFO] [stdout]    |
[INFO] [stdout] 78 |     pub 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] 78 |     pub 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:117:29
[INFO] [stdout]     |
[INFO] [stdout] 117 |     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] 117 |     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:49:33
[INFO] [stdout]    |
[INFO] [stdout] 49 |     pub fn next_block_and_state(&mut self) -> Option<Result<(Block, &PcapNgState), PcapError>> {
[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] 49 |     pub fn next_block_and_state(&mut self) -> Option<Result<(Block<'_>, &PcapNgState), 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:64:23
[INFO] [stdout]    |
[INFO] [stdout] 64 |     pub 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] 64 |     pub 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:73:27
[INFO] [stdout]    |
[INFO] [stdout] 73 |     pub 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] 73 |     pub 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:101:29
[INFO] [stdout]     |
[INFO] [stdout] 101 |     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] 101 |     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 22.39s
[INFO] running `Command { std: "docker" "inspect" "29887ff2eb08c820ae09e4a970343083b53593bc08c8cd27e4855ef551abe412", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "29887ff2eb08c820ae09e4a970343083b53593bc08c8cd27e4855ef551abe412", kill_on_drop: false }`
[INFO] [stdout] 29887ff2eb08c820ae09e4a970343083b53593bc08c8cd27e4855ef551abe412
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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" "+1.91.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 3812bba0e0a859c6d16c735110f5a3cf2fa4519558a92a4bb64a933ef5e3c2d9
[INFO] running `Command { std: "docker" "start" "-a" "3812bba0e0a859c6d16c735110f5a3cf2fa4519558a92a4bb64a933ef5e3c2d9", kill_on_drop: false }`
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/pcap/reader.rs:61:24
[INFO] [stderr]    |
[INFO] [stderr] 61 |     pub 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 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:78:28
[INFO] [stderr]    |
[INFO] [stderr] 78 |     pub 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] 78 |     pub 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:117:29
[INFO] [stderr]     |
[INFO] [stderr] 117 |     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] 117 |     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:49:33
[INFO] [stderr]    |
[INFO] [stderr] 49 |     pub fn next_block_and_state(&mut self) -> Option<Result<(Block, &PcapNgState), PcapError>> {
[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] 49 |     pub fn next_block_and_state(&mut self) -> Option<Result<(Block<'_>, &PcapNgState), PcapError>> {
[INFO] [stderr]    |                                                                   ++++
[INFO] [stderr] 
[INFO] [stderr] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stderr]   --> src/pcapng/reader.rs:64:23
[INFO] [stderr]    |
[INFO] [stderr] 64 |     pub 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] 64 |     pub 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:73:27
[INFO] [stderr]    |
[INFO] [stderr] 73 |     pub 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] 73 |     pub 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:101:29
[INFO] [stderr]     |
[INFO] [stderr] 101 |     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] 101 |     pub fn packet_interface(&self, packet: &EnhancedPacketBlock) -> Option<&InterfaceDescriptionBlock<'_>> {
[INFO] [stderr]     |                                                                                                      ++++
[INFO] [stderr] 
[INFO] [stderr] warning: `pcap-file-gsg` (lib) generated 7 warnings (run `cargo fix --lib -p pcap-file-gsg` to apply 7 suggestions)
[INFO] [stderr] warning: `pcap-file-gsg` (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/pcap_file-33a57f155dde15e7)
[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
[INFO] [stdout] 
[INFO] [stdout] running 13 tests
[INFO] [stdout] test src/pcap/header.rs - pcap::header::PcapHeader (line 114) ... ignored
[INFO] [stdout] test src/pcap/writer.rs - pcap::writer::PcapWriter<W>::new (line 48) ... ignored
[INFO] [stdout] test src/pcapng/writer.rs - pcapng::writer::PcapNgWriter<W>::new (line 48) ... ignored
[INFO] [stdout] test src/pcapng/reader.rs - pcapng::reader::PcapNgReader (line 15) - compile ... ok
[INFO] [stdout] test src/pcap/reader.rs - pcap::reader::PcapReader (line 13) - compile ... ok
[INFO] [stdout] test src/pcapng/parser.rs - pcapng::parser::PcapNgParser (line 18) - compile ... ok
[INFO] [stdout] test src/pcapng/writer.rs - pcapng::writer::PcapNgWriter (line 15) - compile ... ok
[INFO] [stdout] test src/pcap/parser.rs - pcap::parser::PcapParser (line 15) - compile ... ok
[INFO] [stdout] test src/pcapng/writer.rs - pcapng::writer::PcapNgWriter<W>::write_block (line 95) - compile ... ok
[INFO] [stdout] test src/lib.rs - readme_compile_exemples (line 75) - compile ... ok
[INFO] [stdout] test src/pcapng/writer.rs - pcapng::writer::PcapNgWriter<W>::write_pcapng_block (line 151) - compile ... ok
[INFO] [stdout] test src/lib.rs - readme_compile_exemples (line 57) - 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.25s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "3812bba0e0a859c6d16c735110f5a3cf2fa4519558a92a4bb64a933ef5e3c2d9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3812bba0e0a859c6d16c735110f5a3cf2fa4519558a92a4bb64a933ef5e3c2d9", kill_on_drop: false }`
[INFO] [stdout] 3812bba0e0a859c6d16c735110f5a3cf2fa4519558a92a4bb64a933ef5e3c2d9
