[INFO] cloning repository https://github.com/tweedegolf/pcap-workshop
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tweedegolf/pcap-workshop" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftweedegolf%2Fpcap-workshop", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftweedegolf%2Fpcap-workshop'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 0fadf72fdb0279caaaa2fab0a22bd424914c48db
[INFO] testing tweedegolf/pcap-workshop against beta-2025-09-21 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftweedegolf%2Fpcap-workshop" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/tweedegolf/pcap-workshop
[INFO] finished tweaking git repo https://github.com/tweedegolf/pcap-workshop
[INFO] tweaked toml for git repo https://github.com/tweedegolf/pcap-workshop written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/tweedegolf/pcap-workshop on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/tweedegolf/pcap-workshop already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] ca38729ba8338d9b94d597b61bc3cb70aaa8ef1afe858cb40ee764dfa9ed5595
[INFO] running `Command { std: "docker" "start" "-a" "ca38729ba8338d9b94d597b61bc3cb70aaa8ef1afe858cb40ee764dfa9ed5595", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "ca38729ba8338d9b94d597b61bc3cb70aaa8ef1afe858cb40ee764dfa9ed5595", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ca38729ba8338d9b94d597b61bc3cb70aaa8ef1afe858cb40ee764dfa9ed5595", kill_on_drop: false }`
[INFO] [stdout] ca38729ba8338d9b94d597b61bc3cb70aaa8ef1afe858cb40ee764dfa9ed5595
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0ac806b0175914f15eead1cb461e04f7b72b344c89a815226d5ff0bfc582cb79
[INFO] running `Command { std: "docker" "start" "-a" "0ac806b0175914f15eead1cb461e04f7b72b344c89a815226d5ff0bfc582cb79", kill_on_drop: false }`
[INFO] [stderr]    Compiling pcap_parser v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `endianness`
[INFO] [stdout]   --> src/step1.rs:46:14
[INFO] [stdout]    |
[INFO] [stdout] 46 | fn parse_u16(endianness: Endianness, slice: &[u8], start_index: usize) -> Option<u32> {
[INFO] [stdout]    |              ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_endianness`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `slice`
[INFO] [stdout]   --> src/step1.rs:46:38
[INFO] [stdout]    |
[INFO] [stdout] 46 | fn parse_u16(endianness: Endianness, slice: &[u8], start_index: usize) -> Option<u32> {
[INFO] [stdout]    |                                      ^^^^^ help: if this is intentional, prefix it with an underscore: `_slice`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `start_index`
[INFO] [stdout]   --> src/step1.rs:46:52
[INFO] [stdout]    |
[INFO] [stdout] 46 | fn parse_u16(endianness: Endianness, slice: &[u8], start_index: usize) -> Option<u32> {
[INFO] [stdout]    |                                                    ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_start_index`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `endianness`
[INFO] [stdout]  --> src/step2.rs:5:14
[INFO] [stdout]   |
[INFO] [stdout] 5 | fn parse_u16(endianness: Endianness, slice: &[u8], start_index: usize) -> Option<u32> {
[INFO] [stdout]   |              ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_endianness`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `slice`
[INFO] [stdout]  --> src/step2.rs:5:38
[INFO] [stdout]   |
[INFO] [stdout] 5 | fn parse_u16(endianness: Endianness, slice: &[u8], start_index: usize) -> Option<u32> {
[INFO] [stdout]   |                                      ^^^^^ help: if this is intentional, prefix it with an underscore: `_slice`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `start_index`
[INFO] [stdout]  --> src/step2.rs:5:52
[INFO] [stdout]   |
[INFO] [stdout] 5 | fn parse_u16(endianness: Endianness, slice: &[u8], start_index: usize) -> Option<u32> {
[INFO] [stdout]   |                                                    ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_start_index`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `byte_order_magic`
[INFO] [stdout]   --> src/step2.rs:39:13
[INFO] [stdout]    |
[INFO] [stdout] 39 |         let byte_order_magic = parse_u32(Endianness::Le, data, 8)?;
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_byte_order_magic`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `endianness`
[INFO] [stdout]  --> src/step3.rs:5:14
[INFO] [stdout]   |
[INFO] [stdout] 5 | fn parse_u16(endianness: Endianness, slice: &[u8], start_index: usize) -> Option<u32> {
[INFO] [stdout]   |              ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_endianness`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `slice`
[INFO] [stdout]  --> src/step3.rs:5:38
[INFO] [stdout]   |
[INFO] [stdout] 5 | fn parse_u16(endianness: Endianness, slice: &[u8], start_index: usize) -> Option<u32> {
[INFO] [stdout]   |                                      ^^^^^ help: if this is intentional, prefix it with an underscore: `_slice`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `start_index`
[INFO] [stdout]  --> src/step3.rs:5:52
[INFO] [stdout]   |
[INFO] [stdout] 5 | fn parse_u16(endianness: Endianness, slice: &[u8], start_index: usize) -> Option<u32> {
[INFO] [stdout]   |                                                    ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_start_index`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `byte_order_magic`
[INFO] [stdout]   --> src/step3.rs:48:13
[INFO] [stdout]    |
[INFO] [stdout] 48 |         let byte_order_magic = parse_u32(Endianness::Le, data, 8).ok_or(InputTooShort)?;
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_byte_order_magic`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Endianness` is never used
[INFO] [stdout]  --> src/step1.rs:1:6
[INFO] [stdout]   |
[INFO] [stdout] 1 | enum Endianness {
[INFO] [stdout]   |      ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SectionHeaderBlock` is never constructed
[INFO] [stdout]  --> src/step1.rs:7:8
[INFO] [stdout]   |
[INFO] [stdout] 7 | struct SectionHeaderBlock<'a> {
[INFO] [stdout]   |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `parse` is never used
[INFO] [stdout]   --> src/step1.rs:14:8
[INFO] [stdout]    |
[INFO] [stdout] 13 | impl<'a> SectionHeaderBlock<'a> {
[INFO] [stdout]    | ------------------------------- associated function in this implementation
[INFO] [stdout] 14 |     fn parse(data: &'a [u8]) -> Self {
[INFO] [stdout]    |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_u16` is never used
[INFO] [stdout]   --> src/step1.rs:46:4
[INFO] [stdout]    |
[INFO] [stdout] 46 | fn parse_u16(endianness: Endianness, slice: &[u8], start_index: usize) -> Option<u32> {
[INFO] [stdout]    |    ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_u32` is never used
[INFO] [stdout]   --> src/step1.rs:50:4
[INFO] [stdout]    |
[INFO] [stdout] 50 | fn parse_u32(endianness: Endianness, slice: &[u8], start_index: usize) -> Option<u32> {
[INFO] [stdout]    |    ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_array` is never used
[INFO] [stdout]   --> src/step1.rs:58:4
[INFO] [stdout]    |
[INFO] [stdout] 58 | fn get_array<T, const N: usize>(slice: &[T], start_index: usize) -> Option<&[T; N]> {
[INFO] [stdout]    |    ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_array` is never used
[INFO] [stdout]  --> src/step2.rs:1:4
[INFO] [stdout]   |
[INFO] [stdout] 1 | fn get_array<T, const N: usize>(slice: &[T], start_index: usize) -> Option<&[T; N]> {
[INFO] [stdout]   |    ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_u16` is never used
[INFO] [stdout]  --> src/step2.rs:5:4
[INFO] [stdout]   |
[INFO] [stdout] 5 | fn parse_u16(endianness: Endianness, slice: &[u8], start_index: usize) -> Option<u32> {
[INFO] [stdout]   |    ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_u32` is never used
[INFO] [stdout]  --> src/step2.rs:9:4
[INFO] [stdout]   |
[INFO] [stdout] 9 | fn parse_u32(endianness: Endianness, slice: &[u8], start_index: usize) -> Option<u32> {
[INFO] [stdout]   |    ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Endianness` is never used
[INFO] [stdout]   --> src/step2.rs:17:6
[INFO] [stdout]    |
[INFO] [stdout] 17 | enum Endianness {
[INFO] [stdout]    |      ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SectionHeaderBlock` is never constructed
[INFO] [stdout]   --> src/step2.rs:23:8
[INFO] [stdout]    |
[INFO] [stdout] 23 | struct SectionHeaderBlock<'a> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `parse` is never used
[INFO] [stdout]   --> src/step2.rs:30:8
[INFO] [stdout]    |
[INFO] [stdout] 29 | impl<'a> SectionHeaderBlock<'a> {
[INFO] [stdout]    | ------------------------------- associated function in this implementation
[INFO] [stdout] 30 |     fn parse(data: &'a [u8]) -> Option<Self> {
[INFO] [stdout]    |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_array` is never used
[INFO] [stdout]  --> src/step3.rs:1:4
[INFO] [stdout]   |
[INFO] [stdout] 1 | fn get_array<T, const N: usize>(slice: &[T], start_index: usize) -> Option<&[T; N]> {
[INFO] [stdout]   |    ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_u16` is never used
[INFO] [stdout]  --> src/step3.rs:5:4
[INFO] [stdout]   |
[INFO] [stdout] 5 | fn parse_u16(endianness: Endianness, slice: &[u8], start_index: usize) -> Option<u32> {
[INFO] [stdout]   |    ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_u32` is never used
[INFO] [stdout]  --> src/step3.rs:9:4
[INFO] [stdout]   |
[INFO] [stdout] 9 | fn parse_u32(endianness: Endianness, slice: &[u8], start_index: usize) -> Option<u32> {
[INFO] [stdout]   |    ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Endianness` is never used
[INFO] [stdout]   --> src/step3.rs:17:6
[INFO] [stdout]    |
[INFO] [stdout] 17 | enum Endianness {
[INFO] [stdout]    |      ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `ParseError` is never used
[INFO] [stdout]   --> src/step3.rs:23:6
[INFO] [stdout]    |
[INFO] [stdout] 23 | enum ParseError {
[INFO] [stdout]    |      ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SectionHeaderBlock` is never constructed
[INFO] [stdout]   --> src/step3.rs:29:8
[INFO] [stdout]    |
[INFO] [stdout] 29 | struct SectionHeaderBlock<'a> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `parse` is never used
[INFO] [stdout]   --> src/step3.rs:36:8
[INFO] [stdout]    |
[INFO] [stdout] 35 | impl<'a> SectionHeaderBlock<'a> {
[INFO] [stdout]    | ------------------------------- associated function in this implementation
[INFO] [stdout] 36 |     fn parse(data: &'a [u8]) -> Result<Self, ParseError> {
[INFO] [stdout]    |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.14s
[INFO] running `Command { std: "docker" "inspect" "0ac806b0175914f15eead1cb461e04f7b72b344c89a815226d5ff0bfc582cb79", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0ac806b0175914f15eead1cb461e04f7b72b344c89a815226d5ff0bfc582cb79", kill_on_drop: false }`
[INFO] [stdout] 0ac806b0175914f15eead1cb461e04f7b72b344c89a815226d5ff0bfc582cb79
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a36bbf8a1dab805003799446dc3eefe565db8c3de304c1fbaa72e8299c7bb975
[INFO] running `Command { std: "docker" "start" "-a" "a36bbf8a1dab805003799446dc3eefe565db8c3de304c1fbaa72e8299c7bb975", kill_on_drop: false }`
[INFO] [stdout] warning: unused variable: `endianness`
[INFO] [stdout]   --> src/step1.rs:46:14
[INFO] [stdout]    |
[INFO] [stdout] 46 | fn parse_u16(endianness: Endianness, slice: &[u8], start_index: usize) -> Option<u32> {
[INFO] [stdout]    |              ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_endianness`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `slice`
[INFO] [stdout]   --> src/step1.rs:46:38
[INFO] [stdout]    |
[INFO] [stdout] 46 | fn parse_u16(endianness: Endianness, slice: &[u8], start_index: usize) -> Option<u32> {
[INFO] [stdout]    |                                      ^^^^^ help: if this is intentional, prefix it with an underscore: `_slice`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `start_index`
[INFO] [stdout]   --> src/step1.rs:46:52
[INFO] [stdout]    |
[INFO] [stdout] 46 | fn parse_u16(endianness: Endianness, slice: &[u8], start_index: usize) -> Option<u32> {
[INFO] [stdout]    |                                                    ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_start_index`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `endianness`
[INFO] [stdout]  --> src/step2.rs:5:14
[INFO] [stdout]   |
[INFO] [stdout] 5 | fn parse_u16(endianness: Endianness, slice: &[u8], start_index: usize) -> Option<u32> {
[INFO] [stdout]   |              ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_endianness`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `slice`
[INFO] [stdout]  --> src/step2.rs:5:38
[INFO] [stdout]   |
[INFO] [stdout] 5 | fn parse_u16(endianness: Endianness, slice: &[u8], start_index: usize) -> Option<u32> {
[INFO] [stdout]   |                                      ^^^^^ help: if this is intentional, prefix it with an underscore: `_slice`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `start_index`
[INFO] [stdout]  --> src/step2.rs:5:52
[INFO] [stdout]   |
[INFO] [stdout] 5 | fn parse_u16(endianness: Endianness, slice: &[u8], start_index: usize) -> Option<u32> {
[INFO] [stdout]   |                                                    ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_start_index`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `byte_order_magic`
[INFO] [stdout]   --> src/step2.rs:39:13
[INFO] [stdout]    |
[INFO] [stdout] 39 |         let byte_order_magic = parse_u32(Endianness::Le, data, 8)?;
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_byte_order_magic`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `endianness`
[INFO] [stdout]  --> src/step3.rs:5:14
[INFO] [stdout]   |
[INFO] [stdout] 5 | fn parse_u16(endianness: Endianness, slice: &[u8], start_index: usize) -> Option<u32> {
[INFO] [stdout]   |              ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_endianness`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `slice`
[INFO] [stdout]  --> src/step3.rs:5:38
[INFO] [stdout]   |
[INFO] [stdout] 5 | fn parse_u16(endianness: Endianness, slice: &[u8], start_index: usize) -> Option<u32> {
[INFO] [stdout]   |                                      ^^^^^ help: if this is intentional, prefix it with an underscore: `_slice`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `start_index`
[INFO] [stdout]  --> src/step3.rs:5:52
[INFO] [stdout]   |
[INFO] [stdout] 5 | fn parse_u16(endianness: Endianness, slice: &[u8], start_index: usize) -> Option<u32> {
[INFO] [stdout]   |                                                    ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_start_index`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `byte_order_magic`
[INFO] [stdout]   --> src/step3.rs:48:13
[INFO] [stdout]    |
[INFO] [stdout] 48 |         let byte_order_magic = parse_u32(Endianness::Le, data, 8).ok_or(InputTooShort)?;
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_byte_order_magic`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Endianness` is never used
[INFO] [stdout]  --> src/step1.rs:1:6
[INFO] [stdout]   |
[INFO] [stdout] 1 | enum Endianness {
[INFO] [stdout]   |      ^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SectionHeaderBlock` is never constructed
[INFO] [stdout]  --> src/step1.rs:7:8
[INFO] [stdout]   |
[INFO] [stdout] 7 | struct SectionHeaderBlock<'a> {
[INFO] [stdout]   |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `parse` is never used
[INFO] [stdout]   --> src/step1.rs:14:8
[INFO] [stdout]    |
[INFO] [stdout] 13 | impl<'a> SectionHeaderBlock<'a> {
[INFO] [stdout]    | ------------------------------- associated function in this implementation
[INFO] [stdout] 14 |     fn parse(data: &'a [u8]) -> Self {
[INFO] [stdout]    |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_u16` is never used
[INFO] [stdout]   --> src/step1.rs:46:4
[INFO] [stdout]    |
[INFO] [stdout] 46 | fn parse_u16(endianness: Endianness, slice: &[u8], start_index: usize) -> Option<u32> {
[INFO] [stdout]    |    ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_u32` is never used
[INFO] [stdout]   --> src/step1.rs:50:4
[INFO] [stdout]    |
[INFO] [stdout] 50 | fn parse_u32(endianness: Endianness, slice: &[u8], start_index: usize) -> Option<u32> {
[INFO] [stdout]    |    ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_array` is never used
[INFO] [stdout]   --> src/step1.rs:58:4
[INFO] [stdout]    |
[INFO] [stdout] 58 | fn get_array<T, const N: usize>(slice: &[T], start_index: usize) -> Option<&[T; N]> {
[INFO] [stdout]    |    ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_array` is never used
[INFO] [stdout]  --> src/step2.rs:1:4
[INFO] [stdout]   |
[INFO] [stdout] 1 | fn get_array<T, const N: usize>(slice: &[T], start_index: usize) -> Option<&[T; N]> {
[INFO] [stdout]   |    ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_u16` is never used
[INFO] [stdout]  --> src/step2.rs:5:4
[INFO] [stdout]   |
[INFO] [stdout] 5 | fn parse_u16(endianness: Endianness, slice: &[u8], start_index: usize) -> Option<u32> {
[INFO] [stdout]   |    ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_u32` is never used
[INFO] [stdout]  --> src/step2.rs:9:4
[INFO] [stdout]   |
[INFO] [stdout] 9 | fn parse_u32(endianness: Endianness, slice: &[u8], start_index: usize) -> Option<u32> {
[INFO] [stdout]   |    ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Endianness` is never used
[INFO] [stdout]   --> src/step2.rs:17:6
[INFO] [stdout]    |
[INFO] [stdout] 17 | enum Endianness {
[INFO] [stdout]    |      ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SectionHeaderBlock` is never constructed
[INFO] [stdout]   --> src/step2.rs:23:8
[INFO] [stdout]    |
[INFO] [stdout] 23 | struct SectionHeaderBlock<'a> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `parse` is never used
[INFO] [stdout]   --> src/step2.rs:30:8
[INFO] [stdout]    |
[INFO] [stdout] 29 | impl<'a> SectionHeaderBlock<'a> {
[INFO] [stdout]    | ------------------------------- associated function in this implementation
[INFO] [stdout] 30 |     fn parse(data: &'a [u8]) -> Option<Self> {
[INFO] [stdout]    |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_array` is never used
[INFO] [stdout]  --> src/step3.rs:1:4
[INFO] [stdout]   |
[INFO] [stdout] 1 | fn get_array<T, const N: usize>(slice: &[T], start_index: usize) -> Option<&[T; N]> {
[INFO] [stdout]   |    ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_u16` is never used
[INFO] [stdout]  --> src/step3.rs:5:4
[INFO] [stdout]   |
[INFO] [stdout] 5 | fn parse_u16(endianness: Endianness, slice: &[u8], start_index: usize) -> Option<u32> {
[INFO] [stdout]   |    ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_u32` is never used
[INFO] [stdout]  --> src/step3.rs:9:4
[INFO] [stdout]   |
[INFO] [stdout] 9 | fn parse_u32(endianness: Endianness, slice: &[u8], start_index: usize) -> Option<u32> {
[INFO] [stdout]   |    ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `Endianness` is never used
[INFO] [stdout]   --> src/step3.rs:17:6
[INFO] [stdout]    |
[INFO] [stdout] 17 | enum Endianness {
[INFO] [stdout]    |      ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: enum `ParseError` is never used
[INFO] [stdout]   --> src/step3.rs:23:6
[INFO] [stdout]    |
[INFO] [stdout] 23 | enum ParseError {
[INFO] [stdout]    |      ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: struct `SectionHeaderBlock` is never constructed
[INFO] [stdout]   --> src/step3.rs:29:8
[INFO] [stdout]    |
[INFO] [stdout] 29 | struct SectionHeaderBlock<'a> {
[INFO] [stdout]    |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `parse` is never used
[INFO] [stdout]   --> src/step3.rs:36:8
[INFO] [stdout]    |
[INFO] [stdout] 35 | impl<'a> SectionHeaderBlock<'a> {
[INFO] [stdout]    | ------------------------------- associated function in this implementation
[INFO] [stdout] 36 |     fn parse(data: &'a [u8]) -> Result<Self, ParseError> {
[INFO] [stdout]    |        ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling pcap_parser v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused variable: `endianness`
[INFO] [stdout]   --> src/step1.rs:46:14
[INFO] [stdout]    |
[INFO] [stdout] 46 | fn parse_u16(endianness: Endianness, slice: &[u8], start_index: usize) -> Option<u32> {
[INFO] [stdout]    |              ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_endianness`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `slice`
[INFO] [stdout]   --> src/step1.rs:46:38
[INFO] [stdout]    |
[INFO] [stdout] 46 | fn parse_u16(endianness: Endianness, slice: &[u8], start_index: usize) -> Option<u32> {
[INFO] [stdout]    |                                      ^^^^^ help: if this is intentional, prefix it with an underscore: `_slice`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `start_index`
[INFO] [stdout]   --> src/step1.rs:46:52
[INFO] [stdout]    |
[INFO] [stdout] 46 | fn parse_u16(endianness: Endianness, slice: &[u8], start_index: usize) -> Option<u32> {
[INFO] [stdout]    |                                                    ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_start_index`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `endianness`
[INFO] [stdout]  --> src/step2.rs:5:14
[INFO] [stdout]   |
[INFO] [stdout] 5 | fn parse_u16(endianness: Endianness, slice: &[u8], start_index: usize) -> Option<u32> {
[INFO] [stdout]   |              ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_endianness`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `slice`
[INFO] [stdout]  --> src/step2.rs:5:38
[INFO] [stdout]   |
[INFO] [stdout] 5 | fn parse_u16(endianness: Endianness, slice: &[u8], start_index: usize) -> Option<u32> {
[INFO] [stdout]   |                                      ^^^^^ help: if this is intentional, prefix it with an underscore: `_slice`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `start_index`
[INFO] [stdout]  --> src/step2.rs:5:52
[INFO] [stdout]   |
[INFO] [stdout] 5 | fn parse_u16(endianness: Endianness, slice: &[u8], start_index: usize) -> Option<u32> {
[INFO] [stdout]   |                                                    ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_start_index`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `byte_order_magic`
[INFO] [stdout]   --> src/step2.rs:39:13
[INFO] [stdout]    |
[INFO] [stdout] 39 |         let byte_order_magic = parse_u32(Endianness::Le, data, 8)?;
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_byte_order_magic`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `endianness`
[INFO] [stdout]  --> src/step3.rs:5:14
[INFO] [stdout]   |
[INFO] [stdout] 5 | fn parse_u16(endianness: Endianness, slice: &[u8], start_index: usize) -> Option<u32> {
[INFO] [stdout]   |              ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_endianness`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `slice`
[INFO] [stdout]  --> src/step3.rs:5:38
[INFO] [stdout]   |
[INFO] [stdout] 5 | fn parse_u16(endianness: Endianness, slice: &[u8], start_index: usize) -> Option<u32> {
[INFO] [stdout]   |                                      ^^^^^ help: if this is intentional, prefix it with an underscore: `_slice`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `start_index`
[INFO] [stdout]  --> src/step3.rs:5:52
[INFO] [stdout]   |
[INFO] [stdout] 5 | fn parse_u16(endianness: Endianness, slice: &[u8], start_index: usize) -> Option<u32> {
[INFO] [stdout]   |                                                    ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_start_index`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `byte_order_magic`
[INFO] [stdout]   --> src/step3.rs:48:13
[INFO] [stdout]    |
[INFO] [stdout] 48 |         let byte_order_magic = parse_u32(Endianness::Le, data, 8).ok_or(InputTooShort)?;
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_byte_order_magic`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `major_version` and `minor_version` are never read
[INFO] [stdout]  --> src/step1.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | struct SectionHeaderBlock<'a> {
[INFO] [stdout]   |        ------------------ fields in this struct
[INFO] [stdout] 8 |     major_version: u16,
[INFO] [stdout]   |     ^^^^^^^^^^^^^
[INFO] [stdout] 9 |     minor_version: u16,
[INFO] [stdout]   |     ^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `SectionHeaderBlock` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_u16` is never used
[INFO] [stdout]   --> src/step1.rs:46:4
[INFO] [stdout]    |
[INFO] [stdout] 46 | fn parse_u16(endianness: Endianness, slice: &[u8], start_index: usize) -> Option<u32> {
[INFO] [stdout]    |    ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_u32` is never used
[INFO] [stdout]   --> src/step1.rs:50:4
[INFO] [stdout]    |
[INFO] [stdout] 50 | fn parse_u32(endianness: Endianness, slice: &[u8], start_index: usize) -> Option<u32> {
[INFO] [stdout]    |    ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `get_array` is never used
[INFO] [stdout]   --> src/step1.rs:58:4
[INFO] [stdout]    |
[INFO] [stdout] 58 | fn get_array<T, const N: usize>(slice: &[T], start_index: usize) -> Option<&[T; N]> {
[INFO] [stdout]    |    ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_u16` is never used
[INFO] [stdout]  --> src/step2.rs:5:4
[INFO] [stdout]   |
[INFO] [stdout] 5 | fn parse_u16(endianness: Endianness, slice: &[u8], start_index: usize) -> Option<u32> {
[INFO] [stdout]   |    ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Be` is never constructed
[INFO] [stdout]   --> src/step2.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | enum Endianness {
[INFO] [stdout]    |      ---------- variant in this enum
[INFO] [stdout] 18 |     Le,
[INFO] [stdout] 19 |     Be,
[INFO] [stdout]    |     ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: function `parse_u16` is never used
[INFO] [stdout]  --> src/step3.rs:5:4
[INFO] [stdout]   |
[INFO] [stdout] 5 | fn parse_u16(endianness: Endianness, slice: &[u8], start_index: usize) -> Option<u32> {
[INFO] [stdout]   |    ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variant `Be` is never constructed
[INFO] [stdout]   --> src/step3.rs:19:5
[INFO] [stdout]    |
[INFO] [stdout] 17 | enum Endianness {
[INFO] [stdout]    |      ---------- variant in this enum
[INFO] [stdout] 18 |     Le,
[INFO] [stdout] 19 |     Be,
[INFO] [stdout]    |     ^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.28s
[INFO] running `Command { std: "docker" "inspect" "a36bbf8a1dab805003799446dc3eefe565db8c3de304c1fbaa72e8299c7bb975", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a36bbf8a1dab805003799446dc3eefe565db8c3de304c1fbaa72e8299c7bb975", kill_on_drop: false }`
[INFO] [stdout] a36bbf8a1dab805003799446dc3eefe565db8c3de304c1fbaa72e8299c7bb975
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 05905a0505a10797b34c3a2adbc6b15b8e0a7ed4f215f9c67387ca668664c0e4
[INFO] running `Command { std: "docker" "start" "-a" "05905a0505a10797b34c3a2adbc6b15b8e0a7ed4f215f9c67387ca668664c0e4", kill_on_drop: false }`
[INFO] [stderr] warning: unused variable: `endianness`
[INFO] [stderr]   --> src/step1.rs:46:14
[INFO] [stderr]    |
[INFO] [stderr] 46 | fn parse_u16(endianness: Endianness, slice: &[u8], start_index: usize) -> Option<u32> {
[INFO] [stderr]    |              ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_endianness`
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `slice`
[INFO] [stderr]   --> src/step1.rs:46:38
[INFO] [stderr]    |
[INFO] [stderr] 46 | fn parse_u16(endianness: Endianness, slice: &[u8], start_index: usize) -> Option<u32> {
[INFO] [stderr]    |                                      ^^^^^ help: if this is intentional, prefix it with an underscore: `_slice`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `start_index`
[INFO] [stderr]   --> src/step1.rs:46:52
[INFO] [stderr]    |
[INFO] [stderr] 46 | fn parse_u16(endianness: Endianness, slice: &[u8], start_index: usize) -> Option<u32> {
[INFO] [stderr]    |                                                    ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_start_index`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `endianness`
[INFO] [stderr]  --> src/step2.rs:5:14
[INFO] [stderr]   |
[INFO] [stderr] 5 | fn parse_u16(endianness: Endianness, slice: &[u8], start_index: usize) -> Option<u32> {
[INFO] [stderr]   |              ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_endianness`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `slice`
[INFO] [stderr]  --> src/step2.rs:5:38
[INFO] [stderr]   |
[INFO] [stderr] 5 | fn parse_u16(endianness: Endianness, slice: &[u8], start_index: usize) -> Option<u32> {
[INFO] [stderr]   |                                      ^^^^^ help: if this is intentional, prefix it with an underscore: `_slice`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `start_index`
[INFO] [stderr]  --> src/step2.rs:5:52
[INFO] [stderr]   |
[INFO] [stderr] 5 | fn parse_u16(endianness: Endianness, slice: &[u8], start_index: usize) -> Option<u32> {
[INFO] [stderr]   |                                                    ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_start_index`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `byte_order_magic`
[INFO] [stderr]   --> src/step2.rs:39:13
[INFO] [stderr]    |
[INFO] [stderr] 39 |         let byte_order_magic = parse_u32(Endianness::Le, data, 8)?;
[INFO] [stderr]    |             ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_byte_order_magic`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `endianness`
[INFO] [stderr]  --> src/step3.rs:5:14
[INFO] [stderr]   |
[INFO] [stderr] 5 | fn parse_u16(endianness: Endianness, slice: &[u8], start_index: usize) -> Option<u32> {
[INFO] [stderr]   |              ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_endianness`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `slice`
[INFO] [stderr]  --> src/step3.rs:5:38
[INFO] [stderr]   |
[INFO] [stderr] 5 | fn parse_u16(endianness: Endianness, slice: &[u8], start_index: usize) -> Option<u32> {
[INFO] [stderr]   |                                      ^^^^^ help: if this is intentional, prefix it with an underscore: `_slice`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `start_index`
[INFO] [stderr]  --> src/step3.rs:5:52
[INFO] [stderr]   |
[INFO] [stderr] 5 | fn parse_u16(endianness: Endianness, slice: &[u8], start_index: usize) -> Option<u32> {
[INFO] [stderr]   |                                                    ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_start_index`
[INFO] [stderr] 
[INFO] [stderr] warning: unused variable: `byte_order_magic`
[INFO] [stderr]   --> src/step3.rs:48:13
[INFO] [stderr]    |
[INFO] [stderr] 48 |         let byte_order_magic = parse_u32(Endianness::Le, data, 8).ok_or(InputTooShort)?;
[INFO] [stderr]    |             ^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_byte_order_magic`
[INFO] [stderr] 
[INFO] [stderr] warning: enum `Endianness` is never used
[INFO] [stderr]  --> src/step1.rs:1:6
[INFO] [stderr]   |
[INFO] [stderr] 1 | enum Endianness {
[INFO] [stderr]   |      ^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: struct `SectionHeaderBlock` is never constructed
[INFO] [stderr]  --> src/step1.rs:7:8
[INFO] [stderr]   |
[INFO] [stderr] 7 | struct SectionHeaderBlock<'a> {
[INFO] [stderr]   |        ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated function `parse` is never used
[INFO] [stderr]   --> src/step1.rs:14:8
[INFO] [stderr]    |
[INFO] [stderr] 13 | impl<'a> SectionHeaderBlock<'a> {
[INFO] [stderr]    | ------------------------------- associated function in this implementation
[INFO] [stderr] 14 |     fn parse(data: &'a [u8]) -> Self {
[INFO] [stderr]    |        ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `parse_u16` is never used
[INFO] [stderr]   --> src/step1.rs:46:4
[INFO] [stderr]    |
[INFO] [stderr] 46 | fn parse_u16(endianness: Endianness, slice: &[u8], start_index: usize) -> Option<u32> {
[INFO] [stderr]    |    ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `parse_u32` is never used
[INFO] [stderr]   --> src/step1.rs:50:4
[INFO] [stderr]    |
[INFO] [stderr] 50 | fn parse_u32(endianness: Endianness, slice: &[u8], start_index: usize) -> Option<u32> {
[INFO] [stderr]    |    ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `get_array` is never used
[INFO] [stderr]   --> src/step1.rs:58:4
[INFO] [stderr]    |
[INFO] [stderr] 58 | fn get_array<T, const N: usize>(slice: &[T], start_index: usize) -> Option<&[T; N]> {
[INFO] [stderr]    |    ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `get_array` is never used
[INFO] [stderr]  --> src/step2.rs:1:4
[INFO] [stderr]   |
[INFO] [stderr] 1 | fn get_array<T, const N: usize>(slice: &[T], start_index: usize) -> Option<&[T; N]> {
[INFO] [stderr]   |    ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `parse_u16` is never used
[INFO] [stderr]  --> src/step2.rs:5:4
[INFO] [stderr]   |
[INFO] [stderr] 5 | fn parse_u16(endianness: Endianness, slice: &[u8], start_index: usize) -> Option<u32> {
[INFO] [stderr]   |    ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `parse_u32` is never used
[INFO] [stderr]  --> src/step2.rs:9:4
[INFO] [stderr]   |
[INFO] [stderr] 9 | fn parse_u32(endianness: Endianness, slice: &[u8], start_index: usize) -> Option<u32> {
[INFO] [stderr]   |    ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: enum `Endianness` is never used
[INFO] [stderr]   --> src/step2.rs:17:6
[INFO] [stderr]    |
[INFO] [stderr] 17 | enum Endianness {
[INFO] [stderr]    |      ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `SectionHeaderBlock` is never constructed
[INFO] [stderr]   --> src/step2.rs:23:8
[INFO] [stderr]    |
[INFO] [stderr] 23 | struct SectionHeaderBlock<'a> {
[INFO] [stderr]    |        ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated function `parse` is never used
[INFO] [stderr]   --> src/step2.rs:30:8
[INFO] [stderr]    |
[INFO] [stderr] 29 | impl<'a> SectionHeaderBlock<'a> {
[INFO] [stderr]    | ------------------------------- associated function in this implementation
[INFO] [stderr] 30 |     fn parse(data: &'a [u8]) -> Option<Self> {
[INFO] [stderr]    |        ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `get_array` is never used
[INFO] [stderr]  --> src/step3.rs:1:4
[INFO] [stderr]   |
[INFO] [stderr] 1 | fn get_array<T, const N: usize>(slice: &[T], start_index: usize) -> Option<&[T; N]> {
[INFO] [stderr]   |    ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `parse_u16` is never used
[INFO] [stderr]  --> src/step3.rs:5:4
[INFO] [stderr]   |
[INFO] [stderr] 5 | fn parse_u16(endianness: Endianness, slice: &[u8], start_index: usize) -> Option<u32> {
[INFO] [stderr]   |    ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: function `parse_u32` is never used
[INFO] [stderr]  --> src/step3.rs:9:4
[INFO] [stderr]   |
[INFO] [stderr] 9 | fn parse_u32(endianness: Endianness, slice: &[u8], start_index: usize) -> Option<u32> {
[INFO] [stderr]   |    ^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: enum `Endianness` is never used
[INFO] [stderr]   --> src/step3.rs:17:6
[INFO] [stderr]    |
[INFO] [stderr] 17 | enum Endianness {
[INFO] [stderr]    |      ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: enum `ParseError` is never used
[INFO] [stderr]   --> src/step3.rs:23:6
[INFO] [stderr]    |
[INFO] [stderr] 23 | enum ParseError {
[INFO] [stderr]    |      ^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: struct `SectionHeaderBlock` is never constructed
[INFO] [stderr]   --> src/step3.rs:29:8
[INFO] [stderr]    |
[INFO] [stderr] 29 | struct SectionHeaderBlock<'a> {
[INFO] [stderr]    |        ^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: associated function `parse` is never used
[INFO] [stderr]   --> src/step3.rs:36:8
[INFO] [stderr]    |
[INFO] [stderr] 35 | impl<'a> SectionHeaderBlock<'a> {
[INFO] [stderr]    | ------------------------------- associated function in this implementation
[INFO] [stderr] 36 |     fn parse(data: &'a [u8]) -> Result<Self, ParseError> {
[INFO] [stderr]    |        ^^^^^
[INFO] [stderr] 
[INFO] [stderr] warning: `pcap_parser` (lib) generated 30 warnings
[INFO] [stderr] warning: fields `major_version` and `minor_version` are never read
[INFO] [stderr]  --> src/step1.rs:8:5
[INFO] [stderr]   |
[INFO] [stderr] 7 | struct SectionHeaderBlock<'a> {
[INFO] [stderr]   |        ------------------ fields in this struct
[INFO] [stderr] 8 |     major_version: u16,
[INFO] [stderr]   |     ^^^^^^^^^^^^^
[INFO] [stderr] 9 |     minor_version: u16,
[INFO] [stderr]   |     ^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `SectionHeaderBlock` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr]   = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: variant `Be` is never constructed
[INFO] [stderr]   --> src/step2.rs:19:5
[INFO] [stderr]    |
[INFO] [stderr] 17 | enum Endianness {
[INFO] [stderr]    |      ---------- variant in this enum
[INFO] [stderr] 18 |     Le,
[INFO] [stderr] 19 |     Be,
[INFO] [stderr]    |     ^^
[INFO] [stderr] 
[INFO] [stderr] warning: variant `Be` is never constructed
[INFO] [stderr]   --> src/step3.rs:19:5
[INFO] [stderr]    |
[INFO] [stderr] 17 | enum Endianness {
[INFO] [stderr]    |      ---------- variant in this enum
[INFO] [stderr] 18 |     Le,
[INFO] [stderr] 19 |     Be,
[INFO] [stderr]    |     ^^
[INFO] [stderr] 
[INFO] [stderr] warning: `pcap_parser` (lib test) generated 19 warnings (16 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.01s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/pcap_parser-b6b433aa9f4eadef)
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test step3::tests::empty_input_fails ... ok
[INFO] [stdout] test step2::tests::empty_input_fails ... ok
[INFO] [stdout] test step1::tests::it_works ... FAILED
[INFO] [stdout] test step2::tests::correct_input_works ... FAILED
[INFO] [stdout] test step3::tests::correct_input_works ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- step1::tests::it_works stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'step1::tests::it_works' (25) panicked at src/step1.rs:83:9:
[INFO] [stdout] assertion `left == right` failed
[INFO] [stdout]   left: Ok("")
[INFO] [stdout]  right: Ok("\u{3}\0-\0Mac OS X 10.10.4, build 14E46 (Darwin 14.4.0)\0\0\0\u{4}\04\0Dumpcap 1.12.6 (v1.12.6-0-gee1fc")
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5ec4ea959362 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5ec4ea959362 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5ec4ea959362 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5ec4ea959362 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5ec4ea96967f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5ec4ea96967f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5ec4ea9268d1 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5ec4ea9268d1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5ec4ea932932 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5ec4ea93747f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x5ec4ea937311 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x5ec4ea8f7ede - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x5ec4ea8f7ede - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5ec4ea937b3f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x5ec4ea937b3f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x5ec4ea93799a - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:707:13
[INFO] [stdout]   16:     0x5ec4ea932a69 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5ec4ea91adad - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x5ec4ea970f60 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5ec4ea970e03 - core::panicking::assert_failed_inner::h448e1d534f4c3d4b
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:439:17
[INFO] [stdout]   20:     0x5ec4ea8d5e00 - core::panicking::assert_failed::h125822265b68cb79
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:394:5
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] [stdout]   21:     0x5ec4ea8d46b4 - pcap_parser::step1::tests::it_works::h69433a8d2ea2233c
[INFO] [stdout]                                at /opt/rustwide/workdir/src/step1.rs:83:9
[INFO] [stdout]   22:     0x5ec4ea8d46d7 - pcap_parser::step1::tests::it_works::{{closure}}::h1c5b21ccc2f8705e
[INFO] [stdout]                                at /opt/rustwide/workdir/src/step1.rs:80:18
[INFO] [stdout]   23:     0x5ec4ea8d53c6 - core::ops::function::FnOnce::call_once::h981926c45b7d709e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5ec4ea8f7c9b - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x5ec4ea8f7c9b - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   26:     0x5ec4ea90d905 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x5ec4ea90d905 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   28:     0x5ec4ea90d905 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   29:     0x5ec4ea90d905 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   30:     0x5ec4ea90d905 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5ec4ea90d905 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x5ec4ea90d905 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x5ec4ea8e40f4 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x5ec4ea8e40f4 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x5ec4ea8e79ba - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x5ec4ea8e79ba - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   37:     0x5ec4ea8e79ba - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   38:     0x5ec4ea8e79ba - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   39:     0x5ec4ea8e79ba - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5ec4ea8e79ba - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x5ec4ea8e79ba - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5ec4ea92dbcf - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   43:     0x5ec4ea92dbcf - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   44:     0x78e0502d3aa4 - <unknown>
[INFO] [stdout]   45:     0x78e050360a34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- step2::tests::correct_input_works stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'step2::tests::correct_input_works' (26) panicked at src/step2.rs:41:9:
[INFO] [stdout] not yet implemented
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5ec4ea959362 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5ec4ea959362 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5ec4ea959362 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5ec4ea959362 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5ec4ea96967f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5ec4ea96967f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5ec4ea9268d1 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5ec4ea9268d1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5ec4ea932932 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5ec4ea93747f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x5ec4ea937311 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x5ec4ea8f7ede - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x5ec4ea8f7ede - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5ec4ea937b3f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x5ec4ea937b3f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x5ec4ea937966 - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:700:13
[INFO] [stdout]   16:     0x5ec4ea932a69 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5ec4ea91adad - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x5ec4ea970f60 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5ec4ea970f3c - core::panicking::panic::h355c5fec13755e30
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:145:5
[INFO] [stdout]   20:     0x5ec4ea8d4766 - pcap_parser::step2::SectionHeaderBlock::parse::h1cfe152f3caa96ed
[INFO] [stdout]                                at /opt/rustwide/workdir/src/step2.rs:41:9
[INFO] [stdout]   21:     0x5ec4ea8d4838 - pcap_parser::step2::tests::correct_input_works::hae1bac98518c77cb
[INFO] [stdout]                                at /opt/rustwide/workdir/src/step2.rs:69:17
[INFO] [stdout]   22:     0x5ec4ea8d4887 - pcap_parser::step2::tests::correct_input_works::{{closure}}::h42204b34ef483e47
[INFO] [stdout]                                at /opt/rustwide/workdir/src/step2.rs:68:29
[INFO] [stdout]   23:     0x5ec4ea8d5296 - core::ops::function::FnOnce::call_once::h0b74aeaba1c85a7d
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5ec4ea8f7c9b - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x5ec4ea8f7c9b - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   26:     0x5ec4ea90d905 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x5ec4ea90d905 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   28:     0x5ec4ea90d905 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   29:     0x5ec4ea90d905 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   30:     0x5ec4ea90d905 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5ec4ea90d905 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x5ec4ea90d905 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x5ec4ea8e40f4 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x5ec4ea8e40f4 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x5ec4ea8e79ba - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x5ec4ea8e79ba - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   37:     0x5ec4ea8e79ba - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   38:     0x5ec4ea8e79ba - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   39:     0x5ec4ea8e79ba - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5ec4ea8e79ba - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x5ec4ea8e79ba - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5ec4ea92dbcf - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   43:     0x5ec4ea92dbcf - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   44:     0x78e0502d3aa4 - <unknown>
[INFO] [stdout]   45:     0x78e050360a34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- step3::tests::correct_input_works stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'step3::tests::correct_input_works' (28) panicked at src/step3.rs:50:9:
[INFO] [stdout] not yet implemented
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5ec4ea959362 - std::backtrace_rs::backtrace::libunwind::trace::hcab59e1e990fdc24
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5ec4ea959362 - std::backtrace_rs::backtrace::trace_unsynchronized::he24cc57f3d2f47b7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5ec4ea959362 - std::sys::backtrace::_print_fmt::hf8d65ede198eeb54
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5ec4ea959362 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::h67edf0e4d33c343c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5ec4ea96967f - core::fmt::rt::Argument::fmt::hef94184842aeafdd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5ec4ea96967f - core::fmt::write::hcf0c66b48a8fa606
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5ec4ea9268d1 - std::io::default_write_fmt::h69967ac0ba93195f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5ec4ea9268d1 - std::io::Write::write_fmt::h8db9396209deaa1c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5ec4ea932932 - std::sys::backtrace::BacktraceLock::print::h07e5435aa717b414
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5ec4ea93747f - std::panicking::default_hook::{{closure}}::h91001850288db5f7
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:301:27
[INFO] [stdout]   10:     0x5ec4ea937311 - std::panicking::default_hook::h2346dbb704ef5512
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:325:9
[INFO] [stdout]   11:     0x5ec4ea8f7ede - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h18383b2e29377420
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   12:     0x5ec4ea8f7ede - test::test_main_with_exit_callback::{{closure}}::h272d7ef99aef06dc
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x5ec4ea937b3f - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h6dba6e441651a0d1
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1999:9
[INFO] [stdout]   14:     0x5ec4ea937b3f - std::panicking::panic_with_hook::hd2b063a6090d23a4
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:842:13
[INFO] [stdout]   15:     0x5ec4ea937966 - std::panicking::panic_handler::{{closure}}::he666d95f139a333e
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:700:13
[INFO] [stdout]   16:     0x5ec4ea932a69 - std::sys::backtrace::__rust_end_short_backtrace::h631ad224854ebee5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x5ec4ea91adad - __rustc[1d67440d6e82e4f]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:698:5
[INFO] [stdout]   18:     0x5ec4ea970f60 - core::panicking::panic_fmt::h420ddb7fd73daf53
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x5ec4ea970f3c - core::panicking::panic::h355c5fec13755e30
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panicking.rs:145:5
[INFO] [stdout]   20:     0x5ec4ea8d4b06 - pcap_parser::step3::SectionHeaderBlock::parse::h946d6533dddc7204
[INFO] [stdout]                                at /opt/rustwide/workdir/src/step3.rs:50:9
[INFO] [stdout]   21:     0x5ec4ea8d4bd8 - pcap_parser::step3::tests::correct_input_works::h70d0e73c73f85d8a
[INFO] [stdout]                                at /opt/rustwide/workdir/src/step3.rs:81:17
[INFO] [stdout]   22:     0x5ec4ea8d4c27 - pcap_parser::step3::tests::correct_input_works::{{closure}}::hbd084abb7bff9a89
[INFO] [stdout]                                at /opt/rustwide/workdir/src/step3.rs:80:29
[INFO] [stdout]   23:     0x5ec4ea8d5386 - core::ops::function::FnOnce::call_once::h95d42c9a7af93221
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   24:     0x5ec4ea8f7c9b - core::ops::function::FnOnce::call_once::h70887edf07a630ba
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   25:     0x5ec4ea8f7c9b - test::__rust_begin_short_backtrace::h27763c4cbbdb8601
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:663:18
[INFO] [stdout]   26:     0x5ec4ea90d905 - test::run_test_in_process::{{closure}}::h4dc8bc6d5e3924d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:74
[INFO] [stdout]   27:     0x5ec4ea90d905 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h75905e8ffe81974f
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   28:     0x5ec4ea90d905 - std::panicking::catch_unwind::do_call::h0bc60366ba66eba5
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   29:     0x5ec4ea90d905 - std::panicking::catch_unwind::hae1ec7bf94407afa
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   30:     0x5ec4ea90d905 - std::panic::catch_unwind::h0f4ff4773d84d3cd
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x5ec4ea90d905 - test::run_test_in_process::h03fbc77ae48b3f10
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:686:27
[INFO] [stdout]   32:     0x5ec4ea90d905 - test::run_test::{{closure}}::h83476a9c453dc4d3
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:607:43
[INFO] [stdout]   33:     0x5ec4ea8e40f4 - test::run_test::{{closure}}::h515482ad1e7fe7de
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/test/src/lib.rs:637:41
[INFO] [stdout]   34:     0x5ec4ea8e40f4 - std::sys::backtrace::__rust_begin_short_backtrace::hed09f6ac5fe9d647
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x5ec4ea8e79ba - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h988e2cd969319888
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x5ec4ea8e79ba - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hd70e28dc46ec20be
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   37:     0x5ec4ea8e79ba - std::panicking::catch_unwind::do_call::hdc29e11311eb7655
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:590:40
[INFO] [stdout]   38:     0x5ec4ea8e79ba - std::panicking::catch_unwind::h9e402d6a96fef41c
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panicking.rs:553:19
[INFO] [stdout]   39:     0x5ec4ea8e79ba - std::panic::catch_unwind::h9213c0c54aec70e0
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x5ec4ea8e79ba - std::thread::Builder::spawn_unchecked_::{{closure}}::h6262965869ed2b87
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x5ec4ea8e79ba - core::ops::function::FnOnce::call_once{{vtable.shim}}::h05c05ed02619e462
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   42:     0x5ec4ea92dbcf - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h2044e71c41d3958a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   43:     0x5ec4ea92dbcf - std::sys::thread::unix::Thread::new::thread_start::hf277835320aa8e5a
[INFO] [stdout]                                at /rustc/bb624dcb4c8ab987e10c0808d92d76f3b84dd117/library/std/src/sys/thread/unix.rs:126:17
[INFO] [stdout]   44:     0x78e0502d3aa4 - <unknown>
[INFO] [stdout]   45:     0x78e050360a34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     step1::tests::it_works
[INFO] [stdout]     step2::tests::correct_input_works
[INFO] [stdout]     step3::tests::correct_input_works
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 2 passed; 3 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "05905a0505a10797b34c3a2adbc6b15b8e0a7ed4f215f9c67387ca668664c0e4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "05905a0505a10797b34c3a2adbc6b15b8e0a7ed4f215f9c67387ca668664c0e4", kill_on_drop: false }`
[INFO] [stdout] 05905a0505a10797b34c3a2adbc6b15b8e0a7ed4f215f9c67387ca668664c0e4
