Bump picomatch from 2.3.1 to 2.3.2 #320
test-extensions.yml
on: pull_request
labextension-compatibility
2m 2s
Matrix: ui-test
Annotations
3 errors, 9 warnings, and 8 notices
|
validate_assignment.spec.ts:127:1 βΊ Validation failure:
nbgrader\tests\ui-tests\utils\test_utils.ts#L73
1) validate_assignment.spec.ts:127:1 βΊ Validation failure ββββββββββββββββββββββββββββββββββββββββ
Retry #1 βββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveCount(expected)
Locator: locator('.nbgrader-ErrorDialog')
Expected: 1
Received: 0
Call log:
- expect.toHaveCount with timeout 5000ms
- waiting for locator('.nbgrader-ErrorDialog')
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
at utils\test_utils.ts:73
71 | */
72 | export const waitForErrorModal = async (page: IJupyterLabPageFixture) => {
> 73 | await expect(page.locator(".nbgrader-ErrorDialog")).toHaveCount(1);
| ^
74 | }
75 |
76 | /*
at waitForErrorModal (D:\a\nbgrader\nbgrader\nbgrader\tests\ui-tests\utils\test_utils.ts:73:55)
at D:\a\nbgrader\nbgrader\nbgrader\tests\ui-tests\validate_assignment.spec.ts:139:26
|
|
validate_assignment.spec.ts:127:1 βΊ Validation failure:
C:\Users\RUNNER~1\AppData\Local\Temp\nbgrader-galata-2gk71jln\nbgrader\tests\ui-tests\utils\test_utils.ts#L73
1) validate_assignment.spec.ts:127:1 βΊ Validation failure ββββββββββββββββββββββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toHaveCount(expected)
Locator: locator('.nbgrader-ErrorDialog')
Expected: 1
Received: 0
Call log:
- expect.toHaveCount with timeout 5000ms
- waiting for locator('.nbgrader-ErrorDialog')
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
- locator resolved to 0 elements
- unexpected value "0"
at captureRawStack (C:\Users\RUNNER~1\AppData\Local\Temp\nbgrader-galata-2gk71jln\node_modules\playwright-core\lib\utils\stackTrace.js:49:17)
at Proxy.toHaveCount (C:\Users\RUNNER~1\AppData\Local\Temp\nbgrader-galata-2gk71jln\node_modules\playwright\lib\matchers\expect.js:186:84)
at waitForErrorModal (C:\Users\RUNNER~1\AppData\Local\Temp\nbgrader-galata-2gk71jln\nbgrader\tests\ui-tests\utils\test_utils.ts:73:55)
at C:\Users\RUNNER~1\AppData\Local\Temp\nbgrader-galata-2gk71jln\nbgrader\tests\ui-tests\validate_assignment.spec.ts:139:26
at C:\Users\RUNNER~1\AppData\Local\Temp\nbgrader-galata-2gk71jln\node_modules\playwright\lib\worker\workerMain.js:336:9
at C:\Users\RUNNER~1\AppData\Local\Temp\nbgrader-galata-2gk71jln\node_modules\playwright\lib\worker\testInfo.js:297:11
at TimeoutManager.withRunnable (C:\Users\RUNNER~1\AppData\Local\Temp\nbgrader-galata-2gk71jln\node_modules\playwright\lib\worker\timeoutManager.js:53:14)
at TestInfoImpl._runAsStage (C:\Users\RUNNER~1\AppData\Local\Temp\nbgrader-galata-2gk71jln\node_modules\playwright\lib\worker\testInfo.js:295:7)
at C:\Users\RUNNER~1\AppData\Local\Temp\nbgrader-galata-2gk71jln\node_modules\playwright\lib\worker\workerMain.js:328:7
at C:\Users\RUNNER~1\AppData\Local\Temp\nbgrader-galata-2gk71jln\node_modules\playwright\lib\worker\testInfo.js:297:11
at TimeoutManager.withRunnable (C:\Users\RUNNER~1\AppData\Local\Temp\nbgrader-galata-2gk71jln\node_modules\playwright\lib\worker\timeoutManager.js:41:27)
at TestInfoImpl._runAsStage (C:\Users\RUNNER~1\AppData\Local\Temp\nbgrader-galata-2gk71jln\node_modules\playwright\lib\worker\testInfo.js:295:7)
at WorkerMain._runTest (C:\Users\RUNNER~1\AppData\Local\Temp\nbgrader-galata-2gk71jln\node_modules\playwright\lib\worker\workerMain.js:278:5)
at WorkerMain.runTestGroup (C:\Users\RUNNER~1\AppData\Local\Temp\nbgrader-galata-2gk71jln\node_modules\playwright\lib\worker\workerMain.js:202:11)
at process.<anonymous> (C:\Users\RUNNER~1\AppData\Local\Temp\nbgrader-galata-2gk71jln\node_modules\playwright\lib\common\process.js:94:22)
|
|
ui-test (ubuntu-latest, 3.10, labextensions)
Event loop is closed
|
|
labextension-compatibility
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
ui-test (windows-latest, 3.13, nbextensions)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
ui-test (windows-latest, 3.10, nbextensions)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
ui-test (windows-latest, 3.10, labextensions)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
ui-test (windows-latest, 3.13, labextensions)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
ui-test (ubuntu-latest, 3.13, nbextensions)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
ui-test (ubuntu-latest, 3.10, nbextensions)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
ui-test (ubuntu-latest, 3.13, labextensions)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
ui-test (ubuntu-latest, 3.10, labextensions)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/checkout@v4, actions/upload-artifact@v4. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
π Playwright Run Summary
1 flaky
validate_assignment.spec.ts:127:1 βΊ Validation failure βββββββββββββββββββββββββββββββββββββββββ
22 skipped
26 passed (3.0m)
|
|
π Playwright Run Summary
22 skipped
27 passed (3.1m)
|
|
π Playwright Run Summary
22 skipped
27 passed (4.6m)
|
|
π Playwright Run Summary
22 skipped
27 passed (4.5m)
|
|
π Playwright Run Summary
49 passed (12.1m)
|
|
π Playwright Run Summary
49 passed (12.3m)
|
|
π Playwright Run Summary
49 passed (12.6m)
|
|
π Playwright Run Summary
49 passed (13.8m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
nbgrader-uitests-labextensions-ubuntu-latest-python3.10
|
201 KB |
sha256:73267b4b5ce3746d2670b9ac07549614f6516a509ecb0b9aa63a9e282b8062b4
|
|
|
nbgrader-uitests-labextensions-ubuntu-latest-python3.13
|
201 KB |
sha256:d3898bc5955837164cf4b5583a207d273268c8190849a026c1882da98718ef5d
|
|
|
nbgrader-uitests-labextensions-windows-latest-python3.10
|
199 KB |
sha256:f2f18dcc1b938db946f6c8bd1679c3e40669e06d7ff22a687fa6e363e19eb714
|
|
|
nbgrader-uitests-labextensions-windows-latest-python3.13
|
199 KB |
sha256:efffaab23bfebba30acf9df93e041602cfb3202adc72699b54db9233e430901a
|
|
|
nbgrader-uitests-nbextensions-ubuntu-latest-python3.10
|
200 KB |
sha256:5b5017c3c38a935a65a8b0ab8478332a585df425da920d814fbd09e3a246d77d
|
|
|
nbgrader-uitests-nbextensions-ubuntu-latest-python3.13
|
200 KB |
sha256:740e60863c058a04594ac3b3bf3c3ee580fa5a16db26e3b20195918048f18970
|
|
|
nbgrader-uitests-nbextensions-windows-latest-python3.10
|
198 KB |
sha256:dd99b84993a8c5f66ce3f17441a16cd33d4a2fd4227e24521edf0dd488d8759a
|
|
|
nbgrader-uitests-nbextensions-windows-latest-python3.13
|
2.43 MB |
sha256:be63ca4640d7ed9c9a0580c96368d97a639e5f86e3c5dbf2a3d03431f2677adf
|
|