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

Statelens movement #3436

Merged
merged 6 commits into from
Jan 8, 2025

chore(movement-ibc): nix-fmt

78557d6
Select commit
Loading
Failed to load commit list.
Merged

Statelens movement #3436

chore(movement-ibc): nix-fmt
78557d6
Select commit
Loading
Failed to load commit list.
Garnix CI / check ethereum-light-client-tests [x86_64-linux] succeeded Jan 8, 2025 in 1m 9s

Run results

Build succeeded

Details

Last 100 lines of logs:

   Compiling derive_more v1.0.0
   Compiling serde v1.0.203
   Compiling prost-build v0.12.3
   Compiling pbjson-build v0.6.2 (https://github.com/recoord/pbjson?rev=2b7a8e4c2c83a40d04beed46aa26ab97a39a81fe#2b7a8e4c)
   Compiling elliptic-curve v0.13.8
   Compiling pbjson-types v0.6.0 (https://github.com/recoord/pbjson?rev=2b7a8e4c2c83a40d04beed46aa26ab97a39a81fe#2b7a8e4c)
   Compiling ed25519-zebra v4.0.3
   Compiling ecdsa v0.16.9
   Compiling primeorder v0.13.6
   Compiling alloy-sol-macro v0.8.12
   Compiling k256 v0.13.3
   Compiling p256 v0.13.2
   Compiling bip32 v0.5.1
   Compiling bytes v1.6.0
   Compiling hashbrown v0.15.0
   Compiling ruint v1.12.3
   Compiling const-hex v1.14.0
   Compiling serde_json v1.0.118
   Compiling impl-serde v0.4.0
   Compiling serde_bytes v0.11.15
   Compiling pbjson v0.6.0 (https://github.com/recoord/pbjson?rev=2b7a8e4c2c83a40d04beed46aa26ab97a39a81fe#2b7a8e4c)
   Compiling bcs v0.1.6
   Compiling serde-json-wasm v1.0.1
   Compiling bincode v1.3.3
   Compiling rlp v0.5.2
   Compiling impl-rlp v0.3.0
   Compiling primitive-types v0.12.2
   Compiling indexmap v2.6.0
   Compiling alloy-primitives v0.8.16
   Compiling schemars v0.8.21
   Compiling wasmparser v0.113.3
   Compiling serde-utils v0.1.0 (/build/ethereum-light-client-patched-workspace-cargo-toml/lib/serde-utils)
   Compiling alloy-sol-types v0.8.12
   Compiling alloy-serde v0.6.4
   Compiling unionlabs-primitives v0.0.1 (/build/ethereum-light-client-patched-workspace-cargo-toml/lib/unionlabs-primitives)
   Compiling cosmwasm-schema v2.1.4
   Compiling ssz v0.5.3 (/build/ethereum-light-client-patched-workspace-cargo-toml/lib/ssz)
   Compiling protos v0.0.0 (/build/ethereum-light-client-patched-workspace-cargo-toml/generated/rust/protos)
   Compiling ark-poly v0.4.2
   Compiling ark-ec v0.4.2
   Compiling ark-bls12-381 v0.4.0
   Compiling cosmwasm-crypto v2.1.4
   Compiling cosmwasm-std v2.1.4
   Compiling alloy-core v0.8.12
   Compiling alloy v0.6.4
   Compiling ibc-solidity v0.1.0 (/build/ethereum-light-client-patched-workspace-cargo-toml/lib/ibc-solidity)
   Compiling cw-storage-plus v2.0.0
   Compiling ibc-union-msg v1.0.0 (/build/ethereum-light-client-patched-workspace-cargo-toml/cosmwasm/ibc-union/core/msg)
   Compiling unionlabs v0.1.0 (/build/ethereum-light-client-patched-workspace-cargo-toml/lib/unionlabs)
   Compiling beacon-api-types v0.1.0 (/build/ethereum-light-client-patched-workspace-cargo-toml/lib/beacon-api-types)
   Compiling evm-storage-verifier v0.1.0 (/build/ethereum-light-client-patched-workspace-cargo-toml/lib/evm-storage-verifier)
   Compiling ibc-union-light-client v0.1.0 (/build/ethereum-light-client-patched-workspace-cargo-toml/cosmwasm/ibc-union/core/light-client-interface)
   Compiling ethereum-sync-protocol v0.1.0 (/build/ethereum-light-client-patched-workspace-cargo-toml/lib/ethereum-sync-protocol)
   Compiling ethereum-light-client-types v0.1.0 (/build/ethereum-light-client-patched-workspace-cargo-toml/lib/ethereum-light-client-types)
   Compiling ethereum-light-client v0.1.0 (/build/ethereum-light-client-patched-workspace-cargo-toml/cosmwasm/ibc-union/light-clients/ethereum)
warning: unused import: `ConsensusState`
 --> cosmwasm/ibc-union/light-clients/ethereum/src/contract.rs:7:48
  |
7 | use ethereum_light_client_types::{ClientState, ConsensusState};
  |                                                ^^^^^^^^^^^^^^
  |
  = note: `#[warn(unused_imports)]` on by default

warning: unused import: `CLIENT_CONSENSUS_STATES`
  --> cosmwasm/ibc-union/light-clients/ethereum/src/contract.rs:12:21
   |
12 |     IbcClientError, CLIENT_CONSENSUS_STATES, CLIENT_STATES,
   |                     ^^^^^^^^^^^^^^^^^^^^^^^

warning: unused import: `ibc_union_msg::module::IbcUnionMsg`
  --> cosmwasm/ibc-union/light-clients/ethereum/src/contract.rs:14:5
   |
14 | use ibc_union_msg::module::IbcUnionMsg;
   |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

warning: `ethereum-light-client` (lib) generated 3 warnings (run `cargo fix --lib -p ethereum-light-client` to apply 3 suggestions)
warning: `ethereum-light-client` (lib test) generated 3 warnings (3 duplicates)
    Finished `release` profile [optimized] target(s) in 1m 09s
     Running unittests src/lib.rs (target/release/deps/ethereum_light_client-27dfcfac2388e211)

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s

   Doc-tests ethereum_light_client

running 0 tests

test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s

checkPhase completed in 1 minutes 10 seconds
Running phase: installPhase
@nix {"action":"setPhase","phase":"installPhase"}
linking previous artifacts /nix/store/ig82zgq0yz5sif47rv5fcjmhjql8zy0i-ethereum-light-client-deps-0.1.0/target.tar.zst to /nix/store/f1bad5jw4gg0p87g01sma9i9d8qhyw8h-ethereum-light-client-test-0.1.0/target.tar.zst
/*stdin*\            : 30.05%   (   455 MiB =>    137 MiB, /nix/store/f1bad5jw4gg0p87g01sma9i9d8qhyw8h-ethereum-light-client-test-0.1.0/target.tar.zst) 
Running phase: fixupPhase
@nix {"action":"setPhase","phase":"fixupPhase"}
shrinking RPATHs of ELF executables and libraries in /nix/store/f1bad5jw4gg0p87g01sma9i9d8qhyw8h-ethereum-light-client-test-0.1.0
checking for references to /build/ in /nix/store/f1bad5jw4gg0p87g01sma9i9d8qhyw8h-ethereum-light-client-test-0.1.0...
patching script interpreter paths in /nix/store/f1bad5jw4gg0p87g01sma9i9d8qhyw8h-ethereum-light-client-test-0.1.0