Skip to content

Commit cbcc353

Browse files
GiniGini
authored andcommitted
docs: record workspace image build failure
1 parent a2d6d9e commit cbcc353

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

docs/evidence/e2b-preflight-2026-08-01.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,3 +44,21 @@ workspace image and set the governed routes before running
4444

4545
This result is an infrastructure prerequisite failure, not an application
4646
test failure. It does not authorize bypassing the live gate with fixtures.
47+
48+
## Workspace image build attempt
49+
50+
The actual multi-stage `docker/Dockerfile.workspace` was then built locally
51+
with the pinned `linux/amd64` target. Docker downloaded the large Kasm base
52+
layers, but BuildKit failed before producing an image:
53+
54+
```text
55+
mount callback failed ... input/output error
56+
unable to sync new file ... Input/output error
57+
failed to compute cache key ... metadata_v2.db: input/output error
58+
```
59+
60+
After the failure, Docker Desktop reported that it was unable to start and the
61+
macOS data volume had approximately 136 MiB free. No image digest or E2B
62+
template ID exists, and no E2B sandbox was created. Recovery requires freeing
63+
Docker Desktop storage (or moving its data root) and restarting Docker before
64+
repeating the build; broad pruning/deletion was intentionally not performed.

0 commit comments

Comments
 (0)