Bump the dependencies group across 1 directory with 3 updates #17728
qc_checks.yaml
on: pull_request
Filter
5s
Build - UI Platform
2m 13s
Style [Documentation]
50s
Tests - Migrations [PostgreSQL]
29m 49s
Tests - Full Migration [SQLite]
3m 7s
Tests - inventree-python
5m 49s
Tests - DB [PostgreSQL]
15m 14s
Tests - DB [MySQL]
17m 44s
Tests - Platform UI
36m 22s
Security [Zizmor]
36s
Matrix: coverage
Push new schema
0s
Annotations
11 errors, 16 warnings, and 1 notice
Tests - API Schema Documentation
Process completed with exit code 1.
|
[chromium] › pages/pui_build.spec.ts:93:1 › Build Order - Edit:
src/frontend/tests/pages/pui_build.spec.ts#L1
1) [chromium] › pages/pui_build.spec.ts:93:1 › Build Order - Edit ────────────────────────────────
Test timeout of 90000ms exceeded.
|
[chromium] › pages/pui_build.spec.ts:93:1 › Build Order - Edit:
src/frontend/tests/login.ts#L36
1) [chromium] › pages/pui_build.spec.ts:93:1 › Build Order - Edit ────────────────────────────────
Error: page.waitForURL: Test timeout of 90000ms exceeded.
=========================== logs ===========================
waiting for navigation to "**/platform/home" until "load"
============================================================
at login.ts:36
34 |
35 | await navigate(page, `${url}/login?login=${username}&***;
> 36 | await page.waitForURL('**/platform/home');
| ^
37 |
38 | await page.getByLabel('navigation-menu').waitFor({ timeout: 5000 });
39 | await page.getByText(/InvenTree Demo Server -/).waitFor();
at doQuickLogin (/home/runner/work/InvenTree/InvenTree/src/frontend/tests/login.ts:36:14)
at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pages/pui_build.spec.ts:94:3
|
[chromium] › pages/pui_build.spec.ts:93:1 › Build Order - Edit:
src/frontend/tests/pages/pui_build.spec.ts#L1
1) [chromium] › pages/pui_build.spec.ts:93:1 › Build Order - Edit ────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 90000ms exceeded.
|
[chromium] › pages/pui_build.spec.ts:93:1 › Build Order - Edit:
src/frontend/tests/login.ts#L36
1) [chromium] › pages/pui_build.spec.ts:93:1 › Build Order - Edit ────────────────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.waitForURL: Test timeout of 90000ms exceeded.
=========================== logs ===========================
waiting for navigation to "**/platform/home" until "load"
============================================================
at login.ts:36
34 |
35 | await navigate(page, `${url}/login?login=${username}&***;
> 36 | await page.waitForURL('**/platform/home');
| ^
37 |
38 | await page.getByLabel('navigation-menu').waitFor({ timeout: 5000 });
39 | await page.getByText(/InvenTree Demo Server -/).waitFor();
at doQuickLogin (/home/runner/work/InvenTree/InvenTree/src/frontend/tests/login.ts:36:14)
at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pages/pui_build.spec.ts:94:3
|
[chromium] › pages/pui_dashboard.spec.ts:5:1 › Dashboard - Basic:
src/frontend/tests/baseFixtures.ts#L89
2) [chromium] › pages/pui_dashboard.spec.ts:5:1 › Dashboard - Basic ──────────────────────────────
Error: expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 45
- Array []
+ Array [
+ ConsoleMessage {
+ "_event": Object {
+ "args": Array [],
+ "location": Object {
+ "columnNumber": 0,
+ "lineNumber": 0,
+ "url": "http://localhost:8000/api/user/roles/",
+ },
+ "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@548760ff81a78149b2e86a5348ea1b54",
+ "_type": "Page",
+ },
+ "_pendingHandlers": Map {},
+ "_rejectionHandler": undefined,
+ "off": [Function removeListener],
+ "on": [Function addListener],
+ },
+ "text": "Failed to load resource: the server responded with a status of 500 (Internal Server Error)",
+ "type": "error",
+ },
+ "_page": Object {
+ "_guid": "page@548760ff81a78149b2e86a5348ea1b54",
+ "_type": "Page",
+ },
+ },
+ ]
at baseFixtures.ts:89
87 | });
88 | await use(page);
> 89 | expect(messages).toEqual([]);
| ^
90 | }
91 | });
92 |
at Object.page (/home/runner/work/InvenTree/InvenTree/src/frontend/tests/baseFixtures.ts:89:22)
|
[chromium] › pages/pui_purchase_order.spec.ts:14:1 › Purchase Orders - List:
src/frontend/tests/pages/pui_purchase_order.spec.ts#L1
3) [chromium] › pages/pui_purchase_order.spec.ts:14:1 › Purchase Orders - List ───────────────────
Test timeout of 90000ms exceeded.
|
[chromium] › pages/pui_purchase_order.spec.ts:14:1 › Purchase Orders - List:
src/frontend/tests/login.ts#L36
3) [chromium] › pages/pui_purchase_order.spec.ts:14:1 › Purchase Orders - List ───────────────────
Error: page.waitForURL: Test timeout of 90000ms exceeded.
=========================== logs ===========================
waiting for navigation to "**/platform/home" until "load"
============================================================
at login.ts:36
34 |
35 | await navigate(page, `${url}/login?login=${username}&***;
> 36 | await page.waitForURL('**/platform/home');
| ^
37 |
38 | await page.getByLabel('navigation-menu').waitFor({ timeout: 5000 });
39 | await page.getByText(/InvenTree Demo Server -/).waitFor();
at doQuickLogin (/home/runner/work/InvenTree/InvenTree/src/frontend/tests/login.ts:36:14)
at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pages/pui_purchase_order.spec.ts:15:3
|
[chromium] › pages/pui_purchase_order.spec.ts:42:1 › Purchase Orders - Barcodes:
src/frontend/tests/pages/pui_purchase_order.spec.ts#L1
4) [chromium] › pages/pui_purchase_order.spec.ts:42:1 › Purchase Orders - Barcodes ───────────────
Test timeout of 90000ms exceeded.
|
[chromium] › pages/pui_purchase_order.spec.ts:42:1 › Purchase Orders - Barcodes:
src/frontend/tests/login.ts#L36
4) [chromium] › pages/pui_purchase_order.spec.ts:42:1 › Purchase Orders - Barcodes ───────────────
Error: page.waitForURL: Test timeout of 90000ms exceeded.
=========================== logs ===========================
waiting for navigation to "**/platform/home" until "load"
============================================================
at login.ts:36
34 |
35 | await navigate(page, `${url}/login?login=${username}&***;
> 36 | await page.waitForURL('**/platform/home');
| ^
37 |
38 | await page.getByLabel('navigation-menu').waitFor({ timeout: 5000 });
39 | await page.getByText(/InvenTree Demo Server -/).waitFor();
at doQuickLogin (/home/runner/work/InvenTree/InvenTree/src/frontend/tests/login.ts:36:14)
at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pages/pui_purchase_order.spec.ts:43:3
|
[chromium] › pages/pui_purchase_order.spec.ts:42:1 › Purchase Orders - Barcodes:
src/frontend/tests/baseFixtures.ts#L47
4) [chromium] › pages/pui_purchase_order.spec.ts:42:1 › Purchase Orders - Barcodes ───────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.evaluate: Execution context was destroyed, most likely because of a navigation.
at baseFixtures.ts:47
45 | await use(context);
46 | for (const page of context.pages()) {
> 47 | await page.evaluate(() =>
| ^
48 | (window as any).collectIstanbulCoverage(
49 | JSON.stringify((window as any).__coverage__)
50 | )
at Object.context (/home/runner/work/InvenTree/InvenTree/src/frontend/tests/baseFixtures.ts:47:18)
|
Build - UI Platform
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
|
Style [Documentation]
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
|
Style [pre-commit]
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
|
Tests - API Schema Documentation
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
|
Security [Zizmor]
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
|
Tests - inventree-python
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
|
Tests - DB [PostgreSQL]
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
|
Tests - DB [SQLite] + Coverage 3.9
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
|
Tests - DB [MySQL]
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
|
Tests - Platform UI
The Ubuntu-20.04 brownout takes place from 2025-02-01. For more details, see https://github.com/actions/runner-images/issues/11101
|
Playwright
You are using a frozen webkit browser which does not receive updates anymore on ubuntu20.04-x64. Please update to the latest version of your operating system to test up-to-date browsers.
|
Slow Test:
src/frontend/[firefox] › pui_printing.spec.ts#L1
src/frontend/[firefox] › pui_printing.spec.ts took 41.0s
|
Slow Test:
src/frontend/[chromium] › pui_tables.spec.ts#L1
src/frontend/[chromium] › pui_tables.spec.ts took 40.2s
|
Slow Test:
src/frontend/[chromium] › pui_plugins.spec.ts#L1
src/frontend/[chromium] › pui_plugins.spec.ts took 38.9s
|
Slow Test:
src/frontend/[chromium] › settings/selectionList.spec.ts#L1
src/frontend/[chromium] › settings/selectionList.spec.ts took 25.4s
|
Slow Test:
src/frontend/[firefox] › pages/pui_company.spec.ts#L1
src/frontend/[firefox] › pages/pui_company.spec.ts took 17.9s
|
🎭 Playwright Run Summary
25 flaky
[chromium] › pages/pui_build.spec.ts:93:1 › Build Order - Edit ─────────────────────────────────
[chromium] › pages/pui_dashboard.spec.ts:5:1 › Dashboard - Basic ───────────────────────────────
[chromium] › pages/pui_purchase_order.spec.ts:14:1 › Purchase Orders - List ────────────────────
[chromium] › pages/pui_purchase_order.spec.ts:42:1 › Purchase Orders - Barcodes ────────────────
[chromium] › pages/pui_scan.spec.ts:43:1 › Scanning - Part ─────────────────────────────────────
[chromium] › pages/pui_scan.spec.ts:64:1 › Scanning - StockLocation ────────────────────────────
[chromium] › pages/pui_stock.spec.ts:234:1 › Stock - Tracking ──────────────────────────────────
[chromium] › pui_login.spec.ts:81:1 › Login - Change Password ──────────────────────────────────
[chromium] › pui_settings.spec.ts:10:1 › Settings - Language / Color ───────────────────────────
[chromium] › pui_settings.spec.ts:90:1 › Settings - Admin ──────────────────────────────────────
[firefox] › pages/pui_build.spec.ts:120:1 › Build Order - Build Outputs ────────────────────────
[firefox] › pages/pui_dashboard.spec.ts:5:1 › Dashboard - Basic ────────────────────────────────
[firefox] › pages/pui_part.spec.ts:84:1 › Parts - Locking ──────────────────────────────────────
[firefox] › pages/pui_part.spec.ts:175:1 › Parts - Pricing (Nothing, BOM) ──────────────────────
[firefox] › pages/pui_part.spec.ts:373:1 › Parts - Notes ───────────────────────────────────────
[firefox] › pages/pui_purchase_order.spec.ts:42:1 › Purchase Orders - Barcodes ─────────────────
[firefox] › pages/pui_purchase_order.spec.ts:259:1 › Purchase Orders - Receive Items ───────────
[firefox] › pages/pui_scan.spec.ts:54:1 › Scanning - Stockitem ─────────────────────────────────
[firefox] › pages/pui_scan.spec.ts:77:1 › Scanning - SupplierPart ──────────────────────────────
[firefox] › pages/pui_stock.spec.ts:12:1 › Stock - Basic Tests ─────────────────────────────────
[firefox] › pui_forms.spec.ts:77:1 › Forms - Supplier Validation ───────────────────────────────
[firefox] › pui_plugins.spec.ts:111:1 › Plugins - Custom Admin ─────────────────────────────────
[firefox] › pui_settings.spec.ts:187:1 › Settings - Admin - Barcode History ────────────────────
[firefox] › pui_tables.spec.ts:44:1 › Tables - Columns ─────────────────────────────────────────
[firefox] › settings/selectionList.spec.ts:5:1 › PUI - Admin - Parameter ───────────────────────
131 passed (28.0m)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
frontend-build
|
2.38 MB |
|
inventree_filters.yml
|
5.38 KB |
|
inventree_settings.json
|
6.8 KB |
|
inventree_tags.yml
|
12.9 KB |
|
schema.yml
|
75 KB |
|