I was trying to use the firmware selector to build a new image for my BPI-R4 (snapshot)
It fails, and it looks like the image building was successful, but the gpg signing is broken:
--2025-04-04 08:23:02-- http://downloads.openwrt.org/snapshots/targets/mediatek/filogic/sha256sums
Connecting to 127.0.0.1:3128... connected.
Proxy request sent, awaiting response... 200 OK
Length: 5351880 (5.1M) [text/plain]
Saving to: ‘sha256sums’
0K .......... .......... .......... .......... .......... 0% 258M 0s
[cut]
5200K .......... .......... ...... 100% 274M=0.02s
2025-04-04 08:23:02 (281 MB/s) - ‘sha256sums’ saved [5351880/5351880]
--2025-04-04 08:23:02-- http://downloads.openwrt.org/snapshots/targets/mediatek/filogic/sha256sums.asc
Connecting to 127.0.0.1:3128... connected.
Proxy request sent, awaiting response... 200 OK
Length: 299 [text/plain]
Saving to: ‘sha256sums.asc’
0K 100% 90.0M=0s
2025-04-04 08:23:02 (90.0 MB/s) - ‘sha256sums.asc’ saved [299/299]
gpg: directory '/builder/.gnupg' created
gpg: keybox '/builder/.gnupg/pubring.kbx' created
gpg: key 1D53D1877742E911: 3 signatures not checked due to missing keys
gpg: /builder/.gnupg/trustdb.gpg: trustdb created
gpg: key 1D53D1877742E911: public key "OpenWrt Build System (Nitrokey3) <contact@openwrt.org>" imported
gpg: key 28A39BC32074BE7A: 2 signatures not checked due to missing keys
gpg: key 28A39BC32074BE7A: public key "OpenWrt Build System (PGP key for 19.07 release builds) <pgpsign-19.07@openwrt.org>" imported
gpg: key CD84BCED626471F1: 2 signatures not checked due to missing keys
gpg: key CD84BCED626471F1: public key "OpenWrt Build System (PGP key for unattended snapshot builds) <pgpsign-snapshots@openwrt.org>" imported
gpg: key 88CA59E88F681580: public key "OpenWrt Build System (PGP key for 21.02 release builds) <pgpsign-21.02@openwrt.org>" imported
gpg: key CD54E82DADB3684D: public key "OpenWrt Build System (GnuPGP key for 22.03 release builds) <pgpsign-22.03@openwrt.org>" imported
gpg: Total number processed: 5
gpg: imported: 5
gpg: no ultimately trusted keys found
rm: cannot remove '/builder/keys/CD54E82DADB3684D.asc': Permission denied
rm: cannot remove '/builder/keys/0x1D53D1877742E911.asc': Permission denied
rm: cannot remove '/builder/keys/2074BE7A.asc': Permission denied
rm: cannot remove '/builder/keys/88CA59E8.asc': Permission denied
rm: cannot remove '/builder/keys/626471F1.asc': Permission denied
It does not look like a problem I can go around, can anyone tell me otherwise, or point me to a quick guide to build the firmware with the packages I want in another way?