chore(review): activate Codex auth epoch 6 (#470) #3900
Annotations
4 errors
|
Test root shard
Process completed with exit code 1.
|
|
Test root shard:
test/setup.ts#L123
AssertionError: Unexpected console.warn calls:
[Service:TeamProvisioning] [mixed-late-old-result-safe-e2e] Failed to clean stopped OpenCode secondary lane secondary:opencode:bob: ENOENT: no such file or directory, rename '/tmp/agent-launch-matrix-e2e-f8SlGL/.claude/teams/mixed-late-old-result-safe-e2e/.opencode-runtime/.tmp.f17dbd8a-4e31-43f1-b807-01c68db3db3d' -> '/tmp/agent-launch-matrix-e2e-f8SlGL/.claude/teams/mixed-late-old-result-safe-e2e/.opencode-runtime/lanes.json': expected [ Array(1) ] to deeply equal []
- Expected
+ Received
- []
+ [
+ "[Service:TeamProvisioning] [mixed-late-old-result-safe-e2e] Failed to clean stopped OpenCode secondary lane secondary:opencode:bob: ENOENT: no such file or directory, rename '/tmp/agent-launch-matrix-e2e-f8SlGL/.claude/teams/mixed-late-old-result-safe-e2e/.opencode-runtime/.tmp.f17dbd8a-4e31-43f1-b807-01c68db3db3d' -> '/tmp/agent-launch-matrix-e2e-f8SlGL/.claude/teams/mixed-late-old-result-safe-e2e/.opencode-runtime/lanes.json'",
+ ]
❯ test/setup.ts:123:5
|
|
Test root shard:
test/main/services/team/TeamAgentLaunchMatrix.safe-e2e.test.ts#L19990
AssertionError: expected 'partial_pending' to be 'partial_failure' // Object.is equality
Expected: "partial_failure"
Received: "partial_pending"
❯ test/main/services/team/TeamAgentLaunchMatrix.safe-e2e.test.ts:19990:40
|
|
Test root shard:
src/main/utils/atomicWrite.ts#L189
Error: ENOENT: no such file or directory, rename '/tmp/agent-launch-matrix-e2e-f8SlGL/.claude/teams/mixed-late-old-result-safe-e2e/.opencode-runtime/.tmp.f17dbd8a-4e31-43f1-b807-01c68db3db3d' -> '/tmp/agent-launch-matrix-e2e-f8SlGL/.claude/teams/mixed-late-old-result-safe-e2e/.opencode-runtime/lanes.json'
❯ Object.rename node:internal/fs/promises:785:10
❯ renameWithRetry src/main/utils/atomicWrite.ts:189:7
❯ atomicWriteAsync src/main/utils/atomicWrite.ts:291:5
❯ writeOpenCodeRuntimeLaneIndexUnlocked src/main/services/team/opencode/store/OpenCodeRuntimeManifestEvidenceReader.ts:191:3
❯ src/main/services/team/opencode/store/OpenCodeRuntimeManifestEvidenceReader.ts:821:7
❯ withFileLock src/main/services/team/fileLock.ts:196:12
❯ removeOpenCodeRuntimeLaneIndexEntry src/main/services/team/opencode/store/OpenCodeRuntimeManifestEvidenceReader.ts:809:3
❯ clearOpenCodeRuntimeLaneStorageUnlocked src/main/services/team/opencode/store/OpenCodeRuntimeManifestEvidenceReader.ts:890:3
❯ withFileLock src/main/services/team/fileLock.ts:196:12
❯ stopMixedSecondaryRuntimeLanes src/main/services/team/provisioning/TeamProvisioningOpenCodeRuntimeStopFlow.ts:258:27
⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯⎯
Serialized Error: { errno: -2, code: 'ENOENT', syscall: 'rename', path: '/tmp/agent-launch-matrix-e2e-f8SlGL/.claude/teams/mixed-late-old-result-safe-e2e/.opencode-runtime/.tmp.f17dbd8a-4e31-43f1-b807-01c68db3db3d', dest: '/tmp/agent-launch-matrix-e2e-f8SlGL/.claude/teams/mixed-late-old-result-safe-e2e/.opencode-runtime/lanes.json' }
This error originated in "test/main/services/team/TeamAgentLaunchMatrix.safe-e2e.test.ts" test file. It doesn't mean the error was thrown inside the file itself, but while it was running.
The latest test that might've caused the error is "does not let a stopped Anthropic run late result overwrite newer mixed launch truth". It might mean one of the following:
- The error was thrown, while Vitest was running this test.
- If the error occurred after the test had been completed, this was the last documented test before it was thrown.
|
background
wait
wait-all
cancel
parallel
Loading