feat(engine,nodes): add cross-node control messaging via param_bridge #1045
ci.yml
on: pull_request
Skit
/
Lint (fmt + clippy)
3m 38s
Skit
/
Test
9m 39s
Skit
/
Test (GPU)
2m 23s
Skit
/
Build
12m 25s
UI
/
Lint (TypeScript + ESLint)
35s
UI
/
Test
24s
UI
/
Build
16s
UI
/
Knip (unused code)
20s
Plugins
/
Format Check
18s
Plugins
/
Lint (Simple Plugins)
53s
Plugins
/
Lint (Whisper)
41s
Plugins
/
Lint (NLLB)
2m 14s
Plugins
/
Lint (Sherpa-ONNX Plugins)
50s
E2E
/
Playwright E2E
12m 57s
All Checks Passed
0s
Annotations
4 errors, 15 warnings, and 10 notices
|
E2E / Playwright E2E
Process completed with exit code 1.
|
|
[chromium] › tests/compositor-image-overlay.spec.ts:240:3 › Compositor Image Overlay Lifecycle › image asset upload happy path: upload:
e2e/tests/compositor-image-overlay.spec.ts#L265
1) [chromium] › tests/compositor-image-overlay.spec.ts:240:3 › Compositor Image Overlay Lifecycle › image asset upload happy path: upload, list, serve, duplicate 409, delete
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Upload failed: Uploaded file is not a valid image: unexpected end of file
expect(received).toBeTruthy()
Received: false
263 | });
264 |
> 265 | expect(uploadResponse.ok(), `Upload failed: ${await uploadResponse.text()}`).toBeTruthy();
| ^
266 |
267 | const asset = (await uploadResponse.json()) as {
268 | id: string;
at /home/runner/work/streamkit/streamkit/e2e/tests/compositor-image-overlay.spec.ts:265:82
|
|
[chromium] › tests/compositor-image-overlay.spec.ts:240:3 › Compositor Image Overlay Lifecycle › image asset upload happy path: upload:
e2e/tests/compositor-image-overlay.spec.ts#L265
1) [chromium] › tests/compositor-image-overlay.spec.ts:240:3 › Compositor Image Overlay Lifecycle › image asset upload happy path: upload, list, serve, duplicate 409, delete
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Upload failed: Uploaded file is not a valid image: unexpected end of file
expect(received).toBeTruthy()
Received: false
263 | });
264 |
> 265 | expect(uploadResponse.ok(), `Upload failed: ${await uploadResponse.text()}`).toBeTruthy();
| ^
266 |
267 | const asset = (await uploadResponse.json()) as {
268 | id: string;
at /home/runner/work/streamkit/streamkit/e2e/tests/compositor-image-overlay.spec.ts:265:82
|
|
[chromium] › tests/compositor-image-overlay.spec.ts:240:3 › Compositor Image Overlay Lifecycle › image asset upload happy path: upload:
e2e/tests/compositor-image-overlay.spec.ts#L265
1) [chromium] › tests/compositor-image-overlay.spec.ts:240:3 › Compositor Image Overlay Lifecycle › image asset upload happy path: upload, list, serve, duplicate 409, delete
Error: Upload failed: Uploaded file is not a valid image: unexpected end of file
expect(received).toBeTruthy()
Received: false
263 | });
264 |
> 265 | expect(uploadResponse.ok(), `Upload failed: ${await uploadResponse.text()}`).toBeTruthy();
| ^
266 |
267 | const asset = (await uploadResponse.json()) as {
268 | id: string;
at /home/runner/work/streamkit/streamkit/e2e/tests/compositor-image-overlay.spec.ts:265:82
|
|
UI / Build
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 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/
|
|
UI / Knip (unused code)
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 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/
|
|
UI / Test
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 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/
|
|
UI / Lint (TypeScript + ESLint)
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 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/
|
|
Plugins / Lint (Whisper)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: mozilla-actions/sccache-action@v0.0.9. 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/
|
|
Plugins / Lint (Sherpa-ONNX Plugins)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, mozilla-actions/sccache-action@v0.0.9. 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/
|
|
Plugins / Lint (Sherpa-ONNX Plugins)
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|
|
Plugins / Lint (Simple Plugins)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: mozilla-actions/sccache-action@v0.0.9. 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/
|
|
Plugins / Lint (NLLB)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, mozilla-actions/sccache-action@v0.0.9. 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/
|
|
Plugins / Lint (NLLB)
Failed to restore: "/usr/bin/tar" failed with error: The process '/usr/bin/tar' failed with exit code 2
|
|
Skit / Test (GPU)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: mozilla-actions/sccache-action@v0.0.9. 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/
|
|
Skit / Lint (fmt + clippy)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: mozilla-actions/sccache-action@v0.0.9. 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/
|
|
Skit / Test
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: mozilla-actions/sccache-action@v0.0.9. 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/
|
|
Skit / Build
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: mozilla-actions/sccache-action@v0.0.9. 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/
|
|
E2E / Playwright E2E
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/upload-artifact@v4, mozilla-actions/sccache-action@v0.0.9. 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/
|
|
sccache stats
0% - 0 hits, 2 misses, 0 errors
|
|
sccache stats
0% - 0 hits, 8 misses, 0 errors
|
|
sccache stats
0% - 0 hits, 4 misses, 0 errors
|
|
sccache stats
0% - 0 hits, 3 misses, 0 errors
|
|
sccache stats
0% - 0 hits, 7 misses, 0 errors
|
|
sccache stats
0% - 0 hits, 0 misses, 0 errors
|
|
sccache stats
0% - 0 hits, 67 misses, 0 errors
|
|
sccache stats
0% - 0 hits, 35 misses, 0 errors
|
|
sccache stats
0% - 0 hits, 845 misses, 3 errors
|
|
🎭 Playwright Run Summary
1 failed
[chromium] › tests/compositor-image-overlay.spec.ts:240:3 › Compositor Image Overlay Lifecycle › image asset upload happy path: upload, list, serve, duplicate 409, delete
9 skipped
41 passed (2.3m)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-report
|
847 KB |
sha256:244480e21093551df90fc0a819c3ab31a96c2633e9106c6704269824673fb8c8
|
|
|
playwright-results
|
123 KB |
sha256:84a51e7037aea68d3b47eaa4e5761074e8134c32eb15cb2a03f506c0e9284306
|
|