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

fix(evm): contracts are not splitted anymore, the abi can be extracte… #3373

Merged
merged 1 commit into from
Dec 13, 2024

fix(evm): contracts are not splitted anymore, the abi can be extracte…

1c13e4b
Select commit
Loading
Failed to load commit list.
Merged

fix(evm): contracts are not splitted anymore, the abi can be extracte… #3373

fix(evm): contracts are not splitted anymore, the abi can be extracte…
1c13e4b
Select commit
Loading
Failed to load commit list.
Garnix CI / check ucs01-relay-tests [x86_64-linux] succeeded Dec 13, 2024 in 3m 37s

Run results

Build succeeded

Details

Last 100 lines of logs:

   Compiling prost-types v0.12.3
   Compiling macro_magic v0.5.1
   Compiling rfc6979 v0.4.0
   Compiling frame-support-procedural v30.0.2
   Compiling ark-ff v0.4.2
   Compiling alloy-sol-macro-input v0.8.12
   Compiling bs58 v0.5.1
   Compiling rs_merkle v1.4.2
   Compiling alloy-sol-macro-expander v0.8.12
   Compiling serde v1.0.203
   Compiling elliptic-curve v0.13.8
   Compiling derive_more v1.0.0
   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 pbjson-types v0.6.0 (https://github.com/recoord/pbjson?rev=2b7a8e4c2c83a40d04beed46aa26ab97a39a81fe#2b7a8e4c)
   Compiling bip32 v0.5.1
   Compiling alloy-sol-macro v0.8.12
   Compiling bytes v1.6.0
   Compiling serde_json v1.0.118
   Compiling hashbrown v0.15.0
   Compiling serde-json-wasm v1.0.1
   Compiling impl-serde v0.4.0
   Compiling ruint v1.12.3
   Compiling const-hex v1.12.0
   Compiling pbjson v0.6.0 (https://github.com/recoord/pbjson?rev=2b7a8e4c2c83a40d04beed46aa26ab97a39a81fe#2b7a8e4c)
   Compiling bcs v0.1.6
   Compiling bincode v1.3.3
   Compiling serde_bytes v0.11.15
   Compiling rlp v0.5.2
   Compiling impl-rlp v0.3.0
   Compiling primitive-types v0.12.2
   Compiling alloy-primitives v0.8.12
   Compiling indexmap v2.6.0
   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 ssz v0.5.3 (/build/ucs01-relay-patched-workspace-cargo-toml/lib/ssz)
   Compiling cosmwasm-schema v2.1.4
   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-storage-plus v2.0.0
   Compiling cw-utils 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 cw2 v2.0.0
   Compiling cw-controllers 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 union-ibc-msg v1.0.0 (/build/ucs01-relay-patched-workspace-cargo-toml/cosmwasm/union-ibc/core/msg)
   Compiling ucs01-relay-api v0.1.0 (/build/ucs01-relay-patched-workspace-cargo-toml/cosmwasm/ucs01-relay-api)
   Compiling ucs01-relay v1.0.1 (/build/ucs01-relay-patched-workspace-cargo-toml/cosmwasm/ucs01-relay)
    Finished `release` profile [optimized] target(s) in 38.10s
     Running unittests src/lib.rs (target/release/deps/ucs01_relay-99bb65f2bf8e48d8)

running 9 tests
test protocol::tests::normalize_identity ... ok
test protocol::tests::normalize_strips ... ok
test protocol::tests::receive_transfer_destination_collision_yields_different_hashes ... ok
test protocol::tests::receive_transfer_foreign ... ok
test protocol::tests::receive_transfer_unwraps_local ... ok
test protocol::tests::send_tokens_channel_local_escrow ... ok
test protocol::tests::receive_transfer_create_foreign ... ok
test protocol::tests::test_ack ... ok
test protocol::tests::send_tokens_channel_remote_burn ... 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 38 seconds
Running phase: installPhase
@nix {"action":"setPhase","phase":"installPhase"}
linking previous artifacts /nix/store/4x40asd1m9yxld4achh6x3g1ybp0ra74-ucs01-relay-deps-1.0.1/target.tar.zst to /nix/store/pfmrlwhdps2l2m7hi9x98c2mdqch0kb0-ucs01-relay-test-1.0.1/target.tar.zst
/*stdin*\            : 29.96%   (   497 MiB =>    149 MiB, /nix/store/pfmrlwhdps2l2m7hi9x98c2mdqch0kb0-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/pfmrlwhdps2l2m7hi9x98c2mdqch0kb0-ucs01-relay-test-1.0.1
checking for references to /build/ in /nix/store/pfmrlwhdps2l2m7hi9x98c2mdqch0kb0-ucs01-relay-test-1.0.1...
patching script interpreter paths in /nix/store/pfmrlwhdps2l2m7hi9x98c2mdqch0kb0-ucs01-relay-test-1.0.1