Skip to content

Build Status

Build Status #1718

Manually triggered May 26, 2026 03:15
Status Cancelled
Total duration 1h 1m 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

13 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
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_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_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/
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_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/
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_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_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 (7.7s)
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
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
47 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-benchmarks Expired
220 KB
sha256:3154bdd2338b53e15f7f826c85a24f1202cf5a35e3f34cc0fddb5ebdb92281c3
perspective-js-dist Expired
10.8 MB
sha256:01124912400915b4e95ca303f49346a61c5d9abfab18ff1f40dc02e8db146073
perspective-js-test-results Expired
205 KB
sha256:bb1a5757252de04f06eb0a9ab8e644c3e0cde284e0bb530c34790513232e641a
perspective-metadata Expired
636 KB
sha256:7e7a7dc84f83d222eb686cb6183730bd90ac929b4bcfce15b81a9658de7b3c4d
perspective-python-benchmarks Expired
110 KB
sha256:aef9f319488926c17f93280df5f36ca7605c8730b0f5c165933def450907441c
perspective-python-dist-aarch64-macos-14-3.11 Expired
8.08 MB
sha256:7a4e14703b6267ecb86400cbe2d75e0fdccf7abbe363881e41306704d70607e1
perspective-python-dist-aarch64-ubuntu-22.04-arm-3.11 Expired
5.83 MB
sha256:0fbb9a475b10121effd63c7ea039e867436e1b2a3a0a534f9a37dccd606f2acf
perspective-python-dist-wasm32-emscripten-3.11 Expired
3.1 MB
sha256:a137c74f0149f22334a6fc29ff110e52a2d4bf0f085091b2867ec4f17bdce810
perspective-python-dist-x86_64-ubuntu-22.04-3.11 Expired
9.41 MB
sha256:c4c457b238ecdb78fa7da6eee09305fef78d89a511e0311dce200d9e0d67f1e0
perspective-python-dist-x86_64-windows-2025-3.11 Expired
7.72 MB
sha256:9d1cbeb30698634b471fd3fb9d627ab842daef61828d8bde46b67a7f22778c9c
perspective-python-sdist Expired
3.61 MB
sha256:310c1299cb2d119bdabe26cecc745525852dc95afe6539d6380a7684b3d7b6c1
perspective-rust Expired
1.03 MB
sha256:18667651cfbf03eeb34d03c6df1912dedfe14e30482050de21cbd7e7b84b2b78