Skip to content

fix(server): span tracing #8216

fix(server): span tracing

fix(server): span tracing #8216

Triggered via push May 27, 2026 08:43
Status Success
Total duration 3m 34s
Artifacts

ci.yml

on: push
Matrix: build-test
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 16 warnings
Lint: apps/server/scripts/e2e-llm-router.ts#L113
Unexpected console statement. Only these console methods are allowed: warn, error, info
Lint: apps/server/scripts/e2e-llm-router.ts#L112
Unexpected console statement. Only these console methods are allowed: warn, error, info
Lint: apps/server/scripts/e2e-llm-router.ts#L97
Unexpected console statement. Only these console methods are allowed: warn, error, info
Lint: apps/server/scripts/e2e-llm-router.ts#L75
Unexpected console statement. Only these console methods are allowed: warn, error, info
Lint: apps/server/scripts/e2e-llm-router.ts#L63
Unexpected console statement. Only these console methods are allowed: warn, error, info
Lint: apps/server/scripts/e2e-llm-router.ts#L57
Unexpected console statement. Only these console methods are allowed: warn, error, info
Lint: apps/server/scripts/e2e-llm-router.ts#L54
Unexpected console statement. Only these console methods are allowed: warn, error, info
Lint: apps/server/scripts/e2e-llm-router.ts#L46
Unexpected console statement. Only these console methods are allowed: warn, error, info
Lint: apps/server/docs/ai-context/verifications/streaming-tts.md#L211
Do not import modules in `node_modules` folder by path
oxlint: services/computer-use-mcp/src/desktop-grounding.ts#L80
Identifier `chromeWindowBounds` has already been declared
Build Test (ui-transitions)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@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/
Build Test (ui-loading-screens)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@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/
Build Test (stage-tamagotchi)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@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/
Build Test (stage-tamagotchi-godot)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/setup-dotnet@v4, pnpm/action-setup@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/
Build Test (stage-web)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: pnpm/action-setup@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/
Lint
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/setup-dotnet@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/
Lint: apps/stage-tamagotchi/scripts/desktop-overlay-live-window-smoke.ts#L534
Avoid `error instanceof Error ? error.message : ...`. Use `errorMessageFrom(error)` from '@moeru/std' (or `errorMessageFromUnknown(error, fallback)` from '@proj-airi/stage-shared'). Pair with `?? 'fallback'` when a default is needed
Lint: apps/stage-tamagotchi/scripts/desktop-overlay-live-window-smoke.ts#L502
Avoid `error instanceof Error ? error.message : ...`. Use `errorMessageFrom(error)` from '@moeru/std' (or `errorMessageFromUnknown(error, fallback)` from '@proj-airi/stage-shared'). Pair with `?? 'fallback'` when a default is needed
Lint: apps/stage-tamagotchi/scripts/desktop-overlay-live-window-smoke.ts#L488
Avoid `error instanceof Error ? error.message : ...`. Use `errorMessageFrom(error)` from '@moeru/std' (or `errorMessageFromUnknown(error, fallback)` from '@proj-airi/stage-shared'). Pair with `?? 'fallback'` when a default is needed
Lint: apps/stage-tamagotchi/scripts/desktop-overlay-live-window-smoke.ts#L481
Avoid `error instanceof Error ? error.message : ...`. Use `errorMessageFrom(error)` from '@moeru/std' (or `errorMessageFromUnknown(error, fallback)` from '@proj-airi/stage-shared'). Pair with `?? 'fallback'` when a default is needed
eslint(no-unused-vars): services/computer-use-mcp/src/desktop-grounding.test.ts#L134
Variable 'axCount' is declared but never used. Unused variables should start with a '_'.
eslint-plugin-unicorn(no-useless-spread): services/computer-use-mcp/src/terminal/pty-runner.ts#L295
Using a spread operator here creates a new array unnecessarily.