Skip to content

[stable35] fix(setupcheck): Print verbose info to allow finding out memory issues #10589

[stable35] fix(setupcheck): Print verbose info to allow finding out memory issues

[stable35] fix(setupcheck): Print verbose info to allow finding out memory issues #10589

Triggered via pull request September 24, 2026 19:40
Status Success
Total duration 1h 12m 47s
Artifacts 10

playwright.yml

on: pull_request
Playwright setup
3m 2s
Playwright setup
Matrix: playwright-tests
Playwright tests for installer
10m 19s
Playwright tests for installer
merge-reports
1m 6s
merge-reports
playwright-test-summary
7s
playwright-test-summary
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 12 notices
[default] › tests/playwright/e2e/users/users-search.spec.ts:46:2 › Settings: Unified search for accounts and groups › dispatches the query to both the users and groups API: tests/playwright/e2e/users/users-search.spec.ts#L58
1) [default] › tests/playwright/e2e/users/users-search.spec.ts:46:2 › Settings: Unified search for accounts and groups › dispatches the query to both the users and groups API Error: expect(received).toBe(expected) // Object.is equality Expected: "k4ssc" Received: "" 56 | const groupsResp = await groupsRespPromise 57 | > 58 | expect(new URL(usersResp.url()).searchParams.get('search')).toBe(alice.userId) | ^ 59 | expect(new URL(groupsResp.url()).searchParams.get('search')).toBe(alice.userId) 60 | 61 | // User list reflects the filtered result at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/users/users-search.spec.ts:58:63
[default] › tests/playwright/e2e/files/drag-n-drop.spec.ts:30:2 › files: Drag and Drop › can drop multiple files: tests/playwright/e2e/files/drag-n-drop.spec.ts#L37
1) [default] › tests/playwright/e2e/files/drag-n-drop.spec.ts:30:2 › files: Drag and Drop › can drop multiple files Error: expect(locator).toBeVisible() failed Locator: locator('[data-cy-files-drag-drop-area]') Expected: visible Received: hidden Timeout: 5000ms Call log: - Expect "toBeVisible" locator('[data-cy-files-drag-drop-area]') with timeout 5000ms - waiting for locator('[data-cy-files-drag-drop-area]') 13 × locator resolved to <div data-v-3920de03="" data-v-2ec4c730="" data-v-42ca73dd="" data-cy-files-drag-drop-area="" class="files-list__drag-drop-notice">…</div> - unexpected value "hidden" 35 | 36 | await filesListPage.getContentArea().dispatchEvent('dragover', { dataTransfer }) > 37 | await expect(filesListPage.getDropArea()).toBeVisible() | ^ 38 | 39 | await dropFilesOn(filesListPage.getDropArea(), dataTransfer) 40 | at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/files/drag-n-drop.spec.ts:37:45
[default] › tests/playwright/tests/playwright/e2e/users/users-search.spec.ts:46:2 › Settings: Unified search for accounts and groups › dispatches the query to both the users and groups API: tests/playwright/e2e/users/users-search.spec.ts#L58
2) [default] › tests/playwright/tests/playwright/e2e/users/users-search.spec.ts:46:2 › Settings: Unified search for accounts and groups › dispatches the query to both the users and groups API Error: expect(received).toBe(expected) // Object.is equality Expected: "k4ssc" Received: "" 56 | const groupsResp = await groupsRespPromise 57 | > 58 | expect(new URL(usersResp.url()).searchParams.get('search')).toBe(alice.userId) | ^ 59 | expect(new URL(groupsResp.url()).searchParams.get('search')).toBe(alice.userId) 60 | 61 | // User list reflects the filtered result at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/users/users-search.spec.ts:58:63
[default] › tests/playwright/tests/playwright/e2e/files/drag-n-drop.spec.ts:30:2 › files: Drag and Drop › can drop multiple files: tests/playwright/e2e/files/drag-n-drop.spec.ts#L37
1) [default] › tests/playwright/tests/playwright/e2e/files/drag-n-drop.spec.ts:30:2 › files: Drag and Drop › can drop multiple files Error: expect(locator).toBeVisible() failed Locator: locator('[data-cy-files-drag-drop-area]') Expected: visible Received: hidden Timeout: 5000ms Call log: - Expect "toBeVisible" locator('[data-cy-files-drag-drop-area]') with timeout 5000ms - waiting for locator('[data-cy-files-drag-drop-area]') 13 × locator resolved to <div data-v-3920de03="" data-v-2ec4c730="" data-v-42ca73dd="" data-cy-files-drag-drop-area="" class="files-list__drag-drop-notice">…</div> - unexpected value "hidden" 35 | 36 | await filesListPage.getContentArea().dispatchEvent('dragover', { dataTransfer }) > 37 | await expect(filesListPage.getDropArea()).toBeVisible() | ^ 38 | 39 | await dropFilesOn(filesListPage.getDropArea(), dataTransfer) 40 | at /home/runner/actions-runner/_work/server/server/tests/playwright/e2e/files/drag-n-drop.spec.ts:37:45
Playwright setup
"The ubuntu-latest label will migrate to Ubuntu 26 beginning October 19, 2026. For more information, see https://github.com/actions/runner-images/issues/14748"
🎭 Playwright Run Summary
37 passed (5.6m)
🎭 Playwright Run Summary
7 passed (5.5m)
🎭 Playwright Run Summary
1 flaky [default] › tests/playwright/e2e/users/users-search.spec.ts:46:2 › Settings: Unified search for accounts and groups › dispatches the query to both the users and groups API 36 passed (6.6m)
🎭 Playwright Run Summary
37 passed (7.5m)
Playwright tests 7 / 8
"The ubuntu-latest label will migrate to Ubuntu 26 beginning October 19, 2026. For more information, see https://github.com/actions/runner-images/issues/14748"
🎭 Playwright Run Summary
38 passed (8.3m)
🎭 Playwright Run Summary
38 passed (8.7m)
🎭 Playwright Run Summary
37 passed (11.0m)
🎭 Playwright Run Summary
1 flaky [default] › tests/playwright/e2e/files/drag-n-drop.spec.ts:30:2 › files: Drag and Drop › can drop multiple files 37 passed (8.3m)
🎭 Playwright Run Summary
37 passed (14.0m)
🎭 Playwright Run Summary
2 flaky [default] › tests/playwright/tests/playwright/e2e/files/drag-n-drop.spec.ts:30:2 › files: Drag and Drop › can drop multiple files [default] › tests/playwright/tests/playwright/e2e/users/users-search.spec.ts:46:2 › Settings: Unified search for accounts and groups › dispatches the query to both the users and groups API 304 passed (19.3m)

Artifacts

Produced during runtime
Name Size Digest
blob-report-1
65.5 KB
sha256:63791e4e72bfc21fbf6d4e0d4ac0612700a1dd74336473eaa2210140dcafd3af
blob-report-2
2.3 MB
sha256:e6bc7ab4c176a031d708c19a0f84ecc4d687323985ea844778e8a3890e041ee7
blob-report-3
73 KB
sha256:047fc8fe4ce011f556c552cbeb7b32cc4fe2777573f0553ed471e69cfd2822e9
blob-report-4
61.4 KB
sha256:4150ba649195607767049c6a2aaa8d1c587598dd923ad1dc23fd38c1cc66a539
blob-report-5
93 KB
sha256:2359751545883e7edae8bd1ec6f1c5083efc075c1d6f3b2413d42aef846d57ca
blob-report-6
136 KB
sha256:1bedb4a29f9a485f260812c6b652f88746d57de5788bc971f9222eef519eb326
blob-report-7
82 KB
sha256:0e169a0ec3526f6f924bb70422988043d161c83b0c280d71e9dcd59214d497d3
blob-report-8
5.16 MB
sha256:2a38e0b70f89585be896863022b3a59a02cc4486b220c4e00bc7ed2fb1d16767
blob-report-setup
18.3 KB
sha256:6257e4f99266a2cd6741b18719bc0dea1f7d626ace16800edf38a3367476dff6
html-report--attempt-1
8.17 MB
sha256:ea118e98988512fab72f73e638dbc2a2dacf5672edc08c54af3dcd56edcb360c