[INFO] fetching crate pcap-parser 0.17.0...
[INFO] testing pcap-parser-0.17.0 against beta-2026-04-21 for beta-1.96-2
[INFO] extracting crate pcap-parser 0.17.0 into /workspace/builds/worker-2-tc2/source
[INFO] started tweaking crates.io crate pcap-parser 0.17.0
[INFO] removed 0 missing examples
[INFO] removed 0 missing tests
[INFO] finished tweaking crates.io crate pcap-parser 0.17.0
[INFO] tweaked toml for crates.io crate pcap-parser 0.17.0 written to /workspace/builds/worker-2-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate pcap-parser 0.17.0 on toolchain beta-2026-04-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate pcap-parser 0.17.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-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 02349b7957433ecc17d888d6458a84ce8d289b15d77ec6337c6219eee3688c8f
[INFO] running `Command { std: "docker" "start" "-a" "02349b7957433ecc17d888d6458a84ce8d289b15d77ec6337c6219eee3688c8f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "02349b7957433ecc17d888d6458a84ce8d289b15d77ec6337c6219eee3688c8f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "02349b7957433ecc17d888d6458a84ce8d289b15d77ec6337c6219eee3688c8f", kill_on_drop: false }`
[INFO] [stdout] 02349b7957433ecc17d888d6458a84ce8d289b15d77ec6337c6219eee3688c8f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] faaf8183df2f2f96ed8d0947040058b2540acea28a5c7c138030648b6f425cd7
[INFO] running `Command { std: "docker" "start" "-a" "faaf8183df2f2f96ed8d0947040058b2540acea28a5c7c138030648b6f425cd7", kill_on_drop: false }`
[INFO] [stderr]    Compiling nom v8.0.0
[INFO] [stderr]    Compiling circular v0.3.0
[INFO] [stderr]    Compiling rusticata-macros v5.0.0
[INFO] [stderr]    Compiling pcap-parser v0.17.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]   --> src/pcapng/option.rs:21:14
[INFO] [stdout]    |
[INFO] [stdout] 20 |     ShbHardware = 2,
[INFO] [stdout]    |                   - matches all the relevant values
[INFO] [stdout] 21 |     IfName = 2,
[INFO] [stdout]    |              ^ no value can reach this
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unreachable_patterns)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]   --> src/pcapng/option.rs:22:20
[INFO] [stdout]    |
[INFO] [stdout] 20 |     ShbHardware = 2,
[INFO] [stdout]    |                   - matches all the relevant values
[INFO] [stdout] 21 |     IfName = 2,
[INFO] [stdout] 22 |     IsbStartTime = 2,
[INFO] [stdout]    |                    ^ no value can reach this
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]   --> src/pcapng/option.rs:24:21
[INFO] [stdout]    |
[INFO] [stdout] 23 |     ShbOs = 3,
[INFO] [stdout]    |             - matches all the relevant values
[INFO] [stdout] 24 |     IfDescription = 3,
[INFO] [stdout]    |                     ^ no value can reach this
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]   --> src/pcapng/option.rs:25:18
[INFO] [stdout]    |
[INFO] [stdout] 23 |     ShbOs = 3,
[INFO] [stdout]    |             - matches all the relevant values
[INFO] [stdout] 24 |     IfDescription = 3,
[INFO] [stdout] 25 |     IsbEndTime = 3,
[INFO] [stdout]    |                  ^ no value can reach this
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]   --> src/pcapng/option.rs:27:18
[INFO] [stdout]    |
[INFO] [stdout] 26 |     ShbUserAppl = 4,
[INFO] [stdout]    |                   - matches all the relevant values
[INFO] [stdout] 27 |     IfIpv4Addr = 4,
[INFO] [stdout]    |                  ^ no value can reach this
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]   --> src/pcapng/option.rs:28:17
[INFO] [stdout]    |
[INFO] [stdout] 26 |     ShbUserAppl = 4,
[INFO] [stdout]    |                   - matches all the relevant values
[INFO] [stdout] 27 |     IfIpv4Addr = 4,
[INFO] [stdout] 28 |     IsbIfRecv = 4,
[INFO] [stdout]    |                 ^ no value can reach this
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]   --> src/pcapng/option.rs:31:23
[INFO] [stdout]    |
[INFO] [stdout] 30 |     IfMacAddr = 6,
[INFO] [stdout]    |                 - matches all the relevant values
[INFO] [stdout] 31 |     IsbFilterAccept = 6,
[INFO] [stdout]    |                       ^ no value can reach this
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]   --> src/pcapng/option.rs:33:17
[INFO] [stdout]    |
[INFO] [stdout] 32 |     IfEuiAddr = 7,
[INFO] [stdout]    |                 - matches all the relevant values
[INFO] [stdout] 33 |     IsbOsDrop = 7,
[INFO] [stdout]    |                 ^ no value can reach this
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]   --> src/pcapng/option.rs:35:19
[INFO] [stdout]    |
[INFO] [stdout] 34 |     IfSpeed = 8,
[INFO] [stdout]    |               - matches all the relevant values
[INFO] [stdout] 35 |     IsbUsrDeliv = 8,
[INFO] [stdout]    |                   ^ no value can reach this
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.44s
[INFO] running `Command { std: "docker" "inspect" "faaf8183df2f2f96ed8d0947040058b2540acea28a5c7c138030648b6f425cd7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "faaf8183df2f2f96ed8d0947040058b2540acea28a5c7c138030648b6f425cd7", kill_on_drop: false }`
[INFO] [stdout] faaf8183df2f2f96ed8d0947040058b2540acea28a5c7c138030648b6f425cd7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2193fe3f1feef875cff826cad01ec2253e536248f5314c7a67b80415eca4a73f
[INFO] running `Command { std: "docker" "start" "-a" "2193fe3f1feef875cff826cad01ec2253e536248f5314c7a67b80415eca4a73f", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.174
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling cc v1.2.30
[INFO] [stderr]    Compiling half v2.6.0
[INFO] [stderr]    Compiling rustix v1.0.8
[INFO] [stderr]    Compiling cpp_demangle v0.4.4
[INFO] [stderr]    Compiling regex-syntax v0.8.5
[INFO] [stderr]    Compiling object v0.36.7
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]    Compiling uuid v1.17.0
[INFO] [stderr]    Compiling clap_builder v4.5.41
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling linux-raw-sys v0.9.4
[INFO] [stderr]    Compiling bytemuck v1.23.1
[INFO] [stderr]    Compiling symbolic-demangle v12.16.0
[INFO] [stderr]    Compiling bitflags v2.9.1
[INFO] [stderr]    Compiling gimli v0.31.1
[INFO] [stderr]    Compiling rustc-demangle v0.1.25
[INFO] [stderr]    Compiling rayon v1.10.0
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling debugid v0.8.0
[INFO] [stderr]    Compiling num-format v0.4.4
[INFO] [stderr]    Compiling rgb v0.8.52
[INFO] [stderr]    Compiling quick-xml v0.26.0
[INFO] [stderr]    Compiling log v0.4.27
[INFO] [stderr]    Compiling pprof v0.15.0
[INFO] [stderr]    Compiling str_stack v0.1.0
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling spin v0.10.0
[INFO] [stderr]    Compiling hex-literal v1.0.0
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]   --> src/pcapng/option.rs:21:14
[INFO] [stdout]    |
[INFO] [stdout] 20 |     ShbHardware = 2,
[INFO] [stdout]    |                   - matches all the relevant values
[INFO] [stdout] 21 |     IfName = 2,
[INFO] [stdout]    |              ^ no value can reach this
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unreachable_patterns)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]   --> src/pcapng/option.rs:22:20
[INFO] [stdout]    |
[INFO] [stdout] 20 |     ShbHardware = 2,
[INFO] [stdout]    |                   - matches all the relevant values
[INFO] [stdout] 21 |     IfName = 2,
[INFO] [stdout] 22 |     IsbStartTime = 2,
[INFO] [stdout]    |                    ^ no value can reach this
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]   --> src/pcapng/option.rs:24:21
[INFO] [stdout]    |
[INFO] [stdout] 23 |     ShbOs = 3,
[INFO] [stdout]    |             - matches all the relevant values
[INFO] [stdout] 24 |     IfDescription = 3,
[INFO] [stdout]    |                     ^ no value can reach this
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]   --> src/pcapng/option.rs:25:18
[INFO] [stdout]    |
[INFO] [stdout] 23 |     ShbOs = 3,
[INFO] [stdout]    |             - matches all the relevant values
[INFO] [stdout] 24 |     IfDescription = 3,
[INFO] [stdout] 25 |     IsbEndTime = 3,
[INFO] [stdout]    |                  ^ no value can reach this
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]   --> src/pcapng/option.rs:27:18
[INFO] [stdout]    |
[INFO] [stdout] 26 |     ShbUserAppl = 4,
[INFO] [stdout]    |                   - matches all the relevant values
[INFO] [stdout] 27 |     IfIpv4Addr = 4,
[INFO] [stdout]    |                  ^ no value can reach this
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]   --> src/pcapng/option.rs:28:17
[INFO] [stdout]    |
[INFO] [stdout] 26 |     ShbUserAppl = 4,
[INFO] [stdout]    |                   - matches all the relevant values
[INFO] [stdout] 27 |     IfIpv4Addr = 4,
[INFO] [stdout] 28 |     IsbIfRecv = 4,
[INFO] [stdout]    |                 ^ no value can reach this
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]   --> src/pcapng/option.rs:31:23
[INFO] [stdout]    |
[INFO] [stdout] 30 |     IfMacAddr = 6,
[INFO] [stdout]    |                 - matches all the relevant values
[INFO] [stdout] 31 |     IsbFilterAccept = 6,
[INFO] [stdout]    |                       ^ no value can reach this
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]   --> src/pcapng/option.rs:33:17
[INFO] [stdout]    |
[INFO] [stdout] 32 |     IfEuiAddr = 7,
[INFO] [stdout]    |                 - matches all the relevant values
[INFO] [stdout] 33 |     IsbOsDrop = 7,
[INFO] [stdout]    |                 ^ no value can reach this
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]   --> src/pcapng/option.rs:35:19
[INFO] [stdout]    |
[INFO] [stdout] 34 |     IfSpeed = 8,
[INFO] [stdout]    |               - matches all the relevant values
[INFO] [stdout] 35 |     IsbUsrDeliv = 8,
[INFO] [stdout]    |                   ^ no value can reach this
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling findshlibs v0.10.2
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]    Compiling memmap2 v0.9.7
[INFO] [stderr]    Compiling is-terminal v0.4.16
[INFO] [stderr]    Compiling nix v0.26.4
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]    Compiling symbolic-common v12.16.0
[INFO] [stderr]    Compiling criterion-plot v0.5.0
[INFO] [stderr]    Compiling inferno v0.11.21
[INFO] [stderr]    Compiling tempfile v3.20.0
[INFO] [stderr]    Compiling clap v4.5.41
[INFO] [stderr]    Compiling addr2line v0.24.2
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling equator-macro v0.4.2
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling backtrace v0.3.75
[INFO] [stderr]    Compiling equator v0.4.2
[INFO] [stderr]    Compiling aligned-vec v0.6.4
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling serde_json v1.0.141
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling criterion v0.5.1
[INFO] [stderr]    Compiling pcap-parser v0.17.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: couldn't read `tests/../assets/err-eof.bin`: No such file or directory (os error 2)
[INFO] [stdout]    --> tests/pcapng.rs:403:16
[INFO] [stdout]     |
[INFO] [stdout] 403 |     let data = include_bytes!("../assets/err-eof.bin");
[INFO] [stdout]     |                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `pcap-parser` (test "pcapng") due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]   --> src/pcapng/option.rs:21:14
[INFO] [stdout]    |
[INFO] [stdout] 20 |     ShbHardware = 2,
[INFO] [stdout]    |                   - matches all the relevant values
[INFO] [stdout] 21 |     IfName = 2,
[INFO] [stdout]    |              ^ no value can reach this
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unreachable_patterns)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]   --> src/pcapng/option.rs:22:20
[INFO] [stdout]    |
[INFO] [stdout] 20 |     ShbHardware = 2,
[INFO] [stdout]    |                   - matches all the relevant values
[INFO] [stdout] 21 |     IfName = 2,
[INFO] [stdout] 22 |     IsbStartTime = 2,
[INFO] [stdout]    |                    ^ no value can reach this
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]   --> src/pcapng/option.rs:24:21
[INFO] [stdout]    |
[INFO] [stdout] 23 |     ShbOs = 3,
[INFO] [stdout]    |             - matches all the relevant values
[INFO] [stdout] 24 |     IfDescription = 3,
[INFO] [stdout]    |                     ^ no value can reach this
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]   --> src/pcapng/option.rs:25:18
[INFO] [stdout]    |
[INFO] [stdout] 23 |     ShbOs = 3,
[INFO] [stdout]    |             - matches all the relevant values
[INFO] [stdout] 24 |     IfDescription = 3,
[INFO] [stdout] 25 |     IsbEndTime = 3,
[INFO] [stdout]    |                  ^ no value can reach this
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]   --> src/pcapng/option.rs:27:18
[INFO] [stdout]    |
[INFO] [stdout] 26 |     ShbUserAppl = 4,
[INFO] [stdout]    |                   - matches all the relevant values
[INFO] [stdout] 27 |     IfIpv4Addr = 4,
[INFO] [stdout]    |                  ^ no value can reach this
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]   --> src/pcapng/option.rs:28:17
[INFO] [stdout]    |
[INFO] [stdout] 26 |     ShbUserAppl = 4,
[INFO] [stdout]    |                   - matches all the relevant values
[INFO] [stdout] 27 |     IfIpv4Addr = 4,
[INFO] [stdout] 28 |     IsbIfRecv = 4,
[INFO] [stdout]    |                 ^ no value can reach this
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]   --> src/pcapng/option.rs:31:23
[INFO] [stdout]    |
[INFO] [stdout] 30 |     IfMacAddr = 6,
[INFO] [stdout]    |                 - matches all the relevant values
[INFO] [stdout] 31 |     IsbFilterAccept = 6,
[INFO] [stdout]    |                       ^ no value can reach this
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]   --> src/pcapng/option.rs:33:17
[INFO] [stdout]    |
[INFO] [stdout] 32 |     IfEuiAddr = 7,
[INFO] [stdout]    |                 - matches all the relevant values
[INFO] [stdout] 33 |     IsbOsDrop = 7,
[INFO] [stdout]    |                 ^ no value can reach this
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unreachable pattern
[INFO] [stdout]   --> src/pcapng/option.rs:35:19
[INFO] [stdout]    |
[INFO] [stdout] 34 |     IfSpeed = 8,
[INFO] [stdout]    |               - matches all the relevant values
[INFO] [stdout] 35 |     IsbUsrDeliv = 8,
[INFO] [stdout]    |                   ^ no value can reach this
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "2193fe3f1feef875cff826cad01ec2253e536248f5314c7a67b80415eca4a73f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2193fe3f1feef875cff826cad01ec2253e536248f5314c7a67b80415eca4a73f", kill_on_drop: false }`
[INFO] [stdout] 2193fe3f1feef875cff826cad01ec2253e536248f5314c7a67b80415eca4a73f
