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

port tendermint lc to union-ibc #3351

Merged
merged 2 commits into from
Dec 9, 2024

chore: remove obsolete libwasmvm

8cda228
Select commit
Loading
Failed to load commit list.
Merged

port tendermint lc to union-ibc #3351

chore: remove obsolete libwasmvm
8cda228
Select commit
Loading
Failed to load commit list.
Garnix CI / check ucs01-relay-tests [x86_64-linux] succeeded Dec 9, 2024 in 4m 23s

Run results

Build succeeded

Details

Last 100 lines of logs:

   Compiling ed25519 v2.2.3
   Compiling alloy-sol-macro-input v0.8.12
   Compiling rfc6979 v0.4.0
   Compiling alloy-sol-macro-expander v0.8.12
   Compiling bs58 v0.5.1
   Compiling rs_merkle v1.4.2
   Compiling clap v4.5.4
   Compiling ark-ff v0.4.2
   Compiling prost-types v0.12.3
   Compiling serde v1.0.203
   Compiling derive_more v1.0.0
   Compiling elliptic-curve v0.13.8
   Compiling prost-build v0.12.3
   Compiling pbjson-build v0.6.2 (https://github.com/recoord/pbjson?rev=2b7a8e4c2c83a40d04beed46aa26ab97a39a81fe#2b7a8e4c)
   Compiling ecdsa v0.16.9
   Compiling primeorder v0.13.6
   Compiling ed25519-zebra v4.0.3
   Compiling k256 v0.13.3
   Compiling p256 v0.13.2
   Compiling alloy-sol-macro v0.8.12
   Compiling pbjson-types v0.6.0 (https://github.com/recoord/pbjson?rev=2b7a8e4c2c83a40d04beed46aa26ab97a39a81fe#2b7a8e4c)
   Compiling bip32 v0.5.1
   Compiling bytes v1.6.0
   Compiling serde_json v1.0.118
   Compiling hashbrown v0.15.0
   Compiling serde-json-wasm v1.0.1
   Compiling const-hex v1.12.0
   Compiling ruint v1.12.3
   Compiling impl-serde v0.4.0
   Compiling pbjson v0.6.0 (https://github.com/recoord/pbjson?rev=2b7a8e4c2c83a40d04beed46aa26ab97a39a81fe#2b7a8e4c)
   Compiling bcs v0.1.6
   Compiling serde_bytes v0.11.15
   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.12
   Compiling schemars v0.8.21
   Compiling wasmparser v0.113.3
   Compiling serde-utils v0.1.0 (/build/ucs01-relay-patched-workspace-cargo-toml/lib/serde-utils)
   Compiling ethereum-types v0.14.1
   Compiling alloy-sol-types v0.8.12
   Compiling alloy-serde v0.6.4
   Compiling cosmwasm-schema v2.1.4
   Compiling ssz v0.5.3 (/build/ucs01-relay-patched-workspace-cargo-toml/lib/ssz)
   Compiling ethabi v18.0.0
   Compiling ark-poly v0.4.2
   Compiling protos v0.0.0 (/build/ucs01-relay-patched-workspace-cargo-toml/generated/rust/protos)
   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/ucs01-relay-patched-workspace-cargo-toml/lib/ibc-solidity)
   Compiling cw-utils v2.0.0
   Compiling cw-storage-plus v2.0.0
   Compiling token-factory-api v0.1.0 (/build/ucs01-relay-patched-workspace-cargo-toml/cosmwasm/token-factory-api)
   Compiling cw20 v2.0.0
   Compiling cw-controllers v2.0.0
   Compiling cw2 v2.0.0
   Compiling cw20-ics20 v2.0.0
   Compiling cw-multi-test v2.1.0-rc.1 (https://github.com/CosmWasm/cw-multi-test.git?rev=e1a2f587c7f9d723444ec93ad8fa48f1d88b65bc#e1a2f587)
   Compiling unionlabs v0.1.0 (/build/ucs01-relay-patched-workspace-cargo-toml/lib/unionlabs)
   Compiling ucs01-relay-api v0.1.0 (/build/ucs01-relay-patched-workspace-cargo-toml/cosmwasm/ucs01-relay-api)
   Compiling union-ibc-msg v1.0.0 (/build/ucs01-relay-patched-workspace-cargo-toml/cosmwasm/union-ibc/core/msg)
   Compiling ucs01-relay v1.0.1 (/build/ucs01-relay-patched-workspace-cargo-toml/cosmwasm/ucs01-relay)
    Finished `release` profile [optimized] target(s) in 53.51s
     Running unittests src/lib.rs (target/release/deps/ucs01_relay-99bb65f2bf8e48d8)

running 9 tests
test protocol::tests::normalize_identity ... ok
test protocol::tests::receive_transfer_destination_collision_yields_different_hashes ... ok
test protocol::tests::normalize_strips ... ok
test protocol::tests::send_tokens_channel_remote_burn ... ok
test protocol::tests::send_tokens_channel_local_escrow ... ok
test protocol::tests::test_ack ... ok
test protocol::tests::receive_transfer_create_foreign ... ok
test protocol::tests::receive_transfer_unwraps_local ... ok
test protocol::tests::receive_transfer_foreign ... ok

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

   Doc-tests ucs01_relay

running 0 tests

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

checkPhase completed in 54 seconds
Running phase: installPhase
@nix {"action":"setPhase","phase":"installPhase"}
linking previous artifacts /nix/store/0sxl24vy3kqzarylwz94z6a0z7p6y2ls-ucs01-relay-deps-1.0.1/target.tar.zst to /nix/store/n62m7dib3dsl5i2rvr9n7c07p00pxl6y-ucs01-relay-test-1.0.1/target.tar.zst
/*stdin*\            : 30.13%   (   498 MiB =>    150 MiB, /nix/store/n62m7dib3dsl5i2rvr9n7c07p00pxl6y-ucs01-relay-test-1.0.1/target.tar.zst) 
Running phase: fixupPhase
@nix {"action":"setPhase","phase":"fixupPhase"}
shrinking RPATHs of ELF executables and libraries in /nix/store/n62m7dib3dsl5i2rvr9n7c07p00pxl6y-ucs01-relay-test-1.0.1
checking for references to /build/ in /nix/store/n62m7dib3dsl5i2rvr9n7c07p00pxl6y-ucs01-relay-test-1.0.1...
patching script interpreter paths in /nix/store/n62m7dib3dsl5i2rvr9n7c07p00pxl6y-ucs01-relay-test-1.0.1