[INFO] fetching crate fvm-std 1.0.0...
[INFO] checking fvm-std-1.0.0 against try#31561a63598a0f21fc74c024747ef1310fdd2eb2 for pr-133536
[INFO] extracting crate fvm-std 1.0.0 into /workspace/builds/worker-0-tc2/source
[INFO] validating manifest of crates.io crate fvm-std 1.0.0 on toolchain 31561a63598a0f21fc74c024747ef1310fdd2eb2
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[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-0-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 52 packages to latest compatible versions
[INFO] [stderr]       Adding borsh v0.10.4 (available: v1.5.3)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 5d7cf341c126871e222b3ec9d376d61691ac0eb3ab31c8bdc79844a65b7109b2
[INFO] running `Command { std: "docker" "start" "-a" "5d7cf341c126871e222b3ec9d376d61691ac0eb3ab31c8bdc79844a65b7109b2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5d7cf341c126871e222b3ec9d376d61691ac0eb3ab31c8bdc79844a65b7109b2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5d7cf341c126871e222b3ec9d376d61691ac0eb3ab31c8bdc79844a65b7109b2", kill_on_drop: false }`
[INFO] [stdout] 5d7cf341c126871e222b3ec9d376d61691ac0eb3ab31c8bdc79844a65b7109b2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+31561a63598a0f21fc74c024747ef1310fdd2eb2" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e57cb69c3112ba741dcaa1903266b1ee495d9e4106f5f1666ff617474cc813d4
[INFO] running `Command { std: "docker" "start" "-a" "e57cb69c3112ba741dcaa1903266b1ee495d9e4106f5f1666ff617474cc813d4", kill_on_drop: false }`
[INFO] [stderr]    Compiling equivalent v1.0.1
[INFO] [stderr]    Compiling hashbrown v0.15.2
[INFO] [stderr]    Compiling winnow v0.6.20
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling rustversion v1.0.18
[INFO] [stderr]    Compiling toml_datetime v0.6.8
[INFO] [stderr]     Checking zerocopy v0.7.35
[INFO] [stderr]     Checking once_cell v1.20.2
[INFO] [stderr]     Checking arrayvec v0.7.6
[INFO] [stderr]     Checking byte-slice-cast v1.2.2
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]     Checking static_assertions v1.1.0
[INFO] [stderr]    Compiling syn v2.0.90
[INFO] [stderr]     Checking fixed-hash v0.8.0
[INFO] [stderr]     Checking hashbrown v0.13.2
[INFO] [stderr]    Compiling parity-scale-codec v3.7.0
[INFO] [stderr]    Compiling indexmap v2.6.0
[INFO] [stderr]    Compiling toml_edit v0.22.22
[INFO] [stderr]    Compiling borsh-derive-internal v0.10.4
[INFO] [stderr]    Compiling borsh-schema-derive-internal v0.10.4
[INFO] [stderr]    Compiling proc-macro-crate v3.2.0
[INFO] [stderr]    Compiling serde_derive v1.0.215
[INFO] [stderr]    Compiling impl-trait-for-tuples v0.2.3
[INFO] [stderr]    Compiling derive_more-impl v1.0.0
[INFO] [stderr]    Compiling parity-scale-codec-derive v3.7.0
[INFO] [stderr]    Compiling scale-info-derive v2.11.6
[INFO] [stderr]     Checking derive_more v1.0.0
[INFO] [stderr]    Compiling serde v1.0.215
[INFO] [stderr]     Checking serde_json v1.0.133
[INFO] [stderr]     Checking scale-info v2.11.6
[INFO] [stderr]    Compiling toml v0.5.11
[INFO] [stderr]    Compiling proc-macro-crate v0.1.5
[INFO] [stderr]    Compiling borsh-derive v0.10.4
[INFO] [stderr]     Checking borsh v0.10.4
[INFO] [stderr]     Checking 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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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]    = help: consider adding `dev` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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]    = help: consider adding `dev` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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: `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 <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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]    = help: consider adding `dev` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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]    = help: consider adding `dev` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> 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 is discouraged
[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 <https://doc.rust-lang.org/nightly/edition-guide/rust-2024/static-mut-references.html>
[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)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `fvm_mock`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `fvm_mock`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `fvm_mock`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `fvm_mock`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `fvm_mock`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `fvm_mock`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `fvm_mock`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `fvm_mock`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `fvm_mock`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `fvm_mock`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `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 undeclared crate or module `fvm_mock`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `fvm_mock`
[INFO] [stdout]   --> src/spread.rs:42:21
[INFO] [stdout]    |
[INFO] [stdout] 42 |         let _mock = fvm_mock::build_runtime();
[INFO] [stdout]    |                     ^^^^^^^^ use of undeclared crate or module `fvm_mock`
[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" "e57cb69c3112ba741dcaa1903266b1ee495d9e4106f5f1666ff617474cc813d4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e57cb69c3112ba741dcaa1903266b1ee495d9e4106f5f1666ff617474cc813d4", kill_on_drop: false }`
[INFO] [stdout] e57cb69c3112ba741dcaa1903266b1ee495d9e4106f5f1666ff617474cc813d4
