Compiling shared-lib v0.1.0 (/home/newby/projects/raccoons.dev/jupnet/infra/build-server/os/contracts-v2/jupnet-contracts/shared-lib) Compiling gum-bank v0.1.0 (/home/newby/projects/raccoons.dev/jupnet/infra/build-server/os/contracts-v2/external-contracts/solana/programs/bank) Compiling sui-sweep-account-crank v0.1.0 (/home/newby/projects/raccoons.dev/jupnet/infra/build-server/os/services/sui-sweep-account-crank) Compiling jupnet-messenger-client-sdk v0.1.0 (/home/newby/projects/raccoons.dev/jupnet/infra/build-server/os/services/vendor/jupnet-messenger-client-sdk) Compiling gum-omnichain v0.1.0 (/home/newby/projects/raccoons.dev/jupnet/infra/build-server/os/contracts-v2/jupnet-contracts/gum-omnichain) Compiling operator v0.1.0 (/home/newby/projects/raccoons.dev/jupnet/infra/build-server/os/contracts-v2/external-contracts/solana/programs/operator) warning: unexpected `cfg` condition value: `custom-heap` --> /home/newby/projects/raccoons.dev/jupnet/infra/build-server/os/contracts-v2/external-contracts/solana/programs/operator/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/operator/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/operator/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/operator/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/operator/src/instructions/complete_swap.rs:105:10 | 105 | #[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/operator/src/instructions/initiate_flash_fill.rs:237:10 | 237 | #[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/operator/src/instructions/withdraw.rs:202:10 | 202 | #[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/operator/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/operator/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 omnichain-ledger-common v0.1.0 (/home/newby/projects/raccoons.dev/jupnet/infra/build-server/os/services/common/omnichain-ledger-common) Compiling common v0.1.0 (/home/newby/projects/raccoons.dev/jupnet/infra/build-server/os/services/common) warning: `operator` (lib) generated 14 warnings (5 duplicates) Compiling jupnet-program-indexer v0.1.0 (/home/newby/projects/raccoons.dev/jupnet/infra/build-server/os/services/jupnet-program-indexer) Compiling diagnostic-service v0.1.0 (/home/newby/projects/raccoons.dev/jupnet/infra/build-server/os/services/diagnostic-service) Compiling svm-strategy v0.1.0 (/home/newby/projects/raccoons.dev/jupnet/infra/build-server/os/services/external-strategy-services/svm-strategy) Compiling completion-service v0.1.0 (/home/newby/projects/raccoons.dev/jupnet/infra/build-server/os/services/completion-service) Compiling data-api v0.1.0 (/home/newby/projects/raccoons.dev/jupnet/infra/build-server/os/services/data-api) Compiling data-service v0.1.0 (/home/newby/projects/raccoons.dev/jupnet/infra/build-server/os/services/data-service) Compiling deposit-indexer v0.1.0 (/home/newby/projects/raccoons.dev/jupnet/infra/build-server/os/services/deposit-indexer) Compiling signature-service v0.1.0 (/home/newby/projects/raccoons.dev/jupnet/infra/build-server/os/services/signature-service) Compiling sse-notification-server v0.1.0 (/home/newby/projects/raccoons.dev/jupnet/infra/build-server/os/services/sse-notification-server) Compiling runner-api-service v0.1.0 (/home/newby/projects/raccoons.dev/jupnet/infra/build-server/os/services/runner-api-service) 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: constant `LIQUIDITY_CACHE_TTL` is never used --> runner-api-service/src/repositories/gum_client_repository.rs:13:7 | 13 | const LIQUIDITY_CACHE_TTL: Duration = Duration::from_secs(30); | ^^^^^^^^^^^^^^^^^^^ | = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default warning: struct `LiquidityApiChain` is never constructed --> runner-api-service/src/repositories/gum_client_repository.rs:31:8 | 31 | struct LiquidityApiChain { | ^^^^^^^^^^^^^^^^^ warning: struct `LiquidityApiResponse` is never constructed --> runner-api-service/src/repositories/gum_client_repository.rs:38:8 | 38 | struct LiquidityApiResponse { | ^^^^^^^^^^^^^^^^^^^^ warning: fields `liquidity_api_url` and `liquidity_cache` are never read --> runner-api-service/src/repositories/gum_client_repository.rs:46:5 | 43 | pub struct GumClientRepository { | ------------------- fields in this struct ... 46 | liquidity_api_url: String, | ^^^^^^^^^^^^^^^^^ 47 | liquidity_cache: Arc, Instant)>>>, | ^^^^^^^^^^^^^^^ | = note: `GumClientRepository` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis warning: methods `get_chain_liquidity_statuses` and `fetch_chain_liquidity_statuses` are never used --> runner-api-service/src/repositories/gum_client_repository.rs:60:18 | 50 | impl GumClientRepository { | ------------------------ methods in this implementation ... 60 | pub async fn get_chain_liquidity_statuses(&self) -> anyhow::Result> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ... 83 | async fn fetch_chain_liquidity_statuses(&self) -> anyhow::Result> { | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ warning: associated items `resolve_usdc_min_deposit` and `normalize_token_amount` are never used --> runner-api-service/src/services/jupnet_service.rs:816:8 | 68 | impl JupnetService { | ------------------ associated items in this implementation ... 816 | fn resolve_usdc_min_deposit(&self, chain_id: u32) -> Option { | ^^^^^^^^^^^^^^^^^^^^^^^^ ... 854 | fn normalize_token_amount(raw: ethnum::U256, decimals: u8) -> Option { | ^^^^^^^^^^^^^^^^^^^^^^ warning: `data-api` (bin "data-api") generated 1 warning warning: `runner-api-service` (bin "runner-api-service") generated 6 warnings Finished `release` profile [optimized] target(s) in 21.50s