[INFO] cloning repository https://github.com/wjw12/secret-contract [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/wjw12/secret-contract" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwjw12%2Fsecret-contract", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwjw12%2Fsecret-contract'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 2da7b732679016b888c7170ad8f78d0ff44da718 [INFO] checking wjw12/secret-contract against try#279ba2cff36a3029611d32ee1b5c82559c565f69 for pr-87316 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwjw12%2Fsecret-contract" "/workspace/builds/worker-6/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/wjw12/secret-contract on toolchain 279ba2cff36a3029611d32ee1b5c82559c565f69 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+279ba2cff36a3029611d32ee1b5c82559c565f69" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-6/source/.cargo/config [INFO] started tweaking git repo https://github.com/wjw12/secret-contract [INFO] finished tweaking git repo https://github.com/wjw12/secret-contract [INFO] tweaked toml for git repo https://github.com/wjw12/secret-contract written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/wjw12/secret-contract already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+279ba2cff36a3029611d32ee1b5c82559c565f69" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating git repository `https://github.com/enigmampc/SecretNetwork` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded serde_derive_internals v0.25.0 [INFO] [stderr] Downloaded snafu-derive v0.6.10 [INFO] [stderr] Downloaded serde-json-wasm v0.2.2 [INFO] [stderr] Downloaded schemars v0.7.6 [INFO] [stderr] Downloaded schemars_derive v0.7.6 [INFO] [stderr] Downloaded snafu v0.6.10 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+279ba2cff36a3029611d32ee1b5c82559c565f69" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 0a3c1f70e86a9d4bf90eecd840d5b166fb5985064e05e882bc7a88b18f73959a [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "0a3c1f70e86a9d4bf90eecd840d5b166fb5985064e05e882bc7a88b18f73959a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "0a3c1f70e86a9d4bf90eecd840d5b166fb5985064e05e882bc7a88b18f73959a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0a3c1f70e86a9d4bf90eecd840d5b166fb5985064e05e882bc7a88b18f73959a", kill_on_drop: false }` [INFO] [stdout] 0a3c1f70e86a9d4bf90eecd840d5b166fb5985064e05e882bc7a88b18f73959a [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+279ba2cff36a3029611d32ee1b5c82559c565f69" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 935be6a4be8939834c31ce7dfe231e7034ce8cc83954800878d1ff21edcbfe5b [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "935be6a4be8939834c31ce7dfe231e7034ce8cc83954800878d1ff21edcbfe5b", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.58 [INFO] [stderr] Compiling serde v1.0.119 [INFO] [stderr] Compiling serde_json v1.0.61 [INFO] [stderr] Compiling doc-comment v0.3.3 [INFO] [stderr] Checking base64 v0.11.0 [INFO] [stderr] Compiling serde_derive_internals v0.25.0 [INFO] [stderr] Compiling serde_derive v1.0.119 [INFO] [stderr] Compiling schemars_derive v0.7.6 [INFO] [stderr] Compiling snafu-derive v0.6.10 [INFO] [stderr] Checking snafu v0.6.10 [INFO] [stderr] Checking serde-json-wasm v0.2.2 [INFO] [stderr] Checking schemars v0.7.6 [INFO] [stderr] Checking cosmwasm-std v0.10.0 (https://github.com/enigmampc/SecretNetwork?tag=v1.0.0#490fba92) [INFO] [stderr] Checking cosmwasm-schema v0.10.0 (https://github.com/enigmampc/SecretNetwork?tag=v1.0.0#490fba92) [INFO] [stdout] error: expected item, found `;` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/secretnetwork-2885a5c51d1243af/490fba9/cosmwasm/packages/std/src/addresses.rs:8:72 [INFO] [stdout] | [INFO] [stdout] 8 | #[derive(Serialize, Deserialize, Clone, Default, Debug, PartialEq, Eq, JsonSchema, Hash)] [INFO] [stdout] | ^^^^^^^^^^ expected item [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `JsonSchema` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc-macro derive produced unparseable tokens [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/secretnetwork-2885a5c51d1243af/490fba9/cosmwasm/packages/std/src/addresses.rs:8:72 [INFO] [stdout] | [INFO] [stdout] 8 | #[derive(Serialize, Deserialize, Clone, Default, Debug, PartialEq, Eq, JsonSchema, Hash)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected item, found `;` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/secretnetwork-2885a5c51d1243af/490fba9/cosmwasm/packages/std/src/addresses.rs:55:68 [INFO] [stdout] | [INFO] [stdout] 55 | #[derive(Serialize, Deserialize, Clone, Default, Debug, PartialEq, JsonSchema)] [INFO] [stdout] | ^^^^^^^^^^ expected item [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `JsonSchema` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc-macro derive produced unparseable tokens [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/secretnetwork-2885a5c51d1243af/490fba9/cosmwasm/packages/std/src/addresses.rs:55:68 [INFO] [stdout] | [INFO] [stdout] 55 | #[derive(Serialize, Deserialize, Clone, Default, Debug, PartialEq, JsonSchema)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected item, found `;` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/secretnetwork-2885a5c51d1243af/490fba9/cosmwasm/packages/std/src/coins.rs:6:68 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(Serialize, Deserialize, Clone, Default, Debug, PartialEq, JsonSchema)] [INFO] [stdout] | ^^^^^^^^^^ expected item [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `JsonSchema` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc-macro derive produced unparseable tokens [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/secretnetwork-2885a5c51d1243af/490fba9/cosmwasm/packages/std/src/coins.rs:6:68 [INFO] [stdout] | [INFO] [stdout] 6 | #[derive(Serialize, Deserialize, Clone, Default, Debug, PartialEq, JsonSchema)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected item, found `;` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/secretnetwork-2885a5c51d1243af/490fba9/cosmwasm/packages/std/src/encoding.rs:12:44 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Clone, Default, Debug, PartialEq, JsonSchema)] [INFO] [stdout] | ^^^^^^^^^^ expected item [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `JsonSchema` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc-macro derive produced unparseable tokens [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/secretnetwork-2885a5c51d1243af/490fba9/cosmwasm/packages/std/src/encoding.rs:12:44 [INFO] [stdout] | [INFO] [stdout] 12 | #[derive(Clone, Default, Debug, PartialEq, JsonSchema)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected item, found `;` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/secretnetwork-2885a5c51d1243af/490fba9/cosmwasm/packages/std/src/errors/std_error.rs:23:48 [INFO] [stdout] | [INFO] [stdout] 23 | #[derive(Debug, Serialize, Deserialize, Snafu, JsonSchema)] [INFO] [stdout] | ^^^^^^^^^^ expected item [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `JsonSchema` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc-macro derive produced unparseable tokens [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/secretnetwork-2885a5c51d1243af/490fba9/cosmwasm/packages/std/src/errors/std_error.rs:23:48 [INFO] [stdout] | [INFO] [stdout] 23 | #[derive(Debug, Serialize, Deserialize, Snafu, JsonSchema)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected item, found `;` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/secretnetwork-2885a5c51d1243af/490fba9/cosmwasm/packages/std/src/errors/system_error.rs:15:59 [INFO] [stdout] | [INFO] [stdout] 15 | #[derive(Serialize, Deserialize, Clone, Debug, PartialEq, JsonSchema)] [INFO] [stdout] | ^^^^^^^^^^ expected item [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `JsonSchema` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc-macro derive produced unparseable tokens [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/secretnetwork-2885a5c51d1243af/490fba9/cosmwasm/packages/std/src/errors/system_error.rs:15:59 [INFO] [stdout] | [INFO] [stdout] 15 | #[derive(Serialize, Deserialize, Clone, Debug, PartialEq, JsonSchema)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected item, found `;` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/secretnetwork-2885a5c51d1243af/490fba9/cosmwasm/packages/std/src/init_handle.rs:14:59 [INFO] [stdout] | [INFO] [stdout] 14 | #[derive(Serialize, Deserialize, Clone, Debug, PartialEq, JsonSchema)] [INFO] [stdout] | ^^^^^^^^^^ expected item [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `JsonSchema` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc-macro derive produced unparseable tokens [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/secretnetwork-2885a5c51d1243af/490fba9/cosmwasm/packages/std/src/init_handle.rs:14:59 [INFO] [stdout] | [INFO] [stdout] 14 | #[derive(Serialize, Deserialize, Clone, Debug, PartialEq, JsonSchema)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected item, found `;` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/secretnetwork-2885a5c51d1243af/490fba9/cosmwasm/packages/std/src/init_handle.rs:30:59 [INFO] [stdout] | [INFO] [stdout] 30 | #[derive(Serialize, Deserialize, Clone, Debug, PartialEq, JsonSchema)] [INFO] [stdout] | ^^^^^^^^^^ expected item [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `JsonSchema` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc-macro derive produced unparseable tokens [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/secretnetwork-2885a5c51d1243af/490fba9/cosmwasm/packages/std/src/init_handle.rs:30:59 [INFO] [stdout] | [INFO] [stdout] 30 | #[derive(Serialize, Deserialize, Clone, Debug, PartialEq, JsonSchema)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected item, found `;` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/secretnetwork-2885a5c51d1243af/490fba9/cosmwasm/packages/std/src/init_handle.rs:40:59 [INFO] [stdout] | [INFO] [stdout] 40 | #[derive(Serialize, Deserialize, Clone, Debug, PartialEq, JsonSchema)] [INFO] [stdout] | ^^^^^^^^^^ expected item [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `JsonSchema` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc-macro derive produced unparseable tokens [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/secretnetwork-2885a5c51d1243af/490fba9/cosmwasm/packages/std/src/init_handle.rs:40:59 [INFO] [stdout] | [INFO] [stdout] 40 | #[derive(Serialize, Deserialize, Clone, Debug, PartialEq, JsonSchema)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected item, found `;` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/secretnetwork-2885a5c51d1243af/490fba9/cosmwasm/packages/std/src/init_handle.rs:49:59 [INFO] [stdout] | [INFO] [stdout] 49 | #[derive(Serialize, Deserialize, Clone, Debug, PartialEq, JsonSchema)] [INFO] [stdout] | ^^^^^^^^^^ expected item [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `JsonSchema` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc-macro derive produced unparseable tokens [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/secretnetwork-2885a5c51d1243af/490fba9/cosmwasm/packages/std/src/init_handle.rs:49:59 [INFO] [stdout] | [INFO] [stdout] 49 | #[derive(Serialize, Deserialize, Clone, Debug, PartialEq, JsonSchema)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected item, found `;` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/secretnetwork-2885a5c51d1243af/490fba9/cosmwasm/packages/std/src/init_handle.rs:60:59 [INFO] [stdout] | [INFO] [stdout] 60 | #[derive(Serialize, Deserialize, Clone, Debug, PartialEq, JsonSchema)] [INFO] [stdout] | ^^^^^^^^^^ expected item [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `JsonSchema` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc-macro derive produced unparseable tokens [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/secretnetwork-2885a5c51d1243af/490fba9/cosmwasm/packages/std/src/init_handle.rs:60:59 [INFO] [stdout] | [INFO] [stdout] 60 | #[derive(Serialize, Deserialize, Clone, Debug, PartialEq, JsonSchema)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected item, found `;` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/secretnetwork-2885a5c51d1243af/490fba9/cosmwasm/packages/std/src/init_handle.rs:88:59 [INFO] [stdout] | [INFO] [stdout] 88 | #[derive(Serialize, Deserialize, Clone, Debug, PartialEq, JsonSchema)] [INFO] [stdout] | ^^^^^^^^^^ expected item [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `JsonSchema` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc-macro derive produced unparseable tokens [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/secretnetwork-2885a5c51d1243af/490fba9/cosmwasm/packages/std/src/init_handle.rs:88:59 [INFO] [stdout] | [INFO] [stdout] 88 | #[derive(Serialize, Deserialize, Clone, Debug, PartialEq, JsonSchema)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected item, found `;` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/secretnetwork-2885a5c51d1243af/490fba9/cosmwasm/packages/std/src/init_handle.rs:140:68 [INFO] [stdout] | [INFO] [stdout] 140 | #[derive(Serialize, Deserialize, Clone, Default, Debug, PartialEq, JsonSchema)] [INFO] [stdout] | ^^^^^^^^^^ expected item [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `JsonSchema` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc-macro derive produced unparseable tokens [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/secretnetwork-2885a5c51d1243af/490fba9/cosmwasm/packages/std/src/init_handle.rs:140:68 [INFO] [stdout] | [INFO] [stdout] 140 | #[derive(Serialize, Deserialize, Clone, Default, Debug, PartialEq, JsonSchema)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected item, found `;` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/secretnetwork-2885a5c51d1243af/490fba9/cosmwasm/packages/std/src/init_handle.rs:154:59 [INFO] [stdout] | [INFO] [stdout] 154 | #[derive(Serialize, Deserialize, Clone, Debug, PartialEq, JsonSchema)] [INFO] [stdout] | ^^^^^^^^^^ expected item [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `JsonSchema` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc-macro derive produced unparseable tokens [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/secretnetwork-2885a5c51d1243af/490fba9/cosmwasm/packages/std/src/init_handle.rs:154:59 [INFO] [stdout] | [INFO] [stdout] 154 | #[derive(Serialize, Deserialize, Clone, Debug, PartialEq, JsonSchema)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected item, found `;` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/secretnetwork-2885a5c51d1243af/490fba9/cosmwasm/packages/std/src/init_handle.rs:197:59 [INFO] [stdout] | [INFO] [stdout] 197 | #[derive(Serialize, Deserialize, Clone, Debug, PartialEq, JsonSchema)] [INFO] [stdout] | ^^^^^^^^^^ expected item [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `JsonSchema` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc-macro derive produced unparseable tokens [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/secretnetwork-2885a5c51d1243af/490fba9/cosmwasm/packages/std/src/init_handle.rs:197:59 [INFO] [stdout] | [INFO] [stdout] 197 | #[derive(Serialize, Deserialize, Clone, Debug, PartialEq, JsonSchema)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected item, found `;` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/secretnetwork-2885a5c51d1243af/490fba9/cosmwasm/packages/std/src/init_handle.rs:235:59 [INFO] [stdout] | [INFO] [stdout] 235 | #[derive(Serialize, Deserialize, Clone, Debug, PartialEq, JsonSchema)] [INFO] [stdout] | ^^^^^^^^^^ expected item [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `JsonSchema` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc-macro derive produced unparseable tokens [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/secretnetwork-2885a5c51d1243af/490fba9/cosmwasm/packages/std/src/init_handle.rs:235:59 [INFO] [stdout] | [INFO] [stdout] 235 | #[derive(Serialize, Deserialize, Clone, Debug, PartialEq, JsonSchema)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected item, found `;` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/secretnetwork-2885a5c51d1243af/490fba9/cosmwasm/packages/std/src/math.rs:13:71 [INFO] [stdout] | [INFO] [stdout] 13 | #[derive(Copy, Clone, Default, Debug, PartialEq, Eq, PartialOrd, Ord, JsonSchema)] [INFO] [stdout] | ^^^^^^^^^^ expected item [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `JsonSchema` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc-macro derive produced unparseable tokens [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/secretnetwork-2885a5c51d1243af/490fba9/cosmwasm/packages/std/src/math.rs:13:71 [INFO] [stdout] | [INFO] [stdout] 13 | #[derive(Copy, Clone, Default, Debug, PartialEq, Eq, PartialOrd, Ord, JsonSchema)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected item, found `;` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/secretnetwork-2885a5c51d1243af/490fba9/cosmwasm/packages/std/src/math.rs:172:71 [INFO] [stdout] | [INFO] [stdout] 172 | #[derive(Copy, Clone, Default, Debug, PartialEq, Eq, PartialOrd, Ord, JsonSchema)] [INFO] [stdout] | ^^^^^^^^^^ expected item [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `JsonSchema` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc-macro derive produced unparseable tokens [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/secretnetwork-2885a5c51d1243af/490fba9/cosmwasm/packages/std/src/math.rs:172:71 [INFO] [stdout] | [INFO] [stdout] 172 | #[derive(Copy, Clone, Default, Debug, PartialEq, Eq, PartialOrd, Ord, JsonSchema)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected item, found `;` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/secretnetwork-2885a5c51d1243af/490fba9/cosmwasm/packages/std/src/query.rs:15:59 [INFO] [stdout] | [INFO] [stdout] 15 | #[derive(Serialize, Deserialize, Clone, Debug, PartialEq, JsonSchema)] [INFO] [stdout] | ^^^^^^^^^^ expected item [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `JsonSchema` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc-macro derive produced unparseable tokens [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/secretnetwork-2885a5c51d1243af/490fba9/cosmwasm/packages/std/src/query.rs:15:59 [INFO] [stdout] | [INFO] [stdout] 15 | #[derive(Serialize, Deserialize, Clone, Debug, PartialEq, JsonSchema)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected item, found `;` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/secretnetwork-2885a5c51d1243af/490fba9/cosmwasm/packages/std/src/query.rs:27:59 [INFO] [stdout] | [INFO] [stdout] 27 | #[derive(Serialize, Deserialize, Clone, Debug, PartialEq, JsonSchema)] [INFO] [stdout] | ^^^^^^^^^^ expected item [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `JsonSchema` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc-macro derive produced unparseable tokens [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/secretnetwork-2885a5c51d1243af/490fba9/cosmwasm/packages/std/src/query.rs:27:59 [INFO] [stdout] | [INFO] [stdout] 27 | #[derive(Serialize, Deserialize, Clone, Debug, PartialEq, JsonSchema)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected item, found `;` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/secretnetwork-2885a5c51d1243af/490fba9/cosmwasm/packages/std/src/query.rs:39:59 [INFO] [stdout] | [INFO] [stdout] 39 | #[derive(Serialize, Deserialize, Clone, Debug, PartialEq, JsonSchema)] [INFO] [stdout] | ^^^^^^^^^^ expected item [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `JsonSchema` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc-macro derive produced unparseable tokens [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/secretnetwork-2885a5c51d1243af/490fba9/cosmwasm/packages/std/src/query.rs:39:59 [INFO] [stdout] | [INFO] [stdout] 39 | #[derive(Serialize, Deserialize, Clone, Debug, PartialEq, JsonSchema)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected item, found `;` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/secretnetwork-2885a5c51d1243af/490fba9/cosmwasm/packages/std/src/query.rs:47:59 [INFO] [stdout] | [INFO] [stdout] 47 | #[derive(Serialize, Deserialize, Clone, Debug, PartialEq, JsonSchema)] [INFO] [stdout] | ^^^^^^^^^^ expected item [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `JsonSchema` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc-macro derive produced unparseable tokens [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/secretnetwork-2885a5c51d1243af/490fba9/cosmwasm/packages/std/src/query.rs:47:59 [INFO] [stdout] | [INFO] [stdout] 47 | #[derive(Serialize, Deserialize, Clone, Debug, PartialEq, JsonSchema)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected item, found `;` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/secretnetwork-2885a5c51d1243af/490fba9/cosmwasm/packages/std/src/query.rs:56:59 [INFO] [stdout] | [INFO] [stdout] 56 | #[derive(Serialize, Deserialize, Clone, Debug, PartialEq, JsonSchema)] [INFO] [stdout] | ^^^^^^^^^^ expected item [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `JsonSchema` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc-macro derive produced unparseable tokens [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/secretnetwork-2885a5c51d1243af/490fba9/cosmwasm/packages/std/src/query.rs:56:59 [INFO] [stdout] | [INFO] [stdout] 56 | #[derive(Serialize, Deserialize, Clone, Debug, PartialEq, JsonSchema)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected item, found `;` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/secretnetwork-2885a5c51d1243af/490fba9/cosmwasm/packages/std/src/query.rs:66:59 [INFO] [stdout] | [INFO] [stdout] 66 | #[derive(Serialize, Deserialize, Clone, Debug, PartialEq, JsonSchema)] [INFO] [stdout] | ^^^^^^^^^^ expected item [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `JsonSchema` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc-macro derive produced unparseable tokens [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/secretnetwork-2885a5c51d1243af/490fba9/cosmwasm/packages/std/src/query.rs:66:59 [INFO] [stdout] | [INFO] [stdout] 66 | #[derive(Serialize, Deserialize, Clone, Debug, PartialEq, JsonSchema)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected item, found `;` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/secretnetwork-2885a5c51d1243af/490fba9/cosmwasm/packages/std/src/query.rs:128:59 [INFO] [stdout] | [INFO] [stdout] 128 | #[derive(Serialize, Deserialize, Clone, Debug, PartialEq, JsonSchema)] [INFO] [stdout] | ^^^^^^^^^^ expected item [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `JsonSchema` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc-macro derive produced unparseable tokens [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/secretnetwork-2885a5c51d1243af/490fba9/cosmwasm/packages/std/src/query.rs:128:59 [INFO] [stdout] | [INFO] [stdout] 128 | #[derive(Serialize, Deserialize, Clone, Debug, PartialEq, JsonSchema)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected item, found `;` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/secretnetwork-2885a5c51d1243af/490fba9/cosmwasm/packages/std/src/query.rs:136:59 [INFO] [stdout] | [INFO] [stdout] 136 | #[derive(Serialize, Deserialize, Clone, Debug, PartialEq, JsonSchema)] [INFO] [stdout] | ^^^^^^^^^^ expected item [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `JsonSchema` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc-macro derive produced unparseable tokens [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/secretnetwork-2885a5c51d1243af/490fba9/cosmwasm/packages/std/src/query.rs:136:59 [INFO] [stdout] | [INFO] [stdout] 136 | #[derive(Serialize, Deserialize, Clone, Debug, PartialEq, JsonSchema)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected item, found `;` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/secretnetwork-2885a5c51d1243af/490fba9/cosmwasm/packages/std/src/query.rs:143:59 [INFO] [stdout] | [INFO] [stdout] 143 | #[derive(Serialize, Deserialize, Clone, Debug, PartialEq, JsonSchema)] [INFO] [stdout] | ^^^^^^^^^^ expected item [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `JsonSchema` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc-macro derive produced unparseable tokens [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/secretnetwork-2885a5c51d1243af/490fba9/cosmwasm/packages/std/src/query.rs:143:59 [INFO] [stdout] | [INFO] [stdout] 143 | #[derive(Serialize, Deserialize, Clone, Debug, PartialEq, JsonSchema)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected item, found `;` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/secretnetwork-2885a5c51d1243af/490fba9/cosmwasm/packages/std/src/query.rs:163:59 [INFO] [stdout] | [INFO] [stdout] 163 | #[derive(Serialize, Deserialize, Clone, Debug, PartialEq, JsonSchema)] [INFO] [stdout] | ^^^^^^^^^^ expected item [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `JsonSchema` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc-macro derive produced unparseable tokens [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/secretnetwork-2885a5c51d1243af/490fba9/cosmwasm/packages/std/src/query.rs:163:59 [INFO] [stdout] | [INFO] [stdout] 163 | #[derive(Serialize, Deserialize, Clone, Debug, PartialEq, JsonSchema)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected item, found `;` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/secretnetwork-2885a5c51d1243af/490fba9/cosmwasm/packages/std/src/query.rs:170:59 [INFO] [stdout] | [INFO] [stdout] 170 | #[derive(Serialize, Deserialize, Clone, Debug, PartialEq, JsonSchema)] [INFO] [stdout] | ^^^^^^^^^^ expected item [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `JsonSchema` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc-macro derive produced unparseable tokens [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/secretnetwork-2885a5c51d1243af/490fba9/cosmwasm/packages/std/src/query.rs:170:59 [INFO] [stdout] | [INFO] [stdout] 170 | #[derive(Serialize, Deserialize, Clone, Debug, PartialEq, JsonSchema)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected item, found `;` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/secretnetwork-2885a5c51d1243af/490fba9/cosmwasm/packages/std/src/query.rs:181:59 [INFO] [stdout] | [INFO] [stdout] 181 | #[derive(Serialize, Deserialize, Clone, Debug, PartialEq, JsonSchema)] [INFO] [stdout] | ^^^^^^^^^^ expected item [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `JsonSchema` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc-macro derive produced unparseable tokens [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/secretnetwork-2885a5c51d1243af/490fba9/cosmwasm/packages/std/src/query.rs:181:59 [INFO] [stdout] | [INFO] [stdout] 181 | #[derive(Serialize, Deserialize, Clone, Debug, PartialEq, JsonSchema)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected item, found `;` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/secretnetwork-2885a5c51d1243af/490fba9/cosmwasm/packages/std/src/query.rs:188:59 [INFO] [stdout] | [INFO] [stdout] 188 | #[derive(Serialize, Deserialize, Clone, Debug, PartialEq, JsonSchema)] [INFO] [stdout] | ^^^^^^^^^^ expected item [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `JsonSchema` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc-macro derive produced unparseable tokens [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/secretnetwork-2885a5c51d1243af/490fba9/cosmwasm/packages/std/src/query.rs:188:59 [INFO] [stdout] | [INFO] [stdout] 188 | #[derive(Serialize, Deserialize, Clone, Debug, PartialEq, JsonSchema)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected item, found `;` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/secretnetwork-2885a5c51d1243af/490fba9/cosmwasm/packages/std/src/query.rs:195:59 [INFO] [stdout] | [INFO] [stdout] 195 | #[derive(Serialize, Deserialize, Clone, Debug, PartialEq, JsonSchema)] [INFO] [stdout] | ^^^^^^^^^^ expected item [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `JsonSchema` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc-macro derive produced unparseable tokens [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/secretnetwork-2885a5c51d1243af/490fba9/cosmwasm/packages/std/src/query.rs:195:59 [INFO] [stdout] | [INFO] [stdout] 195 | #[derive(Serialize, Deserialize, Clone, Debug, PartialEq, JsonSchema)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected item, found `;` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/secretnetwork-2885a5c51d1243af/490fba9/cosmwasm/packages/std/src/query.rs:202:59 [INFO] [stdout] | [INFO] [stdout] 202 | #[derive(Serialize, Deserialize, Clone, Debug, PartialEq, JsonSchema)] [INFO] [stdout] | ^^^^^^^^^^ expected item [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `JsonSchema` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc-macro derive produced unparseable tokens [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/secretnetwork-2885a5c51d1243af/490fba9/cosmwasm/packages/std/src/query.rs:202:59 [INFO] [stdout] | [INFO] [stdout] 202 | #[derive(Serialize, Deserialize, Clone, Debug, PartialEq, JsonSchema)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected item, found `;` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/secretnetwork-2885a5c51d1243af/490fba9/cosmwasm/packages/std/src/query.rs:221:59 [INFO] [stdout] | [INFO] [stdout] 221 | #[derive(Serialize, Deserialize, Clone, Debug, PartialEq, JsonSchema)] [INFO] [stdout] | ^^^^^^^^^^ expected item [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `JsonSchema` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc-macro derive produced unparseable tokens [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/secretnetwork-2885a5c51d1243af/490fba9/cosmwasm/packages/std/src/query.rs:221:59 [INFO] [stdout] | [INFO] [stdout] 221 | #[derive(Serialize, Deserialize, Clone, Debug, PartialEq, JsonSchema)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected item, found `;` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/secretnetwork-2885a5c51d1243af/490fba9/cosmwasm/packages/std/src/query.rs:229:59 [INFO] [stdout] | [INFO] [stdout] 229 | #[derive(Serialize, Deserialize, Clone, Debug, PartialEq, JsonSchema)] [INFO] [stdout] | ^^^^^^^^^^ expected item [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `JsonSchema` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc-macro derive produced unparseable tokens [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/secretnetwork-2885a5c51d1243af/490fba9/cosmwasm/packages/std/src/query.rs:229:59 [INFO] [stdout] | [INFO] [stdout] 229 | #[derive(Serialize, Deserialize, Clone, Debug, PartialEq, JsonSchema)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected item, found `;` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/secretnetwork-2885a5c51d1243af/490fba9/cosmwasm/packages/std/src/query.rs:244:59 [INFO] [stdout] | [INFO] [stdout] 244 | #[derive(Serialize, Deserialize, Clone, Debug, PartialEq, JsonSchema)] [INFO] [stdout] | ^^^^^^^^^^ expected item [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `JsonSchema` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc-macro derive produced unparseable tokens [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/secretnetwork-2885a5c51d1243af/490fba9/cosmwasm/packages/std/src/query.rs:244:59 [INFO] [stdout] | [INFO] [stdout] 244 | #[derive(Serialize, Deserialize, Clone, Debug, PartialEq, JsonSchema)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected item, found `;` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/secretnetwork-2885a5c51d1243af/490fba9/cosmwasm/packages/std/src/query.rs:249:59 [INFO] [stdout] | [INFO] [stdout] 249 | #[derive(Serialize, Deserialize, Clone, Debug, PartialEq, JsonSchema)] [INFO] [stdout] | ^^^^^^^^^^ expected item [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `JsonSchema` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc-macro derive produced unparseable tokens [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/secretnetwork-2885a5c51d1243af/490fba9/cosmwasm/packages/std/src/query.rs:249:59 [INFO] [stdout] | [INFO] [stdout] 249 | #[derive(Serialize, Deserialize, Clone, Debug, PartialEq, JsonSchema)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected item, found `;` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/secretnetwork-2885a5c51d1243af/490fba9/cosmwasm/packages/std/src/query.rs:259:59 [INFO] [stdout] | [INFO] [stdout] 259 | #[derive(Serialize, Deserialize, Clone, Debug, PartialEq, JsonSchema)] [INFO] [stdout] | ^^^^^^^^^^ expected item [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `JsonSchema` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc-macro derive produced unparseable tokens [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/secretnetwork-2885a5c51d1243af/490fba9/cosmwasm/packages/std/src/query.rs:259:59 [INFO] [stdout] | [INFO] [stdout] 259 | #[derive(Serialize, Deserialize, Clone, Debug, PartialEq, JsonSchema)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected item, found `;` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/secretnetwork-2885a5c51d1243af/490fba9/cosmwasm/packages/std/src/query.rs:265:59 [INFO] [stdout] | [INFO] [stdout] 265 | #[derive(Serialize, Deserialize, Clone, Debug, PartialEq, JsonSchema)] [INFO] [stdout] | ^^^^^^^^^^ expected item [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `JsonSchema` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc-macro derive produced unparseable tokens [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/secretnetwork-2885a5c51d1243af/490fba9/cosmwasm/packages/std/src/query.rs:265:59 [INFO] [stdout] | [INFO] [stdout] 265 | #[derive(Serialize, Deserialize, Clone, Debug, PartialEq, JsonSchema)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected item, found `;` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/secretnetwork-2885a5c51d1243af/490fba9/cosmwasm/packages/std/src/query.rs:271:59 [INFO] [stdout] | [INFO] [stdout] 271 | #[derive(Serialize, Deserialize, Clone, Debug, PartialEq, JsonSchema)] [INFO] [stdout] | ^^^^^^^^^^ expected item [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `JsonSchema` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc-macro derive produced unparseable tokens [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/secretnetwork-2885a5c51d1243af/490fba9/cosmwasm/packages/std/src/query.rs:271:59 [INFO] [stdout] | [INFO] [stdout] 271 | #[derive(Serialize, Deserialize, Clone, Debug, PartialEq, JsonSchema)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected item, found `;` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/secretnetwork-2885a5c51d1243af/490fba9/cosmwasm/packages/std/src/query.rs:278:59 [INFO] [stdout] | [INFO] [stdout] 278 | #[derive(Serialize, Deserialize, Clone, Debug, PartialEq, JsonSchema)] [INFO] [stdout] | ^^^^^^^^^^ expected item [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `JsonSchema` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc-macro derive produced unparseable tokens [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/secretnetwork-2885a5c51d1243af/490fba9/cosmwasm/packages/std/src/query.rs:278:59 [INFO] [stdout] | [INFO] [stdout] 278 | #[derive(Serialize, Deserialize, Clone, Debug, PartialEq, JsonSchema)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected item, found `;` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/secretnetwork-2885a5c51d1243af/490fba9/cosmwasm/packages/std/src/query.rs:284:59 [INFO] [stdout] | [INFO] [stdout] 284 | #[derive(Serialize, Deserialize, Clone, Debug, PartialEq, JsonSchema)] [INFO] [stdout] | ^^^^^^^^^^ expected item [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `JsonSchema` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc-macro derive produced unparseable tokens [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/secretnetwork-2885a5c51d1243af/490fba9/cosmwasm/packages/std/src/query.rs:284:59 [INFO] [stdout] | [INFO] [stdout] 284 | #[derive(Serialize, Deserialize, Clone, Debug, PartialEq, JsonSchema)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected item, found `;` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/secretnetwork-2885a5c51d1243af/490fba9/cosmwasm/packages/std/src/types.rs:7:68 [INFO] [stdout] | [INFO] [stdout] 7 | #[derive(Serialize, Deserialize, Clone, Default, Debug, PartialEq, JsonSchema)] [INFO] [stdout] | ^^^^^^^^^^ expected item [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `JsonSchema` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc-macro derive produced unparseable tokens [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/secretnetwork-2885a5c51d1243af/490fba9/cosmwasm/packages/std/src/types.rs:7:68 [INFO] [stdout] | [INFO] [stdout] 7 | #[derive(Serialize, Deserialize, Clone, Default, Debug, PartialEq, JsonSchema)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected item, found `;` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/secretnetwork-2885a5c51d1243af/490fba9/cosmwasm/packages/std/src/types.rs:17:68 [INFO] [stdout] | [INFO] [stdout] 17 | #[derive(Serialize, Deserialize, Clone, Default, Debug, PartialEq, JsonSchema)] [INFO] [stdout] | ^^^^^^^^^^ expected item [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `JsonSchema` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc-macro derive produced unparseable tokens [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/secretnetwork-2885a5c51d1243af/490fba9/cosmwasm/packages/std/src/types.rs:17:68 [INFO] [stdout] | [INFO] [stdout] 17 | #[derive(Serialize, Deserialize, Clone, Default, Debug, PartialEq, JsonSchema)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected item, found `;` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/secretnetwork-2885a5c51d1243af/490fba9/cosmwasm/packages/std/src/types.rs:25:68 [INFO] [stdout] | [INFO] [stdout] 25 | #[derive(Serialize, Deserialize, Clone, Default, Debug, PartialEq, JsonSchema)] [INFO] [stdout] | ^^^^^^^^^^ expected item [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `JsonSchema` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc-macro derive produced unparseable tokens [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/secretnetwork-2885a5c51d1243af/490fba9/cosmwasm/packages/std/src/types.rs:25:68 [INFO] [stdout] | [INFO] [stdout] 25 | #[derive(Serialize, Deserialize, Clone, Default, Debug, PartialEq, JsonSchema)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected item, found `;` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/secretnetwork-2885a5c51d1243af/490fba9/cosmwasm/packages/std/src/types.rs:41:68 [INFO] [stdout] | [INFO] [stdout] 41 | #[derive(Serialize, Deserialize, Clone, Default, Debug, PartialEq, JsonSchema)] [INFO] [stdout] | ^^^^^^^^^^ expected item [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `JsonSchema` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc-macro derive produced unparseable tokens [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/secretnetwork-2885a5c51d1243af/490fba9/cosmwasm/packages/std/src/types.rs:41:68 [INFO] [stdout] | [INFO] [stdout] 41 | #[derive(Serialize, Deserialize, Clone, Default, Debug, PartialEq, JsonSchema)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: expected item, found `;` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/secretnetwork-2885a5c51d1243af/490fba9/cosmwasm/packages/std/src/types.rs:52:59 [INFO] [stdout] | [INFO] [stdout] 52 | #[derive(Serialize, Deserialize, Clone, Debug, PartialEq, JsonSchema)] [INFO] [stdout] | ^^^^^^^^^^ expected item [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the derive macro `JsonSchema` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc-macro derive produced unparseable tokens [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/secretnetwork-2885a5c51d1243af/490fba9/cosmwasm/packages/std/src/types.rs:52:59 [INFO] [stdout] | [INFO] [stdout] 52 | #[derive(Serialize, Deserialize, Clone, Debug, PartialEq, JsonSchema)] [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 94 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `cosmwasm-std` due to 95 previous errors [INFO] running `Command { std: "docker" "inspect" "935be6a4be8939834c31ce7dfe231e7034ce8cc83954800878d1ff21edcbfe5b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "935be6a4be8939834c31ce7dfe231e7034ce8cc83954800878d1ff21edcbfe5b", kill_on_drop: false }` [INFO] [stdout] 935be6a4be8939834c31ce7dfe231e7034ce8cc83954800878d1ff21edcbfe5b