File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -44,3 +44,21 @@ workspace image and set the governed routes before running
4444
4545This result is an infrastructure prerequisite failure, not an application
4646test 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.
You can’t perform that action at this time.
0 commit comments