Skip to content

Build Status

Build Status #1714

Manually triggered May 25, 2026 22:49
Status Failure
Total duration 1h 2m 28s
Artifacts 12

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
Fit to window
Zoom out
Zoom in

Annotations

10 errors, 25 warnings, and 6 notices
[viewer-desktop-chrome] › rust/perspective-viewer/test/js/dragdrop/drop_column_settings.spec.ts:36:9 › Drag and Drop › drop with Column Settings Sidebar open › inactive to active while sidebar is open on the active column: tools/test/src/js/utils.ts#L186
10) [viewer-desktop-chrome] › rust/perspective-viewer/test/js/dragdrop/drop_column_settings.spec.ts:36:9 › Drag and Drop › drop with Column Settings Sidebar open › inactive to active while sidebar is open on the active column Error: expect(string).toMatchSnapshot(expected) failed @@ -126,11 +126,11 @@ <div class="pivot-column column-empty"> <input spellcheck="false" class="column-empty-input" /> </div> </div> </div> - <div style="" class="scroll-panel-content"></div> + <div style="height: 304px" class="scroll-panel-content"></div> </div> </div> </div> <div class="split-panel-divider"></div> <div id="sub-columns" class="scrollable"> @@ -343,10 +343,10 @@ ><span class="icon"></span ></span> </div> </div> </div> - <div style="" class="scroll-panel-auto-width"></div> + <div style="width: 231.421875px" class="scroll-panel-auto-width"></div> </div> - <div style="" class="scroll-panel-content"></div> + <div style="height: 504px" class="scroll-panel-content"></div> </div> -<div style="" class="scroll-panel-auto-width"></div> +<div style="width: 237.421875px" class="scroll-panel-auto-width"></div> Snapshot: drag-and-drop-drop-with-column-settings-sidebar-open-inactive-to-active-while-sidebar-is-open-on-the-active-column.txt at src/js/utils.ts:186 184 | ]; 185 | > 186 | await expect(formatted).toMatchSnapshot(snapshotPath); | ^ 187 | } 188 | 189 | export async function compareSVGContentsToSnapshot( at compareContentsToSnapshot (/home/runner/work/perspective/perspective/tools/test/src/js/utils.ts:186:29) at /home/runner/work/perspective/perspective/rust/perspective-viewer/test/js/dragdrop/drop_column_settings.spec.ts:62:13
[viewer-desktop-chrome] › rust/perspective-viewer/test/js/dragdrop/cancel.spec.ts:180:9 › Drag and Drop › cancel › drag active column outside component (simulate drop outside browser): tools/test/src/js/utils.ts#L186
9) [viewer-desktop-chrome] › rust/perspective-viewer/test/js/dragdrop/cancel.spec.ts:180:9 › Drag and Drop › cancel › drag active column outside component (simulate drop outside browser) Error: expect(string).toMatchSnapshot(expected) failed @@ -129,11 +129,11 @@ <div class="pivot-column column-empty"> <input spellcheck="false" class="column-empty-input" /> </div> </div> </div> - <div style="" class="scroll-panel-content"></div> + <div style="height: 304px" class="scroll-panel-content"></div> </div> </div> </div> <div class="split-panel-divider"></div> <div id="sub-columns" class="scrollable"> @@ -346,10 +346,10 @@ ><span class="icon"></span ></span> </div> </div> </div> - <div style="" class="scroll-panel-auto-width"></div> + <div style="width: 231.421875px" class="scroll-panel-auto-width"></div> </div> - <div style="" class="scroll-panel-content"></div> + <div style="height: 504px" class="scroll-panel-content"></div> </div> -<div style="" class="scroll-panel-auto-width"></div> +<div style="width: 237.421875px" class="scroll-panel-auto-width"></div> Snapshot: drag-and-drop-cancel-drag-active-column-outside-component-simulate-drop-outside-browser-.txt at src/js/utils.ts:186 184 | ]; 185 | > 186 | await expect(formatted).toMatchSnapshot(snapshotPath); | ^ 187 | } 188 | 189 | export async function compareSVGContentsToSnapshot( at compareContentsToSnapshot (/home/runner/work/perspective/perspective/tools/test/src/js/utils.ts:186:29) at /home/runner/work/perspective/perspective/rust/perspective-viewer/test/js/dragdrop/cancel.spec.ts:197:13
[viewer-desktop-chrome] › rust/perspective-viewer/test/js/dragdrop/cancel.spec.ts:162:9 › Drag and Drop › cancel › drag inactive column outside component (simulate drop outside browser): tools/test/src/js/utils.ts#L186
8) [viewer-desktop-chrome] › rust/perspective-viewer/test/js/dragdrop/cancel.spec.ts:162:9 › Drag and Drop › cancel › drag inactive column outside component (simulate drop outside browser) Error: expect(string).toMatchSnapshot(expected) failed @@ -109,11 +109,11 @@ <div class="pivot-column column-empty"> <input spellcheck="false" class="column-empty-input" /> </div> </div> </div> - <div style="" class="scroll-panel-content"></div> + <div style="height: 276px" class="scroll-panel-content"></div> </div> </div> </div> <div class="split-panel-divider"></div> <div id="sub-columns" class="scrollable"> @@ -343,10 +343,10 @@ ><span class="icon"></span ></span> </div> </div> </div> - <div style="" class="scroll-panel-auto-width"></div> + <div style="width: 231.421875px" class="scroll-panel-auto-width"></div> </div> - <div style="" class="scroll-panel-content"></div> + <div style="height: 532px" class="scroll-panel-content"></div> </div> -<div style="" class="scroll-panel-auto-width"></div> +<div style="width: 237.421875px" class="scroll-panel-auto-width"></div> Snapshot: drag-and-drop-cancel-drag-inactive-column-outside-component-simulate-drop-outside-browser-.txt at src/js/utils.ts:186 184 | ]; 185 | > 186 | await expect(formatted).toMatchSnapshot(snapshotPath); | ^ 187 | } 188 | 189 | export async function compareSVGContentsToSnapshot( at compareContentsToSnapshot (/home/runner/work/perspective/perspective/tools/test/src/js/utils.ts:186:29) at /home/runner/work/perspective/perspective/rust/perspective-viewer/test/js/dragdrop/cancel.spec.ts:177:13
[viewer-desktop-chrome] › rust/perspective-viewer/test/js/dragdrop/cancel.spec.ts:145:9 › Drag and Drop › cancel › drag inactive column over Filter then cancel before drop: tools/test/src/js/utils.ts#L186
7) [viewer-desktop-chrome] › rust/perspective-viewer/test/js/dragdrop/cancel.spec.ts:145:9 › Drag and Drop › cancel › drag inactive column over Filter then cancel before drop Error: expect(string).toMatchSnapshot(expected) failed @@ -109,11 +109,11 @@ <div class="pivot-column column-empty"> <input spellcheck="false" class="column-empty-input" /> </div> </div> </div> - <div style="" class="scroll-panel-content"></div> + <div style="height: 276px" class="scroll-panel-content"></div> </div> </div> </div> <div class="split-panel-divider"></div> <div id="sub-columns" class="scrollable"> @@ -343,10 +343,10 @@ ><span class="icon"></span ></span> </div> </div> </div> - <div style="" class="scroll-panel-auto-width"></div> + <div style="width: 231.421875px" class="scroll-panel-auto-width"></div> </div> - <div style="" class="scroll-panel-content"></div> + <div style="height: 532px" class="scroll-panel-content"></div> </div> -<div style="" class="scroll-panel-auto-width"></div> +<div style="width: 237.421875px" class="scroll-panel-auto-width"></div> Snapshot: drag-and-drop-cancel-drag-inactive-column-over-filter-then-cancel-before-drop.txt at src/js/utils.ts:186 184 | ]; 185 | > 186 | await expect(formatted).toMatchSnapshot(snapshotPath); | ^ 187 | } 188 | 189 | export async function compareSVGContentsToSnapshot( at compareContentsToSnapshot (/home/runner/work/perspective/perspective/tools/test/src/js/utils.ts:186:29) at /home/runner/work/perspective/perspective/rust/perspective-viewer/test/js/dragdrop/cancel.spec.ts:159:13
[viewer-desktop-chrome] › rust/perspective-viewer/test/js/dragdrop/cancel.spec.ts:128:9 › Drag and Drop › cancel › drag inactive column over Sort then cancel before drop: tools/test/src/js/utils.ts#L186
6) [viewer-desktop-chrome] › rust/perspective-viewer/test/js/dragdrop/cancel.spec.ts:128:9 › Drag and Drop › cancel › drag inactive column over Sort then cancel before drop Error: expect(string).toMatchSnapshot(expected) failed @@ -109,11 +109,11 @@ <div class="pivot-column column-empty"> <input spellcheck="false" class="column-empty-input" /> </div> </div> </div> - <div style="" class="scroll-panel-content"></div> + <div style="height: 276px" class="scroll-panel-content"></div> </div> </div> </div> <div class="split-panel-divider"></div> <div id="sub-columns" class="scrollable"> @@ -343,10 +343,10 @@ ><span class="icon"></span ></span> </div> </div> </div> - <div style="" class="scroll-panel-auto-width"></div> + <div style="width: 231.421875px" class="scroll-panel-auto-width"></div> </div> - <div style="" class="scroll-panel-content"></div> + <div style="height: 532px" class="scroll-panel-content"></div> </div> -<div style="" class="scroll-panel-auto-width"></div> +<div style="width: 237.421875px" class="scroll-panel-auto-width"></div> Snapshot: drag-and-drop-cancel-drag-inactive-column-over-sort-then-cancel-before-drop.txt at src/js/utils.ts:186 184 | ]; 185 | > 186 | await expect(formatted).toMatchSnapshot(snapshotPath); | ^ 187 | } 188 | 189 | export async function compareSVGContentsToSnapshot( at compareContentsToSnapshot (/home/runner/work/perspective/perspective/tools/test/src/js/utils.ts:186:29) at /home/runner/work/perspective/perspective/rust/perspective-viewer/test/js/dragdrop/cancel.spec.ts:142:13
[viewer-desktop-chrome] › rust/perspective-viewer/test/js/dragdrop/cancel.spec.ts:111:9 › Drag and Drop › cancel › drag inactive column over Split By then cancel before drop: tools/test/src/js/utils.ts#L186
5) [viewer-desktop-chrome] › rust/perspective-viewer/test/js/dragdrop/cancel.spec.ts:111:9 › Drag and Drop › cancel › drag inactive column over Split By then cancel before drop Error: expect(string).toMatchSnapshot(expected) failed @@ -109,11 +109,11 @@ <div class="pivot-column column-empty"> <input spellcheck="false" class="column-empty-input" /> </div> </div> </div> - <div style="" class="scroll-panel-content"></div> + <div style="height: 276px" class="scroll-panel-content"></div> </div> </div> </div> <div class="split-panel-divider"></div> <div id="sub-columns" class="scrollable"> @@ -343,10 +343,10 @@ ><span class="icon"></span ></span> </div> </div> </div> - <div style="" class="scroll-panel-auto-width"></div> + <div style="width: 231.421875px" class="scroll-panel-auto-width"></div> </div> - <div style="" class="scroll-panel-content"></div> + <div style="height: 532px" class="scroll-panel-content"></div> </div> -<div style="" class="scroll-panel-auto-width"></div> +<div style="width: 237.421875px" class="scroll-panel-auto-width"></div> Snapshot: drag-and-drop-cancel-drag-inactive-column-over-split-by-then-cancel-before-drop.txt at src/js/utils.ts:186 184 | ]; 185 | > 186 | await expect(formatted).toMatchSnapshot(snapshotPath); | ^ 187 | } 188 | 189 | export async function compareSVGContentsToSnapshot( at compareContentsToSnapshot (/home/runner/work/perspective/perspective/tools/test/src/js/utils.ts:186:29) at /home/runner/work/perspective/perspective/rust/perspective-viewer/test/js/dragdrop/cancel.spec.ts:125:13
[viewer-desktop-chrome] › rust/perspective-viewer/test/js/dragdrop/cancel.spec.ts:93:9 › Drag and Drop › cancel › drag inactive column over Group By then cancel before drop: tools/test/src/js/utils.ts#L186
4) [viewer-desktop-chrome] › rust/perspective-viewer/test/js/dragdrop/cancel.spec.ts:93:9 › Drag and Drop › cancel › drag inactive column over Group By then cancel before drop Error: expect(string).toMatchSnapshot(expected) failed @@ -109,11 +109,11 @@ <div class="pivot-column column-empty"> <input spellcheck="false" class="column-empty-input" /> </div> </div> </div> - <div style="" class="scroll-panel-content"></div> + <div style="height: 276px" class="scroll-panel-content"></div> </div> </div> </div> <div class="split-panel-divider"></div> <div id="sub-columns" class="scrollable"> @@ -343,10 +343,10 @@ ><span class="icon"></span ></span> </div> </div> </div> - <div style="" class="scroll-panel-auto-width"></div> + <div style="width: 231.421875px" class="scroll-panel-auto-width"></div> </div> - <div style="" class="scroll-panel-content"></div> + <div style="height: 532px" class="scroll-panel-content"></div> </div> -<div style="" class="scroll-panel-auto-width"></div> +<div style="width: 237.421875px" class="scroll-panel-auto-width"></div> Snapshot: drag-and-drop-cancel-drag-inactive-column-over-group-by-then-cancel-before-drop.txt at src/js/utils.ts:186 184 | ]; 185 | > 186 | await expect(formatted).toMatchSnapshot(snapshotPath); | ^ 187 | } 188 | 189 | export async function compareSVGContentsToSnapshot( at compareContentsToSnapshot (/home/runner/work/perspective/perspective/tools/test/src/js/utils.ts:186:29) at /home/runner/work/perspective/perspective/rust/perspective-viewer/test/js/dragdrop/cancel.spec.ts:108:13
[viewer-desktop-chrome] › rust/perspective-viewer/test/js/dragdrop/cancel.spec.ts:74:9 › Drag and Drop › cancel › drag inactive column over wrong target (status bar) then cancel: tools/test/src/js/utils.ts#L186
3) [viewer-desktop-chrome] › rust/perspective-viewer/test/js/dragdrop/cancel.spec.ts:74:9 › Drag and Drop › cancel › drag inactive column over wrong target (status bar) then cancel Error: expect(string).toMatchSnapshot(expected) failed @@ -109,11 +109,11 @@ <div class="pivot-column column-empty"> <input spellcheck="false" class="column-empty-input" /> </div> </div> </div> - <div style="" class="scroll-panel-content"></div> + <div style="height: 276px" class="scroll-panel-content"></div> </div> </div> </div> <div class="split-panel-divider"></div> <div id="sub-columns" class="scrollable"> @@ -343,10 +343,10 @@ ><span class="icon"></span ></span> </div> </div> </div> - <div style="" class="scroll-panel-auto-width"></div> + <div style="width: 231.421875px" class="scroll-panel-auto-width"></div> </div> - <div style="" class="scroll-panel-content"></div> + <div style="height: 532px" class="scroll-panel-content"></div> </div> -<div style="" class="scroll-panel-auto-width"></div> +<div style="width: 237.421875px" class="scroll-panel-auto-width"></div> Snapshot: drag-and-drop-cancel-drag-inactive-column-over-wrong-target-status-bar-then-cancel.txt at src/js/utils.ts:186 184 | ]; 185 | > 186 | await expect(formatted).toMatchSnapshot(snapshotPath); | ^ 187 | } 188 | 189 | export async function compareSVGContentsToSnapshot( at compareContentsToSnapshot (/home/runner/work/perspective/perspective/tools/test/src/js/utils.ts:186:29) at /home/runner/work/perspective/perspective/rust/perspective-viewer/test/js/dragdrop/cancel.spec.ts:90:13
[viewer-desktop-chrome] › rust/perspective-viewer/test/js/dragdrop/cancel.spec.ts:54:9 › Drag and Drop › cancel › drag active column and cancel (dragend with no drop): tools/test/src/js/utils.ts#L186
2) [viewer-desktop-chrome] › rust/perspective-viewer/test/js/dragdrop/cancel.spec.ts:54:9 › Drag and Drop › cancel › drag active column and cancel (dragend with no drop) Error: expect(string).toMatchSnapshot(expected) failed @@ -129,11 +129,11 @@ <div class="pivot-column column-empty"> <input spellcheck="false" class="column-empty-input" /> </div> </div> </div> - <div style="" class="scroll-panel-content"></div> + <div style="height: 304px" class="scroll-panel-content"></div> </div> </div> </div> <div class="split-panel-divider"></div> <div id="sub-columns" class="scrollable"> @@ -346,10 +346,10 @@ ><span class="icon"></span ></span> </div> </div> </div> - <div style="" class="scroll-panel-auto-width"></div> + <div style="width: 231.421875px" class="scroll-panel-auto-width"></div> </div> - <div style="" class="scroll-panel-content"></div> + <div style="height: 504px" class="scroll-panel-content"></div> </div> -<div style="" class="scroll-panel-auto-width"></div> +<div style="width: 237.421875px" class="scroll-panel-auto-width"></div> Snapshot: drag-and-drop-cancel-drag-active-column-and-cancel-dragend-with-no-drop-.txt at src/js/utils.ts:186 184 | ]; 185 | > 186 | await expect(formatted).toMatchSnapshot(snapshotPath); | ^ 187 | } 188 | 189 | export async function compareSVGContentsToSnapshot( at compareContentsToSnapshot (/home/runner/work/perspective/perspective/tools/test/src/js/utils.ts:186:29) at /home/runner/work/perspective/perspective/rust/perspective-viewer/test/js/dragdrop/cancel.spec.ts:71:13
[viewer-desktop-chrome] › rust/perspective-viewer/test/js/dragdrop/cancel.spec.ts:38:9 › Drag and Drop › cancel › drag inactive column and cancel (dragend with no drop): tools/test/src/js/utils.ts#L186
1) [viewer-desktop-chrome] › rust/perspective-viewer/test/js/dragdrop/cancel.spec.ts:38:9 › Drag and Drop › cancel › drag inactive column and cancel (dragend with no drop) Error: expect(string).toMatchSnapshot(expected) failed @@ -109,11 +109,11 @@ <div class="pivot-column column-empty"> <input spellcheck="false" class="column-empty-input" /> </div> </div> </div> - <div style="" class="scroll-panel-content"></div> + <div style="height: 276px" class="scroll-panel-content"></div> </div> </div> </div> <div class="split-panel-divider"></div> <div id="sub-columns" class="scrollable"> @@ -343,10 +343,10 @@ ><span class="icon"></span ></span> </div> </div> </div> - <div style="" class="scroll-panel-auto-width"></div> + <div style="width: 231.421875px" class="scroll-panel-auto-width"></div> </div> - <div style="" class="scroll-panel-content"></div> + <div style="height: 532px" class="scroll-panel-content"></div> </div> -<div style="" class="scroll-panel-auto-width"></div> +<div style="width: 237.421875px" class="scroll-panel-auto-width"></div> Snapshot: drag-and-drop-cancel-drag-inactive-column-and-cancel-dragend-with-no-drop-.txt at src/js/utils.ts:186 184 | ]; 185 | > 186 | await expect(formatted).toMatchSnapshot(snapshotPath); | ^ 187 | } 188 | 189 | export async function compareSVGContentsToSnapshot( at compareContentsToSnapshot (/home/runner/work/perspective/perspective/tools/test/src/js/utils.ts:186:29) at /home/runner/work/perspective/perspective/rust/perspective-viewer/test/js/dragdrop/cancel.spec.ts:51:13
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_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/
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/
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_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/
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 (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_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_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/
test_python_sdist (ubuntu-22.04, x86_64, 3.11)
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)
NOTICE: windows-2025 requests are being redirected to windows-2025-vs2026 by June 15, 2026
build_python (windows-2025, x86_64, 3.11, 22.x, false)
NOTICE: windows-2025 requests are being redirected to windows-2025-vs2026 by June 15, 2026
🎭 Playwright Run Summary
36 failed [viewer-desktop-chrome] › rust/perspective-viewer/test/js/dragdrop/cancel.spec.ts:38:9 › Drag and Drop › cancel › drag inactive column and cancel (dragend with no drop) [viewer-desktop-chrome] › rust/perspective-viewer/test/js/dragdrop/cancel.spec.ts:54:9 › Drag and Drop › cancel › drag active column and cancel (dragend with no drop) [viewer-desktop-chrome] › rust/perspective-viewer/test/js/dragdrop/cancel.spec.ts:74:9 › Drag and Drop › cancel › drag inactive column over wrong target (status bar) then cancel [viewer-desktop-chrome] › rust/perspective-viewer/test/js/dragdrop/cancel.spec.ts:93:9 › Drag and Drop › cancel › drag inactive column over Group By then cancel before drop [viewer-desktop-chrome] › rust/perspective-viewer/test/js/dragdrop/cancel.spec.ts:111:9 › Drag and Drop › cancel › drag inactive column over Split By then cancel before drop [viewer-desktop-chrome] › rust/perspective-viewer/test/js/dragdrop/cancel.spec.ts:128:9 › Drag and Drop › cancel › drag inactive column over Sort then cancel before drop [viewer-desktop-chrome] › rust/perspective-viewer/test/js/dragdrop/cancel.spec.ts:145:9 › Drag and Drop › cancel › drag inactive column over Filter then cancel before drop [viewer-desktop-chrome] › rust/perspective-viewer/test/js/dragdrop/cancel.spec.ts:162:9 › Drag and Drop › cancel › drag inactive column outside component (simulate drop outside browser) [viewer-desktop-chrome] › rust/perspective-viewer/test/js/dragdrop/cancel.spec.ts:180:9 › Drag and Drop › cancel › drag active column outside component (simulate drop outside browser) [viewer-desktop-chrome] › rust/perspective-viewer/test/js/dragdrop/drop_column_settings.spec.ts:36:9 › Drag and Drop › drop with Column Settings Sidebar open › inactive to active while sidebar is open on the active column [viewer-desktop-chrome] › rust/perspective-viewer/test/js/dragdrop/drop_column_settings.spec.ts:65:9 › Drag and Drop › drop with Column Settings Sidebar open › active to Group By while sidebar is open on the dragged column [viewer-desktop-chrome] › rust/perspective-viewer/test/js/dragdrop/drop_column_settings.spec.ts:99:9 › Drag and Drop › drop with Column Settings Sidebar open › inactive to Group By while sidebar is open on a different column [viewer-desktop-chrome] › rust/perspective-viewer/test/js/dragdrop/drop_column_settings.spec.ts:131:9 › Drag and Drop › drop with Column Settings Sidebar open › inactive to Split By while sidebar is open [viewer-desktop-chrome] › rust/perspective-viewer/test/js/dragdrop/drop_column_settings.spec.ts:157:9 › Drag and Drop › drop with Column Settings Sidebar open › inactive to Filter while sidebar is open [viewer-desktop-chrome] › rust/perspective-viewer/test/js/dragdrop/drop_column_settings.spec.ts:183:9 › Drag and Drop › drop with Column Settings Sidebar open › inactive to Sort while sidebar is open [viewer-datagrid-desktop-chrome] › packages/viewer-datagrid/test/js/column_style.spec.js:229:5 › Column Style Tests › Column style label-bar [viewer-datagrid-desktop-chrome] › packages/viewer-datagrid/test/js/column_style.spec.js:258:5 › Column Style Tests › Column style label-bar on an expression column [viewer-datagrid-desktop-chrome] › packages/viewer-datagrid/test/js/column_style.spec.js:317:5 › Column Style Tests › Bar foreground on float column with negatives [viewer-datagrid-desktop-chrome] › packages/viewer-datagrid/test/js/column_style.spec.js:343:5 › Column Style Tests › Label-bar foreground on float column with negatives [viewer-datagrid-desktop-chrome] › packages/viewer-datagrid/test/js/column_style.spec.js:371:5 › Column Style Tests › Label-bar foreground + gradient background on float column [viewer-charts-desktop-chrome] › packages/viewer-charts/test/ts/snapshot/zoom.spec.ts:90:9 › Zoom › datetime x axis › Y Line wheel zoom refits value axis (d
🎭 Playwright Run Summary
3 passed (7.8s)
test_python (windows-2025, x86_64, 3.11, 22.x, false)
NOTICE: windows-2025 requests are being redirected to windows-2025-vs2026 by June 15, 2026
build_and_test_jupyterlab (windows-2025, x86_64, 3.11, 22.x, false)
NOTICE: windows-2025 requests are being redirected to windows-2025-vs2026 by June 15, 2026

Artifacts

Produced during runtime
Name Size Digest
perspective-js-benchmarks
219 KB
sha256:9a14b6cd1f72f53510251610fbd13f92f773a36d7ce3b13b9998b0573e5c307a
perspective-js-dist
10.8 MB
sha256:6b00c6b51dfb7a7bf274cbe609dde6840a5b96395b9b81e022e314e70d221579
perspective-js-test-results
140 KB
sha256:88cc026a9cc26a9aca0b79f9ca7944534c32ba97950d6c96bda74a76cae23cc5
perspective-metadata
636 KB
sha256:df6e4ac804ff9f01a103b073456b7c2d63550140bc0d3465c3c3ff4802d5b605
perspective-python-benchmarks
115 KB
sha256:3b9c0f50fe1230e0bc56baeb164b06817f9eca4e441480ac8734f7f2d5f3eadc
perspective-python-dist-aarch64-macos-14-3.11
8.07 MB
sha256:dfbea6c6e4e16a8bc60bf2e162dbfe18bac75d9a62bc0a9d200cd98ea15aa9a9
perspective-python-dist-aarch64-ubuntu-22.04-arm-3.11
5.83 MB
sha256:e447682e8b12f70ab03acbca174a1e0d2d03586053c76ba3e3ba7478447c7422
perspective-python-dist-wasm32-emscripten-3.11
3.1 MB
sha256:ae8bdfbeeabd2b99a540890f0d22632365d6bb21e2868c87b6ceafa77cfadeab
perspective-python-dist-x86_64-ubuntu-22.04-3.11
9.41 MB
sha256:3d171654919009931c1462dad968063da1187e4e48374887270be921ca8c1963
perspective-python-dist-x86_64-windows-2025-3.11
7.72 MB
sha256:ce8eddc2accaec3cffc9eb82fef0f168010913d3245f3a0dd41685e8215e7cfd
perspective-python-sdist
3.61 MB
sha256:cacfb8facc3e0855bf0b92b950364f4462951245c9d7d5fecf8ac05653e1f263
perspective-rust
1.03 MB
sha256:d927b8ea538a42349a67516bae1a5539f940a1543c7c92faad699fc431d30aad