Skip to content

Build Status

Build Status #1717

Manually triggered May 26, 2026 02:14
Status Cancelled
Total duration 52m 53s
Artifacts 10

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

17 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
benchmark_python (ubuntu-22.04, 3.11, 22.x, x86_64)
The run was canceled by @texodus.
benchmark_python (ubuntu-22.04, 3.11, 22.x, x86_64)
The operation was canceled.
benchmark_js (ubuntu-22.04, 22.x)
The run was canceled by @texodus.
benchmark_js (ubuntu-22.04, 22.x)
The operation was canceled.
test_python_sdist (ubuntu-22.04, x86_64, 3.11)
The run was canceled by @texodus.
test_python_sdist (ubuntu-22.04, x86_64, 3.11)
The operation was canceled.
Build Status
The run was canceled by @texodus.
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_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.
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/
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_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 (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/
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.
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 (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_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, 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, 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_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
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
🎭 Playwright Run Summary
3 passed (8.0s)
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
🎭 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 ��
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-dist Expired
10.8 MB
sha256:ea6c093bfcc7d746738c35b64bb420953220ef9e28394966d9ec065a72233897
perspective-js-test-results Expired
204 KB
sha256:3321dee94a41d172c65d5417f94c94019bb63bb966fe52e955273fa21f69539a
perspective-metadata Expired
636 KB
sha256:1782ec6b1431eb94d2693c516af643f4a63bdd3fd9c2cb5678ed849854c73757
perspective-python-dist-aarch64-macos-14-3.11 Expired
8.07 MB
sha256:9aded2452e6fd3b2e9f6d72dd988213f11cab2fbb6703b2a6acf0815dc8f4e7d
perspective-python-dist-aarch64-ubuntu-22.04-arm-3.11 Expired
5.83 MB
sha256:f0fadfb3559605196ce1544d0ba61b0739c4b619bcfb3724dbd83907feaa423b
perspective-python-dist-wasm32-emscripten-3.11 Expired
3.1 MB
sha256:116972c12f34830deeb08739d724612cbedbab085330561c618a1c7af436bad9
perspective-python-dist-x86_64-ubuntu-22.04-3.11 Expired
9.41 MB
sha256:9cecad58fd90f419e1fd493c0841ef31e9a817a8b940d7d9a367d08fd7950a92
perspective-python-dist-x86_64-windows-2025-3.11 Expired
7.72 MB
sha256:de84675e4e29b7573d6e92c77bae80baa2c1e8c8103259a807144687f5b8f302
perspective-python-sdist Expired
3.61 MB
sha256:5461c0fdaf8cc6db738a3c8e4e6f10d1f75c735126a18e847e6112cec0783437
perspective-rust Expired
1.03 MB
sha256:15099619ebc59c174739bcc0bc5f76637fa7015a910552198d5f3a289ed38780