[INFO] cloning repository https://github.com/racoon-supply-rac/balance-dao
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/racoon-supply-rac/balance-dao" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fracoon-supply-rac%2Fbalance-dao", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fracoon-supply-rac%2Fbalance-dao'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2ccfcf1fd06c2a28fc5992c170af1df4efe30df2
[INFO] testing racoon-supply-rac/balance-dao against 1.78.0 for beta-1.79-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fracoon-supply-rac%2Fbalance-dao" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/racoon-supply-rac/balance-dao on toolchain 1.78.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.78.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/racoon-supply-rac/balance-dao
[INFO] finished tweaking git repo https://github.com/racoon-supply-rac/balance-dao
[INFO] tweaked toml for git repo https://github.com/racoon-supply-rac/balance-dao written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] crate git repo https://github.com/racoon-supply-rac/balance-dao already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.78.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating git repository `https://github.com/CosmosContracts/token-bindings`
[INFO] [stderr]     Updating git repository `https://github.com/JakeHartnell/cw-multi-test.git`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded cw2 v1.1.0
[INFO] [stderr]   Downloaded cosmwasm-derive v1.2.7
[INFO] [stderr]   Downloaded cosmwasm-schema v1.2.7
[INFO] [stderr]   Downloaded cw2 v0.16.0
[INFO] [stderr]   Downloaded cw-storage-plus v1.1.0
[INFO] [stderr]   Downloaded cosmwasm-storage v1.2.7
[INFO] [stderr]   Downloaded cw-utils v0.16.0
[INFO] [stderr]   Downloaded cw-storage-plus v0.16.0
[INFO] [stderr]   Downloaded cosmwasm-schema-derive v1.2.7
[INFO] [stderr]   Downloaded cosmwasm-std v1.2.7
[INFO] [stderr]   Downloaded cosmwasm-crypto v1.2.7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+1.78.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 41ce14388e5bdf52488dea5cc3ba0d239773f50cf7e58dd8117deb44896d742a
[INFO] running `Command { std: "docker" "start" "-a" "41ce14388e5bdf52488dea5cc3ba0d239773f50cf7e58dd8117deb44896d742a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "41ce14388e5bdf52488dea5cc3ba0d239773f50cf7e58dd8117deb44896d742a", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "41ce14388e5bdf52488dea5cc3ba0d239773f50cf7e58dd8117deb44896d742a", kill_on_drop: false }`
[INFO] [stdout] 41ce14388e5bdf52488dea5cc3ba0d239773f50cf7e58dd8117deb44896d742a
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+1.78.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 8d4c09c28616c1c422d8c646ade5d9e7e706b2a56e3877ed1f018eddb3db9148
[INFO] running `Command { std: "docker" "start" "-a" "8d4c09c28616c1c422d8c646ade5d9e7e706b2a56e3877ed1f018eddb3db9148", kill_on_drop: false }`
[INFO] [stderr]    Compiling typenum v1.16.0
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling proc-macro2 v1.0.60
[INFO] [stderr]    Compiling quote v1.0.28
[INFO] [stderr]    Compiling unicode-ident v1.0.9
[INFO] [stderr]    Compiling libc v0.2.146
[INFO] [stderr]    Compiling subtle v2.5.0
[INFO] [stderr]    Compiling zeroize v1.6.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling const-oid v0.9.2
[INFO] [stderr]    Compiling serde v1.0.164
[INFO] [stderr]    Compiling base64ct v1.6.0
[INFO] [stderr]    Compiling ahash v0.7.6
[INFO] [stderr]    Compiling cpufeatures v0.2.8
[INFO] [stderr]    Compiling base16ct v0.1.1
[INFO] [stderr]    Compiling thiserror v1.0.40
[INFO] [stderr]    Compiling serde_json v1.0.97
[INFO] [stderr]    Compiling once_cell v1.18.0
[INFO] [stderr]    Compiling byteorder v1.4.3
[INFO] [stderr]    Compiling der v0.6.1
[INFO] [stderr]    Compiling crunchy v0.2.2
[INFO] [stderr]    Compiling opaque-debug v0.3.0
[INFO] [stderr]    Compiling itoa v1.0.6
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling hex v0.4.3
[INFO] [stderr]    Compiling schemars v0.8.12
[INFO] [stderr]    Compiling ryu v1.0.13
[INFO] [stderr]    Compiling dyn-clone v1.0.11
[INFO] [stderr]    Compiling static_assertions v1.1.0
[INFO] [stderr]    Compiling forward_ref v1.0.0
[INFO] [stderr]    Compiling base64 v0.13.1
[INFO] [stderr]    Compiling semver v1.0.17
[INFO] [stderr]    Compiling uint v0.9.5
[INFO] [stderr]    Compiling getrandom v0.2.10
[INFO] [stderr]    Compiling spki v0.6.0
[INFO] [stderr]    Compiling syn v2.0.18
[INFO] [stderr]    Compiling pkcs8 v0.9.0
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling ff v0.12.1
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling group v0.12.1
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling crypto-bigint v0.4.9
[INFO] [stderr]    Compiling sec1 v0.3.0
[INFO] [stderr]    Compiling digest v0.9.0
[INFO] [stderr]    Compiling block-buffer v0.9.0
[INFO] [stderr]    Compiling sha2 v0.9.9
[INFO] [stderr]    Compiling curve25519-dalek v3.2.0
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling signature v1.6.4
[INFO] [stderr]    Compiling sha2 v0.10.7
[INFO] [stderr]    Compiling elliptic-curve v0.12.3
[INFO] [stderr]    Compiling rfc6979 v0.3.1
[INFO] [stderr]    Compiling ecdsa v0.14.8
[INFO] [stderr]    Compiling serde_derive v1.0.164
[INFO] [stderr]    Compiling thiserror-impl v1.0.40
[INFO] [stderr]    Compiling k256 v0.11.6
[INFO] [stderr]    Compiling serde_derive_internals v0.26.0
[INFO] [stderr]    Compiling schemars_derive v0.8.12
[INFO] [stderr]    Compiling derivative v2.2.0
[INFO] [stderr]    Compiling cosmwasm-derive v1.2.7
[INFO] [stderr]    Compiling cosmwasm-schema-derive v1.2.7
[INFO] [stderr]    Compiling ed25519-zebra v3.1.0
[INFO] [stderr]    Compiling serde-json-wasm v0.5.1
[INFO] [stderr]    Compiling cosmwasm-crypto v1.2.7
[INFO] [stderr]    Compiling cosmwasm-std v1.2.7
[INFO] [stderr]    Compiling cosmwasm-schema v1.2.7
[INFO] [stderr]    Compiling cw-storage-plus v0.16.0
[INFO] [stderr]    Compiling token-bindings v0.11.0 (https://github.com/CosmosContracts/token-bindings#62069ac6)
[INFO] [stderr]    Compiling cosmwasm-storage v1.2.7
[INFO] [stderr]    Compiling cw2 v0.16.0
[INFO] [stderr]    Compiling cw-utils v0.16.0
[INFO] [stderr]    Compiling balance-token-swap v0.1.1 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 31.94s
[INFO] running `Command { std: "docker" "inspect" "8d4c09c28616c1c422d8c646ade5d9e7e706b2a56e3877ed1f018eddb3db9148", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8d4c09c28616c1c422d8c646ade5d9e7e706b2a56e3877ed1f018eddb3db9148", kill_on_drop: false }`
[INFO] [stdout] 8d4c09c28616c1c422d8c646ade5d9e7e706b2a56e3877ed1f018eddb3db9148
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+1.78.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 531f5995bb82ffd66844ad03fe382500342b3df47a9f897b0a91a667fb62dad3
[INFO] running `Command { std: "docker" "start" "-a" "531f5995bb82ffd66844ad03fe382500342b3df47a9f897b0a91a667fb62dad3", kill_on_drop: false }`
[INFO] [stderr]    Compiling anyhow v1.0.71
[INFO] [stderr]    Compiling bytes v1.4.0
[INFO] [stderr]    Compiling itertools v0.11.0
[INFO] [stderr]    Compiling cw-storage-plus v1.1.0
[INFO] [stderr]    Compiling cw2 v1.1.0
[INFO] [stderr]    Compiling prost-derive v0.9.0
[INFO] [stderr]    Compiling cw-utils v1.0.1
[INFO] [stderr]    Compiling prost v0.9.0
[INFO] [stderr]    Compiling cw-multi-test v0.16.5 (https://github.com/JakeHartnell/cw-multi-test.git?branch=bank-supply-support#8c618c8d)
[INFO] [stderr]    Compiling token-bindings-test v0.11.0 (https://github.com/CosmosContracts/token-bindings#62069ac6)
[INFO] [stderr]    Compiling balance-token-swap v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]   --> src/tests.rs:43:74
[INFO] [stdout]    |
[INFO] [stdout] 43 |                     amount: vec![coin(200_000_000_000_000u128, JUNO_DENOM.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]    = 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/tests.rs:50:77
[INFO] [stdout]    |
[INFO] [stdout] 50 |                     amount: vec![coin(200_000_000_000_000u128, INVALID_DENOM.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: 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 9.40s
[INFO] running `Command { std: "docker" "inspect" "531f5995bb82ffd66844ad03fe382500342b3df47a9f897b0a91a667fb62dad3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "531f5995bb82ffd66844ad03fe382500342b3df47a9f897b0a91a667fb62dad3", kill_on_drop: false }`
[INFO] [stdout] 531f5995bb82ffd66844ad03fe382500342b3df47a9f897b0a91a667fb62dad3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+1.78.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 6300b3f9f1f0a2d65c4bc52d3953b7b18213f570e6d8fb3300fe062a2727e5c1
[INFO] running `Command { std: "docker" "start" "-a" "6300b3f9f1f0a2d65c4bc52d3953b7b18213f570e6d8fb3300fe062a2727e5c1", kill_on_drop: false }`
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]   --> src/tests.rs:43:74
[INFO] [stderr]    |
[INFO] [stderr] 43 |                     amount: vec![coin(200_000_000_000_000u128, JUNO_DENOM.clone())],
[INFO] [stderr]    |                                                                          ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]    |
[INFO] [stderr]    = 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] [stderr]    = note: `#[warn(noop_method_call)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]   --> src/tests.rs:50:77
[INFO] [stderr]    |
[INFO] [stderr] 50 |                     amount: vec![coin(200_000_000_000_000u128, INVALID_DENOM.clone())],
[INFO] [stderr]    |                                                                             ^^^^^^^^ help: remove this redundant call
[INFO] [stderr]    |
[INFO] [stderr]    = 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] [stderr] 
[INFO] [stderr] warning: `balance-token-swap` (lib test) generated 2 warnings (run `cargo fix --lib -p balance-token-swap --tests` to apply 2 suggestions)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.21s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/balance_token_swap-be5f4b21953c1f83)
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test tests::tests::integration_tests ... ok
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests balance-token-swap
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "6300b3f9f1f0a2d65c4bc52d3953b7b18213f570e6d8fb3300fe062a2727e5c1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6300b3f9f1f0a2d65c4bc52d3953b7b18213f570e6d8fb3300fe062a2727e5c1", kill_on_drop: false }`
[INFO] [stdout] 6300b3f9f1f0a2d65c4bc52d3953b7b18213f570e6d8fb3300fe062a2727e5c1
