-
Notifications
You must be signed in to change notification settings - Fork 84
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
"Duplicate src declaration" errors requesting build for RaspberryPi 4, 23.05.3 #784
Comments
For what it's worth, I get the same error when trying to upgrade a Raspberry Pi 3 from 23.05.0. Output attached. |
Problem seems to be in the firmware builder. https://firmware-selector.openwrt.org produces the same error, when I try to build the custom image. |
Sorry but I'm unable to reproduce this. |
I can repro it every time with the package list above. Here is the package list in copy/pasteable form if you want to plonk it into the firmware-selector to repro it there (same error as attended-sysupgrade): I spent some time over the weekend seeing if I could identify the offending package (or packages) but was never able to definitively identify one. I did discover that if I go to the firmware-selector and just provide the high-level packages I want (e.g. collectd, statistics) and let the build engine find all the dependencies then I seem to get a clean build. Somehow the problem stems from the package list that attended-sysupgrade is pulling from opkg when it determines what packages it wants baked into the build. alpine-repositories |
The actual issue is that the package selection is too big for the raspberry, so it seems. The error is not correctly detected and stored in the build output, sorry for that. I'll try to fix it.
|
I'm sorry, I'm not entirely sure I understand what you're saying. When you say "the package selection is too big for the raspberry," do you mean that there is a limitation in the number of packages the raspberrypi can run, or that the requested packages exceed the filesystem size that is allocated to store the packages that have been requested? So the solution is to increase that disk image on the build machine? The build error you provide seems to indicate the latter (that the disk image is too small), but I'm not positive. Thanks for your help! |
Per default OpenWrt images have a root filesystem size of 100MB, if allowed by the hardware itself. For devices with storage cards this limitation still applies per default. There is an extra, not fully expoed API call called Maybe @dangowrt got a better idea how to handle this? |
Makes sense. Thanks @aparcar . Seems like a good opportunity for me to revisit whether I use all the things I've installed at one time or another. |
Sounds good to me. |
Your call as to whether this is closable or not. To me it seems as though there is still an underlying problem: small file system + bad error reporting. It would be really nice if, at a minimum, an error message could be returned that indicates that the size of the build is what's causing the problem. It would be even better if the system offered:
A fella can dream, right? |
Having the same issue.
|
Same here, all packages are needed. |
Building 23.05.3 for Raspberry 4 failing:
{
"url": "https://sysupgrade.openwrt.org",
"revision": "r23630-842932a63d",
"advanced_mode": "1",
"sha256_unsigned": "",
"branch": "23.05",
"efi": null,
"profile": "raspberrypi,4-model-b",
"target": "bcm27xx/bcm2711",
"version": "23.05.3",
"packages": [
"alpine-repositories",
"apk",
"attendedsysupgrade-common",
"base-files",
"bash",
"bcm27xx-gpu-fw",
"bcm27xx-userland",
"bind-dig",
"bind-libs",
"block-mount",
"brcmfmac-nvram-43455-sdio",
"busybox",
"ca-bundle",
"cfdisk",
"cgi-io",
"collectd",
"collectd-mod-cpu",
"collectd-mod-cpufreq",
"collectd-mod-ethstat",
"collectd-mod-exec",
"collectd-mod-interface",
"collectd-mod-iwinfo",
"collectd-mod-load",
"collectd-mod-memory",
"collectd-mod-network",
"collectd-mod-rrdtool",
"collectd-mod-sensors",
"curl",
"cypress-firmware-43455-sdio",
"darkstat",
"diffutils",
"dnsmasq-full",
"dropbear",
"dtc",
"e2fsprogs",
"f2fs-tools",
"f2fsck",
"fail2ban",
"firewall4",
"fstools",
"fwtool",
"gcc",
"gdisk",
"getrandom",
"git",
"git-http",
"hostapd-common",
"hostapd-utils",
"htop",
"httping",
"https-dns-proxy",
"iftop",
"ip-tiny",
"ip6tables-zz-legacy",
"iperf3",
"ipset",
"iptables-mod-conntrack-extra",
"iptables-mod-ipopt",
"iptables-zz-legacy",
"irqbalance",
"iw",
"iwinfo",
"jansson",
"jq",
"jshn",
"jsonfilter",
"kernel",
"kmod-brcmfmac",
"kmod-cfg80211",
"kmod-crypto-acompress",
"kmod-crypto-aead",
"kmod-crypto-ccm",
"kmod-crypto-cmac",
"kmod-crypto-crc32",
"kmod-crypto-crc32c",
"kmod-crypto-ctr",
"kmod-crypto-gcm",
"kmod-crypto-gf128",
"kmod-crypto-ghash",
"kmod-crypto-hash",
"kmod-crypto-hmac",
"kmod-crypto-manager",
"kmod-crypto-null",
"kmod-crypto-rng",
"kmod-crypto-seqiv",
"kmod-crypto-sha256",
"kmod-crypto-sha512",
"kmod-fs-ext4",
"kmod-fs-f2fs",
"kmod-fs-vfat",
"kmod-hid",
"kmod-hid-generic",
"kmod-hwmon-raspberrypi",
"kmod-i2c-algo-bit",
"kmod-i2c-bcm2835",
"kmod-i2c-core",
"kmod-i2c-gpio",
"kmod-input-core",
"kmod-input-evdev",
"kmod-ip6tables",
"kmod-ipt-conntrack",
"kmod-ipt-conntrack-extra",
"kmod-ipt-core",
"kmod-ipt-ipopt",
"kmod-ipt-ipset",
"kmod-ipt-raw",
"kmod-lib-crc-ccitt",
"kmod-lib-crc16",
"kmod-lib-crc32c",
"kmod-lib-lzo",
"kmod-mac80211",
"kmod-nf-conncount",
"kmod-nf-conntrack",
"kmod-nf-conntrack-netlink",
"kmod-nf-conntrack6",
"kmod-nf-flow",
"kmod-nf-ipt",
"kmod-nf-ipt6",
"kmod-nf-log",
"kmod-nf-log6",
"kmod-nf-nat",
"kmod-nf-reject",
"kmod-nf-reject6",
"kmod-nfnetlink",
"kmod-nft-core",
"kmod-nft-fib",
"kmod-nft-nat",
"kmod-nft-offload",
"kmod-nls-base",
"kmod-nls-cp437",
"kmod-nls-iso8859-1",
"kmod-nls-utf8",
"kmod-ppp",
"kmod-pppoe",
"kmod-pppox",
"kmod-r8169",
"kmod-scsi-core",
"kmod-slhc",
"kmod-sound-arm-bcm2835",
"kmod-sound-core",
"kmod-tun",
"kmod-usb-core",
"kmod-usb-hid",
"kmod-usb-net-lan78xx",
"kmod-usb-net-rtl8152",
"kmod-usb-storage",
"kmod-usb-storage-uas",
"kmod-usb-xhci-hcd",
"kmod-usb2",
"kmod-usb3",
"libatomic",
"libblkid",
"libblobmsg-json",
"libcap",
"libcares",
"libcomerr",
"libcurl",
"libev",
"libevdev",
"libevent2",
"libevent2-core",
"libext2fs",
"libf2fs",
"libgcc",
"libgmp",
"libip4tc",
"libip6tc",
"libiperf3",
"libipset",
"libiptext",
"libiptext6",
"libiwinfo",
"libiwinfo-data",
"libiwinfo-lua",
"libjpeg-turbo",
"libjson-c",
"libjson-script",
"libltdl",
"liblua",
"liblucihttp",
"liblucihttp-lua",
"liblucihttp-ucode",
"libmbedtls",
"libmnl",
"libncurses",
"libnetfilter-conntrack",
"libnettle",
"libnfnetlink",
"libnftnl",
"libnghttp2",
"libnl-tiny",
"libopenssl",
"libopenssl-conf",
"libpcap",
"libpcre",
"libpcre2",
"libpng",
"libpopt",
"libpthread",
"librrd1",
"librt",
"libsensors",
"libsmartcols",
"libss",
"libstdcpp",
"libsysfs",
"libtirpc",
"libubox",
"libubus",
"libubus-lua",
"libuci",
"libuci-lua",
"libuclient",
"libucode",
"libudev-zero",
"libusb-1.0",
"libustream-mbedtls",
"libuuid",
"libuv",
"libwebp",
"libxtables",
"lm-sensors",
"logd",
"lsof",
"lua",
"luci",
"luci-app-advanced-reboot",
"luci-app-attendedsysupgrade",
"luci-app-dawn",
"luci-app-firewall",
"luci-app-https-dns-proxy",
"luci-app-mwan3",
"luci-app-nlbwmon",
"luci-app-opkg",
"luci-app-statistics",
"luci-base",
"luci-lib-base",
"luci-lib-ip",
"luci-lib-json",
"luci-lib-jsonc",
"luci-lib-nixio",
"luci-light",
"luci-lua-runtime",
"luci-mod-admin-full",
"luci-mod-network",
"luci-mod-status",
"luci-mod-system",
"luci-proto-ipv6",
"luci-proto-ppp",
"luci-proto-wireguard",
"luci-ssl",
"luci-theme-bootstrap",
"make",
"mesh11sd",
"mkf2fs",
"mtd",
"mtr-json",
"mwan3",
"netifd",
"nftables-json",
"nlbwmon",
"odhcp6c",
"odhcpd-ipv6only",
"openssl-util",
"openwrt-keyring",
"opkg",
"partx-utils",
"pingcheck",
"ppp",
"ppp-mod-pppoe",
"procd",
"procd-seccomp",
"procd-ujail",
"px5g-mbedtls",
"qrencode",
"resize2fs",
"rpcd",
"rpcd-mod-file",
"rpcd-mod-iwinfo",
"rpcd-mod-luci",
"rpcd-mod-rpcsys",
"rpcd-mod-rrdns",
"rpcd-mod-ucode",
"rrdtool1",
"rsync",
"shadow-groupadd",
"shadow-useradd",
"shadow-usermod",
"sudo",
"sysfsutils",
"terminfo",
"tmux",
"tune2fs",
"ubox",
"ubus",
"ubusd",
"uci",
"uclient-fetch",
"ucode",
"ucode-mod-fs",
"ucode-mod-html",
"ucode-mod-lua",
"ucode-mod-math",
"ucode-mod-ubus",
"ucode-mod-uci",
"uhttpd",
"uhttpd-mod-ubus",
"umdns",
"urandom-seed",
"usbids",
"usbutils",
"usign",
"wireguard-tools",
"wireless-regdb",
"wpad-mesh-mbedtls",
"xtables-legacy",
"zlib",
"zsh"
],
"diff_packages": true,
"filesystem": "ext4",
"client": "luci/git-23.339.51123-138595a"
}
STDOUT:
alpine-repositories - 2.14.0-1
apk - 2.14.0-1
ar - 2.40-1
attendedsysupgrade-common - 8
base-files - 1554-r23809-234f1a2efa
bash - 5.2.15-1
bcm27xx-gpu-fw - 2024-01-11-0968de28716a9b1f106b8492646d0ed0a2800152
bcm27xx-userland - 96a7334ae9d5fc9db7ac92e59852377df63f1848-1
bind-dig - 9.18.24-1
bind-libs - 9.18.24-1
binutils - 2.40-1
block-mount - 2023-02-28-bfe882d5-1
brcmfmac-firmware-usb - 20230804-1
brcmfmac-nvram-43455-sdio - 20230804-1
busybox - 1.36.1-1
ca-bundle - 20230311-1
cfdisk - 2.39-2
cgi-io - 2022-08-10-901b0f04-21
collectd - 5.12.0-49
collectd-mod-cpu - 5.12.0-49
collectd-mod-cpufreq - 5.12.0-49
collectd-mod-ethstat - 5.12.0-49
collectd-mod-exec - 5.12.0-49
collectd-mod-interface - 5.12.0-49
collectd-mod-iwinfo - 5.12.0-49
collectd-mod-load - 5.12.0-49
collectd-mod-memory - 5.12.0-49
collectd-mod-network - 5.12.0-49
collectd-mod-rrdtool - 5.12.0-49
collectd-mod-sensors - 5.12.0-49
curl - 8.6.0-1
cypress-firmware-43455-sdio - 5.10.9-2022_0909-1
darkstat - 3.0.719-6
dawn - 2023-05-14-e036905a-1
diffutils - 3.8-1
dnsmasq-full - 2.90-2
dropbear - 2022.82-6
dtc - 1.7.0-1
e2fsprogs - 1.47.0-2
f2fs-tools - 1.16.0-1
f2fsck - 1.16.0-1
fail2ban - 0.11.2-9
firewall4 - 2023-09-01-598d9fbb-1
fstools - 2023-02-28-bfe882d5-1
fwtool - 2019-11-12-8f7fe925-1
gcc - 12.3.0-5
gdisk - 1.0.9-1
getrandom - 2022-08-13-4c7b720b-2
git - 2.43.2-1
git-http - 2.43.2-1
hostapd-common - 2023-09-08-e5ccbfc6-6
hostapd-utils - 2023-09-08-e5ccbfc6-6
htop - 3.3.0-1
httping - 2.5-1
https-dns-proxy - 2023.11.19-r1
iftop - 2018-10-03-77901c8c-2
ip-tiny - 6.3.0-1
ip6tables-zz-legacy - 1.8.8-2
iperf3 - 3.16-1
ipset - 7.17-1
iptables-mod-conntrack-extra - 1.8.8-2
iptables-mod-ipopt - 1.8.8-2
iptables-zz-legacy - 1.8.8-2
irqbalance - 1.9.3-2
iw - 5.19-1
iwinfo - 2023-07-01-ca79f641-1
jansson - 2.14-3
jq - 1.6-2
jshn - 2023-05-23-75a3b870-1
jsonfilter - 2024-01-23-594cfa86-1
kernel - 5.15.150-1-bd9c06a169c49b7613087c1d65b97108
kmod-brcmfmac - 5.15.150+6.1.24-3
kmod-brcmutil - 5.15.150+6.1.24-3
kmod-cfg80211 - 5.15.150+6.1.24-3
kmod-crypto-acompress - 5.15.150-1
kmod-crypto-aead - 5.15.150-1
kmod-crypto-ccm - 5.15.150-1
kmod-crypto-cmac - 5.15.150-1
kmod-crypto-crc32 - 5.15.150-1
kmod-crypto-crc32c - 5.15.150-1
kmod-crypto-ctr - 5.15.150-1
kmod-crypto-gcm - 5.15.150-1
kmod-crypto-gf128 - 5.15.150-1
kmod-crypto-ghash - 5.15.150-1
kmod-crypto-hash - 5.15.150-1
kmod-crypto-hmac - 5.15.150-1
kmod-crypto-kpp - 5.15.150-1
kmod-crypto-lib-chacha20 - 5.15.150-1
kmod-crypto-lib-chacha20poly1305 - 5.15.150-1
kmod-crypto-lib-curve25519 - 5.15.150-1
kmod-crypto-lib-poly1305 - 5.15.150-1
kmod-crypto-manager - 5.15.150-1
kmod-crypto-null - 5.15.150-1
kmod-crypto-rng - 5.15.150-1
kmod-crypto-seqiv - 5.15.150-1
kmod-crypto-sha256 - 5.15.150-1
kmod-crypto-sha512 - 5.15.150-1
kmod-fixed-phy - 5.15.150-1
kmod-fs-ext4 - 5.15.150-1
kmod-fs-f2fs - 5.15.150-1
kmod-fs-vfat - 5.15.150-1
kmod-hid - 5.15.150-1
kmod-hid-generic - 5.15.150-1
kmod-hwmon-core - 5.15.150-1
kmod-hwmon-raspberrypi - 5.15.150-1
kmod-i2c-algo-bit - 5.15.150-1
kmod-i2c-bcm2835 - 5.15.150-1
kmod-i2c-core - 5.15.150-1
kmod-i2c-gpio - 5.15.150-1
kmod-input-core - 5.15.150-1
kmod-input-evdev - 5.15.150-1
kmod-ip6tables - 5.15.150-1
kmod-ipt-conntrack - 5.15.150-1
kmod-ipt-conntrack-extra - 5.15.150-1
kmod-ipt-core - 5.15.150-1
kmod-ipt-ipopt - 5.15.150-1
kmod-ipt-ipset - 5.15.150-1
kmod-ipt-raw - 5.15.150-1
kmod-lib-crc-ccitt - 5.15.150-1
kmod-lib-crc16 - 5.15.150-1
kmod-lib-crc32c - 5.15.150-1
kmod-lib-lzo - 5.15.150-1
kmod-libphy - 5.15.150-1
kmod-mac80211 - 5.15.150+6.1.24-3
kmod-mdio-devres - 5.15.150-1
kmod-mii - 5.15.150-1
kmod-mmc - 5.15.150-1
kmod-nf-conncount - 5.15.150-1
kmod-nf-conntrack - 5.15.150-1
kmod-nf-conntrack-netlink - 5.15.150-1
kmod-nf-conntrack6 - 5.15.150-1
kmod-nf-flow - 5.15.150-1
kmod-nf-ipt - 5.15.150-1
kmod-nf-ipt6 - 5.15.150-1
kmod-nf-log - 5.15.150-1
kmod-nf-log6 - 5.15.150-1
kmod-nf-nat - 5.15.150-1
kmod-nf-reject - 5.15.150-1
kmod-nf-reject6 - 5.15.150-1
kmod-nfnetlink - 5.15.150-1
kmod-nft-core - 5.15.150-1
kmod-nft-fib - 5.15.150-1
kmod-nft-nat - 5.15.150-1
kmod-nft-offload - 5.15.150-1
kmod-nls-base - 5.15.150-1
kmod-nls-cp437 - 5.15.150-1
kmod-nls-iso8859-1 - 5.15.150-1
kmod-nls-utf8 - 5.15.150-1
kmod-of-mdio - 5.15.150-1
kmod-phy-microchip - 5.15.150-1
kmod-phy-realtek - 5.15.150-1
kmod-ppp - 5.15.150-1
kmod-pppoe - 5.15.150-1
kmod-pppox - 5.15.150-1
kmod-r8169 - 5.15.150-1
kmod-scsi-core - 5.15.150-1
kmod-slhc - 5.15.150-1
kmod-sound-arm-bcm2835 - 5.15.150-1
kmod-sound-core - 5.15.150-1
kmod-tun - 5.15.150-1
kmod-udptunnel4 - 5.15.150-1
kmod-udptunnel6 - 5.15.150-1
kmod-usb-core - 5.15.150-1
kmod-usb-ehci - 5.15.150-1
kmod-usb-hid - 5.15.150-1
kmod-usb-net - 5.15.150-1
kmod-usb-net-cdc-ether - 5.15.150-1
kmod-usb-net-cdc-ncm - 5.15.150-1
kmod-usb-net-lan78xx - 5.15.150-1
kmod-usb-net-rtl8152 - 5.15.150-1
kmod-usb-storage - 5.15.150-1
kmod-usb-storage-uas - 5.15.150-1
kmod-usb-xhci-hcd - 5.15.150-1
kmod-usb2 - 5.15.150-1
kmod-usb3 - 5.15.150-1
kmod-wireguard - 5.15.150-1
libatomic - 12.3.0-4
libbfd - 2.40-1
libblkid - 2.39-2
libblobmsg-json - 2023-05-23-75a3b870-1
libbz2 - 1.0.8-1
libc - 1.2.4-4
libcap - 2.69-1
libcares - 1.27.0-1
libcomerr - 1.47.0-2
libctf - 2.40-1
libcurl - 8.6.0-1
libev - 4.33-2
libevdev - 1.13.0-1
libevent2 - 2.1.12-1
libevent2-core - 2.1.12-1
libext2fs - 1.47.0-2
libf2fs - 1.16.0-1
libfdisk - 2.39-2
libffi - 3.4.2-2
libgcc - 12.3.0-4
libgcrypt - 1.10.2-1
libgmp - 6.2.1-1
libgpg-error - 1.47-1
libip4tc - 1.8.8-2
libip6tc - 1.8.8-2
libiperf3 - 3.16-1
libipset - 7.17-1
libiptext - 1.8.8-2
libiptext6 - 1.8.8-2
libiwinfo-data - 2023-07-01-ca79f641-1
libiwinfo-lua - 2023-07-01-ca79f641-1
libiwinfo - 2023-07-01-ca79f641-1
libjpeg-turbo - 2.1.4-2
libjson-c - 0.16-3
libjson-script - 2023-05-23-75a3b870-1
libltdl - 2.4.7-1
liblua - 5.1.5-10
liblucihttp-lua - 2023-03-15-9b5b683f-1
liblucihttp-ucode - 2023-03-15-9b5b683f-1
liblucihttp - 2023-03-15-9b5b683f-1
libmbedtls - 2.28.7-2
libmnl - 1.0.5-1
libmount - 2.39-2
libncurses - 6.4-2
libnetfilter-conntrack - 1.0.9-2
libnettle - 3.9.1-1
libnfnetlink - 1.0.2-1
libnftnl - 1.2.6-1
libnghttp2 - 1.57.0-1
libnl-tiny - 2023-07-27-bc92a280-1
libopcodes - 2.40-1
libopenssl-conf - 3.0.13-1
libopenssl - 3.0.13-1
libpcap - 1.10.4-1
libpcre - 8.45-5
libpcre2 - 10.42-1
libpng - 1.6.39-1
libpopt - 1.19-1
libpthread - 1.2.4-4
libpython3 - 3.11.7-1
libqrencode - 4.1.1-1
libreadline - 8.2-1
librrd1 - 1.0.50-5
librt - 1.2.4-4
libsensors - 3.6.0-1
libsmartcols - 2.39-2
libsqlite3 - 3410200-1
libss - 1.47.0-2
libstdcpp - 12.3.0-4
libsysfs - 2.1.0-4
libtirpc - 1.3.3-1
libubox - 2023-05-23-75a3b870-1
libubus-lua - 2023-06-05-f787c97b-1
libubus - 2023-06-05-f787c97b-1
libuci-lua - 2023-08-10-5781664d-1
libuci - 2023-08-10-5781664d-1
libuclient - 2023-04-13-007d9454-1
libucode - 2023-11-07-a6e75e02-1
libudev-zero - 1.0.1-1
libusb-1.0 - 1.0.26-3
libustream-mbedtls - 2023-02-25-498f6e26-1
libuuid - 2.39-2
libuv - 1.48.0-1
libwebp - 1.3.2-1
libxtables - 1.8.8-2
libzstd - 1.5.2-2
lm-sensors - 3.6.0-1
logd - 2022-08-13-4c7b720b-2
lsof - 4.94.0-1
lua - 5.1.5-10
luci - git-23.051.66410-a505bb1
luci-app-advanced-reboot - 1.0.1-r10
luci-app-attendedsysupgrade - git-23.339.51123-138595a
luci-app-dawn - git-23.318.36526-7739e9f
luci-app-firewall - git-24.067.01746-69867db
luci-app-https-dns-proxy - 2023.11.19-r1
luci-app-mwan3 - git-22.181.29827-675a0ea
luci-app-nlbwmon - git-23.208.37462-0a24642
luci-app-opkg - git-24.043.63812-c89a68b
luci-app-statistics - git-24.034.36441-feee897
luci-base - git-24.086.45142-09d5a38
luci-lib-base - git-22.308.54612-9118452
luci-lib-ip - git-23.311.79290-c2a887e
luci-lib-json - git-18.184.37844-cde13dc
luci-lib-jsonc - git-23.298.74571-62eb535
luci-lib-nixio - git-24.034.54875-21210dc
luci-light - git-23.024.33244-34dee82
luci-lua-runtime - git-23.233.52805-dae2684
luci-mod-admin-full - git-19.253.48496-3f93650
luci-mod-network - git-24.075.44893-ac63bea
luci-mod-status - git-24.064.82650-3cbf270
luci-mod-system - git-24.067.01860-7a82b2f
luci-proto-ipv6 - git-24.086.45108-51aee90
luci-proto-ppp - git-21.158.38888-88b9d84
luci-proto-wireguard - git-24.047.55123-7964117
luci-ssl - git-23.035.26083-7550ad6
luci-theme-bootstrap - git-24.086.46634-1ffe078
make - 4.3-1
mesh11sd - 3.1.0-1
mkf2fs - 1.16.0-1
mtd - 26
mtr-json - 0.95-3
mwan3 - 2.11.8-1
netifd - 2024-01-04-c18cc79d-1
nftables-json - 1.0.8-1
nlbwmon - 2021-09-01-d82c910c-1
objdump - 2.40-1
odhcp6c - 2023-05-12-bcd28363-20
odhcpd-ipv6only - 2023-10-24-d8118f6e-1
openssl-util - 3.0.13-1
openwrt-keyring - 2022-03-25-62471e69-2
opkg - 2022-02-24-d038e5b6-2
partx-utils - 2.39-2
pingcheck - 2022-03-01-1
ppp - 2.4.9.git-2021-01-04-4
ppp-mod-pppoe - 2.4.9.git-2021-01-04-4
procd - 2023-06-25-2db83655-2
procd-seccomp - 2023-06-25-2db83655-2
procd-ujail - 2023-06-25-2db83655-2
px5g-mbedtls - 10
python3-base - 3.11.7-1
python3-ctypes - 3.11.7-1
python3-distutils - 3.11.7-1
python3-email - 3.11.7-1
python3-light - 3.11.7-1
python3-logging - 3.11.7-1
python3-pkg-resources - 68.2.2-1
python3-sqlite3 - 3.11.7-1
python3-urllib - 3.11.7-1
qrencode - 4.1.1-1
r8152-firmware - 20230804-1
r8169-firmware - 20230804-1
resize2fs - 1.47.0-2
resolveip - 2
rpcd - 2023-07-01-c07ab2f9-1
rpcd-mod-file - 2023-07-01-c07ab2f9-1
rpcd-mod-iwinfo - 2023-07-01-c07ab2f9-1
rpcd-mod-luci - 20240305-1
rpcd-mod-rpcsys - 2023-07-01-c07ab2f9-1
rpcd-mod-rrdns - 20170710
rpcd-mod-ucode - 2023-07-01-c07ab2f9-1
rrdtool1 - 1.0.50-5
rsync - 3.2.7-1
shadow-common - 4.8.1-3
shadow-groupadd - 4.8.1-3
shadow-useradd - 4.8.1-3
shadow-usermod - 4.8.1-3
sudo - 1.9.14p3-1
sysfsutils - 2.1.0-4
terminfo - 6.4-2
tmux - 3.3a-1
tune2fs - 1.47.0-2
ubox - 2022-08-13-4c7b720b-2
ubus - 2023-06-05-f787c97b-1
ubusd - 2023-06-05-f787c97b-1
uci - 2023-08-10-5781664d-1
uclient-fetch - 2023-04-13-007d9454-1
ucode - 2023-11-07-a6e75e02-1
ucode-mod-fs - 2023-11-07-a6e75e02-1
ucode-mod-html - 1
ucode-mod-lua - 1
ucode-mod-math - 2023-11-07-a6e75e02-1
ucode-mod-nl80211 - 2023-11-07-a6e75e02-1
ucode-mod-rtnl - 2023-11-07-a6e75e02-1
ucode-mod-ubus - 2023-11-07-a6e75e02-1
ucode-mod-uci - 2023-11-07-a6e75e02-1
ucode-mod-uloop - 2023-11-07-a6e75e02-1
uhttpd - 2023-06-25-34a8a74d-2
uhttpd-mod-ubus - 2023-06-25-34a8a74d-2
umdns - 2024-03-04-7c675979-1
urandom-seed - 3
usbids - 0.359-1
usbutils - 014-1
usign - 2020-05-23-f1f65026-1
wireguard-tools - 1.0.20210914-2
wireless-regdb - 2024.01.23-1
wpad-mesh-mbedtls - 2023-09-08-e5ccbfc6-6
xtables-legacy - 1.8.8-2
zlib - 1.2.13-1
zsh - 5.9-2
STDERR:
Generate local signing keys...
Generate local certificate...
Package list missing or not up-to-date, generating it.
Building package index...
Downloading https://downloads.openwrt.org/releases/23.05.3/targets/bcm27xx/bcm2711/packages/Packages.gz
Updated list of available packages in /builder/build_dir/target-aarch64_cortex-a72_musl/root-bcm27xx/../../../../builder/dl/openwrt_core
Downloading https://downloads.openwrt.org/releases/23.05.3/targets/bcm27xx/bcm2711/packages/Packages.sig
Signature check passed.
Downloading https://downloads.openwrt.org/releases/23.05.3/packages/aarch64_cortex-a72/base/Packages.gz
Updated list of available packages in /builder/build_dir/target-aarch64_cortex-a72_musl/root-bcm27xx/../../../../builder/dl/openwrt_base
Downloading https://downloads.openwrt.org/releases/23.05.3/packages/aarch64_cortex-a72/base/Packages.sig
Signature check passed.
Downloading https://downloads.openwrt.org/releases/23.05.3/packages/aarch64_cortex-a72/luci/Packages.gz
Updated list of available packages in /builder/build_dir/target-aarch64_cortex-a72_musl/root-bcm27xx/../../../../builder/dl/openwrt_luci
Downloading https://downloads.openwrt.org/releases/23.05.3/packages/aarch64_cortex-a72/luci/Packages.sig
Signature check passed.
Downloading https://downloads.openwrt.org/releases/23.05.3/packages/aarch64_cortex-a72/packages/Packages.gz
Updated list of available packages in /builder/build_dir/target-aarch64_cortex-a72_musl/root-bcm27xx/../../../../builder/dl/openwrt_packages
Downloading https://downloads.openwrt.org/releases/23.05.3/packages/aarch64_cortex-a72/packages/Packages.sig
Signature check passed.
Downloading https://downloads.openwrt.org/releases/23.05.3/packages/aarch64_cortex-a72/routing/Packages.gz
Updated list of available packages in /builder/build_dir/target-aarch64_cortex-a72_musl/root-bcm27xx/../../../../builder/dl/openwrt_routing
Downloading https://downloads.openwrt.org/releases/23.05.3/packages/aarch64_cortex-a72/routing/Packages.sig
Signature check passed.
Downloading https://downloads.openwrt.org/releases/23.05.3/packages/aarch64_cortex-a72/telephony/Packages.gz
Updated list of available packages in /builder/build_dir/target-aarch64_cortex-a72_musl/root-bcm27xx/../../../../builder/dl/openwrt_telephony
Downloading https://downloads.openwrt.org/releases/23.05.3/packages/aarch64_cortex-a72/telephony/Packages.sig
Signature check passed.
Downloading file:packages/Packages
Updated list of available packages in /builder/build_dir/target-aarch64_cortex-a72_musl/root-bcm27xx/../../../../builder/dl/imagebuilder
Downloading file:packages/Packages.sig
Signature check passed.
Collected errors:
The text was updated successfully, but these errors were encountered: