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

feat(app): addresses stats #2711

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

fix(app): remove commented, no need

8aa803e
Select commit
Loading
Failed to load commit list.
Open

feat(app): addresses stats #2711

fix(app): remove commented, no need
8aa803e
Select commit
Loading
Failed to load commit list.
Garnix CI / check ucs01-relay-tests [x86_64-linux] succeeded Aug 29, 2024 in 3m 39s

Run results

Build succeeded

Details

Last 100 lines of logs:

   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 serde_json v1.0.118
   Compiling serde-json-wasm v1.0.1
   Compiling impl-serde v0.4.0
   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 serde-utils v0.1.0 (/build/ucs01-relay-patched-workspace-cargo-toml/lib/serde-utils)
   Compiling ethereum-types v0.14.1
   Compiling schemars v0.8.21
   Compiling ethabi v18.0.0
   Compiling ssz v0.5.3 (/build/ucs01-relay-patched-workspace-cargo-toml/lib/ssz)
   Compiling cosmwasm-schema v2.1.0
   Compiling cosmwasm-std v1.5.2
   Compiling protos v0.0.0 (/build/ucs01-relay-patched-workspace-cargo-toml/generated/rust/protos)
   Compiling ark-poly v0.4.2
   Compiling ark-ec v0.4.2
   Compiling ark-bls12-381 v0.4.0
   Compiling cosmwasm-crypto v2.1.0
   Compiling cosmwasm-std v2.1.0
   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 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 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)
warning: use of deprecated function `cosmwasm_std::testing::mock_info`: This is inconvenient and unsafe. Use message_info instead.
    --> cosmwasm/ucs01-relay/src/protocol.rs:1132:48
     |
1132 |         testing::{mock_dependencies, mock_env, mock_info},
     |                                                ^^^^^^^^^
     |
     = note: `#[warn(deprecated)]` on by default

warning: use of deprecated function `cosmwasm_std::testing::mock_info`: This is inconvenient and unsafe. Use message_info instead.
    --> cosmwasm/ucs01-relay/src/protocol.rs:1158:27
     |
1158 |                     info: mock_info("", &[]),
     |                           ^^^^^^^^^

warning: `ucs01-relay` (lib test) generated 2 warnings
    Finished `release` profile [optimized] target(s) in 1m 13s
     Running unittests src/lib.rs (target/release/deps/ucs01_relay-906bc18fe6718058)

running 18 tests
test ibc::tests::tests::enforce_channel_counterparty_wrong_version ... ok
test ibc::tests::tests::enforce_channel_wrong_version ... ok
test ibc::tests::tests::enforce_channel_protocol_mismatch ... ok
test ibc::tests::tests::enforce_channel_version_ucs01 ... ok
test ibc::tests::tests::enforce_channel_version_ics20 ... ok
test protocol::tests::normalize_identity ... ok
test protocol::tests::normalize_strips ... 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_foreign ... ok
test protocol::tests::receive_transfer_unwraps_local ... ok
test protocol::tests::send_tokens_channel_remote_burn ... ok
test protocol::tests::receive_transfer_destination_collision_yields_different_hashes ... ok
test ibc::tests::tests::simple_transfer ... ok
test ibc::tests::tests::send_back_wrapped_tokens ... ok
test ibc::tests::tests::test_pfm_broken_memo ... ok
test ibc::tests::tests::test_pfm_valid_memo ... ok

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

     Running unittests src/bin/schema.rs (target/release/deps/schema-6e28f9c15a86016f)

running 0 tests

test result: ok. 0 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 1 minutes 14 seconds
@nix {"action":"setPhase","phase":"installPhase"}
Running phase: installPhase
linking previous artifacts /nix/store/4m136ixr3nddml458y47zsp1q09x2zcc-ucs01-relay-deps-1.0.1/target.tar.zst to /nix/store/l1zgrxrv7jy6543zmjrfxjam2w17dklm-ucs01-relay-test-1.0.1/target.tar.zst
/*stdin*\            : 31.03%   (   429 MiB =>    133 MiB, /nix/store/l1zgrxrv7jy6543zmjrfxjam2w17dklm-ucs01-relay-test-1.0.1/target.tar.zst) 
@nix {"action":"setPhase","phase":"fixupPhase"}
Running phase: fixupPhase
shrinking RPATHs of ELF executables and libraries in /nix/store/l1zgrxrv7jy6543zmjrfxjam2w17dklm-ucs01-relay-test-1.0.1
checking for references to /build/ in /nix/store/l1zgrxrv7jy6543zmjrfxjam2w17dklm-ucs01-relay-test-1.0.1...
patching script interpreter paths in /nix/store/l1zgrxrv7jy6543zmjrfxjam2w17dklm-ucs01-relay-test-1.0.1