Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multi-chain, multi-denom support for drip #2917

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

fix(drip): cargo lock

3255d50
Select commit
Loading
Failed to load commit list.
Open

Multi-chain, multi-denom support for drip #2917

fix(drip): cargo lock
3255d50
Select commit
Loading
Failed to load commit list.
Garnix CI / package drip [x86_64-linux] succeeded Oct 18, 2024 in 16m 35s

Run results

Build succeeded

Details

Last 100 lines of logs:

   Compiling ssz v0.5.3 (/build/drip-patched-workspace-cargo-toml/lib/ssz)
   Compiling contracts v0.0.0 (/build/drip-patched-workspace-cargo-toml/generated/rust/contracts)
   Compiling clap v4.5.4
   Compiling soketto v0.8.0
   Compiling bip32 v0.5.1
   Compiling wasmparser v0.113.3
   Compiling rs_merkle v1.4.2
   Compiling bcs v0.1.6
   Compiling macros v0.1.0 (/build/drip-patched-workspace-cargo-toml/lib/macros)
   Compiling enumorph v0.1.2
   Compiling unionlabs v0.1.0 (/build/drip-patched-workspace-cargo-toml/lib/unionlabs)
   Compiling jsonrpsee-client-transport v0.24.3
   Compiling tungstenite v0.21.0
   Compiling prost-derive v0.13.2
   Compiling curve25519-dalek-ng v4.1.1
   Compiling prost v0.13.2
   Compiling jsonrpsee-ws-client v0.24.3
   Compiling jsonrpsee-http-client v0.24.3
   Compiling pest_meta v2.7.10
   Compiling darling_core v0.20.8
   Compiling darling_macro v0.20.8
   Compiling tendermint-proto v0.39.1 (https://github.com/unionlabs/tendermint-rs?branch=v0.39.1-bn254#e891d238)
   Compiling pest_generator v2.7.10
   Compiling jsonrpsee v0.24.3
   Compiling ed25519-consensus v2.1.0
   Compiling async-graphql-value v7.0.6
   Compiling ed25519 v2.2.3
   Compiling strum_macros v0.26.2
   Compiling tracing-serde v0.1.3
   Compiling serde_repr v0.1.18
   Compiling tendermint v0.39.1 (https://github.com/unionlabs/tendermint-rs?branch=v0.39.1-bn254#e891d238)
   Compiling tracing-subscriber v0.3.18
   Compiling strum v0.26.2
   Compiling async-graphql-parser v7.0.6
   Compiling pest_derive v2.7.10
   Compiling darling v0.20.8
   Compiling tokio-rustls v0.25.0
   Compiling reconnecting-jsonrpc-ws-client v0.1.0 (/build/drip-patched-workspace-cargo-toml/lib/reconnecting-jsonrpc-ws-client)
   Compiling async-tungstenite v0.24.0
   Compiling async-graphql-derive v7.0.6
   Compiling handlebars v5.1.2
   Compiling axum-core v0.4.3
   Compiling multer v3.1.0
   Compiling tendermint-config v0.39.1 (https://github.com/unionlabs/tendermint-rs?branch=v0.39.1-bn254#e891d238)
   Compiling tokio-tungstenite v0.21.0
   Compiling serde_path_to_error v0.1.16
   Compiling tendermint-rpc v0.39.1 (https://github.com/unionlabs/tendermint-rs?branch=v0.39.1-bn254#e891d238)
   Compiling async-graphql v7.0.6
   Compiling axum v0.7.5
   Compiling cometbft-rpc v0.1.0 (/build/drip-patched-workspace-cargo-toml/lib/cometbft-rpc)
   Compiling reqwest v0.12.5
   Compiling scroll-rpc v0.1.0 (/build/drip-patched-workspace-cargo-toml/lib/scroll-rpc)
   Compiling beacon-api v0.1.0 (/build/drip-patched-workspace-cargo-toml/lib/beacon-api)
   Compiling scroll-api v0.1.0 (/build/drip-patched-workspace-cargo-toml/lib/scroll-api)
   Compiling ics23 v0.1.0 (/build/drip-patched-workspace-cargo-toml/lib/ics23)
   Compiling chain-utils v0.1.0 (/build/drip-patched-workspace-cargo-toml/lib/chain-utils)
   Compiling async-sqlite v0.2.2
   Compiling recaptcha-verify v0.1.5
   Compiling async-graphql-axum v7.0.6
   Compiling drip v0.2.0 (/build/drip-patched-workspace-cargo-toml/drip)
warning: unused imports: `BorrowMut` and `Borrow`
 --> drip/src/main.rs:2:14
  |
2 |     borrow::{Borrow, BorrowMut},
  |              ^^^^^^  ^^^^^^^^^
  |
  = note: `#[warn(unused_imports)]` on by default

warning: unused variable: `config`
   --> drip/src/main.rs:116:21
    |
116 |                 let config = config.clone();
    |                     ^^^^^^ help: if this is intentional, prefix it with an underscore: `_config`
    |
    = note: `#[warn(unused_variables)]` on by default

warning: `drip` (bin "drip") generated 2 warnings (run `cargo fix --bin "drip"` to apply 1 suggestion)
    Finished `release` profile [optimized] target(s) in 10m 09s
buildPhase completed in 10 minutes 9 seconds
Running phase: installPhase
@nix {"action":"setPhase","phase":"installPhase"}
searching for bins/libs to install from cargo build log at cargoBuildLogZRSn.json
warning: Patch `merlin v3.0.0 (https://github.com/aptos-labs/merlin#3454ccc8)` was not used in the crate graph.
Patch `x25519-dalek v1.2.0 (https://github.com/aptos-labs/x25519-dalek?branch=zeroize_v1#762a9501)` 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.
installing /build/drip-patched-workspace-cargo-toml/target/release/drip
searching for bins/libs complete
stripping references to cargoVendorDir from:
/nix/store/w2fy6nlkgpma9a9y1y0734yjnvnalm4n-drip-0.2.0/bin/drip
stripping references done
Running phase: fixupPhase
@nix {"action":"setPhase","phase":"fixupPhase"}
shrinking RPATHs of ELF executables and libraries in /nix/store/w2fy6nlkgpma9a9y1y0734yjnvnalm4n-drip-0.2.0
shrinking /nix/store/w2fy6nlkgpma9a9y1y0734yjnvnalm4n-drip-0.2.0/bin/drip
checking for references to /build/ in /nix/store/w2fy6nlkgpma9a9y1y0734yjnvnalm4n-drip-0.2.0...
patching script interpreter paths in /nix/store/w2fy6nlkgpma9a9y1y0734yjnvnalm4n-drip-0.2.0
stripping (with command strip and flags -S -p) in  /nix/store/w2fy6nlkgpma9a9y1y0734yjnvnalm4n-drip-0.2.0/bin