<div dir="ltr"><div dir="ltr">On Wed, Oct 8, 2025 at 8:41 PM Ingo Klöcker <<a href="mailto:kloecker@kde.org">kloecker@kde.org</a>> wrote:</div><div class="gmail_quote gmail_quote_container"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">On Mittwoch, 8. Oktober 2025 02:23:21 Mitteleuropäische Sommerzeit Albert <br>
Astals Cid wrote:<br>
> Please work on fixing them, otherwise i will remove the failing CI jobs on<br>
> their 4th failing week, it is very important that CI is passing for multiple<br>
> reasons.<br>
> <br>
> Good news: 7 repo fixed<br>
> <br>
> Bad news: 4 repo started failing, 2 repo still failing<br>
> <br>
> <br>
> kontact (stable) - LAST WEEK BEFORE REMOVAL<br>
> * <a href="https://invent.kde.org/pim/kontact/-/pipelines/1051411" rel="noreferrer" target="_blank">https://invent.kde.org/pim/kontact/-/pipelines/1051411</a><br>
> * Windows craft build fails<br>
<br>
This error<br>
CMake Error at CMakeLists.txt:101 (find_package):<br>
Could not find a configuration file for package "KPim6KontactInterface"<br>
that is compatible with requested version "6.5.2".<br>
The following configuration files were considered but not accepted:<br>
C:/Craft/windows-msvc2022_64-cl/lib/cmake/KPim6KontactInterface/<br>
KPim6KontactInterfaceConfig.cmake, version: 6.5.1<br>
will automatically get fixed when Craft switches to 25.08.2. Hopefully, this <br>
will happen before your next checks until Laurent bumps the required versions <br>
to 6.5.3. Why the problem exists in the first place and how we can fix it or at <br>
least ameliorate it was discussed in the last thread.<br>
<br>
The other error<br>
C:\Craft\windows-msvc2022_64-cl\include\QtCore/qttypetraits.h(172): fatal <br>
error C1060: compiler is out of heap space<br>
seems to be a result of putting too much pressure on the CI system.<br></blockquote><div><br></div><div>This seems to be a result of how many simultaneous files KItinerary is able to compile, as each job on the CI system gets it's own VM to run in.</div><div><br></div><div>For general CI we've turned down the number of cores used (the -j argument) - see <a href="https://invent.kde.org/pim/kitinerary/-/blob/master/.kde-ci.yml?ref_type=heads#L22">https://invent.kde.org/pim/kitinerary/-/blob/master/.kde-ci.yml?ref_type=heads#L22</a></div><div>So looks like we need something similar for Craft.</div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
<br>
> kalarm (stable) - 2nd week<br>
> * <a href="https://invent.kde.org/pim/kalarm/-/pipelines/1052136" rel="noreferrer" target="_blank">https://invent.kde.org/pim/kalarm/-/pipelines/1052136</a><br>
> * Windows craft build fails<br>
<br>
See latest week's thread. We can choose between the plague and cholera as we <br>
say in Germany. My MR <a href="https://invent.kde.org/pim/kalarm/-/merge_requests/72" rel="noreferrer" target="_blank">https://invent.kde.org/pim/kalarm/-/merge_requests/72</a> <br>
fixes the build issue, but it fails because of the same version issue as the <br>
kontact build. I'll still merge my MR now so that the problem gets fixed when <br>
Craft switches to 25.08.2.<br>
<br>
> kdevelop (stable) - NEW<br>
> * <a href="https://invent.kde.org/kdevelop/kdevelop/-/pipelines/1055814" rel="noreferrer" target="_blank">https://invent.kde.org/kdevelop/kdevelop/-/pipelines/1055814</a><br>
> * Craft Windows signing timed out?<br>
<br>
Not really. The problem is that the job was already running for 50 minutes <br>
when the signing started and that uploading the gigantic 1,393,930,240 byte <br>
tarball with all files to sign took more than 10 minutes. Timeout!<br>
<br>
Why the heck are there almost 1,4 GiB worth of executables to sign?<br>
<br>
> pim-sieve-editor (master) - NEW<br>
> * <a href="https://invent.kde.org/pim/pim-sieve-editor/-/pipelines/1055753" rel="noreferrer" target="_blank">https://invent.kde.org/pim/pim-sieve-editor/-/pipelines/1055753</a><br>
> * Windows craft and flatpak builds fail<br>
<br>
CMake Warning at CMakeLists.txt:125 (find_package):<br>
Could not find a configuration file for package "KF6TextEditTextToSpeech"<br>
that is compatible with requested version "1.8.0".<br>
The following configuration files were considered but not accepted:<br>
C:/Craft/windows-msvc2022_64-cl/lib/cmake/KF6TextEditTextToSpeech/<br>
KF6TextEditTextToSpeechConfig.cmake, version: 1.7.1<br>
CMake Error at CMakeLists.txt:129 (find_package):<br>
Could not find a configuration file for package "KF6TextCustomEditor" that<br>
is compatible with requested version "1.8.0".<br>
The following configuration files were considered but not accepted:<br>
C:/Craft/windows-msvc2022_64-cl/lib/cmake/KF6TextCustomEditor/<br>
KF6TextCustomEditorConfig.cmake, version: 1.7.1<br>
<br>
Laurent?<br>
<br>
> kontact (master) - NEW<br>
> * <a href="https://invent.kde.org/pim/kontact/-/pipelines/1055448" rel="noreferrer" target="_blank">https://invent.kde.org/pim/kontact/-/pipelines/1055448</a><br>
> * Windows craft build fails<br>
<br>
Timeout after 60 minutes. The build is too complex because it builds all of <br>
PIM from master. This is excessive and needs to change. Feel free to remove/<br>
disable this build NOW until Laurent has reduced the build time to well under <br>
60 minutes.<br>
<br>
Regards,<br>
Ingo<br></blockquote><div><br></div><div>Thanks,</div><div>Ben </div></div></div>