Build Status #1683
build.yaml
on: workflow_dispatch
Matrix: lint_and_docs
Matrix: build_js
Matrix: build_python
Matrix: build_and_test_rust
Matrix: build_emscripten_wheel
Matrix: benchmark_js
Matrix: test_js
Matrix: build_and_test_jupyterlab
Matrix: benchmark_python
Matrix: test_python
Matrix: test_emscripten_wheel
Matrix: test_python_sdist
Matrix: publish
Annotations
14 errors, 24 warnings, and 2 notices
|
build_and_test_jupyterlab (ubuntu-22.04, x86_64, 3.11, 22.x, false)
Process completed with exit code 1.
|
|
[jupyterlab-desktop-chrome] › packages/jupyterlab/test/js/resize.spec.mjs:89:5 › JupyterLab resize › group_by traitlet works:
tools/test/src/js/utils.ts#L184
3) [jupyterlab-desktop-chrome] › packages/jupyterlab/test/js/resize.spec.mjs:89:5 › JupyterLab resize › group_by traitlet works
Error: A snapshot doesn't exist at /home/runner/work/perspective/perspective/tools/test/dist/snapshots/jupyterlab-desktop-chrome/resize.spec.mjs/jupyterlab-resize-group-by-traitlet-works.txt.
at src/js/utils.ts:184
182 | ];
183 |
> 184 | await expect(formatted).toMatchSnapshot(snapshotPath);
| ^
185 | }
186 |
187 | export async function compareSVGContentsToSnapshot(
at compareContentsToSnapshot (/home/runner/work/perspective/perspective/tools/test/src/js/utils.ts:184:29)
at /home/runner/work/perspective/perspective/packages/jupyterlab/test/js/resize.spec.mjs:110:9
|
|
[jupyterlab-desktop-chrome] › packages/jupyterlab/test/js/resize.spec.mjs:50:5 › JupyterLab resize › Resize the container causes the widget to resize:
tools/test/src/js/utils.ts#L184
2) [jupyterlab-desktop-chrome] › packages/jupyterlab/test/js/resize.spec.mjs:50:5 › JupyterLab resize › Resize the container causes the widget to resize
Error: A snapshot doesn't exist at /home/runner/work/perspective/perspective/tools/test/dist/snapshots/jupyterlab-desktop-chrome/resize.spec.mjs/jupyterlab-resize-resize-the-container-causes-the-widget-to-resize.txt.
at src/js/utils.ts:184
182 | ];
183 |
> 184 | await expect(formatted).toMatchSnapshot(snapshotPath);
| ^
185 | }
186 |
187 | export async function compareSVGContentsToSnapshot(
at compareContentsToSnapshot (/home/runner/work/perspective/perspective/tools/test/src/js/utils.ts:184:29)
at /home/runner/work/perspective/perspective/packages/jupyterlab/test/js/resize.spec.mjs:84:9
|
|
[jupyterlab-desktop-chrome] › packages/jupyterlab/test/js/resize.spec.mjs:28:5 › JupyterLab resize › Config should be hidden by default:
tools/test/src/js/utils.ts#L184
1) [jupyterlab-desktop-chrome] › packages/jupyterlab/test/js/resize.spec.mjs:28:5 › JupyterLab resize › Config should be hidden by default
Error: A snapshot doesn't exist at /home/runner/work/perspective/perspective/tools/test/dist/snapshots/jupyterlab-desktop-chrome/resize.spec.mjs/jupyterlab-resize-config-should-be-hidden-by-default.txt.
at src/js/utils.ts:184
182 | ];
183 |
> 184 | await expect(formatted).toMatchSnapshot(snapshotPath);
| ^
185 | }
186 |
187 | export async function compareSVGContentsToSnapshot(
at compareContentsToSnapshot (/home/runner/work/perspective/perspective/tools/test/src/js/utils.ts:184:29)
at /home/runner/work/perspective/perspective/packages/jupyterlab/test/js/resize.spec.mjs:45:9
|
|
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/heatmap.spec.ts:21:5 › Heatmap › basic:
packages/viewer-charts/test/js/helpers.ts#L90
7) [viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/heatmap.spec.ts:21:5 › Heatmap › basic
Error: expect(locator).toHaveScreenshot(expected) failed
Locator: locator('perspective-viewer')
975 pixels (ratio 0.01 of all image pixels) are different.
Snapshot: heatmap-basic.png
Call log:
- Expect "toHaveScreenshot(heatmap-basic.png)" with timeout 30000ms
- verifying given screenshot expectation
- waiting for locator('perspective-viewer')
- locator resolved to <perspective-viewer theme="Pro Light">…</perspective-viewer>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- 975 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('perspective-viewer')
- locator resolved to <perspective-viewer theme="Pro Light">…</perspective-viewer>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- captured a stable screenshot
- 975 pixels (ratio 0.01 of all image pixels) are different.
at ../../packages/viewer-charts/test/js/helpers.ts:90
88 | .join("-") + ".png";
89 |
> 90 | await expect(viewer).toHaveScreenshot(snapshotName, {
| ^
91 | threshold: DEFAULT_THRESHOLD,
92 | maxDiffPixelRatio:
93 | options.maxDiffPixelRatio ?? DEFAULT_MAX_DIFF_PIXEL_RATIO,
at expectViewerScreenshot (/home/runner/work/perspective/perspective/packages/viewer-charts/test/js/helpers.ts:90:26)
at renderAndCapture (/home/runner/work/perspective/perspective/packages/viewer-charts/test/js/helpers.ts:108:11)
at /home/runner/work/perspective/perspective/packages/viewer-charts/test/js/heatmap.spec.ts:22:9
|
|
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/candlestick.spec.ts:52:5 › Y Candlestick › with split_by — side-by-side candles per category:
packages/viewer-charts/test/js/helpers.ts#L90
6) [viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/candlestick.spec.ts:52:5 › Y Candlestick › with split_by — side-by-side candles per category
Error: expect(locator).toHaveScreenshot(expected) failed
Locator: locator('perspective-viewer')
812 pixels (ratio 0.01 of all image pixels) are different.
Snapshot: y-candlestick-with-split-by-side-by-side-candles-per-category.png
Call log:
- Expect "toHaveScreenshot(y-candlestick-with-split-by-side-by-side-candles-per-category.png)" with timeout 30000ms
- verifying given screenshot expectation
- waiting for locator('perspective-viewer')
- locator resolved to <perspective-viewer theme="Pro Light">…</perspective-viewer>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- 812 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('perspective-viewer')
- locator resolved to <perspective-viewer theme="Pro Light">…</perspective-viewer>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- captured a stable screenshot
- 812 pixels (ratio 0.01 of all image pixels) are different.
at ../../packages/viewer-charts/test/js/helpers.ts:90
88 | .join("-") + ".png";
89 |
> 90 | await expect(viewer).toHaveScreenshot(snapshotName, {
| ^
91 | threshold: DEFAULT_THRESHOLD,
92 | maxDiffPixelRatio:
93 | options.maxDiffPixelRatio ?? DEFAULT_MAX_DIFF_PIXEL_RATIO,
at expectViewerScreenshot (/home/runner/work/perspective/perspective/packages/viewer-charts/test/js/helpers.ts:90:26)
at renderAndCapture (/home/runner/work/perspective/perspective/packages/viewer-charts/test/js/helpers.ts:108:11)
at /home/runner/work/perspective/perspective/packages/viewer-charts/test/js/candlestick.spec.ts:55:9
|
|
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/candlestick.spec.ts:41:5 › Y Candlestick › up/down colors sampled from gradient extremes:
packages/viewer-charts/test/js/helpers.ts#L90
5) [viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/candlestick.spec.ts:41:5 › Y Candlestick › up/down colors sampled from gradient extremes
Error: expect(locator).toHaveScreenshot(expected) failed
Locator: locator('perspective-viewer')
770 pixels (ratio 0.01 of all image pixels) are different.
Snapshot: y-candlestick-up-down-colors-sampled-from-gradient-extremes.png
Call log:
- Expect "toHaveScreenshot(y-candlestick-up-down-colors-sampled-from-gradient-extremes.png)" with timeout 30000ms
- verifying given screenshot expectation
- waiting for locator('perspective-viewer')
- locator resolved to <perspective-viewer theme="Pro Light">…</perspective-viewer>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- 770 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('perspective-viewer')
- locator resolved to <perspective-viewer theme="Pro Light">…</perspective-viewer>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- captured a stable screenshot
- 770 pixels (ratio 0.01 of all image pixels) are different.
at ../../packages/viewer-charts/test/js/helpers.ts:90
88 | .join("-") + ".png";
89 |
> 90 | await expect(viewer).toHaveScreenshot(snapshotName, {
| ^
91 | threshold: DEFAULT_THRESHOLD,
92 | maxDiffPixelRatio:
93 | options.maxDiffPixelRatio ?? DEFAULT_MAX_DIFF_PIXEL_RATIO,
at expectViewerScreenshot (/home/runner/work/perspective/perspective/packages/viewer-charts/test/js/helpers.ts:90:26)
at renderAndCapture (/home/runner/work/perspective/perspective/packages/viewer-charts/test/js/helpers.ts:108:11)
at /home/runner/work/perspective/perspective/packages/viewer-charts/test/js/candlestick.spec.ts:45:9
|
|
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/candlestick.spec.ts:33:5 › Y Candlestick › full OHLC four-column layout:
packages/viewer-charts/test/js/helpers.ts#L90
4) [viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/candlestick.spec.ts:33:5 › Y Candlestick › full OHLC four-column layout
Error: expect(locator).toHaveScreenshot(expected) failed
Locator: locator('perspective-viewer')
283 pixels (ratio 0.01 of all image pixels) are different.
Snapshot: y-candlestick-full-ohlc-four-column-layout.png
Call log:
- Expect "toHaveScreenshot(y-candlestick-full-ohlc-four-column-layout.png)" with timeout 30000ms
- verifying given screenshot expectation
- waiting for locator('perspective-viewer')
- locator resolved to <perspective-viewer theme="Pro Light">…</perspective-viewer>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- 283 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('perspective-viewer')
- locator resolved to <perspective-viewer theme="Pro Light">…</perspective-viewer>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- captured a stable screenshot
- 283 pixels (ratio 0.01 of all image pixels) are different.
at ../../packages/viewer-charts/test/js/helpers.ts:90
88 | .join("-") + ".png";
89 |
> 90 | await expect(viewer).toHaveScreenshot(snapshotName, {
| ^
91 | threshold: DEFAULT_THRESHOLD,
92 | maxDiffPixelRatio:
93 | options.maxDiffPixelRatio ?? DEFAULT_MAX_DIFF_PIXEL_RATIO,
at expectViewerScreenshot (/home/runner/work/perspective/perspective/packages/viewer-charts/test/js/helpers.ts:90:26)
at renderAndCapture (/home/runner/work/perspective/perspective/packages/viewer-charts/test/js/helpers.ts:108:11)
at /home/runner/work/perspective/perspective/packages/viewer-charts/test/js/candlestick.spec.ts:34:9
|
|
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/candlestick.spec.ts:21:5 › Y Candlestick › open-only falls back to next-row open for close:
packages/viewer-charts/test/js/helpers.ts#L90
3) [viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/candlestick.spec.ts:21:5 › Y Candlestick › open-only falls back to next-row open for close
Error: expect(locator).toHaveScreenshot(expected) failed
Locator: locator('perspective-viewer')
314 pixels (ratio 0.01 of all image pixels) are different.
Snapshot: y-candlestick-open-only-falls-back-to-next-row-open-for-close.png
Call log:
- Expect "toHaveScreenshot(y-candlestick-open-only-falls-back-to-next-row-open-for-close.png)" with timeout 30000ms
- verifying given screenshot expectation
- waiting for locator('perspective-viewer')
- locator resolved to <perspective-viewer theme="Pro Light">…</perspective-viewer>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- 314 pixels (ratio 0.01 of all image pixels) are different.
- waiting 100ms before taking screenshot
- waiting for locator('perspective-viewer')
- locator resolved to <perspective-viewer theme="Pro Light">…</perspective-viewer>
- taking element screenshot
- disabled all CSS animations
- waiting for fonts to load...
- fonts loaded
- attempting scroll into view action
- waiting for element to be stable
- captured a stable screenshot
- 314 pixels (ratio 0.01 of all image pixels) are different.
at ../../packages/viewer-charts/test/js/helpers.ts:90
88 | .join("-") + ".png";
89 |
> 90 | await expect(viewer).toHaveScreenshot(snapshotName, {
| ^
91 | threshold: DEFAULT_THRESHOLD,
92 | maxDiffPixelRatio:
93 | options.maxDiffPixelRatio ?? DEFAULT_MAX_DIFF_PIXEL_RATIO,
at expectViewerScreenshot (/home/runner/work/perspective/perspective/packages/viewer-charts/test/js/helpers.ts:90:26)
at renderAndCapture (/home/runner/work/perspective/perspective/packages/viewer-charts/test/js/helpers.ts:108:11)
at /home/runner/work/perspective/perspective/packages/viewer-charts/test/js/candlestick.spec.ts:26:9
|
|
[viewer-datagrid-desktop-chrome] › packages/viewer-datagrid/test/js/superstore.spec.js:269:5 › Datagrid with superstore arrow data set › Filter based on date results in correct perspective-click event:
tools/test/src/js/simple_viewer_tests.ts#L51
2) [viewer-datagrid-desktop-chrome] › packages/viewer-datagrid/test/js/superstore.spec.js:269:5 › Datagrid with superstore arrow data set › Filter based on date results in correct perspective-click event
Error: elementHandle.evaluate: Test timeout of 30000ms exceeded.
at src/js/simple_viewer_tests.ts:51
49 | await restoreViewer(page, viewerConfig);
50 | const viewer = await page.$("perspective-viewer")!;
> 51 | const perspectiveClick = viewer.evaluate(
| ^
52 | (element) =>
53 | new Promise((resolve) =>
54 | element.addEventListener("perspective-click", (event) => {
at /home/runner/work/perspective/perspective/tools/test/src/js/simple_viewer_tests.ts:51:41
|
|
[viewer-datagrid-desktop-chrome] › packages/viewer-datagrid/test/js/superstore.spec.js:269:5 › Datagrid with superstore arrow data set › Filter based on date results in correct perspective-click event:
tools/test/src/js/utils.ts#L229
2) [viewer-datagrid-desktop-chrome] › packages/viewer-datagrid/test/js/superstore.spec.js:269:5 › Datagrid with superstore arrow data set › Filter based on date results in correct perspective-click event
Error: page.evaluate: Test timeout of 30000ms exceeded.
at src/js/utils.ts:229
227 | ...path: string[]
228 | ): Promise<void> {
> 229 | await page.evaluate(
| ^
230 | ({ path }) => {
231 | let elem: ShadowRoot | Element | Document | null | undefined =
232 | document;
at shadow_click (/home/runner/work/perspective/perspective/tools/test/src/js/utils.ts:229:16)
at /home/runner/work/perspective/perspective/tools/test/src/js/simple_viewer_tests.ts:61:15
|
|
[viewer-datagrid-desktop-chrome] › packages/viewer-datagrid/test/js/superstore.spec.js:269:5 › Datagrid with superstore arrow data set › Filter based on date results in correct perspective-click event:
packages/viewer-datagrid/test/js/superstore.spec.js#L0
2) [viewer-datagrid-desktop-chrome] › packages/viewer-datagrid/test/js/superstore.spec.js:269:5 › Datagrid with superstore arrow data set › Filter based on date results in correct perspective-click event
Test timeout of 30000ms exceeded.
|
|
[viewer-datagrid-desktop-chrome] › packages/viewer-datagrid/test/js/superstore.spec.js:124:5 › Datagrid with superstore data set › An editable datagrid is editable through mouse interaction:
tools/test/src/js/utils.ts#L276
1) [viewer-datagrid-desktop-chrome] › packages/viewer-datagrid/test/js/superstore.spec.js:124:5 › Datagrid with superstore data set › An editable datagrid is editable through mouse interaction
Error: page.evaluate: Test timeout of 30000ms exceeded.
at src/js/utils.ts:276
274 | }
275 |
> 276 | await page.evaluate(
| ^
277 | async ({ content, path, is_incremental }) => {
278 | let elem: ShadowRoot | Element | Document | null | undefined =
279 | document;
at shadow_type (/home/runner/work/perspective/perspective/tools/test/src/js/utils.ts:276:16)
at /home/runner/work/perspective/perspective/packages/viewer-datagrid/test/js/superstore.spec.js:144:15
|
|
[viewer-datagrid-desktop-chrome] › packages/viewer-datagrid/test/js/superstore.spec.js:124:5 › Datagrid with superstore data set › An editable datagrid is editable through mouse interaction:
packages/viewer-datagrid/test/js/superstore.spec.js#L0
1) [viewer-datagrid-desktop-chrome] › packages/viewer-datagrid/test/js/superstore.spec.js:124:5 › Datagrid with superstore data set › An editable datagrid is editable through mouse interaction
Test timeout of 30000ms exceeded.
|
|
lint_and_docs (ubuntu-22.04, 3.11, 22.x)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/setup-node@v4, actions/setup-python@v5, actions/upload-artifact@v4, pnpm/action-setup@v3. 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/
|
|
build_python (macos-14, aarch64, 3.11, 22.x, false)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/download-artifact@v4, actions/setup-node@v4, actions/setup-python@v5, actions/upload-artifact@v4, pnpm/action-setup@v3. 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/
|
|
build_python (ubuntu-22.04-arm, aarch64, 3.11, 22.x, false)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/download-artifact@v4, actions/setup-node@v4, actions/upload-artifact@v4, pnpm/action-setup@v3. 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/
|
|
build_and_test_rust (ubuntu-22.04, x86_64, 22.x, false)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/download-artifact@v4, actions/setup-node@v4, actions/setup-python@v5, actions/upload-artifact@v4, pnpm/action-setup@v3. 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/
|
|
build_and_test_rust (ubuntu-22.04, x86_64, 22.x, false)
Cache paths are empty. Please check the previous logs and make sure that the python version is specified
|
|
build_and_test_rust (ubuntu-22.04, x86_64, 22.x, false)
The `python-version` input is not set. The version of Python currently in `PATH` will be used.
|
|
build_emscripten_wheel (ubuntu-22.04, x86_64, 3.11, 22.x)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/download-artifact@v4, actions/setup-node@v4, actions/setup-python@v5, actions/upload-artifact@v4, pnpm/action-setup@v3. 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/
|
|
build_python (ubuntu-22.04, x86_64, 3.11, 22.x, false)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/download-artifact@v4, actions/setup-node@v4, actions/upload-artifact@v4, pnpm/action-setup@v3. 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/
|
|
test_emscripten_wheel (ubuntu-22.04, x86_64, 3.11, 22.x)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/download-artifact@v4, actions/setup-node@v4, actions/setup-python@v5, pnpm/action-setup@v3. 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/
|
|
build_js (ubuntu-22.04, 3.11, 22.x)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/download-artifact@v4, actions/setup-node@v4, actions/upload-artifact@v4, pnpm/action-setup@v3. 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/
|
|
build_and_test_rust (windows-2025, x86_64, 22.x, false)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/download-artifact@v4, actions/setup-node@v4, actions/setup-python@v5, pnpm/action-setup@v3. 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/
|
|
build_and_test_rust (windows-2025, x86_64, 22.x, false)
Cache paths are empty. Please check the previous logs and make sure that the python version is specified
|
|
build_and_test_rust (windows-2025, x86_64, 22.x, false)
The `python-version` input is not set. The version of Python currently in `PATH` will be used.
|
|
build_python (windows-2025, x86_64, 3.11, 22.x, false)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/download-artifact@v4, actions/setup-node@v4, actions/setup-python@v5, actions/upload-artifact@v4, pnpm/action-setup@v3. 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/
|
|
build_python (windows-2025, x86_64, 3.11, 22.x, false)
No files were found with the provided path: rust/target/wheels/*.whl. No artifacts will be uploaded.
|
|
test_python (ubuntu-22.04, x86_64, 3.11, 22.x, false)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/download-artifact@v4, actions/setup-node@v4, actions/setup-python@v5, pnpm/action-setup@v3. 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/
|
|
test_python (ubuntu-22.04-arm, aarch64, 3.11, 22.x, false)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/download-artifact@v4, actions/setup-node@v4, actions/setup-python@v5, pnpm/action-setup@v3. 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/
|
|
build_and_test_jupyterlab (ubuntu-22.04, x86_64, 3.11, 22.x, false)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/download-artifact@v4, actions/setup-node@v4, actions/setup-python@v5, actions/upload-artifact@v4, pnpm/action-setup@v3. 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/
|
|
test_js (ubuntu-22.04, 3.11, 22.x)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/download-artifact@v4, actions/setup-node@v4, pnpm/action-setup@v3. 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/
|
|
build_and_test_jupyterlab (macos-14, aarch64, 3.11, 22.x, false)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/download-artifact@v4, actions/setup-node@v4, actions/setup-python@v5, actions/upload-artifact@v4, pnpm/action-setup@v3. 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/
|
|
test_python (windows-2025, x86_64, 3.11, 22.x, false)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/download-artifact@v4, actions/setup-node@v4, actions/setup-python@v5, pnpm/action-setup@v3. 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/
|
|
build_and_test_jupyterlab (windows-2025, x86_64, 3.11, 22.x, false)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/download-artifact@v4, actions/setup-node@v4, actions/setup-python@v5, actions/upload-artifact@v4, pnpm/action-setup@v3. 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/
|
|
benchmark_js (ubuntu-22.04, 22.x)
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/download-artifact@v4, actions/setup-node@v4, actions/upload-artifact@v4, pnpm/action-setup@v3. 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/
|
|
benchmark_python (ubuntu-22.04, 3.11, 22.x, x86_64)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/download-artifact@v4, actions/setup-node@v4, actions/setup-python@v5, actions/upload-artifact@v4, pnpm/action-setup@v3. 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/
|
|
🎭 Playwright Run Summary
3 failed
[jupyterlab-desktop-chrome] › packages/jupyterlab/test/js/resize.spec.mjs:28:5 › JupyterLab resize › Config should be hidden by default
[jupyterlab-desktop-chrome] › packages/jupyterlab/test/js/resize.spec.mjs:50:5 › JupyterLab resize › Resize the container causes the widget to resize
[jupyterlab-desktop-chrome] › packages/jupyterlab/test/js/resize.spec.mjs:89:5 › JupyterLab resize › group_by traitlet works
|
|
🎭 Playwright Run Summary
63 failed
[viewer-datagrid-desktop-chrome] › packages/viewer-datagrid/test/js/superstore.spec.js:124:5 › Datagrid with superstore data set › An editable datagrid is editable through mouse interaction
[viewer-datagrid-desktop-chrome] › packages/viewer-datagrid/test/js/superstore.spec.js:269:5 › Datagrid with superstore arrow data set › Filter based on date results in correct perspective-click event
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/candlestick.spec.ts:21:5 › Y Candlestick › open-only falls back to next-row open for close
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/candlestick.spec.ts:33:5 › Y Candlestick › full OHLC four-column layout
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/candlestick.spec.ts:41:5 › Y Candlestick › up/down colors sampled from gradient extremes
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/candlestick.spec.ts:52:5 › Y Candlestick › with split_by — side-by-side candles per category
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/heatmap.spec.ts:21:5 › Heatmap › basic
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/heatmap.spec.ts:32:5 › Heatmap › nested group_by rows
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/heatmap.spec.ts:41:5 › Heatmap › diverging data with Profit
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/heatmap.spec.ts:52:5 › Heatmap › multi-faceted
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/heatmap.spec.ts:63:5 › Heatmap › hierarchial X axis
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/heatmap.spec.ts:74:5 › Heatmap › hierarchial Y axis
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/line.spec.ts:21:5 › X/Y Line › basic x/y
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/line.spec.ts:29:5 › X/Y Line › split_by produces distinct series colors
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/line.spec.ts:38:5 › X/Y Line › date X axis with two splits
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/pan.spec.ts:29:5 › Pan › drag pans after wheel zoom
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/regressions.spec.ts:34:5 › Regressions › scatter split_by renders every series
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/regressions.spec.ts:42:5 › Regressions › line split_by renders every series
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/regressions.spec.ts:57:5 › Regressions › scatter string color matches legend swatches
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/regressions.spec.ts:70:5 › Regressions › Y Line shows series palette colors
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/regressions.spec.ts:83:5 › Regressions › Treemap background is transparent
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/regressions.spec.ts:97:5 › Regressions › Treemap with date Color uses gradient mode
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/scatter.spec.ts:21:5 › X/Y Scatter › basic x/y
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/scatter.spec.ts:28:5 › X/Y Scatter › with numeric color
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/scatter.spec.ts:35:5 › X/Y Scatter › with string color
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/scatter.spec.ts:42:5 › X/Y Scatter › with size column
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/scatter.spec.ts:49:5 › X/Y Scatter › split_by produces distinct series
[viewer-charts-desktop-chrome] › packages/viewer-charts/test/js/scatter.spec.ts:57:5 › X/Y Scatter › split_by respects color column
[viewer-charts-
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
perspective-js-benchmarks
Expired
|
218 KB |
sha256:b98df065b88c16af37efde2141a750eb2c7ab03724762ab40d1359c5ca1a1930
|
|
|
perspective-js-dist
Expired
|
11.5 MB |
sha256:86b080f7b9393f55600b8332520a22275b2aa39d58f973b9b15e4708ca01fdea
|
|
|
perspective-metadata
Expired
|
637 KB |
sha256:493d75b28f461c081b9da018a532c28802d66f5076e515c2db3097989786d039
|
|
|
perspective-python-benchmarks
Expired
|
108 KB |
sha256:f97c8adf71c4641fc866063ff4db9ab72518c65fc132b5b27e585806b98bd2cf
|
|
|
perspective-python-dist-aarch64-macos-14-3.11
Expired
|
8.13 MB |
sha256:b90875587ebf8c17530c11d2caf2c97828cf9e6a7ccfea110ef445938c3026ef
|
|
|
perspective-python-dist-aarch64-ubuntu-22.04-arm-3.11
Expired
|
5.82 MB |
sha256:9b052ae41d700e73b84f6fa535de69c6a58687c1a2f085410ac722ec2f9da0bb
|
|
|
perspective-python-dist-wasm32-emscripten-3.11
Expired
|
3.1 MB |
sha256:cf8d8a092e028362e17c82c0b4fa61c7ee4f5b1474fe57fe33568d45d8d8b4e6
|
|
|
perspective-python-dist-x86_64-ubuntu-22.04-3.11
Expired
|
9.47 MB |
sha256:84ad89dc3bfeeeba4d593221c527bc7e902607b0599475fb7a8a10c4444251d3
|
|
|
perspective-python-dist-x86_64-windows-2025-3.11
Expired
|
7.78 MB |
sha256:63a16b36c3e8b3fba45af5836707648058d272f6ac8da5d95824aa98ad02f190
|
|
|
perspective-python-sdist
Expired
|
3.67 MB |
sha256:76cc58407aaaa370a97900bb9df6bfe50bf485a2620402fabd3ef3a3c4c675bf
|
|
|
perspective-rust
Expired
|
1.02 MB |
sha256:70c88fdf03027d43bfd284cf6e772fc4bb1c304b693138680fe15550fe6a9506
|
|