karalabe / xgo

Go CGO cross compiler
MIT License
2.14k stars 279 forks source link

no space left on device error #188

Open anitacapitalone opened 4 years ago

anitacapitalone commented 4 years ago

have tried to run this repeatedly, and seems to fail in building/installing the docker image:

Checking for required docker image karalabe/xgo-latest... not found!
Pulling karalabe/xgo-latest from docker registry...
Using default tag: latest
latest: Pulling from karalabe/xgo-latest
d54efb8db41d: Pulling fs layer 
f8b845f45a87: Pulling fs layer 
e8db7bf7c39f: Pulling fs layer 
9654c40e9079: Waiting 
6d9ef359eaaa: Waiting 
930ad870b3ed: Waiting 
6c2305eeb102: Waiting 
8f5fb6ea515f: Waiting 
a7ed6daacbb2: Waiting 
59648a31bc06: Waiting 
e4950c92f0e1: Waiting 
39c73abb482c: Waiting 
18cc24c098e1: Waiting 
7393446f141f: Pull complete 
7a27a63b85c8: Pull complete 
712004ba29fc: Pull complete 
2b0e6816a036: Pull complete 
6bd81709671f: Pull complete 
fb892dd34b01: Pull complete 
896e316a2862: Pull complete 
4a16bec3fec4: Pull complete 
0e67b70fabab: Pull complete 
308e2b79d14a: Pull complete 
8a358963fd91: Pull complete 
ea4e4d30f472: Pull complete 
a7dd9b3b51ff: Extracting [==================================================>]  437.1MB/437.1MB
failed to register layer: Error processing tar file(exit status 1): write /usr/local/go/pkg/linux_mipsle/internal/trace.a: no space left on device

any workaround/fix for this?

ushuz commented 4 years ago

The image is huge, just make some room for it.

shrimalmadhur commented 3 years ago

@anitacapitalone you can use docker system prune --volumes to clean the docker volume space.