Skip to content

feat: wire data_diff tool for deterministic data validation #107

feat: wire data_diff tool for deterministic data validation

feat: wire data_diff tool for deterministic data validation #107

Triggered via pull request March 13, 2026 16:51
Status Failure
Total duration 10m 25s
Artifacts

test.yml

on: pull_request
Matrix: unit
Matrix: e2e
test (linux)
3s
test (linux)
Fit to window
Zoom out
Zoom in

Annotations

14 errors and 2 warnings
unit (linux)
Process completed with exit code 1.
unit (linux)
opencode#test: command (/home/runner/work/altimate-code/altimate-code/packages/opencode) /home/runner/.bun/bin/bun run test exited (1)
error:: packages/opencode/test/agent/agent.test.ts#L694
Expected promise that rejects Received promise that resolved: Promise { <resolved> } at <anonymous> (/home/runner/work/altimate-code/altimate-code/packages/opencode/test/agent/agent.test.ts:694:50) at <anonymous> (/home/runner/work/altimate-code/altimate-code/packages/opencode/src/project/instance.ts:42:20) at run (node:async_hooks:62:22) at async <anonymous> (/home/runner/work/altimate-code/altimate-code/packages/opencode/test/agent/agent.test.ts:690:18)
error: expect(received).toBe(expected): packages\opencode\test\install\bin-wrapper.test.ts#L72
Expected: 0 Received: 1 at <anonymous> (D:\a\altimate-code\altimate-code\packages\opencode\test\install\bin-wrapper.test.ts:72:29)
error: expect(received).toBe(expected): packages\opencode\test\install\bin-wrapper.test.ts#L53
Expected: 0 Received: 1 at <anonymous> (D:\a\altimate-code\altimate-code\packages\opencode\test\install\bin-wrapper.test.ts:53:29)
error: expect(received).toBe(expected): packages\opencode\test\install\bin-wrapper.test.ts#L40
Expected: 0 Received: -1 at <anonymous> (D:\a\altimate-code\altimate-code\packages\opencode\test\install\bin-wrapper.test.ts:40:29)
error: expect(received).toBe(expected): packages\opencode\test\file\path-traversal.test.ts#L193
Expected: false Received: true at fn (D:\a\altimate-code\altimate-code\packages\opencode\test\file\path-traversal.test.ts:193:54) at <anonymous> (D:\a\altimate-code\altimate-code\packages\opencode\src\project\instance.ts:42:20) at run (node:async_hooks:62:22) at async <anonymous> (D:\a\altimate-code\altimate-code\packages\opencode\test\file\path-traversal.test.ts:188:20)
error: expect(received).toBe(expected): packages\opencode\test\file\path-traversal.test.ts#L180
Expected: false Received: true at fn (D:\a\altimate-code\altimate-code\packages\opencode\test\file\path-traversal.test.ts:180:54) at <anonymous> (D:\a\altimate-code\altimate-code\packages\opencode\src\project\instance.ts:42:20) at run (node:async_hooks:62:22) at async <anonymous> (D:\a\altimate-code\altimate-code\packages\opencode\test\file\path-traversal.test.ts:175:20)
error: expect(received).toBe(expected): packages\opencode\test\file\path-traversal.test.ts#L155
Expected: false Received: true at fn (D:\a\altimate-code\altimate-code\packages\opencode\test\file\path-traversal.test.ts:155:54) at <anonymous> (D:\a\altimate-code\altimate-code\packages\opencode\src\project\instance.ts:42:20) at run (node:async_hooks:62:22) at async <anonymous> (D:\a\altimate-code\altimate-code\packages\opencode\test\file\path-traversal.test.ts:152:20)
error: No such file or directory: 'C:\Users\runneradmin\AppData\Local\Temp\opencode-test-jh6cq4pk3v': packages\opencode\src\file\ripgrep.ts#L237
at files (D:\a\altimate-code\altimate-code\packages\opencode\src\file\ripgrep.ts:237:31)
unit (windows)
opencode#test: command (D:\a\altimate-code\altimate-code\packages\opencode) C:\Users\runneradmin\.bun\bin\bun.exe run test exited (1)
error: ENOENT: no such file or directory: packages\opencode\node:child_process#L679
at spawn (node:child_process:679:35) at spawn (node:child_process:14:39) at start (D:\a\altimate-code\altimate-code\packages\opencode\src\altimate\bridge\client.ts:109:13) at async call (D:\a\altimate-code\altimate-code\packages\opencode\src\altimate\bridge\client.ts:55:13) at async <anonymous> (D:\a\altimate-code\altimate-code\packages\opencode\test\bridge\client.test.ts:148:20)
error:: packages\opencode\test\agent\agent.test.ts#L694
Expected promise that rejects Received promise that resolved: Promise { <resolved> } at <anonymous> (D:\a\altimate-code\altimate-code\packages\opencode\test\agent\agent.test.ts:694:50) at <anonymous> (D:\a\altimate-code\altimate-code\packages\opencode\src\project\instance.ts:42:20) at run (node:async_hooks:62:22) at async <anonymous> (D:\a\altimate-code\altimate-code\packages\opencode\test\agent\agent.test.ts:690:18)
test (linux)
Process completed with exit code 1.
unit (linux)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, oven-sh/setup-bun@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/
unit (windows)
Node.js 20 actions are deprecated. The following actions are running on Node.js 20 and may not work as expected: actions/cache@v4, actions/checkout@v4, oven-sh/setup-bun@v2. Actions will be forced to run with Node.js 24 by default starting June 2nd, 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/