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

feat(ics08-movement): further movement verification #3008

Merged
merged 3 commits into from
Sep 23, 2024

chore: fix warnings

74ab07c
Select commit
Loading
Failed to load commit list.
Merged

feat(ics08-movement): further movement verification #3008

chore: fix warnings
74ab07c
Select commit
Loading
Failed to load commit list.
Garnix CI / package ethereum-light-client-minimal [aarch64-linux] succeeded Sep 23, 2024 in 8m 25s

Run results

Build succeeded

Details

Last 100 lines of logs:

   Compiling impl-serde v0.4.0
   Compiling scale-info v2.11.1
   Compiling impl-codec v0.6.0
   Compiling prettyplease v0.2.22
   Compiling primitive-types v0.12.2
   Compiling strum_macros v0.25.3
   Compiling num_enum_derive v0.7.2
   Compiling open-fastrlp-derive v0.1.1
   Compiling auto_impl v1.2.0
   Compiling thiserror v1.0.61
   Compiling prost-derive v0.12.6
   Compiling ethbloom v0.13.0
   Compiling serde_json v1.0.118
   Compiling ethereum-types v0.14.1
   Compiling semver v1.0.22
   Compiling camino v1.1.6
   Compiling prost v0.12.6
   Compiling cargo-platform v0.1.8
   Compiling serde_spanned v0.6.5
   Compiling toml_edit v0.22.9
   Compiling cargo_metadata v0.18.1
   Compiling prost-types v0.12.3
   Compiling open-fastrlp v0.1.4
   Compiling ethabi v18.0.0
   Compiling num_enum v0.7.2
   Compiling strum v0.25.0
   Compiling ethers-core v2.0.10 (https://github.com/unionlabs/ethers-rs?branch=ethers-core-wasm#fd10abba)
   Compiling toml v0.8.12
   Compiling strsim v0.10.0
   Compiling prost-build v0.12.3
   Compiling darling_core v0.13.4
   Compiling ethers-contract-abigen v2.0.10 (https://github.com/unionlabs/ethers-rs?branch=ethers-core-wasm#fd10abba)
   Compiling pbjson-build v0.6.2 (https://github.com/recoord/pbjson?rev=2b7a8e4c2c83a40d04beed46aa26ab97a39a81fe#2b7a8e4c)
   Compiling macro_magic_core_macros v0.5.1
   Compiling futures-macro v0.3.30
   Compiling pin-project-internal v1.1.5
   Compiling derive-syn-parse v0.2.0
   Compiling futures-util v0.3.30
   Compiling macro_magic_core v0.5.1
   Compiling pin-project v1.1.5
   Compiling pbjson-types v0.6.0 (https://github.com/recoord/pbjson?rev=2b7a8e4c2c83a40d04beed46aa26ab97a39a81fe#2b7a8e4c)
   Compiling ethers-contract-derive v2.0.10 (https://github.com/unionlabs/ethers-rs?branch=ethers-core-wasm#fd10abba)
   Compiling darling_macro v0.13.4
   Compiling serde_derive_internals v0.29.1
   Compiling schemars_derive v0.8.21
   Compiling darling v0.13.4
   Compiling ethers-contract v2.0.10 (https://github.com/unionlabs/ethers-rs?branch=ethers-core-wasm#fd10abba)
   Compiling macro_magic_macros v0.5.1
   Compiling serde-utils v0.1.0 (/build/ethereum-light-client-patched-workspace-cargo-toml/lib/serde-utils)
   Compiling prettier-please v0.2.0
   Compiling pbjson v0.6.0 (https://github.com/recoord/pbjson?rev=2b7a8e4c2c83a40d04beed46aa26ab97a39a81fe#2b7a8e4c)
   Compiling frame-support-procedural-tools-derive v12.0.0
   Compiling clap_derive v4.5.4
   Compiling schemars v0.8.21
   Compiling frame-support-procedural-tools v13.0.0
   Compiling expander v2.1.0
   Compiling macro_magic v0.5.1
   Compiling ethers v2.0.10 (https://github.com/unionlabs/ethers-rs?branch=ethers-core-wasm#fd10abba)
   Compiling ssz-derive v0.5.3 (/build/ethereum-light-client-patched-workspace-cargo-toml/lib/ssz-derive)
   Compiling serde-json-wasm v0.5.2
   Compiling proc-macro-warning v1.0.2
   Compiling cosmwasm-std v1.5.2
   Compiling frame-support-procedural v30.0.2
   Compiling ssz v0.5.3 (/build/ethereum-light-client-patched-workspace-cargo-toml/lib/ssz)
   Compiling contracts v0.0.0 (/build/ethereum-light-client-patched-workspace-cargo-toml/generated/rust/contracts)
   Compiling protos v0.0.0 (/build/ethereum-light-client-patched-workspace-cargo-toml/generated/rust/protos)
   Compiling clap v4.5.4
   Compiling wasmparser v0.113.3
   Compiling bcs v0.1.6
   Compiling serde_bytes v0.11.15
   Compiling macros v0.1.0 (/build/ethereum-light-client-patched-workspace-cargo-toml/lib/macros)
   Compiling enumorph v0.1.2
   Compiling unionlabs v0.1.0 (/build/ethereum-light-client-patched-workspace-cargo-toml/lib/unionlabs)
warning: unused import: `ibc::core::client::height::Height`
 --> lib/unionlabs/src/cosmwasm/wasm/union/custom_query.rs:5:32
  |
5 | use crate::{bls::BlsPublicKey, ibc::core::client::height::Height, ics24::Path};
  |                                ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  |
  = note: `#[warn(unused_imports)]` on by default

warning: `unionlabs` (lib) generated 1 warning (run `cargo fix --lib -p unionlabs` to apply 1 suggestion)
   Compiling ethereum-verifier v0.1.0 (/build/ethereum-light-client-patched-workspace-cargo-toml/lib/ethereum-verifier)
   Compiling ics008-wasm-client v0.1.0 (/build/ethereum-light-client-patched-workspace-cargo-toml/lib/ics-008-wasm-client)
   Compiling serde-json-wasm v1.0.1
   Compiling ethereum-light-client v0.1.0 (/build/ethereum-light-client-patched-workspace-cargo-toml/light-clients/ethereum-light-client)
    Finished `release` profile [optimized] target(s) in 7m 26s
buildPhase completed in 7 minutes 27 seconds
Running phase: installPhase
@nix {"action":"setPhase","phase":"installPhase"}
stripping references to cargoVendorDir from:
/nix/store/qzzg6s2pfab72kyhj05ws1n40dav4kjr-ethereum-light-client-minimal-0.1.0/lib/ethereum_light_client_minimal.wasm
/nix/store/qzzg6s2pfab72kyhj05ws1n40dav4kjr-ethereum-light-client-minimal-0.1.0/lib/ethereum_light_client_minimal.wasm.gz
stripping references done
Running phase: fixupPhase
@nix {"action":"setPhase","phase":"fixupPhase"}
shrinking RPATHs of ELF executables and libraries in /nix/store/qzzg6s2pfab72kyhj05ws1n40dav4kjr-ethereum-light-client-minimal-0.1.0
checking for references to /build/ in /nix/store/qzzg6s2pfab72kyhj05ws1n40dav4kjr-ethereum-light-client-minimal-0.1.0...
patching script interpreter paths in /nix/store/qzzg6s2pfab72kyhj05ws1n40dav4kjr-ethereum-light-client-minimal-0.1.0
stripping (with command strip and flags -S -p) in  /nix/store/qzzg6s2pfab72kyhj05ws1n40dav4kjr-ethereum-light-client-minimal-0.1.0/lib