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. warning: unexpected `cfg` condition value: `solana` --> /home/newby/projects/raccoons.dev/jupnet/infra/build-server/os/contracts-v2/jupnet-contracts/shared-lib/src/pda.rs:70:15 | 70 | #[cfg(any(target_os = "solana", not(feature = "coverage")))] | ^^^^^^^^^^^^^^^^^^^^ | = note: expected values for `target_os` are: `aix`, `amdhsa`, `android`, `cuda`, `cygwin`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `lynxos178`, `macos`, `managarm`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, and `tvos` and 11 more = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default warning: unexpected `cfg` condition value: `coverage` --> /home/newby/projects/raccoons.dev/jupnet/infra/build-server/os/contracts-v2/jupnet-contracts/shared-lib/src/pda.rs:70:41 | 70 | #[cfg(any(target_os = "solana", not(feature = "coverage")))] | ^^^^^^^^^^^^^^^^^^^^ help: remove the condition | = note: no expected values for `feature` = help: consider adding `coverage` as a feature in `Cargo.toml` = note: see for more information about checking conditional configuration warning: `shared-lib` (lib) generated 2 warnings Compiling minter v0.1.0 (/home/newby/projects/raccoons.dev/jupnet/infra/build-server/os/contracts-v2/jupnet-contracts/minter) Compiling jupnet-bank v0.1.0 (/home/newby/projects/raccoons.dev/jupnet/infra/build-server/os/contracts-v2/external-contracts/solana/programs/bank) Compiling runner-api-service v0.1.0 (/home/newby/projects/raccoons.dev/jupnet/infra/build-server/os/services/runner-api-service) warning: unexpected `cfg` condition value: `anchor-debug` --> /home/newby/projects/raccoons.dev/jupnet/infra/build-server/os/contracts-v2/external-contracts/solana/programs/bank/src/instructions/close_request_buffer.rs:18:10 | 18 | #[derive(Accounts)] | ^^^^^^^^ | = note: expected values for `feature` are: `cpi`, `default`, `devnet`, `dummy-for-ci-check`, `frozen-abi`, `idl-build`, `mainnet`, `no-entrypoint`, `no-idl`, and `no-log-ix-name` = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate = help: try referring to `Accounts` crate for guidance on how handle this unexpected cfg = help: the derive macro `Accounts` may come from an old version of the `anchor_derive_accounts` crate, try updating your dependency with `cargo update -p anchor_derive_accounts` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default = note: this warning originates in the derive macro `Accounts` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition value: `anchor-debug` --> /home/newby/projects/raccoons.dev/jupnet/infra/build-server/os/contracts-v2/external-contracts/solana/programs/bank/src/instructions/create_or_append_request_buffer.rs:123:10 | 123 | #[derive(Accounts)] | ^^^^^^^^ | = note: expected values for `feature` are: `cpi`, `default`, `devnet`, `dummy-for-ci-check`, `frozen-abi`, `idl-build`, `mainnet`, `no-entrypoint`, `no-idl`, and `no-log-ix-name` = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate = help: try referring to `Accounts` crate for guidance on how handle this unexpected cfg = help: the derive macro `Accounts` may come from an old version of the `anchor_derive_accounts` crate, try updating your dependency with `cargo update -p anchor_derive_accounts` = note: see for more information about checking conditional configuration = note: this warning originates in the derive macro `Accounts` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition value: `anchor-debug` --> /home/newby/projects/raccoons.dev/jupnet/infra/build-server/os/contracts-v2/external-contracts/solana/programs/bank/src/instructions/invalidate_request.rs:195:10 | 195 | #[derive(Accounts)] | ^^^^^^^^ | = note: expected values for `feature` are: `cpi`, `default`, `devnet`, `dummy-for-ci-check`, `frozen-abi`, `idl-build`, `mainnet`, `no-entrypoint`, `no-idl`, and `no-log-ix-name` = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate = help: try referring to `Accounts` crate for guidance on how handle this unexpected cfg = help: the derive macro `Accounts` may come from an old version of the `anchor_derive_accounts` crate, try updating your dependency with `cargo update -p anchor_derive_accounts` = note: see for more information about checking conditional configuration = note: this warning originates in the derive macro `Accounts` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition value: `anchor-debug` --> /home/newby/projects/raccoons.dev/jupnet/infra/build-server/os/contracts-v2/external-contracts/solana/programs/bank/src/instructions/request.rs:277:10 | 277 | #[derive(Accounts)] | ^^^^^^^^ | = note: expected values for `feature` are: `cpi`, `default`, `devnet`, `dummy-for-ci-check`, `frozen-abi`, `idl-build`, `mainnet`, `no-entrypoint`, `no-idl`, and `no-log-ix-name` = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate = help: try referring to `Accounts` crate for guidance on how handle this unexpected cfg = help: the derive macro `Accounts` may come from an old version of the `anchor_derive_accounts` crate, try updating your dependency with `cargo update -p anchor_derive_accounts` = note: see for more information about checking conditional configuration = note: this warning originates in the derive macro `Accounts` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition value: `anchor-debug` --> /home/newby/projects/raccoons.dev/jupnet/infra/build-server/os/contracts-v2/external-contracts/solana/programs/bank/src/instructions/sweep.rs:144:10 | 144 | #[derive(Accounts)] | ^^^^^^^^ | = note: expected values for `feature` are: `cpi`, `default`, `devnet`, `dummy-for-ci-check`, `frozen-abi`, `idl-build`, `mainnet`, `no-entrypoint`, `no-idl`, and `no-log-ix-name` = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate = help: try referring to `Accounts` crate for guidance on how handle this unexpected cfg = help: the derive macro `Accounts` may come from an old version of the `anchor_derive_accounts` crate, try updating your dependency with `cargo update -p anchor_derive_accounts` = note: see for more information about checking conditional configuration = note: this warning originates in the derive macro `Accounts` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition value: `anchor-debug` --> /home/newby/projects/raccoons.dev/jupnet/infra/build-server/os/contracts-v2/external-contracts/solana/programs/bank/src/instructions/toggle_bank_state.rs:30:10 | 30 | #[derive(Accounts)] | ^^^^^^^^ | = note: expected values for `feature` are: `cpi`, `default`, `devnet`, `dummy-for-ci-check`, `frozen-abi`, `idl-build`, `mainnet`, `no-entrypoint`, `no-idl`, and `no-log-ix-name` = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate = help: try referring to `Accounts` crate for guidance on how handle this unexpected cfg = help: the derive macro `Accounts` may come from an old version of the `anchor_derive_accounts` crate, try updating your dependency with `cargo update -p anchor_derive_accounts` = note: see for more information about checking conditional configuration = note: this warning originates in the derive macro `Accounts` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition value: `anchor-debug` --> /home/newby/projects/raccoons.dev/jupnet/infra/build-server/os/contracts-v2/external-contracts/solana/programs/bank/src/lib.rs:16:1 | 16 | #[program] | ^^^^^^^^^^ | = note: expected values for `feature` are: `cpi`, `default`, `devnet`, `dummy-for-ci-check`, `frozen-abi`, `idl-build`, `mainnet`, `no-entrypoint`, `no-idl`, and `no-log-ix-name` = note: using a cfg inside a attribute macro will use the cfgs from the destination crate and not the ones from the defining crate = help: try referring to `program` crate for guidance on how handle this unexpected cfg = help: the attribute macro `program` may come from an old version of the `anchor_attribute_program` crate, try updating your dependency with `cargo update -p anchor_attribute_program` = note: see for more information about checking conditional configuration = note: this warning originates in the attribute macro `program` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition value: `anchor-debug` --> /home/newby/projects/raccoons.dev/jupnet/infra/build-server/os/contracts-v2/external-contracts/solana/programs/bank/src/lib.rs:16:1 | 16 | #[program] | ^^^^^^^^^^ | = note: expected values for `feature` are: `cpi`, `default`, `devnet`, `dummy-for-ci-check`, `frozen-abi`, `idl-build`, `mainnet`, `no-entrypoint`, `no-idl`, and `no-log-ix-name` = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate = help: try referring to `Accounts` crate for guidance on how handle this unexpected cfg = help: the derive macro `Accounts` may come from an old version of the `anchor_derive_accounts` crate, try updating your dependency with `cargo update -p anchor_derive_accounts` = note: see for more information about checking conditional configuration = note: this warning originates in the derive macro `Accounts` (in Nightly builds, run with -Z macro-backtrace for more info) Compiling deposit-addresses v0.1.0 (/home/newby/projects/raccoons.dev/jupnet/infra/build-server/os/contracts-v2/jupnet-contracts/deposit-addresses) Compiling omnichain-ledger-common v0.1.0 (/home/newby/projects/raccoons.dev/jupnet/infra/build-server/os/services/common/omnichain-ledger-common) Compiling bridge v0.1.0 (/home/newby/projects/raccoons.dev/jupnet/infra/build-server/os/contracts-v2/jupnet-contracts/bridge) warning: `jupnet-bank` (lib) generated 13 warnings (5 duplicates) Compiling jupnet-implementation-1 v0.1.0 (/home/newby/projects/raccoons.dev/jupnet/infra/build-server/os/contracts-v2/external-contracts/solana/programs/jupnet-implementation-1) warning: unexpected `cfg` condition value: `custom-heap` --> /home/newby/projects/raccoons.dev/jupnet/infra/build-server/os/contracts-v2/external-contracts/solana/programs/jupnet-implementation-1/src/lib.rs:16:1 | 16 | #[program] | ^^^^^^^^^^ | = note: expected values for `feature` are: `cpi`, `default`, `devnet`, `dummy-for-ci-check`, `frozen-abi`, `idl-build`, `mainnet`, `no-entrypoint`, `no-idl`, and `no-log-ix-name` = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate = help: try referring to `$crate::custom_heap_default` crate for guidance on how handle this unexpected cfg = 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` = note: see for more information about checking conditional configuration = note: `#[warn(unexpected_cfgs)]` on by default = note: this warning originates in the macro `$crate::custom_heap_default` which comes from the expansion of the attribute macro `program` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition value: `solana` --> /home/newby/projects/raccoons.dev/jupnet/infra/build-server/os/contracts-v2/external-contracts/solana/programs/jupnet-implementation-1/src/lib.rs:16:1 | 16 | #[program] | ^^^^^^^^^^ | = note: expected values for `target_os` are: `aix`, `amdhsa`, `android`, `cuda`, `cygwin`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `lynxos178`, `macos`, `managarm`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, and `tvos` and 11 more = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate = help: try referring to `$crate::custom_heap_default` crate for guidance on how handle this unexpected cfg = 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` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `$crate::custom_heap_default` which comes from the expansion of the attribute macro `program` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition value: `custom-panic` --> /home/newby/projects/raccoons.dev/jupnet/infra/build-server/os/contracts-v2/external-contracts/solana/programs/jupnet-implementation-1/src/lib.rs:16:1 | 16 | #[program] | ^^^^^^^^^^ | = note: expected values for `feature` are: `cpi`, `default`, `devnet`, `dummy-for-ci-check`, `frozen-abi`, `idl-build`, `mainnet`, `no-entrypoint`, `no-idl`, and `no-log-ix-name` = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate = help: try referring to `$crate::custom_panic_default` crate for guidance on how handle this unexpected cfg = 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` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `$crate::custom_panic_default` which comes from the expansion of the attribute macro `program` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition value: `solana` --> /home/newby/projects/raccoons.dev/jupnet/infra/build-server/os/contracts-v2/external-contracts/solana/programs/jupnet-implementation-1/src/lib.rs:16:1 | 16 | #[program] | ^^^^^^^^^^ | = note: expected values for `target_os` are: `aix`, `amdhsa`, `android`, `cuda`, `cygwin`, `dragonfly`, `emscripten`, `espidf`, `freebsd`, `fuchsia`, `haiku`, `hermit`, `horizon`, `hurd`, `illumos`, `ios`, `l4re`, `linux`, `lynxos178`, `macos`, `managarm`, `netbsd`, `none`, `nto`, `nuttx`, `openbsd`, `psp`, `psx`, `redox`, `rtems`, `solaris`, `solid_asp3`, `teeos`, `trusty`, and `tvos` and 11 more = note: using a cfg inside a macro will use the cfgs from the destination crate and not the ones from the defining crate = help: try referring to `$crate::custom_panic_default` crate for guidance on how handle this unexpected cfg = 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` = note: see for more information about checking conditional configuration = note: this warning originates in the macro `$crate::custom_panic_default` which comes from the expansion of the attribute macro `program` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition value: `anchor-debug` --> /home/newby/projects/raccoons.dev/jupnet/infra/build-server/os/contracts-v2/external-contracts/solana/programs/jupnet-implementation-1/src/instructions/complete_swap.rs:82:10 | 82 | #[derive(Accounts)] | ^^^^^^^^ | = note: expected values for `feature` are: `cpi`, `default`, `devnet`, `dummy-for-ci-check`, `frozen-abi`, `idl-build`, `mainnet`, `no-entrypoint`, `no-idl`, and `no-log-ix-name` = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate = help: try referring to `Accounts` crate for guidance on how handle this unexpected cfg = help: the derive macro `Accounts` may come from an old version of the `anchor_derive_accounts` crate, try updating your dependency with `cargo update -p anchor_derive_accounts` = note: see for more information about checking conditional configuration = note: this warning originates in the derive macro `Accounts` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition value: `anchor-debug` --> /home/newby/projects/raccoons.dev/jupnet/infra/build-server/os/contracts-v2/external-contracts/solana/programs/jupnet-implementation-1/src/instructions/initiate_flash_fill.rs:234:10 | 234 | #[derive(Accounts)] | ^^^^^^^^ | = note: expected values for `feature` are: `cpi`, `default`, `devnet`, `dummy-for-ci-check`, `frozen-abi`, `idl-build`, `mainnet`, `no-entrypoint`, `no-idl`, and `no-log-ix-name` = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate = help: try referring to `Accounts` crate for guidance on how handle this unexpected cfg = help: the derive macro `Accounts` may come from an old version of the `anchor_derive_accounts` crate, try updating your dependency with `cargo update -p anchor_derive_accounts` = note: see for more information about checking conditional configuration = note: this warning originates in the derive macro `Accounts` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition value: `anchor-debug` --> /home/newby/projects/raccoons.dev/jupnet/infra/build-server/os/contracts-v2/external-contracts/solana/programs/jupnet-implementation-1/src/instructions/withdraw.rs:189:10 | 189 | #[derive(Accounts)] | ^^^^^^^^ | = note: expected values for `feature` are: `cpi`, `default`, `devnet`, `dummy-for-ci-check`, `frozen-abi`, `idl-build`, `mainnet`, `no-entrypoint`, `no-idl`, and `no-log-ix-name` = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate = help: try referring to `Accounts` crate for guidance on how handle this unexpected cfg = help: the derive macro `Accounts` may come from an old version of the `anchor_derive_accounts` crate, try updating your dependency with `cargo update -p anchor_derive_accounts` = note: see for more information about checking conditional configuration = note: this warning originates in the derive macro `Accounts` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition value: `anchor-debug` --> /home/newby/projects/raccoons.dev/jupnet/infra/build-server/os/contracts-v2/external-contracts/solana/programs/jupnet-implementation-1/src/lib.rs:16:1 | 16 | #[program] | ^^^^^^^^^^ | = note: expected values for `feature` are: `cpi`, `default`, `devnet`, `dummy-for-ci-check`, `frozen-abi`, `idl-build`, `mainnet`, `no-entrypoint`, `no-idl`, and `no-log-ix-name` = note: using a cfg inside a attribute macro will use the cfgs from the destination crate and not the ones from the defining crate = help: try referring to `program` crate for guidance on how handle this unexpected cfg = help: the attribute macro `program` may come from an old version of the `anchor_attribute_program` crate, try updating your dependency with `cargo update -p anchor_attribute_program` = note: see for more information about checking conditional configuration = note: this warning originates in the attribute macro `program` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unexpected `cfg` condition value: `anchor-debug` --> /home/newby/projects/raccoons.dev/jupnet/infra/build-server/os/contracts-v2/external-contracts/solana/programs/jupnet-implementation-1/src/lib.rs:16:1 | 16 | #[program] | ^^^^^^^^^^ | = note: expected values for `feature` are: `cpi`, `default`, `devnet`, `dummy-for-ci-check`, `frozen-abi`, `idl-build`, `mainnet`, `no-entrypoint`, `no-idl`, and `no-log-ix-name` = note: using a cfg inside a derive macro will use the cfgs from the destination crate and not the ones from the defining crate = help: try referring to `Accounts` crate for guidance on how handle this unexpected cfg = help: the derive macro `Accounts` may come from an old version of the `anchor_derive_accounts` crate, try updating your dependency with `cargo update -p anchor_derive_accounts` = note: see for more information about checking conditional configuration = note: this warning originates in the derive macro `Accounts` (in Nightly builds, run with -Z macro-backtrace for more info) Compiling multichain-deposit-forwarder v0.1.0 (/home/newby/projects/raccoons.dev/jupnet/infra/build-server/os/contracts-v2/jupnet-contracts/multichain-deposit-forwarder) Compiling common v0.1.0 (/home/newby/projects/raccoons.dev/jupnet/infra/build-server/os/services/common) warning: `jupnet-implementation-1` (lib) generated 14 warnings (5 duplicates) Compiling diagnostic-service v0.1.0 (/home/newby/projects/raccoons.dev/jupnet/infra/build-server/os/services/diagnostic-service) Compiling data-api v0.1.0 (/home/newby/projects/raccoons.dev/jupnet/infra/build-server/os/services/data-api) Compiling svm-poller v0.1.0 (/home/newby/projects/raccoons.dev/jupnet/infra/build-server/os/services/external-poller-services/svm-poller) Compiling signature-service v0.1.0 (/home/newby/projects/raccoons.dev/jupnet/infra/build-server/os/services/signature-service) Compiling jupnet-program-indexer v0.1.0 (/home/newby/projects/raccoons.dev/jupnet/infra/build-server/os/services/jupnet-program-indexer) Compiling deposit-sweeper-publisher v0.1.0 (/home/newby/projects/raccoons.dev/jupnet/infra/build-server/os/services/deposit-sweeper-publisher) Compiling mvm-poller v0.1.0 (/home/newby/projects/raccoons.dev/jupnet/infra/build-server/os/services/external-poller-services/mvm-poller) Compiling sse-notification-server v0.1.0 (/home/newby/projects/raccoons.dev/jupnet/infra/build-server/os/services/sse-notification-server) Compiling deposit-indexer v0.1.0 (/home/newby/projects/raccoons.dev/jupnet/infra/build-server/os/services/deposit-indexer) Compiling completion-service v0.1.0 (/home/newby/projects/raccoons.dev/jupnet/infra/build-server/os/services/completion-service) Compiling evm-poller v0.1.0 (/home/newby/projects/raccoons.dev/jupnet/infra/build-server/os/services/external-poller-services/evm-poller) Compiling data-service v0.1.0 (/home/newby/projects/raccoons.dev/jupnet/infra/build-server/os/services/data-service) Compiling multichain-receiver-listener v0.1.0 (/home/newby/projects/raccoons.dev/jupnet/infra/build-server/os/services/multichain-receiver-listener) Compiling svm-strategy v0.1.0 (/home/newby/projects/raccoons.dev/jupnet/infra/build-server/os/services/external-strategy-services/svm-strategy) warning: unused import: `rpc_response::RpcContactInfo` --> signature-service/src/jupnet/client.rs:1:57 | 1 | use jupnet_client::{nonblocking::rpc_client::RpcClient, rpc_response::RpcContactInfo}; | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default 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: unreachable call --> external-strategy-services/svm-strategy/src/processor.rs:151:53 | 151 | jupnet_strategy_services_helper.create_withdrawal_signature_query_param( | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable call 152 | &intent_execution_request.request_account_address, 153 | todo!(), // Proof hash | ------- any code following this expression is unreachable | = note: `#[warn(unreachable_code)]` (part of `#[warn(unused)]`) on by default warning: unreachable call --> external-strategy-services/svm-strategy/src/processor.rs:606:53 | 606 | jupnet_strategy_services_helper.create_invalidate_signature_query_param( | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable call 607 | &intent_execution_request.request_account_address, 608 | todo!(), // Proof hash | ------- any code following this expression is unreachable warning: unreachable call --> external-strategy-services/svm-strategy/src/processor.rs:1190:53 | 1190 | jupnet_strategy_services_helper.create_swap_signature_query_param( | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable call 1191 | &intent_execution_request.request_account_address, 1192 | todo!(), // Proof hash | ------- any code following this expression is unreachable warning: unused variable: `solana_rpc_client` --> external-strategy-services/svm-strategy/src/processor.rs:56:5 | 56 | solana_rpc_client: &SolanaRpcClient, | ^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_solana_rpc_client` | = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default warning: unused variable: `jupiter_quote_client` --> external-strategy-services/svm-strategy/src/processor.rs:57:5 | 57 | jupiter_quote_client: &JupiterQuoteClient, | ^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_jupiter_quote_client` warning: value assigned to `created_at_ms` is never read --> external-strategy-services/svm-strategy/src/processor.rs:148:13 | 148 | created_at_ms = chrono::Utc::now().timestamp_millis(); | ^^^^^^^^^^^^^ | = help: maybe it is overwritten before being read? = note: `#[warn(unused_assignments)]` (part of `#[warn(unused)]`) on by default warning: unused variable: `svm_bls_signature_argument` --> external-strategy-services/svm-strategy/src/processor.rs:149:17 | 149 | let svm_bls_signature_argument = match jupnet_strategy_services_helper | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_svm_bls_signature_argument` warning: unused variable: `svm_bls_signature_argument` --> external-strategy-services/svm-strategy/src/processor.rs:604:17 | 604 | let svm_bls_signature_argument = match jupnet_strategy_services_helper | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_svm_bls_signature_argument` warning: value assigned to `created_at_ms` is never read --> external-strategy-services/svm-strategy/src/processor.rs:1187:13 | 1187 | created_at_ms = chrono::Utc::now().timestamp_millis(); | ^^^^^^^^^^^^^ | = help: maybe it is overwritten before being read? warning: unused variable: `svm_bls_signature_argument` --> external-strategy-services/svm-strategy/src/processor.rs:1188:17 | 1188 | let svm_bls_signature_argument = match jupnet_strategy_services_helper | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_svm_bls_signature_argument` warning: field `discord_alerts_sender` is never read --> runner-api-service/src/services/jupnet_service.rs:63:5 | 55 | pub struct JupnetService { | ------------- field in this struct ... 63 | discord_alerts_sender: UnboundedSender, | ^^^^^^^^^^^^^^^^^^^^^ | = note: `JupnetService` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default warning: `signature-service` (bin "signature-service") generated 1 warning (run `cargo fix --bin "signature-service"` to apply 1 suggestion) warning: `data-api` (bin "data-api") generated 1 warning warning: `svm-strategy` (bin "svm-strategy") generated 10 warnings warning: `runner-api-service` (bin "runner-api-service") generated 1 warning Finished `release` profile [optimized] target(s) in 23.88s