[INFO] crate cosmwasm 0.6.3 is already in cache [INFO] checking cosmwasm-0.6.3 against try#f149601db42efe10ece8b284ab681fd4a6fcb89c for pr-68766 [INFO] extracting crate cosmwasm 0.6.3 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate cosmwasm 0.6.3 on toolchain f149601db42efe10ece8b284ab681fd4a6fcb89c [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate cosmwasm 0.6.3 [INFO] finished tweaking crates.io crate cosmwasm 0.6.3 [INFO] tweaked toml for crates.io crate cosmwasm 0.6.3 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate crates.io crate cosmwasm 0.6.3 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+f149601db42efe10ece8b284ab681fd4a6fcb89c" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 208d782c4e80fe8013e86e38a77a4609b33f4bc92cb91e7bb0bf611533572151 [INFO] running `"docker" "start" "-a" "208d782c4e80fe8013e86e38a77a4609b33f4bc92cb91e7bb0bf611533572151"` [INFO] [stderr] Compiling syn v1.0.5 [INFO] [stderr] Compiling serde v1.0.103 [INFO] [stderr] Compiling schemars v0.5.1 [INFO] [stderr] Compiling snafu-derive v0.5.0 [INFO] [stderr] Checking snafu v0.5.0 [INFO] [stderr] Compiling serde_derive_internals v0.25.0 [INFO] [stderr] Compiling serde_derive v1.0.103 [INFO] [stderr] Compiling schemars_derive v0.5.0 [INFO] [stderr] Checking serde_json v1.0.41 [INFO] [stderr] Checking serde-json-wasm v0.1.2 [INFO] [stderr] Checking cosmwasm v0.6.3 (/opt/rustwide/workdir) [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> src/types.rs:7:22 [INFO] [stderr] | [INFO] [stderr] 7 | pub struct HumanAddr(pub String); [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> src/types.rs:10:26 [INFO] [stderr] | [INFO] [stderr] 10 | pub struct CanonicalAddr(pub Vec); [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `props` in this scope [INFO] [stderr] --> src/types.rs:66:5 [INFO] [stderr] | [INFO] [stderr] 66 | pub block: BlockInfo, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> src/types.rs:66:5 [INFO] [stderr] | [INFO] [stderr] 66 | pub block: BlockInfo, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `props` in this scope [INFO] [stderr] --> src/types.rs:67:5 [INFO] [stderr] | [INFO] [stderr] 67 | pub message: MessageInfo, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> src/types.rs:67:5 [INFO] [stderr] | [INFO] [stderr] 67 | pub message: MessageInfo, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `props` in this scope [INFO] [stderr] --> src/types.rs:68:5 [INFO] [stderr] | [INFO] [stderr] 68 | pub contract: ContractInfo, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> src/types.rs:68:5 [INFO] [stderr] | [INFO] [stderr] 68 | pub contract: ContractInfo, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `props` in this scope [INFO] [stderr] --> src/types.rs:73:5 [INFO] [stderr] | [INFO] [stderr] 73 | pub height: i64, [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> src/types.rs:7:22 [INFO] [stderr] | [INFO] [stderr] 7 | pub struct HumanAddr(pub String); [INFO] [stderr] | ^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> src/types.rs:10:26 [INFO] [stderr] | [INFO] [stderr] 10 | pub struct CanonicalAddr(pub Vec); [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `props` in this scope [INFO] [stderr] --> src/types.rs:66:5 [INFO] [stderr] | [INFO] [stderr] 66 | pub block: BlockInfo, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> src/types.rs:66:5 [INFO] [stderr] | [INFO] [stderr] 66 | pub block: BlockInfo, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `props` in this scope [INFO] [stderr] --> src/types.rs:67:5 [INFO] [stderr] | [INFO] [stderr] 67 | pub message: MessageInfo, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> src/types.rs:67:5 [INFO] [stderr] | [INFO] [stderr] 67 | pub message: MessageInfo, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `props` in this scope [INFO] [stderr] --> src/types.rs:68:5 [INFO] [stderr] | [INFO] [stderr] 68 | pub contract: ContractInfo, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> src/types.rs:68:5 [INFO] [stderr] | [INFO] [stderr] 68 | pub contract: ContractInfo, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `props` in this scope [INFO] [stderr] --> src/types.rs:73:5 [INFO] [stderr] | [INFO] [stderr] 73 | pub height: i64, [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> src/types.rs:73:5 [INFO] [stderr] | [INFO] [stderr] 73 | pub height: i64, [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `props` in this scope [INFO] [stderr] --> src/types.rs:75:5 [INFO] [stderr] | [INFO] [stderr] 75 | pub time: i64, [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> src/types.rs:75:5 [INFO] [stderr] | [INFO] [stderr] 75 | pub time: i64, [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> src/types.rs:73:5 [INFO] [stderr] | [INFO] [stderr] 73 | pub height: i64, [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `props` in this scope [INFO] [stderr] --> src/types.rs:75:5 [INFO] [stderr] | [INFO] [stderr] 75 | pub time: i64, [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> src/types.rs:75:5 [INFO] [stderr] | [INFO] [stderr] 75 | pub time: i64, [INFO] [stderr] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `props` in this scope [INFO] [stderr] --> src/types.rs:76:5 [INFO] [stderr] | [INFO] [stderr] 76 | pub chain_id: String, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `props` in this scope [INFO] [stderr] --> src/types.rs:76:5 [INFO] [stderr] | [INFO] [stderr] 76 | pub chain_id: String, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> src/types.rs:76:5 [INFO] [stderr] | [INFO] [stderr] 76 | pub chain_id: String, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `props` in this scope [INFO] [stderr] --> src/types.rs:81:5 [INFO] [stderr] | [INFO] [stderr] 81 | pub signer: CanonicalAddr, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> src/types.rs:76:5 [INFO] [stderr] | [INFO] [stderr] 76 | pub chain_id: String, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> src/types.rs:81:5 [INFO] [stderr] | [INFO] [stderr] 81 | pub signer: CanonicalAddr, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `props` in this scope [INFO] [stderr] --> src/types.rs:81:5 [INFO] [stderr] | [INFO] [stderr] 81 | pub signer: CanonicalAddr, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `props` in this scope [INFO] [stderr] --> src/types.rs:83:5 [INFO] [stderr] | [INFO] [stderr] 83 | pub sent_funds: Option>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> src/types.rs:81:5 [INFO] [stderr] | [INFO] [stderr] 81 | pub signer: CanonicalAddr, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> src/types.rs:83:5 [INFO] [stderr] | [INFO] [stderr] 83 | pub sent_funds: Option>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `props` in this scope [INFO] [stderr] --> src/types.rs:88:5 [INFO] [stderr] | [INFO] [stderr] 88 | pub address: CanonicalAddr, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `props` in this scope [INFO] [stderr] --> src/types.rs:83:5 [INFO] [stderr] | [INFO] [stderr] 83 | pub sent_funds: Option>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> src/types.rs:88:5 [INFO] [stderr] | [INFO] [stderr] 88 | pub address: CanonicalAddr, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> src/types.rs:83:5 [INFO] [stderr] | [INFO] [stderr] 83 | pub sent_funds: Option>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `props` in this scope [INFO] [stderr] --> src/types.rs:90:5 [INFO] [stderr] | [INFO] [stderr] 90 | pub balance: Option>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> src/types.rs:90:5 [INFO] [stderr] | [INFO] [stderr] 90 | pub balance: Option>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `props` in this scope [INFO] [stderr] --> src/types.rs:95:5 [INFO] [stderr] | [INFO] [stderr] 95 | pub denom: String, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> src/types.rs:95:5 [INFO] [stderr] | [INFO] [stderr] 95 | pub denom: String, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `props` in this scope [INFO] [stderr] --> src/types.rs:96:5 [INFO] [stderr] | [INFO] [stderr] 96 | pub amount: String, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> src/types.rs:96:5 [INFO] [stderr] | [INFO] [stderr] 96 | pub amount: String, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `props` in this scope [INFO] [stderr] --> src/types.rs:88:5 [INFO] [stderr] | [INFO] [stderr] 88 | pub address: CanonicalAddr, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `props` in this scope [INFO] [stderr] --> src/types.rs:104:9 [INFO] [stderr] | [INFO] [stderr] 104 | from_address: HumanAddr, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> src/types.rs:88:5 [INFO] [stderr] | [INFO] [stderr] 88 | pub address: CanonicalAddr, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> src/types.rs:104:9 [INFO] [stderr] | [INFO] [stderr] 104 | from_address: HumanAddr, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `props` in this scope [INFO] [stderr] --> src/types.rs:90:5 [INFO] [stderr] | [INFO] [stderr] 90 | pub balance: Option>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `props` in this scope [INFO] [stderr] --> src/types.rs:105:9 [INFO] [stderr] | [INFO] [stderr] 105 | to_address: HumanAddr, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> src/types.rs:105:9 [INFO] [stderr] | [INFO] [stderr] 105 | to_address: HumanAddr, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `props` in this scope [INFO] [stderr] --> src/types.rs:106:9 [INFO] [stderr] | [INFO] [stderr] 106 | amount: Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> src/types.rs:90:5 [INFO] [stderr] | [INFO] [stderr] 90 | pub balance: Option>, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `props` in this scope [INFO] [stderr] --> src/types.rs:95:5 [INFO] [stderr] | [INFO] [stderr] 95 | pub denom: String, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> src/types.rs:95:5 [INFO] [stderr] | [INFO] [stderr] 95 | pub denom: String, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `props` in this scope [INFO] [stderr] --> src/types.rs:96:5 [INFO] [stderr] | [INFO] [stderr] 96 | pub amount: String, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> src/types.rs:96:5 [INFO] [stderr] | [INFO] [stderr] 96 | pub amount: String, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `props` in this scope [INFO] [stderr] --> src/types.rs:104:9 [INFO] [stderr] | [INFO] [stderr] 104 | from_address: HumanAddr, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> src/types.rs:104:9 [INFO] [stderr] | [INFO] [stderr] 104 | from_address: HumanAddr, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `props` in this scope [INFO] [stderr] --> src/types.rs:105:9 [INFO] [stderr] | [INFO] [stderr] 105 | to_address: HumanAddr, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> src/types.rs:105:9 [INFO] [stderr] | [INFO] [stderr] 105 | to_address: HumanAddr, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> src/types.rs:106:9 [INFO] [stderr] | [INFO] [stderr] 106 | amount: Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `props` in this scope [INFO] [stderr] --> src/types.rs:106:9 [INFO] [stderr] | [INFO] [stderr] 106 | amount: Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `props` in this scope [INFO] [stderr] --> src/types.rs:111:9 [INFO] [stderr] | [INFO] [stderr] 111 | contract_addr: HumanAddr, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> src/types.rs:111:9 [INFO] [stderr] | [INFO] [stderr] 111 | contract_addr: HumanAddr, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> src/types.rs:106:9 [INFO] [stderr] | [INFO] [stderr] 106 | amount: Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `props` in this scope [INFO] [stderr] --> src/types.rs:111:9 [INFO] [stderr] | [INFO] [stderr] 111 | contract_addr: HumanAddr, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> src/types.rs:111:9 [INFO] [stderr] | [INFO] [stderr] 111 | contract_addr: HumanAddr, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `props` in this scope [INFO] [stderr] --> src/types.rs:112:9 [INFO] [stderr] | [INFO] [stderr] 112 | msg: String, [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `props` in this scope [INFO] [stderr] --> src/types.rs:112:9 [INFO] [stderr] | [INFO] [stderr] 112 | msg: String, [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> src/types.rs:112:9 [INFO] [stderr] | [INFO] [stderr] 112 | msg: String, [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `props` in this scope [INFO] [stderr] --> src/types.rs:113:9 [INFO] [stderr] | [INFO] [stderr] 113 | send: Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> src/types.rs:112:9 [INFO] [stderr] | [INFO] [stderr] 112 | msg: String, [INFO] [stderr] | ^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `props` in this scope [INFO] [stderr] --> src/types.rs:113:9 [INFO] [stderr] | [INFO] [stderr] 113 | send: Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> src/types.rs:113:9 [INFO] [stderr] | [INFO] [stderr] 113 | send: Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `props` in this scope [INFO] [stderr] --> src/types.rs:117:9 [INFO] [stderr] | [INFO] [stderr] 117 | data: String, [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> src/types.rs:117:9 [INFO] [stderr] | [INFO] [stderr] 117 | data: String, [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> src/types.rs:124:8 [INFO] [stderr] | [INFO] [stderr] 124 | Ok(Response), [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> src/types.rs:125:9 [INFO] [stderr] | [INFO] [stderr] 125 | Err(String), [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `props` in this scope [INFO] [stderr] --> src/types.rs:148:5 [INFO] [stderr] | [INFO] [stderr] 148 | pub messages: Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> src/types.rs:148:5 [INFO] [stderr] | [INFO] [stderr] 148 | pub messages: Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `props` in this scope [INFO] [stderr] --> src/types.rs:149:5 [INFO] [stderr] | [INFO] [stderr] 149 | pub log: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> src/types.rs:149:5 [INFO] [stderr] | [INFO] [stderr] 149 | pub log: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `props` in this scope [INFO] [stderr] --> src/types.rs:150:5 [INFO] [stderr] | [INFO] [stderr] 150 | pub data: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> src/types.rs:150:5 [INFO] [stderr] | [INFO] [stderr] 150 | pub data: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `props` in this scope [INFO] [stderr] --> src/types.rs:156:5 [INFO] [stderr] | [INFO] [stderr] 156 | pub key: String, [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> src/types.rs:156:5 [INFO] [stderr] | [INFO] [stderr] 156 | pub key: String, [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> src/types.rs:162:8 [INFO] [stderr] | [INFO] [stderr] 162 | Ok(Vec), [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> src/types.rs:163:9 [INFO] [stderr] | [INFO] [stderr] 163 | Err(String), [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> src/types.rs:113:9 [INFO] [stderr] | [INFO] [stderr] 113 | send: Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `props` in this scope [INFO] [stderr] --> src/types.rs:117:9 [INFO] [stderr] | [INFO] [stderr] 117 | data: String, [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> src/types.rs:117:9 [INFO] [stderr] | [INFO] [stderr] 117 | data: String, [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> src/types.rs:124:8 [INFO] [stderr] | [INFO] [stderr] 124 | Ok(Response), [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> src/types.rs:125:9 [INFO] [stderr] | [INFO] [stderr] 125 | Err(String), [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `props` in this scope [INFO] [stderr] --> src/types.rs:148:5 [INFO] [stderr] | [INFO] [stderr] 148 | pub messages: Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> src/types.rs:148:5 [INFO] [stderr] | [INFO] [stderr] 148 | pub messages: Vec, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `props` in this scope [INFO] [stderr] --> src/types.rs:149:5 [INFO] [stderr] | [INFO] [stderr] 149 | pub log: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> src/types.rs:149:5 [INFO] [stderr] | [INFO] [stderr] 149 | pub log: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `props` in this scope [INFO] [stderr] --> src/types.rs:150:5 [INFO] [stderr] | [INFO] [stderr] 150 | pub data: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> src/types.rs:150:5 [INFO] [stderr] | [INFO] [stderr] 150 | pub data: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `props` in this scope [INFO] [stderr] --> src/types.rs:156:5 [INFO] [stderr] | [INFO] [stderr] 156 | pub key: String, [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> src/types.rs:156:5 [INFO] [stderr] | [INFO] [stderr] 156 | pub key: String, [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> src/types.rs:162:8 [INFO] [stderr] | [INFO] [stderr] 162 | Ok(Vec), [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `gen` in this scope [INFO] [stderr] --> src/types.rs:163:9 [INFO] [stderr] | [INFO] [stderr] 163 | Err(String), [INFO] [stderr] | ^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error: aborting due to 52 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `cosmwasm`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 52 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `cosmwasm`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "208d782c4e80fe8013e86e38a77a4609b33f4bc92cb91e7bb0bf611533572151"` [INFO] running `"docker" "rm" "-f" "208d782c4e80fe8013e86e38a77a4609b33f4bc92cb91e7bb0bf611533572151"` [INFO] [stdout] 208d782c4e80fe8013e86e38a77a4609b33f4bc92cb91e7bb0bf611533572151