[INFO] fetching crate hawktracer-parser 0.2.3... [INFO] testing hawktracer-parser-0.2.3 against master#350d0ef0ec0493e6d21cfb265cb8211a0e74d766 for pr-145330-1 [INFO] extracting crate hawktracer-parser 0.2.3 into /workspace/builds/worker-5-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-5-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate hawktracer-parser 0.2.3 on toolchain 350d0ef0ec0493e6d21cfb265cb8211a0e74d766 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "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" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 13e21ef20d884147892e3ee81bf11f7f2f6a25f1274a37d5e24b2d17bec2fbf3 [INFO] running `Command { std: "docker" "start" "-a" "13e21ef20d884147892e3ee81bf11f7f2f6a25f1274a37d5e24b2d17bec2fbf3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "13e21ef20d884147892e3ee81bf11f7f2f6a25f1274a37d5e24b2d17bec2fbf3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "13e21ef20d884147892e3ee81bf11f7f2f6a25f1274a37d5e24b2d17bec2fbf3", kill_on_drop: false }` [INFO] [stdout] 13e21ef20d884147892e3ee81bf11f7f2f6a25f1274a37d5e24b2d17bec2fbf3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5bc44558b73cf4b31a4db1714820d17d6bb802f997f5374603dd5f5a1c46d2e0 [INFO] running `Command { std: "docker" "start" "-a" "5bc44558b73cf4b31a4db1714820d17d6bb802f997f5374603dd5f5a1c46d2e0", 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.63s [INFO] running `Command { std: "docker" "inspect" "5bc44558b73cf4b31a4db1714820d17d6bb802f997f5374603dd5f5a1c46d2e0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5bc44558b73cf4b31a4db1714820d17d6bb802f997f5374603dd5f5a1c46d2e0", kill_on_drop: false }` [INFO] [stdout] 5bc44558b73cf4b31a4db1714820d17d6bb802f997f5374603dd5f5a1c46d2e0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+350d0ef0ec0493e6d21cfb265cb8211a0e74d766" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 07922b1f78edb5616d22595a7f00a5b424dddf3a22b81800d4b860c0ef998807 [INFO] running `Command { std: "docker" "start" "-a" "07922b1f78edb5616d22595a7f00a5b424dddf3a22b81800d4b860c0ef998807", kill_on_drop: false }` [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] Compiling hawktracer-parser v0.2.3 (/opt/rustwide/workdir) [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" "07922b1f78edb5616d22595a7f00a5b424dddf3a22b81800d4b860c0ef998807", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "07922b1f78edb5616d22595a7f00a5b424dddf3a22b81800d4b860c0ef998807", kill_on_drop: false }` [INFO] [stdout] 07922b1f78edb5616d22595a7f00a5b424dddf3a22b81800d4b860c0ef998807