[INFO] cloning repository https://github.com/paulbellamy/hack-a-soroban-athon
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/paulbellamy/hack-a-soroban-athon" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpaulbellamy%2Fhack-a-soroban-athon", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpaulbellamy%2Fhack-a-soroban-athon'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 787ddc6122c65d5f954967d1600241e347c38711
[INFO] testing paulbellamy/hack-a-soroban-athon against 1.90.0 for beta-1.91-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpaulbellamy%2Fhack-a-soroban-athon" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/paulbellamy/hack-a-soroban-athon
[INFO] finished tweaking git repo https://github.com/paulbellamy/hack-a-soroban-athon
[INFO] tweaked toml for git repo https://github.com/paulbellamy/hack-a-soroban-athon written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/paulbellamy/hack-a-soroban-athon on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/paulbellamy/hack-a-soroban-athon 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" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: /workspace/builds/worker-6-tc1/source/contracts/voting/Cargo.toml: `dev_dependencies` is deprecated in favor of `dev-dependencies` and will not work in the 2024 edition
[INFO] [stderr] (in the `soroban-voting-contract` package)
[INFO] [stderr]     Updating git repository `https://github.com/stellar/rs-soroban-sdk`
[INFO] [stderr]     Updating git repository `https://github.com/stellar/rs-stellar-xdr`
[INFO] [stderr]     Updating git submodule `https://github.com/stellar/stellar-xdr`
[INFO] [stderr]     Updating git submodule `https://github.com/stellar/stellar-xdr`
[INFO] [stderr]     Updating git repository `https://github.com/stellar/rs-soroban-env`
[INFO] [stderr]     Updating git repository `https://github.com/stellar/rs-stellar-strkey`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Updating git repository `https://github.com/stellar/wasmi`
[INFO] [stderr]     Updating git submodule `https://github.com/robbepop/wasm_kernel.git`
[INFO] [stderr]     Updating git submodule `https://github.com/WebAssembly/testsuite.git`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded serde_derive v1.0.149
[INFO] [stderr]   Downloaded serde_with_macros v2.1.0
[INFO] [stderr]   Downloaded darling v0.14.2
[INFO] [stderr]   Downloaded darling_macro v0.14.2
[INFO] [stderr]   Downloaded darling_core v0.14.2
[INFO] [stderr]   Downloaded time-macros v0.2.6
[INFO] [stderr]   Downloaded cxxbridge-macro v1.0.83
[INFO] [stderr]   Downloaded zeroize_derive v1.3.3
[INFO] [stderr]   Downloaded time v0.3.17
[INFO] [stderr]   Downloaded dyn-fmt v0.3.0
[INFO] [stderr]   Downloaded serde v1.0.149
[INFO] [stderr]   Downloaded cxx-build v1.0.83
[INFO] [stderr]   Downloaded cxx v1.0.83
[INFO] [stderr]   Downloaded serde_with v2.1.0
[INFO] [stderr]   Downloaded libm v0.2.6
[INFO] [stderr]   Downloaded prettyplease v0.1.21
[INFO] [stderr]   Downloaded base32 v0.4.0
[INFO] [stderr]   Downloaded cxxbridge-flags v1.0.83
[INFO] [stderr]   Downloaded wasmparser v0.88.0
[INFO] [stderr]   Downloaded libc v0.2.138
[INFO] [stderr]   Downloaded bytes-lit v0.0.4
[INFO] [stderr]   Downloaded crate-git-revision v0.0.4
[INFO] [stderr]   Downloaded wasmparser-nostd v0.90.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 61e2385140b12d99a7a382c67a7a56f8211096a46b9c49dd48faa86a43853aac
[INFO] running `Command { std: "docker" "start" "-a" "61e2385140b12d99a7a382c67a7a56f8211096a46b9c49dd48faa86a43853aac", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "61e2385140b12d99a7a382c67a7a56f8211096a46b9c49dd48faa86a43853aac", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "61e2385140b12d99a7a382c67a7a56f8211096a46b9c49dd48faa86a43853aac", kill_on_drop: false }`
[INFO] [stdout] 61e2385140b12d99a7a382c67a7a56f8211096a46b9c49dd48faa86a43853aac
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=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" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 03b7f4e7c720fcd9bc95381ae689f583cb159f2b9efc85115dbf45af21a668e9
[INFO] running `Command { std: "docker" "start" "-a" "03b7f4e7c720fcd9bc95381ae689f583cb159f2b9efc85115dbf45af21a668e9", kill_on_drop: false }`
[INFO] [stderr] warning: /opt/rustwide/workdir/contracts/voting/Cargo.toml: `dev_dependencies` is deprecated in favor of `dev-dependencies` and will not work in the 2024 edition
[INFO] [stderr] (in the `soroban-voting-contract` package)
[INFO] [stderr]    Compiling proc-macro2 v1.0.47
[INFO] [stderr]    Compiling quote v1.0.21
[INFO] [stderr]    Compiling unicode-ident v1.0.5
[INFO] [stderr]    Compiling syn v1.0.105
[INFO] [stderr]    Compiling serde_derive v1.0.149
[INFO] [stderr]    Compiling serde v1.0.149
[INFO] [stderr]    Compiling serde_json v1.0.89
[INFO] [stderr]    Compiling itoa v1.0.4
[INFO] [stderr]    Compiling ryu v1.0.11
[INFO] [stderr]    Compiling version_check v0.9.4
[INFO] [stderr]    Compiling typenum v1.16.0
[INFO] [stderr]    Compiling libc v0.2.138
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling thiserror v1.0.37
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling either v1.8.0
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]    Compiling num-bigint v0.4.3
[INFO] [stderr]    Compiling generic-array v0.14.6
[INFO] [stderr]    Compiling num-rational v0.4.1
[INFO] [stderr]    Compiling libm v0.2.6
[INFO] [stderr]    Compiling cpufeatures v0.2.5
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling ppv-lite86 v0.2.17
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling base64 v0.13.1
[INFO] [stderr]    Compiling indexmap v1.9.2
[INFO] [stderr]    Compiling cc v1.0.77
[INFO] [stderr]    Compiling memory_units v0.4.0
[INFO] [stderr]    Compiling indexmap-nostd v0.4.0
[INFO] [stderr]    Compiling downcast-rs v1.2.0
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling prettyplease v0.1.21
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling signature v1.6.4
[INFO] [stderr]    Compiling wasmparser-nostd v0.90.0
[INFO] [stderr]    Compiling spin v0.9.4
[INFO] [stderr]    Compiling subtle v2.4.1
[INFO] [stderr]    Compiling gimli v0.26.2
[INFO] [stderr]    Compiling byteorder v1.4.3
[INFO] [stderr]    Compiling miniz_oxide v0.5.4
[INFO] [stderr]    Compiling ed25519 v1.5.2
[INFO] [stderr]    Compiling object v0.29.0
[INFO] [stderr]    Compiling rustc-demangle v0.1.21
[INFO] [stderr]    Compiling getrandom v0.2.8
[INFO] [stderr]    Compiling tinyvec v1.6.0
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling dyn-fmt v0.3.0
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling backtrace v0.3.66
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling base32 v0.4.0
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling wasmparser v0.88.0
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling block-buffer v0.10.3
[INFO] [stderr]    Compiling digest v0.9.0
[INFO] [stderr]    Compiling block-buffer v0.9.0
[INFO] [stderr]    Compiling sha2 v0.9.9
[INFO] [stderr]    Compiling digest v0.10.6
[INFO] [stderr]    Compiling sha2 v0.10.6
[INFO] [stderr]    Compiling addr2line v0.17.0
[INFO] [stderr]    Compiling soroban-wasmi_core v0.16.0-soroban2 (https://github.com/stellar/wasmi?rev=862b32f5#862b32f5)
[INFO] [stderr]    Compiling soroban-wasmi v0.16.0-soroban2 (https://github.com/stellar/wasmi?rev=862b32f5#862b32f5)
[INFO] [stderr]    Compiling darling_core v0.14.2
[INFO] [stderr]    Compiling synstructure v0.12.6
[INFO] [stderr]    Compiling thiserror-impl v1.0.37
[INFO] [stderr]    Compiling zeroize_derive v1.3.3
[INFO] [stderr]    Compiling num-derive v0.3.3
[INFO] [stderr]    Compiling soroban-native-sdk-macros v0.0.12 (https://github.com/stellar/rs-soroban-env?rev=65498c8#65498c84)
[INFO] [stderr]    Compiling bytes-lit v0.0.4
[INFO] [stderr]    Compiling zeroize v1.3.0
[INFO] [stderr]    Compiling stellar-strkey v0.0.6 (https://github.com/stellar/rs-stellar-strkey?rev=5e582a8b#5e582a8b)
[INFO] [stderr]    Compiling curve25519-dalek v3.2.1
[INFO] [stderr]    Compiling darling_macro v0.14.2
[INFO] [stderr]    Compiling darling v0.14.2
[INFO] [stderr]    Compiling serde_with_macros v2.1.0
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling serde_with v2.1.0
[INFO] [stderr]    Compiling ed25519-dalek v1.0.1
[INFO] [stderr]    Compiling crate-git-revision v0.0.4
[INFO] [stderr]    Compiling stellar-xdr v0.0.12 (https://github.com/stellar/rs-stellar-xdr?rev=154e07e#154e07eb)
[INFO] [stderr]    Compiling soroban-env-common v0.0.12 (https://github.com/stellar/rs-soroban-env?rev=65498c8#65498c84)
[INFO] [stderr]    Compiling soroban-spec v0.4.3 (https://github.com/stellar/rs-soroban-sdk?rev=51e5e6d#51e5e6d4)
[INFO] [stderr]    Compiling soroban-env-macros v0.0.12 (https://github.com/stellar/rs-soroban-env?rev=65498c8#65498c84)
[INFO] [stderr]    Compiling soroban-sdk-macros v0.4.3 (https://github.com/stellar/rs-soroban-sdk?rev=51e5e6d#51e5e6d4)
[INFO] [stderr]    Compiling soroban-env-host v0.0.12 (https://github.com/stellar/rs-soroban-env?rev=65498c8#65498c84)
[INFO] [stderr]    Compiling soroban-ledger-snapshot v0.4.3 (https://github.com/stellar/rs-soroban-sdk?rev=51e5e6d#51e5e6d4)
[INFO] [stderr]    Compiling soroban-sdk v0.4.3 (https://github.com/stellar/rs-soroban-sdk?rev=51e5e6d#51e5e6d4)
[INFO] [stderr]    Compiling soroban-auth v0.4.3 (https://github.com/stellar/rs-soroban-sdk?rev=51e5e6d#51e5e6d4)
[INFO] [stderr]    Compiling soroban-voting-contract v0.0.0 (/opt/rustwide/workdir/contracts/voting)
[INFO] [stdout] warning: unexpected `cfg` condition value: `testutils`
[INFO] [stdout]   --> contracts/voting/src/lib.rs:29:1
[INFO] [stdout]    |
[INFO] [stdout] 29 | #[contracttype]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `stellar-xdr`
[INFO] [stdout]    = note: using a cfg inside a attribute macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]    = help: try referring to `contracttype` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]    = help: the attribute macro `contracttype` may come from an old version of the `soroban_sdk_macros` crate, try updating your dependency with `cargo update -p soroban_sdk_macros`
[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]    = note: this warning originates in the attribute macro `contracttype` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `testutils`
[INFO] [stdout]    --> contracts/voting/src/lib.rs:120:1
[INFO] [stdout]     |
[INFO] [stdout] 120 | #[contractimpl]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `stellar-xdr`
[INFO] [stdout]     = note: using a cfg inside a attribute macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]     = help: try referring to `contractimpl` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]     = help: the attribute macro `contractimpl` may come from an old version of the `soroban_sdk_macros` crate, try updating your dependency with `cargo update -p soroban_sdk_macros`
[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: this warning originates in the attribute macro `contractimpl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `testutils`
[INFO] [stdout]    --> contracts/voting/src/lib.rs:120:1
[INFO] [stdout]     |
[INFO] [stdout] 120 | #[contractimpl]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `stellar-xdr`
[INFO] [stdout]     = note: using a cfg inside a attribute macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]     = help: try referring to `soroban_sdk::contractclient` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]     = help: the attribute macro `soroban_sdk::contractclient` may come from an old version of the `soroban_sdk_macros` crate, try updating your dependency with `cargo update -p soroban_sdk_macros`
[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: this warning originates in the attribute macro `soroban_sdk::contractclient` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `testutils`
[INFO] [stdout]  --> contracts/voting/src/lib.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 |     soroban_sdk::contractimport!(file = "../token/soroban_token_spec.wasm");
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `stellar-xdr`
[INFO] [stdout]   = note: using a cfg inside a attribute macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]   = help: try referring to `soroban_sdk::contractclient` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]   = help: the attribute macro `soroban_sdk::contractclient` may come from an old version of the `soroban_sdk_macros` crate, try updating your dependency with `cargo update -p soroban_sdk_macros`
[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: this warning originates in the attribute macro `soroban_sdk::contractclient` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 02s
[INFO] running `Command { std: "docker" "inspect" "03b7f4e7c720fcd9bc95381ae689f583cb159f2b9efc85115dbf45af21a668e9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "03b7f4e7c720fcd9bc95381ae689f583cb159f2b9efc85115dbf45af21a668e9", kill_on_drop: false }`
[INFO] [stdout] 03b7f4e7c720fcd9bc95381ae689f583cb159f2b9efc85115dbf45af21a668e9
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=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" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 661bb7a17ee065eb95873246a108eda51b4cc09c0809b9bf033f4fedee5419a2
[INFO] running `Command { std: "docker" "start" "-a" "661bb7a17ee065eb95873246a108eda51b4cc09c0809b9bf033f4fedee5419a2", kill_on_drop: false }`
[INFO] [stderr] warning: /opt/rustwide/workdir/contracts/voting/Cargo.toml: `dev_dependencies` is deprecated in favor of `dev-dependencies` and will not work in the 2024 edition
[INFO] [stderr] (in the `soroban-voting-contract` package)
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stderr]    Compiling ed25519-dalek v1.0.1
[INFO] [stderr]    Compiling soroban-env-host v0.0.12 (https://github.com/stellar/rs-soroban-env?rev=65498c8#65498c84)
[INFO] [stderr]    Compiling soroban-ledger-snapshot v0.4.3 (https://github.com/stellar/rs-soroban-sdk?rev=51e5e6d#51e5e6d4)
[INFO] [stderr]    Compiling soroban-sdk v0.4.3 (https://github.com/stellar/rs-soroban-sdk?rev=51e5e6d#51e5e6d4)
[INFO] [stderr]    Compiling soroban-auth v0.4.3 (https://github.com/stellar/rs-soroban-sdk?rev=51e5e6d#51e5e6d4)
[INFO] [stderr]    Compiling soroban-voting-contract v0.0.0 (/opt/rustwide/workdir/contracts/voting)
[INFO] [stdout] warning: unexpected `cfg` condition value: `testutils`
[INFO] [stdout]   --> contracts/voting/src/lib.rs:29:1
[INFO] [stdout]    |
[INFO] [stdout] 29 | #[contracttype]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `stellar-xdr`
[INFO] [stdout]    = note: using a cfg inside a attribute macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]    = help: try referring to `contracttype` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]    = help: the attribute macro `contracttype` may come from an old version of the `soroban_sdk_macros` crate, try updating your dependency with `cargo update -p soroban_sdk_macros`
[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]    = note: this warning originates in the attribute macro `contracttype` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `testutils`
[INFO] [stdout]    --> contracts/voting/src/lib.rs:120:1
[INFO] [stdout]     |
[INFO] [stdout] 120 | #[contractimpl]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `stellar-xdr`
[INFO] [stdout]     = note: using a cfg inside a attribute macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]     = help: try referring to `contractimpl` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]     = help: the attribute macro `contractimpl` may come from an old version of the `soroban_sdk_macros` crate, try updating your dependency with `cargo update -p soroban_sdk_macros`
[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: this warning originates in the attribute macro `contractimpl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `testutils`
[INFO] [stdout]    --> contracts/voting/src/lib.rs:120:1
[INFO] [stdout]     |
[INFO] [stdout] 120 | #[contractimpl]
[INFO] [stdout]     | ^^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: expected values for `feature` are: `stellar-xdr`
[INFO] [stdout]     = note: using a cfg inside a attribute macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]     = help: try referring to `soroban_sdk::contractclient` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]     = help: the attribute macro `soroban_sdk::contractclient` may come from an old version of the `soroban_sdk_macros` crate, try updating your dependency with `cargo update -p soroban_sdk_macros`
[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: this warning originates in the attribute macro `soroban_sdk::contractclient` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `testutils`
[INFO] [stdout]  --> contracts/voting/src/lib.rs:9:5
[INFO] [stdout]   |
[INFO] [stdout] 9 |     soroban_sdk::contractimport!(file = "../token/soroban_token_spec.wasm");
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: expected values for `feature` are: `stellar-xdr`
[INFO] [stdout]   = note: using a cfg inside a attribute macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]   = help: try referring to `soroban_sdk::contractclient` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]   = help: the attribute macro `soroban_sdk::contractclient` may come from an old version of the `soroban_sdk_macros` crate, try updating your dependency with `cargo update -p soroban_sdk_macros`
[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: this warning originates in the attribute macro `soroban_sdk::contractclient` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `testutils`
[INFO] [stdout]   --> contracts/voting/src/tests.rs:55:1
[INFO] [stdout]    |
[INFO] [stdout] 55 | #[contractimpl]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `stellar-xdr`
[INFO] [stdout]    = note: using a cfg inside a attribute macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]    = help: try referring to `contractimpl` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]    = help: the attribute macro `contractimpl` may come from an old version of the `soroban_sdk_macros` crate, try updating your dependency with `cargo update -p soroban_sdk_macros`
[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: this warning originates in the attribute macro `contractimpl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unexpected `cfg` condition value: `testutils`
[INFO] [stdout]   --> contracts/voting/src/tests.rs:55:1
[INFO] [stdout]    |
[INFO] [stdout] 55 | #[contractimpl]
[INFO] [stdout]    | ^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected values for `feature` are: `stellar-xdr`
[INFO] [stdout]    = note: using a cfg inside a attribute macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]    = help: try referring to `soroban_sdk::contractclient` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]    = help: the attribute macro `soroban_sdk::contractclient` may come from an old version of the `soroban_sdk_macros` crate, try updating your dependency with `cargo update -p soroban_sdk_macros`
[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: this warning originates in the attribute macro `soroban_sdk::contractclient` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 4.60s
[INFO] running `Command { std: "docker" "inspect" "661bb7a17ee065eb95873246a108eda51b4cc09c0809b9bf033f4fedee5419a2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "661bb7a17ee065eb95873246a108eda51b4cc09c0809b9bf033f4fedee5419a2", kill_on_drop: false }`
[INFO] [stdout] 661bb7a17ee065eb95873246a108eda51b4cc09c0809b9bf033f4fedee5419a2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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=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" "+1.90.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 47c0f03d4d9f6e860c9e5226cd9f46ef098b08ecdbd03a48a87e39274e2588a6
[INFO] running `Command { std: "docker" "start" "-a" "47c0f03d4d9f6e860c9e5226cd9f46ef098b08ecdbd03a48a87e39274e2588a6", kill_on_drop: false }`
[INFO] [stderr] warning: /opt/rustwide/workdir/contracts/voting/Cargo.toml: `dev_dependencies` is deprecated in favor of `dev-dependencies` and will not work in the 2024 edition
[INFO] [stderr] (in the `soroban-voting-contract` package)
[INFO] [stderr] warning: unexpected `cfg` condition value: `testutils`
[INFO] [stderr]   --> contracts/voting/src/lib.rs:29:1
[INFO] [stderr]    |
[INFO] [stderr] 29 | #[contracttype]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `stellar-xdr`
[INFO] [stderr]    = note: using a cfg inside a attribute macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr]    = help: try referring to `contracttype` crate for guidance on how handle this unexpected cfg
[INFO] [stderr]    = help: the attribute macro `contracttype` may come from an old version of the `soroban_sdk_macros` crate, try updating your dependency with `cargo update -p soroban_sdk_macros`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr]    = note: this warning originates in the attribute macro `contracttype` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `testutils`
[INFO] [stderr]    --> contracts/voting/src/lib.rs:120:1
[INFO] [stderr]     |
[INFO] [stderr] 120 | #[contractimpl]
[INFO] [stderr]     | ^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `stellar-xdr`
[INFO] [stderr]     = note: using a cfg inside a attribute macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr]     = help: try referring to `contractimpl` crate for guidance on how handle this unexpected cfg
[INFO] [stderr]     = help: the attribute macro `contractimpl` may come from an old version of the `soroban_sdk_macros` crate, try updating your dependency with `cargo update -p soroban_sdk_macros`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the attribute macro `contractimpl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `testutils`
[INFO] [stderr]    --> contracts/voting/src/lib.rs:120:1
[INFO] [stderr]     |
[INFO] [stderr] 120 | #[contractimpl]
[INFO] [stderr]     | ^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: expected values for `feature` are: `stellar-xdr`
[INFO] [stderr]     = note: using a cfg inside a attribute macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr]     = help: try referring to `soroban_sdk::contractclient` crate for guidance on how handle this unexpected cfg
[INFO] [stderr]     = help: the attribute macro `soroban_sdk::contractclient` may come from an old version of the `soroban_sdk_macros` crate, try updating your dependency with `cargo update -p soroban_sdk_macros`
[INFO] [stderr]     = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]     = note: this warning originates in the attribute macro `soroban_sdk::contractclient` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `testutils`
[INFO] [stderr]  --> contracts/voting/src/lib.rs:9:5
[INFO] [stderr]   |
[INFO] [stderr] 9 |     soroban_sdk::contractimport!(file = "../token/soroban_token_spec.wasm");
[INFO] [stderr]   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: expected values for `feature` are: `stellar-xdr`
[INFO] [stderr]   = note: using a cfg inside a attribute macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr]   = help: try referring to `soroban_sdk::contractclient` crate for guidance on how handle this unexpected cfg
[INFO] [stderr]   = help: the attribute macro `soroban_sdk::contractclient` may come from an old version of the `soroban_sdk_macros` crate, try updating your dependency with `cargo update -p soroban_sdk_macros`
[INFO] [stderr]   = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]   = note: this warning originates in the attribute macro `soroban_sdk::contractclient` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `testutils`
[INFO] [stderr]   --> contracts/voting/src/tests.rs:55:1
[INFO] [stderr]    |
[INFO] [stderr] 55 | #[contractimpl]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `stellar-xdr`
[INFO] [stderr]    = note: using a cfg inside a attribute macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr]    = help: try referring to `contractimpl` crate for guidance on how handle this unexpected cfg
[INFO] [stderr]    = help: the attribute macro `contractimpl` may come from an old version of the `soroban_sdk_macros` crate, try updating your dependency with `cargo update -p soroban_sdk_macros`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]    = note: this warning originates in the attribute macro `contractimpl` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `testutils`
[INFO] [stderr]   --> contracts/voting/src/tests.rs:55:1
[INFO] [stderr]    |
[INFO] [stderr] 55 | #[contractimpl]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `stellar-xdr`
[INFO] [stderr]    = note: using a cfg inside a attribute macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr]    = help: try referring to `soroban_sdk::contractclient` crate for guidance on how handle this unexpected cfg
[INFO] [stderr]    = help: the attribute macro `soroban_sdk::contractclient` may come from an old version of the `soroban_sdk_macros` crate, try updating your dependency with `cargo update -p soroban_sdk_macros`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]    = note: this warning originates in the attribute macro `soroban_sdk::contractclient` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `soroban-voting-contract` (lib test) generated 6 warnings
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.12s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/soroban_voting_contract-f4b2ce87779e5b08)
[INFO] [stdout] 
[INFO] [stdout] running 14 tests
[INFO] [stdout] test tests::test_initialize_contract ... ok
[INFO] [stdout] test tests::test_make_proposal_failure_too_short - should panic ... FAILED
[INFO] [stdout] test tests::test_make_proposal_failure_not_an_user - should panic ... ok
[INFO] [stdout] test tests::test_set_status ... ok
[INFO] [stdout] test tests::test_proposal_not_found_failure - should panic ... FAILED
[INFO] [stdout] test tests::test_is_eligible ... FAILED
[INFO] [stdout] test tests::test_make_proposal_failure_too_long - should panic ... FAILED
[INFO] [stdout] test tests::test_make_then_read_proposal_successfully ... FAILED
[INFO] [stdout] test tests::test_vote ... FAILED
[INFO] [stdout] test tests::test_vote_above_max_count - should panic ... FAILED
[INFO] [stdout] test tests::test_make_then_read_all_proposals_successfully ... FAILED
[INFO] [stdout] test tests::test_results ... FAILED
[INFO] [stdout] test tests::test_vote_fails_if_vote_is_disabled - should panic ... FAILED
[INFO] [stdout] test tests::test_proposal_fails_if_not_accepting_proposals - should panic ... ok
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- tests::test_make_proposal_failure_too_short stdout ----
[INFO] [stdout] note: panic did not contain expected string
[INFO] [stdout]       panic message: "HostError\nValue: Status(HostContextError(UnknownError))\n\nDebug events (newest first):\n   0: \"escalating error 'Status(HostContextError(UnknownError))' to panic\"\n   1: \"contract call invocation resulted in error Status(HostContextError(UnknownError))\"\n   2: \"caught panic from contract function 'Symbol(propose)', propagating escalated error 'Status(HostContextError(UnknownError))'\"\n   3: \"escalating error 'Status(HostContextError(UnknownError))' to panic\"\n   4: \"contract call invocation resulted in error Status(HostContextError(UnknownError))\"\n   5: \"Contract re-entry is not allowed\"\n\nBacktrace (newest first):\n   0: soroban_env_host::host::err_helper::<impl soroban_env_host::host::Host>::err\n             at /opt/rustwide/cargo-home/git/checkouts/rs-soroban-env-18107856c3a52b04/65498c8/soroban-env-host/src/host/err_helper.rs:18:47\n   1: soroban_env_host::host::err_helper::<impl soroban_env_host::host::Host>::err_status_msg\n             at /opt/rustwide/cargo-home/git/checkouts/rs-soroban-env-18107856c3a52b04/65498c8/soroban-env-host/src/host/err_helper.rs:43:14\n   2: <soroban_env_host::host::Host as soroban_env_common::vmcaller_checked_env::VmCallerCheckedEnv>::escalate_error_to_panic\n             at /opt/rustwide/cargo-home/git/checkouts/rs-soroban-env-18107856c3a52b04/65498c8/soroban-env-host/src/host.rs:1191:31\n   3: soroban_env_common::vmcaller_checked_env::<impl soroban_env_common::checked_env::CheckedEnv for T>::escalate_error_to_panic\n             at /opt/rustwide/cargo-home/git/checkouts/rs-soroban-env-18107856c3a52b04/65498c8/soroban-env-common/src/vmcaller_checked_env.rs:210:17\n   4: soroban_env_common::checked_env::<impl soroban_env_common::env::Env for T>::call\n             at /opt/rustwide/cargo-home/git/checkouts/rs-soroban-env-18107856c3a52b04/65498c8/soroban-env-common/src/checked_env.rs:126:32\n   5: <soroban_sdk::env::Env as soroban_env_common::env::Env>::call\n             at /opt/rustwide/cargo-home/git/checkouts/rs-soroban-sdk-df48d49759b97bac/51e5e6d/soroban-sdk/src/env.rs:749:27\n   6: soroban_sdk::env::Env::invoke_contract\n             at /opt/rustwide/cargo-home/git/checkouts/rs-soroban-sdk-df48d49759b97bac/51e5e6d/soroban-sdk/src/env.rs:243:18\n   7: soroban_voting_contract::VotingContractClient::propose::{{closure}}\n             at src/lib.rs:120:1\n   8: soroban_voting_contract::VotingContractClient::with_env\n             at src/lib.rs:120:1\n   9: soroban_voting_contract::VotingContractClient::propose\n             at src/lib.rs:120:1\n  10: soroban_voting_contract::tests::test_make_proposal_failure_too_short\n             at src/tests.rs:98:40\n  11: soroban_voting_contract::tests::test_make_proposal_failure_too_short::{{closure}}\n             at src/tests.rs:85:42\n  12: core::ops::function::FnOnce::call_once\n             at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5\n\n"
[INFO] [stdout]  expected substring: "Status(ContractError(2))"
[INFO] [stdout] ---- tests::test_proposal_not_found_failure stdout ----
[INFO] [stdout] note: panic did not contain expected string
[INFO] [stdout]       panic message: "HostError\nValue: Status(HostContextError(UnknownError))\n\nDebug events (newest first):\n   0: \"escalating error 'Status(HostContextError(UnknownError))' to panic\"\n   1: \"contract call invocation resulted in error Status(HostContextError(UnknownError))\"\n   2: \"caught panic from contract function 'Symbol(propose)', propagating escalated error 'Status(HostContextError(UnknownError))'\"\n   3: \"escalating error 'Status(HostContextError(UnknownError))' to panic\"\n   4: \"contract call invocation resulted in error Status(HostContextError(UnknownError))\"\n   5: \"Contract re-entry is not allowed\"\n\nBacktrace (newest first):\n   0: soroban_env_host::host::err_helper::<impl soroban_env_host::host::Host>::err\n             at /opt/rustwide/cargo-home/git/checkouts/rs-soroban-env-18107856c3a52b04/65498c8/soroban-env-host/src/host/err_helper.rs:18:47\n   1: soroban_env_host::host::err_helper::<impl soroban_env_host::host::Host>::err_status_msg\n             at /opt/rustwide/cargo-home/git/checkouts/rs-soroban-env-18107856c3a52b04/65498c8/soroban-env-host/src/host/err_helper.rs:43:14\n   2: <soroban_env_host::host::Host as soroban_env_common::vmcaller_checked_env::VmCallerCheckedEnv>::escalate_error_to_panic\n             at /opt/rustwide/cargo-home/git/checkouts/rs-soroban-env-18107856c3a52b04/65498c8/soroban-env-host/src/host.rs:1191:31\n   3: soroban_env_common::vmcaller_checked_env::<impl soroban_env_common::checked_env::CheckedEnv for T>::escalate_error_to_panic\n             at /opt/rustwide/cargo-home/git/checkouts/rs-soroban-env-18107856c3a52b04/65498c8/soroban-env-common/src/vmcaller_checked_env.rs:210:17\n   4: soroban_env_common::checked_env::<impl soroban_env_common::env::Env for T>::call\n             at /opt/rustwide/cargo-home/git/checkouts/rs-soroban-env-18107856c3a52b04/65498c8/soroban-env-common/src/checked_env.rs:126:32\n   5: <soroban_sdk::env::Env as soroban_env_common::env::Env>::call\n             at /opt/rustwide/cargo-home/git/checkouts/rs-soroban-sdk-df48d49759b97bac/51e5e6d/soroban-sdk/src/env.rs:749:27\n   6: soroban_sdk::env::Env::invoke_contract\n             at /opt/rustwide/cargo-home/git/checkouts/rs-soroban-sdk-df48d49759b97bac/51e5e6d/soroban-sdk/src/env.rs:243:18\n   7: soroban_voting_contract::VotingContractClient::propose::{{closure}}\n             at src/lib.rs:120:1\n   8: soroban_voting_contract::VotingContractClient::with_env\n             at src/lib.rs:120:1\n   9: soroban_voting_contract::VotingContractClient::propose\n             at src/lib.rs:120:1\n  10: soroban_voting_contract::tests::test_proposal_not_found_failure\n             at src/tests.rs:140:10\n  11: soroban_voting_contract::tests::test_proposal_not_found_failure::{{closure}}\n             at src/tests.rs:125:37\n  12: core::ops::function::FnOnce::call_once\n             at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5\n\n"
[INFO] [stdout]  expected substring: "Status(ContractError(4))"
[INFO] [stdout] ---- tests::test_make_proposal_failure_too_long stdout ----
[INFO] [stdout] note: panic did not contain expected string
[INFO] [stdout]       panic message: "HostError\nValue: Status(HostContextError(UnknownError))\n\nDebug events (newest first):\n   0: \"escalating error 'Status(HostContextError(UnknownError))' to panic\"\n   1: \"contract call invocation resulted in error Status(HostContextError(UnknownError))\"\n   2: \"caught panic from contract function 'Symbol(propose)', propagating escalated error 'Status(HostContextError(UnknownError))'\"\n   3: \"escalating error 'Status(HostContextError(UnknownError))' to panic\"\n   4: \"contract call invocation resulted in error Status(HostContextError(UnknownError))\"\n   5: \"Contract re-entry is not allowed\"\n\nBacktrace (newest first):\n   0: soroban_env_host::host::err_helper::<impl soroban_env_host::host::Host>::err\n             at /opt/rustwide/cargo-home/git/checkouts/rs-soroban-env-18107856c3a52b04/65498c8/soroban-env-host/src/host/err_helper.rs:18:47\n   1: soroban_env_host::host::err_helper::<impl soroban_env_host::host::Host>::err_status_msg\n             at /opt/rustwide/cargo-home/git/checkouts/rs-soroban-env-18107856c3a52b04/65498c8/soroban-env-host/src/host/err_helper.rs:43:14\n   2: <soroban_env_host::host::Host as soroban_env_common::vmcaller_checked_env::VmCallerCheckedEnv>::escalate_error_to_panic\n             at /opt/rustwide/cargo-home/git/checkouts/rs-soroban-env-18107856c3a52b04/65498c8/soroban-env-host/src/host.rs:1191:31\n   3: soroban_env_common::vmcaller_checked_env::<impl soroban_env_common::checked_env::CheckedEnv for T>::escalate_error_to_panic\n             at /opt/rustwide/cargo-home/git/checkouts/rs-soroban-env-18107856c3a52b04/65498c8/soroban-env-common/src/vmcaller_checked_env.rs:210:17\n   4: soroban_env_common::checked_env::<impl soroban_env_common::env::Env for T>::call\n             at /opt/rustwide/cargo-home/git/checkouts/rs-soroban-env-18107856c3a52b04/65498c8/soroban-env-common/src/checked_env.rs:126:32\n   5: <soroban_sdk::env::Env as soroban_env_common::env::Env>::call\n             at /opt/rustwide/cargo-home/git/checkouts/rs-soroban-sdk-df48d49759b97bac/51e5e6d/soroban-sdk/src/env.rs:749:27\n   6: soroban_sdk::env::Env::invoke_contract\n             at /opt/rustwide/cargo-home/git/checkouts/rs-soroban-sdk-df48d49759b97bac/51e5e6d/soroban-sdk/src/env.rs:243:18\n   7: soroban_voting_contract::VotingContractClient::propose::{{closure}}\n             at src/lib.rs:120:1\n   8: soroban_voting_contract::VotingContractClient::with_env\n             at src/lib.rs:120:1\n   9: soroban_voting_contract::VotingContractClient::propose\n             at src/lib.rs:120:1\n  10: soroban_voting_contract::tests::test_make_proposal_failure_too_long\n             at src/tests.rs:120:40\n  11: soroban_voting_contract::tests::test_make_proposal_failure_too_long::{{closure}}\n             at src/tests.rs:103:41\n  12: core::ops::function::FnOnce::call_once\n             at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5\n\n"
[INFO] [stdout]  expected substring: "Status(ContractError(3))"
[INFO] [stdout] ---- tests::test_make_then_read_proposal_successfully stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::test_make_then_read_proposal_successfully' panicked at /opt/rustwide/cargo-home/git/checkouts/rs-soroban-env-18107856c3a52b04/65498c8/soroban-env-host/src/host.rs:1192:9:
[INFO] [stdout] HostError
[INFO] [stdout] Value: Status(HostContextError(UnknownError))
[INFO] [stdout] 
[INFO] [stdout] Debug events (newest first):
[INFO] [stdout]    0: "escalating error 'Status(HostContextError(UnknownError))' to panic"
[INFO] [stdout]    1: "contract call invocation resulted in error Status(HostContextError(UnknownError))"
[INFO] [stdout]    2: "Contract re-entry is not allowed"
[INFO] [stdout] 
[INFO] [stdout] Backtrace (newest first):
[INFO] [stdout]    0: soroban_env_host::host::err_helper::<impl soroban_env_host::host::Host>::err
[INFO] [stdout]              at /opt/rustwide/cargo-home/git/checkouts/rs-soroban-env-18107856c3a52b04/65498c8/soroban-env-host/src/host/err_helper.rs:18:47
[INFO] [stdout]    1: soroban_env_host::host::err_helper::<impl soroban_env_host::host::Host>::err_status_msg
[INFO] [stdout]              at /opt/rustwide/cargo-home/git/checkouts/rs-soroban-env-18107856c3a52b04/65498c8/soroban-env-host/src/host/err_helper.rs:43:14
[INFO] [stdout]    2: <soroban_env_host::host::Host as soroban_env_common::vmcaller_checked_env::VmCallerCheckedEnv>::escalate_error_to_panic
[INFO] [stdout]              at /opt/rustwide/cargo-home/git/checkouts/rs-soroban-env-18107856c3a52b04/65498c8/soroban-env-host/src/host.rs:1191:31
[INFO] [stdout]    3: soroban_env_common::vmcaller_checked_env::<impl soroban_env_common::checked_env::CheckedEnv for T>::escalate_error_to_panic
[INFO] [stdout]              at /opt/rustwide/cargo-home/git/checkouts/rs-soroban-env-18107856c3a52b04/65498c8/soroban-env-common/src/vmcaller_checked_env.rs:210:17
[INFO] [stdout]    4: soroban_env_common::checked_env::<impl soroban_env_common::env::Env for T>::call
[INFO] [stdout]              at /opt/rustwide/cargo-home/git/checkouts/rs-soroban-env-18107856c3a52b04/65498c8/soroban-env-common/src/checked_env.rs:126:32
[INFO] [stdout]    5: <soroban_sdk::env::Env as soroban_env_common::env::Env>::call
[INFO] [stdout]              at /opt/rustwide/cargo-home/git/checkouts/rs-soroban-sdk-df48d49759b97bac/51e5e6d/soroban-sdk/src/env.rs:749:27
[INFO] [stdout]    6: soroban_sdk::env::Env::invoke_contract
[INFO] [stdout]              at /opt/rustwide/cargo-home/git/checkouts/rs-soroban-sdk-df48d49759b97bac/51e5e6d/soroban-sdk/src/env.rs:243:18
[INFO] [stdout]    7: soroban_voting_contract::token::Client::balance::{{closure}}
[INFO] [stdout]              at src/lib.rs:9:5
[INFO] [stdout]    8: soroban_voting_contract::token::Client::with_env
[INFO] [stdout]              at src/lib.rs:9:5
[INFO] [stdout]    9: soroban_voting_contract::token::Client::balance
[INFO] [stdout]              at src/lib.rs:9:5
[INFO] [stdout]   10: soroban_voting_contract::get_balance
[INFO] [stdout]              at src/lib.rs:92:18
[INFO] [stdout]   11: soroban_voting_contract::is_eligible
[INFO] [stdout]              at src/lib.rs:112:19
[INFO] [stdout]   12: soroban_voting_contract::VotingContract::propose
[INFO] [stdout]              at src/lib.rs:202:13
[INFO] [stdout]   13: soroban_voting_contract::__propose::invoke_raw
[INFO] [stdout]              at src/lib.rs:120:1
[INFO] [stdout]   14: soroban_voting_contract::__propose::invoke_raw_slice
[INFO] [stdout]              at src/lib.rs:120:1
[INFO] [stdout]   15: <soroban_voting_contract::VotingContract as soroban_sdk::testutils::ContractFunctionSet>::call
[INFO] [stdout]              at src/lib.rs:120:1
[INFO] [stdout]   16: <soroban_sdk::env::Env::register_contract::InternalContractFunctionSet<T> as soroban_env_host::host::ContractFunctionSet>::call
[INFO] [stdout]              at /opt/rustwide/cargo-home/git/checkouts/rs-soroban-sdk-df48d49759b97bac/51e5e6d/soroban-sdk/src/env.rs:387:24
[INFO] [stdout]   17: soroban_env_host::host::Host::call_n::{{closure}}::{{closure}}
[INFO] [stdout]              at /opt/rustwide/cargo-home/git/checkouts/rs-soroban-env-18107856c3a52b04/65498c8/soroban-env-host/src/host.rs:849:64
[INFO] [stdout]   18: core::ops::function::FnOnce::call_once
[INFO] [stdout]              at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   19: <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once
[INFO] [stdout]              at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   20: std::panicking::catch_unwind::do_call
[INFO] [stdout]              at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   21: __rust_try
[INFO] [stdout]   22: std::panicking::catch_unwind
[INFO] [stdout]              at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]       std::panic::catch_unwind
[INFO] [stdout]              at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   23: soroban_env_host::host::Host::call_n::{{closure}}
[INFO] [stdout]              at /opt/rustwide/cargo-home/git/checkouts/rs-soroban-env-18107856c3a52b04/65498c8/soroban-env-host/src/host.rs:852:65
[INFO] [stdout]   24: soroban_env_host::host::Host::with_frame
[INFO] [stdout]              at /opt/rustwide/cargo-home/git/checkouts/rs-soroban-env-18107856c3a52b04/65498c8/soroban-env-host/src/host.rs:407:19
[INFO] [stdout]   25: soroban_env_host::host::Host::call_n
[INFO] [stdout]              at /opt/rustwide/cargo-home/git/checkouts/rs-soroban-env-18107856c3a52b04/65498c8/soroban-env-host/src/host.rs:825:29
[INFO] [stdout]   26: <soroban_env_host::host::Host as soroban_env_common::vmcaller_checked_env::VmCallerCheckedEnv>::call
[INFO] [stdout]              at /opt/rustwide/cargo-home/git/checkouts/rs-soroban-env-18107856c3a52b04/65498c8/soroban-env-host/src/host.rs:1784:24
[INFO] [stdout]   27: soroban_env_common::vmcaller_checked_env::<impl soroban_env_common::checked_env::CheckedEnv for T>::call
[INFO] [stdout]              at /opt/rustwide/cargo-home/git/checkouts/rs-soroban-env-18107856c3a52b04/65498c8/soroban-env-common/src/vmcaller_checked_env.rs:168:43
[INFO] [stdout]   28: soroban_env_common::checked_env::<impl soroban_env_common::env::Env for T>::call
[INFO] [stdout]              at /opt/rustwide/cargo-home/git/checkouts/rs-soroban-env-18107856c3a52b04/65498c8/soroban-env-common/src/checked_env.rs:124:41
[INFO] [stdout]   29: <soroban_sdk::env::Env as soroban_env_common::env::Env>::call
[INFO] [stdout]              at /opt/rustwide/cargo-home/git/checkouts/rs-soroban-sdk-df48d49759b97bac/51e5e6d/soroban-sdk/src/env.rs:749:27
[INFO] [stdout]   30: soroban_sdk::env::Env::invoke_contract
[INFO] [stdout]              at /opt/rustwide/cargo-home/git/checkouts/rs-soroban-sdk-df48d49759b97bac/51e5e6d/soroban-sdk/src/env.rs:243:18
[INFO] [stdout]   31: soroban_voting_contract::VotingContractClient::propose::{{closure}}
[INFO] [stdout]              at src/lib.rs:120:1
[INFO] [stdout]   32: soroban_voting_contract::VotingContractClient::with_env
[INFO] [stdout]              at src/lib.rs:120:1
[INFO] [stdout]   33: soroban_voting_contract::VotingContractClient::propose
[INFO] [stdout]              at src/lib.rs:120:1
[INFO] [stdout]   34: soroban_voting_contract::tests::test_make_then_read_proposal_successfully
[INFO] [stdout]              at src/tests.rs:23:40
[INFO] [stdout]   35: soroban_voting_contract::tests::test_make_then_read_proposal_successfully::{{closure}}
[INFO] [stdout]              at src/tests.rs:9:47
[INFO] [stdout]   36: core::ops::function::FnOnce::call_once
[INFO] [stdout]              at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5ea19731bd22 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5ea19731bd22 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5ea19731bd22 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5ea19731bd22 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5ea197342d93 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5ea197342d93 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5ea197318be3 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5ea197318be3 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5ea19731bb72 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5ea19731d349 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x5ea19731d17e - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x5ea19731de1e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x5ea19731de1e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   13:     0x5ea19731daea - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   14:     0x5ea19731c229 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   15:     0x5ea19731d77d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   16:     0x5ea197340670 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   17:     0x5ea196f84f3c - <soroban_env_host::host::Host as soroban_env_common::vmcaller_checked_env::VmCallerCheckedEnv>::escalate_error_to_panic::heaaca31fc6cb8442
[INFO] [stdout]                                at /opt/rustwide/cargo-home/git/checkouts/rs-soroban-env-18107856c3a52b04/65498c8/soroban-env-host/src/host.rs:1192:9
[INFO] [stdout]   18:     0x5ea196f5898b - soroban_env_common::vmcaller_checked_env::<impl soroban_env_common::checked_env::CheckedEnv for T>::escalate_error_to_panic::h736073edaec516af
[INFO] [stdout]                                at /opt/rustwide/cargo-home/git/checkouts/rs-soroban-env-18107856c3a52b04/65498c8/soroban-env-common/src/vmcaller_checked_env.rs:210:17
[INFO] [stdout]   19:     0x5ea196f18eb9 - soroban_env_common::checked_env::<impl soroban_env_common::env::Env for T>::call::hd2ed4b6c9f9c896e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/git/checkouts/rs-soroban-env-18107856c3a52b04/65498c8/soroban-env-common/src/checked_env.rs:126:32
[INFO] [stdout]   20:     0x5ea196f166be - <soroban_sdk::env::Env as soroban_env_common::env::Env>::call::h4267f9073f5388c2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/git/checkouts/rs-soroban-sdk-df48d49759b97bac/51e5e6d/soroban-sdk/src/env.rs:749:27
[INFO] [stdout]   21:     0x5ea196ea7a47 - soroban_sdk::env::Env::invoke_contract::h4fdfb528d112e28f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/git/checkouts/rs-soroban-sdk-df48d49759b97bac/51e5e6d/soroban-sdk/src/env.rs:243:18
[INFO] [stdout]   22:     0x5ea196ec0f31 - soroban_voting_contract::token::Client::balance::{{closure}}::h4f104e02e8ca6221
[INFO] [stdout]                                at /opt/rustwide/workdir/contracts/voting/src/lib.rs:9:5
[INFO] [stdout]   23:     0x5ea196ec07ef - soroban_voting_contract::token::Client::with_env::hca45a3e0962cc1ae
[INFO] [stdout]                                at /opt/rustwide/workdir/contracts/voting/src/lib.rs:9:5
[INFO] [stdout]   24:     0x5ea196ec094c - soroban_voting_contract::token::Client::balance::hb19e0b325907dcaf
[INFO] [stdout]                                at /opt/rustwide/workdir/contracts/voting/src/lib.rs:9:5
[INFO] [stdout]   25:     0x5ea196ec3a02 - soroban_voting_contract::get_balance::h1478807223ccfec4
[INFO] [stdout]                                at /opt/rustwide/workdir/contracts/voting/src/lib.rs:92:18
[INFO] [stdout]   26:     0x5ea196ec4108 - soroban_voting_contract::is_eligible::h0104a409f07d20fa
[INFO] [stdout]                                at /opt/rustwide/workdir/contracts/voting/src/lib.rs:112:19
[INFO] [stdout]   27:     0x5ea196ec7d5e - soroban_voting_contract::VotingContract::propose::h2b2e6eda72e0c8d6
[INFO] [stdout]                                at /opt/rustwide/workdir/contracts/voting/src/lib.rs:202:13
[INFO] [stdout]   28:     0x5ea196eabe7b - soroban_voting_contract::__propose::invoke_raw::h176d973094d445c2
[INFO] [stdout]                                at /opt/rustwide/workdir/contracts/voting/src/lib.rs:120:1
[INFO] [stdout]   29:     0x5ea196eabf39 - soroban_voting_contract::__propose::invoke_raw_slice::h1075996a46de44dc
[INFO] [stdout]                                at /opt/rustwide/workdir/contracts/voting/src/lib.rs:120:1
[INFO] [stdout]   30:     0x5ea196ec464c - <soroban_voting_contract::VotingContract as soroban_sdk::testutils::ContractFunctionSet>::call::he936b0683b712769
[INFO] [stdout]                                at /opt/rustwide/workdir/contracts/voting/src/lib.rs:120:1
[INFO] [stdout]   31:     0x5ea196eaa043 - <soroban_sdk::env::Env::register_contract::InternalContractFunctionSet<T> as soroban_env_host::host::ContractFunctionSet>::call::hc69ad4a489632d1e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/git/checkouts/rs-soroban-sdk-df48d49759b97bac/51e5e6d/soroban-sdk/src/env.rs:387:24
[INFO] [stdout]   32:     0x5ea196f84101 - soroban_env_host::host::Host::call_n::{{closure}}::{{closure}}::h7d9ed354a7637558
[INFO] [stdout]                                at /opt/rustwide/cargo-home/git/checkouts/rs-soroban-env-18107856c3a52b04/65498c8/soroban-env-host/src/host.rs:849:64
[INFO] [stdout]   33:     0x5ea1970a72ae - core::ops::function::FnOnce::call_once::hcec82b40cec46e4b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   34:     0x5ea196fdfa0c - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h89335144e2ef2be9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   35:     0x5ea196fcd895 - std::panicking::catch_unwind::do_call::h62fdea374c139c6d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   36:     0x5ea196fee85b - __rust_try
[INFO] [stdout]   37:     0x5ea196fe1bf6 - std::panicking::catch_unwind::h623694178cdb804f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   38:     0x5ea196fe1bf6 - std::panic::catch_unwind::h8a4e2da61e87f554
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   39:     0x5ea196f834fa - soroban_env_host::host::Host::call_n::{{closure}}::h20039fffb7133ef8
[INFO] [stdout]                                at /opt/rustwide/cargo-home/git/checkouts/rs-soroban-env-18107856c3a52b04/65498c8/soroban-env-host/src/host.rs:852:65
[INFO] [stdout]   40:     0x5ea196f64a92 - soroban_env_host::host::Host::with_frame::hbc5c604173cd618b
[INFO] [stdout]                                at /opt/rustwide/cargo-home/git/checkouts/rs-soroban-env-18107856c3a52b04/65498c8/soroban-env-host/src/host.rs:407:19
[INFO] [stdout]   41:     0x5ea196f83210 - soroban_env_host::host::Host::call_n::hbc659c68ffdfe070
[INFO] [stdout]                                at /opt/rustwide/cargo-home/git/checkouts/rs-soroban-env-18107856c3a52b04/65498c8/soroban-env-host/src/host.rs:825:29
[INFO] [stdout]   42:     0x5ea196f8cace - <soroban_env_host::host::Host as soroban_env_common::vmcaller_checked_env::VmCallerCheckedEnv>::call::hbc30e7cdb74d2e56
[INFO] [stdout]                                at /opt/rustwide/cargo-home/git/checkouts/rs-soroban-env-18107856c3a52b04/65498c8/soroban-env-host/src/host.rs:1784:24
[INFO] [stdout]   43:     0x5ea196f197e3 - soroban_env_common::vmcaller_checked_env::<impl soroban_env_common::checked_env::CheckedEnv for T>::call::h3be86d1a6f66241f
[INFO] [stdout]                                at /opt/rustwide/cargo-home/git/checkouts/rs-soroban-env-18107856c3a52b04/65498c8/soroban-env-common/src/vmcaller_checked_env.rs:168:43
[INFO] [stdout]   44:     0x5ea196f18e73 - soroban_env_common::checked_env::<impl soroban_env_common::env::Env for T>::call::hd2ed4b6c9f9c896e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/git/checkouts/rs-soroban-env-18107856c3a52b04/65498c8/soroban-env-common/src/checked_env.rs:124:41
[INFO] [stdout]   45:     0x5ea196f166be - <soroban_sdk::env::Env as soroban_env_common::env::Env>::call::h4267f9073f5388c2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/git/checkouts/rs-soroban-sdk-df48d49759b97bac/51e5e6d/soroban-sdk/src/env.rs:749:27
[INFO] [stdout]   46:     0x5ea196ea9174 - soroban_sdk::env::Env::invoke_contract::hfe4bcb87c5ca3680
[INFO] [stdout]                                at /opt/rustwide/cargo-home/git/checkouts/rs-soroban-sdk-df48d49759b97bac/51e5e6d/soroban-sdk/src/env.rs:243:18
[INFO] [stdout]   47:     0x5ea196ecfa43 - soroban_voting_contract::VotingContractClient::propose::{{closure}}::he7b5ee44e1d54872
[INFO] [stdout]                                at /opt/rustwide/workdir/contracts/voting/src/lib.rs:120:1
[INFO] [stdout]   48:     0x5ea196ecd48c - soroban_voting_contract::VotingContractClient::with_env::h0c7d8a24dcf805db
[INFO] [stdout]                                at /opt/rustwide/workdir/contracts/voting/src/lib.rs:120:1
[INFO] [stdout]   49:     0x5ea196ecf50c - soroban_voting_contract::VotingContractClient::propose::h9dd4b76e7fc7a142
[INFO] [stdout]                                at /opt/rustwide/workdir/contracts/voting/src/lib.rs:120:1
[INFO] [stdout]   50:     0x5ea196eae702 - soroban_voting_contract::tests::test_make_then_read_proposal_successfully::hd22499b64a530c0f
[INFO] [stdout]                                at /opt/rustwide/workdir/contracts/voting/src/tests.rs:23:40
[INFO] [stdout]   51:     0x5ea196eae0a7 - soroban_voting_contract::tests::test_make_then_read_proposal_successfully::{{closure}}::h9e1275aadeab10df
[INFO] [stdout]                                at /opt/rustwide/workdir/contracts/voting/src/tests.rs:9:47
[INFO] [stdout]   52:     0x5ea196ebb666 - core::ops::function::FnOnce::call_once::h42992f02486dc23b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   53:     0x5ea196f1003b - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   54:     0x5ea196f1003b - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   55:     0x5ea196f0f175 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   56:     0x5ea196f0f175 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   57:     0x5ea196f0f175 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   58:     0x5ea196f0f175 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   59:     0x5ea196f0f175 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   60:     0x5ea196f0f175 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   61:     0x5ea196f0f175 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   62:     0x5ea196ed2d74 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   63:     0x5ea196ed2d74 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   64:     0x5ea196ed674a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   65:     0x5ea196ed674a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   66:     0x5ea196ed674a - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   67:     0x5ea196ed674a - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   68:     0x5ea196ed674a - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   69:     0x5ea196ed674a - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   70:     0x5ea196ed674a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   71:     0x5ea197320e2f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   72:     0x5ea197320e2f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   73:     0x7d1f13d9eaa4 - <unknown>
[INFO] [stdout]   74:     0x7d1f13e2ba34 - clone
[INFO] [stdout]   75:                0x0 - <unknown>
[INFO] [stdout] 
[INFO] [stdout] ---- tests::test_vote_above_max_count stdout ----
[INFO] [stdout] note: panic did not contain expected string
[INFO] [stdout]       panic message: "HostError\nValue: Status(HostContextError(UnknownError))\n\nDebug events (newest first):\n   0: \"escalating error 'Status(HostContextError(UnknownError))' to panic\"\n   1: \"contract call invocation resulted in error Status(HostContextError(UnknownError))\"\n   2: \"caught panic from contract function 'Symbol(propose)', propagating escalated error 'Status(HostContextError(UnknownError))'\"\n   3: \"escalating error 'Status(HostContextError(UnknownError))' to panic\"\n   4: \"contract call invocation resulted in error Status(HostContextError(UnknownError))\"\n   5: \"Contract re-entry is not allowed\"\n\nBacktrace (newest first):\n   0: soroban_env_host::host::err_helper::<impl soroban_env_host::host::Host>::err\n             at /opt/rustwide/cargo-home/git/checkouts/rs-soroban-env-18107856c3a52b04/65498c8/soroban-env-host/src/host/err_helper.rs:18:47\n   1: soroban_env_host::host::err_helper::<impl soroban_env_host::host::Host>::err_status_msg\n             at /opt/rustwide/cargo-home/git/checkouts/rs-soroban-env-18107856c3a52b04/65498c8/soroban-env-host/src/host/err_helper.rs:43:14\n   2: <soroban_env_host::host::Host as soroban_env_common::vmcaller_checked_env::VmCallerCheckedEnv>::escalate_error_to_panic\n             at /opt/rustwide/cargo-home/git/checkouts/rs-soroban-env-18107856c3a52b04/65498c8/soroban-env-host/src/host.rs:1191:31\n   3: soroban_env_common::vmcaller_checked_env::<impl soroban_env_common::checked_env::CheckedEnv for T>::escalate_error_to_panic\n             at /opt/rustwide/cargo-home/git/checkouts/rs-soroban-env-18107856c3a52b04/65498c8/soroban-env-common/src/vmcaller_checked_env.rs:210:17\n   4: soroban_env_common::checked_env::<impl soroban_env_common::env::Env for T>::call\n             at /opt/rustwide/cargo-home/git/checkouts/rs-soroban-env-18107856c3a52b04/65498c8/soroban-env-common/src/checked_env.rs:126:32\n   5: <soroban_sdk::env::Env as soroban_env_common::env::Env>::call\n             at /opt/rustwide/cargo-home/git/checkouts/rs-soroban-sdk-df48d49759b97bac/51e5e6d/soroban-sdk/src/env.rs:749:27\n   6: soroban_sdk::env::Env::invoke_contract\n             at /opt/rustwide/cargo-home/git/checkouts/rs-soroban-sdk-df48d49759b97bac/51e5e6d/soroban-sdk/src/env.rs:243:18\n   7: soroban_voting_contract::VotingContractClient::propose::{{closure}}\n             at src/lib.rs:120:1\n   8: soroban_voting_contract::VotingContractClient::with_env\n             at src/lib.rs:120:1\n   9: soroban_voting_contract::VotingContractClient::propose\n             at src/lib.rs:120:1\n  10: soroban_voting_contract::tests::test_vote_above_max_count\n             at src/tests.rs:312:10\n  11: soroban_voting_contract::tests::test_vote_above_max_count::{{closure}}\n             at src/tests.rs:296:31\n  12: core::ops::function::FnOnce::call_once\n             at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5\n\n"
[INFO] [stdout]  expected substring: "Status(ContractError(5))"
[INFO] [stdout] ---- tests::test_vote_fails_if_vote_is_disabled stdout ----
[INFO] [stdout] 
[INFO] [stdout] thread 'tests::test_vote_fails_if_vote_is_disabled' panicked at /opt/rustwide/cargo-home/git/checkouts/rs-soroban-env-18107856c3a52b04/65498c8/soroban-env-host/src/host.rs:1192:9:
[INFO] [stdout] HostError
[INFO] [stdout] Value: Status(HostContextError(UnknownError))
[INFO] [stdout] 
[INFO] [stdout] Debug events (newest first):
[INFO] [stdout]    0: "escalating error 'Status(HostContextError(UnknownError))' to panic"
[INFO] [stdout]    1: "contract call invocation resulted in error Status(HostContextError(UnknownError))"
[INFO] [stdout]    2: "caught panic from contract function 'Symbol(propose)', propagating escalated error 'Status(HostContextError(UnknownError))'"
[INFO] [stdout]    3: "escalating error 'Status(HostContextError(UnknownError))' to panic"
[INFO] [stdout]    4: "contract call invocation resulted in error Status(HostContextError(UnknownError))"
[INFO] [stdout]    5: "Contract re-entry is not allowed"
[INFO] [stdout] 
[INFO] [stdout] Backtrace (newest first):
[INFO] [stdout]    0: soroban_env_host::host::err_helper::<impl soroban_env_host::host::Host>::err
[INFO] [stdout]              at /opt/rustwide/cargo-home/git/checkouts/rs-soroban-env-18107856c3a52b04/65498c8/soroban-env-host/src/host/err_helper.rs:18:47
[INFO] [stdout]    1: soroban_env_host::host::err_helper::<impl soroban_env_host::host::Host>::err_status_msg
[INFO] [stdout]              at /opt/rustwide/cargo-home/git/checkouts/rs-soroban-env-18107856c3a52b04/65498c8/soroban-env-host/src/host/err_helper.rs:43:14
[INFO] [stdout]    2: <soroban_env_host::host::Host as soroban_env_common::vmcaller_checked_env::VmCallerCheckedEnv>::escalate_error_to_panic
[INFO] [stdout]              at /opt/rustwide/cargo-home/git/checkouts/rs-soroban-env-18107856c3a52b04/65498c8/soroban-env-host/src/host.rs:1191:31
[INFO] [stdout]    3: soroban_env_common::vmcaller_checked_env::<impl soroban_env_common::checked_env::CheckedEnv for T>::escalate_error_to_panic
[INFO] [stdout]              at /opt/rustwide/cargo-home/git/checkouts/rs-soroban-env-18107856c3a52b04/65498c8/soroban-env-common/src/vmcaller_checked_env.rs:210:17
[INFO] [stdout]    4: soroban_env_common::checked_env::<impl soroban_env_common::env::Env for T>::call
[INFO] [stdout]              at /opt/rustwide/cargo-home/git/checkouts/rs-soroban-env-18107856c3a52b04/65498c8/soroban-env-common/src/checked_env.rs:126:32
[INFO] [stdout]    5: <soroban_sdk::env::Env as soroban_env_common::env::Env>::call
[INFO] [stdout]              at /opt/rustwide/cargo-home/git/checkouts/rs-soroban-sdk-df48d49759b97bac/51e5e6d/soroban-sdk/src/env.rs:749:27
[INFO] [stdout]    6: soroban_sdk::env::Env::invoke_contract
[INFO] [stdout]              at /opt/rustwide/cargo-home/git/checkouts/rs-soroban-sdk-df48d49759b97bac/51e5e6d/soroban-sdk/src/env.rs:243:18
[INFO] [stdout]    7: soroban_voting_contract::VotingContractClient::propose::{{closure}}
[INFO] [stdout]              at src/lib.rs:120:1
[INFO] [stdout]    8: soroban_voting_contract::VotingContractClient::with_env
[INFO] [stdout]              at src/lib.rs:120:1
[INFO] [stdout]    9: soroban_voting_contract::VotingContractClient::propose
[INFO] [stdout]              at src/lib.rs:120:1
[INFO] [stdout]   10: soroban_voting_contract::tests::test_vote_fails_if_vote_is_disabled
[INFO] [stdout]              at src/tests.rs:354:10
[INFO] [stdout]   11: soroban_voting_contract::tests::test_vote_fails_if_vote_is_disabled::{{closure}}
[INFO] [stdout]              at src/tests.rs:339:41
[INFO] [stdout]   12: core::ops::function::FnOnce::call_once
[INFO] [stdout]              at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] stack backtrace:
[INFO] [stdout]    0:     0x5ea19731bd22 - std::backtrace_rs::backtrace::libunwind::trace::h2d45396358f41939
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stdout]    1:     0x5ea19731bd22 - std::backtrace_rs::backtrace::trace_unsynchronized::hffcefc0b67f1d6e2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stdout]    2:     0x5ea19731bd22 - std::sys::backtrace::_print_fmt::hd72f71d23b436b92
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:66:9
[INFO] [stdout]    3:     0x5ea19731bd22 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::hdcfcb6d4c8489523
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:39:26
[INFO] [stdout]    4:     0x5ea197342d93 - core::fmt::rt::Argument::fmt::h2c56b3114963061a
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/rt.rs:173:76
[INFO] [stdout]    5:     0x5ea197342d93 - core::fmt::write::h8a494366950f23bb
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/fmt/mod.rs:1468:25
[INFO] [stdout]    6:     0x5ea197318be3 - std::io::default_write_fmt::h7b8824096454f323
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:639:11
[INFO] [stdout]    7:     0x5ea197318be3 - std::io::Write::write_fmt::h4e71294925c334d0
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/io/mod.rs:1954:13
[INFO] [stdout]    8:     0x5ea19731bb72 - std::sys::backtrace::BacktraceLock::print::hb2a626a81e06b2dc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:42:9
[INFO] [stdout]    9:     0x5ea19731d349 - std::panicking::default_hook::{{closure}}::h4f78485264f12d10
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:300:27
[INFO] [stdout]   10:     0x5ea19731d17e - std::panicking::default_hook::h2c66fc99e962531d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:324:9
[INFO] [stdout]   11:     0x5ea19731de1e - <alloc::boxed::Box<F,A> as core::ops::function::Fn<Args>>::call::h318e4efb8c1a5689
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1985:9
[INFO] [stdout]   12:     0x5ea19731de1e - std::panicking::rust_panic_with_hook::h33ac55f64bbd807d
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:841:13
[INFO] [stdout]   13:     0x5ea19731daea - std::panicking::begin_panic_handler::{{closure}}::h30e7cb89678a57fe
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:706:13
[INFO] [stdout]   14:     0x5ea19731c229 - std::sys::backtrace::__rust_end_short_backtrace::hed60f27456c16ced
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:174:18
[INFO] [stdout]   15:     0x5ea19731d77d - __rustc[de2ca18b4c54d5b8]::rust_begin_unwind
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:697:5
[INFO] [stdout]   16:     0x5ea197340670 - core::panicking::panic_fmt::h62f63d096dd276af
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panicking.rs:75:14
[INFO] [stdout]   17:     0x5ea196f84f3c - <soroban_env_host::host::Host as soroban_env_common::vmcaller_checked_env::VmCallerCheckedEnv>::escalate_error_to_panic::heaaca31fc6cb8442
[INFO] [stdout]                                at /opt/rustwide/cargo-home/git/checkouts/rs-soroban-env-18107856c3a52b04/65498c8/soroban-env-host/src/host.rs:1192:9
[INFO] [stdout]   18:     0x5ea196f5898b - soroban_env_common::vmcaller_checked_env::<impl soroban_env_common::checked_env::CheckedEnv for T>::escalate_error_to_panic::h736073edaec516af
[INFO] [stdout]                                at /opt/rustwide/cargo-home/git/checkouts/rs-soroban-env-18107856c3a52b04/65498c8/soroban-env-common/src/vmcaller_checked_env.rs:210:17
[INFO] [stdout]   19:     0x5ea196f18eb9 - soroban_env_common::checked_env::<impl soroban_env_common::env::Env for T>::call::hd2ed4b6c9f9c896e
[INFO] [stdout]                                at /opt/rustwide/cargo-home/git/checkouts/rs-soroban-env-18107856c3a52b04/65498c8/soroban-env-common/src/checked_env.rs:126:32
[INFO] [stdout]   20:     0x5ea196f166be - <soroban_sdk::env::Env as soroban_env_common::env::Env>::call::h4267f9073f5388c2
[INFO] [stdout]                                at /opt/rustwide/cargo-home/git/checkouts/rs-soroban-sdk-df48d49759b97bac/51e5e6d/soroban-sdk/src/env.rs:749:27
[INFO] [stdout]   21:     0x5ea196ea9174 - soroban_sdk::env::Env::invoke_contract::hfe4bcb87c5ca3680
[INFO] [stdout]                                at /opt/rustwide/cargo-home/git/checkouts/rs-soroban-sdk-df48d49759b97bac/51e5e6d/soroban-sdk/src/env.rs:243:18
[INFO] [stdout]   22:     0x5ea196ecfa43 - soroban_voting_contract::VotingContractClient::propose::{{closure}}::he7b5ee44e1d54872
[INFO] [stdout]                                at /opt/rustwide/workdir/contracts/voting/src/lib.rs:120:1
[INFO] [stdout]   23:     0x5ea196ecd48c - soroban_voting_contract::VotingContractClient::with_env::h0c7d8a24dcf805db
[INFO] [stdout]                                at /opt/rustwide/workdir/contracts/voting/src/lib.rs:120:1
[INFO] [stdout]   24:     0x5ea196ecf50c - soroban_voting_contract::VotingContractClient::propose::h9dd4b76e7fc7a142
[INFO] [stdout]                                at /opt/rustwide/workdir/contracts/voting/src/lib.rs:120:1
[INFO] [stdout]   25:     0x5ea196eb76dd - soroban_voting_contract::tests::test_vote_fails_if_vote_is_disabled::h953365e5147c0c7b
[INFO] [stdout]                                at /opt/rustwide/workdir/contracts/voting/src/tests.rs:354:10
[INFO] [stdout]   26:     0x5ea196eb7197 - soroban_voting_contract::tests::test_vote_fails_if_vote_is_disabled::{{closure}}::h876abb6eab7250ed
[INFO] [stdout]                                at /opt/rustwide/workdir/contracts/voting/src/tests.rs:339:41
[INFO] [stdout]   27:     0x5ea196ebb8f6 - core::ops::function::FnOnce::call_once::hdde3c0d2623fc377
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   28:     0x5ea196f1003b - core::ops::function::FnOnce::call_once::h1f9474f1347fff52
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   29:     0x5ea196f1003b - test::__rust_begin_short_backtrace::ha52ab26e77157f03
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:648:18
[INFO] [stdout]   30:     0x5ea196f0f175 - test::run_test_in_process::{{closure}}::h229c1a11a50b261f
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:74
[INFO] [stdout]   31:     0x5ea196f0f175 - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::h78821afbf97b39a9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   32:     0x5ea196f0f175 - std::panicking::catch_unwind::do_call::h53abf3ed5bd32ba3
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   33:     0x5ea196f0f175 - std::panicking::catch_unwind::h6deb5fe1e91873c9
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   34:     0x5ea196f0f175 - std::panic::catch_unwind::hea0829b6b565654b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   35:     0x5ea196f0f175 - test::run_test_in_process::hdc44dfecea3db21b
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:671:27
[INFO] [stdout]   36:     0x5ea196f0f175 - test::run_test::{{closure}}::h0364ba59bf23f652
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:592:43
[INFO] [stdout]   37:     0x5ea196ed2d74 - test::run_test::{{closure}}::h32730b304eec05da
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/test/src/lib.rs:622:41
[INFO] [stdout]   38:     0x5ea196ed2d74 - std::sys::backtrace::__rust_begin_short_backtrace::h177cb952fc54ad2c
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/backtrace.rs:158:18
[INFO] [stdout]   39:     0x5ea196ed674a - std::thread::Builder::spawn_unchecked_::{{closure}}::{{closure}}::h119d903520007597
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:559:17
[INFO] [stdout]   40:     0x5ea196ed674a - <core::panic::unwind_safe::AssertUnwindSafe<F> as core::ops::function::FnOnce<()>>::call_once::hab88401d606702a6
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/panic/unwind_safe.rs:272:9
[INFO] [stdout]   41:     0x5ea196ed674a - std::panicking::catch_unwind::do_call::h163fe12cca9901c2
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:589:40
[INFO] [stdout]   42:     0x5ea196ed674a - std::panicking::catch_unwind::he81557d0e17cc1bc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panicking.rs:552:19
[INFO] [stdout]   43:     0x5ea196ed674a - std::panic::catch_unwind::hc2b8e79c20593955
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/panic.rs:359:14
[INFO] [stdout]   44:     0x5ea196ed674a - std::thread::Builder::spawn_unchecked_::{{closure}}::hfa6b4978e07815cc
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/thread/mod.rs:557:30
[INFO] [stdout]   45:     0x5ea196ed674a - core::ops::function::FnOnce::call_once{{vtable.shim}}::hddcd7484a13fd793
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5
[INFO] [stdout]   46:     0x5ea197320e2f - <alloc::boxed::Box<F,A> as core::ops::function::FnOnce<Args>>::call_once::h5924238c754de3b8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/alloc/src/boxed.rs:1971:9
[INFO] [stdout]   47:     0x5ea197320e2f - std::sys::pal::unix::thread::Thread::new::thread_start::hb6e99e73da4d28f8
[INFO] [stdout]                                at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/std/src/sys/pal/unix/thread.rs:107:17
[INFO] [stdout]   48:     0x7d1f13d9eaa4 - <unknown>
[INFO] [stdout]   49:     0x7d1f13e2ba34 - clone
[INFO] [stdout]   50:                0x0 - <unknown>
[INFO] [stdout] note: panic did not contain expected string
[INFO] [stdout]       panic message: "HostError\nValue: Status(HostContextError(UnknownError))\n\nDebug events (newest first):\n   0: \"escalating error 'Status(HostContextError(UnknownError))' to panic\"\n   1: \"contract call invocation resulted in error Status(HostContextError(UnknownError))\"\n   2: \"caught panic from contract function 'Symbol(propose)', propagating escalated error 'Status(HostContextError(UnknownError))'\"\n   3: \"escalating error 'Status(HostContextError(UnknownError))' to panic\"\n   4: \"contract call invocation resulted in error Status(HostContextError(UnknownError))\"\n   5: \"Contract re-entry is not allowed\"\n\nBacktrace (newest first):\n   0: soroban_env_host::host::err_helper::<impl soroban_env_host::host::Host>::err\n             at /opt/rustwide/cargo-home/git/checkouts/rs-soroban-env-18107856c3a52b04/65498c8/soroban-env-host/src/host/err_helper.rs:18:47\n   1: soroban_env_host::host::err_helper::<impl soroban_env_host::host::Host>::err_status_msg\n             at /opt/rustwide/cargo-home/git/checkouts/rs-soroban-env-18107856c3a52b04/65498c8/soroban-env-host/src/host/err_helper.rs:43:14\n   2: <soroban_env_host::host::Host as soroban_env_common::vmcaller_checked_env::VmCallerCheckedEnv>::escalate_error_to_panic\n             at /opt/rustwide/cargo-home/git/checkouts/rs-soroban-env-18107856c3a52b04/65498c8/soroban-env-host/src/host.rs:1191:31\n   3: soroban_env_common::vmcaller_checked_env::<impl soroban_env_common::checked_env::CheckedEnv for T>::escalate_error_to_panic\n             at /opt/rustwide/cargo-home/git/checkouts/rs-soroban-env-18107856c3a52b04/65498c8/soroban-env-common/src/vmcaller_checked_env.rs:210:17\n   4: soroban_env_common::checked_env::<impl soroban_env_common::env::Env for T>::call\n             at /opt/rustwide/cargo-home/git/checkouts/rs-soroban-env-18107856c3a52b04/65498c8/soroban-env-common/src/checked_env.rs:126:32\n   5: <soroban_sdk::env::Env as soroban_env_common::env::Env>::call\n             at /opt/rustwide/cargo-home/git/checkouts/rs-soroban-sdk-df48d49759b97bac/51e5e6d/soroban-sdk/src/env.rs:749:27\n   6: soroban_sdk::env::Env::invoke_contract\n             at /opt/rustwide/cargo-home/git/checkouts/rs-soroban-sdk-df48d49759b97bac/51e5e6d/soroban-sdk/src/env.rs:243:18\n   7: soroban_voting_contract::VotingContractClient::propose::{{closure}}\n             at src/lib.rs:120:1\n   8: soroban_voting_contract::VotingContractClient::with_env\n             at src/lib.rs:120:1\n   9: soroban_voting_contract::VotingContractClient::propose\n             at src/lib.rs:120:1\n  10: soroban_voting_contract::tests::test_vote_fails_if_vote_is_disabled\n             at src/tests.rs:354:10\n  11: soroban_voting_contract::tests::test_vote_fails_if_vote_is_disabled::{{closure}}\n             at src/tests.rs:339:41\n  12: core::ops::function::FnOnce::call_once\n             at /rustc/1159e78c4747b02ef996e55082b704c09b970588/library/core/src/ops/function.rs:253:5\n\n"
[INFO] [stdout]  expected substring: "Status(ContractError(8))"
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     tests::test_is_eligible
[INFO] [stdout]     tests::test_make_proposal_failure_too_long
[INFO] [stdout]     tests::test_make_proposal_failure_too_short
[INFO] [stdout]     tests::test_make_then_read_all_proposals_successfully
[INFO] [stdout]     tests::test_make_then_read_proposal_successfully
[INFO] [stdout]     tests::test_proposal_not_found_failure
[INFO] [stdout]     tests::test_results
[INFO] [stdout]     tests::test_vote
[INFO] [stdout]     tests::test_vote_above_max_count
[INFO] [stdout]     tests::test_vote_fails_if_vote_is_disabled
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 4 passed; 10 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.55s
[INFO] [stdout] 
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] running `Command { std: "docker" "inspect" "47c0f03d4d9f6e860c9e5226cd9f46ef098b08ecdbd03a48a87e39274e2588a6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "47c0f03d4d9f6e860c9e5226cd9f46ef098b08ecdbd03a48a87e39274e2588a6", kill_on_drop: false }`
[INFO] [stdout] 47c0f03d4d9f6e860c9e5226cd9f46ef098b08ecdbd03a48a87e39274e2588a6
