[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 1.90.0 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-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/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-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/tweedegolf/pcap-workshop on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "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" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 7a1c8d866918adbecae2b52ff73fccc86251ecfb0e72dd62077d43992ccb19fc
[INFO] running `Command { std: "docker" "start" "-a" "7a1c8d866918adbecae2b52ff73fccc86251ecfb0e72dd62077d43992ccb19fc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "7a1c8d866918adbecae2b52ff73fccc86251ecfb0e72dd62077d43992ccb19fc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7a1c8d866918adbecae2b52ff73fccc86251ecfb0e72dd62077d43992ccb19fc", kill_on_drop: false }`
[INFO] [stdout] 7a1c8d866918adbecae2b52ff73fccc86251ecfb0e72dd62077d43992ccb19fc
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 17dae7779eb5cec80208d0af035364a030a3ef437918d6a5c044dadb42d01861
[INFO] running `Command { std: "docker" "start" "-a" "17dae7779eb5cec80208d0af035364a030a3ef437918d6a5c044dadb42d01861", 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)]` 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)]` 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.21s
[INFO] running `Command { std: "docker" "inspect" "17dae7779eb5cec80208d0af035364a030a3ef437918d6a5c044dadb42d01861", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "17dae7779eb5cec80208d0af035364a030a3ef437918d6a5c044dadb42d01861", kill_on_drop: false }`
[INFO] [stdout] 17dae7779eb5cec80208d0af035364a030a3ef437918d6a5c044dadb42d01861
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] fa4d40d8d4c167594fe5f7e46a068af437b170afb9cf7bb0e9ea705a655b7c88
[INFO] running `Command { std: "docker" "start" "-a" "fa4d40d8d4c167594fe5f7e46a068af437b170afb9cf7bb0e9ea705a655b7c88", 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)]` 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)]` 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] [stderr]    Compiling pcap_parser v0.1.0 (/opt/rustwide/workdir)
[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] [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)]` 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)]` 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.61s
[INFO] running `Command { std: "docker" "inspect" "fa4d40d8d4c167594fe5f7e46a068af437b170afb9cf7bb0e9ea705a655b7c88", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "fa4d40d8d4c167594fe5f7e46a068af437b170afb9cf7bb0e9ea705a655b7c88", kill_on_drop: false }`
[INFO] [stdout] fa4d40d8d4c167594fe5f7e46a068af437b170afb9cf7bb0e9ea705a655b7c88
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 45a05826a61807ce99c2643bf59fe5e2354334c0524b5a2865a2c1ccd0b2a090
[INFO] running `Command { std: "docker" "start" "-a" "45a05826a61807ce99c2643bf59fe5e2354334c0524b5a2865a2c1ccd0b2a090", 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)]` 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)]` 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)]` 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-f8d1c05dad2432f6)
[INFO] [stdout] 
[INFO] [stdout] running 5 tests
[INFO] [stdout] test step2::tests::empty_input_fails ... ok
[INFO] [stdout] test step3::tests::empty_input_fails ... ok
[INFO] [stdout] test step2::tests::correct_input_works ... FAILED
[INFO] [stdout] test step1::tests::it_works ... FAILED
[INFO] [stdout] test step3::tests::correct_input_works ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- step2::tests::correct_input_works stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'step2::tests::correct_input_works' panicked at src/step2.rs:41:9:
[INFO] [stdout] not yet implemented
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x55c3070e2272 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x55c3070e2272 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x55c3070e2272 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x55c3070e2272 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x55c307107473 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x55c307107473 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x55c3070df1f3 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x55c3070df1f3 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x55c3070e20c2 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x55c3070e37e9 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x55c3070e361e - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x55c3070abbf4 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x55c3070abbf4 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x55c3070e41be - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x55c3070e41be - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x55c3070e3f56 - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:699:13
[INFO] [stdout]   16:     0x55c3070e2769 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x55c3070e3c1d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x55c307105f90 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x55c30710601c - core::panicking::panic::h89a5f2df32b0508a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:145:5
[INFO] [stdout]   20:     0x55c307071e56 - pcap_parser::step2::SectionHeaderBlock::parse::hf0762e3df0969074
[INFO] [stdout]                                at /opt/rustwide/workdir/src/step2.rs:41:9
[INFO] [stdout]   21:     0x55c3070723a8 - pcap_parser::step2::tests::correct_input_works::h186eedbd5a97bf76
[INFO] [stdout]                                at /opt/rustwide/workdir/src/step2.rs:69:17
[INFO] [stdout]   22:     0x55c307072377 - pcap_parser::step2::tests::correct_input_works::{{closure}}::hdb1fa62e2215beb7
[INFO] [stdout]                                at /opt/rustwide/workdir/src/step2.rs:68:29
[INFO] [stdout]   23:     0x55c30706fb86 - core::ops::function::FnOnce::call_once::hdf22573464e47573
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   24:     0x55c3070b145b - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   25:     0x55c3070b145b - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   26:     0x55c3070b0595 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   27:     0x55c3070b0595 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   28:     0x55c3070b0595 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   29:     0x55c3070b0595 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   30:     0x55c3070b0595 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x55c3070b0595 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   32:     0x55c3070b0595 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   33:     0x55c307074194 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   34:     0x55c307074194 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x55c307077b6a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x55c307077b6a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   37:     0x55c307077b6a - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   38:     0x55c307077b6a - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   39:     0x55c307077b6a - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x55c307077b6a - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x55c307077b6a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   42:     0x55c3070e713f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   43:     0x55c3070e713f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   44:     0x767e9d94daa4 - <unknown>
[INFO] [stdout]   45:     0x767e9d9daa34 - clone
[INFO] [stdout]   46:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- step1::tests::it_works stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'step1::tests::it_works' 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:     0x55c3070e2272 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x55c3070e2272 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x55c3070e2272 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x55c3070e2272 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x55c307107473 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x55c307107473 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x55c3070df1f3 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x55c3070df1f3 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x55c3070e20c2 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x55c3070e37e9 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x55c3070e361e - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x55c3070abbf4 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x55c3070abbf4 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x55c3070e41be - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x55c3070e41be - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x55c3070e3f8a - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   16:     0x55c3070e2769 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x55c3070e3c1d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x55c307105f90 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x55c307106217 - core::panicking::assert_failed_inner::h102b4539a88470c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:448:17
[INFO] [stdout]   20:     0x55c307070570 - core::panicking::assert_failed::h334c6b2f7f963d53
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:403:5
[INFO] [stdout]   21:     0x55c307072184 - pcap_parser::step1::tests::it_works::h2b284c0eaebe10b6
[INFO] [stdout]                                at /opt/rustwide/workdir/src/step1.rs:83:9
[INFO] [stdout]   22:     0x55c3070720e7 - pcap_parser::step1::tests::it_works::{{closure}}::he5edbdd2dc5ee50b
[INFO] [stdout]                                at /opt/rustwide/workdir/src/step1.rs:80:18
[INFO] [stdout]   23:     0x55c30706fa46 - core::ops::function::FnOnce::call_once::h24b97397d3b2d50b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   24:     0x55c3070b145b - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   25:     0x55c3070b145b - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   26:     0x55c3070b0595 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   27:     0x55c3070b0595 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   28:     0x55c3070b0595 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   29:     0x55c3070b0595 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   30:     0x55c3070b0595 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x55c3070b0595 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   32:     0x55c3070b0595 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   33:     0x55c307074194 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   34:     0x55c307074194 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x55c307077b6a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x55c307077b6a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   37:     0x55c307077b6a - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   38:     0x55c307077b6a - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   39:     0x55c307077b6a - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x55c307077b6a - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x55c307077b6a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   42:     0x55c3070e713f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   43:     0x55c3070e713f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   44:     0x767e9d94daa4 - <unknown>
[INFO] [stdout]   45:     0x767e9d9daa34 - 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' panicked at src/step3.rs:50:9:
[INFO] [stdout] not yet implemented
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x55c3070e2272 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x55c3070e2272 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x55c3070e2272 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x55c3070e2272 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x55c307107473 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x55c307107473 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x55c3070df1f3 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x55c3070df1f3 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x55c3070e20c2 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x55c3070e37e9 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x55c3070e361e - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x55c3070abbf4 - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::hb6bd65493727d71a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x55c3070abbf4 - test::test_main_with_exit_callback::{{closure}}::h60217ec76a0ece4a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x55c3070e41be - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   14:     0x55c3070e41be - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   15:     0x55c3070e3f56 - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:699:13
[INFO] [stdout]   16:     0x55c3070e2769 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   17:     0x55c3070e3c1d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   18:     0x55c307105f90 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   19:     0x55c30710601c - core::panicking::panic::h89a5f2df32b0508a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:145:5
[INFO] [stdout]   20:     0x55c3070720c6 - pcap_parser::step3::SectionHeaderBlock::parse::h037250d4b9485bd9
[INFO] [stdout]                                at /opt/rustwide/workdir/src/step3.rs:50:9
[INFO] [stdout]   21:     0x55c307072648 - pcap_parser::step3::tests::correct_input_works::hd5ca43582daa6610
[INFO] [stdout]                                at /opt/rustwide/workdir/src/step3.rs:81:17
[INFO] [stdout]   22:     0x55c307072617 - pcap_parser::step3::tests::correct_input_works::{{closure}}::hbc381d451a9e5b1a
[INFO] [stdout]                                at /opt/rustwide/workdir/src/step3.rs:80:29
[INFO] [stdout]   23:     0x55c30706fac6 - core::ops::function::FnOnce::call_once::h83747858fed925ac
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   24:     0x55c3070b145b - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   25:     0x55c3070b145b - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   26:     0x55c3070b0595 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   27:     0x55c3070b0595 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   28:     0x55c3070b0595 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   29:     0x55c3070b0595 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   30:     0x55c3070b0595 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   31:     0x55c3070b0595 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   32:     0x55c3070b0595 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   33:     0x55c307074194 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   34:     0x55c307074194 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   35:     0x55c307077b6a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   36:     0x55c307077b6a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   37:     0x55c307077b6a - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   38:     0x55c307077b6a - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   39:     0x55c307077b6a - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   40:     0x55c307077b6a - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   41:     0x55c307077b6a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   42:     0x55c3070e713f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   43:     0x55c3070e713f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   44:     0x767e9d94daa4 - <unknown>
[INFO] [stdout]   45:     0x767e9d9daa34 - 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.04s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "45a05826a61807ce99c2643bf59fe5e2354334c0524b5a2865a2c1ccd0b2a090", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "45a05826a61807ce99c2643bf59fe5e2354334c0524b5a2865a2c1ccd0b2a090", kill_on_drop: false }`
[INFO] [stdout] 45a05826a61807ce99c2643bf59fe5e2354334c0524b5a2865a2c1ccd0b2a090
