Skip to content

packages/mathjax2-extension: Remove redundant .git extension from metadata #245

packages/mathjax2-extension: Remove redundant .git extension from metadata

packages/mathjax2-extension: Remove redundant .git extension from metadata #245

Triggered via pull request March 4, 2024 01:14
Status Failure
Total duration 8m 19s
Artifacts 9

main.yml

on: pull_request
Matrix: build
Matrix: Integration tests
Fit to window
Zoom out
Zoom in

Annotations

11 errors, 23 warnings, and 5 notices
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 ────────────────── TypeError: Cannot read properties of null (reading 'evaluate') 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:460:38) at NotebookHelper.addCell (/home/runner/work/jupyter-renderers/jupyter-renderers/packages/katex-extension/ui-tests/node_modules/@jupyterlab/galata/src/helpers/notebook.ts:1083: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_vega3.spec.ts:130:5 β€Ί should display notebook vega output: packages/vega3-extension/ui-tests/tests/jupyterlab_vega3.spec.ts#L153
1) tests/jupyterlab_vega3.spec.ts:130:5 β€Ί should display notebook vega output ──────────────────── Error: Screenshot comparison failed: Expected an image 592px by 258px, received 584px by 258px. Expected: /home/runner/work/jupyter-renderers/jupyter-renderers/packages/vega3-extension/ui-tests/tests/jupyterlab_vega3.spec.ts-snapshots/vega3-notebook-linux.png Received: /home/runner/work/jupyter-renderers/jupyter-renderers/packages/vega3-extension/ui-tests/test-results/tests-jupyterlab_vega3-should-display-notebook-vega-output/vega3-notebook-actual.png Diff: /home/runner/work/jupyter-renderers/jupyter-renderers/packages/vega3-extension/ui-tests/test-results/tests-jupyterlab_vega3-should-display-notebook-vega-output/vega3-notebook-diff.png 151 | }); 152 | if (version[0] != '3') { > 153 | expect(await outputs.screenshot()).toMatchSnapshot('vega3-notebook.png'); | ^ 154 | } 155 | }); 156 | at /home/runner/work/jupyter-renderers/jupyter-renderers/packages/vega3-extension/ui-tests/tests/jupyterlab_vega3.spec.ts:153:40
Integration tests (vega3, 4.0.0)
Process completed with exit code 1.
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: Screenshot comparison failed: 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_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 ──────────── TypeError: Cannot read properties of null (reading 'evaluate') 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:460:38) at NotebookHelper.addCell (/home/runner/work/jupyter-renderers/jupyter-renderers/packages/mathjax2-extension/ui-tests/node_modules/@jupyterlab/galata/src/helpers/notebook.ts:1083: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: Screenshot comparison failed: 816 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#L64
2) tests/jupyterlab_geojson.spec.ts:38:5 β€Ί should display notebook geojson output ──────────────── TypeError: Cannot read properties of null (reading 'evaluate') 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:460:38) at NotebookHelper.addCell (/home/runner/work/jupyter-renderers/jupyter-renderers/packages/geojson-extension/ui-tests/node_modules/@jupyterlab/galata/src/helpers/notebook.ts:1083: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 (mathjax2)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4, actions/cache@v3, actions/setup-node@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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 (geojson)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4, actions/cache@v3, actions/setup-node@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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 (katex)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4, actions/cache@v3, actions/setup-node@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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 (vega3)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4, actions/cache@v3, actions/setup-node@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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
build (fasta)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4, actions/cache@v3, actions/setup-node@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
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
Integration tests (katex, 4.0.0)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4, actions/cache@v3, actions/setup-node@v3, actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Integration tests (vega3, 4.0.0)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4, actions/cache@v3, actions/setup-node@v3, actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Integration tests (fasta, 4.0.0)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4, actions/cache@v3, actions/setup-node@v3, actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Integration tests (mathjax2, 4.0.0)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4, actions/cache@v3, actions/setup-node@v3, actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Integration tests (geojson, 4.0.0)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4, actions/cache@v3, actions/setup-node@v3, actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Integration tests (vega3, 3.6)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4, actions/cache@v3, actions/setup-node@v3, actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Integration tests (fasta, 3.6)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4, actions/cache@v3, actions/setup-node@v3, actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Integration tests (geojson, 3.6)
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-python@v4, actions/cache@v3, actions/setup-node@v3, actions/download-artifact@v3, actions/upload-artifact@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
🎭 Playwright Run Summary
1 failed tests/jupyterlab_katex.spec.ts:3:5 β€Ί should display notebook katex equations ───────────────────
🎭 Playwright Run Summary
1 failed tests/jupyterlab_vega3.spec.ts:130:5 β€Ί should display notebook vega output ───────────────────── 1 passed (18.0s)
🎭 Playwright Run Summary
1 failed tests/jupyterlab_fasta.spec.ts:30:5 β€Ί should display notebook fasta output ───────────────────── 1 passed (31.9s)
🎭 Playwright Run Summary
1 failed tests/jupyterlab_mathjax2.spec.ts:3:5 β€Ί should display notebook mathjax2 equations ─────────────
🎭 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 Expired
3.77 MB
jupyterlab_fasta-3.6-playwright-tests Expired
431 KB
jupyterlab_fasta-4.0.0-playwright-tests Expired
1.07 MB
jupyterlab_geojson-3.6-playwright-tests Expired
436 KB
jupyterlab_geojson-4.0.0-playwright-tests Expired
3.82 MB
jupyterlab_katex-4.0.0-playwright-tests Expired
876 KB
jupyterlab_mathjax2-4.0.0-playwright-tests Expired
853 KB
jupyterlab_vega3-3.6-playwright-tests Expired
431 KB
jupyterlab_vega3-4.0.0-playwright-tests Expired
1.03 MB