[INFO] cloning repository https://github.com/dolphintwo/multiplecounter [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dolphintwo/multiplecounter" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdolphintwo%2Fmultiplecounter", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdolphintwo%2Fmultiplecounter'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 82b9aae8a79bee44390b83619772b4e0619c3e79 [INFO] testing dolphintwo/multiplecounter against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdolphintwo%2Fmultiplecounter" "/workspace/builds/worker-9/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/dolphintwo/multiplecounter on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-9/source/.cargo/config [INFO] started tweaking git repo https://github.com/dolphintwo/multiplecounter [INFO] finished tweaking git repo https://github.com/dolphintwo/multiplecounter [INFO] tweaked toml for git repo https://github.com/dolphintwo/multiplecounter written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/dolphintwo/multiplecounter already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6ccfe81b65fb460492ef1ff3137a2c32c0d12b298824e4566f2ee851c3e87d7b [INFO] running `Command { std: "docker" "start" "-a" "6ccfe81b65fb460492ef1ff3137a2c32c0d12b298824e4566f2ee851c3e87d7b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6ccfe81b65fb460492ef1ff3137a2c32c0d12b298824e4566f2ee851c3e87d7b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6ccfe81b65fb460492ef1ff3137a2c32c0d12b298824e4566f2ee851c3e87d7b", kill_on_drop: false }` [INFO] [stdout] 6ccfe81b65fb460492ef1ff3137a2c32c0d12b298824e4566f2ee851c3e87d7b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 5e7cb36034e9f8bd51698ae25ab2383b94b994dc31047a879d5782bf7f280a89 [INFO] running `Command { std: "docker" "start" "-a" "5e7cb36034e9f8bd51698ae25ab2383b94b994dc31047a879d5782bf7f280a89", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.20 [INFO] [stderr] Compiling syn v1.0.40 [INFO] [stderr] Compiling serde_derive v1.0.115 [INFO] [stderr] Compiling serde v1.0.115 [INFO] [stderr] Compiling serde_json v1.0.57 [INFO] [stderr] Compiling schemars v0.7.6 [INFO] [stderr] Compiling itoa v0.4.6 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling serde_derive_internals v0.25.0 [INFO] [stderr] Compiling snafu-derive v0.6.8 [INFO] [stderr] Compiling schemars_derive v0.7.6 [INFO] [stderr] Compiling snafu v0.6.8 [INFO] [stderr] Compiling serde-json-wasm v0.2.1 [INFO] [stderr] Compiling cosmwasm-std v0.10.0 (https://github.com/enigmampc/SecretNetwork?tag=1.0-rc1#0c6aae9f) [INFO] [stderr] Compiling cosmwasm-storage v0.10.0 (https://github.com/enigmampc/SecretNetwork?tag=1.0-rc1#0c6aae9f) [INFO] [stderr] Compiling mysimplemultiplecounter v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 21.61s [INFO] running `Command { std: "docker" "inspect" "5e7cb36034e9f8bd51698ae25ab2383b94b994dc31047a879d5782bf7f280a89", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5e7cb36034e9f8bd51698ae25ab2383b94b994dc31047a879d5782bf7f280a89", kill_on_drop: false }` [INFO] [stdout] 5e7cb36034e9f8bd51698ae25ab2383b94b994dc31047a879d5782bf7f280a89 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 999d96235022fa1883833614c0dc69dd6f65108a86ba10d8394813e7e1401f82 [INFO] running `Command { std: "docker" "start" "-a" "999d96235022fa1883833614c0dc69dd6f65108a86ba10d8394813e7e1401f82", kill_on_drop: false }` [INFO] [stderr] Compiling mysimplemultiplecounter v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: couldn't read tests/../target/wasm32-unknown-unknown/release/mysimplemultiplecounter.wasm: No such file or directory (os error 2) [INFO] [stdout] --> tests/integration.rs:26:22 [INFO] [stdout] | [INFO] [stdout] 26 | static WASM: &[u8] = include_bytes!("../target/wasm32-unknown-unknown/release/mysimplemultiplecounter.wasm"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include_bytes` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `cosmwasm_vm` [INFO] [stdout] --> tests/integration.rs:21:5 [INFO] [stdout] | [INFO] [stdout] 21 | use cosmwasm_vm::testing::{handle, init, mock_env, mock_instance, query}; [INFO] [stdout] | ^^^^^^^^^^^ use of undeclared crate or module `cosmwasm_vm` [INFO] [stdout] | [INFO] [stdout] help: there is a crate or module with a similar name [INFO] [stdout] | [INFO] [stdout] 21 | use cosmwasm_std::testing::{handle, init, mock_env, mock_instance, query}; [INFO] [stdout] | ~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `cosmwasm_schema` [INFO] [stdout] --> examples/schema.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use cosmwasm_schema::{export_schema, remove_schemas, schema_for}; [INFO] [stdout] | ^^^^^^^^^^^^^^^ use of undeclared crate or module `cosmwasm_schema` [INFO] [stdout] | [INFO] [stdout] help: there is a crate or module with a similar name [INFO] [stdout] | [INFO] [stdout] 4 | use cosmwasm_std::{export_schema, remove_schemas, schema_for}; [INFO] [stdout] | ~~~~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `schema_for` [INFO] [stdout] --> examples/schema.rs:19:20 [INFO] [stdout] | [INFO] [stdout] 19 | export_schema(&schema_for!(CountResponse), &out_dir); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `schema_for` [INFO] [stdout] --> examples/schema.rs:18:20 [INFO] [stdout] | [INFO] [stdout] 18 | export_schema(&schema_for!(State), &out_dir); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `schema_for` [INFO] [stdout] --> examples/schema.rs:17:20 [INFO] [stdout] | [INFO] [stdout] 17 | export_schema(&schema_for!(QueryMsg), &out_dir); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `schema_for` [INFO] [stdout] --> examples/schema.rs:16:20 [INFO] [stdout] | [INFO] [stdout] 16 | export_schema(&schema_for!(HandleMsg), &out_dir); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: cannot determine resolution for the macro `schema_for` [INFO] [stdout] --> examples/schema.rs:15:20 [INFO] [stdout] | [INFO] [stdout] 15 | export_schema(&schema_for!(InitMsg), &out_dir); [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: import resolution is stuck, try simplifying macro imports [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `CountResponse`, `HandleMsg`, `InitMsg`, `QueryMsg` [INFO] [stdout] --> examples/schema.rs:6:36 [INFO] [stdout] | [INFO] [stdout] 6 | use mysimplemultiplecounter::msg::{CountResponse, HandleMsg, InitMsg, QueryMsg}; [INFO] [stdout] | ^^^^^^^^^^^^^ ^^^^^^^^^ ^^^^^^^ ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `mysimplemultiplecounter::state::State` [INFO] [stdout] --> examples/schema.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 7 | use mysimplemultiplecounter::state::State; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 6 previous errors; 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `mock_instance` in this scope [INFO] [stdout] --> tests/integration.rs:32:20 [INFO] [stdout] | [INFO] [stdout] 32 | let mut deps = mock_instance(WASM, &[]); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `mock_env` in this scope [INFO] [stdout] --> tests/integration.rs:35:15 [INFO] [stdout] | [INFO] [stdout] 35 | let env = mock_env(&deps.api, "creator", &coins(1000, "earth")); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 20 | use cosmwasm_std::testing::mock_env; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init` in this scope [INFO] [stdout] --> tests/integration.rs:38:29 [INFO] [stdout] | [INFO] [stdout] 38 | let res: InitResponse = init(&mut deps, env, msg).unwrap(); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 20 | use mysimplemultiplecounter::contract::init; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `query` in this scope [INFO] [stdout] --> tests/integration.rs:42:15 [INFO] [stdout] | [INFO] [stdout] 42 | let res = query(&mut deps, QueryMsg::GetCount {}).unwrap(); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 20 | use mysimplemultiplecounter::contract::query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `mock_instance` in this scope [INFO] [stdout] --> tests/integration.rs:49:20 [INFO] [stdout] | [INFO] [stdout] 49 | let mut deps = mock_instance(WASM, &coins(2, "token")); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `mock_env` in this scope [INFO] [stdout] --> tests/integration.rs:52:15 [INFO] [stdout] | [INFO] [stdout] 52 | let env = mock_env(&deps.api, "creator", &coins(2, "token")); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 20 | use cosmwasm_std::testing::mock_env; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init` in this scope [INFO] [stdout] --> tests/integration.rs:53:30 [INFO] [stdout] | [INFO] [stdout] 53 | let _res: InitResponse = init(&mut deps, env, msg).unwrap(); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 20 | use mysimplemultiplecounter::contract::init; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `mock_env` in this scope [INFO] [stdout] --> tests/integration.rs:56:15 [INFO] [stdout] | [INFO] [stdout] 56 | let env = mock_env(&deps.api, "anyone", &coins(2, "token")); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 20 | use cosmwasm_std::testing::mock_env; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `handle` in this scope [INFO] [stdout] --> tests/integration.rs:58:32 [INFO] [stdout] | [INFO] [stdout] 58 | let _res: HandleResponse = handle(&mut deps, env, msg).unwrap(); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 20 | use mysimplemultiplecounter::contract::handle; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `query` in this scope [INFO] [stdout] --> tests/integration.rs:61:15 [INFO] [stdout] | [INFO] [stdout] 61 | let res = query(&mut deps, QueryMsg::GetCount {}).unwrap(); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 20 | use mysimplemultiplecounter::contract::query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `mock_instance` in this scope [INFO] [stdout] --> tests/integration.rs:68:20 [INFO] [stdout] | [INFO] [stdout] 68 | let mut deps = mock_instance(WASM, &coins(2, "token")); [INFO] [stdout] | ^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `mock_env` in this scope [INFO] [stdout] --> tests/integration.rs:71:15 [INFO] [stdout] | [INFO] [stdout] 71 | let env = mock_env(&deps.api, "creator", &coins(2, "token")); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 20 | use cosmwasm_std::testing::mock_env; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `init` in this scope [INFO] [stdout] --> tests/integration.rs:72:30 [INFO] [stdout] | [INFO] [stdout] 72 | let _res: InitResponse = init(&mut deps, env, msg).unwrap(); [INFO] [stdout] | ^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 20 | use mysimplemultiplecounter::contract::init; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `mock_env` in this scope [INFO] [stdout] --> tests/integration.rs:75:22 [INFO] [stdout] | [INFO] [stdout] 75 | let unauth_env = mock_env(&deps.api, "anyone", &coins(2, "token")); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 20 | use cosmwasm_std::testing::mock_env; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `handle` in this scope [INFO] [stdout] --> tests/integration.rs:77:29 [INFO] [stdout] | [INFO] [stdout] 77 | let res: HandleResult = handle(&mut deps, unauth_env, msg); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 20 | use mysimplemultiplecounter::contract::handle; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `mock_env` in this scope [INFO] [stdout] --> tests/integration.rs:84:20 [INFO] [stdout] | [INFO] [stdout] 84 | let auth_env = mock_env(&deps.api, "creator", &coins(2, "token")); [INFO] [stdout] | ^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 20 | use cosmwasm_std::testing::mock_env; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `handle` in this scope [INFO] [stdout] --> tests/integration.rs:86:32 [INFO] [stdout] | [INFO] [stdout] 86 | let _res: HandleResponse = handle(&mut deps, auth_env, msg).unwrap(); [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 20 | use mysimplemultiplecounter::contract::handle; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0425]: cannot find function `query` in this scope [INFO] [stdout] --> tests/integration.rs:89:15 [INFO] [stdout] | [INFO] [stdout] 89 | let res = query(&mut deps, QueryMsg::GetCount {}).unwrap(); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this function [INFO] [stdout] | [INFO] [stdout] 20 | use mysimplemultiplecounter::contract::query; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `mysimplemultiplecounter` due to 7 previous errors; 2 warnings emitted [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0599]: no variant named `Increment` found for enum `HandleMsg` [INFO] [stdout] --> tests/integration.rs:57:26 [INFO] [stdout] | [INFO] [stdout] 57 | let msg = HandleMsg::Increment {}; [INFO] [stdout] | ^^^^^^^^^ variant not found in `HandleMsg` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 21 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0425, E0433, E0599. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0425`. [INFO] [stdout] [INFO] [stderr] error: could not compile `mysimplemultiplecounter` due to 22 previous errors [INFO] running `Command { std: "docker" "inspect" "999d96235022fa1883833614c0dc69dd6f65108a86ba10d8394813e7e1401f82", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "999d96235022fa1883833614c0dc69dd6f65108a86ba10d8394813e7e1401f82", kill_on_drop: false }` [INFO] [stdout] 999d96235022fa1883833614c0dc69dd6f65108a86ba10d8394813e7e1401f82