DioxusLabs / DioxusLabs/dioxus
Running dx bundle during deployment causes it to get stuck in Github Actions sometimes, unpredictably
- Dominant language
- Rust
- Stars
- 39.1k
- Forks
- 1.9k
- Avg merge
- 4d 10h
- Merged PRs (30d)
- 4
Description
**Problem**
When running dx bundle using dockerimage with the fly deploy command on gihtub actions. Sometimes it just gets randomly stuck at the end of the deployment and the only way to deal with it is to cancel the deploy and build it again by making a new commit and push.
```
#15 [builder 5/5] RUN dx bundle --platform web
2025/05/16 07:58:34 error releasing builder: deadline_exceeded: context deadline exceeded
==> Building image
Waiting for depot builder...
2025/05/16 08:03:34 error releasing builder: deadline_exceeded: context deadline exceeded
Error: failed to fetch an image or build from source: error building: timed out connecting to machine: failed to list workers: Unavailable: connection error: desc = "transport: authentication handshake failed: EOF"
Error: Process completed with exit code 1.
```
**Steps To Reproduce**
Since it's non deterministic I have no idea.
I am using very similar dockerimage as the one outlined in dioxus docs on deployment.
**Expected behavior**
Should just deploy without getting stuck.
**Environment:**
- Dioxus version: 0.6.3
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.