Skip to content

πŸ§‘β€πŸ’»(chore):migrate unimported to knip for LLD #698

πŸ§‘β€πŸ’»(chore):migrate unimported to knip for LLD

πŸ§‘β€πŸ’»(chore):migrate unimported to knip for LLD #698

Triggered via pull request September 27, 2024 12:57
Status Cancelled
Total duration 46m 3s
Billable time 35m
Artifacts 21

build-and-test-pr.yml

on: pull_request
Turbo Affected  /  Determine Affected
58s
Turbo Affected / Determine Affected
Test Mobile E2E  /  Ledger Live Mobile - Android Detox Tests
34m 53s
Test Mobile E2E / Ledger Live Mobile - Android Detox Tests
Test Mobile E2E  /  LLM - iOS Detox Tests
40m 18s
Test Mobile E2E / LLM - iOS Detox Tests
Test Desktop  /  Desktop Tests E2E (Ubuntu)
11m 11s
Test Desktop / Desktop Tests E2E (Ubuntu)
Matrix: Build Desktop / build-desktop-app
Build Mobile  /  Build LLM | Android
13m 54s
Build Mobile / Build LLM | Android
Build Mobile  /  Build LLM | iOS
8m 25s
Build Mobile / Build LLM | iOS
Test Mobile  /  LLM CodeCheck
11m 27s
Test Mobile / LLM CodeCheck
Test Design System  /  Design System Tests
4m 44s
Test Design System / Design System Tests
Test Desktop  /  LLD Code Checks
11m 30s
Test Desktop / LLD Code Checks
Test Desktop  /  Desktop Unit Tests
6m 34s
Test Desktop / Desktop Unit Tests
Test Libraries  /  Test Libraries
7m 4s
Test Libraries / Test Libraries
Test Libraries  /  Codecheck Libraries
8m 51s
Test Libraries / Codecheck Libraries
Test Libraries  /  Test Docs
2m 12s
Test Libraries / Test Docs
Test Web Tools  /  Test web-tools
7m 11s
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
0s
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
26s
Build Desktop / report
Build Mobile  /  report
24s
Build Mobile / report
Test CLI  /  report
0s
Test CLI / report
Test Desktop  /  report
25s
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

8 errors, 4 warnings, and 1 notice
[mocked_tests] β€Ί specs/market/market.spec.ts:34:5 β€Ί Market: apps/ledger-live-desktop/tests/specs/market/market.spec.ts#L177
1) [mocked_tests] β€Ί specs/market/market.spec.ts:34:5 β€Ί Market ──────────────────────────────────── Error: Screenshot comparison failed: 182288 pixels (ratio 0.24 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-btc-page-linux.png Received: /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/artifacts/test-results/market-market-Market-mocked-tests/market-btc-page-actual.png Diff: /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/artifacts/test-results/market-market-Market-mocked-tests/market-btc-page-diff.png Call log: - expect.soft.toHaveScreenshot(market-btc-page.png) with timeout 41000ms - verifying given screenshot expectation - taking page screenshot - disabled all CSS animations - waiting for fonts to load... - fonts loaded - 174900 pixels (ratio 0.23 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 - captured a stable screenshot - 182288 pixels (ratio 0.24 of all image pixels) are different. 175 | await test.step("go to bitcoin page", async () => { 176 | await marketPage.openCoinPage("btc"); > 177 | await expect.soft(page).toHaveScreenshot("market-btc-page.png", { | ^ 178 | mask: [ 179 | page.getByTestId("chart-container"), 180 | page.getByTestId("market-price-delta"), at /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/market/market.spec.ts:177:29 at /home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/specs/market/market.spec.ts:175:3
[mocked_tests] β€Ί specs/market/market.spec.ts:34:5 β€Ί Market: apps/ledger-live-desktop/tests/specs/market/market.spec.ts#L1
1) [mocked_tests] β€Ί specs/market/market.spec.ts:34:5 β€Ί Market ──────────────────────────────────── 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/services/earn.spec.ts:33:5 β€Ί Earn @smoke: apps/ledger-live-desktop/tests/utils/waitFor.ts#L23
2) [mocked_tests] β€Ί specs/services/earn.spec.ts:33:5 β€Ί Earn @smoke ─────────────────────────────── Error: waitFor timeout at utils/waitFor.ts:23 21 | setTimeout(() => { 22 | clearInterval(interval as unknown as number); > 23 | reject(new Error("waitFor timeout")); | ^ 24 | }, timeout); 25 | }); 26 | } at Timeout._onTimeout (/home/runner/_work/ledger-live/ledger-live/apps/ledger-live-desktop/tests/utils/waitFor.ts:23:14)
[mocked_tests] β€Ί specs/services/earn.spec.ts:33:5 β€Ί Earn @smoke: apps/ledger-live-desktop/tests/specs/services/earn.spec.ts#L1
2) [mocked_tests] β€Ί specs/services/earn.spec.ts:33:5 β€Ί Earn @smoke ─────────────────────────────── 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)
Test Desktop / Desktop Tests E2E (Ubuntu)
Process completed with exit code 1.
Test Mobile E2E / Ledger Live Mobile - Android Detox Tests
The action 'cache android emulator' has timed out after 5 minutes.
Test Mobile E2E / LLM - iOS Detox Tests
Canceling since a higher priority waiting request for '[PR] Build and Test-refs/pull/7933/merge' exists
Test Mobile E2E / LLM - iOS Detox Tests
The operation was canceled.
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 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/
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 E2E / LLM - iOS Detox Tests
Runner pa6-r102-srv-macrunner04-runner-1 did not respond to a cancelation request with 00:05:00.
🎭 Playwright Run Summary
2 failed [mocked_tests] β€Ί specs/market/market.spec.ts:34:5 β€Ί Market ───────────────────────────────────── [mocked_tests] β€Ί specs/services/earn.spec.ts:33:5 β€Ί Earn @smoke ──────────────────────────────── 3 skipped 63 passed (7.5m)

Artifacts

Produced during runtime
Name Size
2.86.0-sha.0ed2368cdef7acdc2718a78b18f18419dedb4af3-linux-x86_64.AppImage Expired
180 MB
2.86.0-sha.0ed2368cdef7acdc2718a78b18f18419dedb4af3-mac.dmg Expired
245 MB
2.86.0-sha.0ed2368cdef7acdc2718a78b18f18419dedb4af3-win-x64.exe Expired
141 MB
3.49.0-sha.74d0e4f-release Expired
273 MB
allure-results-linux Expired
557 KB
android-allure-report Expired
13 MB
android-test-artifacts Expired
23.4 MB
images Expired
316 Bytes
lint-desktop Expired
36.3 KB
lint-mobile Expired
30.4 KB
linux-js-bundle-metafiles Expired
648 KB
mac-js-bundle-metafiles Expired
648 KB
mobile.metafile.json Expired
212 Bytes
outputs-codecheck Expired
298 Bytes
outputs-test-libraries Expired
157 Bytes
outputs-test-ui Expired
179 Bytes
playwright-results-linux Expired
3.47 MB
summary-build-desktop.json Expired
360 Bytes
summary-build-mobile.json Expired
336 Bytes
summary-test-desktop.json Expired
1.14 KB
win-js-bundle-metafiles Expired
648 KB