[INFO] fetching crate hawktracer-parser 0.2.3...
[INFO] testing hawktracer-parser-0.2.3 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-7
[INFO] extracting crate hawktracer-parser 0.2.3 into /workspace/builds/worker-2-tc1/source
[INFO] started tweaking crates.io crate hawktracer-parser 0.2.3
[INFO] finished tweaking crates.io crate hawktracer-parser 0.2.3
[INFO] tweaked toml for crates.io crate hawktracer-parser 0.2.3 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate hawktracer-parser 0.2.3 on toolchain c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 71fa216e35474618ae9036cee0d7e4347da4efd00532106b78ae6218b4800b9b
[INFO] running `Command { std: "docker" "start" "-a" "71fa216e35474618ae9036cee0d7e4347da4efd00532106b78ae6218b4800b9b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "71fa216e35474618ae9036cee0d7e4347da4efd00532106b78ae6218b4800b9b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "71fa216e35474618ae9036cee0d7e4347da4efd00532106b78ae6218b4800b9b", kill_on_drop: false }`
[INFO] [stdout] 71fa216e35474618ae9036cee0d7e4347da4efd00532106b78ae6218b4800b9b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 326973b6a971bf6527536ebca9d74ae4cd03c3cc823a4ddcec3e2c5a79c16a97
[INFO] running `Command { std: "docker" "start" "-a" "326973b6a971bf6527536ebca9d74ae4cd03c3cc823a4ddcec3e2c5a79c16a97", kill_on_drop: false }`
[INFO] [stderr]    Compiling hawktracer-parser v0.2.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/data_struct_reader.rs:27:21
[INFO] [stdout]    |
[INFO] [stdout] 27 |                     std::mem::transmute::<[u8; $size], $type>(buffer),
[INFO] [stdout]    |                     -----------------------------------------^^^^^^^^
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     help: replace this with: `u8::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 65 |             DataType::U8 => get_integer!(self, u8, 1, U8),
[INFO] [stdout]    |                             ----------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: `#[warn(unnecessary_transmutes)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `get_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/data_struct_reader.rs:27:21
[INFO] [stdout]    |
[INFO] [stdout] 27 |                     std::mem::transmute::<[u8; $size], $type>(buffer),
[INFO] [stdout]    |                     -----------------------------------------^^^^^^^^
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     help: replace this with: `i8::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 66 |             DataType::I8 => get_integer!(self, i8, 1, I8),
[INFO] [stdout]    |                             ----------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: this warning originates in the macro `get_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/data_struct_reader.rs:27:21
[INFO] [stdout]    |
[INFO] [stdout] 27 |                     std::mem::transmute::<[u8; $size], $type>(buffer),
[INFO] [stdout]    |                     -----------------------------------------^^^^^^^^
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     help: replace this with: `u16::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 67 |             DataType::U16 => get_integer!(self, u16, 2, U16),
[INFO] [stdout]    |                              ------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: this warning originates in the macro `get_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/data_struct_reader.rs:27:21
[INFO] [stdout]    |
[INFO] [stdout] 27 |                     std::mem::transmute::<[u8; $size], $type>(buffer),
[INFO] [stdout]    |                     -----------------------------------------^^^^^^^^
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     help: replace this with: `i16::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 68 |             DataType::I16 => get_integer!(self, i16, 2, I16),
[INFO] [stdout]    |                              ------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: this warning originates in the macro `get_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/data_struct_reader.rs:27:21
[INFO] [stdout]    |
[INFO] [stdout] 27 |                     std::mem::transmute::<[u8; $size], $type>(buffer),
[INFO] [stdout]    |                     -----------------------------------------^^^^^^^^
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     help: replace this with: `u32::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 69 |             DataType::U32 => get_integer!(self, u32, 4, U32),
[INFO] [stdout]    |                              ------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: this warning originates in the macro `get_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/data_struct_reader.rs:27:21
[INFO] [stdout]    |
[INFO] [stdout] 27 |                     std::mem::transmute::<[u8; $size], $type>(buffer),
[INFO] [stdout]    |                     -----------------------------------------^^^^^^^^
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     help: replace this with: `i32::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 70 |             DataType::I32 => get_integer!(self, i32, 4, I32),
[INFO] [stdout]    |                              ------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: this warning originates in the macro `get_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/data_struct_reader.rs:27:21
[INFO] [stdout]    |
[INFO] [stdout] 27 |                     std::mem::transmute::<[u8; $size], $type>(buffer),
[INFO] [stdout]    |                     -----------------------------------------^^^^^^^^
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     help: replace this with: `u64::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 71 |             DataType::U64 => get_integer!(self, u64, 8, U64),
[INFO] [stdout]    |                              ------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: this warning originates in the macro `get_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/data_struct_reader.rs:27:21
[INFO] [stdout]    |
[INFO] [stdout] 27 |                     std::mem::transmute::<[u8; $size], $type>(buffer),
[INFO] [stdout]    |                     -----------------------------------------^^^^^^^^
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     help: replace this with: `i64::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 72 |             DataType::I64 => get_integer!(self, i64, 8, I64),
[INFO] [stdout]    |                              ------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: this warning originates in the macro `get_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.49s
[INFO] running `Command { std: "docker" "inspect" "326973b6a971bf6527536ebca9d74ae4cd03c3cc823a4ddcec3e2c5a79c16a97", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "326973b6a971bf6527536ebca9d74ae4cd03c3cc823a4ddcec3e2c5a79c16a97", kill_on_drop: false }`
[INFO] [stdout] 326973b6a971bf6527536ebca9d74ae4cd03c3cc823a4ddcec3e2c5a79c16a97
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6b3f1e09df7d2f21c7b873cee67042c305f4a7f713a28899698d1c61c8b1684c
[INFO] running `Command { std: "docker" "start" "-a" "6b3f1e09df7d2f21c7b873cee67042c305f4a7f713a28899698d1c61c8b1684c", kill_on_drop: false }`
[INFO] [stderr]    Compiling hawktracer-parser v0.2.3 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/data_struct_reader.rs:27:21
[INFO] [stdout]    |
[INFO] [stdout] 27 |                     std::mem::transmute::<[u8; $size], $type>(buffer),
[INFO] [stdout]    |                     -----------------------------------------^^^^^^^^
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     help: replace this with: `u8::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 65 |             DataType::U8 => get_integer!(self, u8, 1, U8),
[INFO] [stdout]    |                             ----------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: `#[warn(unnecessary_transmutes)]` on by default
[INFO] [stdout]    = note: this warning originates in the macro `get_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/data_struct_reader.rs:27:21
[INFO] [stdout]    |
[INFO] [stdout] 27 |                     std::mem::transmute::<[u8; $size], $type>(buffer),
[INFO] [stdout]    |                     -----------------------------------------^^^^^^^^
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     help: replace this with: `i8::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 66 |             DataType::I8 => get_integer!(self, i8, 1, I8),
[INFO] [stdout]    |                             ----------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: this warning originates in the macro `get_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/data_struct_reader.rs:27:21
[INFO] [stdout]    |
[INFO] [stdout] 27 |                     std::mem::transmute::<[u8; $size], $type>(buffer),
[INFO] [stdout]    |                     -----------------------------------------^^^^^^^^
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     help: replace this with: `u16::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 67 |             DataType::U16 => get_integer!(self, u16, 2, U16),
[INFO] [stdout]    |                              ------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: this warning originates in the macro `get_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/data_struct_reader.rs:27:21
[INFO] [stdout]    |
[INFO] [stdout] 27 |                     std::mem::transmute::<[u8; $size], $type>(buffer),
[INFO] [stdout]    |                     -----------------------------------------^^^^^^^^
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     help: replace this with: `i16::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 68 |             DataType::I16 => get_integer!(self, i16, 2, I16),
[INFO] [stdout]    |                              ------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: this warning originates in the macro `get_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/data_struct_reader.rs:27:21
[INFO] [stdout]    |
[INFO] [stdout] 27 |                     std::mem::transmute::<[u8; $size], $type>(buffer),
[INFO] [stdout]    |                     -----------------------------------------^^^^^^^^
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     help: replace this with: `u32::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 69 |             DataType::U32 => get_integer!(self, u32, 4, U32),
[INFO] [stdout]    |                              ------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: this warning originates in the macro `get_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/data_struct_reader.rs:27:21
[INFO] [stdout]    |
[INFO] [stdout] 27 |                     std::mem::transmute::<[u8; $size], $type>(buffer),
[INFO] [stdout]    |                     -----------------------------------------^^^^^^^^
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     help: replace this with: `i32::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 70 |             DataType::I32 => get_integer!(self, i32, 4, I32),
[INFO] [stdout]    |                              ------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: this warning originates in the macro `get_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/data_struct_reader.rs:27:21
[INFO] [stdout]    |
[INFO] [stdout] 27 |                     std::mem::transmute::<[u8; $size], $type>(buffer),
[INFO] [stdout]    |                     -----------------------------------------^^^^^^^^
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     help: replace this with: `u64::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 71 |             DataType::U64 => get_integer!(self, u64, 8, U64),
[INFO] [stdout]    |                              ------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: this warning originates in the macro `get_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unnecessary transmute
[INFO] [stdout]   --> src/data_struct_reader.rs:27:21
[INFO] [stdout]    |
[INFO] [stdout] 27 |                     std::mem::transmute::<[u8; $size], $type>(buffer),
[INFO] [stdout]    |                     -----------------------------------------^^^^^^^^
[INFO] [stdout]    |                     |
[INFO] [stdout]    |                     help: replace this with: `i64::from_ne_bytes`
[INFO] [stdout] ...
[INFO] [stdout] 72 |             DataType::I64 => get_integer!(self, i64, 8, I64),
[INFO] [stdout]    |                              ------------------------------- in this macro invocation
[INFO] [stdout]    |
[INFO] [stdout]    = help: there's also `from_le_bytes` and `from_be_bytes` if you expect a particular byte order
[INFO] [stdout]    = note: this warning originates in the macro `get_integer` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `hawktracer_parser_test_utilities`
[INFO] [stdout]   --> src/event_reader.rs:71:9
[INFO] [stdout]    |
[INFO] [stdout] 71 |     use hawktracer_parser_test_utilities::FakeDataReader;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `hawktracer_parser_test_utilities`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `hawktracer_parser_test_utilities`, use `cargo add hawktracer_parser_test_utilities` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `hawktracer_parser_test_utilities`
[INFO] [stdout]   --> src/data_provider.rs:96:9
[INFO] [stdout]    |
[INFO] [stdout] 96 |     use hawktracer_parser_test_utilities::FakeDataReader;
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `hawktracer_parser_test_utilities`
[INFO] [stdout]    |
[INFO] [stdout]    = help: if you wanted to use a crate named `hawktracer_parser_test_utilities`, use `cargo add hawktracer_parser_test_utilities` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `hawktracer_parser_test_utilities`
[INFO] [stdout]    --> src/data_struct_reader.rs:105:9
[INFO] [stdout]     |
[INFO] [stdout] 105 |     use hawktracer_parser_test_utilities::FakeDataReader;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `hawktracer_parser_test_utilities`
[INFO] [stdout]     |
[INFO] [stdout]     = help: if you wanted to use a crate named `hawktracer_parser_test_utilities`, use `cargo add hawktracer_parser_test_utilities` to add it to your `Cargo.toml`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `hawktracer-parser` (lib test) due to 3 previous errors
[INFO] running `Command { std: "docker" "inspect" "6b3f1e09df7d2f21c7b873cee67042c305f4a7f713a28899698d1c61c8b1684c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6b3f1e09df7d2f21c7b873cee67042c305f4a7f713a28899698d1c61c8b1684c", kill_on_drop: false }`
[INFO] [stdout] 6b3f1e09df7d2f21c7b873cee67042c305f4a7f713a28899698d1c61c8b1684c
