chore(deps): update dependency secp256k1 [security] #6899
build-and-test-pr.yml
on: pull_request
Turbo Affected
/
Determine Affected
44s
Matrix: Test Mobile E2E / Ledger Live Mobile - Android Detox Tests
Matrix: Build Desktop / build-desktop-app
Build Mobile
/
Build LLM | Android
13m 56s
Build Mobile
/
Build LLM | iOS
7m 18s
Test Mobile
/
LLM CodeCheck
5m 52s
Test Design System
/
Design System Tests
Test Desktop
/
LLD Code Checks
9m 1s
Test Desktop
/
Desktop Unit Tests
4m 2s
Test Libraries
/
Test Libraries
1m 28s
Test Libraries
/
Codecheck Libraries
4m 6s
Test Libraries
/
Test Docs
1m 47s
Test Mobile E2E
/
Allure Reports Export on Server
0s
Matrix: Test Mobile E2E / Upload to Xray
Test Mobile E2E
/
Allure Reports Export on Server
0s
OK
2s
Annotations
8 errors, 3 warnings, and 1 notice
Build Mobile / Build LLM | iOS
Final attempt failed. Child_process exited with error code 1
|
[mocked_tests] › specs/market/market.spec.ts:34:5 › Market:
apps/ledger-live-desktop/tests/specs/market/market.spec.ts#L169
1) [mocked_tests] › specs/market/market.spec.ts:34:5 › Market › search bitcoin ───────────────────
Error: Screenshot comparison failed:
36986 pixels (ratio 0.05 of all image pixels) are different.
Expected: /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/market/market.spec.ts-snapshots/market-page-search-bitcoin-linux.png
Received: /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/artifacts/test-results/market-market-Market-mocked-tests/market-page-search-bitcoin-actual.png
Diff: /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/artifacts/test-results/market-market-Market-mocked-tests/market-page-search-bitcoin-diff.png
Call log:
- expect.soft.toHaveScreenshot(market-page-search-bitcoin.png) with timeout 41000ms
- verifying given screenshot expectation
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 185311 pixels (ratio 0.24 of all image pixels) are different.
- waiting 100ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- 147767 pixels (ratio 0.19 of all image pixels) are different.
- waiting 250ms before taking screenshot
- taking page screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- captured a stable screenshot
- 36986 pixels (ratio 0.05 of all image pixels) are different.
167 | await expect
168 | .soft(page)
> 169 | .toHaveScreenshot("market-page-search-bitcoin.png", maskEverythingExceptBitcoin);
| ^
170 | });
171 |
172 | await test.step("filter starred", async () => {
at /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/market/market.spec.ts:169:8
at /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/market/market.spec.ts:164:3
|
[mocked_tests] › specs/services/wallet-api.spec.ts:209:5 › Wallet API methods @smoke:
apps/ledger-live-desktop/tests/component/drawer.component.ts#L51
2) [mocked_tests] › specs/services/wallet-api.spec.ts:209:5 › Wallet API methods @smoke ──────────
TimeoutError: locator.click: Timeout 120000ms exceeded.
Call log:
- waiting for getByTestId('account-row-bitcoin-0').first()
at component/drawer.component.ts:51
49 |
50 | async selectAccount(accountName: string, index = 0) {
> 51 | await this.getAccountButton(accountName, index).click();
| ^
52 | }
53 |
54 | @step("Select account by name")
at Drawer.selectAccount (/home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/component/drawer.component.ts:51:53)
at /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/services/wallet-api.spec.ts:248:18
at /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/services/wallet-api.spec.ts:222:3
|
[mocked_tests] › specs/services/wallet-api.spec.ts:209:5 › Wallet API methods @smoke:
apps/ledger-live-desktop/tests/models/LiveAppWebview.ts#L133
2) [mocked_tests] › specs/services/wallet-api.spec.ts:209:5 › Wallet API methods @smoke ──────────
Error: page.evaluate: Target page, context or browser has been closed
at models/LiveAppWebview.ts:133
131 | `;
132 |
> 133 | return this.page.evaluate(functionToExecute => {
| ^
134 | const webview = document.querySelector("webview") as WebviewTag;
135 | return webview.executeJavaScript(functionToExecute);
136 | }, sendFunction);
at LiveAppWebview.send (/home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/models/LiveAppWebview.ts:133:22)
at /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/services/wallet-api.spec.ts:229:37
at /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/services/wallet-api.spec.ts:222:3
|
Test Desktop / Desktop Tests E2E (Ubuntu)
Process completed with exit code 1.
|
Build Mobile / report
Unable to download artifact(s): Artifact not found for name: mobile.metafile.json
Please ensure that your artifact is not expired and the artifact was uploaded using a compatible version of toolkit/upload-artifact.
For more information, visit the GitHub Artifacts FAQ: https://github.com/actions/toolkit/blob/main/packages/artifact/docs/faq.md
|
Test Mobile E2E / LLM - iOS Detox Tests
The action 'Test iOS app' has timed out after 75 minutes.
|
OK
Process completed with exit code 1.
|
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.
|
Build Mobile / Build LLM | iOS
Attempt 1 failed. Reason: Child_process exited with error code 1
|
Slow Test:
apps/ledger-live-desktop/[mocked_tests] › specs/services/wallet-api.spec.ts#L1
apps/ledger-live-desktop/[mocked_tests] › specs/services/wallet-api.spec.ts took 2.7m
|
🎭 Playwright Run Summary
2 failed
[mocked_tests] › specs/market/market.spec.ts:34:5 › Market ─────────────────────────────────────
[mocked_tests] › specs/services/wallet-api.spec.ts:209:5 › Wallet API methods @smoke ───────────
3 skipped
61 passed (8.2m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
2.96.0-sha.847b2b07f6d16214fec3dfd10c223098c69d0ee7-linux-x86_64.AppImage
|
232 MB |
|
2.96.0-sha.847b2b07f6d16214fec3dfd10c223098c69d0ee7-mac.dmg
|
424 MB |
|
2.96.0-sha.847b2b07f6d16214fec3dfd10c223098c69d0ee7-win-x64.exe
|
184 MB |
|
3.61.0-sha.1dbb5dd-release
|
284 MB |
|
allure-results-linux
|
1.16 MB |
|
android-test-artifacts-1
|
72.5 MB |
|
images
|
325 Bytes |
|
ios-test-artifacts
|
83.4 MB |
|
lint-desktop
|
38.4 KB |
|
linux-js-bundle-metafiles
|
664 KB |
|
mac-js-bundle-metafiles
|
664 KB |
|
outputs-codecheck
|
298 Bytes |
|
outputs-test-libraries
|
157 Bytes |
|
playwright-results-linux
|
5.37 MB |
|
summary-build-desktop.json
|
360 Bytes |
|
summary-test-desktop.json
|
1.18 KB |
|
win-js-bundle-metafiles
|
664 KB |
|