[INFO] fetching crate prost-convert-derive 0.3.0... [INFO] testing prost-convert-derive-0.3.0 against try#8de4c7234dd9b97c9d76b58671343fdbbc9a433e+target=x86_64-unknown-linux-musl for musl_upgrade_1_2_5_with_libc_patch_0 [INFO] extracting crate prost-convert-derive 0.3.0 into /workspace/builds/worker-2-tc1/source [INFO] started tweaking crates.io crate prost-convert-derive 0.3.0 [INFO] finished tweaking crates.io crate prost-convert-derive 0.3.0 [INFO] tweaked toml for crates.io crate prost-convert-derive 0.3.0 written to /workspace/builds/worker-2-tc1/source/Cargo.toml [INFO] validating manifest of crates.io crate prost-convert-derive 0.3.0 on toolchain 8de4c7234dd9b97c9d76b58671343fdbbc9a433e [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 54 packages to latest compatible versions [INFO] [stderr] Adding syn v1.0.109 (available: v2.0.104) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 88d80f47afa5b20e826cc245b1d730f80a85b61f55d2714377e31d2c5aa66e08 [INFO] running `Command { std: "docker" "start" "-a" "88d80f47afa5b20e826cc245b1d730f80a85b61f55d2714377e31d2c5aa66e08", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "88d80f47afa5b20e826cc245b1d730f80a85b61f55d2714377e31d2c5aa66e08", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "88d80f47afa5b20e826cc245b1d730f80a85b61f55d2714377e31d2c5aa66e08", kill_on_drop: false }` [INFO] [stdout] 88d80f47afa5b20e826cc245b1d730f80a85b61f55d2714377e31d2c5aa66e08 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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" "RUSTDOCFLAGS=--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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "build" "--frozen" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 081eb1c630ca07f40e62c5060fe82fb453027fa30a6e9a63a44309a98fff7bde [INFO] running `Command { std: "docker" "start" "-a" "081eb1c630ca07f40e62c5060fe82fb453027fa30a6e9a63a44309a98fff7bde", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling prost-convert-derive v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/container.rs:83:26 [INFO] [stdout] | [INFO] [stdout] 83 | pub fn unit_variants(&self) -> Option<&[Variant]> { [INFO] [stdout] | ^^^^^ ---------- [INFO] [stdout] | | | | [INFO] [stdout] | | | the lifetimes get resolved as `'_` [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 83 | pub fn unit_variants(&self) -> Option<&[Variant<'_>]> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.35s [INFO] running `Command { std: "docker" "inspect" "081eb1c630ca07f40e62c5060fe82fb453027fa30a6e9a63a44309a98fff7bde", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "081eb1c630ca07f40e62c5060fe82fb453027fa30a6e9a63a44309a98fff7bde", kill_on_drop: false }` [INFO] [stdout] 081eb1c630ca07f40e62c5060fe82fb453027fa30a6e9a63a44309a98fff7bde [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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" "RUSTDOCFLAGS=--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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8de4c7234dd9b97c9d76b58671343fdbbc9a433e" "test" "--frozen" "--no-run" "--message-format=json" "--target" "x86_64-unknown-linux-musl", kill_on_drop: false }` [INFO] [stdout] 39c858536fce2e0432cf73815e56ec29780e4220d73f3cca3fbe63d0a6ee9fcb [INFO] running `Command { std: "docker" "start" "-a" "39c858536fce2e0432cf73815e56ec29780e4220d73f3cca3fbe63d0a6ee9fcb", kill_on_drop: false }` [INFO] [stderr] Compiling getrandom v0.3.3 [INFO] [stderr] Compiling target-triple v0.1.4 [INFO] [stderr] Compiling syn v2.0.104 [INFO] [stderr] Compiling proc-macro2 v1.0.95 [INFO] [stderr] Compiling unicode-ident v1.0.18 [INFO] [stderr] Compiling toml_write v0.1.2 [INFO] [stderr] Compiling winnow v0.7.11 [INFO] [stderr] Compiling memchr v2.7.5 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling glob v0.3.2 [INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing [INFO] [stdout] --> src/container.rs:83:26 [INFO] [stdout] | [INFO] [stdout] 83 | pub fn unit_variants(&self) -> Option<&[Variant]> { [INFO] [stdout] | ^^^^^ ---------- [INFO] [stdout] | | | | [INFO] [stdout] | | | the lifetimes get resolved as `'_` [INFO] [stdout] | | the lifetimes get resolved as `'_` [INFO] [stdout] | this lifetime flows to the output [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default [INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths [INFO] [stdout] | [INFO] [stdout] 83 | pub fn unit_variants(&self) -> Option<&[Variant<'_>]> { [INFO] [stdout] | ++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling serde_spanned v0.6.9 [INFO] [stderr] Compiling toml_datetime v0.6.11 [INFO] [stderr] Compiling dissimilar v1.0.10 [INFO] [stderr] Compiling serde v1.0.219 [INFO] [stderr] Compiling hashbrown v0.15.4 [INFO] [stderr] Compiling equivalent v1.0.2 [INFO] [stderr] Compiling libc v0.2.174 [INFO] [stderr] Compiling serde_json v1.0.140 [INFO] [stderr] Compiling cfg-if v1.0.1 [INFO] [stderr] Compiling itoa v1.0.15 [INFO] [stderr] Compiling ryu v1.0.20 [INFO] [stderr] Compiling uuid v1.17.0 [INFO] [stderr] Compiling termcolor v1.4.1 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Compiling indexmap v2.10.0 [INFO] [stderr] Compiling toml_edit v0.22.27 [INFO] [stderr] Compiling serde_derive v1.0.219 [INFO] [stderr] Compiling toml v0.8.23 [INFO] [stderr] Compiling trybuild v1.0.105 [INFO] [stderr] Compiling prost-convert-derive v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0432]: unresolved import `prost_convert` [INFO] [stdout] --> tests/enum_no_wrapper.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use prost_convert::{IntoProto, TryIntoNative}; [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `prost_convert`, use `cargo add prost_convert` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `prost_convert` [INFO] [stdout] --> tests/enum_no_wrapper.rs:23:35 [INFO] [stdout] | [INFO] [stdout] 23 | #[derive(PartialEq, Debug, Clone, ProstConvert)] [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `prost_convert`, use `cargo add prost_convert` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `ProstConvert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `prost_convert` [INFO] [stdout] --> tests/mixed_enum.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use prost_convert::{IntoProto, TryIntoNative}; [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `prost_convert`, use `cargo add prost_convert` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `prost_convert` [INFO] [stdout] --> tests/enum_no_wrapper.rs:30:35 [INFO] [stdout] | [INFO] [stdout] 30 | #[derive(PartialEq, Debug, Clone, ProstConvert)] [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `prost_convert`, use `cargo add prost_convert` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `ProstConvert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `prost_convert` [INFO] [stdout] --> tests/enum_no_wrapper.rs:38:35 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(PartialEq, Debug, Clone, ProstConvert)] [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `prost_convert`, use `cargo add prost_convert` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `ProstConvert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `prost_convert` [INFO] [stdout] --> tests/mixed_enum.rs:17:35 [INFO] [stdout] | [INFO] [stdout] 17 | #[derive(PartialEq, Debug, Clone, ProstConvert)] [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `prost_convert`, use `cargo add prost_convert` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `ProstConvert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `prost_convert` [INFO] [stdout] --> tests/mixed_enum.rs:24:35 [INFO] [stdout] | [INFO] [stdout] 24 | #[derive(PartialEq, Debug, Clone, ProstConvert)] [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `prost_convert`, use `cargo add prost_convert` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `ProstConvert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `prost_convert` [INFO] [stdout] --> tests/enum_wrapper.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use prost_convert::{IntoProto, TryIntoNative}; [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `prost_convert`, use `cargo add prost_convert` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `prost_convert` [INFO] [stdout] --> tests/enum_wrapper.rs:16:35 [INFO] [stdout] | [INFO] [stdout] 16 | #[derive(PartialEq, Debug, Clone, ProstConvert)] [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `prost_convert`, use `cargo add prost_convert` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `ProstConvert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `prost_convert` [INFO] [stdout] --> tests/prost_enum.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | use prost_convert::{IntoProto, TryIntoNative}; [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `prost_convert`, use `cargo add prost_convert` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `prost_convert` [INFO] [stdout] --> tests/edge_case.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use prost_convert::{IntoProto, TryIntoNative}; [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `prost_convert`, use `cargo add prost_convert` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `prost_convert` [INFO] [stdout] --> tests/edge_case.rs:31:41 [INFO] [stdout] | [INFO] [stdout] 31 | #[derive(Clone, PartialEq, Eq, Default, ProstConvert, Debug)] [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `prost_convert`, use `cargo add prost_convert` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `ProstConvert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `prost_convert` [INFO] [stdout] --> tests/edge_case.rs:42:32 [INFO] [stdout] | [INFO] [stdout] 42 | #[derive(Clone, PartialEq, Eq, ProstConvert, Debug)] [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `prost_convert`, use `cargo add prost_convert` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `ProstConvert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `prost_convert` [INFO] [stdout] --> tests/edge_case.rs:51:32 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Clone, PartialEq, Eq, ProstConvert, Debug)] [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `prost_convert`, use `cargo add prost_convert` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `ProstConvert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `prost_convert` [INFO] [stdout] --> tests/edge_case.rs:59:32 [INFO] [stdout] | [INFO] [stdout] 59 | #[derive(Clone, PartialEq, Eq, ProstConvert, Debug)] [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `prost_convert`, use `cargo add prost_convert` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `ProstConvert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `prost_convert` [INFO] [stdout] --> tests/option.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use prost_convert::{IntoProto, TryIntoNative}; [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `prost_convert`, use `cargo add prost_convert` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `prost_convert` [INFO] [stdout] --> tests/option.rs:36:10 [INFO] [stdout] | [INFO] [stdout] 36 | #[derive(ProstConvert, PartialEq, Debug, Clone)] [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `prost_convert`, use `cargo add prost_convert` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `ProstConvert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `prost_convert` [INFO] [stdout] --> tests/option.rs:42:35 [INFO] [stdout] | [INFO] [stdout] 42 | #[derive(PartialEq, Debug, Clone, ProstConvert)] [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `prost_convert`, use `cargo add prost_convert` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `ProstConvert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `prost_convert` [INFO] [stdout] --> tests/option.rs:49:35 [INFO] [stdout] | [INFO] [stdout] 49 | #[derive(Debug, Clone, PartialEq, ProstConvert)] [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `prost_convert`, use `cargo add prost_convert` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `ProstConvert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `prost_convert` [INFO] [stdout] --> tests/option.rs:56:35 [INFO] [stdout] | [INFO] [stdout] 56 | #[derive(Debug, Clone, PartialEq, ProstConvert)] [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `prost_convert`, use `cargo add prost_convert` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `ProstConvert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `prost_convert` [INFO] [stdout] --> tests/option.rs:63:35 [INFO] [stdout] | [INFO] [stdout] 63 | #[derive(Debug, Clone, PartialEq, ProstConvert)] [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `prost_convert`, use `cargo add prost_convert` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `ProstConvert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `prost_convert` [INFO] [stdout] --> tests/hashmap.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use prost_convert::{IntoProto, TryIntoNative}; [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `prost_convert`, use `cargo add prost_convert` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `prost_convert` [INFO] [stdout] --> tests/nested_struct.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use prost_convert::{IntoProto, TryIntoNative}; [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `prost_convert`, use `cargo add prost_convert` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `prost_convert` [INFO] [stdout] --> tests/nested_struct.rs:17:10 [INFO] [stdout] | [INFO] [stdout] 17 | #[derive(ProstConvert, PartialEq, Debug, Clone)] [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `prost_convert`, use `cargo add prost_convert` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `ProstConvert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `prost_convert` [INFO] [stdout] --> tests/nested_struct.rs:23:10 [INFO] [stdout] | [INFO] [stdout] 23 | #[derive(ProstConvert, PartialEq, Debug, Clone)] [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `prost_convert`, use `cargo add prost_convert` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `ProstConvert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `prost_convert` [INFO] [stdout] --> tests/hashmap.rs:28:35 [INFO] [stdout] | [INFO] [stdout] 28 | #[derive(PartialEq, Debug, Clone, ProstConvert)] [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `prost_convert`, use `cargo add prost_convert` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `ProstConvert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `prost_convert` [INFO] [stdout] --> tests/hashmap.rs:34:35 [INFO] [stdout] | [INFO] [stdout] 34 | #[derive(PartialEq, Debug, Clone, ProstConvert)] [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `prost_convert`, use `cargo add prost_convert` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `ProstConvert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `prost_convert` [INFO] [stdout] --> tests/hashmap.rs:42:35 [INFO] [stdout] | [INFO] [stdout] 42 | #[derive(PartialEq, Debug, Clone, ProstConvert)] [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `prost_convert`, use `cargo add prost_convert` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `ProstConvert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `prost_convert` [INFO] [stdout] --> tests/nested_enum_new_type.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use prost_convert::{IntoProto, TryIntoNative}; [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `prost_convert`, use `cargo add prost_convert` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `prost_convert` [INFO] [stdout] --> tests/hashmap.rs:48:35 [INFO] [stdout] | [INFO] [stdout] 48 | #[derive(PartialEq, Debug, Clone, ProstConvert)] [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `prost_convert`, use `cargo add prost_convert` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `ProstConvert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `prost_convert` [INFO] [stdout] --> tests/nested_enum_new_type.rs:36:35 [INFO] [stdout] | [INFO] [stdout] 36 | #[derive(PartialEq, Debug, Clone, ProstConvert)] [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `prost_convert`, use `cargo add prost_convert` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `ProstConvert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `prost_convert` [INFO] [stdout] --> tests/nested_enum_new_type.rs:45:35 [INFO] [stdout] | [INFO] [stdout] 45 | #[derive(PartialEq, Debug, Clone, ProstConvert)] [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `prost_convert`, use `cargo add prost_convert` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `ProstConvert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `prost_convert` [INFO] [stdout] --> tests/nested_enum_new_type.rs:52:35 [INFO] [stdout] | [INFO] [stdout] 52 | #[derive(PartialEq, Debug, Clone, ProstConvert)] [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `prost_convert`, use `cargo add prost_convert` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `ProstConvert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `prost_convert` [INFO] [stdout] --> tests/new_type.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use prost_convert::{FromNative, IntoProto, TryFromProto, TryIntoNative}; [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `prost_convert`, use `cargo add prost_convert` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `prost_convert` [INFO] [stdout] --> tests/redefined_prelude_types.rs:41:10 [INFO] [stdout] | [INFO] [stdout] 41 | #[derive(ProstConvert)] [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `prost_convert`, use `cargo add prost_convert` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `ProstConvert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `prost_convert` [INFO] [stdout] --> tests/new_type.rs:25:35 [INFO] [stdout] | [INFO] [stdout] 25 | #[derive(PartialEq, Debug, Clone, ProstConvert)] [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `prost_convert`, use `cargo add prost_convert` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `ProstConvert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `prost_convert` [INFO] [stdout] --> tests/new_type.rs:36:35 [INFO] [stdout] | [INFO] [stdout] 36 | #[derive(PartialEq, Debug, Clone, ProstConvert)] [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `prost_convert`, use `cargo add prost_convert` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `ProstConvert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `prost_convert` [INFO] [stdout] --> tests/vector.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use prost_convert::{IntoProto, TryIntoNative}; [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `prost_convert`, use `cargo add prost_convert` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `prost_convert` [INFO] [stdout] --> tests/vector.rs:21:35 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(PartialEq, Debug, Clone, ProstConvert)] [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `prost_convert`, use `cargo add prost_convert` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `ProstConvert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `prost_convert` [INFO] [stdout] --> tests/vector.rs:27:35 [INFO] [stdout] | [INFO] [stdout] 27 | #[derive(PartialEq, Debug, Clone, ProstConvert)] [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `prost_convert`, use `cargo add prost_convert` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `ProstConvert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `prost_convert` [INFO] [stdout] --> tests/prost_enum.rs:23:35 [INFO] [stdout] | [INFO] [stdout] 23 | #[derive(PartialEq, Debug, Clone, ProstConvert)] [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `prost_convert`, use `cargo add prost_convert` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `ProstConvert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `prost_convert` [INFO] [stdout] --> tests/prost_enum.rs:30:35 [INFO] [stdout] | [INFO] [stdout] 30 | #[derive(PartialEq, Debug, Clone, ProstConvert)] [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `prost_convert`, use `cargo add prost_convert` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `ProstConvert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `prost_convert` [INFO] [stdout] --> tests/new_type.rs:42:35 [INFO] [stdout] | [INFO] [stdout] 42 | #[derive(PartialEq, Debug, Clone, ProstConvert)] [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `prost_convert`, use `cargo add prost_convert` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `ProstConvert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `prost_convert` [INFO] [stdout] --> tests/vector.rs:33:35 [INFO] [stdout] | [INFO] [stdout] 33 | #[derive(PartialEq, Debug, Clone, ProstConvert)] [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `prost_convert`, use `cargo add prost_convert` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `ProstConvert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `prost_convert` [INFO] [stdout] --> tests/enum_struct.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use prost_convert::{FromNative, IntoProto, TryFromProto, TryIntoNative}; [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `prost_convert`, use `cargo add prost_convert` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `prost_convert` [INFO] [stdout] --> tests/enum_struct.rs:84:35 [INFO] [stdout] | [INFO] [stdout] 84 | #[derive(PartialEq, Debug, Clone, ProstConvert)] [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `prost_convert`, use `cargo add prost_convert` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `ProstConvert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `prost_convert` [INFO] [stdout] --> tests/common_type.rs:1:5 [INFO] [stdout] | [INFO] [stdout] 1 | use prost_convert::{IntoProto, TryIntoNative}; [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `prost_convert`, use `cargo add prost_convert` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `prost_convert` [INFO] [stdout] --> tests/common_type.rs:21:35 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(PartialEq, Debug, Clone, ProstConvert)] [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `prost_convert`, use `cargo add prost_convert` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `ProstConvert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `prost_convert` [INFO] [stdout] --> tests/common_type.rs:27:35 [INFO] [stdout] | [INFO] [stdout] 27 | #[derive(PartialEq, Debug, Clone, ProstConvert)] [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `prost_convert`, use `cargo add prost_convert` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `ProstConvert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0432]: unresolved import `prost_convert` [INFO] [stdout] --> tests/common_type.rs:33:35 [INFO] [stdout] | [INFO] [stdout] 33 | #[derive(PartialEq, Debug, Clone, ProstConvert)] [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `prost_convert`, use `cargo add prost_convert` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `ProstConvert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] --> tests/option.rs:42:35 [INFO] [stdout] | [INFO] [stdout] 42 | #[derive(PartialEq, Debug, Clone, ProstConvert)] [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `prost_convert`, use `cargo add prost_convert` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `ProstConvert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] --> tests/mixed_enum.rs:24:35 [INFO] [stdout] | [INFO] [stdout] 24 | #[derive(PartialEq, Debug, Clone, ProstConvert)] [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `prost_convert`, use `cargo add prost_convert` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `ProstConvert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] --> tests/enum_struct.rs:39:60 [INFO] [stdout] | [INFO] [stdout] 39 | fn try_from_proto(value: proto::Route) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `prost_convert`, use `cargo add prost_convert` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] --> tests/enum_struct.rs:84:35 [INFO] [stdout] | [INFO] [stdout] 84 | #[derive(PartialEq, Debug, Clone, ProstConvert)] [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `prost_convert`, use `cargo add prost_convert` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `ProstConvert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `prost-convert-derive` (test "enum_struct") due to 4 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] --> tests/mixed_enum.rs:17:35 [INFO] [stdout] | [INFO] [stdout] 17 | #[derive(PartialEq, Debug, Clone, ProstConvert)] [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `prost_convert`, use `cargo add prost_convert` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `ProstConvert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] --> tests/enum_wrapper.rs:16:35 [INFO] [stdout] | [INFO] [stdout] 16 | #[derive(PartialEq, Debug, Clone, ProstConvert)] [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `prost_convert`, use `cargo add prost_convert` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `ProstConvert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `prost-convert-derive` (test "mixed_enum") due to 5 previous errors [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] --> tests/option.rs:36:10 [INFO] [stdout] | [INFO] [stdout] 36 | #[derive(ProstConvert, PartialEq, Debug, Clone)] [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `prost_convert`, use `cargo add prost_convert` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `ProstConvert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] --> tests/option.rs:49:35 [INFO] [stdout] | [INFO] [stdout] 49 | #[derive(Debug, Clone, PartialEq, ProstConvert)] [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `prost_convert`, use `cargo add prost_convert` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `ProstConvert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] --> tests/option.rs:56:35 [INFO] [stdout] | [INFO] [stdout] 56 | #[derive(Debug, Clone, PartialEq, ProstConvert)] [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `prost_convert`, use `cargo add prost_convert` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `ProstConvert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] --> tests/option.rs:63:35 [INFO] [stdout] | [INFO] [stdout] 63 | #[derive(Debug, Clone, PartialEq, ProstConvert)] [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `prost_convert`, use `cargo add prost_convert` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `ProstConvert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `prost-convert-derive` (test "enum_wrapper") due to 3 previous errors [INFO] [stderr] error: could not compile `prost-convert-derive` (test "option") due to 11 previous errors [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] --> tests/redefined_prelude_types.rs:41:10 [INFO] [stdout] | [INFO] [stdout] 41 | #[derive(ProstConvert)] [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `prost_convert`, use `cargo add prost_convert` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `ProstConvert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] --> tests/enum_no_wrapper.rs:23:35 [INFO] [stdout] | [INFO] [stdout] 23 | #[derive(PartialEq, Debug, Clone, ProstConvert)] [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `prost_convert`, use `cargo add prost_convert` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `ProstConvert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] --> tests/edge_case.rs:31:41 [INFO] [stdout] | [INFO] [stdout] 31 | #[derive(Clone, PartialEq, Eq, Default, ProstConvert, Debug)] [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `prost_convert`, use `cargo add prost_convert` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `ProstConvert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] --> tests/edge_case.rs:42:32 [INFO] [stdout] | [INFO] [stdout] 42 | #[derive(Clone, PartialEq, Eq, ProstConvert, Debug)] [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `prost_convert`, use `cargo add prost_convert` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `ProstConvert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] --> tests/edge_case.rs:51:32 [INFO] [stdout] | [INFO] [stdout] 51 | #[derive(Clone, PartialEq, Eq, ProstConvert, Debug)] [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `prost_convert`, use `cargo add prost_convert` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `ProstConvert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] --> tests/edge_case.rs:59:32 [INFO] [stdout] | [INFO] [stdout] 59 | #[derive(Clone, PartialEq, Eq, ProstConvert, Debug)] [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `prost_convert`, use `cargo add prost_convert` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `ProstConvert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `prost-convert-derive` (test "redefined_prelude_types") due to 2 previous errors [INFO] [stderr] error: could not compile `prost-convert-derive` (test "edge_case") due to 9 previous errors [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] --> tests/prost_enum.rs:23:35 [INFO] [stdout] | [INFO] [stdout] 23 | #[derive(PartialEq, Debug, Clone, ProstConvert)] [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `prost_convert`, use `cargo add prost_convert` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `ProstConvert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] --> tests/nested_struct.rs:17:10 [INFO] [stdout] | [INFO] [stdout] 17 | #[derive(ProstConvert, PartialEq, Debug, Clone)] [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `prost_convert`, use `cargo add prost_convert` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `ProstConvert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] --> tests/nested_struct.rs:23:10 [INFO] [stdout] | [INFO] [stdout] 23 | #[derive(ProstConvert, PartialEq, Debug, Clone)] [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `prost_convert`, use `cargo add prost_convert` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `ProstConvert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] --> tests/prost_enum.rs:30:35 [INFO] [stdout] | [INFO] [stdout] 30 | #[derive(PartialEq, Debug, Clone, ProstConvert)] [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `prost_convert`, use `cargo add prost_convert` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `ProstConvert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] --> tests/enum_no_wrapper.rs:30:35 [INFO] [stdout] | [INFO] [stdout] 30 | #[derive(PartialEq, Debug, Clone, ProstConvert)] [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `prost_convert`, use `cargo add prost_convert` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `ProstConvert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] --> tests/enum_no_wrapper.rs:38:35 [INFO] [stdout] | [INFO] [stdout] 38 | #[derive(PartialEq, Debug, Clone, ProstConvert)] [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `prost_convert`, use `cargo add prost_convert` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `ProstConvert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] --> tests/new_type.rs:25:35 [INFO] [stdout] | [INFO] [stdout] 25 | #[derive(PartialEq, Debug, Clone, ProstConvert)] [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `prost_convert`, use `cargo add prost_convert` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `ProstConvert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] --> tests/new_type.rs:36:35 [INFO] [stdout] | [INFO] [stdout] 36 | #[derive(PartialEq, Debug, Clone, ProstConvert)] [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `prost_convert`, use `cargo add prost_convert` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `ProstConvert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] --> tests/new_type.rs:42:35 [INFO] [stdout] | [INFO] [stdout] 42 | #[derive(PartialEq, Debug, Clone, ProstConvert)] [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `prost_convert`, use `cargo add prost_convert` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `ProstConvert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] --> tests/new_type.rs:49:54 [INFO] [stdout] | [INFO] [stdout] 49 | fn try_from_proto(value: String) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `prost_convert`, use `cargo add prost_convert` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] --> tests/new_type.rs:79:63 [INFO] [stdout] | [INFO] [stdout] 79 | fn try_from_proto(value: Vec) -> Result { [INFO] [stdout] | ^^^^^^^^^^^^^ use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `prost_convert`, use `cargo add prost_convert` to add it to your `Cargo.toml` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] --> tests/common_type.rs:21:35 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(PartialEq, Debug, Clone, ProstConvert)] [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `prost_convert`, use `cargo add prost_convert` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `ProstConvert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] --> tests/common_type.rs:27:35 [INFO] [stdout] | [INFO] [stdout] 27 | #[derive(PartialEq, Debug, Clone, ProstConvert)] [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `prost_convert`, use `cargo add prost_convert` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `ProstConvert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] --> tests/common_type.rs:33:35 [INFO] [stdout] | [INFO] [stdout] 33 | #[derive(PartialEq, Debug, Clone, ProstConvert)] [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `prost_convert`, use `cargo add prost_convert` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `ProstConvert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `prost-convert-derive` (test "prost_enum") due to 5 previous errors [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] --> tests/hashmap.rs:28:35 [INFO] [stdout] | [INFO] [stdout] 28 | #[derive(PartialEq, Debug, Clone, ProstConvert)] [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `prost_convert`, use `cargo add prost_convert` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `ProstConvert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] --> tests/hashmap.rs:34:35 [INFO] [stdout] | [INFO] [stdout] 34 | #[derive(PartialEq, Debug, Clone, ProstConvert)] [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `prost_convert`, use `cargo add prost_convert` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `ProstConvert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] --> tests/hashmap.rs:42:35 [INFO] [stdout] | [INFO] [stdout] 42 | #[derive(PartialEq, Debug, Clone, ProstConvert)] [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `prost_convert`, use `cargo add prost_convert` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `ProstConvert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] --> tests/hashmap.rs:48:35 [INFO] [stdout] | [INFO] [stdout] 48 | #[derive(PartialEq, Debug, Clone, ProstConvert)] [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `prost_convert`, use `cargo add prost_convert` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `ProstConvert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `prost-convert-derive` (test "enum_no_wrapper") due to 7 previous errors [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] --> tests/vector.rs:21:35 [INFO] [stdout] | [INFO] [stdout] 21 | #[derive(PartialEq, Debug, Clone, ProstConvert)] [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `prost_convert`, use `cargo add prost_convert` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `ProstConvert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `prost-convert-derive` (test "nested_struct") due to 5 previous errors [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] --> tests/vector.rs:27:35 [INFO] [stdout] | [INFO] [stdout] 27 | #[derive(PartialEq, Debug, Clone, ProstConvert)] [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `prost_convert`, use `cargo add prost_convert` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `ProstConvert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] --> tests/vector.rs:33:35 [INFO] [stdout] | [INFO] [stdout] 33 | #[derive(PartialEq, Debug, Clone, ProstConvert)] [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `prost_convert`, use `cargo add prost_convert` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `ProstConvert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `prost-convert-derive` (test "common_type") due to 7 previous errors [INFO] [stderr] error: could not compile `prost-convert-derive` (test "new_type") due to 9 previous errors [INFO] [stderr] error: could not compile `prost-convert-derive` (test "hashmap") due to 9 previous errors [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] --> tests/nested_enum_new_type.rs:36:35 [INFO] [stdout] | [INFO] [stdout] 36 | #[derive(PartialEq, Debug, Clone, ProstConvert)] [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `prost_convert`, use `cargo add prost_convert` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `ProstConvert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] --> tests/nested_enum_new_type.rs:45:35 [INFO] [stdout] | [INFO] [stdout] 45 | #[derive(PartialEq, Debug, Clone, ProstConvert)] [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `prost_convert`, use `cargo add prost_convert` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `ProstConvert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] --> tests/nested_enum_new_type.rs:52:35 [INFO] [stdout] | [INFO] [stdout] 52 | #[derive(PartialEq, Debug, Clone, ProstConvert)] [INFO] [stdout] | ^^^^^^^^^^^^ use of unresolved module or unlinked crate `prost_convert` [INFO] [stdout] | [INFO] [stdout] = help: if you wanted to use a crate named `prost_convert`, use `cargo add prost_convert` to add it to your `Cargo.toml` [INFO] [stdout] = note: this error originates in the derive macro `ProstConvert` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0432, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0432`. [INFO] [stdout] [INFO] [stderr] error: could not compile `prost-convert-derive` (test "vector") due to 7 previous errors [INFO] [stderr] error: could not compile `prost-convert-derive` (test "nested_enum_new_type") due to 7 previous errors [INFO] running `Command { std: "docker" "inspect" "39c858536fce2e0432cf73815e56ec29780e4220d73f3cca3fbe63d0a6ee9fcb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "39c858536fce2e0432cf73815e56ec29780e4220d73f3cca3fbe63d0a6ee9fcb", kill_on_drop: false }` [INFO] [stdout] 39c858536fce2e0432cf73815e56ec29780e4220d73f3cca3fbe63d0a6ee9fcb