Skip to content

Bump jinja2 from 3.1.4 to 3.1.5 in /docs #16429

Bump jinja2 from 3.1.4 to 3.1.5 in /docs

Bump jinja2 from 3.1.4 to 3.1.5 in /docs #16429

Re-run triggered December 26, 2024 13:25
Status Success
Total duration 26m 15s
Artifacts 4

qc_checks.yaml

on: pull_request
Build - UI Platform
1m 55s
Build - UI Platform
Style [pre-commit]
37s
Style [pre-commit]
Tests - API Schema Documentation
4m 24s
Tests - API Schema Documentation
Style [Documentation]
32s
Style [Documentation]
Tests - Migrations [PostgreSQL]
27m 56s
Tests - Migrations [PostgreSQL]
Tests - Full Migration [SQLite]
3m 9s
Tests - Full Migration [SQLite]
Tests - inventree-python
6m 1s
Tests - inventree-python
Tests - DB [PostgreSQL]
14m 32s
Tests - DB [PostgreSQL]
Tests - DB [MySQL]
12m 49s
Tests - DB [MySQL]
Tests - Platform UI
26m 2s
Tests - Platform UI
Security [Zizmor]
52s
Security [Zizmor]
Matrix: coverage
Push new schema
0s
Push new schema
Fit to window
Zoom out
Zoom in

Annotations

11 errors, 8 warnings, and 1 notice
Tests - API Schema Documentation
Process completed with exit code 1.
[chromium] › pages/pui_build.spec.ts:264:1 › Build Order - Filters: src/frontend/tests/pages/pui_build.spec.ts#L1
1) [chromium] › pages/pui_build.spec.ts:264:1 › Build Order - Filters ──────────────────────────── Test timeout of 90000ms exceeded.
[chromium] › pages/pui_build.spec.ts:264:1 › Build Order - Filters: src/frontend/tests/baseFixtures.ts#L85
1) [chromium] › pages/pui_build.spec.ts:264:1 › Build Order - Filters ──────────────────────────── Error: expect(received).toEqual(expected) // deep equality - Expected - 1 + Received + 44 - 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], + "worker": [Function anonymous], + }, + "_eventsCount": 12, + "_maxListeners": undefined, + "_object": Object { + "_guid": "page@ece27bb69934634a05eaebdfe08d3db4", + "_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@ece27bb69934634a05eaebdfe08d3db4", + "_type": "Page", + }, + }, + ] at baseFixtures.ts:85 83 | }); 84 | await use(page); > 85 | expect(messages).toEqual([]); | ^ 86 | } 87 | }); 88 | at Object.page (/home/runner/work/InvenTree/InvenTree/src/frontend/tests/baseFixtures.ts:85:22)
[chromium] › pages/pui_build.spec.ts:264:1 › Build Order - Filters: src/frontend/tests/login.ts#L37
1) [chromium] › pages/pui_build.spec.ts:264:1 › Build Order - Filters ──────────────────────────── Error: locator.waitFor: Test timeout of 90000ms exceeded. Call log: - waiting for getByText(/InvenTree Demo Server -/) to be visible at login.ts:37 35 | await page.waitForURL('**/platform/home'); 36 | > 37 | await page.getByText(/InvenTree Demo Server -/).waitFor(); | ^ 38 | }; 39 | 40 | export const doLogout = async (page) => { at doQuickLogin (/home/runner/work/InvenTree/InvenTree/src/frontend/tests/login.ts:37:51) at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pages/pui_build.spec.ts:265:3
[chromium] › pages/pui_part.spec.ts:74:1 › Parts - Locking: src/frontend/tests/pages/pui_part.spec.ts#L1
2) [chromium] › pages/pui_part.spec.ts:74:1 › Parts - Locking ──────────────────────────────────── Test timeout of 90000ms exceeded.
[chromium] › pages/pui_part.spec.ts:74:1 › Parts - Locking: src/frontend/tests/pages/pui_part.spec.ts#L86
2) [chromium] › pages/pui_part.spec.ts:74:1 › Parts - Locking ──────────────────────────────────── Error: locator.click: Test timeout of 90000ms exceeded. Call log: - waiting for getByRole('tab', { name: 'Bill of Materials' }) 84 | // Navigate to a known assembly which *is* locked 85 | await page.goto(`${baseUrl}/part/100/bom`); > 86 | await page.getByRole('tab', { name: 'Bill of Materials' }).click(); | ^ 87 | await page.getByLabel('part-lock-icon').waitFor(); 88 | await page.getByText('Part is Locked', { exact: true }).waitFor(); 89 | at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pages/pui_part.spec.ts:86:62
[chromium] › pages/pui_sales_order.spec.ts:6:1 › Sales Orders - Basic Tests: src/frontend/tests/pages/pui_sales_order.spec.ts#L1
3) [chromium] › pages/pui_sales_order.spec.ts:6:1 › Sales Orders - Basic Tests ─────────────────── Test timeout of 90000ms exceeded.
[chromium] › pages/pui_sales_order.spec.ts:6:1 › Sales Orders - Basic Tests: src/frontend/tests/pages/pui_sales_order.spec.ts#L11
3) [chromium] › pages/pui_sales_order.spec.ts:6:1 › Sales Orders - Basic Tests ─────────────────── Error: locator.click: Test timeout of 90000ms exceeded. Call log: - waiting for getByRole('tab', { name: 'Sales Orders' }) 9 | await page.goto(`${baseUrl}/home`); 10 | await page.getByRole('tab', { name: 'Sales' }).click(); > 11 | await page.getByRole('tab', { name: 'Sales Orders' }).click(); | ^ 12 | 13 | // Check for expected text in the table 14 | await page.getByRole('tab', { name: 'Sales Orders' }).waitFor(); at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pages/pui_sales_order.spec.ts:11:57
[chromium] › pui_general.spec.ts:56:1 › Company: src/frontend/tests/pui_general.spec.ts#L1
4) [chromium] › pui_general.spec.ts:56:1 › Company ─────────────────────────────────────────────── Test timeout of 90000ms exceeded.
[chromium] › pui_general.spec.ts:56:1 › Company: src/frontend/tests/baseFixtures.ts#L85
4) [chromium] › pui_general.spec.ts:56:1 › Company ─────────────────────────────────────────────── Error: expect(received).toEqual(expected) // deep equality - Expected - 1 + Received + 600 - Array [] + Array [ + ConsoleMessage { + "_event": Object { + "args": Array [], + "location": Object { + "columnNumber": 0, + "lineNumber": 0, + "url": "http://localhost:8000/api/attachment/?model_type=company&model_id=1", + }, + "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@135d5d9c4e4fc61b48d7efb85c583a36", + "_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@135d5d9c4e4fc61b48d7efb85c583a36", + "_type": "Page", + }, + }, + ConsoleMessage { + "_event": Object { + "args": Array [], + "location": Object { + "columnNumber": 0, + "lineNumber": 0, + "url": "http://localhost:8000/api/attachment/?model_type=company&model_id=1&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@135d5d9c4e4fc61b48d7efb85c583a36", + "_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@135d5d9c4e4fc61b48d7efb85c583a36", + "_type": "Page", + }, + }, + ConsoleMessage { + "_event": Object { + "args": Array [], + "location": Object { + "columnNumber": 0, + "lineNumber": 0, + "url": "http://localhost:8000/api/attachment/?model_type=company&model_id=1&limit=25&offset=0", + }, + "page": EventEmitter { + "_events": Object { + "bindingCall": [Function anonymous], +
[chromium] › pui_general.spec.ts:56:1 › Company: src/frontend/tests/pui_general.spec.ts#L84
4) [chromium] › pui_general.spec.ts:56:1 › Company ─────────────────────────────────────────────── Error: locator.fill: Test timeout of 90000ms exceeded. Call log: - waiting for getByLabel('text-field-name') 82 | await page.getByLabel('action-menu-company-actions-edit').click(); 83 | > 84 | await page.getByLabel('text-field-name').fill(''); | ^ 85 | await page.getByLabel('text-field-website').fill('invalid-website'); 86 | await page.getByRole('button', { name: 'Submit' }).click(); 87 | at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/pui_general.spec.ts:84:44
Filter
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Tests - Migrations [PostgreSQL]
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Tests - Full Migration [SQLite]
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Slow Test: src/frontend/[chromium] › pui_settings.spec.ts#L1
src/frontend/[chromium] › pui_settings.spec.ts took 25.9s
Slow Test: src/frontend/[firefox] › pui_command.spec.ts#L1
src/frontend/[firefox] › pui_command.spec.ts took 22.2s
Slow Test: src/frontend/[chromium] › modals.spec.ts#L1
src/frontend/[chromium] › modals.spec.ts took 21.8s
Slow Test: src/frontend/[chromium] › settings/selectionList.spec.ts#L1
src/frontend/[chromium] › settings/selectionList.spec.ts took 21.2s
Slow Test: src/frontend/[firefox] › modals.spec.ts#L1
src/frontend/[firefox] › modals.spec.ts took 21.1s
🎭 Playwright Run Summary
10 flaky [chromium] › pages/pui_build.spec.ts:264:1 › Build Order - Filters ───────────────────────────── [chromium] › pages/pui_part.spec.ts:74:1 › Parts - Locking ───────────────────────────────────── [chromium] › pages/pui_sales_order.spec.ts:6:1 › Sales Orders - Basic Tests ──────────────────── [chromium] › pui_general.spec.ts:56:1 › Company ──────────────────────────────────────────────── [chromium] › pui_plugins.spec.ts:67:1 › Plugins - Custom Admin ───────────────────────────────── [firefox] › pages/pui_build.spec.ts:164:1 › Build Order - Allocation ─────────────────────────── [firefox] › pages/pui_part.spec.ts:9:1 › Parts - Tabs ────────────────────────────────────────── [firefox] › pages/pui_part.spec.ts:395:1 › Parts - Revision ──────────────────────────────────── [firefox] › pui_tables.spec.ts:23:1 › Tables - Filters ───────────────────────────────────────── [firefox] › settings/selectionList.spec.ts:5:1 › PUI - Admin - Parameter ─────────────────────── 126 passed (18.9m)