access-protocol 0.7.15

Access Protocol
Documentation
Build #1686909 2025-01-29 12:37:05

Build failed. If you want to re-trigger a documentation build, you can do it here. You can find more information on docs.rs builds documentation on the builds page.

# rustc version
rustc 1.86.0-nightly (bf1b174e7 2025-01-28)# docs.rs version
docsrs 0.6.0 (29a0e81b 2025-01-22)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/access-protocol-0.7.15/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/access-protocol-0.7.15/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "6442450944" "--cpus" "6" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:c80049f3b88b82089a44e0f06d0d6029d44b96b7257e55a1cd63dbc9f4c33334" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250128-1.86.0-nightly-bf1b174e7\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j6" "--target" "x86_64-unknown-linux-gnu", kill_on_drop: false }`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] ff036e192a03d8897c8d64f5e73ada79b4441a9ee4660f67d79017b6153ce05b
[INFO] running `Command { std: "docker" "start" "-a" "ff036e192a03d8897c8d64f5e73ada79b4441a9ee4660f67d79017b6153ce05b", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]     Checking mpl-token-metadata v1.13.1
[INFO] [stderr] error[E0277]: the trait bound `mpl_token_auth_rules::payload::Payload: borsh::BorshSerialize` is not satisfied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/instruction/mod.rs:48:10
[INFO] [stderr]    |
[INFO] [stderr] 48 | #[derive(BorshSerialize, BorshDeserialize, Clone, ShankInstruction, AccountContext)]
[INFO] [stderr]    |          ^^^^^^^^^^^^^^ the trait `borsh::BorshSerialize` is not implemented for `mpl_token_auth_rules::payload::Payload`
[INFO] [stderr]    |
[INFO] [stderr] note: there are multiple different versions of crate `borsh` in the dependency graph
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/borsh-0.9.3/src/ser/mod.rs:43:1
[INFO] [stderr]    |
[INFO] [stderr] 43 | pub trait BorshSerialize {
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^ this is the required trait
[INFO] [stderr]    |
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/instruction/bubblegum.rs:1:5
[INFO] [stderr]    |
[INFO] [stderr] 1  | use borsh::BorshSerialize;
[INFO] [stderr]    |     ----- one version of crate `borsh` used here, as a direct dependency of the current crate
[INFO] [stderr]    |
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/assertions/collection.rs:1:5
[INFO] [stderr]    |
[INFO] [stderr] 1  | use solana_program::{account_info::AccountInfo, program_error::ProgramError, pubkey::Pubkey};
[INFO] [stderr]    |     -------------- one version of crate `borsh` used here, as a dependency of crate `solana_program`
[INFO] [stderr]    |
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-auth-rules-1.5.1/src/payload.rs:57:1
[INFO] [stderr]    |
[INFO] [stderr] 57 | pub struct Payload {
[INFO] [stderr]    | ------------------ this type doesn't implement the required trait
[INFO] [stderr]    |
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/borsh-1.5.5/src/de/mod.rs:36:1
[INFO] [stderr]    |
[INFO] [stderr] 36 | pub trait BorshDeserialize: Sized {
[INFO] [stderr]    | --------------------------------- this is the found trait
[INFO] [stderr]    = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stderr] note: required for `AuthorizationData` to implement `borsh::BorshSerialize`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/processor/mod.rs:58:10
[INFO] [stderr]    |
[INFO] [stderr] 58 | #[derive(BorshSerialize, BorshDeserialize, PartialEq, Eq, Debug, Clone)]
[INFO] [stderr]    |          ^^^^^^^^^^^^^^ unsatisfied trait bound introduced in this `derive` macro
[INFO] [stderr] 59 | pub struct AuthorizationData {
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^
[INFO] [stderr]    = note: 2 redundant requirements hidden
[INFO] [stderr]    = note: required for `instruction::uses::UseArgs` to implement `borsh::BorshSerialize`
[INFO] [stderr]    = help: see issue #48214
[INFO] [stderr]    = note: this error originates in the derive macro `BorshSerialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: add `#![feature(trivial_bounds)]` to the crate attributes to enable
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/lib.rs:5:1
[INFO] [stderr]    |
[INFO] [stderr] 5  + #![feature(trivial_bounds)]
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `mpl_token_auth_rules::payload::Payload: borsh::BorshDeserialize` is not satisfied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/instruction/mod.rs:48:26
[INFO] [stderr]    |
[INFO] [stderr] 48 | #[derive(BorshSerialize, BorshDeserialize, Clone, ShankInstruction, AccountContext)]
[INFO] [stderr]    |                          ^^^^^^^^^^^^^^^^ the trait `borsh::BorshDeserialize` is not implemented for `mpl_token_auth_rules::payload::Payload`
[INFO] [stderr]    |
[INFO] [stderr] note: there are multiple different versions of crate `borsh` in the dependency graph
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/borsh-0.9.3/src/de/mod.rs:30:1
[INFO] [stderr]    |
[INFO] [stderr] 30 | pub trait BorshDeserialize: Sized {
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the required trait
[INFO] [stderr]    |
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/instruction/bubblegum.rs:1:5
[INFO] [stderr]    |
[INFO] [stderr] 1  | use borsh::BorshSerialize;
[INFO] [stderr]    |     ----- one version of crate `borsh` used here, as a direct dependency of the current crate
[INFO] [stderr]    |
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/assertions/collection.rs:1:5
[INFO] [stderr]    |
[INFO] [stderr] 1  | use solana_program::{account_info::AccountInfo, program_error::ProgramError, pubkey::Pubkey};
[INFO] [stderr]    |     -------------- one version of crate `borsh` used here, as a dependency of crate `solana_program`
[INFO] [stderr]    |
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-auth-rules-1.5.1/src/payload.rs:57:1
[INFO] [stderr]    |
[INFO] [stderr] 57 | pub struct Payload {
[INFO] [stderr]    | ------------------ this type doesn't implement the required trait
[INFO] [stderr]    |
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/borsh-1.5.5/src/de/mod.rs:36:1
[INFO] [stderr]    |
[INFO] [stderr] 36 | pub trait BorshDeserialize: Sized {
[INFO] [stderr]    | --------------------------------- this is the found trait
[INFO] [stderr]    = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stderr] note: required for `AuthorizationData` to implement `borsh::BorshDeserialize`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/processor/mod.rs:58:26
[INFO] [stderr]    |
[INFO] [stderr] 58 | #[derive(BorshSerialize, BorshDeserialize, PartialEq, Eq, Debug, Clone)]
[INFO] [stderr]    |                          ^^^^^^^^^^^^^^^^ unsatisfied trait bound introduced in this `derive` macro
[INFO] [stderr] 59 | pub struct AuthorizationData {
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^
[INFO] [stderr]    = note: 2 redundant requirements hidden
[INFO] [stderr]    = note: required for `instruction::uses::UseArgs` to implement `borsh::BorshDeserialize`
[INFO] [stderr]    = help: see issue #48214
[INFO] [stderr]    = note: this error originates in the derive macro `BorshDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: add `#![feature(trivial_bounds)]` to the crate attributes to enable
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/lib.rs:5:1
[INFO] [stderr]    |
[INFO] [stderr] 5  + #![feature(trivial_bounds)]
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `mpl_token_auth_rules::payload::Payload: borsh::BorshSerialize` is not satisfied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/instruction/delegate.rs:17:10
[INFO] [stderr]    |
[INFO] [stderr] 17 | #[derive(BorshSerialize, BorshDeserialize, PartialEq, Eq, Debug, Clone)]
[INFO] [stderr]    |          ^^^^^^^^^^^^^^ the trait `borsh::BorshSerialize` is not implemented for `mpl_token_auth_rules::payload::Payload`
[INFO] [stderr]    |
[INFO] [stderr] note: there are multiple different versions of crate `borsh` in the dependency graph
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/borsh-0.9.3/src/ser/mod.rs:43:1
[INFO] [stderr]    |
[INFO] [stderr] 43 | pub trait BorshSerialize {
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^ this is the required trait
[INFO] [stderr]    |
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/instruction/bubblegum.rs:1:5
[INFO] [stderr]    |
[INFO] [stderr] 1  | use borsh::BorshSerialize;
[INFO] [stderr]    |     ----- one version of crate `borsh` used here, as a direct dependency of the current crate
[INFO] [stderr]    |
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/assertions/collection.rs:1:5
[INFO] [stderr]    |
[INFO] [stderr] 1  | use solana_program::{account_info::AccountInfo, program_error::ProgramError, pubkey::Pubkey};
[INFO] [stderr]    |     -------------- one version of crate `borsh` used here, as a dependency of crate `solana_program`
[INFO] [stderr]    |
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-auth-rules-1.5.1/src/payload.rs:57:1
[INFO] [stderr]    |
[INFO] [stderr] 57 | pub struct Payload {
[INFO] [stderr]    | ------------------ this type doesn't implement the required trait
[INFO] [stderr]    |
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/borsh-1.5.5/src/de/mod.rs:36:1
[INFO] [stderr]    |
[INFO] [stderr] 36 | pub trait BorshDeserialize: Sized {
[INFO] [stderr]    | --------------------------------- this is the found trait
[INFO] [stderr]    = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stderr] note: required for `AuthorizationData` to implement `borsh::BorshSerialize`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/processor/mod.rs:58:10
[INFO] [stderr]    |
[INFO] [stderr] 58 | #[derive(BorshSerialize, BorshDeserialize, PartialEq, Eq, Debug, Clone)]
[INFO] [stderr]    |          ^^^^^^^^^^^^^^ unsatisfied trait bound introduced in this `derive` macro
[INFO] [stderr] 59 | pub struct AuthorizationData {
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^
[INFO] [stderr]    = note: 1 redundant requirement hidden
[INFO] [stderr]    = note: required for `Option<AuthorizationData>` to implement `borsh::BorshSerialize`
[INFO] [stderr]    = help: see issue #48214
[INFO] [stderr]    = note: this error originates in the derive macro `BorshSerialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: add `#![feature(trivial_bounds)]` to the crate attributes to enable
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/lib.rs:5:1
[INFO] [stderr]    |
[INFO] [stderr] 5  + #![feature(trivial_bounds)]
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `mpl_token_auth_rules::payload::Payload: borsh::BorshDeserialize` is not satisfied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/instruction/delegate.rs:17:26
[INFO] [stderr]    |
[INFO] [stderr] 17 | #[derive(BorshSerialize, BorshDeserialize, PartialEq, Eq, Debug, Clone)]
[INFO] [stderr]    |                          ^^^^^^^^^^^^^^^^ the trait `borsh::BorshDeserialize` is not implemented for `mpl_token_auth_rules::payload::Payload`
[INFO] [stderr]    |
[INFO] [stderr] note: there are multiple different versions of crate `borsh` in the dependency graph
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/borsh-0.9.3/src/de/mod.rs:30:1
[INFO] [stderr]    |
[INFO] [stderr] 30 | pub trait BorshDeserialize: Sized {
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the required trait
[INFO] [stderr]    |
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/instruction/bubblegum.rs:1:5
[INFO] [stderr]    |
[INFO] [stderr] 1  | use borsh::BorshSerialize;
[INFO] [stderr]    |     ----- one version of crate `borsh` used here, as a direct dependency of the current crate
[INFO] [stderr]    |
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/assertions/collection.rs:1:5
[INFO] [stderr]    |
[INFO] [stderr] 1  | use solana_program::{account_info::AccountInfo, program_error::ProgramError, pubkey::Pubkey};
[INFO] [stderr]    |     -------------- one version of crate `borsh` used here, as a dependency of crate `solana_program`
[INFO] [stderr]    |
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-auth-rules-1.5.1/src/payload.rs:57:1
[INFO] [stderr]    |
[INFO] [stderr] 57 | pub struct Payload {
[INFO] [stderr]    | ------------------ this type doesn't implement the required trait
[INFO] [stderr]    |
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/borsh-1.5.5/src/de/mod.rs:36:1
[INFO] [stderr]    |
[INFO] [stderr] 36 | pub trait BorshDeserialize: Sized {
[INFO] [stderr]    | --------------------------------- this is the found trait
[INFO] [stderr]    = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stderr] note: required for `AuthorizationData` to implement `borsh::BorshDeserialize`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/processor/mod.rs:58:26
[INFO] [stderr]    |
[INFO] [stderr] 58 | #[derive(BorshSerialize, BorshDeserialize, PartialEq, Eq, Debug, Clone)]
[INFO] [stderr]    |                          ^^^^^^^^^^^^^^^^ unsatisfied trait bound introduced in this `derive` macro
[INFO] [stderr] 59 | pub struct AuthorizationData {
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^
[INFO] [stderr]    = note: 1 redundant requirement hidden
[INFO] [stderr]    = note: required for `Option<AuthorizationData>` to implement `borsh::BorshDeserialize`
[INFO] [stderr]    = help: see issue #48214
[INFO] [stderr]    = note: this error originates in the derive macro `BorshDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: add `#![feature(trivial_bounds)]` to the crate attributes to enable
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/lib.rs:5:1
[INFO] [stderr]    |
[INFO] [stderr] 5  + #![feature(trivial_bounds)]
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `mpl_token_auth_rules::payload::Payload: borsh::BorshSerialize` is not satisfied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/instruction/metadata.rs:53:10
[INFO] [stderr]    |
[INFO] [stderr] 53 | #[derive(BorshSerialize, BorshDeserialize, PartialEq, Eq, Debug, Clone)]
[INFO] [stderr]    |          ^^^^^^^^^^^^^^ the trait `borsh::BorshSerialize` is not implemented for `mpl_token_auth_rules::payload::Payload`
[INFO] [stderr]    |
[INFO] [stderr] note: there are multiple different versions of crate `borsh` in the dependency graph
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/borsh-0.9.3/src/ser/mod.rs:43:1
[INFO] [stderr]    |
[INFO] [stderr] 43 | pub trait BorshSerialize {
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^ this is the required trait
[INFO] [stderr]    |
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/instruction/bubblegum.rs:1:5
[INFO] [stderr]    |
[INFO] [stderr] 1  | use borsh::BorshSerialize;
[INFO] [stderr]    |     ----- one version of crate `borsh` used here, as a direct dependency of the current crate
[INFO] [stderr]    |
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/assertions/collection.rs:1:5
[INFO] [stderr]    |
[INFO] [stderr] 1  | use solana_program::{account_info::AccountInfo, program_error::ProgramError, pubkey::Pubkey};
[INFO] [stderr]    |     -------------- one version of crate `borsh` used here, as a dependency of crate `solana_program`
[INFO] [stderr]    |
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-auth-rules-1.5.1/src/payload.rs:57:1
[INFO] [stderr]    |
[INFO] [stderr] 57 | pub struct Payload {
[INFO] [stderr]    | ------------------ this type doesn't implement the required trait
[INFO] [stderr]    |
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/borsh-1.5.5/src/de/mod.rs:36:1
[INFO] [stderr]    |
[INFO] [stderr] 36 | pub trait BorshDeserialize: Sized {
[INFO] [stderr]    | --------------------------------- this is the found trait
[INFO] [stderr]    = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stderr] note: required for `AuthorizationData` to implement `borsh::BorshSerialize`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/processor/mod.rs:58:10
[INFO] [stderr]    |
[INFO] [stderr] 58 | #[derive(BorshSerialize, BorshDeserialize, PartialEq, Eq, Debug, Clone)]
[INFO] [stderr]    |          ^^^^^^^^^^^^^^ unsatisfied trait bound introduced in this `derive` macro
[INFO] [stderr] 59 | pub struct AuthorizationData {
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^
[INFO] [stderr]    = note: 1 redundant requirement hidden
[INFO] [stderr]    = note: required for `Option<AuthorizationData>` to implement `borsh::BorshSerialize`
[INFO] [stderr]    = help: see issue #48214
[INFO] [stderr]    = note: this error originates in the derive macro `BorshSerialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: add `#![feature(trivial_bounds)]` to the crate attributes to enable
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/lib.rs:5:1
[INFO] [stderr]    |
[INFO] [stderr] 5  + #![feature(trivial_bounds)]
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `mpl_token_auth_rules::payload::Payload: borsh::BorshDeserialize` is not satisfied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/instruction/metadata.rs:53:26
[INFO] [stderr]    |
[INFO] [stderr] 53 | #[derive(BorshSerialize, BorshDeserialize, PartialEq, Eq, Debug, Clone)]
[INFO] [stderr]    |                          ^^^^^^^^^^^^^^^^ the trait `borsh::BorshDeserialize` is not implemented for `mpl_token_auth_rules::payload::Payload`
[INFO] [stderr]    |
[INFO] [stderr] note: there are multiple different versions of crate `borsh` in the dependency graph
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/borsh-0.9.3/src/de/mod.rs:30:1
[INFO] [stderr]    |
[INFO] [stderr] 30 | pub trait BorshDeserialize: Sized {
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the required trait
[INFO] [stderr]    |
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/instruction/bubblegum.rs:1:5
[INFO] [stderr]    |
[INFO] [stderr] 1  | use borsh::BorshSerialize;
[INFO] [stderr]    |     ----- one version of crate `borsh` used here, as a direct dependency of the current crate
[INFO] [stderr]    |
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/assertions/collection.rs:1:5
[INFO] [stderr]    |
[INFO] [stderr] 1  | use solana_program::{account_info::AccountInfo, program_error::ProgramError, pubkey::Pubkey};
[INFO] [stderr]    |     -------------- one version of crate `borsh` used here, as a dependency of crate `solana_program`
[INFO] [stderr]    |
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-auth-rules-1.5.1/src/payload.rs:57:1
[INFO] [stderr]    |
[INFO] [stderr] 57 | pub struct Payload {
[INFO] [stderr]    | ------------------ this type doesn't implement the required trait
[INFO] [stderr]    |
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/borsh-1.5.5/src/de/mod.rs:36:1
[INFO] [stderr]    |
[INFO] [stderr] 36 | pub trait BorshDeserialize: Sized {
[INFO] [stderr]    | --------------------------------- this is the found trait
[INFO] [stderr]    = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stderr] note: required for `AuthorizationData` to implement `borsh::BorshDeserialize`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/processor/mod.rs:58:26
[INFO] [stderr]    |
[INFO] [stderr] 58 | #[derive(BorshSerialize, BorshDeserialize, PartialEq, Eq, Debug, Clone)]
[INFO] [stderr]    |                          ^^^^^^^^^^^^^^^^ unsatisfied trait bound introduced in this `derive` macro
[INFO] [stderr] 59 | pub struct AuthorizationData {
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^
[INFO] [stderr]    = note: 1 redundant requirement hidden
[INFO] [stderr]    = note: required for `Option<AuthorizationData>` to implement `borsh::BorshDeserialize`
[INFO] [stderr]    = help: see issue #48214
[INFO] [stderr]    = note: this error originates in the derive macro `BorshDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: add `#![feature(trivial_bounds)]` to the crate attributes to enable
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/lib.rs:5:1
[INFO] [stderr]    |
[INFO] [stderr] 5  + #![feature(trivial_bounds)]
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `mpl_token_auth_rules::payload::Payload: borsh::BorshSerialize` is not satisfied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/instruction/metadata.rs:64:10
[INFO] [stderr]    |
[INFO] [stderr] 64 | #[derive(BorshSerialize, BorshDeserialize, PartialEq, Eq, Debug, Clone)]
[INFO] [stderr]    |          ^^^^^^^^^^^^^^ the trait `borsh::BorshSerialize` is not implemented for `mpl_token_auth_rules::payload::Payload`
[INFO] [stderr]    |
[INFO] [stderr] note: there are multiple different versions of crate `borsh` in the dependency graph
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/borsh-0.9.3/src/ser/mod.rs:43:1
[INFO] [stderr]    |
[INFO] [stderr] 43 | pub trait BorshSerialize {
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^ this is the required trait
[INFO] [stderr]    |
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/instruction/bubblegum.rs:1:5
[INFO] [stderr]    |
[INFO] [stderr] 1  | use borsh::BorshSerialize;
[INFO] [stderr]    |     ----- one version of crate `borsh` used here, as a direct dependency of the current crate
[INFO] [stderr]    |
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/assertions/collection.rs:1:5
[INFO] [stderr]    |
[INFO] [stderr] 1  | use solana_program::{account_info::AccountInfo, program_error::ProgramError, pubkey::Pubkey};
[INFO] [stderr]    |     -------------- one version of crate `borsh` used here, as a dependency of crate `solana_program`
[INFO] [stderr]    |
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-auth-rules-1.5.1/src/payload.rs:57:1
[INFO] [stderr]    |
[INFO] [stderr] 57 | pub struct Payload {
[INFO] [stderr]    | ------------------ this type doesn't implement the required trait
[INFO] [stderr]    |
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/borsh-1.5.5/src/de/mod.rs:36:1
[INFO] [stderr]    |
[INFO] [stderr] 36 | pub trait BorshDeserialize: Sized {
[INFO] [stderr]    | --------------------------------- this is the found trait
[INFO] [stderr]    = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stderr] note: required for `AuthorizationData` to implement `borsh::BorshSerialize`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/processor/mod.rs:58:10
[INFO] [stderr]    |
[INFO] [stderr] 58 | #[derive(BorshSerialize, BorshDeserialize, PartialEq, Eq, Debug, Clone)]
[INFO] [stderr]    |          ^^^^^^^^^^^^^^ unsatisfied trait bound introduced in this `derive` macro
[INFO] [stderr] 59 | pub struct AuthorizationData {
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^
[INFO] [stderr]    = note: 1 redundant requirement hidden
[INFO] [stderr]    = note: required for `Option<AuthorizationData>` to implement `borsh::BorshSerialize`
[INFO] [stderr]    = help: see issue #48214
[INFO] [stderr]    = note: this error originates in the derive macro `BorshSerialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: add `#![feature(trivial_bounds)]` to the crate attributes to enable
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/lib.rs:5:1
[INFO] [stderr]    |
[INFO] [stderr] 5  + #![feature(trivial_bounds)]
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `mpl_token_auth_rules::payload::Payload: borsh::BorshDeserialize` is not satisfied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/instruction/metadata.rs:64:26
[INFO] [stderr]    |
[INFO] [stderr] 64 | #[derive(BorshSerialize, BorshDeserialize, PartialEq, Eq, Debug, Clone)]
[INFO] [stderr]    |                          ^^^^^^^^^^^^^^^^ the trait `borsh::BorshDeserialize` is not implemented for `mpl_token_auth_rules::payload::Payload`
[INFO] [stderr]    |
[INFO] [stderr] note: there are multiple different versions of crate `borsh` in the dependency graph
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/borsh-0.9.3/src/de/mod.rs:30:1
[INFO] [stderr]    |
[INFO] [stderr] 30 | pub trait BorshDeserialize: Sized {
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the required trait
[INFO] [stderr]    |
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/instruction/bubblegum.rs:1:5
[INFO] [stderr]    |
[INFO] [stderr] 1  | use borsh::BorshSerialize;
[INFO] [stderr]    |     ----- one version of crate `borsh` used here, as a direct dependency of the current crate
[INFO] [stderr]    |
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/assertions/collection.rs:1:5
[INFO] [stderr]    |
[INFO] [stderr] 1  | use solana_program::{account_info::AccountInfo, program_error::ProgramError, pubkey::Pubkey};
[INFO] [stderr]    |     -------------- one version of crate `borsh` used here, as a dependency of crate `solana_program`
[INFO] [stderr]    |
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-auth-rules-1.5.1/src/payload.rs:57:1
[INFO] [stderr]    |
[INFO] [stderr] 57 | pub struct Payload {
[INFO] [stderr]    | ------------------ this type doesn't implement the required trait
[INFO] [stderr]    |
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/borsh-1.5.5/src/de/mod.rs:36:1
[INFO] [stderr]    |
[INFO] [stderr] 36 | pub trait BorshDeserialize: Sized {
[INFO] [stderr]    | --------------------------------- this is the found trait
[INFO] [stderr]    = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stderr] note: required for `AuthorizationData` to implement `borsh::BorshDeserialize`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/processor/mod.rs:58:26
[INFO] [stderr]    |
[INFO] [stderr] 58 | #[derive(BorshSerialize, BorshDeserialize, PartialEq, Eq, Debug, Clone)]
[INFO] [stderr]    |                          ^^^^^^^^^^^^^^^^ unsatisfied trait bound introduced in this `derive` macro
[INFO] [stderr] 59 | pub struct AuthorizationData {
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^
[INFO] [stderr]    = note: 1 redundant requirement hidden
[INFO] [stderr]    = note: required for `Option<AuthorizationData>` to implement `borsh::BorshDeserialize`
[INFO] [stderr]    = help: see issue #48214
[INFO] [stderr]    = note: this error originates in the derive macro `BorshDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: add `#![feature(trivial_bounds)]` to the crate attributes to enable
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/lib.rs:5:1
[INFO] [stderr]    |
[INFO] [stderr] 5  + #![feature(trivial_bounds)]
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `mpl_token_auth_rules::payload::Payload: borsh::BorshSerialize` is not satisfied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/instruction/metadata.rs:80:10
[INFO] [stderr]    |
[INFO] [stderr] 80 | #[derive(BorshSerialize, BorshDeserialize, PartialEq, Eq, Debug, Clone)]
[INFO] [stderr]    |          ^^^^^^^^^^^^^^ the trait `borsh::BorshSerialize` is not implemented for `mpl_token_auth_rules::payload::Payload`
[INFO] [stderr]    |
[INFO] [stderr] note: there are multiple different versions of crate `borsh` in the dependency graph
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/borsh-0.9.3/src/ser/mod.rs:43:1
[INFO] [stderr]    |
[INFO] [stderr] 43 | pub trait BorshSerialize {
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^ this is the required trait
[INFO] [stderr]    |
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/instruction/bubblegum.rs:1:5
[INFO] [stderr]    |
[INFO] [stderr] 1  | use borsh::BorshSerialize;
[INFO] [stderr]    |     ----- one version of crate `borsh` used here, as a direct dependency of the current crate
[INFO] [stderr]    |
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/assertions/collection.rs:1:5
[INFO] [stderr]    |
[INFO] [stderr] 1  | use solana_program::{account_info::AccountInfo, program_error::ProgramError, pubkey::Pubkey};
[INFO] [stderr]    |     -------------- one version of crate `borsh` used here, as a dependency of crate `solana_program`
[INFO] [stderr]    |
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-auth-rules-1.5.1/src/payload.rs:57:1
[INFO] [stderr]    |
[INFO] [stderr] 57 | pub struct Payload {
[INFO] [stderr]    | ------------------ this type doesn't implement the required trait
[INFO] [stderr]    |
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/borsh-1.5.5/src/de/mod.rs:36:1
[INFO] [stderr]    |
[INFO] [stderr] 36 | pub trait BorshDeserialize: Sized {
[INFO] [stderr]    | --------------------------------- this is the found trait
[INFO] [stderr]    = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stderr] note: required for `AuthorizationData` to implement `borsh::BorshSerialize`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/processor/mod.rs:58:10
[INFO] [stderr]    |
[INFO] [stderr] 58 | #[derive(BorshSerialize, BorshDeserialize, PartialEq, Eq, Debug, Clone)]
[INFO] [stderr]    |          ^^^^^^^^^^^^^^ unsatisfied trait bound introduced in this `derive` macro
[INFO] [stderr] 59 | pub struct AuthorizationData {
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^
[INFO] [stderr]    = note: 1 redundant requirement hidden
[INFO] [stderr]    = note: required for `Option<AuthorizationData>` to implement `borsh::BorshSerialize`
[INFO] [stderr]    = help: see issue #48214
[INFO] [stderr]    = note: this error originates in the derive macro `BorshSerialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: add `#![feature(trivial_bounds)]` to the crate attributes to enable
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/lib.rs:5:1
[INFO] [stderr]    |
[INFO] [stderr] 5  + #![feature(trivial_bounds)]
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `mpl_token_auth_rules::payload::Payload: borsh::BorshDeserialize` is not satisfied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/instruction/metadata.rs:80:26
[INFO] [stderr]    |
[INFO] [stderr] 80 | #[derive(BorshSerialize, BorshDeserialize, PartialEq, Eq, Debug, Clone)]
[INFO] [stderr]    |                          ^^^^^^^^^^^^^^^^ the trait `borsh::BorshDeserialize` is not implemented for `mpl_token_auth_rules::payload::Payload`
[INFO] [stderr]    |
[INFO] [stderr] note: there are multiple different versions of crate `borsh` in the dependency graph
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/borsh-0.9.3/src/de/mod.rs:30:1
[INFO] [stderr]    |
[INFO] [stderr] 30 | pub trait BorshDeserialize: Sized {
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the required trait
[INFO] [stderr]    |
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/instruction/bubblegum.rs:1:5
[INFO] [stderr]    |
[INFO] [stderr] 1  | use borsh::BorshSerialize;
[INFO] [stderr]    |     ----- one version of crate `borsh` used here, as a direct dependency of the current crate
[INFO] [stderr]    |
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/assertions/collection.rs:1:5
[INFO] [stderr]    |
[INFO] [stderr] 1  | use solana_program::{account_info::AccountInfo, program_error::ProgramError, pubkey::Pubkey};
[INFO] [stderr]    |     -------------- one version of crate `borsh` used here, as a dependency of crate `solana_program`
[INFO] [stderr]    |
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-auth-rules-1.5.1/src/payload.rs:57:1
[INFO] [stderr]    |
[INFO] [stderr] 57 | pub struct Payload {
[INFO] [stderr]    | ------------------ this type doesn't implement the required trait
[INFO] [stderr]    |
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/borsh-1.5.5/src/de/mod.rs:36:1
[INFO] [stderr]    |
[INFO] [stderr] 36 | pub trait BorshDeserialize: Sized {
[INFO] [stderr]    | --------------------------------- this is the found trait
[INFO] [stderr]    = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stderr] note: required for `AuthorizationData` to implement `borsh::BorshDeserialize`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/processor/mod.rs:58:26
[INFO] [stderr]    |
[INFO] [stderr] 58 | #[derive(BorshSerialize, BorshDeserialize, PartialEq, Eq, Debug, Clone)]
[INFO] [stderr]    |                          ^^^^^^^^^^^^^^^^ unsatisfied trait bound introduced in this `derive` macro
[INFO] [stderr] 59 | pub struct AuthorizationData {
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^
[INFO] [stderr]    = note: 1 redundant requirement hidden
[INFO] [stderr]    = note: required for `Option<AuthorizationData>` to implement `borsh::BorshDeserialize`
[INFO] [stderr]    = help: see issue #48214
[INFO] [stderr]    = note: this error originates in the derive macro `BorshDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: add `#![feature(trivial_bounds)]` to the crate attributes to enable
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/lib.rs:5:1
[INFO] [stderr]    |
[INFO] [stderr] 5  + #![feature(trivial_bounds)]
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `mpl_token_auth_rules::payload::Payload: borsh::BorshSerialize` is not satisfied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/instruction/state.rs:11:10
[INFO] [stderr]    |
[INFO] [stderr] 11 | #[derive(BorshSerialize, BorshDeserialize, PartialEq, Eq, Debug, Clone)]
[INFO] [stderr]    |          ^^^^^^^^^^^^^^ the trait `borsh::BorshSerialize` is not implemented for `mpl_token_auth_rules::payload::Payload`
[INFO] [stderr]    |
[INFO] [stderr] note: there are multiple different versions of crate `borsh` in the dependency graph
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/borsh-0.9.3/src/ser/mod.rs:43:1
[INFO] [stderr]    |
[INFO] [stderr] 43 | pub trait BorshSerialize {
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^ this is the required trait
[INFO] [stderr]    |
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/instruction/bubblegum.rs:1:5
[INFO] [stderr]    |
[INFO] [stderr] 1  | use borsh::BorshSerialize;
[INFO] [stderr]    |     ----- one version of crate `borsh` used here, as a direct dependency of the current crate
[INFO] [stderr]    |
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/assertions/collection.rs:1:5
[INFO] [stderr]    |
[INFO] [stderr] 1  | use solana_program::{account_info::AccountInfo, program_error::ProgramError, pubkey::Pubkey};
[INFO] [stderr]    |     -------------- one version of crate `borsh` used here, as a dependency of crate `solana_program`
[INFO] [stderr]    |
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-auth-rules-1.5.1/src/payload.rs:57:1
[INFO] [stderr]    |
[INFO] [stderr] 57 | pub struct Payload {
[INFO] [stderr]    | ------------------ this type doesn't implement the required trait
[INFO] [stderr]    |
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/borsh-1.5.5/src/de/mod.rs:36:1
[INFO] [stderr]    |
[INFO] [stderr] 36 | pub trait BorshDeserialize: Sized {
[INFO] [stderr]    | --------------------------------- this is the found trait
[INFO] [stderr]    = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stderr] note: required for `AuthorizationData` to implement `borsh::BorshSerialize`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/processor/mod.rs:58:10
[INFO] [stderr]    |
[INFO] [stderr] 58 | #[derive(BorshSerialize, BorshDeserialize, PartialEq, Eq, Debug, Clone)]
[INFO] [stderr]    |          ^^^^^^^^^^^^^^ unsatisfied trait bound introduced in this `derive` macro
[INFO] [stderr] 59 | pub struct AuthorizationData {
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^
[INFO] [stderr]    = note: 1 redundant requirement hidden
[INFO] [stderr]    = note: required for `Option<AuthorizationData>` to implement `borsh::BorshSerialize`
[INFO] [stderr]    = help: see issue #48214
[INFO] [stderr]    = note: this error originates in the derive macro `BorshSerialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: add `#![feature(trivial_bounds)]` to the crate attributes to enable
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/lib.rs:5:1
[INFO] [stderr]    |
[INFO] [stderr] 5  + #![feature(trivial_bounds)]
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `mpl_token_auth_rules::payload::Payload: borsh::BorshDeserialize` is not satisfied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/instruction/state.rs:11:26
[INFO] [stderr]    |
[INFO] [stderr] 11 | #[derive(BorshSerialize, BorshDeserialize, PartialEq, Eq, Debug, Clone)]
[INFO] [stderr]    |                          ^^^^^^^^^^^^^^^^ the trait `borsh::BorshDeserialize` is not implemented for `mpl_token_auth_rules::payload::Payload`
[INFO] [stderr]    |
[INFO] [stderr] note: there are multiple different versions of crate `borsh` in the dependency graph
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/borsh-0.9.3/src/de/mod.rs:30:1
[INFO] [stderr]    |
[INFO] [stderr] 30 | pub trait BorshDeserialize: Sized {
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the required trait
[INFO] [stderr]    |
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/instruction/bubblegum.rs:1:5
[INFO] [stderr]    |
[INFO] [stderr] 1  | use borsh::BorshSerialize;
[INFO] [stderr]    |     ----- one version of crate `borsh` used here, as a direct dependency of the current crate
[INFO] [stderr]    |
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/assertions/collection.rs:1:5
[INFO] [stderr]    |
[INFO] [stderr] 1  | use solana_program::{account_info::AccountInfo, program_error::ProgramError, pubkey::Pubkey};
[INFO] [stderr]    |     -------------- one version of crate `borsh` used here, as a dependency of crate `solana_program`
[INFO] [stderr]    |
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-auth-rules-1.5.1/src/payload.rs:57:1
[INFO] [stderr]    |
[INFO] [stderr] 57 | pub struct Payload {
[INFO] [stderr]    | ------------------ this type doesn't implement the required trait
[INFO] [stderr]    |
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/borsh-1.5.5/src/de/mod.rs:36:1
[INFO] [stderr]    |
[INFO] [stderr] 36 | pub trait BorshDeserialize: Sized {
[INFO] [stderr]    | --------------------------------- this is the found trait
[INFO] [stderr]    = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stderr] note: required for `AuthorizationData` to implement `borsh::BorshDeserialize`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/processor/mod.rs:58:26
[INFO] [stderr]    |
[INFO] [stderr] 58 | #[derive(BorshSerialize, BorshDeserialize, PartialEq, Eq, Debug, Clone)]
[INFO] [stderr]    |                          ^^^^^^^^^^^^^^^^ unsatisfied trait bound introduced in this `derive` macro
[INFO] [stderr] 59 | pub struct AuthorizationData {
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^
[INFO] [stderr]    = note: 1 redundant requirement hidden
[INFO] [stderr]    = note: required for `Option<AuthorizationData>` to implement `borsh::BorshDeserialize`
[INFO] [stderr]    = help: see issue #48214
[INFO] [stderr]    = note: this error originates in the derive macro `BorshDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: add `#![feature(trivial_bounds)]` to the crate attributes to enable
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/lib.rs:5:1
[INFO] [stderr]    |
[INFO] [stderr] 5  + #![feature(trivial_bounds)]
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `mpl_token_auth_rules::payload::Payload: borsh::BorshSerialize` is not satisfied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/instruction/state.rs:21:10
[INFO] [stderr]    |
[INFO] [stderr] 21 | #[derive(BorshSerialize, BorshDeserialize, PartialEq, Eq, Debug, Clone)]
[INFO] [stderr]    |          ^^^^^^^^^^^^^^ the trait `borsh::BorshSerialize` is not implemented for `mpl_token_auth_rules::payload::Payload`
[INFO] [stderr]    |
[INFO] [stderr] note: there are multiple different versions of crate `borsh` in the dependency graph
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/borsh-0.9.3/src/ser/mod.rs:43:1
[INFO] [stderr]    |
[INFO] [stderr] 43 | pub trait BorshSerialize {
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^ this is the required trait
[INFO] [stderr]    |
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/instruction/bubblegum.rs:1:5
[INFO] [stderr]    |
[INFO] [stderr] 1  | use borsh::BorshSerialize;
[INFO] [stderr]    |     ----- one version of crate `borsh` used here, as a direct dependency of the current crate
[INFO] [stderr]    |
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/assertions/collection.rs:1:5
[INFO] [stderr]    |
[INFO] [stderr] 1  | use solana_program::{account_info::AccountInfo, program_error::ProgramError, pubkey::Pubkey};
[INFO] [stderr]    |     -------------- one version of crate `borsh` used here, as a dependency of crate `solana_program`
[INFO] [stderr]    |
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-auth-rules-1.5.1/src/payload.rs:57:1
[INFO] [stderr]    |
[INFO] [stderr] 57 | pub struct Payload {
[INFO] [stderr]    | ------------------ this type doesn't implement the required trait
[INFO] [stderr]    |
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/borsh-1.5.5/src/de/mod.rs:36:1
[INFO] [stderr]    |
[INFO] [stderr] 36 | pub trait BorshDeserialize: Sized {
[INFO] [stderr]    | --------------------------------- this is the found trait
[INFO] [stderr]    = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stderr] note: required for `AuthorizationData` to implement `borsh::BorshSerialize`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/processor/mod.rs:58:10
[INFO] [stderr]    |
[INFO] [stderr] 58 | #[derive(BorshSerialize, BorshDeserialize, PartialEq, Eq, Debug, Clone)]
[INFO] [stderr]    |          ^^^^^^^^^^^^^^ unsatisfied trait bound introduced in this `derive` macro
[INFO] [stderr] 59 | pub struct AuthorizationData {
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^
[INFO] [stderr]    = note: 1 redundant requirement hidden
[INFO] [stderr]    = note: required for `Option<AuthorizationData>` to implement `borsh::BorshSerialize`
[INFO] [stderr]    = help: see issue #48214
[INFO] [stderr]    = note: this error originates in the derive macro `BorshSerialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: add `#![feature(trivial_bounds)]` to the crate attributes to enable
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/lib.rs:5:1
[INFO] [stderr]    |
[INFO] [stderr] 5  + #![feature(trivial_bounds)]
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `mpl_token_auth_rules::payload::Payload: borsh::BorshDeserialize` is not satisfied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/instruction/state.rs:21:26
[INFO] [stderr]    |
[INFO] [stderr] 21 | #[derive(BorshSerialize, BorshDeserialize, PartialEq, Eq, Debug, Clone)]
[INFO] [stderr]    |                          ^^^^^^^^^^^^^^^^ the trait `borsh::BorshDeserialize` is not implemented for `mpl_token_auth_rules::payload::Payload`
[INFO] [stderr]    |
[INFO] [stderr] note: there are multiple different versions of crate `borsh` in the dependency graph
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/borsh-0.9.3/src/de/mod.rs:30:1
[INFO] [stderr]    |
[INFO] [stderr] 30 | pub trait BorshDeserialize: Sized {
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the required trait
[INFO] [stderr]    |
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/instruction/bubblegum.rs:1:5
[INFO] [stderr]    |
[INFO] [stderr] 1  | use borsh::BorshSerialize;
[INFO] [stderr]    |     ----- one version of crate `borsh` used here, as a direct dependency of the current crate
[INFO] [stderr]    |
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/assertions/collection.rs:1:5
[INFO] [stderr]    |
[INFO] [stderr] 1  | use solana_program::{account_info::AccountInfo, program_error::ProgramError, pubkey::Pubkey};
[INFO] [stderr]    |     -------------- one version of crate `borsh` used here, as a dependency of crate `solana_program`
[INFO] [stderr]    |
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-auth-rules-1.5.1/src/payload.rs:57:1
[INFO] [stderr]    |
[INFO] [stderr] 57 | pub struct Payload {
[INFO] [stderr]    | ------------------ this type doesn't implement the required trait
[INFO] [stderr]    |
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/borsh-1.5.5/src/de/mod.rs:36:1
[INFO] [stderr]    |
[INFO] [stderr] 36 | pub trait BorshDeserialize: Sized {
[INFO] [stderr]    | --------------------------------- this is the found trait
[INFO] [stderr]    = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stderr] note: required for `AuthorizationData` to implement `borsh::BorshDeserialize`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/processor/mod.rs:58:26
[INFO] [stderr]    |
[INFO] [stderr] 58 | #[derive(BorshSerialize, BorshDeserialize, PartialEq, Eq, Debug, Clone)]
[INFO] [stderr]    |                          ^^^^^^^^^^^^^^^^ unsatisfied trait bound introduced in this `derive` macro
[INFO] [stderr] 59 | pub struct AuthorizationData {
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^
[INFO] [stderr]    = note: 1 redundant requirement hidden
[INFO] [stderr]    = note: required for `Option<AuthorizationData>` to implement `borsh::BorshDeserialize`
[INFO] [stderr]    = help: see issue #48214
[INFO] [stderr]    = note: this error originates in the derive macro `BorshDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: add `#![feature(trivial_bounds)]` to the crate attributes to enable
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/lib.rs:5:1
[INFO] [stderr]    |
[INFO] [stderr] 5  + #![feature(trivial_bounds)]
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `mpl_token_auth_rules::payload::Payload: borsh::BorshSerialize` is not satisfied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/instruction/uses.rs:28:10
[INFO] [stderr]    |
[INFO] [stderr] 28 | #[derive(BorshSerialize, BorshDeserialize, PartialEq, Eq, Debug, Clone)]
[INFO] [stderr]    |          ^^^^^^^^^^^^^^ the trait `borsh::BorshSerialize` is not implemented for `mpl_token_auth_rules::payload::Payload`
[INFO] [stderr]    |
[INFO] [stderr] note: there are multiple different versions of crate `borsh` in the dependency graph
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/borsh-0.9.3/src/ser/mod.rs:43:1
[INFO] [stderr]    |
[INFO] [stderr] 43 | pub trait BorshSerialize {
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^ this is the required trait
[INFO] [stderr]    |
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/instruction/bubblegum.rs:1:5
[INFO] [stderr]    |
[INFO] [stderr] 1  | use borsh::BorshSerialize;
[INFO] [stderr]    |     ----- one version of crate `borsh` used here, as a direct dependency of the current crate
[INFO] [stderr]    |
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/assertions/collection.rs:1:5
[INFO] [stderr]    |
[INFO] [stderr] 1  | use solana_program::{account_info::AccountInfo, program_error::ProgramError, pubkey::Pubkey};
[INFO] [stderr]    |     -------------- one version of crate `borsh` used here, as a dependency of crate `solana_program`
[INFO] [stderr]    |
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-auth-rules-1.5.1/src/payload.rs:57:1
[INFO] [stderr]    |
[INFO] [stderr] 57 | pub struct Payload {
[INFO] [stderr]    | ------------------ this type doesn't implement the required trait
[INFO] [stderr]    |
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/borsh-1.5.5/src/de/mod.rs:36:1
[INFO] [stderr]    |
[INFO] [stderr] 36 | pub trait BorshDeserialize: Sized {
[INFO] [stderr]    | --------------------------------- this is the found trait
[INFO] [stderr]    = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stderr] note: required for `AuthorizationData` to implement `borsh::BorshSerialize`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/processor/mod.rs:58:10
[INFO] [stderr]    |
[INFO] [stderr] 58 | #[derive(BorshSerialize, BorshDeserialize, PartialEq, Eq, Debug, Clone)]
[INFO] [stderr]    |          ^^^^^^^^^^^^^^ unsatisfied trait bound introduced in this `derive` macro
[INFO] [stderr] 59 | pub struct AuthorizationData {
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^
[INFO] [stderr]    = note: 1 redundant requirement hidden
[INFO] [stderr]    = note: required for `Option<AuthorizationData>` to implement `borsh::BorshSerialize`
[INFO] [stderr]    = help: see issue #48214
[INFO] [stderr]    = note: this error originates in the derive macro `BorshSerialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: add `#![feature(trivial_bounds)]` to the crate attributes to enable
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/lib.rs:5:1
[INFO] [stderr]    |
[INFO] [stderr] 5  + #![feature(trivial_bounds)]
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `mpl_token_auth_rules::payload::Payload: borsh::BorshDeserialize` is not satisfied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/instruction/uses.rs:28:26
[INFO] [stderr]    |
[INFO] [stderr] 28 | #[derive(BorshSerialize, BorshDeserialize, PartialEq, Eq, Debug, Clone)]
[INFO] [stderr]    |                          ^^^^^^^^^^^^^^^^ the trait `borsh::BorshDeserialize` is not implemented for `mpl_token_auth_rules::payload::Payload`
[INFO] [stderr]    |
[INFO] [stderr] note: there are multiple different versions of crate `borsh` in the dependency graph
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/borsh-0.9.3/src/de/mod.rs:30:1
[INFO] [stderr]    |
[INFO] [stderr] 30 | pub trait BorshDeserialize: Sized {
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the required trait
[INFO] [stderr]    |
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/instruction/bubblegum.rs:1:5
[INFO] [stderr]    |
[INFO] [stderr] 1  | use borsh::BorshSerialize;
[INFO] [stderr]    |     ----- one version of crate `borsh` used here, as a direct dependency of the current crate
[INFO] [stderr]    |
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/assertions/collection.rs:1:5
[INFO] [stderr]    |
[INFO] [stderr] 1  | use solana_program::{account_info::AccountInfo, program_error::ProgramError, pubkey::Pubkey};
[INFO] [stderr]    |     -------------- one version of crate `borsh` used here, as a dependency of crate `solana_program`
[INFO] [stderr]    |
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-auth-rules-1.5.1/src/payload.rs:57:1
[INFO] [stderr]    |
[INFO] [stderr] 57 | pub struct Payload {
[INFO] [stderr]    | ------------------ this type doesn't implement the required trait
[INFO] [stderr]    |
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/borsh-1.5.5/src/de/mod.rs:36:1
[INFO] [stderr]    |
[INFO] [stderr] 36 | pub trait BorshDeserialize: Sized {
[INFO] [stderr]    | --------------------------------- this is the found trait
[INFO] [stderr]    = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stderr] note: required for `AuthorizationData` to implement `borsh::BorshDeserialize`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/processor/mod.rs:58:26
[INFO] [stderr]    |
[INFO] [stderr] 58 | #[derive(BorshSerialize, BorshDeserialize, PartialEq, Eq, Debug, Clone)]
[INFO] [stderr]    |                          ^^^^^^^^^^^^^^^^ unsatisfied trait bound introduced in this `derive` macro
[INFO] [stderr] 59 | pub struct AuthorizationData {
[INFO] [stderr]    |            ^^^^^^^^^^^^^^^^^
[INFO] [stderr]    = note: 1 redundant requirement hidden
[INFO] [stderr]    = note: required for `Option<AuthorizationData>` to implement `borsh::BorshDeserialize`
[INFO] [stderr]    = help: see issue #48214
[INFO] [stderr]    = note: this error originates in the derive macro `BorshDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: add `#![feature(trivial_bounds)]` to the crate attributes to enable
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/lib.rs:5:1
[INFO] [stderr]    |
[INFO] [stderr] 5  + #![feature(trivial_bounds)]
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `mpl_token_auth_rules::payload::Payload: borsh::BorshSerialize` is not satisfied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/processor/mod.rs:58:10
[INFO] [stderr]    |
[INFO] [stderr] 58 | #[derive(BorshSerialize, BorshDeserialize, PartialEq, Eq, Debug, Clone)]
[INFO] [stderr]    |          ^^^^^^^^^^^^^^ the trait `borsh::BorshSerialize` is not implemented for `mpl_token_auth_rules::payload::Payload`
[INFO] [stderr]    |
[INFO] [stderr] note: there are multiple different versions of crate `borsh` in the dependency graph
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/borsh-0.9.3/src/ser/mod.rs:43:1
[INFO] [stderr]    |
[INFO] [stderr] 43 | pub trait BorshSerialize {
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^ this is the required trait
[INFO] [stderr]    |
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/instruction/bubblegum.rs:1:5
[INFO] [stderr]    |
[INFO] [stderr] 1  | use borsh::BorshSerialize;
[INFO] [stderr]    |     ----- one version of crate `borsh` used here, as a direct dependency of the current crate
[INFO] [stderr]    |
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/assertions/collection.rs:1:5
[INFO] [stderr]    |
[INFO] [stderr] 1  | use solana_program::{account_info::AccountInfo, program_error::ProgramError, pubkey::Pubkey};
[INFO] [stderr]    |     -------------- one version of crate `borsh` used here, as a dependency of crate `solana_program`
[INFO] [stderr]    |
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-auth-rules-1.5.1/src/payload.rs:57:1
[INFO] [stderr]    |
[INFO] [stderr] 57 | pub struct Payload {
[INFO] [stderr]    | ------------------ this type doesn't implement the required trait
[INFO] [stderr]    |
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/borsh-1.5.5/src/de/mod.rs:36:1
[INFO] [stderr]    |
[INFO] [stderr] 36 | pub trait BorshDeserialize: Sized {
[INFO] [stderr]    | --------------------------------- this is the found trait
[INFO] [stderr]    = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stderr]    = help: see issue #48214
[INFO] [stderr]    = note: this error originates in the derive macro `BorshSerialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: add `#![feature(trivial_bounds)]` to the crate attributes to enable
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/lib.rs:5:1
[INFO] [stderr]    |
[INFO] [stderr] 5  + #![feature(trivial_bounds)]
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `mpl_token_auth_rules::payload::Payload: borsh::BorshDeserialize` is not satisfied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/processor/mod.rs:58:26
[INFO] [stderr]    |
[INFO] [stderr] 58 | #[derive(BorshSerialize, BorshDeserialize, PartialEq, Eq, Debug, Clone)]
[INFO] [stderr]    |                          ^^^^^^^^^^^^^^^^ the trait `borsh::BorshDeserialize` is not implemented for `mpl_token_auth_rules::payload::Payload`
[INFO] [stderr]    |
[INFO] [stderr] note: there are multiple different versions of crate `borsh` in the dependency graph
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/borsh-0.9.3/src/de/mod.rs:30:1
[INFO] [stderr]    |
[INFO] [stderr] 30 | pub trait BorshDeserialize: Sized {
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ this is the required trait
[INFO] [stderr]    |
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/instruction/bubblegum.rs:1:5
[INFO] [stderr]    |
[INFO] [stderr] 1  | use borsh::BorshSerialize;
[INFO] [stderr]    |     ----- one version of crate `borsh` used here, as a direct dependency of the current crate
[INFO] [stderr]    |
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/assertions/collection.rs:1:5
[INFO] [stderr]    |
[INFO] [stderr] 1  | use solana_program::{account_info::AccountInfo, program_error::ProgramError, pubkey::Pubkey};
[INFO] [stderr]    |     -------------- one version of crate `borsh` used here, as a dependency of crate `solana_program`
[INFO] [stderr]    |
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-auth-rules-1.5.1/src/payload.rs:57:1
[INFO] [stderr]    |
[INFO] [stderr] 57 | pub struct Payload {
[INFO] [stderr]    | ------------------ this type doesn't implement the required trait
[INFO] [stderr]    |
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/borsh-1.5.5/src/de/mod.rs:36:1
[INFO] [stderr]    |
[INFO] [stderr] 36 | pub trait BorshDeserialize: Sized {
[INFO] [stderr]    | --------------------------------- this is the found trait
[INFO] [stderr]    = help: you can use `cargo tree` to explore your dependency tree
[INFO] [stderr]    = help: see issue #48214
[INFO] [stderr]    = note: this error originates in the derive macro `BorshDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] help: add `#![feature(trivial_bounds)]` to the crate attributes to enable
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/lib.rs:5:1
[INFO] [stderr]    |
[INFO] [stderr] 5  + #![feature(trivial_bounds)]
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: the method `try_to_vec` exists for enum `MetadataInstruction`, but its trait bounds were not satisfied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/instruction/bubblegum.rs:33:14
[INFO] [stderr]    |
[INFO] [stderr] 32 |           data: MetadataInstruction::BubblegumSetCollectionSize(SetCollectionSizeArgs { size })
[INFO] [stderr]    |  _______________-
[INFO] [stderr] 33 | |             .try_to_vec()
[INFO] [stderr]    | |             -^^^^^^^^^^ method cannot be called on `MetadataInstruction` due to unsatisfied trait bounds
[INFO] [stderr]    | |_____________|
[INFO] [stderr]    |
[INFO] [stderr]    |
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/instruction/mod.rs:50:1
[INFO] [stderr]    |
[INFO] [stderr] 50 |   pub enum MetadataInstruction {
[INFO] [stderr]    |   ---------------------------- method `try_to_vec` not found for this enum because it doesn't satisfy `_: BorshSerialize`
[INFO] [stderr]    |
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/instruction/delegate.rs:18:1
[INFO] [stderr]    |
[INFO] [stderr] 18 |   pub enum DelegateArgs {
[INFO] [stderr]    |   --------------------- doesn't satisfy `_: BorshSerialize`
[INFO] [stderr]    |
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/instruction/metadata.rs:54:1
[INFO] [stderr]    |
[INFO] [stderr] 54 |   pub enum MintArgs {
[INFO] [stderr]    |   ----------------- doesn't satisfy `_: BorshSerialize`
[INFO] [stderr] ...
[INFO] [stderr] 65 |   pub enum TransferArgs {
[INFO] [stderr]    |   --------------------- doesn't satisfy `_: BorshSerialize`
[INFO] [stderr] ...
[INFO] [stderr] 81 |   pub enum UpdateArgs {
[INFO] [stderr]    |   ------------------- doesn't satisfy `_: BorshSerialize`
[INFO] [stderr]    |
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/instruction/state.rs:12:1
[INFO] [stderr]    |
[INFO] [stderr] 12 |   pub enum LockArgs {
[INFO] [stderr]    |   ----------------- doesn't satisfy `_: BorshSerialize`
[INFO] [stderr] ...
[INFO] [stderr] 22 |   pub enum UnlockArgs {
[INFO] [stderr]    |   ------------------- doesn't satisfy `_: BorshSerialize`
[INFO] [stderr]    |
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/instruction/uses.rs:29:1
[INFO] [stderr]    |
[INFO] [stderr] 29 |   pub enum UseArgs {
[INFO] [stderr]    |   ---------------- doesn't satisfy `instruction::uses::UseArgs: borsh::BorshSerialize`
[INFO] [stderr]    |
[INFO] [stderr]    = note: the following trait bounds were not satisfied:
[INFO] [stderr]            `instruction::delegate::DelegateArgs: borsh::BorshSerialize`
[INFO] [stderr]            `instruction::metadata::MintArgs: borsh::BorshSerialize`
[INFO] [stderr]            `instruction::metadata::TransferArgs: borsh::BorshSerialize`
[INFO] [stderr]            `instruction::metadata::UpdateArgs: borsh::BorshSerialize`
[INFO] [stderr]            `instruction::state::LockArgs: borsh::BorshSerialize`
[INFO] [stderr]            `instruction::state::UnlockArgs: borsh::BorshSerialize`
[INFO] [stderr]            `instruction::uses::UseArgs: borsh::BorshSerialize`
[INFO] [stderr] note: the trait `borsh::BorshSerialize` must be implemented
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/borsh-0.9.3/src/ser/mod.rs:43:1
[INFO] [stderr]    |
[INFO] [stderr] 43 | pub trait BorshSerialize {
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stderr]    = note: the following traits define an item `try_to_vec`, perhaps you need to implement one of them:
[INFO] [stderr]            candidate #1: `borsh::BorshSerialize`
[INFO] [stderr]            candidate #2: `borsh::ser::BorshSerialize`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: the method `try_to_vec` exists for enum `MetadataInstruction`, but its trait bounds were not satisfied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/instruction/burn.rs:57:51
[INFO] [stderr]    |
[INFO] [stderr] 57 |         data: MetadataInstruction::BurnEditionNft.try_to_vec().unwrap(),
[INFO] [stderr]    |                                                   ^^^^^^^^^^ method cannot be called on `MetadataInstruction` due to unsatisfied trait bounds
[INFO] [stderr]    |
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/instruction/mod.rs:50:1
[INFO] [stderr]    |
[INFO] [stderr] 50 | pub enum MetadataInstruction {
[INFO] [stderr]    | ---------------------------- method `try_to_vec` not found for this enum because it doesn't satisfy `_: BorshSerialize`
[INFO] [stderr]    |
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/instruction/delegate.rs:18:1
[INFO] [stderr]    |
[INFO] [stderr] 18 | pub enum DelegateArgs {
[INFO] [stderr]    | --------------------- doesn't satisfy `_: BorshSerialize`
[INFO] [stderr]    |
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/instruction/metadata.rs:54:1
[INFO] [stderr]    |
[INFO] [stderr] 54 | pub enum MintArgs {
[INFO] [stderr]    | ----------------- doesn't satisfy `_: BorshSerialize`
[INFO] [stderr] ...
[INFO] [stderr] 65 | pub enum TransferArgs {
[INFO] [stderr]    | --------------------- doesn't satisfy `_: BorshSerialize`
[INFO] [stderr] ...
[INFO] [stderr] 81 | pub enum UpdateArgs {
[INFO] [stderr]    | ------------------- doesn't satisfy `_: BorshSerialize`
[INFO] [stderr]    |
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/instruction/state.rs:12:1
[INFO] [stderr]    |
[INFO] [stderr] 12 | pub enum LockArgs {
[INFO] [stderr]    | ----------------- doesn't satisfy `_: BorshSerialize`
[INFO] [stderr] ...
[INFO] [stderr] 22 | pub enum UnlockArgs {
[INFO] [stderr]    | ------------------- doesn't satisfy `_: BorshSerialize`
[INFO] [stderr]    |
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/instruction/uses.rs:29:1
[INFO] [stderr]    |
[INFO] [stderr] 29 | pub enum UseArgs {
[INFO] [stderr]    | ---------------- doesn't satisfy `instruction::uses::UseArgs: borsh::BorshSerialize`
[INFO] [stderr]    |
[INFO] [stderr]    = note: the following trait bounds were not satisfied:
[INFO] [stderr]            `instruction::delegate::DelegateArgs: borsh::BorshSerialize`
[INFO] [stderr]            `instruction::metadata::MintArgs: borsh::BorshSerialize`
[INFO] [stderr]            `instruction::metadata::TransferArgs: borsh::BorshSerialize`
[INFO] [stderr]            `instruction::metadata::UpdateArgs: borsh::BorshSerialize`
[INFO] [stderr]            `instruction::state::LockArgs: borsh::BorshSerialize`
[INFO] [stderr]            `instruction::state::UnlockArgs: borsh::BorshSerialize`
[INFO] [stderr]            `instruction::uses::UseArgs: borsh::BorshSerialize`
[INFO] [stderr] note: the trait `borsh::BorshSerialize` must be implemented
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/borsh-0.9.3/src/ser/mod.rs:43:1
[INFO] [stderr]    |
[INFO] [stderr] 43 | pub trait BorshSerialize {
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stderr]    = note: the following traits define an item `try_to_vec`, perhaps you need to implement one of them:
[INFO] [stderr]            candidate #1: `borsh::BorshSerialize`
[INFO] [stderr]            candidate #2: `borsh::ser::BorshSerialize`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: the method `try_to_vec` exists for enum `MetadataInstruction`, but its trait bounds were not satisfied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/instruction/burn.rs:98:44
[INFO] [stderr]    |
[INFO] [stderr] 98 |         data: MetadataInstruction::BurnNft.try_to_vec().unwrap(),
[INFO] [stderr]    |                                            ^^^^^^^^^^ method cannot be called on `MetadataInstruction` due to unsatisfied trait bounds
[INFO] [stderr]    |
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/instruction/mod.rs:50:1
[INFO] [stderr]    |
[INFO] [stderr] 50 | pub enum MetadataInstruction {
[INFO] [stderr]    | ---------------------------- method `try_to_vec` not found for this enum because it doesn't satisfy `_: BorshSerialize`
[INFO] [stderr]    |
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/instruction/delegate.rs:18:1
[INFO] [stderr]    |
[INFO] [stderr] 18 | pub enum DelegateArgs {
[INFO] [stderr]    | --------------------- doesn't satisfy `_: BorshSerialize`
[INFO] [stderr]    |
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/instruction/metadata.rs:54:1
[INFO] [stderr]    |
[INFO] [stderr] 54 | pub enum MintArgs {
[INFO] [stderr]    | ----------------- doesn't satisfy `_: BorshSerialize`
[INFO] [stderr] ...
[INFO] [stderr] 65 | pub enum TransferArgs {
[INFO] [stderr]    | --------------------- doesn't satisfy `_: BorshSerialize`
[INFO] [stderr] ...
[INFO] [stderr] 81 | pub enum UpdateArgs {
[INFO] [stderr]    | ------------------- doesn't satisfy `_: BorshSerialize`
[INFO] [stderr]    |
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/instruction/state.rs:12:1
[INFO] [stderr]    |
[INFO] [stderr] 12 | pub enum LockArgs {
[INFO] [stderr]    | ----------------- doesn't satisfy `_: BorshSerialize`
[INFO] [stderr] ...
[INFO] [stderr] 22 | pub enum UnlockArgs {
[INFO] [stderr]    | ------------------- doesn't satisfy `_: BorshSerialize`
[INFO] [stderr]    |
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/instruction/uses.rs:29:1
[INFO] [stderr]    |
[INFO] [stderr] 29 | pub enum UseArgs {
[INFO] [stderr]    | ---------------- doesn't satisfy `instruction::uses::UseArgs: borsh::BorshSerialize`
[INFO] [stderr]    |
[INFO] [stderr]    = note: the following trait bounds were not satisfied:
[INFO] [stderr]            `instruction::delegate::DelegateArgs: borsh::BorshSerialize`
[INFO] [stderr]            `instruction::metadata::MintArgs: borsh::BorshSerialize`
[INFO] [stderr]            `instruction::metadata::TransferArgs: borsh::BorshSerialize`
[INFO] [stderr]            `instruction::metadata::UpdateArgs: borsh::BorshSerialize`
[INFO] [stderr]            `instruction::state::LockArgs: borsh::BorshSerialize`
[INFO] [stderr]            `instruction::state::UnlockArgs: borsh::BorshSerialize`
[INFO] [stderr]            `instruction::uses::UseArgs: borsh::BorshSerialize`
[INFO] [stderr] note: the trait `borsh::BorshSerialize` must be implemented
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/borsh-0.9.3/src/ser/mod.rs:43:1
[INFO] [stderr]    |
[INFO] [stderr] 43 | pub trait BorshSerialize {
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stderr]    = note: the following traits define an item `try_to_vec`, perhaps you need to implement one of them:
[INFO] [stderr]            candidate #1: `borsh::BorshSerialize`
[INFO] [stderr]            candidate #2: `borsh::ser::BorshSerialize`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: the method `try_to_vec` exists for enum `MetadataInstruction`, but its trait bounds were not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/instruction/burn.rs:174:18
[INFO] [stderr]     |
[INFO] [stderr] 173 |               data: MetadataInstruction::Burn(self.args.clone())
[INFO] [stderr]     |  ___________________-
[INFO] [stderr] 174 | |                 .try_to_vec()
[INFO] [stderr]     | |                 -^^^^^^^^^^ method cannot be called on `MetadataInstruction` due to unsatisfied trait bounds
[INFO] [stderr]     | |_________________|
[INFO] [stderr]     |
[INFO] [stderr]     |
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/instruction/mod.rs:50:1
[INFO] [stderr]     |
[INFO] [stderr] 50  |   pub enum MetadataInstruction {
[INFO] [stderr]     |   ---------------------------- method `try_to_vec` not found for this enum because it doesn't satisfy `_: BorshSerialize`
[INFO] [stderr]     |
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/instruction/delegate.rs:18:1
[INFO] [stderr]     |
[INFO] [stderr] 18  |   pub enum DelegateArgs {
[INFO] [stderr]     |   --------------------- doesn't satisfy `_: BorshSerialize`
[INFO] [stderr]     |
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/instruction/metadata.rs:54:1
[INFO] [stderr]     |
[INFO] [stderr] 54  |   pub enum MintArgs {
[INFO] [stderr]     |   ----------------- doesn't satisfy `_: BorshSerialize`
[INFO] [stderr] ...
[INFO] [stderr] 65  |   pub enum TransferArgs {
[INFO] [stderr]     |   --------------------- doesn't satisfy `_: BorshSerialize`
[INFO] [stderr] ...
[INFO] [stderr] 81  |   pub enum UpdateArgs {
[INFO] [stderr]     |   ------------------- doesn't satisfy `_: BorshSerialize`
[INFO] [stderr]     |
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/instruction/state.rs:12:1
[INFO] [stderr]     |
[INFO] [stderr] 12  |   pub enum LockArgs {
[INFO] [stderr]     |   ----------------- doesn't satisfy `_: BorshSerialize`
[INFO] [stderr] ...
[INFO] [stderr] 22  |   pub enum UnlockArgs {
[INFO] [stderr]     |   ------------------- doesn't satisfy `_: BorshSerialize`
[INFO] [stderr]     |
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/instruction/uses.rs:29:1
[INFO] [stderr]     |
[INFO] [stderr] 29  |   pub enum UseArgs {
[INFO] [stderr]     |   ---------------- doesn't satisfy `instruction::uses::UseArgs: borsh::BorshSerialize`
[INFO] [stderr]     |
[INFO] [stderr]     = note: the following trait bounds were not satisfied:
[INFO] [stderr]             `instruction::delegate::DelegateArgs: borsh::BorshSerialize`
[INFO] [stderr]             `instruction::metadata::MintArgs: borsh::BorshSerialize`
[INFO] [stderr]             `instruction::metadata::TransferArgs: borsh::BorshSerialize`
[INFO] [stderr]             `instruction::metadata::UpdateArgs: borsh::BorshSerialize`
[INFO] [stderr]             `instruction::state::LockArgs: borsh::BorshSerialize`
[INFO] [stderr]             `instruction::state::UnlockArgs: borsh::BorshSerialize`
[INFO] [stderr]             `instruction::uses::UseArgs: borsh::BorshSerialize`
[INFO] [stderr] note: the trait `borsh::BorshSerialize` must be implemented
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/borsh-0.9.3/src/ser/mod.rs:43:1
[INFO] [stderr]     |
[INFO] [stderr] 43  | pub trait BorshSerialize {
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stderr]     = note: the following traits define an item `try_to_vec`, perhaps you need to implement one of them:
[INFO] [stderr]             candidate #1: `borsh::BorshSerialize`
[INFO] [stderr]             candidate #2: `borsh::ser::BorshSerialize`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: the method `try_to_vec` exists for enum `MetadataInstruction`, but its trait bounds were not satisfied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/instruction/collection.rs:48:14
[INFO] [stderr]    |
[INFO] [stderr] 47 |           data: MetadataInstruction::ApproveCollectionAuthority
[INFO] [stderr]    |  _______________-
[INFO] [stderr] 48 | |             .try_to_vec()
[INFO] [stderr]    | |             -^^^^^^^^^^ method cannot be called on `MetadataInstruction` due to unsatisfied trait bounds
[INFO] [stderr]    | |_____________|
[INFO] [stderr]    |
[INFO] [stderr]    |
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/instruction/mod.rs:50:1
[INFO] [stderr]    |
[INFO] [stderr] 50 |   pub enum MetadataInstruction {
[INFO] [stderr]    |   ---------------------------- method `try_to_vec` not found for this enum because it doesn't satisfy `_: BorshSerialize`
[INFO] [stderr]    |
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/instruction/delegate.rs:18:1
[INFO] [stderr]    |
[INFO] [stderr] 18 |   pub enum DelegateArgs {
[INFO] [stderr]    |   --------------------- doesn't satisfy `_: BorshSerialize`
[INFO] [stderr]    |
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/instruction/metadata.rs:54:1
[INFO] [stderr]    |
[INFO] [stderr] 54 |   pub enum MintArgs {
[INFO] [stderr]    |   ----------------- doesn't satisfy `_: BorshSerialize`
[INFO] [stderr] ...
[INFO] [stderr] 65 |   pub enum TransferArgs {
[INFO] [stderr]    |   --------------------- doesn't satisfy `_: BorshSerialize`
[INFO] [stderr] ...
[INFO] [stderr] 81 |   pub enum UpdateArgs {
[INFO] [stderr]    |   ------------------- doesn't satisfy `_: BorshSerialize`
[INFO] [stderr]    |
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/instruction/state.rs:12:1
[INFO] [stderr]    |
[INFO] [stderr] 12 |   pub enum LockArgs {
[INFO] [stderr]    |   ----------------- doesn't satisfy `_: BorshSerialize`
[INFO] [stderr] ...
[INFO] [stderr] 22 |   pub enum UnlockArgs {
[INFO] [stderr]    |   ------------------- doesn't satisfy `_: BorshSerialize`
[INFO] [stderr]    |
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/instruction/uses.rs:29:1
[INFO] [stderr]    |
[INFO] [stderr] 29 |   pub enum UseArgs {
[INFO] [stderr]    |   ---------------- doesn't satisfy `instruction::uses::UseArgs: borsh::BorshSerialize`
[INFO] [stderr]    |
[INFO] [stderr]    = note: the following trait bounds were not satisfied:
[INFO] [stderr]            `instruction::delegate::DelegateArgs: borsh::BorshSerialize`
[INFO] [stderr]            `instruction::metadata::MintArgs: borsh::BorshSerialize`
[INFO] [stderr]            `instruction::metadata::TransferArgs: borsh::BorshSerialize`
[INFO] [stderr]            `instruction::metadata::UpdateArgs: borsh::BorshSerialize`
[INFO] [stderr]            `instruction::state::LockArgs: borsh::BorshSerialize`
[INFO] [stderr]            `instruction::state::UnlockArgs: borsh::BorshSerialize`
[INFO] [stderr]            `instruction::uses::UseArgs: borsh::BorshSerialize`
[INFO] [stderr] note: the trait `borsh::BorshSerialize` must be implemented
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/borsh-0.9.3/src/ser/mod.rs:43:1
[INFO] [stderr]    |
[INFO] [stderr] 43 | pub trait BorshSerialize {
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stderr]    = note: the following traits define an item `try_to_vec`, perhaps you need to implement one of them:
[INFO] [stderr]            candidate #1: `borsh::BorshSerialize`
[INFO] [stderr]            candidate #2: `borsh::ser::BorshSerialize`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: the method `try_to_vec` exists for enum `MetadataInstruction`, but its trait bounds were not satisfied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/instruction/collection.rs:83:14
[INFO] [stderr]    |
[INFO] [stderr] 82 |           data: MetadataInstruction::RevokeCollectionAuthority
[INFO] [stderr]    |  _______________-
[INFO] [stderr] 83 | |             .try_to_vec()
[INFO] [stderr]    | |             -^^^^^^^^^^ method cannot be called on `MetadataInstruction` due to unsatisfied trait bounds
[INFO] [stderr]    | |_____________|
[INFO] [stderr]    |
[INFO] [stderr]    |
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/instruction/mod.rs:50:1
[INFO] [stderr]    |
[INFO] [stderr] 50 |   pub enum MetadataInstruction {
[INFO] [stderr]    |   ---------------------------- method `try_to_vec` not found for this enum because it doesn't satisfy `_: BorshSerialize`
[INFO] [stderr]    |
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/instruction/delegate.rs:18:1
[INFO] [stderr]    |
[INFO] [stderr] 18 |   pub enum DelegateArgs {
[INFO] [stderr]    |   --------------------- doesn't satisfy `_: BorshSerialize`
[INFO] [stderr]    |
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/instruction/metadata.rs:54:1
[INFO] [stderr]    |
[INFO] [stderr] 54 |   pub enum MintArgs {
[INFO] [stderr]    |   ----------------- doesn't satisfy `_: BorshSerialize`
[INFO] [stderr] ...
[INFO] [stderr] 65 |   pub enum TransferArgs {
[INFO] [stderr]    |   --------------------- doesn't satisfy `_: BorshSerialize`
[INFO] [stderr] ...
[INFO] [stderr] 81 |   pub enum UpdateArgs {
[INFO] [stderr]    |   ------------------- doesn't satisfy `_: BorshSerialize`
[INFO] [stderr]    |
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/instruction/state.rs:12:1
[INFO] [stderr]    |
[INFO] [stderr] 12 |   pub enum LockArgs {
[INFO] [stderr]    |   ----------------- doesn't satisfy `_: BorshSerialize`
[INFO] [stderr] ...
[INFO] [stderr] 22 |   pub enum UnlockArgs {
[INFO] [stderr]    |   ------------------- doesn't satisfy `_: BorshSerialize`
[INFO] [stderr]    |
[INFO] [stderr]   ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/instruction/uses.rs:29:1
[INFO] [stderr]    |
[INFO] [stderr] 29 |   pub enum UseArgs {
[INFO] [stderr]    |   ---------------- doesn't satisfy `instruction::uses::UseArgs: borsh::BorshSerialize`
[INFO] [stderr]    |
[INFO] [stderr]    = note: the following trait bounds were not satisfied:
[INFO] [stderr]            `instruction::delegate::DelegateArgs: borsh::BorshSerialize`
[INFO] [stderr]            `instruction::metadata::MintArgs: borsh::BorshSerialize`
[INFO] [stderr]            `instruction::metadata::TransferArgs: borsh::BorshSerialize`
[INFO] [stderr]            `instruction::metadata::UpdateArgs: borsh::BorshSerialize`
[INFO] [stderr]            `instruction::state::LockArgs: borsh::BorshSerialize`
[INFO] [stderr]            `instruction::state::UnlockArgs: borsh::BorshSerialize`
[INFO] [stderr]            `instruction::uses::UseArgs: borsh::BorshSerialize`
[INFO] [stderr] note: the trait `borsh::BorshSerialize` must be implemented
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/borsh-0.9.3/src/ser/mod.rs:43:1
[INFO] [stderr]    |
[INFO] [stderr] 43 | pub trait BorshSerialize {
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stderr]    = note: the following traits define an item `try_to_vec`, perhaps you need to implement one of them:
[INFO] [stderr]            candidate #1: `borsh::BorshSerialize`
[INFO] [stderr]            candidate #2: `borsh::ser::BorshSerialize`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: the method `try_to_vec` exists for enum `MetadataInstruction`, but its trait bounds were not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/instruction/collection.rs:136:14
[INFO] [stderr]     |
[INFO] [stderr] 135 |           data: MetadataInstruction::SetAndVerifyCollection
[INFO] [stderr]     |  _______________-
[INFO] [stderr] 136 | |             .try_to_vec()
[INFO] [stderr]     | |             -^^^^^^^^^^ method cannot be called on `MetadataInstruction` due to unsatisfied trait bounds
[INFO] [stderr]     | |_____________|
[INFO] [stderr]     |
[INFO] [stderr]     |
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/instruction/mod.rs:50:1
[INFO] [stderr]     |
[INFO] [stderr] 50  |   pub enum MetadataInstruction {
[INFO] [stderr]     |   ---------------------------- method `try_to_vec` not found for this enum because it doesn't satisfy `_: BorshSerialize`
[INFO] [stderr]     |
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/instruction/delegate.rs:18:1
[INFO] [stderr]     |
[INFO] [stderr] 18  |   pub enum DelegateArgs {
[INFO] [stderr]     |   --------------------- doesn't satisfy `_: BorshSerialize`
[INFO] [stderr]     |
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/instruction/metadata.rs:54:1
[INFO] [stderr]     |
[INFO] [stderr] 54  |   pub enum MintArgs {
[INFO] [stderr]     |   ----------------- doesn't satisfy `_: BorshSerialize`
[INFO] [stderr] ...
[INFO] [stderr] 65  |   pub enum TransferArgs {
[INFO] [stderr]     |   --------------------- doesn't satisfy `_: BorshSerialize`
[INFO] [stderr] ...
[INFO] [stderr] 81  |   pub enum UpdateArgs {
[INFO] [stderr]     |   ------------------- doesn't satisfy `_: BorshSerialize`
[INFO] [stderr]     |
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/instruction/state.rs:12:1
[INFO] [stderr]     |
[INFO] [stderr] 12  |   pub enum LockArgs {
[INFO] [stderr]     |   ----------------- doesn't satisfy `_: BorshSerialize`
[INFO] [stderr] ...
[INFO] [stderr] 22  |   pub enum UnlockArgs {
[INFO] [stderr]     |   ------------------- doesn't satisfy `_: BorshSerialize`
[INFO] [stderr]     |
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/instruction/uses.rs:29:1
[INFO] [stderr]     |
[INFO] [stderr] 29  |   pub enum UseArgs {
[INFO] [stderr]     |   ---------------- doesn't satisfy `instruction::uses::UseArgs: borsh::BorshSerialize`
[INFO] [stderr]     |
[INFO] [stderr]     = note: the following trait bounds were not satisfied:
[INFO] [stderr]             `instruction::delegate::DelegateArgs: borsh::BorshSerialize`
[INFO] [stderr]             `instruction::metadata::MintArgs: borsh::BorshSerialize`
[INFO] [stderr]             `instruction::metadata::TransferArgs: borsh::BorshSerialize`
[INFO] [stderr]             `instruction::metadata::UpdateArgs: borsh::BorshSerialize`
[INFO] [stderr]             `instruction::state::LockArgs: borsh::BorshSerialize`
[INFO] [stderr]             `instruction::state::UnlockArgs: borsh::BorshSerialize`
[INFO] [stderr]             `instruction::uses::UseArgs: borsh::BorshSerialize`
[INFO] [stderr] note: the trait `borsh::BorshSerialize` must be implemented
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/borsh-0.9.3/src/ser/mod.rs:43:1
[INFO] [stderr]     |
[INFO] [stderr] 43  | pub trait BorshSerialize {
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stderr]     = note: the following traits define an item `try_to_vec`, perhaps you need to implement one of them:
[INFO] [stderr]             candidate #1: `borsh::BorshSerialize`
[INFO] [stderr]             candidate #2: `borsh::ser::BorshSerialize`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: the method `try_to_vec` exists for enum `MetadataInstruction`, but its trait bounds were not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/instruction/collection.rs:187:14
[INFO] [stderr]     |
[INFO] [stderr] 186 |           data: MetadataInstruction::SetAndVerifySizedCollectionItem
[INFO] [stderr]     |  _______________-
[INFO] [stderr] 187 | |             .try_to_vec()
[INFO] [stderr]     | |             -^^^^^^^^^^ method cannot be called on `MetadataInstruction` due to unsatisfied trait bounds
[INFO] [stderr]     | |_____________|
[INFO] [stderr]     |
[INFO] [stderr]     |
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/instruction/mod.rs:50:1
[INFO] [stderr]     |
[INFO] [stderr] 50  |   pub enum MetadataInstruction {
[INFO] [stderr]     |   ---------------------------- method `try_to_vec` not found for this enum because it doesn't satisfy `_: BorshSerialize`
[INFO] [stderr]     |
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/instruction/delegate.rs:18:1
[INFO] [stderr]     |
[INFO] [stderr] 18  |   pub enum DelegateArgs {
[INFO] [stderr]     |   --------------------- doesn't satisfy `_: BorshSerialize`
[INFO] [stderr]     |
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/instruction/metadata.rs:54:1
[INFO] [stderr]     |
[INFO] [stderr] 54  |   pub enum MintArgs {
[INFO] [stderr]     |   ----------------- doesn't satisfy `_: BorshSerialize`
[INFO] [stderr] ...
[INFO] [stderr] 65  |   pub enum TransferArgs {
[INFO] [stderr]     |   --------------------- doesn't satisfy `_: BorshSerialize`
[INFO] [stderr] ...
[INFO] [stderr] 81  |   pub enum UpdateArgs {
[INFO] [stderr]     |   ------------------- doesn't satisfy `_: BorshSerialize`
[INFO] [stderr]     |
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/instruction/state.rs:12:1
[INFO] [stderr]     |
[INFO] [stderr] 12  |   pub enum LockArgs {
[INFO] [stderr]     |   ----------------- doesn't satisfy `_: BorshSerialize`
[INFO] [stderr] ...
[INFO] [stderr] 22  |   pub enum UnlockArgs {
[INFO] [stderr]     |   ------------------- doesn't satisfy `_: BorshSerialize`
[INFO] [stderr]     |
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/instruction/uses.rs:29:1
[INFO] [stderr]     |
[INFO] [stderr] 29  |   pub enum UseArgs {
[INFO] [stderr]     |   ---------------- doesn't satisfy `instruction::uses::UseArgs: borsh::BorshSerialize`
[INFO] [stderr]     |
[INFO] [stderr]     = note: the following trait bounds were not satisfied:
[INFO] [stderr]             `instruction::delegate::DelegateArgs: borsh::BorshSerialize`
[INFO] [stderr]             `instruction::metadata::MintArgs: borsh::BorshSerialize`
[INFO] [stderr]             `instruction::metadata::TransferArgs: borsh::BorshSerialize`
[INFO] [stderr]             `instruction::metadata::UpdateArgs: borsh::BorshSerialize`
[INFO] [stderr]             `instruction::state::LockArgs: borsh::BorshSerialize`
[INFO] [stderr]             `instruction::state::UnlockArgs: borsh::BorshSerialize`
[INFO] [stderr]             `instruction::uses::UseArgs: borsh::BorshSerialize`
[INFO] [stderr] note: the trait `borsh::BorshSerialize` must be implemented
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/borsh-0.9.3/src/ser/mod.rs:43:1
[INFO] [stderr]     |
[INFO] [stderr] 43  | pub trait BorshSerialize {
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stderr]     = note: the following traits define an item `try_to_vec`, perhaps you need to implement one of them:
[INFO] [stderr]             candidate #1: `borsh::BorshSerialize`
[INFO] [stderr]             candidate #2: `borsh::ser::BorshSerialize`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: the method `try_to_vec` exists for enum `MetadataInstruction`, but its trait bounds were not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/instruction/collection.rs:221:14
[INFO] [stderr]     |
[INFO] [stderr] 220 |           data: MetadataInstruction::SetCollectionSize(SetCollectionSizeArgs { size })
[INFO] [stderr]     |  _______________-
[INFO] [stderr] 221 | |             .try_to_vec()
[INFO] [stderr]     | |             -^^^^^^^^^^ method cannot be called on `MetadataInstruction` due to unsatisfied trait bounds
[INFO] [stderr]     | |_____________|
[INFO] [stderr]     |
[INFO] [stderr]     |
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/instruction/mod.rs:50:1
[INFO] [stderr]     |
[INFO] [stderr] 50  |   pub enum MetadataInstruction {
[INFO] [stderr]     |   ---------------------------- method `try_to_vec` not found for this enum because it doesn't satisfy `_: BorshSerialize`
[INFO] [stderr]     |
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/instruction/delegate.rs:18:1
[INFO] [stderr]     |
[INFO] [stderr] 18  |   pub enum DelegateArgs {
[INFO] [stderr]     |   --------------------- doesn't satisfy `_: BorshSerialize`
[INFO] [stderr]     |
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/instruction/metadata.rs:54:1
[INFO] [stderr]     |
[INFO] [stderr] 54  |   pub enum MintArgs {
[INFO] [stderr]     |   ----------------- doesn't satisfy `_: BorshSerialize`
[INFO] [stderr] ...
[INFO] [stderr] 65  |   pub enum TransferArgs {
[INFO] [stderr]     |   --------------------- doesn't satisfy `_: BorshSerialize`
[INFO] [stderr] ...
[INFO] [stderr] 81  |   pub enum UpdateArgs {
[INFO] [stderr]     |   ------------------- doesn't satisfy `_: BorshSerialize`
[INFO] [stderr]     |
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/instruction/state.rs:12:1
[INFO] [stderr]     |
[INFO] [stderr] 12  |   pub enum LockArgs {
[INFO] [stderr]     |   ----------------- doesn't satisfy `_: BorshSerialize`
[INFO] [stderr] ...
[INFO] [stderr] 22  |   pub enum UnlockArgs {
[INFO] [stderr]     |   ------------------- doesn't satisfy `_: BorshSerialize`
[INFO] [stderr]     |
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/instruction/uses.rs:29:1
[INFO] [stderr]     |
[INFO] [stderr] 29  |   pub enum UseArgs {
[INFO] [stderr]     |   ---------------- doesn't satisfy `instruction::uses::UseArgs: borsh::BorshSerialize`
[INFO] [stderr]     |
[INFO] [stderr]     = note: the following trait bounds were not satisfied:
[INFO] [stderr]             `instruction::delegate::DelegateArgs: borsh::BorshSerialize`
[INFO] [stderr]             `instruction::metadata::MintArgs: borsh::BorshSerialize`
[INFO] [stderr]             `instruction::metadata::TransferArgs: borsh::BorshSerialize`
[INFO] [stderr]             `instruction::metadata::UpdateArgs: borsh::BorshSerialize`
[INFO] [stderr]             `instruction::state::LockArgs: borsh::BorshSerialize`
[INFO] [stderr]             `instruction::state::UnlockArgs: borsh::BorshSerialize`
[INFO] [stderr]             `instruction::uses::UseArgs: borsh::BorshSerialize`
[INFO] [stderr] note: the trait `borsh::BorshSerialize` must be implemented
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/borsh-0.9.3/src/ser/mod.rs:43:1
[INFO] [stderr]     |
[INFO] [stderr] 43  | pub trait BorshSerialize {
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stderr]     = note: the following traits define an item `try_to_vec`, perhaps you need to implement one of them:
[INFO] [stderr]             candidate #1: `borsh::BorshSerialize`
[INFO] [stderr]             candidate #2: `borsh::ser::BorshSerialize`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: the method `try_to_vec` exists for enum `MetadataInstruction`, but its trait bounds were not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/instruction/collection.rs:267:14
[INFO] [stderr]     |
[INFO] [stderr] 266 |           data: MetadataInstruction::UnverifyCollection
[INFO] [stderr]     |  _______________-
[INFO] [stderr] 267 | |             .try_to_vec()
[INFO] [stderr]     | |             -^^^^^^^^^^ method cannot be called on `MetadataInstruction` due to unsatisfied trait bounds
[INFO] [stderr]     | |_____________|
[INFO] [stderr]     |
[INFO] [stderr]     |
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/instruction/mod.rs:50:1
[INFO] [stderr]     |
[INFO] [stderr] 50  |   pub enum MetadataInstruction {
[INFO] [stderr]     |   ---------------------------- method `try_to_vec` not found for this enum because it doesn't satisfy `_: BorshSerialize`
[INFO] [stderr]     |
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/instruction/delegate.rs:18:1
[INFO] [stderr]     |
[INFO] [stderr] 18  |   pub enum DelegateArgs {
[INFO] [stderr]     |   --------------------- doesn't satisfy `_: BorshSerialize`
[INFO] [stderr]     |
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/instruction/metadata.rs:54:1
[INFO] [stderr]     |
[INFO] [stderr] 54  |   pub enum MintArgs {
[INFO] [stderr]     |   ----------------- doesn't satisfy `_: BorshSerialize`
[INFO] [stderr] ...
[INFO] [stderr] 65  |   pub enum TransferArgs {
[INFO] [stderr]     |   --------------------- doesn't satisfy `_: BorshSerialize`
[INFO] [stderr] ...
[INFO] [stderr] 81  |   pub enum UpdateArgs {
[INFO] [stderr]     |   ------------------- doesn't satisfy `_: BorshSerialize`
[INFO] [stderr]     |
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/instruction/state.rs:12:1
[INFO] [stderr]     |
[INFO] [stderr] 12  |   pub enum LockArgs {
[INFO] [stderr]     |   ----------------- doesn't satisfy `_: BorshSerialize`
[INFO] [stderr] ...
[INFO] [stderr] 22  |   pub enum UnlockArgs {
[INFO] [stderr]     |   ------------------- doesn't satisfy `_: BorshSerialize`
[INFO] [stderr]     |
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/instruction/uses.rs:29:1
[INFO] [stderr]     |
[INFO] [stderr] 29  |   pub enum UseArgs {
[INFO] [stderr]     |   ---------------- doesn't satisfy `instruction::uses::UseArgs: borsh::BorshSerialize`
[INFO] [stderr]     |
[INFO] [stderr]     = note: the following trait bounds were not satisfied:
[INFO] [stderr]             `instruction::delegate::DelegateArgs: borsh::BorshSerialize`
[INFO] [stderr]             `instruction::metadata::MintArgs: borsh::BorshSerialize`
[INFO] [stderr]             `instruction::metadata::TransferArgs: borsh::BorshSerialize`
[INFO] [stderr]             `instruction::metadata::UpdateArgs: borsh::BorshSerialize`
[INFO] [stderr]             `instruction::state::LockArgs: borsh::BorshSerialize`
[INFO] [stderr]             `instruction::state::UnlockArgs: borsh::BorshSerialize`
[INFO] [stderr]             `instruction::uses::UseArgs: borsh::BorshSerialize`
[INFO] [stderr] note: the trait `borsh::BorshSerialize` must be implemented
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/borsh-0.9.3/src/ser/mod.rs:43:1
[INFO] [stderr]     |
[INFO] [stderr] 43  | pub trait BorshSerialize {
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stderr]     = note: the following traits define an item `try_to_vec`, perhaps you need to implement one of them:
[INFO] [stderr]             candidate #1: `borsh::BorshSerialize`
[INFO] [stderr]             candidate #2: `borsh::ser::BorshSerialize`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: the method `try_to_vec` exists for enum `MetadataInstruction`, but its trait bounds were not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/instruction/collection.rs:315:14
[INFO] [stderr]     |
[INFO] [stderr] 314 |           data: MetadataInstruction::UnverifySizedCollectionItem
[INFO] [stderr]     |  _______________-
[INFO] [stderr] 315 | |             .try_to_vec()
[INFO] [stderr]     | |             -^^^^^^^^^^ method cannot be called on `MetadataInstruction` due to unsatisfied trait bounds
[INFO] [stderr]     | |_____________|
[INFO] [stderr]     |
[INFO] [stderr]     |
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/instruction/mod.rs:50:1
[INFO] [stderr]     |
[INFO] [stderr] 50  |   pub enum MetadataInstruction {
[INFO] [stderr]     |   ---------------------------- method `try_to_vec` not found for this enum because it doesn't satisfy `_: BorshSerialize`
[INFO] [stderr]     |
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/instruction/delegate.rs:18:1
[INFO] [stderr]     |
[INFO] [stderr] 18  |   pub enum DelegateArgs {
[INFO] [stderr]     |   --------------------- doesn't satisfy `_: BorshSerialize`
[INFO] [stderr]     |
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/instruction/metadata.rs:54:1
[INFO] [stderr]     |
[INFO] [stderr] 54  |   pub enum MintArgs {
[INFO] [stderr]     |   ----------------- doesn't satisfy `_: BorshSerialize`
[INFO] [stderr] ...
[INFO] [stderr] 65  |   pub enum TransferArgs {
[INFO] [stderr]     |   --------------------- doesn't satisfy `_: BorshSerialize`
[INFO] [stderr] ...
[INFO] [stderr] 81  |   pub enum UpdateArgs {
[INFO] [stderr]     |   ------------------- doesn't satisfy `_: BorshSerialize`
[INFO] [stderr]     |
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/instruction/state.rs:12:1
[INFO] [stderr]     |
[INFO] [stderr] 12  |   pub enum LockArgs {
[INFO] [stderr]     |   ----------------- doesn't satisfy `_: BorshSerialize`
[INFO] [stderr] ...
[INFO] [stderr] 22  |   pub enum UnlockArgs {
[INFO] [stderr]     |   ------------------- doesn't satisfy `_: BorshSerialize`
[INFO] [stderr]     |
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/instruction/uses.rs:29:1
[INFO] [stderr]     |
[INFO] [stderr] 29  |   pub enum UseArgs {
[INFO] [stderr]     |   ---------------- doesn't satisfy `instruction::uses::UseArgs: borsh::BorshSerialize`
[INFO] [stderr]     |
[INFO] [stderr]     = note: the following trait bounds were not satisfied:
[INFO] [stderr]             `instruction::delegate::DelegateArgs: borsh::BorshSerialize`
[INFO] [stderr]             `instruction::metadata::MintArgs: borsh::BorshSerialize`
[INFO] [stderr]             `instruction::metadata::TransferArgs: borsh::BorshSerialize`
[INFO] [stderr]             `instruction::metadata::UpdateArgs: borsh::BorshSerialize`
[INFO] [stderr]             `instruction::state::LockArgs: borsh::BorshSerialize`
[INFO] [stderr]             `instruction::state::UnlockArgs: borsh::BorshSerialize`
[INFO] [stderr]             `instruction::uses::UseArgs: borsh::BorshSerialize`
[INFO] [stderr] note: the trait `borsh::BorshSerialize` must be implemented
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/borsh-0.9.3/src/ser/mod.rs:43:1
[INFO] [stderr]     |
[INFO] [stderr] 43  | pub trait BorshSerialize {
[INFO] [stderr]     | ^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     = help: items from traits can only be used if the trait is implemented and in scope
[INFO] [stderr]     = note: the following traits define an item `try_to_vec`, perhaps you need to implement one of them:
[INFO] [stderr]             candidate #1: `borsh::BorshSerialize`
[INFO] [stderr]             candidate #2: `borsh::ser::BorshSerialize`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: the method `try_to_vec` exists for enum `MetadataInstruction`, but its trait bounds were not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/instruction/collection.rs:362:53
[INFO] [stderr]     |
[INFO] [stderr] 362 |         data: MetadataInstruction::VerifyCollection.try_to_vec().unwrap(),
[INFO] [stderr]     |                                                     ^^^^^^^^^^ method cannot be called on `MetadataInstruction` due to unsatisfied trait bounds
[INFO] [stderr]     |
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/instruction/mod.rs:50:1
[INFO] [stderr]     |
[INFO] [stderr] 50  | pub enum MetadataInstruction {
[INFO] [stderr]     | ---------------------------- method `try_to_vec` not found for this enum because it doesn't satisfy `_: BorshSerialize`
[INFO] [stderr]     |
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/instruction/delegate.rs:18:1
[INFO] [stderr]     |
[INFO] [stderr] 18  | pub enum DelegateArgs {
[INFO] [stderr]     | --------------------- doesn't satisfy `_: BorshSerialize`
[INFO] [stderr]     |
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/instruction/metadata.rs:54:1
[INFO] [stderr]     |
[INFO] [stderr] 54  | pub enum MintArgs {
[INFO] [stderr]     | ----------------- doesn't satisfy `_: BorshSerialize`
[INFO] [stderr] ...
[INFO] [stderr] 65  | pub enum TransferArgs {
[INFO] [stderr]     | --------------------- doesn't satisfy `_: BorshSerialize`
[INFO] [stderr] ...
[INFO] [stderr] 81  | pub enum UpdateArgs {
[INFO] [stderr]     | ------------------- doesn't satisfy `_: BorshSerialize`
[INFO] [stderr]     |
[INFO] [stderr]    ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mpl-token-metadata-1.13.1/src/instruction/state.rs:12:1
[INFO] [stderr]     |
[INFO] [stderr] 12  | pub enum LockArgs {
[INFO] [stderr]     | ----------------- doesn't satisfy `_: BorshSerialize`
[INFO] [stderr] ...
[INFO] [stderr] 22  | pub enum UnlockArgs {
[INFO] [stderr]     | ------------------- doesn't satisfy `_: BorshSerialize`
[INFO] [stderr]     |
[WARN] too much data in the log, truncating it