Skip to content

chore(deps-dev): bump the development-dependencies group across 1 directory with 4 updates #158

chore(deps-dev): bump the development-dependencies group across 1 directory with 4 updates

chore(deps-dev): bump the development-dependencies group across 1 directory with 4 updates #158

Triggered via pull request September 7, 2026 15:11
Status Failure
Total duration 4m 4s
Artifacts 2

ci.yml

on: pull_request
Matrix: rust
Fit to window
Zoom out
Zoom in

Annotations

10 errors, 10 warnings, and 1 notice
test
Process completed with exit code 1.
src/compute-agent-client.test.ts > compute-agent-client > wraps a network failure in a ComputeAgentClientError: app/src/compute-agent-client.test.ts#L121
AssertionError: expected [Function] to throw error matching /Could not reach/ but got '(opts) => ({ opts }) is not a constru…' - Expected: /Could not reach/ + Received: "(opts) => ({ opts }) is not a constructor" ❯ src/compute-agent-client.test.ts:121:59
src/compute-agent-client.test.ts > compute-agent-client > throws a ComputeAgentClientError with the server's message on a non-ok response: app/src/compute-agent-client.test.ts#L116
AssertionError: expected [Function] to throw error matching /Compute node not found/ but got '(opts) => ({ opts }) is not a constru…' - Expected: /Compute node not found/ + Received: "(opts) => ({ opts }) is not a constructor" ❯ src/compute-agent-client.test.ts:116:59
src/compute-agent-client.test.ts > compute-agent-client > releases a lease with an outcome: app/src/compute-agent-client.ts#L40
TypeError: (opts) => ({ opts }) is not a constructor ❯ getMtlsDispatcher src/compute-agent-client.ts:40:19 ❯ resolveContext src/compute-agent-client.ts:61:24 ❯ Module.releaseLease src/compute-agent-client.ts:126:21 ❯ src/compute-agent-client.test.ts:107:9
src/compute-agent-client.test.ts > compute-agent-client > renews a lease: app/src/compute-agent-client.ts#L40
TypeError: (opts) => ({ opts }) is not a constructor ❯ getMtlsDispatcher src/compute-agent-client.ts:40:19 ❯ resolveContext src/compute-agent-client.ts:61:24 ❯ Module.renewLease src/compute-agent-client.ts:121:21 ❯ src/compute-agent-client.test.ts:101:24
src/compute-agent-client.test.ts > compute-agent-client > acknowledges a lease with its fencing token: app/src/compute-agent-client.ts#L40
TypeError: (opts) => ({ opts }) is not a constructor ❯ getMtlsDispatcher src/compute-agent-client.ts:40:19 ❯ resolveContext src/compute-agent-client.ts:61:24 ❯ Module.acknowledgeLease src/compute-agent-client.ts:116:21 ❯ src/compute-agent-client.test.ts:92:9
src/compute-agent-client.test.ts > compute-agent-client > gets assignments via GET with no body: app/src/compute-agent-client.ts#L40
TypeError: (opts) => ({ opts }) is not a constructor ❯ getMtlsDispatcher src/compute-agent-client.ts:40:19 ❯ resolveContext src/compute-agent-client.ts:61:24 ❯ Module.getAssignments src/compute-agent-client.ts:108:21 ❯ src/compute-agent-client.test.ts:83:9
src/compute-agent-client.test.ts > compute-agent-client > sends a heartbeat with a bearer token and mTLS dispatcher, to the right URL: app/src/compute-agent-client.ts#L40
TypeError: (opts) => ({ opts }) is not a constructor ❯ getMtlsDispatcher src/compute-agent-client.ts:40:19 ❯ resolveContext src/compute-agent-client.ts:61:24 ❯ Module.sendHeartbeat src/compute-agent-client.ts:98:21 ❯ src/compute-agent-client.test.ts:69:24
src/backup-scheduler.test.ts > backup-scheduler.runScheduledBackup > acquires no lease at all when the run short-circuits on a missing destination/passphrase — nothing to queue for: app/src/backup-scheduler.test.ts#L106
AssertionError: expected "withLease" to not be called at all, but actually been called 1 times Received: 1st withLease call: Array [ Object { "priority": "maintenance", "requirements": Object { "accelerator": "none", "cpuThreads": 1, }, "workloadKind": "backup", }, [Function anonymous], ] Number of calls: 1 ❯ src/backup-scheduler.test.ts:106:34
admin-console
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@11d5960a326750d5838078e36cf38b85af677262, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
python-recommender
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@11d5960a326750d5838078e36cf38b85af677262, actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
security
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@11d5960a326750d5838078e36cf38b85af677262, actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
sbom
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@11d5960a326750d5838078e36cf38b85af677262, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020, actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
rust (ubuntu-latest)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830, actions/checkout@11d5960a326750d5838078e36cf38b85af677262, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
server
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@11d5960a326750d5838078e36cf38b85af677262, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
rust (macos-latest)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830, actions/checkout@11d5960a326750d5838078e36cf38b85af677262, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
test
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@11d5960a326750d5838078e36cf38b85af677262, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
rust (windows-latest)
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830, actions/checkout@11d5960a326750d5838078e36cf38b85af677262, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
e2e
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@11d5960a326750d5838078e36cf38b85af677262, actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020, actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
🎭 Playwright Run Summary
25 passed (1.1m)

Artifacts

Produced during runtime
Name Size Digest
playwright-report
246 KB
sha256:1b6f528a46d749698cb698346e4c3f1eaa486f4ccf6303ef1f078acc088678c7
sbom
194 KB
sha256:dac04550f35f8e8786e020e32030934fc39ff8218f374fd5137af87d0cf9eebe