Multi-chart rendering for @perspective-dev/charts
#1684
build.yaml
on: pull_request
Matrix: lint_and_docs
Matrix: build_js
Matrix: build_python
Matrix: build_and_test_rust
Matrix: build_emscripten_wheel
Matrix: benchmark_js
Matrix: test_js
Matrix: build_and_test_jupyterlab
Matrix: benchmark_python
Matrix: test_python
Matrix: test_emscripten_wheel
Matrix: test_python_sdist
Matrix: publish
Annotations
8 errors, 13 warnings, and 1 notice
|
build_and_test_jupyterlab (ubuntu-22.04, x86_64, 3.11, 22.x)
Process completed with exit code 1.
|
|
build_and_test_jupyterlab (ubuntu-22.04, x86_64, 3.11, 22.x)
Error: PSP_SNAPSHOT_REPO is required when fetching snapshots (e.g. 'perspective-dev/perspective-snapshots').
at src/js/snapshot-sync.ts:68
66 | const repo = process.env.PSP_SNAPSHOT_REPO;
67 | if (!repo) {
> 68 | throw new Error(
| ^
69 | "PSP_SNAPSHOT_REPO is required when fetching snapshots (e.g. 'perspective-dev/perspective-snapshots').",
70 | );
71 | }
at fetchSnapshots (/home/runner/work/perspective/perspective/tools/test/src/js/snapshot-sync.ts:68:15)
at run (/home/runner/work/perspective/perspective/tools/test/src/js/global_startup.ts:17:15)
|
|
test_js (ubuntu-22.04, 3.11, 22.x)
Process completed with exit code 1.
|
|
[viewer-datagrid-desktop-chrome] › packages/viewer-datagrid/test/js/superstore.spec.js:269:5 › Datagrid with superstore arrow data set › Filter based on date results in correct perspective-click event:
tools/test/src/js/simple_viewer_tests.ts#L51
2) [viewer-datagrid-desktop-chrome] › packages/viewer-datagrid/test/js/superstore.spec.js:269:5 › Datagrid with superstore arrow data set › Filter based on date results in correct perspective-click event
Error: elementHandle.evaluate: Test timeout of 30000ms exceeded.
at src/js/simple_viewer_tests.ts:51
49 | await restoreViewer(page, viewerConfig);
50 | const viewer = await page.$("perspective-viewer")!;
> 51 | const perspectiveClick = viewer.evaluate(
| ^
52 | (element) =>
53 | new Promise((resolve) =>
54 | element.addEventListener("perspective-click", (event) => {
at /home/runner/work/perspective/perspective/tools/test/src/js/simple_viewer_tests.ts:51:41
|
|
[viewer-datagrid-desktop-chrome] › packages/viewer-datagrid/test/js/superstore.spec.js:269:5 › Datagrid with superstore arrow data set › Filter based on date results in correct perspective-click event:
tools/test/src/js/utils.ts#L229
2) [viewer-datagrid-desktop-chrome] › packages/viewer-datagrid/test/js/superstore.spec.js:269:5 › Datagrid with superstore arrow data set › Filter based on date results in correct perspective-click event
Error: page.evaluate: Test timeout of 30000ms exceeded.
at src/js/utils.ts:229
227 | ...path: string[]
228 | ): Promise<void> {
> 229 | await page.evaluate(
| ^
230 | ({ path }) => {
231 | let elem: ShadowRoot | Element | Document | null | undefined =
232 | document;
at shadow_click (/home/runner/work/perspective/perspective/tools/test/src/js/utils.ts:229:16)
at /home/runner/work/perspective/perspective/tools/test/src/js/simple_viewer_tests.ts:61:15
|
|
[viewer-datagrid-desktop-chrome] › packages/viewer-datagrid/test/js/superstore.spec.js:269:5 › Datagrid with superstore arrow data set › Filter based on date results in correct perspective-click event:
packages/viewer-datagrid/test/js/superstore.spec.js#L0
2) [viewer-datagrid-desktop-chrome] › packages/viewer-datagrid/test/js/superstore.spec.js:269:5 › Datagrid with superstore arrow data set › Filter based on date results in correct perspective-click event
Test timeout of 30000ms exceeded.
|
|
[viewer-datagrid-desktop-chrome] › packages/viewer-datagrid/test/js/superstore.spec.js:124:5 › Datagrid with superstore data set › An editable datagrid is editable through mouse interaction:
tools/test/src/js/utils.ts#L276
1) [viewer-datagrid-desktop-chrome] › packages/viewer-datagrid/test/js/superstore.spec.js:124:5 › Datagrid with superstore data set › An editable datagrid is editable through mouse interaction
Error: page.evaluate: Test timeout of 30000ms exceeded.
at src/js/utils.ts:276
274 | }
275 |
> 276 | await page.evaluate(
| ^
277 | async ({ content, path, is_incremental }) => {
278 | let elem: ShadowRoot | Element | Document | null | undefined =
279 | document;
at shadow_type (/home/runner/work/perspective/perspective/tools/test/src/js/utils.ts:276:16)
at /home/runner/work/perspective/perspective/packages/viewer-datagrid/test/js/superstore.spec.js:144:15
|
|
[viewer-datagrid-desktop-chrome] › packages/viewer-datagrid/test/js/superstore.spec.js:124:5 › Datagrid with superstore data set › An editable datagrid is editable through mouse interaction:
packages/viewer-datagrid/test/js/superstore.spec.js#L0
1) [viewer-datagrid-desktop-chrome] › packages/viewer-datagrid/test/js/superstore.spec.js:124:5 › Datagrid with superstore data set › An editable datagrid is editable through mouse interaction
Test timeout of 30000ms exceeded.
|
|
lint_and_docs (ubuntu-22.04, 3.11, 22.x)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/setup-node@v4, actions/setup-python@v5, actions/upload-artifact@v4, pnpm/action-setup@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
build_python (ubuntu-22.04-arm, aarch64, 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 (ubuntu-22.04, x86_64, 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_and_test_rust (ubuntu-22.04, x86_64, 22.x)
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)
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)
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_python (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/
|
|
test_python (ubuntu-22.04-arm, aarch64, 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/
|
|
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_and_test_jupyterlab (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_js (ubuntu-22.04, 3.11, 22.x)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, actions/download-artifact@v4, actions/setup-node@v4, pnpm/action-setup@v3. Actions will be forced to run with Node.js 24 by default starting June 2nd, 2026. Node.js 20 will be removed from the runner on September 16th, 2026. Please check if updated versions of these actions are available that support Node.js 24. To opt into Node.js 24 now, set the FORCE_JAVASCRIPT_ACTIONS_TO_NODE24=true environment variable on the runner or in your workflow file. Once Node.js 24 becomes the default, you can temporarily opt out by setting ACTIONS_ALLOW_USE_UNSECURE_NODE_VERSION=true. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
|
|
🎭 Playwright Run Summary
2 failed
[viewer-datagrid-desktop-chrome] › packages/viewer-datagrid/test/js/superstore.spec.js:124:5 › Datagrid with superstore data set › An editable datagrid is editable through mouse interaction
[viewer-datagrid-desktop-chrome] › packages/viewer-datagrid/test/js/superstore.spec.js:269:5 › Datagrid with superstore arrow data set › Filter based on date results in correct perspective-click event
114 skipped
1547 passed (4.7m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
perspective-js-dist
Expired
|
11.5 MB |
sha256:ed591b9852362ab10ae159f99731d7dc3d4deaca4dc4c4c89128738c54367bf0
|
|
|
perspective-metadata
Expired
|
637 KB |
sha256:a409d8dff322919dc80b8076c72bd6488f67625a8859f671a183a2158b22e59f
|
|
|
perspective-python-dist-aarch64-ubuntu-22.04-arm-3.11
Expired
|
5.82 MB |
sha256:3f84d57e4db4089deb5d57172b7559407a96168a9f1ec5b78b3d655014d6abfe
|
|
|
perspective-python-dist-wasm32-emscripten-3.11
Expired
|
3.1 MB |
sha256:f3ced919d33b2fdfa1f7b9d1734325d9e9795357f972fe765879ac5832d17e15
|
|
|
perspective-python-dist-x86_64-ubuntu-22.04-3.11
Expired
|
9.47 MB |
sha256:0de7115279b69d5b157dd7681b180609a4d55e8e308a1daaf2f0c0f57812c119
|
|
|
perspective-python-sdist
Expired
|
3.67 MB |
sha256:3943117811d13575290e9556cbd027b71f2a0c6f6439372b981e70c7d2c3f63a
|
|
|
perspective-rust
Expired
|
1.02 MB |
sha256:da00df9a540f2b28f2e6411509d0255dc5cf5a839f51f1298b7d8a9557916a4d
|
|