Queue AlphaClaw and OpenClaw installs across restarts #175
Annotations
6 errors and 1 warning
|
test (22)
Process completed with exit code 1.
|
|
tests/server/openclaw-version.test.js > server/openclaw-version > falls back to latest marker when version resolution fails:
tests/server/openclaw-version.test.js#L185
AssertionError: expected 500 to be 200 // Object.is equality
- Expected
+ Received
- 200
+ 500
❯ tests/server/openclaw-version.test.js:185:27
|
|
tests/server/openclaw-version.test.js > server/openclaw-version > queues an exact openclaw update and requests restart:
tests/server/openclaw-version.test.js#L119
AssertionError: expected 500 to be 200 // Object.is equality
- Expected
+ Received
- 200
+ 500
❯ tests/server/openclaw-version.test.js:119:27
|
|
tests/server/alphaclaw-version.test.js > server/alphaclaw-version > writes update marker to kRootDir on successful update:
tests/server/alphaclaw-version.test.js#L199
AssertionError: expected 500 to be 200 // Object.is equality
- Expected
+ Received
- 200
+ 500
❯ tests/server/alphaclaw-version.test.js:199:27
|
|
tests/server/alphaclaw-version.test.js > server/alphaclaw-version > falls back to latest marker when the registry lookup fails:
tests/server/alphaclaw-version.test.js#L149
AssertionError: expected 500 to be 200 // Object.is equality
- Expected
+ Received
- 200
+ 500
❯ tests/server/alphaclaw-version.test.js:149:27
|
|
tests/server/alphaclaw-version.test.js > server/alphaclaw-version > returns successful update result with restarting flag and exact target version:
tests/server/alphaclaw-version.test.js#L123
AssertionError: expected 500 to be 200 // Object.is equality
- Expected
+ Received
- 200
+ 500
❯ tests/server/alphaclaw-version.test.js:123:27
|
|
test (22)
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/setup-node@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/
|