[INFO] cloning repository https://github.com/dakom/hello-terra [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dakom/hello-terra" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdakom%2Fhello-terra", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdakom%2Fhello-terra'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] c78b4b73a123e83216f7c3c9592e4954c3de6c12 [INFO] building dakom/hello-terra against try#615edd3ad1cf6871c977dc900317cb6c2070fd6b for pr-97334 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdakom%2Fhello-terra" "/workspace/builds/worker-15/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-15/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/dakom/hello-terra on toolchain 615edd3ad1cf6871c977dc900317cb6c2070fd6b [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+615edd3ad1cf6871c977dc900317cb6c2070fd6b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-15/source/rust-toolchain.toml [INFO] started tweaking git repo https://github.com/dakom/hello-terra [INFO] finished tweaking git repo https://github.com/dakom/hello-terra [INFO] tweaked toml for git repo https://github.com/dakom/hello-terra written to /workspace/builds/worker-15/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+615edd3ad1cf6871c977dc900317cb6c2070fd6b" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+615edd3ad1cf6871c977dc900317cb6c2070fd6b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/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:ac0d0aa6ec8ed129e241004a6179c99fa0d2616f50ba759c5b60bd26d0fafa02" "/opt/rustwide/cargo-home/bin/cargo" "+615edd3ad1cf6871c977dc900317cb6c2070fd6b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 182bce4da84c81a87c433d0301c5eed29197e4340179ae5df6c9512f0a1974e6 [INFO] running `Command { std: "docker" "start" "-a" "182bce4da84c81a87c433d0301c5eed29197e4340179ae5df6c9512f0a1974e6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "182bce4da84c81a87c433d0301c5eed29197e4340179ae5df6c9512f0a1974e6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "182bce4da84c81a87c433d0301c5eed29197e4340179ae5df6c9512f0a1974e6", kill_on_drop: false }` [INFO] [stdout] 182bce4da84c81a87c433d0301c5eed29197e4340179ae5df6c9512f0a1974e6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/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" "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:ac0d0aa6ec8ed129e241004a6179c99fa0d2616f50ba759c5b60bd26d0fafa02" "/opt/rustwide/cargo-home/bin/cargo" "+615edd3ad1cf6871c977dc900317cb6c2070fd6b" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b323ca1d34747160f11ff1831775b1d00d93241a370923a9f055d9a91c18286c [INFO] running `Command { std: "docker" "start" "-a" "b323ca1d34747160f11ff1831775b1d00d93241a370923a9f055d9a91c18286c", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.39 [INFO] [stderr] Compiling unicode-ident v1.0.0 [INFO] [stderr] Compiling syn v1.0.96 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling libc v0.2.126 [INFO] [stderr] Compiling serde_derive v1.0.137 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling typenum v1.15.0 [INFO] [stderr] Compiling serde v1.0.137 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.80 [INFO] [stderr] Compiling subtle v2.4.1 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling bumpalo v3.10.0 [INFO] [stderr] Compiling wasm-bindgen v0.2.80 [INFO] [stderr] Compiling zeroize v1.4.3 [INFO] [stderr] Compiling const-oid v0.6.2 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling serde_json v1.0.81 [INFO] [stderr] Compiling futures-core v0.3.21 [INFO] [stderr] Compiling opaque-debug v0.3.0 [INFO] [stderr] Compiling cpufeatures v0.2.2 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling crunchy v0.2.2 [INFO] [stderr] Compiling itoa v1.0.2 [INFO] [stderr] Compiling ryu v1.0.10 [INFO] [stderr] Compiling futures-channel v0.3.21 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling schemars v0.8.10 [INFO] [stderr] Compiling futures-sink v0.3.21 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling futures-task v0.3.21 [INFO] [stderr] Compiling futures-util v0.3.21 [INFO] [stderr] Compiling dyn-clone v1.0.5 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling futures-io v0.3.21 [INFO] [stderr] Compiling forward_ref v1.0.0 [INFO] [stderr] Compiling base64 v0.13.0 [INFO] [stderr] Compiling pin-project-lite v0.2.9 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling slab v0.4.6 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling matches v0.1.9 [INFO] [stderr] Compiling unicode-bidi v0.3.8 [INFO] [stderr] Compiling discard v1.0.4 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling async-trait v0.1.56 [INFO] [stderr] Compiling wee_alloc v0.4.5 [INFO] [stderr] Compiling once_cell v1.12.0 [INFO] [stderr] Compiling anyhow v1.0.57 [INFO] [stderr] Compiling memory_units v0.4.0 [INFO] [stderr] Compiling dotenv v0.15.0 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling der v0.4.5 [INFO] [stderr] Compiling form_urlencoded v1.0.1 [INFO] [stderr] Compiling generic-array v0.14.5 [INFO] [stderr] Compiling spki v0.4.1 [INFO] [stderr] Compiling unicode-normalization v0.1.19 [INFO] [stderr] Compiling pkcs8 v0.7.6 [INFO] [stderr] Compiling uint v0.9.3 [INFO] [stderr] Compiling getrandom v0.2.6 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling ff v0.10.1 [INFO] [stderr] Compiling quote v1.0.18 [INFO] [stderr] Compiling idna v0.2.3 [INFO] [stderr] Compiling group v0.10.0 [INFO] [stderr] Compiling digest v0.9.0 [INFO] [stderr] Compiling block-buffer v0.9.0 [INFO] [stderr] Compiling crypto-mac v0.11.1 [INFO] [stderr] Compiling crypto-bigint v0.2.11 [INFO] [stderr] Compiling sha2 v0.9.9 [INFO] [stderr] Compiling signature v1.3.2 [INFO] [stderr] Compiling curve25519-dalek v3.2.0 [INFO] [stderr] Compiling hmac v0.11.0 [INFO] [stderr] Compiling elliptic-curve v0.10.6 [INFO] [stderr] Compiling ecdsa v0.12.4 [INFO] [stderr] Compiling k256 v0.9.6 [INFO] [stderr] Compiling wasm-bindgen-backend v0.2.80 [INFO] [stderr] Compiling serde_derive_internals v0.26.0 [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.80 [INFO] [stderr] Compiling wasm-bindgen-macro v0.2.80 [INFO] [stderr] Compiling thiserror-impl v1.0.31 [INFO] [stderr] Compiling schemars_derive v0.8.10 [INFO] [stderr] Compiling cosmwasm-derive v0.16.7 [INFO] [stderr] Compiling futures-macro v0.3.21 [INFO] [stderr] Compiling pin-project-internal v1.0.10 [INFO] [stderr] Compiling js-sys v0.3.57 [INFO] [stderr] Compiling pin-project v1.0.10 [INFO] [stderr] Compiling web-sys v0.3.57 [INFO] [stderr] Compiling wasm-bindgen-futures v0.4.30 [INFO] [stderr] Compiling gloo-timers v0.2.4 [INFO] [stderr] Compiling futures-executor v0.3.21 [INFO] [stderr] Compiling futures v0.3.21 [INFO] [stderr] Compiling thiserror v1.0.31 [INFO] [stderr] Compiling gloo-events v0.1.2 [INFO] [stderr] Compiling ed25519-zebra v2.2.0 [INFO] [stderr] Compiling serde-json-wasm v0.3.2 [INFO] [stderr] Compiling bincode v1.3.3 [INFO] [stderr] Compiling url v2.2.2 [INFO] [stderr] Compiling uuid v0.8.2 [INFO] [stderr] Compiling serde-wasm-bindgen v0.3.1 [INFO] [stderr] Compiling futures-signals v0.3.28 [INFO] [stderr] Compiling serde_qs v0.8.5 [INFO] [stderr] Compiling awsm_web v0.19.2 [INFO] [stderr] Compiling cosmwasm-crypto v0.16.7 [INFO] [stderr] Compiling dominator v0.5.24 [INFO] [stderr] Compiling awsm_web v0.28.2 [INFO] [stderr] Compiling dominator_helpers v0.7.2 [INFO] [stderr] Compiling cosmwasm-std v0.16.7 [INFO] [stderr] Compiling shared v0.1.0 (/opt/rustwide/workdir/shared) [INFO] [stderr] Compiling terra-cosmwasm v2.2.0 [INFO] [stderr] Compiling cw-storage-plus v0.9.1 [INFO] [stderr] Compiling cosmwasm-storage v0.16.7 [INFO] [stderr] Compiling contract_account v0.1.0 (/opt/rustwide/workdir/contracts/account) [INFO] [stderr] Compiling app v0.1.0 (/opt/rustwide/workdir/frontend) [INFO] [stderr] Compiling contract_hub v0.1.0 (/opt/rustwide/workdir/contracts/hub) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 55.20s [INFO] running `Command { std: "docker" "inspect" "b323ca1d34747160f11ff1831775b1d00d93241a370923a9f055d9a91c18286c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b323ca1d34747160f11ff1831775b1d00d93241a370923a9f055d9a91c18286c", kill_on_drop: false }` [INFO] [stdout] b323ca1d34747160f11ff1831775b1d00d93241a370923a9f055d9a91c18286c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-15/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" "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:ac0d0aa6ec8ed129e241004a6179c99fa0d2616f50ba759c5b60bd26d0fafa02" "/opt/rustwide/cargo-home/bin/cargo" "+615edd3ad1cf6871c977dc900317cb6c2070fd6b" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 00669e5d044dc1daf738c972f99b90fb18a54f99b35494238caab8e3cde1d33d [INFO] running `Command { std: "docker" "start" "-a" "00669e5d044dc1daf738c972f99b90fb18a54f99b35494238caab8e3cde1d33d", kill_on_drop: false }` [INFO] [stderr] Compiling shared v0.1.0 (/opt/rustwide/workdir/shared) [INFO] [stderr] Compiling contract_account v0.1.0 (/opt/rustwide/workdir/contracts/account) [INFO] [stderr] Compiling contract_hub v0.1.0 (/opt/rustwide/workdir/contracts/hub) [INFO] [stderr] Compiling app v0.1.0 (/opt/rustwide/workdir/frontend) [INFO] [stdout] warning: unused import: `StdError` [INFO] [stdout] --> contracts/account/tests/contract_tests.rs:18:26 [INFO] [stdout] | [INFO] [stdout] 18 | Coin, Addr, Decimal, StdError, from_binary, [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `str::FromStr` [INFO] [stdout] --> contracts/hub/tests/contract_tests.rs:1:11 [INFO] [stdout] | [INFO] [stdout] 1 | use std::{str::FromStr}; [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `contract::execute`, `contract::query` [INFO] [stdout] --> contracts/hub/tests/contract_tests.rs:5:5 [INFO] [stdout] | [INFO] [stdout] 5 | contract::execute, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] 6 | contract::query, [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `ExecuteMsg`, `QueryMsg`, `TotalDeposited`, `result::ContractError` [INFO] [stdout] --> contracts/hub/tests/contract_tests.rs:10:19 [INFO] [stdout] | [INFO] [stdout] 10 | execute::{ExecuteMsg}, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 11 | instantiate::InstantiateMsg, [INFO] [stdout] 12 | query::{QueryMsg, TotalDeposited} [INFO] [stdout] | ^^^^^^^^ ^^^^^^^^^^^^^^ [INFO] [stdout] 13 | }, [INFO] [stdout] 14 | result::ContractError [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Addr`, `Coin`, `Decimal`, `StdError`, `from_binary` [INFO] [stdout] --> contracts/hub/tests/contract_tests.rs:17:5 [INFO] [stdout] | [INFO] [stdout] 17 | Coin, Addr, Decimal, StdError, from_binary, [INFO] [stdout] | ^^^^ ^^^^ ^^^^^^^ ^^^^^^^^ ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 9.81s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/app-de6eb3b5e6ad3345) [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/contract_account-5f27ade9a1b16c4d) [INFO] [stderr] Executable tests/contract_tests.rs (/opt/rustwide/target/debug/deps/contract_tests-4733ab74730fbe60) [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/contract_hub-cbffe8ee6cdb826e) [INFO] [stderr] Executable tests/contract_tests.rs (/opt/rustwide/target/debug/deps/contract_tests-3b8ffdb7ad583345) [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/shared-48443362629338ad) [INFO] running `Command { std: "docker" "inspect" "00669e5d044dc1daf738c972f99b90fb18a54f99b35494238caab8e3cde1d33d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "00669e5d044dc1daf738c972f99b90fb18a54f99b35494238caab8e3cde1d33d", kill_on_drop: false }` [INFO] [stdout] 00669e5d044dc1daf738c972f99b90fb18a54f99b35494238caab8e3cde1d33d