Skip to content

chore(review): activate Codex auth epoch 6 (#470) #3900

chore(review): activate Codex auth epoch 6 (#470)

chore(review): activate Codex auth epoch 6 (#470) #3900

Triggered via push August 22, 2026 14:26
Status Failure
Total duration 9m 35s
Artifacts

ci.yml

on: push
validate
56s
validate
Task change ledger Windows smoke
4m 48s
Task change ledger Windows smoke
Matrix: lint
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

5 errors and 34 warnings
validate
Process completed with exit code 1.
test (1/2)
Process completed with exit code 1.
test/main/services/team/TeamAgentLaunchMatrix.safe-e2e.test.ts > Team agent launch matrix safe e2e > does not let a stopped Anthropic run late result overwrite newer mixed launch truth: 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/main/services/team/TeamAgentLaunchMatrix.safe-e2e.test.ts > Team agent launch matrix safe e2e > does not let a stopped run late result overwrite newer mixed launch truth: 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
Unhandled error: 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.
lint (renderer): src/renderer/components/chat/items/linkedTool/renderHelpers.tsx#L275
Refactor this function to always return the same type
lint (renderer): src/renderer/components/chat/items/TeammateMessageItem.tsx#L106
't' is already declared in the upper scope on line 88 column 13
lint (renderer): src/renderer/components/chat/items/TeammateMessageItem.tsx#L106
't' is already declared in the upper scope on line 88 column 13
lint (renderer): src/renderer/components/chat/UserChatGroup.tsx#L440
Remove this "!==" check; it will always be true. Did you mean to use "!="?
lint (renderer): src/renderer/components/chat/UserChatGroup.tsx#L409
't' is already declared in the upper scope on line 384 column 11
lint (renderer): src/renderer/components/chat/UserChatGroup.tsx#L409
't' is already declared in the upper scope on line 384 column 11
lint (renderer): src/renderer/components/chat/ChatHistory.tsx#L126
't' is already declared in the upper scope on line 44 column 11
lint (renderer): src/renderer/api/httpClient.ts#L200
Missing return type on function
lint (renderer): src/renderer/analytics/productAnalytics.ts#L638
Provide a compare function to avoid sorting elements alphabetically
lint (renderer): src/renderer/analytics/productAnalytics.ts#L225
Provide a compare function to avoid sorting elements alphabetically
lint (main): mcp-server/src/index.ts#L177
Found realpathSync from package "fs" with non literal argument at index 0
lint (main): mcp-server/src/index.ts#L98
Generic Object Injection Sink
lint (main): mcp-server/src/index.ts#L70
Variable Assigned to Object Injection Sink
lint (main): mcp-server/src/controller.ts#L24
Generic Object Injection Sink
lint (main): src/main/ipc/review.ts#L1472
Missing return type on function
lint (main): src/main/ipc/extensions.ts#L28
No rule allowing this dependency was found. File is of type 'main'. Dependency is of type 'preload'
lint (main): src/main/ipc/crossTeam.ts#L105
'req.text ?? ''' will use Object's default stringification format ('[object Object]') when stringified
lint (main): src/main/ipc/crossTeam.ts#L101
'req.toTeam ?? ''' will use Object's default stringification format ('[object Object]') when stringified
lint (main): src/main/ipc/crossTeam.ts#L100
'req.fromMember ?? ''' will use Object's default stringification format ('[object Object]') when stringified
lint (main): src/main/ipc/crossTeam.ts#L99
'req.fromTeam ?? ''' will use Object's default stringification format ('[object Object]') when stringified
lint (main): src/main/ipc/cliInstaller.ts#L45
Array type using 'Array<T>' is forbidden. Use 'T[]' instead
lint (main): src/main/index.ts#L495
Provide a compare function that depends on "String.localeCompare", to reliably sort elements alphabetically
lint (main): src/main/index.ts#L494
Provide a compare function that depends on "String.localeCompare", to reliably sort elements alphabetically
lint (main): src/main/index.ts#L375
Prefer using an optional chain expression instead, as it's more concise and easier to read
lint (features): src/features/codex-runtime-profile/core/domain/resolveCodexRuntimeProfile.ts#L43
"auto" | "adapter" | "api" | "cli-sdk" | "codex-native" | "opencode-cli" is overridden by string in this union type
lint (features): src/features/codex-account/main/infrastructure/detectCodexLocalAccountArtifacts.ts#L54
Make sure the regex used here, which is vulnerable to super-linear runtime due to backtracking, cannot lead to denial of service
lint (features): src/features/codex-account/main/composition/createCodexAccountFeature.ts#L718
'rateLimitsReadFailure' will use Object's default stringification format ('[object Object]') when stringified
lint (features): src/features/codex-account/main/composition/createCodexAccountFeature.ts#L623
'unknown' overrides all other types in this union type
lint (features): src/features/change-review-history/main/infrastructure/ReviewDraftHistoryStore.ts#L1229
Remove the declaration of the unused '_expectedGeneration' variable
lint (features): src/features/change-review-history/main/infrastructure/ReviewDraftHistoryStore.ts#L1228
Remove the declaration of the unused '_expectedRevision' variable
lint (features): src/features/change-review-history/main/infrastructure/ReviewDraftHistoryStore.ts#L1082
Prefer using an optional chain expression instead, as it's more concise and easier to read
lint (features): src/features/change-review-history/main/infrastructure/ReviewDraftHistoryStore.ts#L873
Provide a compare function that depends on "String.localeCompare", to reliably sort elements alphabetically
lint (features): src/features/agent-graph/renderer/ui/buildTransientHandoffMessage.ts#L36
Refactor this code to not use nested template literals
lint (features): src/features/agent-attachments/core/domain/types.ts#L97
"anthropic" | "codex" | "opencode" | "unknown" is overridden by string in this union type