Skip to content

feat: ✨ Add spamFilteringTx in LLD #705

feat: ✨ Add spamFilteringTx in LLD

feat: ✨ Add spamFilteringTx in LLD #705

Re-run triggered October 2, 2024 12:46
Status Failure
Total duration 8m 19s
Billable time 25m
Artifacts 30

build-and-test-pr.yml

on: pull_request
Turbo Affected  /  Determine Affected
1m 19s
Turbo Affected / Determine Affected
Test Mobile E2E  /  Ledger Live Mobile - Android Detox Tests
24m 11s
Test Mobile E2E / Ledger Live Mobile - Android Detox Tests
Test Mobile E2E  /  LLM - iOS Detox Tests
30m 47s
Test Mobile E2E / LLM - iOS Detox Tests
Test Desktop  /  Desktop Tests E2E (Ubuntu)
6m 50s
Test Desktop / Desktop Tests E2E (Ubuntu)
Matrix: Build Desktop / build-desktop-app
Build Mobile  /  Build LLM | Android
12m 27s
Build Mobile / Build LLM | Android
Build Mobile  /  Build LLM | iOS
11m 42s
Build Mobile / Build LLM | iOS
Test Mobile  /  LLM CodeCheck
5m 55s
Test Mobile / LLM CodeCheck
Test Design System  /  Design System Tests
Test Design System / Design System Tests
Test Desktop  /  LLD Code Checks
9m 2s
Test Desktop / LLD Code Checks
Test Desktop  /  Desktop Unit Tests
4m 28s
Test Desktop / Desktop Unit Tests
Test Libraries  /  Test Libraries
2m 4s
Test Libraries / Test Libraries
Test Libraries  /  Codecheck Libraries
5m 51s
Test Libraries / Codecheck Libraries
Test Libraries  /  Test Docs
2m 6s
Test Libraries / Test Docs
Test Web Tools  /  Test web-tools
1m 50s
Test Web Tools / Test web-tools
Test Mobile E2E  /  Allure Reports Export on Server
0s
Test Mobile E2E / Allure Reports Export on Server
Matrix: Test Mobile E2E / Upload to Xray
Test Mobile E2E  /  report
15s
Test Mobile E2E / report
Test Mobile E2E  /  report-on-slack
0s
Test Mobile E2E / report-on-slack
Test Mobile E2E  /  Allure Reports Export on Server
0s
Test Mobile E2E / Allure Reports Export on Server
Test Desktop  /  Allure Reports Export on Server
0s
Test Desktop / Allure Reports Export on Server
Build Desktop  /  report
37s
Build Desktop / report
Build Mobile  /  report
18s
Build Mobile / report
Test CLI  /  report
0s
Test CLI / report
Test Desktop  /  report
24s
Test Desktop / report
Test Libraries  /  report
0s
Test Libraries / report
Test Web Tools  /  report
0s
Test Web Tools / report
Fit to window
Zoom out
Zoom in

Annotations

11 errors, 5 warnings, and 1 notice
Test Desktop / Desktop Tests E2E (Ubuntu)
Testing stopped early after 5 maximum allowed failures.
Test Desktop / Desktop Tests E2E (Ubuntu)
TimeoutError: locator.waitFor: Timeout 99000ms exceeded. Call log: - waiting for locator('button:has-text("Get Started")') to be visible at page/onboarding.page.ts:30 28 | 29 | async waitForLaunch() { > 30 | await this.getStartedButton.waitFor({ state: "visible" }); | ^ 31 | } 32 | 33 | async waitForPedagogyModal() { at OnboardingPage.waitForLaunch (/home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/page/onboarding.page.ts:30:33) at globalTeardown (/home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/utils/global.teardown.ts:26:36)
[mocked_tests] › specs/accounts/account.spec.ts:23:9 › Accounts @smoke › [LTC] Add account: apps/ledger-live-desktop/tests/specs/accounts/account.spec.ts#L32
1) [mocked_tests] › specs/accounts/account.spec.ts:23:9 › Accounts @smoke › [LTC] Add account ──── TimeoutError: locator.click: Timeout 99000ms exceeded. Call log: - waiting for getByTestId('portfolio-empty-state-add-account-button') 30 | 31 | await test.step(`[${currency}] Open modal`, async () => { > 32 | await portfolioPage.openAddAccountModal(); | ^ 33 | expect(await addAccountModal.title.textContent()).toBe("Add accounts"); 34 | await expect.soft(addAccountModal.container).toHaveScreenshot(`open-modal.png`); 35 | }); at /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/accounts/account.spec.ts:32:29 at /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/accounts/account.spec.ts:31:18
[mocked_tests] › specs/accounts/account.spec.ts:23:9 › Accounts @smoke › [LTC] Add account: apps/ledger-live-desktop/tests/specs/accounts/account.spec.ts#L1
1) [mocked_tests] › specs/accounts/account.spec.ts:23:9 › Accounts @smoke › [LTC] Add account ──── Error: connect ECONNREFUSED 127.0.0.1 at Function.AxiosError.from (/home/runner/_work/ledger-live/ledger-live/node_modules/.pnpm/axios@1.7.3/node_modules/axios/lib/core/AxiosError.js:89:14) at RedirectableRequest.handleRequestError (/home/runner/_work/ledger-live/ledger-live/node_modules/.pnpm/axios@1.7.3/node_modules/axios/lib/adapters/http.js:620:25) at ClientRequest.eventHandlers.<computed> (/home/runner/_work/ledger-live/ledger-live/node_modules/.pnpm/follow-redirects@1.15.6/node_modules/follow-redirects/index.js:38:24) at Axios.request (/home/runner/_work/ledger-live/ledger-live/node_modules/.pnpm/axios@1.7.3/node_modules/axios/lib/core/Axios.js:45:41)
[mocked_tests] › specs/accounts/account.spec.ts:23:9 › Accounts @smoke › [ATOM] Add account: apps/ledger-live-desktop/tests/specs/accounts/account.spec.ts#L32
2) [mocked_tests] › specs/accounts/account.spec.ts:23:9 › Accounts @smoke › [ATOM] Add account ─── TimeoutError: locator.click: Timeout 99000ms exceeded. Call log: - waiting for getByTestId('portfolio-empty-state-add-account-button') 30 | 31 | await test.step(`[${currency}] Open modal`, async () => { > 32 | await portfolioPage.openAddAccountModal(); | ^ 33 | expect(await addAccountModal.title.textContent()).toBe("Add accounts"); 34 | await expect.soft(addAccountModal.container).toHaveScreenshot(`open-modal.png`); 35 | }); at /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/accounts/account.spec.ts:32:29 at /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/accounts/account.spec.ts:31:18
[mocked_tests] › specs/accounts/account.spec.ts:23:9 › Accounts @smoke › [ATOM] Add account: apps/ledger-live-desktop/tests/specs/accounts/account.spec.ts#L1
2) [mocked_tests] › specs/accounts/account.spec.ts:23:9 › Accounts @smoke › [ATOM] Add account ─── Error: connect ECONNREFUSED 127.0.0.1 at Function.AxiosError.from (/home/runner/_work/ledger-live/ledger-live/node_modules/.pnpm/axios@1.7.3/node_modules/axios/lib/core/AxiosError.js:89:14) at RedirectableRequest.handleRequestError (/home/runner/_work/ledger-live/ledger-live/node_modules/.pnpm/axios@1.7.3/node_modules/axios/lib/adapters/http.js:620:25) at ClientRequest.eventHandlers.<computed> (/home/runner/_work/ledger-live/ledger-live/node_modules/.pnpm/follow-redirects@1.15.6/node_modules/follow-redirects/index.js:38:24) at Axios.request (/home/runner/_work/ledger-live/ledger-live/node_modules/.pnpm/axios@1.7.3/node_modules/axios/lib/core/Axios.js:45:41)
[mocked_tests] › specs/accounts/account.spec.ts:23:9 › Accounts @smoke › [XRP] Add account: apps/ledger-live-desktop/tests/specs/accounts/account.spec.ts#L32
3) [mocked_tests] › specs/accounts/account.spec.ts:23:9 › Accounts @smoke › [XRP] Add account ──── TimeoutError: locator.click: Timeout 99000ms exceeded. Call log: - waiting for getByTestId('portfolio-empty-state-add-account-button') 30 | 31 | await test.step(`[${currency}] Open modal`, async () => { > 32 | await portfolioPage.openAddAccountModal(); | ^ 33 | expect(await addAccountModal.title.textContent()).toBe("Add accounts"); 34 | await expect.soft(addAccountModal.container).toHaveScreenshot(`open-modal.png`); 35 | }); at /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/accounts/account.spec.ts:32:29 at /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/accounts/account.spec.ts:31:18
[mocked_tests] › specs/accounts/account.spec.ts:23:9 › Accounts @smoke › [XRP] Add account: apps/ledger-live-desktop/tests/specs/accounts/account.spec.ts#L1
3) [mocked_tests] › specs/accounts/account.spec.ts:23:9 › Accounts @smoke › [XRP] Add account ──── Error: connect ECONNREFUSED 127.0.0.1 at Function.AxiosError.from (/home/runner/_work/ledger-live/ledger-live/node_modules/.pnpm/axios@1.7.3/node_modules/axios/lib/core/AxiosError.js:89:14) at RedirectableRequest.handleRequestError (/home/runner/_work/ledger-live/ledger-live/node_modules/.pnpm/axios@1.7.3/node_modules/axios/lib/adapters/http.js:620:25) at ClientRequest.eventHandlers.<computed> (/home/runner/_work/ledger-live/ledger-live/node_modules/.pnpm/follow-redirects@1.15.6/node_modules/follow-redirects/index.js:38:24) at Axios.request (/home/runner/_work/ledger-live/ledger-live/node_modules/.pnpm/axios@1.7.3/node_modules/axios/lib/core/Axios.js:45:41)
[mocked_tests] › specs/accounts/account.spec.ts:23:9 › Accounts @smoke › [Tron] Add account: apps/ledger-live-desktop/tests/specs/accounts/account.spec.ts#L32
4) [mocked_tests] › specs/accounts/account.spec.ts:23:9 › Accounts @smoke › [Tron] Add account ─── TimeoutError: locator.click: Timeout 99000ms exceeded. Call log: - waiting for getByTestId('portfolio-empty-state-add-account-button') 30 | 31 | await test.step(`[${currency}] Open modal`, async () => { > 32 | await portfolioPage.openAddAccountModal(); | ^ 33 | expect(await addAccountModal.title.textContent()).toBe("Add accounts"); 34 | await expect.soft(addAccountModal.container).toHaveScreenshot(`open-modal.png`); 35 | }); at /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/accounts/account.spec.ts:32:29 at /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/accounts/account.spec.ts:31:18
[mocked_tests] › specs/accounts/account.spec.ts:23:9 › Accounts @smoke › [Tron] Add account: apps/ledger-live-desktop/tests/specs/accounts/account.spec.ts#L1
4) [mocked_tests] › specs/accounts/account.spec.ts:23:9 › Accounts @smoke › [Tron] Add account ─── Error: connect ECONNREFUSED 127.0.0.1 at Function.AxiosError.from (/home/runner/_work/ledger-live/ledger-live/node_modules/.pnpm/axios@1.7.3/node_modules/axios/lib/core/AxiosError.js:89:14) at RedirectableRequest.handleRequestError (/home/runner/_work/ledger-live/ledger-live/node_modules/.pnpm/axios@1.7.3/node_modules/axios/lib/adapters/http.js:620:25) at ClientRequest.eventHandlers.<computed> (/home/runner/_work/ledger-live/ledger-live/node_modules/.pnpm/follow-redirects@1.15.6/node_modules/follow-redirects/index.js:38:24) at Axios.request (/home/runner/_work/ledger-live/ledger-live/node_modules/.pnpm/axios@1.7.3/node_modules/axios/lib/core/Axios.js:45:41)
OK
Process completed with exit code 1.
Build Mobile / Build LLM | iOS
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test Mobile E2E / Ledger Live Mobile - Android Detox Tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-java@v3, android-actions/setup-android@v2.0.10, gradle/gradle-build-action@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test Mobile / LLM CodeCheck
No files were found with the provided path: /home/runner/work/ledger-live/ledger-live/apps/ledger-live-mobile/lint-mobile.json. No artifacts will be uploaded.
Test Mobile E2E / LLM - iOS Detox Tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test Libraries / Codecheck Libraries
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/github-script@v6. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
🎭 Playwright Run Summary
5 failed [mocked_tests] › specs/accounts/account.spec.ts:23:9 › Accounts @smoke › [LTC] Add account ───── [mocked_tests] › specs/accounts/account.spec.ts:23:9 › Accounts @smoke › [ATOM] Add account ──── [mocked_tests] › specs/accounts/account.spec.ts:23:9 › Accounts @smoke › [XRP] Add account ───── [mocked_tests] › specs/accounts/account.spec.ts:23:9 › Accounts @smoke › [Tron] Add account ──── [mocked_tests] › specs/accounts/account.spec.ts:23:9 › Accounts @smoke › [ADA] Add account ───── 4 interrupted [mocked_tests] › specs/accounts/account.spec.ts:23:9 › Accounts @smoke › [BTC] Add account ───── [mocked_tests] › specs/accounts/account.spec.ts:23:9 › Accounts @smoke › [ETH] Add account ───── [mocked_tests] › specs/accounts/account.spec.ts:23:9 › Accounts @smoke › [XTZ] Add account ───── [mocked_tests] › specs/accounts/account.spec.ts:23:9 › Accounts @smoke › [DOT] Add account ───── 59 did not run

Artifacts

Produced during runtime
Name Size
allure-results-linux Expired
805 KB
images Expired
152 Bytes
playwright-results-linux Expired
24.3 MB
summary-test-desktop.json Expired
885 Bytes