[INFO] fetching crate fvm-std 1.0.0... [INFO] testing fvm-std-1.0.0 against master#c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38 for pr-146098-7 [INFO] extracting crate fvm-std 1.0.0 into /workspace/builds/worker-5-tc1/source [INFO] started tweaking crates.io crate fvm-std 1.0.0 [INFO] finished tweaking crates.io crate fvm-std 1.0.0 [INFO] tweaked toml for crates.io crate fvm-std 1.0.0 written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate fvm-std 1.0.0 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] Updating crates.io index [INFO] [stderr] Locking 57 packages to latest compatible versions [INFO] [stderr] Adding borsh v0.10.4 (available: v1.5.7) [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-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 27adeb34a3562545e47f125e14592e7e7050df233c60886a01534d673a25cda9 [INFO] running `Command { std: "docker" "start" "-a" "27adeb34a3562545e47f125e14592e7e7050df233c60886a01534d673a25cda9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "27adeb34a3562545e47f125e14592e7e7050df233c60886a01534d673a25cda9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "27adeb34a3562545e47f125e14592e7e7050df233c60886a01534d673a25cda9", kill_on_drop: false }` [INFO] [stdout] 27adeb34a3562545e47f125e14592e7e7050df233c60886a01534d673a25cda9 [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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] bfa274b37c49ea24c881c62c7ffa9ac5b784d962a627f0ebaabab5c0f6984781 [INFO] running `Command { std: "docker" "start" "-a" "bfa274b37c49ea24c881c62c7ffa9ac5b784d962a627f0ebaabab5c0f6984781", kill_on_drop: false }` [INFO] [stderr] Compiling winnow v0.7.13 [INFO] [stderr] Compiling hashbrown v0.16.0 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling unicode-xid v0.2.6 [INFO] [stderr] Compiling once_cell v1.21.3 [INFO] [stderr] Compiling ahash v0.8.12 [INFO] [stderr] Compiling byte-slice-cast v1.2.3 [INFO] [stderr] Compiling fixed-hash v0.8.0 [INFO] [stderr] Compiling parity-scale-codec v3.7.5 [INFO] [stderr] Compiling impl-trait-for-tuples v0.2.3 [INFO] [stderr] Compiling derive_more-impl v1.0.0 [INFO] [stderr] Compiling serde v1.0.228 [INFO] [stderr] Compiling const_format_proc_macros v0.2.34 [INFO] [stderr] Compiling hashbrown v0.13.2 [INFO] [stderr] Compiling indexmap v2.12.0 [INFO] [stderr] Compiling toml v0.5.11 [INFO] [stderr] Compiling const_format v0.2.35 [INFO] [stderr] Compiling derive_more v1.0.0 [INFO] [stderr] Compiling proc-macro-crate v0.1.5 [INFO] [stderr] Compiling toml_parser v1.0.4 [INFO] [stderr] Compiling toml_edit v0.23.7 [INFO] [stderr] Compiling proc-macro-crate v3.4.0 [INFO] [stderr] Compiling parity-scale-codec-derive v3.7.5 [INFO] [stderr] Compiling scale-info-derive v2.11.6 [INFO] [stderr] Compiling borsh-schema-derive-internal v0.10.4 [INFO] [stderr] Compiling borsh-derive-internal v0.10.4 [INFO] [stderr] Compiling borsh-derive v0.10.4 [INFO] [stderr] Compiling borsh v0.10.4 [INFO] [stderr] Compiling scale-info v2.11.6 [INFO] [stderr] Compiling fvm-std v1.0.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/lib.rs:111:21 [INFO] [stdout] | [INFO] [stdout] 111 | #![cfg_attr(not(any(feature = "std", test)), no_std)] [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `advance` and `sha2` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dev` [INFO] [stdout] --> src/types.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / construct_fixed_hash! { [INFO] [stdout] 8 | | /// A byte array of length 32 representing the block hash, etc. [INFO] [stdout] 9 | | /// [INFO] [stdout] 10 | | #[derive(Encode, Decode, TypeInfo)] [INFO] [stdout] 11 | | pub struct H256(32); [INFO] [stdout] 12 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `advance` and `sha2` [INFO] [stdout] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `construct_fixed_hash` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the macro `construct_fixed_hash` may come from an old version of the `fixed_hash` crate, try updating your dependency with `cargo update -p fixed_hash` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `construct_fixed_hash` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dev` [INFO] [stdout] --> src/types.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | / construct_fixed_hash! { [INFO] [stdout] 15 | | /// A byte array of length 20 representing the Address. [INFO] [stdout] 16 | | /// [INFO] [stdout] 17 | | #[derive(Encode, Decode, TypeInfo)] [INFO] [stdout] 18 | | pub struct H160(20); [INFO] [stdout] 19 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `advance` and `sha2` [INFO] [stdout] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `construct_fixed_hash` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the macro `construct_fixed_hash` may come from an old version of the `fixed_hash` crate, try updating your dependency with `cargo update -p fixed_hash` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `construct_fixed_hash` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a shared reference to mutable static [INFO] [stdout] --> src/collections/hyper_list.rs:23:9 [INFO] [stdout] | [INFO] [stdout] 23 | DEPLOY_LIST_ID.clone() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stdout] = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.20s [INFO] running `Command { std: "docker" "inspect" "bfa274b37c49ea24c881c62c7ffa9ac5b784d962a627f0ebaabab5c0f6984781", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bfa274b37c49ea24c881c62c7ffa9ac5b784d962a627f0ebaabab5c0f6984781", kill_on_drop: false }` [INFO] [stdout] bfa274b37c49ea24c881c62c7ffa9ac5b784d962a627f0ebaabab5c0f6984781 [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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c90bcb9571b7aab0d8beaa2ce8a998ffaf079d38" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d36315d52f924a92ba476e29d912b9eccef5fda1d260afff161d041979a2bb5f [INFO] running `Command { std: "docker" "start" "-a" "d36315d52f924a92ba476e29d912b9eccef5fda1d260afff161d041979a2bb5f", kill_on_drop: false }` [INFO] [stderr] Compiling fvm-std v1.0.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/lib.rs:111:21 [INFO] [stdout] | [INFO] [stdout] 111 | #![cfg_attr(not(any(feature = "std", test)), no_std)] [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `advance` and `sha2` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dev` [INFO] [stdout] --> src/types.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / construct_fixed_hash! { [INFO] [stdout] 8 | | /// A byte array of length 32 representing the block hash, etc. [INFO] [stdout] 9 | | /// [INFO] [stdout] 10 | | #[derive(Encode, Decode, TypeInfo)] [INFO] [stdout] 11 | | pub struct H256(32); [INFO] [stdout] 12 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `advance` and `sha2` [INFO] [stdout] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `construct_fixed_hash` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the macro `construct_fixed_hash` may come from an old version of the `fixed_hash` crate, try updating your dependency with `cargo update -p fixed_hash` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `construct_fixed_hash` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dev` [INFO] [stdout] --> src/types.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | / construct_fixed_hash! { [INFO] [stdout] 15 | | /// A byte array of length 20 representing the Address. [INFO] [stdout] 16 | | /// [INFO] [stdout] 17 | | #[derive(Encode, Decode, TypeInfo)] [INFO] [stdout] 18 | | pub struct H160(20); [INFO] [stdout] 19 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `advance` and `sha2` [INFO] [stdout] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `construct_fixed_hash` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the macro `construct_fixed_hash` may come from an old version of the `fixed_hash` crate, try updating your dependency with `cargo update -p fixed_hash` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `construct_fixed_hash` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: creating a shared reference to mutable static [INFO] [stdout] --> src/collections/hyper_list.rs:23:9 [INFO] [stdout] | [INFO] [stdout] 23 | DEPLOY_LIST_ID.clone() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static [INFO] [stdout] | [INFO] [stdout] = note: for more information, see [INFO] [stdout] = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives [INFO] [stdout] = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `std` [INFO] [stdout] --> src/lib.rs:111:21 [INFO] [stdout] | [INFO] [stdout] 111 | #![cfg_attr(not(any(feature = "std", test)), no_std)] [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `advance` and `sha2` [INFO] [stdout] = help: consider adding `std` as a feature in `Cargo.toml` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: `#[warn(unexpected_cfgs)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dev` [INFO] [stdout] --> src/types.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / construct_fixed_hash! { [INFO] [stdout] 8 | | /// A byte array of length 32 representing the block hash, etc. [INFO] [stdout] 9 | | /// [INFO] [stdout] 10 | | #[derive(Encode, Decode, TypeInfo)] [INFO] [stdout] 11 | | pub struct H256(32); [INFO] [stdout] 12 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `advance` and `sha2` [INFO] [stdout] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `construct_fixed_hash` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the macro `construct_fixed_hash` may come from an old version of the `fixed_hash` crate, try updating your dependency with `cargo update -p fixed_hash` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `construct_fixed_hash` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unexpected `cfg` condition value: `dev` [INFO] [stdout] --> src/types.rs:14:1 [INFO] [stdout] | [INFO] [stdout] 14 | / construct_fixed_hash! { [INFO] [stdout] 15 | | /// A byte array of length 20 representing the Address. [INFO] [stdout] 16 | | /// [INFO] [stdout] 17 | | #[derive(Encode, Decode, TypeInfo)] [INFO] [stdout] 18 | | pub struct H160(20); [INFO] [stdout] 19 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: expected values for `feature` are: `advance` and `sha2` [INFO] [stdout] = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate [INFO] [stdout] = help: try referring to `construct_fixed_hash` crate for guidance on how handle this unexpected cfg [INFO] [stdout] = help: the macro `construct_fixed_hash` may come from an old version of the `fixed_hash` crate, try updating your dependency with `cargo update -p fixed_hash` [INFO] [stdout] = note: see for more information about checking conditional configuration [INFO] [stdout] = note: this warning originates in the macro `construct_fixed_hash` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `fvm_mock` [INFO] [stdout] --> src/collections/hyper_map.rs:328:21 [INFO] [stdout] | [INFO] [stdout] 328 | let _mock = fvm_mock::build_runtime(); [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `fvm_mock` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fvm_mock`, use `cargo add fvm_mock` 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 `fvm_mock` [INFO] [stdout] --> src/collections/hyper_map.rs:337:20 [INFO] [stdout] | [INFO] [stdout] 337 | let mock = fvm_mock::build_runtime(); [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `fvm_mock` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fvm_mock`, use `cargo add fvm_mock` 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 `fvm_mock` [INFO] [stdout] --> src/collections/hyper_map.rs:348:21 [INFO] [stdout] | [INFO] [stdout] 348 | let _mock = fvm_mock::build_runtime(); [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `fvm_mock` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fvm_mock`, use `cargo add fvm_mock` 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 `fvm_mock` [INFO] [stdout] --> src/collections/hyper_map.rs:364:20 [INFO] [stdout] | [INFO] [stdout] 364 | let mock = fvm_mock::build_runtime(); [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `fvm_mock` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fvm_mock`, use `cargo add fvm_mock` 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 `fvm_mock` [INFO] [stdout] --> src/collections/hyper_map.rs:382:21 [INFO] [stdout] | [INFO] [stdout] 382 | let _mock = fvm_mock::build_runtime(); [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `fvm_mock` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fvm_mock`, use `cargo add fvm_mock` 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 `fvm_mock` [INFO] [stdout] --> src/collections/hyper_map.rs:404:21 [INFO] [stdout] | [INFO] [stdout] 404 | let _mock = fvm_mock::build_runtime(); [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `fvm_mock` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fvm_mock`, use `cargo add fvm_mock` 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 `fvm_mock` [INFO] [stdout] --> src/collections/hyper_map.rs:429:21 [INFO] [stdout] | [INFO] [stdout] 429 | let _mock = fvm_mock::build_runtime(); [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `fvm_mock` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fvm_mock`, use `cargo add fvm_mock` 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 `fvm_mock` [INFO] [stdout] --> src/collections/hyper_list.rs:335:21 [INFO] [stdout] | [INFO] [stdout] 335 | let _mock = fvm_mock::build_runtime(); [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `fvm_mock` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fvm_mock`, use `cargo add fvm_mock` 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 `fvm_mock` [INFO] [stdout] --> src/collections/hyper_list.rs:350:21 [INFO] [stdout] | [INFO] [stdout] 350 | let _mock = fvm_mock::build_runtime(); [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `fvm_mock` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fvm_mock`, use `cargo add fvm_mock` 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 `fvm_mock` [INFO] [stdout] --> src/collections/hyper_list.rs:381:21 [INFO] [stdout] | [INFO] [stdout] 381 | let _mock = fvm_mock::build_runtime(); [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `fvm_mock` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fvm_mock`, use `cargo add fvm_mock` 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 `fvm_mock` [INFO] [stdout] --> src/collections/hyper_list.rs:413:21 [INFO] [stdout] | [INFO] [stdout] 413 | let _mock = fvm_mock::build_runtime(); [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `fvm_mock` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fvm_mock`, use `cargo add fvm_mock` 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 `fvm_mock` [INFO] [stdout] --> src/spread.rs:42:21 [INFO] [stdout] | [INFO] [stdout] 42 | let _mock = fvm_mock::build_runtime(); [INFO] [stdout] | ^^^^^^^^ use of unresolved module or unlinked crate `fvm_mock` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `fvm_mock`, use `cargo add fvm_mock` 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 `fvm-std` (lib test) due to 12 previous errors; 3 warnings emitted [INFO] running `Command { std: "docker" "inspect" "d36315d52f924a92ba476e29d912b9eccef5fda1d260afff161d041979a2bb5f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d36315d52f924a92ba476e29d912b9eccef5fda1d260afff161d041979a2bb5f", kill_on_drop: false }` [INFO] [stdout] d36315d52f924a92ba476e29d912b9eccef5fda1d260afff161d041979a2bb5f