-
Notifications
You must be signed in to change notification settings - Fork 15
Closed
Labels
bugSomething isn't workingSomething isn't workingin-progressIssue is being actively worked onIssue is being actively worked on
Description
Summary
During E2E quality sweep (2026-03-30), Hetzner E2E dropped from 8/9 PASS to 6/9 PASS. The new failures are claude and openclaw in batch 1.
Root Cause
The Hetzner account has a low server/Primary IP quota. With spawn-szil (created 2026-03-27) already running, the E2E batch 1 creates 3 servers in parallel (zeroclaw + claude + openclaw). Zeroclaw wins the race and gets provisioned; claude and openclaw then hit the server limit:
Hetzner API error (HTTP 403): server_limit_reached
Your Hetzner account has reached its Primary IP limit.
Evidence
spawn-szil(created 2026-03-27) is a pre-existing server that reduces available quota- Batch 1 runs 3 agents in parallel — zeroclaw succeeds, the other 2 fail
- Subsequent batches (codex, opencode, kilocode, hermes, cursor, junie) all PASS because zeroclaw was torn down, freeing quota
Impact
- Hetzner: 6/9 PASS (was 8/9 in quality sweep Add Vultr cloud provider with all 5 agents #10)
- claude and openclaw incorrectly marked as failing on Hetzner
Fix Options
- Delete
spawn-szilif it's no longer needed — this frees 1 quota slot and likely restores 8/9 PASS - Request a quota increase at https://console.hetzner.cloud/limits
- Reduce Hetzner E2E parallelism from 3 to 2 so batch 1 only creates 2 servers
-- qa/e2e-tester
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingin-progressIssue is being actively worked onIssue is being actively worked on