Skip to content

ignore lock in pre-commit #3089

ignore lock in pre-commit

ignore lock in pre-commit #3089

Triggered via push February 28, 2024 23:17
Status Failure
Total duration 19m 22s
Artifacts 1

qc_checks.yaml

on: push
Build - UI Platform
1m 25s
Build - UI Platform
Style [pre-commit]
1m 11s
Style [pre-commit]
Tests - API Schema Documentation
0s
Tests - API Schema Documentation
Style [Documentation]
33s
Style [Documentation]
Tests - Migrations [PostgreSQL]
0s
Tests - Migrations [PostgreSQL]
Tests - Full Migration [SQLite]
0s
Tests - Full Migration [SQLite]
Tests - Platform UI
5m 52s
Tests - Platform UI
Style - Classic UI [JS]
1m 24s
Style - Classic UI [JS]
Tests - inventree-python
5m 4s
Tests - inventree-python
Tests - DB [SQLite] + Coverage
17m 40s
Tests - DB [SQLite] + Coverage
Tests - DB [PostgreSQL]
17m 45s
Tests - DB [PostgreSQL]
Tests - DB [MySQL]
16m 42s
Tests - DB [MySQL]
Push new schema
0s
Push new schema
Fit to window
Zoom out
Zoom in

Annotations

13 errors, 11 warnings, and 1 notice
[chromium] › ui_plattform.spec.ts:3:1 › Basic Platform UI test: src/frontend/tests/ui_plattform.spec.ts#L1
1) [chromium] › ui_plattform.spec.ts:3:1 › Basic Platform UI test ──────────────────────────────── Test timeout of 30000ms exceeded.
[chromium] › ui_plattform.spec.ts:3:1 › Basic Platform UI test: src/frontend/tests/ui_plattform.spec.ts#L7
1) [chromium] › ui_plattform.spec.ts:3:1 › Basic Platform UI test ──────────────────────────────── Error: locator.fill: Test timeout of 30000ms exceeded. Call log: - waiting for getByLabel('username') 5 | await expect(page).toHaveTitle('InvenTree Demo Server'); 6 | await page.waitForURL('**/platform/'); > 7 | await page.getByLabel('username').fill('allaccess'); | ^ 8 | await page.getByLabel('password').fill('nolimits'); 9 | await page.getByRole('button', { name: 'Log in' }).click(); 10 | await page.waitForURL('**/platform/home'); at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/ui_plattform.spec.ts:7:37
[chromium] › ui_plattform.spec.ts:3:1 › Basic Platform UI test: src/frontend/tests/ui_plattform.spec.ts#L1
1) [chromium] › ui_plattform.spec.ts:3:1 › Basic Platform UI test ──────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[chromium] › ui_plattform.spec.ts:3:1 › Basic Platform UI test: src/frontend/tests/ui_plattform.spec.ts#L7
1) [chromium] › ui_plattform.spec.ts:3:1 › Basic Platform UI test ──────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.fill: Test timeout of 30000ms exceeded. Call log: - waiting for getByLabel('username') 5 | await expect(page).toHaveTitle('InvenTree Demo Server'); 6 | await page.waitForURL('**/platform/'); > 7 | await page.getByLabel('username').fill('allaccess'); | ^ 8 | await page.getByLabel('password').fill('nolimits'); 9 | await page.getByRole('button', { name: 'Log in' }).click(); 10 | await page.waitForURL('**/platform/home'); at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/ui_plattform.spec.ts:7:37
[firefox] › ui_plattform.spec.ts:3:1 › Basic Platform UI test: src/frontend/tests/ui_plattform.spec.ts#L1
2) [firefox] › ui_plattform.spec.ts:3:1 › Basic Platform UI test ───────────────────────────────── Test timeout of 30000ms exceeded.
[firefox] › ui_plattform.spec.ts:3:1 › Basic Platform UI test: src/frontend/tests/ui_plattform.spec.ts#L7
2) [firefox] › ui_plattform.spec.ts:3:1 › Basic Platform UI test ───────────────────────────────── Error: locator.fill: Test timeout of 30000ms exceeded. Call log: - waiting for getByLabel('username') 5 | await expect(page).toHaveTitle('InvenTree Demo Server'); 6 | await page.waitForURL('**/platform/'); > 7 | await page.getByLabel('username').fill('allaccess'); | ^ 8 | await page.getByLabel('password').fill('nolimits'); 9 | await page.getByRole('button', { name: 'Log in' }).click(); 10 | await page.waitForURL('**/platform/home'); at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/ui_plattform.spec.ts:7:37
[firefox] › ui_plattform.spec.ts:3:1 › Basic Platform UI test: src/frontend/tests/ui_plattform.spec.ts#L1
2) [firefox] › ui_plattform.spec.ts:3:1 › Basic Platform UI test ───────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 30000ms exceeded.
[firefox] › ui_plattform.spec.ts:3:1 › Basic Platform UI test: src/frontend/tests/ui_plattform.spec.ts#L7
2) [firefox] › ui_plattform.spec.ts:3:1 › Basic Platform UI test ───────────────────────────────── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.fill: Test timeout of 30000ms exceeded. Call log: - waiting for getByLabel('username') 5 | await expect(page).toHaveTitle('InvenTree Demo Server'); 6 | await page.waitForURL('**/platform/'); > 7 | await page.getByLabel('username').fill('allaccess'); | ^ 8 | await page.getByLabel('password').fill('nolimits'); 9 | await page.getByRole('button', { name: 'Log in' }).click(); 10 | await page.waitForURL('**/platform/home'); at /home/runner/work/InvenTree/InvenTree/src/frontend/tests/ui_plattform.spec.ts:7:37
Tests - Platform UI
Process completed with exit code 1.
Tests - DB [SQLite] + Coverage
Process completed with exit code 1.
Filter
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: dorny/paths-filter@4512585405083f25c027a35db413c2b3b9006d50. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Style [Documentation]
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Style [pre-commit]
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Build - UI Platform
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236, actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7, actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Style - Classic UI [JS]
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236, actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Tests - inventree-python
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236, actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Tests - Platform UI
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236, actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7, actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Tests - Platform UI
No files were found with the provided path: src/frontend/playwright-report/. No artifacts will be uploaded.
Tests - DB [MySQL]
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Tests - DB [SQLite] + Coverage
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Tests - DB [PostgreSQL]
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
🎭 Playwright Run Summary
2 failed [chromium] › ui_plattform.spec.ts:3:1 › Basic Platform UI test ───────────────────────────────── [firefox] › ui_plattform.spec.ts:3:1 › Basic Platform UI test ────────────────────────────────── 2 passed (1.4m)

Artifacts

Produced during runtime
Name Size
frontend-build Expired
2.33 MB