Failed Build for bullhead (LG Nexus 5X)

Okay so I have an old LG Nexus 5X which is currently running e/ OS which I downloaded from the link

//doc.e.foundation/devices/bullhead/install

I am now attempting to build a v1-pie version using Docker which I have installed on Ubuntu 22.04.2 LTS and appears to be working correctly. The attached is a screenshot of the process, which ends with 'Failed Build of bullhead".

sudo 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-pie” -e “DEVICE_LIST=bullhead” -e “REPO=https://gitlab.e.foundation/e/os/releases.git” registry.gitlab.e.foundation:5000/e/os/docker-lineage-cicd:community -j1 --fail-fast
Set cache size limit to 50.0 GB

[Thu Mar 23 12:40:25 UTC 2023] Branch: v1-pie
[Thu Mar 23 12:40:25 UTC 2023] Devices: bullhead,
[Thu Mar 23 12:40:25 UTC 2023] (Re)initializing branch repository
[Thu Mar 23 12:40:31 UTC 2023] Copying ‘/srv/local_manifests/*.xml’ to ‘.repo/local_manifests/’
[Thu Mar 23 12:40:32 UTC 2023] Syncing branch repository

… A new version of repo (2.32) is available.
… You should upgrade soon:
cp /srv/src/PIE/.repo/repo/repo /usr/local/bin/repo

[Thu Mar 23 17:02:45 UTC 2023] Setting “UNOFFICIAL” as release type
[Thu Mar 23 17:02:45 UTC 2023] Adding OTA URL overlay (for custom URL )
[Thu Mar 23 17:02:45 UTC 2023] Preparing build environment
[Thu Mar 23 17:02:49 UTC 2023] Starting build for bullhead, v1-pie branch
[Thu Mar 23 17:02:49 UTC 2023] ANDROID_JACK_VM_ARGS=-Dfile.encoding=UTF-8 -XX:+TieredCompilation -Xmx4G
[Thu Mar 23 17:02:49 UTC 2023] Switch to Python2
[Thu Mar 23 18:13:54 UTC 2023] Failed build for bullhead
[Thu Mar 23 18:13:54 UTC 2023] Finishing build for bullhead
[Thu Mar 23 18:13:54 UTC 2023] Cleaning source dir for device bullhead
[Thu Mar 23 18:13:57 UTC 2023] Switch back to Python3

The question is what can I do now? I have no error messages to go on and all the folders /srv/e/ ccache, logs, and src have got sub-folders full of stuff. The only folder with nothing in it is zips/bullhead.

Is there anything I can do manually to complete the build and produce a zip file to test?

Thanks

logs should have a soong error log that is way more verbose. In doubt make a directory listing, the biggest .log file is probably the interesting one to post in a pastebin somewhere

Okay thanks. I will have a look at those logs