Skip to content

Feature/stable pool mgx 1307 (#838) #739

Feature/stable pool mgx 1307 (#838)

Feature/stable pool mgx 1307 (#838) #739

Triggered via push November 26, 2024 22:41
Status Failure
Total duration 1h 5m 58s
Artifacts 10
Global init
4s
Global init
Delete fungible environment
0s
Delete fungible environment
Matrix: Build / Build fast runtime Docker image
Matrix: Build / Build Docker image
Build  /  Generate multiplatform Docker image manifest for fast runtime image
9s
Build / Generate multiplatform Docker image manifest for fast runtime image
Build  /  Generate multiplatform Docker image manifest
16s
Build / Generate multiplatform Docker image manifest
Generate types  /  generate-mangata-types
7m 10s
Generate types / generate-mangata-types
Deploy fungible environment  /  deploy
Deploy fungible environment / deploy
Deploy to rollup-dev on every commit to `eth-rollup-develop` branch  /  deploy-rollup-dev
47s
Deploy to rollup-dev on every commit to `eth-rollup-develop` branch / deploy-rollup-dev
Run e2e tests  /  setup-report
8s
Run e2e tests / setup-report
Matrix: Run e2e tests / e2e-test-matrix
Run e2e tests  /  slack-notify-nook
6s
Run e2e tests / slack-notify-nook
Run e2e tests  /  test-complete
9s
Run e2e tests / test-complete
Fit to window
Zoom out
Zoom in

Annotations

146 errors, 56 warnings, and 5 notices
test/sequential/rewardsv2.poolLiquidityRewards.test.ts ► rewards v2 tests › Error cases ► Given a user with Liquidity on non promoted pool When tries to activate Then extrinsic fail: e2eTests/reports/junit.xml-6bb4f240-ac4b-11ef-93cb-8122e2cd1800.xml#L0
Failed test found in: e2eTests/reports/junit.xml-6bb4f240-ac4b-11ef-93cb-8122e2cd1800.xml Error: TypeError: Cannot read properties of undefined (reading 'mintLiquidity')
test/story/rewardsStory.test.ts ► Story tests > Rewards - autocompound ► Given a user1 with minted tokens when two sessions happen, then there are available rewards: e2eTests/reports/junit.xml-6bb4f240-ac4b-11ef-93cb-8122e2cd1800.xml#L0
Failed test found in: e2eTests/reports/junit.xml-6bb4f240-ac4b-11ef-93cb-8122e2cd1800.xml Error: TypeError: Cannot read properties of undefined (reading 'mintLiquidity')
test/story/rewardsStory.test.ts ► Story tests > Rewards - autocompound ► Given a user2 WHEN available rewards can claim and mgas are increased: e2eTests/reports/junit.xml-6bb4f240-ac4b-11ef-93cb-8122e2cd1800.xml#L0
Failed test found in: e2eTests/reports/junit.xml-6bb4f240-ac4b-11ef-93cb-8122e2cd1800.xml Error: TypeError: Cannot read properties of undefined (reading 'mintLiquidity')
test/story/rewardsStory.test.ts ► Story tests > Rewards - autocompound ► Given a user3 WHEN available rewards can autocompund: e2eTests/reports/junit.xml-6bb4f240-ac4b-11ef-93cb-8122e2cd1800.xml#L0
Failed test found in: e2eTests/reports/junit.xml-6bb4f240-ac4b-11ef-93cb-8122e2cd1800.xml Error: TypeError: Cannot read properties of undefined (reading 'mintLiquidity')
Run e2e tests / e2e-test-matrix (yarn test-sequential-autocompound, true)
google-github-actions/upload-cloud-storage failed with: input required and not supplied: path
Run e2e tests / e2e-test-matrix (yarn test-sequential-autocompound, true)
Process completed with exit code 1.
Run e2e tests / e2e-test-matrix (yarn test-sequential-autocompound, true)
Failed test were found and 'fail-on-error' option is set to true
Run e2e tests / e2e-test-matrix (yarn test-sequential-autocompound, true)
Process completed with exit code 1.
test/sequential/feeLock.API.config.test.ts ► gasless- Changing feeLock config parameter on the fly is works robustly. Either automatic or manual unlocks the tokens: e2eTests/reports/junit.xml-b330f6f0-ac4b-11ef-a92d-a70ac4d36ed3.xml#L0
Failed test found in: e2eTests/reports/junit.xml-b330f6f0-ac4b-11ef-a92d-a70ac4d36ed3.xml Error: TypeError: Cannot read properties of undefined (reading 'multiswapSellAsset')
Run e2e tests / e2e-test-matrix (yarn test-seqgasless, false)
Process completed with exit code 1.
Run e2e tests / e2e-test-matrix (yarn test-seqgasless, false)
Failed test were found and 'fail-on-error' option is set to true
Run e2e tests / e2e-test-matrix (yarn test-seqgasless, false)
google-github-actions/upload-cloud-storage failed with: input required and not supplied: path
Run e2e tests / e2e-test-matrix (yarn test-seqgasless, false)
Process completed with exit code 1.
test/parallel/sdk.API.batch.test.ts ► Check that when we are using SDK batch function and the first call finishes with error next call doesn't finish: e2eTests/reports/junit.xml-02482830-ac4c-11ef-988b-8b12f5b84a22.xml#L0
Failed test found in: e2eTests/reports/junit.xml-02482830-ac4c-11ef-988b-8b12f5b84a22.xml Error: TypeError: Cannot read properties of undefined (reading 'mintLiquidity')
test/parallel/sdk.API.batch.test.ts ► Check that when we are using SDK batch function and the second call finishes with error first call finishes successful: e2eTests/reports/junit.xml-02482830-ac4c-11ef-988b-8b12f5b84a22.xml#L0
Failed test found in: e2eTests/reports/junit.xml-02482830-ac4c-11ef-988b-8b12f5b84a22.xml Error: TypeError: Cannot read properties of undefined (reading 'mintLiquidity')
test/parallel/sdk.API.batch.test.ts ► Happy path - batch: e2eTests/reports/junit.xml-02482830-ac4c-11ef-988b-8b12f5b84a22.xml#L0
Failed test found in: e2eTests/reports/junit.xml-02482830-ac4c-11ef-988b-8b12f5b84a22.xml Error: TypeError: Cannot read properties of undefined (reading 'mintLiquidity')
test/parallel/sdk.API.batch.test.ts ► WHEN call batchAll where one item is failed THEN all entire transactions will rollback and fail: e2eTests/reports/junit.xml-02482830-ac4c-11ef-988b-8b12f5b84a22.xml#L0
Failed test found in: e2eTests/reports/junit.xml-02482830-ac4c-11ef-988b-8b12f5b84a22.xml Error: TypeError: Cannot read properties of undefined (reading 'mintLiquidity')
test/parallel/sdk.API.batch.test.ts ► Happy path - batchAll: e2eTests/reports/junit.xml-02482830-ac4c-11ef-988b-8b12f5b84a22.xml#L0
Failed test found in: e2eTests/reports/junit.xml-02482830-ac4c-11ef-988b-8b12f5b84a22.xml Error: TypeError: Cannot read properties of undefined (reading 'mintLiquidity')
test/parallel/sdk.API.batch.test.ts ► WHEN call forceBatch where one item is failed THEN check completed and failed items: e2eTests/reports/junit.xml-02482830-ac4c-11ef-988b-8b12f5b84a22.xml#L0
Failed test found in: e2eTests/reports/junit.xml-02482830-ac4c-11ef-988b-8b12f5b84a22.xml Error: TypeError: Cannot read properties of undefined (reading 'mintLiquidity')
test/parallel/sdk.API.batch.test.ts ► Happy path - forceBatch: e2eTests/reports/junit.xml-02482830-ac4c-11ef-988b-8b12f5b84a22.xml#L0
Failed test found in: e2eTests/reports/junit.xml-02482830-ac4c-11ef-988b-8b12f5b84a22.xml Error: TypeError: Cannot read properties of undefined (reading 'mintLiquidity')
test/parallel/sdk.API.submitableExtrinsic.test.ts ► check mintLiquidity: e2eTests/reports/junit.xml-02482830-ac4c-11ef-988b-8b12f5b84a22.xml#L0
Failed test found in: e2eTests/reports/junit.xml-02482830-ac4c-11ef-988b-8b12f5b84a22.xml Error: TypeError: Cannot read properties of undefined (reading 'mintLiquidity')
test/parallel/sdk.API.submitableExtrinsic.test.ts ► check burnLiquidity: e2eTests/reports/junit.xml-02482830-ac4c-11ef-988b-8b12f5b84a22.xml#L0
Failed test found in: e2eTests/reports/junit.xml-02482830-ac4c-11ef-988b-8b12f5b84a22.xml Error: TypeError: Cannot read properties of undefined (reading 'burnLiquidity')
test/parallel/sdk.API.submitableExtrinsic.test.ts ► check createPool: e2eTests/reports/junit.xml-02482830-ac4c-11ef-988b-8b12f5b84a22.xml#L0
Failed test found in: e2eTests/reports/junit.xml-02482830-ac4c-11ef-988b-8b12f5b84a22.xml Error: TypeError: Cannot read properties of undefined (reading 'createPool')
test/parallel/sdk.API.submitableExtrinsic.test.ts ► check multiswapBuyAsset: e2eTests/reports/junit.xml-02482830-ac4c-11ef-988b-8b12f5b84a22.xml#L0
Failed test found in: e2eTests/reports/junit.xml-02482830-ac4c-11ef-988b-8b12f5b84a22.xml Error: TypeError: Cannot read properties of undefined (reading 'multiswapBuyAsset')
Run e2e tests / e2e-test-matrix (yarn test-sdk, true)
Process completed with exit code 1.
Run e2e tests / e2e-test-matrix (yarn test-sdk, true)
google-github-actions/upload-cloud-storage failed with: input required and not supplied: path
Run e2e tests / e2e-test-matrix (yarn test-sdk, true)
Process completed with exit code 1.
Run e2e tests / e2e-test-matrix (yarn test-sdk, true)
Failed test were found and 'fail-on-error' option is set to true
test/parallel/xyk-pallet.API.pool.deactivatedPool.test.ts ► GIVEN deactivated pool WHEN another user tries to mint liquidity in the pool THEN user can do this: e2eTests/reports/junit.xml-2d34c620-ac4c-11ef-b8d3-7bc957de58a0.xml#L0
Failed test found in: e2eTests/reports/junit.xml-2d34c620-ac4c-11ef-b8d3-7bc957de58a0.xml Error: TypeError: Cannot read properties of undefined (reading 'mintLiquidity')
test/parallel/xyk-pallet.API.pool.deactivatedPool.test.ts ► GIVEN deactivated pool WHEN the user mints liquidity in the pool again THEN liquidity IDs are equal: e2eTests/reports/junit.xml-2d34c620-ac4c-11ef-b8d3-7bc957de58a0.xml#L0
Failed test found in: e2eTests/reports/junit.xml-2d34c620-ac4c-11ef-b8d3-7bc957de58a0.xml Error: TypeError: Cannot read properties of undefined (reading 'mintLiquidity')
test/parallel/xyk-pallet.API.pool.deactivatedPool.test.ts ► GIVEN deactivated pool WHEN the user tries to swap/multiswap tokens on the deactivated pool THEN error returns: e2eTests/reports/junit.xml-2d34c620-ac4c-11ef-b8d3-7bc957de58a0.xml#L0
Failed test found in: e2eTests/reports/junit.xml-2d34c620-ac4c-11ef-b8d3-7bc957de58a0.xml Error: Error: expect(received).toEqual(expected) // deep equality
test/parallel/xyk-pallet.API.poolLiqudity.burnTokens.test.ts ► Check that a user can burn tokens when they are activated, and when burning the free, those subtracted first: e2eTests/reports/junit.xml-2d34c620-ac4c-11ef-b8d3-7bc957de58a0.xml#L0
Failed test found in: e2eTests/reports/junit.xml-2d34c620-ac4c-11ef-b8d3-7bc957de58a0.xml Error: TypeError: Cannot read properties of undefined (reading 'mintLiquidity')
test/parallel/xyk-pallet.API.poolLiqudity.burnTokens.test.ts ► Check that a user can burn some tokens on a non-promoted pool: e2eTests/reports/junit.xml-2d34c620-ac4c-11ef-b8d3-7bc957de58a0.xml#L0
Failed test found in: e2eTests/reports/junit.xml-2d34c620-ac4c-11ef-b8d3-7bc957de58a0.xml Error: TypeError: Cannot read properties of undefined (reading 'mintLiquidity')
test/parallel/xyk-pallet.API.poolLiqudity.multipleUserRewards.test.ts ► Users minted a different number of tokens THEN they receive an equivalent amount of rewards: e2eTests/reports/junit.xml-2d34c620-ac4c-11ef-b8d3-7bc957de58a0.xml#L0
Failed test found in: e2eTests/reports/junit.xml-2d34c620-ac4c-11ef-b8d3-7bc957de58a0.xml Error: TypeError: Cannot read properties of undefined (reading 'mintLiquidity')
test/parallel/xyk-pallet.API.poolLiqudity.multipleUserRewards.test.ts ► One user mints X tokens, other mints those X tokens but splitted in 5 mints at the same block, rewards are equal: e2eTests/reports/junit.xml-2d34c620-ac4c-11ef-b8d3-7bc957de58a0.xml#L0
Failed test found in: e2eTests/reports/junit.xml-2d34c620-ac4c-11ef-b8d3-7bc957de58a0.xml Error: TypeError: Cannot read properties of undefined (reading 'mintLiquidity')
test/parallel/xyk-pallet.API.poolLiqudity.sepClaimRewards.test.ts ► One user claim all the rewards on every session and other user claim them at the 3rd session, the sum of rewards are equal: e2eTests/reports/junit.xml-2d34c620-ac4c-11ef-b8d3-7bc957de58a0.xml#L0
Failed test found in: e2eTests/reports/junit.xml-2d34c620-ac4c-11ef-b8d3-7bc957de58a0.xml Error: TypeError: Cannot read properties of undefined (reading 'mintLiquidity')
Run e2e tests / e2e-test-matrix (yarn test-poolliquidity, true)
google-github-actions/upload-cloud-storage failed with: input required and not supplied: path
Run e2e tests / e2e-test-matrix (yarn test-poolliquidity, true)
Process completed with exit code 1.
Run e2e tests / e2e-test-matrix (yarn test-poolliquidity, true)
Process completed with exit code 1.
Run e2e tests / e2e-test-matrix (yarn test-poolliquidity, true)
Failed test were found and 'fail-on-error' option is set to true
test/parallel/proofOfStake.3rdPartyRewards.activation.test.ts ► Proof of stake tests › Activation rewards scenarios ► A user can activate some rewards: e2eTests/reports/junit.xml-8a4a45b0-ac4c-11ef-9ffc-77e8082fc0f4.xml#L0
Failed test found in: e2eTests/reports/junit.xml-8a4a45b0-ac4c-11ef-9ffc-77e8082fc0f4.xml Error: TypeError: Cannot read properties of undefined (reading 'mintLiquidity')
test/parallel/proofOfStake.3rdPartyRewards.activation.test.ts ► Proof of stake tests › Activation rewards scenarios ► A user can activate twice some rewards: e2eTests/reports/junit.xml-8a4a45b0-ac4c-11ef-9ffc-77e8082fc0f4.xml#L0
Failed test found in: e2eTests/reports/junit.xml-8a4a45b0-ac4c-11ef-9ffc-77e8082fc0f4.xml Error: TypeError: Cannot read properties of undefined (reading 'mintLiquidity')
test/parallel/proofOfStake.3rdPartyRewards.activation.test.ts ► Proof of stake tests › Activation rewards scenarios ► A user can activate rewards that were activated on some other schedules: e2eTests/reports/junit.xml-8a4a45b0-ac4c-11ef-9ffc-77e8082fc0f4.xml#L0
Failed test found in: e2eTests/reports/junit.xml-8a4a45b0-ac4c-11ef-9ffc-77e8082fc0f4.xml Error: TypeError: Cannot read properties of undefined (reading 'mintLiquidity')
test/parallel/proofOfStake.3rdPartyRewards.claim.test.ts ► Proof of stake tests › Claim rewards scenarios ► Two users activated, one in one exec, other in two - check balances: e2eTests/reports/junit.xml-8a4a45b0-ac4c-11ef-9ffc-77e8082fc0f4.xml#L0
Failed test found in: e2eTests/reports/junit.xml-8a4a45b0-ac4c-11ef-9ffc-77e8082fc0f4.xml Error: TypeError: Cannot read properties of undefined (reading 'mintLiquidity')
test/parallel/proofOfStake.3rdPartyRewards.claim.test.ts ► Proof of stake tests › Claim rewards scenarios ► Rewards are not given for the ongoing session it got scheduled: e2eTests/reports/junit.xml-8a4a45b0-ac4c-11ef-9ffc-77e8082fc0f4.xml#L0
Failed test found in: e2eTests/reports/junit.xml-8a4a45b0-ac4c-11ef-9ffc-77e8082fc0f4.xml Error: TypeError: Cannot read properties of undefined (reading 'mintLiquidity')
test/parallel/proofOfStake.3rdPartyRewards.fees.test.ts ► Proof of stake tests › FeeCosts ► Activate - deactivate is free if success: e2eTests/reports/junit.xml-8a4a45b0-ac4c-11ef-9ffc-77e8082fc0f4.xml#L0
Failed test found in: e2eTests/reports/junit.xml-8a4a45b0-ac4c-11ef-9ffc-77e8082fc0f4.xml Error: TypeError: Cannot read properties of undefined (reading 'mintLiquidity')
test/parallel/proofOfStake.3rdPartyRewards.fees.test.ts ► Proof of stake tests › FeeCosts ► Claiming is not free if Zero: e2eTests/reports/junit.xml-8a4a45b0-ac4c-11ef-9ffc-77e8082fc0f4.xml#L0
Failed test found in: e2eTests/reports/junit.xml-8a4a45b0-ac4c-11ef-9ffc-77e8082fc0f4.xml Error: TypeError: Cannot read properties of undefined (reading 'mintLiquidity')
test/parallel/proofOfStake.3rdPartyRewards.happyPath.test.ts ► Proof of stake tests › Happy path ► A user can deactivate all the tokens when partial activation / deactivation: e2eTests/reports/junit.xml-8a4a45b0-ac4c-11ef-9ffc-77e8082fc0f4.xml#L0
Failed test found in: e2eTests/reports/junit.xml-8a4a45b0-ac4c-11ef-9ffc-77e8082fc0f4.xml Error: TypeError: Cannot read properties of undefined (reading 'mintLiquidity')
test/parallel/xyk-pallet.API.accuracy.shared.pool.test.ts ► Accuracy > Shared pool ► Each user who minted owns the same % of tokens - one user gets extra token: e2eTests/reports/junit.xml-8dceffa0-ac4c-11ef-a46b-f198e563f841.xml#L0
Failed test found in: e2eTests/reports/junit.xml-8dceffa0-ac4c-11ef-a46b-f198e563f841.xml Error: TypeError: Cannot read properties of undefined (reading 'mintLiquidity')
test/parallel/xyk-pallet.API.accuracy.shared.pool.test.ts ► Accuracy > Shared pool ► Each user who minted onws the same % of tokens - two users gets the extra: e2eTests/reports/junit.xml-8dceffa0-ac4c-11ef-a46b-f198e563f841.xml#L0
Failed test found in: e2eTests/reports/junit.xml-8dceffa0-ac4c-11ef-a46b-f198e563f841.xml Error: TypeError: Cannot read properties of undefined (reading 'mintLiquidity')
test/parallel/xyk-pallet.API.accuracy.shared.pool.test.ts ► Accuracy > Shared pool ► Each user who minted onws the same % of tokens - divisible by 3: e2eTests/reports/junit.xml-8dceffa0-ac4c-11ef-a46b-f198e563f841.xml#L0
Failed test found in: e2eTests/reports/junit.xml-8dceffa0-ac4c-11ef-a46b-f198e563f841.xml Error: TypeError: Cannot read properties of undefined (reading 'mintLiquidity')
test/parallel/xyk-pallet.API.accuracy.shared.pool.test.ts ► Accuracy > Shared pool ► Each user who minted different % of tokens [50k,25k,5k]- get diff amounts: e2eTests/reports/junit.xml-8dceffa0-ac4c-11ef-a46b-f198e563f841.xml#L0
Failed test found in: e2eTests/reports/junit.xml-8dceffa0-ac4c-11ef-a46b-f198e563f841.xml Error: TypeError: Cannot read properties of undefined (reading 'mintLiquidity')
test/parallel/xyk-pallet.API.accuracy.shared.pool.test.ts ► Given 3 users that minted liquidity WHEN only one activated the rewards THEN all rewards belongs to him on this pool: e2eTests/reports/junit.xml-8dceffa0-ac4c-11ef-a46b-f198e563f841.xml#L0
Failed test found in: e2eTests/reports/junit.xml-8dceffa0-ac4c-11ef-a46b-f198e563f841.xml Error: TypeError: Cannot read properties of undefined (reading 'mintLiquidity')
test/parallel/xyk-pallet.API.pool.deactivatedLiq.test.ts ► GIVEN a disabled pool the user can still interact with it: Burn, deactivate Liq: e2eTests/reports/junit.xml-8dceffa0-ac4c-11ef-a46b-f198e563f841.xml#L0
Failed test found in: e2eTests/reports/junit.xml-8dceffa0-ac4c-11ef-a46b-f198e563f841.xml Error: TypeError: Cannot read properties of undefined (reading 'burnLiquidity')
test/parallel/xyk-pallet.API.pool.promoting.test.ts ► GIVEN a promoted pool WHEN more pools gets activated THEN shares are decreased and equally divided among all the activated pools: e2eTests/reports/junit.xml-8dceffa0-ac4c-11ef-a46b-f198e563f841.xml#L0
Failed test found in: e2eTests/reports/junit.xml-8dceffa0-ac4c-11ef-a46b-f198e563f841.xml Error: TypeError: Cannot read properties of undefined (reading 'mintLiquidity')
test/parallel/xyk-pallet.API.pool.weightedPools.test.ts ► GIVEN a pool WHEN it has configured with 0 THEN no new issuance will be reserved: e2eTests/reports/junit.xml-8dceffa0-ac4c-11ef-a46b-f198e563f841.xml#L0
Failed test found in: e2eTests/reports/junit.xml-8dceffa0-ac4c-11ef-a46b-f198e563f841.xml Error: TypeError: Cannot read properties of undefined (reading 'mintLiquidity')
test/parallel/xyk-pallet.API.poolLiqidity.claimReward.test.ts ► Check that rewards are generated and can be claimed on each session, then burn all tokens and rewards wont be available: e2eTests/reports/junit.xml-8dceffa0-ac4c-11ef-a46b-f198e563f841.xml#L0
Failed test found in: e2eTests/reports/junit.xml-8dceffa0-ac4c-11ef-a46b-f198e563f841.xml Error: TypeError: Cannot read properties of undefined (reading 'mintLiquidity')
Run e2e tests / e2e-test-matrix (yarn test-parallel-3rdPartyRewards, true)
Process completed with exit code 1.
Run e2e tests / e2e-test-matrix (yarn test-parallel-3rdPartyRewards, true)
Failed test were found and 'fail-on-error' option is set to true
Run e2e tests / e2e-test-matrix (yarn test-parallel-3rdPartyRewards, true)
google-github-actions/upload-cloud-storage failed with: input required and not supplied: path
Run e2e tests / e2e-test-matrix (yarn test-parallel-3rdPartyRewards, true)
Process completed with exit code 1.
Run e2e tests / e2e-test-matrix (yarn test-parallel-autocompound, true)
google-github-actions/upload-cloud-storage failed with: input required and not supplied: path
Run e2e tests / e2e-test-matrix (yarn test-parallel-autocompound, true)
Process completed with exit code 1.
Run e2e tests / e2e-test-matrix (yarn test-parallel-autocompound, true)
Process completed with exit code 1.
Run e2e tests / e2e-test-matrix (yarn test-parallel-autocompound, true)
Failed test were found and 'fail-on-error' option is set to true
test/parallel/xyk-pallet.API.parachainStacking.joinCandidate.test.ts ► A user can delegate more using liq token: e2eTests/reports/junit.xml-bbd95850-ac4c-11ef-9fff-addc897c182e.xml#L0
Failed test found in: e2eTests/reports/junit.xml-bbd95850-ac4c-11ef-9fff-addc897c182e.xml Error: TypeError: Cannot read properties of undefined (reading 'mintLiquidity')
test/parallel/xyk-pallet.API.parachainStacking.joinCandidate.test.ts ► A User with free tokens can join as collator: e2eTests/reports/junit.xml-bbd95850-ac4c-11ef-9fff-addc897c182e.xml#L0
Failed test found in: e2eTests/reports/junit.xml-bbd95850-ac4c-11ef-9fff-addc897c182e.xml Error: TypeError: Cannot read properties of undefined (reading 'mintLiquidity')
test/parallel/xyk-pallet.API.parachainStacking.joinCandidate.test.ts ► A user can schedule and execute bond more: e2eTests/reports/junit.xml-bbd95850-ac4c-11ef-9fff-addc897c182e.xml#L0
Failed test found in: e2eTests/reports/junit.xml-bbd95850-ac4c-11ef-9fff-addc897c182e.xml Error: TypeError: Cannot read properties of undefined (reading 'mintLiquidity')
test/staking/API.valuations.test.ts ► Collators: MinCandidateStk limit ► Min Mangatas to be a collator matches with minLiq.: e2eTests/reports/junit.xml-bbd95850-ac4c-11ef-9fff-addc897c182e.xml#L0
Failed test found in: e2eTests/reports/junit.xml-bbd95850-ac4c-11ef-9fff-addc897c182e.xml Error: TypeError: Cannot read properties of undefined (reading 'mintLiquidity')
test/staking/API.valuations.test.ts ► Collators: MinCandidateStk limit ► Min Mangatas -1 will make joinCollator fail: e2eTests/reports/junit.xml-bbd95850-ac4c-11ef-9fff-addc897c182e.xml#L0
Failed test found in: e2eTests/reports/junit.xml-bbd95850-ac4c-11ef-9fff-addc897c182e.xml Error: TypeError: Cannot read properties of undefined (reading 'mintLiquidity')
test/staking/API.valuations.test.ts ► Collators: MinCandidateStk limit ► Min Mangatas +1 will make joinCollator work: e2eTests/reports/junit.xml-bbd95850-ac4c-11ef-9fff-addc897c182e.xml#L0
Failed test found in: e2eTests/reports/junit.xml-bbd95850-ac4c-11ef-9fff-addc897c182e.xml Error: TypeError: Cannot read properties of undefined (reading 'mintLiquidity')
test/sequential/xyk-pallet.API.accuracy.MGA.fees.test.ts ► xyk-pallet - Assets substracted are incremented by 1 - MGA- SellAsset: e2eTests/reports/junit.xml-c695e920-ac4c-11ef-a4a2-4d88a4648722.xml#L0
Failed test found in: e2eTests/reports/junit.xml-c695e920-ac4c-11ef-a4a2-4d88a4648722.xml Error: TypeError: Cannot read properties of undefined (reading 'multiswapSellAsset')
test/sequential/xyk-pallet.API.fees.v2.test.ts ► API fees test suite ► xyk-pallet - MGA tokens are subtracted as fee : MintLiquidity: e2eTests/reports/junit.xml-c695e920-ac4c-11ef-a4a2-4d88a4648722.xml#L0
Failed test found in: e2eTests/reports/junit.xml-c695e920-ac4c-11ef-a4a2-4d88a4648722.xml Error: TypeError: Cannot read properties of undefined (reading 'mintLiquidity')
test/sequential/xyk-pallet.API.fees.v2.test.ts ► API fees test suite ► xyk-pallet - MGA tokens are not subtracted as fee : SellAsset: e2eTests/reports/junit.xml-c695e920-ac4c-11ef-a4a2-4d88a4648722.xml#L0
Failed test found in: e2eTests/reports/junit.xml-c695e920-ac4c-11ef-a4a2-4d88a4648722.xml Error: TypeError: Cannot read properties of undefined (reading 'sellAsset')
test/sequential/xyk-pallet.API.fees.v2.test.ts ► API fees test suite ► xyk-pallet - MGA tokens are / are not subtracted as fee : BuyAsset: e2eTests/reports/junit.xml-c695e920-ac4c-11ef-a4a2-4d88a4648722.xml#L0
Failed test found in: e2eTests/reports/junit.xml-c695e920-ac4c-11ef-a4a2-4d88a4648722.xml Error: TypeError: Cannot read properties of undefined (reading 'buyAsset')
test/sequential/xyk-pallet.API.treasury.v2.test.ts ► xyk-pallet - treasury tests [Mangata]: on treasury we store ► assets won when assets are sold [Selling Mangata] - 5: e2eTests/reports/junit.xml-c695e920-ac4c-11ef-a4a2-4d88a4648722.xml#L0
Failed test found in: e2eTests/reports/junit.xml-c695e920-ac4c-11ef-a4a2-4d88a4648722.xml Error: TypeError: Cannot read properties of undefined (reading 'sellAsset')
test/sequential/xyk-pallet.API.treasury.v2.test.ts ► xyk-pallet - treasury tests [Mangata]: on treasury we store ► assets won when assets are bought [Buying Mangata]: e2eTests/reports/junit.xml-c695e920-ac4c-11ef-a4a2-4d88a4648722.xml#L0
Failed test found in: e2eTests/reports/junit.xml-c695e920-ac4c-11ef-a4a2-4d88a4648722.xml Error: TypeError: Cannot read properties of undefined (reading 'buyAsset')
test/sequential/xyk-pallet.API.treasury.v2.test.ts ► xyk-pallet - treasury tests [Mangata]: on treasury we store ► assets won when assets are sold [Selling other in MGA pool] - 6: e2eTests/reports/junit.xml-c695e920-ac4c-11ef-a4a2-4d88a4648722.xml#L0
Failed test found in: e2eTests/reports/junit.xml-c695e920-ac4c-11ef-a4a2-4d88a4648722.xml Error: TypeError: Cannot read properties of undefined (reading 'sellAsset')
test/sequential/xyk-pallet.API.treasury.v2.test.ts ► xyk-pallet - treasury tests [Mangata]: on treasury we store ► assets won when assets are bought [Buying other in MGA pool]: e2eTests/reports/junit.xml-c695e920-ac4c-11ef-a4a2-4d88a4648722.xml#L0
Failed test found in: e2eTests/reports/junit.xml-c695e920-ac4c-11ef-a4a2-4d88a4648722.xml Error: TypeError: Cannot read properties of undefined (reading 'buyAsset')
test/sequential/xyk-pallet.API.treasury.v2.test.ts ► xyk-pallet - treasury tests [Connected - Mangata]: on treasury we store ► assets won when assets are bought [Buying X connected to MGA pool]: e2eTests/reports/junit.xml-c695e920-ac4c-11ef-a4a2-4d88a4648722.xml#L0
Failed test found in: e2eTests/reports/junit.xml-c695e920-ac4c-11ef-a4a2-4d88a4648722.xml Error: TypeError: Cannot read properties of undefined (reading 'buyAsset')
test/sequential/xyk-pallet.API.treasury.v2.test.ts ► xyk-pallet - treasury tests [Connected - Mangata]: on treasury we store ► assets won when assets are sold [Selling Y - X connected toMGA pool] - 6: e2eTests/reports/junit.xml-c695e920-ac4c-11ef-a4a2-4d88a4648722.xml#L0
Failed test found in: e2eTests/reports/junit.xml-c695e920-ac4c-11ef-a4a2-4d88a4648722.xml Error: TypeError: Cannot read properties of undefined (reading 'sellAsset')
Run e2e tests / e2e-test-matrix (yarn test-experimentalStaking, true)
Process completed with exit code 1.
Run e2e tests / e2e-test-matrix (yarn test-experimentalStaking, true)
Process completed with exit code 1.
Run e2e tests / e2e-test-matrix (yarn test-experimentalStaking, true)
Failed test were found and 'fail-on-error' option is set to true
Run e2e tests / e2e-test-matrix (yarn test-experimentalStaking, true)
google-github-actions/upload-cloud-storage failed with: input required and not supplied: path
Run e2e tests / e2e-test-matrix (yarn test-sequential-no-bootstrap, false)
google-github-actions/upload-cloud-storage failed with: input required and not supplied: path
Run e2e tests / e2e-test-matrix (yarn test-sequential-no-bootstrap, false)
Process completed with exit code 1.
Run e2e tests / e2e-test-matrix (yarn test-sequential-no-bootstrap, false)
Process completed with exit code 1.
Run e2e tests / e2e-test-matrix (yarn test-sequential-no-bootstrap, false)
Failed test were found and 'fail-on-error' option is set to true
test/sequential/xyk-pallet.api.maintenance-config.test.ts ► maintenance- try to change Maintenance Mode with a non-foundation account THEN it failed: e2eTests/reports/junit.xml-e3309a80-ac4c-11ef-a5b1-c10c25e1ceab.xml#L0
Failed test found in: e2eTests/reports/junit.xml-e3309a80-ac4c-11ef-a5b1-c10c25e1ceab.xml Error: TypeError: Cannot read properties of undefined (reading 'mintLiquidity')
test/sequential/xyk-pallet.api.maintenance-config.test.ts ► check UpgradabilityOn can only be set after MaintenanceModeOn is set and MaintenanceMode works without UpgradabilityOn: e2eTests/reports/junit.xml-e3309a80-ac4c-11ef-a5b1-c10c25e1ceab.xml#L0
Failed test found in: e2eTests/reports/junit.xml-e3309a80-ac4c-11ef-a5b1-c10c25e1ceab.xml Error: TypeError: Cannot read properties of undefined (reading 'mintLiquidity')
test/sequential/xyk-pallet.api.maintenance-config.test.ts ► maintenance- check we can sell MGX tokens and compoundRewards THEN switch maintenanceMode to on, repeat the operation and receive error: e2eTests/reports/junit.xml-e3309a80-ac4c-11ef-a5b1-c10c25e1ceab.xml#L0
Failed test found in: e2eTests/reports/junit.xml-e3309a80-ac4c-11ef-a5b1-c10c25e1ceab.xml Error: TypeError: Cannot read properties of undefined (reading 'mintLiquidity')
test/sequential/xyk-pallet.api.maintenance-rules.test.ts ► On Maintenance mode - multiSwaps / swaps / compound / prov liq are not allowed ► multiswapSellAsset operation is not allowed in mm: e2eTests/reports/junit.xml-e3309a80-ac4c-11ef-a5b1-c10c25e1ceab.xml#L0
Failed test found in: e2eTests/reports/junit.xml-e3309a80-ac4c-11ef-a5b1-c10c25e1ceab.xml Error: TypeError: Cannot read properties of undefined (reading 'multiswapSellAsset')
test/sequential/xyk-pallet.api.maintenance-rules.test.ts ► On Maintenance mode - multiSwaps / swaps / compound / prov liq are not allowed ► multiswapBuyAsset operation is not allowed in mm: e2eTests/reports/junit.xml-e3309a80-ac4c-11ef-a5b1-c10c25e1ceab.xml#L0
Failed test found in: e2eTests/reports/junit.xml-e3309a80-ac4c-11ef-a5b1-c10c25e1ceab.xml Error: TypeError: Cannot read properties of undefined (reading 'multiswapSellAsset')
test/sequential/xyk-pallet.api.maintenance-rules.test.ts ► On Maintenance mode - multiSwaps / swaps / compound / prov liq are not allowed ► sellAsset operation is not allowed in mm: e2eTests/reports/junit.xml-e3309a80-ac4c-11ef-a5b1-c10c25e1ceab.xml#L0
Failed test found in: e2eTests/reports/junit.xml-e3309a80-ac4c-11ef-a5b1-c10c25e1ceab.xml Error: TypeError: Cannot read properties of undefined (reading 'multiswapSellAsset')
test/sequential/xyk-pallet.api.maintenance-rules.test.ts ► On Maintenance mode - multiSwaps / swaps / compound / prov liq are not allowed ► buyAsset operation is not allowed in mm: e2eTests/reports/junit.xml-e3309a80-ac4c-11ef-a5b1-c10c25e1ceab.xml#L0
Failed test found in: e2eTests/reports/junit.xml-e3309a80-ac4c-11ef-a5b1-c10c25e1ceab.xml Error: TypeError: Cannot read properties of undefined (reading 'multiswapSellAsset')
test/sequential/xyk-pallet.api.maintenance-rules.test.ts ► On Maintenance mode - multiSwaps / swaps / compound / prov liq are not allowed ► provideLiquidity operation is not allowed in mm: e2eTests/reports/junit.xml-e3309a80-ac4c-11ef-a5b1-c10c25e1ceab.xml#L0
Failed test found in: e2eTests/reports/junit.xml-e3309a80-ac4c-11ef-a5b1-c10c25e1ceab.xml Error: TypeError: Cannot read properties of undefined (reading 'multiswapSellAsset')
Run e2e tests / e2e-test-matrix (yarn test-maintenance, true)
Process completed with exit code 1.
Run e2e tests / e2e-test-matrix (yarn test-maintenance, true)
google-github-actions/upload-cloud-storage failed with: input required and not supplied: path
Run e2e tests / e2e-test-matrix (yarn test-maintenance, true)
Process completed with exit code 1.
Run e2e tests / e2e-test-matrix (yarn test-maintenance, true)
Failed test were found and 'fail-on-error' option is set to true
test/parallel/utility-pallet.swapOperations.test.ts ► Utility - batched swaps are not allowed ► multiswapSellAsset operation is not allowed in batchAll: e2eTests/reports/junit.xml-d6c049c0-ac4d-11ef-a52e-c16abffb9d26.xml#L0
Failed test found in: e2eTests/reports/junit.xml-d6c049c0-ac4d-11ef-a52e-c16abffb9d26.xml Error: TypeError: Cannot read properties of undefined (reading 'multiswapSellAsset')
test/parallel/utility-pallet.swapOperations.test.ts ► Utility - batched swaps are not allowed ► multiswapBuyAsset operation is not allowed in batchAll: e2eTests/reports/junit.xml-d6c049c0-ac4d-11ef-a52e-c16abffb9d26.xml#L0
Failed test found in: e2eTests/reports/junit.xml-d6c049c0-ac4d-11ef-a52e-c16abffb9d26.xml Error: TypeError: Cannot read properties of undefined (reading 'multiswapSellAsset')
test/parallel/utility-pallet.swapOperations.test.ts ► Utility - batched swaps are not allowed ► sellAsset operation is not allowed in batchAll: e2eTests/reports/junit.xml-d6c049c0-ac4d-11ef-a52e-c16abffb9d26.xml#L0
Failed test found in: e2eTests/reports/junit.xml-d6c049c0-ac4d-11ef-a52e-c16abffb9d26.xml Error: TypeError: Cannot read properties of undefined (reading 'multiswapSellAsset')
test/parallel/utility-pallet.swapOperations.test.ts ► Utility - batched swaps are not allowed ► buyAsset operation is not allowed in batchAll: e2eTests/reports/junit.xml-d6c049c0-ac4d-11ef-a52e-c16abffb9d26.xml#L0
Failed test found in: e2eTests/reports/junit.xml-d6c049c0-ac4d-11ef-a52e-c16abffb9d26.xml Error: TypeError: Cannot read properties of undefined (reading 'multiswapSellAsset')
test/parallel/utility-pallet.swapOperations.test.ts ► Utility - batched swaps are not allowed ► compoundRewards operation is not allowed in batchAll: e2eTests/reports/junit.xml-d6c049c0-ac4d-11ef-a52e-c16abffb9d26.xml#L0
Failed test found in: e2eTests/reports/junit.xml-d6c049c0-ac4d-11ef-a52e-c16abffb9d26.xml Error: TypeError: Cannot read properties of undefined (reading 'multiswapSellAsset')
test/parallel/utility-pallet.swapOperations.test.ts ► Utility - batched swaps are not allowed ► provideLiquidity operation is not allowed in batchAll: e2eTests/reports/junit.xml-d6c049c0-ac4d-11ef-a52e-c16abffb9d26.xml#L0
Failed test found in: e2eTests/reports/junit.xml-d6c049c0-ac4d-11ef-a52e-c16abffb9d26.xml Error: TypeError: Cannot read properties of undefined (reading 'multiswapSellAsset')
test/parallel/utility-pallet.swapOperations.test.ts ► Utility - batched swaps are not allowed ► multiswapSellAsset operation is not allowed in batch: e2eTests/reports/junit.xml-d6c049c0-ac4d-11ef-a52e-c16abffb9d26.xml#L0
Failed test found in: e2eTests/reports/junit.xml-d6c049c0-ac4d-11ef-a52e-c16abffb9d26.xml Error: TypeError: Cannot read properties of undefined (reading 'multiswapSellAsset')
test/parallel/utility-pallet.swapOperations.test.ts ► Utility - batched swaps are not allowed ► multiswapBuyAsset operation is not allowed in batch: e2eTests/reports/junit.xml-d6c049c0-ac4d-11ef-a52e-c16abffb9d26.xml#L0
Failed test found in: e2eTests/reports/junit.xml-d6c049c0-ac4d-11ef-a52e-c16abffb9d26.xml Error: TypeError: Cannot read properties of undefined (reading 'multiswapSellAsset')
test/parallel/utility-pallet.swapOperations.test.ts ► Utility - batched swaps are not allowed ► sellAsset operation is not allowed in batch: e2eTests/reports/junit.xml-d6c049c0-ac4d-11ef-a52e-c16abffb9d26.xml#L0
Failed test found in: e2eTests/reports/junit.xml-d6c049c0-ac4d-11ef-a52e-c16abffb9d26.xml Error: TypeError: Cannot read properties of undefined (reading 'multiswapSellAsset')
test/parallel/utility-pallet.swapOperations.test.ts ► Utility - batched swaps are not allowed ► buyAsset operation is not allowed in batch: e2eTests/reports/junit.xml-d6c049c0-ac4d-11ef-a52e-c16abffb9d26.xml#L0
Failed test found in: e2eTests/reports/junit.xml-d6c049c0-ac4d-11ef-a52e-c16abffb9d26.xml Error: TypeError: Cannot read properties of undefined (reading 'multiswapSellAsset')
test/parallel/utility-pallet.swapOperations.test.ts ► Utility - batched swaps are not allowed ► compoundRewards operation is not allowed in batch: e2eTests/reports/junit.xml-d6c049c0-ac4d-11ef-a52e-c16abffb9d26.xml#L0
Failed test found in: e2eTests/reports/junit.xml-d6c049c0-ac4d-11ef-a52e-c16abffb9d26.xml Error: TypeError: Cannot read properties of undefined (reading 'multiswapSellAsset')
Run e2e tests / e2e-test-matrix (yarn test-multiswap, false)
Process completed with exit code 1.
Run e2e tests / e2e-test-matrix (yarn test-multiswap, false)
google-github-actions/upload-cloud-storage failed with: input required and not supplied: path
Run e2e tests / e2e-test-matrix (yarn test-multiswap, false)
Failed test were found and 'fail-on-error' option is set to true
Run e2e tests / e2e-test-matrix (yarn test-multiswap, false)
Process completed with exit code 1.
test/fees/api.tx.fees.test.ts ► Fees : Transfers are about 4~ MGX: e2eTests/reports/junit.xml-65368e10-ac50-11ef-aa8b-258d7c9813ec.xml#L0
Failed test found in: e2eTests/reports/junit.xml-65368e10-ac50-11ef-aa8b-258d7c9813ec.xml Error: Error: thrown: "Tx([0xd50093c59280d46a8858cb196c4b94a9fb0f0240ed6d81ba932e19e5b62ee27f]) Transaction error"
test/fees/api.tx.fees.test.ts ► Fees : UPD You can no longer pay fees to KSM: e2eTests/reports/junit.xml-65368e10-ac50-11ef-aa8b-258d7c9813ec.xml#L0
Failed test found in: e2eTests/reports/junit.xml-65368e10-ac50-11ef-aa8b-258d7c9813ec.xml Error: Error: thrown: "Tx([0xd50093c59280d46a8858cb196c4b94a9fb0f0240ed6d81ba932e19e5b62ee27f]) Transaction error"
test/fees/api.tx.fees.test.ts ► Fees : UPD You can no longer pay fees to TUR: e2eTests/reports/junit.xml-65368e10-ac50-11ef-aa8b-258d7c9813ec.xml#L0
Failed test found in: e2eTests/reports/junit.xml-65368e10-ac50-11ef-aa8b-258d7c9813ec.xml Error: Error: thrown: "Tx([0xd50093c59280d46a8858cb196c4b94a9fb0f0240ed6d81ba932e19e5b62ee27f]) Transaction error"
test/parallel/assetRegistry.getTradeable.rpc.test.ts ► AssetRegistry RPC - ► GIVEN a token that does not exist on the asset registry THEN it won't be returned in RPC: e2eTests/reports/junit.xml-65368e10-ac50-11ef-aa8b-258d7c9813ec.xml#L0
Failed test found in: e2eTests/reports/junit.xml-65368e10-ac50-11ef-aa8b-258d7c9813ec.xml Error: Error: thrown: "Tx([0x3452a5bdf06084ac620929d380ac115d5db979307633546850728fdb3ba5d950]) Transaction error"
test/parallel/assetRegistry.getTradeable.rpc.test.ts ► AssetRegistry RPC - ► GIVEN a token that does exist on the asset registry AND name is empty and symbol is empty and operation disabled is not set THEN it won't be returned in RPC: e2eTests/reports/junit.xml-65368e10-ac50-11ef-aa8b-258d7c9813ec.xml#L0
Failed test found in: e2eTests/reports/junit.xml-65368e10-ac50-11ef-aa8b-258d7c9813ec.xml Error: Error: thrown: "Tx([0x3452a5bdf06084ac620929d380ac115d5db979307633546850728fdb3ba5d950]) Transaction error"
test/parallel/assetRegistry.getTradeable.rpc.test.ts ► AssetRegistry RPC - ► GIVEN a token that does exist on the asset registry AND name is not empty and symbol is empty and operation disabled is not set THEN it won't be returned in RPC: e2eTests/reports/junit.xml-65368e10-ac50-11ef-aa8b-258d7c9813ec.xml#L0
Failed test found in: e2eTests/reports/junit.xml-65368e10-ac50-11ef-aa8b-258d7c9813ec.xml Error: Error: thrown: "Tx([0x3452a5bdf06084ac620929d380ac115d5db979307633546850728fdb3ba5d950]) Transaction error"
test/parallel/assetRegistry.getTradeable.rpc.test.ts ► AssetRegistry RPC - ► GIVEN a token that does exist on the asset registry AND name is not empty and symbol is not empty and operation disabled is not set THEN its returned in RPC: e2eTests/reports/junit.xml-65368e10-ac50-11ef-aa8b-258d7c9813ec.xml#L0
Failed test found in: e2eTests/reports/junit.xml-65368e10-ac50-11ef-aa8b-258d7c9813ec.xml Error: Error: thrown: "Tx([0x3452a5bdf06084ac620929d380ac115d5db979307633546850728fdb3ba5d950]) Transaction error"
test/parallel/assetRegistry.getTradeable.rpc.test.ts ► AssetRegistry RPC - ► GIVEN a token that does exist on the asset registry AND name is not empty and symbol is not empty and operation disabled is false THEN its returned in RPC: e2eTests/reports/junit.xml-65368e10-ac50-11ef-aa8b-258d7c9813ec.xml#L0
Failed test found in: e2eTests/reports/junit.xml-65368e10-ac50-11ef-aa8b-258d7c9813ec.xml Error: Error: thrown: "Tx([0x3452a5bdf06084ac620929d380ac115d5db979307633546850728fdb3ba5d950]) Transaction error"
test/parallel/assetRegistry.getTradeable.rpc.test.ts ► AssetRegistry RPC - ► GIVEN a token that does exist on the asset registry AND name is not empty and symbol is not empty and operation disabled is true THEN its not returned in RPC: e2eTests/reports/junit.xml-65368e10-ac50-11ef-aa8b-258d7c9813ec.xml#L0
Failed test found in: e2eTests/reports/junit.xml-65368e10-ac50-11ef-aa8b-258d7c9813ec.xml Error: Error: thrown: "Tx([0x3452a5bdf06084ac620929d380ac115d5db979307633546850728fdb3ba5d950]) Transaction error"
test/parallel/assetRegistry.getTradeable.rpc.test.ts ► AssetRegistry RPC - ► GIVEN a token that belongs to a pool WHEN pool is not disabled THEN the token is not filtered: e2eTests/reports/junit.xml-65368e10-ac50-11ef-aa8b-258d7c9813ec.xml#L0
Failed test found in: e2eTests/reports/junit.xml-65368e10-ac50-11ef-aa8b-258d7c9813ec.xml Error: Error: thrown: "Tx([0x3452a5bdf06084ac620929d380ac115d5db979307633546850728fdb3ba5d950]) Transaction error"
test/parallel/feeLock.API.feePayment.parallel.test.ts ► gasless- GIVEN a feeLock configured WHEN a swap happens THEN fees are not charged but locked instead: e2eTests/reports/junit.xml-65368e10-ac50-11ef-aa8b-258d7c9813ec.xml#L0
Failed test found in: e2eTests/reports/junit.xml-65368e10-ac50-11ef-aa8b-258d7c9813ec.xml Error: TypeError: Cannot read properties of undefined (reading 'multiswapSellAsset')
Run e2e tests / e2e-test-matrix (yarn test-parallel --max-workers=10, false)
Failed test were found and 'fail-on-error' option is set to true
Run e2e tests / e2e-test-matrix (yarn test-parallel --max-workers=10, false)
google-github-actions/upload-cloud-storage failed with: input required and not supplied: path
Run e2e tests / e2e-test-matrix (yarn test-parallel --max-workers=10, false)
Process completed with exit code 1.
Run e2e tests / e2e-test-matrix (yarn test-parallel --max-workers=10, false)
Process completed with exit code 1.
Build / Build Docker image (amd64, compile-gke)
This self-hosted runner is currently using runner version 2.319.1. This version is out of date. Please update to the latest version 2.321.0
Build / Build fast runtime Docker image (arm64, compile-gke-arm)
This self-hosted runner is currently using runner version 2.319.1. This version is out of date. Please update to the latest version 2.321.0
Build / Run runtime benchmarks
This self-hosted runner is currently using runner version 2.319.1. This version is out of date. Please update to the latest version 2.321.0
Build / Build Docker image (arm64, compile-gke-arm)
This self-hosted runner is currently using runner version 2.319.1. This version is out of date. Please update to the latest version 2.321.0
Build / Build fast runtime Docker image (amd64, compile-gke)
This self-hosted runner is currently using runner version 2.319.1. This version is out of date. Please update to the latest version 2.321.0
Build / Unit tests
This self-hosted runner is currently using runner version 2.319.1. This version is out of date. Please update to the latest version 2.321.0
Build / Coverage report
This self-hosted runner is currently using runner version 2.319.1. This version is out of date. Please update to the latest version 2.321.0
Build / Coverage report
Codecov: Failed to properly create commit: The process '/__w/_actions/codecov/codecov-action/v4/dist/codecov' failed with exit code 255
Generate types / generate-mangata-types
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Generate types / generate-mangata-types
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Generate types / generate-mangata-types
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Run e2e tests / e2e-test-matrix (yarn test-sequential-autocompound, true)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.321.0
Run e2e tests / e2e-test-matrix (yarn test-sequential-autocompound, true)
The following actions use a deprecated Node.js version and will be forced to run on node20: dorny/[email protected], jwalton/[email protected], google-github-actions/auth@v1, google-github-actions/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests / e2e-test-matrix (yarn test-seqgasless, false)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.321.0
Run e2e tests / e2e-test-matrix (yarn test-seqgasless, false)
The following actions use a deprecated Node.js version and will be forced to run on node20: dorny/[email protected], jwalton/[email protected], google-github-actions/auth@v1, google-github-actions/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests / e2e-test-matrix (yarn test-sdk, true)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.321.0
Run e2e tests / e2e-test-matrix (yarn test-sdk, true)
The following actions use a deprecated Node.js version and will be forced to run on node20: dorny/[email protected], jwalton/[email protected], google-github-actions/auth@v1, google-github-actions/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests / e2e-test-matrix (yarn test-poolliquidity, true)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.321.0
Run e2e tests / e2e-test-matrix (yarn test-poolliquidity, true)
The following actions use a deprecated Node.js version and will be forced to run on node20: dorny/[email protected], jwalton/[email protected], google-github-actions/auth@v1, google-github-actions/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests / e2e-test-matrix (yarn test-bootstrap, false)
This self-hosted runner is currently using runner version 2.319.1. This version is out of date. Please update to the latest version 2.321.0
Run e2e tests / e2e-test-matrix (yarn test-bootstrap, false)
The following actions use a deprecated Node.js version and will be forced to run on node20: dorny/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests / e2e-test-matrix (yarn test-parallel-3rdPartyRewards, true)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.321.0
Run e2e tests / e2e-test-matrix (yarn test-parallel-3rdPartyRewards, true)
The following actions use a deprecated Node.js version and will be forced to run on node20: dorny/[email protected], jwalton/[email protected], google-github-actions/auth@v1, google-github-actions/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests / e2e-test-matrix (yarn test-parallel-autocompound, true)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.321.0
Run e2e tests / e2e-test-matrix (yarn test-parallel-autocompound, true)
The following actions use a deprecated Node.js version and will be forced to run on node20: dorny/[email protected], jwalton/[email protected], google-github-actions/auth@v1, google-github-actions/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests / e2e-test-matrix (yarn test-crowdloan, false)
This self-hosted runner is currently using runner version 2.319.1. This version is out of date. Please update to the latest version 2.321.0
Run e2e tests / e2e-test-matrix (yarn test-crowdloan, false)
The following actions use a deprecated Node.js version and will be forced to run on node20: dorny/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests / e2e-test-matrix (yarn test-experimentalStaking, true)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.321.0
Run e2e tests / e2e-test-matrix (yarn test-experimentalStaking, true)
The following actions use a deprecated Node.js version and will be forced to run on node20: dorny/[email protected], jwalton/[email protected], google-github-actions/auth@v1, google-github-actions/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests / e2e-test-matrix (yarn test-sequential-no-bootstrap, false)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.321.0
Run e2e tests / e2e-test-matrix (yarn test-sequential-no-bootstrap, false)
The following actions use a deprecated Node.js version and will be forced to run on node20: dorny/[email protected], jwalton/[email protected], google-github-actions/auth@v1, google-github-actions/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests / e2e-test-matrix (yarn test-maintenance, true)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.321.0
Run e2e tests / e2e-test-matrix (yarn test-maintenance, true)
The following actions use a deprecated Node.js version and will be forced to run on node20: dorny/[email protected], jwalton/[email protected], google-github-actions/auth@v1, google-github-actions/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests / e2e-test-matrix (yarn test-rewards-bootstrap, false)
This self-hosted runner is currently using runner version 2.319.1. This version is out of date. Please update to the latest version 2.321.0
Run e2e tests / e2e-test-matrix (yarn test-rewards-bootstrap, false)
The following actions use a deprecated Node.js version and will be forced to run on node20: dorny/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests / e2e-test-matrix (yarn test-rolldownWithdrawal, true)
This self-hosted runner is currently using runner version 2.319.1. This version is out of date. Please update to the latest version 2.321.0
Run e2e tests / e2e-test-matrix (yarn test-rolldownWithdrawal, true)
The following actions use a deprecated Node.js version and will be forced to run on node20: dorny/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests / e2e-test-matrix (yarn test-multiswap, false)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.321.0
Run e2e tests / e2e-test-matrix (yarn test-multiswap, false)
The following actions use a deprecated Node.js version and will be forced to run on node20: dorny/[email protected], jwalton/[email protected], google-github-actions/auth@v1, google-github-actions/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests / e2e-test-matrix (yarn test-rollupUpdate, true)
This self-hosted runner is currently using runner version 2.319.1. This version is out of date. Please update to the latest version 2.321.0
Run e2e tests / e2e-test-matrix (yarn test-rollupUpdate, true)
The following actions use a deprecated Node.js version and will be forced to run on node20: dorny/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests / e2e-test-matrix (yarn test-governance, true)
This self-hosted runner is currently using runner version 2.319.1. This version is out of date. Please update to the latest version 2.321.0
Run e2e tests / e2e-test-matrix (yarn test-governance, true)
The following actions use a deprecated Node.js version and will be forced to run on node20: dorny/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests / e2e-test-matrix (yarn test-sequencerRewards, true)
This self-hosted runner is currently using runner version 2.319.1. This version is out of date. Please update to the latest version 2.321.0
Run e2e tests / e2e-test-matrix (yarn test-sequencerRewards, true)
The following actions use a deprecated Node.js version and will be forced to run on node20: dorny/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests / e2e-test-matrix (yarn test-rolldown, true)
This self-hosted runner is currently using runner version 2.319.1. This version is out of date. Please update to the latest version 2.321.0
Run e2e tests / e2e-test-matrix (yarn test-rolldown, true)
The following actions use a deprecated Node.js version and will be forced to run on node20: dorny/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests / e2e-test-matrix (yarn test-parallel --max-workers=10, false)
This job failure may be caused by using an out of date self-hosted runner. You are currently using runner version 2.319.1. Please update to the latest version 2.321.0
Run e2e tests / e2e-test-matrix (yarn test-parallel --max-workers=10, false)
The following actions use a deprecated Node.js version and will be forced to run on node20: dorny/[email protected], jwalton/[email protected], google-github-actions/auth@v1, google-github-actions/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests / e2e-test-matrix (yarn test-sequencerStaking, true)
This self-hosted runner is currently using runner version 2.319.1. This version is out of date. Please update to the latest version 2.321.0
Run e2e tests / e2e-test-matrix (yarn test-sequencerStaking, true)
The following actions use a deprecated Node.js version and will be forced to run on node20: dorny/[email protected]. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Run e2e tests / e2e-test-matrix (yarn test-rolldownPreOperationWithdrawal, true)
This self-hosted runner is currently using runner version 2.319.1. This version is out of date. Please update to the latest version 2.321.0
Run e2e tests / e2e-test-matrix (yarn test-sequencerCancellation, true)
This self-hosted runner is currently using runner version 2.319.1. This version is out of date. Please update to the latest version 2.321.0
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "wasm-242785a781c2edeae266ec09566d0d6ef87cf0dc", "wasm-fast-242785a781c2edeae266ec09566d0d6ef87cf0dc". Please update your workflow to use v4 of the artifact actions. Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
sccache stats
100% - 387 hits, 0 misses, 0 errors
sccache stats
100% - 494 hits, 0 misses, 0 errors
sccache stats
100% - 1787 hits, 0 misses, 0 errors
sccache stats
100% - 2242 hits, 0 misses, 0 errors
sccache stats
100% - 1878 hits, 0 misses, 1 errors

Artifacts

Produced during runtime
Name Size
digests-linux-amd64 Expired
244 Bytes
digests-linux-arm64 Expired
244 Bytes
fast-digests-linux-amd64 Expired
244 Bytes
fast-digests-linux-arm64 Expired
244 Bytes
gasp-xyz~mangata-node~6RWTR7.dockerbuild
50.4 KB
gasp-xyz~mangata-node~HXD701.dockerbuild
49.4 KB
gasp-xyz~mangata-node~IULMPN.dockerbuild
49.7 KB
gasp-xyz~mangata-node~ZUK2PH.dockerbuild
48.7 KB
wasm-242785a781c2edeae266ec09566d0d6ef87cf0dc
889 KB
wasm-fast-242785a781c2edeae266ec09566d0d6ef87cf0dc
889 KB