Build consume fix #24480
qc_checks.yaml
on: pull_request
Filter
8s
Build - Web UI
2m 11s
Style [Documentation]
25s
Tests - Migrations [PostgreSQL]
Tests - Full Migration [SQLite]
Style [Typecheck]
4m 0s
Tests - inventree-python
6m 39s
Tests - Performance
Tests - DB [PostgreSQL]
22m 25s
Tests - DB [MySQL]
20m 26s
Tests - Web UI
36m 3s
Security [Zizmor]
Matrix: coverage
Push new schema
Annotations
10 errors, 2 warnings, and 2 notices
|
[chromium] › tests/pages/pui_build.spec.ts:29:1 › Build Order - Basic Tests:
src/frontend/tests/pages/pui_build.spec.ts#L88
2) [chromium] › tests/pages/pui_build.spec.ts:29:1 › Build Order - Basic Tests ───────────────────
Error: locator.waitFor: Test ended.
Call log:
- waiting for getByText('R_10R_0402_1%') to be visible
86 |
87 | // Check for expected text in the table
> 88 | await page.getByText('R_10R_0402_1%').waitFor();
| ^
89 | await page
90 | .getByRole('cell', { name: 'R38, R39, R40, R41, R42, R43' })
91 | .waitFor();
at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pages/pui_build.spec.ts:88:41
|
|
[chromium] › tests/pages/pui_build.spec.ts:29:1 › Build Order - Basic Tests:
src/frontend/tests/pages/pui_build.spec.ts#L0
2) [chromium] › tests/pages/pui_build.spec.ts:29:1 › Build Order - Basic Tests ───────────────────
Test timeout of 90000ms exceeded.
|
|
[firefox] › tests/pages/pui_build.spec.ts:213:1 › Build Order - Build Outputs:
src/frontend/tests/pages/pui_build.spec.ts#L311
1) [firefox] › tests/pages/pui_build.spec.ts:213:1 › Build Order - Build Outputs ─────────────────
Retry #3 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test ended.
Call log:
- waiting for getByRole('menuitem', { name: 'Complete' })
309 | const row2 = await getRowFromCell(cell2);
310 | await row2.getByLabel(/row-action-menu-/i).click();
> 311 | await page.getByRole('menuitem', { name: 'Complete' }).click();
| ^
312 | await page.getByLabel('related-field-location').click();
313 | await page.getByText('Mechanical Lab').click();
314 | await page.waitForTimeout(250);
at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pages/pui_build.spec.ts:311:58
|
|
[firefox] › tests/pages/pui_build.spec.ts:213:1 › Build Order - Build Outputs:
src/frontend/tests/pages/pui_build.spec.ts#L0
1) [firefox] › tests/pages/pui_build.spec.ts:213:1 › Build Order - Build Outputs ─────────────────
Retry #3 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 90000ms exceeded.
|
|
[firefox] › tests/pages/pui_build.spec.ts:213:1 › Build Order - Build Outputs:
src/frontend/tests/pages/pui_build.spec.ts#L329
1) [firefox] › tests/pages/pui_build.spec.ts:213:1 › Build Order - Build Outputs ─────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.waitFor: Test ended.
Call log:
- waiting for getByRole('cell', { name: 'Quantity: 16' }) to be visible
327 | )
328 | .waitFor();
> 329 | await page.getByRole('cell', { name: 'Quantity: 16' }).waitFor();
| ^
330 | await page.getByRole('button', { name: 'Cancel', exact: true }).click();
331 | });
332 |
at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pages/pui_build.spec.ts:329:58
|
|
[firefox] › tests/pages/pui_build.spec.ts:213:1 › Build Order - Build Outputs:
src/frontend/tests/pages/pui_build.spec.ts#L0
1) [firefox] › tests/pages/pui_build.spec.ts:213:1 › Build Order - Build Outputs ─────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 90000ms exceeded.
|
|
[firefox] › tests/pages/pui_build.spec.ts:213:1 › Build Order - Build Outputs:
src/frontend/tests/pages/pui_build.spec.ts#L329
1) [firefox] › tests/pages/pui_build.spec.ts:213:1 › Build Order - Build Outputs ─────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.waitFor: Test ended.
Call log:
- waiting for getByRole('cell', { name: 'Quantity: 16' }) to be visible
327 | )
328 | .waitFor();
> 329 | await page.getByRole('cell', { name: 'Quantity: 16' }).waitFor();
| ^
330 | await page.getByRole('button', { name: 'Cancel', exact: true }).click();
331 | });
332 |
at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pages/pui_build.spec.ts:329:58
|
|
[firefox] › tests/pages/pui_build.spec.ts:213:1 › Build Order - Build Outputs:
src/frontend/tests/pages/pui_build.spec.ts#L0
1) [firefox] › tests/pages/pui_build.spec.ts:213:1 › Build Order - Build Outputs ─────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 90000ms exceeded.
|
|
[firefox] › tests/pages/pui_build.spec.ts:213:1 › Build Order - Build Outputs:
src/frontend/tests/pages/pui_build.spec.ts#L293
1) [firefox] › tests/pages/pui_build.spec.ts:213:1 › Build Order - Build Outputs ─────────────────
Error: locator.waitFor: Test ended.
Call log:
- waiting for getByRole('cell', { name: '# 558' }).first() to be visible
291 | .getByRole('cell', { name: `# ${sn}` })
292 | .first()
> 293 | .waitFor();
| ^
294 | await page
295 | .getByRole('cell', { name: `# ${sn + 1}` })
296 | .first()
at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pages/pui_build.spec.ts:293:6
|
|
[firefox] › tests/pages/pui_build.spec.ts:213:1 › Build Order - Build Outputs:
src/frontend/tests/pages/pui_build.spec.ts#L0
1) [firefox] › tests/pages/pui_build.spec.ts:213:1 › Build Order - Build Outputs ─────────────────
Test timeout of 90000ms exceeded.
|
|
Tests - Web UI
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683, actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7, actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
Tests - Web UI
Failed to restore: Cache service responded with 400
|
|
🎭 Playwright Run Summary
1 failed
[firefox] › tests/pages/pui_build.spec.ts:213:1 › Build Order - Build Outputs ──────────────────
7 flaky
[chromium] › tests/pages/pui_build.spec.ts:29:1 › Build Order - Basic Tests ────────────────────
[chromium] › tests/pages/pui_build.spec.ts:213:1 › Build Order - Build Outputs ─────────────────
[chromium] › tests/pages/pui_build.spec.ts:537:1 › Build Order - Tracked Outputs ───────────────
[chromium] › tests/pui_plugins.spec.ts:149:1 › Plugins - Panels ────────────────────────────────
[firefox] › tests/pages/pui_part.spec.ts:147:1 › Parts - BOM Validation ────────────────────────
[firefox] › tests/pui_importing.spec.ts:171:1 › Importing - Natural Keys ───────────────────────
[firefox] › tests/pui_printing.spec.ts:81:1 › Printing - Report Editing ────────────────────────
244 passed (28.0m)
|
|
🎭 Playwright Run Summary
2 passed (46.1s)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-report
|
110 MB |
sha256:735034b1a79033e23c3105f45c9fb4e16ac5f1bc8719ddaf038124f059e40b9b
|
|