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.89.0-nightly (49a8ba068 2025-06-14)# docs.rs version
docsrs 0.6.0 (d2911047 2025-05-28)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/metabob-0.5.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/metabob-0.5.0/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace-builder/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace-builder/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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250614-1.89.0-nightly-49a8ba068\", \"--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" "--config" "build.rustdocflags=[\"-Zmetrics-dir=/opt/rustwide/target/metrics\"]", 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] 2061154e31b702c7dab03ddd50399a77e8798862c93ea75a707d7a037bdcab21
[INFO] running `Command { std: "docker" "start" "-a" "2061154e31b702c7dab03ddd50399a77e8798862c93ea75a707d7a037bdcab21", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr] Checking solana-account-decoder v1.16.15
[INFO] [stderr] Checking spl-token-2022 v0.8.0
[INFO] [stderr] Checking spl-token-2022 v0.9.0
[INFO] [stderr] Checking metaplex-token-vault v0.0.1
[INFO] [stderr] Checking structopt v0.3.26
[INFO] [stderr] Checking indicatif v0.16.2
[INFO] [stderr] Checking retry v1.3.1
[INFO] [stderr] Checking ratelimit v0.4.4
[INFO] [stderr] error[E0277]: the trait bound `T: borsh::de::BorshDeserialize` is not satisfied
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/metaplex-token-vault-0.0.1/src/utils.rs:261:21
[INFO] [stderr] |
[INFO] [stderr] 261 | let result: T = try_from_slice_unchecked(data)?;
[INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the trait `borsh::de::BorshDeserialize` is not implemented for `T`
[INFO] [stderr] |
[INFO] [stderr] note: required by a bound in `solana_program::borsh::try_from_slice_unchecked`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/solana-program-1.16.15/src/borsh.rs:38:36
[INFO] [stderr] |
[INFO] [stderr] 38 | pub fn try_from_slice_unchecked<T: BorshDeserialize>(data: &[u8]) -> Result<T, Error> {
[INFO] [stderr] | ^^^^^^^^^^^^^^^^ required by this bound in `try_from_slice_unchecked`
[INFO] [stderr] help: consider further restricting type parameter `T` with trait `BorshDeserialize`
[INFO] [stderr] |
[INFO] [stderr] 250 | pub fn try_from_slice_checked<T: BorshDeserialize + borsh::de::BorshDeserialize>(
[INFO] [stderr] | +++++++++++++++++++++++++++++
[INFO] [stderr]
[INFO] [stderr] For more information about this error, try `rustc --explain E0277`.
[INFO] [stderr] error: could not compile `metaplex-token-vault` (lib) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error[E0277]: can't compare `solana_program::pubkey::Pubkey` with `__Pubkey`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/spl-token-2022-0.8.0/src/extension/memo_transfer/mod.rs:42:20
[INFO] [stderr] |
[INFO] [stderr] 42 | program_id == &spl_memo::id() || program_id == &spl_memo::v1::id()
[INFO] [stderr] | ^^ no implementation for `solana_program::pubkey::Pubkey == __Pubkey`
[INFO] [stderr] |
[INFO] [stderr] = help: the trait `PartialEq<__Pubkey>` is not implemented for `solana_program::pubkey::Pubkey`
[INFO] [stderr] but trait `PartialEq<solana_program::pubkey::Pubkey>` is implemented for it
[INFO] [stderr] = help: for that trait implementation, expected `solana_program::pubkey::Pubkey`, found `__Pubkey`
[INFO] [stderr] = note: required for `&solana_program::pubkey::Pubkey` to implement `PartialEq<&__Pubkey>`
[INFO] [stderr]
[INFO] [stderr] error[E0277]: can't compare `solana_program::pubkey::Pubkey` with `__Pubkey`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/spl-token-2022-0.8.0/src/extension/memo_transfer/mod.rs:42:53
[INFO] [stderr] |
[INFO] [stderr] 42 | program_id == &spl_memo::id() || program_id == &spl_memo::v1::id()
[INFO] [stderr] | ^^ no implementation for `solana_program::pubkey::Pubkey == __Pubkey`
[INFO] [stderr] |
[INFO] [stderr] = help: the trait `PartialEq<__Pubkey>` is not implemented for `solana_program::pubkey::Pubkey`
[INFO] [stderr] but trait `PartialEq<solana_program::pubkey::Pubkey>` is implemented for it
[INFO] [stderr] = help: for that trait implementation, expected `solana_program::pubkey::Pubkey`, found `__Pubkey`
[INFO] [stderr] = note: required for `&solana_program::pubkey::Pubkey` to implement `PartialEq<&__Pubkey>`
[INFO] [stderr]
[INFO] [stderr] error[E0277]: can't compare `solana_program::pubkey::Pubkey` with `__Pubkey`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/spl-token-2022-0.9.0/src/extension/memo_transfer/mod.rs:42:20
[INFO] [stderr] |
[INFO] [stderr] 42 | program_id == &spl_memo::id() || program_id == &spl_memo::v1::id()
[INFO] [stderr] | ^^ no implementation for `solana_program::pubkey::Pubkey == __Pubkey`
[INFO] [stderr] |
[INFO] [stderr] = help: the trait `PartialEq<__Pubkey>` is not implemented for `solana_program::pubkey::Pubkey`
[INFO] [stderr] but trait `PartialEq<solana_program::pubkey::Pubkey>` is implemented for it
[INFO] [stderr] = help: for that trait implementation, expected `solana_program::pubkey::Pubkey`, found `__Pubkey`
[INFO] [stderr] = note: required for `&solana_program::pubkey::Pubkey` to implement `PartialEq<&__Pubkey>`
[INFO] [stderr]
[INFO] [stderr] error[E0277]: can't compare `solana_program::pubkey::Pubkey` with `__Pubkey`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/spl-token-2022-0.9.0/src/extension/memo_transfer/mod.rs:42:53
[INFO] [stderr] |
[INFO] [stderr] 42 | program_id == &spl_memo::id() || program_id == &spl_memo::v1::id()
[INFO] [stderr] | ^^ no implementation for `solana_program::pubkey::Pubkey == __Pubkey`
[INFO] [stderr] |
[INFO] [stderr] = help: the trait `PartialEq<__Pubkey>` is not implemented for `solana_program::pubkey::Pubkey`
[INFO] [stderr] but trait `PartialEq<solana_program::pubkey::Pubkey>` is implemented for it
[INFO] [stderr] = help: for that trait implementation, expected `solana_program::pubkey::Pubkey`, found `__Pubkey`
[INFO] [stderr] = note: required for `&solana_program::pubkey::Pubkey` to implement `PartialEq<&__Pubkey>`
[INFO] [stderr]
[INFO] [stderr] error[E0599]: no function or associated item named `get_packed_len` found for struct `spl_token::state::Account` in the current scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/spl-token-2022-0.8.0/src/state.rs:306:57
[INFO] [stderr] |
[INFO] [stderr] 306 | .get(spl_token::state::Account::get_packed_len())
[INFO] [stderr] | ^^^^^^^^^^^^^^ function or associated item not found in `spl_token::state::Account`
[INFO] [stderr] |
[INFO] [stderr] = help: items from traits can only be used if the trait is in scope
[INFO] [stderr] help: trait `Pack` which provides `get_packed_len` is implemented but not in scope; perhaps you want to import it
[INFO] [stderr] |
[INFO] [stderr] 3 + use spl_memo::solana_program::solana_program_pack::Pack;
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] error[E0599]: no function or associated item named `get_packed_len` found for struct `spl_token::state::Account` in the current scope
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/spl-token-2022-0.9.0/src/state.rs:306:57
[INFO] [stderr] |
[INFO] [stderr] 306 | .get(spl_token::state::Account::get_packed_len())
[INFO] [stderr] | ^^^^^^^^^^^^^^ function or associated item not found in `spl_token::state::Account`
[INFO] [stderr] |
[INFO] [stderr] = help: items from traits can only be used if the trait is in scope
[INFO] [stderr] help: trait `Pack` which provides `get_packed_len` is implemented but not in scope; perhaps you want to import it
[INFO] [stderr] |
[INFO] [stderr] 3 + use spl_memo::solana_program::solana_program_pack::Pack;
[INFO] [stderr] |
[INFO] [stderr]
[INFO] [stderr] error[E0277]: can't compare `solana_program::pubkey::Pubkey` with `__Pubkey`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/spl-token-2022-0.8.0/src/lib.rs:106:62
[INFO] [stderr] |
[INFO] [stderr] 106 | if spl_token_program_id != &id() && spl_token_program_id != &spl_token::id() {
[INFO] [stderr] | ^^ no implementation for `solana_program::pubkey::Pubkey == __Pubkey`
[INFO] [stderr] |
[INFO] [stderr] = help: the trait `PartialEq<__Pubkey>` is not implemented for `solana_program::pubkey::Pubkey`
[INFO] [stderr] but trait `PartialEq<solana_program::pubkey::Pubkey>` is implemented for it
[INFO] [stderr] = help: for that trait implementation, expected `solana_program::pubkey::Pubkey`, found `__Pubkey`
[INFO] [stderr] = note: required for `&solana_program::pubkey::Pubkey` to implement `PartialEq<&__Pubkey>`
[INFO] [stderr]
[INFO] [stderr] error[E0277]: can't compare `solana_program::pubkey::Pubkey` with `__Pubkey`
[INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/spl-token-2022-0.9.0/src/lib.rs:106:62
[INFO] [stderr] |
[INFO] [stderr] 106 | if spl_token_program_id != &id() && spl_token_program_id != &spl_token::id() {
[INFO] [stderr] | ^^ no implementation for `solana_program::pubkey::Pubkey == __Pubkey`
[INFO] [stderr] |
[INFO] [stderr] = help: the trait `PartialEq<__Pubkey>` is not implemented for `solana_program::pubkey::Pubkey`
[INFO] [stderr] but trait `PartialEq<solana_program::pubkey::Pubkey>` is implemented for it
[INFO] [stderr] = help: for that trait implementation, expected `solana_program::pubkey::Pubkey`, found `__Pubkey`
[INFO] [stderr] = note: required for `&solana_program::pubkey::Pubkey` to implement `PartialEq<&__Pubkey>`
[INFO] [stderr]
[INFO] [stderr] Some errors have detailed explanations: E0277, E0599.
[INFO] [stderr] For more information about an error, try `rustc --explain E0277`.
[INFO] [stderr] error: could not compile `spl-token-2022` (lib) due to 4 previous errors
[INFO] [stderr] error: could not compile `spl-token-2022` (lib) due to 4 previous errors
[INFO] running `Command { std: "docker" "inspect" "2061154e31b702c7dab03ddd50399a77e8798862c93ea75a707d7a037bdcab21", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "2061154e31b702c7dab03ddd50399a77e8798862c93ea75a707d7a037bdcab21", kill_on_drop: false }`
[INFO] [stdout] 2061154e31b702c7dab03ddd50399a77e8798862c93ea75a707d7a037bdcab21