[INFO] cloning repository https://github.com/OFFCHAINLABS-Test/stylus-sdk-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/OFFCHAINLABS-Test/stylus-sdk-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FOFFCHAINLABS-Test%2Fstylus-sdk-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FOFFCHAINLABS-Test%2Fstylus-sdk-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] db12cd1e294ad050b4bf741abceefa811daa2427
[INFO] checking OFFCHAINLABS-Test/stylus-sdk-rs against 0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0 for pr-158915-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FOFFCHAINLABS-Test%2Fstylus-sdk-rs" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-6-tc2/source/.cargo/config.toml
[INFO] removed /workspace/builds/worker-6-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/OFFCHAINLABS-Test/stylus-sdk-rs
[INFO] finished tweaking git repo https://github.com/OFFCHAINLABS-Test/stylus-sdk-rs
[INFO] tweaked toml for git repo https://github.com/OFFCHAINLABS-Test/stylus-sdk-rs written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/OFFCHAINLABS-Test/stylus-sdk-rs on toolchain 0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/OFFCHAINLABS-Test/stylus-sdk-rs 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" "+0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: binary `stylus-sending_ether` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-6-tc2/source/target/.../stylus-sending_ether
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `stylus-sending-ether`, convert `package.name`
[INFO] [stderr]   --> examples/sending_ether/Cargo.toml:2:8
[INFO] [stderr]    |
[INFO] [stderr]  2 - name = "stylus-sending_ether"
[INFO] [stderr]  2 + name = "stylus-sending-ether"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `stylus-sending-ether`, specify `bin.name`
[INFO] [stderr]   --> examples/sending_ether/Cargo.toml:25:32
[INFO] [stderr]    |
[INFO] [stderr] 25 ~ crate-type = ["lib", "cdylib"]
[INFO] [stderr] 26 + [[bin]]
[INFO] [stderr] 27 + name = "stylus-sending-ether"
[INFO] [stderr] 28 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `stylus-sending_ether` (manifest) generated 1 warning
[INFO] [stderr] warning: binary `stylus-verify_signature` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /workspace/builds/worker-6-tc2/source/target/.../stylus-verify_signature
[INFO] [stderr]    |                                                  ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `stylus-verify-signature`, convert `package.name`
[INFO] [stderr]   --> examples/verify_signature/Cargo.toml:2:8
[INFO] [stderr]    |
[INFO] [stderr]  2 - name = "stylus-verify_signature"
[INFO] [stderr]  2 + name = "stylus-verify-signature"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `stylus-verify-signature`, specify `bin.name`
[INFO] [stderr]   --> examples/verify_signature/Cargo.toml:25:32
[INFO] [stderr]    |
[INFO] [stderr] 25 ~ crate-type = ["lib", "cdylib"]
[INFO] [stderr] 26 + [[bin]]
[INFO] [stderr] 27 + name = "stylus-verify-signature"
[INFO] [stderr] 28 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `stylus-verify_signature` (manifest) generated 1 warning
[INFO] [stderr] warning: `package.homepage` is redundant with `package.repository`
[INFO] [stderr]   --> cargo-stylus/Cargo.toml:10:1
[INFO] [stderr]    |
[INFO] [stderr] 10 | homepage.workspace = true
[INFO] [stderr]    | ^^^^^^^^
[INFO] [stderr] 11 | repository.workspace = true
[INFO] [stderr]    | ----------
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::redundant_homepage` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.homepage`
[INFO] [stderr] warning: `cargo-stylus` (manifest) generated 1 warning
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 27b01394db6563cecc02783aefc1d9e36c6b6ef41eaaf8de06ee1fd2f5f42fb5
[INFO] running `Command { std: "docker" "start" "27b01394db6563cecc02783aefc1d9e36c6b6ef41eaaf8de06ee1fd2f5f42fb5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "27b01394db6563cecc02783aefc1d9e36c6b6ef41eaaf8de06ee1fd2f5f42fb5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "27b01394db6563cecc02783aefc1d9e36c6b6ef41eaaf8de06ee1fd2f5f42fb5" "/opt/rustwide/cargo-home/bin/cargo" "+0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "27b01394db6563cecc02783aefc1d9e36c6b6ef41eaaf8de06ee1fd2f5f42fb5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "27b01394db6563cecc02783aefc1d9e36c6b6ef41eaaf8de06ee1fd2f5f42fb5" "/opt/rustwide/cargo-home/bin/cargo" "+0335fc7ee9e33d92e03d99f3e2fb0fe6119f3cc0" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr] warning: `package.homepage` is redundant with `package.repository`
[INFO] [stderr]   --> cargo-stylus/Cargo.toml:10:1
[INFO] [stderr]    |
[INFO] [stderr] 10 | homepage.workspace = true
[INFO] [stderr]    | ^^^^^^^^
[INFO] [stderr] 11 | repository.workspace = true
[INFO] [stderr]    | ----------
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::redundant_homepage` is set to `warn` by default
[INFO] [stderr] help: consider removing `package.homepage`
[INFO] [stderr] warning: `cargo-stylus` (manifest) generated 1 warning
[INFO] [stderr] warning: binary `stylus-sending_ether` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /opt/rustwide/target/.../stylus-sending_ether
[INFO] [stderr]    |                          ^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `stylus-sending-ether`, convert `package.name`
[INFO] [stderr]   --> examples/sending_ether/Cargo.toml:2:8
[INFO] [stderr]    |
[INFO] [stderr]  2 - name = "stylus-sending_ether"
[INFO] [stderr]  2 + name = "stylus-sending-ether"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `stylus-sending-ether`, specify `bin.name`
[INFO] [stderr]   --> examples/sending_ether/Cargo.toml:25:32
[INFO] [stderr]    |
[INFO] [stderr] 25 ~ crate-type = ["lib", "cdylib"]
[INFO] [stderr] 26 + [[bin]]
[INFO] [stderr] 27 + name = "stylus-sending-ether"
[INFO] [stderr] 28 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `stylus-sending_ether` (manifest) generated 1 warning
[INFO] [stderr] warning: binary `stylus-verify_signature` should have a kebab-case name
[INFO] [stderr]    |
[INFO] [stderr]  1 | /opt/rustwide/target/.../stylus-verify_signature
[INFO] [stderr]    |                          ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::non_kebab_case_bins` is set to `warn` by default
[INFO] [stderr] help: to change the binary name to `stylus-verify-signature`, convert `package.name`
[INFO] [stderr]   --> examples/verify_signature/Cargo.toml:2:8
[INFO] [stderr]    |
[INFO] [stderr]  2 - name = "stylus-verify_signature"
[INFO] [stderr]  2 + name = "stylus-verify-signature"
[INFO] [stderr]    |
[INFO] [stderr] help: to change the binary name to `stylus-verify-signature`, specify `bin.name`
[INFO] [stderr]   --> examples/verify_signature/Cargo.toml:25:32
[INFO] [stderr]    |
[INFO] [stderr] 25 ~ crate-type = ["lib", "cdylib"]
[INFO] [stderr] 26 + [[bin]]
[INFO] [stderr] 27 + name = "stylus-verify-signature"
[INFO] [stderr] 28 + path = "src/main.rs"
[INFO] [stderr]    |
[INFO] [stderr] warning: `stylus-verify_signature` (manifest) generated 1 warning
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]     Checking typenum v1.20.0
[INFO] [stderr]    Compiling unicode-segmentation v1.13.2
[INFO] [stderr]     Checking der v0.7.10
[INFO] [stderr]     Checking ff v0.13.1
[INFO] [stderr]     Checking keccak v0.2.0
[INFO] [stderr]     Checking group v0.13.0
[INFO] [stderr]     Checking rustc-hash v2.1.2
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]     Checking foldhash v0.2.0
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling convert_case v0.10.0
[INFO] [stderr]    Compiling getrandom v0.2.17
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling cc v1.2.62
[INFO] [stderr]     Checking spki v0.7.3
[INFO] [stderr]    Compiling winnow v1.0.3
[INFO] [stderr]     Checking generic-array v0.14.7
[INFO] [stderr]     Checking crypto-common v0.1.7
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking sec1 v0.7.3
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking crypto-bigint v0.5.5
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking hybrid-array v0.4.12
[INFO] [stderr]     Checking rfc6979 v0.4.0
[INFO] [stderr]     Checking signature v2.2.0
[INFO] [stderr]     Checking hashbrown v0.17.1
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]     Checking crypto-common v0.2.1
[INFO] [stderr]     Checking block-buffer v0.12.0
[INFO] [stderr]    Compiling sha2 v0.10.9
[INFO] [stderr]     Checking elliptic-curve v0.13.8
[INFO] [stderr]    Compiling const-hex v1.19.0
[INFO] [stderr]     Checking digest v0.11.3
[INFO] [stderr]     Checking sha3 v0.11.0
[INFO] [stderr]     Checking ecdsa v0.16.9
[INFO] [stderr]    Compiling proc-macro-error-attr2 v2.0.0
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]     Checking getrandom v0.4.2
[INFO] [stderr]     Checking futures-channel v0.3.32
[INFO] [stderr]     Checking k256 v0.13.4
[INFO] [stderr]     Checking stable_deref_trait v1.2.1
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]    Compiling cmake v0.1.58
[INFO] [stderr]    Compiling aws-lc-rs v1.17.0
[INFO] [stderr]     Checking lock_api v0.4.14
[INFO] [stderr]     Checking rustls-pki-types v1.14.1
[INFO] [stderr]    Compiling aws-lc-sys v0.41.0
[INFO] [stderr]    Compiling rustls v0.23.40
[INFO] [stderr]     Checking sync_wrapper v1.0.2
[INFO] [stderr]     Checking log v0.4.29
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]     Checking futures-utils-wasm v0.1.0
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling macro-string v0.2.0
[INFO] [stderr]    Compiling syn-solidity v1.6.0
[INFO] [stderr]    Compiling proc-macro-error2 v2.0.1
[INFO] [stderr]     Checking rustls-native-certs v0.8.3
[INFO] [stderr]     Checking ahash v0.8.12
[INFO] [stderr]     Checking regex-automata v0.4.14
[INFO] [stderr]    Compiling target-triple v1.0.0
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]     Checking keccak v0.1.6
[INFO] [stderr]     Checking hashbrown v0.16.1
[INFO] [stderr]    Compiling convert_case v0.6.0
[INFO] [stderr]    Compiling aho-corasick v1.1.4
[INFO] [stderr]    Compiling branches v0.4.4
[INFO] [stderr]    Compiling serde_spanned v1.1.1
[INFO] [stderr]    Compiling toml_datetime v1.1.1+spec-1.1.0
[INFO] [stderr]     Checking lru v0.16.4
[INFO] [stderr]    Compiling toml_parser v1.1.2+spec-1.1.0
[INFO] [stderr]    Compiling toml_writer v1.1.1+spec-1.1.0
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling alloy-rlp-derive v0.3.15
[INFO] [stderr]    Compiling derive_more-impl v2.1.1
[INFO] [stderr]    Compiling zerofrom-derive v0.1.7
[INFO] [stderr]    Compiling yoke-derive v0.8.2
[INFO] [stderr]    Compiling zerovec-derive v0.11.3
[INFO] [stderr]     Checking zerofrom v0.1.8
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling thiserror-impl v2.0.18
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]    Compiling tokio-macros v2.7.0
[INFO] [stderr]    Compiling auto_impl v1.3.0
[INFO] [stderr]    Compiling futures-macro v0.3.32
[INFO] [stderr]     Checking yoke v0.8.2
[INFO] [stderr]     Checking zerovec v0.11.6
[INFO] [stderr]     Checking thiserror v2.0.18
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking zerotrie v0.2.4
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]    Compiling async-trait v0.1.89
[INFO] [stderr]    Compiling pin-project-internal v1.1.13
[INFO] [stderr]     Checking bytes v1.11.1
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]    Compiling alloy-sol-type-parser v1.6.0
[INFO] [stderr]     Checking alloy-rlp v0.3.15
[INFO] [stderr]    Compiling darling_core v0.23.0
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking ruint v1.16.0
[INFO] [stderr]     Checking tinystr v0.8.3
[INFO] [stderr]     Checking derive_more v2.1.1
[INFO] [stderr]     Checking potential_utf v0.1.5
[INFO] [stderr]     Checking icu_locale_core v2.2.0
[INFO] [stderr]     Checking icu_collections v2.2.0
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]     Checking tokio v1.52.3
[INFO] [stderr]     Checking http v1.4.0
[INFO] [stderr]     Checking alloy-primitives v1.6.0
[INFO] [stderr]     Checking icu_provider v2.2.0
[INFO] [stderr]     Checking icu_properties v2.2.0
[INFO] [stderr]     Checking icu_normalizer v2.2.0
[INFO] [stderr]     Checking alloy-json-abi v1.6.0
[INFO] [stderr]     Checking alloy-eip7702 v0.6.3
[INFO] [stderr]     Checking alloy-eip2930 v0.2.3
[INFO] [stderr]     Checking alloy-eip7928 v0.3.7
[INFO] [stderr]     Checking alloy-eip2124 v0.2.0
[INFO] [stderr]     Checking alloy-serde v1.8.3
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]     Checking nybbles v0.4.5
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]     Checking idna_adapter v1.2.2
[INFO] [stderr]     Checking idna v1.1.0
[INFO] [stderr]     Checking alloy-trie v0.9.5
[INFO] [stderr]     Checking hashbrown v0.14.5
[INFO] [stderr]     Checking url v2.5.8
[INFO] [stderr]    Compiling darling_macro v0.23.0
[INFO] [stderr]    Compiling darling v0.23.0
[INFO] [stderr]    Compiling serde_with_macros v3.20.0
[INFO] [stderr]    Compiling alloy-tx-macros v1.8.3
[INFO] [stderr]    Compiling strum_macros v0.27.2
[INFO] [stderr]    Compiling num_enum_derive v0.7.6
[INFO] [stderr]    Compiling alloy-sol-macro-input v1.6.0
[INFO] [stderr]     Checking serde_with v3.20.0
[INFO] [stderr]     Checking pin-project v1.1.13
[INFO] [stderr]     Checking num_enum v0.7.6
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]    Compiling async-stream-impl v0.3.6
[INFO] [stderr]    Compiling alloy-sol-macro-expander v1.6.0
[INFO] [stderr]     Checking futures-executor v0.3.32
[INFO] [stderr]     Checking async-stream v0.3.6
[INFO] [stderr]     Checking regex v1.12.3
[INFO] [stderr]     Checking futures v0.3.32
[INFO] [stderr]     Checking alloy-signer v1.8.3
[INFO] [stderr]    Compiling derivative v2.2.0
[INFO] [stderr]     Checking dashmap v6.1.0
[INFO] [stderr]    Compiling clap_derive v4.6.1
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking strum v0.27.2
[INFO] [stderr]     Checking tower v0.5.3
[INFO] [stderr]     Checking h2 v0.4.14
[INFO] [stderr]     Checking tower-http v0.6.10
[INFO] [stderr]     Checking alloy-eips v1.8.3
[INFO] [stderr]     Checking alloy-rpc-types-debug v1.8.3
[INFO] [stderr]     Checking tokio-stream v0.1.18
[INFO] [stderr]     Checking alloy-chains v0.2.34
[INFO] [stderr]    Compiling toml v1.1.2+spec-1.1.0
[INFO] [stderr]     Checking clap v4.6.1
[INFO] [stderr]    Compiling sha3 v0.10.9
[INFO] [stderr]     Checking rclite v0.4.1
[INFO] [stderr]     Checking mini-alloc v1.0.0
[INFO] [stderr]     Checking keccak-const v0.2.0
[INFO] [stderr]     Checking alloy-consensus v1.8.3
[INFO] [stderr]    Compiling ahash v0.7.8
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]    Compiling trybuild v1.0.116
[INFO] [stderr]    Compiling alloy-sol-macro v1.6.0
[INFO] [stderr]     Checking hashbrown v0.12.3
[INFO] [stderr]     Checking hyper v1.9.0
[INFO] [stderr]     Checking alloy-sol-types v1.6.0
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking hyper-util v0.1.20
[INFO] [stderr]     Checking alloy-consensus-any v1.8.3
[INFO] [stderr]     Checking alloy-network-primitives v1.8.3
[INFO] [stderr]    Compiling openssl-sys v0.9.115
[INFO] [stderr]    Compiling darling_core v0.21.3
[INFO] [stderr]    Compiling ptr_meta_derive v0.1.4
[INFO] [stderr]    Compiling bytecheck v0.6.12
[INFO] [stderr]    Compiling target-lexicon v0.12.16
[INFO] [stderr]     Checking ptr_meta v0.1.4
[INFO] [stderr]    Compiling bytecheck_derive v0.6.12
[INFO] [stderr]     Checking inout v0.1.4
[INFO] [stderr]    Compiling rend v0.4.2
[INFO] [stderr]     Checking simdutf8 v0.1.5
[INFO] [stderr]    Compiling cranelift-isle v0.91.1
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]    Compiling cranelift-codegen-shared v0.91.1
[INFO] [stderr]    Compiling object v0.37.3
[INFO] [stderr]    Compiling rkyv v0.7.46
[INFO] [stderr]    Compiling cranelift-codegen-meta v0.91.1
[INFO] [stderr]     Checking alloy-json-rpc v1.8.3
[INFO] [stderr]     Checking alloy-rpc-types-eth v1.8.3
[INFO] [stderr]     Checking stylus-core v0.10.7-rc.1 (/opt/rustwide/workdir/stylus-core)
[INFO] [stderr]     Checking fxhash v0.2.1
[INFO] [stderr]     Checking alloy-transport v1.8.3
[INFO] [stderr]    Compiling stylus-proc v0.10.7-rc.1 (/opt/rustwide/workdir/stylus-proc)
[INFO] [stderr]    Compiling corosensei v0.1.4
[INFO] [stderr]    Compiling memoffset v0.8.0
[INFO] [stderr]     Checking toml_datetime v0.6.11
[INFO] [stderr]     Checking serde_spanned v0.6.9
[INFO] [stderr]    Compiling enum-iterator-derive v0.7.0
[INFO] [stderr]    Compiling rkyv_derive v0.7.46
[INFO] [stderr]    Compiling darling_macro v0.21.3
[INFO] [stderr]    Compiling darling v0.21.3
[INFO] [stderr]    Compiling enumset_derive v0.15.0
[INFO] [stderr]     Checking alloy-rpc-types-any v1.8.3
[INFO] [stderr]     Checking alloy-network v1.8.3
[INFO] [stderr]     Checking alloy-rpc-types-trace v1.8.3
[INFO] [stderr]    Compiling openssl v0.10.79
[INFO] [stderr]     Checking seahash v4.1.0
[INFO] [stderr]     Checking cranelift-entity v0.91.1
[INFO] [stderr]     Checking gimli v0.32.3
[INFO] [stderr]     Checking miniz_oxide v0.8.9
[INFO] [stderr]    Compiling cranelift-codegen v0.91.1
[INFO] [stderr]     Checking enum-iterator v0.7.0
[INFO] [stderr]     Checking enumset v1.1.12
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking semver v1.0.28
[INFO] [stderr]     Checking rustc-demangle v0.1.27
[INFO] [stderr]    Compiling native-tls v0.2.18
[INFO] [stderr]     Checking leb128 v0.2.6
[INFO] [stderr]     Checking slice-group-by v0.3.1
[INFO] [stderr]     Checking fallible-iterator v0.2.0
[INFO] [stderr]    Compiling erased-serde v0.4.10
[INFO] [stderr]     Checking more-asserts v0.2.2
[INFO] [stderr]     Checking region v3.0.2
[INFO] [stderr]     Checking regalloc2 v0.5.1
[INFO] [stderr]     Checking gimli v0.26.2
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking addr2line v0.25.1
[INFO] [stderr]     Checking cranelift-egraph v0.91.1
[INFO] [stderr]     Checking cranelift-bforest v0.91.1
[INFO] [stderr]     Checking salsa20 v0.10.2
[INFO] [stderr]     Checking dashmap v5.5.3
[INFO] [stderr]     Checking pbkdf2 v0.11.0
[INFO] [stderr]     Checking wasmer-types v3.3.0
[INFO] [stderr]     Checking leb128fmt v0.1.0
[INFO] [stderr]    Compiling camino v1.2.2
[INFO] [stderr]     Checking toml_edit v0.22.27
[INFO] [stderr]     Checking wasm-encoder v0.249.0
[INFO] [stderr]     Checking scrypt v0.10.0
[INFO] [stderr]     Checking backtrace v0.3.76
[INFO] [stderr]     Checking ordered-float v2.10.1
[INFO] [stderr]     Checking rand v0.8.6
[INFO] [stderr]     Checking alloy-dyn-abi v1.6.0
[INFO] [stderr]     Checking ctr v0.9.2
[INFO] [stderr]     Checking aes v0.8.4
[INFO] [stderr]     Checking wasmparser v0.95.0
[INFO] [stderr]     Checking uuid v0.8.2
[INFO] [stderr]    Compiling brotli-sys v0.3.2
[INFO] [stderr]     Checking memmap2 v0.5.10
[INFO] [stderr]    Compiling wasmer-compiler-cranelift v3.3.0
[INFO] [stderr]    Compiling wasmparser v0.221.3
[INFO] [stderr]     Checking wast v249.0.0
[INFO] [stderr]     Checking wasmer-vm v3.3.0
[INFO] [stderr]     Checking eth-keystore v0.5.0
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking toml v0.8.23
[INFO] [stderr]     Checking serde-value v0.7.0
[INFO] [stderr]     Checking rayon v1.12.0
[INFO] [stderr]     Checking serde-untagged v0.1.9
[INFO] [stderr]    Compiling sys-info v0.9.1
[INFO] [stderr]     Checking winnow v0.5.40
[INFO] [stderr]    Compiling escargot v0.5.15
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking cargo-util-schemas v0.2.0
[INFO] [stderr]     Checking wasmer-compiler v3.3.0
[INFO] [stderr]     Checking hyper-tls v0.6.0
[INFO] [stderr]     Checking alloy-signer-local v1.8.3
[INFO] [stderr]     Checking alloy-core v1.6.0
[INFO] [stderr]     Checking alloy-rpc-types v1.8.3
[INFO] [stderr]    Compiling wasmer-derive v3.3.0
[INFO] [stderr]     Checking toml_edit v0.20.7
[INFO] [stderr]     Checking cargo-platform v0.2.0
[INFO] [stderr]    Compiling typed-builder-macro v0.23.2
[INFO] [stderr]     Checking byteorder v0.5.3
[INFO] [stderr]     Checking eyre v0.6.12
[INFO] [stderr]     Checking reqwest v0.12.28
[INFO] [stderr]     Checking wasm-gen v0.1.4
[INFO] [stderr]     Checking tempfile v3.27.0
[INFO] [stderr]     Checking cargo_metadata v0.20.0
[INFO] [stderr]     Checking typed-builder v0.23.2
[INFO] [stderr]     Checking rust-toolchain-file v0.1.1
[INFO] [stderr]     Checking wasm-encoder v0.213.0
[INFO] [stderr]     Checking wasmprinter v0.221.3
[INFO] [stderr]     Checking wat v1.249.0
[INFO] [stderr]     Checking wasmparser v0.213.0
[INFO] [stderr]     Checking rustc-host v0.1.7
[INFO] [stderr]    Compiling sneks v0.1.3
[INFO] [stderr]     Checking bytesize v1.3.3
[INFO] [stderr]     Checking brotli2 v0.3.2
[INFO] [stderr]     Checking slab v0.4.12
[INFO] [stderr]    Compiling assert_cmd v2.2.2
[INFO] [stderr]     Checking predicates v3.1.4
[INFO] [stderr]     Checking bstr v1.12.1
[INFO] [stderr]    Compiling prettyplease v0.2.37
[INFO] [stderr]     Checking yansi v1.0.1
[INFO] [stderr]     Checking cranelift-frontend v0.91.1
[INFO] [stderr]     Checking wasmer v3.3.0
[INFO] [stderr]     Checking diff v0.1.13
[INFO] [stderr]     Checking pretty_assertions v1.4.1
[INFO] [stderr]     Checking form_urlencoded v1.2.2
[INFO] [stderr]     Checking bitflags v2.11.1
[INFO] [stderr]    Compiling time-macros v0.2.27
[INFO] [stderr]     Checking deranged v0.5.8
[INFO] [stderr]     Checking time v0.3.47
[INFO] [stderr]     Checking colored v3.1.1
[INFO] [stderr]    Compiling function_name-proc-macro v0.3.0
[INFO] [stderr]     Checking function_name v0.3.0
[INFO] [stderr]     Checking hex v0.4.3
[INFO] [stderr]     Checking simple_logger v5.2.0
[INFO] [stderr]     Checking rustls-webpki v0.103.13
[INFO] [stderr]     Checking tokio-rustls v0.26.4
[INFO] [stderr]     Checking rustls-platform-verifier v0.7.0
[INFO] [stderr]     Checking hyper-rustls v0.27.9
[INFO] [stderr]     Checking reqwest v0.13.3
[INFO] [stderr]     Checking alloy-transport-http v1.8.3
[INFO] [stderr]     Checking alloy-rpc-client v1.8.3
[INFO] [stderr]     Checking alloy-provider v1.8.3
[INFO] [stderr]     Checking stylus-test v0.10.7-rc.1 (/opt/rustwide/workdir/stylus-test)
[INFO] [stderr]     Checking stylus-sdk v0.10.7-rc.1 (/opt/rustwide/workdir/stylus-sdk)
[INFO] [stderr]     Checking alloy-contract v1.8.3
[INFO] [stderr]     Checking alloy v1.8.3
[INFO] [stderr]     Checking stylus-tools v0.10.7-rc.1 (/opt/rustwide/workdir/stylus-tools)
[INFO] [stderr]     Checking callee v0.1.0 (/opt/rustwide/workdir/examples/callee)
[INFO] [stderr]     Checking stylus-variables v0.1.0 (/opt/rustwide/workdir/examples/variables)
[INFO] [stderr]     Checking stylus-delegate-call v0.1.0 (/opt/rustwide/workdir/examples/delegate_call)
[INFO] [stderr]     Checking stylus-events v0.1.0 (/opt/rustwide/workdir/examples/events)
[INFO] [stderr]     Checking erc20 v0.1.0 (/opt/rustwide/workdir/examples/erc20)
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> stylus-tools/src/core/tracing/mod.rs:154:21
[INFO] [stdout]     |
[INFO] [stdout] 154 |             None => bail!("No next hostio"),
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: `#[warn(semicolon_in_expressions_from_non_local_macros)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout]     = note: this warning originates in the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking stylus-function v0.1.0 (/opt/rustwide/workdir/examples/function)
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> stylus-tools/src/ops/codegen.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | /         bail!(
[INFO] [stdout] 23 | |             "did not find top-level contracts object in {}",
[INFO] [stdout] 24 | |             in_path.as_ref().to_string_lossy()
[INFO] [stdout] 25 | |         )
[INFO] [stdout]    | |_________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `bail`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> stylus-tools/src/deployer.rs:108:14
[INFO] [stdout]     |
[INFO] [stdout] 108 |         _ => bail!("failed to extract deployed address and tx hash"),
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> stylus-tools/src/deployer.rs:118:5
[INFO] [stdout]     |
[INFO] [stdout] 118 |     bail!("failed to extract deployed address and tx hash")
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking stylus-abi-encode v0.1.0 (/opt/rustwide/workdir/examples/abi_encode)
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> stylus-tools/src/core/tracing/mod.rs:154:21
[INFO] [stdout]     |
[INFO] [stdout] 154 |             None => bail!("No next hostio"),
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: `#[warn(semicolon_in_expressions_from_non_local_macros)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout]     = note: this warning originates in the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> stylus-tools/src/ops/codegen.rs:22:9
[INFO] [stdout]    |
[INFO] [stdout] 22 | /         bail!(
[INFO] [stdout] 23 | |             "did not find top-level contracts object in {}",
[INFO] [stdout] 24 | |             in_path.as_ref().to_string_lossy()
[INFO] [stdout] 25 | |         )
[INFO] [stdout]    | |_________^
[INFO] [stdout]    |
[INFO] [stdout]    = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]    = note: to ignore the value produced by the macro, add a semicolon after the invocation of `bail`
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> stylus-tools/src/deployer.rs:108:14
[INFO] [stdout]     |
[INFO] [stdout] 108 |         _ => bail!("failed to extract deployed address and tx hash"),
[INFO] [stdout]     |              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> stylus-tools/src/deployer.rs:118:5
[INFO] [stdout]     |
[INFO] [stdout] 118 |     bail!("failed to extract deployed address and tx hash")
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking stylus-primitive-data-types v0.1.0 (/opt/rustwide/workdir/examples/primitive_data_types)
[INFO] [stderr]     Checking stylus-arrays v0.1.0 (/opt/rustwide/workdir/examples/arrays)
[INFO] [stderr]     Checking caller v0.1.0 (/opt/rustwide/workdir/examples/caller)
[INFO] [stderr]     Checking stylus-constructor v0.1.0 (/opt/rustwide/workdir/examples/constructor)
[INFO] [stderr]     Checking stylus-test-example v0.1.0 (/opt/rustwide/workdir/examples/test)
[INFO] [stderr]     Checking stylus-custom-storage-slots v0.1.0 (/opt/rustwide/workdir/examples/custom_storage_slots)
[INFO] [stderr]     Checking stylus-errors v0.1.0 (/opt/rustwide/workdir/examples/errors)
[INFO] [stderr]     Checking stylus-first-app v0.1.0 (/opt/rustwide/workdir/examples/first_app)
[INFO] [stderr]     Checking stylus-abi-decode v0.1.0 (/opt/rustwide/workdir/examples/abi_decode)
[INFO] [stderr]     Checking stylus-tuples v0.1.0 (/opt/rustwide/workdir/examples/tuples)
[INFO] [stderr]     Checking stylus-nested-structs v0.1.0 (/opt/rustwide/workdir/examples/nested_structs)
[INFO] [stderr]     Checking stylus-constants v0.1.0 (/opt/rustwide/workdir/examples/constants)
[INFO] [stderr]     Checking stylus-verify_signature v0.1.0 (/opt/rustwide/workdir/examples/verify_signature)
[INFO] [stderr]     Checking stylus-storage-data-types v0.1.0 (/opt/rustwide/workdir/examples/storage_data_types)
[INFO] [stderr]     Checking stylus-encoding-and-hashing v0.1.0 (/opt/rustwide/workdir/examples/encoding_and_hashing)
[INFO] [stderr]     Checking stylus-fallback-receive v0.1.0 (/opt/rustwide/workdir/examples/fallback_receive)
[INFO] [stderr]     Checking stylus-single-call v0.1.5 (/opt/rustwide/workdir/examples/single_call)
[INFO] [stderr]     Checking erc721 v0.1.0 (/opt/rustwide/workdir/examples/erc721)
[INFO] [stderr]     Checking stylus-hello-world v0.1.0 (/opt/rustwide/workdir/examples/hello_world)
[INFO] [stderr]     Checking stylus-sending_ether v0.1.0 (/opt/rustwide/workdir/examples/sending_ether)
[INFO] [stderr]     Checking stylus-mapping v0.1.0 (/opt/rustwide/workdir/examples/mapping)
[INFO] [stderr]     Checking stylus-call v0.1.0 (/opt/rustwide/workdir/examples/call)
[INFO] [stderr]     Checking stylus-inheritance-selectors v0.1.0 (/opt/rustwide/workdir/examples/inheritance)
[INFO] [stderr]     Checking cargo-stylus v0.10.7-rc.1 (/opt/rustwide/workdir/cargo-stylus)
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> cargo-stylus/src/commands/replay.rs:426:21
[INFO] [stdout]     |
[INFO] [stdout] 426 |                     bail!("gdb not found or not supported on this platform")
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: `#[warn(semicolon_in_expressions_from_non_local_macros)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout]     = note: this warning originates in the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> cargo-stylus/src/commands/replay.rs:435:21
[INFO] [stdout]     |
[INFO] [stdout] 435 |                     bail!("lldb not found")
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> cargo-stylus/src/commands/replay.rs:442:21
[INFO] [stdout]     |
[INFO] [stdout] 442 |                     bail!("rust-stylusdb not found")
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> cargo-stylus/src/commands/replay.rs:462:25
[INFO] [stdout]     |
[INFO] [stdout] 462 |                         bail!("no debugger found")
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> cargo-stylus/src/commands/replay.rs:466:18
[INFO] [stdout]     |
[INFO] [stdout] 466 |               _ => bail!(
[INFO] [stdout]     |  __________________^
[INFO] [stdout] 467 | |                 "Unknown debugger: {}. Supported debuggers: gdb, lldb, stylusdb, auto",
[INFO] [stdout] 468 | |                 args.debugger
[INFO] [stdout] 469 | |             ),
[INFO] [stdout]     | |_____________^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> cargo-stylus/src/utils/mod.rs:15:18
[INFO] [stdout]    |
[INFO] [stdout] 15 |         Ok(_) => bail!("Max fee per gas must be non-negative"),
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> cargo-stylus/src/utils/mod.rs:16:19
[INFO] [stdout]    |
[INFO] [stdout] 16 |         Err(_) => bail!("Invalid max fee per gas value: {}", fee_str),
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> cargo-stylus/src/commands/replay.rs:426:21
[INFO] [stdout]     |
[INFO] [stdout] 426 |                     bail!("gdb not found or not supported on this platform")
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: `#[warn(semicolon_in_expressions_from_non_local_macros)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout]     = note: this warning originates in the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> cargo-stylus/src/commands/replay.rs:435:21
[INFO] [stdout]     |
[INFO] [stdout] 435 |                     bail!("lldb not found")
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> cargo-stylus/src/commands/replay.rs:442:21
[INFO] [stdout]     |
[INFO] [stdout] 442 |                     bail!("rust-stylusdb not found")
[INFO] [stdout]     |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> cargo-stylus/src/commands/replay.rs:462:25
[INFO] [stdout]     |
[INFO] [stdout] 462 |                         bail!("no debugger found")
[INFO] [stdout]     |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: macro invocations at the end of a block are treated as expressions
[INFO] [stdout]     = note: to ignore the value produced by the macro, add a semicolon after the invocation of `bail`
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> cargo-stylus/src/commands/replay.rs:466:18
[INFO] [stdout]     |
[INFO] [stdout] 466 |               _ => bail!(
[INFO] [stdout]     |  __________________^
[INFO] [stdout] 467 | |                 "Unknown debugger: {}. Supported debuggers: gdb, lldb, stylusdb, auto",
[INFO] [stdout] 468 | |                 args.debugger
[INFO] [stdout] 469 | |             ),
[INFO] [stdout]     | |_____________^
[INFO] [stdout]     |
[INFO] [stdout]     = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]     = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]     = note: this warning originates in the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> cargo-stylus/src/utils/mod.rs:15:18
[INFO] [stdout]    |
[INFO] [stdout] 15 |         Ok(_) => bail!("Max fee per gas must be non-negative"),
[INFO] [stdout]    |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]   --> cargo-stylus/src/utils/mod.rs:16:19
[INFO] [stdout]    |
[INFO] [stdout] 16 |         Err(_) => bail!("Invalid max fee per gas value: {}", fee_str),
[INFO] [stdout]    |                   ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stdout]    = note: for more information, see issue #79813 <https://github.com/rust-lang/rust/issues/79813>
[INFO] [stdout]    = note: this warning originates in the macro `bail` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: unused dependency `reqwest`
[INFO] [stderr]   --> stylus-tools/Cargo.toml:27:1
[INFO] [stderr]    |
[INFO] [stderr] 27 | reqwest.workspace = true
[INFO] [stderr]    | ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::unused_dependencies` is set to `warn` by default
[INFO] [stderr] help: consider removing the dependency on `reqwest`
[INFO] [stderr] warning: unused dependency `rust-toolchain-file`
[INFO] [stderr]   --> stylus-tools/Cargo.toml:40:1
[INFO] [stderr]    |
[INFO] [stderr] 40 | rust-toolchain-file = "0.1"
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: consider removing the dependency on `rust-toolchain-file`
[INFO] [stderr] warning: unused dependency `trybuild`
[INFO] [stderr]   --> stylus-tools/Cargo.toml:30:1
[INFO] [stderr]    |
[INFO] [stderr] 30 | trybuild.workspace = true
[INFO] [stderr]    | ^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: consider removing the dependency on `trybuild`
[INFO] [stderr] warning: `stylus-tools` (manifest) generated 3 warnings
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 12m 14s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: cargo-stylus v0.10.7-rc.1 (/opt/rustwide/workdir/cargo-stylus), proc-macro-error2 v2.0.1, stylus-tools v0.10.7-rc.1 (/opt/rustwide/workdir/stylus-tools)
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 5`
[INFO] running `Command { std: "docker" "inspect" "27b01394db6563cecc02783aefc1d9e36c6b6ef41eaaf8de06ee1fd2f5f42fb5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "27b01394db6563cecc02783aefc1d9e36c6b6ef41eaaf8de06ee1fd2f5f42fb5", kill_on_drop: false }`
[INFO] [stdout] 27b01394db6563cecc02783aefc1d9e36c6b6ef41eaaf8de06ee1fd2f5f42fb5
