Skip to content

Build Status

Build Status #1715

Manually triggered May 26, 2026 00:44
Status Failure
Total duration 1h 3m 11s
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_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_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_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_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/
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/
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
46 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-desktop-chrome] › rust/perspective-viewer/test/js/dragdrop/drop_named_columns.spec.ts:157:9 › Drag and Drop › drop › inactive to Group By [viewer-desktop-chrome] › rust/perspective-viewer/test/js/dragdrop/drop.spec.ts:110:9 › Drag and Drop › drop › inactive to Group By [viewer-desktop-chrome] › rust/perspective-viewer/test/js/viewer_api/events.spec.ts:39:5 › Events › config-update event > fires on restore [viewer-desktop-chrome] › rust/perspective-viewer/test/js/viewer_api/save_restore.spec.ts:40:5 › Save/Restore › save > returns the current viewer config [viewer-desktop-chrome] › rust/perspective-viewer/test/js/viewer_api/save_restore.spec.ts:64:5 › Save/Restore › restore > roundtrips a saved config [viewer-desktop-chrome] › rust/perspective-viewer/test/js/viewer_api/save_restore.spec.ts:138:5 › Save/Restore › save > roundtrips in string format [viewer-desktop-chrome] › rust/perspective-viewer/test/js/viewer_api/save_restore.spec.ts:170:5 ��
🎭 Playwright Run Summary
3 passed (8.1s)
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
215 KB
sha256:641f49019cb91daac2ea4788090eccf0012a2d2f10a2213be744f15bfdef4365
perspective-js-dist
10.8 MB
sha256:6ea50e0a5e15b834d899b06547201ef0a128d8fca72bc2c3d647b2dfc29017b5
perspective-js-test-results
204 KB
sha256:8c9e46c5ef90c3bab7e6613296df10ccf9b7d73fd7d711f8bd43b9688c07695f
perspective-metadata
636 KB
sha256:0c46fecc6843de69d6b772a7472751b4ebf3ddc90fec6ab3b28c25185ea25981
perspective-python-benchmarks
109 KB
sha256:86a6c637cda725bfaa75ee189b16c8dc34ab56d71ecd706bf748f9bdf0439fff
perspective-python-dist-aarch64-macos-14-3.11
8.07 MB
sha256:f788df824824f094e6849a1b24f234cc2e864f464b97c43e5689627c53fe821b
perspective-python-dist-aarch64-ubuntu-22.04-arm-3.11
5.83 MB
sha256:73ad946851b6011d7efb2f60460627d31fe3878bab08242696bb91b475f149d2
perspective-python-dist-wasm32-emscripten-3.11
3.1 MB
sha256:2282b5ed1e99908ae3292b19105a4b72691f74761933d99d38b8c5734517b177
perspective-python-dist-x86_64-ubuntu-22.04-3.11
9.41 MB
sha256:95e159ff40316548950d51cb47999a8ec79c16df97ce3cfa92cedc8074d7cab3
perspective-python-dist-x86_64-windows-2025-3.11
7.72 MB
sha256:bbeeb42bd0b60b0581bbfe8523d7aededb1b723f9fb26f9bae907113afc90d0c
perspective-python-sdist
3.61 MB
sha256:c3c2c4225af164bb598dad9d0dc9f29e6f57223f8467585d982e905508d0b1dc
perspective-rust
1.03 MB
sha256:b5eb34594f778d9ab7e1e4e448c732b7cccf184e89763468d8d48635d96454ca