[INFO] cloning repository https://github.com/stellarchain/soroban-auditor [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/stellarchain/soroban-auditor" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstellarchain%2Fsoroban-auditor", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstellarchain%2Fsoroban-auditor'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a6bc45587af26e90ce02b4e396c097a52238137d [INFO] checking stellarchain/soroban-auditor against master#092a284ba0421695f2032c947765429fd7095796 for pr-139763 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fstellarchain%2Fsoroban-auditor" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/stellarchain/soroban-auditor on toolchain 092a284ba0421695f2032c947765429fd7095796 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+092a284ba0421695f2032c947765429fd7095796" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/stellarchain/soroban-auditor [INFO] finished tweaking git repo https://github.com/stellarchain/soroban-auditor [INFO] tweaked toml for git repo https://github.com/stellarchain/soroban-auditor written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/stellarchain/soroban-auditor 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" "+092a284ba0421695f2032c947765429fd7095796" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded lcs v0.2.0 [INFO] [stderr] Downloaded tlsh-fixed v0.1.1 [INFO] [stderr] Downloaded soroban-env-macros v21.0.2 [INFO] [stderr] Downloaded soroban-env-common v21.0.2 [INFO] [stderr] Downloaded stellar-xdr v21.0.1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+092a284ba0421695f2032c947765429fd7095796" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5434c3dc6b8fdd35dae9317ac2194cd6e6f1c0d6c9165570aaae0029966a6c38 [INFO] running `Command { std: "docker" "start" "-a" "5434c3dc6b8fdd35dae9317ac2194cd6e6f1c0d6c9165570aaae0029966a6c38", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5434c3dc6b8fdd35dae9317ac2194cd6e6f1c0d6c9165570aaae0029966a6c38", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5434c3dc6b8fdd35dae9317ac2194cd6e6f1c0d6c9165570aaae0029966a6c38", kill_on_drop: false }` [INFO] [stdout] 5434c3dc6b8fdd35dae9317ac2194cd6e6f1c0d6c9165570aaae0029966a6c38 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+092a284ba0421695f2032c947765429fd7095796" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4c350cf1e698736525d8b1d60f94db11219138360dc59cf8fc907cffb0664e5c [INFO] running `Command { std: "docker" "start" "-a" "4c350cf1e698736525d8b1d60f94db11219138360dc59cf8fc907cffb0664e5c", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.69 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling serde v1.0.192 [INFO] [stderr] Compiling serde_json v1.0.108 [INFO] [stderr] Compiling ryu v1.0.18 [INFO] [stderr] Compiling itoa v1.0.11 [INFO] [stderr] Compiling autocfg v1.3.0 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling typenum v1.17.0 [INFO] [stderr] Checking zeroize v1.7.0 [INFO] [stderr] Compiling thiserror v1.0.55 [INFO] [stderr] Compiling libc v0.2.154 [INFO] [stderr] Checking subtle v2.5.0 [INFO] [stderr] Checking const-oid v0.9.6 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling base32 v0.4.0 [INFO] [stderr] Compiling escape-bytes v0.1.1 [INFO] [stderr] Compiling semver v1.0.23 [INFO] [stderr] Compiling either v1.11.0 [INFO] [stderr] Checking der v0.7.9 [INFO] [stderr] Checking cpufeatures v0.2.12 [INFO] [stderr] Compiling paste v1.0.15 [INFO] [stderr] Compiling libm v0.2.8 [INFO] [stderr] Checking base64 v0.13.1 [INFO] [stderr] Compiling platforms v3.4.0 [INFO] [stderr] Checking base16ct v0.2.0 [INFO] [stderr] Compiling prettyplease v0.2.15 [INFO] [stderr] Checking indexmap-nostd v0.4.0 [INFO] [stderr] Checking downcast-rs v1.2.1 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Checking ppv-lite86 v0.2.17 [INFO] [stderr] Checking wasmparser-nostd v0.100.2 [INFO] [stderr] Checking smallvec v1.13.2 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling rustc_version v0.4.0 [INFO] [stderr] Compiling itertools v0.11.0 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling num-traits v0.2.17 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Checking spin v0.9.8 [INFO] [stderr] Compiling quote v1.0.33 [INFO] [stderr] Compiling curve25519-dalek v4.1.2 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Checking wasmi_arena v0.4.1 [INFO] [stderr] Checking ethnum v1.5.0 [INFO] [stderr] Checking static_assertions v1.1.0 [INFO] [stderr] Compiling proc-macro2 v0.2.3 [INFO] [stderr] Compiling num-bigint v0.4.4 [INFO] [stderr] Compiling soroban-env-host v20.3.0 [INFO] [stderr] Checking once_cell v1.19.0 [INFO] [stderr] Compiling syn v2.0.39 [INFO] [stderr] Compiling wasmparser v0.88.0 [INFO] [stderr] Checking spki v0.7.3 [INFO] [stderr] Checking keccak v0.1.5 [INFO] [stderr] Checking getrandom v0.2.11 [INFO] [stderr] Checking pkcs8 v0.10.2 [INFO] [stderr] Compiling quote v0.4.2 [INFO] [stderr] Checking hex-literal v0.4.1 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking unicode-width v0.1.4 [INFO] [stderr] Checking memchr v2.7.2 [INFO] [stderr] Checking hashbrown v0.14.5 [INFO] [stderr] Checking equivalent v1.0.1 [INFO] [stderr] Checking crypto-common v0.1.6 [INFO] [stderr] Checking block-buffer v0.10.4 [INFO] [stderr] Checking sec1 v0.7.3 [INFO] [stderr] Checking digest v0.10.7 [INFO] [stderr] Checking ff v0.13.0 [INFO] [stderr] Checking crypto-bigint v0.5.5 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking group v0.13.0 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking aho-corasick v1.1.3 [INFO] [stderr] Compiling syn v0.12.14 [INFO] [stderr] Checking signature v2.2.0 [INFO] [stderr] Checking hmac v0.12.1 [INFO] [stderr] Checking sha2 v0.10.8 [INFO] [stderr] Checking ed25519 v2.2.3 [INFO] [stderr] Checking rfc6979 v0.4.0 [INFO] [stderr] Checking sha3 v0.10.8 [INFO] [stderr] Checking indexmap v2.2.6 [INFO] [stderr] Checking wasmi_core v0.13.0 [INFO] [stderr] Checking textwrap v0.9.0 [INFO] [stderr] Checking atty v0.2.8 [INFO] [stderr] Checking winnow v0.6.8 [INFO] [stderr] Checking strsim v0.7.0 [INFO] [stderr] Checking bitflags v1.0.1 [INFO] [stderr] Checking vec_map v0.8.0 [INFO] [stderr] Checking ansi_term v0.11.0 [INFO] [stderr] Checking regex-syntax v0.8.3 [INFO] [stderr] Checking levenshtein v1.0.5 [INFO] [stderr] Checking unidecode v0.3.0 [INFO] [stderr] Checking tlsh-fixed v0.1.1 [INFO] [stderr] Checking lcs v0.2.0 [INFO] [stderr] Checking parity-wasm v0.45.0 [INFO] [stderr] Checking clap v2.31.1 [INFO] [stderr] Checking elliptic-curve v0.13.8 [INFO] [stderr] Compiling structopt-derive v0.2.5 [INFO] [stderr] Checking ecdsa v0.16.9 [INFO] [stderr] Checking k256 v0.13.1 [INFO] [stderr] Checking soroban-wasmi v0.31.1-soroban.20.0.1 [INFO] [stderr] Checking regex-automata v0.4.6 [INFO] [stderr] Checking structopt v0.2.5 [INFO] [stderr] Compiling darling_core v0.20.8 [INFO] [stderr] Compiling serde_derive v1.0.192 [INFO] [stderr] Compiling thiserror-impl v1.0.55 [INFO] [stderr] Compiling num-derive v0.4.1 [INFO] [stderr] Compiling curve25519-dalek-derive v0.1.1 [INFO] [stderr] Compiling soroban-builtin-sdk-macros v20.3.0 [INFO] [stderr] Compiling bytes-lit v0.0.5 [INFO] [stderr] Checking regex v1.10.4 [INFO] [stderr] Compiling darling_macro v0.20.8 [INFO] [stderr] Compiling darling v0.20.8 [INFO] [stderr] Compiling serde_with_macros v3.8.1 [INFO] [stderr] Checking ed25519-dalek v2.0.0 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling serde_with v3.8.1 [INFO] [stderr] Checking toml_datetime v0.6.5 [INFO] [stderr] Checking serde_spanned v0.6.5 [INFO] [stderr] Checking toml_edit v0.22.12 [INFO] [stderr] Compiling crate-git-revision v0.0.6 [INFO] [stderr] Compiling stellar-strkey v0.0.8 [INFO] [stderr] Compiling stellar-xdr v20.1.0 [INFO] [stderr] Compiling soroban-env-common v20.3.0 [INFO] [stderr] Compiling stellar-xdr v21.0.1 [INFO] [stderr] Compiling soroban-sdk-macros v20.5.0 [INFO] [stderr] Compiling soroban-env-common v21.0.2 [INFO] [stderr] Checking toml v0.8.12 [INFO] [stderr] Compiling soroban-env-macros v21.0.2 [INFO] [stderr] Checking soroban-spec v20.5.0 [INFO] [stderr] Checking soroban-spec-rust v20.5.0 [INFO] [stderr] Compiling soroban-env-macros v20.3.0 [INFO] [stderr] Checking soroban-ledger-snapshot v20.5.0 [INFO] [stderr] Checking soroban-sdk v20.5.0 [INFO] [stderr] Checking soroban-auditor v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] error: invalid character '.' in crate name: `soroban_token_contract.optimized` [INFO] [stdout] | [INFO] [stdout] = help: you can either pass `--crate-name` on the command line or add `#![crate_name = "…"]` to set the crate name [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `soroban-auditor` (test "soroban_token_contract.optimized") due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: prefix `obj` is unknown [INFO] [stdout] --> tests/random_contract.rs:429:42 [INFO] [stdout] | [INFO] [stdout] 429 | if (var5 & 255i64 != Map(obj#0)) as i32 != 0 { [INFO] [stdout] | ^^^ unknown prefix [INFO] [stdout] | [INFO] [stdout] = note: prefixed identifiers and literals are reserved since Rust 2021 [INFO] [stdout] help: consider inserting whitespace here [INFO] [stdout] | [INFO] [stdout] 429 | if (var5 & 255i64 != Map(obj #0)) as i32 != 0 { [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: prefix `obj` is unknown [INFO] [stdout] --> tests/random_contract.rs:435:46 [INFO] [stdout] | [INFO] [stdout] 435 | if (var5 & 255i64 != Address(obj#0)) as i32 != 0 { [INFO] [stdout] | ^^^ unknown prefix [INFO] [stdout] | [INFO] [stdout] = note: prefixed identifiers and literals are reserved since Rust 2021 [INFO] [stdout] help: consider inserting whitespace here [INFO] [stdout] | [INFO] [stdout] 435 | if (var5 & 255i64 != Address(obj #0)) as i32 != 0 { [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: prefix `obj` is unknown [INFO] [stdout] --> tests/random_contract.rs:440:46 [INFO] [stdout] | [INFO] [stdout] 440 | if (var6 & 255i64 != Address(obj#0)) as i32 != 0 { [INFO] [stdout] | ^^^ unknown prefix [INFO] [stdout] | [INFO] [stdout] = note: prefixed identifiers and literals are reserved since Rust 2021 [INFO] [stdout] help: consider inserting whitespace here [INFO] [stdout] | [INFO] [stdout] 440 | if (var6 & 255i64 != Address(obj #0)) as i32 != 0 { [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: prefix `obj` is unknown [INFO] [stdout] --> tests/random_contract.rs:451:46 [INFO] [stdout] | [INFO] [stdout] 451 | if (var7 & 255i64 != Address(obj#0)) as i32 != 0 { [INFO] [stdout] | ^^^ unknown prefix [INFO] [stdout] | [INFO] [stdout] = note: prefixed identifiers and literals are reserved since Rust 2021 [INFO] [stdout] help: consider inserting whitespace here [INFO] [stdout] | [INFO] [stdout] 451 | if (var7 & 255i64 != Address(obj #0)) as i32 != 0 { [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: prefix `obj` is unknown [INFO] [stdout] --> tests/random_contract.rs:456:45 [INFO] [stdout] | [INFO] [stdout] 456 | if (var8 & 255i64 != String(obj#0)) as i32 != 0 { [INFO] [stdout] | ^^^ unknown prefix [INFO] [stdout] | [INFO] [stdout] = note: prefixed identifiers and literals are reserved since Rust 2021 [INFO] [stdout] help: consider inserting whitespace here [INFO] [stdout] | [INFO] [stdout] 456 | if (var8 & 255i64 != String(obj #0)) as i32 != 0 { [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: prefix `obj` is unknown [INFO] [stdout] --> tests/random_contract.rs:723:42 [INFO] [stdout] | [INFO] [stdout] 723 | if (var3 & 255i64 != Map(obj#0)) as i32 != 0 { [INFO] [stdout] | ^^^ unknown prefix [INFO] [stdout] | [INFO] [stdout] = note: prefixed identifiers and literals are reserved since Rust 2021 [INFO] [stdout] help: consider inserting whitespace here [INFO] [stdout] | [INFO] [stdout] 723 | if (var3 & 255i64 != Map(obj #0)) as i32 != 0 { [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: prefix `obj` is unknown [INFO] [stdout] --> tests/random_contract.rs:729:46 [INFO] [stdout] | [INFO] [stdout] 729 | if (var3 & 255i64 != Address(obj#0)) as i32 != 0 { [INFO] [stdout] | ^^^ unknown prefix [INFO] [stdout] | [INFO] [stdout] = note: prefixed identifiers and literals are reserved since Rust 2021 [INFO] [stdout] help: consider inserting whitespace here [INFO] [stdout] | [INFO] [stdout] 729 | if (var3 & 255i64 != Address(obj #0)) as i32 != 0 { [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: prefix `obj` is unknown [INFO] [stdout] --> tests/random_contract.rs:734:46 [INFO] [stdout] | [INFO] [stdout] 734 | if (var4 & 255i64 != Address(obj#0)) as i32 != 0 { [INFO] [stdout] | ^^^ unknown prefix [INFO] [stdout] | [INFO] [stdout] = note: prefixed identifiers and literals are reserved since Rust 2021 [INFO] [stdout] help: consider inserting whitespace here [INFO] [stdout] | [INFO] [stdout] 734 | if (var4 & 255i64 != Address(obj #0)) as i32 != 0 { [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: prefix `obj` is unknown [INFO] [stdout] --> tests/random_contract.rs:744:46 [INFO] [stdout] | [INFO] [stdout] 744 | if (var6 & 255i64 != Address(obj#0)) as i32 != 0 { [INFO] [stdout] | ^^^ unknown prefix [INFO] [stdout] | [INFO] [stdout] = note: prefixed identifiers and literals are reserved since Rust 2021 [INFO] [stdout] help: consider inserting whitespace here [INFO] [stdout] | [INFO] [stdout] 744 | if (var6 & 255i64 != Address(obj #0)) as i32 != 0 { [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: prefix `obj` is unknown [INFO] [stdout] --> tests/random_contract.rs:754:42 [INFO] [stdout] | [INFO] [stdout] 754 | if (var8 & 255i64 != Map(obj#0)) as i32 != 0 { [INFO] [stdout] | ^^^ unknown prefix [INFO] [stdout] | [INFO] [stdout] = note: prefixed identifiers and literals are reserved since Rust 2021 [INFO] [stdout] help: consider inserting whitespace here [INFO] [stdout] | [INFO] [stdout] 754 | if (var8 & 255i64 != Map(obj #0)) as i32 != 0 { [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: prefix `obj` is unknown [INFO] [stdout] --> tests/random_contract.rs:765:46 [INFO] [stdout] | [INFO] [stdout] 765 | if (var9 & 255i64 != Address(obj#0)) as i32 != 0 { [INFO] [stdout] | ^^^ unknown prefix [INFO] [stdout] | [INFO] [stdout] = note: prefixed identifiers and literals are reserved since Rust 2021 [INFO] [stdout] help: consider inserting whitespace here [INFO] [stdout] | [INFO] [stdout] 765 | if (var9 & 255i64 != Address(obj #0)) as i32 != 0 { [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: prefix `obj` is unknown [INFO] [stdout] --> tests/random_contract.rs:847:42 [INFO] [stdout] | [INFO] [stdout] 847 | if (arg1 & 255i64 == Vec(obj#0)) as i32 != 0 { [INFO] [stdout] | ^^^ unknown prefix [INFO] [stdout] | [INFO] [stdout] = note: prefixed identifiers and literals are reserved since Rust 2021 [INFO] [stdout] help: consider inserting whitespace here [INFO] [stdout] | [INFO] [stdout] 847 | if (arg1 & 255i64 == Vec(obj #0)) as i32 != 0 { [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: prefix `obj` is unknown [INFO] [stdout] --> tests/random_contract.rs:860:50 [INFO] [stdout] | [INFO] [stdout] 860 | if (var4 & 255i64 != Address(obj#0)) as i32 != 0 { [INFO] [stdout] | ^^^ unknown prefix [INFO] [stdout] | [INFO] [stdout] = note: prefixed identifiers and literals are reserved since Rust 2021 [INFO] [stdout] help: consider inserting whitespace here [INFO] [stdout] | [INFO] [stdout] 860 | if (var4 & 255i64 != Address(obj #0)) as i32 != 0 { [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: prefix `obj` is unknown [INFO] [stdout] --> tests/random_contract.rs:1754:42 [INFO] [stdout] | [INFO] [stdout] 1754 | if (arg1 & 255i64 == Map(obj#0)) as i32 != 0 { [INFO] [stdout] | ^^^ unknown prefix [INFO] [stdout] | [INFO] [stdout] = note: prefixed identifiers and literals are reserved since Rust 2021 [INFO] [stdout] help: consider inserting whitespace here [INFO] [stdout] | [INFO] [stdout] 1754 | if (arg1 & 255i64 == Map(obj #0)) as i32 != 0 { [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: prefix `obj` is unknown [INFO] [stdout] --> tests/random_contract.rs:2297:42 [INFO] [stdout] | [INFO] [stdout] 2297 | if (arg0 & 255i64 != Address(obj#0)) as i32 != 0 { [INFO] [stdout] | ^^^ unknown prefix [INFO] [stdout] | [INFO] [stdout] = note: prefixed identifiers and literals are reserved since Rust 2021 [INFO] [stdout] help: consider inserting whitespace here [INFO] [stdout] | [INFO] [stdout] 2297 | if (arg0 & 255i64 != Address(obj #0)) as i32 != 0 { [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: prefix `obj` is unknown [INFO] [stdout] --> tests/random_contract.rs:2302:127 [INFO] [stdout] | [INFO] [stdout] 2302 | ...g3 & 255i64 != U32(0)) as i32 | (arg4 & 255i64 != Address(obj#0)) as i32 | (arg5 & 255i64 != Address(obj#0)) as i32 | (arg6 & 255i64 !... [INFO] [stdout] | ^^^ unknown prefix [INFO] [stdout] | [INFO] [stdout] = note: prefixed identifiers and literals are reserved since Rust 2021 [INFO] [stdout] help: consider inserting whitespace here [INFO] [stdout] | [INFO] [stdout] 2302 | if var17 as i32 | (arg2 & 255i64 != U32(0)) as i32 | (arg3 & 255i64 != U32(0)) as i32 | (arg4 & 255i64 != Address(obj #0)) as i32 | (arg5 & 255i64 != Address(obj#0)) as i32 | (arg6 & 255i64 != Address(obj#0)) as i32 | (arg7 & 255i64 != Map(obj#0)) as i32 != 0 { [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: prefix `obj` is unknown [INFO] [stdout] --> tests/random_contract.rs:2302:170 [INFO] [stdout] | [INFO] [stdout] 2302 | ...i64 != Address(obj#0)) as i32 | (arg5 & 255i64 != Address(obj#0)) as i32 | (arg6 & 255i64 != Address(obj#0)) as i32 | (arg7 & 255i64 !... [INFO] [stdout] | ^^^ unknown prefix [INFO] [stdout] | [INFO] [stdout] = note: prefixed identifiers and literals are reserved since Rust 2021 [INFO] [stdout] help: consider inserting whitespace here [INFO] [stdout] | [INFO] [stdout] 2302 | if var17 as i32 | (arg2 & 255i64 != U32(0)) as i32 | (arg3 & 255i64 != U32(0)) as i32 | (arg4 & 255i64 != Address(obj#0)) as i32 | (arg5 & 255i64 != Address(obj #0)) as i32 | (arg6 & 255i64 != Address(obj#0)) as i32 | (arg7 & 255i64 != Map(obj#0)) as i32 != 0 { [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: prefix `obj` is unknown [INFO] [stdout] --> tests/random_contract.rs:2302:213 [INFO] [stdout] | [INFO] [stdout] 2302 | ...i64 != Address(obj#0)) as i32 | (arg6 & 255i64 != Address(obj#0)) as i32 | (arg7 & 255i64 != Map(obj#0)) as i32 != 0 { [INFO] [stdout] | ^^^ unknown prefix [INFO] [stdout] | [INFO] [stdout] = note: prefixed identifiers and literals are reserved since Rust 2021 [INFO] [stdout] help: consider inserting whitespace here [INFO] [stdout] | [INFO] [stdout] 2302 | if var17 as i32 | (arg2 & 255i64 != U32(0)) as i32 | (arg3 & 255i64 != U32(0)) as i32 | (arg4 & 255i64 != Address(obj#0)) as i32 | (arg5 & 255i64 != Address(obj#0)) as i32 | (arg6 & 255i64 != Address(obj #0)) as i32 | (arg7 & 255i64 != Map(obj#0)) as i32 != 0 { [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: prefix `obj` is unknown [INFO] [stdout] --> tests/random_contract.rs:2302:252 [INFO] [stdout] | [INFO] [stdout] 2302 | ... 255i64 != Address(obj#0)) as i32 | (arg7 & 255i64 != Map(obj#0)) as i32 != 0 { [INFO] [stdout] | ^^^ unknown prefix [INFO] [stdout] | [INFO] [stdout] = note: prefixed identifiers and literals are reserved since Rust 2021 [INFO] [stdout] help: consider inserting whitespace here [INFO] [stdout] | [INFO] [stdout] 2302 | if var17 as i32 | (arg2 & 255i64 != U32(0)) as i32 | (arg3 & 255i64 != U32(0)) as i32 | (arg4 & 255i64 != Address(obj#0)) as i32 | (arg5 & 255i64 != Address(obj#0)) as i32 | (arg6 & 255i64 != Address(obj#0)) as i32 | (arg7 & 255i64 != Map(obj #0)) as i32 != 0 { [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: prefix `obj` is unknown [INFO] [stdout] --> tests/random_contract.rs:2386:42 [INFO] [stdout] | [INFO] [stdout] 2386 | if (arg0 & 255i64 != Address(obj#0)) as i32 != 0 { [INFO] [stdout] | ^^^ unknown prefix [INFO] [stdout] | [INFO] [stdout] = note: prefixed identifiers and literals are reserved since Rust 2021 [INFO] [stdout] help: consider inserting whitespace here [INFO] [stdout] | [INFO] [stdout] 2386 | if (arg0 & 255i64 != Address(obj #0)) as i32 != 0 { [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: prefix `obj` is unknown [INFO] [stdout] --> tests/random_contract.rs:2391:127 [INFO] [stdout] | [INFO] [stdout] 2391 | ...g3 & 255i64 != U32(0)) as i32 | (arg4 & 255i64 != Address(obj#0)) as i32 | (arg5 & 255i64 != Map(obj#0)) as i32 != 0 { [INFO] [stdout] | ^^^ unknown prefix [INFO] [stdout] | [INFO] [stdout] = note: prefixed identifiers and literals are reserved since Rust 2021 [INFO] [stdout] help: consider inserting whitespace here [INFO] [stdout] | [INFO] [stdout] 2391 | if var18 as i32 | (arg2 & 255i64 != U32(0)) as i32 | (arg3 & 255i64 != U32(0)) as i32 | (arg4 & 255i64 != Address(obj #0)) as i32 | (arg5 & 255i64 != Map(obj#0)) as i32 != 0 { [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: prefix `obj` is unknown [INFO] [stdout] --> tests/random_contract.rs:2391:166 [INFO] [stdout] | [INFO] [stdout] 2391 | ... 255i64 != Address(obj#0)) as i32 | (arg5 & 255i64 != Map(obj#0)) as i32 != 0 { [INFO] [stdout] | ^^^ unknown prefix [INFO] [stdout] | [INFO] [stdout] = note: prefixed identifiers and literals are reserved since Rust 2021 [INFO] [stdout] help: consider inserting whitespace here [INFO] [stdout] | [INFO] [stdout] 2391 | if var18 as i32 | (arg2 & 255i64 != U32(0)) as i32 | (arg3 & 255i64 != U32(0)) as i32 | (arg4 & 255i64 != Address(obj#0)) as i32 | (arg5 & 255i64 != Map(obj #0)) as i32 != 0 { [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: prefix `obj` is unknown [INFO] [stdout] --> tests/random_contract.rs:2570:44 [INFO] [stdout] | [INFO] [stdout] 2570 | if (arg0 & 255i64 != Bytes(obj#0)) as i32 != 0 { [INFO] [stdout] | ^^^ unknown prefix [INFO] [stdout] | [INFO] [stdout] = note: prefixed identifiers and literals are reserved since Rust 2021 [INFO] [stdout] help: consider inserting whitespace here [INFO] [stdout] | [INFO] [stdout] 2570 | if (arg0 & 255i64 != Bytes(obj #0)) as i32 != 0 { [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: prefix `obj` is unknown [INFO] [stdout] --> tests/random_contract.rs:2612:42 [INFO] [stdout] | [INFO] [stdout] 2612 | if (arg0 & 255i64 != Address(obj#0)) as i32 != 0 { [INFO] [stdout] | ^^^ unknown prefix [INFO] [stdout] | [INFO] [stdout] = note: prefixed identifiers and literals are reserved since Rust 2021 [INFO] [stdout] help: consider inserting whitespace here [INFO] [stdout] | [INFO] [stdout] 2612 | if (arg0 & 255i64 != Address(obj #0)) as i32 != 0 { [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: prefix `obj` is unknown [INFO] [stdout] --> tests/random_contract.rs:2792:42 [INFO] [stdout] | [INFO] [stdout] 2792 | if (arg0 & 255i64 != Address(obj#0)) as i32 != 0 { [INFO] [stdout] | ^^^ unknown prefix [INFO] [stdout] | [INFO] [stdout] = note: prefixed identifiers and literals are reserved since Rust 2021 [INFO] [stdout] help: consider inserting whitespace here [INFO] [stdout] | [INFO] [stdout] 2792 | if (arg0 & 255i64 != Address(obj #0)) as i32 != 0 { [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: prefix `obj` is unknown [INFO] [stdout] --> tests/random_contract.rs:2899:42 [INFO] [stdout] | [INFO] [stdout] 2899 | ... if (arg0 & 255i64 != Address(obj#0)) as i32 | (arg1 & 255i64 != Address(obj#0)) as i32 | (arg2 & 255i64 != String(obj#0)) as i32 | ... [INFO] [stdout] | ^^^ unknown prefix [INFO] [stdout] | [INFO] [stdout] = note: prefixed identifiers and literals are reserved since Rust 2021 [INFO] [stdout] help: consider inserting whitespace here [INFO] [stdout] | [INFO] [stdout] 2899 | if (arg0 & 255i64 != Address(obj #0)) as i32 | (arg1 & 255i64 != Address(obj#0)) as i32 | (arg2 & 255i64 != String(obj#0)) as i32 | (arg3 & 255i64 != Address(obj#0)) as i32 != 0 { [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: prefix `obj` is unknown [INFO] [stdout] --> tests/random_contract.rs:2899:85 [INFO] [stdout] | [INFO] [stdout] 2899 | ... if (arg0 & 255i64 != Address(obj#0)) as i32 | (arg1 & 255i64 != Address(obj#0)) as i32 | (arg2 & 255i64 != String(obj#0)) as i32 | ... [INFO] [stdout] | ^^^ unknown prefix [INFO] [stdout] | [INFO] [stdout] = note: prefixed identifiers and literals are reserved since Rust 2021 [INFO] [stdout] help: consider inserting whitespace here [INFO] [stdout] | [INFO] [stdout] 2899 | if (arg0 & 255i64 != Address(obj#0)) as i32 | (arg1 & 255i64 != Address(obj #0)) as i32 | (arg2 & 255i64 != String(obj#0)) as i32 | (arg3 & 255i64 != Address(obj#0)) as i32 != 0 { [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: prefix `obj` is unknown [INFO] [stdout] --> tests/random_contract.rs:2899:127 [INFO] [stdout] | [INFO] [stdout] 2899 | ...5i64 != Address(obj#0)) as i32 | (arg2 & 255i64 != String(obj#0)) as i32 | (arg3 & 255i64 != Address(obj#0)) as i32 != 0 { [INFO] [stdout] | ^^^ unknown prefix [INFO] [stdout] | [INFO] [stdout] = note: prefixed identifiers and literals are reserved since Rust 2021 [INFO] [stdout] help: consider inserting whitespace here [INFO] [stdout] | [INFO] [stdout] 2899 | if (arg0 & 255i64 != Address(obj#0)) as i32 | (arg1 & 255i64 != Address(obj#0)) as i32 | (arg2 & 255i64 != String(obj #0)) as i32 | (arg3 & 255i64 != Address(obj#0)) as i32 != 0 { [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: prefix `obj` is unknown [INFO] [stdout] --> tests/random_contract.rs:2899:170 [INFO] [stdout] | [INFO] [stdout] 2899 | ...5i64 != String(obj#0)) as i32 | (arg3 & 255i64 != Address(obj#0)) as i32 != 0 { [INFO] [stdout] | ^^^ unknown prefix [INFO] [stdout] | [INFO] [stdout] = note: prefixed identifiers and literals are reserved since Rust 2021 [INFO] [stdout] help: consider inserting whitespace here [INFO] [stdout] | [INFO] [stdout] 2899 | if (arg0 & 255i64 != Address(obj#0)) as i32 | (arg1 & 255i64 != Address(obj#0)) as i32 | (arg2 & 255i64 != String(obj#0)) as i32 | (arg3 & 255i64 != Address(obj #0)) as i32 != 0 { [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: prefix `obj` is unknown [INFO] [stdout] --> tests/random_contract.rs:3168:42 [INFO] [stdout] | [INFO] [stdout] 3168 | if (arg0 & 255i64 != Address(obj#0)) as i32 != 0 { [INFO] [stdout] | ^^^ unknown prefix [INFO] [stdout] | [INFO] [stdout] = note: prefixed identifiers and literals are reserved since Rust 2021 [INFO] [stdout] help: consider inserting whitespace here [INFO] [stdout] | [INFO] [stdout] 3168 | if (arg0 & 255i64 != Address(obj #0)) as i32 != 0 { [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: prefix `obj` is unknown [INFO] [stdout] --> tests/random_contract.rs:3444:42 [INFO] [stdout] | [INFO] [stdout] 3444 | if (arg0 & 255i64 != Address(obj#0)) as i32 != 0 { [INFO] [stdout] | ^^^ unknown prefix [INFO] [stdout] | [INFO] [stdout] = note: prefixed identifiers and literals are reserved since Rust 2021 [INFO] [stdout] help: consider inserting whitespace here [INFO] [stdout] | [INFO] [stdout] 3444 | if (arg0 & 255i64 != Address(obj #0)) as i32 != 0 { [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: prefix `obj` is unknown [INFO] [stdout] --> tests/random_contract.rs:3758:42 [INFO] [stdout] | [INFO] [stdout] 3758 | if (arg0 & 255i64 != Address(obj#0)) as i32 != 0 { [INFO] [stdout] | ^^^ unknown prefix [INFO] [stdout] | [INFO] [stdout] = note: prefixed identifiers and literals are reserved since Rust 2021 [INFO] [stdout] help: consider inserting whitespace here [INFO] [stdout] | [INFO] [stdout] 3758 | if (arg0 & 255i64 != Address(obj #0)) as i32 != 0 { [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: prefix `obj` is unknown [INFO] [stdout] --> tests/random_contract.rs:4101:74 [INFO] [stdout] | [INFO] [stdout] 4101 | if (((var7 == 0) as i32 == 0) as i32 | (arg1 & 255i64 != Address(obj#0)) as i32 == 0) as i32 != 0 { [INFO] [stdout] | ^^^ unknown prefix [INFO] [stdout] | [INFO] [stdout] = note: prefixed identifiers and literals are reserved since Rust 2021 [INFO] [stdout] help: consider inserting whitespace here [INFO] [stdout] | [INFO] [stdout] 4101 | if (((var7 == 0) as i32 == 0) as i32 | (arg1 & 255i64 != Address(obj #0)) as i32 == 0) as i32 != 0 { [INFO] [stdout] | + [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `)`, `,`, `.`, `::`, `?`, `{`, or an operator, found `#` [INFO] [stdout] --> tests/random_contract.rs:429:45 [INFO] [stdout] | [INFO] [stdout] 429 | if (var5 & 255i64 != Map(obj#0)) as i32 != 0 { [INFO] [stdout] | ^ expected one of 8 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `)`, `,`, `.`, `::`, `?`, `{`, or an operator, found `#` [INFO] [stdout] --> tests/random_contract.rs:435:49 [INFO] [stdout] | [INFO] [stdout] 435 | if (var5 & 255i64 != Address(obj#0)) as i32 != 0 { [INFO] [stdout] | ^ expected one of 8 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `)`, `,`, `.`, `::`, `?`, `{`, or an operator, found `#` [INFO] [stdout] --> tests/random_contract.rs:440:49 [INFO] [stdout] | [INFO] [stdout] 440 | if (var6 & 255i64 != Address(obj#0)) as i32 != 0 { [INFO] [stdout] | ^ expected one of 8 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `)`, `,`, `.`, `::`, `?`, `{`, or an operator, found `#` [INFO] [stdout] --> tests/random_contract.rs:451:49 [INFO] [stdout] | [INFO] [stdout] 451 | if (var7 & 255i64 != Address(obj#0)) as i32 != 0 { [INFO] [stdout] | ^ expected one of 8 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `)`, `,`, `.`, `::`, `?`, `{`, or an operator, found `#` [INFO] [stdout] --> tests/random_contract.rs:456:48 [INFO] [stdout] | [INFO] [stdout] 456 | if (var8 & 255i64 != String(obj#0)) as i32 != 0 { [INFO] [stdout] | ^ expected one of 8 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `)`, `,`, `.`, `::`, `?`, `{`, or an operator, found `#` [INFO] [stdout] --> tests/random_contract.rs:723:45 [INFO] [stdout] | [INFO] [stdout] 723 | if (var3 & 255i64 != Map(obj#0)) as i32 != 0 { [INFO] [stdout] | ^ expected one of 8 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `)`, `,`, `.`, `::`, `?`, `{`, or an operator, found `#` [INFO] [stdout] --> tests/random_contract.rs:729:49 [INFO] [stdout] | [INFO] [stdout] 729 | if (var3 & 255i64 != Address(obj#0)) as i32 != 0 { [INFO] [stdout] | ^ expected one of 8 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `)`, `,`, `.`, `::`, `?`, `{`, or an operator, found `#` [INFO] [stdout] --> tests/random_contract.rs:734:49 [INFO] [stdout] | [INFO] [stdout] 734 | if (var4 & 255i64 != Address(obj#0)) as i32 != 0 { [INFO] [stdout] | ^ expected one of 8 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `)`, `,`, `.`, `::`, `?`, `{`, or an operator, found `#` [INFO] [stdout] --> tests/random_contract.rs:744:49 [INFO] [stdout] | [INFO] [stdout] 744 | if (var6 & 255i64 != Address(obj#0)) as i32 != 0 { [INFO] [stdout] | ^ expected one of 8 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `)`, `,`, `.`, `::`, `?`, `{`, or an operator, found `#` [INFO] [stdout] --> tests/random_contract.rs:754:45 [INFO] [stdout] | [INFO] [stdout] 754 | if (var8 & 255i64 != Map(obj#0)) as i32 != 0 { [INFO] [stdout] | ^ expected one of 8 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `)`, `,`, `.`, `::`, `?`, `{`, or an operator, found `#` [INFO] [stdout] --> tests/random_contract.rs:765:49 [INFO] [stdout] | [INFO] [stdout] 765 | if (var9 & 255i64 != Address(obj#0)) as i32 != 0 { [INFO] [stdout] | ^ expected one of 8 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `)`, `,`, `.`, `::`, `?`, `{`, or an operator, found `#` [INFO] [stdout] --> tests/random_contract.rs:847:45 [INFO] [stdout] | [INFO] [stdout] 847 | if (arg1 & 255i64 == Vec(obj#0)) as i32 != 0 { [INFO] [stdout] | ^ expected one of 8 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `)`, `,`, `.`, `::`, `?`, `{`, or an operator, found `#` [INFO] [stdout] --> tests/random_contract.rs:860:53 [INFO] [stdout] | [INFO] [stdout] 860 | if (var4 & 255i64 != Address(obj#0)) as i32 != 0 { [INFO] [stdout] | ^ expected one of 8 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `)`, `,`, `.`, `::`, `?`, `{`, or an operator, found `#` [INFO] [stdout] --> tests/random_contract.rs:1754:45 [INFO] [stdout] | [INFO] [stdout] 1754 | if (arg1 & 255i64 == Map(obj#0)) as i32 != 0 { [INFO] [stdout] | ^ expected one of 8 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `)`, `,`, `.`, `::`, `?`, `{`, or an operator, found `#` [INFO] [stdout] --> tests/random_contract.rs:2297:45 [INFO] [stdout] | [INFO] [stdout] 2297 | if (arg0 & 255i64 != Address(obj#0)) as i32 != 0 { [INFO] [stdout] | ^ expected one of 8 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `)`, `,`, `.`, `::`, `?`, `{`, or an operator, found `#` [INFO] [stdout] --> tests/random_contract.rs:2302:130 [INFO] [stdout] | [INFO] [stdout] 2302 | ...!= U32(0)) as i32 | (arg4 & 255i64 != Address(obj#0)) as i32 | (arg5 & 255i64 != Address(obj#0)) as i32 | (arg6 & 255i64 != Address(ob... [INFO] [stdout] | ^ expected one of 8 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `)`, `,`, `.`, `::`, `?`, `{`, or an operator, found `#` [INFO] [stdout] --> tests/random_contract.rs:2302:173 [INFO] [stdout] | [INFO] [stdout] 2302 | ...ss(obj#0)) as i32 | (arg5 & 255i64 != Address(obj#0)) as i32 | (arg6 & 255i64 != Address(obj#0)) as i32 | (arg7 & 255i64 != Map(obj#0)... [INFO] [stdout] | ^ expected one of 8 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `)`, `,`, `.`, `::`, `?`, `{`, or an operator, found `#` [INFO] [stdout] --> tests/random_contract.rs:2302:216 [INFO] [stdout] | [INFO] [stdout] 2302 | ...ss(obj#0)) as i32 | (arg6 & 255i64 != Address(obj#0)) as i32 | (arg7 & 255i64 != Map(obj#0)) as i32 != 0 { [INFO] [stdout] | ^ expected one of 8 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `)`, `,`, `.`, `::`, `?`, `{`, or an operator, found `#` [INFO] [stdout] --> tests/random_contract.rs:2302:255 [INFO] [stdout] | [INFO] [stdout] 2302 | ...ddress(obj#0)) as i32 | (arg7 & 255i64 != Map(obj#0)) as i32 != 0 { [INFO] [stdout] | ^ expected one of 8 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!` or `[`, found `1` [INFO] [stdout] --> tests/random_contract.rs:2360:51 [INFO] [stdout] | [INFO] [stdout] 2360 | self.func81(imports, Error(Contract, #1)); [INFO] [stdout] | ^ expected one of `!` or `[` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `)`, `,`, `.`, `::`, `?`, `{`, or an operator, found `#` [INFO] [stdout] --> tests/random_contract.rs:2386:45 [INFO] [stdout] | [INFO] [stdout] 2386 | if (arg0 & 255i64 != Address(obj#0)) as i32 != 0 { [INFO] [stdout] | ^ expected one of 8 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `)`, `,`, `.`, `::`, `?`, `{`, or an operator, found `#` [INFO] [stdout] --> tests/random_contract.rs:2391:130 [INFO] [stdout] | [INFO] [stdout] 2391 | ...!= U32(0)) as i32 | (arg4 & 255i64 != Address(obj#0)) as i32 | (arg5 & 255i64 != Map(obj#0)) as i32 != 0 { [INFO] [stdout] | ^ expected one of 8 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `)`, `,`, `.`, `::`, `?`, `{`, or an operator, found `#` [INFO] [stdout] --> tests/random_contract.rs:2391:169 [INFO] [stdout] | [INFO] [stdout] 2391 | ...ddress(obj#0)) as i32 | (arg5 & 255i64 != Map(obj#0)) as i32 != 0 { [INFO] [stdout] | ^ expected one of 8 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!` or `[`, found `0` [INFO] [stdout] --> tests/random_contract.rs:2399:55 [INFO] [stdout] | [INFO] [stdout] 2399 | self.func81(imports, Error(Contract, #0)); [INFO] [stdout] | ^ expected one of `!` or `[` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `)`, `,`, `.`, `::`, `?`, `{`, or an operator, found `#` [INFO] [stdout] --> tests/random_contract.rs:2570:47 [INFO] [stdout] | [INFO] [stdout] 2570 | if (arg0 & 255i64 != Bytes(obj#0)) as i32 != 0 { [INFO] [stdout] | ^ expected one of 8 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!` or `[`, found `0` [INFO] [stdout] --> tests/random_contract.rs:2582:55 [INFO] [stdout] | [INFO] [stdout] 2582 | self.func81(imports, Error(Contract, #0)); [INFO] [stdout] | ^ expected one of `!` or `[` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `)`, `,`, `.`, `::`, `?`, `{`, or an operator, found `#` [INFO] [stdout] --> tests/random_contract.rs:2612:45 [INFO] [stdout] | [INFO] [stdout] 2612 | if (arg0 & 255i64 != Address(obj#0)) as i32 != 0 { [INFO] [stdout] | ^ expected one of 8 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!` or `[`, found `0` [INFO] [stdout] --> tests/random_contract.rs:2636:55 [INFO] [stdout] | [INFO] [stdout] 2636 | self.func81(imports, Error(Contract, #0)); [INFO] [stdout] | ^ expected one of `!` or `[` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!` or `[`, found `303` [INFO] [stdout] --> tests/random_contract.rs:2710:67 [INFO] [stdout] | [INFO] [stdout] 2710 | ... self.func81(imports, Error(Contract, #303)); [INFO] [stdout] | ^^^ expected one of `!` or `[` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!` or `[`, found `300` [INFO] [stdout] --> tests/random_contract.rs:2758:59 [INFO] [stdout] | [INFO] [stdout] 2758 | self.func81(imports, Error(Contract, #300)); [INFO] [stdout] | ^^^ expected one of `!` or `[` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!` or `[`, found `301` [INFO] [stdout] --> tests/random_contract.rs:2762:55 [INFO] [stdout] | [INFO] [stdout] 2762 | self.func81(imports, Error(Contract, #301)); [INFO] [stdout] | ^^^ expected one of `!` or `[` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!` or `[`, found `302` [INFO] [stdout] --> tests/random_contract.rs:2766:51 [INFO] [stdout] | [INFO] [stdout] 2766 | self.func81(imports, Error(Contract, #302)); [INFO] [stdout] | ^^^ expected one of `!` or `[` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `)`, `,`, `.`, `::`, `?`, `{`, or an operator, found `#` [INFO] [stdout] --> tests/random_contract.rs:2792:45 [INFO] [stdout] | [INFO] [stdout] 2792 | if (arg0 & 255i64 != Address(obj#0)) as i32 != 0 { [INFO] [stdout] | ^ expected one of 8 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!` or `[`, found `0` [INFO] [stdout] --> tests/random_contract.rs:2807:55 [INFO] [stdout] | [INFO] [stdout] 2807 | self.func81(imports, Error(Contract, #0)); [INFO] [stdout] | ^ expected one of `!` or `[` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `)`, `,`, `.`, `::`, `?`, `{`, or an operator, found `#` [INFO] [stdout] --> tests/random_contract.rs:2899:45 [INFO] [stdout] | [INFO] [stdout] 2899 | ... if (arg0 & 255i64 != Address(obj#0)) as i32 | (arg1 & 255i64 != Address(obj#0)) as i32 | (arg2 & 255i64 != String(obj#0)) as i32 | ... [INFO] [stdout] | ^ expected one of 8 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `)`, `,`, `.`, `::`, `?`, `{`, or an operator, found `#` [INFO] [stdout] --> tests/random_contract.rs:2899:88 [INFO] [stdout] | [INFO] [stdout] 2899 | ... if (arg0 & 255i64 != Address(obj#0)) as i32 | (arg1 & 255i64 != Address(obj#0)) as i32 | (arg2 & 255i64 != String(obj#0)) as i32 | ... [INFO] [stdout] | ^ expected one of 8 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `)`, `,`, `.`, `::`, `?`, `{`, or an operator, found `#` [INFO] [stdout] --> tests/random_contract.rs:2899:130 [INFO] [stdout] | [INFO] [stdout] 2899 | ...ess(obj#0)) as i32 | (arg2 & 255i64 != String(obj#0)) as i32 | (arg3 & 255i64 != Address(obj#0)) as i32 != 0 { [INFO] [stdout] | ^ expected one of 8 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `)`, `,`, `.`, `::`, `?`, `{`, or an operator, found `#` [INFO] [stdout] --> tests/random_contract.rs:2899:173 [INFO] [stdout] | [INFO] [stdout] 2899 | ...ng(obj#0)) as i32 | (arg3 & 255i64 != Address(obj#0)) as i32 != 0 { [INFO] [stdout] | ^ expected one of 8 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!` or `[`, found `0` [INFO] [stdout] --> tests/random_contract.rs:2939:55 [INFO] [stdout] | [INFO] [stdout] 2939 | self.func81(imports, Error(Contract, #0)); [INFO] [stdout] | ^ expected one of `!` or `[` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!` or `[`, found `103` [INFO] [stdout] --> tests/random_contract.rs:2947:55 [INFO] [stdout] | [INFO] [stdout] 2947 | self.func81(imports, Error(Contract, #103)); [INFO] [stdout] | ^^^ expected one of `!` or `[` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!` or `[`, found `100` [INFO] [stdout] --> tests/random_contract.rs:2964:67 [INFO] [stdout] | [INFO] [stdout] 2964 | ... self.func81(imports, Error(Contract, #100)); [INFO] [stdout] | ^^^ expected one of `!` or `[` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!` or `[`, found `101` [INFO] [stdout] --> tests/random_contract.rs:2968:67 [INFO] [stdout] | [INFO] [stdout] 2968 | ... self.func81(imports, Error(Contract, #101)); [INFO] [stdout] | ^^^ expected one of `!` or `[` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!` or `[`, found `201` [INFO] [stdout] --> tests/random_contract.rs:2979:67 [INFO] [stdout] | [INFO] [stdout] 2979 | ... self.func81(imports, Error(Contract, #201)); [INFO] [stdout] | ^^^ expected one of `!` or `[` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!` or `[`, found `104` [INFO] [stdout] --> tests/random_contract.rs:3035:59 [INFO] [stdout] | [INFO] [stdout] 3035 | self.func81(imports, Error(Contract, #104)); [INFO] [stdout] | ^^^ expected one of `!` or `[` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!` or `[`, found `105` [INFO] [stdout] --> tests/random_contract.rs:3039:55 [INFO] [stdout] | [INFO] [stdout] 3039 | self.func81(imports, Error(Contract, #105)); [INFO] [stdout] | ^^^ expected one of `!` or `[` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!` or `[`, found `102` [INFO] [stdout] --> tests/random_contract.rs:3043:51 [INFO] [stdout] | [INFO] [stdout] 3043 | self.func81(imports, Error(Contract, #102)); [INFO] [stdout] | ^^^ expected one of `!` or `[` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!` or `[`, found `0` [INFO] [stdout] --> tests/random_contract.rs:3078:59 [INFO] [stdout] | [INFO] [stdout] 3078 | self.func81(imports, Error(Contract, #0)); [INFO] [stdout] | ^ expected one of `!` or `[` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!` or `[`, found `200` [INFO] [stdout] --> tests/random_contract.rs:3087:59 [INFO] [stdout] | [INFO] [stdout] 3087 | self.func81(imports, Error(Contract, #200)); [INFO] [stdout] | ^^^ expected one of `!` or `[` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!` or `[`, found `201` [INFO] [stdout] --> tests/random_contract.rs:3109:55 [INFO] [stdout] | [INFO] [stdout] 3109 | self.func81(imports, Error(Contract, #201)); [INFO] [stdout] | ^^^ expected one of `!` or `[` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `)`, `,`, `.`, `::`, `?`, `{`, or an operator, found `#` [INFO] [stdout] --> tests/random_contract.rs:3168:45 [INFO] [stdout] | [INFO] [stdout] 3168 | if (arg0 & 255i64 != Address(obj#0)) as i32 != 0 { [INFO] [stdout] | ^ expected one of 8 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!` or `[`, found `0` [INFO] [stdout] --> tests/random_contract.rs:3201:55 [INFO] [stdout] | [INFO] [stdout] 3201 | self.func81(imports, Error(Contract, #0)); [INFO] [stdout] | ^ expected one of `!` or `[` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!` or `[`, found `200` [INFO] [stdout] --> tests/random_contract.rs:3212:55 [INFO] [stdout] | [INFO] [stdout] 3212 | self.func81(imports, Error(Contract, #200)); [INFO] [stdout] | ^^^ expected one of `!` or `[` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!` or `[`, found `2` [INFO] [stdout] --> tests/random_contract.rs:3218:55 [INFO] [stdout] | [INFO] [stdout] 3218 | self.func81(imports, Error(Contract, #2)); [INFO] [stdout] | ^ expected one of `!` or `[` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!` or `[`, found `205` [INFO] [stdout] --> tests/random_contract.rs:3278:59 [INFO] [stdout] | [INFO] [stdout] 3278 | self.func81(imports, Error(Contract, #205)); [INFO] [stdout] | ^^^ expected one of `!` or `[` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!` or `[`, found `202` [INFO] [stdout] --> tests/random_contract.rs:3282:55 [INFO] [stdout] | [INFO] [stdout] 3282 | self.func81(imports, Error(Contract, #202)); [INFO] [stdout] | ^^^ expected one of `!` or `[` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!` or `[`, found `203` [INFO] [stdout] --> tests/random_contract.rs:3413:51 [INFO] [stdout] | [INFO] [stdout] 3413 | self.func81(imports, Error(Contract, #203)); [INFO] [stdout] | ^^^ expected one of `!` or `[` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `)`, `,`, `.`, `::`, `?`, `{`, or an operator, found `#` [INFO] [stdout] --> tests/random_contract.rs:3444:45 [INFO] [stdout] | [INFO] [stdout] 3444 | if (arg0 & 255i64 != Address(obj#0)) as i32 != 0 { [INFO] [stdout] | ^ expected one of 8 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!` or `[`, found `0` [INFO] [stdout] --> tests/random_contract.rs:3478:55 [INFO] [stdout] | [INFO] [stdout] 3478 | self.func81(imports, Error(Contract, #0)); [INFO] [stdout] | ^ expected one of `!` or `[` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!` or `[`, found `200` [INFO] [stdout] --> tests/random_contract.rs:3489:55 [INFO] [stdout] | [INFO] [stdout] 3489 | self.func81(imports, Error(Contract, #200)); [INFO] [stdout] | ^^^ expected one of `!` or `[` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!` or `[`, found `2` [INFO] [stdout] --> tests/random_contract.rs:3500:67 [INFO] [stdout] | [INFO] [stdout] 3500 | ... self.func81(imports, Error(Contract, #2)); [INFO] [stdout] | ^ expected one of `!` or `[` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!` or `[`, found `202` [INFO] [stdout] --> tests/random_contract.rs:3649:59 [INFO] [stdout] | [INFO] [stdout] 3649 | self.func81(imports, Error(Contract, #202)); [INFO] [stdout] | ^^^ expected one of `!` or `[` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!` or `[`, found `204` [INFO] [stdout] --> tests/random_contract.rs:3653:55 [INFO] [stdout] | [INFO] [stdout] 3653 | self.func81(imports, Error(Contract, #204)); [INFO] [stdout] | ^^^ expected one of `!` or `[` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!` or `[`, found `203` [INFO] [stdout] --> tests/random_contract.rs:3657:51 [INFO] [stdout] | [INFO] [stdout] 3657 | self.func81(imports, Error(Contract, #203)); [INFO] [stdout] | ^^^ expected one of `!` or `[` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!` or `[`, found `0` [INFO] [stdout] --> tests/random_contract.rs:3686:55 [INFO] [stdout] | [INFO] [stdout] 3686 | self.func81(imports, Error(Contract, #0)); [INFO] [stdout] | ^ expected one of `!` or `[` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!` or `[`, found `200` [INFO] [stdout] --> tests/random_contract.rs:3697:55 [INFO] [stdout] | [INFO] [stdout] 3697 | self.func81(imports, Error(Contract, #200)); [INFO] [stdout] | ^^^ expected one of `!` or `[` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!` or `[`, found `201` [INFO] [stdout] --> tests/random_contract.rs:3706:59 [INFO] [stdout] | [INFO] [stdout] 3706 | self.func81(imports, Error(Contract, #201)); [INFO] [stdout] | ^^^ expected one of `!` or `[` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!` or `[`, found `206` [INFO] [stdout] --> tests/random_contract.rs:3735:51 [INFO] [stdout] | [INFO] [stdout] 3735 | self.func81(imports, Error(Contract, #206)); [INFO] [stdout] | ^^^ expected one of `!` or `[` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `)`, `,`, `.`, `::`, `?`, `{`, or an operator, found `#` [INFO] [stdout] --> tests/random_contract.rs:3758:45 [INFO] [stdout] | [INFO] [stdout] 3758 | if (arg0 & 255i64 != Address(obj#0)) as i32 != 0 { [INFO] [stdout] | ^ expected one of 8 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!` or `[`, found `0` [INFO] [stdout] --> tests/random_contract.rs:3773:55 [INFO] [stdout] | [INFO] [stdout] 3773 | self.func81(imports, Error(Contract, #0)); [INFO] [stdout] | ^ expected one of `!` or `[` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!` or `[`, found `200` [INFO] [stdout] --> tests/random_contract.rs:3784:55 [INFO] [stdout] | [INFO] [stdout] 3784 | self.func81(imports, Error(Contract, #200)); [INFO] [stdout] | ^^^ expected one of `!` or `[` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!` or `[`, found `201` [INFO] [stdout] --> tests/random_contract.rs:3792:55 [INFO] [stdout] | [INFO] [stdout] 3792 | self.func81(imports, Error(Contract, #201)); [INFO] [stdout] | ^^^ expected one of `!` or `[` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!` or `[`, found `0` [INFO] [stdout] --> tests/random_contract.rs:3952:59 [INFO] [stdout] | [INFO] [stdout] 3952 | self.func81(imports, Error(Contract, #0)); [INFO] [stdout] | ^ expected one of `!` or `[` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!` or `[`, found `200` [INFO] [stdout] --> tests/random_contract.rs:3967:55 [INFO] [stdout] | [INFO] [stdout] 3967 | self.func81(imports, Error(Contract, #200)); [INFO] [stdout] | ^^^ expected one of `!` or `[` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!` or `[`, found `0` [INFO] [stdout] --> tests/random_contract.rs:4013:59 [INFO] [stdout] | [INFO] [stdout] 4013 | self.func81(imports, Error(Contract, #0)); [INFO] [stdout] | ^ expected one of `!` or `[` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!` or `[`, found `200` [INFO] [stdout] --> tests/random_contract.rs:4028:55 [INFO] [stdout] | [INFO] [stdout] 4028 | self.func81(imports, Error(Contract, #200)); [INFO] [stdout] | ^^^ expected one of `!` or `[` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!` or `[`, found `200` [INFO] [stdout] --> tests/random_contract.rs:4061:55 [INFO] [stdout] | [INFO] [stdout] 4061 | self.func81(imports, Error(Contract, #200)); [INFO] [stdout] | ^^^ expected one of `!` or `[` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!` or `[`, found `0` [INFO] [stdout] --> tests/random_contract.rs:4082:51 [INFO] [stdout] | [INFO] [stdout] 4082 | self.func81(imports, Error(Contract, #0)); [INFO] [stdout] | ^ expected one of `!` or `[` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `)`, `,`, `.`, `::`, `?`, `{`, or an operator, found `#` [INFO] [stdout] --> tests/random_contract.rs:4101:77 [INFO] [stdout] | [INFO] [stdout] 4101 | if (((var7 == 0) as i32 == 0) as i32 | (arg1 & 255i64 != Address(obj#0)) as i32 == 0) as i32 != 0 { [INFO] [stdout] | ^ expected one of 8 possible tokens [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected one of: `struct`, `enum`, `union` [INFO] [stdout] --> tests/random_contract.rs:80:5 [INFO] [stdout] | [INFO] [stdout] 80 | pub mod Consts { [INFO] [stdout] | ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: self argument not supported [INFO] [stdout] --> tests/random_contract.rs:104:23 [INFO] [stdout] | [INFO] [stdout] 104 | pub fn initialize(&mut self, admin: soroban_sdk :: Address, stability_check_duration: u64, space_fee: u32, slz_fee: u32, slz_fee_dest... [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::code_builder::transform_from_soroban_val` [INFO] [stdout] --> src/expr_builder.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::code_builder::transform_from_soroban_val; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `crate::code_builder::transform_from_soroban_val` [INFO] [stdout] --> src/expr_builder.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use crate::code_builder::transform_from_soroban_val; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: could not find `testutils` in `soroban_sdk` [INFO] [stdout] --> tests/random_contract.rs:67:1 [INFO] [stdout] | [INFO] [stdout] 67 | #[contract] [INFO] [stdout] | ^^^^^^^^^^^ could not find `testutils` in `soroban_sdk` [INFO] [stdout] | [INFO] [stdout] note: found an item that was configured out [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/soroban-sdk-20.5.0/src/lib.rs:790:9 [INFO] [stdout] | [INFO] [stdout] 790 | pub mod testutils; [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] note: the item is gated here [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/soroban-sdk-20.5.0/src/testutils.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #![cfg(any(test, feature = "testutils"))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = note: this error originates in the attribute macro `contract` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `spec_def` is never read [INFO] [stdout] --> src/soroban/contract.rs:34:5 [INFO] [stdout] | [INFO] [stdout] 32 | pub struct FunctionSpecParam { [INFO] [stdout] | ----------------- field in this struct [INFO] [stdout] 33 | name: String, [INFO] [stdout] 34 | spec_def: ScSpecTypeDef, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `FunctionSpecParam` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `spec_def` is never used [INFO] [stdout] --> src/soroban/contract.rs:46:12 [INFO] [stdout] | [INFO] [stdout] 38 | impl FunctionSpecParam { [INFO] [stdout] | ---------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 46 | pub fn spec_def(&self) -> &ScSpecTypeDef { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `default_inputs` and `name` are never used [INFO] [stdout] --> src/soroban/contract.rs:89:12 [INFO] [stdout] | [INFO] [stdout] 80 | impl FunctionContractSpec { [INFO] [stdout] | ------------------------- associated items in this implementation [INFO] [stdout] ... [INFO] [stdout] 89 | pub fn default_inputs(inputs: Vec) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 97 | pub fn name(&self) -> &str { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `spec_def` is never read [INFO] [stdout] --> src/soroban/contract.rs:34:5 [INFO] [stdout] | [INFO] [stdout] 32 | pub struct FunctionSpecParam { [INFO] [stdout] | ----------------- field in this struct [INFO] [stdout] 33 | name: String, [INFO] [stdout] 34 | spec_def: ScSpecTypeDef, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `FunctionSpecParam` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `spec_def` is never used [INFO] [stdout] --> src/soroban/contract.rs:46:12 [INFO] [stdout] | [INFO] [stdout] 38 | impl FunctionSpecParam { [INFO] [stdout] | ---------------------- method in this implementation [INFO] [stdout] ... [INFO] [stdout] 46 | pub fn spec_def(&self) -> &ScSpecTypeDef { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: associated items `default_inputs` and `name` are never used [INFO] [stdout] --> src/soroban/contract.rs:89:12 [INFO] [stdout] | [INFO] [stdout] 80 | impl FunctionContractSpec { [INFO] [stdout] | ------------------------- associated items in this implementation [INFO] [stdout] ... [INFO] [stdout] 89 | pub fn default_inputs(inputs: Vec) -> Self { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 97 | pub fn name(&self) -> &str { [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `U64Object` in this scope [INFO] [stdout] --> tests/random_contract.rs:6:72 [INFO] [stdout] | [INFO] [stdout] 6 | fn obj_to_u64(&mut self, context: &mut Context, obj: U64Object) -> u64; [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::U64Object; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Val` in this scope [INFO] [stdout] --> tests/random_contract.rs:7:77 [INFO] [stdout] | [INFO] [stdout] 7 | fn get_contract_data(&mut self, context: &mut Context, k: Val, t: StorageType) -> Val; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these structs [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Val; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_sdk::Val; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `StorageType` in this scope [INFO] [stdout] --> tests/random_contract.rs:7:85 [INFO] [stdout] | [INFO] [stdout] 7 | fn get_contract_data(&mut self, context: &mut Context, k: Val, t: StorageType) -> Val; [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::StorageType; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Val` in this scope [INFO] [stdout] --> tests/random_contract.rs:7:101 [INFO] [stdout] | [INFO] [stdout] 7 | fn get_contract_data(&mut self, context: &mut Context, k: Val, t: StorageType) -> Val; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these structs [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Val; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_sdk::Val; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Val` in this scope [INFO] [stdout] --> tests/random_contract.rs:8:77 [INFO] [stdout] | [INFO] [stdout] 8 | fn put_contract_data(&mut self, context: &mut Context, k: Val, v: Val, t: StorageType) -> Void; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these structs [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Val; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_sdk::Val; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Val` in this scope [INFO] [stdout] --> tests/random_contract.rs:8:85 [INFO] [stdout] | [INFO] [stdout] 8 | fn put_contract_data(&mut self, context: &mut Context, k: Val, v: Val, t: StorageType) -> Void; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these structs [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Val; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_sdk::Val; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `StorageType` in this scope [INFO] [stdout] --> tests/random_contract.rs:8:93 [INFO] [stdout] | [INFO] [stdout] 8 | fn put_contract_data(&mut self, context: &mut Context, k: Val, v: Val, t: StorageType) -> Void; [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::StorageType; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Void` in this scope [INFO] [stdout] --> tests/random_contract.rs:8:109 [INFO] [stdout] | [INFO] [stdout] 8 | fn put_contract_data(&mut self, context: &mut Context, k: Val, v: Val, t: StorageType) -> Void; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Void; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `VecObject` in this scope [INFO] [stdout] --> tests/random_contract.rs:9:89 [INFO] [stdout] | [INFO] [stdout] 9 | fn vec_unpack_to_linear_memory(&mut self, context: &mut Context, vec: VecObject, vals_pos: U32Val, len: U32Val) -> Void; [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these structs [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::VecObject; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_sdk::VecObject; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `U32Val` in this scope [INFO] [stdout] --> tests/random_contract.rs:9:110 [INFO] [stdout] | [INFO] [stdout] 9 | fn vec_unpack_to_linear_memory(&mut self, context: &mut Context, vec: VecObject, vals_pos: U32Val, len: U32Val) -> Void; [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::U32Val; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `U32Val` in this scope [INFO] [stdout] --> tests/random_contract.rs:9:123 [INFO] [stdout] | [INFO] [stdout] 9 | fn vec_unpack_to_linear_memory(&mut self, context: &mut Context, vec: VecObject, vals_pos: U32Val, len: U32Val) -> Void; [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::U32Val; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Void` in this scope [INFO] [stdout] --> tests/random_contract.rs:9:134 [INFO] [stdout] | [INFO] [stdout] 9 | fn vec_unpack_to_linear_memory(&mut self, context: &mut Context, vec: VecObject, vals_pos: U32Val, len: U32Val) -> Void; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Void; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `U64Object` in this scope [INFO] [stdout] --> tests/random_contract.rs:10:80 [INFO] [stdout] | [INFO] [stdout] 10 | fn obj_from_u64(&mut self, context: &mut Context, v: u64) -> U64Object; [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::U64Object; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `I256Val` in this scope [INFO] [stdout] --> tests/random_contract.rs:11:70 [INFO] [stdout] | [INFO] [stdout] 11 | fn i256_mul(&mut self, context: &mut Context, lhs: I256Val, rhs: I256Val) -> I256Val; [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::I256Val; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `I256Val` in this scope [INFO] [stdout] --> tests/random_contract.rs:11:84 [INFO] [stdout] | [INFO] [stdout] 11 | fn i256_mul(&mut self, context: &mut Context, lhs: I256Val, rhs: I256Val) -> I256Val; [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::I256Val; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `I256Val` in this scope [INFO] [stdout] --> tests/random_contract.rs:11:96 [INFO] [stdout] | [INFO] [stdout] 11 | fn i256_mul(&mut self, context: &mut Context, lhs: I256Val, rhs: I256Val) -> I256Val; [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::I256Val; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `I256Val` in this scope [INFO] [stdout] --> tests/random_contract.rs:12:70 [INFO] [stdout] | [INFO] [stdout] 12 | fn i256_div(&mut self, context: &mut Context, lhs: I256Val, rhs: I256Val) -> I256Val; [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::I256Val; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `I256Val` in this scope [INFO] [stdout] --> tests/random_contract.rs:12:84 [INFO] [stdout] | [INFO] [stdout] 12 | fn i256_div(&mut self, context: &mut Context, lhs: I256Val, rhs: I256Val) -> I256Val; [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::I256Val; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `I256Val` in this scope [INFO] [stdout] --> tests/random_contract.rs:12:96 [INFO] [stdout] | [INFO] [stdout] 12 | fn i256_div(&mut self, context: &mut Context, lhs: I256Val, rhs: I256Val) -> I256Val; [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::I256Val; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `I256Val` in this scope [INFO] [stdout] --> tests/random_contract.rs:13:70 [INFO] [stdout] | [INFO] [stdout] 13 | fn i256_sub(&mut self, context: &mut Context, lhs: I256Val, rhs: I256Val) -> I256Val; [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::I256Val; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `I256Val` in this scope [INFO] [stdout] --> tests/random_contract.rs:13:84 [INFO] [stdout] | [INFO] [stdout] 13 | fn i256_sub(&mut self, context: &mut Context, lhs: I256Val, rhs: I256Val) -> I256Val; [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::I256Val; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `I256Val` in this scope [INFO] [stdout] --> tests/random_contract.rs:13:96 [INFO] [stdout] | [INFO] [stdout] 13 | fn i256_sub(&mut self, context: &mut Context, lhs: I256Val, rhs: I256Val) -> I256Val; [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::I256Val; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MapObject` in this scope [INFO] [stdout] --> tests/random_contract.rs:14:67 [INFO] [stdout] | [INFO] [stdout] 14 | fn map_len(&mut self, context: &mut Context, m: MapObject) -> U32Val; [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these structs [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::MapObject; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_sdk::MapObject; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `U32Val` in this scope [INFO] [stdout] --> tests/random_contract.rs:14:81 [INFO] [stdout] | [INFO] [stdout] 14 | fn map_len(&mut self, context: &mut Context, m: MapObject) -> U32Val; [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::U32Val; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MapObject` in this scope [INFO] [stdout] --> tests/random_contract.rs:15:74 [INFO] [stdout] | [INFO] [stdout] 15 | fn map_key_by_pos(&mut self, context: &mut Context, m: MapObject, i: U32Val) -> Val; [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these structs [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::MapObject; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_sdk::MapObject; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `U32Val` in this scope [INFO] [stdout] --> tests/random_contract.rs:15:88 [INFO] [stdout] | [INFO] [stdout] 15 | fn map_key_by_pos(&mut self, context: &mut Context, m: MapObject, i: U32Val) -> Val; [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::U32Val; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Val` in this scope [INFO] [stdout] --> tests/random_contract.rs:15:99 [INFO] [stdout] | [INFO] [stdout] 15 | fn map_key_by_pos(&mut self, context: &mut Context, m: MapObject, i: U32Val) -> Val; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these structs [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Val; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_sdk::Val; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MapObject` in this scope [INFO] [stdout] --> tests/random_contract.rs:16:74 [INFO] [stdout] | [INFO] [stdout] 16 | fn map_val_by_pos(&mut self, context: &mut Context, m: MapObject, i: U32Val) -> Val; [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these structs [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::MapObject; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_sdk::MapObject; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `U32Val` in this scope [INFO] [stdout] --> tests/random_contract.rs:16:88 [INFO] [stdout] | [INFO] [stdout] 16 | fn map_val_by_pos(&mut self, context: &mut Context, m: MapObject, i: U32Val) -> Val; [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::U32Val; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Val` in this scope [INFO] [stdout] --> tests/random_contract.rs:16:99 [INFO] [stdout] | [INFO] [stdout] 16 | fn map_val_by_pos(&mut self, context: &mut Context, m: MapObject, i: U32Val) -> Val; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these structs [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Val; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_sdk::Val; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MapObject` in this scope [INFO] [stdout] --> tests/random_contract.rs:17:67 [INFO] [stdout] | [INFO] [stdout] 17 | fn map_put(&mut self, context: &mut Context, m: MapObject, k: Val, v: Val) -> MapObject; [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these structs [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::MapObject; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_sdk::MapObject; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Val` in this scope [INFO] [stdout] --> tests/random_contract.rs:17:81 [INFO] [stdout] | [INFO] [stdout] 17 | fn map_put(&mut self, context: &mut Context, m: MapObject, k: Val, v: Val) -> MapObject; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these structs [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Val; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_sdk::Val; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Val` in this scope [INFO] [stdout] --> tests/random_contract.rs:17:89 [INFO] [stdout] | [INFO] [stdout] 17 | fn map_put(&mut self, context: &mut Context, m: MapObject, k: Val, v: Val) -> MapObject; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these structs [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Val; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_sdk::Val; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MapObject` in this scope [INFO] [stdout] --> tests/random_contract.rs:17:97 [INFO] [stdout] | [INFO] [stdout] 17 | fn map_put(&mut self, context: &mut Context, m: MapObject, k: Val, v: Val) -> MapObject; [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these structs [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::MapObject; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_sdk::MapObject; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `I256Val` in this scope [INFO] [stdout] --> tests/random_contract.rs:18:70 [INFO] [stdout] | [INFO] [stdout] 18 | fn i256_pow(&mut self, context: &mut Context, lhs: I256Val, rhs: U32Val) -> I256Val; [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::I256Val; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `U32Val` in this scope [INFO] [stdout] --> tests/random_contract.rs:18:84 [INFO] [stdout] | [INFO] [stdout] 18 | fn i256_pow(&mut self, context: &mut Context, lhs: I256Val, rhs: U32Val) -> I256Val; [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::U32Val; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `I256Val` in this scope [INFO] [stdout] --> tests/random_contract.rs:18:95 [INFO] [stdout] | [INFO] [stdout] 18 | fn i256_pow(&mut self, context: &mut Context, lhs: I256Val, rhs: U32Val) -> I256Val; [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::I256Val; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `I256Val` in this scope [INFO] [stdout] --> tests/random_contract.rs:19:70 [INFO] [stdout] | [INFO] [stdout] 19 | fn i256_add(&mut self, context: &mut Context, lhs: I256Val, rhs: I256Val) -> I256Val; [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::I256Val; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `I256Val` in this scope [INFO] [stdout] --> tests/random_contract.rs:19:84 [INFO] [stdout] | [INFO] [stdout] 19 | fn i256_add(&mut self, context: &mut Context, lhs: I256Val, rhs: I256Val) -> I256Val; [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::I256Val; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `I256Val` in this scope [INFO] [stdout] --> tests/random_contract.rs:19:96 [INFO] [stdout] | [INFO] [stdout] 19 | fn i256_add(&mut self, context: &mut Context, lhs: I256Val, rhs: I256Val) -> I256Val; [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::I256Val; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Val` in this scope [INFO] [stdout] --> tests/random_contract.rs:20:67 [INFO] [stdout] | [INFO] [stdout] 20 | fn obj_cmp(&mut self, context: &mut Context, a: Val, b: Val) -> i64; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these structs [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Val; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_sdk::Val; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Val` in this scope [INFO] [stdout] --> tests/random_contract.rs:20:75 [INFO] [stdout] | [INFO] [stdout] 20 | fn obj_cmp(&mut self, context: &mut Context, a: Val, b: Val) -> i64; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these structs [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Val; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_sdk::Val; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MapObject` in this scope [INFO] [stdout] --> tests/random_contract.rs:21:67 [INFO] [stdout] | [INFO] [stdout] 21 | fn map_new(&mut self, context: &mut Context) -> MapObject; [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these structs [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::MapObject; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_sdk::MapObject; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `VecObject` in this scope [INFO] [stdout] --> tests/random_contract.rs:22:79 [INFO] [stdout] | [INFO] [stdout] 22 | fn contract_event(&mut self, context: &mut Context, topics: VecObject, data: Val) -> Void; [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these structs [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::VecObject; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_sdk::VecObject; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Val` in this scope [INFO] [stdout] --> tests/random_contract.rs:22:96 [INFO] [stdout] | [INFO] [stdout] 22 | fn contract_event(&mut self, context: &mut Context, topics: VecObject, data: Val) -> Void; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these structs [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Val; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_sdk::Val; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Void` in this scope [INFO] [stdout] --> tests/random_contract.rs:22:104 [INFO] [stdout] | [INFO] [stdout] 22 | fn contract_event(&mut self, context: &mut Context, topics: VecObject, data: Val) -> Void; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Void; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `AddressObject` in this scope [INFO] [stdout] --> tests/random_contract.rs:23:78 [INFO] [stdout] | [INFO] [stdout] 23 | fn require_auth(&mut self, context: &mut Context, address: AddressObject) -> Void; [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::AddressObject; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Void` in this scope [INFO] [stdout] --> tests/random_contract.rs:23:96 [INFO] [stdout] | [INFO] [stdout] 23 | fn require_auth(&mut self, context: &mut Context, address: AddressObject) -> Void; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Void; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MapObject` in this scope [INFO] [stdout] --> tests/random_contract.rs:24:67 [INFO] [stdout] | [INFO] [stdout] 24 | fn map_has(&mut self, context: &mut Context, m: MapObject, k: Val) -> Bool; [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these structs [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::MapObject; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_sdk::MapObject; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Val` in this scope [INFO] [stdout] --> tests/random_contract.rs:24:81 [INFO] [stdout] | [INFO] [stdout] 24 | fn map_has(&mut self, context: &mut Context, m: MapObject, k: Val) -> Bool; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these structs [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Val; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_sdk::Val; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Bool` in this scope [INFO] [stdout] --> tests/random_contract.rs:24:89 [INFO] [stdout] | [INFO] [stdout] 24 | fn map_has(&mut self, context: &mut Context, m: MapObject, k: Val) -> Bool; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a builtin type with a similar name exists [INFO] [stdout] | [INFO] [stdout] 24 - fn map_has(&mut self, context: &mut Context, m: MapObject, k: Val) -> Bool; [INFO] [stdout] 24 + fn map_has(&mut self, context: &mut Context, m: MapObject, k: Val) -> bool; [INFO] [stdout] | [INFO] [stdout] help: perhaps you intended to use this type [INFO] [stdout] | [INFO] [stdout] 24 - fn map_has(&mut self, context: &mut Context, m: MapObject, k: Val) -> Bool; [INFO] [stdout] 24 + fn map_has(&mut self, context: &mut Context, m: MapObject, k: Val) -> bool; [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Bool; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MapObject` in this scope [INFO] [stdout] --> tests/random_contract.rs:25:67 [INFO] [stdout] | [INFO] [stdout] 25 | fn map_get(&mut self, context: &mut Context, m: MapObject, k: Val) -> Val; [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these structs [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::MapObject; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_sdk::MapObject; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Val` in this scope [INFO] [stdout] --> tests/random_contract.rs:25:81 [INFO] [stdout] | [INFO] [stdout] 25 | fn map_get(&mut self, context: &mut Context, m: MapObject, k: Val) -> Val; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these structs [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Val; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_sdk::Val; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Val` in this scope [INFO] [stdout] --> tests/random_contract.rs:25:89 [INFO] [stdout] | [INFO] [stdout] 25 | fn map_get(&mut self, context: &mut Context, m: MapObject, k: Val) -> Val; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these structs [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Val; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_sdk::Val; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BytesObject` in this scope [INFO] [stdout] --> tests/random_contract.rs:26:69 [INFO] [stdout] | [INFO] [stdout] 26 | fn bytes_len(&mut self, context: &mut Context, b: BytesObject) -> U32Val; [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::BytesObject; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `U32Val` in this scope [INFO] [stdout] --> tests/random_contract.rs:26:85 [INFO] [stdout] | [INFO] [stdout] 26 | fn bytes_len(&mut self, context: &mut Context, b: BytesObject) -> U32Val; [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::U32Val; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BytesObject` in this scope [INFO] [stdout] --> tests/random_contract.rs:27:91 [INFO] [stdout] | [INFO] [stdout] 27 | fn update_current_contract_wasm(&mut self, context: &mut Context, hash: BytesObject) -> Void; [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::BytesObject; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Void` in this scope [INFO] [stdout] --> tests/random_contract.rs:27:107 [INFO] [stdout] | [INFO] [stdout] 27 | fn update_current_contract_wasm(&mut self, context: &mut Context, hash: BytesObject) -> Void; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Void; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `AddressObject` in this scope [INFO] [stdout] --> tests/random_contract.rs:29:88 [INFO] [stdout] | [INFO] [stdout] 29 | fn get_current_contract_address(&mut self, context: &mut Context) -> AddressObject; [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::AddressObject; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `U32Val` in this scope [INFO] [stdout] --> tests/random_contract.rs:30:93 [INFO] [stdout] | [INFO] [stdout] 30 | fn bytes_new_from_linear_memory(&mut self, context: &mut Context, lm_pos: U32Val, len: U32Val) -> BytesObject; [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::U32Val; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `U32Val` in this scope [INFO] [stdout] --> tests/random_contract.rs:30:106 [INFO] [stdout] | [INFO] [stdout] 30 | fn bytes_new_from_linear_memory(&mut self, context: &mut Context, lm_pos: U32Val, len: U32Val) -> BytesObject; [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::U32Val; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BytesObject` in this scope [INFO] [stdout] --> tests/random_contract.rs:30:117 [INFO] [stdout] | [INFO] [stdout] 30 | fn bytes_new_from_linear_memory(&mut self, context: &mut Context, lm_pos: U32Val, len: U32Val) -> BytesObject; [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::BytesObject; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `U32Val` in this scope [INFO] [stdout] --> tests/random_contract.rs:31:93 [INFO] [stdout] | [INFO] [stdout] 31 | fn vec_new_from_linear_memory(&mut self, context: &mut Context, vals_pos: U32Val, len: U32Val) -> VecObject; [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::U32Val; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `U32Val` in this scope [INFO] [stdout] --> tests/random_contract.rs:31:106 [INFO] [stdout] | [INFO] [stdout] 31 | fn vec_new_from_linear_memory(&mut self, context: &mut Context, vals_pos: U32Val, len: U32Val) -> VecObject; [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::U32Val; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `VecObject` in this scope [INFO] [stdout] --> tests/random_contract.rs:31:117 [INFO] [stdout] | [INFO] [stdout] 31 | fn vec_new_from_linear_memory(&mut self, context: &mut Context, vals_pos: U32Val, len: U32Val) -> VecObject; [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these structs [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::VecObject; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_sdk::VecObject; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `I128Object` in this scope [INFO] [stdout] --> tests/random_contract.rs:32:78 [INFO] [stdout] | [INFO] [stdout] 32 | fn obj_to_i128_hi64(&mut self, context: &mut Context, obj: I128Object) -> i64; [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::I128Object; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `I128Object` in this scope [INFO] [stdout] --> tests/random_contract.rs:33:78 [INFO] [stdout] | [INFO] [stdout] 33 | fn obj_to_i128_lo64(&mut self, context: &mut Context, obj: I128Object) -> u64; [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::I128Object; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `I128Object` in this scope [INFO] [stdout] --> tests/random_contract.rs:34:98 [INFO] [stdout] | [INFO] [stdout] 34 | fn obj_from_i128_pieces(&mut self, context: &mut Context, hi: i64, lo: u64) -> I128Object; [INFO] [stdout] | ^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::I128Object; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `U32Val` in this scope [INFO] [stdout] --> tests/random_contract.rs:35:94 [INFO] [stdout] | [INFO] [stdout] 35 | fn symbol_new_from_linear_memory(&mut self, context: &mut Context, lm_pos: U32Val, len: U32Val) -> SymbolObject; [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::U32Val; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `U32Val` in this scope [INFO] [stdout] --> tests/random_contract.rs:35:107 [INFO] [stdout] | [INFO] [stdout] 35 | fn symbol_new_from_linear_memory(&mut self, context: &mut Context, lm_pos: U32Val, len: U32Val) -> SymbolObject; [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::U32Val; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `SymbolObject` in this scope [INFO] [stdout] --> tests/random_contract.rs:35:118 [INFO] [stdout] | [INFO] [stdout] 35 | fn symbol_new_from_linear_memory(&mut self, context: &mut Context, lm_pos: U32Val, len: U32Val) -> SymbolObject; [INFO] [stdout] | ^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::SymbolObject; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `AddressObject` in this scope [INFO] [stdout] --> tests/random_contract.rs:36:71 [INFO] [stdout] | [INFO] [stdout] 36 | fn call(&mut self, context: &mut Context, contract: AddressObject, func: Symbol, args: VecObject) -> Val; [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::AddressObject; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Symbol` in this scope [INFO] [stdout] --> tests/random_contract.rs:36:92 [INFO] [stdout] | [INFO] [stdout] 36 | fn call(&mut self, context: &mut Context, contract: AddressObject, func: Symbol, args: VecObject) -> Val; [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these structs [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Symbol; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_sdk::Symbol; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `VecObject` in this scope [INFO] [stdout] --> tests/random_contract.rs:36:106 [INFO] [stdout] | [INFO] [stdout] 36 | fn call(&mut self, context: &mut Context, contract: AddressObject, func: Symbol, args: VecObject) -> Val; [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these structs [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::VecObject; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_sdk::VecObject; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Val` in this scope [INFO] [stdout] --> tests/random_contract.rs:36:120 [INFO] [stdout] | [INFO] [stdout] 36 | fn call(&mut self, context: &mut Context, contract: AddressObject, func: Symbol, args: VecObject) -> Val; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these structs [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Val; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_sdk::Val; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `U32Val` in this scope [INFO] [stdout] --> tests/random_contract.rs:37:93 [INFO] [stdout] | [INFO] [stdout] 37 | fn map_new_from_linear_memory(&mut self, context: &mut Context, keys_pos: U32Val, vals_pos: U32Val, len: U32Val) -> Map... [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::U32Val; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `U32Val` in this scope [INFO] [stdout] --> tests/random_contract.rs:37:111 [INFO] [stdout] | [INFO] [stdout] 37 | ... Context, keys_pos: U32Val, vals_pos: U32Val, len: U32Val) -> MapObject; [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::U32Val; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `U32Val` in this scope [INFO] [stdout] --> tests/random_contract.rs:37:124 [INFO] [stdout] | [INFO] [stdout] 37 | ...::Memory>, keys_pos: U32Val, vals_pos: U32Val, len: U32Val) -> MapObject; [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::U32Val; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MapObject` in this scope [INFO] [stdout] --> tests/random_contract.rs:37:135 [INFO] [stdout] | [INFO] [stdout] 37 | ...ys_pos: U32Val, vals_pos: U32Val, len: U32Val) -> MapObject; [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these structs [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::MapObject; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_sdk::MapObject; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `MapObject` in this scope [INFO] [stdout] --> tests/random_contract.rs:38:89 [INFO] [stdout] | [INFO] [stdout] 38 | fn map_unpack_to_linear_memory(&mut self, context: &mut Context, map: MapObject, keys_pos: U32Val, vals_pos: U32Val, le... [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these structs [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::MapObject; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_sdk::MapObject; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `U32Val` in this scope [INFO] [stdout] --> tests/random_contract.rs:38:110 [INFO] [stdout] | [INFO] [stdout] 38 | ...ut Context, map: MapObject, keys_pos: U32Val, vals_pos: U32Val, len: U32Val) -> Void; [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::U32Val; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `U32Val` in this scope [INFO] [stdout] --> tests/random_contract.rs:38:128 [INFO] [stdout] | [INFO] [stdout] 38 | ...emory>, map: MapObject, keys_pos: U32Val, vals_pos: U32Val, len: U32Val) -> Void; [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::U32Val; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `U32Val` in this scope [INFO] [stdout] --> tests/random_contract.rs:38:141 [INFO] [stdout] | [INFO] [stdout] 38 | ...MapObject, keys_pos: U32Val, vals_pos: U32Val, len: U32Val) -> Void; [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::U32Val; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Void` in this scope [INFO] [stdout] --> tests/random_contract.rs:38:152 [INFO] [stdout] | [INFO] [stdout] 38 | ... keys_pos: U32Val, vals_pos: U32Val, len: U32Val) -> Void; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Void; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BytesObject` in this scope [INFO] [stdout] --> tests/random_contract.rs:39:71 [INFO] [stdout] | [INFO] [stdout] 39 | fn bytes_front(&mut self, context: &mut Context, b: BytesObject) -> U32Val; [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::BytesObject; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `U32Val` in this scope [INFO] [stdout] --> tests/random_contract.rs:39:87 [INFO] [stdout] | [INFO] [stdout] 39 | fn bytes_front(&mut self, context: &mut Context, b: BytesObject) -> U32Val; [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::U32Val; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BytesObject` in this scope [INFO] [stdout] --> tests/random_contract.rs:40:71 [INFO] [stdout] | [INFO] [stdout] 40 | fn bytes_slice(&mut self, context: &mut Context, b: BytesObject, start: U32Val, end: U32Val) -> BytesObject; [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::BytesObject; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `U32Val` in this scope [INFO] [stdout] --> tests/random_contract.rs:40:91 [INFO] [stdout] | [INFO] [stdout] 40 | fn bytes_slice(&mut self, context: &mut Context, b: BytesObject, start: U32Val, end: U32Val) -> BytesObject; [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::U32Val; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `U32Val` in this scope [INFO] [stdout] --> tests/random_contract.rs:40:104 [INFO] [stdout] | [INFO] [stdout] 40 | fn bytes_slice(&mut self, context: &mut Context, b: BytesObject, start: U32Val, end: U32Val) -> BytesObject; [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::U32Val; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BytesObject` in this scope [INFO] [stdout] --> tests/random_contract.rs:40:115 [INFO] [stdout] | [INFO] [stdout] 40 | fn bytes_slice(&mut self, context: &mut Context, b: BytesObject, start: U32Val, end: U32Val) -> BytesObject; [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::BytesObject; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `U64Val` in this scope [INFO] [stdout] --> tests/random_contract.rs:41:80 [INFO] [stdout] | [INFO] [stdout] 41 | fn get_ledger_timestamp(&mut self, context: &mut Context) -> U64Val; [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::U64Val; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Val` in this scope [INFO] [stdout] --> tests/random_contract.rs:42:77 [INFO] [stdout] | [INFO] [stdout] 42 | fn has_contract_data(&mut self, context: &mut Context, k: Val, t: StorageType) -> Bool; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these structs [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Val; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_sdk::Val; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `StorageType` in this scope [INFO] [stdout] --> tests/random_contract.rs:42:85 [INFO] [stdout] | [INFO] [stdout] 42 | fn has_contract_data(&mut self, context: &mut Context, k: Val, t: StorageType) -> Bool; [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::StorageType; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Bool` in this scope [INFO] [stdout] --> tests/random_contract.rs:42:101 [INFO] [stdout] | [INFO] [stdout] 42 | fn has_contract_data(&mut self, context: &mut Context, k: Val, t: StorageType) -> Bool; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a builtin type with a similar name exists [INFO] [stdout] | [INFO] [stdout] 42 - fn has_contract_data(&mut self, context: &mut Context, k: Val, t: StorageType) -> Bool; [INFO] [stdout] 42 + fn has_contract_data(&mut self, context: &mut Context, k: Val, t: StorageType) -> bool; [INFO] [stdout] | [INFO] [stdout] help: perhaps you intended to use this type [INFO] [stdout] | [INFO] [stdout] 42 - fn has_contract_data(&mut self, context: &mut Context, k: Val, t: StorageType) -> Bool; [INFO] [stdout] 42 + fn has_contract_data(&mut self, context: &mut Context, k: Val, t: StorageType) -> bool; [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Bool; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BytesObject` in this scope [INFO] [stdout] --> tests/random_contract.rs:43:73 [INFO] [stdout] | [INFO] [stdout] 43 | fn bytes_append(&mut self, context: &mut Context, b1: BytesObject, b2: BytesObject) -> BytesObject; [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::BytesObject; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BytesObject` in this scope [INFO] [stdout] --> tests/random_contract.rs:43:90 [INFO] [stdout] | [INFO] [stdout] 43 | fn bytes_append(&mut self, context: &mut Context, b1: BytesObject, b2: BytesObject) -> BytesObject; [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::BytesObject; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BytesObject` in this scope [INFO] [stdout] --> tests/random_contract.rs:43:106 [INFO] [stdout] | [INFO] [stdout] 43 | fn bytes_append(&mut self, context: &mut Context, b1: BytesObject, b2: BytesObject) -> BytesObject; [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::BytesObject; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BytesObject` in this scope [INFO] [stdout] --> tests/random_contract.rs:44:86 [INFO] [stdout] | [INFO] [stdout] 44 | fn i256_val_from_be_bytes(&mut self, context: &mut Context, bytes: BytesObject) -> I256Val; [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::BytesObject; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `I256Val` in this scope [INFO] [stdout] --> tests/random_contract.rs:44:102 [INFO] [stdout] | [INFO] [stdout] 44 | fn i256_val_from_be_bytes(&mut self, context: &mut Context, bytes: BytesObject) -> I256Val; [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::I256Val; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `I256Val` in this scope [INFO] [stdout] --> tests/random_contract.rs:45:82 [INFO] [stdout] | [INFO] [stdout] 45 | fn i256_val_to_be_bytes(&mut self, context: &mut Context, val: I256Val) -> BytesObject; [INFO] [stdout] | ^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::I256Val; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `BytesObject` in this scope [INFO] [stdout] --> tests/random_contract.rs:45:94 [INFO] [stdout] | [INFO] [stdout] 45 | fn i256_val_to_be_bytes(&mut self, context: &mut Context, val: I256Val) -> BytesObject; [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::BytesObject; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Error` in this scope [INFO] [stdout] --> tests/random_contract.rs:46:79 [INFO] [stdout] | [INFO] [stdout] 46 | fn fail_with_error(&mut self, context: &mut Context, error: Error) -> Void; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 + use core::error::Error; [INFO] [stdout] | [INFO] [stdout] 2 + use core::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 2 + use parity_wasm::elements::Error; [INFO] [stdout] | [INFO] [stdout] 2 + use regex::Error; [INFO] [stdout] | [INFO] [stdout] and 8 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Void` in this scope [INFO] [stdout] --> tests/random_contract.rs:46:89 [INFO] [stdout] | [INFO] [stdout] 46 | fn fail_with_error(&mut self, context: &mut Context, error: Error) -> Void; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Void; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Val` in this scope [INFO] [stdout] --> tests/random_contract.rs:47:77 [INFO] [stdout] | [INFO] [stdout] 47 | fn del_contract_data(&mut self, context: &mut Context, k: Val, t: StorageType) -> Void; [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these structs [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Val; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_sdk::Val; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `StorageType` in this scope [INFO] [stdout] --> tests/random_contract.rs:47:85 [INFO] [stdout] | [INFO] [stdout] 47 | fn del_contract_data(&mut self, context: &mut Context, k: Val, t: StorageType) -> Void; [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this enum [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::StorageType; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Void` in this scope [INFO] [stdout] --> tests/random_contract.rs:47:101 [INFO] [stdout] | [INFO] [stdout] 47 | fn del_contract_data(&mut self, context: &mut Context, k: Val, t: StorageType) -> Void; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Void; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Launch` in this scope [INFO] [stdout] --> tests/random_contract.rs:143:88 [INFO] [stdout] | [INFO] [stdout] 143 | pub fn get_launch_data(&mut self, launch_key: (soroban_sdk :: Address , u64 ,)) -> Launch { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ContractInfo` in this scope [INFO] [stdout] --> tests/random_contract.rs:146:44 [INFO] [stdout] | [INFO] [stdout] 68 | pub struct Contract, M: Memory> { [INFO] [stdout] | ------------------------------------------------------ similarly named struct `Contract` defined here [INFO] [stdout] ... [INFO] [stdout] 146 | pub fn get_contract_info(&mut self) -> ContractInfo { [INFO] [stdout] | ^^^^^^^^^^^^ help: a struct with a similar name exists: `Contract` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `Launch` in this scope [INFO] [stdout] --> tests/random_contract.rs:200:129 [INFO] [stdout] | [INFO] [stdout] 200 | pub fn get_launch_data>(&mut self, imports: &mut I, launch_key: (soroban_sdk :: Address , u64 ,)) -> Launch { [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `ContractInfo` in this scope [INFO] [stdout] --> tests/random_contract.rs:203:85 [INFO] [stdout] | [INFO] [stdout] 68 | pub struct Contract, M: Memory> { [INFO] [stdout] | ------------------------------------------------------ similarly named struct `Contract` defined here [INFO] [stdout] ... [INFO] [stdout] 203 | pub fn get_contract_info>(&mut self, imports: &mut I) -> ContractInfo { [INFO] [stdout] | ^^^^^^^^^^^^ help: a struct with a similar name exists: `Contract` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `True` in this scope [INFO] [stdout] --> tests/random_contract.rs:223:28 [INFO] [stdout] | [INFO] [stdout] 223 | var3 = True; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead [INFO] [stdout] | [INFO] [stdout] 223 - var3 = True; [INFO] [stdout] 223 + var3 = true; [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::True; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Error` in this scope [INFO] [stdout] --> tests/random_contract.rs:224:28 [INFO] [stdout] | [INFO] [stdout] 224 | var4 = Error(Value, UnexpectedType); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 + use core::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::Error; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecType::Error; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecTypeDef::Error; [INFO] [stdout] | [INFO] [stdout] and 6 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Value` in this scope [INFO] [stdout] --> tests/random_contract.rs:224:34 [INFO] [stdout] | [INFO] [stdout] 224 | var4 = Error(Value, UnexpectedType); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 + use parity_wasm::elements::BlockType::Value; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScError::Value; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScErrorType::Value; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::Type::Value; [INFO] [stdout] | [INFO] [stdout] and 7 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `UnexpectedType` in this scope [INFO] [stdout] --> tests/random_contract.rs:224:41 [INFO] [stdout] | [INFO] [stdout] 224 | var4 = Error(Value, UnexpectedType); [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these unit variants [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScErrorCode::UnexpectedType; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_sdk::xdr::ScErrorCode::UnexpectedType; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Timepoint` in this scope [INFO] [stdout] --> tests/random_contract.rs:227:51 [INFO] [stdout] | [INFO] [stdout] 227 | var4 = (arg1 as u64).wrapping_shr(Timepoint(0) as u32) as i64; [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecType::Timepoint; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecTypeDef::Timepoint; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScVal::Timepoint; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScValType::Timepoint; [INFO] [stdout] | [INFO] [stdout] and 4 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `True` in this scope [INFO] [stdout] --> tests/random_contract.rs:248:51 [INFO] [stdout] | [INFO] [stdout] 248 | let var8 = self.func45(imports, var3, True); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead [INFO] [stdout] | [INFO] [stdout] 248 - let var8 = self.func45(imports, var3, True); [INFO] [stdout] 248 + let var8 = self.func45(imports, var3, true); [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::True; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `True` in this scope [INFO] [stdout] --> tests/random_contract.rs:251:67 [INFO] [stdout] | [INFO] [stdout] 251 | let var10 = imports.get_contract_data(self, var3, True); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead [INFO] [stdout] | [INFO] [stdout] 251 - let var10 = imports.get_contract_data(self, var3, True); [INFO] [stdout] 251 + let var10 = imports.get_contract_data(self, var3, true); [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::True; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `True` in this scope [INFO] [stdout] --> tests/random_contract.rs:261:24 [INFO] [stdout] | [INFO] [stdout] 261 | var9 = True; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead [INFO] [stdout] | [INFO] [stdout] 261 - var9 = True; [INFO] [stdout] 261 + var9 = true; [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::True; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:263:24 [INFO] [stdout] | [INFO] [stdout] 263 | var9 = False; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 263 - var9 = False; [INFO] [stdout] 263 + var9 = false; [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `True` in this scope [INFO] [stdout] --> tests/random_contract.rs:350:18 [INFO] [stdout] | [INFO] [stdout] 350 | (var2 == True) as i32 [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead [INFO] [stdout] | [INFO] [stdout] 350 - (var2 == True) as i32 [INFO] [stdout] 350 + (var2 == true) as i32 [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::True; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Timepoint` in this scope [INFO] [stdout] --> tests/random_contract.rs:362:82 [INFO] [stdout] | [INFO] [stdout] 362 | self.memory.store64(arg0 as usize + 8, arg1.wrapping_shr(Timepoint(0) as u32) as u64); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecType::Timepoint; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecTypeDef::Timepoint; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScVal::Timepoint; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScValType::Timepoint; [INFO] [stdout] | [INFO] [stdout] and 4 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Error` in this scope [INFO] [stdout] --> tests/random_contract.rs:365:60 [INFO] [stdout] | [INFO] [stdout] 365 | self.memory.store64(arg0 as usize + 8, Error(Value, UnexpectedType) as u64); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 + use core::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::Error; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecType::Error; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecTypeDef::Error; [INFO] [stdout] | [INFO] [stdout] and 6 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Value` in this scope [INFO] [stdout] --> tests/random_contract.rs:365:66 [INFO] [stdout] | [INFO] [stdout] 365 | self.memory.store64(arg0 as usize + 8, Error(Value, UnexpectedType) as u64); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 + use parity_wasm::elements::BlockType::Value; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScError::Value; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScErrorType::Value; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::Type::Value; [INFO] [stdout] | [INFO] [stdout] and 7 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `UnexpectedType` in this scope [INFO] [stdout] --> tests/random_contract.rs:365:73 [INFO] [stdout] | [INFO] [stdout] 365 | self.memory.store64(arg0 as usize + 8, Error(Value, UnexpectedType) as u64); [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these unit variants [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScErrorCode::UnexpectedType; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_sdk::xdr::ScErrorCode::UnexpectedType; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `True` in this scope [INFO] [stdout] --> tests/random_contract.rs:366:28 [INFO] [stdout] | [INFO] [stdout] 366 | var4 = True; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead [INFO] [stdout] | [INFO] [stdout] 366 - var4 = True; [INFO] [stdout] 366 + var4 = true; [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::True; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var1` in this scope [INFO] [stdout] --> tests/random_contract.rs:372:17 [INFO] [stdout] | [INFO] [stdout] 372 | var1 = var6; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 372 - var1 = var6; [INFO] [stdout] 372 + var2 = var6; [INFO] [stdout] | [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 372 | let var1 = var6; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:377:20 [INFO] [stdout] | [INFO] [stdout] 377 | var4 = False; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 377 - var4 = False; [INFO] [stdout] 377 + var4 = false; [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `True` in this scope [INFO] [stdout] --> tests/random_contract.rs:413:56 [INFO] [stdout] | [INFO] [stdout] 413 | let var27 = self.func45(imports, var5, True); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead [INFO] [stdout] | [INFO] [stdout] 413 - let var27 = self.func45(imports, var5, True); [INFO] [stdout] 413 + let var27 = self.func45(imports, var5, true); [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::True; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `True` in this scope [INFO] [stdout] --> tests/random_contract.rs:418:67 [INFO] [stdout] | [INFO] [stdout] 418 | let var28 = imports.get_contract_data(self, var5, True); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead [INFO] [stdout] | [INFO] [stdout] 418 - let var28 = imports.get_contract_data(self, var5, True); [INFO] [stdout] 418 + let var28 = imports.get_contract_data(self, var5, true); [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::True; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var1` in this scope [INFO] [stdout] --> tests/random_contract.rs:420:17 [INFO] [stdout] | [INFO] [stdout] 420 | var1 = 0i32; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 420 | var10 = 0i32; [INFO] [stdout] | + [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 420 | let var1 = 0i32; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Void` in this scope [INFO] [stdout] --> tests/random_contract.rs:423:99 [INFO] [stdout] | [INFO] [stdout] 423 | self.memory.store64(var2.wrapping_add(32i32).wrapping_add(arg1) as usize, Void as u64); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these unit variants [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::Void; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecType::Void; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecTypeDef::Void; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScVal::Void; [INFO] [stdout] | [INFO] [stdout] and 5 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var1` in this scope [INFO] [stdout] --> tests/random_contract.rs:424:25 [INFO] [stdout] | [INFO] [stdout] 424 | var1 = arg1.wrapping_add(8i32); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 424 | var10 = arg1.wrapping_add(8i32); [INFO] [stdout] | + [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 424 | let var1 = arg1.wrapping_add(8i32); [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var1` in this scope [INFO] [stdout] --> tests/random_contract.rs:444:17 [INFO] [stdout] | [INFO] [stdout] 444 | var1 = var32; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 444 | var10 = var32; [INFO] [stdout] | + [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 444 | let var1 = var32; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var1` in this scope [INFO] [stdout] --> tests/random_contract.rs:445:17 [INFO] [stdout] | [INFO] [stdout] 445 | ... var1 = { let a = 1i32; let b = ((var1 != 0i32) as i32).wrapping_shl(1i32 as u32); if (arg1 == 1i32) as i32 != 0 { a } else { b } }; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 445 | var10 = { let a = 1i32; let b = ((var1 != 0i32) as i32).wrapping_shl(1i32 as u32); if (arg1 == 1i32) as i32 != 0 { a } else { b } }; [INFO] [stdout] | + [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 445 | let var1 = { let a = 1i32; let b = ((var1 != 0i32) as i32).wrapping_shl(1i32 as u32); if (arg1 == 1i32) as i32 != 0 { a } else { b } }; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var1` in this scope [INFO] [stdout] --> tests/random_contract.rs:445:50 [INFO] [stdout] | [INFO] [stdout] 445 | ... var1 = { let a = 1i32; let b = ((var1 != 0i32) as i32).wrapping_shl(1i32 as u32); if (arg1 == 1i32) as i32 != 0 { a } else { b } }; [INFO] [stdout] | ^^^^ help: a local variable with a similar name exists: `var10` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var1` in this scope [INFO] [stdout] --> tests/random_contract.rs:446:21 [INFO] [stdout] | [INFO] [stdout] 446 | if (var1 == 2i32) as i32 != 0 { [INFO] [stdout] | ^^^^ help: a local variable with a similar name exists: `var10` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U32` in this scope [INFO] [stdout] --> tests/random_contract.rs:588:118 [INFO] [stdout] | [INFO] [stdout] 588 | ...0, (arg1 as u32 as i64).wrapping_shl(32i64 as u32) | U32(0), (arg3 as u32 as i64).wrapping_shl(32i64 as u32) | U32(0), (arg2 as u32 as... [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecType::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecTypeDef::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScVal::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScValType::U32; [INFO] [stdout] | [INFO] [stdout] and 4 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U32` in this scope [INFO] [stdout] --> tests/random_contract.rs:588:176 [INFO] [stdout] | [INFO] [stdout] 588 | ...), (arg3 as u32 as i64).wrapping_shl(32i64 as u32) | U32(0), (arg2 as u32 as i64).wrapping_shl(32i64 as u32) | U32(0)); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecType::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecTypeDef::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScVal::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScValType::U32; [INFO] [stdout] | [INFO] [stdout] and 4 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U32` in this scope [INFO] [stdout] --> tests/random_contract.rs:588:234 [INFO] [stdout] | [INFO] [stdout] 588 | ...), (arg2 as u32 as i64).wrapping_shl(32i64 as u32) | U32(0)); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecType::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecTypeDef::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScVal::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScValType::U32; [INFO] [stdout] | [INFO] [stdout] and 4 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `True` in this scope [INFO] [stdout] --> tests/random_contract.rs:594:64 [INFO] [stdout] | [INFO] [stdout] 594 | let var4 = imports.put_contract_data(self, var2, var3, True); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead [INFO] [stdout] | [INFO] [stdout] 594 - let var4 = imports.put_contract_data(self, var2, var3, True); [INFO] [stdout] 594 + let var4 = imports.put_contract_data(self, var2, var3, true); [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::True; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `True` in this scope [INFO] [stdout] --> tests/random_contract.rs:683:64 [INFO] [stdout] | [INFO] [stdout] 683 | let var5 = imports.put_contract_data(self, var3, var4, True); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead [INFO] [stdout] | [INFO] [stdout] 683 - let var5 = imports.put_contract_data(self, var3, var4, True); [INFO] [stdout] 683 + let var5 = imports.put_contract_data(self, var3, var4, true); [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::True; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:687:56 [INFO] [stdout] | [INFO] [stdout] 687 | ... if ((arg1 ^ arg0.wrapping_shr(63i64 as u32) != False) as i32 | (arg0.wrapping_sub(-36028797018963968i64) as u64 > 72057594037927935... [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 687 - if ((arg1 ^ arg0.wrapping_shr(63i64 as u32) != False) as i32 | (arg0.wrapping_sub(-36028797018963968i64) as u64 > 72057594037927935i64 as u64) as i32 == 0) as i32 != 0 { [INFO] [stdout] 687 + if ((arg1 ^ arg0.wrapping_shr(63i64 as u32) != false) as i32 | (arg0.wrapping_sub(-36028797018963968i64) as u64 > 72057594037927935i64 as u64) as i32 == 0) as i32 != 0 { [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Timepoint` in this scope [INFO] [stdout] --> tests/random_contract.rs:688:38 [INFO] [stdout] | [INFO] [stdout] 688 | return arg0.wrapping_shl(Timepoint(0) as u32) | I128(0); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecType::Timepoint; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecTypeDef::Timepoint; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScVal::Timepoint; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScValType::Timepoint; [INFO] [stdout] | [INFO] [stdout] and 4 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `I128` in this scope [INFO] [stdout] --> tests/random_contract.rs:688:61 [INFO] [stdout] | [INFO] [stdout] 688 | return arg0.wrapping_shl(Timepoint(0) as u32) | I128(0); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecType::I128; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecTypeDef::I128; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScVal::I128; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScValType::I128; [INFO] [stdout] | [INFO] [stdout] and 4 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Void` in this scope [INFO] [stdout] --> tests/random_contract.rs:710:52 [INFO] [stdout] | [INFO] [stdout] 710 | let var13 = self.func45(imports, var3, Void); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these unit variants [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::Void; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecType::Void; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecTypeDef::Void; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScVal::Void; [INFO] [stdout] | [INFO] [stdout] and 5 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Void` in this scope [INFO] [stdout] --> tests/random_contract.rs:713:67 [INFO] [stdout] | [INFO] [stdout] 713 | let var15 = imports.get_contract_data(self, var3, Void); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these unit variants [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::Void; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecType::Void; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecTypeDef::Void; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScVal::Void; [INFO] [stdout] | [INFO] [stdout] and 5 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Void` in this scope [INFO] [stdout] --> tests/random_contract.rs:717:99 [INFO] [stdout] | [INFO] [stdout] 717 | self.memory.store64(var1.wrapping_add(16i32).wrapping_add(var2) as usize, Void as u64); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these unit variants [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::Void; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecType::Void; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecTypeDef::Void; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScVal::Void; [INFO] [stdout] | [INFO] [stdout] and 5 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U32` in this scope [INFO] [stdout] --> tests/random_contract.rs:739:38 [INFO] [stdout] | [INFO] [stdout] 739 | if (var5 & 255i64 != U32(0)) as i32 != 0 { [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecType::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecTypeDef::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScVal::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScValType::U32; [INFO] [stdout] | [INFO] [stdout] and 4 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U32` in this scope [INFO] [stdout] --> tests/random_contract.rs:749:38 [INFO] [stdout] | [INFO] [stdout] 749 | if (var7 & 255i64 != U32(0)) as i32 != 0 { [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecType::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecTypeDef::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScVal::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScValType::U32; [INFO] [stdout] | [INFO] [stdout] and 4 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `True` in this scope [INFO] [stdout] --> tests/random_contract.rs:778:25 [INFO] [stdout] | [INFO] [stdout] 778 | var14 = True; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead [INFO] [stdout] | [INFO] [stdout] 778 - var14 = True; [INFO] [stdout] 778 + var14 = true; [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::True; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:780:25 [INFO] [stdout] | [INFO] [stdout] 780 | var14 = False; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 780 - var14 = False; [INFO] [stdout] 780 + var14 = false; [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Void` in this scope [INFO] [stdout] --> tests/random_contract.rs:791:47 [INFO] [stdout] | [INFO] [stdout] 791 | let var2 = self.func45(imports, var1, Void); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these unit variants [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::Void; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecType::Void; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecTypeDef::Void; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScVal::Void; [INFO] [stdout] | [INFO] [stdout] and 5 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Void` in this scope [INFO] [stdout] --> tests/random_contract.rs:797:64 [INFO] [stdout] | [INFO] [stdout] 797 | let var3 = imports.put_contract_data(self, var1, var2, Void); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these unit variants [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::Void; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecType::Void; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecTypeDef::Void; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScVal::Void; [INFO] [stdout] | [INFO] [stdout] and 5 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U32` in this scope [INFO] [stdout] --> tests/random_contract.rs:832:84 [INFO] [stdout] | [INFO] [stdout] 832 | self.memory.store64(var1 as usize + 32, (var3.wrapping_shl(32i64 as u32) | U32(0)) as u64); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecType::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecTypeDef::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScVal::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScValType::U32; [INFO] [stdout] | [INFO] [stdout] and 4 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U32` in this scope [INFO] [stdout] --> tests/random_contract.rs:833:84 [INFO] [stdout] | [INFO] [stdout] 833 | self.memory.store64(var1 as usize + 16, (var2.wrapping_shl(32i64 as u32) | U32(0)) as u64); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecType::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecTypeDef::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScVal::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScValType::U32; [INFO] [stdout] | [INFO] [stdout] and 4 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Void` in this scope [INFO] [stdout] --> tests/random_contract.rs:850:103 [INFO] [stdout] | [INFO] [stdout] 850 | ... self.memory.store64(var2.wrapping_add(16i32).wrapping_add(var3) as usize, Void as u64); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these unit variants [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::Void; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecType::Void; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecTypeDef::Void; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScVal::Void; [INFO] [stdout] | [INFO] [stdout] and 5 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U32` in this scope [INFO] [stdout] --> tests/random_contract.rs:856:150 [INFO] [stdout] | [INFO] [stdout] 856 | ...d(16i32) as u32 as i64).wrapping_shl(32i64 as u32) | U32(0), U32(2)); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecType::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecTypeDef::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScVal::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScValType::U32; [INFO] [stdout] | [INFO] [stdout] and 4 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U32` in this scope [INFO] [stdout] --> tests/random_contract.rs:856:158 [INFO] [stdout] | [INFO] [stdout] 856 | ... as u32 as i64).wrapping_shl(32i64 as u32) | U32(0), U32(2)); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecType::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecTypeDef::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScVal::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScValType::U32; [INFO] [stdout] | [INFO] [stdout] and 4 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var1` in this scope [INFO] [stdout] --> tests/random_contract.rs:866:21 [INFO] [stdout] | [INFO] [stdout] 866 | var1 = var10; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 866 | var10 = var10; [INFO] [stdout] | + [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 866 | let var1 = var10; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:870:60 [INFO] [stdout] | [INFO] [stdout] 870 | self.memory.store64(arg0 as usize, False as u64); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 870 - self.memory.store64(arg0 as usize, False as u64); [INFO] [stdout] 870 + self.memory.store64(arg0 as usize, false as u64); [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `True` in this scope [INFO] [stdout] --> tests/random_contract.rs:874:56 [INFO] [stdout] | [INFO] [stdout] 874 | self.memory.store64(arg0 as usize, True as u64); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead [INFO] [stdout] | [INFO] [stdout] 874 - self.memory.store64(arg0 as usize, True as u64); [INFO] [stdout] 874 + self.memory.store64(arg0 as usize, true as u64); [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::True; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `True` in this scope [INFO] [stdout] --> tests/random_contract.rs:878:52 [INFO] [stdout] | [INFO] [stdout] 878 | self.memory.store64(arg0 as usize, True as u64); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead [INFO] [stdout] | [INFO] [stdout] 878 - self.memory.store64(arg0 as usize, True as u64); [INFO] [stdout] 878 + self.memory.store64(arg0 as usize, true as u64); [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::True; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Error` in this scope [INFO] [stdout] --> tests/random_contract.rs:879:56 [INFO] [stdout] | [INFO] [stdout] 879 | self.memory.store64(arg0 as usize + 8, Error(Value, UnexpectedType) as u64); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 + use core::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::Error; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecType::Error; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecTypeDef::Error; [INFO] [stdout] | [INFO] [stdout] and 6 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Value` in this scope [INFO] [stdout] --> tests/random_contract.rs:879:62 [INFO] [stdout] | [INFO] [stdout] 879 | self.memory.store64(arg0 as usize + 8, Error(Value, UnexpectedType) as u64); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 + use parity_wasm::elements::BlockType::Value; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScError::Value; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScErrorType::Value; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::Type::Value; [INFO] [stdout] | [INFO] [stdout] and 7 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `UnexpectedType` in this scope [INFO] [stdout] --> tests/random_contract.rs:879:69 [INFO] [stdout] | [INFO] [stdout] 879 | self.memory.store64(arg0 as usize + 8, Error(Value, UnexpectedType) as u64); [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these unit variants [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScErrorCode::UnexpectedType; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_sdk::xdr::ScErrorCode::UnexpectedType; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `True` in this scope [INFO] [stdout] --> tests/random_contract.rs:883:48 [INFO] [stdout] | [INFO] [stdout] 883 | self.memory.store64(arg0 as usize, True as u64); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead [INFO] [stdout] | [INFO] [stdout] 883 - self.memory.store64(arg0 as usize, True as u64); [INFO] [stdout] 883 + self.memory.store64(arg0 as usize, true as u64); [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::True; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Error` in this scope [INFO] [stdout] --> tests/random_contract.rs:884:52 [INFO] [stdout] | [INFO] [stdout] 884 | self.memory.store64(arg0 as usize + 8, Error(Value, UnexpectedType) as u64); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 + use core::fmt::Error; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::Error; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecType::Error; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecTypeDef::Error; [INFO] [stdout] | [INFO] [stdout] and 6 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Value` in this scope [INFO] [stdout] --> tests/random_contract.rs:884:58 [INFO] [stdout] | [INFO] [stdout] 884 | self.memory.store64(arg0 as usize + 8, Error(Value, UnexpectedType) as u64); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 + use parity_wasm::elements::BlockType::Value; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScError::Value; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScErrorType::Value; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::Type::Value; [INFO] [stdout] | [INFO] [stdout] and 7 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `UnexpectedType` in this scope [INFO] [stdout] --> tests/random_contract.rs:884:65 [INFO] [stdout] | [INFO] [stdout] 884 | self.memory.store64(arg0 as usize + 8, Error(Value, UnexpectedType) as u64); [INFO] [stdout] | ^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these unit variants [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScErrorCode::UnexpectedType; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_sdk::xdr::ScErrorCode::UnexpectedType; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U32` in this scope [INFO] [stdout] --> tests/random_contract.rs:927:111 [INFO] [stdout] | [INFO] [stdout] 927 | ...f, (arg0 as u32 as i64).wrapping_shl(32i64 as u32) | U32(0), (arg1 as u32 as i64).wrapping_shl(32i64 as u32) | U32(0)); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecType::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecTypeDef::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScVal::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScValType::U32; [INFO] [stdout] | [INFO] [stdout] and 4 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U32` in this scope [INFO] [stdout] --> tests/random_contract.rs:927:169 [INFO] [stdout] | [INFO] [stdout] 927 | ...), (arg1 as u32 as i64).wrapping_shl(32i64 as u32) | U32(0)); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecType::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecTypeDef::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScVal::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScValType::U32; [INFO] [stdout] | [INFO] [stdout] and 4 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var0` in this scope [INFO] [stdout] --> tests/random_contract.rs:953:9 [INFO] [stdout] | [INFO] [stdout] 953 | var0 = 0i32; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 953 - var0 = 0i32; [INFO] [stdout] 953 + var1 = 0i32; [INFO] [stdout] | [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 953 | let var0 = 0i32; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var0` in this scope [INFO] [stdout] --> tests/random_contract.rs:958:17 [INFO] [stdout] | [INFO] [stdout] 958 | var0 = 0i32; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 958 - var0 = 0i32; [INFO] [stdout] 958 + var1 = 0i32; [INFO] [stdout] | [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 958 | let var0 = 0i32; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var0` in this scope [INFO] [stdout] --> tests/random_contract.rs:963:25 [INFO] [stdout] | [INFO] [stdout] 963 | var0 = arg0.wrapping_add(8i32); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 963 - var0 = arg0.wrapping_add(8i32); [INFO] [stdout] 963 + var1 = arg0.wrapping_add(8i32); [INFO] [stdout] | [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 963 | let var0 = arg0.wrapping_add(8i32); [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Void` in this scope [INFO] [stdout] --> tests/random_contract.rs:972:91 [INFO] [stdout] | [INFO] [stdout] 972 | self.memory.store64(var1.wrapping_add(24i32).wrapping_add(arg0) as usize, Void as u64); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these unit variants [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::Void; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecType::Void; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecTypeDef::Void; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScVal::Void; [INFO] [stdout] | [INFO] [stdout] and 5 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var0` in this scope [INFO] [stdout] --> tests/random_contract.rs:973:17 [INFO] [stdout] | [INFO] [stdout] 973 | var0 = arg0.wrapping_add(8i32); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 973 - var0 = arg0.wrapping_add(8i32); [INFO] [stdout] 973 + var1 = arg0.wrapping_add(8i32); [INFO] [stdout] | [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 973 | let var0 = arg0.wrapping_add(8i32); [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Timepoint` in this scope [INFO] [stdout] --> tests/random_contract.rs:987:38 [INFO] [stdout] | [INFO] [stdout] 987 | return arg0.wrapping_shl(Timepoint(0) as u32) | U64(0); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecType::Timepoint; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecTypeDef::Timepoint; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScVal::Timepoint; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScValType::Timepoint; [INFO] [stdout] | [INFO] [stdout] and 4 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U64` in this scope [INFO] [stdout] --> tests/random_contract.rs:987:61 [INFO] [stdout] | [INFO] [stdout] 987 | return arg0.wrapping_shl(Timepoint(0) as u32) | U64(0); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecType::U64; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecTypeDef::U64; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScVal::U64; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScValType::U64; [INFO] [stdout] | [INFO] [stdout] and 4 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U32` in this scope [INFO] [stdout] --> tests/random_contract.rs:996:111 [INFO] [stdout] | [INFO] [stdout] 996 | ...f, (arg0 as u32 as i64).wrapping_shl(32i64 as u32) | U32(0), (arg2 as u32 as i64).wrapping_shl(32i64 as u32) | U32(0), (arg1 as u32 as... [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecType::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecTypeDef::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScVal::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScValType::U32; [INFO] [stdout] | [INFO] [stdout] and 4 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U32` in this scope [INFO] [stdout] --> tests/random_contract.rs:996:169 [INFO] [stdout] | [INFO] [stdout] 996 | ...), (arg2 as u32 as i64).wrapping_shl(32i64 as u32) | U32(0), (arg1 as u32 as i64).wrapping_shl(32i64 as u32) | U32(0)); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecType::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecTypeDef::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScVal::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScValType::U32; [INFO] [stdout] | [INFO] [stdout] and 4 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U32` in this scope [INFO] [stdout] --> tests/random_contract.rs:996:227 [INFO] [stdout] | [INFO] [stdout] 996 | ...), (arg1 as u32 as i64).wrapping_shl(32i64 as u32) | U32(0)); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecType::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecTypeDef::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScVal::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScValType::U32; [INFO] [stdout] | [INFO] [stdout] and 4 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Void` in this scope [INFO] [stdout] --> tests/random_contract.rs:1007:16 [INFO] [stdout] | [INFO] [stdout] 1007 | var3 = Void; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these unit variants [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::Void; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecType::Void; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecTypeDef::Void; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScVal::Void; [INFO] [stdout] | [INFO] [stdout] and 5 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U64` in this scope [INFO] [stdout] --> tests/random_contract.rs:1059:76 [INFO] [stdout] | [INFO] [stdout] 1059 | var5 = var6 as u32 as i64 & 255i64 | var5.wrapping_shl(U64(0) as u32); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecType::U64; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecTypeDef::U64; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScVal::U64; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScValType::U64; [INFO] [stdout] | [INFO] [stdout] and 4 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Timepoint` in this scope [INFO] [stdout] --> tests/random_contract.rs:1066:38 [INFO] [stdout] | [INFO] [stdout] 1066 | return var5.wrapping_shl(Timepoint(0) as u32) | Symbol(); [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecType::Timepoint; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecTypeDef::Timepoint; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScVal::Timepoint; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScValType::Timepoint; [INFO] [stdout] | [INFO] [stdout] and 4 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Symbol` in this scope [INFO] [stdout] --> tests/random_contract.rs:1066:61 [INFO] [stdout] | [INFO] [stdout] 1066 | return var5.wrapping_shl(Timepoint(0) as u32) | Symbol(); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecType::Symbol; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecTypeDef::Symbol; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScVal::Symbol; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScValType::Symbol; [INFO] [stdout] | [INFO] [stdout] and 4 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U32` in this scope [INFO] [stdout] --> tests/random_contract.rs:1069:114 [INFO] [stdout] | [INFO] [stdout] 1069 | ...f, (arg0 as u32 as i64).wrapping_shl(32i64 as u32) | U32(0), (arg1 as u32 as i64).wrapping_shl(32i64 as u32) | U32(0)); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecType::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecTypeDef::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScVal::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScValType::U32; [INFO] [stdout] | [INFO] [stdout] and 4 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U32` in this scope [INFO] [stdout] --> tests/random_contract.rs:1069:172 [INFO] [stdout] | [INFO] [stdout] 1069 | ...), (arg1 as u32 as i64).wrapping_shl(32i64 as u32) | U32(0)); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecType::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecTypeDef::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScVal::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScValType::U32; [INFO] [stdout] | [INFO] [stdout] and 4 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Timepoint` in this scope [INFO] [stdout] --> tests/random_contract.rs:1101:51 [INFO] [stdout] | [INFO] [stdout] 1101 | return (var0 as u64).wrapping_shr(Timepoint(0) as u32) as i64; [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecType::Timepoint; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecTypeDef::Timepoint; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScVal::Timepoint; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScValType::Timepoint; [INFO] [stdout] | [INFO] [stdout] and 4 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:1122:98 [INFO] [stdout] | [INFO] [stdout] 1122 | self.func68(imports, var9.wrapping_add(168i32), arg7, arg8, 20000000i64, False, var9.wrapping_add(188i32)); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 1122 - self.func68(imports, var9.wrapping_add(168i32), arg7, arg8, 20000000i64, False, var9.wrapping_add(188i32)); [INFO] [stdout] 1122 + self.func68(imports, var9.wrapping_add(168i32), arg7, arg8, 20000000i64, false, var9.wrapping_add(188i32)); [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var7` in this scope [INFO] [stdout] --> tests/random_contract.rs:1125:25 [INFO] [stdout] | [INFO] [stdout] 1125 | var7 = var16; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1125 - var7 = var16; [INFO] [stdout] 1125 + var9 = var16; [INFO] [stdout] | [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 1125 | let var7 = var16; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var8` in this scope [INFO] [stdout] --> tests/random_contract.rs:1127:25 [INFO] [stdout] | [INFO] [stdout] 1127 | var8 = var17; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1127 - var8 = var17; [INFO] [stdout] 1127 + var9 = var17; [INFO] [stdout] | [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 1127 | let var8 = var17; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:1131:71 [INFO] [stdout] | [INFO] [stdout] 1131 | let var21 = self.func69(imports, 10000000i64, False); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 1131 - let var21 = self.func69(imports, 10000000i64, False); [INFO] [stdout] 1131 + let var21 = self.func69(imports, 10000000i64, false); [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var1` in this scope [INFO] [stdout] --> tests/random_contract.rs:1141:25 [INFO] [stdout] | [INFO] [stdout] 1141 | var1 = var29; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1141 | var10 = var29; [INFO] [stdout] | + [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 1141 | let var1 = var29; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var1` in this scope [INFO] [stdout] --> tests/random_contract.rs:1147:25 [INFO] [stdout] | [INFO] [stdout] 1147 | var1 = var31; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1147 | var10 = var31; [INFO] [stdout] | + [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 1147 | let var1 = var31; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var3` in this scope [INFO] [stdout] --> tests/random_contract.rs:1151:25 [INFO] [stdout] | [INFO] [stdout] 1151 | var3 = var34; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1151 | var13 = var34; [INFO] [stdout] | + [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 1151 | let var3 = var34; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var1` in this scope [INFO] [stdout] --> tests/random_contract.rs:1155:25 [INFO] [stdout] | [INFO] [stdout] 1155 | var1 = { let a = var33; let b = False; if var10 != 0 { a } else { b } }; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1155 | var10 = { let a = var33; let b = False; if var10 != 0 { a } else { b } }; [INFO] [stdout] | + [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 1155 | let var1 = { let a = var33; let b = False; if var10 != 0 { a } else { b } }; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:1155:57 [INFO] [stdout] | [INFO] [stdout] 1155 | var1 = { let a = var33; let b = False; if var10 != 0 { a } else { b } }; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 1155 - var1 = { let a = var33; let b = False; if var10 != 0 { a } else { b } }; [INFO] [stdout] 1155 + var1 = { let a = var33; let b = false; if var10 != 0 { a } else { b } }; [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var2` in this scope [INFO] [stdout] --> tests/random_contract.rs:1159:25 [INFO] [stdout] | [INFO] [stdout] 1159 | var2 = { let a = var37; let b = False; if var11 != 0 { a } else { b } }; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1159 | var12 = { let a = var37; let b = False; if var11 != 0 { a } else { b } }; [INFO] [stdout] | + [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 1159 | let var2 = { let a = var37; let b = False; if var11 != 0 { a } else { b } }; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:1159:57 [INFO] [stdout] | [INFO] [stdout] 1159 | var2 = { let a = var37; let b = False; if var11 != 0 { a } else { b } }; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 1159 - var2 = { let a = var37; let b = False; if var11 != 0 { a } else { b } }; [INFO] [stdout] 1159 + var2 = { let a = var37; let b = false; if var11 != 0 { a } else { b } }; [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var3` in this scope [INFO] [stdout] --> tests/random_contract.rs:1160:25 [INFO] [stdout] | [INFO] [stdout] 1160 | var3 = { let a = arg3; let b = False; if var10 != 0 { a } else { b } }; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1160 | var13 = { let a = arg3; let b = False; if var10 != 0 { a } else { b } }; [INFO] [stdout] | + [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 1160 | let var3 = { let a = arg3; let b = False; if var10 != 0 { a } else { b } }; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:1160:56 [INFO] [stdout] | [INFO] [stdout] 1160 | var3 = { let a = arg3; let b = False; if var10 != 0 { a } else { b } }; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 1160 - var3 = { let a = arg3; let b = False; if var10 != 0 { a } else { b } }; [INFO] [stdout] 1160 + var3 = { let a = arg3; let b = false; if var10 != 0 { a } else { b } }; [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var4` in this scope [INFO] [stdout] --> tests/random_contract.rs:1162:25 [INFO] [stdout] | [INFO] [stdout] 1162 | var4 = var3.wrapping_add({ let a = var39; let b = False; if var11 != 0 { a } else { b } }); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1162 | var24 = var3.wrapping_add({ let a = var39; let b = False; if var11 != 0 { a } else { b } }); [INFO] [stdout] | + [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 1162 | let var4 = var3.wrapping_add({ let a = var39; let b = False; if var11 != 0 { a } else { b } }); [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var3` in this scope [INFO] [stdout] --> tests/random_contract.rs:1162:32 [INFO] [stdout] | [INFO] [stdout] 1162 | var4 = var3.wrapping_add({ let a = var39; let b = False; if var11 != 0 { a } else { b } }); [INFO] [stdout] | ^^^^ help: a local variable with a similar name exists: `var13` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:1162:75 [INFO] [stdout] | [INFO] [stdout] 1162 | var4 = var3.wrapping_add({ let a = var39; let b = False; if var11 != 0 { a } else { b } }); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 1162 - var4 = var3.wrapping_add({ let a = var39; let b = False; if var11 != 0 { a } else { b } }); [INFO] [stdout] 1162 + var4 = var3.wrapping_add({ let a = var39; let b = false; if var11 != 0 { a } else { b } }); [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var3` in this scope [INFO] [stdout] --> tests/random_contract.rs:1163:25 [INFO] [stdout] | [INFO] [stdout] 1163 | var3 = (((var4 as u64) < arg3 as u64) as i32 as u32 as i64).wrapping_add(arg1.wrapping_add(arg2)); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1163 | var13 = (((var4 as u64) < arg3 as u64) as i32 as u32 as i64).wrapping_add(arg1.wrapping_add(arg2)); [INFO] [stdout] | + [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 1163 | let var3 = (((var4 as u64) < arg3 as u64) as i32 as u32 as i64).wrapping_add(arg1.wrapping_add(arg2)); [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var4` in this scope [INFO] [stdout] --> tests/random_contract.rs:1163:35 [INFO] [stdout] | [INFO] [stdout] 1163 | var3 = (((var4 as u64) < arg3 as u64) as i32 as u32 as i64).wrapping_add(arg1.wrapping_add(arg2)); [INFO] [stdout] | ^^^^ help: a local variable with a similar name exists: `var24` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var1` in this scope [INFO] [stdout] --> tests/random_contract.rs:1164:30 [INFO] [stdout] | [INFO] [stdout] 1164 | if ((var1 ^ var2 ^ -1i64) & (arg1 ^ var3) >= False) as i32 != 0 { [INFO] [stdout] | ^^^^ help: a local variable with a similar name exists: `var10` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var2` in this scope [INFO] [stdout] --> tests/random_contract.rs:1164:37 [INFO] [stdout] | [INFO] [stdout] 1164 | if ((var1 ^ var2 ^ -1i64) & (arg1 ^ var3) >= False) as i32 != 0 { [INFO] [stdout] | ^^^^ help: a local variable with a similar name exists: `var12` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var3` in this scope [INFO] [stdout] --> tests/random_contract.rs:1164:61 [INFO] [stdout] | [INFO] [stdout] 1164 | if ((var1 ^ var2 ^ -1i64) & (arg1 ^ var3) >= False) as i32 != 0 { [INFO] [stdout] | ^^^^ help: a local variable with a similar name exists: `var13` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:1164:70 [INFO] [stdout] | [INFO] [stdout] 1164 | if ((var1 ^ var2 ^ -1i64) & (arg1 ^ var3) >= False) as i32 != 0 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 1164 - if ((var1 ^ var2 ^ -1i64) & (arg1 ^ var3) >= False) as i32 != 0 { [INFO] [stdout] 1164 + if ((var1 ^ var2 ^ -1i64) & (arg1 ^ var3) >= false) as i32 != 0 { [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var7` in this scope [INFO] [stdout] --> tests/random_contract.rs:1175:21 [INFO] [stdout] | [INFO] [stdout] 1175 | var7 = arg4.wrapping_sub(arg6).wrapping_sub(((arg3 as u64) < arg5 as u64) as i32 as u32 as i64); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1175 - var7 = arg4.wrapping_sub(arg6).wrapping_sub(((arg3 as u64) < arg5 as u64) as i32 as u32 as i64); [INFO] [stdout] 1175 + var9 = arg4.wrapping_sub(arg6).wrapping_sub(((arg3 as u64) < arg5 as u64) as i32 as u32 as i64); [INFO] [stdout] | [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 1175 | let var7 = arg4.wrapping_sub(arg6).wrapping_sub(((arg3 as u64) < arg5 as u64) as i32 as u32 as i64); [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var7` in this scope [INFO] [stdout] --> tests/random_contract.rs:1176:41 [INFO] [stdout] | [INFO] [stdout] 1176 | if (var12 & (arg4 ^ var7) < False) as i32 != 0 { [INFO] [stdout] | ^^^^ help: a local variable with a similar name exists: `var9` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:1176:49 [INFO] [stdout] | [INFO] [stdout] 1176 | if (var12 & (arg4 ^ var7) < False) as i32 != 0 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 1176 - if (var12 & (arg4 ^ var7) < False) as i32 != 0 { [INFO] [stdout] 1176 + if (var12 & (arg4 ^ var7) < false) as i32 != 0 { [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var4` in this scope [INFO] [stdout] --> tests/random_contract.rs:1180:21 [INFO] [stdout] | [INFO] [stdout] 1180 | var4 = var42; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1180 | var41 = var42; [INFO] [stdout] | + [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 1180 | let var4 = var42; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var6` in this scope [INFO] [stdout] --> tests/random_contract.rs:1182:21 [INFO] [stdout] | [INFO] [stdout] 1182 | var6 = var43; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1182 - var6 = var43; [INFO] [stdout] 1182 + var9 = var43; [INFO] [stdout] | [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 1182 | let var6 = var43; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Void` in this scope [INFO] [stdout] --> tests/random_contract.rs:1191:82 [INFO] [stdout] | [INFO] [stdout] 1191 | self.func71(imports, var9.wrapping_add(56i32), var46, var47, Void, False); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these unit variants [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::Void; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecType::Void; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecTypeDef::Void; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScVal::Void; [INFO] [stdout] | [INFO] [stdout] and 5 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:1191:88 [INFO] [stdout] | [INFO] [stdout] 1191 | self.func71(imports, var9.wrapping_add(56i32), var46, var47, Void, False); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 1191 - self.func71(imports, var9.wrapping_add(56i32), var46, var47, Void, False); [INFO] [stdout] 1191 + self.func71(imports, var9.wrapping_add(56i32), var46, var47, Void, false); [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var1` in this scope [INFO] [stdout] --> tests/random_contract.rs:1193:21 [INFO] [stdout] | [INFO] [stdout] 1193 | var1 = var49; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1193 | var10 = var49; [INFO] [stdout] | + [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 1193 | let var1 = var49; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var1` in this scope [INFO] [stdout] --> tests/random_contract.rs:1194:33 [INFO] [stdout] | [INFO] [stdout] 1194 | let var50 = var1; [INFO] [stdout] | ^^^^ help: a local variable with a similar name exists: `var10` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var2` in this scope [INFO] [stdout] --> tests/random_contract.rs:1196:21 [INFO] [stdout] | [INFO] [stdout] 1196 | var2 = arg6.wrapping_add(var51); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1196 | var12 = arg6.wrapping_add(var51); [INFO] [stdout] | + [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 1196 | let var2 = arg6.wrapping_add(var51); [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var1` in this scope [INFO] [stdout] --> tests/random_contract.rs:1197:21 [INFO] [stdout] | [INFO] [stdout] 1197 | var1 = (((var2 as u64) < arg6 as u64) as i32 as u32 as i64).wrapping_add(arg1.wrapping_add(arg4)); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1197 | var10 = (((var2 as u64) < arg6 as u64) as i32 as u32 as i64).wrapping_add(arg1.wrapping_add(arg4)); [INFO] [stdout] | + [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 1197 | let var1 = (((var2 as u64) < arg6 as u64) as i32 as u32 as i64).wrapping_add(arg1.wrapping_add(arg4)); [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var2` in this scope [INFO] [stdout] --> tests/random_contract.rs:1197:31 [INFO] [stdout] | [INFO] [stdout] 1197 | var1 = (((var2 as u64) < arg6 as u64) as i32 as u32 as i64).wrapping_add(arg1.wrapping_add(arg4)); [INFO] [stdout] | ^^^^ help: a local variable with a similar name exists: `var12` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var1` in this scope [INFO] [stdout] --> tests/random_contract.rs:1198:58 [INFO] [stdout] | [INFO] [stdout] 1198 | if ((arg4 ^ var50 ^ -1i64) & (arg4 ^ var1) < False) as i32 != 0 { [INFO] [stdout] | ^^^^ help: a local variable with a similar name exists: `var10` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:1198:66 [INFO] [stdout] | [INFO] [stdout] 1198 | if ((arg4 ^ var50 ^ -1i64) & (arg4 ^ var1) < False) as i32 != 0 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 1198 - if ((arg4 ^ var50 ^ -1i64) & (arg4 ^ var1) < False) as i32 != 0 { [INFO] [stdout] 1198 + if ((arg4 ^ var50 ^ -1i64) & (arg4 ^ var1) < false) as i32 != 0 { [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:1201:93 [INFO] [stdout] | [INFO] [stdout] 1201 | self.func71(imports, var9.wrapping_add(40i32), arg2, arg1, 10000000i64, False); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 1201 - self.func71(imports, var9.wrapping_add(40i32), arg2, arg1, 10000000i64, False); [INFO] [stdout] 1201 + self.func71(imports, var9.wrapping_add(40i32), arg2, arg1, 10000000i64, false); [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var3` in this scope [INFO] [stdout] --> tests/random_contract.rs:1203:21 [INFO] [stdout] | [INFO] [stdout] 1203 | var3 = var53; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1203 | var13 = var53; [INFO] [stdout] | + [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 1203 | let var3 = var53; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var4` in this scope [INFO] [stdout] --> tests/random_contract.rs:1205:21 [INFO] [stdout] | [INFO] [stdout] 1205 | var4 = var54; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1205 | var41 = var54; [INFO] [stdout] | + [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 1205 | let var4 = var54; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:1216:71 [INFO] [stdout] | [INFO] [stdout] 1216 | self.func71(imports, var9, var57, var58, 10000000i64, False); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 1216 - self.func71(imports, var9, var57, var58, 10000000i64, False); [INFO] [stdout] 1216 + self.func71(imports, var9, var57, var58, 10000000i64, false); [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var3` in this scope [INFO] [stdout] --> tests/random_contract.rs:1218:17 [INFO] [stdout] | [INFO] [stdout] 1218 | var3 = var60; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1218 | var13 = var60; [INFO] [stdout] | + [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 1218 | let var3 = var60; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var4` in this scope [INFO] [stdout] --> tests/random_contract.rs:1220:17 [INFO] [stdout] | [INFO] [stdout] 1220 | var4 = var61; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1220 - var4 = var61; [INFO] [stdout] 1220 + var9 = var61; [INFO] [stdout] | [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 1220 | let var4 = var61; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:1256:29 [INFO] [stdout] | [INFO] [stdout] 1256 | var12 = (arg2 < False) as i32; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 1256 - var12 = (arg2 < False) as i32; [INFO] [stdout] 1256 + var12 = (arg2 < false) as i32; [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:1257:31 [INFO] [stdout] | [INFO] [stdout] 1257 | var13 = { let a = False.wrapping_sub(arg1); let b = arg1; if var12 != 0 { a } else { b } }; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 1257 - var13 = { let a = False.wrapping_sub(arg1); let b = arg1; if var12 != 0 { a } else { b } }; [INFO] [stdout] 1257 + var13 = { let a = false.wrapping_sub(arg1); let b = arg1; if var12 != 0 { a } else { b } }; [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:1258:28 [INFO] [stdout] | [INFO] [stdout] 1258 | var6 = (arg4 < False) as i32; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 1258 - var6 = (arg4 < False) as i32; [INFO] [stdout] 1258 + var6 = (arg4 < false) as i32; [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:1259:31 [INFO] [stdout] | [INFO] [stdout] 1259 | var14 = { let a = False.wrapping_sub(arg3); let b = arg3; if var6 != 0 { a } else { b } }; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 1259 - var14 = { let a = False.wrapping_sub(arg3); let b = arg3; if var6 != 0 { a } else { b } }; [INFO] [stdout] 1259 + var14 = { let a = false.wrapping_sub(arg3); let b = arg3; if var6 != 0 { a } else { b } }; [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var3` in this scope [INFO] [stdout] --> tests/random_contract.rs:1260:13 [INFO] [stdout] | [INFO] [stdout] 1260 | ... var3 = { let a = False.wrapping_sub(arg4.wrapping_add((arg3 != False) as i32 as u32 as i64)); let b = arg4; if var6 != 0 { a } else... [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1260 | var13 = { let a = False.wrapping_sub(arg4.wrapping_add((arg3 != False) as i32 as u32 as i64)); let b = arg4; if var6 != 0 { a } else { b } }; [INFO] [stdout] | + [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 1260 | let var3 = { let a = False.wrapping_sub(arg4.wrapping_add((arg3 != False) as i32 as u32 as i64)); let b = arg4; if var6 != 0 { a } else { b } }; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:1260:30 [INFO] [stdout] | [INFO] [stdout] 1260 | ... var3 = { let a = False.wrapping_sub(arg4.wrapping_add((arg3 != False) as i32 as u32 as i64)); let b = arg4; if var6 != 0 { a } else... [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 1260 - var3 = { let a = False.wrapping_sub(arg4.wrapping_add((arg3 != False) as i32 as u32 as i64)); let b = arg4; if var6 != 0 { a } else { b } }; [INFO] [stdout] 1260 + var3 = { let a = false.wrapping_sub(arg4.wrapping_add((arg3 != False) as i32 as u32 as i64)); let b = arg4; if var6 != 0 { a } else { b } }; [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:1260:76 [INFO] [stdout] | [INFO] [stdout] 1260 | ... var3 = { let a = False.wrapping_sub(arg4.wrapping_add((arg3 != False) as i32 as u32 as i64)); let b = arg4; if var6 != 0 { a } else... [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 1260 - var3 = { let a = False.wrapping_sub(arg4.wrapping_add((arg3 != False) as i32 as u32 as i64)); let b = arg4; if var6 != 0 { a } else { b } }; [INFO] [stdout] 1260 + var3 = { let a = False.wrapping_sub(arg4.wrapping_add((arg3 != false) as i32 as u32 as i64)); let b = arg4; if var6 != 0 { a } else { b } }; [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var1` in this scope [INFO] [stdout] --> tests/random_contract.rs:1267:17 [INFO] [stdout] | [INFO] [stdout] 1267 | ... var1 = { let a = False.wrapping_sub(arg2.wrapping_add((arg1 != False) as i32 as u32 as i64)); let b = arg2; if var12 != 0 { a } els... [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1267 | var10 = { let a = False.wrapping_sub(arg2.wrapping_add((arg1 != False) as i32 as u32 as i64)); let b = arg2; if var12 != 0 { a } else { b } }; [INFO] [stdout] | + [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 1267 | let var1 = { let a = False.wrapping_sub(arg2.wrapping_add((arg1 != False) as i32 as u32 as i64)); let b = arg2; if var12 != 0 { a } else { b } }; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:1267:34 [INFO] [stdout] | [INFO] [stdout] 1267 | ... var1 = { let a = False.wrapping_sub(arg2.wrapping_add((arg1 != False) as i32 as u32 as i64)); let b = arg2; if var12 != 0 { a } els... [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 1267 - var1 = { let a = False.wrapping_sub(arg2.wrapping_add((arg1 != False) as i32 as u32 as i64)); let b = arg2; if var12 != 0 { a } else { b } }; [INFO] [stdout] 1267 + var1 = { let a = false.wrapping_sub(arg2.wrapping_add((arg1 != False) as i32 as u32 as i64)); let b = arg2; if var12 != 0 { a } else { b } }; [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:1267:80 [INFO] [stdout] | [INFO] [stdout] 1267 | ... var1 = { let a = False.wrapping_sub(arg2.wrapping_add((arg1 != False) as i32 as u32 as i64)); let b = arg2; if var12 != 0 { a } els... [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 1267 - var1 = { let a = False.wrapping_sub(arg2.wrapping_add((arg1 != False) as i32 as u32 as i64)); let b = arg2; if var12 != 0 { a } else { b } }; [INFO] [stdout] 1267 + var1 = { let a = False.wrapping_sub(arg2.wrapping_add((arg1 != false) as i32 as u32 as i64)); let b = arg2; if var12 != 0 { a } else { b } }; [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var1` in this scope [INFO] [stdout] --> tests/random_contract.rs:1268:22 [INFO] [stdout] | [INFO] [stdout] 1268 | if ((var1 == 0) as i32 == 0) as i32 != 0 { [INFO] [stdout] | ^^^^ help: a local variable with a similar name exists: `var10` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var1` in this scope [INFO] [stdout] --> tests/random_contract.rs:1272:25 [INFO] [stdout] | [INFO] [stdout] 1272 | var1 = var22; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1272 | var10 = var22; [INFO] [stdout] | + [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 1272 | let var1 = var22; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:1278:77 [INFO] [stdout] | [INFO] [stdout] 1278 | self.func100(imports, var6.wrapping_sub(-64i32), var13, False, var14, arg3); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 1278 - self.func100(imports, var6.wrapping_sub(-64i32), var13, False, var14, arg3); [INFO] [stdout] 1278 + self.func100(imports, var6.wrapping_sub(-64i32), var13, false, var14, arg3); [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:1279:75 [INFO] [stdout] | [INFO] [stdout] 1279 | self.func100(imports, var6.wrapping_add(48i32), arg1, False, var14, arg3); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 1279 - self.func100(imports, var6.wrapping_add(48i32), arg1, False, var14, arg3); [INFO] [stdout] 1279 + self.func100(imports, var6.wrapping_add(48i32), arg1, false, var14, arg3); [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var3` in this scope [INFO] [stdout] --> tests/random_contract.rs:1282:21 [INFO] [stdout] | [INFO] [stdout] 1282 | var3 = var27; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1282 | var13 = var27; [INFO] [stdout] | + [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 1282 | let var3 = var27; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var1` in this scope [INFO] [stdout] --> tests/random_contract.rs:1284:21 [INFO] [stdout] | [INFO] [stdout] 1284 | var1 = var3.wrapping_add(var28); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1284 | var10 = var3.wrapping_add(var28); [INFO] [stdout] | + [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 1284 | let var1 = var3.wrapping_add(var28); [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var3` in this scope [INFO] [stdout] --> tests/random_contract.rs:1284:28 [INFO] [stdout] | [INFO] [stdout] 1284 | var1 = var3.wrapping_add(var28); [INFO] [stdout] | ^^^^ help: a local variable with a similar name exists: `var13` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:1285:39 [INFO] [stdout] | [INFO] [stdout] 1285 | var10 = (var26 != False) as i32 | ((var1 as u64) < arg3 as u64) as i32; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 1285 - var10 = (var26 != False) as i32 | ((var1 as u64) < arg3 as u64) as i32; [INFO] [stdout] 1285 + var10 = (var26 != false) as i32 | ((var1 as u64) < arg3 as u64) as i32; [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var1` in this scope [INFO] [stdout] --> tests/random_contract.rs:1285:57 [INFO] [stdout] | [INFO] [stdout] 1285 | var10 = (var26 != False) as i32 | ((var1 as u64) < arg3 as u64) as i32; [INFO] [stdout] | ^^^^ help: a local variable with a similar name exists: `var10` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:1291:76 [INFO] [stdout] | [INFO] [stdout] 1291 | self.func100(imports, var6.wrapping_add(32i32), var14, False, var13, arg1); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 1291 - self.func100(imports, var6.wrapping_add(32i32), var14, False, var13, arg1); [INFO] [stdout] 1291 + self.func100(imports, var6.wrapping_add(32i32), var14, false, var13, arg1); [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:1292:75 [INFO] [stdout] | [INFO] [stdout] 1292 | self.func100(imports, var6.wrapping_add(16i32), arg3, False, var13, arg1); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 1292 - self.func100(imports, var6.wrapping_add(16i32), arg3, False, var13, arg1); [INFO] [stdout] 1292 + self.func100(imports, var6.wrapping_add(16i32), arg3, false, var13, arg1); [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var3` in this scope [INFO] [stdout] --> tests/random_contract.rs:1295:21 [INFO] [stdout] | [INFO] [stdout] 1295 | var3 = var33; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1295 | var13 = var33; [INFO] [stdout] | + [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 1295 | let var3 = var33; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var1` in this scope [INFO] [stdout] --> tests/random_contract.rs:1297:21 [INFO] [stdout] | [INFO] [stdout] 1297 | var1 = var3.wrapping_add(var34); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1297 | var10 = var3.wrapping_add(var34); [INFO] [stdout] | + [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 1297 | let var1 = var3.wrapping_add(var34); [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var3` in this scope [INFO] [stdout] --> tests/random_contract.rs:1297:28 [INFO] [stdout] | [INFO] [stdout] 1297 | var1 = var3.wrapping_add(var34); [INFO] [stdout] | ^^^^ help: a local variable with a similar name exists: `var13` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:1298:39 [INFO] [stdout] | [INFO] [stdout] 1298 | var10 = (var32 != False) as i32 | ((var1 as u64) < arg3 as u64) as i32; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 1298 - var10 = (var32 != False) as i32 | ((var1 as u64) < arg3 as u64) as i32; [INFO] [stdout] 1298 + var10 = (var32 != false) as i32 | ((var1 as u64) < arg3 as u64) as i32; [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var1` in this scope [INFO] [stdout] --> tests/random_contract.rs:1298:57 [INFO] [stdout] | [INFO] [stdout] 1298 | var10 = (var32 != False) as i32 | ((var1 as u64) < arg3 as u64) as i32; [INFO] [stdout] | ^^^^ help: a local variable with a similar name exists: `var10` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var1` in this scope [INFO] [stdout] --> tests/random_contract.rs:1305:17 [INFO] [stdout] | [INFO] [stdout] 1305 | var1 = var37; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1305 | var10 = var37; [INFO] [stdout] | + [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 1305 | let var1 = var37; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var2` in this scope [INFO] [stdout] --> tests/random_contract.rs:1322:21 [INFO] [stdout] | [INFO] [stdout] 1322 | var2 = arg2 ^ arg4; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1322 | var12 = arg2 ^ arg4; [INFO] [stdout] | + [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 1322 | let var2 = arg2 ^ arg4; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var2` in this scope [INFO] [stdout] --> tests/random_contract.rs:1323:25 [INFO] [stdout] | [INFO] [stdout] 1323 | if (var2 >= False) as i32 != 0 { [INFO] [stdout] | ^^^^ help: a local variable with a similar name exists: `var12` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:1323:33 [INFO] [stdout] | [INFO] [stdout] 1323 | if (var2 >= False) as i32 != 0 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 1323 - if (var2 >= False) as i32 != 0 { [INFO] [stdout] 1323 + if (var2 >= false) as i32 != 0 { [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:1324:45 [INFO] [stdout] | [INFO] [stdout] 1324 | if (arg2 ^ var14 >= False) as i32 != 0 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 1324 - if (arg2 ^ var14 >= False) as i32 != 0 { [INFO] [stdout] 1324 + if (arg2 ^ var14 >= false) as i32 != 0 { [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var1` in this scope [INFO] [stdout] --> tests/random_contract.rs:1330:21 [INFO] [stdout] | [INFO] [stdout] 1330 | var1 = False.wrapping_sub(var13); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1330 | var10 = False.wrapping_sub(var13); [INFO] [stdout] | + [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 1330 | let var1 = False.wrapping_sub(var13); [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:1330:28 [INFO] [stdout] | [INFO] [stdout] 1330 | var1 = False.wrapping_sub(var13); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 1330 - var1 = False.wrapping_sub(var13); [INFO] [stdout] 1330 + var1 = false.wrapping_sub(var13); [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:1331:29 [INFO] [stdout] | [INFO] [stdout] 1331 | var14 = False.wrapping_sub(var14.wrapping_add((var13 != False) as i32 as u32 as i64)); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 1331 - var14 = False.wrapping_sub(var14.wrapping_add((var13 != False) as i32 as u32 as i64)); [INFO] [stdout] 1331 + var14 = false.wrapping_sub(var14.wrapping_add((var13 != False) as i32 as u32 as i64)); [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:1331:77 [INFO] [stdout] | [INFO] [stdout] 1331 | var14 = False.wrapping_sub(var14.wrapping_add((var13 != False) as i32 as u32 as i64)); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 1331 - var14 = False.wrapping_sub(var14.wrapping_add((var13 != False) as i32 as u32 as i64)); [INFO] [stdout] 1331 + var14 = False.wrapping_sub(var14.wrapping_add((var13 != false) as i32 as u32 as i64)); [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:1332:40 [INFO] [stdout] | [INFO] [stdout] 1332 | if (arg2 ^ var14 < False) as i32 != 0 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 1332 - if (arg2 ^ var14 < False) as i32 != 0 { [INFO] [stdout] 1332 + if (arg2 ^ var14 < false) as i32 != 0 { [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var1` in this scope [INFO] [stdout] --> tests/random_contract.rs:1352:9 [INFO] [stdout] | [INFO] [stdout] 1352 | var1 = var42; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1352 | var10 = var42; [INFO] [stdout] | + [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 1352 | let var1 = var42; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var2` in this scope [INFO] [stdout] --> tests/random_contract.rs:1354:9 [INFO] [stdout] | [INFO] [stdout] 1354 | var2 = var43; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1354 | var12 = var43; [INFO] [stdout] | + [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 1354 | let var2 = var43; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Timepoint` in this scope [INFO] [stdout] --> tests/random_contract.rs:1366:216 [INFO] [stdout] | [INFO] [stdout] 1366 | ...i64 as u32) | (arg0 & 4278190080i64).wrapping_shl(Timepoint(0) as u32) | (arg0 as u64).wrapping_shr(Timepoint(0) as u32) as i64 & 4278... [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecType::Timepoint; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecTypeDef::Timepoint; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScVal::Timepoint; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScValType::Timepoint; [INFO] [stdout] | [INFO] [stdout] and 4 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Timepoint` in this scope [INFO] [stdout] --> tests/random_contract.rs:1366:266 [INFO] [stdout] | [INFO] [stdout] 1366 | ...Timepoint(0) as u32) | (arg0 as u64).wrapping_shr(Timepoint(0) as u32) as i64 & 4278190080i64 | (arg0 as u64).wrapping_shr(24i64 as u3... [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecType::Timepoint; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecTypeDef::Timepoint; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScVal::Timepoint; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScValType::Timepoint; [INFO] [stdout] | [INFO] [stdout] and 4 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Timepoint` in this scope [INFO] [stdout] --> tests/random_contract.rs:1367:212 [INFO] [stdout] | [INFO] [stdout] 1367 | ...i64 as u32) | (arg1 & 4278190080i64).wrapping_shl(Timepoint(0) as u32) | (arg1 as u64).wrapping_shr(Timepoint(0) as u32) as i64 & 4278... [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecType::Timepoint; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecTypeDef::Timepoint; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScVal::Timepoint; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScValType::Timepoint; [INFO] [stdout] | [INFO] [stdout] and 4 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Timepoint` in this scope [INFO] [stdout] --> tests/random_contract.rs:1367:262 [INFO] [stdout] | [INFO] [stdout] 1367 | ...Timepoint(0) as u32) | (arg1 as u64).wrapping_shr(Timepoint(0) as u32) as i64 & 4278190080i64 | (arg1 as u64).wrapping_shr(24i64 as u3... [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecType::Timepoint; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecTypeDef::Timepoint; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScVal::Timepoint; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScValType::Timepoint; [INFO] [stdout] | [INFO] [stdout] and 4 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var0` in this scope [INFO] [stdout] --> tests/random_contract.rs:1369:9 [INFO] [stdout] | [INFO] [stdout] 1369 | var0 = var4; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1369 - var0 = var4; [INFO] [stdout] 1369 + var2 = var4; [INFO] [stdout] | [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 1369 | let var0 = var4; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:1370:95 [INFO] [stdout] | [INFO] [stdout] 1370 | let var5 = self.func102(imports, { let a = 1049256i32; let b = 1049240i32; if (arg1 < False) as i32 != 0 { a } else { b } }); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 1370 - let var5 = self.func102(imports, { let a = 1049256i32; let b = 1049240i32; if (arg1 < False) as i32 != 0 { a } else { b } }); [INFO] [stdout] 1370 + let var5 = self.func102(imports, { let a = 1049256i32; let b = 1049240i32; if (arg1 < false) as i32 != 0 { a } else { b } }); [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var1` in this scope [INFO] [stdout] --> tests/random_contract.rs:1386:9 [INFO] [stdout] | [INFO] [stdout] 1386 | var1 = var8; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1386 - var1 = var8; [INFO] [stdout] 1386 + var2 = var8; [INFO] [stdout] | [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 1386 | let var1 = var8; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var1` in this scope [INFO] [stdout] --> tests/random_contract.rs:1387:46 [INFO] [stdout] | [INFO] [stdout] 1387 | let var9 = imports.bytes_slice(self, var1, U32(0), U32(16)); [INFO] [stdout] | ^^^^ help: a local variable with a similar name exists: `var2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U32` in this scope [INFO] [stdout] --> tests/random_contract.rs:1387:52 [INFO] [stdout] | [INFO] [stdout] 1387 | let var9 = imports.bytes_slice(self, var1, U32(0), U32(16)); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecType::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecTypeDef::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScVal::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScValType::U32; [INFO] [stdout] | [INFO] [stdout] and 4 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U32` in this scope [INFO] [stdout] --> tests/random_contract.rs:1387:60 [INFO] [stdout] | [INFO] [stdout] 1387 | let var9 = imports.bytes_slice(self, var1, U32(0), U32(16)); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecType::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecTypeDef::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScVal::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScValType::U32; [INFO] [stdout] | [INFO] [stdout] and 4 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U32` in this scope [INFO] [stdout] --> tests/random_contract.rs:1399:57 [INFO] [stdout] | [INFO] [stdout] 1399 | let var14 = imports.bytes_slice(self, arg1, U32(16), U32(32)); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecType::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecTypeDef::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScVal::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScValType::U32; [INFO] [stdout] | [INFO] [stdout] and 4 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U32` in this scope [INFO] [stdout] --> tests/random_contract.rs:1399:66 [INFO] [stdout] | [INFO] [stdout] 1399 | let var14 = imports.bytes_slice(self, arg1, U32(16), U32(32)); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecType::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecTypeDef::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScVal::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScValType::U32; [INFO] [stdout] | [INFO] [stdout] and 4 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var1` in this scope [INFO] [stdout] --> tests/random_contract.rs:1406:13 [INFO] [stdout] | [INFO] [stdout] 1406 | var1 = var17; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1406 | var11 = var17; [INFO] [stdout] | + [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 1406 | let var1 = var17; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Timepoint` in this scope [INFO] [stdout] --> tests/random_contract.rs:1409:187 [INFO] [stdout] | [INFO] [stdout] 1409 | ...i64 as u32) | (var2 & 4278190080i64).wrapping_shl(Timepoint(0) as u32) | (var2 as u64).wrapping_shr(Timepoint(0) as u32) as i64 & 4278... [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecType::Timepoint; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecTypeDef::Timepoint; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScVal::Timepoint; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScValType::Timepoint; [INFO] [stdout] | [INFO] [stdout] and 4 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Timepoint` in this scope [INFO] [stdout] --> tests/random_contract.rs:1409:237 [INFO] [stdout] | [INFO] [stdout] 1409 | ...Timepoint(0) as u32) | (var2 as u64).wrapping_shr(Timepoint(0) as u32) as i64 & 4278190080i64 | (var2 as u64).wrapping_shr(24i64 as u3... [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecType::Timepoint; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecTypeDef::Timepoint; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScVal::Timepoint; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScValType::Timepoint; [INFO] [stdout] | [INFO] [stdout] and 4 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Timepoint` in this scope [INFO] [stdout] --> tests/random_contract.rs:1411:220 [INFO] [stdout] | [INFO] [stdout] 1411 | ...i64 as u32) | (arg1 & 4278190080i64).wrapping_shl(Timepoint(0) as u32) | (arg1 as u64).wrapping_shr(Timepoint(0) as u32) as i64 & 4278... [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecType::Timepoint; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecTypeDef::Timepoint; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScVal::Timepoint; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScValType::Timepoint; [INFO] [stdout] | [INFO] [stdout] and 4 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Timepoint` in this scope [INFO] [stdout] --> tests/random_contract.rs:1411:270 [INFO] [stdout] | [INFO] [stdout] 1411 | ...Timepoint(0) as u32) | (arg1 as u64).wrapping_shr(Timepoint(0) as u32) as i64 & 4278190080i64 | (arg1 as u64).wrapping_shr(24i64 as u3... [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecType::Timepoint; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecTypeDef::Timepoint; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScVal::Timepoint; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScValType::Timepoint; [INFO] [stdout] | [INFO] [stdout] and 4 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:1412:86 [INFO] [stdout] | [INFO] [stdout] 1412 | ... self.memory.store64(arg0 as usize, ((var3 | var4 == 0) as i32 & (var2 >= False) as i32 | (var3 & var4 == -1i64) as i32 & (var2 < Fa... [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 1412 - self.memory.store64(arg0 as usize, ((var3 | var4 == 0) as i32 & (var2 >= False) as i32 | (var3 & var4 == -1i64) as i32 & (var2 < False) as i32) as u32 as i64 as u64); [INFO] [stdout] 1412 + self.memory.store64(arg0 as usize, ((var3 | var4 == 0) as i32 & (var2 >= false) as i32 | (var3 & var4 == -1i64) as i32 & (var2 < False) as i32) as u32 as i64 as u64); [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:1412:142 [INFO] [stdout] | [INFO] [stdout] 1412 | ...e) as i32 | (var3 & var4 == -1i64) as i32 & (var2 < False) as i32) as u32 as i64 as u64); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 1412 - self.memory.store64(arg0 as usize, ((var3 | var4 == 0) as i32 & (var2 >= False) as i32 | (var3 & var4 == -1i64) as i32 & (var2 < False) as i32) as u32 as i64 as u64); [INFO] [stdout] 1412 + self.memory.store64(arg0 as usize, ((var3 | var4 == 0) as i32 & (var2 >= False) as i32 | (var3 & var4 == -1i64) as i32 & (var2 < false) as i32) as u32 as i64 as u64); [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:1435:25 [INFO] [stdout] | [INFO] [stdout] 1435 | var13 = (arg2 < False) as i32; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 1435 - var13 = (arg2 < False) as i32; [INFO] [stdout] 1435 + var13 = (arg2 < false) as i32; [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:1436:26 [INFO] [stdout] | [INFO] [stdout] 1436 | var5 = { let a = False.wrapping_sub(arg1); let b = arg1; if var13 != 0 { a } else { b } }; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 1436 - var5 = { let a = False.wrapping_sub(arg1); let b = arg1; if var13 != 0 { a } else { b } }; [INFO] [stdout] 1436 + var5 = { let a = false.wrapping_sub(arg1); let b = arg1; if var13 != 0 { a } else { b } }; [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var1` in this scope [INFO] [stdout] --> tests/random_contract.rs:1437:9 [INFO] [stdout] | [INFO] [stdout] 1437 | ... var1 = { let a = False.wrapping_sub(arg2.wrapping_add((arg1 != False) as i32 as u32 as i64)); let b = arg2; if var13 != 0 { a } els... [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1437 | var10 = { let a = False.wrapping_sub(arg2.wrapping_add((arg1 != False) as i32 as u32 as i64)); let b = arg2; if var13 != 0 { a } else { b } }; [INFO] [stdout] | + [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 1437 | let var1 = { let a = False.wrapping_sub(arg2.wrapping_add((arg1 != False) as i32 as u32 as i64)); let b = arg2; if var13 != 0 { a } else { b } }; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:1437:26 [INFO] [stdout] | [INFO] [stdout] 1437 | ... var1 = { let a = False.wrapping_sub(arg2.wrapping_add((arg1 != False) as i32 as u32 as i64)); let b = arg2; if var13 != 0 { a } els... [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 1437 - var1 = { let a = False.wrapping_sub(arg2.wrapping_add((arg1 != False) as i32 as u32 as i64)); let b = arg2; if var13 != 0 { a } else { b } }; [INFO] [stdout] 1437 + var1 = { let a = false.wrapping_sub(arg2.wrapping_add((arg1 != False) as i32 as u32 as i64)); let b = arg2; if var13 != 0 { a } else { b } }; [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:1437:72 [INFO] [stdout] | [INFO] [stdout] 1437 | ... var1 = { let a = False.wrapping_sub(arg2.wrapping_add((arg1 != False) as i32 as u32 as i64)); let b = arg2; if var13 != 0 { a } els... [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 1437 - var1 = { let a = False.wrapping_sub(arg2.wrapping_add((arg1 != False) as i32 as u32 as i64)); let b = arg2; if var13 != 0 { a } else { b } }; [INFO] [stdout] 1437 + var1 = { let a = False.wrapping_sub(arg2.wrapping_add((arg1 != false) as i32 as u32 as i64)); let b = arg2; if var13 != 0 { a } else { b } }; [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:1438:25 [INFO] [stdout] | [INFO] [stdout] 1438 | var12 = (arg4 < False) as i32; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 1438 - var12 = (arg4 < False) as i32; [INFO] [stdout] 1438 + var12 = (arg4 < false) as i32; [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:1439:26 [INFO] [stdout] | [INFO] [stdout] 1439 | var6 = { let a = False.wrapping_sub(arg3); let b = arg3; if var12 != 0 { a } else { b } }; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 1439 - var6 = { let a = False.wrapping_sub(arg3); let b = arg3; if var12 != 0 { a } else { b } }; [INFO] [stdout] 1439 + var6 = { let a = false.wrapping_sub(arg3); let b = arg3; if var12 != 0 { a } else { b } }; [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var3` in this scope [INFO] [stdout] --> tests/random_contract.rs:1448:29 [INFO] [stdout] | [INFO] [stdout] 1448 | ... var3 = { let a = False.wrapping_sub(arg4.wrapping_add((arg3 != False) as i32 as u32 as i64)); let b = arg4; if var12 != 0 { a } els... [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1448 | var13 = { let a = False.wrapping_sub(arg4.wrapping_add((arg3 != False) as i32 as u32 as i64)); let b = arg4; if var12 != 0 { a } else { b } }; [INFO] [stdout] | + [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 1448 | let var3 = { let a = False.wrapping_sub(arg4.wrapping_add((arg3 != False) as i32 as u32 as i64)); let b = arg4; if var12 != 0 { a } else { b } }; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:1448:46 [INFO] [stdout] | [INFO] [stdout] 1448 | ... var3 = { let a = False.wrapping_sub(arg4.wrapping_add((arg3 != False) as i32 as u32 as i64)); let b = arg4; if var12 != 0 { a } els... [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 1448 - var3 = { let a = False.wrapping_sub(arg4.wrapping_add((arg3 != False) as i32 as u32 as i64)); let b = arg4; if var12 != 0 { a } else { b } }; [INFO] [stdout] 1448 + var3 = { let a = false.wrapping_sub(arg4.wrapping_add((arg3 != False) as i32 as u32 as i64)); let b = arg4; if var12 != 0 { a } else { b } }; [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:1448:92 [INFO] [stdout] | [INFO] [stdout] 1448 | ... var3 = { let a = False.wrapping_sub(arg4.wrapping_add((arg3 != False) as i32 as u32 as i64)); let b = arg4; if var12 != 0 { a } els... [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 1448 - var3 = { let a = False.wrapping_sub(arg4.wrapping_add((arg3 != False) as i32 as u32 as i64)); let b = arg4; if var12 != 0 { a } else { b } }; [INFO] [stdout] 1448 + var3 = { let a = False.wrapping_sub(arg4.wrapping_add((arg3 != false) as i32 as u32 as i64)); let b = arg4; if var12 != 0 { a } else { b } }; [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var3` in this scope [INFO] [stdout] --> tests/random_contract.rs:1449:34 [INFO] [stdout] | [INFO] [stdout] 1449 | ... if ((var3 == 0) as i32 == 0) as i32 != 0 { [INFO] [stdout] | ^^^^ help: a local variable with a similar name exists: `var13` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `True` in this scope [INFO] [stdout] --> tests/random_contract.rs:1463:41 [INFO] [stdout] | [INFO] [stdout] 1463 | ... var11 = True.wrapping_shl(var12 as u32 as i64 as u32); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead [INFO] [stdout] | [INFO] [stdout] 1463 - var11 = True.wrapping_shl(var12 as u32 as i64 as u32); [INFO] [stdout] 1463 + var11 = true.wrapping_shl(var12 as u32 as i64 as u32); [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::True; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:1470:49 [INFO] [stdout] | [INFO] [stdout] 1470 | ... if (var7 >= False) as i32 != 0 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 1470 - if (var7 >= False) as i32 != 0 { [INFO] [stdout] 1470 + if (var7 >= false) as i32 != 0 { [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var1` in this scope [INFO] [stdout] --> tests/random_contract.rs:1476:41 [INFO] [stdout] | [INFO] [stdout] 1476 | ... var1 = var7; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1476 | var10 = var7; [INFO] [stdout] | + [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 1476 | let var1 = var7; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `True` in this scope [INFO] [stdout] --> tests/random_contract.rs:1478:105 [INFO] [stdout] | [INFO] [stdout] 1478 | ... var9 = var8.wrapping_shl(63i64 as u32) | (var9 as u64).wrapping_shr(True as u32) as i64; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead [INFO] [stdout] | [INFO] [stdout] 1478 - var9 = var8.wrapping_shl(63i64 as u32) | (var9 as u64).wrapping_shr(True as u32) as i64; [INFO] [stdout] 1478 + var9 = var8.wrapping_shl(63i64 as u32) | (var9 as u64).wrapping_shr(true as u32) as i64; [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::True; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `True` in this scope [INFO] [stdout] --> tests/random_contract.rs:1479:73 [INFO] [stdout] | [INFO] [stdout] 1479 | ... var11 = (var11 as u64).wrapping_shr(True as u32) as i64; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead [INFO] [stdout] | [INFO] [stdout] 1479 - var11 = (var11 as u64).wrapping_shr(True as u32) as i64; [INFO] [stdout] 1479 + var11 = (var11 as u64).wrapping_shr(true as u32) as i64; [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::True; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `True` in this scope [INFO] [stdout] --> tests/random_contract.rs:1480:71 [INFO] [stdout] | [INFO] [stdout] 1480 | ... var8 = (var8 as u64).wrapping_shr(True as u32) as i64; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead [INFO] [stdout] | [INFO] [stdout] 1480 - var8 = (var8 as u64).wrapping_shr(True as u32) as i64; [INFO] [stdout] 1480 + var8 = (var8 as u64).wrapping_shr(true as u32) as i64; [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::True; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var1` in this scope [INFO] [stdout] --> tests/random_contract.rs:1502:49 [INFO] [stdout] | [INFO] [stdout] 1502 | ... var1 = var7.wrapping_shl(32i64 as u32) | (var5 as u64).wrapping_shr(32i64 as u32) as i64; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1502 | var10 = var7.wrapping_shl(32i64 as u32) | (var5 as u64).wrapping_shr(32i64 as u32) as i64; [INFO] [stdout] | + [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 1502 | let var1 = var7.wrapping_shl(32i64 as u32) | (var5 as u64).wrapping_shr(32i64 as u32) as i64; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var1` in this scope [INFO] [stdout] --> tests/random_contract.rs:1503:61 [INFO] [stdout] | [INFO] [stdout] 1503 | ... let var22 = var1; [INFO] [stdout] | ^^^^ help: a local variable with a similar name exists: `var10` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var1` in this scope [INFO] [stdout] --> tests/random_contract.rs:1504:49 [INFO] [stdout] | [INFO] [stdout] 1504 | ... var1 = (arg1 as u64 / var6 as u64) as i64; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1504 | var10 = (arg1 as u64 / var6 as u64) as i64; [INFO] [stdout] | + [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 1504 | let var1 = (arg1 as u64 / var6 as u64) as i64; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var3` in this scope [INFO] [stdout] --> tests/random_contract.rs:1505:49 [INFO] [stdout] | [INFO] [stdout] 1505 | ... var3 = var5 & 4294967295i64 | var22.wrapping_sub(var1.wrapping_mul(var6)).wrapping_shl(32i64 as u32); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1505 | var13 = var5 & 4294967295i64 | var22.wrapping_sub(var1.wrapping_mul(var6)).wrapping_shl(32i64 as u32); [INFO] [stdout] | + [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 1505 | let var3 = var5 & 4294967295i64 | var22.wrapping_sub(var1.wrapping_mul(var6)).wrapping_shl(32i64 as u32); [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var1` in this scope [INFO] [stdout] --> tests/random_contract.rs:1505:98 [INFO] [stdout] | [INFO] [stdout] 1505 | ... var3 = var5 & 4294967295i64 | var22.wrapping_sub(var1.wrapping_mul(var6)).wrapping_shl(32i64 as u32); [INFO] [stdout] | ^^^^ help: a local variable with a similar name exists: `var10` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var3` in this scope [INFO] [stdout] --> tests/random_contract.rs:1506:61 [INFO] [stdout] | [INFO] [stdout] 1506 | ... let var23 = var3; [INFO] [stdout] | ^^^^ help: a local variable with a similar name exists: `var13` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var3` in this scope [INFO] [stdout] --> tests/random_contract.rs:1507:49 [INFO] [stdout] | [INFO] [stdout] 1507 | ... var3 = (arg3 as u64 / var6 as u64) as i64; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1507 | var13 = (arg3 as u64 / var6 as u64) as i64; [INFO] [stdout] | + [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 1507 | let var3 = (arg3 as u64 / var6 as u64) as i64; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var3` in this scope [INFO] [stdout] --> tests/random_contract.rs:1508:93 [INFO] [stdout] | [INFO] [stdout] 1508 | ... var5 = var23.wrapping_sub(var6.wrapping_mul(var3)); [INFO] [stdout] | ^^^^ help: a local variable with a similar name exists: `var13` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:1511:56 [INFO] [stdout] | [INFO] [stdout] 1511 | ... var7 = False; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 1511 - var7 = False; [INFO] [stdout] 1511 + var7 = false; [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `True` in this scope [INFO] [stdout] --> tests/random_contract.rs:1533:48 [INFO] [stdout] | [INFO] [stdout] 1533 | ... var7 = True.wrapping_shl(var12 as u32 as i64 as u32); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead [INFO] [stdout] | [INFO] [stdout] 1533 - var7 = True.wrapping_shl(var12 as u32 as i64 as u32); [INFO] [stdout] 1533 + var7 = true.wrapping_shl(var12 as u32 as i64 as u32); [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::True; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var3` in this scope [INFO] [stdout] --> tests/random_contract.rs:1539:45 [INFO] [stdout] | [INFO] [stdout] 1539 | ... var3 = arg1.wrapping_sub(var8).wrapping_sub(((var5 as u64) < var9 as u64) as i32 as u32 as i64); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1539 | var13 = arg1.wrapping_sub(var8).wrapping_sub(((var5 as u64) < var9 as u64) as i32 as u32 as i64); [INFO] [stdout] | + [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 1539 | let var3 = arg1.wrapping_sub(var8).wrapping_sub(((var5 as u64) < var9 as u64) as i32 as u32 as i64); [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var3` in this scope [INFO] [stdout] --> tests/random_contract.rs:1540:49 [INFO] [stdout] | [INFO] [stdout] 1540 | ... if (var3 >= False) as i32 != 0 { [INFO] [stdout] | ^^^^ help: a local variable with a similar name exists: `var13` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:1540:57 [INFO] [stdout] | [INFO] [stdout] 1540 | ... if (var3 >= False) as i32 != 0 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 1540 - if (var3 >= False) as i32 != 0 { [INFO] [stdout] 1540 + if (var3 >= false) as i32 != 0 { [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var1` in this scope [INFO] [stdout] --> tests/random_contract.rs:1546:49 [INFO] [stdout] | [INFO] [stdout] 1546 | ... var1 = arg3; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1546 | var10 = arg3; [INFO] [stdout] | + [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 1546 | let var1 = arg3; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `True` in this scope [INFO] [stdout] --> tests/random_contract.rs:1548:113 [INFO] [stdout] | [INFO] [stdout] 1548 | ... var9 = var8.wrapping_shl(63i64 as u32) | (var9 as u64).wrapping_shr(True as u32) as i64; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead [INFO] [stdout] | [INFO] [stdout] 1548 - var9 = var8.wrapping_shl(63i64 as u32) | (var9 as u64).wrapping_shr(True as u32) as i64; [INFO] [stdout] 1548 + var9 = var8.wrapping_shl(63i64 as u32) | (var9 as u64).wrapping_shr(true as u32) as i64; [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::True; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `True` in this scope [INFO] [stdout] --> tests/random_contract.rs:1549:79 [INFO] [stdout] | [INFO] [stdout] 1549 | ... var7 = (var7 as u64).wrapping_shr(True as u32) as i64; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead [INFO] [stdout] | [INFO] [stdout] 1549 - var7 = (var7 as u64).wrapping_shr(True as u32) as i64; [INFO] [stdout] 1549 + var7 = (var7 as u64).wrapping_shr(true as u32) as i64; [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::True; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `True` in this scope [INFO] [stdout] --> tests/random_contract.rs:1550:79 [INFO] [stdout] | [INFO] [stdout] 1550 | ... var8 = (var8 as u64).wrapping_shr(True as u32) as i64; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead [INFO] [stdout] | [INFO] [stdout] 1550 - var8 = (var8 as u64).wrapping_shr(True as u32) as i64; [INFO] [stdout] 1550 + var8 = (var8 as u64).wrapping_shr(true as u32) as i64; [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::True; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `True` in this scope [INFO] [stdout] --> tests/random_contract.rs:1559:45 [INFO] [stdout] | [INFO] [stdout] 1559 | ... var11 = True; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead [INFO] [stdout] | [INFO] [stdout] 1559 - var11 = True; [INFO] [stdout] 1559 + var11 = true; [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::True; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `True` in this scope [INFO] [stdout] --> tests/random_contract.rs:1566:101 [INFO] [stdout] | [INFO] [stdout] 1566 | ... var8 = arg3.wrapping_shl(63i64 as u32) | (var6 as u64).wrapping_shr(True as u32) as i64; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead [INFO] [stdout] | [INFO] [stdout] 1566 - var8 = arg3.wrapping_shl(63i64 as u32) | (var6 as u64).wrapping_shr(True as u32) as i64; [INFO] [stdout] 1566 + var8 = arg3.wrapping_shl(63i64 as u32) | (var6 as u64).wrapping_shr(true as u32) as i64; [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::True; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var1` in this scope [INFO] [stdout] --> tests/random_contract.rs:1568:33 [INFO] [stdout] | [INFO] [stdout] 1568 | ... var1 = -9223372036854775808i64; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1568 | var10 = -9223372036854775808i64; [INFO] [stdout] | + [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 1568 | let var1 = -9223372036854775808i64; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var3` in this scope [INFO] [stdout] --> tests/random_contract.rs:1571:41 [INFO] [stdout] | [INFO] [stdout] 1571 | ... var3 = var7.wrapping_sub(var8).wrapping_sub(((var5 as u64) < var9 as u64) as i32 as u32 as i64); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1571 | var13 = var7.wrapping_sub(var8).wrapping_sub(((var5 as u64) < var9 as u64) as i32 as u32 as i64); [INFO] [stdout] | + [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 1571 | let var3 = var7.wrapping_sub(var8).wrapping_sub(((var5 as u64) < var9 as u64) as i32 as u32 as i64); [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var3` in this scope [INFO] [stdout] --> tests/random_contract.rs:1572:45 [INFO] [stdout] | [INFO] [stdout] 1572 | ... if (var3 >= False) as i32 != 0 { [INFO] [stdout] | ^^^^ help: a local variable with a similar name exists: `var13` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:1572:53 [INFO] [stdout] | [INFO] [stdout] 1572 | ... if (var3 >= False) as i32 != 0 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 1572 - if (var3 >= False) as i32 != 0 { [INFO] [stdout] 1572 + if (var3 >= false) as i32 != 0 { [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `True` in this scope [INFO] [stdout] --> tests/random_contract.rs:1580:109 [INFO] [stdout] | [INFO] [stdout] 1580 | ... var9 = var8.wrapping_shl(63i64 as u32) | (var9 as u64).wrapping_shr(True as u32) as i64; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead [INFO] [stdout] | [INFO] [stdout] 1580 - var9 = var8.wrapping_shl(63i64 as u32) | (var9 as u64).wrapping_shr(True as u32) as i64; [INFO] [stdout] 1580 + var9 = var8.wrapping_shl(63i64 as u32) | (var9 as u64).wrapping_shr(true as u32) as i64; [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::True; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var1` in this scope [INFO] [stdout] --> tests/random_contract.rs:1581:41 [INFO] [stdout] | [INFO] [stdout] 1581 | ... var1 = (arg1 as u64).wrapping_shr(True as u32) as i64; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1581 | var10 = (arg1 as u64).wrapping_shr(True as u32) as i64; [INFO] [stdout] | + [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 1581 | let var1 = (arg1 as u64).wrapping_shr(True as u32) as i64; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `True` in this scope [INFO] [stdout] --> tests/random_contract.rs:1581:75 [INFO] [stdout] | [INFO] [stdout] 1581 | ... var1 = (arg1 as u64).wrapping_shr(True as u32) as i64; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead [INFO] [stdout] | [INFO] [stdout] 1581 - var1 = (arg1 as u64).wrapping_shr(True as u32) as i64; [INFO] [stdout] 1581 + var1 = (arg1 as u64).wrapping_shr(true as u32) as i64; [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::True; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `True` in this scope [INFO] [stdout] --> tests/random_contract.rs:1582:75 [INFO] [stdout] | [INFO] [stdout] 1582 | ... var8 = (var8 as u64).wrapping_shr(True as u32) as i64; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead [INFO] [stdout] | [INFO] [stdout] 1582 - var8 = (var8 as u64).wrapping_shr(True as u32) as i64; [INFO] [stdout] 1582 + var8 = (var8 as u64).wrapping_shr(true as u32) as i64; [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::True; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var1` in this scope [INFO] [stdout] --> tests/random_contract.rs:1588:33 [INFO] [stdout] | [INFO] [stdout] 1588 | ... var1 = (var5 as u64 / var6 as u64) as i64; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1588 | var10 = (var5 as u64 / var6 as u64) as i64; [INFO] [stdout] | + [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 1588 | let var1 = (var5 as u64 / var6 as u64) as i64; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var1` in this scope [INFO] [stdout] --> tests/random_contract.rs:1589:41 [INFO] [stdout] | [INFO] [stdout] 1589 | ... var10 = var1 | var10; [INFO] [stdout] | ^^^^ help: a local variable with a similar name exists: `var10` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:1591:40 [INFO] [stdout] | [INFO] [stdout] 1591 | ... var7 = False; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 1591 - var7 = False; [INFO] [stdout] 1591 + var7 = false; [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var1` in this scope [INFO] [stdout] --> tests/random_contract.rs:1595:29 [INFO] [stdout] | [INFO] [stdout] 1595 | ... var1 = (var5 as u64 / var6 as u64) as i64; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1595 | var10 = (var5 as u64 / var6 as u64) as i64; [INFO] [stdout] | + [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 1595 | let var1 = (var5 as u64 / var6 as u64) as i64; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var1` in this scope [INFO] [stdout] --> tests/random_contract.rs:1596:37 [INFO] [stdout] | [INFO] [stdout] 1596 | ... var10 = var1 | var10; [INFO] [stdout] | ^^^^ help: a local variable with a similar name exists: `var10` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:1604:28 [INFO] [stdout] | [INFO] [stdout] 1604 | var7 = False; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 1604 - var7 = False; [INFO] [stdout] 1604 + var7 = false; [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:1611:21 [INFO] [stdout] | [INFO] [stdout] 1611 | var11 = False; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 1611 - var11 = False; [INFO] [stdout] 1611 + var11 = false; [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var1` in this scope [INFO] [stdout] --> tests/random_contract.rs:1620:9 [INFO] [stdout] | [INFO] [stdout] 1620 | var1 = var27; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1620 | var10 = var27; [INFO] [stdout] | + [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 1620 | let var1 = var27; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var3` in this scope [INFO] [stdout] --> tests/random_contract.rs:1622:9 [INFO] [stdout] | [INFO] [stdout] 1622 | var3 = var28; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1622 | var13 = var28; [INFO] [stdout] | + [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 1622 | let var3 = var28; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:1623:32 [INFO] [stdout] | [INFO] [stdout] 1623 | var13 = (arg2 ^ arg4 < False) as i32; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 1623 - var13 = (arg2 ^ arg4 < False) as i32; [INFO] [stdout] 1623 + var13 = (arg2 ^ arg4 < false) as i32; [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:1624:55 [INFO] [stdout] | [INFO] [stdout] 1624 | self.memory.store64(arg0 as usize, ({ let a = False.wrapping_sub(var3); let b = arg3; if var13 != 0 { a } else { b } }) as u64); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 1624 - self.memory.store64(arg0 as usize, ({ let a = False.wrapping_sub(var3); let b = arg3; if var13 != 0 { a } else { b } }) as u64); [INFO] [stdout] 1624 + self.memory.store64(arg0 as usize, ({ let a = false.wrapping_sub(var3); let b = arg3; if var13 != 0 { a } else { b } }) as u64); [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var3` in this scope [INFO] [stdout] --> tests/random_contract.rs:1624:74 [INFO] [stdout] | [INFO] [stdout] 1624 | self.memory.store64(arg0 as usize, ({ let a = False.wrapping_sub(var3); let b = arg3; if var13 != 0 { a } else { b } }) as u64); [INFO] [stdout] | ^^^^ help: a local variable with a similar name exists: `var13` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:1625:59 [INFO] [stdout] | [INFO] [stdout] 1625 | ... self.memory.store64(arg0 as usize + 8, ({ let a = False.wrapping_sub(arg1.wrapping_add((arg3 != False) as i32 as u32 as i64)); let ... [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 1625 - self.memory.store64(arg0 as usize + 8, ({ let a = False.wrapping_sub(arg1.wrapping_add((arg3 != False) as i32 as u32 as i64)); let b = arg1; if var13 != 0 { a } else { b } }) as u64); [INFO] [stdout] 1625 + self.memory.store64(arg0 as usize + 8, ({ let a = false.wrapping_sub(arg1.wrapping_add((arg3 != False) as i32 as u32 as i64)); let b = arg1; if var13 != 0 { a } else { b } }) as u64); [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:1625:105 [INFO] [stdout] | [INFO] [stdout] 1625 | ... self.memory.store64(arg0 as usize + 8, ({ let a = False.wrapping_sub(arg1.wrapping_add((arg3 != False) as i32 as u32 as i64)); let ... [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 1625 - self.memory.store64(arg0 as usize + 8, ({ let a = False.wrapping_sub(arg1.wrapping_add((arg3 != False) as i32 as u32 as i64)); let b = arg1; if var13 != 0 { a } else { b } }) as u64); [INFO] [stdout] 1625 + self.memory.store64(arg0 as usize + 8, ({ let a = False.wrapping_sub(arg1.wrapping_add((arg3 != false) as i32 as u32 as i64)); let b = arg1; if var13 != 0 { a } else { b } }) as u64); [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:1651:125 [INFO] [stdout] | [INFO] [stdout] 1651 | self.func71(imports, var3.wrapping_add(32i32), arg1, arg2, (var5 as u64).wrapping_shr(32i64 as u32) as i64, False); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 1651 - self.func71(imports, var3.wrapping_add(32i32), arg1, arg2, (var5 as u64).wrapping_shr(32i64 as u32) as i64, False); [INFO] [stdout] 1651 + self.func71(imports, var3.wrapping_add(32i32), arg1, arg2, (var5 as u64).wrapping_shr(32i64 as u32) as i64, false); [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:1659:125 [INFO] [stdout] | [INFO] [stdout] 1659 | ...9, (var5 as u64).wrapping_shr(32i64 as u32) as i64, False, var3.wrapping_add(28i32)); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 1659 - self.func68(imports, var3.wrapping_add(8i32), var13, var9, (var5 as u64).wrapping_shr(32i64 as u32) as i64, False, var3.wrapping_add(28i32)); [INFO] [stdout] 1659 + self.func68(imports, var3.wrapping_add(8i32), var13, var9, (var5 as u64).wrapping_shr(32i64 as u32) as i64, false, var3.wrapping_add(28i32)); [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:1671:54 [INFO] [stdout] | [INFO] [stdout] 1671 | if ((arg2 ^ var24) & (arg2 ^ var7) < False) as i32 != 0 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 1671 - if ((arg2 ^ var24) & (arg2 ^ var7) < False) as i32 != 0 { [INFO] [stdout] 1671 + if ((arg2 ^ var24) & (arg2 ^ var7) < false) as i32 != 0 { [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var1` in this scope [INFO] [stdout] --> tests/random_contract.rs:1678:17 [INFO] [stdout] | [INFO] [stdout] 1678 | var1 = U32(0); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1678 | var10 = U32(0); [INFO] [stdout] | + [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 1678 | let var1 = U32(0); [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U32` in this scope [INFO] [stdout] --> tests/random_contract.rs:1678:24 [INFO] [stdout] | [INFO] [stdout] 1678 | var1 = U32(0); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecType::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecTypeDef::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScVal::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScValType::U32; [INFO] [stdout] | [INFO] [stdout] and 4 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var2` in this scope [INFO] [stdout] --> tests/random_contract.rs:1679:17 [INFO] [stdout] | [INFO] [stdout] 1679 | var2 = False; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1679 | var12 = False; [INFO] [stdout] | + [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 1679 | let var2 = False; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:1679:24 [INFO] [stdout] | [INFO] [stdout] 1679 | var2 = False; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 1679 - var2 = False; [INFO] [stdout] 1679 + var2 = false; [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U32` in this scope [INFO] [stdout] --> tests/random_contract.rs:1689:76 [INFO] [stdout] | [INFO] [stdout] 1689 | if (arg2 == 4294967295i64) as i32 | (var10 & 255i64 != U32(0)) as i32 != 0 { [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecType::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecTypeDef::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScVal::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScValType::U32; [INFO] [stdout] | [INFO] [stdout] and 4 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:1703:67 [INFO] [stdout] | [INFO] [stdout] 1703 | if ((var11 ^ var9 ^ -1i64) & (var11 ^ var6) < False) as i32 != 0 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 1703 - if ((var11 ^ var9 ^ -1i64) & (var11 ^ var6) < False) as i32 != 0 { [INFO] [stdout] 1703 + if ((var11 ^ var9 ^ -1i64) & (var11 ^ var6) < false) as i32 != 0 { [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:1709:66 [INFO] [stdout] | [INFO] [stdout] 1709 | if ((var6 ^ var34 ^ -1i64) & (var6 ^ var7) < False) as i32 != 0 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 1709 - if ((var6 ^ var34 ^ -1i64) & (var6 ^ var7) < False) as i32 != 0 { [INFO] [stdout] 1709 + if ((var6 ^ var34 ^ -1i64) & (var6 ^ var7) < false) as i32 != 0 { [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var1` in this scope [INFO] [stdout] --> tests/random_contract.rs:1718:21 [INFO] [stdout] | [INFO] [stdout] 1718 | var1 = arg1.wrapping_add(4294967296i64); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1718 | var10 = arg1.wrapping_add(4294967296i64); [INFO] [stdout] | + [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 1718 | let var1 = arg1.wrapping_add(4294967296i64); [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var2` in this scope [INFO] [stdout] --> tests/random_contract.rs:1719:21 [INFO] [stdout] | [INFO] [stdout] 1719 | var2 = arg2.wrapping_add(True); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1719 | var12 = arg2.wrapping_add(True); [INFO] [stdout] | + [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 1719 | let var2 = arg2.wrapping_add(True); [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `True` in this scope [INFO] [stdout] --> tests/random_contract.rs:1719:46 [INFO] [stdout] | [INFO] [stdout] 1719 | var2 = arg2.wrapping_add(True); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead [INFO] [stdout] | [INFO] [stdout] 1719 - var2 = arg2.wrapping_add(True); [INFO] [stdout] 1719 + var2 = arg2.wrapping_add(true); [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::True; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:1720:28 [INFO] [stdout] | [INFO] [stdout] 1720 | var8 = False; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 1720 - var8 = False; [INFO] [stdout] 1720 + var8 = false; [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U32` in this scope [INFO] [stdout] --> tests/random_contract.rs:1722:86 [INFO] [stdout] | [INFO] [stdout] 1722 | let var39 = imports.map_put(self, var5, var10 & -4294967296i64 | U32(0), var38); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecType::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecTypeDef::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScVal::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScValType::U32; [INFO] [stdout] | [INFO] [stdout] and 4 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:1724:28 [INFO] [stdout] | [INFO] [stdout] 1724 | var7 = False; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 1724 - var7 = False; [INFO] [stdout] 1724 + var7 = false; [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Void` in this scope [INFO] [stdout] --> tests/random_contract.rs:1746:91 [INFO] [stdout] | [INFO] [stdout] 1746 | self.memory.store64(var2.wrapping_add(24i32).wrapping_add(var3) as usize, Void as u64); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these unit variants [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::Void; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecType::Void; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecTypeDef::Void; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScVal::Void; [INFO] [stdout] | [INFO] [stdout] and 5 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var1` in this scope [INFO] [stdout] --> tests/random_contract.rs:1763:21 [INFO] [stdout] | [INFO] [stdout] 1763 | var1 = var10; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 1763 | var10 = var10; [INFO] [stdout] | + [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 1763 | let var1 = var10; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:1772:60 [INFO] [stdout] | [INFO] [stdout] 1772 | self.memory.store64(arg0 as usize, False as u64); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 1772 - self.memory.store64(arg0 as usize, False as u64); [INFO] [stdout] 1772 + self.memory.store64(arg0 as usize, false as u64); [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `True` in this scope [INFO] [stdout] --> tests/random_contract.rs:1777:56 [INFO] [stdout] | [INFO] [stdout] 1777 | self.memory.store64(arg0 as usize, True as u64); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead [INFO] [stdout] | [INFO] [stdout] 1777 - self.memory.store64(arg0 as usize, True as u64); [INFO] [stdout] 1777 + self.memory.store64(arg0 as usize, true as u64); [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::True; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `True` in this scope [INFO] [stdout] --> tests/random_contract.rs:1780:52 [INFO] [stdout] | [INFO] [stdout] 1780 | self.memory.store64(arg0 as usize, True as u64); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead [INFO] [stdout] | [INFO] [stdout] 1780 - self.memory.store64(arg0 as usize, True as u64); [INFO] [stdout] 1780 + self.memory.store64(arg0 as usize, true as u64); [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::True; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `True` in this scope [INFO] [stdout] --> tests/random_contract.rs:1784:48 [INFO] [stdout] | [INFO] [stdout] 1784 | self.memory.store64(arg0 as usize, True as u64); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead [INFO] [stdout] | [INFO] [stdout] 1784 - self.memory.store64(arg0 as usize, True as u64); [INFO] [stdout] 1784 + self.memory.store64(arg0 as usize, true as u64); [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::True; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:1796:60 [INFO] [stdout] | [INFO] [stdout] 1796 | if (({ let a = (arg3 == 0) as i32; let b = (arg4 < False) as i32; if (arg4 == 0) as i32 != 0 { a } else { b } }) == 0) as i32 != 0 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 1796 - if (({ let a = (arg3 == 0) as i32; let b = (arg4 < False) as i32; if (arg4 == 0) as i32 != 0 { a } else { b } }) == 0) as i32 != 0 { [INFO] [stdout] 1796 + if (({ let a = (arg3 == 0) as i32; let b = (arg4 < false) as i32; if (arg4 == 0) as i32 != 0 { a } else { b } }) == 0) as i32 != 0 { [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Void` in this scope [INFO] [stdout] --> tests/random_contract.rs:1818:95 [INFO] [stdout] | [INFO] [stdout] 1818 | self.memory.store64(var6.wrapping_add(24i32).wrapping_add(var5) as usize, Void as u64); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these unit variants [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::Void; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecType::Void; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecTypeDef::Void; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScVal::Void; [INFO] [stdout] | [INFO] [stdout] and 5 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Void` in this scope [INFO] [stdout] --> tests/random_contract.rs:1833:30 [INFO] [stdout] | [INFO] [stdout] 1833 | if (var3 & 255i64 != Void) as i32 != 0 { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these unit variants [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::Void; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecType::Void; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecTypeDef::Void; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScVal::Void; [INFO] [stdout] | [INFO] [stdout] and 5 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:1884:83 [INFO] [stdout] | [INFO] [stdout] 1884 | self.func71(imports, var6.wrapping_add(224i32), arg1, arg2, 10000i64, False); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 1884 - self.func71(imports, var6.wrapping_add(224i32), arg1, arg2, 10000i64, False); [INFO] [stdout] 1884 + self.func71(imports, var6.wrapping_add(224i32), arg1, arg2, 10000i64, false); [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:1891:82 [INFO] [stdout] | [INFO] [stdout] 1891 | self.func68(imports, var6.wrapping_add(200i32), var13, var10, var21, False, var6.wrapping_add(220i32)); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 1891 - self.func68(imports, var6.wrapping_add(200i32), var13, var10, var21, False, var6.wrapping_add(220i32)); [INFO] [stdout] 1891 + self.func68(imports, var6.wrapping_add(200i32), var13, var10, var21, false, var6.wrapping_add(220i32)); [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:1903:86 [INFO] [stdout] | [INFO] [stdout] 1903 | self.func68(imports, var6.wrapping_add(176i32), var13, var10, var26, False, var6.wrapping_add(196i32)); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 1903 - self.func68(imports, var6.wrapping_add(176i32), var13, var10, var26, False, var6.wrapping_add(196i32)); [INFO] [stdout] 1903 + self.func68(imports, var6.wrapping_add(176i32), var13, var10, var26, false, var6.wrapping_add(196i32)); [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:1909:55 [INFO] [stdout] | [INFO] [stdout] 1909 | if ((arg2 ^ var17) & (arg2 ^ var10) < False) as i32 != 0 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 1909 - if ((arg2 ^ var17) & (arg2 ^ var10) < False) as i32 != 0 { [INFO] [stdout] 1909 + if ((arg2 ^ var17) & (arg2 ^ var10) < false) as i32 != 0 { [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:1918:57 [INFO] [stdout] | [INFO] [stdout] 1918 | if ((var10 ^ var22) & (var10 ^ var13) < False) as i32 != 0 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 1918 - if ((var10 ^ var22) & (var10 ^ var13) < False) as i32 != 0 { [INFO] [stdout] 1918 + if ((var10 ^ var22) & (var10 ^ var13) < false) as i32 != 0 { [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:1928:65 [INFO] [stdout] | [INFO] [stdout] 1928 | if ((var10 ^ var13 ^ -1i64) & (var10 ^ var14) < False) as i32 != 0 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 1928 - if ((var10 ^ var13 ^ -1i64) & (var10 ^ var14) < False) as i32 != 0 { [INFO] [stdout] 1928 + if ((var10 ^ var13 ^ -1i64) & (var10 ^ var14) < false) as i32 != 0 { [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:1937:71 [INFO] [stdout] | [INFO] [stdout] 1937 | ... if ((var9 ^ var10) & (var9 ^ var13) < False) as i32 != 0 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 1937 - if ((var9 ^ var10) & (var9 ^ var13) < False) as i32 != 0 { [INFO] [stdout] 1937 + if ((var9 ^ var10) & (var9 ^ var13) < false) as i32 != 0 { [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:1942:105 [INFO] [stdout] | [INFO] [stdout] 1942 | ... self.func68(imports, var6.wrapping_sub(-64i32), var16, var13, 10000i64, False, var6.wrapping_add(84i32)); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 1942 - self.func68(imports, var6.wrapping_sub(-64i32), var16, var13, 10000i64, False, var6.wrapping_add(84i32)); [INFO] [stdout] 1942 + self.func68(imports, var6.wrapping_sub(-64i32), var16, var13, 10000i64, false, var6.wrapping_add(84i32)); [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:1952:61 [INFO] [stdout] | [INFO] [stdout] 1952 | ... if (var9 & (var8 ^ var10) < False) as i32 != 0 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 1952 - if (var9 & (var8 ^ var10) < False) as i32 != 0 { [INFO] [stdout] 1952 + if (var9 & (var8 ^ var10) < false) as i32 != 0 { [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Void` in this scope [INFO] [stdout] --> tests/random_contract.rs:1957:66 [INFO] [stdout] | [INFO] [stdout] 1957 | ... let var55 = self.func69(imports, Void, False); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these unit variants [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::Void; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecType::Void; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecTypeDef::Void; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScVal::Void; [INFO] [stdout] | [INFO] [stdout] and 5 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:1957:72 [INFO] [stdout] | [INFO] [stdout] 1957 | ... let var55 = self.func69(imports, Void, False); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 1957 - let var55 = self.func69(imports, Void, False); [INFO] [stdout] 1957 + let var55 = self.func69(imports, Void, false); [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:1966:79 [INFO] [stdout] | [INFO] [stdout] 1966 | ... let var63 = self.func69(imports, 10000000i64, False); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 1966 - let var63 = self.func69(imports, 10000000i64, False); [INFO] [stdout] 1966 + let var63 = self.func69(imports, 10000000i64, false); [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U32` in this scope [INFO] [stdout] --> tests/random_contract.rs:1971:75 [INFO] [stdout] | [INFO] [stdout] 1971 | ... let var67 = imports.i256_pow(self, var12, U32(2)); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecType::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecTypeDef::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScVal::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScValType::U32; [INFO] [stdout] | [INFO] [stdout] and 4 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U32` in this scope [INFO] [stdout] --> tests/random_contract.rs:1972:66 [INFO] [stdout] | [INFO] [stdout] 1972 | ... let var68 = self.func69(imports, U32(0), False); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecType::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecTypeDef::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScVal::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScValType::U32; [INFO] [stdout] | [INFO] [stdout] and 4 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:1972:74 [INFO] [stdout] | [INFO] [stdout] 1972 | ... let var68 = self.func69(imports, U32(0), False); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 1972 - let var68 = self.func69(imports, U32(0), False); [INFO] [stdout] 1972 + let var68 = self.func69(imports, U32(0), false); [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `I256` in this scope [INFO] [stdout] --> tests/random_contract.rs:1980:44 [INFO] [stdout] | [INFO] [stdout] 1980 | ... var7 = I256(0); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::I256; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecType::I256; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecTypeDef::I256; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScVal::I256; [INFO] [stdout] | [INFO] [stdout] and 5 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:1982:49 [INFO] [stdout] | [INFO] [stdout] 1982 | ... if (var74 < False) as i32 != 0 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 1982 - if (var74 < False) as i32 != 0 { [INFO] [stdout] 1982 + if (var74 < false) as i32 != 0 { [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `I256` in this scope [INFO] [stdout] --> tests/random_contract.rs:1986:74 [INFO] [stdout] | [INFO] [stdout] 1986 | ... let var75 = imports.i256_add(self, var9, I256(1)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::I256; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecType::I256; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecTypeDef::I256; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScVal::I256; [INFO] [stdout] | [INFO] [stdout] and 5 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `I256` in this scope [INFO] [stdout] --> tests/random_contract.rs:1991:83 [INFO] [stdout] | [INFO] [stdout] 1991 | ... let var76 = imports.i256_div(self, var14, I256(2)); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::I256; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecType::I256; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecTypeDef::I256; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScVal::I256; [INFO] [stdout] | [INFO] [stdout] and 5 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `I256` in this scope [INFO] [stdout] --> tests/random_contract.rs:1993:63 [INFO] [stdout] | [INFO] [stdout] 1993 | ... if ((var8 & 255i64 == I256(0)) as i32 & (var7 & 255i64 == I256(0)) as i32 == 0) as i32 != 0 { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::I256; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecType::I256; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecTypeDef::I256; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScVal::I256; [INFO] [stdout] | [INFO] [stdout] and 5 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `I256` in this scope [INFO] [stdout] --> tests/random_contract.rs:1993:99 [INFO] [stdout] | [INFO] [stdout] 1993 | ... if ((var8 & 255i64 == I256(0)) as i32 & (var7 & 255i64 == I256(0)) as i32 == 0) as i32 != 0 { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::I256; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecType::I256; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecTypeDef::I256; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScVal::I256; [INFO] [stdout] | [INFO] [stdout] and 5 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:1995:57 [INFO] [stdout] | [INFO] [stdout] 1995 | ... if (var77 < False) as i32 != 0 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 1995 - if (var77 < False) as i32 != 0 { [INFO] [stdout] 1995 + if (var77 < false) as i32 != 0 { [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Timepoint` in this scope [INFO] [stdout] --> tests/random_contract.rs:2000:63 [INFO] [stdout] | [INFO] [stdout] 2000 | ... if (var8.wrapping_shr(Timepoint(0) as u32) >= var7.wrapping_shr(Timepoint(0) as u32)) as i32 != 0 { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecType::Timepoint; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecTypeDef::Timepoint; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScVal::Timepoint; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScValType::Timepoint; [INFO] [stdout] | [INFO] [stdout] and 4 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `Timepoint` in this scope [INFO] [stdout] --> tests/random_contract.rs:2000:105 [INFO] [stdout] | [INFO] [stdout] 2000 | ... if (var8.wrapping_shr(Timepoint(0) as u32) >= var7.wrapping_shr(Timepoint(0) as u32)) as i32 != 0 { [INFO] [stdout] | ^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecType::Timepoint; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecTypeDef::Timepoint; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScVal::Timepoint; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScValType::Timepoint; [INFO] [stdout] | [INFO] [stdout] and 4 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:2015:104 [INFO] [stdout] | [INFO] [stdout] 2015 | ... self.func68(imports, var6.wrapping_add(104i32), var25, var14, 10000000i64, False, var6.wrapping_add(124i32)); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 2015 - self.func68(imports, var6.wrapping_add(104i32), var25, var14, 10000000i64, False, var6.wrapping_add(124i32)); [INFO] [stdout] 2015 + self.func68(imports, var6.wrapping_add(104i32), var25, var14, 10000000i64, false, var6.wrapping_add(124i32)); [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var2` in this scope [INFO] [stdout] --> tests/random_contract.rs:2035:25 [INFO] [stdout] | [INFO] [stdout] 2035 | var2 = var21.wrapping_add(var26); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 2035 | var12 = var21.wrapping_add(var26); [INFO] [stdout] | + [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 2035 | let var2 = var21.wrapping_add(var26); [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var1` in this scope [INFO] [stdout] --> tests/random_contract.rs:2036:25 [INFO] [stdout] | [INFO] [stdout] 2036 | var1 = var2.wrapping_sub(10000i64); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 2036 | var10 = var2.wrapping_sub(10000i64); [INFO] [stdout] | + [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 2036 | let var1 = var2.wrapping_sub(10000i64); [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var2` in this scope [INFO] [stdout] --> tests/random_contract.rs:2036:32 [INFO] [stdout] | [INFO] [stdout] 2036 | var1 = var2.wrapping_sub(10000i64); [INFO] [stdout] | ^^^^ help: a local variable with a similar name exists: `var12` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var2` in this scope [INFO] [stdout] --> tests/random_contract.rs:2037:25 [INFO] [stdout] | [INFO] [stdout] 2037 | ... var2 = (((arg2 as u64) < var21 as u64) as i32 as u32 as i64).wrapping_add(((arg1 as u64) < arg2 as u64) as i32 as u32 as i64).wrapp... [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 2037 | var12 = (((arg2 as u64) < var21 as u64) as i32 as u32 as i64).wrapping_add(((arg1 as u64) < arg2 as u64) as i32 as u32 as i64).wrapping_sub(True); [INFO] [stdout] | + [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 2037 | let var2 = (((arg2 as u64) < var21 as u64) as i32 as u32 as i64).wrapping_add(((arg1 as u64) < arg2 as u64) as i32 as u32 as i64).wrapping_sub(True); [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `True` in this scope [INFO] [stdout] --> tests/random_contract.rs:2037:164 [INFO] [stdout] | [INFO] [stdout] 2037 | ...4) < arg2 as u64) as i32 as u32 as i64).wrapping_sub(True); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead [INFO] [stdout] | [INFO] [stdout] 2037 - var2 = (((arg2 as u64) < var21 as u64) as i32 as u32 as i64).wrapping_add(((arg1 as u64) < arg2 as u64) as i32 as u32 as i64).wrapping_sub(True); [INFO] [stdout] 2037 + var2 = (((arg2 as u64) < var21 as u64) as i32 as u32 as i64).wrapping_add(((arg1 as u64) < arg2 as u64) as i32 as u32 as i64).wrapping_sub(true); [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::True; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var1` in this scope [INFO] [stdout] --> tests/random_contract.rs:2038:29 [INFO] [stdout] | [INFO] [stdout] 2038 | if (var1 | var2 == 0) as i32 != 0 { [INFO] [stdout] | ^^^^ help: a local variable with a similar name exists: `var10` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var2` in this scope [INFO] [stdout] --> tests/random_contract.rs:2038:36 [INFO] [stdout] | [INFO] [stdout] 2038 | if (var1 | var2 == 0) as i32 != 0 { [INFO] [stdout] | ^^^^ help: a local variable with a similar name exists: `var12` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var1` in this scope [INFO] [stdout] --> tests/random_contract.rs:2050:25 [INFO] [stdout] | [INFO] [stdout] 2050 | var1 = var90; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 2050 | var10 = var90; [INFO] [stdout] | + [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 2050 | let var1 = var90; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var2` in this scope [INFO] [stdout] --> tests/random_contract.rs:2052:25 [INFO] [stdout] | [INFO] [stdout] 2052 | var2 = var91; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 2052 | var12 = var91; [INFO] [stdout] | + [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 2052 | let var2 = var91; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var1` in this scope [INFO] [stdout] --> tests/random_contract.rs:2053:29 [INFO] [stdout] | [INFO] [stdout] 2053 | if (var1 | var2 ^ -9223372036854775808i64 == 0) as i32 != 0 { [INFO] [stdout] | ^^^^ help: a local variable with a similar name exists: `var10` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var2` in this scope [INFO] [stdout] --> tests/random_contract.rs:2053:36 [INFO] [stdout] | [INFO] [stdout] 2053 | if (var1 | var2 ^ -9223372036854775808i64 == 0) as i32 != 0 { [INFO] [stdout] | ^^^^ help: a local variable with a similar name exists: `var12` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:2060:92 [INFO] [stdout] | [INFO] [stdout] 2060 | self.func68(imports, var6.wrapping_add(8i32), var93, var94, var21, False, var6.wrapping_add(28i32)); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 2060 - self.func68(imports, var6.wrapping_add(8i32), var93, var94, var21, False, var6.wrapping_add(28i32)); [INFO] [stdout] 2060 + self.func68(imports, var6.wrapping_add(8i32), var93, var94, var21, false, var6.wrapping_add(28i32)); [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var2` in this scope [INFO] [stdout] --> tests/random_contract.rs:2065:25 [INFO] [stdout] | [INFO] [stdout] 2065 | var2 = False.wrapping_sub(arg2.wrapping_add((arg1 != False) as i32 as u32 as i64)); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 2065 | var12 = False.wrapping_sub(arg2.wrapping_add((arg1 != False) as i32 as u32 as i64)); [INFO] [stdout] | + [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 2065 | let var2 = False.wrapping_sub(arg2.wrapping_add((arg1 != False) as i32 as u32 as i64)); [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:2065:32 [INFO] [stdout] | [INFO] [stdout] 2065 | var2 = False.wrapping_sub(arg2.wrapping_add((arg1 != False) as i32 as u32 as i64)); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 2065 - var2 = False.wrapping_sub(arg2.wrapping_add((arg1 != False) as i32 as u32 as i64)); [INFO] [stdout] 2065 + var2 = false.wrapping_sub(arg2.wrapping_add((arg1 != False) as i32 as u32 as i64)); [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:2065:78 [INFO] [stdout] | [INFO] [stdout] 2065 | var2 = False.wrapping_sub(arg2.wrapping_add((arg1 != False) as i32 as u32 as i64)); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 2065 - var2 = False.wrapping_sub(arg2.wrapping_add((arg1 != False) as i32 as u32 as i64)); [INFO] [stdout] 2065 + var2 = False.wrapping_sub(arg2.wrapping_add((arg1 != false) as i32 as u32 as i64)); [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var1` in this scope [INFO] [stdout] --> tests/random_contract.rs:2068:25 [INFO] [stdout] | [INFO] [stdout] 2068 | var1 = False.wrapping_sub(arg1); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 2068 | var10 = False.wrapping_sub(arg1); [INFO] [stdout] | + [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 2068 | let var1 = False.wrapping_sub(arg1); [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:2068:32 [INFO] [stdout] | [INFO] [stdout] 2068 | var1 = False.wrapping_sub(arg1); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 2068 - var1 = False.wrapping_sub(arg1); [INFO] [stdout] 2068 + var1 = false.wrapping_sub(arg1); [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var1` in this scope [INFO] [stdout] --> tests/random_contract.rs:2071:72 [INFO] [stdout] | [INFO] [stdout] 2071 | var7 = arg2.wrapping_sub(var17).wrapping_sub(((var1 as u64) < var18 as u64) as i32 as u32 as i64); [INFO] [stdout] | ^^^^ help: a local variable with a similar name exists: `var10` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var2` in this scope [INFO] [stdout] --> tests/random_contract.rs:2072:30 [INFO] [stdout] | [INFO] [stdout] 2072 | if ((var2 ^ var17) & (arg2 ^ var7) < False) as i32 != 0 { [INFO] [stdout] | ^^^^ help: a local variable with a similar name exists: `var12` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:2072:62 [INFO] [stdout] | [INFO] [stdout] 2072 | if ((var2 ^ var17) & (arg2 ^ var7) < False) as i32 != 0 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 2072 - if ((var2 ^ var17) & (arg2 ^ var7) < False) as i32 != 0 { [INFO] [stdout] 2072 + if ((var2 ^ var17) & (arg2 ^ var7) < false) as i32 != 0 { [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:2077:63 [INFO] [stdout] | [INFO] [stdout] 2077 | if ((var7 ^ var13) & (var7 ^ var22) < False) as i32 != 0 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 2077 - if ((var7 ^ var13) & (var7 ^ var22) < False) as i32 != 0 { [INFO] [stdout] 2077 + if ((var7 ^ var13) & (var7 ^ var22) < false) as i32 != 0 { [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Void` in this scope [INFO] [stdout] --> tests/random_contract.rs:2087:55 [INFO] [stdout] | [INFO] [stdout] 2087 | let var100 = self.func69(imports, Void, False); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these unit variants [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::Void; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecType::Void; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecTypeDef::Void; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScVal::Void; [INFO] [stdout] | [INFO] [stdout] and 5 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:2087:61 [INFO] [stdout] | [INFO] [stdout] 2087 | let var100 = self.func69(imports, Void, False); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 2087 - let var100 = self.func69(imports, Void, False); [INFO] [stdout] 2087 + let var100 = self.func69(imports, Void, false); [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var4` in this scope [INFO] [stdout] --> tests/random_contract.rs:2093:21 [INFO] [stdout] | [INFO] [stdout] 2093 | var4 = var105; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 2093 | var14 = var105; [INFO] [stdout] | + [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 2093 | let var4 = var105; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:2094:54 [INFO] [stdout] | [INFO] [stdout] 2094 | var7 = { let a = var104; let b = False; if var4 != 0 { a } else { b } }; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 2094 - var7 = { let a = var104; let b = False; if var4 != 0 { a } else { b } }; [INFO] [stdout] 2094 + var7 = { let a = var104; let b = false; if var4 != 0 { a } else { b } }; [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var4` in this scope [INFO] [stdout] --> tests/random_contract.rs:2094:64 [INFO] [stdout] | [INFO] [stdout] 2094 | var7 = { let a = var104; let b = False; if var4 != 0 { a } else { b } }; [INFO] [stdout] | ^^^^ help: a local variable with a similar name exists: `var14` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:2096:55 [INFO] [stdout] | [INFO] [stdout] 2096 | var51 = { let a = var106; let b = False; if arg4 != 0 { a } else { b } }; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 2096 - var51 = { let a = var106; let b = False; if arg4 != 0 { a } else { b } }; [INFO] [stdout] 2096 + var51 = { let a = var106; let b = false; if arg4 != 0 { a } else { b } }; [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var4` in this scope [INFO] [stdout] --> tests/random_contract.rs:2100:17 [INFO] [stdout] | [INFO] [stdout] 2100 | ... var4 = { let a = ((var8 as u64) < var15 as u64) as i32; let b = (var7 < var11) as i32; if (var7 == var11) as i32 != 0 { a } else { ... [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 2100 | var14 = { let a = ((var8 as u64) < var15 as u64) as i32; let b = (var7 < var11) as i32; if (var7 == var11) as i32 != 0 { a } else { b } }; [INFO] [stdout] | + [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 2100 | let var4 = { let a = ((var8 as u64) < var15 as u64) as i32; let b = (var7 < var11) as i32; if (var7 == var11) as i32 != 0 { a } else { b } }; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var4` in this scope [INFO] [stdout] --> tests/random_contract.rs:2101:58 [INFO] [stdout] | [INFO] [stdout] 2101 | var7 = { let a = var7; let b = var11; if var4 != 0 { a } else { b } }; [INFO] [stdout] | ^^^^ help: a local variable with a similar name exists: `var14` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:2109:55 [INFO] [stdout] | [INFO] [stdout] 2109 | if ((var7 ^ var108) & (var7 ^ var9) < False) as i32 != 0 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 2109 - if ((var7 ^ var108) & (var7 ^ var9) < False) as i32 != 0 { [INFO] [stdout] 2109 + if ((var7 ^ var108) & (var7 ^ var9) < false) as i32 != 0 { [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var0` in this scope [INFO] [stdout] --> tests/random_contract.rs:2140:21 [INFO] [stdout] | [INFO] [stdout] 2140 | var0 = arg0.wrapping_add(1i32); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 2140 - var0 = arg0.wrapping_add(1i32); [INFO] [stdout] 2140 + var2 = arg0.wrapping_add(1i32); [INFO] [stdout] | [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 2140 | let var0 = arg0.wrapping_add(1i32); [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var0` in this scope [INFO] [stdout] --> tests/random_contract.rs:2145:13 [INFO] [stdout] | [INFO] [stdout] 2145 | var0 = 8i32; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 2145 - var0 = 8i32; [INFO] [stdout] 2145 + var2 = 8i32; [INFO] [stdout] | [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 2145 | let var0 = 8i32; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var1` in this scope [INFO] [stdout] --> tests/random_contract.rs:2149:25 [INFO] [stdout] | [INFO] [stdout] 2149 | var1 = arg1.wrapping_sub(var4); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 2149 - var1 = arg1.wrapping_sub(var4); [INFO] [stdout] 2149 + var2 = arg1.wrapping_sub(var4); [INFO] [stdout] | [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 2149 | let var1 = arg1.wrapping_sub(var4); [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var0` in this scope [INFO] [stdout] --> tests/random_contract.rs:2150:25 [INFO] [stdout] | [INFO] [stdout] 2150 | var0 = var2.wrapping_add(var1 & -4i32); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 2150 - var0 = var2.wrapping_add(var1 & -4i32); [INFO] [stdout] 2150 + var2 = var2.wrapping_add(var1 & -4i32); [INFO] [stdout] | [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 2150 | let var0 = var2.wrapping_add(var1 & -4i32); [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var1` in this scope [INFO] [stdout] --> tests/random_contract.rs:2150:50 [INFO] [stdout] | [INFO] [stdout] 2150 | var0 = var2.wrapping_add(var1 & -4i32); [INFO] [stdout] | ^^^^ help: a local variable with a similar name exists: `var2` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var0` in this scope [INFO] [stdout] --> tests/random_contract.rs:2165:21 [INFO] [stdout] | [INFO] [stdout] 2165 | var0 = arg0.wrapping_shl(1i32 as u32); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 2165 - var0 = arg0.wrapping_shl(1i32 as u32); [INFO] [stdout] 2165 + var2 = arg0.wrapping_shl(1i32 as u32); [INFO] [stdout] | [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 2165 | let var0 = arg0.wrapping_shl(1i32 as u32); [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var1` in this scope [INFO] [stdout] --> tests/random_contract.rs:2170:13 [INFO] [stdout] | [INFO] [stdout] 2170 | var1 = arg1 & 3i32; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 2170 - var1 = arg1 & 3i32; [INFO] [stdout] 2170 + var2 = arg1 & 3i32; [INFO] [stdout] | [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 2170 | let var1 = arg1 & 3i32; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var1` in this scope [INFO] [stdout] --> tests/random_contract.rs:2172:9 [INFO] [stdout] | [INFO] [stdout] 2172 | var1 = arg0.wrapping_add(arg1); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 2172 - var1 = arg0.wrapping_add(arg1); [INFO] [stdout] 2172 + var2 = arg0.wrapping_add(arg1); [INFO] [stdout] | [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 2172 | let var1 = arg0.wrapping_add(arg1); [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var0` in this scope [INFO] [stdout] --> tests/random_contract.rs:2176:17 [INFO] [stdout] | [INFO] [stdout] 2176 | var0 = arg0.wrapping_add(1i32); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 2176 - var0 = arg0.wrapping_add(1i32); [INFO] [stdout] 2176 + var2 = arg0.wrapping_add(1i32); [INFO] [stdout] | [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 2176 | let var0 = arg0.wrapping_add(1i32); [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:2208:57 [INFO] [stdout] | [INFO] [stdout] 2208 | if ((arg2 ^ var7) & (var7 ^ var9) < False) as i32 != 0 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 2208 - if ((arg2 ^ var7) & (var7 ^ var9) < False) as i32 != 0 { [INFO] [stdout] 2208 + if ((arg2 ^ var7) & (var7 ^ var9) < false) as i32 != 0 { [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:2229:54 [INFO] [stdout] | [INFO] [stdout] 2229 | if ((var8 ^ var30) & (var8 ^ var7) < False) as i32 != 0 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 2229 - if ((var8 ^ var30) & (var8 ^ var7) < False) as i32 != 0 { [INFO] [stdout] 2229 + if ((var8 ^ var30) & (var8 ^ var7) < false) as i32 != 0 { [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:2233:86 [INFO] [stdout] | [INFO] [stdout] 2233 | self.func71(imports, var6.wrapping_add(48i32), var8, var7, 10000i64, False); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 2233 - self.func71(imports, var6.wrapping_add(48i32), var8, var7, 10000i64, False); [INFO] [stdout] 2233 + self.func71(imports, var6.wrapping_add(48i32), var8, var7, 10000i64, false); [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:2239:98 [INFO] [stdout] | [INFO] [stdout] 2239 | self.func68(imports, var6.wrapping_add(24i32), var11, var12, arg4 as u32 as i64, False, var6.wrapping_add(44i32)); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 2239 - self.func68(imports, var6.wrapping_add(24i32), var11, var12, arg4 as u32 as i64, False, var6.wrapping_add(44i32)); [INFO] [stdout] 2239 + self.func68(imports, var6.wrapping_add(24i32), var11, var12, arg4 as u32 as i64, false, var6.wrapping_add(44i32)); [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:2249:78 [INFO] [stdout] | [INFO] [stdout] 2249 | self.func68(imports, var6, var11, var12, arg5 as u32 as i64, False, var6.wrapping_add(20i32)); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 2249 - self.func68(imports, var6, var11, var12, arg5 as u32 as i64, False, var6.wrapping_add(20i32)); [INFO] [stdout] 2249 + self.func68(imports, var6, var11, var12, arg5 as u32 as i64, false, var6.wrapping_add(20i32)); [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:2255:54 [INFO] [stdout] | [INFO] [stdout] 2255 | if ((var7 ^ var9) & (var7 ^ var11) < False) as i32 != 0 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 2255 - if ((var7 ^ var9) & (var7 ^ var11) < False) as i32 != 0 { [INFO] [stdout] 2255 + if ((var7 ^ var9) & (var7 ^ var11) < false) as i32 != 0 { [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:2264:57 [INFO] [stdout] | [INFO] [stdout] 2264 | if ((var11 ^ var12) & (var11 ^ var15) < False) as i32 != 0 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 2264 - if ((var11 ^ var12) & (var11 ^ var15) < False) as i32 != 0 { [INFO] [stdout] 2264 + if ((var11 ^ var12) & (var11 ^ var15) < false) as i32 != 0 { [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U32` in this scope [INFO] [stdout] --> tests/random_contract.rs:2302:49 [INFO] [stdout] | [INFO] [stdout] 2302 | ... if var17 as i32 | (arg2 & 255i64 != U32(0)) as i32 | (arg3 & 255i64 != U32(0)) as i32 | (arg4 & 255i64 != Address(obj#0)) as i32 | ... [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecType::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecTypeDef::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScVal::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScValType::U32; [INFO] [stdout] | [INFO] [stdout] and 4 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U32` in this scope [INFO] [stdout] --> tests/random_contract.rs:2302:84 [INFO] [stdout] | [INFO] [stdout] 2302 | ... if var17 as i32 | (arg2 & 255i64 != U32(0)) as i32 | (arg3 & 255i64 != U32(0)) as i32 | (arg4 & 255i64 != Address(obj#0)) as i32 | ... [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecType::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecTypeDef::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScVal::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScValType::U32; [INFO] [stdout] | [INFO] [stdout] and 4 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U32` in this scope [INFO] [stdout] --> tests/random_contract.rs:2313:24 [INFO] [stdout] | [INFO] [stdout] 2313 | var9 = U32(0); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecType::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecTypeDef::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScVal::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScValType::U32; [INFO] [stdout] | [INFO] [stdout] and 4 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var1` in this scope [INFO] [stdout] --> tests/random_contract.rs:2314:17 [INFO] [stdout] | [INFO] [stdout] 2314 | var1 = False; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 2314 | var10 = False; [INFO] [stdout] | + [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 2314 | let var1 = False; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:2314:24 [INFO] [stdout] | [INFO] [stdout] 2314 | var1 = False; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 2314 - var1 = False; [INFO] [stdout] 2314 + var1 = false; [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U32` in this scope [INFO] [stdout] --> tests/random_contract.rs:2321:80 [INFO] [stdout] | [INFO] [stdout] 2321 | if (arg1 == 4294967295i64) as i32 | (var12 & 255i64 != U32(0)) as i32 != 0 { [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecType::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecTypeDef::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScVal::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScValType::U32; [INFO] [stdout] | [INFO] [stdout] and 4 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:2332:58 [INFO] [stdout] | [INFO] [stdout] 2332 | let var28 = self.func52(imports, False, False); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 2332 - let var28 = self.func52(imports, False, False); [INFO] [stdout] 2332 + let var28 = self.func52(imports, false, False); [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:2332:65 [INFO] [stdout] | [INFO] [stdout] 2332 | let var28 = self.func52(imports, False, False); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 2332 - let var28 = self.func52(imports, False, False); [INFO] [stdout] 2332 + let var28 = self.func52(imports, False, false); [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var1` in this scope [INFO] [stdout] --> tests/random_contract.rs:2336:25 [INFO] [stdout] | [INFO] [stdout] 2336 | var1 = arg1.wrapping_add(True); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 2336 | var10 = arg1.wrapping_add(True); [INFO] [stdout] | + [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 2336 | let var1 = arg1.wrapping_add(True); [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `True` in this scope [INFO] [stdout] --> tests/random_contract.rs:2336:50 [INFO] [stdout] | [INFO] [stdout] 2336 | var1 = arg1.wrapping_add(True); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead [INFO] [stdout] | [INFO] [stdout] 2336 - var1 = arg1.wrapping_add(True); [INFO] [stdout] 2336 + var1 = arg1.wrapping_add(true); [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::True; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U32` in this scope [INFO] [stdout] --> tests/random_contract.rs:2338:91 [INFO] [stdout] | [INFO] [stdout] 2338 | let var30 = imports.map_put(self, var10, var12 & -4294967296i64 | U32(0), var29); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecType::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecTypeDef::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScVal::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScValType::U32; [INFO] [stdout] | [INFO] [stdout] and 4 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `True` in this scope [INFO] [stdout] --> tests/random_contract.rs:2355:65 [INFO] [stdout] | [INFO] [stdout] 2355 | let var34 = imports.contract_event(self, var33, True); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead [INFO] [stdout] | [INFO] [stdout] 2355 - let var34 = imports.contract_event(self, var33, True); [INFO] [stdout] 2355 + let var34 = imports.contract_event(self, var33, true); [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::True; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Void` in this scope [INFO] [stdout] --> tests/random_contract.rs:2358:24 [INFO] [stdout] | [INFO] [stdout] 2358 | return Void; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these unit variants [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::Void; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecType::Void; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecTypeDef::Void; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScVal::Void; [INFO] [stdout] | [INFO] [stdout] and 5 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U32` in this scope [INFO] [stdout] --> tests/random_contract.rs:2391:49 [INFO] [stdout] | [INFO] [stdout] 2391 | ... if var18 as i32 | (arg2 & 255i64 != U32(0)) as i32 | (arg3 & 255i64 != U32(0)) as i32 | (arg4 & 255i64 != Address(obj#0)) as i32 | ... [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecType::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecTypeDef::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScVal::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScValType::U32; [INFO] [stdout] | [INFO] [stdout] and 4 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U32` in this scope [INFO] [stdout] --> tests/random_contract.rs:2391:84 [INFO] [stdout] | [INFO] [stdout] 2391 | ... if var18 as i32 | (arg2 & 255i64 != U32(0)) as i32 | (arg3 & 255i64 != U32(0)) as i32 | (arg4 & 255i64 != Address(obj#0)) as i32 | ... [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecType::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecTypeDef::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScVal::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScValType::U32; [INFO] [stdout] | [INFO] [stdout] and 4 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U32` in this scope [INFO] [stdout] --> tests/random_contract.rs:2412:21 [INFO] [stdout] | [INFO] [stdout] 2412 | var11 = U32(0); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecType::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecTypeDef::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScVal::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScValType::U32; [INFO] [stdout] | [INFO] [stdout] and 4 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var1` in this scope [INFO] [stdout] --> tests/random_contract.rs:2413:13 [INFO] [stdout] | [INFO] [stdout] 2413 | var1 = False; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 2413 | var10 = False; [INFO] [stdout] | + [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 2413 | let var1 = False; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:2413:20 [INFO] [stdout] | [INFO] [stdout] 2413 | var1 = False; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 2413 - var1 = False; [INFO] [stdout] 2413 + var1 = false; [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U32` in this scope [INFO] [stdout] --> tests/random_contract.rs:2420:75 [INFO] [stdout] | [INFO] [stdout] 2420 | if (arg1 == 4294967295i64) as i32 | (var9 & 255i64 != U32(0)) as i32 != 0 { [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecType::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecTypeDef::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScVal::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScValType::U32; [INFO] [stdout] | [INFO] [stdout] and 4 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:2429:29 [INFO] [stdout] | [INFO] [stdout] 2429 | var10 = False; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 2429 - var10 = False; [INFO] [stdout] 2429 + var10 = false; [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:2430:29 [INFO] [stdout] | [INFO] [stdout] 2430 | var13 = False; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 2430 - var13 = False; [INFO] [stdout] 2430 + var13 = false; [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U32` in this scope [INFO] [stdout] --> tests/random_contract.rs:2431:52 [INFO] [stdout] | [INFO] [stdout] 2431 | var9 = var9 & -4294967296i64 | U32(0); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecType::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecTypeDef::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScVal::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScValType::U32; [INFO] [stdout] | [INFO] [stdout] and 4 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `True` in this scope [INFO] [stdout] --> tests/random_contract.rs:2433:34 [INFO] [stdout] | [INFO] [stdout] 2433 | if (var33 == True) as i32 != 0 { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead [INFO] [stdout] | [INFO] [stdout] 2433 - if (var33 == True) as i32 != 0 { [INFO] [stdout] 2433 + if (var33 == true) as i32 != 0 { [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::True; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:2437:38 [INFO] [stdout] | [INFO] [stdout] 2437 | if (var36 != False) as i32 != 0 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 2437 - if (var36 != False) as i32 != 0 { [INFO] [stdout] 2437 + if (var36 != false) as i32 != 0 { [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var1` in this scope [INFO] [stdout] --> tests/random_contract.rs:2451:21 [INFO] [stdout] | [INFO] [stdout] 2451 | var1 = arg1.wrapping_add(True); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 2451 | var10 = arg1.wrapping_add(True); [INFO] [stdout] | + [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 2451 | let var1 = arg1.wrapping_add(True); [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `True` in this scope [INFO] [stdout] --> tests/random_contract.rs:2451:46 [INFO] [stdout] | [INFO] [stdout] 2451 | var1 = arg1.wrapping_add(True); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead [INFO] [stdout] | [INFO] [stdout] 2451 - var1 = arg1.wrapping_add(True); [INFO] [stdout] 2451 + var1 = arg1.wrapping_add(true); [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::True; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Void` in this scope [INFO] [stdout] --> tests/random_contract.rs:2467:20 [INFO] [stdout] | [INFO] [stdout] 2467 | return Void; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these unit variants [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::Void; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecType::Void; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecTypeDef::Void; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScVal::Void; [INFO] [stdout] | [INFO] [stdout] and 5 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var1` in this scope [INFO] [stdout] --> tests/random_contract.rs:2507:21 [INFO] [stdout] | [INFO] [stdout] 2507 | var1 = var5; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 2507 - var1 = var5; [INFO] [stdout] 2507 + var3 = var5; [INFO] [stdout] | [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 2507 | let var1 = var5; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var1` in this scope [INFO] [stdout] --> tests/random_contract.rs:2514:25 [INFO] [stdout] | [INFO] [stdout] 2514 | var1 = arg1.wrapping_add(4i32); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 2514 | var11 = arg1.wrapping_add(4i32); [INFO] [stdout] | + [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 2514 | let var1 = arg1.wrapping_add(4i32); [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var2` in this scope [INFO] [stdout] --> tests/random_contract.rs:2521:17 [INFO] [stdout] | [INFO] [stdout] 2521 | var2 = var5 & -4i32; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 2521 - var2 = var5 & -4i32; [INFO] [stdout] 2521 + var3 = var5 & -4i32; [INFO] [stdout] | [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 2521 | let var2 = var5 & -4i32; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var1` in this scope [INFO] [stdout] --> tests/random_contract.rs:2522:17 [INFO] [stdout] | [INFO] [stdout] 2522 | var1 = var2.wrapping_add(4i32); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 2522 - var1 = var2.wrapping_add(4i32); [INFO] [stdout] 2522 + var3 = var2.wrapping_add(4i32); [INFO] [stdout] | [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 2522 | let var1 = var2.wrapping_add(4i32); [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var2` in this scope [INFO] [stdout] --> tests/random_contract.rs:2522:24 [INFO] [stdout] | [INFO] [stdout] 2522 | var1 = var2.wrapping_add(4i32); [INFO] [stdout] | ^^^^ help: a local variable with a similar name exists: `var3` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var2` in this scope [INFO] [stdout] --> tests/random_contract.rs:2527:17 [INFO] [stdout] | [INFO] [stdout] 2527 | var2 = var12; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 2527 | var12 = var12; [INFO] [stdout] | + [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 2527 | let var2 = var12; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var2` in this scope [INFO] [stdout] --> tests/random_contract.rs:2535:25 [INFO] [stdout] | [INFO] [stdout] 2535 | var2 = var14; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 2535 | var12 = var14; [INFO] [stdout] | + [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 2535 | let var2 = var14; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var2` in this scope [INFO] [stdout] --> tests/random_contract.rs:2536:111 [INFO] [stdout] | [INFO] [stdout] 2536 | ...wrapping_shr(var6 as u32) as i32 | var2.wrapping_shl(var7 as u32)) as u32); [INFO] [stdout] | ^^^^ help: a local variable with a similar name exists: `var12` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var1` in this scope [INFO] [stdout] --> tests/random_contract.rs:2537:25 [INFO] [stdout] | [INFO] [stdout] 2537 | var1 = arg1.wrapping_add(4i32); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 2537 | var12 = arg1.wrapping_add(4i32); [INFO] [stdout] | + [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 2537 | let var1 = arg1.wrapping_add(4i32); [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var2` in this scope [INFO] [stdout] --> tests/random_contract.rs:2546:13 [INFO] [stdout] | [INFO] [stdout] 2546 | var2 = var8 & 3i32; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 2546 - var2 = var8 & 3i32; [INFO] [stdout] 2546 + var3 = var8 & 3i32; [INFO] [stdout] | [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 2546 | let var2 = var8 & 3i32; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var1` in this scope [INFO] [stdout] --> tests/random_contract.rs:2547:13 [INFO] [stdout] | [INFO] [stdout] 2547 | var1 = var5.wrapping_add(var9); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 2547 - var1 = var5.wrapping_add(var9); [INFO] [stdout] 2547 + var3 = var5.wrapping_add(var9); [INFO] [stdout] | [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 2547 | let var1 = var5.wrapping_add(var9); [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var2` in this scope [INFO] [stdout] --> tests/random_contract.rs:2550:9 [INFO] [stdout] | [INFO] [stdout] 2550 | var2 = arg2.wrapping_add(var3); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 2550 - var2 = arg2.wrapping_add(var3); [INFO] [stdout] 2550 + var3 = arg2.wrapping_add(var3); [INFO] [stdout] | [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 2550 | let var2 = arg2.wrapping_add(var3); [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var1` in this scope [INFO] [stdout] --> tests/random_contract.rs:2555:17 [INFO] [stdout] | [INFO] [stdout] 2555 | var1 = arg1.wrapping_add(1i32); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 2555 | var15 = arg1.wrapping_add(1i32); [INFO] [stdout] | + [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 2555 | let var1 = arg1.wrapping_add(1i32); [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:2579:29 [INFO] [stdout] | [INFO] [stdout] 2579 | if (var5 != False) as i32 != 0 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 2579 - if (var5 != False) as i32 != 0 { [INFO] [stdout] 2579 + if (var5 != false) as i32 != 0 { [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Void` in this scope [INFO] [stdout] --> tests/random_contract.rs:2594:9 [INFO] [stdout] | [INFO] [stdout] 2594 | Void [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these unit variants [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::Void; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecType::Void; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecTypeDef::Void; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScVal::Void; [INFO] [stdout] | [INFO] [stdout] and 5 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U32` in this scope [INFO] [stdout] --> tests/random_contract.rs:2617:70 [INFO] [stdout] | [INFO] [stdout] 2617 | if ((var17 == 0) as i32 == 0) as i32 | (arg2 & 255i64 != U32(0)) as i32 != 0 { [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecType::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecTypeDef::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScVal::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScValType::U32; [INFO] [stdout] | [INFO] [stdout] and 4 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:2644:66 [INFO] [stdout] | [INFO] [stdout] 2644 | self.func68(imports, var4, var10, var7, 10000000i64, False, var4.wrapping_add(20i32)); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 2644 - self.func68(imports, var4, var10, var7, 10000000i64, False, var4.wrapping_add(20i32)); [INFO] [stdout] 2644 + self.func68(imports, var4, var10, var7, 10000000i64, false, var4.wrapping_add(20i32)); [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var3` in this scope [INFO] [stdout] --> tests/random_contract.rs:2650:13 [INFO] [stdout] | [INFO] [stdout] 2650 | var3 = var31; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 2650 | var13 = var31; [INFO] [stdout] | + [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 2650 | let var3 = var31; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var1` in this scope [INFO] [stdout] --> tests/random_contract.rs:2652:13 [INFO] [stdout] | [INFO] [stdout] 2652 | var1 = var32; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 2652 | var10 = var32; [INFO] [stdout] | + [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 2652 | let var1 = var32; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var3` in this scope [INFO] [stdout] --> tests/random_contract.rs:2653:29 [INFO] [stdout] | [INFO] [stdout] 2653 | ... if (({ let a = (var3 == 0) as i32; let b = (var1 < False) as i32; if (arg1 == 0) as i32 != 0 { a } else { b } }) == 0) as i32 != 0 { [INFO] [stdout] | ^^^^ help: a local variable with a similar name exists: `var13` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var1` in this scope [INFO] [stdout] --> tests/random_contract.rs:2653:57 [INFO] [stdout] | [INFO] [stdout] 2653 | ... if (({ let a = (var3 == 0) as i32; let b = (var1 < False) as i32; if (arg1 == 0) as i32 != 0 { a } else { b } }) == 0) as i32 != 0 { [INFO] [stdout] | ^^^^ help: a local variable with a similar name exists: `var10` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:2653:64 [INFO] [stdout] | [INFO] [stdout] 2653 | ... if (({ let a = (var3 == 0) as i32; let b = (var1 < False) as i32; if (arg1 == 0) as i32 != 0 { a } else { b } }) == 0) as i32 != 0 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 2653 - if (({ let a = (var3 == 0) as i32; let b = (var1 < False) as i32; if (arg1 == 0) as i32 != 0 { a } else { b } }) == 0) as i32 != 0 { [INFO] [stdout] 2653 + if (({ let a = (var3 == 0) as i32; let b = (var1 < false) as i32; if (arg1 == 0) as i32 != 0 { a } else { b } }) == 0) as i32 != 0 { [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Void` in this scope [INFO] [stdout] --> tests/random_contract.rs:2676:99 [INFO] [stdout] | [INFO] [stdout] 2676 | self.memory.store64(var4.wrapping_add(80i32).wrapping_add(var5) as usize, Void as u64); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these unit variants [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::Void; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecType::Void; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecTypeDef::Void; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScVal::Void; [INFO] [stdout] | [INFO] [stdout] and 5 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U32` in this scope [INFO] [stdout] --> tests/random_contract.rs:2687:53 [INFO] [stdout] | [INFO] [stdout] 2687 | var12 = arg2 & -4294967296i64 | U32(0); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecType::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecTypeDef::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScVal::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScValType::U32; [INFO] [stdout] | [INFO] [stdout] and 4 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `True` in this scope [INFO] [stdout] --> tests/random_contract.rs:2689:34 [INFO] [stdout] | [INFO] [stdout] 2689 | if (var40 == True) as i32 != 0 { [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead [INFO] [stdout] | [INFO] [stdout] 2689 - if (var40 == True) as i32 != 0 { [INFO] [stdout] 2689 + if (var40 == true) as i32 != 0 { [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::True; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:2699:93 [INFO] [stdout] | [INFO] [stdout] 2699 | ... if ({ let a = (var10 as u64 > var13 as u64) as i32; let b = (var7 > False) as i32; if var5 != 0 { a } else { b } }) != 0 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 2699 - if ({ let a = (var10 as u64 > var13 as u64) as i32; let b = (var7 > False) as i32; if var5 != 0 { a } else { b } }) != 0 { [INFO] [stdout] 2699 + if ({ let a = (var10 as u64 > var13 as u64) as i32; let b = (var7 > false) as i32; if var5 != 0 { a } else { b } }) != 0 { [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var3` in this scope [INFO] [stdout] --> tests/random_contract.rs:2703:25 [INFO] [stdout] | [INFO] [stdout] 2703 | var3 = var45; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 2703 | var13 = var45; [INFO] [stdout] | + [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 2703 | let var3 = var45; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var1` in this scope [INFO] [stdout] --> tests/random_contract.rs:2705:25 [INFO] [stdout] | [INFO] [stdout] 2705 | var1 = var46; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 2705 | var10 = var46; [INFO] [stdout] | + [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 2705 | let var1 = var46; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var3` in this scope [INFO] [stdout] --> tests/random_contract.rs:2706:54 [INFO] [stdout] | [INFO] [stdout] 2706 | ... if ({ let a = (var9 as u64 > var3 as u64) as i32; let b = (var1 < var8) as i32; if (arg1 == var8) as i32 != 0 { a } else { b } }) !... [INFO] [stdout] | ^^^^ help: a local variable with a similar name exists: `var13` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var1` in this scope [INFO] [stdout] --> tests/random_contract.rs:2706:84 [INFO] [stdout] | [INFO] [stdout] 2706 | ... if ({ let a = (var9 as u64 > var3 as u64) as i32; let b = (var1 < var8) as i32; if (arg1 == var8) as i32 != 0 { a } else { b } }) !... [INFO] [stdout] | ^^^^ help: a local variable with a similar name exists: `var10` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `True` in this scope [INFO] [stdout] --> tests/random_contract.rs:2713:79 [INFO] [stdout] | [INFO] [stdout] 2713 | let var48 = imports.prng_u64_in_inclusive_range(self, True, var13); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead [INFO] [stdout] | [INFO] [stdout] 2713 - let var48 = imports.prng_u64_in_inclusive_range(self, True, var13); [INFO] [stdout] 2713 + let var48 = imports.prng_u64_in_inclusive_range(self, true, var13); [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::True; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:2714:98 [INFO] [stdout] | [INFO] [stdout] 2714 | ... var5 = { let a = (var48 as u64 <= var10 as u64) as i32; let b = (var7 >= False) as i32; if var5 != 0 { a } else { b } }; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 2714 - var5 = { let a = (var48 as u64 <= var10 as u64) as i32; let b = (var7 >= False) as i32; if var5 != 0 { a } else { b } }; [INFO] [stdout] 2714 + var5 = { let a = (var48 as u64 <= var10 as u64) as i32; let b = (var7 >= false) as i32; if var5 != 0 { a } else { b } }; [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:2715:56 [INFO] [stdout] | [INFO] [stdout] 2715 | var8 = { let a = arg1; let b = False; if var5 != 0 { a } else { b } }; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 2715 - var8 = { let a = arg1; let b = False; if var5 != 0 { a } else { b } }; [INFO] [stdout] 2715 + var8 = { let a = arg1; let b = false; if var5 != 0 { a } else { b } }; [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `True` in this scope [INFO] [stdout] --> tests/random_contract.rs:2716:56 [INFO] [stdout] | [INFO] [stdout] 2716 | var9 = { let a = arg3; let b = True; if var5 != 0 { a } else { b } }; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead [INFO] [stdout] | [INFO] [stdout] 2716 - var9 = { let a = arg3; let b = True; if var5 != 0 { a } else { b } }; [INFO] [stdout] 2716 + var9 = { let a = arg3; let b = true; if var5 != 0 { a } else { b } }; [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::True; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:2718:62 [INFO] [stdout] | [INFO] [stdout] 2718 | if ((arg1 ^ var8) & (arg1 ^ var14) < False) as i32 != 0 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 2718 - if ((arg1 ^ var8) & (arg1 ^ var14) < False) as i32 != 0 { [INFO] [stdout] 2718 + if ((arg1 ^ var8) & (arg1 ^ var14) < false) as i32 != 0 { [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var1` in this scope [INFO] [stdout] --> tests/random_contract.rs:2722:25 [INFO] [stdout] | [INFO] [stdout] 2722 | var1 = var49; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 2722 | var10 = var49; [INFO] [stdout] | + [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 2722 | let var1 = var49; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var1` in this scope [INFO] [stdout] --> tests/random_contract.rs:2732:25 [INFO] [stdout] | [INFO] [stdout] 2732 | var1 = var54; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 2732 | var10 = var54; [INFO] [stdout] | + [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 2732 | let var1 = var54; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var3` in this scope [INFO] [stdout] --> tests/random_contract.rs:2738:25 [INFO] [stdout] | [INFO] [stdout] 2738 | var3 = var59; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 2738 | var13 = var59; [INFO] [stdout] | + [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 2738 | let var3 = var59; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U32` in this scope [INFO] [stdout] --> tests/random_contract.rs:2744:90 [INFO] [stdout] | [INFO] [stdout] 2744 | self.memory.store64(var4 as usize + 80, (arg2 & -4294967296i64 | U32(0)) as u64); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecType::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecTypeDef::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScVal::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScValType::U32; [INFO] [stdout] | [INFO] [stdout] and 4 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U32` in this scope [INFO] [stdout] --> tests/random_contract.rs:2797:70 [INFO] [stdout] | [INFO] [stdout] 2797 | if ((var19 == 0) as i32 == 0) as i32 | (arg2 & 255i64 != U32(0)) as i32 != 0 { [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecType::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecTypeDef::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScVal::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScValType::U32; [INFO] [stdout] | [INFO] [stdout] and 4 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U32` in this scope [INFO] [stdout] --> tests/random_contract.rs:2815:45 [INFO] [stdout] | [INFO] [stdout] 2815 | var12 = arg2 & -4294967296i64 | U32(0); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecType::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecTypeDef::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScVal::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScValType::U32; [INFO] [stdout] | [INFO] [stdout] and 4 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var1` in this scope [INFO] [stdout] --> tests/random_contract.rs:2823:13 [INFO] [stdout] | [INFO] [stdout] 2823 | var1 = U32(0); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 2823 | var10 = U32(0); [INFO] [stdout] | + [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 2823 | let var1 = U32(0); [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U32` in this scope [INFO] [stdout] --> tests/random_contract.rs:2823:20 [INFO] [stdout] | [INFO] [stdout] 2823 | var1 = U32(0); [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecType::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecTypeDef::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScVal::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScValType::U32; [INFO] [stdout] | [INFO] [stdout] and 4 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var2` in this scope [INFO] [stdout] --> tests/random_contract.rs:2824:13 [INFO] [stdout] | [INFO] [stdout] 2824 | var2 = False; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 2824 | var12 = False; [INFO] [stdout] | + [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 2824 | let var2 = False; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:2824:20 [INFO] [stdout] | [INFO] [stdout] 2824 | var2 = False; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 2824 - var2 = False; [INFO] [stdout] 2824 + var2 = false; [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function, tuple struct or tuple variant `U32` in this scope [INFO] [stdout] --> tests/random_contract.rs:2833:79 [INFO] [stdout] | [INFO] [stdout] 2833 | if (arg2 == 4294967295i64) as i32 | (var6 & 255i64 != U32(0)) as i32 != 0 { [INFO] [stdout] | ^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these items [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecType::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecTypeDef::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScVal::U32; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScValType::U32; [INFO] [stdout] | [INFO] [stdout] and 4 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:2853:69 [INFO] [stdout] | [INFO] [stdout] 2853 | if ((var6 ^ var8 ^ -1i64) & (var6 ^ var7) < False) as i32 != 0 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 2853 - if ((var6 ^ var8 ^ -1i64) & (var6 ^ var7) < False) as i32 != 0 { [INFO] [stdout] 2853 + if ((var6 ^ var8 ^ -1i64) & (var6 ^ var7) < false) as i32 != 0 { [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Void` in this scope [INFO] [stdout] --> tests/random_contract.rs:2869:28 [INFO] [stdout] | [INFO] [stdout] 2869 | return Void; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these unit variants [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::Void; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecType::Void; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecTypeDef::Void; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScVal::Void; [INFO] [stdout] | [INFO] [stdout] and 5 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var1` in this scope [INFO] [stdout] --> tests/random_contract.rs:2872:17 [INFO] [stdout] | [INFO] [stdout] 2872 | var1 = arg1.wrapping_add(4294967296i64); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 2872 | var10 = arg1.wrapping_add(4294967296i64); [INFO] [stdout] | + [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 2872 | let var1 = arg1.wrapping_add(4294967296i64); [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var2` in this scope [INFO] [stdout] --> tests/random_contract.rs:2873:17 [INFO] [stdout] | [INFO] [stdout] 2873 | var2 = arg2.wrapping_add(True); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 2873 | var12 = arg2.wrapping_add(True); [INFO] [stdout] | + [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 2873 | let var2 = arg2.wrapping_add(True); [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `True` in this scope [INFO] [stdout] --> tests/random_contract.rs:2873:42 [INFO] [stdout] | [INFO] [stdout] 2873 | var2 = arg2.wrapping_add(True); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead [INFO] [stdout] | [INFO] [stdout] 2873 - var2 = arg2.wrapping_add(True); [INFO] [stdout] 2873 + var2 = arg2.wrapping_add(true); [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::True; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var4` in this scope [INFO] [stdout] --> tests/random_contract.rs:2909:13 [INFO] [stdout] | [INFO] [stdout] 2909 | var4 = var21; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 2909 | var14 = var21; [INFO] [stdout] | + [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 2909 | let var4 = var21; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var5` in this scope [INFO] [stdout] --> tests/random_contract.rs:2927:13 [INFO] [stdout] | [INFO] [stdout] 2927 | var5 = var29; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 2927 | var15 = var29; [INFO] [stdout] | + [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 2927 | let var5 = var29; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var6` in this scope [INFO] [stdout] --> tests/random_contract.rs:2929:13 [INFO] [stdout] | [INFO] [stdout] 2929 | var6 = var30; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 2929 | var16 = var30; [INFO] [stdout] | + [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 2929 | let var6 = var30; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var7` in this scope [INFO] [stdout] --> tests/random_contract.rs:2936:13 [INFO] [stdout] | [INFO] [stdout] 2936 | var7 = var33; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 2936 | var17 = var33; [INFO] [stdout] | + [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 2936 | let var7 = var33; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:2952:45 [INFO] [stdout] | [INFO] [stdout] 2952 | ... if (({ let a = (var14 < False) as i32; let b = (arg4 > False) as i32; if (arg4 == 0) as i32 != 0 { a } else { b } }) == 0) as i32 !... [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 2952 - if (({ let a = (var14 < False) as i32; let b = (arg4 > False) as i32; if (arg4 == 0) as i32 != 0 { a } else { b } }) == 0) as i32 != 0 { [INFO] [stdout] 2952 + if (({ let a = (var14 < false) as i32; let b = (arg4 > False) as i32; if (arg4 == 0) as i32 != 0 { a } else { b } }) == 0) as i32 != 0 { [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:2952:76 [INFO] [stdout] | [INFO] [stdout] 2952 | ... if (({ let a = (var14 < False) as i32; let b = (arg4 > False) as i32; if (arg4 == 0) as i32 != 0 { a } else { b } }) == 0) as i32 !... [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 2952 - if (({ let a = (var14 < False) as i32; let b = (arg4 > False) as i32; if (arg4 == 0) as i32 != 0 { a } else { b } }) == 0) as i32 != 0 { [INFO] [stdout] 2952 + if (({ let a = (var14 < False) as i32; let b = (arg4 > false) as i32; if (arg4 == 0) as i32 != 0 { a } else { b } }) == 0) as i32 != 0 { [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `True` in this scope [INFO] [stdout] --> tests/random_contract.rs:2976:66 [INFO] [stdout] | [INFO] [stdout] 2976 | self.memory.store64(var8 as usize + 248, True as u64); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead [INFO] [stdout] | [INFO] [stdout] 2976 - self.memory.store64(var8 as usize + 248, True as u64); [INFO] [stdout] 2976 + self.memory.store64(var8 as usize + 248, true as u64); [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::True; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:2989:61 [INFO] [stdout] | [INFO] [stdout] 2989 | self.memory.store64(var12 as usize, False as u64); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 2989 - self.memory.store64(var12 as usize, False as u64); [INFO] [stdout] 2989 + self.memory.store64(var12 as usize, false as u64); [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `True` in this scope [INFO] [stdout] --> tests/random_contract.rs:3003:66 [INFO] [stdout] | [INFO] [stdout] 3003 | self.memory.store64(var8 as usize + 248, True as u64); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead [INFO] [stdout] | [INFO] [stdout] 3003 - self.memory.store64(var8 as usize + 248, True as u64); [INFO] [stdout] 3003 + self.memory.store64(var8 as usize + 248, true as u64); [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::True; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var1` in this scope [INFO] [stdout] --> tests/random_contract.rs:3018:25 [INFO] [stdout] | [INFO] [stdout] 3018 | var1 = var55; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 3018 | var10 = var55; [INFO] [stdout] | + [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 3018 | let var1 = var55; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var2` in this scope [INFO] [stdout] --> tests/random_contract.rs:3020:25 [INFO] [stdout] | [INFO] [stdout] 3020 | var2 = var56; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 3020 | var12 = var56; [INFO] [stdout] | + [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 3020 | let var2 = var56; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Void` in this scope [INFO] [stdout] --> tests/random_contract.rs:3033:32 [INFO] [stdout] | [INFO] [stdout] 3033 | return Void; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these unit variants [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::Void; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecType::Void; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecTypeDef::Void; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScVal::Void; [INFO] [stdout] | [INFO] [stdout] and 5 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var0` in this scope [INFO] [stdout] --> tests/random_contract.rs:3073:17 [INFO] [stdout] | [INFO] [stdout] 3073 | var0 = var15; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 3073 - var0 = var15; [INFO] [stdout] 3073 + var1 = var15; [INFO] [stdout] | [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 3073 | let var0 = var15; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `True` in this scope [INFO] [stdout] --> tests/random_contract.rs:3083:58 [INFO] [stdout] | [INFO] [stdout] 3083 | self.memory.store64(var1 as usize + 176, True as u64); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead [INFO] [stdout] | [INFO] [stdout] 3083 - self.memory.store64(var1 as usize + 176, True as u64); [INFO] [stdout] 3083 + self.memory.store64(var1 as usize + 176, true as u64); [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::True; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:3106:68 [INFO] [stdout] | [INFO] [stdout] 3106 | if ({ let a = (var27 == 0) as i32; let b = (var4 < False) as i32; if (var4 == 0) as i32 != 0 { a } else { b } }) != 0 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 3106 - if ({ let a = (var27 == 0) as i32; let b = (var4 < False) as i32; if (var4 == 0) as i32 != 0 { a } else { b } }) != 0 { [INFO] [stdout] 3106 + if ({ let a = (var27 == 0) as i32; let b = (var4 < false) as i32; if (var4 == 0) as i32 != 0 { a } else { b } }) != 0 { [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `True` in this scope [INFO] [stdout] --> tests/random_contract.rs:3119:48 [INFO] [stdout] | [INFO] [stdout] 3119 | self.memory.store64(var1 as usize + 8, True as u64); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead [INFO] [stdout] | [INFO] [stdout] 3119 - self.memory.store64(var1 as usize + 8, True as u64); [INFO] [stdout] 3119 + self.memory.store64(var1 as usize + 8, true as u64); [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::True; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `True` in this scope [INFO] [stdout] --> tests/random_contract.rs:3130:57 [INFO] [stdout] | [INFO] [stdout] 3130 | let var37 = imports.contract_event(self, var36, True); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead [INFO] [stdout] | [INFO] [stdout] 3130 - let var37 = imports.contract_event(self, var36, True); [INFO] [stdout] 3130 + let var37 = imports.contract_event(self, var36, true); [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::True; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Void` in this scope [INFO] [stdout] --> tests/random_contract.rs:3133:9 [INFO] [stdout] | [INFO] [stdout] 3133 | Void [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these unit variants [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::Void; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecType::Void; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecTypeDef::Void; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScVal::Void; [INFO] [stdout] | [INFO] [stdout] and 5 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `True` in this scope [INFO] [stdout] --> tests/random_contract.rs:3136:58 [INFO] [stdout] | [INFO] [stdout] 3136 | let var1 = imports.del_contract_data(self, arg0, True); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead [INFO] [stdout] | [INFO] [stdout] 3136 - let var1 = imports.del_contract_data(self, arg0, True); [INFO] [stdout] 3136 + let var1 = imports.del_contract_data(self, arg0, true); [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::True; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var1` in this scope [INFO] [stdout] --> tests/random_contract.rs:3187:13 [INFO] [stdout] | [INFO] [stdout] 3187 | var1 = var35; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 3187 | var10 = var35; [INFO] [stdout] | + [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 3187 | let var1 = var35; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `True` in this scope [INFO] [stdout] --> tests/random_contract.rs:3208:54 [INFO] [stdout] | [INFO] [stdout] 3208 | self.memory.store64(var4 as usize + 248, True as u64); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead [INFO] [stdout] | [INFO] [stdout] 3208 - self.memory.store64(var4 as usize + 248, True as u64); [INFO] [stdout] 3208 + self.memory.store64(var4 as usize + 248, true as u64); [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::True; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var2` in this scope [INFO] [stdout] --> tests/random_contract.rs:3246:25 [INFO] [stdout] | [INFO] [stdout] 3246 | var2 = var61; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 3246 | var12 = var61; [INFO] [stdout] | + [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 3246 | let var2 = var61; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var3` in this scope [INFO] [stdout] --> tests/random_contract.rs:3250:25 [INFO] [stdout] | [INFO] [stdout] 3250 | var3 = var63; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 3250 | var13 = var63; [INFO] [stdout] | + [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 3250 | let var3 = var63; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:3272:62 [INFO] [stdout] | [INFO] [stdout] 3272 | if ((arg1 ^ arg3) & (arg1 ^ var27) < False) as i32 != 0 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 3272 - if ((arg1 ^ arg3) & (arg1 ^ var27) < False) as i32 != 0 { [INFO] [stdout] 3272 + if ((arg1 ^ arg3) & (arg1 ^ var27) < false) as i32 != 0 { [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Void` in this scope [INFO] [stdout] --> tests/random_contract.rs:3293:58 [INFO] [stdout] | [INFO] [stdout] 3293 | self.memory.store64(var4 as usize + 280, Void as u64); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these unit variants [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::Void; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecType::Void; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecTypeDef::Void; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScVal::Void; [INFO] [stdout] | [INFO] [stdout] and 5 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:3298:50 [INFO] [stdout] | [INFO] [stdout] 3298 | var10 = { let a = var80; let b = False; if var5 != 0 { a } else { b } }; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 3298 - var10 = { let a = var80; let b = False; if var5 != 0 { a } else { b } }; [INFO] [stdout] 3298 + var10 = { let a = var80; let b = false; if var5 != 0 { a } else { b } }; [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:3300:49 [INFO] [stdout] | [INFO] [stdout] 3300 | var9 = { let a = var82; let b = False; if var5 != 0 { a } else { b } }; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 3300 - var9 = { let a = var82; let b = False; if var5 != 0 { a } else { b } }; [INFO] [stdout] 3300 + var9 = { let a = var82; let b = false; if var5 != 0 { a } else { b } }; [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var1` in this scope [INFO] [stdout] --> tests/random_contract.rs:3301:17 [INFO] [stdout] | [INFO] [stdout] 3301 | var1 = var9.wrapping_add(var17); [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 3301 | var10 = var9.wrapping_add(var17); [INFO] [stdout] | + [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 3301 | let var1 = var9.wrapping_add(var17); [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var1` in this scope [INFO] [stdout] --> tests/random_contract.rs:3302:27 [INFO] [stdout] | [INFO] [stdout] 3302 | var9 = (((var1 as u64) < var9 as u64) as i32 as u32 as i64).wrapping_add(arg2.wrapping_add(var10)); [INFO] [stdout] | ^^^^ help: a local variable with a similar name exists: `var10` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:3303:63 [INFO] [stdout] | [INFO] [stdout] 3303 | if ((var10 ^ arg2 ^ -1i64) & (var10 ^ var9) < False) as i32 != 0 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 3303 - if ((var10 ^ arg2 ^ -1i64) & (var10 ^ var9) < False) as i32 != 0 { [INFO] [stdout] 3303 + if ((var10 ^ arg2 ^ -1i64) & (var10 ^ var9) < false) as i32 != 0 { [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Void` in this scope [INFO] [stdout] --> tests/random_contract.rs:3309:58 [INFO] [stdout] | [INFO] [stdout] 3309 | self.memory.store64(var4 as usize + 280, Void as u64); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these unit variants [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::Void; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecType::Void; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecTypeDef::Void; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScVal::Void; [INFO] [stdout] | [INFO] [stdout] and 5 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:3313:62 [INFO] [stdout] | [INFO] [stdout] 3313 | if ((arg2 ^ var8 ^ -1i64) & (var8 ^ var15) < False) as i32 != 0 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 3313 - if ((arg2 ^ var8 ^ -1i64) & (var8 ^ var15) < False) as i32 != 0 { [INFO] [stdout] 3313 + if ((arg2 ^ var8 ^ -1i64) & (var8 ^ var15) < false) as i32 != 0 { [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:3325:63 [INFO] [stdout] | [INFO] [stdout] 3325 | if ((var8 ^ var18 ^ -1i64) & (var8 ^ var11) < False) as i32 != 0 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 3325 - if ((var8 ^ var18 ^ -1i64) & (var8 ^ var11) < False) as i32 != 0 { [INFO] [stdout] 3325 + if ((var8 ^ var18 ^ -1i64) & (var8 ^ var11) < false) as i32 != 0 { [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:3337:62 [INFO] [stdout] | [INFO] [stdout] 3337 | if ((var8 ^ arg3 ^ -1i64) & (var8 ^ var11) < False) as i32 != 0 { [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 3337 - if ((var8 ^ arg3 ^ -1i64) & (var8 ^ var11) < False) as i32 != 0 { [INFO] [stdout] 3337 + if ((var8 ^ arg3 ^ -1i64) & (var8 ^ var11) < false) as i32 != 0 { [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `True` in this scope [INFO] [stdout] --> tests/random_contract.rs:3363:58 [INFO] [stdout] | [INFO] [stdout] 3363 | self.memory.store64(var4 as usize + 280, True as u64); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead [INFO] [stdout] | [INFO] [stdout] 3363 - self.memory.store64(var4 as usize + 280, True as u64); [INFO] [stdout] 3363 + self.memory.store64(var4 as usize + 280, true as u64); [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::True; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var0` in this scope [INFO] [stdout] --> tests/random_contract.rs:3400:17 [INFO] [stdout] | [INFO] [stdout] 3400 | var0 = var100; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 3400 | var10 = var100; [INFO] [stdout] | + [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 3400 | let var0 = var100; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var1` in this scope [INFO] [stdout] --> tests/random_contract.rs:3402:17 [INFO] [stdout] | [INFO] [stdout] 3402 | var1 = var101; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 3402 | var10 = var101; [INFO] [stdout] | + [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 3402 | let var1 = var101; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Void` in this scope [INFO] [stdout] --> tests/random_contract.rs:3411:24 [INFO] [stdout] | [INFO] [stdout] 3411 | return Void; [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these unit variants [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::Void; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecType::Void; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecTypeDef::Void; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScVal::Void; [INFO] [stdout] | [INFO] [stdout] and 5 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var1` in this scope [INFO] [stdout] --> tests/random_contract.rs:3454:13 [INFO] [stdout] | [INFO] [stdout] 3454 | var1 = var26; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 3454 | var10 = var26; [INFO] [stdout] | + [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 3454 | let var1 = var26; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `var2` in this scope [INFO] [stdout] --> tests/random_contract.rs:3463:13 [INFO] [stdout] | [INFO] [stdout] 3463 | var2 = var30; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] help: a local variable with a similar name exists [INFO] [stdout] | [INFO] [stdout] 3463 | var12 = var30; [INFO] [stdout] | + [INFO] [stdout] help: you might have meant to introduce a new binding [INFO] [stdout] | [INFO] [stdout] 3463 | let var2 = var30; [INFO] [stdout] | +++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `True` in this scope [INFO] [stdout] --> tests/random_contract.rs:3485:54 [INFO] [stdout] | [INFO] [stdout] 3485 | self.memory.store64(var4 as usize + 248, True as u64); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead [INFO] [stdout] | [INFO] [stdout] 3485 - self.memory.store64(var4 as usize + 248, True as u64); [INFO] [stdout] 3485 + self.memory.store64(var4 as usize + 248, true as u64); [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::True; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `Void` in this scope [INFO] [stdout] --> tests/random_contract.rs:3508:66 [INFO] [stdout] | [INFO] [stdout] 3508 | self.memory.store64(var4 as usize + 280, Void as u64); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these unit variants [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::Void; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecType::Void; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScSpecTypeDef::Void; [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::xdr::ScVal::Void; [INFO] [stdout] | [INFO] [stdout] and 5 other candidates [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [INFO] [stdout] --> tests/random_contract.rs:3513:57 [INFO] [stdout] | [INFO] [stdout] 3513 | var8 = { let a = var48; let b = False; if var5 != 0 { a } else { b } }; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: you may want to use a bool value instead (notice the capitalization difference) [INFO] [stdout] | [INFO] [stdout] 3513 - var8 = { let a = var48; let b = False; if var5 != 0 { a } else { b } }; [INFO] [stdout] 3513 + var8 = { let a = var48; let b = false; if var5 != 0 { a } else { b } }; [INFO] [stdout] | [INFO] [stdout] help: consider importing this unit variant [INFO] [stdout] | [INFO] [stdout] 2 + use soroban_env_common::Tag::False; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find value `False` in this scope [WARN] too many lines in the log, truncating it