[INFO] cloning repository https://github.com/eminesa/staking-smart
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/eminesa/staking-smart" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Feminesa%2Fstaking-smart", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Feminesa%2Fstaking-smart'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] d99c78a3ed2a8a88d6ec9c2460c4fc7b0910463c
[INFO] testing eminesa/staking-smart against master#2fd6efc32704647e64d3d646d21c4c68eae100e4 for pr-149852-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Feminesa%2Fstaking-smart" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/eminesa/staking-smart
[INFO] finished tweaking git repo https://github.com/eminesa/staking-smart
[INFO] tweaked toml for git repo https://github.com/eminesa/staking-smart written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/eminesa/staking-smart on toolchain 2fd6efc32704647e64d3d646d21c4c68eae100e4
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/eminesa/staking-smart 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" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded pathdiff v0.2.3
[INFO] [stderr]   Downloaded itoa v1.0.14
[INFO] [stderr]   Downloaded cpufeatures v0.2.16
[INFO] [stderr]   Downloaded wat v1.222.0
[INFO] [stderr]   Downloaded unwrap-infallible v0.1.5
[INFO] [stderr]   Downloaded unicode-ident v1.0.14
[INFO] [stderr]   Downloaded multiversx-sc-meta-lib v0.54.6
[INFO] [stderr]   Downloaded multiversx-chain-scenario-format v0.23.0
[INFO] [stderr]   Downloaded rand_seeder v0.3.0
[INFO] [stderr]   Downloaded anstyle-parse v0.2.6
[INFO] [stderr]   Downloaded anstyle-wincon v3.0.6
[INFO] [stderr]   Downloaded multiversx-chain-vm v0.11.1
[INFO] [stderr]   Downloaded anyhow v1.0.95
[INFO] [stderr]   Downloaded clap v4.5.23
[INFO] [stderr]   Downloaded multiversx-sc-codec v0.21.1
[INFO] [stderr]   Downloaded multiversx-sc-derive v0.54.6
[INFO] [stderr]   Downloaded wasm-encoder v0.222.0
[INFO] [stderr]   Downloaded indexmap v2.7.0
[INFO] [stderr]   Downloaded libc v0.2.169
[INFO] [stderr]   Downloaded wasmprinter v0.216.0
[INFO] [stderr]   Downloaded clap_builder v4.5.23
[INFO] [stderr]   Downloaded wast v222.0.0
[INFO] [stderr]   Downloaded nibble_vec v0.1.0
[INFO] [stderr]   Downloaded convert_case v0.6.0
[INFO] [stderr]   Downloaded multiversx-sc v0.54.6
[INFO] [stderr]   Downloaded radix_trie v0.2.1
[INFO] [stderr]   Downloaded wasmparser v0.222.0
[INFO] [stderr]   Downloaded wasmparser v0.216.0
[INFO] [stderr]   Downloaded semver v1.0.24
[INFO] [stderr]   Downloaded colorchoice v1.0.3
[INFO] [stderr]   Downloaded anstream v0.6.18
[INFO] [stderr]   Downloaded clap_derive v4.5.18
[INFO] [stderr]   Downloaded hex-literal v0.4.1
[INFO] [stderr]   Downloaded multiversx-chain-vm-executor v0.2.0
[INFO] [stderr]   Downloaded anstyle-query v1.1.2
[INFO] [stderr]   Downloaded multiversx-chain-core v0.11.1
[INFO] [stderr]   Downloaded multiversx-sc-codec-derive v0.21.1
[INFO] [stderr]   Downloaded endian-type v0.1.2
[INFO] [stderr]   Downloaded multiversx-sc-scenario v0.54.6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 707354545c7e9db43bf284e3ca3d0f99a6c6d0f7587fa7b7bfcd4941e3ba8968
[INFO] running `Command { std: "docker" "start" "-a" "707354545c7e9db43bf284e3ca3d0f99a6c6d0f7587fa7b7bfcd4941e3ba8968", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "707354545c7e9db43bf284e3ca3d0f99a6c6d0f7587fa7b7bfcd4941e3ba8968", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "707354545c7e9db43bf284e3ca3d0f99a6c6d0f7587fa7b7bfcd4941e3ba8968", kill_on_drop: false }`
[INFO] [stdout] 707354545c7e9db43bf284e3ca3d0f99a6c6d0f7587fa7b7bfcd4941e3ba8968
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 94f55ea0ff2d301e8d404266beda13e5a064f09e0f0afee39d47aaef4e9e818c
[INFO] running `Command { std: "docker" "start" "-a" "94f55ea0ff2d301e8d404266beda13e5a064f09e0f0afee39d47aaef4e9e818c", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.86
[INFO] [stderr]    Compiling unicode-ident v1.0.14
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling arrayvec v0.7.6
[INFO] [stderr]    Compiling endian-type v0.1.2
[INFO] [stderr]    Compiling unwrap-infallible v0.1.5
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling bitflags v2.6.0
[INFO] [stderr]    Compiling hex-literal v0.4.1
[INFO] [stderr]    Compiling nibble_vec v0.1.0
[INFO] [stderr]    Compiling radix_trie v0.2.1
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]    Compiling syn v2.0.77
[INFO] [stderr]    Compiling multiversx-sc-codec-derive v0.21.1
[INFO] [stderr]    Compiling multiversx-sc-derive v0.54.6
[INFO] [stderr]    Compiling multiversx-sc-codec v0.21.1
[INFO] [stderr]    Compiling multiversx-chain-core v0.11.1
[INFO] [stderr]    Compiling multiversx-sc v0.54.6
[INFO] [stderr]    Compiling staking-smart v0.0.0 (/opt/rustwide/workdir)
[INFO] [stdout] Warning! StakingPosition #[type_abi] implementation sees no derive traits. Make sure that the derive attribute comes after #[type_abi]
[INFO] [stdout] warning: use of deprecated macro `TypeAbi`: Replace with attribute #[type_abi], which should be placed before all derives. More about this: https://docs.multiversx.com/developers/transactions/tx-migration/#replace-derivetypeabi-with-type_abi
[INFO] [stdout]  --> src/staking_smart.rs:9:10
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[derive(TypeAbi, TopEncode, TopDecode, PartialEq, Debug)]
[INFO] [stdout]   |          ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.17s
[INFO] running `Command { std: "docker" "inspect" "94f55ea0ff2d301e8d404266beda13e5a064f09e0f0afee39d47aaef4e9e818c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "94f55ea0ff2d301e8d404266beda13e5a064f09e0f0afee39d47aaef4e9e818c", kill_on_drop: false }`
[INFO] [stdout] 94f55ea0ff2d301e8d404266beda13e5a064f09e0f0afee39d47aaef4e9e818c
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 9ccdd73d36c95ebc7e9b7cf5ddc8428a86653ae9ca11e7595136136910824d59
[INFO] running `Command { std: "docker" "start" "-a" "9ccdd73d36c95ebc7e9b7cf5ddc8428a86653ae9ca11e7595136136910824d59", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.210
[INFO] [stderr]    Compiling typenum v1.17.0
[INFO] [stderr]    Compiling semver v1.0.24
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling libc v0.2.169
[INFO] [stderr]    Compiling serde_derive v1.0.210
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling num-bigint v0.4.6
[INFO] [stderr]    Compiling multiversx-sc-codec-derive v0.21.1
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]    Compiling equivalent v1.0.1
[INFO] [stderr]    Compiling hashbrown v0.15.2
[INFO] [stderr]    Compiling zerocopy v0.7.35
[INFO] [stderr]    Compiling rustc_version v0.4.1
[INFO] [stderr]    Compiling utf8parse v0.2.2
[INFO] [stderr]    Compiling once_cell v1.20.2
[INFO] [stderr]    Compiling wasm-encoder v0.222.0
[INFO] [stderr]    Compiling anstyle-parse v0.2.6
[INFO] [stderr]    Compiling colorchoice v1.0.3
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling serde_json v1.0.134
[INFO] [stderr]    Compiling anstyle-query v1.1.2
[INFO] [stderr]    Compiling curve25519-dalek v4.1.3
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling leb128 v0.2.5
[INFO] [stderr]    Compiling anyhow v1.0.95
[INFO] [stderr]    Compiling cpufeatures v0.2.16
[INFO] [stderr]    Compiling anstyle v1.0.10
[INFO] [stderr]    Compiling is_terminal_polyfill v1.70.1
[INFO] [stderr]    Compiling multiversx-sc-derive v0.54.6
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling anstream v0.6.18
[INFO] [stderr]    Compiling multiversx-sc-codec v0.21.1
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling ppv-lite86 v0.2.20
[INFO] [stderr]    Compiling curve25519-dalek-derive v0.1.1
[INFO] [stderr]    Compiling winnow v0.6.20
[INFO] [stderr]    Compiling bumpalo v3.16.0
[INFO] [stderr]    Compiling keccak v0.1.5
[INFO] [stderr]    Compiling subtle v2.6.1
[INFO] [stderr]    Compiling unicode-width v0.2.0
[INFO] [stderr]    Compiling ryu v1.0.18
[INFO] [stderr]    Compiling multiversx-chain-core v0.11.1
[INFO] [stderr]    Compiling signature v2.2.0
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling zeroize v1.8.1
[INFO] [stderr]    Compiling itoa v1.0.14
[INFO] [stderr]    Compiling clap_lex v0.7.4
[INFO] [stderr]    Compiling clap_builder v4.5.23
[INFO] [stderr]    Compiling clap_derive v4.5.18
[INFO] [stderr]    Compiling ed25519 v2.2.3
[INFO] [stderr]    Compiling wast v222.0.0
[INFO] [stderr]    Compiling sha3 v0.10.8
[INFO] [stderr]    Compiling colored v2.2.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling sha2 v0.10.8
[INFO] [stderr]    Compiling multiversx-sc v0.54.6
[INFO] [stderr]    Compiling unicode-segmentation v1.12.0
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling ed25519-dalek v2.1.1
[INFO] [stderr]    Compiling convert_case v0.6.0
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling rand_seeder v0.3.0
[INFO] [stderr]    Compiling clap v4.5.23
[INFO] [stderr]    Compiling bech32 v0.11.0
[INFO] [stderr]    Compiling multiversx-chain-vm-executor v0.2.0
[INFO] [stderr]    Compiling base64 v0.22.1
[INFO] [stderr]    Compiling log v0.4.22
[INFO] [stderr]    Compiling pathdiff v0.2.3
[INFO] [stderr]    Compiling indexmap v2.7.0
[INFO] [stderr]    Compiling serde_spanned v0.6.8
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling toml_datetime v0.6.8
[INFO] [stderr]    Compiling multiversx-chain-vm v0.11.1
[INFO] [stderr]    Compiling toml_edit v0.22.22
[INFO] [stderr]    Compiling wasmparser v0.216.0
[INFO] [stderr]    Compiling multiversx-chain-scenario-format v0.23.0
[INFO] [stderr]    Compiling toml v0.8.19
[INFO] [stderr]    Compiling wat v1.222.0
[INFO] [stderr]    Compiling wasmprinter v0.216.0
[INFO] [stderr]    Compiling multiversx-sc-meta-lib v0.54.6
[INFO] [stderr]    Compiling staking-smart v0.0.0 (/opt/rustwide/workdir)
[INFO] [stdout] Warning! StakingPosition #[type_abi] implementation sees no derive traits. Make sure that the derive attribute comes after #[type_abi]
[INFO] [stdout] warning: use of deprecated macro `TypeAbi`: Replace with attribute #[type_abi], which should be placed before all derives. More about this: https://docs.multiversx.com/developers/transactions/tx-migration/#replace-derivetypeabi-with-type_abi
[INFO] [stdout]  --> src/staking_smart.rs:9:10
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[derive(TypeAbi, TopEncode, TopDecode, PartialEq, Debug)]
[INFO] [stdout]   |          ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling multiversx-sc-scenario v0.54.6
[INFO] [stdout] Warning! StakingPosition #[type_abi] implementation sees no derive traits. Make sure that the derive attribute comes after #[type_abi]
[INFO] [stdout] warning: unused import: `codec::multi_types::OptionalValue`
[INFO] [stdout]  --> tests/empty_rust_test.rs:1:21
[INFO] [stdout]   |
[INFO] [stdout] 1 | use multiversx_sc::{codec::multi_types::OptionalValue, types::Address};
[INFO] [stdout]   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated macro `TypeAbi`: Replace with attribute #[type_abi], which should be placed before all derives. More about this: https://docs.multiversx.com/developers/transactions/tx-migration/#replace-derivetypeabi-with-type_abi
[INFO] [stdout]  --> src/staking_smart.rs:9:10
[INFO] [stdout]   |
[INFO] [stdout] 9 | #[derive(TypeAbi, TopEncode, TopDecode, PartialEq, Debug)]
[INFO] [stdout]   |          ^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `owner_address` is never read
[INFO] [stdout]   --> tests/empty_rust_test.rs:19:9
[INFO] [stdout]    |
[INFO] [stdout] 14 | struct ContractSetup<ContractObjBuilder>
[INFO] [stdout]    |        ------------- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 19 |     pub owner_address: Address,
[INFO] [stdout]    |         ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 51s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: multiversx-chain-vm v0.11.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "9ccdd73d36c95ebc7e9b7cf5ddc8428a86653ae9ca11e7595136136910824d59", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9ccdd73d36c95ebc7e9b7cf5ddc8428a86653ae9ca11e7595136136910824d59", kill_on_drop: false }`
[INFO] [stdout] 9ccdd73d36c95ebc7e9b7cf5ddc8428a86653ae9ca11e7595136136910824d59
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+2fd6efc32704647e64d3d646d21c4c68eae100e4" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 688e27aacf19cf15de4dd25cb4b1bb2c1a8cebfe8f2c1cd9e935fc41189c0eaf
[INFO] running `Command { std: "docker" "start" "-a" "688e27aacf19cf15de4dd25cb4b1bb2c1a8cebfe8f2c1cd9e935fc41189c0eaf", kill_on_drop: false }`
[INFO] [stderr] warning: use of deprecated macro `TypeAbi`: Replace with attribute #[type_abi], which should be placed before all derives. More about this: https://docs.multiversx.com/developers/transactions/tx-migration/#replace-derivetypeabi-with-type_abi
[INFO] [stderr]  --> src/staking_smart.rs:9:10
[INFO] [stderr]   |
[INFO] [stderr] 9 | #[derive(TypeAbi, TopEncode, TopDecode, PartialEq, Debug)]
[INFO] [stderr]   |          ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `staking-smart` (lib) generated 1 warning
[INFO] [stderr] warning: unused import: `codec::multi_types::OptionalValue`
[INFO] [stderr]  --> tests/empty_rust_test.rs:1:21
[INFO] [stderr]   |
[INFO] [stderr] 1 | use multiversx_sc::{codec::multi_types::OptionalValue, types::Address};
[INFO] [stderr]   |                     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: field `owner_address` is never read
[INFO] [stderr]   --> tests/empty_rust_test.rs:19:9
[INFO] [stderr]    |
[INFO] [stderr] 14 | struct ContractSetup<ContractObjBuilder>
[INFO] [stderr]    |        ------------- field in this struct
[INFO] [stderr] ...
[INFO] [stderr] 19 |     pub owner_address: Address,
[INFO] [stderr]    |         ^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `staking-smart` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr] warning: `staking-smart` (test "empty_rust_test") generated 2 warnings (run `cargo fix --test "empty_rust_test" -p staking-smart` to apply 1 suggestion)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.17s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: multiversx-chain-vm v0.11.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] [stderr]      Running unittests src/staking_smart.rs (/opt/rustwide/target/debug/deps/staking_smart-002e921d034c3a1e)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/empty_rust_test.rs (/opt/rustwide/target/debug/deps/empty_rust_test-b3a50158364930c0)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test rewards_test ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/staking_smart_scenario_go_test.rs (/opt/rustwide/target/debug/deps/staking_smart_scenario_go_test-24e7f84ef4145377)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test empty_go ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]      Running tests/staking_smart_scenario_rs_test.rs (/opt/rustwide/target/debug/deps/staking_smart_scenario_rs_test-efcb987cd2f4ec29)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test empty_rs ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- empty_rs stdout ----
[INFO] [stdout] wrong number of arguments
[INFO] [stdout] 
[INFO] [stdout] thread 'empty_rs' (22) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/multiversx-chain-vm-0.11.1/src/vm_hooks/vh_impl/vh_debug_api.rs:46:9:
[INFO] [stdout] Box<dyn Any>
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x55f26b0f6ba2 - std[716c9a7a72e5c14e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x55f26b0f6ba2 - std[716c9a7a72e5c14e]::backtrace_rs::backtrace::trace_unsynchronized::<std[716c9a7a72e5c14e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x55f26b0f6ba2 - std[716c9a7a72e5c14e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x55f26b0f6ba2 - <<std[716c9a7a72e5c14e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[c5ed12ab89cc536a]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x55f26b10c79a - <core[c5ed12ab89cc536a]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x55f26b10c79a - core[c5ed12ab89cc536a]::fmt::write
[INFO] [stdout]    6:     0x55f26b0fba86 - std[716c9a7a72e5c14e]::io::default_write_fmt::<alloc[9c68fdf4f4f29218]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x55f26b0fba86 - <alloc[9c68fdf4f4f29218]::vec::Vec<u8> as std[716c9a7a72e5c14e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x55f26b0d474f - <std[716c9a7a72e5c14e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x55f26b0d474f - std[716c9a7a72e5c14e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x55f26b0ee789 - std[716c9a7a72e5c14e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x55f26ad9b8fe - <alloc[9c68fdf4f4f29218]::boxed::Box<dyn for<'a, 'b> core[c5ed12ab89cc536a]::ops::function::Fn<(&'a std[716c9a7a72e5c14e]::panic::PanicHookInfo<'b>,), Output = ()> + core[c5ed12ab89cc536a]::marker::Sync + core[c5ed12ab89cc536a]::marker::Send> as core[c5ed12ab89cc536a]::ops::function::Fn<(&std[716c9a7a72e5c14e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x55f26ad9b8fe - test[64760d2bdea328cc]::test_main_with_exit_callback::<test[64760d2bdea328cc]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x55f26b0ee942 - <alloc[9c68fdf4f4f29218]::boxed::Box<dyn for<'a, 'b> core[c5ed12ab89cc536a]::ops::function::Fn<(&'a std[716c9a7a72e5c14e]::panic::PanicHookInfo<'b>,), Output = ()> + core[c5ed12ab89cc536a]::marker::Sync + core[c5ed12ab89cc536a]::marker::Send> as core[c5ed12ab89cc536a]::ops::function::Fn<(&std[716c9a7a72e5c14e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x55f26b0ee942 - std[716c9a7a72e5c14e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x55f26affc824 - std[716c9a7a72e5c14e]::panicking::begin_panic::<multiversx_chain_vm_executor[3833718c7afe0fb8]::breakpoint_value::BreakpointValue>::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:762:9
[INFO] [stdout]   16:     0x55f26afc80b9 - std[716c9a7a72e5c14e]::sys::backtrace::__rust_end_short_backtrace::<std[716c9a7a72e5c14e]::panicking::begin_panic<multiversx_chain_vm_executor[3833718c7afe0fb8]::breakpoint_value::BreakpointValue>::{closure#0}, !>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x55f26aff927a - std[716c9a7a72e5c14e]::panicking::begin_panic::<multiversx_chain_vm_executor[3833718c7afe0fb8]::breakpoint_value::BreakpointValue>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:761:5
[INFO] [stdout]   18:     0x55f26b013ee1 - std[716c9a7a72e5c14e]::panic::panic_any::<multiversx_chain_vm_executor[3833718c7afe0fb8]::breakpoint_value::BreakpointValue>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panic.rs:260:5
[INFO] [stdout]   19:     0x55f26afde878 - <multiversx_chain_vm[951d92727a2da17c]::vm_hooks::vh_impl::vh_debug_api::DebugApiVMHooksHandler as multiversx_chain_vm[951d92727a2da17c]::vm_hooks::vh_source::VMHooksHandlerSource>::halt_with_error
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/multiversx-chain-vm-0.11.1/src/vm_hooks/vh_impl/vh_debug_api.rs:46:9
[INFO] [stdout]   20:     0x55f26ad67970 - <multiversx_chain_vm[951d92727a2da17c]::vm_hooks::vh_impl::vh_debug_api::DebugApiVMHooksHandler as multiversx_chain_vm[951d92727a2da17c]::vm_hooks::vh_handler::vh_error::VMHooksError>::signal_error
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/multiversx-chain-vm-0.11.1/src/vm_hooks/vh_handler/vh_error.rs:13:14
[INFO] [stdout]   21:     0x55f26b00abd8 - <multiversx_chain_vm[951d92727a2da17c]::vm_hooks::vh_dispatcher::VMHooksDispatcher as multiversx_chain_vm_executor[3833718c7afe0fb8]::vm_hooks::VMHooks>::signal_error::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/multiversx-chain-vm-0.11.1/src/vm_hooks/vh_dispatcher.rs:64:30
[INFO] [stdout]   22:     0x55f26b004000 - multiversx_chain_vm[951d92727a2da17c]::mem_conv::with_bytes::<<multiversx_chain_vm[951d92727a2da17c]::vm_hooks::vh_dispatcher::VMHooksDispatcher as multiversx_chain_vm_executor[3833718c7afe0fb8]::vm_hooks::VMHooks>::signal_error::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/multiversx-chain-vm-0.11.1/src/mem_conv.rs:27:5
[INFO] [stdout]   23:     0x55f26b00e948 - <multiversx_chain_vm[951d92727a2da17c]::vm_hooks::vh_dispatcher::VMHooksDispatcher as multiversx_chain_vm_executor[3833718c7afe0fb8]::vm_hooks::VMHooks>::signal_error
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/multiversx-chain-vm-0.11.1/src/vm_hooks/vh_dispatcher.rs:63:13
[INFO] [stdout]   24:     0x55f26ad72a55 - <multiversx_sc_scenario[b668c4658cfabe99]::api::impl_vh::vm_hooks_api::VMHooksApi<multiversx_sc_scenario[b668c4658cfabe99]::api::impl_vh::debug_api::DebugApiBackend> as multiversx_sc[7725ab96ae52e9e4]::api::error_api::ErrorApiImpl>::signal_error::{closure#0}::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/multiversx-sc-scenario-0.54.6/src/api/core_api_vh/error_api_vh.rs:18:20
[INFO] [stdout]   25:     0x55f26ad712e7 - multiversx_chain_vm[951d92727a2da17c]::mem_conv::with_mem_ptr::<<multiversx_sc_scenario[b668c4658cfabe99]::api::impl_vh::vm_hooks_api::VMHooksApi<multiversx_sc_scenario[b668c4658cfabe99]::api::impl_vh::debug_api::DebugApiBackend> as multiversx_sc[7725ab96ae52e9e4]::api::error_api::ErrorApiImpl>::signal_error::{closure#0}::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/multiversx-chain-vm-0.11.1/src/mem_conv.rs:7:5
[INFO] [stdout]   26:     0x55f26ad72a7d - <multiversx_sc_scenario[b668c4658cfabe99]::api::impl_vh::vm_hooks_api::VMHooksApi<multiversx_sc_scenario[b668c4658cfabe99]::api::impl_vh::debug_api::DebugApiBackend> as multiversx_sc[7725ab96ae52e9e4]::api::error_api::ErrorApiImpl>::signal_error::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/multiversx-sc-scenario-0.54.6/src/api/core_api_vh/error_api_vh.rs:17:13
[INFO] [stdout]   27:     0x55f26ad87ca8 - <multiversx_sc_scenario[b668c4658cfabe99]::api::impl_vh::debug_api::DebugApiBackend as multiversx_sc_scenario[b668c4658cfabe99]::api::impl_vh::vm_hooks_backend::VMHooksApiBackend>::with_vm_hooks::<(), <multiversx_sc_scenario[b668c4658cfabe99]::api::impl_vh::vm_hooks_api::VMHooksApi<multiversx_sc_scenario[b668c4658cfabe99]::api::impl_vh::debug_api::DebugApiBackend> as multiversx_sc[7725ab96ae52e9e4]::api::error_api::ErrorApiImpl>::signal_error::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/multiversx-sc-scenario-0.54.6/src/api/impl_vh/debug_api.rs:27:9
[INFO] [stdout]   28:     0x55f26ad6f8d0 - <multiversx_sc_scenario[b668c4658cfabe99]::api::impl_vh::vm_hooks_api::VMHooksApi<multiversx_sc_scenario[b668c4658cfabe99]::api::impl_vh::debug_api::DebugApiBackend>>::with_vm_hooks::<(), <multiversx_sc_scenario[b668c4658cfabe99]::api::impl_vh::vm_hooks_api::VMHooksApi<multiversx_sc_scenario[b668c4658cfabe99]::api::impl_vh::debug_api::DebugApiBackend> as multiversx_sc[7725ab96ae52e9e4]::api::error_api::ErrorApiImpl>::signal_error::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/multiversx-sc-scenario-0.54.6/src/api/impl_vh/vm_hooks_api.rs:27:9
[INFO] [stdout]   29:     0x55f26ad74357 - <multiversx_sc_scenario[b668c4658cfabe99]::api::impl_vh::vm_hooks_api::VMHooksApi<multiversx_sc_scenario[b668c4658cfabe99]::api::impl_vh::debug_api::DebugApiBackend> as multiversx_sc[7725ab96ae52e9e4]::api::error_api::ErrorApiImpl>::signal_error
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/multiversx-sc-scenario-0.54.6/src/api/core_api_vh/error_api_vh.rs:16:14
[INFO] [stdout]   30:     0x55f26ad7fe48 - multiversx_sc[7725ab96ae52e9e4]::io::arg_nested_tuple::check_num_arguments_eq::<multiversx_sc_scenario[b668c4658cfabe99]::api::impl_vh::vm_hooks_api::VMHooksApi<multiversx_sc_scenario[b668c4658cfabe99]::api::impl_vh::debug_api::DebugApiBackend>>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/multiversx-sc-0.54.6/src/io/arg_nested_tuple.rs:37:30
[INFO] [stdout]   31:     0x55f26ad7657a - <() as multiversx_sc[7725ab96ae52e9e4]::io::arg_nested_tuple::ArgNestedTuple<multiversx_sc_scenario[b668c4658cfabe99]::api::impl_vh::vm_hooks_api::VMHooksApi<multiversx_sc_scenario[b668c4658cfabe99]::api::impl_vh::debug_api::DebugApiBackend>>>::check_num_single_args
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/multiversx-sc-0.54.6/src/io/arg_nested_tuple.rs:152:9
[INFO] [stdout]   32:     0x55f26ad7657a - <(u64, ()) as multiversx_sc[7725ab96ae52e9e4]::io::arg_nested_tuple::ArgNestedTuple<multiversx_sc_scenario[b668c4658cfabe99]::api::impl_vh::vm_hooks_api::VMHooksApi<multiversx_sc_scenario[b668c4658cfabe99]::api::impl_vh::debug_api::DebugApiBackend>>>::check_num_single_args
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/multiversx-sc-0.54.6/src/io/arg_nested_tuple.rs:115:13
[INFO] [stdout]   33:     0x55f26ad7657a - multiversx_sc[7725ab96ae52e9e4]::io::arg_nested_tuple::load_endpoint_args::<multiversx_sc_scenario[b668c4658cfabe99]::api::impl_vh::vm_hooks_api::VMHooksApi<multiversx_sc_scenario[b668c4658cfabe99]::api::impl_vh::debug_api::DebugApiBackend>, (u64, ())>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/multiversx-sc-0.54.6/src/io/arg_nested_tuple.rs:171:5
[INFO] [stdout]   34:     0x55f26ad7657a - <staking_smart[acbe268542bb411]::ContractObj<multiversx_sc_scenario[b668c4658cfabe99]::api::impl_vh::vm_hooks_api::VMHooksApi<multiversx_sc_scenario[b668c4658cfabe99]::api::impl_vh::debug_api::DebugApiBackend>> as staking_smart[acbe268542bb411]::EndpointWrappers>::call_init
[INFO] [stdout]                                at /opt/rustwide/workdir/src/staking_smart.rs:15:1
[INFO] [stdout]   35:     0x55f26ad7641f - <staking_smart[acbe268542bb411]::ContractObj<multiversx_sc_scenario[b668c4658cfabe99]::api::impl_vh::vm_hooks_api::VMHooksApi<multiversx_sc_scenario[b668c4658cfabe99]::api::impl_vh::debug_api::DebugApiBackend>> as staking_smart[acbe268542bb411]::EndpointWrappers>::call
[INFO] [stdout]                                at /opt/rustwide/workdir/src/staking_smart.rs:15:1
[INFO] [stdout]   36:     0x55f26ad73e97 - <staking_smart[acbe268542bb411]::ContractObj<multiversx_sc_scenario[b668c4658cfabe99]::api::impl_vh::vm_hooks_api::VMHooksApi<multiversx_sc_scenario[b668c4658cfabe99]::api::impl_vh::debug_api::DebugApiBackend>> as multiversx_sc[7725ab96ae52e9e4]::contract_base::callable_contract::CallableContract>::call
[INFO] [stdout]                                at /opt/rustwide/workdir/src/staking_smart.rs:15:1
[INFO] [stdout]   37:     0x55f26ae411d8 - <multiversx_sc_scenario[b668c4658cfabe99]::debug_executor::contract_container::ContractContainer>::call
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/multiversx-sc-scenario-0.54.6/src/debug_executor/contract_container.rs:42:27
[INFO] [stdout]   38:     0x55f26ae40dac - <multiversx_sc_scenario[b668c4658cfabe99]::debug_executor::contract_container::ContractContainerRef as multiversx_chain_vm_executor[3833718c7afe0fb8]::instance::Instance>::call::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/multiversx-sc-scenario-0.54.6/src/debug_executor/contract_container.rs:80:42
[INFO] [stdout]   39:     0x55f26ae6a35a - <core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<<multiversx_sc_scenario[b668c4658cfabe99]::debug_executor::contract_container::ContractContainerRef as multiversx_chain_vm_executor[3833718c7afe0fb8]::instance::Instance>::call::{closure#0}> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   40:     0x55f26ae21d54 - std[716c9a7a72e5c14e]::panicking::catch_unwind::do_call::<core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<<multiversx_sc_scenario[b668c4658cfabe99]::debug_executor::contract_container::ContractContainerRef as multiversx_chain_vm_executor[3833718c7afe0fb8]::instance::Instance>::call::{closure#0}>, core[c5ed12ab89cc536a]::result::Result<(), multiversx_chain_vm[951d92727a2da17c]::tx_mock::tx_panic::TxPanic>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:581:40
[INFO] [stdout]   41:     0x55f26ae56aab - __rust_try
[INFO] [stdout]   42:     0x55f26ae50860 - std[716c9a7a72e5c14e]::panicking::catch_unwind::<core[c5ed12ab89cc536a]::result::Result<(), multiversx_chain_vm[951d92727a2da17c]::tx_mock::tx_panic::TxPanic>, core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<<multiversx_sc_scenario[b668c4658cfabe99]::debug_executor::contract_container::ContractContainerRef as multiversx_chain_vm_executor[3833718c7afe0fb8]::instance::Instance>::call::{closure#0}>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:544:19
[INFO] [stdout]   43:     0x55f26ae50860 - std[716c9a7a72e5c14e]::panic::catch_unwind::<core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<<multiversx_sc_scenario[b668c4658cfabe99]::debug_executor::contract_container::ContractContainerRef as multiversx_chain_vm_executor[3833718c7afe0fb8]::instance::Instance>::call::{closure#0}>, core[c5ed12ab89cc536a]::result::Result<(), multiversx_chain_vm[951d92727a2da17c]::tx_mock::tx_panic::TxPanic>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panic.rs:359:14
[INFO] [stdout]   44:     0x55f26ae6c7da - multiversx_sc_scenario[b668c4658cfabe99]::debug_executor::catch_tx_panic::catch_tx_panic::<<multiversx_sc_scenario[b668c4658cfabe99]::debug_executor::contract_container::ContractContainerRef as multiversx_chain_vm_executor[3833718c7afe0fb8]::instance::Instance>::call::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/multiversx-sc-scenario-0.54.6/src/debug_executor/catch_tx_panic.rs:14:18
[INFO] [stdout]   45:     0x55f26ae3dc67 - multiversx_sc_scenario[b668c4658cfabe99]::debug_executor::contract_container::contract_instance_wrapped_execution::<<multiversx_sc_scenario[b668c4658cfabe99]::debug_executor::contract_container::ContractContainerRef as multiversx_chain_vm_executor[3833718c7afe0fb8]::instance::Instance>::call::{closure#0}>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/multiversx-sc-scenario-0.54.6/src/debug_executor/contract_container.rs:57:18
[INFO] [stdout]   46:     0x55f26ae42afb - <multiversx_sc_scenario[b668c4658cfabe99]::debug_executor::contract_container::ContractContainerRef as multiversx_chain_vm_executor[3833718c7afe0fb8]::instance::Instance>::call
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/multiversx-sc-scenario-0.54.6/src/debug_executor/contract_container.rs:79:9
[INFO] [stdout]   47:     0x55f26afdb7e7 - multiversx_chain_vm[951d92727a2da17c]::tx_execution::exec_call::execute_current_tx_context_input
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/multiversx-chain-vm-0.11.1/src/tx_execution/exec_call.rs:26:14
[INFO] [stdout]   48:     0x55f26aff4647 - <multiversx_chain_vm[951d92727a2da17c]::tx_execution::exec_call::execute_current_tx_context_input as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   49:     0x55f26b01cc05 - <multiversx_chain_vm[951d92727a2da17c]::tx_mock::tx_context_stack::TxContextStack>::execute_on_vm_stack::<multiversx_chain_vm[951d92727a2da17c]::tx_execution::exec_call::execute_current_tx_context_input, ()>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/multiversx-chain-vm-0.11.1/src/tx_mock/tx_context_stack.rs:46:26
[INFO] [stdout]   50:     0x55f26b020e11 - <multiversx_chain_vm[951d92727a2da17c]::with_shared::shareable::Shareable<multiversx_chain_vm[951d92727a2da17c]::tx_mock::tx_context::TxContext>>::with_shared::<<multiversx_chain_vm[951d92727a2da17c]::tx_mock::tx_context_stack::TxContextStack>::execute_on_vm_stack<multiversx_chain_vm[951d92727a2da17c]::tx_execution::exec_call::execute_current_tx_context_input, ()>::{closure#0}, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/multiversx-chain-vm-0.11.1/src/with_shared/shareable.rs:116:22
[INFO] [stdout]   51:     0x55f26b01b8df - <multiversx_chain_vm[951d92727a2da17c]::tx_mock::tx_context_stack::TxContextStack>::execute_on_vm_stack::<multiversx_chain_vm[951d92727a2da17c]::tx_execution::exec_call::execute_current_tx_context_input, ()>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/multiversx-chain-vm-0.11.1/src/tx_mock/tx_context_stack.rs:43:23
[INFO] [stdout]   52:     0x55f26afc5fdf - <multiversx_chain_vm[951d92727a2da17c]::tx_execution::blockchain_vm::BlockchainVMRef>::deploy_contract::<multiversx_chain_vm[951d92727a2da17c]::tx_execution::exec_call::execute_current_tx_context_input>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/multiversx-chain-vm-0.11.1/src/tx_execution/exec_general_tx.rs:165:9
[INFO] [stdout]   53:     0x55f26ae2204d - <multiversx_chain_vm[951d92727a2da17c]::tx_execution::blockchain_vm::BlockchainVMRef>::sc_create::<multiversx_chain_vm[951d92727a2da17c]::tx_execution::exec_call::execute_current_tx_context_input>::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/multiversx-chain-vm-0.11.1/src/tx_execution/exec_create.rs:30:18
[INFO] [stdout]   54:     0x55f26ae1cb0e - <multiversx_chain_vm[951d92727a2da17c]::with_shared::shareable::Shareable<multiversx_chain_vm[951d92727a2da17c]::world_mock::blockchain_state::BlockchainState>>::with_shared::<<multiversx_chain_vm[951d92727a2da17c]::tx_execution::blockchain_vm::BlockchainVMRef>::sc_create<multiversx_chain_vm[951d92727a2da17c]::tx_execution::exec_call::execute_current_tx_context_input>::{closure#0}, (multiversx_chain_vm[951d92727a2da17c]::tx_mock::tx_result::TxResult, multiversx_chain_core[fc4a15e4a22c0c31]::types::address::Address, multiversx_chain_vm[951d92727a2da17c]::tx_mock::blockchain_update::BlockchainUpdate)>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/multiversx-chain-vm-0.11.1/src/with_shared/shareable.rs:116:22
[INFO] [stdout]   55:     0x55f26addc729 - <multiversx_chain_vm[951d92727a2da17c]::tx_execution::blockchain_vm::BlockchainVMRef>::sc_create::<multiversx_chain_vm[951d92727a2da17c]::tx_execution::exec_call::execute_current_tx_context_input>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/multiversx-chain-vm-0.11.1/src/tx_execution/exec_create.rs:27:66
[INFO] [stdout]   56:     0x55f26ae6be35 - <multiversx_sc_scenario[b668c4658cfabe99]::scenario::run_vm::vm_runner::ScenarioVMRunner>::perform_sc_deploy_lambda::<multiversx_chain_vm[951d92727a2da17c]::tx_execution::exec_call::execute_current_tx_context_input>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/multiversx-sc-scenario-0.54.6/src/scenario/run_vm/sc_deploy.rs:35:64
[INFO] [stdout]   57:     0x55f26ae6bfe4 - <multiversx_sc_scenario[b668c4658cfabe99]::scenario::run_vm::vm_runner::ScenarioVMRunner>::perform_sc_deploy_lambda_and_check::<multiversx_chain_vm[951d92727a2da17c]::tx_execution::exec_call::execute_current_tx_context_input>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/multiversx-sc-scenario-0.54.6/src/scenario/run_vm/sc_deploy.rs:57:45
[INFO] [stdout]   58:     0x55f26ae6dd7b - <multiversx_sc_scenario[b668c4658cfabe99]::scenario::run_vm::vm_runner::ScenarioVMRunner>::perform_sc_deploy_update_results
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/multiversx-sc-scenario-0.54.6/src/scenario/run_vm/sc_deploy.rs:19:18
[INFO] [stdout]   59:     0x55f26ae716c4 - <multiversx_sc_scenario[b668c4658cfabe99]::scenario::run_vm::vm_runner::ScenarioVMRunner as multiversx_sc_scenario[b668c4658cfabe99]::scenario::scenario_runner::ScenarioRunner>::run_sc_deploy_step
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/multiversx-sc-scenario-0.54.6/src/scenario/run_vm/vm_runner.rs:56:14
[INFO] [stdout]   60:     0x55f26ae5d3da - <multiversx_sc_scenario[b668c4658cfabe99]::facade::debugger_backend::DebuggerBackend as multiversx_sc_scenario[b668c4658cfabe99]::scenario::scenario_runner::ScenarioRunner>::run_sc_deploy_step
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/multiversx-sc-scenario-0.54.6/src/facade/debugger_backend.rs:58:24
[INFO] [stdout]   61:     0x55f26ae5acd3 - <multiversx_sc_scenario[b668c4658cfabe99]::facade::debugger_backend::DebuggerBackend>::run_scenario_file
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/multiversx-sc-scenario-0.54.6/src/facade/debugger_backend.rs:113:26
[INFO] [stdout]   62:     0x55f26ad7dc67 - <multiversx_sc_scenario[b668c4658cfabe99]::facade::scenario_world::ScenarioWorld>::run::<&str>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/multiversx-sc-scenario-0.54.6/src/facade/scenario_world.rs:65:26
[INFO] [stdout]   63:     0x55f26ad79904 - staking_smart_scenario_rs_test[7fe3527e2e1c50e7]::empty_rs
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/staking_smart_scenario_rs_test.rs:13:13
[INFO] [stdout]   64:     0x55f26ad79107 - staking_smart_scenario_rs_test[7fe3527e2e1c50e7]::empty_rs::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/staking_smart_scenario_rs_test.rs:12:14
[INFO] [stdout]   65:     0x55f26ad7d2f6 - <staking_smart_scenario_rs_test[7fe3527e2e1c50e7]::empty_rs::{closure#0} as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   66:     0x55f26ad8fcab - <fn() -> core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   67:     0x55f26ad8fcab - test[64760d2bdea328cc]::__rust_begin_short_backtrace::<core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>, fn() -> core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:663:18
[INFO] [stdout]   68:     0x55f26ad9c50a - test[64760d2bdea328cc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:686:74
[INFO] [stdout]   69:     0x55f26ad9c50a - <core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<test[64760d2bdea328cc]::run_test_in_process::{closure#0}> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   70:     0x55f26ad9c50a - std[716c9a7a72e5c14e]::panicking::catch_unwind::do_call::<core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<test[64760d2bdea328cc]::run_test_in_process::{closure#0}>, core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:581:40
[INFO] [stdout]   71:     0x55f26ad9c50a - std[716c9a7a72e5c14e]::panicking::catch_unwind::<core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>, core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<test[64760d2bdea328cc]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:544:19
[INFO] [stdout]   72:     0x55f26ad9c50a - std[716c9a7a72e5c14e]::panic::catch_unwind::<core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<test[64760d2bdea328cc]::run_test_in_process::{closure#0}>, core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panic.rs:359:14
[INFO] [stdout]   73:     0x55f26ad9c50a - test[64760d2bdea328cc]::run_test_in_process
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:686:27
[INFO] [stdout]   74:     0x55f26ad9c50a - test[64760d2bdea328cc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:607:43
[INFO] [stdout]   75:     0x55f26ad969d4 - test[64760d2bdea328cc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:637:41
[INFO] [stdout]   76:     0x55f26ad969d4 - std[716c9a7a72e5c14e]::sys::backtrace::__rust_begin_short_backtrace::<test[64760d2bdea328cc]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   77:     0x55f26ad9f002 - std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked::<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   78:     0x55f26ad9f002 - <core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   79:     0x55f26ad9f002 - std[716c9a7a72e5c14e]::panicking::catch_unwind::do_call::<core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:581:40
[INFO] [stdout]   80:     0x55f26ad9f002 - std[716c9a7a72e5c14e]::panicking::catch_unwind::<(), core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:544:19
[INFO] [stdout]   81:     0x55f26ad9f002 - std[716c9a7a72e5c14e]::panic::catch_unwind::<core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panic.rs:359:14
[INFO] [stdout]   82:     0x55f26ad9f002 - std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked::<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   83:     0x55f26ad9f002 - <std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1} as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   84:     0x55f26b0f5d4f - <alloc[9c68fdf4f4f29218]::boxed::Box<dyn core[c5ed12ab89cc536a]::ops::function::FnOnce<(), Output = ()> + core[c5ed12ab89cc536a]::marker::Send> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   85:     0x55f26b0f5d4f - <std[716c9a7a72e5c14e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   86:     0x74b57959daa4 - <unknown>
[INFO] [stdout]   87:     0x74b57962aa64 - clone
[INFO] [stdout]   88:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] thread 'empty_rs' (22) panicked at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/multiversx-sc-scenario-0.54.6/src/scenario/run_vm/tx_output_check.rs:10:5:
[INFO] [stdout] result code mismatch. Tx id: 'deploy'. Want: "". Have: 4. Message: wrong number of arguments
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x55f26b0f6ba2 - std[716c9a7a72e5c14e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x55f26b0f6ba2 - std[716c9a7a72e5c14e]::backtrace_rs::backtrace::trace_unsynchronized::<std[716c9a7a72e5c14e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x55f26b0f6ba2 - std[716c9a7a72e5c14e]::sys::backtrace::_print_fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:74:9
[INFO] [stdout]    3:     0x55f26b0f6ba2 - <<std[716c9a7a72e5c14e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[c5ed12ab89cc536a]::fmt::Display>::fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:44:26
[INFO] [stdout]    4:     0x55f26b10c79a - <core[c5ed12ab89cc536a]::fmt::rt::Argument>::fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/fmt/rt.rs:152:76
[INFO] [stdout]    5:     0x55f26b10c79a - core[c5ed12ab89cc536a]::fmt::write
[INFO] [stdout]    6:     0x55f26b0fba86 - std[716c9a7a72e5c14e]::io::default_write_fmt::<alloc[9c68fdf4f4f29218]::vec::Vec<u8>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x55f26b0fba86 - <alloc[9c68fdf4f4f29218]::vec::Vec<u8> as std[716c9a7a72e5c14e]::io::Write>::write_fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/io/mod.rs:1994:13
[INFO] [stdout]    8:     0x55f26b0d474f - <std[716c9a7a72e5c14e]::sys::backtrace::BacktraceLock>::print
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:47:9
[INFO] [stdout]    9:     0x55f26b0d474f - std[716c9a7a72e5c14e]::panicking::default_hook::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:292:27
[INFO] [stdout]   10:     0x55f26b0ee789 - std[716c9a7a72e5c14e]::panicking::default_hook
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:316:9
[INFO] [stdout]   11:     0x55f26ad9b8fe - <alloc[9c68fdf4f4f29218]::boxed::Box<dyn for<'a, 'b> core[c5ed12ab89cc536a]::ops::function::Fn<(&'a std[716c9a7a72e5c14e]::panic::PanicHookInfo<'b>,), Output = ()> + core[c5ed12ab89cc536a]::marker::Sync + core[c5ed12ab89cc536a]::marker::Send> as core[c5ed12ab89cc536a]::ops::function::Fn<(&std[716c9a7a72e5c14e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   12:     0x55f26ad9b8fe - test[64760d2bdea328cc]::test_main_with_exit_callback::<test[64760d2bdea328cc]::test_main::{closure#0}>::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:145:21
[INFO] [stdout]   13:     0x55f26b0ee942 - <alloc[9c68fdf4f4f29218]::boxed::Box<dyn for<'a, 'b> core[c5ed12ab89cc536a]::ops::function::Fn<(&'a std[716c9a7a72e5c14e]::panic::PanicHookInfo<'b>,), Output = ()> + core[c5ed12ab89cc536a]::marker::Sync + core[c5ed12ab89cc536a]::marker::Send> as core[c5ed12ab89cc536a]::ops::function::Fn<(&std[716c9a7a72e5c14e]::panic::PanicHookInfo,)>>::call
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/alloc/src/boxed.rs:2220:9
[INFO] [stdout]   14:     0x55f26b0ee942 - std[716c9a7a72e5c14e]::panicking::panic_with_hook
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:833:13
[INFO] [stdout]   15:     0x55f26b0d4808 - std[716c9a7a72e5c14e]::panicking::panic_handler::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:698:13
[INFO] [stdout]   16:     0x55f26b0cc0a9 - std[716c9a7a72e5c14e]::sys::backtrace::__rust_end_short_backtrace::<std[716c9a7a72e5c14e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:182:18
[INFO] [stdout]   17:     0x55f26b0d565d - __rustc[4f0b026143eab78e]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:689:5
[INFO] [stdout]   18:     0x55f26b10cedc - core[c5ed12ab89cc536a]::panicking::panic_fmt
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/panicking.rs:80:14
[INFO] [stdout]   19:     0x55f26ae24cf3 - multiversx_sc_scenario[b668c4658cfabe99]::scenario::run_vm::tx_output_check::check_tx_output
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/multiversx-sc-scenario-0.54.6/src/scenario/run_vm/tx_output_check.rs:10:5
[INFO] [stdout]   20:     0x55f26ae6c11c - <multiversx_sc_scenario[b668c4658cfabe99]::scenario::run_vm::vm_runner::ScenarioVMRunner>::perform_sc_deploy_lambda_and_check::<multiversx_chain_vm[951d92727a2da17c]::tx_execution::exec_call::execute_current_tx_context_input>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/multiversx-sc-scenario-0.54.6/src/scenario/run_vm/sc_deploy.rs:59:13
[INFO] [stdout]   21:     0x55f26ae6dd7b - <multiversx_sc_scenario[b668c4658cfabe99]::scenario::run_vm::vm_runner::ScenarioVMRunner>::perform_sc_deploy_update_results
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/multiversx-sc-scenario-0.54.6/src/scenario/run_vm/sc_deploy.rs:19:18
[INFO] [stdout]   22:     0x55f26ae716c4 - <multiversx_sc_scenario[b668c4658cfabe99]::scenario::run_vm::vm_runner::ScenarioVMRunner as multiversx_sc_scenario[b668c4658cfabe99]::scenario::scenario_runner::ScenarioRunner>::run_sc_deploy_step
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/multiversx-sc-scenario-0.54.6/src/scenario/run_vm/vm_runner.rs:56:14
[INFO] [stdout]   23:     0x55f26ae5d3da - <multiversx_sc_scenario[b668c4658cfabe99]::facade::debugger_backend::DebuggerBackend as multiversx_sc_scenario[b668c4658cfabe99]::scenario::scenario_runner::ScenarioRunner>::run_sc_deploy_step
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/multiversx-sc-scenario-0.54.6/src/facade/debugger_backend.rs:58:24
[INFO] [stdout]   24:     0x55f26ae5acd3 - <multiversx_sc_scenario[b668c4658cfabe99]::facade::debugger_backend::DebuggerBackend>::run_scenario_file
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/multiversx-sc-scenario-0.54.6/src/facade/debugger_backend.rs:113:26
[INFO] [stdout]   25:     0x55f26ad7dc67 - <multiversx_sc_scenario[b668c4658cfabe99]::facade::scenario_world::ScenarioWorld>::run::<&str>
[INFO] [stdout]                                at /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/multiversx-sc-scenario-0.54.6/src/facade/scenario_world.rs:65:26
[INFO] [stdout]   26:     0x55f26ad79904 - staking_smart_scenario_rs_test[7fe3527e2e1c50e7]::empty_rs
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/staking_smart_scenario_rs_test.rs:13:13
[INFO] [stdout]   27:     0x55f26ad79107 - staking_smart_scenario_rs_test[7fe3527e2e1c50e7]::empty_rs::{closure#0}
[INFO] [stdout]                                at /opt/rustwide/workdir/tests/staking_smart_scenario_rs_test.rs:12:14
[INFO] [stdout]   28:     0x55f26ad7d2f6 - <staking_smart_scenario_rs_test[7fe3527e2e1c50e7]::empty_rs::{closure#0} as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   29:     0x55f26ad8fcab - <fn() -> core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   30:     0x55f26ad8fcab - test[64760d2bdea328cc]::__rust_begin_short_backtrace::<core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>, fn() -> core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:663:18
[INFO] [stdout]   31:     0x55f26ad9c50a - test[64760d2bdea328cc]::run_test_in_process::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:686:74
[INFO] [stdout]   32:     0x55f26ad9c50a - <core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<test[64760d2bdea328cc]::run_test_in_process::{closure#0}> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   33:     0x55f26ad9c50a - std[716c9a7a72e5c14e]::panicking::catch_unwind::do_call::<core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<test[64760d2bdea328cc]::run_test_in_process::{closure#0}>, core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:581:40
[INFO] [stdout]   34:     0x55f26ad9c50a - std[716c9a7a72e5c14e]::panicking::catch_unwind::<core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>, core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<test[64760d2bdea328cc]::run_test_in_process::{closure#0}>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:544:19
[INFO] [stdout]   35:     0x55f26ad9c50a - std[716c9a7a72e5c14e]::panic::catch_unwind::<core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<test[64760d2bdea328cc]::run_test_in_process::{closure#0}>, core[c5ed12ab89cc536a]::result::Result<(), alloc[9c68fdf4f4f29218]::string::String>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panic.rs:359:14
[INFO] [stdout]   36:     0x55f26ad9c50a - test[64760d2bdea328cc]::run_test_in_process
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:686:27
[INFO] [stdout]   37:     0x55f26ad9c50a - test[64760d2bdea328cc]::run_test::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:607:43
[INFO] [stdout]   38:     0x55f26ad969d4 - test[64760d2bdea328cc]::run_test::{closure#1}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/test/src/lib.rs:637:41
[INFO] [stdout]   39:     0x55f26ad969d4 - std[716c9a7a72e5c14e]::sys::backtrace::__rust_begin_short_backtrace::<test[64760d2bdea328cc]::run_test::{closure#1}, ()>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/backtrace.rs:166:18
[INFO] [stdout]   40:     0x55f26ad9f002 - std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked::<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/thread/lifecycle.rs:91:13
[INFO] [stdout]   41:     0x55f26ad9f002 - <core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/panic/unwind_safe.rs:274:9
[INFO] [stdout]   42:     0x55f26ad9f002 - std[716c9a7a72e5c14e]::panicking::catch_unwind::do_call::<core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:581:40
[INFO] [stdout]   43:     0x55f26ad9f002 - std[716c9a7a72e5c14e]::panicking::catch_unwind::<(), core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panicking.rs:544:19
[INFO] [stdout]   44:     0x55f26ad9f002 - std[716c9a7a72e5c14e]::panic::catch_unwind::<core[c5ed12ab89cc536a]::panic::unwind_safe::AssertUnwindSafe<std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}::{closure#0}>, ()>
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/panic.rs:359:14
[INFO] [stdout]   45:     0x55f26ad9f002 - std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked::<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/thread/lifecycle.rs:89:26
[INFO] [stdout]   46:     0x55f26ad9f002 - <std[716c9a7a72e5c14e]::thread::lifecycle::spawn_unchecked<test[64760d2bdea328cc]::run_test::{closure#1}, ()>::{closure#1} as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/core/src/ops/function.rs:250:5
[INFO] [stdout]   47:     0x55f26b0f5d4f - <alloc[9c68fdf4f4f29218]::boxed::Box<dyn core[c5ed12ab89cc536a]::ops::function::FnOnce<(), Output = ()> + core[c5ed12ab89cc536a]::marker::Send> as core[c5ed12ab89cc536a]::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/alloc/src/boxed.rs:2206:9
[INFO] [stdout]   48:     0x55f26b0f5d4f - <std[716c9a7a72e5c14e]::sys::thread::unix::Thread>::new::thread_start
[INFO] [stdout]                                at /rustc/2fd6efc32704647e64d3d646d21c4c68eae100e4/library/std/src/sys/thread/unix.rs:119:17
[INFO] [stdout]   49:     0x74b57959daa4 - <unknown>
[INFO] [stdout]   50:     0x74b57962aa64 - clone
[INFO] [stdout]   51:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     empty_rs
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.12s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--test staking_smart_scenario_rs_test`
[INFO] running `Command { std: "docker" "inspect" "688e27aacf19cf15de4dd25cb4b1bb2c1a8cebfe8f2c1cd9e935fc41189c0eaf", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "688e27aacf19cf15de4dd25cb4b1bb2c1a8cebfe8f2c1cd9e935fc41189c0eaf", kill_on_drop: false }`
[INFO] [stdout] 688e27aacf19cf15de4dd25cb4b1bb2c1a8cebfe8f2c1cd9e935fc41189c0eaf
