[INFO] fetching crate zksync_web3_decl 29.5.0-non-semver-compat...
[INFO] testing zksync_web3_decl-29.5.0-non-semver-compat against try#c2e32f1c9652b13ed99608599c1e855462f421f3 for pr-146098-8
[INFO] extracting crate zksync_web3_decl 29.5.0-non-semver-compat into /workspace/builds/worker-1-tc2/source
[INFO] started tweaking crates.io crate zksync_web3_decl 29.5.0-non-semver-compat
[INFO] finished tweaking crates.io crate zksync_web3_decl 29.5.0-non-semver-compat
[INFO] tweaked toml for crates.io crate zksync_web3_decl 29.5.0-non-semver-compat written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate zksync_web3_decl 29.5.0-non-semver-compat on toolchain c2e32f1c9652b13ed99608599c1e855462f421f3
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate zksync_web3_decl 29.5.0-non-semver-compat 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" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 563d5ed0c95f62d3a4914eb24528708d31d80cbff3af8c7c76ffda061f212306
[INFO] running `Command { std: "docker" "start" "-a" "563d5ed0c95f62d3a4914eb24528708d31d80cbff3af8c7c76ffda061f212306", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "563d5ed0c95f62d3a4914eb24528708d31d80cbff3af8c7c76ffda061f212306", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "563d5ed0c95f62d3a4914eb24528708d31d80cbff3af8c7c76ffda061f212306", kill_on_drop: false }`
[INFO] [stdout] 563d5ed0c95f62d3a4914eb24528708d31d80cbff3af8c7c76ffda061f212306
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 5e2f8fd5fda681c3cc48bef19f3a37aa676b8dc8b3282108d41642c26a1c6e18
[INFO] running `Command { std: "docker" "start" "-a" "5e2f8fd5fda681c3cc48bef19f3a37aa676b8dc8b3282108d41642c26a1c6e18", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.174
[INFO] [stderr]    Compiling stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling futures-core v0.3.31
[INFO] [stderr]    Compiling rustversion v1.0.21
[INFO] [stderr]    Compiling hashbrown v0.15.4
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling dunce v1.0.5
[INFO] [stderr]    Compiling fs_extra v1.3.0
[INFO] [stderr]    Compiling futures-io v0.3.31
[INFO] [stderr]    Compiling crunchy v0.2.4
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.100
[INFO] [stderr]    Compiling toml_datetime v0.6.11
[INFO] [stderr]    Compiling futures-task v0.3.31
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling percent-encoding v2.3.1
[INFO] [stderr]    Compiling aws-lc-rs v1.13.1
[INFO] [stderr]    Compiling rlp v0.5.2
[INFO] [stderr]    Compiling futures-channel v0.3.31
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]    Compiling form_urlencoded v1.2.1
[INFO] [stderr]    Compiling wasm-bindgen v0.2.100
[INFO] [stderr]    Compiling impl-rlp v0.3.0
[INFO] [stderr]    Compiling uint v0.9.5
[INFO] [stderr]    Compiling rustls v0.23.28
[INFO] [stderr]    Compiling prometheus-client v0.23.1
[INFO] [stderr]    Compiling regex-automata v0.4.9
[INFO] [stderr]    Compiling anyhow v1.0.98
[INFO] [stderr]    Compiling compile-fmt v0.1.0
[INFO] [stderr]    Compiling dtoa v1.0.10
[INFO] [stderr]    Compiling elsa v1.11.2
[INFO] [stderr]    Compiling secrecy v0.10.3
[INFO] [stderr]    Compiling send_wrapper v0.4.0
[INFO] [stderr]    Compiling http-body-util v0.1.3
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling const-decoder v0.4.0
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling winnow v0.7.11
[INFO] [stderr]    Compiling zksync_types v29.5.0-non-semver-compat
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling jsonrpsee-wasm-client v0.24.9
[INFO] [stderr]    Compiling indexmap v2.10.0
[INFO] [stderr]    Compiling sha3 v0.10.8
[INFO] [stderr]    Compiling sha2 v0.10.8
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling blake2 v0.10.6
[INFO] [stderr]    Compiling jobserver v0.1.33
[INFO] [stderr]    Compiling getrandom v0.2.16
[INFO] [stderr]    Compiling socket2 v0.5.10
[INFO] [stderr]    Compiling mio v1.0.4
[INFO] [stderr]    Compiling parking_lot_core v0.9.11
[INFO] [stderr]    Compiling parking_lot v0.12.4
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling toml_edit v0.19.15
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling cc v1.2.27
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling cmake v0.1.54
[INFO] [stderr]    Compiling fixed-hash v0.8.0
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling secp256k1-sys v0.8.1
[INFO] [stderr]    Compiling aws-lc-sys v0.29.0
[INFO] [stderr]    Compiling proc-macro-crate v1.3.1
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling wasm-bindgen-backend v0.2.100
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling wasm-bindgen-macro-support v0.2.100
[INFO] [stderr]    Compiling darling_core v0.13.4
[INFO] [stderr]    Compiling tokio v1.46.0
[INFO] [stderr]    Compiling prometheus-client-derive-encode v0.4.2
[INFO] [stderr]    Compiling zerofrom v0.1.6
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling yoke v0.8.0
[INFO] [stderr]    Compiling ctor v0.2.9
[INFO] [stderr]    Compiling num_enum_derive v0.7.4
[INFO] [stderr]    Compiling pin-project-internal v1.1.10
[INFO] [stderr]    Compiling zerovec v0.11.2
[INFO] [stderr]    Compiling zerotrie v0.2.2
[INFO] [stderr]    Compiling thiserror v1.0.69
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling strum_macros v0.26.4
[INFO] [stderr]    Compiling thiserror-impl v2.0.12
[INFO] [stderr]    Compiling vise-macros v0.3.2
[INFO] [stderr]    Compiling async-trait v0.1.88
[INFO] [stderr]    Compiling secp256k1 v0.27.0
[INFO] [stderr]    Compiling proc-macro-crate v3.3.0
[INFO] [stderr]    Compiling wasm-bindgen-macro v0.2.100
[INFO] [stderr]    Compiling num_enum v0.7.4
[INFO] [stderr]    Compiling derive_more-impl v2.0.1
[INFO] [stderr]    Compiling jsonrpsee-proc-macros v0.24.9
[INFO] [stderr]    Compiling pin-project v1.1.10
[INFO] [stderr]    Compiling tinystr v0.8.1
[INFO] [stderr]    Compiling potential_utf v0.1.2
[INFO] [stderr]    Compiling vise v0.3.2
[INFO] [stderr]    Compiling icu_locale_core v2.0.0
[INFO] [stderr]    Compiling js-sys v0.3.77
[INFO] [stderr]    Compiling icu_collections v2.0.0
[INFO] [stderr]    Compiling darling_macro v0.13.4
[INFO] [stderr]    Compiling thiserror v2.0.12
[INFO] [stderr]    Compiling icu_provider v2.0.0
[INFO] [stderr]    Compiling darling v0.13.4
[INFO] [stderr]    Compiling serde_with_macros v1.5.2
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling derive_more v2.0.1
[INFO] [stderr]    Compiling icu_properties v2.0.1
[INFO] [stderr]    Compiling icu_normalizer v2.0.0
[INFO] [stderr]    Compiling strum v0.26.3
[INFO] [stderr]    Compiling impl-serde v0.4.0
[INFO] [stderr]    Compiling chrono v0.4.41
[INFO] [stderr]    Compiling serde_with v1.14.0
[INFO] [stderr]    Compiling primitive-types v0.12.2
[INFO] [stderr]    Compiling ethbloom v0.13.0
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling tower v0.4.13
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling soketto v0.8.1
[INFO] [stderr]    Compiling idna_adapter v1.2.1
[INFO] [stderr]    Compiling idna v1.0.3
[INFO] [stderr]    Compiling url v2.5.4
[INFO] [stderr]    Compiling ethereum-types v0.14.1
[INFO] [stderr]    Compiling tokio-util v0.7.15
[INFO] [stderr]    Compiling jsonrpsee-types v0.24.9
[INFO] [stderr]    Compiling tokio-stream v0.1.17
[INFO] [stderr]    Compiling zksync_utils v29.5.0-non-semver-compat
[INFO] [stderr]    Compiling ethabi v18.0.0
[INFO] [stderr]    Compiling h2 v0.4.11
[INFO] [stderr]    Compiling gloo-timers v0.2.6
[INFO] [stderr]    Compiling futures-timer v3.0.3
[INFO] [stderr]    Compiling zksync_basic_types v29.5.0-non-semver-compat
[INFO] [stderr]    Compiling jsonrpsee-core v0.24.9
[INFO] [stderr]    Compiling zksync_crypto_primitives v29.5.0-non-semver-compat
[INFO] [stderr]    Compiling zksync_contracts v29.5.0-non-semver-compat
[INFO] [stderr]    Compiling zksync_system_constants v29.5.0-non-semver-compat
[INFO] [stderr]    Compiling zksync_mini_merkle_tree v29.5.0-non-semver-compat
[INFO] [stderr]    Compiling hyper v1.6.0
[INFO] [stderr]    Compiling hyper-util v0.1.14
[INFO] [stderr]    Compiling rustls-webpki v0.103.3
[INFO] [stderr]    Compiling tokio-rustls v0.26.2
[INFO] [stderr]    Compiling hyper-rustls v0.27.7
[INFO] [stderr]    Compiling rustls-platform-verifier v0.5.3
[INFO] [stderr]    Compiling jsonrpsee-client-transport v0.24.9
[INFO] [stderr]    Compiling jsonrpsee-http-client v0.24.9
[INFO] [stderr]    Compiling jsonrpsee-ws-client v0.24.9
[INFO] [stderr]    Compiling jsonrpsee v0.24.9
[INFO] [stderr]    Compiling zksync_web3_decl v29.5.0-non-semver-compat (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 29s
[INFO] running `Command { std: "docker" "inspect" "5e2f8fd5fda681c3cc48bef19f3a37aa676b8dc8b3282108d41642c26a1c6e18", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5e2f8fd5fda681c3cc48bef19f3a37aa676b8dc8b3282108d41642c26a1c6e18", kill_on_drop: false }`
[INFO] [stdout] 5e2f8fd5fda681c3cc48bef19f3a37aa676b8dc8b3282108d41642c26a1c6e18
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+c2e32f1c9652b13ed99608599c1e855462f421f3" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a827e2b1932dae0c6bde4eb0f6d6f16bc2c2802444fca8e03a4d7952491ad42d
[INFO] running `Command { std: "docker" "start" "-a" "a827e2b1932dae0c6bde4eb0f6d6f16bc2c2802444fca8e03a4d7952491ad42d", kill_on_drop: false }`
[INFO] [stderr]    Compiling tokio v1.46.0
[INFO] [stderr]    Compiling test-casing-macro v0.1.3
[INFO] [stderr]    Compiling test-casing v0.1.3
[INFO] [stderr]    Compiling tokio-util v0.7.15
[INFO] [stderr]    Compiling tokio-stream v0.1.17
[INFO] [stderr]    Compiling tokio-rustls v0.26.2
[INFO] [stderr]    Compiling zksync_utils v29.5.0-non-semver-compat
[INFO] [stderr]    Compiling zksync_contracts v29.5.0-non-semver-compat
[INFO] [stderr]    Compiling jsonrpsee-core v0.24.9
[INFO] [stderr]    Compiling h2 v0.4.11
[INFO] [stderr]    Compiling zksync_types v29.5.0-non-semver-compat
[INFO] [stderr]    Compiling jsonrpsee-client-transport v0.24.9
[INFO] [stderr]    Compiling jsonrpsee-ws-client v0.24.9
[INFO] [stderr]    Compiling hyper v1.6.0
[INFO] [stderr]    Compiling hyper-util v0.1.14
[INFO] [stderr]    Compiling hyper-rustls v0.27.7
[INFO] [stderr]    Compiling jsonrpsee-http-client v0.24.9
[INFO] [stderr]    Compiling jsonrpsee v0.24.9
[INFO] [stderr]    Compiling zksync_web3_decl v29.5.0-non-semver-compat (/opt/rustwide/workdir)
[INFO] [stdout] error: The runtime flavor `multi_thread` requires the `rt-multi-thread` feature.
[INFO] [stdout]    --> src/client/tests.rs:183:1
[INFO] [stdout]     |
[INFO] [stdout] 183 | #[tokio::test(flavor = "multi_thread")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `tokio::test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: The runtime flavor `multi_thread` requires the `rt-multi-thread` feature.
[INFO] [stdout]    --> src/client/tests.rs:183:1
[INFO] [stdout]     |
[INFO] [stdout] 183 | #[tokio::test(flavor = "multi_thread")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `tokio::test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: The runtime flavor `multi_thread` requires the `rt-multi-thread` feature.
[INFO] [stdout]    --> src/client/tests.rs:183:1
[INFO] [stdout]     |
[INFO] [stdout] 183 | #[tokio::test(flavor = "multi_thread")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `tokio::test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: The runtime flavor `multi_thread` requires the `rt-multi-thread` feature.
[INFO] [stdout]    --> src/client/tests.rs:183:1
[INFO] [stdout]     |
[INFO] [stdout] 183 | #[tokio::test(flavor = "multi_thread")]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: this error originates in the attribute macro `tokio::test` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `zksync_web3_decl` (lib test) due to 4 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "a827e2b1932dae0c6bde4eb0f6d6f16bc2c2802444fca8e03a4d7952491ad42d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a827e2b1932dae0c6bde4eb0f6d6f16bc2c2802444fca8e03a4d7952491ad42d", kill_on_drop: false }`
[INFO] [stdout] a827e2b1932dae0c6bde4eb0f6d6f16bc2c2802444fca8e03a4d7952491ad42d
