Bump webpack from 5.77.0 to 5.96.1 #259
Annotations
12 errors, 24 warnings, and 5 notices
tests/jupyterlab_fasta.spec.ts:30:5 βΊ should display notebook fasta output:
packages/fasta-extension/ui-tests/tests/jupyterlab_fasta.spec.ts#L73
1) tests/jupyterlab_fasta.spec.ts:30:5 βΊ should display notebook fasta output ββββββββββββββββββββ
Error: expect(Buffer).toMatchSnapshot(expected)
Expected an image 592px by 258px, received 572px by 258px. 727 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/jupyter-renderers/jupyter-renderers/packages/fasta-extension/ui-tests/tests/jupyterlab_fasta.spec.ts-snapshots/fasta-notebook-linux.png
Received: /home/runner/work/jupyter-renderers/jupyter-renderers/packages/fasta-extension/ui-tests/test-results/tests-jupyterlab_fasta-should-display-notebook-fasta-output/fasta-notebook-actual.png
Diff: /home/runner/work/jupyter-renderers/jupyter-renderers/packages/fasta-extension/ui-tests/test-results/tests-jupyterlab_fasta-should-display-notebook-fasta-output/fasta-notebook-diff.png
71 |
72 | if (version[0] != '3') {
> 73 | expect(await output.screenshot()).toMatchSnapshot('fasta-notebook.png');
| ^
74 | }
75 | });
76 |
at /home/runner/work/jupyter-renderers/jupyter-renderers/packages/fasta-extension/ui-tests/tests/jupyterlab_fasta.spec.ts:73:39
|
Integration tests (fasta, 4.0.0)
Process completed with exit code 1.
|
tests/jupyterlab_katex.spec.ts:3:5 βΊ should display notebook katex equations:
packages/katex-extension/ui-tests/tests/jupyterlab_katex.spec.ts#L1
1) tests/jupyterlab_katex.spec.ts:3:5 βΊ should display notebook katex equations ββββββββββββββββββ
Test timeout of 60000ms exceeded.
|
tests/jupyterlab_katex.spec.ts:3:5 βΊ should display notebook katex equations:
packages/katex-extension/ui-tests/tests/jupyterlab_katex.spec.ts#L21
1) tests/jupyterlab_katex.spec.ts:3:5 βΊ should display notebook katex equations ββββββββββββββββββ
Error: locator.evaluate: Test timeout of 60000ms exceeded.
Call log:
- waiting for getByRole('main').locator('[role="tabpanel"][id="id-2c83f1ed-8db2-4d6a-92ed-d30db6d7707c"]').locator('.jp-NotebookPanel-notebook').first().locator('.jp-WindowedPanel-outer')
19 | );
20 |
> 21 | await page.notebook.addCell(
| ^
22 | 'markdown',
23 | `$$
24 | \\frac{1}{\\Bigl(\\sqrt{\\phi \\sqrt{5}}-\\phi\\Bigr) e^{\\frac25 \\pi}} = 1+\\frac{e^{-2\\pi}} {1+\\frac{e^{-4\\pi}} {1+\\frac{e^{-6\\pi}} {1+\\frac{e^{-8\\pi}} {1+\\cdots} } } }
at NotebookHelper.getCellCount (/home/runner/work/jupyter-renderers/jupyter-renderers/packages/katex-extension/ui-tests/node_modules/@jupyterlab/galata/src/helpers/notebook.ts:520:38)
at NotebookHelper.addCell (/home/runner/work/jupyter-renderers/jupyter-renderers/packages/katex-extension/ui-tests/node_modules/@jupyterlab/galata/src/helpers/notebook.ts:1215:22)
at /home/runner/work/jupyter-renderers/jupyter-renderers/packages/katex-extension/ui-tests/tests/jupyterlab_katex.spec.ts:21:3
|
Integration tests (katex, 4.0.0)
Process completed with exit code 1.
|
tests/jupyterlab_mathjax2.spec.ts:3:5 βΊ should display notebook mathjax2 equations:
packages/mathjax2-extension/ui-tests/tests/jupyterlab_mathjax2.spec.ts#L1
1) tests/jupyterlab_mathjax2.spec.ts:3:5 βΊ should display notebook mathjax2 equations ββββββββββββ
Test timeout of 60000ms exceeded.
|
tests/jupyterlab_mathjax2.spec.ts:3:5 βΊ should display notebook mathjax2 equations:
packages/mathjax2-extension/ui-tests/tests/jupyterlab_mathjax2.spec.ts#L21
1) tests/jupyterlab_mathjax2.spec.ts:3:5 βΊ should display notebook mathjax2 equations ββββββββββββ
Error: locator.evaluate: Test timeout of 60000ms exceeded.
Call log:
- waiting for getByRole('main').locator('[role="tabpanel"][id="id-807cfb8b-c058-4f1f-8c8b-4c3c6b76fd44"]').locator('.jp-NotebookPanel-notebook').first().locator('.jp-WindowedPanel-outer')
19 | );
20 |
> 21 | await page.notebook.addCell(
| ^
22 | 'markdown',
23 | `$$
24 | \\frac{1}{\\Bigl(\\sqrt{\\phi \\sqrt{5}}-\\phi\\Bigr) e^{\\frac25 \\pi}} = 1+\\frac{e^{-2\\pi}} {1+\\frac{e^{-4\\pi}} {1+\\frac{e^{-6\\pi}} {1+\\frac{e^{-8\\pi}} {1+\\cdots} } } }
at NotebookHelper.getCellCount (/home/runner/work/jupyter-renderers/jupyter-renderers/packages/mathjax2-extension/ui-tests/node_modules/@jupyterlab/galata/src/helpers/notebook.ts:520:38)
at NotebookHelper.addCell (/home/runner/work/jupyter-renderers/jupyter-renderers/packages/mathjax2-extension/ui-tests/node_modules/@jupyterlab/galata/src/helpers/notebook.ts:1215:22)
at /home/runner/work/jupyter-renderers/jupyter-renderers/packages/mathjax2-extension/ui-tests/tests/jupyterlab_mathjax2.spec.ts:21:3
|
Integration tests (mathjax2, 4.0.0)
Process completed with exit code 1.
|
tests/jupyterlab_geojson.spec.ts:3:5 βΊ should display geojson data file:
packages/geojson-extension/ui-tests/tests/jupyterlab_geojson.spec.ts#L34
1) tests/jupyterlab_geojson.spec.ts:3:5 βΊ should display geojson data file βββββββββββββββββββββββ
Error: expect(Buffer).toMatchSnapshot(expected)
77 pixels (ratio 0.01 of all image pixels) are different.
Expected: /home/runner/work/jupyter-renderers/jupyter-renderers/packages/geojson-extension/ui-tests/tests/jupyterlab_geojson.spec.ts-snapshots/geojson-file-linux.png
Received: /home/runner/work/jupyter-renderers/jupyter-renderers/packages/geojson-extension/ui-tests/test-results/tests-jupyterlab_geojson-should-display-geojson-data-file/geojson-file-actual.png
Diff: /home/runner/work/jupyter-renderers/jupyter-renderers/packages/geojson-extension/ui-tests/test-results/tests-jupyterlab_geojson-should-display-geojson-data-file/geojson-file-diff.png
32 | });
33 | if (version[0] != '3') {
> 34 | expect(await view.screenshot()).toMatchSnapshot('geojson-file.png');
| ^
35 | }
36 | });
37 |
at /home/runner/work/jupyter-renderers/jupyter-renderers/packages/geojson-extension/ui-tests/tests/jupyterlab_geojson.spec.ts:34:37
|
tests/jupyterlab_geojson.spec.ts:38:5 βΊ should display notebook geojson output:
packages/geojson-extension/ui-tests/tests/jupyterlab_geojson.spec.ts#L1
2) tests/jupyterlab_geojson.spec.ts:38:5 βΊ should display notebook geojson output ββββββββββββββββ
Test timeout of 180000ms exceeded.
|
tests/jupyterlab_geojson.spec.ts:38:5 βΊ should display notebook geojson output:
packages/geojson-extension/ui-tests/tests/jupyterlab_geojson.spec.ts#L64
2) tests/jupyterlab_geojson.spec.ts:38:5 βΊ should display notebook geojson output ββββββββββββββββ
Error: locator.evaluate: Test timeout of 180000ms exceeded.
Call log:
- waiting for getByRole('main').locator('[role="tabpanel"][id="id-e5491ccf-06b0-4c9c-a70c-caff8d62aab9"]').locator('.jp-NotebookPanel-notebook').first().locator('.jp-WindowedPanel-outer')
62 | );
63 |
> 64 | await page.notebook.addCell(
| ^
65 | 'code',
66 | `GeoJSON(data={
67 | "type": "Feature",
at NotebookHelper.getCellCount (/home/runner/work/jupyter-renderers/jupyter-renderers/packages/geojson-extension/ui-tests/node_modules/@jupyterlab/galata/src/helpers/notebook.ts:520:38)
at NotebookHelper.addCell (/home/runner/work/jupyter-renderers/jupyter-renderers/packages/geojson-extension/ui-tests/node_modules/@jupyterlab/galata/src/helpers/notebook.ts:1215:22)
at /home/runner/work/jupyter-renderers/jupyter-renderers/packages/geojson-extension/ui-tests/tests/jupyterlab_geojson.spec.ts:64:3
|
Integration tests (geojson, 4.0.0)
Process completed with exit code 1.
|
build (fasta)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build (fasta):
packages/geojson-extension/src/index.ts#L311
Forbidden non-null assertion
|
build (fasta):
packages/vega3-extension/src/index.ts#L55
Forbidden non-null assertion
|
build (mathjax2)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build (mathjax2):
packages/geojson-extension/src/index.ts#L311
Forbidden non-null assertion
|
build (mathjax2):
packages/vega3-extension/src/index.ts#L55
Forbidden non-null assertion
|
build (katex)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build (katex):
packages/geojson-extension/src/index.ts#L311
Forbidden non-null assertion
|
build (katex):
packages/vega3-extension/src/index.ts#L55
Forbidden non-null assertion
|
build (geojson)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build (geojson):
packages/geojson-extension/src/index.ts#L311
Forbidden non-null assertion
|
build (geojson):
packages/vega3-extension/src/index.ts#L55
Forbidden non-null assertion
|
build (vega3)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build (vega3):
packages/geojson-extension/src/index.ts#L311
Forbidden non-null assertion
|
build (vega3):
packages/vega3-extension/src/index.ts#L55
Forbidden non-null assertion
|
Integration tests (fasta, 4.0.0)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/download-artifact@v3, actions/cache@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Integration tests (katex, 4.0.0)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/download-artifact@v3, actions/cache@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Integration tests (mathjax2, 4.0.0)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/download-artifact@v3, actions/cache@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Integration tests (vega3, 3.6)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/download-artifact@v3, actions/cache@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Integration tests (vega3, 4.0.0)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/download-artifact@v3, actions/cache@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Integration tests (geojson, 4.0.0)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/download-artifact@v3, actions/cache@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Integration tests (fasta, 3.6)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/download-artifact@v3, actions/cache@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Integration tests (geojson, 3.6)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/download-artifact@v3, actions/cache@v3, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Deprecation notice: v1, v2, and v3 of the artifact actions
The following artifacts were uploaded using a version of actions/upload-artifact that is scheduled for deprecation: "extension-artifacts", "jupyterlab_fasta-3.6-playwright-tests", "jupyterlab_fasta-4.0.0-playwright-tests", "jupyterlab_geojson-3.6-playwright-tests", "jupyterlab_geojson-4.0.0-playwright-tests", "jupyterlab_katex-4.0.0-playwright-tests", "jupyterlab_mathjax2-4.0.0-playwright-tests", "jupyterlab_vega3-3.6-playwright-tests", "jupyterlab_vega3-4.0.0-playwright-tests".
Please update your workflow to use v4 of the artifact actions.
Learn more: https://github.blog/changelog/2024-04-16-deprecation-notice-v3-of-the-artifact-actions/
|
π Playwright Run Summary
1 failed
tests/jupyterlab_fasta.spec.ts:30:5 βΊ should display notebook fasta output βββββββββββββββββββββ
1 passed (30.7s)
|
π Playwright Run Summary
1 failed
tests/jupyterlab_katex.spec.ts:3:5 βΊ should display notebook katex equations βββββββββββββββββββ
|
π Playwright Run Summary
1 failed
tests/jupyterlab_mathjax2.spec.ts:3:5 βΊ should display notebook mathjax2 equations βββββββββββββ
|
π Playwright Run Summary
2 passed (15.5s)
|
π Playwright Run Summary
2 failed
tests/jupyterlab_geojson.spec.ts:3:5 βΊ should display geojson data file ββββββββββββββββββββββββ
tests/jupyterlab_geojson.spec.ts:38:5 βΊ should display notebook geojson output βββββββββββββββββ
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
extension-artifacts
|
3.78 MB |
|
jupyterlab_fasta-3.6-playwright-tests
|
445 KB |
|
jupyterlab_fasta-4.0.0-playwright-tests
|
1.15 MB |
|
jupyterlab_geojson-3.6-playwright-tests
|
450 KB |
|
jupyterlab_geojson-4.0.0-playwright-tests
|
7.48 MB |
|
jupyterlab_katex-4.0.0-playwright-tests
|
2.26 MB |
|
jupyterlab_mathjax2-4.0.0-playwright-tests
|
2.2 MB |
|
jupyterlab_vega3-3.6-playwright-tests
|
445 KB |
|
jupyterlab_vega3-4.0.0-playwright-tests
|
454 KB |
|