openwrt/asu

sysupgrade and custom build requests failing

lorand-horvath opened this issue ยท 8 comments

@aparcar @efahl ASU and firmware-selector fail to build for a few days now, it seems the sysupgrade server is down or its API is somehow broken.
Please see reports:
openwrt/openwrt#15192 (comment)
https://forum.openwrt.org/t/the-openwrt-firmware-selector/81721/874
https://forum.openwrt.org/t/the-openwrt-firmware-selector/81721/885

Yeah, the front end API server there was completely dead for a while (503 errors fetching stuff from json/v1), then it came back. Still dead with any build requests are just returning Internal Server Error.

Until now, ASU still have problem! Waiting for @aparcar @efahl !!

Sorry, not much I can do, I only work on the clients (and sometimes submit PRs to ASU). Paul is the only one I know who can actually log into the servers.

It works now.

Still got error:
`Downloading file:packages/Packages
Updated list of available packages in /builder/build_dir/target-mipsel_24kc_musl/root-ramips/../../../../builder/dl/imagebuilder
Downloading file:packages/Packages.sig
Signature check passed.
Collected errors:

  • opkg_install_cmd: Cannot install package luci-app-wireguard.
    make[2]: *** [Makefile:220: package_install] Error 255
    make[1]: *** [Makefile:161: _call_manifest] Error 2
    make: *** [Makefile:322: manifest] Error 2`

opkg_install_cmd: Cannot install package luci-app-wireguard.

That's a package issue, nothing to do with ASU server. You can check on the download server to see if it's there, and try again later.

opkg_install_cmd: Cannot install package luci-app-wireguard.

That's a package issue, nothing to do with ASU server. You can check on the download server to see if it's there, and try again later.

Thanks so much! I have checked again. Everything work fine!