Docker Spaces stuck in Building with empty logs - account tao-shen
#591
by
tao-shen - opened
Hi HF team,
All my Docker SDK Spaces are stuck in "Building" state with completely empty build logs. This affects my account tao-shen.
Affected Spaces
- https://huggingface.co/spaces/tao-shen/HuggingClaw (main project)
- https://huggingface.co/spaces/tao-shen/test-docker-minimal (minimal Flask hello-world Dockerfile for diagnosis)
Diagnostic Results
| Test | SDK | Status | Conclusion |
|---|---|---|---|
| test-static-minimal | static | RUNNING (seconds) | Account is NOT blocked |
| test-docker-minimal | docker | BUILDING (no logs) | Docker build path broken |
| HuggingClaw | docker | BUILDING (no logs) | Same issue |
- A Static SDK Space deployed successfully in seconds, confirming the account itself is not blocked.
- A minimal Docker Space with just FROM python:3.11-slim + Flask hello-world is also stuck with zero build logs. This confirms the issue is NOT related to my Dockerfile.
- The same Dockerfile for HuggingClaw was building and running successfully before.
- Build logs API returns an empty SSE stream.
What I have tried (all unsuccessful)
- Factory reboot via API
- Delete Space and recreate with same name
- Create new Spaces with different slugs (HuggingClaw2, HuggingClaw3)
- Paused 4 other running Spaces to free resources
- SDK toggle trick (docker to static to docker)
- Pause then resume via API
- Push trivial commits to trigger rebuild
Environment
- Account: tao-shen (free tier, cpu-basic)
- Timeline: Started Feb 28, 2026, persisted over several hours
- status.huggingface.co shows all services operational
Could someone please check the Docker build queue/scheduler for my account? Thank you!