[INFO] cloning repository https://github.com/meetkool/rusty-meta
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/meetkool/rusty-meta" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmeetkool%2Frusty-meta", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmeetkool%2Frusty-meta'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] cab2fe994486b4287bc0aec82f17167a96945fe2
[INFO] testing meetkool/rusty-meta against beta-2026-04-21 for beta-1.96-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmeetkool%2Frusty-meta" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/meetkool/rusty-meta
[INFO] finished tweaking git repo https://github.com/meetkool/rusty-meta
[INFO] tweaked toml for git repo https://github.com/meetkool/rusty-meta written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/meetkool/rusty-meta on toolchain beta-2026-04-21
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/meetkool/rusty-meta 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" "+beta-2026-04-21" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] f3660d695c89b1b19ad31dd125c0ea88ec6aa312558ebe8a28a4f5e00f0478a5
[INFO] running `Command { std: "docker" "start" "-a" "f3660d695c89b1b19ad31dd125c0ea88ec6aa312558ebe8a28a4f5e00f0478a5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "f3660d695c89b1b19ad31dd125c0ea88ec6aa312558ebe8a28a4f5e00f0478a5", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f3660d695c89b1b19ad31dd125c0ea88ec6aa312558ebe8a28a4f5e00f0478a5", kill_on_drop: false }`
[INFO] [stdout] f3660d695c89b1b19ad31dd125c0ea88ec6aa312558ebe8a28a4f5e00f0478a5
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2026-04-21" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 6844d49cd002d7d837e1630e847ddfe763ebc99ca99eb17815d048aec9a1a438
[INFO] running `Command { std: "docker" "start" "-a" "6844d49cd002d7d837e1630e847ddfe763ebc99ca99eb17815d048aec9a1a438", kill_on_drop: false }`
[INFO] [stderr] warning: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr]    Compiling proc-macro2 v1.0.37
[INFO] [stderr]    Compiling libc v0.2.124
[INFO] [stderr]    Compiling unicode-xid v0.2.2
[INFO] [stderr]    Compiling syn v1.0.91
[INFO] [stderr]    Compiling subtle v2.4.1
[INFO] [stderr]    Compiling generic-array v0.14.5
[INFO] [stderr]    Compiling serde_derive v1.0.136
[INFO] [stderr]    Compiling serde v1.0.136
[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 cpufeatures v0.2.2
[INFO] [stderr]    Compiling byteorder v1.4.3
[INFO] [stderr]    Compiling der v0.4.5
[INFO] [stderr]    Compiling serde_json v1.0.79
[INFO] [stderr]    Compiling crunchy v0.2.2
[INFO] [stderr]    Compiling ryu v1.0.9
[INFO] [stderr]    Compiling itoa v1.0.1
[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 schemars v0.8.8
[INFO] [stderr]    Compiling dyn-clone v1.0.5
[INFO] [stderr]    Compiling uint v0.9.3
[INFO] [stderr]    Compiling forward_ref v1.0.0
[INFO] [stderr]    Compiling sha2 v0.9.9
[INFO] [stderr]    Compiling hmac v0.11.0
[INFO] [stderr]    Compiling base64 v0.13.0
[INFO] [stderr]    Compiling spki v0.4.1
[INFO] [stderr]    Compiling getrandom v0.2.6
[INFO] [stderr]    Compiling quote v1.0.18
[INFO] [stderr]    Compiling pkcs8 v0.7.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 crypto-bigint v0.2.11
[INFO] [stderr]    Compiling signature v1.3.2
[INFO] [stderr]    Compiling curve25519-dalek v3.2.0
[INFO] [stderr]    Compiling group v0.10.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 serde_derive_internals v0.25.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.30
[INFO] [stderr]    Compiling cosmwasm-derive v1.0.0-beta8
[INFO] [stderr]    Compiling cosmwasm-derive v0.16.7
[INFO] [stderr]    Compiling schemars_derive v0.8.8
[INFO] [stderr]    Compiling thiserror v1.0.30
[INFO] [stderr]    Compiling ed25519-zebra v3.0.0
[INFO] [stderr]    Compiling serde-json-wasm v0.3.2
[INFO] [stderr]    Compiling ed25519-zebra v2.2.0
[INFO] [stderr]    Compiling cosmwasm-crypto v0.16.7
[INFO] [stderr]    Compiling cosmwasm-crypto v1.0.0-beta8
[INFO] [stderr]    Compiling cosmwasm-std v1.0.0-beta8
[INFO] [stderr]    Compiling cosmwasm-std v0.16.7
[INFO] [stderr]    Compiling cw-utils v0.13.2
[INFO] [stderr]    Compiling cw-storage-plus v0.13.2
[INFO] [stderr]    Compiling cw20 v0.13.2
[INFO] [stderr]    Compiling cw2 v0.13.2
[INFO] [stderr]    Compiling cw20-milli v0.1.1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0432]: unresolved import `cosmwasm_std`
[INFO] [stdout]  --> src/allowances.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use cosmwasm_std::{
[INFO] [stdout]   |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `cosmwasm_std`
[INFO] [stdout]   |
[INFO] [stdout] help: if you wanted to use a crate named `cosmwasm_std`, use `cargo add cosmwasm_std` to add it to your `Cargo.toml` and import it in your code
[INFO] [stdout]  --> src/lib.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 + extern crate cosmwasm_std;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `cw20`
[INFO] [stdout]  --> src/allowances.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use cw20::{AllowanceResponse, Cw20ReceiveMsg, Expiration};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `cw20`
[INFO] [stdout]   |
[INFO] [stdout] help: if you wanted to use a crate named `cw20`, use `cargo add cw20` to add it to your `Cargo.toml` and import it in your code
[INFO] [stdout]  --> src/lib.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 + extern crate cw20;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `cosmwasm_std`
[INFO] [stdout]  --> src/contract.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use cosmwasm_std::entry_point;
[INFO] [stdout]   |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `cosmwasm_std`
[INFO] [stdout]   |
[INFO] [stdout] help: if you wanted to use a crate named `cosmwasm_std`, use `cargo add cosmwasm_std` to add it to your `Cargo.toml` and import it in your code
[INFO] [stdout]  --> src/lib.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 + extern crate cosmwasm_std;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `cosmwasm_std`
[INFO] [stdout]  --> src/contract.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use cosmwasm_std::{
[INFO] [stdout]   |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `cosmwasm_std`
[INFO] [stdout]   |
[INFO] [stdout] help: if you wanted to use a crate named `cosmwasm_std`, use `cargo add cosmwasm_std` to add it to your `Cargo.toml` and import it in your code
[INFO] [stdout]  --> src/lib.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 + extern crate cosmwasm_std;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `cw2`
[INFO] [stdout]  --> src/contract.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use cw2::set_contract_version;
[INFO] [stdout]   |     ^^^ use of unresolved module or unlinked crate `cw2`
[INFO] [stdout]   |
[INFO] [stdout] help: if you wanted to use a crate named `cw2`, use `cargo add cw2` to add it to your `Cargo.toml` and import it in your code
[INFO] [stdout]  --> src/lib.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 + extern crate cw2;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `cw20`
[INFO] [stdout]  --> src/contract.rs:8:5
[INFO] [stdout]   |
[INFO] [stdout] 8 | use cw20::{
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `cw20`
[INFO] [stdout]   |
[INFO] [stdout] help: if you wanted to use a crate named `cw20`, use `cargo add cw20` to add it to your `Cargo.toml` and import it in your code
[INFO] [stdout]  --> src/lib.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 + extern crate cw20;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `cosmwasm_std`
[INFO] [stdout]  --> src/enumerable.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use cosmwasm_std::{Deps, Order, StdResult};
[INFO] [stdout]   |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `cosmwasm_std`
[INFO] [stdout]   |
[INFO] [stdout] help: if you wanted to use a crate named `cosmwasm_std`, use `cargo add cosmwasm_std` to add it to your `Cargo.toml` and import it in your code
[INFO] [stdout]  --> src/lib.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 + extern crate cosmwasm_std;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `cw20`
[INFO] [stdout]  --> src/enumerable.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use cw20::{AllAccountsResponse, AllAllowancesResponse, AllowanceInfo};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `cw20`
[INFO] [stdout]   |
[INFO] [stdout] help: if you wanted to use a crate named `cw20`, use `cargo add cw20` to add it to your `Cargo.toml` and import it in your code
[INFO] [stdout]  --> src/lib.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 + extern crate cw20;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `cw_storage_plus`
[INFO] [stdout]  --> src/enumerable.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use cw_storage_plus::Bound;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `cw_storage_plus`
[INFO] [stdout]   |
[INFO] [stdout] help: if you wanted to use a crate named `cw_storage_plus`, use `cargo add cw_storage_plus` to add it to your `Cargo.toml` and import it in your code
[INFO] [stdout]  --> src/lib.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 + extern crate cw_storage_plus;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `cosmwasm_std`
[INFO] [stdout]  --> src/error.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use cosmwasm_std::StdError;
[INFO] [stdout]   |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `cosmwasm_std`
[INFO] [stdout]   |
[INFO] [stdout] help: if you wanted to use a crate named `cosmwasm_std`, use `cargo add cosmwasm_std` to add it to your `Cargo.toml` and import it in your code
[INFO] [stdout]  --> src/lib.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 + extern crate cosmwasm_std;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `thiserror`
[INFO] [stdout]  --> src/error.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use thiserror::Error;
[INFO] [stdout]   |     ^^^^^^^^^ use of unresolved module or unlinked crate `thiserror`
[INFO] [stdout]   |
[INFO] [stdout] help: if you wanted to use a crate named `thiserror`, use `cargo add thiserror` to add it to your `Cargo.toml` and import it in your code
[INFO] [stdout]  --> src/lib.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 + extern crate thiserror;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `cosmwasm_std`
[INFO] [stdout]  --> src/msg.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use cosmwasm_std::{StdError, StdResult, Uint128};
[INFO] [stdout]   |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `cosmwasm_std`
[INFO] [stdout]   |
[INFO] [stdout] help: if you wanted to use a crate named `cosmwasm_std`, use `cargo add cosmwasm_std` to add it to your `Cargo.toml` and import it in your code
[INFO] [stdout]  --> src/lib.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 + extern crate cosmwasm_std;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `cw20`
[INFO] [stdout]  --> src/msg.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use cw20::{Cw20Coin, Logo, MinterResponse};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `cw20`
[INFO] [stdout]   |
[INFO] [stdout] help: if you wanted to use a crate named `cw20`, use `cargo add cw20` to add it to your `Cargo.toml` and import it in your code
[INFO] [stdout]  --> src/lib.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 + extern crate cw20;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `schemars`
[INFO] [stdout]  --> src/msg.rs:3:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | use schemars::JsonSchema;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `schemars`
[INFO] [stdout]   |
[INFO] [stdout] help: if you wanted to use a crate named `schemars`, use `cargo add schemars` to add it to your `Cargo.toml` and import it in your code
[INFO] [stdout]  --> src/lib.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 + extern crate schemars;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `serde`
[INFO] [stdout]  --> src/msg.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use serde::{Deserialize, Serialize};
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout]   |
[INFO] [stdout] help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml` and import it in your code
[INFO] [stdout]  --> src/lib.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 + extern crate serde;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `cw20`
[INFO] [stdout]  --> src/msg.rs:6:9
[INFO] [stdout]   |
[INFO] [stdout] 6 | pub use cw20::Cw20ExecuteMsg as ExecuteMsg;
[INFO] [stdout]   |         ^^^^ use of unresolved module or unlinked crate `cw20`
[INFO] [stdout]   |
[INFO] [stdout] help: if you wanted to use a crate named `cw20`, use `cargo add cw20` to add it to your `Cargo.toml` and import it in your code
[INFO] [stdout]  --> src/lib.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 + extern crate cw20;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `schemars`
[INFO] [stdout]  --> src/state.rs:1:5
[INFO] [stdout]   |
[INFO] [stdout] 1 | use schemars::JsonSchema;
[INFO] [stdout]   |     ^^^^^^^^ use of unresolved module or unlinked crate `schemars`
[INFO] [stdout]   |
[INFO] [stdout] help: if you wanted to use a crate named `schemars`, use `cargo add schemars` to add it to your `Cargo.toml` and import it in your code
[INFO] [stdout]  --> src/lib.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 + extern crate schemars;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `serde`
[INFO] [stdout]  --> src/state.rs:2:5
[INFO] [stdout]   |
[INFO] [stdout] 2 | use serde::{Deserialize, Serialize};
[INFO] [stdout]   |     ^^^^^ use of unresolved module or unlinked crate `serde`
[INFO] [stdout]   |
[INFO] [stdout] help: if you wanted to use a crate named `serde`, use `cargo add serde` to add it to your `Cargo.toml` and import it in your code
[INFO] [stdout]  --> src/lib.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 + extern crate serde;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `cosmwasm_std`
[INFO] [stdout]  --> src/state.rs:4:5
[INFO] [stdout]   |
[INFO] [stdout] 4 | use cosmwasm_std::{Addr, Uint128};
[INFO] [stdout]   |     ^^^^^^^^^^^^ use of unresolved module or unlinked crate `cosmwasm_std`
[INFO] [stdout]   |
[INFO] [stdout] help: if you wanted to use a crate named `cosmwasm_std`, use `cargo add cosmwasm_std` to add it to your `Cargo.toml` and import it in your code
[INFO] [stdout]  --> src/lib.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 + extern crate cosmwasm_std;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `cw_storage_plus`
[INFO] [stdout]  --> src/state.rs:5:5
[INFO] [stdout]   |
[INFO] [stdout] 5 | use cw_storage_plus::{Item, Map};
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^ use of unresolved module or unlinked crate `cw_storage_plus`
[INFO] [stdout]   |
[INFO] [stdout] help: if you wanted to use a crate named `cw_storage_plus`, use `cargo add cw_storage_plus` to add it to your `Cargo.toml` and import it in your code
[INFO] [stdout]  --> src/lib.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 + extern crate cw_storage_plus;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `cw20`
[INFO] [stdout]  --> src/state.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 7 | use cw20::{AllowanceResponse, Logo, MarketingInfoResponse};
[INFO] [stdout]   |     ^^^^ use of unresolved module or unlinked crate `cw20`
[INFO] [stdout]   |
[INFO] [stdout] help: if you wanted to use a crate named `cw20`, use `cargo add cw20` to add it to your `Cargo.toml` and import it in your code
[INFO] [stdout]  --> src/lib.rs:1:1
[INFO] [stdout]   |
[INFO] [stdout] 1 + extern crate cw20;
[INFO] [stdout]   |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `error` in this scope
[INFO] [stdout]  --> src/error.rs:6:7
[INFO] [stdout]   |
[INFO] [stdout] 6 |     #[error("{0}")]
[INFO] [stdout]   |       ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `from` in this scope
[INFO] [stdout]  --> src/error.rs:7:11
[INFO] [stdout]   |
[INFO] [stdout] 7 |     Std(#[from] StdError),
[INFO] [stdout]   |           ^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `error` in this scope
[INFO] [stdout]  --> src/error.rs:9:7
[INFO] [stdout]   |
[INFO] [stdout] 9 |     #[error("Unauthorized")]
[INFO] [stdout]   |       ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `error` in this scope
[INFO] [stdout]   --> src/error.rs:12:7
[INFO] [stdout]    |
[INFO] [stdout] 12 |     #[error("Cannot set to own account")]
[INFO] [stdout]    |       ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `error` in this scope
[INFO] [stdout]   --> src/error.rs:15:7
[INFO] [stdout]    |
[INFO] [stdout] 15 |     #[error("Invalid zero amount")]
[INFO] [stdout]    |       ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `error` in this scope
[INFO] [stdout]   --> src/error.rs:18:7
[INFO] [stdout]    |
[INFO] [stdout] 18 |     #[error("Allowance is expired")]
[INFO] [stdout]    |       ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `error` in this scope
[INFO] [stdout]   --> src/error.rs:21:7
[INFO] [stdout]    |
[INFO] [stdout] 21 |     #[error("No allowance for this account")]
[INFO] [stdout]    |       ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `error` in this scope
[INFO] [stdout]   --> src/error.rs:24:7
[INFO] [stdout]    |
[INFO] [stdout] 24 |     #[error("Minting cannot exceed the cap")]
[INFO] [stdout]    |       ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `error` in this scope
[INFO] [stdout]   --> src/error.rs:27:7
[INFO] [stdout]    |
[INFO] [stdout] 27 |     #[error("Logo binary data exceeds 5KB limit")]
[INFO] [stdout]    |       ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `error` in this scope
[INFO] [stdout]   --> src/error.rs:30:7
[INFO] [stdout]    |
[INFO] [stdout] 30 |     #[error("Invalid xml preamble for SVG")]
[INFO] [stdout]    |       ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `error` in this scope
[INFO] [stdout]   --> src/error.rs:33:7
[INFO] [stdout]    |
[INFO] [stdout] 33 |     #[error("Invalid png header")]
[INFO] [stdout]    |       ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `error` in this scope
[INFO] [stdout]   --> src/error.rs:36:7
[INFO] [stdout]    |
[INFO] [stdout] 36 |     #[error("Duplicate initial balance addresses")]
[INFO] [stdout]    |       ^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]   --> src/msg.rs:72:3
[INFO] [stdout]    |
[INFO] [stdout] 72 | #[serde(rename_all = "snake_case")]
[INFO] [stdout]    |   ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]   --> src/state.rs:10:3
[INFO] [stdout]    |
[INFO] [stdout] 10 | #[serde(rename_all = "snake_case")]
[INFO] [stdout]    |   ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `cw20-milli` (lib) due to 35 previous errors
[INFO] running `Command { std: "docker" "inspect" "6844d49cd002d7d837e1630e847ddfe763ebc99ca99eb17815d048aec9a1a438", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6844d49cd002d7d837e1630e847ddfe763ebc99ca99eb17815d048aec9a1a438", kill_on_drop: false }`
[INFO] [stdout] 6844d49cd002d7d837e1630e847ddfe763ebc99ca99eb17815d048aec9a1a438
