community-mysql failed to build from source in Fedora rawhide/f35 https://koji.fedoraproject.org/koji/taskinfo?taskID=72333691 For details on the mass rebuild see: https://fedoraproject.org/wiki/Fedora_35_Mass_Rebuild Please fix community-mysql at your earliest convenience and set the bug's status to ASSIGNED when you start fixing it. If the bug remains in NEW state for 8 weeks, community-mysql will be orphaned. Before branching of Fedora 36, community-mysql will be retired, if it still fails to build. For more details on the FTBFS policy, please visit: https://docs.fedoraproject.org/en-US/fesco/Fails_to_build_from_source_Fails_to_install/
Created attachment 1807270 [details] build.log file build.log too big, will only attach last 32768 bytes
Created attachment 1807271 [details] root.log file root.log too big, will only attach last 32768 bytes
Created attachment 1807272 [details] state.log
From the Build log: " ... No space left on device ..." --- Looks like KOJI builder was out of resources (either disk or memory) That happens very rarely, though the more load on a builder, the bigger chance for it to happen. The mass rebuild probably caused a high load. I will re-submit the build and watch it and I'll post updates.
I've tried the scratch-build to see if this problem is reproducible, and it looks like it is. https://koji.fedoraproject.org/koji/taskinfo?taskID=72957080 It fails with the exact same error, which is kinda strange. Also, it fails only on the 'armv7hl' arch only.
I've tried few more builds. The crash is not 100% in the same place. One way or another, the package has been built successfully for F33..Rawhide before, so it is improbable that it would be caused by the 'community-mysql' package itself. I've raised a question on the mailing list, whether the armv7hl KOJI builders configuration / resources limits changed recently. https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/thread/5SCJR3NQYBKSSAADSWFTMMAERUGPNEHB/
This is a work-around used in case of RHSCL build of mariadb 10.5: # to safe disk space, do not use ccache export CCACHE_DISABLE=1 # do not use %%{?_smp_mflags} to safe memory and avoid build failure due to not enough resources make -j2 VERBOSE=1
(In reply to Honza Horak from comment #7) > This is a work-around used in case of ... I've also tried to reduce the debug info, which resulted in a successful build. However from the reply to the mail thread by Kevin Fenzi, I understand that I was correct that the issue is on the side of the ARM builders. I'll wait for his fix.
> I've raised a question on the mailing list, whether the armv7hl KOJI > builders configuration / resources limits changed recently. > > https://lists.fedoraproject.org/archives/list/devel@lists.fedoraproject.org/ > thread/5SCJR3NQYBKSSAADSWFTMMAERUGPNEHB/ Kevin Fenzi fixed and rebooted the ARM KOJI builders. I made a successful Rawhide build. https://koji.fedoraproject.org/koji/taskinfo?taskID=73279974