Skip to content

chore(deps): update dependency secp256k1 [security] #6899

chore(deps): update dependency secp256k1 [security]

chore(deps): update dependency secp256k1 [security] #6899

Triggered via pull request January 24, 2025 23:10
Status Failure
Total duration 1h 25m 9s
Artifacts 17

build-and-test-pr.yml

on: pull_request
Turbo Affected  /  Determine Affected
44s
Turbo Affected / Determine Affected
Matrix: Test Mobile E2E / Ledger Live Mobile - Android Detox Tests
Test Desktop  /  Desktop Tests E2E (Ubuntu)
10m 37s
Test Desktop / Desktop Tests E2E (Ubuntu)
Test Mobile E2E  /  LLM - iOS Detox Tests
1h 23m
Test Mobile E2E / LLM - iOS Detox Tests
Matrix: Build Desktop / build-desktop-app
Build Mobile  /  Build LLM | Android
13m 56s
Build Mobile / Build LLM | Android
Build Mobile  /  Build LLM | iOS
7m 18s
Build Mobile / Build LLM | iOS
Build Web Tools  /  Build web-tools
1m 26s
Build Web Tools / Build web-tools
Test Mobile  /  LLM CodeCheck
5m 52s
Test Mobile / LLM CodeCheck
Test Design System  /  Design System Tests
Test Design System / Design System Tests
Test Desktop  /  LLD Code Checks
9m 1s
Test Desktop / LLD Code Checks
Test Desktop  /  Desktop Unit Tests
4m 2s
Test Desktop / Desktop Unit Tests
Test Libraries  /  Test Libraries
1m 28s
Test Libraries / Test Libraries
Test Libraries  /  Codecheck Libraries
4m 6s
Test Libraries / Codecheck Libraries
Test Libraries  /  Test Docs
1m 47s
Test Libraries / Test Docs
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
Matrix: Test Mobile E2E / Upload to Xray
Test Mobile E2E  /  Allure Reports Export on Server
0s
Test Mobile E2E / Allure Reports Export on Server
Build Desktop  /  report
32s
Build Desktop / report
Build Mobile  /  report
17s
Build Mobile / report
Build Web Tools  /  report
0s
Build Web Tools / report
Test CLI  /  report
0s
Test CLI / report
Test Desktop  /  report
27s
Test Desktop / report
Test Libraries  /  report
0s
Test Libraries / report
Test Mobile E2E  /  report-on-slack
0s
Test Mobile E2E / report-on-slack
Fit to window
Zoom out
Zoom in

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