[INFO] fetching crate ethers-contract-abigen 2.0.11...
[INFO] checking ethers-contract-abigen-2.0.11 against master#30f74ff0dc4d66debc8b50724c446f817e5f75f4 for pr-121848-1
[INFO] extracting crate ethers-contract-abigen 2.0.11 into /workspace/builds/worker-4-tc1/source
[INFO] validating manifest of crates.io crate ethers-contract-abigen 2.0.11 on toolchain 30f74ff0dc4d66debc8b50724c446f817e5f75f4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate ethers-contract-abigen 2.0.11
[INFO] finished tweaking crates.io crate ethers-contract-abigen 2.0.11
[INFO] tweaked toml for crates.io crate ethers-contract-abigen 2.0.11 written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] b8857790384527059d0e80488d022d7dbf34ab54db589fea57fa8fe5d6157162
[INFO] running `Command { std: "docker" "start" "-a" "b8857790384527059d0e80488d022d7dbf34ab54db589fea57fa8fe5d6157162", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b8857790384527059d0e80488d022d7dbf34ab54db589fea57fa8fe5d6157162", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b8857790384527059d0e80488d022d7dbf34ab54db589fea57fa8fe5d6157162", kill_on_drop: false }`
[INFO] [stdout] b8857790384527059d0e80488d022d7dbf34ab54db589fea57fa8fe5d6157162
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+30f74ff0dc4d66debc8b50724c446f817e5f75f4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e368442849c9090c1f238f60b47222b7896de9834cd44d00e57b0bfe6704aaa7
[INFO] running `Command { std: "docker" "start" "-a" "e368442849c9090c1f238f60b47222b7896de9834cd44d00e57b0bfe6704aaa7", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.79
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking zeroize v1.7.0
[INFO] [stderr]     Checking const-oid v0.9.6
[INFO] [stderr]    Compiling crunchy v0.2.2
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]     Checking rustc-hex v2.1.0
[INFO] [stderr]     Checking byte-slice-cast v1.2.2
[INFO] [stderr]    Compiling toml_edit v0.20.7
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]     Checking hex v0.4.3
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling serde_json v1.0.115
[INFO] [stderr]     Checking unicode-ident v1.0.12
[INFO] [stderr]     Checking base16ct v0.2.0
[INFO] [stderr]    Compiling semver v1.0.22
[INFO] [stderr]    Compiling camino v1.1.6
[INFO] [stderr]    Compiling bytes v1.6.0
[INFO] [stderr]    Compiling prettyplease v0.2.17
[INFO] [stderr]     Checking der v0.7.8
[INFO] [stderr]    Compiling eyre v0.6.12
[INFO] [stderr]     Checking chrono v0.4.37
[INFO] [stderr]     Checking indenter v0.3.3
[INFO] [stderr]     Checking const-hex v1.11.3
[INFO] [stderr]     Checking unicode-xid v0.2.4
[INFO] [stderr]     Checking Inflector v0.11.4
[INFO] [stderr]     Checking dunce v1.0.4
[INFO] [stderr]     Checking uint v0.9.5
[INFO] [stderr]     Checking quote v1.0.35
[INFO] [stderr]     Checking syn v2.0.57
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking getrandom v0.2.12
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking sha3 v0.10.8
[INFO] [stderr]     Checking sha2 v0.10.8
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking rfc6979 v0.4.0
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking ff v0.13.0
[INFO] [stderr]     Checking crypto-bigint v0.5.5
[INFO] [stderr]     Checking signature v2.2.0
[INFO] [stderr]     Checking sec1 v0.7.3
[INFO] [stderr]     Checking spki v0.7.3
[INFO] [stderr]     Checking group v0.13.0
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]    Compiling proc-macro-crate v2.0.0
[INFO] [stderr]     Checking fixed-hash v0.8.0
[INFO] [stderr]     Checking elliptic-curve v0.13.8
[INFO] [stderr]     Checking ecdsa v0.16.9
[INFO] [stderr]     Checking k256 v0.13.3
[INFO] [stderr]    Compiling serde_derive v1.0.197
[INFO] [stderr]    Compiling thiserror-impl v1.0.58
[INFO] [stderr]    Compiling num_enum_derive v0.7.2
[INFO] [stderr]    Compiling strum_macros v0.26.2
[INFO] [stderr]    Compiling auto_impl v1.2.0
[INFO] [stderr]    Compiling impl-trait-for-tuples v0.2.2
[INFO] [stderr]    Compiling parity-scale-codec-derive v3.6.9
[INFO] [stderr]    Compiling rlp-derive v0.1.0
[INFO] [stderr]    Compiling scale-info-derive v2.11.1
[INFO] [stderr]    Compiling derive_more v0.99.17
[INFO] [stderr]    Compiling open-fastrlp-derive v0.1.1
[INFO] [stderr]     Checking thiserror v1.0.58
[INFO] [stderr]     Checking num_enum v0.7.2
[INFO] [stderr]     Checking strum v0.26.2
[INFO] [stderr]     Checking serde v1.0.197
[INFO] [stderr]     Checking parity-scale-codec v3.6.9
[INFO] [stderr]     Checking impl-serde v0.4.0
[INFO] [stderr]     Checking serde_spanned v0.6.5
[INFO] [stderr]     Checking cargo-platform v0.1.8
[INFO] [stderr]     Checking toml_datetime v0.6.5
[INFO] [stderr]     Checking toml_edit v0.22.9
[INFO] [stderr]     Checking rlp v0.5.2
[INFO] [stderr]     Checking impl-rlp v0.3.0
[INFO] [stderr]     Checking scale-info v2.11.1
[INFO] [stderr]     Checking impl-codec v0.6.0
[INFO] [stderr]     Checking cargo_metadata v0.18.1
[INFO] [stderr]     Checking primitive-types v0.12.2
[INFO] [stderr]     Checking ethbloom v0.13.0
[INFO] [stderr]     Checking toml v0.8.12
[INFO] [stderr]     Checking ethereum-types v0.14.1
[INFO] [stderr]     Checking open-fastrlp v0.1.4
[INFO] [stderr]     Checking ethabi v18.0.0
[INFO] [stderr]     Checking ethers-core v2.0.14
[INFO] [stderr]     Checking ethers-contract-abigen v2.0.11 (/opt/rustwide/workdir)
[INFO] [stdout] error: couldn't read src/contract/../../../tests/solidity-contracts/verifier_abi.json: No such file or directory (os error 2)
[INFO] [stdout]    --> src/contract/structs.rs:634:13
[INFO] [stdout]     |
[INFO] [stdout] 634 |             include_str!("../../../tests/solidity-contracts/verifier_abi.json");
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read src/../../tests/solidity-contracts/greeter_with_struct.json: No such file or directory (os error 2)
[INFO] [stdout]    --> src/lib.rs:417:23
[INFO] [stdout]     |
[INFO] [stdout] 417 |         let greeter = include_str!("../../tests/solidity-contracts/greeter_with_struct.json");
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read src/../../tests/solidity-contracts/StructConstructor.json: No such file or directory (os error 2)
[INFO] [stdout]    --> src/lib.rs:426:24
[INFO] [stdout]     |
[INFO] [stdout] 426 |         let contract = include_str!("../../tests/solidity-contracts/StructConstructor.json");
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `ParamType` is imported redundantly
[INFO] [stdout]    --> src/contract/methods.rs:640:9
[INFO] [stdout]     |
[INFO] [stdout] 640 |     use ethers_core::abi::ParamType;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 641 |
[INFO] [stdout] 642 |     use super::*;
[INFO] [stdout]     |         -------- the item `ParamType` is already imported here
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `PathBuf` is imported redundantly
[INFO] [stdout]    --> src/multi.rs:885:20
[INFO] [stdout]     |
[INFO] [stdout] 883 |     use super::*;
[INFO] [stdout]     |         -------- the item `PathBuf` is already imported here
[INFO] [stdout] 884 |     use crate::{ExcludeContracts, SelectContracts};
[INFO] [stdout] 885 |     use std::{env, path::PathBuf};
[INFO] [stdout]     |                    ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors; 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ethers-contract-abigen` (lib test) due to 4 previous errors; 2 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "e368442849c9090c1f238f60b47222b7896de9834cd44d00e57b0bfe6704aaa7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e368442849c9090c1f238f60b47222b7896de9834cd44d00e57b0bfe6704aaa7", kill_on_drop: false }`
[INFO] [stdout] e368442849c9090c1f238f60b47222b7896de9834cd44d00e57b0bfe6704aaa7
[INFO] checking ethers-contract-abigen-2.0.11 against try#72eda894eb3548c7ba774079ce0afab42958d4ee for pr-121848-1
[INFO] extracting crate ethers-contract-abigen 2.0.11 into /workspace/builds/worker-4-tc2/source
[INFO] validating manifest of crates.io crate ethers-contract-abigen 2.0.11 on toolchain 72eda894eb3548c7ba774079ce0afab42958d4ee
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate ethers-contract-abigen 2.0.11
[INFO] finished tweaking crates.io crate ethers-contract-abigen 2.0.11
[INFO] tweaked toml for crates.io crate ethers-contract-abigen 2.0.11 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] cf08feb50449e31e2b12cbb75d5ddd4ac9a1d015b50cc4e2c14b92be988af0e3
[INFO] running `Command { std: "docker" "start" "-a" "cf08feb50449e31e2b12cbb75d5ddd4ac9a1d015b50cc4e2c14b92be988af0e3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "cf08feb50449e31e2b12cbb75d5ddd4ac9a1d015b50cc4e2c14b92be988af0e3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "cf08feb50449e31e2b12cbb75d5ddd4ac9a1d015b50cc4e2c14b92be988af0e3", kill_on_drop: false }`
[INFO] [stdout] cf08feb50449e31e2b12cbb75d5ddd4ac9a1d015b50cc4e2c14b92be988af0e3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+72eda894eb3548c7ba774079ce0afab42958d4ee" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 043f35f50815796042c49b23f529e3793b7e7330fd4c35e938f710be4b96d7f5
[INFO] running `Command { std: "docker" "start" "-a" "043f35f50815796042c49b23f529e3793b7e7330fd4c35e938f710be4b96d7f5", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.79
[INFO] [stderr]    Compiling libc v0.2.153
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking zeroize v1.7.0
[INFO] [stderr]     Checking const-oid v0.9.6
[INFO] [stderr]    Compiling crunchy v0.2.2
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]     Checking rustc-hex v2.1.0
[INFO] [stderr]     Checking byte-slice-cast v1.2.2
[INFO] [stderr]    Compiling toml_edit v0.20.7
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]     Checking hex v0.4.3
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]     Checking base16ct v0.2.0
[INFO] [stderr]     Checking unicode-ident v1.0.12
[INFO] [stderr]    Compiling serde_json v1.0.115
[INFO] [stderr]    Compiling semver v1.0.22
[INFO] [stderr]    Compiling camino v1.1.6
[INFO] [stderr]    Compiling bytes v1.6.0
[INFO] [stderr]    Compiling eyre v0.6.12
[INFO] [stderr]    Compiling prettyplease v0.2.17
[INFO] [stderr]     Checking der v0.7.8
[INFO] [stderr]     Checking const-hex v1.11.3
[INFO] [stderr]     Checking chrono v0.4.37
[INFO] [stderr]     Checking indenter v0.3.3
[INFO] [stderr]     Checking unicode-xid v0.2.4
[INFO] [stderr]     Checking Inflector v0.11.4
[INFO] [stderr]     Checking dunce v1.0.4
[INFO] [stderr]     Checking uint v0.9.5
[INFO] [stderr]     Checking quote v1.0.35
[INFO] [stderr]     Checking syn v2.0.57
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking getrandom v0.2.12
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking sha3 v0.10.8
[INFO] [stderr]     Checking sha2 v0.10.8
[INFO] [stderr]     Checking sec1 v0.7.3
[INFO] [stderr]     Checking spki v0.7.3
[INFO] [stderr]     Checking rfc6979 v0.4.0
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking ff v0.13.0
[INFO] [stderr]     Checking crypto-bigint v0.5.5
[INFO] [stderr]     Checking signature v2.2.0
[INFO] [stderr]     Checking group v0.13.0
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]    Compiling proc-macro-crate v2.0.0
[INFO] [stderr]     Checking fixed-hash v0.8.0
[INFO] [stderr]     Checking elliptic-curve v0.13.8
[INFO] [stderr]     Checking ecdsa v0.16.9
[INFO] [stderr]     Checking k256 v0.13.3
[INFO] [stderr]    Compiling serde_derive v1.0.197
[INFO] [stderr]    Compiling thiserror-impl v1.0.58
[INFO] [stderr]    Compiling num_enum_derive v0.7.2
[INFO] [stderr]    Compiling strum_macros v0.26.2
[INFO] [stderr]    Compiling auto_impl v1.2.0
[INFO] [stderr]    Compiling parity-scale-codec-derive v3.6.9
[INFO] [stderr]    Compiling impl-trait-for-tuples v0.2.2
[INFO] [stderr]    Compiling rlp-derive v0.1.0
[INFO] [stderr]    Compiling scale-info-derive v2.11.1
[INFO] [stderr]    Compiling derive_more v0.99.17
[INFO] [stderr]    Compiling open-fastrlp-derive v0.1.1
[INFO] [stderr]     Checking thiserror v1.0.58
[INFO] [stderr]     Checking num_enum v0.7.2
[INFO] [stderr]     Checking strum v0.26.2
[INFO] [stderr]     Checking serde v1.0.197
[INFO] [stderr]     Checking parity-scale-codec v3.6.9
[INFO] [stderr]     Checking impl-serde v0.4.0
[INFO] [stderr]     Checking toml_datetime v0.6.5
[INFO] [stderr]     Checking cargo-platform v0.1.8
[INFO] [stderr]     Checking serde_spanned v0.6.5
[INFO] [stderr]     Checking toml_edit v0.22.9
[INFO] [stderr]     Checking rlp v0.5.2
[INFO] [stderr]     Checking impl-rlp v0.3.0
[INFO] [stderr]     Checking cargo_metadata v0.18.1
[INFO] [stderr]     Checking toml v0.8.12
[INFO] [stderr]     Checking scale-info v2.11.1
[INFO] [stderr]     Checking impl-codec v0.6.0
[INFO] [stderr]     Checking primitive-types v0.12.2
[INFO] [stderr]     Checking ethbloom v0.13.0
[INFO] [stderr]     Checking ethereum-types v0.14.1
[INFO] [stderr]     Checking open-fastrlp v0.1.4
[INFO] [stderr]     Checking ethabi v18.0.0
[INFO] [stderr]     Checking ethers-core v2.0.14
[INFO] [stderr]     Checking ethers-contract-abigen v2.0.11 (/opt/rustwide/workdir)
[INFO] [stdout] error: couldn't read src/contract/../../../tests/solidity-contracts/verifier_abi.json: No such file or directory (os error 2)
[INFO] [stdout]    --> src/contract/structs.rs:634:13
[INFO] [stdout]     |
[INFO] [stdout] 634 |             include_str!("../../../tests/solidity-contracts/verifier_abi.json");
[INFO] [stdout]     |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read src/../../tests/solidity-contracts/greeter_with_struct.json: No such file or directory (os error 2)
[INFO] [stdout]    --> src/lib.rs:417:23
[INFO] [stdout]     |
[INFO] [stdout] 417 |         let greeter = include_str!("../../tests/solidity-contracts/greeter_with_struct.json");
[INFO] [stdout]     |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: couldn't read src/../../tests/solidity-contracts/StructConstructor.json: No such file or directory (os error 2)
[INFO] [stdout]    --> src/lib.rs:426:24
[INFO] [stdout]     |
[INFO] [stdout] 426 |         let contract = include_str!("../../tests/solidity-contracts/StructConstructor.json");
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the macro `include_str` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `ParamType` is imported redundantly
[INFO] [stdout]    --> src/contract/methods.rs:640:9
[INFO] [stdout]     |
[INFO] [stdout] 640 |     use ethers_core::abi::ParamType;
[INFO] [stdout]     |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 641 |
[INFO] [stdout] 642 |     use super::*;
[INFO] [stdout]     |         -------- the item `ParamType` is already imported here
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_imports)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: the item `PathBuf` is imported redundantly
[INFO] [stdout]    --> src/multi.rs:885:20
[INFO] [stdout]     |
[INFO] [stdout] 883 |     use super::*;
[INFO] [stdout]     |         -------- the item `PathBuf` is already imported here
[INFO] [stdout] 884 |     use crate::{ExcludeContracts, SelectContracts};
[INFO] [stdout] 885 |     use std::{env, path::PathBuf};
[INFO] [stdout]     |                    ^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 3 previous errors; 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `ethers-contract-abigen` (lib test) due to 4 previous errors; 2 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "043f35f50815796042c49b23f529e3793b7e7330fd4c35e938f710be4b96d7f5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "043f35f50815796042c49b23f529e3793b7e7330fd4c35e938f710be4b96d7f5", kill_on_drop: false }`
[INFO] [stdout] 043f35f50815796042c49b23f529e3793b7e7330fd4c35e938f710be4b96d7f5
