mpl-fixed-price-sale 0.4.0

Created with Anchor
Build #860907 2023-07-13T23:10:24.854227+00:00
# rustc version
rustc 1.73.0-nightly (33a2c2487 2023-07-12)# docs.rs version
docsrs 0.6.0 (84edb415 2023-07-07)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/mpl-fixed-price-sale-0.4.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/mpl-fixed-price-sale-0.4.0/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" "3221225472" "--cpus" "3" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:a420fdec406141845121210faa381f8029b0be6d4170deff7c4445a424f67918" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20230712-1.73.0-nightly-33a2c2487\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--disable-per-crate-search\", \"--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" "-j3" "--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] 125e586f3f17528783447a1f80705de8a5f37d8ec42420115588c82063df451b
[INFO] running `Command { std: "docker" "start" "-a" "125e586f3f17528783447a1f80705de8a5f37d8ec42420115588c82063df451b", kill_on_drop: false }`
[INFO] [stderr] warning: Target filter specified, but no targets matched. This is a no-op
[INFO] [stderr]     Checking spl-associated-token-account v1.1.3
[INFO] [stderr]     Checking anchor-lang v0.26.0
[INFO] [stderr]     Checking mpl-token-auth-rules v1.3.0
[INFO] [stderr] error[E0277]: the trait bound `Pubkey: BorshSerialize` is not satisfied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/anchor-lang-0.26.0/src/ctor.rs:11:10
[INFO] [stderr]    |
[INFO] [stderr] 11 | #[derive(Accounts)]
[INFO] [stderr]    |          ^^^^^^^^ the trait `BorshSerialize` is not implemented for `Pubkey`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the following other types implement trait `BorshSerialize`:
[INFO] [stderr]              bool
[INFO] [stderr]              i8
[INFO] [stderr]              i16
[INFO] [stderr]              i32
[INFO] [stderr]              i64
[INFO] [stderr]              i128
[INFO] [stderr]              usize
[INFO] [stderr]              u8
[INFO] [stderr]            and 121 others
[INFO] [stderr]    = help: see issue #48214
[INFO] [stderr]    = help: add `#![feature(trivial_bounds)]` to the crate attributes to enable
[INFO] [stderr]    = note: this error originates in the derive macro `Accounts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `Pubkey: BorshSerialize` is not satisfied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/anchor-lang-0.26.0/src/idl.rs:36:10
[INFO] [stderr]    |
[INFO] [stderr] 36 | #[derive(AnchorSerialize, AnchorDeserialize)]
[INFO] [stderr]    |          ^^^^^^^^^^^^^^^ the trait `BorshSerialize` is not implemented for `Pubkey`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the following other types implement trait `BorshSerialize`:
[INFO] [stderr]              bool
[INFO] [stderr]              i8
[INFO] [stderr]              i16
[INFO] [stderr]              i32
[INFO] [stderr]              i64
[INFO] [stderr]              i128
[INFO] [stderr]              usize
[INFO] [stderr]              u8
[INFO] [stderr]            and 121 others
[INFO] [stderr]    = help: see issue #48214
[INFO] [stderr]    = help: add `#![feature(trivial_bounds)]` to the crate attributes to enable
[INFO] [stderr]    = note: this error originates in the derive macro `AnchorSerialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `Pubkey: BorshDeserialize` is not satisfied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/anchor-lang-0.26.0/src/idl.rs:36:27
[INFO] [stderr]    |
[INFO] [stderr] 36 | #[derive(AnchorSerialize, AnchorDeserialize)]
[INFO] [stderr]    |                           ^^^^^^^^^^^^^^^^^ the trait `BorshDeserialize` is not implemented for `Pubkey`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the following other types implement trait `BorshDeserialize`:
[INFO] [stderr]              bool
[INFO] [stderr]              i8
[INFO] [stderr]              i16
[INFO] [stderr]              i32
[INFO] [stderr]              i64
[INFO] [stderr]              i128
[INFO] [stderr]              usize
[INFO] [stderr]              u8
[INFO] [stderr]            and 101 others
[INFO] [stderr]    = help: see issue #48214
[INFO] [stderr]    = help: add `#![feature(trivial_bounds)]` to the crate attributes to enable
[INFO] [stderr]    = note: this error originates in the derive macro `AnchorDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `Pubkey: BorshSerialize` is not satisfied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/anchor-lang-0.26.0/src/idl.rs:93:1
[INFO] [stderr]    |
[INFO] [stderr] 93 | #[account("internal")]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^ the trait `BorshSerialize` is not implemented for `Pubkey`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the following other types implement trait `BorshSerialize`:
[INFO] [stderr]              bool
[INFO] [stderr]              i8
[INFO] [stderr]              i16
[INFO] [stderr]              i32
[INFO] [stderr]              i64
[INFO] [stderr]              i128
[INFO] [stderr]              usize
[INFO] [stderr]              u8
[INFO] [stderr]            and 121 others
[INFO] [stderr]    = help: see issue #48214
[INFO] [stderr]    = help: add `#![feature(trivial_bounds)]` to the crate attributes to enable
[INFO] [stderr]    = note: this error originates in the derive macro `AnchorSerialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `Pubkey: BorshDeserialize` is not satisfied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/anchor-lang-0.26.0/src/idl.rs:93:1
[INFO] [stderr]    |
[INFO] [stderr] 93 | #[account("internal")]
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^ the trait `BorshDeserialize` is not implemented for `Pubkey`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the following other types implement trait `BorshDeserialize`:
[INFO] [stderr]              bool
[INFO] [stderr]              i8
[INFO] [stderr]              i16
[INFO] [stderr]              i32
[INFO] [stderr]              i64
[INFO] [stderr]              i128
[INFO] [stderr]              usize
[INFO] [stderr]              u8
[INFO] [stderr]            and 101 others
[INFO] [stderr]    = help: see issue #48214
[INFO] [stderr]    = help: add `#![feature(trivial_bounds)]` to the crate attributes to enable
[INFO] [stderr]    = note: this error originates in the derive macro `AnchorDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `Pubkey: BorshSerialize` is not satisfied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/anchor-lang-0.26.0/src/idl.rs:54:10
[INFO] [stderr]    |
[INFO] [stderr] 54 | #[derive(Accounts)]
[INFO] [stderr]    |          ^^^^^^^^ the trait `BorshSerialize` is not implemented for `Pubkey`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the following other types implement trait `BorshSerialize`:
[INFO] [stderr]              bool
[INFO] [stderr]              i8
[INFO] [stderr]              i16
[INFO] [stderr]              i32
[INFO] [stderr]              i64
[INFO] [stderr]              i128
[INFO] [stderr]              usize
[INFO] [stderr]              u8
[INFO] [stderr]            and 121 others
[INFO] [stderr]    = help: see issue #48214
[INFO] [stderr]    = help: add `#![feature(trivial_bounds)]` to the crate attributes to enable
[INFO] [stderr]    = note: this error originates in the derive macro `Accounts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `Pubkey: BorshSerialize` is not satisfied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/anchor-lang-0.26.0/src/idl.rs:64:10
[INFO] [stderr]    |
[INFO] [stderr] 64 | #[derive(Accounts)]
[INFO] [stderr]    |          ^^^^^^^^ the trait `BorshSerialize` is not implemented for `Pubkey`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the following other types implement trait `BorshSerialize`:
[INFO] [stderr]              bool
[INFO] [stderr]              i8
[INFO] [stderr]              i16
[INFO] [stderr]              i32
[INFO] [stderr]              i64
[INFO] [stderr]              i128
[INFO] [stderr]              usize
[INFO] [stderr]              u8
[INFO] [stderr]            and 121 others
[INFO] [stderr]    = help: see issue #48214
[INFO] [stderr]    = help: add `#![feature(trivial_bounds)]` to the crate attributes to enable
[INFO] [stderr]    = note: this error originates in the derive macro `Accounts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `Pubkey: BorshSerialize` is not satisfied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/anchor-lang-0.26.0/src/idl.rs:74:10
[INFO] [stderr]    |
[INFO] [stderr] 74 | #[derive(Accounts)]
[INFO] [stderr]    |          ^^^^^^^^ the trait `BorshSerialize` is not implemented for `Pubkey`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the following other types implement trait `BorshSerialize`:
[INFO] [stderr]              bool
[INFO] [stderr]              i8
[INFO] [stderr]              i16
[INFO] [stderr]              i32
[INFO] [stderr]              i64
[INFO] [stderr]              i128
[INFO] [stderr]              usize
[INFO] [stderr]              u8
[INFO] [stderr]            and 121 others
[INFO] [stderr]    = help: see issue #48214
[INFO] [stderr]    = help: add `#![feature(trivial_bounds)]` to the crate attributes to enable
[INFO] [stderr]    = note: this error originates in the derive macro `Accounts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `Pubkey: BorshSerialize` is not satisfied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/anchor-lang-0.26.0/src/system_program.rs:34:10
[INFO] [stderr]    |
[INFO] [stderr] 34 | #[derive(Accounts)]
[INFO] [stderr]    |          ^^^^^^^^ the trait `BorshSerialize` is not implemented for `Pubkey`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the following other types implement trait `BorshSerialize`:
[INFO] [stderr]              bool
[INFO] [stderr]              i8
[INFO] [stderr]              i16
[INFO] [stderr]              i32
[INFO] [stderr]              i64
[INFO] [stderr]              i128
[INFO] [stderr]              usize
[INFO] [stderr]              u8
[INFO] [stderr]            and 121 others
[INFO] [stderr]    = help: see issue #48214
[INFO] [stderr]    = help: add `#![feature(trivial_bounds)]` to the crate attributes to enable
[INFO] [stderr]    = note: this error originates in the derive macro `Accounts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `Pubkey: BorshSerialize` is not satisfied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/anchor-lang-0.26.0/src/system_program.rs:57:10
[INFO] [stderr]    |
[INFO] [stderr] 57 | #[derive(Accounts)]
[INFO] [stderr]    |          ^^^^^^^^ the trait `BorshSerialize` is not implemented for `Pubkey`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the following other types implement trait `BorshSerialize`:
[INFO] [stderr]              bool
[INFO] [stderr]              i8
[INFO] [stderr]              i16
[INFO] [stderr]              i32
[INFO] [stderr]              i64
[INFO] [stderr]              i128
[INFO] [stderr]              usize
[INFO] [stderr]              u8
[INFO] [stderr]            and 121 others
[INFO] [stderr]    = help: see issue #48214
[INFO] [stderr]    = help: add `#![feature(trivial_bounds)]` to the crate attributes to enable
[INFO] [stderr]    = note: this error originates in the derive macro `Accounts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `Pubkey: BorshSerialize` is not satisfied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/anchor-lang-0.26.0/src/system_program.rs:83:10
[INFO] [stderr]    |
[INFO] [stderr] 83 | #[derive(Accounts)]
[INFO] [stderr]    |          ^^^^^^^^ the trait `BorshSerialize` is not implemented for `Pubkey`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the following other types implement trait `BorshSerialize`:
[INFO] [stderr]              bool
[INFO] [stderr]              i8
[INFO] [stderr]              i16
[INFO] [stderr]              i32
[INFO] [stderr]              i64
[INFO] [stderr]              i128
[INFO] [stderr]              usize
[INFO] [stderr]              u8
[INFO] [stderr]            and 121 others
[INFO] [stderr]    = help: see issue #48214
[INFO] [stderr]    = help: add `#![feature(trivial_bounds)]` to the crate attributes to enable
[INFO] [stderr]    = note: this error originates in the derive macro `Accounts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `Pubkey: BorshSerialize` is not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/anchor-lang-0.26.0/src/system_program.rs:105:10
[INFO] [stderr]     |
[INFO] [stderr] 105 | #[derive(Accounts)]
[INFO] [stderr]     |          ^^^^^^^^ the trait `BorshSerialize` is not implemented for `Pubkey`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the following other types implement trait `BorshSerialize`:
[INFO] [stderr]               bool
[INFO] [stderr]               i8
[INFO] [stderr]               i16
[INFO] [stderr]               i32
[INFO] [stderr]               i64
[INFO] [stderr]               i128
[INFO] [stderr]               usize
[INFO] [stderr]               u8
[INFO] [stderr]             and 121 others
[INFO] [stderr]     = help: see issue #48214
[INFO] [stderr]     = help: add `#![feature(trivial_bounds)]` to the crate attributes to enable
[INFO] [stderr]     = note: this error originates in the derive macro `Accounts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `Pubkey: BorshSerialize` is not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/anchor-lang-0.26.0/src/system_program.rs:129:10
[INFO] [stderr]     |
[INFO] [stderr] 129 | #[derive(Accounts)]
[INFO] [stderr]     |          ^^^^^^^^ the trait `BorshSerialize` is not implemented for `Pubkey`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the following other types implement trait `BorshSerialize`:
[INFO] [stderr]               bool
[INFO] [stderr]               i8
[INFO] [stderr]               i16
[INFO] [stderr]               i32
[INFO] [stderr]               i64
[INFO] [stderr]               i128
[INFO] [stderr]               usize
[INFO] [stderr]               u8
[INFO] [stderr]             and 121 others
[INFO] [stderr]     = help: see issue #48214
[INFO] [stderr]     = help: add `#![feature(trivial_bounds)]` to the crate attributes to enable
[INFO] [stderr]     = note: this error originates in the derive macro `Accounts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `Pubkey: BorshSerialize` is not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/anchor-lang-0.26.0/src/system_program.rs:152:10
[INFO] [stderr]     |
[INFO] [stderr] 152 | #[derive(Accounts)]
[INFO] [stderr]     |          ^^^^^^^^ the trait `BorshSerialize` is not implemented for `Pubkey`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the following other types implement trait `BorshSerialize`:
[INFO] [stderr]               bool
[INFO] [stderr]               i8
[INFO] [stderr]               i16
[INFO] [stderr]               i32
[INFO] [stderr]               i64
[INFO] [stderr]               i128
[INFO] [stderr]               usize
[INFO] [stderr]               u8
[INFO] [stderr]             and 121 others
[INFO] [stderr]     = help: see issue #48214
[INFO] [stderr]     = help: add `#![feature(trivial_bounds)]` to the crate attributes to enable
[INFO] [stderr]     = note: this error originates in the derive macro `Accounts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `Pubkey: BorshSerialize` is not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/anchor-lang-0.26.0/src/system_program.rs:179:10
[INFO] [stderr]     |
[INFO] [stderr] 179 | #[derive(Accounts)]
[INFO] [stderr]     |          ^^^^^^^^ the trait `BorshSerialize` is not implemented for `Pubkey`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the following other types implement trait `BorshSerialize`:
[INFO] [stderr]               bool
[INFO] [stderr]               i8
[INFO] [stderr]               i16
[INFO] [stderr]               i32
[INFO] [stderr]               i64
[INFO] [stderr]               i128
[INFO] [stderr]               usize
[INFO] [stderr]               u8
[INFO] [stderr]             and 121 others
[INFO] [stderr]     = help: see issue #48214
[INFO] [stderr]     = help: add `#![feature(trivial_bounds)]` to the crate attributes to enable
[INFO] [stderr]     = note: this error originates in the derive macro `Accounts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `Pubkey: BorshSerialize` is not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/anchor-lang-0.26.0/src/system_program.rs:209:10
[INFO] [stderr]     |
[INFO] [stderr] 209 | #[derive(Accounts)]
[INFO] [stderr]     |          ^^^^^^^^ the trait `BorshSerialize` is not implemented for `Pubkey`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the following other types implement trait `BorshSerialize`:
[INFO] [stderr]               bool
[INFO] [stderr]               i8
[INFO] [stderr]               i16
[INFO] [stderr]               i32
[INFO] [stderr]               i64
[INFO] [stderr]               i128
[INFO] [stderr]               usize
[INFO] [stderr]               u8
[INFO] [stderr]             and 121 others
[INFO] [stderr]     = help: see issue #48214
[INFO] [stderr]     = help: add `#![feature(trivial_bounds)]` to the crate attributes to enable
[INFO] [stderr]     = note: this error originates in the derive macro `Accounts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `Pubkey: BorshSerialize` is not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/anchor-lang-0.26.0/src/system_program.rs:245:10
[INFO] [stderr]     |
[INFO] [stderr] 245 | #[derive(Accounts)]
[INFO] [stderr]     |          ^^^^^^^^ the trait `BorshSerialize` is not implemented for `Pubkey`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the following other types implement trait `BorshSerialize`:
[INFO] [stderr]               bool
[INFO] [stderr]               i8
[INFO] [stderr]               i16
[INFO] [stderr]               i32
[INFO] [stderr]               i64
[INFO] [stderr]               i128
[INFO] [stderr]               usize
[INFO] [stderr]               u8
[INFO] [stderr]             and 121 others
[INFO] [stderr]     = help: see issue #48214
[INFO] [stderr]     = help: add `#![feature(trivial_bounds)]` to the crate attributes to enable
[INFO] [stderr]     = note: this error originates in the derive macro `Accounts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `Pubkey: BorshSerialize` is not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/anchor-lang-0.26.0/src/system_program.rs:289:10
[INFO] [stderr]     |
[INFO] [stderr] 289 | #[derive(Accounts)]
[INFO] [stderr]     |          ^^^^^^^^ the trait `BorshSerialize` is not implemented for `Pubkey`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the following other types implement trait `BorshSerialize`:
[INFO] [stderr]               bool
[INFO] [stderr]               i8
[INFO] [stderr]               i16
[INFO] [stderr]               i32
[INFO] [stderr]               i64
[INFO] [stderr]               i128
[INFO] [stderr]               usize
[INFO] [stderr]               u8
[INFO] [stderr]             and 121 others
[INFO] [stderr]     = help: see issue #48214
[INFO] [stderr]     = help: add `#![feature(trivial_bounds)]` to the crate attributes to enable
[INFO] [stderr]     = note: this error originates in the derive macro `Accounts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `Pubkey: BorshSerialize` is not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/anchor-lang-0.26.0/src/system_program.rs:315:10
[INFO] [stderr]     |
[INFO] [stderr] 315 | #[derive(Accounts)]
[INFO] [stderr]     |          ^^^^^^^^ the trait `BorshSerialize` is not implemented for `Pubkey`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the following other types implement trait `BorshSerialize`:
[INFO] [stderr]               bool
[INFO] [stderr]               i8
[INFO] [stderr]               i16
[INFO] [stderr]               i32
[INFO] [stderr]               i64
[INFO] [stderr]               i128
[INFO] [stderr]               usize
[INFO] [stderr]               u8
[INFO] [stderr]             and 121 others
[INFO] [stderr]     = help: see issue #48214
[INFO] [stderr]     = help: add `#![feature(trivial_bounds)]` to the crate attributes to enable
[INFO] [stderr]     = note: this error originates in the derive macro `Accounts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `Pubkey: BorshSerialize` is not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/anchor-lang-0.26.0/src/system_program.rs:343:10
[INFO] [stderr]     |
[INFO] [stderr] 343 | #[derive(Accounts)]
[INFO] [stderr]     |          ^^^^^^^^ the trait `BorshSerialize` is not implemented for `Pubkey`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the following other types implement trait `BorshSerialize`:
[INFO] [stderr]               bool
[INFO] [stderr]               i8
[INFO] [stderr]               i16
[INFO] [stderr]               i32
[INFO] [stderr]               i64
[INFO] [stderr]               i128
[INFO] [stderr]               usize
[INFO] [stderr]               u8
[INFO] [stderr]             and 121 others
[INFO] [stderr]     = help: see issue #48214
[INFO] [stderr]     = help: add `#![feature(trivial_bounds)]` to the crate attributes to enable
[INFO] [stderr]     = note: this error originates in the derive macro `Accounts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `Pubkey: BorshSerialize` is not satisfied
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/anchor-lang-0.26.0/src/system_program.rs:374:10
[INFO] [stderr]     |
[INFO] [stderr] 374 | #[derive(Accounts)]
[INFO] [stderr]     |          ^^^^^^^^ the trait `BorshSerialize` is not implemented for `Pubkey`
[INFO] [stderr]     |
[INFO] [stderr]     = help: the following other types implement trait `BorshSerialize`:
[INFO] [stderr]               bool
[INFO] [stderr]               i8
[INFO] [stderr]               i16
[INFO] [stderr]               i32
[INFO] [stderr]               i64
[INFO] [stderr]               i128
[INFO] [stderr]               usize
[INFO] [stderr]               u8
[INFO] [stderr]             and 121 others
[INFO] [stderr]     = help: see issue #48214
[INFO] [stderr]     = help: add `#![feature(trivial_bounds)]` to the crate attributes to enable
[INFO] [stderr]     = note: this error originates in the derive macro `Accounts` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `Pubkey: BorshSerialize` is not satisfied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/mpl-token-auth-rules-1.3.0/src/instruction.rs:22:10
[INFO] [stderr]    |
[INFO] [stderr] 22 | #[derive(BorshSerialize, BorshDeserialize, PartialEq, Eq, Debug, Clone)]
[INFO] [stderr]    |          ^^^^^^^^^^^^^^ the trait `BorshSerialize` is not implemented for `Pubkey`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the following other types implement trait `BorshSerialize`:
[INFO] [stderr]              bool
[INFO] [stderr]              i8
[INFO] [stderr]              i16
[INFO] [stderr]              i32
[INFO] [stderr]              i64
[INFO] [stderr]              i128
[INFO] [stderr]              usize
[INFO] [stderr]              u8
[INFO] [stderr]            and 115 others
[INFO] [stderr] note: required for `PayloadType` to implement `BorshSerialize`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/mpl-token-auth-rules-1.3.0/src/payload.rs:39:10
[INFO] [stderr]    |
[INFO] [stderr] 39 | #[derive(BorshSerialize, BorshDeserialize, Serialize, Deserialize, PartialEq, Eq, Debug, Clone)]
[INFO] [stderr]    |          ^^^^^^^^^^^^^^ unsatisfied trait bound introduced in this `derive` macro
[INFO] [stderr] 40 | /// Variants representing the different types represented in a payload.
[INFO] [stderr] 41 | pub enum PayloadType {
[INFO] [stderr]    |          ^^^^^^^^^^^
[INFO] [stderr]    = note: 2 redundant requirements hidden
[INFO] [stderr]    = note: required for `Payload` to implement `BorshSerialize`
[INFO] [stderr]    = help: see issue #48214
[INFO] [stderr]    = help: add `#![feature(trivial_bounds)]` to the crate attributes to enable
[INFO] [stderr]    = note: this error originates in the derive macro `BorshSerialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0277`.
[INFO] [stderr] error[E0277]: the trait bound `Pubkey: BorshDeserialize` is not satisfied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/mpl-token-auth-rules-1.3.0/src/instruction.rs:22:26
[INFO] [stderr]    |
[INFO] [stderr] 22 | #[derive(BorshSerialize, BorshDeserialize, PartialEq, Eq, Debug, Clone)]
[INFO] [stderr]    |                          ^^^^^^^^^^^^^^^^ the trait `BorshDeserialize` is not implemented for `Pubkey`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the following other types implement trait `BorshDeserialize`:
[INFO] [stderr]              bool
[INFO] [stderr]              i8
[INFO] [stderr]              i16
[INFO] [stderr]              i32
[INFO] [stderr]              i64
[INFO] [stderr]              i128
[INFO] [stderr]              usize
[INFO] [stderr]              u8
[INFO] [stderr]            and 112 others
[INFO] [stderr] note: required for `PayloadType` to implement `BorshDeserialize`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/mpl-token-auth-rules-1.3.0/src/payload.rs:39:26
[INFO] [stderr]    |
[INFO] [stderr] 39 | #[derive(BorshSerialize, BorshDeserialize, Serialize, Deserialize, PartialEq, Eq, Debug, Clone)]
[INFO] [stderr]    |                          ^^^^^^^^^^^^^^^^ unsatisfied trait bound introduced in this `derive` macro
[INFO] [stderr] 40 | /// Variants representing the different types represented in a payload.
[INFO] [stderr] 41 | pub enum PayloadType {
[INFO] [stderr]    |          ^^^^^^^^^^^
[INFO] [stderr]    = note: 2 redundant requirements hidden
[INFO] [stderr]    = note: required for `Payload` to implement `BorshDeserialize`
[INFO] [stderr]    = help: see issue #48214
[INFO] [stderr]    = help: add `#![feature(trivial_bounds)]` to the crate attributes to enable
[INFO] [stderr]    = note: this error originates in the derive macro `BorshDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `Pubkey: BorshSerialize` is not satisfied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/mpl-token-auth-rules-1.3.0/src/instruction.rs:62:58
[INFO] [stderr]    |
[INFO] [stderr] 62 | #[derive(Debug, Clone, ShankInstruction, AccountContext, BorshSerialize, BorshDeserialize)]
[INFO] [stderr]    |                                                          ^^^^^^^^^^^^^^ the trait `BorshSerialize` is not implemented for `Pubkey`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the following other types implement trait `BorshSerialize`:
[INFO] [stderr]              bool
[INFO] [stderr]              i8
[INFO] [stderr]              i16
[INFO] [stderr]              i32
[INFO] [stderr]              i64
[INFO] [stderr]              i128
[INFO] [stderr]              usize
[INFO] [stderr]              u8
[INFO] [stderr]            and 115 others
[INFO] [stderr] note: required for `PayloadType` to implement `BorshSerialize`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/mpl-token-auth-rules-1.3.0/src/payload.rs:39:10
[INFO] [stderr]    |
[INFO] [stderr] 39 | #[derive(BorshSerialize, BorshDeserialize, Serialize, Deserialize, PartialEq, Eq, Debug, Clone)]
[INFO] [stderr]    |          ^^^^^^^^^^^^^^ unsatisfied trait bound introduced in this `derive` macro
[INFO] [stderr] 40 | /// Variants representing the different types represented in a payload.
[INFO] [stderr] 41 | pub enum PayloadType {
[INFO] [stderr]    |          ^^^^^^^^^^^
[INFO] [stderr]    = note: 3 redundant requirements hidden
[INFO] [stderr]    = note: required for `instruction::ValidateArgs` to implement `BorshSerialize`
[INFO] [stderr]    = help: see issue #48214
[INFO] [stderr]    = help: add `#![feature(trivial_bounds)]` to the crate attributes to enable
[INFO] [stderr]    = note: this error originates in the derive macro `BorshSerialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `Pubkey: BorshDeserialize` is not satisfied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/mpl-token-auth-rules-1.3.0/src/instruction.rs:62:74
[INFO] [stderr]    |
[INFO] [stderr] 62 | #[derive(Debug, Clone, ShankInstruction, AccountContext, BorshSerialize, BorshDeserialize)]
[INFO] [stderr]    |                                                                          ^^^^^^^^^^^^^^^^ the trait `BorshDeserialize` is not implemented for `Pubkey`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the following other types implement trait `BorshDeserialize`:
[INFO] [stderr]              bool
[INFO] [stderr]              i8
[INFO] [stderr]              i16
[INFO] [stderr]              i32
[INFO] [stderr]              i64
[INFO] [stderr]              i128
[INFO] [stderr]              usize
[INFO] [stderr]              u8
[INFO] [stderr]            and 112 others
[INFO] [stderr] note: required for `PayloadType` to implement `BorshDeserialize`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/mpl-token-auth-rules-1.3.0/src/payload.rs:39:26
[INFO] [stderr]    |
[INFO] [stderr] 39 | #[derive(BorshSerialize, BorshDeserialize, Serialize, Deserialize, PartialEq, Eq, Debug, Clone)]
[INFO] [stderr]    |                          ^^^^^^^^^^^^^^^^ unsatisfied trait bound introduced in this `derive` macro
[INFO] [stderr] 40 | /// Variants representing the different types represented in a payload.
[INFO] [stderr] 41 | pub enum PayloadType {
[INFO] [stderr]    |          ^^^^^^^^^^^
[INFO] [stderr]    = note: 3 redundant requirements hidden
[INFO] [stderr]    = note: required for `instruction::ValidateArgs` to implement `BorshDeserialize`
[INFO] [stderr]    = help: see issue #48214
[INFO] [stderr]    = help: add `#![feature(trivial_bounds)]` to the crate attributes to enable
[INFO] [stderr]    = note: this error originates in the derive macro `BorshDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: could not compile `anchor-lang` (lib) due to 21 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error[E0277]: the trait bound `Pubkey: BorshSerialize` is not satisfied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/mpl-token-auth-rules-1.3.0/src/payload.rs:39:10
[INFO] [stderr]    |
[INFO] [stderr] 39 | #[derive(BorshSerialize, BorshDeserialize, Serialize, Deserialize, PartialEq, Eq, Debug, Clone)]
[INFO] [stderr]    |          ^^^^^^^^^^^^^^ the trait `BorshSerialize` is not implemented for `Pubkey`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the following other types implement trait `BorshSerialize`:
[INFO] [stderr]              bool
[INFO] [stderr]              i8
[INFO] [stderr]              i16
[INFO] [stderr]              i32
[INFO] [stderr]              i64
[INFO] [stderr]              i128
[INFO] [stderr]              usize
[INFO] [stderr]              u8
[INFO] [stderr]            and 115 others
[INFO] [stderr]    = help: see issue #48214
[INFO] [stderr]    = help: add `#![feature(trivial_bounds)]` to the crate attributes to enable
[INFO] [stderr]    = note: this error originates in the derive macro `BorshSerialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `Pubkey: BorshDeserialize` is not satisfied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/mpl-token-auth-rules-1.3.0/src/payload.rs:39:26
[INFO] [stderr]    |
[INFO] [stderr] 39 | #[derive(BorshSerialize, BorshDeserialize, Serialize, Deserialize, PartialEq, Eq, Debug, Clone)]
[INFO] [stderr]    |                          ^^^^^^^^^^^^^^^^ the trait `BorshDeserialize` is not implemented for `Pubkey`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the following other types implement trait `BorshDeserialize`:
[INFO] [stderr]              bool
[INFO] [stderr]              i8
[INFO] [stderr]              i16
[INFO] [stderr]              i32
[INFO] [stderr]              i64
[INFO] [stderr]              i128
[INFO] [stderr]              usize
[INFO] [stderr]              u8
[INFO] [stderr]            and 112 others
[INFO] [stderr]    = help: see issue #48214
[INFO] [stderr]    = help: add `#![feature(trivial_bounds)]` to the crate attributes to enable
[INFO] [stderr]    = note: this error originates in the derive macro `BorshDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `Pubkey: BorshSerialize` is not satisfied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/mpl-token-auth-rules-1.3.0/src/payload.rs:54:5
[INFO] [stderr]    |
[INFO] [stderr] 54 |     BorshSerialize, BorshDeserialize, Serialize, Deserialize, PartialEq, Eq, Debug, Clone, Default,
[INFO] [stderr]    |     ^^^^^^^^^^^^^^ the trait `BorshSerialize` is not implemented for `Pubkey`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the following other types implement trait `BorshSerialize`:
[INFO] [stderr]              bool
[INFO] [stderr]              i8
[INFO] [stderr]              i16
[INFO] [stderr]              i32
[INFO] [stderr]              i64
[INFO] [stderr]              i128
[INFO] [stderr]              usize
[INFO] [stderr]              u8
[INFO] [stderr]            and 115 others
[INFO] [stderr] note: required for `PayloadType` to implement `BorshSerialize`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/mpl-token-auth-rules-1.3.0/src/payload.rs:39:10
[INFO] [stderr]    |
[INFO] [stderr] 39 | #[derive(BorshSerialize, BorshDeserialize, Serialize, Deserialize, PartialEq, Eq, Debug, Clone)]
[INFO] [stderr]    |          ^^^^^^^^^^^^^^ unsatisfied trait bound introduced in this `derive` macro
[INFO] [stderr] 40 | /// Variants representing the different types represented in a payload.
[INFO] [stderr] 41 | pub enum PayloadType {
[INFO] [stderr]    |          ^^^^^^^^^^^
[INFO] [stderr]    = note: 1 redundant requirement hidden
[INFO] [stderr]    = note: required for `HashMap<std::string::String, PayloadType>` to implement `BorshSerialize`
[INFO] [stderr]    = help: see issue #48214
[INFO] [stderr]    = help: add `#![feature(trivial_bounds)]` to the crate attributes to enable
[INFO] [stderr]    = note: this error originates in the derive macro `BorshSerialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error[E0277]: the trait bound `Pubkey: BorshDeserialize` is not satisfied
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/mpl-token-auth-rules-1.3.0/src/payload.rs:54:21
[INFO] [stderr]    |
[INFO] [stderr] 54 |     BorshSerialize, BorshDeserialize, Serialize, Deserialize, PartialEq, Eq, Debug, Clone, Default,
[INFO] [stderr]    |                     ^^^^^^^^^^^^^^^^ the trait `BorshDeserialize` is not implemented for `Pubkey`
[INFO] [stderr]    |
[INFO] [stderr]    = help: the following other types implement trait `BorshDeserialize`:
[INFO] [stderr]              bool
[INFO] [stderr]              i8
[INFO] [stderr]              i16
[INFO] [stderr]              i32
[INFO] [stderr]              i64
[INFO] [stderr]              i128
[INFO] [stderr]              usize
[INFO] [stderr]              u8
[INFO] [stderr]            and 112 others
[INFO] [stderr] note: required for `PayloadType` to implement `BorshDeserialize`
[INFO] [stderr]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/mpl-token-auth-rules-1.3.0/src/payload.rs:39:26
[INFO] [stderr]    |
[INFO] [stderr] 39 | #[derive(BorshSerialize, BorshDeserialize, Serialize, Deserialize, PartialEq, Eq, Debug, Clone)]
[INFO] [stderr]    |                          ^^^^^^^^^^^^^^^^ unsatisfied trait bound introduced in this `derive` macro
[INFO] [stderr] 40 | /// Variants representing the different types represented in a payload.
[INFO] [stderr] 41 | pub enum PayloadType {
[INFO] [stderr]    |          ^^^^^^^^^^^
[INFO] [stderr]    = note: 1 redundant requirement hidden
[INFO] [stderr]    = note: required for `HashMap<std::string::String, PayloadType>` to implement `BorshDeserialize`
[INFO] [stderr]    = help: see issue #48214
[INFO] [stderr]    = help: add `#![feature(trivial_bounds)]` to the crate attributes to enable
[INFO] [stderr]    = note: this error originates in the derive macro `BorshDeserialize` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: could not compile `mpl-token-auth-rules` (lib) due to 8 previous errors
[INFO] running `Command { std: "docker" "inspect" "125e586f3f17528783447a1f80705de8a5f37d8ec42420115588c82063df451b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "125e586f3f17528783447a1f80705de8a5f37d8ec42420115588c82063df451b", kill_on_drop: false }`
[INFO] [stdout] 125e586f3f17528783447a1f80705de8a5f37d8ec42420115588c82063df451b