[INFO] fetching crate starknet_api 0.13.0-rc.1... [INFO] checking starknet_api-0.13.0-rc.1 against nightly-2024-10-25 for legacyreceiver_rename [INFO] extracting crate starknet_api 0.13.0-rc.1 into /workspace/builds/worker-1-tc2/source [INFO] validating manifest of crates.io crate starknet_api 0.13.0-rc.1 on toolchain nightly-2024-10-25 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+nightly-2024-10-25" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate starknet_api 0.13.0-rc.1 [INFO] finished tweaking crates.io crate starknet_api 0.13.0-rc.1 [INFO] tweaked toml for crates.io crate starknet_api 0.13.0-rc.1 written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+nightly-2024-10-25" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 214 packages to latest compatible versions [INFO] [stderr] Adding derive_more v0.99.18 (available: v1.0.0) [INFO] [stderr] Adding itertools v0.12.1 (available: v0.13.0) [INFO] [stderr] Adding primitive-types v0.12.2 (available: v0.13.1) [INFO] [stderr] Adding rstest v0.17.0 (available: v0.23.0) [INFO] [stderr] Adding starknet-crypto v0.5.2 (available: v0.7.3) [INFO] [stderr] Adding strum v0.24.1 (available: v0.26.3) [INFO] [stderr] Adding strum_macros v0.24.3 (available: v0.26.4) [INFO] [stderr] Adding thiserror v1.0.68 (available: v2.0.0) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+nightly-2024-10-25" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2024-10-25" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 73d49c8b1c1d347803c6e8a8f9eeab254e24ff0c7d436b098126649779944f69 [INFO] running `Command { std: "docker" "start" "-a" "73d49c8b1c1d347803c6e8a8f9eeab254e24ff0c7d436b098126649779944f69", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "73d49c8b1c1d347803c6e8a8f9eeab254e24ff0c7d436b098126649779944f69", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "73d49c8b1c1d347803c6e8a8f9eeab254e24ff0c7d436b098126649779944f69", kill_on_drop: false }` [INFO] [stdout] 73d49c8b1c1d347803c6e8a8f9eeab254e24ff0c7d436b098126649779944f69 [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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+nightly-2024-10-25" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7c89d67043c27d8cd3093653a4f12759745422ccfa30c0730a062db773349f76 [INFO] running `Command { std: "docker" "start" "-a" "7c89d67043c27d8cd3093653a4f12759745422ccfa30c0730a062db773349f76", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.214 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Checking subtle v2.6.1 [INFO] [stderr] Compiling either v1.13.0 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling syn v2.0.87 [INFO] [stderr] Compiling dirs-sys-next v0.1.2 [INFO] [stderr] Compiling smallvec v1.13.2 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Checking num-integer v0.1.46 [INFO] [stderr] Compiling regex-automata v0.4.8 [INFO] [stderr] Compiling matrixmultiply v0.3.9 [INFO] [stderr] Checking hashbrown v0.12.3 [INFO] [stderr] Compiling tiny-keccak v2.0.2 [INFO] [stderr] Compiling siphasher v0.3.11 [INFO] [stderr] Compiling schemars v0.8.21 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Checking digest v0.10.7 [INFO] [stderr] Compiling phf_shared v0.10.0 [INFO] [stderr] Compiling dirs-next v2.0.0 [INFO] [stderr] Compiling precomputed-hash v0.1.1 [INFO] [stderr] Compiling bit-vec v0.6.3 [INFO] [stderr] Compiling fixedbitset v0.4.2 [INFO] [stderr] Compiling parking_lot_core v0.9.10 [INFO] [stderr] Compiling term v0.7.0 [INFO] [stderr] Compiling new_debug_unreachable v1.0.6 [INFO] [stderr] Checking sha2 v0.10.8 [INFO] [stderr] Compiling itertools v0.11.0 [INFO] [stderr] Compiling petgraph v0.6.5 [INFO] [stderr] Compiling ena v0.14.3 [INFO] [stderr] Checking num-complex v0.4.6 [INFO] [stderr] Compiling pico-args v0.5.0 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling parking_lot v0.12.3 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Compiling bit-set v0.5.3 [INFO] [stderr] Compiling unicode-xid v0.2.6 [INFO] [stderr] Checking sha3 v0.10.8 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Checking tracing-core v0.1.32 [INFO] [stderr] Compiling ascii-canvas v3.0.0 [INFO] [stderr] Compiling anyhow v1.0.93 [INFO] [stderr] Compiling string_cache v0.8.7 [INFO] [stderr] Checking lambdaworks-math v0.10.0 [INFO] [stderr] Checking regex-syntax v0.8.5 [INFO] [stderr] Checking ndarray v0.16.1 [INFO] [stderr] Checking unicode-segmentation v1.12.0 [INFO] [stderr] Checking oorandom v11.1.4 [INFO] [stderr] Checking const-fnv1a-hash v1.1.0 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Checking hex v0.4.3 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling crypto-bigint v0.5.5 [INFO] [stderr] Compiling crunchy v0.2.2 [INFO] [stderr] Compiling indoc v2.0.5 [INFO] [stderr] Compiling radium v0.7.0 [INFO] [stderr] Compiling rstest_macros v0.17.0 [INFO] [stderr] Checking hmac v0.12.1 [INFO] [stderr] Checking tap v1.0.1 [INFO] [stderr] Checking assert_matches v1.5.0 [INFO] [stderr] Checking convert_case v0.6.0 [INFO] [stderr] Checking rfc6979 v0.4.0 [INFO] [stderr] Checking wyz v0.5.1 [INFO] [stderr] Checking uint v0.9.5 [INFO] [stderr] Compiling convert_case v0.4.0 [INFO] [stderr] Checking funty v2.0.0 [INFO] [stderr] Checking strum v0.24.1 [INFO] [stderr] Checking futures-timer v3.0.3 [INFO] [stderr] Checking bitvec v1.0.1 [INFO] [stderr] Checking lambdaworks-crypto v0.10.0 [INFO] [stderr] Compiling regex v1.11.1 [INFO] [stderr] Compiling lalrpop-util v0.20.2 [INFO] [stderr] Compiling lalrpop v0.20.2 [INFO] [stderr] Checking sprs v0.11.2 [INFO] [stderr] Compiling derivative v2.2.0 [INFO] [stderr] Compiling ark-ff-macros v0.4.2 [INFO] [stderr] Compiling ark-ff-asm v0.4.2 [INFO] [stderr] Compiling strum_macros v0.24.3 [INFO] [stderr] Compiling serde_derive_internals v0.29.1 [INFO] [stderr] Compiling zerocopy-derive v0.7.35 [INFO] [stderr] Compiling serde_derive v1.0.214 [INFO] [stderr] Compiling zeroize_derive v1.4.2 [INFO] [stderr] Compiling tracing-attributes v0.1.27 [INFO] [stderr] Compiling rust-analyzer-salsa-macros v0.17.0-pre.6 [INFO] [stderr] Compiling thiserror-impl v1.0.68 [INFO] [stderr] Compiling futures-macro v0.3.31 [INFO] [stderr] Compiling derive_more v0.99.18 [INFO] [stderr] Compiling schemars_derive v0.8.21 [INFO] [stderr] Checking microlp v0.2.5 [INFO] [stderr] Checking zeroize v1.8.1 [INFO] [stderr] Checking good_lp v1.10.0 [INFO] [stderr] Checking zerocopy v0.7.35 [INFO] [stderr] Checking futures-util v0.3.31 [INFO] [stderr] Checking thiserror v1.0.68 [INFO] [stderr] Checking tracing v0.1.40 [INFO] [stderr] Compiling ppv-lite86 v0.2.20 [INFO] [stderr] Checking ahash v0.8.11 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling ark-std v0.4.0 [INFO] [stderr] Compiling ark-serialize v0.4.2 [INFO] [stderr] Checking fixed-hash v0.8.0 [INFO] [stderr] Compiling ark-ff v0.4.2 [INFO] [stderr] Checking futures-executor v0.3.31 [INFO] [stderr] Checking futures v0.3.31 [INFO] [stderr] Checking rstest v0.17.0 [INFO] [stderr] Checking num-bigint v0.4.6 [INFO] [stderr] Checking serde_json v1.0.132 [INFO] [stderr] Checking indexmap v2.6.0 [INFO] [stderr] Checking hashbrown v0.14.5 [INFO] [stderr] Checking triomphe v0.1.14 [INFO] [stderr] Checking smol_str v0.2.2 [INFO] [stderr] Checking impl-serde v0.4.0 [INFO] [stderr] Checking primitive-types v0.12.2 [INFO] [stderr] Compiling cairo-lang-sierra v2.8.4 [INFO] [stderr] Checking rust-analyzer-salsa v0.17.0-pre.6 [INFO] [stderr] Checking starknet-types-core v0.1.7 [INFO] [stderr] Checking cairo-lang-utils v2.8.4 [INFO] [stderr] Checking cairo-lang-eq-solver v2.8.4 [INFO] [stderr] Checking cairo-lang-casm v2.8.4 [INFO] [stderr] Compiling starknet-ff v0.3.7 [INFO] [stderr] Checking cairo-lang-sierra-type-size v2.8.4 [INFO] [stderr] Checking cairo-lang-sierra-gas v2.8.4 [INFO] [stderr] Checking cairo-lang-sierra-ap-change v2.8.4 [INFO] [stderr] Compiling starknet-curve v0.4.2 [INFO] [stderr] Checking cairo-lang-sierra-to-casm v2.8.4 [INFO] [stderr] Compiling starknet-crypto-codegen v0.3.3 [INFO] [stderr] Checking cairo-lang-starknet-classes v2.8.4 [INFO] [stderr] Checking starknet-curve v0.3.0 [INFO] [stderr] Checking starknet-crypto v0.5.2 [INFO] [stderr] Checking starknet_api v0.13.0-rc.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.82s [INFO] running `Command { std: "docker" "inspect" "7c89d67043c27d8cd3093653a4f12759745422ccfa30c0730a062db773349f76", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7c89d67043c27d8cd3093653a4f12759745422ccfa30c0730a062db773349f76", kill_on_drop: false }` [INFO] [stdout] 7c89d67043c27d8cd3093653a4f12759745422ccfa30c0730a062db773349f76