-
Notifications
You must be signed in to change notification settings - Fork 84
Investigate cursor auth-check timeout in CI #206
Copy link
Copy link
Open
Description
On April 1, 2026, the scheduled Update Agent Versions workflow timed out while running the Verify agent auth support step.
Run: https://github.com/agentclientprotocol/registry/actions/runs/23835002401
Observed behavior:
check-versionssucceeded.apply-updatesapplied version bumps and passedValidate registry build.Verify agent auth supportstalled oncursorat[9/25] cursor (binary)right after starting the Linux binary download fromhttps://downloads.cursor.com/.../agent-cli-package.tar.gz.- The workflow hit the step-level 15 minute timeout before the verifier moved on to the next agent.
Relevant log snippet:
2026-04-01T06:22:40Z [9/25] cursor (binary)2026-04-01T06:22:40Z -> Downloading from: https://downloads.cursor.com/lab/2026.03.30-a5d3e17/linux/x64/agent-cli-package.tar.gz...2026-04-01T06:37:27Z The action \Verify agent auth support` has timed out after 15 minutes.`
Temporary mitigation:
cursorhas been added toquarantine.jsonso automated version updates and auth verification skip it until this is understood.
Things to investigate:
- Whether the Cursor download endpoint is intermittently hanging or rate-limiting GitHub Actions runners.
- Whether
verify_agents.pyneeds a stricter per-agent download timeout/retry strategy for binary agents. - Whether Cursor should stay quarantined permanently or be handled by a narrower workflow path.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels