[INFO] fetching crate cosmwasm-simulate 0.13.6...
[INFO] testing cosmwasm-simulate-0.13.6 against beta-2025-09-21 for beta-1.91-3
[INFO] extracting crate cosmwasm-simulate 0.13.6 into /workspace/builds/worker-4-tc2/source
[INFO] removed /workspace/builds/worker-4-tc2/source/.cargo/config
[INFO] started tweaking crates.io crate cosmwasm-simulate 0.13.6
[INFO] finished tweaking crates.io crate cosmwasm-simulate 0.13.6
[INFO] tweaked toml for crates.io crate cosmwasm-simulate 0.13.6 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate cosmwasm-simulate 0.13.6 on toolchain beta-2025-09-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate cosmwasm-simulate 0.13.6 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" "+beta-2025-09-21" "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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 821e17476b099f2efa2b2ec4d82bb49f89dd360f53f04aadb1e349b7c1597fd9
[INFO] running `Command { std: "docker" "start" "-a" "821e17476b099f2efa2b2ec4d82bb49f89dd360f53f04aadb1e349b7c1597fd9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "821e17476b099f2efa2b2ec4d82bb49f89dd360f53f04aadb1e349b7c1597fd9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "821e17476b099f2efa2b2ec4d82bb49f89dd360f53f04aadb1e349b7c1597fd9", kill_on_drop: false }`
[INFO] [stdout] 821e17476b099f2efa2b2ec4d82bb49f89dd360f53f04aadb1e349b7c1597fd9
[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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-09-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] df095ea88b231e5c2c880bf3dcc0b1f5fc695f907090d3004b42bb4a961944b3
[INFO] running `Command { std: "docker" "start" "-a" "df095ea88b231e5c2c880bf3dcc0b1f5fc695f907090d3004b42bb4a961944b3", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.30
[INFO] [stderr]    Compiling unicode-xid v0.2.2
[INFO] [stderr]    Compiling syn v1.0.80
[INFO] [stderr]    Compiling libc v0.2.103
[INFO] [stderr]    Compiling autocfg v1.0.1
[INFO] [stderr]    Compiling serde_derive v1.0.130
[INFO] [stderr]    Compiling serde v1.0.130
[INFO] [stderr]    Compiling version_check v0.9.3
[INFO] [stderr]    Compiling cc v1.0.71
[INFO] [stderr]    Compiling bitflags v1.2.1
[INFO] [stderr]    Compiling smallvec v1.7.0
[INFO] [stderr]    Compiling cfg-if v0.1.10
[INFO] [stderr]    Compiling hashbrown v0.11.2
[INFO] [stderr]    Compiling memchr v2.4.1
[INFO] [stderr]    Compiling strsim v0.10.0
[INFO] [stderr]    Compiling typenum v1.14.0
[INFO] [stderr]    Compiling target-lexicon v0.11.2
[INFO] [stderr]    Compiling scopeguard v1.1.0
[INFO] [stderr]    Compiling gimli v0.25.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.5
[INFO] [stderr]    Compiling rustc-demangle v0.1.21
[INFO] [stderr]    Compiling more-asserts v0.2.1
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.5
[INFO] [stderr]    Compiling wasmparser v0.65.0
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]    Compiling generic-array v0.14.4
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling indexmap v1.7.0
[INFO] [stderr]    Compiling memoffset v0.6.4
[INFO] [stderr]    Compiling miniz_oxide v0.4.4
[INFO] [stderr]    Compiling object v0.26.2
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling cranelift-codegen-shared v0.68.0
[INFO] [stderr]    Compiling either v1.6.1
[INFO] [stderr]    Compiling rayon-core v1.9.1
[INFO] [stderr]    Compiling crc32fast v1.2.1
[INFO] [stderr]    Compiling crossbeam-channel v0.5.1
[INFO] [stderr]    Compiling rayon v1.5.1
[INFO] [stderr]    Compiling stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.14
[INFO] [stderr]    Compiling fallible-iterator v0.2.0
[INFO] [stderr]    Compiling rustc-hash v1.1.0
[INFO] [stderr]    Compiling regalloc v0.0.31
[INFO] [stderr]    Compiling region v2.2.0
[INFO] [stderr]    Compiling memmap2 v0.2.3
[INFO] [stderr]    Compiling quote v1.0.10
[INFO] [stderr]    Compiling backtrace v0.3.61
[INFO] [stderr]    Compiling wasmer-vm v1.0.2
[INFO] [stderr]    Compiling getrandom v0.2.3
[INFO] [stderr]    Compiling digest v0.9.0
[INFO] [stderr]    Compiling crossbeam-deque v0.8.1
[INFO] [stderr]    Compiling rand_core v0.6.3
[INFO] [stderr]    Compiling num_cpus v1.13.0
[INFO] [stderr]    Compiling blake3 v0.3.8
[INFO] [stderr]    Compiling tracing-core v0.1.21
[INFO] [stderr]    Compiling semver-parser v0.7.0
[INFO] [stderr]    Compiling subtle v2.4.1
[INFO] [stderr]    Compiling pin-project-lite v0.2.7
[INFO] [stderr]    Compiling leb128 v0.2.5
[INFO] [stderr]    Compiling ryu v1.0.5
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling crypto-mac v0.8.0
[INFO] [stderr]    Compiling semver v0.9.0
[INFO] [stderr]    Compiling constant_time_eq v0.1.5
[INFO] [stderr]    Compiling arrayvec v0.5.2
[INFO] [stderr]    Compiling arrayref v0.3.6
[INFO] [stderr]    Compiling wasmer-compiler-cranelift v1.0.2
[INFO] [stderr]    Compiling serde_json v1.0.68
[INFO] [stderr]    Compiling rand v0.8.4
[INFO] [stderr]    Compiling remove_dir_all v0.5.3
[INFO] [stderr]    Compiling rustc_version v0.2.3
[INFO] [stderr]    Compiling wast v38.0.1
[INFO] [stderr]    Compiling which v4.2.2
[INFO] [stderr]    Compiling libloading v0.6.7
[INFO] [stderr]    Compiling schemars v0.7.6
[INFO] [stderr]    Compiling nix v0.15.0
[INFO] [stderr]    Compiling itoa v0.4.8
[INFO] [stderr]    Compiling target-lexicon v0.10.0
[INFO] [stderr]    Compiling parking_lot_core v0.7.2
[INFO] [stderr]    Compiling generic-array v0.12.4
[INFO] [stderr]    Compiling addr2line v0.16.0
[INFO] [stderr]    Compiling lock_api v0.3.4
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling void v1.0.2
[INFO] [stderr]    Compiling block-buffer v0.9.0
[INFO] [stderr]    Compiling digest v0.8.1
[INFO] [stderr]    Compiling parking_lot v0.10.2
[INFO] [stderr]    Compiling dirs-sys-next v0.1.2
[INFO] [stderr]    Compiling errno v0.2.7
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling page_size v0.4.2
[INFO] [stderr]    Compiling nibble_vec v0.1.0
[INFO] [stderr]    Compiling endian-type v0.1.2
[INFO] [stderr]    Compiling wasmparser v0.51.4
[INFO] [stderr]    Compiling base64 v0.13.0
[INFO] [stderr]    Compiling cpufeatures v0.2.1
[INFO] [stderr]    Compiling tempfile v3.2.0
[INFO] [stderr]    Compiling wasmer-runtime-core v0.17.1
[INFO] [stderr]    Compiling opaque-debug v0.3.0
[INFO] [stderr]    Compiling radix_trie v0.2.1
[INFO] [stderr]    Compiling dirs-next v2.0.0
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling sha2 v0.9.8
[INFO] [stderr]    Compiling nix v0.20.2
[INFO] [stderr]    Compiling fd-lock v2.0.0
[INFO] [stderr]    Compiling unicode-segmentation v1.8.0
[INFO] [stderr]    Compiling ansi_term v0.11.0
[INFO] [stderr]    Compiling parity-wasm v0.42.2
[INFO] [stderr]    Compiling clru v0.2.1
[INFO] [stderr]    Compiling strsim v0.8.0
[INFO] [stderr]    Compiling vec_map v0.8.2
[INFO] [stderr]    Compiling utf8parse v0.2.0
[INFO] [stderr]    Compiling clap v2.33.3
[INFO] [stderr]    Compiling colored v2.0.0
[INFO] [stderr]    Compiling itertools v0.10.1
[INFO] [stderr]    Compiling wat v1.0.40
[INFO] [stderr]    Compiling rustyline v8.2.0
[INFO] [stderr]    Compiling darling_core v0.13.0
[INFO] [stderr]    Compiling serde_derive_internals v0.25.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.30
[INFO] [stderr]    Compiling tracing-attributes v0.1.18
[INFO] [stderr]    Compiling dynasm v1.1.0
[INFO] [stderr]    Compiling wasmer-derive v1.0.2
[INFO] [stderr]    Compiling schemars_derive v0.7.6
[INFO] [stderr]    Compiling cosmwasm-derive v0.13.2
[INFO] [stderr]    Compiling rustyline-derive v0.4.0
[INFO] [stderr]    Compiling darling_macro v0.13.0
[INFO] [stderr]    Compiling darling v0.13.0
[INFO] [stderr]    Compiling enumset_derive v0.5.5
[INFO] [stderr]    Compiling tracing v0.1.29
[INFO] [stderr]    Compiling thiserror v1.0.30
[INFO] [stderr]    Compiling enumset v1.0.7
[INFO] [stderr]    Compiling cranelift-entity v0.68.0
[INFO] [stderr]    Compiling serde_bytes v0.11.5
[INFO] [stderr]    Compiling bincode v1.3.3
[INFO] [stderr]    Compiling serde-bench v0.0.7
[INFO] [stderr]    Compiling serde-json-wasm v0.2.3
[INFO] [stderr]    Compiling wasmer-types v1.0.2
[INFO] [stderr]    Compiling cranelift-codegen-meta v0.68.0
[INFO] [stderr]    Compiling cranelift-bforest v0.68.0
[INFO] [stderr]    Compiling gimli v0.22.0
[INFO] [stderr]    Compiling object v0.22.0
[INFO] [stderr]    Compiling cosmwasm-std v0.13.2
[INFO] [stderr]    Compiling wasmer-compiler v1.0.2
[INFO] [stderr]    Compiling dynasmrt v1.1.0
[INFO] [stderr]    Compiling wasmer-engine v1.0.2
[INFO] [stderr]    Compiling wasmer-object v1.0.2
[INFO] [stderr]    Compiling wasmer-compiler-singlepass v1.0.2
[INFO] [stderr]    Compiling wasmer-engine-jit v1.0.2
[INFO] [stderr]    Compiling wasmer-engine-native v1.0.2
[INFO] [stderr]    Compiling wasmer-middleware-common v0.17.1
[INFO] [stderr]    Compiling cranelift-codegen v0.68.0
[INFO] [stderr]    Compiling cranelift-frontend v0.68.0
[INFO] [stderr]    Compiling wasmer v1.0.2
[INFO] [stderr]    Compiling wasmer-middlewares v1.0.2
[INFO] [stderr]    Compiling cosmwasm-vm v0.13.2
[INFO] [stderr]    Compiling cosmwasm-simulate v0.13.6 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unused doc comment
[INFO] [stdout]   --> src/contract_vm/engine.rs:93:13
[INFO] [stdout]    |
[INFO] [stdout] 93 |             /// Memory limit in bytes. Use a value that is divisible by the Wasm page size 65536, e.g. full MiBs.
[INFO] [stdout]    |             ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 94 |             memory_limit: DEFAULT_MEMORY_LIMIT,
[INFO] [stdout]    |             ---------------------------------- rustdoc does not generate documentation for expression fields
[INFO] [stdout]    |
[INFO] [stdout]    = help: use `//` for a plain comment
[INFO] [stdout]    = note: `#[warn(unused_doc_comments)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `staking`
[INFO] [stdout]   --> src/contract_vm/querier.rs:61:11
[INFO] [stdout]    |
[INFO] [stdout] 61 |     #[cfg(feature = "staking")]
[INFO] [stdout]    |           ^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `deterministic-execution` and `iterator`
[INFO] [stdout]    = help: consider adding `staking` as a feature in `Cargo.toml`
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trailing semicolon in macro used in expression position
[INFO] [stdout]    --> src/contract_vm/singlepass_backend/emitter_x64.rs:459:44
[INFO] [stdout]     |
[INFO] [stdout] 459 |         dynasm!($assembler ; $ins =>$label);
[INFO] [stdout]     |                                            ^
[INFO] [stdout] ...
[INFO] [stdout] 762 |             Condition::None => jmp_op!(jmp, self, label),
[INFO] [stdout]     |                                ------------------------- in this macro invocation
[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_macros)]` (part of `#[warn(future_incompatible)]`) on by default
[INFO] [stdout]     = note: this warning originates in the macro `jmp_op` (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]    --> src/contract_vm/singlepass_backend/emitter_x64.rs:459:44
[INFO] [stdout]     |
[INFO] [stdout] 459 |         dynasm!($assembler ; $ins =>$label);
[INFO] [stdout]     |                                            ^
[INFO] [stdout] ...
[INFO] [stdout] 763 |             Condition::Above => jmp_op!(ja, self, label),
[INFO] [stdout]     |                                 ------------------------ in this macro invocation
[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 `jmp_op` (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]    --> src/contract_vm/singlepass_backend/emitter_x64.rs:459:44
[INFO] [stdout]     |
[INFO] [stdout] 459 |         dynasm!($assembler ; $ins =>$label);
[INFO] [stdout]     |                                            ^
[INFO] [stdout] ...
[INFO] [stdout] 764 |             Condition::AboveEqual => jmp_op!(jae, self, label),
[INFO] [stdout]     |                                      ------------------------- in this macro invocation
[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 `jmp_op` (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]    --> src/contract_vm/singlepass_backend/emitter_x64.rs:459:44
[INFO] [stdout]     |
[INFO] [stdout] 459 |         dynasm!($assembler ; $ins =>$label);
[INFO] [stdout]     |                                            ^
[INFO] [stdout] ...
[INFO] [stdout] 765 |             Condition::Below => jmp_op!(jb, self, label),
[INFO] [stdout]     |                                 ------------------------ in this macro invocation
[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 `jmp_op` (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]    --> src/contract_vm/singlepass_backend/emitter_x64.rs:459:44
[INFO] [stdout]     |
[INFO] [stdout] 459 |         dynasm!($assembler ; $ins =>$label);
[INFO] [stdout]     |                                            ^
[INFO] [stdout] ...
[INFO] [stdout] 766 |             Condition::BelowEqual => jmp_op!(jbe, self, label),
[INFO] [stdout]     |                                      ------------------------- in this macro invocation
[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 `jmp_op` (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]    --> src/contract_vm/singlepass_backend/emitter_x64.rs:459:44
[INFO] [stdout]     |
[INFO] [stdout] 459 |         dynasm!($assembler ; $ins =>$label);
[INFO] [stdout]     |                                            ^
[INFO] [stdout] ...
[INFO] [stdout] 767 |             Condition::Greater => jmp_op!(jg, self, label),
[INFO] [stdout]     |                                   ------------------------ in this macro invocation
[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 `jmp_op` (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]    --> src/contract_vm/singlepass_backend/emitter_x64.rs:459:44
[INFO] [stdout]     |
[INFO] [stdout] 459 |         dynasm!($assembler ; $ins =>$label);
[INFO] [stdout]     |                                            ^
[INFO] [stdout] ...
[INFO] [stdout] 768 |             Condition::GreaterEqual => jmp_op!(jge, self, label),
[INFO] [stdout]     |                                        ------------------------- in this macro invocation
[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 `jmp_op` (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]    --> src/contract_vm/singlepass_backend/emitter_x64.rs:459:44
[INFO] [stdout]     |
[INFO] [stdout] 459 |         dynasm!($assembler ; $ins =>$label);
[INFO] [stdout]     |                                            ^
[INFO] [stdout] ...
[INFO] [stdout] 769 |             Condition::Less => jmp_op!(jl, self, label),
[INFO] [stdout]     |                                ------------------------ in this macro invocation
[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 `jmp_op` (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]    --> src/contract_vm/singlepass_backend/emitter_x64.rs:459:44
[INFO] [stdout]     |
[INFO] [stdout] 459 |         dynasm!($assembler ; $ins =>$label);
[INFO] [stdout]     |                                            ^
[INFO] [stdout] ...
[INFO] [stdout] 770 |             Condition::LessEqual => jmp_op!(jle, self, label),
[INFO] [stdout]     |                                     ------------------------- in this macro invocation
[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 `jmp_op` (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]    --> src/contract_vm/singlepass_backend/emitter_x64.rs:459:44
[INFO] [stdout]     |
[INFO] [stdout] 459 |         dynasm!($assembler ; $ins =>$label);
[INFO] [stdout]     |                                            ^
[INFO] [stdout] ...
[INFO] [stdout] 771 |             Condition::Equal => jmp_op!(je, self, label),
[INFO] [stdout]     |                                 ------------------------ in this macro invocation
[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 `jmp_op` (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]    --> src/contract_vm/singlepass_backend/emitter_x64.rs:459:44
[INFO] [stdout]     |
[INFO] [stdout] 459 |         dynasm!($assembler ; $ins =>$label);
[INFO] [stdout]     |                                            ^
[INFO] [stdout] ...
[INFO] [stdout] 772 |             Condition::NotEqual => jmp_op!(jne, self, label),
[INFO] [stdout]     |                                    ------------------------- in this macro invocation
[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 `jmp_op` (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]    --> src/contract_vm/singlepass_backend/emitter_x64.rs:459:44
[INFO] [stdout]     |
[INFO] [stdout] 459 |         dynasm!($assembler ; $ins =>$label);
[INFO] [stdout]     |                                            ^
[INFO] [stdout] ...
[INFO] [stdout] 773 |             Condition::Signed => jmp_op!(js, self, label),
[INFO] [stdout]     |                                  ------------------------ in this macro invocation
[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 `jmp_op` (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]    --> src/contract_vm/singlepass_backend/emitter_x64.rs:471:10
[INFO] [stdout]     |
[INFO] [stdout] 471 |         );
[INFO] [stdout]     |          ^
[INFO] [stdout] ...
[INFO] [stdout] 785 |             Condition::None => trap_op!(jmp, self),
[INFO] [stdout]     |                                ------------------- in this macro invocation
[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 `trap_op` (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]    --> src/contract_vm/singlepass_backend/emitter_x64.rs:471:10
[INFO] [stdout]     |
[INFO] [stdout] 471 |         );
[INFO] [stdout]     |          ^
[INFO] [stdout] ...
[INFO] [stdout] 786 |             Condition::Above => trap_op!(ja, self),
[INFO] [stdout]     |                                 ------------------ in this macro invocation
[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 `trap_op` (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]    --> src/contract_vm/singlepass_backend/emitter_x64.rs:471:10
[INFO] [stdout]     |
[INFO] [stdout] 471 |         );
[INFO] [stdout]     |          ^
[INFO] [stdout] ...
[INFO] [stdout] 787 |             Condition::AboveEqual => trap_op!(jae, self),
[INFO] [stdout]     |                                      ------------------- in this macro invocation
[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 `trap_op` (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]    --> src/contract_vm/singlepass_backend/emitter_x64.rs:471:10
[INFO] [stdout]     |
[INFO] [stdout] 471 |         );
[INFO] [stdout]     |          ^
[INFO] [stdout] ...
[INFO] [stdout] 788 |             Condition::Below => trap_op!(jb, self),
[INFO] [stdout]     |                                 ------------------ in this macro invocation
[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 `trap_op` (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]    --> src/contract_vm/singlepass_backend/emitter_x64.rs:471:10
[INFO] [stdout]     |
[INFO] [stdout] 471 |         );
[INFO] [stdout]     |          ^
[INFO] [stdout] ...
[INFO] [stdout] 789 |             Condition::BelowEqual => trap_op!(jbe, self),
[INFO] [stdout]     |                                      ------------------- in this macro invocation
[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 `trap_op` (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]    --> src/contract_vm/singlepass_backend/emitter_x64.rs:471:10
[INFO] [stdout]     |
[INFO] [stdout] 471 |         );
[INFO] [stdout]     |          ^
[INFO] [stdout] ...
[INFO] [stdout] 790 |             Condition::Greater => trap_op!(jg, self),
[INFO] [stdout]     |                                   ------------------ in this macro invocation
[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 `trap_op` (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]    --> src/contract_vm/singlepass_backend/emitter_x64.rs:471:10
[INFO] [stdout]     |
[INFO] [stdout] 471 |         );
[INFO] [stdout]     |          ^
[INFO] [stdout] ...
[INFO] [stdout] 791 |             Condition::GreaterEqual => trap_op!(jge, self),
[INFO] [stdout]     |                                        ------------------- in this macro invocation
[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 `trap_op` (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]    --> src/contract_vm/singlepass_backend/emitter_x64.rs:471:10
[INFO] [stdout]     |
[INFO] [stdout] 471 |         );
[INFO] [stdout]     |          ^
[INFO] [stdout] ...
[INFO] [stdout] 792 |             Condition::Less => trap_op!(jl, self),
[INFO] [stdout]     |                                ------------------ in this macro invocation
[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 `trap_op` (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]    --> src/contract_vm/singlepass_backend/emitter_x64.rs:471:10
[INFO] [stdout]     |
[INFO] [stdout] 471 |         );
[INFO] [stdout]     |          ^
[INFO] [stdout] ...
[INFO] [stdout] 793 |             Condition::LessEqual => trap_op!(jle, self),
[INFO] [stdout]     |                                     ------------------- in this macro invocation
[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 `trap_op` (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]    --> src/contract_vm/singlepass_backend/emitter_x64.rs:471:10
[INFO] [stdout]     |
[INFO] [stdout] 471 |         );
[INFO] [stdout]     |          ^
[INFO] [stdout] ...
[INFO] [stdout] 794 |             Condition::Equal => trap_op!(je, self),
[INFO] [stdout]     |                                 ------------------ in this macro invocation
[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 `trap_op` (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]    --> src/contract_vm/singlepass_backend/emitter_x64.rs:471:10
[INFO] [stdout]     |
[INFO] [stdout] 471 |         );
[INFO] [stdout]     |          ^
[INFO] [stdout] ...
[INFO] [stdout] 795 |             Condition::NotEqual => trap_op!(jne, self),
[INFO] [stdout]     |                                    ------------------- in this macro invocation
[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 `trap_op` (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]    --> src/contract_vm/singlepass_backend/emitter_x64.rs:471:10
[INFO] [stdout]     |
[INFO] [stdout] 471 |         );
[INFO] [stdout]     |          ^
[INFO] [stdout] ...
[INFO] [stdout] 796 |             Condition::Signed => trap_op!(js, self),
[INFO] [stdout]     |                                  ------------------ in this macro invocation
[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 `trap_op` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `codegen_x64::X64FunctionCode as FunctionCodeGenerator`
[INFO] [stdout]  --> src/contract_vm/singlepass_backend/mod.rs:7:9
[INFO] [stdout]   |
[INFO] [stdout] 7 | pub use codegen_x64::X64FunctionCode as FunctionCodeGenerator;
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]  --> src/main.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 |     unused_imports,
[INFO] [stdout]   |     ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: variable does not need to be mutable
[INFO] [stdout]     --> src/contract_vm/singlepass_backend/codegen_x64.rs:7171:21
[INFO] [stdout]      |
[INFO] [stdout] 7171 |                 let mut frame = self.control_stack.last_mut().unwrap();
[INFO] [stdout]      |                     ----^^^^^
[INFO] [stdout]      |                     |
[INFO] [stdout]      |                     help: remove this `mut`
[INFO] [stdout]      |
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]     --> src/main.rs:5:5
[INFO] [stdout]      |
[INFO] [stdout]    5 |     unused_mut,
[INFO] [stdout]      |     ^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `message` is never read
[INFO] [stdout]    --> src/contract_vm/singlepass_backend/codegen_x64.rs:765:9
[INFO] [stdout]     |
[INFO] [stdout] 764 | pub struct CodegenError {
[INFO] [stdout]     |            ------------ field in this struct
[INFO] [stdout] 765 |     pub message: String,
[INFO] [stdout]     |         ^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: `CodegenError` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout] note: the lint level is defined here
[INFO] [stdout]    --> src/main.rs:2:5
[INFO] [stdout]     |
[INFO] [stdout]   2 |     dead_code,
[INFO] [stdout]     |     ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: methods `emit_u64`, `emit_cmovae_gpr_32`, `emit_vcmpordss`, `emit_vcmpordsd`, and `emit_bkpt` are never used
[INFO] [stdout]    --> src/contract_vm/singlepass_backend/emitter_x64.rs:69:8
[INFO] [stdout]     |
[INFO] [stdout]  61 | pub trait Emitter {
[INFO] [stdout]     |           ------- methods in this trait
[INFO] [stdout] ...
[INFO] [stdout]  69 |     fn emit_u64(&mut self, x: u64);
[INFO] [stdout]     |        ^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 114 |     fn emit_cmovae_gpr_32(&mut self, src: GPR, dst: GPR);
[INFO] [stdout]     |        ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 156 |     fn emit_vcmpordss(&mut self, src1: XMM, src2: XMMOrMemory, dst: XMM);
[INFO] [stdout]     |        ^^^^^^^^^^^^^^
[INFO] [stdout] 157 |     fn emit_vcmpordsd(&mut self, src1: XMM, src2: XMMOrMemory, dst: XMM);
[INFO] [stdout]     |        ^^^^^^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 197 |     fn emit_bkpt(&mut self);
[INFO] [stdout]     |        ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/main.rs:413:64
[INFO] [stdout]     |
[INFO] [stdout] 413 |                 CHAIN_ID.green().bold(), DENOM.green().bold(), BLOCK_HEIGHT.to_string().green().bold()
[INFO] [stdout]     |                                                                ^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout]     = note: `#[warn(static_mut_refs)]` (part of `#[warn(rust_2024_compatibility)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: creating a shared reference to mutable static
[INFO] [stdout]    --> src/main.rs:543:64
[INFO] [stdout]     |
[INFO] [stdout] 543 |                 CHAIN_ID.green().bold(), DENOM.green().bold(), BLOCK_HEIGHT.to_string().green().bold()
[INFO] [stdout]     |                                                                ^^^^^^^^^^^^^^^^^^^^^^^^ shared reference to mutable static
[INFO] [stdout]     |
[INFO] [stdout]     = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2024/static-mut-references.html>
[INFO] [stdout]     = note: shared references to mutable statics are dangerous; it's undefined behavior if the static is mutated or if a mutable reference is created for it while the shared reference lives
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/tmp/rustcGcsakw/symbols.o" "<17 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libwasmer_middleware_common-3af9393243be9d90,libwasmer_runtime_core-f4262712229c33d6,libserde_bench-cf6f3f001bc6d3cf,libblake3-958c7dfac226af8d,libconstant_time_eq-beff8cd2de40ca33,libarrayvec-73a3ce42020c25f9,libcrypto_mac-086e03d30b4f9d87,libsubtle-e8a5d4b550a2b725,libarrayref-25c9fb6ef5409f9c,libpage_size-36fca558d8fc8cad,libnix-c8b420f68d457eb7,libvoid-eb7ae209523c4fe2,liberrno-ecfab584807b4205,libparking_lot-ea90608024db036c,libparking_lot_core-28eff89ff9a8e16f,liblock_api-665f4f63da059dd4,libwasmparser-398c5b62cc6341ba,librustyline-1e58efede0be3a4a,libutf8parse-b2c87cebdc39e16c,libnix-cca9a997118d990c,libfd_lock-3d295f1af10dee5f,libunicode_segmentation-c4a0b5c98c01c3ff,libdirs_next-6b0f655a4539fdd8,libdirs_sys_next-c451ab502a65a64c,libradix_trie-b0f4823f2ab820ed,libnibble_vec-57e0dd2266756b4d,libendian_type-86fda68ea442df8c,libitertools-5d1860d0cb0f47ee,libcolored-f832f14a0aace8b7,libclap-69da752771f70f33,libvec_map-75126d96f8392bf4,libtextwrap-e395b15b17e8ae97,libunicode_width-63532bdea7ef68cc,libstrsim-eb3bc2e4997041af,libatty-18b40c35d2d3d5f7,libansi_term-f833f6474621b01a,libcosmwasm_vm-2736f44c1b78a5df,libhex-13e08b3b00984ab7,libclru-f9012016642c3566,libwasmer_middlewares-d1785ce489a39bd8,libparity_wasm-c387f9cb9f24c1fb,libsha2-b277553026177233,libcpufeatures-6b3fb156db66dda0,libopaque_debug-1826dab867fa4b9d,libdigest-4ccaaaeaecff3365,libblock_buffer-bfa744498c184312,libgeneric_array-b9b374317b0a099b,libtypenum-e35c56cfa41dfc36,libwasmer-ea71fec7cc8c128b,libwasmer_engine_jit-4bbf6b7636e42f06,libwasmer_compiler_cranelift-081e93cb17912b3c,libtracing-0a2a06ad5e85fc39,libpin_project_lite-b238544462ce70f2,libtracing_core-76638531dc66ffc9,libcranelift_frontend-df3365e58cdd7768,libcranelift_codegen-8b88580618fc25df,libregalloc-a7c3a6ec8aa5500f,librustc_hash-d7c4a66f98a2548f,libgimli-0ed12de5f70bf9ff,libfallible_iterator-448d67c7a9bd3451,libstable_deref_trait-abbc9b1b4dceb875,libcranelift_codegen_shared-ccf9d574e017b47f,liblog-8481a10a83fc76fa,libcranelift_bforest-5bc0ad9fb1b9c50c,libwasmer_compiler_singlepass-df53afd35863e437,librayon-46d95e8104876b5d,librayon_core-1752ae3312d54a26,libnum_cpus-5f784ad60345db7f,libcrossbeam_deque-54a32f3646f8cf14,libcrossbeam_epoch-5361de26678fd01f,libscopeguard-df7644544c35baf4,libcrossbeam_channel-929d76501dfb6a94,libcrossbeam_utils-64a96c09641fef11,libeither-364920c52f4b4434,libdynasmrt-9e53ed4ea2bd9e22,libbyteorder-fb36fe721788ce00,libwat-82683c8fe427f118,libwast-8f4b6dd1818233a5,libleb128-7759971397ea6ba0,libwasmer_engine-59da51fbbf5d5f2f,libbincode-8caa0a0099a11d8f,liblazy_static-af860367908b8176,libmemmap2-7aac2dac59e7c6e9,libwasmer_compiler-b7688c9b1968ec44,libserde_bytes-b76389381a276874,libsmallvec-9eb30fd84caad208,libtarget_lexicon-d89a3a04af5642e8,libenumset-c5717ada13cfd170,libwasmer_vm-950a44af0f0ae92f,libregion-053f96a3e644a57e,libbitflags-9d8828a22cdd2424,libcfg_if-5debf92116708c19,libbacktrace-4b4d9ac98201642c,libminiz_oxide-58f492cca02b49ce,libadler-8a8ce72c9fb247b6,libobject-8ce700c7336322f9,libmemchr-2647db61c3b902f3,liblibc-3c3e33174c09a9d6,libaddr2line-984428a359e93586,libgimli-69346190ad5f6bd4,libcfg_if-3e7fc4e38d4a72b5,librustc_demangle-b6b07d3d723455a9,libmore_asserts-7a9171bfe2d9a0c3,libmemoffset-6cfeaad3c18624ab,libwasmparser-4df83d8e900617ac,libwasmer_types-714621ceaecfbc60,libcranelift_entity-e6e0971c5e061d9c,libindexmap-90260f4e35b40953,libhashbrown-d0e2926e70f85be4,libcosmwasm_std-e6a974040e15f6c8,libserde_json_wasm-6060cc35ca57917a,libbase64-83ca8be32b9f715d,libthiserror-882964418f3d4e4a,libschemars-b5363945d4d1fff2,libserde_json-5c0811783d287598,libryu-df71352f8564fc9c,libitoa-d6a6fd2f1bda390a,libserde-cde5f96523a383ec}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/tmp/rustcGcsakw/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/wasmer-vm-61cb398189473579/out" "-L" "/opt/rustwide/target/debug/build/wasmer-runtime-core-13529fa3a04ec820/out" "-L" "/opt/rustwide/target/debug/build/blake3-b2b6663a9734d9a0/out" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/cosmwasm_simulate-5e068dd5c12a0d33" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: rust-lld: error: undefined symbol: __rust_probestack
[INFO] [stdout]           >>> referenced by libcalls.rs:403 (src/libcalls.rs:403)
[INFO] [stdout]           >>>               wasmer_vm-950a44af0f0ae92f.wasmer_vm.2c4dc71ed31fb02f-cgu.4.rcgu.o:(wasmer_probestack) in archive /opt/rustwide/target/debug/deps/libwasmer_vm-950a44af0f0ae92f.rlib
[INFO] [stdout]           collect2: error: ld returned 1 exit status
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `cosmwasm-simulate` (bin "cosmwasm-simulate") due to 1 previous error; 56 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "df095ea88b231e5c2c880bf3dcc0b1f5fc695f907090d3004b42bb4a961944b3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "df095ea88b231e5c2c880bf3dcc0b1f5fc695f907090d3004b42bb4a961944b3", kill_on_drop: false }`
[INFO] [stdout] df095ea88b231e5c2c880bf3dcc0b1f5fc695f907090d3004b42bb4a961944b3
