Skip to content

docs(test): record the second kimi failure mode the log distinguishes #2378

docs(test): record the second kimi failure mode the log distinguishes

docs(test): record the second kimi failure mode the log distinguishes #2378

Triggered via push August 5, 2026 06:26
Status Failure
Total duration 4m 18s
Artifacts

ci.yml

on: push
Matrix: build
publish
0s
publish
Fit to window
Zoom out
Zoom in

Annotations

5 errors
test
Process completed with exit code 1.
test/quota/account-email-server-boundary.test.ts > accountEmail never crosses the server boundary > get_machine_runtime_stats (the quota carrier) is not a server route: packages/daemon-core/test/quota/account-email-server-boundary.test.ts#L22
Error: ENOENT: no such file or directory, open '/home/runner/work/adhdev/packages/server/src/durable-objects/daemon-status.ts' ❯ readSource test/quota/account-email-server-boundary.test.ts:22:12 ❯ test/quota/account-email-server-boundary.test.ts:95:20 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errno: -2, code: 'ENOENT', syscall: 'open', path: '/home/runner/work/adhdev/packages/server/src/durable-objects/daemon-status.ts' }
test/quota/account-email-server-boundary.test.ts > accountEmail never crosses the server boundary > RoutingSessionEntry has no quota or account field: packages/daemon-core/test/quota/account-email-server-boundary.test.ts#L22
Error: ENOENT: no such file or directory, open '/home/runner/work/adhdev/oss/packages/daemon-core/src/shared-types.ts' ❯ readSource test/quota/account-email-server-boundary.test.ts:22:12 ❯ test/quota/account-email-server-boundary.test.ts:50:24 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errno: -2, code: 'ENOENT', syscall: 'open', path: '/home/runner/work/adhdev/oss/packages/daemon-core/src/shared-types.ts' }
test/quota/account-email-server-boundary.test.ts > accountEmail never crosses the server boundary > appears in none of the server-bound layers: packages/daemon-core/test/quota/account-email-server-boundary.test.ts#L22
Error: ENOENT: no such file or directory, open '/home/runner/work/adhdev/oss/packages/daemon-core/src/status/reporter.ts' ❯ readSource test/quota/account-email-server-boundary.test.ts:22:12 ❯ test/quota/account-email-server-boundary.test.ts:36:28 ⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯ Serialized Error: { errno: -2, code: 'ENOENT', syscall: 'open', path: '/home/runner/work/adhdev/oss/packages/daemon-core/src/status/reporter.ts' }
test/commands/low-family-registry.test.ts > low-family registry > registers all 44 LOW family commands once, no overlap: packages/daemon-core/test/commands/low-family-registry.test.ts#L59
AssertionError: expected 46 to be 44 // Object.is equality - Expected + Received - 44 + 46 ❯ test/commands/low-family-registry.test.ts:59:36