Hello, I’m new to building /e/OS, so issue is probably an obvious mistake on my part.
When trying to build the rom for a Google Pixel 6a using the following command,
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-t" -e "DEVICE_LIST=bluejay" -e "OTA_URL=<ota-server-url>" -e "REPO=https://gitlab.e.foundation/e/os/android.git" registry.gitlab.e.foundation:5000/e/os/docker-lineage-cicd:community
the build process eventually fails, generating the following log:
>> [Mon May 13 16:18:46 UTC 2024] (Re)initializing branch repository
repo: reusing existing repo client checkout in /srv/src/T
repo has been initialized in /srv/src/T
>> [Mon May 13 16:18:49 UTC 2024] Syncing branch repository
error: Cannot fetch LineageOS/android_bionic from https://github.com/LineageOS/android_bionic
error: Cannot fetch LineageOS/android_system_core from https://github.com/LineageOS/android_system_core
error: Cannot fetch e/os/android_frameworks_opt_vcard from https://gitlab.e.foundation/e/os/android_frameworks_opt_vcard
error: Cannot fetch kernel/devices/google/tangorpro from https://android.googlesource.com/kernel/devices/google/tangorpro
error: Cannot fetch platform/external/marisa-trie from https://android.googlesource.com/platform/external/marisa-trie
error: Cannot fetch platform/external/iptables from https://android.googlesource.com/platform/external/iptables
error: Cannot fetch platform/external/modp_b64 from https://android.googlesource.com/platform/external/modp_b64
error: Cannot fetch platform/external/mdnsresponder from https://android.googlesource.com/platform/external/mdnsresponder
error: Cannot fetch platform/external/squashfs-tools from https://android.googlesource.com/platform/external/squashfs-tools
error: Cannot fetch kernel/google-modules/touch/sec_touch from https://android.googlesource.com/kernel/google-modules/touch/sec_touch
error: Cannot fetch LineageOS/android_bionic from https://github.com/LineageOS/android_bionic
error: Cannot fetch kernel/google-modules/touch/sec_touch from https://android.googlesource.com/kernel/google-modules/touch/sec_touch
error: Cannot fetch platform/external/modp_b64 from https://android.googlesource.com/platform/external/modp_b64
error: Cannot fetch LineageOS/android_system_core from https://github.com/LineageOS/android_system_core
error: Cannot fetch platform/external/iptables from https://android.googlesource.com/platform/external/iptables
error: Cannot fetch platform/external/squashfs-tools from https://android.googlesource.com/platform/external/squashfs-tools
error: Cannot fetch e/os/android_frameworks_opt_vcard from https://gitlab.e.foundation/e/os/android_frameworks_opt_vcard
error: Cannot fetch platform/external/marisa-trie from https://android.googlesource.com/platform/external/marisa-trie
error: Cannot fetch kernel/devices/google/tangorpro from https://android.googlesource.com/kernel/devices/google/tangorpro
error: Cannot fetch platform/external/mdnsresponder from https://android.googlesource.com/platform/external/mdnsresponder
error: Cannot checkout LineageOS/android_bionic: ManifestInvalidRevisionError: revision refs/heads/lineage-20.0 in LineageOS/android_bionic not found
error: in `sync -c -j8 --force-sync`: revision refs/heads/lineage-20.0 in LineageOS/android_bionic not found
Repeated build processes generate the same log.
Anyone have an idea what I’m doing wrong?