[06:52] apw, mainline builds of 5.10 stopped working with 5.10.36: https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.10.36/ [06:54] apw, 5.11.20 has problems too. Something changed around May-11. [06:55] oh 'no space left on device' [07:24] those happen from time to time, sadly [07:33] apw, can they be retriggered? [07:36] juergh, yep [08:08] cjaushe4ka (N,BFTL), issue fixed and affected builds resubmitted. [08:08] juergh, retriggered the OOD builds [10:25] thanks cascardo [11:15] apw, ack. ta. there's still some funkiness. the retrigger tried to build i386. and riscv64 status is 0 but no packages. for example: https://kernel.ubuntu.com/~kernel-ppa/mainline/v5.10.42/. [11:15] oh. was I too early? [13:19] to me, it looks as if v5.10.42 riscv64 built fine, but the upload failed [13:19] (no errors on the log, though, for what i could tell) [14:20] juergh, both i386 and riscv end up being empty because the main kernel only builds linux-libc-dev for them [14:20] juergh, we really don't build and i386 kernel, riscv we do, but out of a different package [14:20] juergh, not the one we pick the packaging from at least [14:21] juergh, so ti would have make only one package, one which is filtered intentionally, and then the then empty result published [14:21] juergh, and the log agrees `dpkg-deb: building package 'linux-libc-dev' in '../linux-libc-dev_5.11.0-20.21+21.10.1_riscv64.deb'.` [14:22] juergh, for i386 it tried to b [14:22] juergh, for i386 it tried to build in impish-i386 which isn't a thing. [16:04] juergh: if you want riscv64 builds for mainline, we should move riscv64 kernel configs from linux-riscv to src:linux & src:linux-unstable. And then linux-riscv will simply have toggles changed in arch.mk to build riscv64 only. [16:04] and the stock ones should have control snippets to build for riscv, but not actually do it, by disabling it in per-arch mk configs. [16:04] and make mainline builds turn those back on. [16:05] if we actually want riscv64 mainline builds. [17:36] cascardo: rmadison tells me that: linux-generic-hwe-20.04-edge | 5.8.0.56.63~20.04.40 | focal-proposed | amd64, arm64, armhf, ppc64el, s390x [17:37] (i don't actually have a 20.04 here to check it on) [19:53] tomreyn: try linux-generic-hwe-20.04-edge-wip, it should roll into linux-generic-hwe-20.04-edge soon [19:53] note that dkms packages from focal might fail to build, in case you rely on any [19:53] they should get fixed in the next weeks [22:17] thanks cascard0