Skip to content

Bump the dependencies group across 1 directory with 37 updates #4701

Bump the dependencies group across 1 directory with 37 updates

Bump the dependencies group across 1 directory with 37 updates #4701

Triggered via pull request October 14, 2024 09:39
Status Failure
Total duration 55m 35s
Artifacts 2

qc_checks.yaml

on: pull_request
Build - UI Platform
1m 55s
Build - UI Platform
Style [pre-commit]
38s
Style [pre-commit]
Tests - API Schema Documentation
0s
Tests - API Schema Documentation
Style [Documentation]
35s
Style [Documentation]
Tests - Migrations [PostgreSQL]
0s
Tests - Migrations [PostgreSQL]
Tests - Full Migration [SQLite]
0s
Tests - Full Migration [SQLite]
Tests - inventree-python
0s
Tests - inventree-python
Tests - DB [PostgreSQL]
0s
Tests - DB [PostgreSQL]
Tests - DB [MySQL]
0s
Tests - DB [MySQL]
Tests - Platform UI
54m 22s
Tests - Platform UI
Matrix: coverage
Style - Classic UI [JS]
1m 24s
Style - Classic UI [JS]
Push new schema
0s
Push new schema
Fit to window
Zoom out
Zoom in

Annotations

10 errors, 9 warnings, and 1 notice
[firefox] › pages/pui_build.spec.ts:85:1 › Pages - Build Order - Build Outputs: src/frontend/tests/pages/pui_build.spec.ts#L1
1) [firefox] › pages/pui_build.spec.ts:85:1 › Pages - Build Order - Build Outputs ──────────────── Test timeout of 90000ms exceeded.
[firefox] › pages/pui_build.spec.ts:85:1 › Pages - Build Order - Build Outputs: src/frontend/tests/baseFixtures.ts#L83
1) [firefox] › pages/pui_build.spec.ts:85:1 › Pages - Build Order - Build Outputs ──────────────── Error: expect(received).toEqual(expected) // deep equality - Expected - 1 + Received + 142 - Array [] + Array [ + ConsoleMessage { + "_event": Object { + "args": Array [ + EventEmitter { + "_events": Object { + "previewUpdated": [Function anonymous], + }, + "_eventsCount": 1, + "_maxListeners": undefined, + "_object": Object { + "_guid": "handle@1dd77696fdcfa7cead68ea9a6cde5640", + "_type": "JSHandle", + }, + "_pendingHandlers": Map {}, + "_rejectionHandler": undefined, + "off": [Function removeListener], + "on": [Function addListener], + }, + ], + "location": Object { + "columnNumber": 1, + "lineNumber": 0, + "url": "http://localhost:5173/platform/part/", + }, + "page": EventEmitter { + "_events": Object { + "bindingCall": [Function anonymous], + "close": [Function anonymous], + "crash": [Function anonymous], + "download": [Function anonymous], + "fileChooser": [Function anonymous], + "frameAttached": [Function anonymous], + "frameDetached": [Function anonymous], + "locatorHandlerTriggered": [Function anonymous], + "route": [Function anonymous], + "video": [Function anonymous], + "webSocket": [Function anonymous], + "webSocketRoute": [Function anonymous], + "worker": [Function anonymous], + }, + "_eventsCount": 13, + "_maxListeners": undefined, + "_object": Object { + "_guid": "page@3cc67415b0abda1799c9465371cc2a83", + "_type": "Page", + }, + "_pendingHandlers": Map {}, + "_rejectionHandler": undefined, + "off": [Function removeListener], + "on": [Function addListener], + }, + "text": "[JavaScript Error: \"Loading module from “http://localhost:5173/src/components/items/MenuLinks.tsx” was blocked because of a disallowed MIME type (“”).\" {file: \"http://localhost:5173/platform/part/\" line: 0}]", + "type": "error", + }, + "_page": Object { + "_guid": "page@3cc67415b0abda1799c9465371cc2a83", + "_type": "Page", + }, + }, + ConsoleMessage { + "_event": Object { + "args": Array [ + EventEmitter { + "_events": Object { + "previewUpdated": [Function anonymous], + }, + "_eventsCount": 1, + "_maxListeners": undefined, + "_object": Object { + "_guid": "handle@8ace4c6b5cd59b3cc8538c38b761f732", + "_type": "JSHandle", + }, + "_pendingHandlers": Map {}, + "_rejectionHandler": undefined, + "off": [Function removeListener], + "on": [Function addListener], + }, + ], + "location": Object { + "columnNumber": 19, + "lineNumber": 2601, + "url": "http://localhost:5173/node_modules/.vite/deps/chunk-BDAS75HN.js?v=b3cc520e", + }, + "page": EventEmitter { + "_events": Object { + "bindingCall": [Function anonymous], + "close": [Function anonymous], + "crash": [Function anonymous], + "download": [Function anonymous], + "fileChooser": [Function anonymous], + "frameAttached": [Function anonymous], + "frameDetached": [Function anonymous], + "locatorHandlerTriggered": [Function anonymous],
[firefox] › pages/pui_build.spec.ts:85:1 › Pages - Build Order - Build Outputs: src/frontend/tests/pages/pui_build.spec.ts#L91
1) [firefox] › pages/pui_build.spec.ts:85:1 › Pages - Build Order - Build Outputs ──────────────── Error: locator.click: Test timeout of 90000ms exceeded. Call log: - waiting for getByRole('tab', { name: 'Build', exact: true }) 89 | 90 | // Navigate to the correct build order > 91 | await page.getByRole('tab', { name: 'Build', exact: true }).click(); | ^ 92 | 93 | // We have now loaded the "Build Order" table. Check for some expected texts 94 | await page.getByText('On Hold').first().waitFor(); at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pages/pui_build.spec.ts:91:63
[firefox] › pages/pui_build.spec.ts:85:1 › Pages - Build Order - Build Outputs: src/frontend/tests/pages/pui_build.spec.ts#L1
1) [firefox] › pages/pui_build.spec.ts:85:1 › Pages - Build Order - Build Outputs ──────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 90000ms exceeded.
[firefox] › pages/pui_build.spec.ts:85:1 › Pages - Build Order - Build Outputs: src/frontend/tests/pages/pui_build.spec.ts#L147
1) [firefox] › pages/pui_build.spec.ts:85:1 › Pages - Build Order - Build Outputs ──────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.waitFor: Test timeout of 90000ms exceeded. Call log: - waiting for getByText('Build outputs have been cancelled') to be visible 145 | await page.getByRole('menuitem', { name: 'Cancel' }).click(); 146 | await page.getByRole('button', { name: 'Submit' }).click(); > 147 | await page.getByText('Build outputs have been cancelled').waitFor(); | ^ 148 | 149 | // Complete the other output 150 | const cell2 = await page.getByRole('cell', { name: `# ${sn + 1}` }); at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pages/pui_build.spec.ts:147:61
[firefox] › pages/pui_orders.spec.ts:64:1 › Purchase Orders - Barcodes: src/frontend/tests/pages/pui_orders.spec.ts#L1
2) [firefox] › pages/pui_orders.spec.ts:64:1 › Purchase Orders - Barcodes ──────────────────────── Test timeout of 90000ms exceeded.
[firefox] › pages/pui_orders.spec.ts:64:1 › Purchase Orders - Barcodes: src/frontend/tests/pages/pui_orders.spec.ts#L93
2) [firefox] › pages/pui_orders.spec.ts:64:1 › Purchase Orders - Barcodes ──────────────────────── Error: locator.waitFor: Test timeout of 90000ms exceeded. Call log: - waiting for getByRole('button', { name: 'Issue Order' }) to be visible 91 | await page.getByRole('button', { name: 'Unlink Barcode' }).click(); 92 | await page.waitForTimeout(500); > 93 | await page.getByRole('button', { name: 'Issue Order' }).waitFor(); | ^ 94 | }); 95 | at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pages/pui_orders.spec.ts:93:59
[firefox] › pages/pui_orders.spec.ts:64:1 › Purchase Orders - Barcodes: src/frontend/tests/pages/pui_orders.spec.ts#L1
2) [firefox] › pages/pui_orders.spec.ts:64:1 › Purchase Orders - Barcodes ──────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 90000ms exceeded.
[firefox] › pages/pui_orders.spec.ts:64:1 › Purchase Orders - Barcodes: src/frontend/tests/pages/pui_orders.spec.ts#L93
2) [firefox] › pages/pui_orders.spec.ts:64:1 › Purchase Orders - Barcodes ──────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.waitFor: Test timeout of 90000ms exceeded. Call log: - waiting for getByRole('button', { name: 'Issue Order' }) to be visible 91 | await page.getByRole('button', { name: 'Unlink Barcode' }).click(); 92 | await page.waitForTimeout(500); > 93 | await page.getByRole('button', { name: 'Issue Order' }).waitFor(); | ^ 94 | }); 95 | at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pages/pui_orders.spec.ts:93:59
[firefox] › pui_general.spec.ts:5:1 › Parts: src/frontend/tests/pui_general.spec.ts#L1
3) [firefox] › pui_general.spec.ts:5:1 › Parts ─────────────────────────────────────────────────── Test timeout of 90000ms exceeded.
Build - UI Platform
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Style - Classic UI [JS]
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Tests - Platform UI
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Tests - Platform UI
Codecov: Failed to properly create commit: The process '/home/runner/work/_actions/codecov/codecov-action/e28ff129e5465c2c0dcc6f003fc735cb6ae0c673/dist/codecov' failed with exit code 1
Slow Test: src/frontend/[firefox] › pui_basic.spec.ts#L1
src/frontend/[firefox] › pui_basic.spec.ts took 2.2m
Slow Test: src/frontend/[firefox] › pui_command.spec.ts#L1
src/frontend/[firefox] › pui_command.spec.ts took 1.4m
Slow Test: src/frontend/[firefox] › pages/pui_index.spec.ts#L1
src/frontend/[firefox] › pages/pui_index.spec.ts took 1.2m
Slow Test: src/frontend/[chromium] › pui_command.spec.ts#L1
src/frontend/[chromium] › pui_command.spec.ts took 1.0m
Slow Test: src/frontend/[firefox] › modals.spec.ts#L1
src/frontend/[firefox] › modals.spec.ts took 52.4s
🎭 Playwright Run Summary
3 failed [firefox] › pages/pui_build.spec.ts:85:1 › Pages - Build Order - Build Outputs ───────────────── [firefox] › pages/pui_orders.spec.ts:64:1 › Purchase Orders - Barcodes ───────────────────────── [firefox] › pui_general.spec.ts:5:1 › Parts ──────────────────────────────────────────────────── 5 flaky [firefox] › pages/pui_part.spec.ts:75:1 › Pages - Part - Pricing (Supplier) ──────────────────── [firefox] › pages/pui_part.spec.ts:101:1 › Pages - Part - Pricing (Variant) ──────────────────── [firefox] › pages/pui_part.spec.ts:244:1 › Pages - Part - 404 ────────────────────────────────── [firefox] › pui_general.spec.ts:177:1 › Company ──────────────────────────────────────────────── [firefox] › pui_tables.spec.ts:23:1 › Tables - Filters ───────────────────────────────────────── 98 passed (48.4m)

Artifacts

Produced during runtime
Name Size
frontend-build
2.05 MB
playwright-report Expired
60.7 MB