[INFO] fetching crate fuel-merkle 0.63.0... [INFO] testing fuel-merkle-0.63.0 against try#b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b for pr-145330-1 [INFO] extracting crate fuel-merkle 0.63.0 into /workspace/builds/worker-5-tc2/source [INFO] started tweaking crates.io crate fuel-merkle 0.63.0 [INFO] removed 0 missing tests [INFO] finished tweaking crates.io crate fuel-merkle 0.63.0 [INFO] tweaked toml for crates.io crate fuel-merkle 0.63.0 written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] validating manifest of crates.io crate fuel-merkle 0.63.0 on toolchain b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate crates.io crate fuel-merkle 0.63.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 764e23020d3e691bbfe0752aace9bf8d55e47e1006eb7b82b45c9121b6bf83df [INFO] running `Command { std: "docker" "start" "-a" "764e23020d3e691bbfe0752aace9bf8d55e47e1006eb7b82b45c9121b6bf83df", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "764e23020d3e691bbfe0752aace9bf8d55e47e1006eb7b82b45c9121b6bf83df", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "764e23020d3e691bbfe0752aace9bf8d55e47e1006eb7b82b45c9121b6bf83df", kill_on_drop: false }` [INFO] [stdout] 764e23020d3e691bbfe0752aace9bf8d55e47e1006eb7b82b45c9121b6bf83df [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] eeb5a2d6448c89c683fa88023704162196ea71c2fb5807ee11b4fa1a3ef72bb1 [INFO] running `Command { std: "docker" "start" "-a" "eeb5a2d6448c89c683fa88023704162196ea71c2fb5807ee11b4fa1a3ef72bb1", kill_on_drop: false }` [INFO] [stderr] Compiling fuel-storage v0.63.0 [INFO] [stderr] Compiling proc-macro2 v1.0.101 [INFO] [stderr] Compiling ahash v0.8.12 [INFO] [stderr] Compiling sha2 v0.10.9 [INFO] [stderr] Compiling hashbrown v0.13.2 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Compiling derive_more v0.99.20 [INFO] [stderr] Compiling fuel-merkle v0.63.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/common/storage_map.rs:57:12 [INFO] [stdout] | [INFO] [stdout] 57 | fn get(&self, key: &Type::Key) -> Result>, Self::Error> { [INFO] [stdout] | ^^^^^ the lifetime is elided here --------------------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 57 | fn get(&self, key: &Type::Key) -> Result>, Self::Error> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sparse/in_memory.rs:88:20 [INFO] [stdout] | [INFO] [stdout] 88 | fn get(&self, _: &Bytes32) -> Result>, Self::Error> { [INFO] [stdout] | ^^^^^ the lifetime is elided here -------------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 88 | fn get(&self, _: &Bytes32) -> Result>, Self::Error> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sparse/in_memory.rs:145:20 [INFO] [stdout] | [INFO] [stdout] 145 | fn get(&self, _: &Bytes32) -> Result>, Self::Error> { [INFO] [stdout] | ^^^^^ the lifetime is elided here -------------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 145 | fn get(&self, _: &Bytes32) -> Result>, Self::Error> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/storage.rs:12:12 [INFO] [stdout] | [INFO] [stdout] 12 | fn get(&self, key: &Type::Key) -> Option>; [INFO] [stdout] | ^^^^^ the lifetime is elided here --------------------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 12 | fn get(&self, key: &Type::Key) -> Option>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/storage.rs:26:12 [INFO] [stdout] | [INFO] [stdout] 26 | fn get(&self, key: &Type::Key) -> Option> { [INFO] [stdout] | ^^^^^ the lifetime is elided here --------------------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 26 | fn get(&self, key: &Type::Key) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.50s [INFO] running `Command { std: "docker" "inspect" "eeb5a2d6448c89c683fa88023704162196ea71c2fb5807ee11b4fa1a3ef72bb1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "eeb5a2d6448c89c683fa88023704162196ea71c2fb5807ee11b4fa1a3ef72bb1", kill_on_drop: false }` [INFO] [stdout] eeb5a2d6448c89c683fa88023704162196ea71c2fb5807ee11b4fa1a3ef72bb1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=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" "+b6ae10aa7319b7ebb6c7b3331dd71a9d6c9c5b4b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 42b0c805d2d70ff0694b09b8c4081c5ad025bf6f4b02cb6766cca772dc0608f3 [INFO] running `Command { std: "docker" "start" "-a" "42b0c805d2d70ff0694b09b8c4081c5ad025bf6f4b02cb6766cca772dc0608f3", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.175 [INFO] [stderr] Compiling memchr v2.7.5 [INFO] [stderr] Compiling colorchoice v1.0.4 [INFO] [stderr] Compiling anstyle v1.0.11 [INFO] [stderr] Compiling anstyle-query v1.1.4 [INFO] [stderr] Compiling anstyle-parse v0.2.7 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Compiling clap_lex v0.7.5 [INFO] [stderr] Compiling rustix v1.0.8 [INFO] [stderr] Compiling rayon-core v1.13.0 [INFO] [stderr] Compiling bitflags v2.9.3 [INFO] [stderr] Compiling syn v2.0.106 [INFO] [stderr] Compiling bit-vec v0.8.0 [INFO] [stderr] Compiling serde_json v1.0.143 [INFO] [stderr] Compiling half v2.4.1 [INFO] [stderr] Compiling ciborium-io v0.2.2 [INFO] [stderr] Compiling camino v1.1.12 [INFO] [stderr] Compiling plotters-backend v0.3.7 [INFO] [stderr] Compiling ahash v0.8.12 [INFO] [stderr] Compiling anstream v0.6.20 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling cast v0.3.0 [INFO] [stderr] Compiling escape8259 v0.5.3 [INFO] [stderr] Compiling clap_builder v4.5.46 [INFO] [stderr] Compiling ciborium-ll v0.2.2 [INFO] [stderr] Compiling hashbrown v0.15.5 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling unsafe-libyaml v0.2.11 [INFO] [stderr] Compiling unarray v0.1.4 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling bit-set v0.8.0 [INFO] [stderr] Compiling plotters-svg v0.3.7 [INFO] [stderr] Compiling hashbrown v0.13.2 [INFO] [stderr] Compiling anes v0.1.6 [INFO] [stderr] Compiling oorandom v11.1.5 [INFO] [stderr] Compiling rayon v1.11.0 [INFO] [stderr] Compiling indexmap v2.11.0 [INFO] [stderr] Compiling plotters v0.3.7 [INFO] [stderr] Compiling getrandom v0.3.3 [INFO] [stderr] Compiling getrandom v0.2.16 [INFO] [stderr] Compiling wait-timeout v0.2.1 [INFO] [stderr] Compiling is-terminal v0.4.16 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling rand_core v0.9.3 [INFO] [stderr] Compiling rand_chacha v0.9.0 [INFO] [stderr] Compiling rand_xorshift v0.4.0 [INFO] [stderr] Compiling rand v0.9.2 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling regex-automata v0.4.10 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling criterion-plot v0.5.0 [INFO] [stderr] Compiling tempfile v3.21.0 [INFO] [stderr] Compiling rusty-fork v0.3.0 [INFO] [stderr] Compiling proptest v1.7.0 [INFO] [stderr] Compiling regex v1.11.2 [INFO] [stderr] Compiling fancy-regex v0.14.0 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling clap_derive v4.5.45 [INFO] [stderr] Compiling derive_more v0.99.20 [INFO] [stderr] Compiling proptest-derive v0.5.1 [INFO] [stderr] Compiling fuel-merkle v0.63.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/common/storage_map.rs:57:12 [INFO] [stdout] | [INFO] [stdout] 57 | fn get(&self, key: &Type::Key) -> Result>, Self::Error> { [INFO] [stdout] | ^^^^^ the lifetime is elided here --------------------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 57 | fn get(&self, key: &Type::Key) -> Result>, Self::Error> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sparse/in_memory.rs:88:20 [INFO] [stdout] | [INFO] [stdout] 88 | fn get(&self, _: &Bytes32) -> Result>, Self::Error> { [INFO] [stdout] | ^^^^^ the lifetime is elided here -------------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 88 | fn get(&self, _: &Bytes32) -> Result>, Self::Error> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/sparse/in_memory.rs:145:20 [INFO] [stdout] | [INFO] [stdout] 145 | fn get(&self, _: &Bytes32) -> Result>, Self::Error> { [INFO] [stdout] | ^^^^^ the lifetime is elided here -------------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 145 | fn get(&self, _: &Bytes32) -> Result>, Self::Error> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/storage.rs:12:12 [INFO] [stdout] | [INFO] [stdout] 12 | fn get(&self, key: &Type::Key) -> Option>; [INFO] [stdout] | ^^^^^ the lifetime is elided here --------------------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 12 | fn get(&self, key: &Type::Key) -> Option>; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing [INFO] [stdout] --> src/storage.rs:26:12 [INFO] [stdout] | [INFO] [stdout] 26 | fn get(&self, key: &Type::Key) -> Option> { [INFO] [stdout] | ^^^^^ the lifetime is elided here --------------------- the same lifetime is hidden here [INFO] [stdout] | [INFO] [stdout] = help: the same lifetime is referred to in inconsistent ways, making the signature confusing [INFO] [stdout] help: use `'_` for type paths [INFO] [stdout] | [INFO] [stdout] 26 | fn get(&self, key: &Type::Key) -> Option> { [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling clap v4.5.46 [INFO] [stderr] Compiling libtest-mimic v0.8.1 [INFO] [stderr] Compiling datatest-stable v0.2.10 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling ciborium v0.2.2 [INFO] [stderr] Compiling serde_yaml v0.9.34+deprecated [INFO] [stderr] Compiling tinytemplate v1.2.1 [INFO] [stderr] Compiling criterion v0.5.1 [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `fuel_merkle_test_helpers` [INFO] [stdout] --> tests-data/tests-data.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use fuel_merkle_test_helpers::data::sparse::Test; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fuel_merkle_test_helpers` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fuel_merkle_test_helpers`, use `cargo add fuel_merkle_test_helpers` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `fuel_merkle_test_helpers` [INFO] [stdout] --> tests-data-binary/tests-data-binary.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use fuel_merkle_test_helpers::data::binary::ProofTest; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fuel_merkle_test_helpers` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fuel_merkle_test_helpers`, use `cargo add fuel_merkle_test_helpers` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] error: could not compile `fuel-merkle` (test "tests-data") due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `fuel-merkle` (test "tests-data-binary") due to 1 previous error [INFO] [stdout] error[E0432]: unresolved import `fuel_merkle_test_helpers` [INFO] [stdout] --> src/binary/merkle_tree.rs:373:9 [INFO] [stdout] | [INFO] [stdout] 373 | use fuel_merkle_test_helpers::TEST_DATA; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fuel_merkle_test_helpers` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fuel_merkle_test_helpers`, use `cargo add fuel_merkle_test_helpers` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `fuel_merkle_test_helpers` [INFO] [stdout] --> src/binary/verify.rs:143:9 [INFO] [stdout] | [INFO] [stdout] 143 | use fuel_merkle_test_helpers::TEST_DATA; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fuel_merkle_test_helpers` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fuel_merkle_test_helpers`, use `cargo add fuel_merkle_test_helpers` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `fuel_merkle_test_helpers` [INFO] [stdout] --> src/binary/in_memory.rs:73:9 [INFO] [stdout] | [INFO] [stdout] 73 | use fuel_merkle_test_helpers::TEST_DATA; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fuel_merkle_test_helpers` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fuel_merkle_test_helpers`, use `cargo add fuel_merkle_test_helpers` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `fuel_merkle_test_helpers` [INFO] [stdout] --> src/tests/binary.rs:23:5 [INFO] [stdout] | [INFO] [stdout] 23 | use fuel_merkle_test_helpers::binary::MerkleTree as ReferenceMerkleTree; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fuel_merkle_test_helpers` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fuel_merkle_test_helpers`, use `cargo add fuel_merkle_test_helpers` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `fuel_merkle_test_helpers` [INFO] [stdout] --> src/binary/root_calculator.rs:140:9 [INFO] [stdout] | [INFO] [stdout] 140 | use fuel_merkle_test_helpers::TEST_DATA; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `fuel_merkle_test_helpers` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fuel_merkle_test_helpers`, use `cargo add fuel_merkle_test_helpers` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `fuel-merkle` (lib test) due to 5 previous errors [INFO] running `Command { std: "docker" "inspect" "42b0c805d2d70ff0694b09b8c4081c5ad025bf6f4b02cb6766cca772dc0608f3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "42b0c805d2d70ff0694b09b8c4081c5ad025bf6f4b02cb6766cca772dc0608f3", kill_on_drop: false }` [INFO] [stdout] 42b0c805d2d70ff0694b09b8c4081c5ad025bf6f4b02cb6766cca772dc0608f3