Disk space constraint

My package failed due to insufficient disk space:

[10236s] dpkg-buildpackage: error: debian/rules binary subprocess returned exit status 2
[10236s] /.build/build-recipe: line 296: echo: write error: No space left on device
[10236s] /.build/build: line 518: echo: write error: No space left on device

When building it locally, it was using ~107GB on /tmp, so I’ve added 110GB constraint to my project config:

Constraint: hardware:disk:size unit=G 110

…but now it fails due to lack of “compliant workers”:

package build was not possible:

no compliant workers

Please adapt your constraints.

Is there anyway to get an access to workers with slightly more disk space? (the build was failing at the very last stage, when all compilation, linking and stripping was completed and actual debs were being packaged, so I’m probably just like 1-2 GB short).

Thanks!

@morgwai Hi, You would need to ask the openSUSE Build Service folks about that, either the Mailing list or on IRC…

Easiest way of course is to run your own instance…

1 Like

Posted to the mailing-list:
https://lists.opensuse.org/archives/list/buildservice@lists.opensuse.org/thread/3C6XZAJW5WBTQLJSC6NJITLS3JV25CS3/

Yes, I saw your post :wink: