dlang-tour / core

D Language online tour (https://tour.dlang.org/) and online editor (https://run.dlang.io/)
Boost Software License 1.0
115 stars 48 forks source link

run.dlang.io: no space left #766

Closed summer-alice closed 3 years ago

summer-alice commented 3 years ago

Hello,

I was attempting to run a quick script on run.dlang.io, but ran into a docker error:

docker: Error response from daemon: MakeDirSecretsPath failed: mkdir /var/lib/docker/containers/8b024bb9bf025f7c25fef93cef74de3ced924aeffb23e48f70d0cd8f679a0370/secrets: no space left on device.

This happens when running anything can happen when running something that is not the default example, e.g. https://run.dlang.io/is/m6tUro.

Edit: It actually might not happen with anything else since different example works: https://run.dlang.io/is/hIJXvt

Geod24 commented 3 years ago

This was an issue with the host machine and seems to have been fixed.