-
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
owut: ERROR: Build failed with status 500; ASU server stderr = make: *** No rule to make target 'info'. Stop. #1075
Comments
@aparcar all recent issues are reporting about the same issue. This title. Any hint of where it's coming from and fixing things so it's retrocompatible and firneares are upgradeable again? |
Same for me on AX9000. It just fails at init with the same error. Request headers:
Response:
|
All part of the |
@efahl
Nothing currently works. It is not possible to get new version via attendedsysupgrade:
opkg update:
|
root@OpenWrt:~# owut upgrade
owut - OpenWrt Upgrade Tool 2024.10.27-8c7e42f0-r1 (/usr/bin/owut)
ASU-Server https://sysupgrade.openwrt.org
Upstream https://downloads.openwrt.org
Target ipq40xx/generic
Profile zte_mf286d
Package-arch arm_cortex-a7_neon-vfpv4
Root-FS-type squashfs
Sys-type sysupgrade
Version-from SNAPSHOT r28019-685e979d47 (kernel 6.6.59)
Version-to SNAPSHOT r28021-e29bc67f9d (kernel 6.6.59)
Build-FS-type squashfs
Build-at 2024-11-06T10:41:20Z (~35 hours ago)
Image-prefix openwrt-ipq40xx-generic-zte_mf286d
Image-URL https://downloads.openwrt.org/snapshots/targets/ipq40xx/generic
Image-file openwrt-ipq40xx-generic-zte_mf286d-squashfs-sysupgrade.bin
Installed 288 packages
Top-level 106 packages
Default 41 packages
User-installed 71 packages (top-level only)
Package version changes:
base-files 1630-685e979d47 1630-e29bc67f9d
1 packages are out-of-date
Default package analysis:
Default Provided-by
nftables nftables-json
There are currently package build failures for SNAPSHOT arm_cortex-a7_neon-vfpv4:
Feed: packages
fwupd Wed Nov 6 04:45:33 2024 - not installed
micropython-lib Wed Nov 6 02:36:07 2024 - not installed
umurmur Wed Nov 6 03:23:33 2024 - not installed
Feed: telephony
freetdm Wed Nov 6 05:02:35 2024 - not installed
Failures don't affect this device, details at
https://downloads.openwrt.org/snapshots/faillogs/arm_cortex-a7_neon-vfpv4/
Request:
Version r28021-e29bc67f9d (kernel 6.6.59)
Request hash:
aebdc3e7785cb3ae5ede25104f4a9684
Status: init
Progress: 0s total = 0s in queue + 0s in build
Build failed in 0s total = 0s in queue + 0s to build:
ASU server error =
Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/rq/worker.py", line 1430, in perform_job
rv = job.perform()
^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/rq/job.py", line 1280, in perform
self._result = self._execute()
^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/rq/job.py", line 1317, in _execute
result = self.func(*self.args, **self.kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/app/asu/build.py", line 176, in build
version_code = re.search('Current Revision: "(r.+)"', job.meta["stdout"]).group(1)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'group'
ASU server stderr =
make: *** No rule to make target 'info'. Stop.
ERROR: Build failed with status 500
The above errors are often due to the upgrade server lagging behind the
build server, first suggestion is to wait a while and try again.
The text was updated successfully, but these errors were encountered: