Skip to content

Bump requests from 2.31.0 to 2.32.1 in /.github #12381

Bump requests from 2.31.0 to 2.32.1 in /.github

Bump requests from 2.31.0 to 2.32.1 in /.github #12381

Triggered via pull request May 21, 2024 22:51
Status Success
Total duration 40m 47s
Artifacts 2

qc_checks.yaml

on: pull_request
Build - UI Platform
1m 42s
Build - UI Platform
Style [pre-commit]
36s
Style [pre-commit]
Tests - API Schema Documentation
4m 39s
Tests - API Schema Documentation
Style [Documentation]
37s
Style [Documentation]
Tests - Migrations [PostgreSQL]
22m 41s
Tests - Migrations [PostgreSQL]
Tests - Full Migration [SQLite]
2m 30s
Tests - Full Migration [SQLite]
Tests - inventree-python
6m 8s
Tests - inventree-python
Tests - DB [PostgreSQL]
22m 31s
Tests - DB [PostgreSQL]
Tests - DB [MySQL]
21m 19s
Tests - DB [MySQL]
Tests - Platform UI
13m 7s
Tests - Platform UI
Matrix: coverage
Style - Classic UI [JS]
1m 18s
Style - Classic UI [JS]
Push new schema
0s
Push new schema
Fit to window
Zoom out
Zoom in

Annotations

7 errors, 6 warnings, and 1 notice
Tests - API Schema Documentation
Process completed with exit code 1.
[chromium] › pages/pui_scan.spec.ts:90:1 › PUI - Pages - Index - Scan (General): src/frontend/tests/baseFixtures.ts#L72
1) [chromium] › pages/pui_scan.spec.ts:90:1 › PUI - Pages - Index - Scan (General) ─────────────── Error: expect(received).toEqual(expected) // deep equality - Expected - 1 + Received + 249 - Array [] + Array [ + ConsoleMessage { + "_event": Object { + "args": Array [], + "location": Object { + "columnNumber": 0, + "lineNumber": 0, + "url": "http://localhost:8000/api/settings/global/", + }, + "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@56e3e537fe5530186c2f2d526c255a09", + "_type": "Page", + }, + Symbol(kCapture): false, + }, + "text": "Failed to load resource: the server responded with a status of 401 (Unauthorized)", + "type": "error", + }, + "_page": Object { + "_guid": "page@56e3e537fe5530186c2f2d526c255a09", + "_type": "Page", + }, + }, + ConsoleMessage { + "_event": Object { + "args": Array [], + "location": Object { + "columnNumber": 0, + "lineNumber": 0, + "url": "http://localhost:8000/api/generic/status/", + }, + "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@56e3e537fe5530186c2f2d526c255a09", + "_type": "Page", + }, + Symbol(kCapture): false, + }, + "text": "Failed to load resource: the server responded with a status of 401 (Unauthorized)", + "type": "error", + }, + "_page": Object { + "_guid": "page@56e3e537fe5530186c2f2d526c255a09", + "_type": "Page", + }, + }, + ConsoleMessage { + "_event": Object { + "args": Array [], + "location": Object { + "columnNumber": 0, + "lineNumber": 0, + "url": "http://localhost:8000/api/settings/user/", + }, + "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": [Fun
[firefox] › pui_general.spec.ts:58:1 › PUI - Parts - Supplier Parts: src/frontend/tests/baseFixtures.ts#L72
2) [firefox] › pui_general.spec.ts:58:1 › PUI - Parts - Supplier Parts ─────────────────────────── Error: expect(received).toEqual(expected) // deep equality - Expected - 1 + Received + 54 - Array [] + Array [ + ConsoleMessage { + "_event": Object { + "args": Array [ + EventEmitter { + "_events": Object { + "previewUpdated": [Function anonymous], + }, + "_eventsCount": 1, + "_maxListeners": undefined, + "_object": Object { + "_guid": "handle@872d7a8f47815ba3729b36d8c64b1f97", + "_type": "JSHandle", + }, + Symbol(kCapture): false, + }, + ], + "location": Object { + "columnNumber": 19, + "lineNumber": 2544, + "url": "http://localhost:5173/node_modules/.vite/deps/chunk-3RV62VHK.js?v=8e3f2b35", + }, + "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@0ac9e25543e22e50312cec236f8044e3", + "_type": "Page", + }, + Symbol(kCapture): false, + }, + "text": "Query data cannot be undefined. Please make sure to return a value other than undefined from your query function. Affected query key: [\"notification-count\"]", + "type": "error", + }, + "_page": Object { + "_guid": "page@0ac9e25543e22e50312cec236f8044e3", + "_type": "Page", + }, + }, + ] at baseFixtures.ts:72 70 | }); 71 | await use(page); > 72 | expect(messages).toEqual([]); | ^ 73 | } 74 | }); 75 | at Object.page (/home/runner/work/InvenTree/InvenTree/src/frontend/tests/baseFixtures.ts:72:22)
Build - UI Platform
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@1a4442cacd436585916779262731d5b162bc6ec7. 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-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-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-node@1a4442cacd436585916779262731d5b162bc6ec7. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Slow Test: src/frontend/[chromium] › pui_command.spec.ts#L1
src/frontend/[chromium] › pui_command.spec.ts took 18.9s
Slow Test: src/frontend/[chromium] › modals.spec.ts#L1
src/frontend/[chromium] › modals.spec.ts took 16.5s
🎭 Playwright Run Summary
2 flaky [chromium] › pages/pui_scan.spec.ts:90:1 › PUI - Pages - Index - Scan (General) ──────────────── [firefox] › pui_general.spec.ts:58:1 › PUI - Parts - Supplier Parts ──────────────────────────── 64 passed (6.3m)

Artifacts

Produced during runtime
Name Size
frontend-build Expired
1.8 MB
schema.yml Expired
58.9 KB