No Space left on device

Description of the issue

In every iOS build, when we’re trying to generate .ipa for deploy we’re getting the following intermittent error: <unknown>:0: note: IO failure on output stream: No space left on device & FATA[18:07:49] [ENVMAN] - Failed to init at path:write /var/folders/6q/wgy6jtp12w5gzgm9lzcglpqw0000gn/T/bitrise319106669/input_envstore.yml: no space left on device

Environment:

Xcode 11.3.X, on MacOS 10.14.6 (Mojave)

Building application (Trying generate new release)

Reproducibility

  • Does a “Rebuild” help? (You can trigger a rebuild from the Build’s page, by clicking the “Rebuild” button in the top right corner of a finished build) : NO
  • Does a rebuild without caches help? (You can remove the Cache:Pull and Cache:Push steps temporarily to not to use the cache, or you can delete all the caches on the Settings tab of the app. : NO
  • Does the issue happen sporadically, or every time? : Every Time
  • Does upgrading the build Step to the latest version help? : NO
  • When did the issue start? : Since 20/12/2019

Build log

Sent by e-mail

Hi there @bruno-ramos-ifood!

Could you please send us a build logfile of the related app? :slightly_smiling_face:

Sent to letsconnect@bitrise.io

Hey there @bruno-ramos-ifood,
Thanks for the info, we’re looking for your message but can’t quite locate it. Could you please let me know which email address you used to submit your build log?

bruno.ramos@ifood.com.br

Hey everyone!

Just wanted to share the answer from our on-site chat, so others can learn from this issue as well :slight_smile:

While 26GB is a lot of space, it’s not difficult to fill this virtual machine. Unfortunately we are not at liberty to increase the size in the near future, so what we’d recommend doing here is try to remove bigger dependencies that get installed during the build - after the build phase of the build.

What could also help is removing unnecessary simulator images that you are not using, those tend to take up a big space.

For example, by issuing the
sudo rm -rf /Library/Developer/CoreSimulator/Profiles/Runtimes/iOS\ 10.3.simruntime/

command, the iOS 10.3 simulator will be removed.

Hope this helps :wink:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.