Voyager v2 #2661
Merged
Voyager v2 #2661
Garnix CI / check berachain-light-client-tests [x86_64-linux]
succeeded
Sep 16, 2024 in 7m 45s
Run results
Build succeeded
Details
Last 100 lines of logs:
Compiling toml_datetime v0.6.5
Compiling bytes v1.6.0
Compiling impl-serde v0.4.0
Compiling serde_json v1.0.118
Compiling serde_spanned v0.6.5
Compiling semver v1.0.22
Compiling cargo-platform v0.1.8
Compiling camino v1.1.6
Compiling toml_edit v0.20.7
Compiling toml_edit v0.19.15
Compiling toml_edit v0.21.1
Compiling toml_edit v0.22.9
Compiling rlp v0.5.2
Compiling prost v0.12.6
Compiling open-fastrlp-derive v0.1.1
Compiling impl-rlp v0.3.0
Compiling ed25519-zebra v3.1.0
Compiling pbjson v0.6.0 (https://github.com/recoord/pbjson?rev=2b7a8e4c2c83a40d04beed46aa26ab97a39a81fe#2b7a8e4c)
Compiling serde-json-wasm v0.5.2
Compiling bcs v0.1.4 (https://github.com/aptos-labs/bcs.git?rev=d31fab9d81748e2594be5cd5cdf845786a30562d#d31fab9d)
Compiling serde_bytes v0.11.14
Compiling serde-json-wasm v1.0.1
Compiling prost-types v0.12.3
Compiling cosmwasm-crypto v1.5.2
Compiling wasmparser v0.113.3
Compiling cargo_metadata v0.18.1
Compiling open-fastrlp v0.1.4
Compiling primitive-types v0.12.2
Compiling ethbloom v0.13.0
Compiling schemars v0.8.21
Compiling proc-macro-crate v2.0.0
Compiling proc-macro-crate v3.1.0
Compiling proc-macro-crate v1.3.1
Compiling prost-build v0.12.3
Compiling pbjson-build v0.6.2 (https://github.com/recoord/pbjson?rev=2b7a8e4c2c83a40d04beed46aa26ab97a39a81fe#2b7a8e4c)
Compiling frame-support-procedural-tools v9.0.0
Compiling toml v0.8.12
Compiling parity-scale-codec-derive v3.6.9
Compiling num_enum_derive v0.7.2
Compiling ethereum-types v0.14.1
Compiling serde-utils v0.1.0 (/build/berachain-light-client-patched-workspace-cargo-toml/lib/serde-utils)
Compiling scale-info-derive v2.11.1
Compiling frame-support-procedural v22.0.0
Compiling ssz v0.5.3 (/build/berachain-light-client-patched-workspace-cargo-toml/lib/ssz)
Compiling pbjson-types v0.6.0 (https://github.com/recoord/pbjson?rev=2b7a8e4c2c83a40d04beed46aa26ab97a39a81fe#2b7a8e4c)
Compiling cosmwasm-std v1.5.2
Compiling ethabi v18.0.0
Compiling num_enum v0.7.2
Compiling parity-scale-codec v3.6.9
Compiling ethers-core v2.0.10 (https://github.com/unionlabs/ethers-rs?branch=ethers-core-wasm#fd10abba)
Compiling scale-info v2.11.1
Compiling impl-codec v0.6.0
Compiling protos v0.0.0 (/build/berachain-light-client-patched-workspace-cargo-toml/generated/rust/protos)
Compiling ethers-contract-abigen v2.0.10 (https://github.com/unionlabs/ethers-rs?branch=ethers-core-wasm#fd10abba)
Compiling ethers-contract-derive v2.0.10 (https://github.com/unionlabs/ethers-rs?branch=ethers-core-wasm#fd10abba)
Compiling ethers-contract v2.0.10 (https://github.com/unionlabs/ethers-rs?branch=ethers-core-wasm#fd10abba)
Compiling ethers v2.0.10 (https://github.com/unionlabs/ethers-rs?branch=ethers-core-wasm#fd10abba)
Compiling contracts v0.0.0 (/build/berachain-light-client-patched-workspace-cargo-toml/generated/rust/contracts)
Compiling unionlabs v0.1.0 (/build/berachain-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
Compiling ics008-wasm-client v0.1.0 (/build/berachain-light-client-patched-workspace-cargo-toml/lib/ics-008-wasm-client)
Compiling ethereum-verifier v0.1.0 (/build/berachain-light-client-patched-workspace-cargo-toml/lib/ethereum-verifier)
Compiling tendermint-verifier v0.1.0 (/build/berachain-light-client-patched-workspace-cargo-toml/lib/tendermint-verifier)
Compiling ics23 v0.1.0 (/build/berachain-light-client-patched-workspace-cargo-toml/lib/ics23)
warning: `unionlabs` (lib) generated 1 warning (run `cargo fix --lib -p unionlabs` to apply 1 suggestion)
Compiling tendermint-light-client v0.1.0 (/build/berachain-light-client-patched-workspace-cargo-toml/light-clients/tendermint-light-client)
Compiling ethereum-light-client v0.1.0 (/build/berachain-light-client-patched-workspace-cargo-toml/light-clients/ethereum-light-client)
Compiling berachain-light-client v0.1.0 (/build/berachain-light-client-patched-workspace-cargo-toml/light-clients/berachain-light-client)
Finished `release` profile [optimized] target(s) in 1m 20s
Running unittests src/lib.rs (target/release/deps/berachain_light_client-790e9d4e02ae5317)
running 2 tests
test client::tests::client_message_decode ... ok
test client::tests::update ... ok
test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s
Doc-tests berachain_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 20 seconds
@nix {"action":"setPhase","phase":"installPhase"}
Running phase: installPhase
linking previous artifacts /nix/store/krc9gqw55p4w4jcnikg46gp6svr6zfxx-berachain-light-client-deps-0.1.0/target.tar.zst to /nix/store/61qh9c4fvahb651qwwn7f9zy8m4k4rdj-berachain-light-client-test-0.1.0/target.tar.zst
/*stdin*\ : 30.05% ( 562 MiB => 169 MiB, /nix/store/61qh9c4fvahb651qwwn7f9zy8m4k4rdj-berachain-light-client-test-0.1.0/target.tar.zst)
@nix {"action":"setPhase","phase":"fixupPhase"}
Running phase: fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/61qh9c4fvahb651qwwn7f9zy8m4k4rdj-berachain-light-client-test-0.1.0
checking for references to /build/ in /nix/store/61qh9c4fvahb651qwwn7f9zy8m4k4rdj-berachain-light-client-test-0.1.0...
patching script interpreter paths in /nix/store/61qh9c4fvahb651qwwn7f9zy8m4k4rdj-berachain-light-client-test-0.1.0
Loading