Skip to content
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

Invalid argument (22) #380

Open
schuettecarsten opened this issue Aug 16, 2022 · 6 comments
Open

Invalid argument (22) #380

schuettecarsten opened this issue Aug 16, 2022 · 6 comments

Comments

@schuettecarsten
Copy link

schuettecarsten commented Aug 16, 2022

I've setup an asu server in docker on a clean ubuntu VM. I does not work and I have no idea why, no errors in console output when the five containers are started. Update: It looks like the same error occurs on sysupgrade.openwrt.org server.

Command and error:

auc (0.2.5-2)
Server:    http://192.168.3.208:8000/
Running:   22.03.0-rc6 r19590-042d558536 on mediatek/mt7622 (linksys,e8450-ubi)
Invalid argument (22)

Console output docker:

Attaching to asu-janitor-1, asu-redis-1, asu-server-1, asu-webserver-1, asu-worker-1
asu-redis-1      | 1:C 16 Aug 2022 16:15:28.472 # oO0OoO0OoO0Oo Redis is starting oO0OoO0OoO0Oo
asu-redis-1      | 1:C 16 Aug 2022 16:15:28.472 # Redis version=7.0.4, bits=64, commit=00000000, modified=0, pid=1, just started
asu-redis-1      | 1:C 16 Aug 2022 16:15:28.472 # Warning: no config file specified, using the default config. In order to specify a config file use redis-server /path/to/redis.conf
asu-redis-1      | 1:M 16 Aug 2022 16:15:28.473 * monotonic clock: POSIX clock_gettime
asu-redis-1      | 1:M 16 Aug 2022 16:15:28.481 * Running mode=standalone, port=6379.
asu-redis-1      | 1:M 16 Aug 2022 16:15:28.481 # Server initialized
asu-redis-1      | 1:M 16 Aug 2022 16:15:28.481 # WARNING overcommit_memory is set to 0! Background save may fail under low memory condition. To fix this issue add 'vm.overcommit_memory = 1' to /etc/sysctl.conf and then reboot or run the command 'sysctl vm.overcommit_memory=1' for this to take effect.
asu-redis-1      | 1:M 16 Aug 2022 16:15:28.482 * Loading RDB produced by version 7.0.4
asu-redis-1      | 1:M 16 Aug 2022 16:15:28.482 * RDB age 6 seconds
asu-redis-1      | 1:M 16 Aug 2022 16:15:28.482 * RDB memory usage when created 65.50 Mb
asu-webserver-1  | {"level":"info","ts":1660666528.5816066,"msg":"using provided configuration","config_file":"/etc/caddy/Caddyfile","config_adapter":"caddyfile"}
asu-webserver-1  | {"level":"info","ts":1660666528.6116638,"logger":"admin","msg":"admin endpoint started","address":"tcp/localhost:2019","enforce_origin":false,"origins":["//localhost:2019","//[::1]:2019","//127.0.0.1:2019"]}
asu-webserver-1  | {"level":"warn","ts":1660666528.6222928,"logger":"http","msg":"server is listening only on the HTTP port, so no automatic HTTPS will be applied to this server","server_name":"srv0","http_port":80}
asu-webserver-1  | {"level":"info","ts":1660666528.6234763,"logger":"tls.cache.maintenance","msg":"started background certificate maintenance","cache":"0xc000307c70"}
asu-webserver-1  | {"level":"info","ts":1660666528.6279356,"logger":"tls","msg":"cleaning storage unit","description":"FileStorage:/data/caddy"}
asu-webserver-1  | {"level":"info","ts":1660666528.6314194,"logger":"tls","msg":"finished cleaning storage units"}
asu-webserver-1  | {"level":"info","ts":1660666528.6421046,"msg":"autosaved config (load with --resume flag)","file":"/config/caddy/autosave.json"}
asu-webserver-1  | {"level":"info","ts":1660666528.644257,"msg":"serving initial configuration"}
asu-redis-1      | 1:M 16 Aug 2022 16:15:29.882 * Done loading RDB, keys loaded: 1402, keys expired: 0.
asu-redis-1      | 1:M 16 Aug 2022 16:15:29.882 * DB loaded from disk: 1.400 seconds
asu-redis-1      | 1:M 16 Aug 2022 16:15:29.882 * Ready to accept connections
asu-worker-1     | 16:15:31 Worker rq:worker:a1dc5aa61bb24ce1bcc0b866b58d34c5: started, version 1.11.0
asu-worker-1     | 16:15:31 Subscribing to channel rq:pubsub:a1dc5aa61bb24ce1bcc0b866b58d34c5
asu-worker-1     | 16:15:31 *** Listening on default...
asu-server-1     | [2022-08-16 16:15:32 +0000] [8] [INFO] Starting gunicorn 20.1.0
asu-server-1     | [2022-08-16 16:15:32 +0000] [8] [INFO] Listening at: http://0.0.0.0:8000 (8)
asu-server-1     | [2022-08-16 16:15:32 +0000] [8] [INFO] Using worker: sync
asu-server-1     | [2022-08-16 16:15:32 +0000] [9] [INFO] Booting worker with pid: 9
asu-janitor-1    | [2022-08-16 16:15:44,360] WARNING in janitor: Couldn't download https://downloads.openwrt.org/snapshots/targets/mxs/generic/profiles.json
asu-janitor-1    | [2022-08-16 16:15:47,685] WARNING in janitor: Couldn't download https://downloads.openwrt.org/snapshots/targets/at91/sama5d2/profiles.json
asu-janitor-1    | [2022-08-16 16:15:47,800] WARNING in janitor: Couldn't download https://downloads.openwrt.org/snapshots/targets/at91/sama5d4/profiles.json
asu-janitor-1    | [2022-08-16 16:15:48,176] WARNING in janitor: Couldn't download https://downloads.openwrt.org/snapshots/targets/at91/legacy/profiles.json
asu-janitor-1    | [2022-08-16 16:15:48,776] WARNING in janitor: Couldn't download https://downloads.openwrt.org/snapshots/targets/at91/sama5d3/profiles.json
asu-janitor-1    | [2022-08-16 16:15:49,121] WARNING in janitor: Couldn't download https://downloads.openwrt.org/snapshots/targets/gemini/raidsonic/profiles.json
asu-janitor-1    | [2022-08-16 16:15:49,241] WARNING in janitor: Couldn't download https://downloads.openwrt.org/snapshots/targets/gemini/wiligear/profiles.json
asu-janitor-1    | [2022-08-16 16:15:49,366] WARNING in janitor: Couldn't download https://downloads.openwrt.org/snapshots/targets/octeontx/generic/profiles.json
asu-janitor-1    | [2022-08-16 16:15:50,932] WARNING in janitor: Couldn't download https://downloads.openwrt.org/snapshots/targets/malta/be/profiles.json
asu-janitor-1    | [2022-08-16 16:15:51,048] WARNING in janitor: Couldn't download https://downloads.openwrt.org/snapshots/targets/malta/le64/profiles.json
asu-janitor-1    | [2022-08-16 16:15:51,160] WARNING in janitor: Couldn't download https://downloads.openwrt.org/snapshots/targets/malta/be64/profiles.json
asu-janitor-1    | [2022-08-16 16:15:51,276] WARNING in janitor: Couldn't download https://downloads.openwrt.org/snapshots/targets/malta/le/profiles.json
asu-janitor-1    | [2022-08-16 16:15:52,821] WARNING in janitor: Couldn't download https://downloads.openwrt.org/snapshots/targets/mpc85xx/generic/profiles.json
asu-janitor-1    | [2022-08-16 16:15:55,300] WARNING in janitor: Couldn't download https://downloads.openwrt.org/snapshots/targets/realtek/rtl931x/profiles.json
asu-janitor-1    | [2022-08-16 16:15:55,648] WARNING in janitor: Couldn't download https://downloads.openwrt.org/snapshots/targets/armvirt/32/profiles.json
asu-janitor-1    | [2022-08-16 16:15:55,760] WARNING in janitor: Couldn't download https://downloads.openwrt.org/snapshots/targets/armvirt/64/profiles.json
asu-janitor-1    | [2022-08-16 16:16:00,480] WARNING in janitor: Couldn't download https://downloads.openwrt.org/snapshots/targets/lantiq/ase/profiles.json
asu-janitor-1    | [2022-08-16 16:16:00,859] WARNING in janitor: Couldn't download https://downloads.openwrt.org/snapshots/targets/lantiq/xway_legacy/profiles.json
asu-janitor-1    | [2022-08-16 16:16:01,439] WARNING in janitor: Couldn't download https://downloads.openwrt.org/snapshots/targets/layerscape/armv8_32b/profiles.json
asu-janitor-1    | [2022-08-16 16:16:15,551] WARNING in janitor: Couldn't download https://downloads.openwrt.org/releases/22.03.0-rc6/targets/mxs/generic/profiles.json
asu-janitor-1    | [2022-08-16 16:16:19,744] WARNING in janitor: Couldn't download https://downloads.openwrt.org/releases/22.03.0-rc6/targets/octeontx/generic/profiles.json
asu-janitor-1    | [2022-08-16 16:16:21,119] WARNING in janitor: Couldn't download https://downloads.openwrt.org/releases/22.03.0-rc6/targets/malta/be/profiles.json
asu-janitor-1    | [2022-08-16 16:16:23,191] WARNING in janitor: Couldn't download https://downloads.openwrt.org/releases/22.03.0-rc6/targets/imx/cortexa7/profiles.json
asu-janitor-1    | [2022-08-16 16:16:24,955] WARNING in janitor: Couldn't download https://downloads.openwrt.org/releases/22.03.0-rc6/targets/realtek/rtl931x/profiles.json
asu-janitor-1    | [2022-08-16 16:16:25,312] WARNING in janitor: Couldn't download https://downloads.openwrt.org/releases/22.03.0-rc6/targets/armvirt/32/profiles.json
asu-janitor-1    | [2022-08-16 16:16:25,428] WARNING in janitor: Couldn't download https://downloads.openwrt.org/releases/22.03.0-rc6/targets/armvirt/64/profiles.json
asu-janitor-1    | [2022-08-16 16:16:29,927] WARNING in janitor: Couldn't download https://downloads.openwrt.org/releases/22.03.0-rc6/targets/lantiq/ase/profiles.json
asu-janitor-1    | [2022-08-16 16:16:30,307] WARNING in janitor: Couldn't download https://downloads.openwrt.org/releases/22.03.0-rc6/targets/lantiq/xway_legacy/profiles.json
asu-janitor-1    | [2022-08-16 16:16:44,787] WARNING in janitor: Couldn't download https://downloads.openwrt.org/releases/21.02.3/targets/mxs/generic/profiles.json
asu-janitor-1    | [2022-08-16 16:16:48,796] WARNING in janitor: Couldn't download https://downloads.openwrt.org/releases/21.02.3/targets/octeontx/generic/profiles.json
asu-janitor-1    | [2022-08-16 16:16:50,100] WARNING in janitor: Couldn't download https://downloads.openwrt.org/releases/21.02.3/targets/malta/be/profiles.json
asu-janitor-1    | [2022-08-16 16:16:53,284] WARNING in janitor: Couldn't download https://downloads.openwrt.org/releases/21.02.3/targets/armvirt/32/profiles.json
asu-janitor-1    | [2022-08-16 16:16:53,399] WARNING in janitor: Couldn't download https://downloads.openwrt.org/releases/21.02.3/targets/armvirt/64/profiles.json
asu-janitor-1    | [2022-08-16 16:16:57,792] WARNING in janitor: Couldn't download https://downloads.openwrt.org/releases/21.02.3/targets/lantiq/ase/profiles.json
asu-janitor-1    | [2022-08-16 16:16:58,151] WARNING in janitor: Couldn't download https://downloads.openwrt.org/releases/21.02.3/targets/lantiq/xway_legacy/profiles.json
@schuettecarsten schuettecarsten changed the title No "server" on clean docker based installation Invalid argument (22) Aug 16, 2022
@muellerj
Copy link

muellerj commented Sep 15, 2022

Getting the same error on a Raspberry Pi:

# auc
auc (0.2.4-8)
Server:    https://sysupgrade.openwrt.org
Running:   21.02.2 r16495-bf0c965af0 on bcm27xx/bcm2711 (raspberrypi,4-model-b)
Invalid argument (22)

@aparcar
Copy link
Member

aparcar commented Sep 16, 2022

I just tested the docker container locally and it works fine... I'll setup a RaspberryPi to test that device specifically.

asu-janitor-1    | [2022-09-16 22:51:22,088] WARNING in janitor: Couldn't download https://downloads.openwrt.org/snapshots/targets/lantiq/xway_legacy/profiles.json
asu-janitor-1    | [2022-09-16 22:51:22,946] WARNING in janitor: Couldn't download https://downloads.openwrt.org/snapshots/targets/layerscape/armv8_32b/profiles.json
asu-redis-1      | 1:M 16 Sep 2022 22:51:32.044 * 100 changes in 300 seconds. Saving...
asu-redis-1      | 1:M 16 Sep 2022 22:51:32.048 * Background saving started by pid 48
asu-redis-1      | 48:C 16 Sep 2022 22:51:33.896 * DB saved on disk
asu-redis-1      | 48:C 16 Sep 2022 22:51:33.900 * Fork CoW for RDB: current 1 MB, peak 1 MB, average 1 MB
asu-redis-1      | 1:M 16 Sep 2022 22:51:33.988 * Background saving terminated with success
asu-redis-1      | 1:M 16 Sep 2022 22:56:34.018 * 100 changes in 300 seconds. Saving...
asu-redis-1      | 1:M 16 Sep 2022 22:56:34.031 * Background saving started by pid 49
asu-redis-1      | 49:C 16 Sep 2022 22:56:35.542 * DB saved on disk
asu-redis-1      | 49:C 16 Sep 2022 22:56:35.545 * Fork CoW for RDB: current 1 MB, peak 1 MB, average 0 MB
asu-redis-1      | 1:M 16 Sep 2022 22:56:35.574 * Background saving terminated with success
asu-worker-1     | 22:59:28 default: asu.build.build({'version': '22.03.0', 'version_code': 'r19685-512e76967f', 'target': 'medi...) (4b43e5bbc8633c7302bed21dbe0169e6)
asu-worker-1     | 22:59:29 Building {'version': '22.03.0', 'version_code': 'r19685-512e76967f', 'target': 'mediatek/mt7622', 'filesystem': 'squashfs', 'profile': 'linksys_e8450-ubi', 'diff_packages': True, 'packages_versions': {'iwinfo': '2022-08-19-0dad3e66-1', 'kmod-crypto-gf128': '5.10.138-1', 'opkg': '2022-02-24-d038e5b6-1', 'ubus': '2022-06-01-2bebf93c-1', 'iw': '5.16-1', 'kmod-crypto-manager': '5.10.138-1', 'libuci': '2021-10-22-f84f49f0-6', 'busybox': '1.35.0-3', 'kmod-crypto-ctr': '5.10.138-1', 'kmod-nft-fib': '5.10.138-1', 'kmod-nfnetlink': '5.10.138-1', 'kmod-crypto-hash': '5.10.138-1', 'kmod-nf-reject6': '5.10.138-1', 'kmod-crypto-aead': '5.10.138-1', 'strace': '5.16-1', 'kmod-nf-flow': '5.10.138-1', 'libnl-tiny': '2021-11-21-8e0555fb-1', 'libustream-wolfssl': '2022-01-16-868fd881-1', 'kmod-lib-crc-ccitt': '5.10.138-1', 'getrandom': '2021-08-03-205defb5-2', 'ucode-mod-ubus': '2022-08-29-344fa9e6-1', 'kmod-pppoe': '5.10.138-1', 'kmod-pppox': '5.10.138-1', 'wpad-basic-wolfssl': '2022-01-16-cff80b4f-12', 'kmod-nf-reject': '5.10.138-1', 'procd-ujail': '2022-06-01-7a009685-1', 'base-files': '1490-r19685-512e76967f', 'kmod-nf-nat': '5.10.138-1', 'kmod-crypto-crc32c': '5.10.138-1', 'ucode-mod-uci': '2022-08-29-344fa9e6-1', 'kmod-mt7615e': '5.10.138+2022-08-26-5ec78e1e-4', 'netifd': '2022-08-25-76d2d41b-1', 'libubus': '2022-06-01-2bebf93c-1', 'firewall4': '2022-09-01-f5fcdcf2-1', 'uboot-envtools': '2022.01-31', 'dnsmasq': '2.86-14', 'procd': '2022-06-01-7a009685-1', 'kmod-crypto-hmac': '5.10.138-1', 'kmod-crypto-sha256': '5.10.138-1', 'kmod-mt7615-common': '5.10.138+2022-08-26-5ec78e1e-4', 'ubusd': '2022-06-01-2bebf93c-1', 'kmod-nf-nat6': '5.10.138-1', 'kmod-crypto-acompress': '5.10.138-1', 'kmod-lib-crc32c': '5.10.138-1', 'libjson-script': '2022-05-15-d2223ef9-1', 'kmod-mt76-connac': '5.10.138+2022-08-26-5ec78e1e-4', 'kmod-crypto-seqiv': '5.10.138-1', 'kmod-nft-nat': '5.10.138-1', 'kmod-usb3': '5.10.138-1', 'libmnl': '1.0.5-1', 'jansson': '2.13.1-2', 'tcpdump': '4.9.3-4', 'ubi-utils': '2.1.4-1', 'odhcp6c': '2022-08-05-7d21e8d8-18', 'fstools': '2022-06-02-93369be0-2', 'uclient-fetch': '2021-05-14-6a6011df-1', 'kmod-crypto-ghash': '5.10.138-1', 'uci': '2021-10-22-f84f49f0-6', 'ucode-mod-fs': '2022-08-29-344fa9e6-1', 'dropbear': '2022.82-2', 'kmod-hwmon-core': '5.10.138-1', 'libnftnl': '1.2.1-1', 'mtd': '26', 'odhcpd-ipv6only': '2022-03-22-860ca900-1', 'procd-seccomp': '2022-06-01-7a009685-1', 'libiwinfo-data': '2022-08-19-0dad3e66-1', 'ucode': '2022-08-29-344fa9e6-1', 'kmod-mt7915e': '5.10.138+2022-08-26-5ec78e1e-4', 'kmod-crypto-ccm': '5.10.138-1', 'kmod-nf-log': '5.10.138-1', 'urandom-seed': '3', 'luci-mod-dashboard': 'git-21.246.68627-0ce25b0', 'ppp': '2.4.9.git-2021-01-04-3', 'kmod-leds-gpio': '5.10.138-1', 'kmod-gpio-button-hotplug': '5.10.138-3', 'logd': '2021-08-03-205defb5-2', 'kmod-nf-log6': '5.10.138-1', 'kmod-mac80211': '5.10.138+5.15.58-1-1', 'libblobmsg-json': '2022-05-15-d2223ef9-1', 'libwolfssl': '5.4.0-stable-5', 'openwrt-keyring': '2022-03-25-62471e69-3', 'luci-app-attendedsysupgrade': 'git-22.210.54153-69231a7', 'jshn': '2022-05-15-d2223ef9-1', 'nftables-json': '1.0.2-2.1', 'kmod-nft-offload': '5.10.138-1', 'kmod-ppp': '5.10.138-1', 'kmod-crypto-null': '5.10.138-1', 'libiwinfo': '2022-08-19-0dad3e66-1', 'kmod-mt7615-firmware': '5.10.138+2022-08-26-5ec78e1e-4', 'libjson-c': '0.15-2', 'auc': '0.2.5-2', 'kmod-nf-conntrack': '5.10.138-1', 'usign': '2020-05-23-f1f65026-1', 'kmod-crypto-gcm': '5.10.138-1', 'libubox': '2022-05-15-d2223ef9-1', 'ca-bundle': '20211016-1', 'libuclient': '2021-05-14-6a6011df-1', 'kmod-crypto-cmac': '5.10.138-1', 'kmod-crypto-rng': '5.10.138-1', 'luci': 'git-20.074.84698-ead5e81', 'kmod-nf-conntrack6': '5.10.138-1', 'usteer': '2022-08-18-7d2b17c9-1', 'libucode': '2022-08-29-344fa9e6-1', 'kmod-lib-lzo': '5.10.138-1', 'kmod-mt76-core': '5.10.138+2022-08-26-5ec78e1e-4', 'ubox': '2021-08-03-205defb5-2', 'kmod-nft-core': '5.10.138-1', 'fwtool': '2019-11-12-8f7fe925-1', 'jsonfilter': '2018-02-04-c7e938d6-1', 'hostapd-common': '2022-01-16-cff80b4f-12', 'wireless-regdb': '2022.06.06-1', 'urngd': '2020-01-21-c7f7b6b6-1', 'kmod-slhc': '5.10.138-1', 'kmod-cfg80211': '5.10.138+5.15.58-1-1', 'ppp-mod-pppoe': '2.4.9.git-2021-01-04-3'}, 'distro': 'openwrt', 'branch': '22.03', 'arch': 'aarch64_cortex-a53', 'packages': {'dropbear', 'strace', 'libustream-wolfssl', 'kmod-cfg80211', 'kmod-nft-nat', 'kmod-nft-offload', 'kmod-crypto-sha256', 'kmod-gpio-button-hotplug', 'netifd', 'procd-seccomp', 'dnsmasq', 'odhcpd-ipv6only', 'urngd', 'kmod-crypto-gcm', 'ucode', 'urandom-seed', 'jsonfilter', 'kmod-crypto-acompress', 'procd', 'kmod-nft-core', 'kmod-pppox', 'kmod-crypto-hmac', 'kmod-nf-log', 'wpad-basic-wolfssl', 'kmod-mt7915e', 'kmod-mt76-connac', 'libuci', 'libnl-tiny', 'ubi-utils', 'ppp-mod-pppoe', 'logd', 'libubox', 'kmod-crypto-ghash', 'kmod-nft-fib', 'firewall4', 'libwolfssl', 'openwrt-keyring', 'luci', 'kmod-crypto-manager', 'kmod-crypto-ctr', 'kmod-nf-conntrack', 'base-files', 'kmod-mt7615e', 'kmod-nf-log6', 'kmod-mt7615-firmware', 'kmod-pppoe', 'kmod-crypto-ccm', 'jshn', 'kmod-lib-crc-ccitt', 'luci-app-attendedsysupgrade', 'busybox', 'libucode', 'kmod-mt7615-common', 'jansson', 'ca-bundle', 'iwinfo', 'uci', 'wireless-regdb', 'kmod-nf-nat6', 'kmod-crypto-crc32c', 'kmod-crypto-cmac', 'libubus', 'usteer', 'libjson-c', 'libjson-script', 'kmod-slhc', 'ubox', 'luci-mod-dashboard', 'iw', 'libiwinfo', 'getrandom', 'ucode-mod-fs', 'fwtool', 'libmnl', 'kmod-nf-flow', 'procd-ujail', 'ucode-mod-ubus', 'kmod-nf-reject6', 'kmod-mt76-core', 'hostapd-common', 'kmod-ppp', 'tcpdump', 'kmod-lib-lzo', 'ppp', 'libuclient', 'uclient-fetch', 'kmod-crypto-hash', 'usign', 'kmod-nf-reject', 'kmod-crypto-gf128', 'odhcp6c', 'kmod-nf-nat', 'ucode-mod-uci', 'kmod-nfnetlink', 'ubusd', 'kmod-crypto-aead', 'uboot-envtools', 'kmod-hwmon-core', 'opkg', 'kmod-leds-gpio', 'kmod-nf-conntrack6', 'nftables-json', 'kmod-usb3', 'kmod-mac80211', 'libiwinfo-data', 'libblobmsg-json', 'mtd', 'kmod-crypto-null', 'fstools', 'libnftnl', 'kmod-crypto-seqiv', 'auc', 'ubus', 'kmod-lib-crc32c', 'kmod-crypto-rng'}, 'store_path': PosixPath('/home/build/asu/public/store'), 'upstream_url': 'https://downloads.openwrt.org', 'branch_data': {'enabled': True, 'extra_keys': [], 'extra_repos': {}, 'git_branch': 'openwrt-22.03', 'name': '22.03', 'path': 'releases/{version}', 'path_packages': 'releases/packages-{branch}', 'pubkey': 'RWRNAX5vHtXWFmt+n5di7XX8rTu0w+c8X7Ihv4oCyD6tzsUwmH0A6kO0', 'release_date': '2022-09-06', 'repos': ['base', 'packages', 'luci', 'routing', 'telephony'], 'snapshot': False, 'updates': 'features', 'versions': ['22.03.0', '22.03.0-rc6', '22.03-SNAPSHOT'], 'package_changes': {'kmod-nft-nat6': None, 'firewall': 'firewall4'}}, 'request_hash': '4b43e5bbc8633c7302bed21dbe0169e6'}
asu-worker-1     | 22:59:29 sig_file_headers: 
asu-worker-1     | {'Server': 'nginx/1.14.2', 'Date': 'Fri, 16 Sep 2022 22:59:30 GMT', 'Content-Type': 'application/octet-stream', 'Content-Length': '142', 'Last-Modified': 'Sun, 04 Sep 2022 10:37:00 GMT', 'Connection': 'keep-alive', 'ETag': '"63147fcc-8e"', 'Access-Control-Allow-Methods': 'GET, POST, OPTIONS', 'Access-Control-Allow-Headers': 'DNT, X-CustomHeader, Keep-Alive, User-Agent, X-Requested-With, If-Modified-Since, Cache-Control, Content-Type, Content-Range, Range', 'Accept-Ranges': 'bytes'}
asu-worker-1     | 22:59:29 Origin Sun, 04 Sep 2022 10:37:00 GMT
asu-worker-1     | 22:59:29 New ImageBuilder upstream available
asu-worker-1     | 22:59:29 Setting up ImageBuilder
asu-worker-1     | 22:59:29 Downloading sha256sums.sig
asu-worker-1     | 22:59:29 Downloading sha256sums
asu-worker-1     | 22:59:30 Signatures downloadeduntrusted comment: verify with usign.pub
asu-worker-1     | RWRNAX5vHtXWFiUwPyL8sSKkkifmew9xiSAd/QiRKoOr3V0oPGc4stK5s5OjiTKPa102UGQwmiTzFdwdnL/o6tUyGnLQI/JdygE=
asu-worker-1     | 
asu-worker-1     | 22:59:30 Downloading openwrt-imagebuilder-22.03.0-mediatek-mt7622.Linux-x86_64.tar.xz
asu-worker-1     | 23:00:14 Extracted TAR openwrt-imagebuilder-22.03.0-mediatek-mt7622.Linux-x86_64.tar.xz
asu-worker-1     | 23:00:14 Repos:
asu-worker-1     | ## Place your custom repositories here, they must match the architecture and version.
asu-worker-1     | # src/gz %n https://downloads.openwrt.org/releases/22.03.0
asu-worker-1     | # src custom file:///usr/src/openwrt/bin/mediatek/packages
asu-worker-1     | 
asu-worker-1     | ## Remote package repositories
asu-worker-1     | src/gz openwrt_core https://downloads.openwrt.org/releases/22.03.0/targets/mediatek/mt7622/packages
asu-worker-1     | src/gz openwrt_base https://downloads.openwrt.org/releases/22.03.0/packages/aarch64_cortex-a53/base
asu-worker-1     | src/gz openwrt_luci https://downloads.openwrt.org/releases/22.03.0/packages/aarch64_cortex-a53/luci
asu-worker-1     | src/gz openwrt_packages https://downloads.openwrt.org/releases/22.03.0/packages/aarch64_cortex-a53/packages
asu-worker-1     | src/gz openwrt_routing https://downloads.openwrt.org/releases/22.03.0/packages/aarch64_cortex-a53/routing
asu-worker-1     | src/gz openwrt_telephony https://downloads.openwrt.org/releases/22.03.0/packages/aarch64_cortex-a53/telephony
asu-worker-1     | 
asu-worker-1     | ## This is the local package repository, do not remove!
asu-worker-1     | src imagebuilder file:packages
asu-worker-1     | 
asu-worker-1     | option check_signature
asu-worker-1     | 
asu-redis-1      | 1:M 16 Sep 2022 23:01:36.069 * 100 changes in 300 seconds. Saving...
asu-redis-1      | 1:M 16 Sep 2022 23:01:36.079 * Background saving started by pid 50
asu-redis-1      | 50:C 16 Sep 2022 23:01:37.615 * DB saved on disk
asu-redis-1      | 50:C 16 Sep 2022 23:01:37.620 * Fork CoW for RDB: current 1 MB, peak 1 MB, average 0 MB
asu-redis-1      | 1:M 16 Sep 2022 23:01:37.720 * Background saving terminated with success
asu-janitor-1    | [2022-09-16 23:02:15,418] WARNING in janitor: Couldn't download https://downloads.openwrt.org/releases/21.02.3/targets/mxs/generic/profiles.json
asu-janitor-1    | [2022-09-16 23:02:22,405] WARNING in janitor: Couldn't download https://downloads.openwrt.org/releases/21.02.3/targets/octeontx/generic/profiles.json
asu-janitor-1    | [2022-09-16 23:02:25,011] WARNING in janitor: Couldn't download https://downloads.openwrt.org/releases/21.02.3/targets/malta/be/profiles.json
asu-janitor-1    | [2022-09-16 23:02:31,454] WARNING in janitor: Couldn't download https://downloads.openwrt.org/releases/21.02.3/targets/armvirt/32/profiles.json
asu-janitor-1    | [2022-09-16 23:02:31,802] WARNING in janitor: Couldn't download https://downloads.openwrt.org/releases/21.02.3/targets/armvirt/64/profiles.json
asu-janitor-1    | [2022-09-16 23:02:40,493] WARNING in janitor: Couldn't download https://downloads.openwrt.org/releases/21.02.3/targets/lantiq/ase/profiles.json
asu-worker-1     | 23:02:40 Manifest Packages: dict_keys(['attendedsysupgrade-common', 'auc', 'base-files', 'busybox', 'ca-bundle', 'cgi-io', 'dnsmasq', 'dropbear', 'firewall4', 'fstools', 'fwtool', 'getrandom', 'hostapd-common', 'iw', 'iwinfo', 'jansson', 'jshn', 'jsonfilter', 'kernel', 'kmod-cfg80211', 'kmod-crypto-acompress', 'kmod-crypto-aead', 'kmod-crypto-ccm', 'kmod-crypto-cmac', '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-gpio-button-hotplug', 'kmod-hwmon-core', 'kmod-leds-gpio', 'kmod-lib-crc-ccitt', 'kmod-lib-crc32c', 'kmod-lib-lzo', 'kmod-mac80211', 'kmod-mt76-connac', 'kmod-mt76-core', 'kmod-mt7615-common', 'kmod-mt7615-firmware', 'kmod-mt7615e', 'kmod-mt7915e', 'kmod-nf-conntrack', 'kmod-nf-conntrack6', 'kmod-nf-flow', 'kmod-nf-log', 'kmod-nf-log6', 'kmod-nf-nat', 'kmod-nf-nat6', 'kmod-nf-reject', 'kmod-nf-reject6', 'kmod-nfnetlink', 'kmod-nft-core', 'kmod-nft-fib', 'kmod-nft-nat', 'kmod-nft-offload', 'kmod-nls-base', 'kmod-ppp', 'kmod-pppoe', 'kmod-pppox', 'kmod-slhc', 'kmod-thermal', 'kmod-usb-core', 'kmod-usb-xhci-hcd', 'kmod-usb3', 'libblobmsg-json', 'libc', 'libgcc', 'libiwinfo-data', 'libiwinfo-lua', 'libiwinfo', 'libjson-c', 'libjson-script', 'liblua', 'liblucihttp-lua', 'liblucihttp', 'libmnl', 'libnftnl', 'libnl-tiny', 'libpcap', 'libpthread', 'libubox', 'libubus-lua', 'libubus', 'libuci', 'libuclient', 'libucode', 'libustream-wolfssl', 'libwolfssl', 'logd', 'lua', 'luci', 'luci-app-attendedsysupgrade', 'luci-app-firewall', 'luci-app-opkg', 'luci-base', 'luci-lib-base', 'luci-lib-ip', 'luci-lib-jsonc', 'luci-lib-nixio', 'luci-mod-admin-full', 'luci-mod-dashboard', 'luci-mod-network', 'luci-mod-status', 'luci-mod-system', 'luci-proto-ipv6', 'luci-proto-ppp', 'luci-theme-bootstrap', 'mtd', 'netifd', 'nftables-json', 'odhcp6c', 'odhcpd-ipv6only', 'openwrt-keyring', 'opkg', 'ppp', 'ppp-mod-pppoe', 'procd', 'procd-seccomp', 'procd-ujail', 'rpcd', 'rpcd-mod-file', 'rpcd-mod-iwinfo', 'rpcd-mod-luci', 'rpcd-mod-rpcsys', 'rpcd-mod-rrdns', 'strace', 'tcpdump', 'ubi-utils', 'uboot-envtools', 'ubox', 'ubus', 'ubusd', 'uci', 'uclient-fetch', 'ucode', 'ucode-mod-fs', 'ucode-mod-ubus', 'ucode-mod-uci', 'uhttpd', 'uhttpd-mod-ubus', 'urandom-seed', 'urngd', 'usign', 'usteer', 'wireless-regdb', 'wpad-basic-wolfssl'])
asu-worker-1     | 23:02:40 Packages Hash cbbaa137e2e0
asu-worker-1     | 23:02:40 Created store path: /home/build/asu/public/store/4b43e5bbc8633c7302bed21dbe0169e6
asu-worker-1     | 23:02:40 Enable squashfs
asu-worker-1     | 23:02:40 Disable ext4fs
asu-worker-1     | 23:02:40 Disable ubifs
asu-worker-1     | 23:02:40 Disable jffs2
asu-worker-1     | 23:02:40 Build command: ['make', 'image', 'PROFILE=linksys_e8450-ubi', 'PACKAGES=-libc -libgcc -nftables auc base-files busybox ca-bundle dnsmasq dropbear firewall4 fstools fwtool getrandom hostapd-common iw iwinfo jansson jshn jsonfilter kmod-cfg80211 kmod-crypto-acompress kmod-crypto-aead kmod-crypto-ccm kmod-crypto-cmac 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-gpio-button-hotplug kmod-hwmon-core kmod-leds-gpio kmod-lib-crc-ccitt kmod-lib-crc32c kmod-lib-lzo kmod-mac80211 kmod-mt76-connac kmod-mt76-core kmod-mt7615-common kmod-mt7615-firmware kmod-mt7615e kmod-mt7915e kmod-nf-conntrack kmod-nf-conntrack6 kmod-nf-flow kmod-nf-log kmod-nf-log6 kmod-nf-nat kmod-nf-nat6 kmod-nf-reject kmod-nf-reject6 kmod-nfnetlink kmod-nft-core kmod-nft-fib kmod-nft-nat kmod-nft-offload kmod-ppp kmod-pppoe kmod-pppox kmod-slhc kmod-usb3 libblobmsg-json libiwinfo libiwinfo-data libjson-c libjson-script libmnl libnftnl libnl-tiny libubox libubus libuci libuclient libucode libustream-wolfssl libwolfssl logd luci luci-app-attendedsysupgrade luci-mod-dashboard mtd netifd nftables-json odhcp6c odhcpd-ipv6only openwrt-keyring opkg ppp ppp-mod-pppoe procd procd-seccomp procd-ujail strace tcpdump ubi-utils uboot-envtools ubox ubus ubusd uci uclient-fetch ucode ucode-mod-fs ucode-mod-ubus ucode-mod-uci urandom-seed urngd usign usteer wireless-regdb wpad-basic-wolfssl', 'EXTRA_IMAGE_NAME=cbbaa137e2e0', 'BIN_DIR=/home/build/asu/public/store/4b43e5bbc8633c7302bed21dbe0169e6']
asu-worker-1     | 23:02:40 Running make image PROFILE=linksys_e8450-ubi PACKAGES=-libc -libgcc -nftables auc base-files busybox ca-bundle dnsmasq dropbear firewall4 fstools fwtool getrandom hostapd-common iw iwinfo jansson jshn jsonfilter kmod-cfg80211 kmod-crypto-acompress kmod-crypto-aead kmod-crypto-ccm kmod-crypto-cmac 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-gpio-button-hotplug kmod-hwmon-core kmod-leds-gpio kmod-lib-crc-ccitt kmod-lib-crc32c kmod-lib-lzo kmod-mac80211 kmod-mt76-connac kmod-mt76-core kmod-mt7615-common kmod-mt7615-firmware kmod-mt7615e kmod-mt7915e kmod-nf-conntrack kmod-nf-conntrack6 kmod-nf-flow kmod-nf-log kmod-nf-log6 kmod-nf-nat kmod-nf-nat6 kmod-nf-reject kmod-nf-reject6 kmod-nfnetlink kmod-nft-core kmod-nft-fib kmod-nft-nat kmod-nft-offload kmod-ppp kmod-pppoe kmod-pppox kmod-slhc kmod-usb3 libblobmsg-json libiwinfo libiwinfo-data libjson-c libjson-script libmnl libnftnl libnl-tiny libubox libubus libuci libuclient libucode libustream-wolfssl libwolfssl logd luci luci-app-attendedsysupgrade luci-mod-dashboard mtd netifd nftables-json odhcp6c odhcpd-ipv6only openwrt-keyring opkg ppp ppp-mod-pppoe procd procd-seccomp procd-ujail strace tcpdump ubi-utils uboot-envtools ubox ubus ubusd uci uclient-fetch ucode ucode-mod-fs ucode-mod-ubus ucode-mod-uci urandom-seed urngd usign usteer wireless-regdb wpad-basic-wolfssl EXTRA_IMAGE_NAME=cbbaa137e2e0 BIN_DIR=/home/build/asu/public/store/4b43e5bbc8633c7302bed21dbe0169e6
asu-janitor-1    | [2022-09-16 23:02:41,044] WARNING in janitor: Couldn't download https://downloads.openwrt.org/releases/21.02.3/targets/lantiq/xway_legacy/profiles.json
asu-janitor-1    | [2022-09-16 23:03:10,760] WARNING in janitor: Couldn't download https://downloads.openwrt.org/releases/21.02-SNAPSHOT/targets/mxs/generic/profiles.json
asu-janitor-1    | [2022-09-16 23:03:17,431] WARNING in janitor: Couldn't download https://downloads.openwrt.org/releases/21.02-SNAPSHOT/targets/octeontx/generic/profiles.json
asu-janitor-1    | [2022-09-16 23:03:19,797] WARNING in janitor: Couldn't download https://downloads.openwrt.org/releases/21.02-SNAPSHOT/targets/malta/be/profiles.json
asu-janitor-1    | [2022-09-16 23:03:26,232] WARNING in janitor: Couldn't download https://downloads.openwrt.org/releases/21.02-SNAPSHOT/targets/armvirt/32/profiles.json
asu-janitor-1    | [2022-09-16 23:03:26,415] WARNING in janitor: Couldn't download https://downloads.openwrt.org/releases/21.02-SNAPSHOT/targets/armvirt/64/profiles.json
asu-janitor-1    | [2022-09-16 23:03:33,798] WARNING in janitor: Couldn't download https://downloads.openwrt.org/releases/21.02-SNAPSHOT/targets/lantiq/ase/profiles.json
asu-janitor-1    | [2022-09-16 23:03:34,581] WARNING in janitor: Couldn't download https://downloads.openwrt.org/releases/21.02-SNAPSHOT/targets/lantiq/xway_legacy/profiles.json
asu-janitor-1    | [2022-09-16 23:04:12,533] WARNING in janitor: Couldn't download https://downloads.openwrt.org/releases/22.03.0/targets/mxs/generic/profiles.json
asu-janitor-1    | [2022-09-16 23:04:21,959] WARNING in janitor: Couldn't download https://downloads.openwrt.org/releases/22.03.0/targets/octeontx/generic/profiles.json
asu-janitor-1    | [2022-09-16 23:04:24,962] WARNING in janitor: Couldn't download https://downloads.openwrt.org/releases/22.03.0/targets/malta/be/profiles.json
asu-janitor-1    | [2022-09-16 23:04:28,932] WARNING in janitor: Couldn't download https://downloads.openwrt.org/releases/22.03.0/targets/imx/cortexa7/profiles.json
asu-janitor-1    | [2022-09-16 23:04:31,762] WARNING in janitor: Couldn't download https://downloads.openwrt.org/releases/22.03.0/targets/realtek/rtl931x/profiles.json
asu-janitor-1    | [2022-09-16 23:04:32,294] WARNING in janitor: Couldn't download https://downloads.openwrt.org/releases/22.03.0/targets/armvirt/32/profiles.json
asu-janitor-1    | [2022-09-16 23:04:32,464] WARNING in janitor: Couldn't download https://downloads.openwrt.org/releases/22.03.0/targets/armvirt/64/profiles.json
asu-janitor-1    | [2022-09-16 23:04:40,357] WARNING in janitor: Couldn't download https://downloads.openwrt.org/releases/22.03.0/targets/lantiq/ase/profiles.json
asu-janitor-1    | [2022-09-16 23:04:40,971] WARNING in janitor: Couldn't download https://downloads.openwrt.org/releases/22.03.0/targets/lantiq/xway_legacy/profiles.json
asu-janitor-1    | [2022-09-16 23:05:18,158] WARNING in janitor: Couldn't download https://downloads.openwrt.org/releases/22.03.0-rc6/targets/mxs/generic/profiles.json
asu-janitor-1    | [2022-09-16 23:05:29,796] WARNING in janitor: Couldn't download https://downloads.openwrt.org/releases/22.03.0-rc6/targets/octeontx/generic/profiles.json
asu-janitor-1    | [2022-09-16 23:05:33,619] WARNING in janitor: Couldn't download https://downloads.openwrt.org/releases/22.03.0-rc6/targets/malta/be/profiles.json
asu-janitor-1    | [2022-09-16 23:05:36,993] WARNING in janitor: Couldn't download https://downloads.openwrt.org/releases/22.03.0-rc6/targets/imx/cortexa7/profiles.json
asu-janitor-1    | [2022-09-16 23:05:40,698] WARNING in janitor: Couldn't download https://downloads.openwrt.org/releases/22.03.0-rc6/targets/realtek/rtl931x/profiles.json
asu-janitor-1    | [2022-09-16 23:05:41,623] WARNING in janitor: Couldn't download https://downloads.openwrt.org/releases/22.03.0-rc6/targets/armvirt/32/profiles.json
asu-janitor-1    | [2022-09-16 23:05:41,817] WARNING in janitor: Couldn't download https://downloads.openwrt.org/releases/22.03.0-rc6/targets/armvirt/64/profiles.json
asu-worker-1     | 23:05:46 JSON content {'arch_packages': 'aarch64_cortex-a53', 'default_packages': ['base-files', 'busybox', 'ca-bundle', 'dnsmasq', 'dropbear', 'firewall4', 'fstools', 'kmod-gpio-button-hotplug', 'kmod-leds-gpio', 'kmod-mt7615-firmware', 'kmod-mt7615e', 'kmod-nft-offload', 'libc', 'libgcc', 'libustream-wolfssl', 'logd', 'mtd', 'netifd', 'nftables', 'odhcp6c', 'odhcpd-ipv6only', 'opkg', 'ppp', 'ppp-mod-pppoe', 'procd', 'procd-seccomp', 'procd-ujail', 'uboot-envtools', 'uci', 'uclient-fetch', 'urandom-seed', 'urngd', 'wpad-basic-wolfssl'], 'metadata_version': 1, 'source_date_epoch': 1662173734, 'target': 'mediatek/mt7622', 'version_code': 'r19685-512e76967f', 'version_number': '22.03.0', 'manifest': {'attendedsysupgrade-common': '7', 'auc': '0.2.5-2', 'base-files': '1490-r19685-512e76967f', 'busybox': '1.35.0-3', 'ca-bundle': '20211016-1', 'cgi-io': '2022-08-10-901b0f04-21', 'dnsmasq': '2.86-14', 'dropbear': '2022.82-2', 'firewall4': '2022-09-01-f5fcdcf2-1', 'fstools': '2022-06-02-93369be0-2', 'fwtool': '2019-11-12-8f7fe925-1', 'getrandom': '2021-08-03-205defb5-2', 'hostapd-common': '2022-01-16-cff80b4f-12', 'iw': '5.16-1', 'iwinfo': '2022-08-19-0dad3e66-1', 'jansson': '2.13.1-2', 'jshn': '2022-05-15-d2223ef9-1', 'jsonfilter': '2018-02-04-c7e938d6-1', 'kernel': '5.10.138-1-dbce6e5e7c7b5f2179856874210bed29', 'kmod-cfg80211': '5.10.138+5.15.58-1-1', 'kmod-crypto-acompress': '5.10.138-1', 'kmod-crypto-aead': '5.10.138-1', 'kmod-crypto-ccm': '5.10.138-1', 'kmod-crypto-cmac': '5.10.138-1', 'kmod-crypto-crc32c': '5.10.138-1', 'kmod-crypto-ctr': '5.10.138-1', 'kmod-crypto-gcm': '5.10.138-1', 'kmod-crypto-gf128': '5.10.138-1', 'kmod-crypto-ghash': '5.10.138-1', 'kmod-crypto-hash': '5.10.138-1', 'kmod-crypto-hmac': '5.10.138-1', 'kmod-crypto-manager': '5.10.138-1', 'kmod-crypto-null': '5.10.138-1', 'kmod-crypto-rng': '5.10.138-1', 'kmod-crypto-seqiv': '5.10.138-1', 'kmod-crypto-sha256': '5.10.138-1', 'kmod-gpio-button-hotplug': '5.10.138-3', 'kmod-hwmon-core': '5.10.138-1', 'kmod-leds-gpio': '5.10.138-1', 'kmod-lib-crc-ccitt': '5.10.138-1', 'kmod-lib-crc32c': '5.10.138-1', 'kmod-lib-lzo': '5.10.138-1', 'kmod-mac80211': '5.10.138+5.15.58-1-1', 'kmod-mt76-connac': '5.10.138+2022-08-26-5ec78e1e-4', 'kmod-mt76-core': '5.10.138+2022-08-26-5ec78e1e-4', 'kmod-mt7615-common': '5.10.138+2022-08-26-5ec78e1e-4', 'kmod-mt7615-firmware': '5.10.138+2022-08-26-5ec78e1e-4', 'kmod-mt7615e': '5.10.138+2022-08-26-5ec78e1e-4', 'kmod-mt7915e': '5.10.138+2022-08-26-5ec78e1e-4', 'kmod-nf-conntrack': '5.10.138-1', 'kmod-nf-conntrack6': '5.10.138-1', 'kmod-nf-flow': '5.10.138-1', 'kmod-nf-log': '5.10.138-1', 'kmod-nf-log6': '5.10.138-1', 'kmod-nf-nat': '5.10.138-1', 'kmod-nf-nat6': '5.10.138-1', 'kmod-nf-reject': '5.10.138-1', 'kmod-nf-reject6': '5.10.138-1', 'kmod-nfnetlink': '5.10.138-1', 'kmod-nft-core': '5.10.138-1', 'kmod-nft-fib': '5.10.138-1', 'kmod-nft-nat': '5.10.138-1', 'kmod-nft-offload': '5.10.138-1', 'kmod-nls-base': '5.10.138-1', 'kmod-ppp': '5.10.138-1', 'kmod-pppoe': '5.10.138-1', 'kmod-pppox': '5.10.138-1', 'kmod-slhc': '5.10.138-1', 'kmod-thermal': '5.10.138-1', 'kmod-usb-core': '5.10.138-1', 'kmod-usb-xhci-hcd': '5.10.138-1', 'kmod-usb3': '5.10.138-1', 'libblobmsg-json': '2022-05-15-d2223ef9-1', 'libc': '1.2.3-4', 'libgcc': '11.2.0-4', 'libiwinfo-data': '2022-08-19-0dad3e66-1', 'libiwinfo-lua': '2022-08-19-0dad3e66-1', 'libiwinfo': '2022-08-19-0dad3e66-1', 'libjson-c': '0.15-2', 'libjson-script': '2022-05-15-d2223ef9-1', 'liblua': '5.1.5-10', 'liblucihttp-lua': '2022-07-08-6e68a106-1', 'liblucihttp': '2022-07-08-6e68a106-1', 'libmnl': '1.0.5-1', 'libnftnl': '1.2.1-1', 'libnl-tiny': '2021-11-21-8e0555fb-1', 'libpcap': '1.10.1-3', 'libpthread': '1.2.3-4', 'libubox': '2022-05-15-d2223ef9-1', 'libubus-lua': '2022-06-01-2bebf93c-1', 'libubus': '2022-06-01-2bebf93c-1', 'libuci': '2021-10-22-f84f49f0-6', 'libuclient': '2021-05-14-6a6011df-1', 'libucode': '2022-08-29-344fa9e6-1', 'libustream-wolfssl': '2022-01-16-868fd881-1', 'libwolfssl': '5.4.0-stable-5', 'logd': '2021-08-03-205defb5-2', 'lua': '5.1.5-10', 'luci': 'git-20.074.84698-ead5e81', 'luci-app-attendedsysupgrade': 'git-22.210.54153-69231a7', 'luci-app-firewall': 'git-22.089.67563-7e3c1b4', 'luci-app-opkg': 'git-22.154.41881-28e92e3', 'luci-base': 'git-22.245.77528-487e58a', 'luci-lib-base': 'git-20.232.39649-1f6dc29', 'luci-lib-ip': 'git-20.250.76529-62505bd', 'luci-lib-jsonc': 'git-22.097.61921-7513345', 'luci-lib-nixio': 'git-20.234.06894-c4a4e43', 'luci-mod-admin-full': 'git-19.253.48496-3f93650', 'luci-mod-dashboard': 'git-21.246.68627-0ce25b0', 'luci-mod-network': 'git-22.244.54818-b13d8c7', 'luci-mod-status': 'git-22.189.48501-6731190', 'luci-mod-system': 'git-22.140.66206-02913be', 'luci-proto-ipv6': 'git-21.148.48881-79947af', 'luci-proto-ppp': 'git-21.158.38888-88b9d84', 'luci-theme-bootstrap': 'git-22.141.59265-d8ecf48', 'mtd': '26', 'netifd': '2022-08-25-76d2d41b-1', 'nftables-json': '1.0.2-2.1', 'odhcp6c': '2022-08-05-7d21e8d8-18', 'odhcpd-ipv6only': '2022-03-22-860ca900-1', 'openwrt-keyring': '2022-03-25-62471e69-3', 'opkg': '2022-02-24-d038e5b6-1', 'ppp': '2.4.9.git-2021-01-04-3', 'ppp-mod-pppoe': '2.4.9.git-2021-01-04-3', 'procd': '2022-06-01-7a009685-1', 'procd-seccomp': '2022-06-01-7a009685-1', 'procd-ujail': '2022-06-01-7a009685-1', 'rpcd': '2022-08-24-82904bd4-1', 'rpcd-mod-file': '2022-08-24-82904bd4-1', 'rpcd-mod-iwinfo': '2022-08-24-82904bd4-1', 'rpcd-mod-luci': '20210614', 'rpcd-mod-rpcsys': '2022-08-24-82904bd4-1', 'rpcd-mod-rrdns': '20170710', 'strace': '5.16-1', 'tcpdump': '4.9.3-4', 'ubi-utils': '2.1.4-1', 'uboot-envtools': '2022.01-31', 'ubox': '2021-08-03-205defb5-2', 'ubus': '2022-06-01-2bebf93c-1', 'ubusd': '2022-06-01-2bebf93c-1', 'uci': '2021-10-22-f84f49f0-6', 'uclient-fetch': '2021-05-14-6a6011df-1', 'ucode': '2022-08-29-344fa9e6-1', 'ucode-mod-fs': '2022-08-29-344fa9e6-1', 'ucode-mod-ubus': '2022-08-29-344fa9e6-1', 'ucode-mod-uci': '2022-08-29-344fa9e6-1', 'uhttpd': '2022-08-12-e3395cd9-1', 'uhttpd-mod-ubus': '2022-08-12-e3395cd9-1', 'urandom-seed': '3', 'urngd': '2020-01-21-c7f7b6b6-1', 'usign': '2020-05-23-f1f65026-1', 'usteer': '2022-08-18-7d2b17c9-1', 'wireless-regdb': '2022.06.06-1', 'wpad-basic-wolfssl': '2022-01-16-cff80b4f-12'}, 'device_packages': ['kmod-mt7915e', 'kmod-usb3'], 'image_prefix': 'openwrt-22.03.0-cbbaa137e2e0-mediatek-mt7622-linksys_e8450-ubi', 'images': [{'filesystem': 'squashfs', 'name': 'openwrt-22.03.0-cbbaa137e2e0-mediatek-mt7622-linksys_e8450-ubi-squashfs-sysupgrade.itb', 'sha256': 'e5489dc66ad4fc1c3e9aafd60a0578f9affaf1011872b5dc0a56361c46d6a94e', 'sha256_unsigned': '5fe622a2e9d46ac40a967e4b5b597188f034753b096e48cc1fe5598ba417f38a', 'type': 'sysupgrade'}, {'name': 'openwrt-22.03.0-cbbaa137e2e0-mediatek-mt7622-linksys_e8450-ubi-bl31-uboot.fip', 'sha256': '75902bd0f07da47fc84528ce092af6deb0ee2a4548637dfe2b6ca8c7e76074b4', 'sha256_unsigned': '75902bd0f07da47fc84528ce092af6deb0ee2a4548637dfe2b6ca8c7e76074b4', 'type': 'bl31-uboot.fip'}, {'name': 'openwrt-22.03.0-cbbaa137e2e0-mediatek-mt7622-linksys_e8450-ubi-preloader.bin', 'sha256': 'eae97369ddb916ac2ec265d1cbd857fdec760d61bf00d56ed80237d4a2bed8d2', 'sha256_unsigned': 'eae97369ddb916ac2ec265d1cbd857fdec760d61bf00d56ed80237d4a2bed8d2', 'type': 'preloader.bin'}], 'supported_devices': ['linksys,e8450-ubi'], 'titles': [{'model': 'E8450', 'variant': 'UBI', 'vendor': 'Linksys'}, {'model': 'RT3200', 'variant': 'UBI', 'vendor': 'Belkin'}], 'id': 'linksys_e8450-ubi', 'bin_dir': '4b43e5bbc8633c7302bed21dbe0169e6', 'build_at': '2022-09-03T02:55:34.000000Z', 'detail': 'done'}
asu-worker-1     | 23:05:46 now_timestamp        mediatek/mt7622 1663369546
asu-worker-1     | 23:05:46 last_build_timestamp mediatek/mt7622 1663369546
asu-worker-1     | 23:05:46 Keeping ImageBuilder for mediatek/mt7622
asu-worker-1     | 23:05:46 Handling successful execution of job 4b43e5bbc8633c7302bed21dbe0169e6
asu-worker-1     | 23:05:46 Setting job 4b43e5bbc8633c7302bed21dbe0169e6 status to finished
asu-worker-1     | 23:05:46 Removing job 4b43e5bbc8633c7302bed21dbe0169e6 from StartedJobRegistry
asu-worker-1     | 23:05:46 Finished handling successful execution of job 4b43e5bbc8633c7302bed21dbe0169e6
asu-worker-1     | 23:05:46 default: Job OK (4b43e5bbc8633c7302bed21dbe0169e6)
asu-worker-1     | 23:05:46 Result: "{'arch_packages': 'aarch64_cortex-a53', 'default_packages': ['base-files', 'busybox', 'ca-bundle', 'dnsmasq', 'dropbear', 'firewall4', 'fstools', 'kmod-gpio-button-hotplug', 'kmod-leds-gpio', 'kmod-mt7615-firmware', 'kmod-mt7615e', 'kmod-nft-offload', 'libc', 'libgcc', 'libustream-wolfssl', 'logd', 'mtd', 'netifd', 'nftables', 'odhcp6c', 'odhcpd-ipv6only', 'opkg', 'ppp', 'ppp-mod-pppoe', 'procd', 'procd-seccomp', 'procd-ujail', 'uboot-envtools', 'uci', 'uclient-fetch', 'urandom-seed', 'urngd', 'wpad-basic-wolfssl'], 'metadata_version': 1, 'source_date_epoch': 1662173734, 'target': 'mediatek/mt7622', 'version_code': 'r19685-512e76967f', 'version_number': '22.03.0', 'manifest': {'attendedsysupgrade-common': '7', 'auc': '0.2.5-2', 'base-files': '1490-r19685-512e76967f', 'busybox': '1.35.0-3', 'ca-bundle': '20211016-1', 'cgi-io': '2022-08-10-901b0f04-21', 'dnsmasq': '2.86-14', 'dropbear': '2022.82-2', 'firewall4': '2022-09-01-f5fcdcf2-1', 'fstools': '2022-06-02-93369be0-2', 'fwtool': '2019-11-12-8f7fe925-1', 'getrandom': '2021-08-03-205defb5-2', 'hostapd-common': '2022-01-16-cff80b4f-12', 'iw': '5.16-1', 'iwinfo': '2022-08-19-0dad3e66-1', 'jansson': '2.13.1-2', 'jshn': '2022-05-15-d2223ef9-1', 'jsonfilter': '2018-02-04-c7e938d6-1', 'kernel': '5.10.138-1-dbce6e5e7c7b5f2179856874210bed29', 'kmod-cfg80211': '5.10.138+5.15.58-1-1', 'kmod-crypto-acompress': '5.10.138-1', 'kmod-crypto-aead': '5.10.138-1', 'kmod-crypto-ccm': '5.10.138-1', 'kmod-crypto-cmac': '5.10.138-1', 'kmod-crypto-crc32c': '5.10.138-1', 'kmod-crypto-ctr': '5.10.138-1', 'kmod-crypto-gcm': '5.10.138-1', 'kmod-crypto-gf128': '5.10.138-1', 'kmod-crypto-ghash': '5.10.138-1', 'kmod-crypto-hash': '5.10.138-1', 'kmod-crypto-hmac': '5.10.138-1', 'kmod-crypto-manager': '5.10.138-1', 'kmod-crypto-null': '5.10.138-1', 'kmod-crypto-rng': '5.10.138-1', 'kmod-crypto-seqiv': '5.10.138-1', 'kmod-crypto-sha256': '5.10.138-1', 'kmod-gpio-button-hotplug': '5.10.138-3', 'kmod-hwmon-core': '5.10.138-1', 'kmod-leds-gpio': '5.10.138-1', 'kmod-lib-crc-ccitt': '5.10.138-1', 'kmod-lib-crc32c': '5.10.138-1', 'kmod-lib-lzo': '5.10.138-1', 'kmod-mac80211': '5.10.138+5.15.58-1-1', 'kmod-mt76-connac': '5.10.138+2022-08-26-5ec78e1e-4', 'kmod-mt76-core': '5.10.138+2022-08-26-5ec78e1e-4', 'kmod-mt7615-common': '5.10.138+2022-08-26-5ec78e1e-4', 'kmod-mt7615-firmware': '5.10.138+2022-08-26-5ec78e1e-4', 'kmod-mt7615e': '5.10.138+2022-08-26-5ec78e1e-4', 'kmod-mt7915e': '5.10.138+2022-08-26-5ec78e1e-4', 'kmod-nf-conntrack': '5.10.138-1', 'kmod-nf-conntrack6': '5.10.138-1', 'kmod-nf-flow': '5.10.138-1', 'kmod-nf-log': '5.10.138-1', 'kmod-nf-log6': '5.10.138-1', 'kmod-nf-nat': '5.10.138-1', 'kmod-nf-nat6': '5.10.138-1', 'kmod-nf-reject': '5.10.138-1', 'kmod-nf-reject6': '5.10.138-1', 'kmod-nfnetlink': '5.10.138-1', 'kmod-nft-core': '5.10.138-1', 'kmod-nft-fib': '5.10.138-1', 'kmod-nft-nat': '5.10.138-1', 'kmod-nft-offload': '5.10.138-1', 'kmod-nls-base': '5.10.138-1', 'kmod-ppp': '5.10.138-1', 'kmod-pppoe': '5.10.138-1', 'kmod-pppox': '5.10.138-1', 'kmod-slhc': '5.10.138-1', 'kmod-thermal': '5.10.138-1', 'kmod-usb-core': '5.10.138-1', 'kmod-usb-xhci-hcd': '5.10.138-1', 'kmod-usb3': '5.10.138-1', 'libblobmsg-json': '2022-05-15-d2223ef9-1', 'libc': '1.2.3-4', 'libgcc': '11.2.0-4', 'libiwinfo-data': '2022-08-19-0dad3e66-1', 'libiwinfo-lua': '2022-08-19-0dad3e66-1', 'libiwinfo': '2022-08-19-0dad3e66-1', 'libjson-c': '0.15-2', 'libjson-script': '2022-05-15-d2223ef9-1', 'liblua': '5.1.5-10', 'liblucihttp-lua': '2022-07-08-6e68a106-1', 'liblucihttp': '2022-07-08-6e68a106-1', 'libmnl': '1.0.5-1', 'libnftnl': '1.2.1-1', 'libnl-tiny': '2021-11-21-8e0555fb-1', 'libpcap': '1.10.1-3', 'libpthread': '1.2.3-4', 'libubox': '2022-05-15-d2223ef9-1', 'libubus-lua': '2022-06-01-2bebf93c-1', 'libubus': '2022-06-01-2bebf93c-1', 'libuci': '2021-10-22-f84f49f0-6', 'libuclient': '2021-05-14-6a6011df-1', 'libucode': '2022-08-29-344fa9e6-1', 'libustream-wolfssl': '2022-01-16-868fd881-1', 'libwolfssl': '5.4.0-stable-5', 'logd': '2021-08-03-205defb5-2', 'lua': '5.1.5-10', 'luci': 'git-20.074.84698-ead5e81', 'luci-app-attendedsysupgrade': 'git-22.210.54153-69231a7', 'luci-app-firewall': 'git-22.089.67563-7e3c1b4', 'luci-app-opkg': 'git-22.154.41881-28e92e3', 'luci-base': 'git-22.245.77528-487e58a', 'luci-lib-base': 'git-20.232.39649-1f6dc29', 'luci-lib-ip': 'git-20.250.76529-62505bd', 'luci-lib-jsonc': 'git-22.097.61921-7513345', 'luci-lib-nixio': 'git-20.234.06894-c4a4e43', 'luci-mod-admin-full': 'git-19.253.48496-3f93650', 'luci-mod-dashboard': 'git-21.246.68627-0ce25b0', 'luci-mod-network': 'git-22.244.54818-b13d8c7', 'luci-mod-status': 'git-22.189.48501-6731190', 'luci-mod-system': 'git-22.140.66206-02913be', 'luci-proto-ipv6': 'git-21.148.48881-79947af', 'luci-proto-ppp': 'git-21.158.38888-88b9d84', 'luci-theme-bootstrap': 'git-22.141.59265-d8ecf48', 'mtd': '26', 'netifd': '2022-08-25-76d2d41b-1', 'nftables-json': '1.0.2-2.1', 'odhcp6c': '2022-08-05-7d21e8d8-18', 'odhcpd-ipv6only': '2022-03-22-860ca900-1', 'openwrt-keyring': '2022-03-25-62471e69-3', 'opkg': '2022-02-24-d038e5b6-1', 'ppp': '2.4.9.git-2021-01-04-3', 'ppp-mod-pppoe': '2.4.9.git-2021-01-04-3', 'procd': '2022-06-01-7a009685-1', 'procd-seccomp': '2022-06-01-7a009685-1', 'procd-ujail': '2022-06-01-7a009685-1', 'rpcd': '2022-08-24-82904bd4-1', 'rpcd-mod-file': '2022-08-24-82904bd4-1', 'rpcd-mod-iwinfo': '2022-08-24-82904bd4-1', 'rpcd-mod-luci': '20210614', 'rpcd-mod-rpcsys': '2022-08-24-82904bd4-1', 'rpcd-mod-rrdns': '20170710', 'strace': '5.16-1', 'tcpdump': '4.9.3-4', 'ubi-utils': '2.1.4-1', 'uboot-envtools': '2022.01-31', 'ubox': '2021-08-03-205defb5-2', 'ubus': '2022-06-01-2bebf93c-1', 'ubusd': '2022-06-01-2bebf93c-1', 'uci': '2021-10-22-f84f49f0-6', 'uclient-fetch': '2021-05-14-6a6011df-1', 'ucode': '2022-08-29-344fa9e6-1', 'ucode-mod-fs': '2022-08-29-344fa9e6-1', 'ucode-mod-ubus': '2022-08-29-344fa9e6-1', 'ucode-mod-uci': '2022-08-29-344fa9e6-1', 'uhttpd': '2022-08-12-e3395cd9-1', 'uhttpd-mod-ubus': '2022-08-12-e3395cd9-1', 'urandom-seed': '3', 'urngd': '2020-01-21-c7f7b6b6-1', 'usign': '2020-05-23-f1f65026-1', 'usteer': '2022-08-18-7d2b17c9-1', 'wireless-regdb': '2022.06.06-1', 'wpad-basic-wolfssl': '2022-01-16-cff80b4f-12'}, 'device_packages': ['kmod-mt7915e', 'kmod-usb3'], 'image_prefix': 'openwrt-22.03.0-cbbaa137e2e0-mediatek-mt7622-linksys_e8450-ubi', 'images': [{'filesystem': 'squashfs', 'name': 'openwrt-22.03.0-cbbaa137e2e0-mediatek-mt7622-linksys_e8450-ubi-squashfs-sysupgrade.itb', 'sha256': 'e5489dc66ad4fc1c3e9aafd60a0578f9affaf1011872b5dc0a56361c46d6a94e', 'sha256_unsigned': '5fe622a2e9d46ac40a967e4b5b597188f034753b096e48cc1fe5598ba417f38a', 'type': 'sysupgrade'}, {'name': 'openwrt-22.03.0-cbbaa137e2e0-mediatek-mt7622-linksys_e8450-ubi-bl31-uboot.fip', 'sha256': '75902bd0f07da47fc84528ce092af6deb0ee2a4548637dfe2b6ca8c7e76074b4', 'sha256_unsigned': '75902bd0f07da47fc84528ce092af6deb0ee2a4548637dfe2b6ca8c7e76074b4', 'type': 'bl31-uboot.fip'}, {'name': 'openwrt-22.03.0-cbbaa137e2e0-mediatek-mt7622-linksys_e8450-ubi-preloader.bin', 'sha256': 'eae97369ddb916ac2ec265d1cbd857fdec760d61bf00d56ed80237d4a2bed8d2', 'sha256_unsigned': 'eae97369ddb916ac2ec265d1cbd857fdec760d61bf00d56ed80237d4a2bed8d2', 'type': 'preloader.bin'}], 'supported_devices': ['linksys,e8450-ubi'], 'titles': [{'model': 'E8450', 'variant': 'UBI', 'vendor': 'Linksys'}, {'model': 'RT3200', 'variant': 'UBI', 'vendor': 'Belkin'}], 'id': 'linksys_e8450-ubi', 'bin_dir': '4b43e5bbc8633c7302bed21dbe0169e6', 'build_at': '2022-09-03T02:55:34.000000Z', 'detail': 'done'}"
asu-worker-1     | 23:05:46 Result is kept for 604800 seconds
asu-worker-1     | 23:05:46 Cleaning registries for queue: default

@schuettecarsten
Copy link
Author

I just tested the docker container locally and it works fine... I'll setup a RaspberryPi to test that device specifically.

BTW, you only provide amd64 docker images. Is it possible to create arm images to be able to run the server on a Raspberry Pi?

@aparcar
Copy link
Member

aparcar commented Sep 17, 2022

Not really since it would require arm64 imagebuilders

@muellerj
Copy link

Is there anything I can help to analyse this? I'm still getting the same error on 0.3.1-1:

auc/0.3.1-1
Server:    https://sysupgrade.openwrt.org
Running:   21.02.2 r16495-bf0c965af0 on bcm27xx/bcm2711 (raspberrypi,4-model-b)
Invalid argument (22)

@DagNygren
Copy link

DagNygren commented Apr 24, 2024

I have the same problem here on a Raspi-4. Also auc/0.3.1-1


# auc
auc/0.3.1-1
Server:    https://sysupgrade.openwrt.org
Running:   21.02-SNAPSHOT r16703-079ce0413a on bcm27xx/bcm2711 (raspberrypi,4-compute-module)
Invalid argument (22)
#

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants