spl-token-2022 7.0.0

Solana Program Library Token 2022
Documentation
Build #1637690 2025-01-17T21:05:27.004163+00:00
# rustc version
rustc 1.86.0-nightly (99db2737c 2025-01-16)# docs.rs version
docsrs 0.6.0 (13d4ccea 2025-01-13)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace-builder/builds/spl-token-2022-7.0.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace-builder/builds/spl-token-2022-7.0.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:819108c5571ea2e421544af4d832f968d213c87fbe3707a016657f43d2f853bc" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20250116-1.86.0-nightly-99db2737c\", \"--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] [stdout] 7a350a0d1a7c272e6d6248f582c356a76c017edc79683c6296eb4a2ceee2a4b6
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `Command { std: "docker" "start" "-a" "7a350a0d1a7c272e6d6248f582c356a76c017edc79683c6296eb4a2ceee2a4b6", kill_on_drop: false }`
[INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op
[INFO] [stderr]  Documenting spl-token-2022 v7.0.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: unexpected `cfg` condition value: `custom-heap`
[INFO] [stderr]   --> src/entrypoint.rs:12:1
[INFO] [stderr]    |
[INFO] [stderr] 12 | solana_program::entrypoint!(process_instruction);
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `default`, `frozen-abi`, `no-entrypoint`, `serde-traits`, `test-sbf`, and `zk-ops`
[INFO] [stderr]    = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr]    = help: try referring to `$crate::custom_heap_default` crate for guidance on how handle this unexpected cfg
[INFO] [stderr]    = help: the macro `$crate::custom_heap_default` may come from an old version of the `solana_program_entrypoint` crate, try updating your dependency with `cargo update -p solana_program_entrypoint`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]    = note: requested on the command line with `-W unexpected-cfgs`
[INFO] [stderr]    = note: this warning originates in the macro `$crate::custom_heap_default` which comes from the expansion of the macro `solana_program::entrypoint` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unexpected `cfg` condition value: `custom-panic`
[INFO] [stderr]   --> src/entrypoint.rs:12:1
[INFO] [stderr]    |
[INFO] [stderr] 12 | solana_program::entrypoint!(process_instruction);
[INFO] [stderr]    | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: expected values for `feature` are: `default`, `frozen-abi`, `no-entrypoint`, `serde-traits`, `test-sbf`, and `zk-ops`
[INFO] [stderr]    = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr]    = help: try referring to `$crate::custom_panic_default` crate for guidance on how handle this unexpected cfg
[INFO] [stderr]    = help: the macro `$crate::custom_panic_default` may come from an old version of the `solana_program_entrypoint` crate, try updating your dependency with `cargo update -p solana_program_entrypoint`
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]    = note: this warning originates in the macro `$crate::custom_panic_default` which comes from the expansion of the macro `solana_program::entrypoint` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `Withdraw`
[INFO] [stderr]   --> src/extension/confidential_transfer/verify_proof.rs:17:48
[INFO] [stderr]    |
[INFO] [stderr] 17 | /// Verify zero-knowledge proofs needed for a [Withdraw] instruction and return
[INFO] [stderr]    |                                                ^^^^^^^^ no item named `Withdraw` in scope
[INFO] [stderr]    |
[INFO] [stderr]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr]    = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `Transfer`
[INFO] [stderr]   --> src/extension/confidential_transfer/verify_proof.rs:58:47
[INFO] [stderr]    |
[INFO] [stderr] 58 | /// Verify zero-knowledge proof needed for a [Transfer] instruction without fee
[INFO] [stderr]    |                                               ^^^^^^^^ no item named `Transfer` in scope
[INFO] [stderr]    |
[INFO] [stderr]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `Transfer`
[INFO] [stderr]    --> src/extension/confidential_transfer/verify_proof.rs:114:47
[INFO] [stderr]     |
[INFO] [stderr] 114 | /// Verify zero-knowledge proof needed for a [Transfer] instruction with fee and
[INFO] [stderr]     |                                               ^^^^^^^^ no item named `Transfer` in scope
[INFO] [stderr]     |
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `signer`
[INFO] [stderr]   --> src/extension/transfer_fee/instruction.rs:99:23
[INFO] [stderr]    |
[INFO] [stderr] 99 |     ///   3. `..3+M `[signer]` M signer accounts.
[INFO] [stderr]    |                       ^^^^^^ no item named `signer` in scope
[INFO] [stderr]    |
[INFO] [stderr]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `ConfidentialMint`
[INFO] [stderr]   --> src/extension/confidential_mint_burn/verify_proof.rs:20:49
[INFO] [stderr]    |
[INFO] [stderr] 20 | /// Verify zero-knowledge proofs needed for a [`ConfidentialMint`] instruction
[INFO] [stderr]    |                                                 ^^^^^^^^^^^^^^^^ no item named `ConfidentialMint` in scope
[INFO] [stderr]    |
[INFO] [stderr]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `ConfidentialBurn`
[INFO] [stderr]   --> src/extension/confidential_mint_burn/verify_proof.rs:68:49
[INFO] [stderr]    |
[INFO] [stderr] 68 | /// Verify zero-knowledge proofs needed for a [`ConfidentialBurn`] instruction
[INFO] [stderr]    |                                                 ^^^^^^^^^^^^^^^^ no item named `ConfidentialBurn` in scope
[INFO] [stderr]    |
[INFO] [stderr]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `Mint`
[INFO] [stderr]   --> src/pod.rs:22:6
[INFO] [stderr]    |
[INFO] [stderr] 22 | /// [Mint] data stored as a Pod type
[INFO] [stderr]    |      ^^^^ no item named `Mint` in scope
[INFO] [stderr]    |
[INFO] [stderr]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `Account`
[INFO] [stderr]   --> src/pod.rs:61:6
[INFO] [stderr]    |
[INFO] [stderr] 61 | /// [Account] data stored as a Pod type
[INFO] [stderr]    |      ^^^^^^^ no item named `Account` in scope
[INFO] [stderr]    |
[INFO] [stderr]    = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: unresolved link to `Multisig`
[INFO] [stderr]    --> src/pod.rs:126:6
[INFO] [stderr]     |
[INFO] [stderr] 126 | /// [Multisig] data stored as a Pod type
[INFO] [stderr]     |      ^^^^^^^^ no item named `Multisig` in scope
[INFO] [stderr]     |
[INFO] [stderr]     = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]`
[INFO] [stderr] 
[INFO] [stderr] warning: `spl-token-2022` (lib doc) generated 11 warnings
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.83s
[INFO] [stderr]    Generated /opt/rustwide/target/x86_64-unknown-linux-gnu/doc/spl_token_2022/index.html
[INFO] running `Command { std: "docker" "inspect" "7a350a0d1a7c272e6d6248f582c356a76c017edc79683c6296eb4a2ceee2a4b6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7a350a0d1a7c272e6d6248f582c356a76c017edc79683c6296eb4a2ceee2a4b6", kill_on_drop: false }`
[INFO] [stdout] 7a350a0d1a7c272e6d6248f582c356a76c017edc79683c6296eb4a2ceee2a4b6