Bump the dependencies group with 5 updates #15340
qc_checks.yaml
on: pull_request
Filter
9s
Build - UI Platform
2m 2s
Style [Documentation]
33s
Tests - Migrations [PostgreSQL]
26m 51s
Tests - Full Migration [SQLite]
2m 52s
Tests - inventree-python
5m 17s
Tests - DB [PostgreSQL]
12m 49s
Tests - DB [MySQL]
12m 36s
Tests - Platform UI
20m 29s
Matrix: coverage
Style - Classic UI [JS]
1m 31s
Push new schema
0s
Annotations
11 errors, 12 warnings, and 1 notice
Tests - API Schema Documentation
Process completed with exit code 1.
|
[firefox] › pages/pui_orders.spec.ts:150:1 › Purchase Orders - Barcodes:
src/frontend/tests/pages/pui_orders.spec.ts#L1
1) [firefox] › pages/pui_orders.spec.ts:150:1 › Purchase Orders - Barcodes ───────────────────────
Test timeout of 90000ms exceeded.
|
[firefox] › pages/pui_orders.spec.ts:150:1 › Purchase Orders - Barcodes:
src/frontend/tests/baseFixtures.ts#L85
1) [firefox] › pages/pui_orders.spec.ts:150:1 › Purchase Orders - Barcodes ───────────────────────
Error: expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 140
- Array []
+ Array [
+ ConsoleMessage {
+ "_event": Object {
+ "args": Array [
+ EventEmitter {
+ "_events": Object {
+ "previewUpdated": [Function anonymous],
+ },
+ "_eventsCount": 1,
+ "_maxListeners": undefined,
+ "_object": Object {
+ "_guid": "handle@162b8e61f25c3a0ded6d92d2688d73dc",
+ "_type": "JSHandle",
+ },
+ "_pendingHandlers": Map {},
+ "_rejectionHandler": undefined,
+ "off": [Function removeListener],
+ "on": [Function addListener],
+ },
+ ],
+ "location": Object {
+ "columnNumber": 1,
+ "lineNumber": 0,
+ "url": "http://localhost:5173/platform/purchasing/purchase-order/13/detail",
+ },
+ "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],
+ "worker": [Function anonymous],
+ },
+ "_eventsCount": 12,
+ "_maxListeners": undefined,
+ "_object": Object {
+ "_guid": "page@5b9a0ca8e9be1284aca586b9a18080a0",
+ "_type": "Page",
+ },
+ "_pendingHandlers": Map {},
+ "_rejectionHandler": undefined,
+ "off": [Function removeListener],
+ "on": [Function addListener],
+ },
+ "text": "[JavaScript Error: \"Loading module from “http://localhost:5173/src/components/items/Placeholder.tsx” was blocked because of a disallowed MIME type (“”).\" {file: \"http://localhost:5173/platform/purchasing/purchase-order/13/detail\" line: 0}]",
+ "type": "error",
+ },
+ "_page": Object {
+ "_guid": "page@5b9a0ca8e9be1284aca586b9a18080a0",
+ "_type": "Page",
+ },
+ },
+ ConsoleMessage {
+ "_event": Object {
+ "args": Array [
+ EventEmitter {
+ "_events": Object {
+ "previewUpdated": [Function anonymous],
+ },
+ "_eventsCount": 1,
+ "_maxListeners": undefined,
+ "_object": Object {
+ "_guid": "handle@df307ccc786d43ff3fe71d5679314c89",
+ "_type": "JSHandle",
+ },
+ "_pendingHandlers": Map {},
+ "_rejectionHandler": undefined,
+ "off": [Function removeListener],
+ "on": [Function addListener],
+ },
+ ],
+ "location": Object {
+ "columnNumber": 19,
+ "lineNumber": 2599,
+ "url": "http://localhost:5173/node_modules/.vite/deps/chunk-56VRJ6UA.js?v=ea9e9f31",
+ },
+ "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 anonym
|
[firefox] › pages/pui_orders.spec.ts:150:1 › Purchase Orders - Barcodes:
src/frontend/tests/pages/pui_orders.spec.ts#L173
1) [firefox] › pages/pui_orders.spec.ts:150:1 › Purchase Orders - Barcodes ───────────────────────
Error: locator.click: Test timeout of 90000ms exceeded.
Call log:
- waiting for getByLabel('action-menu-barcode-actions')
- locator resolved to <button type="button" data-size="sm" data-variant="light" data-with-right-section="true" aria-label="action-menu-barcode-actions" class="mantine-focus-auto mantine-active m_77c9d27d mantine-Button-root m_87cf2631 mantine-UnstyledButton-root">…</button>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- <div data-fixed="true" class="mantine-Modal-overlay m_9814e45f mantine-Overlay-root"></div> from <div data-portal="true">…</div> subtree intercepts pointer events
- retrying click action, attempt #1
- waiting for element to be visible, enabled and stable
- element was detached from the DOM, retrying
171 |
172 | // Unlink barcode
> 173 | await page.getByLabel('action-menu-barcode-actions').click();
| ^
174 | await page.getByLabel('action-menu-barcode-actions-unlink-barcode').click();
175 | await page.getByRole('heading', { name: 'Unlink Barcode' }).waitFor();
176 | await page.getByText('This will remove the link to').waitFor();
at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pages/pui_orders.spec.ts:173:56
|
[firefox] › pages/pui_orders.spec.ts:150:1 › Purchase Orders - Barcodes:
src/frontend/tests/pages/pui_orders.spec.ts#L1
1) [firefox] › pages/pui_orders.spec.ts:150:1 › Purchase Orders - Barcodes ───────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 90000ms exceeded.
|
[firefox] › pages/pui_orders.spec.ts:150:1 › Purchase Orders - Barcodes:
src/frontend/tests/pages/pui_orders.spec.ts#L164
1) [firefox] › pages/pui_orders.spec.ts:150:1 › Purchase Orders - Barcodes ───────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: locator.click: Test timeout of 90000ms exceeded.
Call log:
- waiting for getByLabel('action-menu-barcode-actions-link-barcode')
162 | // Link to barcode
163 | await page.getByLabel('action-menu-barcode-actions').click();
> 164 | await page.getByLabel('action-menu-barcode-actions-link-barcode').click();
| ^
165 | await page.getByRole('heading', { name: 'Link Barcode' }).waitFor();
166 | await page
167 | .getByPlaceholder('Scan barcode data here using')
at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pages/pui_orders.spec.ts:164:69
|
[chromium] › pages/pui_part.spec.ts:75:1 › Pages - Part - Pricing (Supplier):
src/frontend/tests/pages/pui_part.spec.ts#L1
2) [chromium] › pages/pui_part.spec.ts:75:1 › Pages - Part - Pricing (Supplier) ──────────────────
Test timeout of 90000ms exceeded.
|
[chromium] › pages/pui_part.spec.ts:75:1 › Pages - Part - Pricing (Supplier):
src/frontend/tests/login.ts#L38
2) [chromium] › pages/pui_part.spec.ts:75:1 › Pages - Part - Pricing (Supplier) ──────────────────
Error: locator.waitFor: Test timeout of 90000ms exceeded.
Call log:
- waiting for getByRole('heading', { name: 'Welcome to your Dashboard,' }) to be visible
at login.ts:38
36 | await page
37 | .getByRole('heading', { name: 'Welcome to your Dashboard,' })
> 38 | .waitFor();
| ^
39 | };
40 |
41 | export const doLogout = async (page) => {
at doQuickLogin (/home/runner/work/InvenTree/InvenTree/src/frontend/tests/login.ts:38:6)
at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pages/pui_part.spec.ts:76:3
|
[chromium] › pui_general.spec.ts:71:1 › Sales:
src/frontend/tests/pui_general.spec.ts#L1
3) [chromium] › pui_general.spec.ts:71:1 › Sales ─────────────────────────────────────────────────
Test timeout of 90000ms exceeded.
|
[chromium] › pui_general.spec.ts:71:1 › Sales:
src/frontend/tests/baseFixtures.ts#L85
3) [chromium] › pui_general.spec.ts:71:1 › Sales ─────────────────────────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 1934
- Array []
+ Array [
+ ConsoleMessage {
+ "_event": Object {
+ "args": Array [],
+ "location": Object {
+ "columnNumber": 0,
+ "lineNumber": 0,
+ "url": "http://localhost:8000/api/order/so/?customer_detail=true&customer=30&limit=25&offset=0",
+ },
+ "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],
+ "worker": [Function anonymous],
+ },
+ "_eventsCount": 12,
+ "_maxListeners": undefined,
+ "_object": Object {
+ "_guid": "page@54a94646fa6bfcf80b0d2f480f6138a4",
+ "_type": "Page",
+ },
+ "_pendingHandlers": Map {},
+ "_rejectionHandler": undefined,
+ "off": [Function removeListener],
+ "on": [Function addListener],
+ },
+ "text": "Failed to load resource: the server responded with a status of 401 (Unauthorized)",
+ "type": "error",
+ },
+ "_page": Object {
+ "_guid": "page@54a94646fa6bfcf80b0d2f480f6138a4",
+ "_type": "Page",
+ },
+ },
+ ConsoleMessage {
+ "_event": Object {
+ "args": Array [],
+ "location": Object {
+ "columnNumber": 0,
+ "lineNumber": 0,
+ "url": "http://localhost:8000/api/company/contact/?company=30",
+ },
+ "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],
+ "worker": [Function anonymous],
+ },
+ "_eventsCount": 12,
+ "_maxListeners": undefined,
+ "_object": Object {
+ "_guid": "page@54a94646fa6bfcf80b0d2f480f6138a4",
+ "_type": "Page",
+ },
+ "_pendingHandlers": Map {},
+ "_rejectionHandler": undefined,
+ "off": [Function removeListener],
+ "on": [Function addListener],
+ },
+ "text": "Failed to load resource: the server responded with a status of 401 (Unauthorized)",
+ "type": "error",
+ },
+ "_page": Object {
+ "_guid": "page@54a94646fa6bfcf80b0d2f480f6138a4",
+ "_type": "Page",
+ },
+ },
+ ConsoleMessage {
+ "_event": Object {
+ "args": Array [],
+ "location": Object {
+ "columnNumber": 0,
+ "lineNumber": 0,
+ "url": "http://localhost:8000/api/company/contact/?company=30&limit=25&offset=0",
+ },
+ "page": EventEmitter {
+ "_events": Object {
+ "bindingCall": [Function anonymous],
+ "close": [Func
|
[chromium] › pui_general.spec.ts:71:1 › Sales:
src/frontend/tests/pui_general.spec.ts#L91
3) [chromium] › pui_general.spec.ts:71:1 › Sales ─────────────────────────────────────────────────
Error: locator.waitFor: Test timeout of 90000ms exceeded.
Call log:
- waiting for getByRole('cell', { name: 'Dorathy Gross' }) to be visible
89 | await page.getByRole('tab', { name: 'Sales Orders' }).click();
90 | await page.getByRole('tab', { name: 'Contacts' }).click();
> 91 | await page.getByRole('cell', { name: 'Dorathy Gross' }).waitFor();
| ^
92 | await page
93 | .getByRole('row', { name: 'Dorathy Gross [email protected]' })
94 | .waitFor();
at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pui_general.spec.ts:91:59
|
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 - inventree-python
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 - DB [SQLite] + Coverage 3.9
Codecov: Failed to properly create commit: The process '/home/runner/work/_actions/codecov/codecov-action/b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238/dist/codecov' failed with exit code 1
|
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/b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238/dist/codecov' failed with exit code 1
|
Slow Test:
src/frontend/[firefox] › pages/pui_part.spec.ts#L1
src/frontend/[firefox] › pages/pui_part.spec.ts took 1.5m
|
Slow Test:
src/frontend/[firefox] › pui_general.spec.ts#L1
src/frontend/[firefox] › pui_general.spec.ts took 1.3m
|
Slow Test:
src/frontend/[firefox] › pages/pui_scan.spec.ts#L1
src/frontend/[firefox] › pages/pui_scan.spec.ts took 46.5s
|
Slow Test:
src/frontend/[chromium] › pages/pui_scan.spec.ts#L1
src/frontend/[chromium] › pages/pui_scan.spec.ts took 36.8s
|
Slow Test:
src/frontend/[chromium] › pui_tables.spec.ts#L1
src/frontend/[chromium] › pui_tables.spec.ts took 31.5s
|
Tests - Migrations [PostgreSQL]
Codecov: Failed to properly create commit: The process '/home/runner/work/_actions/codecov/codecov-action/b9fd7d16f6d7d1b5d2bec1a2887e65ceed900238/dist/codecov' failed with exit code 1
|
🎭 Playwright Run Summary
1 failed
[firefox] › pages/pui_orders.spec.ts:150:1 › Purchase Orders - Barcodes ────────────────────────
5 flaky
[chromium] › pages/pui_part.spec.ts:75:1 › Pages - Part - Pricing (Supplier) ───────────────────
[chromium] › pui_general.spec.ts:71:1 › Sales ──────────────────────────────────────────────────
[firefox] › pui_command.spec.ts:34:1 › Quick Command - No Keys ─────────────────────────────────
[firefox] › pui_plugins.spec.ts:59:1 › Plugins - Custom Admin ──────────────────────────────────
[firefox] › pui_settings.spec.ts:6:1 › Admin ───────────────────────────────────────────────────
106 passed (14.6m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
frontend-build
|
2.13 MB |
|
playwright-report
|
47.6 MB |
|
schema.yml
|
62.7 KB |
|