I’m trying to build for condor on a Vultr instance with 640 GB SSD and 33GB of memory
Build command was
$ docker run \
-v "/srv/e/src:/srv/src" \
-v "/srv/e/zips:/srv/zips" \
-v "/srv/e/logs:/srv/logs" \
-v "/srv/e/ccache:/srv/ccache" \
-e "BRANCH_NAME=v1-nougat" \
-e "DEVICE=condor" \
-e "REPO=https://gitlab.e.foundation/e/os/android.git" \
registry.gitlab.e.foundation:5000/e/os/docker-lineage-cicd:latest
The build got to 99% before failing The last part of the output is in this pastebin, and teh last few lines are
Error: ['mkuserimg.sh', '-s', '/srv/src/NOUGAT/out/target/product/condor/system', '/srv/src/NOUGAT/out/target/product/condor/obj/PACKAGING/systemimage_intermediates/system.img', 'ext4', 'system', '939524096', '-D', '/srv/src/NOUGAT/out/target/product/condor/system', '-L', 'system', '/srv/src/NOUGAT/out/target/product/condor/root/file_contexts.bin'] command unsuccessful
Out of space? the tree size of /srv/src/NOUGAT/out/target/product/condor/system is (MB):
1059 /srv/src/NOUGAT/out/target/product/condor/system
The max is 896 MB.
[ 99% 34781/34785] Construct recovery from boot
ninja: build stopped: subcommand failed.
make: *** [build/core/ninja.mk:152: ninja_wrapper] Error 1
make: Leaving directory '/srv/src/NOUGAT'
#### make failed to build some targets (01:14:51 (hh:mm:ss)) ####
which looks like a disk space problem. I thought 640GB would be plenty.
Can anyone give me any pointers as to what the actual problem is and/or how to fix it?
Thanks very much
PS At the end of the build there was nothing in /srv/e/zips/condor/
or /srv/e/logs/condor/