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 diagnostic-service v0.1.0 (/home/runner/infra/build-server/os/diagnostic-service) warning: associated function `get_individual_signature` is never used --> signature-service/src/jupnet/client.rs:52:18 | 14 | impl JupnetRpcClient { | -------------------- associated function in this implementation ... 52 | pub async fn get_individual_signature( | ^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default warning: field `rpc_auth_token` is never read --> signature-service/src/jupnet/repository.rs:29:5 | 27 | pub struct BlsSignatureRepository { | ---------------------- field in this struct 28 | rpc_client: JupnetRpcClient, 29 | rpc_auth_token: String, | ^^^^^^^^^^^^^^ | = note: `BlsSignatureRepository` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis warning: method `fetch_individual_signatures_with_retry` is never used --> signature-service/src/jupnet/repository.rs:143:14 | 32 | impl BlsSignatureRepository { | --------------------------- method in this implementation ... 143 | async fn fetch_individual_signatures_with_retry( | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning: `signature-service` (bin "signature-service") generated 3 warnings warning: method `craft_invalidate_request_transaction` is never used --> external-strategy-services/svm-strategy/src/clients/transaction_crafting_client.rs:514:18 | 62 | impl TransactionCraftingClient { | ------------------------------ method in this implementation ... 514 | pub async fn craft_invalidate_request_transaction( | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default warning: `svm-strategy` (bin "svm-strategy") generated 1 warning 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 Compiling relayer v0.1.0 (/home/runner/infra/build-server/os/relayer) warning: `data-api` (bin "data-api") generated 1 warning warning: methods `get_account_data_with_commitment`, `get_slot`, `get_epoch_info`, and `health_check` are never used --> relayer/src/services/jupnet_service.rs:61:18 | 16 | impl JupnetRpcService { | --------------------- methods in this implementation ... 61 | pub async fn get_account_data_with_commitment( | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... 119 | pub async fn get_slot(&self) -> anyhow::Result { | ^^^^^^^^ ... 127 | pub async fn get_epoch_info(&self) -> anyhow::Result { | ^^^^^^^^^^^^^^ ... 136 | pub async fn health_check(&self) -> anyhow::Result<()> { | ^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default warning: `relayer` (bin "relayer") generated 1 warning Finished `release` profile [optimized] target(s) in 10.76s