You only see a tenth of lines in the Console output box? There should be hundreds if not thousands of lines since the beginning of rpmbuild... maybe the scrollbar is not working?
About not seeing anything "relevant" in /var/webbuild/tmp, did you by chance use the "build" button below the editor or the autodist "build" button in the right?
Additionally, if you clicked on the [x] on the line in the top processes box, then the build log (if done using the "build" button below the editor) is gone.
Addition: as most builds are parallelized you often won’t find the error at the very bottom of the build log. By scrolling up the “Console log” you might find the error information many lines before the end. The Console box tries to help by evidencing possible error lines using a red background.
You're right! I found out by piping the output to a file and grepping, because I couldn't find the log file.
cat /var/autodist/log/logloglog.log | grep Error
make[3]: [arch/x86/boot/compressed/Makefile:140: arch/x86/boot/compressed/vmlinux.bin.zst] Error 127
make[2]: [arch/x86/boot/Makefile:100: arch/x86/boot/compressed/vmlinux] Error 2
make[1]: [arch/x86/Makefile:312: bzImage] Error 2
make: [Makefile:224: __sub-make] Error 2
No of course there are many lines, I just truncated the last few. But I did find the error, it was above, as you suggested.
I did press the build button below the editor. I don't even see the other one.
I don't know the reason why the logs were not matching what I got in the web application before, now they match and are what I'd expect. Thank you for telling me the path of the logs
I have encountered this error now, but I can't find anything in the log. Do you remember also encountering this error?
RPM build errors:
File not found: /var/autodist/RPM/BUILD/kernel-6.12.37-build/BUILDROOT/lib/modules/6.12.37-2mamba-x86_64/modules.builtin.alias.bin
File not found: /var/autodist/RPM/BUILD/kernel-6.12.37-build/BUILDROOT/lib/modules/6.12.37-2mamba-x86_64/modules.builtin.bin
I tried to upload the log in zst format but I got an error saying I am not allowed to upload this kind of files 😀
I would like to backport this commit to the kernel, because I have a device that would work with this commit that does not work now.
This may be a crazy request but, do you think you could backport this for me?
https://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next.git/commit/drivers/bluetooth/btusb.c?id=7722d6fb54e428a8f657fccf422095a8d7e2d72c
Hi,
I've updated the kernel to version 6.12.49 and I have included the patch you requested.
The missing files resulting from your build probably are related to a missing dependency that would result by examinating the full build log, maybe kmod.
Thank you so much

