clockwork-client 2.0.15

Clockwork client
Documentation
Build #2565598 2025-10-07 00:52:21

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.92.0-nightly (839222065 2025-10-05)

# docs.rs version docsrs 0.6.0 (f42173de 2025-09-12)

# build log [INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/clockwork-client-2.0.15/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/clockwork-client-2.0.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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "--config" "build.rustdocflags=[\"--cfg\", \"docsrs\", \"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20251005-1.92.0-nightly-839222065\", \"--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] 16d4ca2e34c16759f985b82caa69d686858e6cacb959e7a79e6baaefcf950f5c [INFO] running `Command { std: "docker" "start" "-a" "16d4ca2e34c16759f985b82caa69d686858e6cacb959e7a79e6baaefcf950f5c", kill_on_drop: false }` [INFO] [stderr] warning: target filter specified, but no targets matched; this is a no-op [INFO] [stderr] Checking spl-token-2022 v0.5.0 [INFO] [stderr] Checking indicatif v0.16.2 [INFO] [stderr] Compiling async-trait v0.1.89 [INFO] [stderr] Checking version v3.0.0 [INFO] [stderr] error[E0432]: unresolved import `console::Term` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.16.2/src/state.rs:10:5 [INFO] [stderr] | [INFO] [stderr] 10 | use console::Term; [INFO] [stderr] | ^^^^^^^^^^^^^ no `Term` in the root [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.1/src/lib.rs:92:42 [INFO] [stderr] | [INFO] [stderr] 90 | #[cfg(feature = "std")] [INFO] [stderr] | --------------- the item is gated behind the `std` feature [INFO] [stderr] 91 | pub use crate::term::{ [INFO] [stderr] 92 | user_attended, user_attended_stderr, Term, TermFamily, TermFeatures, TermTarget, [INFO] [stderr] | ^^^^ [INFO] [stderr] help: consider importing this variant instead [INFO] [stderr] | [INFO] [stderr] 10 - use console::Term; [INFO] [stderr] 10 + use crate::state::ProgressDrawTargetKind::Term; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `console::measure_text_width`, `console::Style` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.16.2/src/style.rs:1:15 [INFO] [stderr] | [INFO] [stderr] 1 | use console::{measure_text_width, Style}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ ^^^^^ no `Style` in the root [INFO] [stderr] | | [INFO] [stderr] | no `measure_text_width` in the root [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.1/src/lib.rs:96:44 [INFO] [stderr] | [INFO] [stderr] 94 | #[cfg(feature = "std")] [INFO] [stderr] | --------------- the item is gated behind the `std` feature [INFO] [stderr] 95 | pub use crate::utils::{ [INFO] [stderr] 96 | colors_enabled, colors_enabled_stderr, measure_text_width, pad_str, pad_str_with, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.1/src/lib.rs:98:19 [INFO] [stderr] | [INFO] [stderr] 94 | #[cfg(feature = "std")] [INFO] [stderr] | --------------- the item is gated behind the `std` feature [INFO] [stderr] ... [INFO] [stderr] 98 | Color, Emoji, Style, StyledObject, [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `console::measure_text_width`, `console::Style` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.16.2/src/utils.rs:7:15 [INFO] [stderr] | [INFO] [stderr] 7 | use console::{measure_text_width, Style}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ ^^^^^ no `Style` in the root [INFO] [stderr] | | [INFO] [stderr] | no `measure_text_width` in the root [INFO] [stderr] | [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.1/src/lib.rs:96:44 [INFO] [stderr] | [INFO] [stderr] 94 | #[cfg(feature = "std")] [INFO] [stderr] | --------------- the item is gated behind the `std` feature [INFO] [stderr] 95 | pub use crate::utils::{ [INFO] [stderr] 96 | colors_enabled, colors_enabled_stderr, measure_text_width, pad_str, pad_str_with, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] note: found an item that was configured out [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/console-0.16.1/src/lib.rs:98:19 [INFO] [stderr] | [INFO] [stderr] 94 | #[cfg(feature = "std")] [INFO] [stderr] | --------------- the item is gated behind the `std` feature [INFO] [stderr] ... [INFO] [stderr] 98 | Color, Emoji, Style, StyledObject, [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0282]: type annotations needed [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/indicatif-0.16.2/src/state.rs:483:18 [INFO] [stderr] | [INFO] [stderr] 483 | term.move_cursor_up(*last_line_count)?; [INFO] [stderr] | ^^^^^^^^^^^^^^ cannot infer type [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `CloseAccountData` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/spl-token-2022-0.5.0/src/extension/confidential_transfer/instruction.rs:688:18 [INFO] [stderr] | [INFO] [stderr] 688 | proof_data: &CloseAccountData, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `WithdrawWithheldTokensData` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/spl-token-2022-0.5.0/src/extension/confidential_transfer/instruction.rs:1086:18 [INFO] [stderr] | [INFO] [stderr] 497 | pub struct WithdrawWithheldTokensFromMintData { [INFO] [stderr] | --------------------------------------------- similarly named struct `WithdrawWithheldTokensFromMintData` defined here [INFO] [stderr] ... [INFO] [stderr] 1086 | proof_data: &WithdrawWithheldTokensData, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `WithdrawWithheldTokensFromMintData` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `WithdrawWithheldTokensData` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/spl-token-2022-0.5.0/src/extension/confidential_transfer/instruction.rs:1151:18 [INFO] [stderr] | [INFO] [stderr] 497 | pub struct WithdrawWithheldTokensFromMintData { [INFO] [stderr] | --------------------------------------------- similarly named struct `WithdrawWithheldTokensFromMintData` defined here [INFO] [stderr] ... [INFO] [stderr] 1151 | proof_data: &WithdrawWithheldTokensData, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: a struct with a similar name exists: `WithdrawWithheldTokensFromMintData` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `CloseAccountData` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/spl-token-2022-0.5.0/src/extension/confidential_transfer/processor.rs:283:49 [INFO] [stderr] | [INFO] [stderr] 283 | let proof_data = decode_proof_instruction::<CloseAccountData>( [INFO] [stderr] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: you might be missing a type parameter [INFO] [stderr] | [INFO] [stderr] 255 | fn process_empty_account<CloseAccountData>( [INFO] [stderr] | ++++++++++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `WithdrawWithheldTokensData` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/spl-token-2022-0.5.0/src/extension/confidential_transfer/processor.rs:985:49 [INFO] [stderr] | [INFO] [stderr] 985 | let proof_data = decode_proof_instruction::<WithdrawWithheldTokensData>( [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/spl-token-2022-0.5.0/src/extension/confidential_transfer/instruction.rs:497:1 [INFO] [stderr] | [INFO] [stderr] 497 | pub struct WithdrawWithheldTokensFromMintData { [INFO] [stderr] | --------------------------------------------- similarly named struct `WithdrawWithheldTokensFromMintData` defined here [INFO] [stderr] | [INFO] [stderr] help: a struct with a similar name exists [INFO] [stderr] | [INFO] [stderr] 985 | let proof_data = decode_proof_instruction::<WithdrawWithheldTokensFromMintData>( [INFO] [stderr] | ++++++++ [INFO] [stderr] help: you might be missing a type parameter [INFO] [stderr] | [INFO] [stderr] 933 | fn process_withdraw_withheld_tokens_from_mint<WithdrawWithheldTokensData>( [INFO] [stderr] | ++++++++++++++++++++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `WithdrawWithheldTokensData` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/spl-token-2022-0.5.0/src/extension/confidential_transfer/processor.rs:1116:49 [INFO] [stderr] | [INFO] [stderr] 1116 | let proof_data = decode_proof_instruction::<WithdrawWithheldTokensData>( [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/spl-token-2022-0.5.0/src/extension/confidential_transfer/instruction.rs:497:1 [INFO] [stderr] | [INFO] [stderr] 497 | pub struct WithdrawWithheldTokensFromMintData { [INFO] [stderr] | --------------------------------------------- similarly named struct `WithdrawWithheldTokensFromMintData` defined here [INFO] [stderr] | [INFO] [stderr] help: a struct with a similar name exists [INFO] [stderr] | [INFO] [stderr] 1116 | let proof_data = decode_proof_instruction::<WithdrawWithheldTokensFromMintData>( [INFO] [stderr] | ++++++++ [INFO] [stderr] help: you might be missing a type parameter [INFO] [stderr] | [INFO] [stderr] 1033 | fn process_withdraw_withheld_tokens_from_accounts<WithdrawWithheldTokensData>( [INFO] [stderr] | ++++++++++++++++++++++++++++ [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0282, E0432. [INFO] [stderr] For more information about an error, try `rustc --explain E0282`. [INFO] [stderr] error: could not compile `indicatif` (lib) due to 4 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0061]: this function takes 2 arguments but 1 argument was supplied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/spl-token-2022-0.5.0/src/extension/confidential_transfer/instruction.rs:624:9 [INFO] [stderr] | [INFO] [stderr] 624 | verify_pubkey_validity(proof_data), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ ---------- argument #1 of type `Option<ContextStateInfo<'_>>` is missing [INFO] [stderr] | [INFO] [stderr] note: function defined here [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/solana-zk-token-sdk-1.14.29/src/zk_token_proof_instruction.rs:206:8 [INFO] [stderr] | [INFO] [stderr] 206 | pub fn verify_pubkey_validity( [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] help: provide the argument [INFO] [stderr] | [INFO] [stderr] 624 | verify_pubkey_validity(/* Option<ContextStateInfo<'_>> */, proof_data), [INFO] [stderr] | +++++++++++++++++++++++++++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `verify_close_account` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/spl-token-2022-0.5.0/src/extension/confidential_transfer/instruction.rs:698:9 [INFO] [stderr] | [INFO] [stderr] 698 | verify_close_account(proof_data), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 arguments but 1 argument was supplied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/spl-token-2022-0.5.0/src/extension/confidential_transfer/instruction.rs:803:9 [INFO] [stderr] | [INFO] [stderr] 803 | verify_withdraw(proof_data), [INFO] [stderr] | ^^^^^^^^^^^^^^^ ---------- argument #1 of type `Option<ContextStateInfo<'_>>` is missing [INFO] [stderr] | [INFO] [stderr] note: function defined here [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/solana-zk-token-sdk-1.14.29/src/zk_token_proof_instruction.rs:173:8 [INFO] [stderr] | [INFO] [stderr] 173 | pub fn verify_withdraw( [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] help: provide the argument [INFO] [stderr] | [INFO] [stderr] 803 | verify_withdraw(/* Option<ContextStateInfo<'_>> */, proof_data), [INFO] [stderr] | +++++++++++++++++++++++++++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 arguments but 1 argument was supplied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/spl-token-2022-0.5.0/src/extension/confidential_transfer/instruction.rs:870:9 [INFO] [stderr] | [INFO] [stderr] 870 | verify_transfer(proof_data), [INFO] [stderr] | ^^^^^^^^^^^^^^^ ---------- argument #1 of type `Option<ContextStateInfo<'_>>` is missing [INFO] [stderr] | [INFO] [stderr] note: function defined here [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/solana-zk-token-sdk-1.14.29/src/zk_token_proof_instruction.rs:190:8 [INFO] [stderr] | [INFO] [stderr] 190 | pub fn verify_transfer( [INFO] [stderr] | ^^^^^^^^^^^^^^^ [INFO] [stderr] help: provide the argument [INFO] [stderr] | [INFO] [stderr] 870 | verify_transfer(/* Option<ContextStateInfo<'_>> */, proof_data), [INFO] [stderr] | +++++++++++++++++++++++++++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0061]: this function takes 2 arguments but 1 argument was supplied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/spl-token-2022-0.5.0/src/extension/confidential_transfer/instruction.rs:898:9 [INFO] [stderr] | [INFO] [stderr] 898 | verify_transfer_with_fee(proof_data), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ ---------- argument #1 of type `Option<ContextStateInfo<'_>>` is missing [INFO] [stderr] | [INFO] [stderr] note: function defined here [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/solana-zk-token-sdk-1.14.29/src/zk_token_proof_instruction.rs:198:8 [INFO] [stderr] | [INFO] [stderr] 198 | pub fn verify_transfer_with_fee( [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] help: provide the argument [INFO] [stderr] | [INFO] [stderr] 898 | verify_transfer_with_fee(/* Option<ContextStateInfo<'_>> */, proof_data), [INFO] [stderr] | +++++++++++++++++++++++++++++++++++ [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `verify_withdraw_withheld_tokens` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/spl-token-2022-0.5.0/src/extension/confidential_transfer/instruction.rs:1097:9 [INFO] [stderr] | [INFO] [stderr] 1097 | verify_withdraw_withheld_tokens(proof_data), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `verify_withdraw_withheld_tokens` in this scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/spl-token-2022-0.5.0/src/extension/confidential_transfer/instruction.rs:1163:9 [INFO] [stderr] | [INFO] [stderr] 1163 | verify_withdraw_withheld_tokens(proof_data), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `decode_type` found for enum `solana_zk_token_sdk::zk_token_proof_instruction::ProofInstruction` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/spl-token-2022-0.5.0/src/extension/confidential_transfer/processor.rs:41:30 [INFO] [stderr] | [INFO] [stderr] 41 | || ProofInstruction::decode_type(&instruction.data) != Some(expected) [INFO] [stderr] | ^^^^^^^^^^^ variant or associated item not found in `solana_zk_token_sdk::zk_token_proof_instruction::ProofInstruction` [INFO] [stderr] | [INFO] [stderr] note: if you're trying to build a new `solana_zk_token_sdk::zk_token_proof_instruction::ProofInstruction`, consider using `solana_zk_token_sdk::zk_token_proof_instruction::ProofInstruction::instruction_type` which returns `Option<solana_zk_token_sdk::zk_token_proof_instruction::ProofInstruction>` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/solana-zk-token-sdk-1.14.29/src/zk_token_proof_instruction.rs:242:5 [INFO] [stderr] | [INFO] [stderr] 242 | pub fn instruction_type(input: &[u8]) -> Option<Self> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `decode_data` found for enum `solana_zk_token_sdk::zk_token_proof_instruction::ProofInstruction` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/spl-token-2022-0.5.0/src/extension/confidential_transfer/processor.rs:47:23 [INFO] [stderr] | [INFO] [stderr] 47 | ProofInstruction::decode_data(&instruction.data).ok_or(ProgramError::InvalidInstructionData) [INFO] [stderr] | ^^^^^^^^^^^ variant or associated item not found in `solana_zk_token_sdk::zk_token_proof_instruction::ProofInstruction` [INFO] [stderr] | [INFO] [stderr] note: if you're trying to build a new `solana_zk_token_sdk::zk_token_proof_instruction::ProofInstruction`, consider using `solana_zk_token_sdk::zk_token_proof_instruction::ProofInstruction::instruction_type` which returns `Option<solana_zk_token_sdk::zk_token_proof_instruction::ProofInstruction>` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/solana-zk-token-sdk-1.14.29/src/zk_token_proof_instruction.rs:242:5 [INFO] [stderr] | [INFO] [stderr] 242 | pub fn instruction_type(input: &[u8]) -> Option<Self> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `pubkey` on type `&solana_zk_token_sdk::instruction::PubkeyValidityData` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/spl-token-2022-0.5.0/src/extension/confidential_transfer/processor.rs:171:19 [INFO] [stderr] | [INFO] [stderr] 171 | if proof_data.pubkey != *encryption_pubkey { [INFO] [stderr] | ^^^^^^ unknown field [INFO] [stderr] | [INFO] [stderr] help: one of the expressions' fields has a field of the same name [INFO] [stderr] | [INFO] [stderr] 171 | if proof_data.context.pubkey != *encryption_pubkey { [INFO] [stderr] | ++++++++ [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `VerifyCloseAccount` found for enum `solana_zk_token_sdk::zk_token_proof_instruction::ProofInstruction` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/spl-token-2022-0.5.0/src/extension/confidential_transfer/processor.rs:284:27 [INFO] [stderr] | [INFO] [stderr] 284 | ProofInstruction::VerifyCloseAccount, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ variant or associated item not found in `solana_zk_token_sdk::zk_token_proof_instruction::ProofInstruction` [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `pubkey` on type `&solana_zk_token_sdk::instruction::WithdrawData` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/spl-token-2022-0.5.0/src/extension/confidential_transfer/processor.rs:466:70 [INFO] [stderr] | [INFO] [stderr] 466 | if confidential_transfer_account.encryption_pubkey != proof_data.pubkey { [INFO] [stderr] | ^^^^^^ unknown field [INFO] [stderr] | [INFO] [stderr] help: one of the expressions' fields has a field of the same name [INFO] [stderr] | [INFO] [stderr] 466 | if confidential_transfer_account.encryption_pubkey != proof_data.context.pubkey { [INFO] [stderr] | ++++++++ [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `final_ciphertext` on type `&solana_zk_token_sdk::instruction::WithdrawData` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/spl-token-2022-0.5.0/src/extension/confidential_transfer/processor.rs:474:70 [INFO] [stderr] | [INFO] [stderr] 474 | if confidential_transfer_account.available_balance != proof_data.final_ciphertext { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ unknown field [INFO] [stderr] | [INFO] [stderr] help: one of the expressions' fields has a field of the same name [INFO] [stderr] | [INFO] [stderr] 474 | if confidential_transfer_account.available_balance != proof_data.context.final_ciphertext { [INFO] [stderr] | ++++++++ [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `transfer_with_fee_pubkeys` on type `&solana_zk_token_sdk::instruction::TransferWithFeeData` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/spl-token-2022-0.5.0/src/extension/confidential_transfer/processor.rs:525:23 [INFO] [stderr] | [INFO] [stderr] 525 | if proof_data.transfer_with_fee_pubkeys.auditor_pubkey [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ unknown field [INFO] [stderr] | [INFO] [stderr] help: one of the expressions' fields has a field of the same name [INFO] [stderr] | [INFO] [stderr] 525 | if proof_data.context.transfer_with_fee_pubkeys.auditor_pubkey [INFO] [stderr] | ++++++++ [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `transfer_with_fee_pubkeys` on type `&solana_zk_token_sdk::instruction::TransferWithFeeData` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/spl-token-2022-0.5.0/src/extension/confidential_transfer/processor.rs:533:14 [INFO] [stderr] | [INFO] [stderr] 533 | .transfer_with_fee_pubkeys [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ unknown field [INFO] [stderr] | [INFO] [stderr] help: one of the expressions' fields has a field of the same name [INFO] [stderr] | [INFO] [stderr] 533 | .context.transfer_with_fee_pubkeys [INFO] [stderr] | ++++++++ [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `fee_parameters` on type `&solana_zk_token_sdk::instruction::TransferWithFeeData` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/spl-token-2022-0.5.0/src/extension/confidential_transfer/processor.rs:563:33 [INFO] [stderr] | [INFO] [stderr] 563 | if u64::from(proof_data.fee_parameters.maximum_fee) != maximum_fee [INFO] [stderr] | ^^^^^^^^^^^^^^ unknown field [INFO] [stderr] | [INFO] [stderr] help: one of the expressions' fields has a field of the same name [INFO] [stderr] | [INFO] [stderr] 563 | if u64::from(proof_data.context.fee_parameters.maximum_fee) != maximum_fee [INFO] [stderr] | ++++++++ [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `fee_parameters` on type `&solana_zk_token_sdk::instruction::TransferWithFeeData` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/spl-token-2022-0.5.0/src/extension/confidential_transfer/processor.rs:564:37 [INFO] [stderr] | [INFO] [stderr] 564 | || u16::from(proof_data.fee_parameters.fee_rate_basis_points) [INFO] [stderr] | ^^^^^^^^^^^^^^ unknown field [INFO] [stderr] | [INFO] [stderr] help: one of the expressions' fields has a field of the same name [INFO] [stderr] | [INFO] [stderr] 564 | || u16::from(proof_data.context.fee_parameters.fee_rate_basis_points) [INFO] [stderr] | ++++++++ [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `ciphertext_lo` on type `&solana_zk_token_sdk::instruction::TransferWithFeeData` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/spl-token-2022-0.5.0/src/extension/confidential_transfer/processor.rs:571:24 [INFO] [stderr] | [INFO] [stderr] 571 | proof_data.ciphertext_lo.commitment, [INFO] [stderr] | ^^^^^^^^^^^^^ unknown field [INFO] [stderr] | [INFO] [stderr] help: one of the expressions' fields has a field of the same name [INFO] [stderr] | [INFO] [stderr] 571 | proof_data.context.ciphertext_lo.commitment, [INFO] [stderr] | ++++++++ [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `ciphertext_lo` on type `&solana_zk_token_sdk::instruction::TransferWithFeeData` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/spl-token-2022-0.5.0/src/extension/confidential_transfer/processor.rs:572:24 [INFO] [stderr] | [INFO] [stderr] 572 | proof_data.ciphertext_lo.source_handle, [INFO] [stderr] | ^^^^^^^^^^^^^ unknown field [INFO] [stderr] | [INFO] [stderr] help: one of the expressions' fields has a field of the same name [INFO] [stderr] | [INFO] [stderr] 572 | proof_data.context.ciphertext_lo.source_handle, [INFO] [stderr] | ++++++++ [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `ciphertext_hi` on type `&solana_zk_token_sdk::instruction::TransferWithFeeData` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/spl-token-2022-0.5.0/src/extension/confidential_transfer/processor.rs:575:24 [INFO] [stderr] | [INFO] [stderr] 575 | proof_data.ciphertext_hi.commitment, [INFO] [stderr] | ^^^^^^^^^^^^^ unknown field [INFO] [stderr] | [INFO] [stderr] help: one of the expressions' fields has a field of the same name [INFO] [stderr] | [INFO] [stderr] 575 | proof_data.context.ciphertext_hi.commitment, [INFO] [stderr] | ++++++++ [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `ciphertext_hi` on type `&solana_zk_token_sdk::instruction::TransferWithFeeData` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/spl-token-2022-0.5.0/src/extension/confidential_transfer/processor.rs:576:24 [INFO] [stderr] | [INFO] [stderr] 576 | proof_data.ciphertext_hi.source_handle, [INFO] [stderr] | ^^^^^^^^^^^^^ unknown field [INFO] [stderr] | [INFO] [stderr] help: one of the expressions' fields has a field of the same name [INFO] [stderr] | [INFO] [stderr] 576 | proof_data.context.ciphertext_hi.source_handle, [INFO] [stderr] | ++++++++ [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `transfer_with_fee_pubkeys` on type `&solana_zk_token_sdk::instruction::TransferWithFeeData` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/spl-token-2022-0.5.0/src/extension/confidential_transfer/processor.rs:585:25 [INFO] [stderr] | [INFO] [stderr] 585 | &proof_data.transfer_with_fee_pubkeys.source_pubkey, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ unknown field [INFO] [stderr] | [INFO] [stderr] help: one of the expressions' fields has a field of the same name [INFO] [stderr] | [INFO] [stderr] 585 | &proof_data.context.transfer_with_fee_pubkeys.source_pubkey, [INFO] [stderr] | ++++++++ [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `ciphertext_lo` on type `&solana_zk_token_sdk::instruction::TransferWithFeeData` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/spl-token-2022-0.5.0/src/extension/confidential_transfer/processor.rs:592:24 [INFO] [stderr] | [INFO] [stderr] 592 | proof_data.ciphertext_lo.commitment, [INFO] [stderr] | ^^^^^^^^^^^^^ unknown field [INFO] [stderr] | [INFO] [stderr] help: one of the expressions' fields has a field of the same name [INFO] [stderr] | [INFO] [stderr] 592 | proof_data.context.ciphertext_lo.commitment, [INFO] [stderr] | ++++++++ [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `ciphertext_lo` on type `&solana_zk_token_sdk::instruction::TransferWithFeeData` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/spl-token-2022-0.5.0/src/extension/confidential_transfer/processor.rs:593:24 [INFO] [stderr] | [INFO] [stderr] 593 | proof_data.ciphertext_lo.destination_handle, [INFO] [stderr] | ^^^^^^^^^^^^^ unknown field [INFO] [stderr] | [INFO] [stderr] help: one of the expressions' fields has a field of the same name [INFO] [stderr] | [INFO] [stderr] 593 | proof_data.context.ciphertext_lo.destination_handle, [INFO] [stderr] | ++++++++ [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `ciphertext_hi` on type `&solana_zk_token_sdk::instruction::TransferWithFeeData` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/spl-token-2022-0.5.0/src/extension/confidential_transfer/processor.rs:596:24 [INFO] [stderr] | [INFO] [stderr] 596 | proof_data.ciphertext_hi.commitment, [INFO] [stderr] | ^^^^^^^^^^^^^ unknown field [INFO] [stderr] | [INFO] [stderr] help: one of the expressions' fields has a field of the same name [INFO] [stderr] | [INFO] [stderr] 596 | proof_data.context.ciphertext_hi.commitment, [INFO] [stderr] | ++++++++ [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `ciphertext_hi` on type `&solana_zk_token_sdk::instruction::TransferWithFeeData` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/spl-token-2022-0.5.0/src/extension/confidential_transfer/processor.rs:597:24 [INFO] [stderr] | [INFO] [stderr] 597 | proof_data.ciphertext_hi.destination_handle, [INFO] [stderr] | ^^^^^^^^^^^^^ unknown field [INFO] [stderr] | [INFO] [stderr] help: one of the expressions' fields has a field of the same name [INFO] [stderr] | [INFO] [stderr] 597 | proof_data.context.ciphertext_hi.destination_handle, [INFO] [stderr] | ++++++++ [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `transfer_with_fee_pubkeys` on type `&solana_zk_token_sdk::instruction::TransferWithFeeData` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/spl-token-2022-0.5.0/src/extension/confidential_transfer/processor.rs:610:25 [INFO] [stderr] | [INFO] [stderr] 610 | &proof_data.transfer_with_fee_pubkeys.destination_pubkey, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ unknown field [INFO] [stderr] | [INFO] [stderr] help: one of the expressions' fields has a field of the same name [INFO] [stderr] | [INFO] [stderr] 610 | &proof_data.context.transfer_with_fee_pubkeys.destination_pubkey, [INFO] [stderr] | ++++++++ [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `transfer_pubkeys` on type `&solana_zk_token_sdk::instruction::TransferData` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/spl-token-2022-0.5.0/src/extension/confidential_transfer/processor.rs:622:23 [INFO] [stderr] | [INFO] [stderr] 622 | if proof_data.transfer_pubkeys.auditor_pubkey [INFO] [stderr] | ^^^^^^^^^^^^^^^^ unknown field [INFO] [stderr] | [INFO] [stderr] help: one of the expressions' fields has a field of the same name [INFO] [stderr] | [INFO] [stderr] 622 | if proof_data.context.transfer_pubkeys.auditor_pubkey [INFO] [stderr] | ++++++++ [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `ciphertext_lo` on type `&solana_zk_token_sdk::instruction::TransferData` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/spl-token-2022-0.5.0/src/extension/confidential_transfer/processor.rs:629:24 [INFO] [stderr] | [INFO] [stderr] 629 | proof_data.ciphertext_lo.commitment, [INFO] [stderr] | ^^^^^^^^^^^^^ unknown field [INFO] [stderr] | [INFO] [stderr] help: one of the expressions' fields has a field of the same name [INFO] [stderr] | [INFO] [stderr] 629 | proof_data.context.ciphertext_lo.commitment, [INFO] [stderr] | ++++++++ [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `ciphertext_lo` on type `&solana_zk_token_sdk::instruction::TransferData` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/spl-token-2022-0.5.0/src/extension/confidential_transfer/processor.rs:630:24 [INFO] [stderr] | [INFO] [stderr] 630 | proof_data.ciphertext_lo.source_handle, [INFO] [stderr] | ^^^^^^^^^^^^^ unknown field [INFO] [stderr] | [INFO] [stderr] help: one of the expressions' fields has a field of the same name [INFO] [stderr] | [INFO] [stderr] 630 | proof_data.context.ciphertext_lo.source_handle, [INFO] [stderr] | ++++++++ [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `ciphertext_hi` on type `&solana_zk_token_sdk::instruction::TransferData` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/spl-token-2022-0.5.0/src/extension/confidential_transfer/processor.rs:633:24 [INFO] [stderr] | [INFO] [stderr] 633 | proof_data.ciphertext_hi.commitment, [INFO] [stderr] | ^^^^^^^^^^^^^ unknown field [INFO] [stderr] | [INFO] [stderr] help: one of the expressions' fields has a field of the same name [INFO] [stderr] | [INFO] [stderr] 633 | proof_data.context.ciphertext_hi.commitment, [INFO] [stderr] | ++++++++ [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `ciphertext_hi` on type `&solana_zk_token_sdk::instruction::TransferData` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/spl-token-2022-0.5.0/src/extension/confidential_transfer/processor.rs:634:24 [INFO] [stderr] | [INFO] [stderr] 634 | proof_data.ciphertext_hi.source_handle, [INFO] [stderr] | ^^^^^^^^^^^^^ unknown field [INFO] [stderr] | [INFO] [stderr] help: one of the expressions' fields has a field of the same name [INFO] [stderr] | [INFO] [stderr] 634 | proof_data.context.ciphertext_hi.source_handle, [INFO] [stderr] | ++++++++ [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `transfer_pubkeys` on type `&solana_zk_token_sdk::instruction::TransferData` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/spl-token-2022-0.5.0/src/extension/confidential_transfer/processor.rs:643:25 [INFO] [stderr] | [INFO] [stderr] 643 | &proof_data.transfer_pubkeys.source_pubkey, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ unknown field [INFO] [stderr] | [INFO] [stderr] help: one of the expressions' fields has a field of the same name [INFO] [stderr] | [INFO] [stderr] 643 | &proof_data.context.transfer_pubkeys.source_pubkey, [INFO] [stderr] | ++++++++ [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `ciphertext_lo` on type `&solana_zk_token_sdk::instruction::TransferData` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/spl-token-2022-0.5.0/src/extension/confidential_transfer/processor.rs:650:24 [INFO] [stderr] | [INFO] [stderr] 650 | proof_data.ciphertext_lo.commitment, [INFO] [stderr] | ^^^^^^^^^^^^^ unknown field [INFO] [stderr] | [INFO] [stderr] help: one of the expressions' fields has a field of the same name [INFO] [stderr] | [INFO] [stderr] 650 | proof_data.context.ciphertext_lo.commitment, [INFO] [stderr] | ++++++++ [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `ciphertext_lo` on type `&solana_zk_token_sdk::instruction::TransferData` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/spl-token-2022-0.5.0/src/extension/confidential_transfer/processor.rs:651:24 [INFO] [stderr] | [INFO] [stderr] 651 | proof_data.ciphertext_lo.destination_handle, [INFO] [stderr] | ^^^^^^^^^^^^^ unknown field [INFO] [stderr] | [INFO] [stderr] help: one of the expressions' fields has a field of the same name [INFO] [stderr] | [INFO] [stderr] 651 | proof_data.context.ciphertext_lo.destination_handle, [INFO] [stderr] | ++++++++ [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `ciphertext_hi` on type `&solana_zk_token_sdk::instruction::TransferData` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/spl-token-2022-0.5.0/src/extension/confidential_transfer/processor.rs:654:24 [INFO] [stderr] | [INFO] [stderr] 654 | proof_data.ciphertext_hi.commitment, [INFO] [stderr] | ^^^^^^^^^^^^^ unknown field [INFO] [stderr] | [INFO] [stderr] help: one of the expressions' fields has a field of the same name [INFO] [stderr] | [INFO] [stderr] 654 | proof_data.context.ciphertext_hi.commitment, [INFO] [stderr] | ++++++++ [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `ciphertext_hi` on type `&solana_zk_token_sdk::instruction::TransferData` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/spl-token-2022-0.5.0/src/extension/confidential_transfer/processor.rs:655:24 [INFO] [stderr] | [INFO] [stderr] 655 | proof_data.ciphertext_hi.destination_handle, [INFO] [stderr] | ^^^^^^^^^^^^^ unknown field [INFO] [stderr] | [INFO] [stderr] help: one of the expressions' fields has a field of the same name [INFO] [stderr] | [INFO] [stderr] 655 | proof_data.context.ciphertext_hi.destination_handle, [INFO] [stderr] | ++++++++ [INFO] [stderr] [INFO] [stderr] error[E0609]: no field `transfer_pubkeys` on type `&solana_zk_token_sdk::instruction::TransferData` [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/spl-token-2022-0.5.0/src/extension/confidential_transfer/processor.rs:661:25 [INFO] [stderr] | [INFO] [stderr] 661 | &proof_data.transfer_pubkeys.destination_pubkey, [INFO] [stderr] | ^^^^^^^^^^^^^^^^ unknown field [INFO] [stderr] | [INFO] [stderr] help: one of the expressions' fields has a field of the same name [INFO] [stderr] | [INFO] [stderr] 661 | &proof_data.context.transfer_pubkeys.destination_pubkey, [INFO] [stderr] | ++++++++ [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `VerifyWithdrawWithheldTokens` found for enum `solana_zk_token_sdk::zk_token_proof_instruction::ProofInstruction` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/spl-token-2022-0.5.0/src/extension/confidential_transfer/processor.rs:986:27 [INFO] [stderr] | [INFO] [stderr] 986 | ProofInstruction::VerifyWithdrawWithheldTokens, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ variant or associated item not found in `solana_zk_token_sdk::zk_token_proof_instruction::ProofInstruction` [INFO] [stderr] [INFO] [stderr] error[E0599]: no variant or associated item named `VerifyWithdrawWithheldTokens` found for enum `solana_zk_token_sdk::zk_token_proof_instruction::ProofInstruction` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/spl-token-2022-0.5.0/src/extension/confidential_transfer/processor.rs:1117:27 [INFO] [stderr] | [INFO] [stderr] 1117 | ProofInstruction::VerifyWithdrawWithheldTokens, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ variant or associated item not found in `solana_zk_token_sdk::zk_token_proof_instruction::ProofInstruction` [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0061, E0412, E0425, E0599, E0609. [INFO] [stderr] For more information about an error, try `rustc --explain E0061`. [INFO] [stderr] error: could not compile `spl-token-2022` (lib) due to 46 previous errors [INFO] running `Command { std: "docker" "inspect" "16d4ca2e34c16759f985b82caa69d686858e6cacb959e7a79e6baaefcf950f5c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "16d4ca2e34c16759f985b82caa69d686858e6cacb959e7a79e6baaefcf950f5c", kill_on_drop: false }` [INFO] [stdout] 16d4ca2e34c16759f985b82caa69d686858e6cacb959e7a79e6baaefcf950f5c