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(ci): use check-requsted event trigger #2823

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from

fix(ci): use check-requsted event trigger

f056561
Select commit
Loading
Failed to load commit list.
Draft

fix(ci): use check-requsted event trigger #2823

fix(ci): use check-requsted event trigger
f056561
Select commit
Loading
Failed to load commit list.
Garnix CI / check ucs01-relay-api-tests [x86_64-linux] succeeded Aug 23, 2024 in 2m 39s

Run results

Build succeeded

Details

Last 100 lines of logs:

@nix {"action":"setPhase","phase":"patchPhase"}
Running phase: patchPhase
Executing configureCargoCommonVars
decompressing cargo artifacts from /nix/store/nhlfc4nlzqb1v0avzf44fwvb7q2icw28-ucs01-relay-api-deps-0.1.0/target.tar.zst to target
@nix {"action":"setPhase","phase":"updateAutotoolsGnuConfigScriptsPhase"}
Running phase: updateAutotoolsGnuConfigScriptsPhase
@nix {"action":"setPhase","phase":"configurePhase"}
Running phase: configurePhase
will append /build/ucs01-relay-api-patched-workspace-cargo-toml/.cargo-home/config.toml with contents of /nix/store/0kz6rab9qhj5n26pgmngwxyqnccjhps5-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 ucs01-relay-api
   Compiling syn v2.0.60
   Compiling strsim v0.10.0
   Compiling darling_core v0.13.4
   Compiling darling_macro v0.13.4
   Compiling darling v0.13.4
   Compiling ssz-derive v0.5.3 (/build/ucs01-relay-api-patched-workspace-cargo-toml/lib/ssz-derive)
   Compiling prettyplease v0.2.19
   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/ucs01-relay-api-patched-workspace-cargo-toml/lib/macros)
   Compiling enumorph v0.1.2
   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 prost v0.12.6
   Compiling macro_magic v0.5.0
   Compiling frame-support-procedural v22.0.0
   Compiling prost-types v0.12.3
   Compiling clap v4.5.4
   Compiling pbjson-build v0.6.2 (https://github.com/recoord/pbjson?rev=2b7a8e4c2c83a40d04beed46aa26ab97a39a81fe#2b7a8e4c)
   Compiling prost-build v0.12.3
   Compiling serde v1.0.203
   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 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 serde-json-wasm v1.0.1
   Compiling primitive-types v0.12.2
   Compiling cosmwasm-crypto v2.0.3
   Compiling cosmwasm-crypto v1.5.2
   Compiling schemars v0.8.16
   Compiling serde-utils v0.1.0 (/build/ucs01-relay-api-patched-workspace-cargo-toml/lib/serde-utils)
   Compiling ethereum-types v0.14.1
   Compiling ssz v0.5.3 (/build/ucs01-relay-api-patched-workspace-cargo-toml/lib/ssz)
   Compiling ethabi v18.0.0
   Compiling cosmwasm-std v2.0.3
   Compiling cosmwasm-schema v2.0.2
   Compiling cosmwasm-std v1.5.2
   Compiling protos v0.0.0 (/build/ucs01-relay-api-patched-workspace-cargo-toml/generated/rust/protos)
   Compiling token-factory-api v0.1.0 (/build/ucs01-relay-api-patched-workspace-cargo-toml/cosmwasm/token-factory-api)
   Compiling unionlabs v0.1.0 (/build/ucs01-relay-api-patched-workspace-cargo-toml/lib/unionlabs)
   Compiling ucs01-relay-api v0.1.0 (/build/ucs01-relay-api-patched-workspace-cargo-toml/cosmwasm/ucs01-relay-api)
    Finished `release` profile [optimized] target(s) in 1m 15s
     Running unittests src/lib.rs (target/release/deps/ucs01_relay_api-066bd880dedbc0bc)

running 8 tests
test types::tests::denom_origin_parse_local ... ok
test types::tests::ics20_ack_encode_decode_iso ... ok
test protocol::tests::test_token_attr ... ok
test types::tests::denom_origin_parse_remote ... ok
test types::tests::ics20_packet_encode_decode_iso ... ok
test types::tests::ucs01_packet_encode_decode_iso ... ok
test types::tests::ucs01_ack_encode_decode_iso ... ok
test middleware::tests::serde_parses_memo ... ok

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

   Doc-tests ucs01_relay_api

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 16 seconds
@nix {"action":"setPhase","phase":"installPhase"}
Running phase: installPhase
linking previous artifacts /nix/store/nhlfc4nlzqb1v0avzf44fwvb7q2icw28-ucs01-relay-api-deps-0.1.0/target.tar.zst to /nix/store/qr32ci264rlv6x49hhwr4gm26xwc4mvl-ucs01-relay-api-test-0.1.0/target.tar.zst
/*stdin*\            : 30.84%   (   288 MiB =>   88.9 MiB, /nix/store/qr32ci264rlv6x49hhwr4gm26xwc4mvl-ucs01-relay-api-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/qr32ci264rlv6x49hhwr4gm26xwc4mvl-ucs01-relay-api-test-0.1.0
checking for references to /build/ in /nix/store/qr32ci264rlv6x49hhwr4gm26xwc4mvl-ucs01-relay-api-test-0.1.0...
patching script interpreter paths in /nix/store/qr32ci264rlv6x49hhwr4gm26xwc4mvl-ucs01-relay-api-test-0.1.0