KDE Gear projects with failing CI (master + stable) (5 May 2026)
Ben Cooksley
bcooksley at kde.org
Fri May 8 08:51:26 BST 2026
On Fri, May 8, 2026 at 6:37 AM Jean-Baptiste Mardelle <jb at kdenlive.org>
wrote:
> May 6, 2026 01:06:40 Albert Astals Cid <aacid at kde.org>:
>
> > Please work on fixing them, otherwise i will remove the failing CI jobs
> on
> > their 4th failing week, it is very important that CI is passing for
> multiple
> > reasons.
> >
> > Good news: 1 repo fixed
> >
> > Bad news: 10 repo started failing
> >
> >
> > pim-sieve-editor - NEW
> > * https://invent.kde.org/pim/pim-sieve-editor/-/pipelines/1232445
> > * https://invent.kde.org/pim/pim-sieve-editor/-/pipelines/1232444
> (stable)
> > * flatpak fails to build because kmime ecm version
> >
> >
> > okular - NEW
> > * https://invent.kde.org/graphics/okular/-/pipelines/1232753
> > * https://invent.kde.org/graphics/okular/-/pipelines/1232797 (stable)
> > * Craft android fails
> > * phonon fails to build
> >
> >
> > kdenlive - NEW
> > * https://invent.kde.org/multimedia/kdenlive/-/pipelines/1232818
> > * craft macos fails
> > * CMake Error at src/CMakeLists.txt:211
>
> This one is fixed, thanks.
>
> > * craft windows fails
> > * cc1plus.exe: out of memory allocating 65536 bytes
>
> This Windows mingw out of memory error is rather recent and happening in
> like 9 out of 10 builds, but seems unrelated to a change in our code.
>
> Is there maybe a way to limit the concurrency of ninja jobs on the Windows
> CI? Or any other idea
>
Yes there is. I have just pushed such a change that applies to both general
CI (your SUSE jobs were crashing out from time to time) as well as to Craft
mingw builds to both master and release/26.04.
I'd suggest reviewing whether some of the files that make up the Kdenlive
code can be broken up or have the number of included headers reduced. I say
this as the cppcheck job at least towards the end spent an awful lot of
time processing just three files (I watched the job run with htop on the
server console), with a long tail on each of those individual files (and
cppcheck took longer than any of the normal platform compile jobs to run).
Unfortunately it didn't indicate which ones but hopefully you are aware of
which files are long / have excessively large numbers of header includes.
That would also probably solve issues like this where jobs are running out
of memory during a build, as having even just one or two large files during
a job means the compiler needs quite a bit of memory to build that one
file. I have worked around that by reducing the number of simultaneous
build jobs, however that is a workaround to the real issue - which is large
or very complex (lots of templates has been known to cause quite a few
issues) individual *.cpp files.
For those not aware, CI jobs generally run in a VM that is provisioned with
16GB RAM and 12 CPU cores, and by default it will make use of all of those
cores (-j 12).
>
>
> Thanks in advance.
> Jean-Baptiste
>
Thanks,
Ben
>
>
> >
> >
> > akonadi-search - NEW
> > * https://invent.kde.org/pim/akonadi-search/-/pipelines/1230865
> > * https://invent.kde.org/pim/akonadi-search/-/pipelines/1233235 (stable)
> > * searchplugintest fails in freebsd
> >
> >
> > kosmindoormap - NEW
> > * https://invent.kde.org/libraries/kosmindoormap/-/pipelines/1232035
> > * https://invent.kde.org/libraries/kosmindoormap/-/pipelines/1232034
> (stable)
> > * osmelementinfomodeltest fails on Windows
> >
> >
> > kontact - NEW
> > * https://invent.kde.org/pim/kontact/-/pipelines/1232491
> > * craft windows timed out
> >
> >
> > neochat - NEW
> > * https://invent.kde.org/network/neochat/-/pipelines/1233351
> > * flatpak fails to build libQuotient
> >
> >
> > kontact (stable) - NEW
> > * https://invent.kde.org/pim/kontact/-/pipelines/1232434
> > * craft windows failed
> > * cannot execute
> 'C:\PROGRA~2\MICROS~2\2022\BUILDT~1\VC\Tools\MSVC\1444~1.352\bin\Hostx64\x64\c2.dll'
> >
> >
> > kalarm (stable) - NEW
> > * https://invent.kde.org/pim/kalarm/-/pipelines/1233285
> > * craft windows timed out
> >
> >
> > konsole (stable) - NEW
> > * https://invent.kde.org/utilities/konsole/-/pipelines/1232270
> > * Vt102EmulationTest fails on Windows
> >
> >
> > Cheers,
> > Albert
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.kde.org/pipermail/kde-devel/attachments/20260508/60a8876c/attachment-0001.htm>
More information about the kde-devel
mailing list