warning: Patch `solana-nostd-secp256k1-recover v0.1.1 (https://github.com/jupnet/solana-nostd-secp256k1-recover.git#4675e623)` was not used in the crate graph. Check that the patched package version and available features are compatible with the dependency requirements. If the patch has a different version from what is locked in the Cargo.lock file, run `cargo update` to use the new version. This may also occur with an optional dependency that is not enabled. Compiling common v0.1.0 (/home/runner/infra/build-server/os/common) Compiling jupnet-program-indexer v0.1.0 (/home/runner/infra/build-server/os/jupnet-program-indexer) Compiling deposit-indexer v0.1.0 (/home/runner/infra/build-server/os/deposit-indexer) Compiling runner-api-service v0.1.0 (/home/runner/infra/build-server/os/runner-api-service) Compiling svm-strategy v0.1.0 (/home/runner/infra/build-server/os/external-strategy-services/svm-strategy) Compiling diagnostic-service v0.1.0 (/home/runner/infra/build-server/os/diagnostic-service) Compiling svm-poller v0.1.0 (/home/runner/infra/build-server/os/external-poller-services/svm-poller) Compiling multichain-receiver-listener v0.1.0 (/home/runner/infra/build-server/os/multichain-receiver-listener) Compiling data-service v0.1.0 (/home/runner/infra/build-server/os/data-service) Compiling signature-service v0.1.0 (/home/runner/infra/build-server/os/signature-service) Compiling deposit-sweeper-publisher v0.1.0 (/home/runner/infra/build-server/os/deposit-sweeper-publisher) Compiling sse-notification-server v0.1.0 (/home/runner/infra/build-server/os/sse-notification-server) Compiling data-api v0.1.0 (/home/runner/infra/build-server/os/data-api) Compiling evm-poller v0.1.0 (/home/runner/infra/build-server/os/external-poller-services/evm-poller) Compiling mvm-poller v0.1.0 (/home/runner/infra/build-server/os/external-poller-services/mvm-poller) warning: associated function `get_individual_signature` is never used --> signature-service/src/jupnet/client.rs:43:18 | 14 | impl JupnetRpcClient { | -------------------- associated function in this implementation ... 43 | pub async fn get_individual_signature( | ^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default warning: method `fetch_individual_signatures_with_retry` is never used --> signature-service/src/jupnet/repository.rs:138:14 | 31 | impl BlsSignatureRepository { | --------------------------- method in this implementation ... 138 | async fn fetch_individual_signatures_with_retry( | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning: struct `ApiDoc` is never constructed --> data-api/src/server.rs:28:8 | 28 | struct ApiDoc; | ^^^^^^ | = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default warning: multiple methods are never used --> external-strategy-services/svm-strategy/src/clients/transaction_crafting_client.rs:92:18 | 66 | impl TransactionCraftingClient { | ------------------------------ methods in this implementation ... 92 | pub async fn craft_initiate_deferred_request_transaction( | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... 204 | pub async fn craft_execute_withdrawal_request_transaction( | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... 319 | pub async fn craft_execute_swap_request_transaction( | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... 518 | pub async fn craft_invalidate_request_transaction( | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... 1008 | pub async fn craft_execute_swap_instruction_for_request( | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... 1166 | pub fn get_request_pda_derivation_seed(&self, jupnet_request_account: &Pubkey) -> [u8; 32] { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... 1369 | fn craft_initiate_deferred_request_instruction( | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... 1412 | pub fn craft_execute_deferred_request_instruction( | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default warning: variant `UpdateMerkleRoot` is never constructed --> external-strategy-services/svm-strategy/src/helpers/solana_helpers.rs:58:5 | 55 | pub enum BufferUseCase { | ------------- variant in this enum ... 58 | UpdateMerkleRoot { epoch: u64 }, | ^^^^^^^^^^^^^^^^ warning: `signature-service` (bin "signature-service") generated 2 warnings warning: `data-api` (bin "data-api") generated 1 warning warning: `svm-strategy` (bin "svm-strategy") generated 2 warnings Finished `release` profile [optimized] target(s) in 23.84s