Hi,
in this MR we encountered issue with the build of linux-pine64-pinenote package as it does not for some reason output anything for >900s into the console and that kills the CI.
TODO:
make the build output the information into the console (files being compiled, etc.) - go through the changes applied on top of mainline
make the build output the information into the console (files being compiled, etc.) - go through the changes applied on top of mainline
I don't think this can be a regression in the Linux kernel sources. It started happening with the Exynos4 kernel too despite zero changes in the kernel sources.
By Newbyte on 2023-03-04T22:46:28
Administratorchanged title from Pinenote: CI kills the build of Linux kernel to CI kills the build of Linux kernel·
Imported
changed title from Pinenote: CI kills the build of Linux kernel to CI kills the build of Linux kernel
"kbuild: Port silent mode detection to future gnu make."
This one is particularly interesting, apparently make 4.4 breaks the silence detection without this patch depending on the args passed to make. And we do have make 4.4 in aports now, I guess that's what lead to the bug appearing all over sudden!
So I guess old kernels without 4bf7358 will likely fail to build without V=1 now (depending on the arguments passed to make, and maybe this isn't a problem in very old kernels that have different make logic?). But also we saw that a 6.1.7 kernel failed that should have this fix already... I assume there was a regression that only got fixed later on by the refactoring commits. And it seems 6.2.0 is fine.
I'll add V=1 to the kernels that are currently failing on bpo.
By Oliver Smith on 2023-03-05T15:36:14
Administratorchanged title from CI kills the build of Linux kernel to CI kills the build of Linux kernel (bug: kernel compile output silent without V=1)·
Imported
changed title from CI kills the build of Linux kernel to CI kills the build of Linux kernel (bug: kernel compile output silent without V=1)