Skip to content

refactor(server): extract redactKeys helper to eliminate duplication … #51

refactor(server): extract redactKeys helper to eliminate duplication …

refactor(server): extract redactKeys helper to eliminate duplication … #51

Triggered via push June 26, 2026 19:53
Status Failure
Total duration 2m 27s
Artifacts –

ci.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

7 errors and 13 warnings
typecheck
Process completed with exit code 2.
test
Process completed with exit code 1.
error: expect(received).toBe(expected): packages/tinycode/test/server/httpapi-listen.test.ts#L298
Expected: 200 Received: 401 at <anonymous> (/home/runner/work/tinycode/tinycode/packages/tinycode/test/server/httpapi-listen.test.ts:298:31)
error: timed out waiting for graceful stop after forced stop: packages/tinycode/src/util/timeout.ts#L9
at <anonymous> (/home/runner/work/tinycode/tinycode/packages/tinycode/src/util/timeout.ts:9:20)
error: timed out waiting for forced listener stop: packages/tinycode/src/util/timeout.ts#L9
at <anonymous> (/home/runner/work/tinycode/tinycode/packages/tinycode/src/util/timeout.ts:9:20)
error: timed out waiting for concurrent listener.stop(true): packages/tinycode/src/util/timeout.ts#L9
at <anonymous> (/home/runner/work/tinycode/tinycode/packages/tinycode/src/util/timeout.ts:9:20)
error: timed out waiting for listener.stop(true): packages/tinycode/src/util/timeout.ts#L9
at <anonymous> (/home/runner/work/tinycode/tinycode/packages/tinycode/src/util/timeout.ts:9:20)
typecheck
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
lint
Node.js 20 is deprecated. The following actions target Node.js 20 but are being forced to run on Node.js 24: actions/checkout@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/
eslint(no-unused-vars): packages/tinycode/test/server/httpapi-instance.test.ts#L7
Identifier 'SessionPaths' is imported but never used.
eslint(preserve-caught-error): packages/tinycode/src/omt/ast-helpers.ts#L145
There is no cause error attached to this new thrown error.
eslint(no-unused-vars): packages/tinycode/test/server/httpapi-ui.test.ts#L12
Identifier 'HttpServerRequest' is imported but never used.
eslint(no-unused-vars): packages/app/src/pages/session/session-side-panel.tsx#L53
Variable 'sync' is declared but never used. Unused variables should start with a '_'.
eslint(no-unused-vars): packages/tinycode/src/project/project.ts#L144
Variable 'proc' is declared but never used. Unused variables should start with a '_'.
eslint(no-unused-vars): packages/app/src/pages/session/composer/session-composer-state.ts#L24
Variable 'idle' is declared but never used. Unused variables should start with a '_'.
eslint(no-unused-vars): packages/app/src/pages/session.tsx#L302
Variable 'diffs' is declared but never used. Unused variables should start with a '_'.
eslint-plugin-unicorn(no-useless-spread): packages/app/src/hooks/use-providers.ts#L52
Using a spread operator here creates a new array unnecessarily.
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@v4. For more information see: https://github.blog/changelog/2025-09-19-deprecation-of-node-20-on-github-actions-runners/