Skip to content

Fix current version #489

Fix current version

Fix current version #489

Triggered via push September 6, 2024 07:47
Status Failure
Total duration 5m 5s
Artifacts 2

main.yml

on: push
Matrix: lint
Matrix: tests
Fit to window
Zoom out
Zoom in

Annotations

5 errors, 10 warnings, and 1 notice
tests/ipycanvas.test.ts:100:7 › ipycanvas Visual Regression › Check ipycanvas first renders: ui-tests/tests/ipycanvas.test.ts#L48
1) tests/ipycanvas.test.ts:100:7 › ipycanvas Visual Regression › Check ipycanvas first renders ─── Error: Screenshot comparison failed: 49161 pixels (ratio 0.15 of all image pixels) are different. Expected: /home/runner/work/ipycanvas/ipycanvas/ui-tests/test-results/tests-ipycanvas-ipycanvas-Visual-Regression-Check-ipycanvas-first-renders/ipycanvas-ipynb-cell-36-expected.png Received: /home/runner/work/ipycanvas/ipycanvas/ui-tests/test-results/tests-ipycanvas-ipycanvas-Visual-Regression-Check-ipycanvas-first-renders/ipycanvas-ipynb-cell-36-actual.png Diff: /home/runner/work/ipycanvas/ipycanvas/ui-tests/test-results/tests-ipycanvas-ipycanvas-Visual-Regression-Check-ipycanvas-first-renders/ipycanvas-ipynb-cell-36-diff.png 46 | 47 | for (let c = 0; c < numCellImages; ++c) { > 48 | expect(results[c]).toMatchSnapshot(getCaptureImageName(notebook, c)); | ^ 49 | } 50 | 51 | await page.notebook.close(true); at testCellOutputs (/home/runner/work/ipycanvas/ipycanvas/ui-tests/tests/ipycanvas.test.ts:48:26) at /home/runner/work/ipycanvas/ipycanvas/ui-tests/tests/ipycanvas.test.ts:104:5
tests/ipycanvas.test.ts:100:7 › ipycanvas Visual Regression › Check ipycanvas first renders: ui-tests/tests/ipycanvas.test.ts#L1
1) tests/ipycanvas.test.ts:100:7 › ipycanvas Visual Regression › Check ipycanvas first renders ─── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 60000ms exceeded.
tests/ipycanvas.test.ts:100:7 › ipycanvas Visual Regression › Check ipycanvas first renders: ui-tests/tests/ipycanvas.test.ts#L34
1) tests/ipycanvas.test.ts:100:7 › ipycanvas Visual Regression › Check ipycanvas first renders ─── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: page.evaluate: Target closed 32 | }; 33 | > 34 | await page.notebook.runCellByCell({ | ^ 35 | onAfterCellRun: async (cellIndex: number) => { 36 | await delay(150); 37 | const cell = await page.notebook.getCellOutput(cellIndex); at NotebookHelper.runCellByCell (/home/runner/work/ipycanvas/ipycanvas/ui-tests/node_modules/@jupyterlab/galata/src/helpers/notebook.ts:325:21) at testCellOutputs (/home/runner/work/ipycanvas/ipycanvas/ui-tests/tests/ipycanvas.test.ts:34:5) at /home/runner/work/ipycanvas/ipycanvas/ui-tests/tests/ipycanvas.test.ts:104:5
tests/ipycanvas.test.ts:100:7 › ipycanvas Visual Regression › Check ipycanvas first renders: ui-tests/tests/ipycanvas.test.ts#L1
1) tests/ipycanvas.test.ts:100:7 › ipycanvas Visual Regression › Check ipycanvas first renders ─── Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Pending operations: - page.evaluate at node_modules/@jupyterlab/galata/src/helpers/notebook.ts:325:21 - elementHandle.isVisible at node_modules/@jupyterlab/galata/src/helpers/notebook.ts:512:59 - elementHandle.isVisible at node_modules/@jupyterlab/galata/src/helpers/notebook.ts:512:59 - elementHandle.isVisible at node_modules/@jupyterlab/galata/src/helpers/notebook.ts:512:59 - elementHandle.isVisible at node_modules/@jupyterlab/galata/src/helpers/notebook.ts:512:59 - elementHandle.isVisible at node_modules/@jupyterlab/galata/src/helpers/notebook.ts:512:59 - elementHandle.isVisible at node_modules/@jupyterlab/galata/src/helpers/notebook.ts:512:59 - elementHandle.isVisible at node_modules/@jupyterlab/galata/src/helpers/notebook.ts:512:59 - elementHandle.isVisible at node_modules/@jupyterlab/galata/src/helpers/notebook.ts:512:59 - elementHandle.isVisible at node_modules/@jupyterlab/galata/src/helpers/notebook.ts:512:59 - elementHandle.isVisible at node_modules/@jupyterlab/galata/src/helpers/notebook.ts:512:59 - elementHandle.isVisible at node_modules/@jupyterlab/galata/src/helpers/notebook.ts:512:59 - elementHandle.isVisible at node_modules/@jupyterlab/galata/src/helpers/notebook.ts:512:59 - elementHandle.isVisible at node_modules/@jupyterlab/galata/src/helpers/notebook.ts:512:59 - elementHandle.isVisible at node_modules/@jupyterlab/galata/src/helpers/notebook.ts:512:59 - elementHandle.isVisible at node_modules/@jupyterlab/galata/src/helpers/notebook.ts:512:59 - elementHandle.isVisible at node_modules/@jupyterlab/galata/src/helpers/notebook.ts:512:59 - elementHandle.isVisible at node_modules/@jupyterlab/galata/src/helpers/notebook.ts:512:59 - elementHandle.isVisible at node_modules/@jupyterlab/galata/src/helpers/notebook.ts:512:59 - elementHandle.isVisible at node_modules/@jupyterlab/galata/src/helpers/notebook.ts:512:59 - elementHandle.isVisible at node_modules/@jupyterlab/galata/src/helpers/notebook.ts:512:59 - elementHandle.isVisible at node_modules/@jupyterlab/galata/src/helpers/notebook.ts:512:59 - elementHandle.isVisible at node_modules/@jupyterlab/galata/src/helpers/notebook.ts:512:59
tests (ubuntu, 3.10)
Process completed with exit code 1.
lint (ubuntu-latest, 3.10)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
lint (ubuntu-latest, 3.10)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, mamba-org/provision-with-micromamba@main. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
lint (ubuntu-latest, 3.10)
This action is deprecated and no longer maintained. Please use mamba-org/setup-micromamba instead. See `https://github.com/mamba-org/provision-with-micromamba#migration-to-setup-micromamba` for a migration guide.
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, mamba-org/provision-with-micromamba@main, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
build
This action is deprecated and no longer maintained. Please use mamba-org/setup-micromamba instead. See `https://github.com/mamba-org/provision-with-micromamba#migration-to-setup-micromamba` for a migration guide.
tests (ubuntu, 3.10)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/download-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
tests (ubuntu, 3.10)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, mamba-org/provision-with-micromamba@main, actions/download-artifact@v2, 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/
tests (ubuntu, 3.10)
This action is deprecated and no longer maintained. Please use mamba-org/setup-micromamba instead. See `https://github.com/mamba-org/provision-with-micromamba#migration-to-setup-micromamba` for a migration guide.
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: "dist 489", "ipycanvas-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/ipycanvas.test.ts:100:7 › ipycanvas Visual Regression › Check ipycanvas first renders ──── 1 passed (1.8m)

Artifacts

Produced during runtime
Name Size
dist 489
4.03 MB
ipycanvas-playwright-tests
63 MB