trdelnik-cli 0.5.0

Trdelník is Rust based testing framework providing several convenient developer tools for testing Solana programs written in Anchor.
Documentation
Build #2293009 2025-07-06 01:47:12

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.90.0-nightly (5adb489a8 2025-07-05)

# docs.rs version docsrs 0.6.0 (c1135d19 2025-07-02)

# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/trdelnik-cli-0.5.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/trdelnik-cli-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\", \"-20250705-1.90.0-nightly-5adb489a8\", \"--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] b64ad083fa9406642ef32c17cfca3507e26587b7f0bf7d777693aa9b59d0e45a [INFO] running `Command { std: "docker" "start" "-a" "b64ad083fa9406642ef32c17cfca3507e26587b7f0bf7d777693aa9b59d0e45a", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Checking solana-rpc-client v1.16.14 [INFO] [stderr] Checking solana-pubsub-client v1.16.14 [INFO] [stderr] Checking solana-quic-client v1.16.14 [INFO] [stderr] Checking spl-token-2022 v0.9.0 [INFO] [stderr] Compiling heck v0.5.0 [INFO] [stderr] Checking rstest v0.18.2 [INFO] [stderr] Checking clap_builder v4.5.40 [INFO] [stderr] Compiling clap_derive v4.5.40 [INFO] [stderr] Checking syn v1.0.109 [INFO] [stderr] Checking fehler v1.0.0 [INFO] [stderr] Checking serial_test v2.0.0 [INFO] [stderr] Compiling trdelnik-client v0.5.0 [INFO] [stderr] Checking cargo_metadata v0.17.0 [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.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.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] Checking solana-rpc-client-nonce-utils v1.16.14 [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] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "b64ad083fa9406642ef32c17cfca3507e26587b7f0bf7d777693aa9b59d0e45a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b64ad083fa9406642ef32c17cfca3507e26587b7f0bf7d777693aa9b59d0e45a", kill_on_drop: false }` [INFO] [stdout] b64ad083fa9406642ef32c17cfca3507e26587b7f0bf7d777693aa9b59d0e45a