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

Voyager v2 #2661

Merged
merged 1 commit into from
Sep 17, 2024

feat(voyager)!: voyager v2

61b5224
Select commit
Loading
Failed to load commit list.
Merged

Voyager v2 #2661

feat(voyager)!: voyager v2
61b5224
Select commit
Loading
Failed to load commit list.
Garnix CI / check ics08-movement-tests [x86_64-linux] succeeded Sep 16, 2024 in 7m 37s

Run results

Build succeeded

Details

Last 100 lines of logs:

will append /build/ics08-movement-patched-workspace-cargo-toml/.cargo-home/config.toml with contents of /nix/store/x1hjzlnix79ikffz1smsm4qnk6jdkl4p-vendor-cargo-deps/config.toml
default configurePhase, nothing to do
@nix {"action":"setPhase","phase":"buildPhase"}
Running phase: buildPhase
++ command cargo --version
cargo 1.80.0-nightly (34a6a87d8 2024-06-04)
@nix {"action":"setPhase","phase":"checkPhase"}
Running phase: checkPhase
++ command cargo test --release -p ics08-movement
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.
   Compiling strsim v0.10.0
   Compiling syn v2.0.77
   Compiling darling_core v0.13.4
   Compiling darling_macro v0.13.4
   Compiling darling v0.13.4
   Compiling ssz-derive v0.5.3 (/build/ics08-movement-patched-workspace-cargo-toml/lib/ssz-derive)
   Compiling prettyplease v0.2.22
   Compiling serde_derive_internals v0.29.1
   Compiling prettier-please v0.2.0
   Compiling proc-macro-warning v1.0.2
   Compiling expander v2.1.0
   Compiling serde_derive v1.0.203
   Compiling prost-derive v0.12.6
   Compiling thiserror-impl v1.0.61
   Compiling macro_magic_core_macros v0.5.0
   Compiling frame-support-procedural-tools-derive v10.0.0
   Compiling clap_derive v4.5.4
   Compiling macros v0.1.0 (/build/ics08-movement-patched-workspace-cargo-toml/lib/macros)
   Compiling enumorph v0.1.2
   Compiling schemars_derive v0.8.21
   Compiling macro_magic_core v0.5.0
   Compiling frame-support-procedural-tools v9.0.0
   Compiling macro_magic_macros v0.5.0
   Compiling thiserror v1.0.61
   Compiling macro_magic v0.5.0
   Compiling frame-support-procedural v22.0.0
   Compiling prost v0.12.6
   Compiling prost-types v0.12.3
   Compiling clap v4.5.4
   Compiling serde v1.0.203
   Compiling pbjson-build v0.6.2 (https://github.com/recoord/pbjson?rev=2b7a8e4c2c83a40d04beed46aa26ab97a39a81fe#2b7a8e4c)
   Compiling prost-build v0.12.3
   Compiling pbjson-types v0.6.0 (https://github.com/recoord/pbjson?rev=2b7a8e4c2c83a40d04beed46aa26ab97a39a81fe#2b7a8e4c)
   Compiling impl-serde v0.4.0
   Compiling serde_json v1.0.118
   Compiling pbjson v0.6.0 (https://github.com/recoord/pbjson?rev=2b7a8e4c2c83a40d04beed46aa26ab97a39a81fe#2b7a8e4c)
   Compiling ed25519-zebra v3.1.0
   Compiling serde-json-wasm v0.5.2
   Compiling serde_bytes v0.11.14
   Compiling bcs v0.1.4 (https://github.com/aptos-labs/bcs.git?rev=d31fab9d81748e2594be5cd5cdf845786a30562d#d31fab9d)
   Compiling primitive-types v0.12.2
   Compiling cosmwasm-crypto v1.5.2
   Compiling schemars v0.8.21
   Compiling serde-utils v0.1.0 (/build/ics08-movement-patched-workspace-cargo-toml/lib/serde-utils)
   Compiling ssz v0.5.3 (/build/ics08-movement-patched-workspace-cargo-toml/lib/ssz)
   Compiling cosmwasm-std v1.5.2
   Compiling protos v0.0.0 (/build/ics08-movement-patched-workspace-cargo-toml/generated/rust/protos)
   Compiling unionlabs v0.1.0 (/build/ics08-movement-patched-workspace-cargo-toml/lib/unionlabs)
   Compiling ics008-wasm-client v0.1.0 (/build/ics08-movement-patched-workspace-cargo-toml/lib/ics-008-wasm-client)
   Compiling aptos-verifier v0.1.0 (/build/ics08-movement-patched-workspace-cargo-toml/lib/aptos-verifier)
   Compiling ethereum-verifier v0.1.0 (/build/ics08-movement-patched-workspace-cargo-toml/lib/ethereum-verifier)
   Compiling ics08-movement v0.1.0 (/build/ics08-movement-patched-workspace-cargo-toml/light-clients/movement/ics08-movement)
warning: function `instantiate` is never used
  --> light-clients/movement/ics08-movement/src/contract.rs:20:8
   |
20 | pub fn instantiate(
   |        ^^^^^^^^^^^
   |
   = note: `#[warn(dead_code)]` on by default

warning: `ics08-movement` (lib) generated 1 warning
warning: `ics08-movement` (lib test) generated 1 warning (1 duplicate)
    Finished `release` profile [optimized] target(s) in 50.01s
     Running unittests src/lib.rs (target/release/deps/ics08_movement-787c3a9150e0a03b)

running 0 tests

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

   Doc-tests ics08_movement

running 0 tests

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

checkPhase completed in 50 seconds
@nix {"action":"setPhase","phase":"installPhase"}
Running phase: installPhase
linking previous artifacts /nix/store/zvfvl6rnccv8fcx1f7swr0526hvc4a9s-ics08-movement-deps-0.1.0/target.tar.zst to /nix/store/rr4pgdgh0q9svdqd2dkzdwd6jcw6110g-ics08-movement-test-0.1.0/target.tar.zst
/*stdin*\            : 29.91%   (   302 MiB =>   90.3 MiB, /nix/store/rr4pgdgh0q9svdqd2dkzdwd6jcw6110g-ics08-movement-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/rr4pgdgh0q9svdqd2dkzdwd6jcw6110g-ics08-movement-test-0.1.0
checking for references to /build/ in /nix/store/rr4pgdgh0q9svdqd2dkzdwd6jcw6110g-ics08-movement-test-0.1.0...
patching script interpreter paths in /nix/store/rr4pgdgh0q9svdqd2dkzdwd6jcw6110g-ics08-movement-test-0.1.0