[INFO] cloning repository https://github.com/elitexdream/cw20_with_fee
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/elitexdream/cw20_with_fee" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Felitexdream%2Fcw20_with_fee", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Felitexdream%2Fcw20_with_fee'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 5e9cd3922d38919a33f6345d9f01190321d6401d
[INFO] checking elitexdream/cw20_with_fee/5e9cd3922d38919a33f6345d9f01190321d6401d against master#f5e2df741b4a9820a7579f0c8eccc951706a8782 for pr-147995
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Felitexdream%2Fcw20_with_fee" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-0-tc1/source/.cargo/config
[INFO] started tweaking git repo https://github.com/elitexdream/cw20_with_fee
[INFO] finished tweaking git repo https://github.com/elitexdream/cw20_with_fee
[INFO] tweaked toml for git repo https://github.com/elitexdream/cw20_with_fee written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/elitexdream/cw20_with_fee on toolchain f5e2df741b4a9820a7579f0c8eccc951706a8782
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f5e2df741b4a9820a7579f0c8eccc951706a8782" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/elitexdream/cw20_with_fee 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" "+f5e2df741b4a9820a7579f0c8eccc951706a8782" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded rkyv v0.6.7
[INFO] [stderr]   Downloaded hex v0.4.2
[INFO] [stderr]   Downloaded loupe v0.1.3
[INFO] [stderr]   Downloaded wasmer-middlewares v2.0.0
[INFO] [stderr]   Downloaded wasmer-types v2.0.0
[INFO] [stderr]   Downloaded cosmwasm-derive v1.0.0-beta
[INFO] [stderr]   Downloaded rkyv_derive v0.6.7
[INFO] [stderr]   Downloaded leb128 v0.2.4
[INFO] [stderr]   Downloaded cosmwasm-storage v1.0.0-beta
[INFO] [stderr]   Downloaded wasmer-object v2.0.0
[INFO] [stderr]   Downloaded clru v0.4.0
[INFO] [stderr]   Downloaded sha2 v0.9.2
[INFO] [stderr]   Downloaded cosmwasm-schema v1.0.0-beta
[INFO] [stderr]   Downloaded cranelift-frontend v0.74.0
[INFO] [stderr]   Downloaded parity-wasm v0.42.1
[INFO] [stderr]   Downloaded crypto-bigint v0.2.10
[INFO] [stderr]   Downloaded wasmer v2.0.0
[INFO] [stderr]   Downloaded cosmwasm-std v1.0.0-beta
[INFO] [stderr]   Downloaded syn v1.0.80
[INFO] [stderr]   Downloaded wasmer-compiler-cranelift v2.0.0
[INFO] [stderr]   Downloaded wasmparser v0.78.2
[INFO] [stderr]   Downloaded wasmer-compiler-singlepass v2.0.0
[INFO] [stderr]   Downloaded dynasm v1.0.1
[INFO] [stderr]   Downloaded cranelift-codegen-meta v0.74.0
[INFO] [stderr]   Downloaded cranelift-bforest v0.74.0
[INFO] [stderr]   Downloaded cranelift-entity v0.74.0
[INFO] [stderr]   Downloaded dynasmrt v1.0.1
[INFO] [stderr]   Downloaded wasmer-compiler v2.0.0
[INFO] [stderr]   Downloaded cranelift-codegen v0.74.0
[INFO] [stderr]   Downloaded wasmer-engine-dylib v2.0.0
[INFO] [stderr]   Downloaded memmap2 v0.2.0
[INFO] [stderr]   Downloaded curve25519-dalek v3.1.0
[INFO] [stderr]   Downloaded wasmer-engine v2.0.0
[INFO] [stderr]   Downloaded wasmer-engine-universal v2.0.0
[INFO] [stderr]   Downloaded const-oid v0.6.1
[INFO] [stderr]   Downloaded subtle v2.4.0
[INFO] [stderr]   Downloaded cranelift-codegen-shared v0.74.0
[INFO] [stderr]   Downloaded wasmer-derive v2.0.0
[INFO] [stderr]   Downloaded which v4.0.2
[INFO] [stderr]   Downloaded loupe-derive v0.1.3
[INFO] [stderr]   Downloaded wasmer-vm v2.0.0
[INFO] [stderr]   Downloaded cosmwasm-crypto v1.0.0-beta
[INFO] [stderr]   Downloaded cosmwasm-vm v1.0.0-beta
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+f5e2df741b4a9820a7579f0c8eccc951706a8782" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 6364696213ed5d2072c9a6724ec5b6ef79bfc87e1c972d3ef65d6e4daf73f409
[INFO] running `Command { std: "docker" "start" "-a" "6364696213ed5d2072c9a6724ec5b6ef79bfc87e1c972d3ef65d6e4daf73f409", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6364696213ed5d2072c9a6724ec5b6ef79bfc87e1c972d3ef65d6e4daf73f409", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6364696213ed5d2072c9a6724ec5b6ef79bfc87e1c972d3ef65d6e4daf73f409", kill_on_drop: false }`
[INFO] [stdout] 6364696213ed5d2072c9a6724ec5b6ef79bfc87e1c972d3ef65d6e4daf73f409
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+f5e2df741b4a9820a7579f0c8eccc951706a8782" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 2ca1bd66b00ac1bdc913faff985f9a4404a3aa3601260ffc5262161bbec1187b
[INFO] running `Command { std: "docker" "start" "-a" "2ca1bd66b00ac1bdc913faff985f9a4404a3aa3601260ffc5262161bbec1187b", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.29
[INFO] [stderr]    Compiling syn v1.0.80
[INFO] [stderr]    Compiling libc v0.2.82
[INFO] [stderr]    Compiling version_check v0.9.2
[INFO] [stderr]    Compiling serde v1.0.125
[INFO] [stderr]    Compiling getrandom v0.2.2
[INFO] [stderr]    Compiling typenum v1.12.0
[INFO] [stderr]    Compiling rustversion v1.0.5
[INFO] [stderr]    Compiling indexmap v1.6.1
[INFO] [stderr]    Compiling memoffset v0.6.1
[INFO] [stderr]     Checking subtle v2.4.0
[INFO] [stderr]    Compiling miniz_oxide v0.4.3
[INFO] [stderr]    Compiling rkyv v0.6.7
[INFO] [stderr]    Compiling target-lexicon v0.12.2
[INFO] [stderr]     Checking seahash v4.1.0
[INFO] [stderr]     Checking smallvec v1.6.1
[INFO] [stderr]     Checking adler v0.2.3
[INFO] [stderr]     Checking gimli v0.23.0
[INFO] [stderr]    Compiling cc v1.0.66
[INFO] [stderr]    Compiling crossbeam-utils v0.8.1
[INFO] [stderr]     Checking rustc-demangle v0.1.18
[INFO] [stderr]     Checking byteorder v1.4.2
[INFO] [stderr]     Checking object v0.23.0
[INFO] [stderr]     Checking more-asserts v0.2.1
[INFO] [stderr]     Checking const-oid v0.6.1
[INFO] [stderr]    Compiling generic-array v0.14.4
[INFO] [stderr]     Checking zeroize v1.3.0
[INFO] [stderr]    Compiling const_fn v0.4.5
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]     Checking wasmparser v0.78.2
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling cranelift-entity v0.74.0
[INFO] [stderr]     Checking der v0.4.4
[INFO] [stderr]    Compiling cranelift-codegen-shared v0.74.0
[INFO] [stderr]    Compiling log v0.4.13
[INFO] [stderr]    Compiling rayon-core v1.9.0
[INFO] [stderr]    Compiling quote v1.0.8
[INFO] [stderr]    Compiling cranelift-codegen-meta v0.74.0
[INFO] [stderr]     Checking region v2.2.0
[INFO] [stderr]     Checking memmap2 v0.2.0
[INFO] [stderr]     Checking getrandom v0.1.16
[INFO] [stderr]     Checking cpuid-bool v0.1.2
[INFO] [stderr]    Compiling serde_json v1.0.61
[INFO] [stderr]    Compiling memchr v2.4.1
[INFO] [stderr]    Compiling crc32fast v1.2.1
[INFO] [stderr]     Checking spki v0.4.1
[INFO] [stderr]     Checking rand_core v0.6.1
[INFO] [stderr]     Checking pkcs8 v0.7.6
[INFO] [stderr]     Checking ff v0.10.1
[INFO] [stderr]     Checking rand_core v0.5.1
[INFO] [stderr]     Checking crossbeam-channel v0.5.0
[INFO] [stderr]     Checking crossbeam-epoch v0.9.1
[INFO] [stderr]     Checking num_cpus v1.13.0
[INFO] [stderr]     Checking group v0.10.0
[INFO] [stderr]    Compiling rayon v1.5.0
[INFO] [stderr]    Compiling schemars v0.8.6
[INFO] [stderr]     Checking itoa v0.4.7
[INFO] [stderr]     Checking crossbeam-deque v0.8.0
[INFO] [stderr]     Checking fallible-iterator v0.2.0
[INFO] [stderr]     Checking hex v0.4.2
[INFO] [stderr]    Compiling crunchy v0.2.2
[INFO] [stderr]     Checking stable_deref_trait v1.2.0
[INFO] [stderr]     Checking regalloc v0.0.31
[INFO] [stderr]     Checking digest v0.9.0
[INFO] [stderr]     Checking crypto-mac v0.11.1
[INFO] [stderr]     Checking block-buffer v0.9.0
[INFO] [stderr]     Checking crypto-bigint v0.2.10
[INFO] [stderr]     Checking rand_chacha v0.3.0
[INFO] [stderr]    Compiling wasmer-vm v2.0.0
[INFO] [stderr]     Checking hmac v0.11.0
[INFO] [stderr]     Checking signature v1.3.1
[INFO] [stderr]     Checking cranelift-bforest v0.74.0
[INFO] [stderr]     Checking sha2 v0.9.2
[INFO] [stderr]     Checking curve25519-dalek v3.1.0
[INFO] [stderr]    Compiling bitflags v1.2.1
[INFO] [stderr]     Checking tracing-core v0.1.17
[INFO] [stderr]     Checking dyn-clone v1.0.4
[INFO] [stderr]     Checking pin-project-lite v0.2.4
[INFO] [stderr]     Checking rand v0.8.2
[INFO] [stderr]    Compiling wasmer-compiler-cranelift v2.0.0
[INFO] [stderr]     Checking leb128 v0.2.4
[INFO] [stderr]     Checking remove_dir_all v0.5.3
[INFO] [stderr]     Checking uint v0.9.1
[INFO] [stderr]     Checking libloading v0.7.1
[INFO] [stderr]     Checking parity-wasm v0.42.1
[INFO] [stderr]     Checking clru v0.4.0
[INFO] [stderr]     Checking elliptic-curve v0.10.6
[INFO] [stderr]     Checking ecdsa v0.12.4
[INFO] [stderr]     Checking k256 v0.9.6
[INFO] [stderr]     Checking addr2line v0.14.1
[INFO] [stderr]     Checking tempfile v3.2.0
[INFO] [stderr]     Checking backtrace v0.3.56
[INFO] [stderr]    Compiling darling_core v0.12.4
[INFO] [stderr]    Compiling serde_derive_internals v0.25.0
[INFO] [stderr]    Compiling serde_derive v1.0.125
[INFO] [stderr]    Compiling thiserror-impl v1.0.23
[INFO] [stderr]    Compiling ptr_meta_derive v0.1.4
[INFO] [stderr]    Compiling rkyv_derive v0.6.7
[INFO] [stderr]    Compiling loupe-derive v0.1.3
[INFO] [stderr]    Compiling tracing-attributes v0.1.11
[INFO] [stderr]    Compiling schemars_derive v0.8.6
[INFO] [stderr]    Compiling dynasm v1.0.1
[INFO] [stderr]    Compiling cosmwasm-derive v1.0.0-beta
[INFO] [stderr]    Compiling wasmer-derive v2.0.0
[INFO] [stderr]    Compiling cranelift-codegen v0.74.0
[INFO] [stderr]     Checking ptr_meta v0.1.4
[INFO] [stderr]     Checking thiserror v1.0.23
[INFO] [stderr]     Checking which v4.0.2
[INFO] [stderr]     Checking tracing v0.1.22
[INFO] [stderr]    Compiling darling_macro v0.12.4
[INFO] [stderr]    Compiling darling v0.12.4
[INFO] [stderr]    Compiling enumset_derive v0.5.4
[INFO] [stderr]     Checking enumset v1.0.6
[INFO] [stderr]     Checking serde_bytes v0.11.5
[INFO] [stderr]     Checking ed25519-zebra v2.2.0
[INFO] [stderr]     Checking serde-json-wasm v0.3.1
[INFO] [stderr]     Checking cosmwasm-crypto v1.0.0-beta
[INFO] [stderr]     Checking loupe v0.1.3
[INFO] [stderr]     Checking gimli v0.24.0
[INFO] [stderr]     Checking object v0.25.3
[INFO] [stderr]     Checking wasmer-types v2.0.0
[INFO] [stderr]     Checking cosmwasm-std v1.0.0-beta
[INFO] [stderr]     Checking cosmwasm-schema v1.0.0-beta
[INFO] [stderr]     Checking dynasmrt v1.0.1
[INFO] [stderr]     Checking wasmer-compiler v2.0.0
[INFO] [stderr]     Checking cosmwasm-storage v1.0.0-beta
[INFO] [stderr]     Checking cw-erc20 v0.10.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Checking wasmer-engine v2.0.0
[INFO] [stderr]     Checking wasmer-object v2.0.0
[INFO] [stderr]     Checking wasmer-compiler-singlepass v2.0.0
[INFO] [stderr]     Checking wasmer-engine-dylib v2.0.0
[INFO] [stderr]     Checking wasmer-engine-universal v2.0.0
[INFO] [stderr]     Checking cranelift-frontend v0.74.0
[INFO] [stderr]     Checking wasmer v2.0.0
[INFO] [stderr]     Checking wasmer-middlewares v2.0.0
[INFO] [stderr]     Checking cosmwasm-vm v1.0.0-beta
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]     --> src/contract.rs:1341:53
[INFO] [stdout]      |
[INFO] [stdout] 1341 |             let (env, info) = mock_env_height(&owner.clone(), 450, 550);
[INFO] [stdout]      |                                                     ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]      |
[INFO] [stdout]      = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout]      = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]     --> src/contract.rs:1348:40
[INFO] [stdout]      |
[INFO] [stdout] 1348 |                     attr("owner", owner.clone().to_string()),
[INFO] [stdout]      |                                        ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]      |
[INFO] [stdout]      = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]     --> src/contract.rs:1353:66
[INFO] [stdout]      |
[INFO] [stdout] 1353 |                 get_balance(&deps.storage, &Addr::unchecked(owner.clone())),
[INFO] [stdout]      |                                                                  ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]      |
[INFO] [stdout]      = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]     --> src/contract.rs:1357:68
[INFO] [stdout]      |
[INFO] [stdout] 1357 |                 get_allowance(&deps.storage, &Addr::unchecked(owner.clone()), &spender),
[INFO] [stdout]      |                                                                    ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]      |
[INFO] [stdout]      = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]     --> src/contract.rs:1362:29
[INFO] [stdout]      |
[INFO] [stdout] 1362 |                 owner: owner.clone().to_string().to_string(),
[INFO] [stdout]      |                             ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]      |
[INFO] [stdout]      = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]     --> src/contract.rs:1402:53
[INFO] [stdout]      |
[INFO] [stdout] 1402 |             let (env, info) = mock_env_height(&owner.clone(), 450, 550);
[INFO] [stdout]      |                                                     ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]      |
[INFO] [stdout]      = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]     --> src/contract.rs:1409:40
[INFO] [stdout]      |
[INFO] [stdout] 1409 |                     attr("owner", owner.clone().to_string()),
[INFO] [stdout]      |                                        ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]      |
[INFO] [stdout]      = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]     --> src/contract.rs:1420:29
[INFO] [stdout]      |
[INFO] [stdout] 1420 |                 owner: owner.clone().to_string(),
[INFO] [stdout]      |                             ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]      |
[INFO] [stdout]      = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]     --> src/contract.rs:1451:53
[INFO] [stdout]      |
[INFO] [stdout] 1451 |             let (env, info) = mock_env_height(&owner.clone(), 450, 550);
[INFO] [stdout]      |                                                     ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]      |
[INFO] [stdout]      = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]     --> src/contract.rs:1458:40
[INFO] [stdout]      |
[INFO] [stdout] 1458 |                     attr("owner", owner.clone().to_string()),
[INFO] [stdout]      |                                        ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]      |
[INFO] [stdout]      = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]     --> src/contract.rs:1469:29
[INFO] [stdout]      |
[INFO] [stdout] 1469 |                 owner: owner.clone().to_string(),
[INFO] [stdout]      |                             ^^^^^^^^ help: remove this redundant call
[INFO] [stdout]      |
[INFO] [stdout]      = note: the type `str` does not implement `Clone`, so calling `clone` on `&str` copies the reference, which does not do anything and can be removed
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 45.92s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: cranelift-codegen-meta v0.74.0, wasmer-compiler-singlepass v2.0.0, wasmparser v0.78.2
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 4`
[INFO] running `Command { std: "docker" "inspect" "2ca1bd66b00ac1bdc913faff985f9a4404a3aa3601260ffc5262161bbec1187b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2ca1bd66b00ac1bdc913faff985f9a4404a3aa3601260ffc5262161bbec1187b", kill_on_drop: false }`
[INFO] [stdout] 2ca1bd66b00ac1bdc913faff985f9a4404a3aa3601260ffc5262161bbec1187b
