Skip to content

Plugin import wizard #24478

Plugin import wizard

Plugin import wizard #24478

Triggered via pull request March 16, 2026 08:20
Status Failure
Total duration 38m 13s
Artifacts 2

qc_checks.yaml

on: pull_request
Style [pre-commit]
41s
Style [pre-commit]
Tests - API Schema Documentation
0s
Tests - API Schema Documentation
Style [Documentation]
36s
Style [Documentation]
Tests - Migrations [PostgreSQL]
0s
Tests - Migrations [PostgreSQL]
Tests - Full Migration [SQLite]
0s
Tests - Full Migration [SQLite]
Style [Typecheck]
0s
Style [Typecheck]
Tests - inventree-python
0s
Tests - inventree-python
Tests - Performance
0s
Tests - Performance
Tests - DB [PostgreSQL]
0s
Tests - DB [PostgreSQL]
Tests - DB [MySQL]
0s
Tests - DB [MySQL]
Tests - Web UI
37m 17s
Tests - Web UI
Security [Zizmor]
0s
Security [Zizmor]
Matrix: coverage
Push new schema
0s
Push new schema
Fit to window
Zoom out
Zoom in

Annotations

10 errors, 8 warnings, and 2 notices
[firefox] › tests/pages/pui_build.spec.ts:213:1 › Build Order - Build Outputs: src/frontend/tests/pages/pui_build.spec.ts#L328
2) [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 326 | ) 327 | .waitFor(); > 328 | await page.getByRole('cell', { name: 'Quantity: 16' }).waitFor(); | ^ 329 | await page.getByRole('button', { name: 'Cancel', exact: true }).click(); 330 | }); 331 | at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pages/pui_build.spec.ts:328:58
[firefox] › tests/pages/pui_build.spec.ts:213:1 › Build Order - Build Outputs: src/frontend/tests/pages/pui_build.spec.ts#L0
2) [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#L328
2) [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 326 | ) 327 | .waitFor(); > 328 | await page.getByRole('cell', { name: 'Quantity: 16' }).waitFor(); | ^ 329 | await page.getByRole('button', { name: 'Cancel', exact: true }).click(); 330 | }); 331 | at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pages/pui_build.spec.ts:328:58
[firefox] › tests/pages/pui_build.spec.ts:213:1 › Build Order - Build Outputs: src/frontend/tests/pages/pui_build.spec.ts#L0
2) [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#L309
2) [firefox] › tests/pages/pui_build.spec.ts:213:1 › Build Order - Build Outputs ───────────────── Error: locator.click: Test ended. Call log: - waiting for getByRole('cell', { name: '# 559' }).locator('xpath=ancestor::tr').first().getByLabel(/row-action-menu-/i) 307 | const cell2 = await page.getByRole('cell', { name: `# ${sn + 1}` }); 308 | const row2 = await getRowFromCell(cell2); > 309 | await row2.getByLabel(/row-action-menu-/i).click(); | ^ 310 | await page.getByRole('menuitem', { name: 'Complete' }).click(); 311 | await page.getByLabel('related-field-location').click(); 312 | await page.getByText('Mechanical Lab').click(); at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pages/pui_build.spec.ts:309:46
[firefox] › tests/pages/pui_build.spec.ts:213:1 › Build Order - Build Outputs: src/frontend/tests/pages/pui_build.spec.ts#L0
2) [firefox] › tests/pages/pui_build.spec.ts:213:1 › Build Order - Build Outputs ───────────────── Test timeout of 90000ms exceeded.
[chromium] › tests/pui_importing.spec.ts:73:1 › Importing - BOM: src/frontend/tests/pui_importing.spec.ts#L97
1) [chromium] › tests/pui_importing.spec.ts:73:1 › Importing - BOM ─────────────────────────────── Retry #3 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.waitFor: Error: strict mode violation: getByText('Importing Data') resolved to 2 elements: 1) <p data-size="lg" data-variant="gradient" class="mantine-focus-auto m_b6d8b162 mantine-Text-root">Importing Data</p> aka locator('#mantine-fue5fgubq-title').getByText('Importing Data') 2) <p data-size="lg" data-variant="gradient" class="mantine-focus-auto m_b6d8b162 mantine-Text-root">Importing Data</p> aka locator('#mantine-fue5fgubq-body').getByText('Importing Data') Call log: - waiting for getByText('Importing Data') to be visible 95 | await page.waitForTimeout(500); 96 | > 97 | await page.getByText('Importing Data').waitFor(); | ^ 98 | await page.getByText('0 / 3').waitFor(); 99 | 100 | await page.getByText('Screw for fixing wood').first().waitFor(); at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pui_importing.spec.ts:97:42
[chromium] › tests/pui_importing.spec.ts:73:1 › Importing - BOM: src/frontend/tests/pui_importing.spec.ts#L97
1) [chromium] › tests/pui_importing.spec.ts:73:1 › Importing - BOM ─────────────────────────────── Retry #2 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.waitFor: Error: strict mode violation: getByText('Importing Data') resolved to 2 elements: 1) <p data-size="lg" data-variant="gradient" class="mantine-focus-auto m_b6d8b162 mantine-Text-root">Importing Data</p> aka getByRole('heading').getByText('Importing Data') 2) <p data-size="lg" data-variant="gradient" class="mantine-focus-auto m_b6d8b162 mantine-Text-root">Importing Data</p> aka getByText('Importing Data').nth(1) Call log: - waiting for getByText('Importing Data') to be visible 95 | await page.waitForTimeout(500); 96 | > 97 | await page.getByText('Importing Data').waitFor(); | ^ 98 | await page.getByText('0 / 3').waitFor(); 99 | 100 | await page.getByText('Screw for fixing wood').first().waitFor(); at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pui_importing.spec.ts:97:42
[chromium] › tests/pui_importing.spec.ts:73:1 › Importing - BOM: src/frontend/tests/pui_importing.spec.ts#L97
1) [chromium] › tests/pui_importing.spec.ts:73:1 › Importing - BOM ─────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.waitFor: Error: strict mode violation: getByText('Importing Data') resolved to 2 elements: 1) <p data-size="lg" data-variant="gradient" class="mantine-focus-auto m_b6d8b162 mantine-Text-root">Importing Data</p> aka locator('#mantine-rsm3ursx9-title').getByText('Importing Data') 2) <p data-size="lg" data-variant="gradient" class="mantine-focus-auto m_b6d8b162 mantine-Text-root">Importing Data</p> aka locator('#mantine-rsm3ursx9-body').getByText('Importing Data') Call log: - waiting for getByText('Importing Data') to be visible 95 | await page.waitForTimeout(500); 96 | > 97 | await page.getByText('Importing Data').waitFor(); | ^ 98 | await page.getByText('0 / 3').waitFor(); 99 | 100 | await page.getByText('Screw for fixing wood').first().waitFor(); at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pui_importing.spec.ts:97:42
[chromium] › tests/pui_importing.spec.ts:73:1 › Importing - BOM: src/frontend/tests/pui_importing.spec.ts#L97
1) [chromium] › tests/pui_importing.spec.ts:73:1 › Importing - BOM ─────────────────────────────── Error: locator.waitFor: Error: strict mode violation: getByText('Importing Data') resolved to 2 elements: 1) <p data-size="lg" data-variant="gradient" class="mantine-focus-auto m_b6d8b162 mantine-Text-root">Importing Data</p> aka locator('#mantine-yfo3c1atm-title').getByText('Importing Data') 2) <p data-size="lg" data-variant="gradient" class="mantine-focus-auto m_b6d8b162 mantine-Text-root">Importing Data</p> aka locator('#mantine-yfo3c1atm-body').getByText('Importing Data') Call log: - waiting for getByText('Importing Data') to be visible 95 | await page.waitForTimeout(500); 96 | > 97 | await page.getByText('Importing Data').waitFor(); | ^ 98 | await page.getByText('0 / 3').waitFor(); 99 | 100 | await page.getByText('Screw for fixing wood').first().waitFor(); at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pui_importing.spec.ts:97:42
Filter
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36. 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/
Style [pre-commit]
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4. 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/
Build - 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/
Build - Web UI
Failed to save: <h2>Our services aren't available right now</h2><p>We're working to restore all services as soon as possible. Please check back soon.</p>01b23aQAAAAB+4z8PJr+UT7bJXrmDULOWQ0hHRURHRTE5MDYARWRnZQ==
Build - Web UI
Failed to restore: Cache service responded with 400
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/
Slow Test: src/frontend/[chromium] › tests/pages/pui_part.spec.ts#L0
src/frontend/[chromium] › tests/pages/pui_part.spec.ts took 5.2m
Tests - Web UI
Failed to restore: Cache service responded with 400
🎭 Playwright Run Summary
4 failed [chromium] › tests/pui_importing.spec.ts:73:1 › Importing - BOM ──────────────────────────────── [firefox] › tests/pages/pui_build.spec.ts:213:1 › Build Order - Build Outputs ────────────────── [firefox] › tests/pages/pui_part.spec.ts:277:1 › Parts - Requirements ────────────────────────── [firefox] › tests/pui_importing.spec.ts:73:1 › Importing - BOM ───────────────────────────────── 4 flaky [chromium] › tests/pages/pui_build.spec.ts:656:1 › Build Order - Duplicate ───────────────────── [chromium] › tests/pages/pui_purchase_order.spec.ts:410:1 › Purchase Orders - Receive Items ──── [chromium] › tests/pui_plugins.spec.ts:149:1 › Plugins - Panels ──────────────────────────────── [firefox] › tests/pages/pui_purchase_order.spec.ts:173:1 › Purchase Orders - Calendar ────────── 244 passed (28.7m)
🎭 Playwright Run Summary
2 passed (45.5s)

Artifacts

Produced during runtime
Name Size Digest
frontend-build
11.3 MB
sha256:06cd5853aca2926344a86ba7cba373a633515888d5e54d35dd89faf8ecbfe735
playwright-report
88.3 MB
sha256:c362925496695e2becbd127dd13236c217cbb9eb156da231ac9ba369f6dd600b