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/newby/infra/build-server/os/common) error[E0308]: mismatched types --> common/src/jupnet_rpc_pool.rs:369:12 | 369 | Ok(state.base.amount) | -- ^^^^^^^^^^^^^^^^^ expected `u64`, found `U256` | | | arguments to this enum variant are incorrect | help: the type constructed contains `ethnum::U256` due to the type of the argument passed --> common/src/jupnet_rpc_pool.rs:369:9 | 369 | Ok(state.base.amount) | ^^^-----------------^ | | | this argument influences the type of `Ok` note: tuple variant defined here --> /rustc/f8297e351a40c1439a467bbbb6879088047f50b3/library/core/src/result.rs:554:5 For more information about this error, try `rustc --explain E0308`. error: could not compile `common` (lib) due to 1 previous error