Re: KDE Gear projects with failing CI (master) (23 January 2024)

2024-01-25 Thread Ben Cooksley
On Thu, Jan 25, 2024 at 6:04 AM Volker Krause  wrote:

> On Dienstag, 23. Januar 2024 21:35:56 CET Albert Astals Cid wrote:
> > 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: 5 repositories got fixed
> >
> > Bad news: 2 repo still failing (1 with a different failure) and *10* new
> > this week
>
> KMime is fixed in all branches now, the test regression in akonadi-search
> in
> master is also fixed, but the general FreeBSD fallout breaking MySQL and
> PostgreSQL Akonadi tests remains.
>

I'll be performing a rebuild of the FreeBSD images shortly following a
patch Tobias has provided to add two additional packages to ensure QtSQL
has the necessary modules available.
That will fix the MySQL tests.

Postgres not working is a known issue with FreeBSD Jails i'm afraid, as by
default FreeBSD disables Sys V IPC support within Jails (as it can't be
namespaced on FreeBSD).
While for conventional FreeBSD Jails this can be re-enabled, i'm not sure
how well that interfaces with the ocijail component used by Podman to
launch our containers.


>
> Regards,
> Volker


Cheers,
Ben


Re: KDE Gear projects with failing CI (master) (23 January 2024)

2024-01-25 Thread Arjen Hiemstra
On Tuesday, 23 January 2024 22:24:45 CET Tobias C. Berner wrote:
> Moin moin
> 
> I'll take a look at krdc -- the main issue there is that cmake does
> not pick up the cmake files from the location they get installed to by
> the freerdp2 package.
> I hot-fixed that on the old builders, but not in the package. An
> update to appstream should also be feasible.


FreeRDP was in fact also missing from the list of packages to install to the 
container image. I made a MR to fix that which has been merged so that is 
resolved. What kind of changes did you have to make to make CMake pick up that 
install?

- Arjen

> 
> I'll try to get to both tomorrow.
> 
> 
> mfg Tobias
> 
> On Tue, 23 Jan 2024 at 22:11, Ben Cooksley  wrote:
> > On Wed, Jan 24, 2024 at 9:36 AM Albert Astals Cid  wrote:
> >> 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: 5 repositories got fixed
> >> 
> >> Bad news: 2 repo still failing (1 with a different failure) and *10* new
> >> this week
> >> 
> >> 
> >> krecorder - 2nd week
> >> 
> >>  * https://invent.kde.org/utilities/krecorder/-/pipelines/589469
> >>  
> >>   * All the craft_android builds are broken
> > 
> > Looks like kirigami-addons is doing something the CMake in the Android
> > image doesn't like.
> > 
> > Interesting - perhaps the CMake (which is built from source I think)
> > version in the Android image needs updating?> 
> >> krdc - different issue
> >> 
> >>  * https://invent.kde.org/network/krdc/-/pipelines/589457
> >>  
> >>   * FreeBSD builder is missing dependencies
> > 
> > KRDC developers should submit a MR to sysadmin/ci-images for the two
> > FreeBSD 14 images please.> 
> >> akonadi-serach - NEW
> >> 
> >>  * https://invent.kde.org/pim/akonadi-search/-/pipelines/589458
> >>  
> >>   * multiple tests failing
> >> 
> >> kmail - NEW
> >> 
> >>  * https://invent.kde.org/pim/kmail/-/pipelines/589460
> >>  
> >>   * appstreamtest fails on FreeBSD
> >> 
> >> kasts - NEW
> >> 
> >>  * https://invent.kde.org/multimedia/kasts/-/pipelines/589466
> >>  
> >>   * appstreamtest fails on FreeBSD
> >> 
> >> keysmith - NEW
> >> 
> >>  * https://invent.kde.org/utilities/keysmith/-/pipelines/589467
> >>  
> >>   * appstreamtest fails on FreeBSD
> >> 
> >> neochat - NEW
> >> 
> >>  * https://invent.kde.org/network/neochat/-/pipelines/589470
> >>  
> >>   * appstreamtest fails on FreeBSD
> >> 
> >> cantor - NEW
> >> 
> >>  * https://invent.kde.org/education/cantor/-/pipelines/589452
> >>  
> >>   * testmaxima fails on FreeBSD
> > 
> > These appstream failures are all the fault of the Appstream developers for
> > deprecating something with too high a severity level. While we do need to
> > fix it the issue is not critical yet.
> > 
> > Tobias - can we please update to 1.0.1 in FreeBSD (See
> > https://github.com/ximion/appstream/blob/main/NEWS#L12)?
> > 
> > For Linux this does not appear as we are pinned to a self-compiled version
> > in the image that is patched to align with the Flatpak requirements which
> > are stricter in some areas (because appstream politics *sigh*)> 
> >> konsole - NEW
> >> 
> >>  * https://invent.kde.org/utilities/konsole/-/pipelines/589450
> >>  
> >>   * flatpak build complains about icon-not-found
> >> 
> >> dolphin - NEW
> >> 
> >>  * https://invent.kde.org/system/dolphin/-/pipelines/589451
> >>  
> >>   * flatpak build complains about icon-not-found
> > 
> > Both likely a case of Flatpak becoming more strict, as the version lock we
> > had in place due to Docker incompatibilities was lifted following the
> > move to Podman.> 
> >> gwenview - NEW
> >> 
> >>  * https://invent.kde.org/graphics/gwenview/-/pipelines/589454
> >>  
> >>   * cfitsio SHA doesn't match on flatpak build
> >> 
> >> kipi-plugins - NEW
> >> 
> >>  * https://invent.kde.org/graphics/kipi-plugins/-/pipelines/589461
> >>  
> >>   * CI fails to find libmediawiki
> > 
> > Do we know how much this is still used, and whether KIPI can be retired?
> > 
> >> Cheers,
> >> 
> >>   Albert
> > 
> > Cheers,
> > Ben






Re: KDE Gear projects with failing CI (master) (23 January 2024)

2024-01-24 Thread Volker Krause
On Dienstag, 23. Januar 2024 21:35:56 CET Albert Astals Cid wrote:
> 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: 5 repositories got fixed
> 
> Bad news: 2 repo still failing (1 with a different failure) and *10* new
> this week

KMime is fixed in all branches now, the test regression in akonadi-search in 
master is also fixed, but the general FreeBSD fallout breaking MySQL and 
PostgreSQL Akonadi tests remains.

Regards,
Volker

signature.asc
Description: This is a digitally signed message part.


Re: KDE Gear projects with failing CI (master) (23 January 2024)

2024-01-24 Thread Ben Cooksley
On Wed, Jan 24, 2024 at 10:25 AM Tobias C. Berner 
wrote:

> Moin moin
>
> I'll take a look at krdc -- the main issue there is that cmake does
> not pick up the cmake files from the location they get installed to by
> the freerdp2 package.
> I hot-fixed that on the old builders, but not in the package. An
> update to appstream should also be feasible.


> I'll try to get to both tomorrow.
>

Thanks Tobias.
Guess changing over to the container image approach of running FreeBSD is
exposing a few things :)

Do we know where FreeRDP2 is installing it's CMake files and whether it is
just wrong (which should be fixed in the packaging, or even better upstream
with FreeRDP2 itself) or whether that is something where the CI tools just
need to hold CMake's hand a bit more?

Cheers,
Ben


>
>
> mfg Tobias
>
> On Tue, 23 Jan 2024 at 22:11, Ben Cooksley  wrote:
> >
> > On Wed, Jan 24, 2024 at 9:36 AM Albert Astals Cid  wrote:
> >>
> >> 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: 5 repositories got fixed
> >>
> >> Bad news: 2 repo still failing (1 with a different failure) and *10*
> new this week
> >>
> >>
> >> krecorder - 2nd week
> >>  * https://invent.kde.org/utilities/krecorder/-/pipelines/589469
> >>   * All the craft_android builds are broken
> >
> >
> > Looks like kirigami-addons is doing something the CMake in the Android
> image doesn't like.
> >
> > Interesting - perhaps the CMake (which is built from source I think)
> version in the Android image needs updating?
> >
> >>
> >>
> >>
> >> krdc - different issue
> >>  * https://invent.kde.org/network/krdc/-/pipelines/589457
> >>   * FreeBSD builder is missing dependencies
> >
> >
> > KRDC developers should submit a MR to sysadmin/ci-images for the two
> FreeBSD 14 images please.
> >
> >>
> >>
> >>
> >> akonadi-serach - NEW
> >>  * https://invent.kde.org/pim/akonadi-search/-/pipelines/589458
> >>   * multiple tests failing
> >>
> >>
> >> kmail - NEW
> >>  * https://invent.kde.org/pim/kmail/-/pipelines/589460
> >>   * appstreamtest fails on FreeBSD
> >>
> >>
> >> kasts - NEW
> >>  * https://invent.kde.org/multimedia/kasts/-/pipelines/589466
> >>   * appstreamtest fails on FreeBSD
> >>
> >>
> >> keysmith - NEW
> >>  * https://invent.kde.org/utilities/keysmith/-/pipelines/589467
> >>   * appstreamtest fails on FreeBSD
> >>
> >>
> >> neochat - NEW
> >>  * https://invent.kde.org/network/neochat/-/pipelines/589470
> >>   * appstreamtest fails on FreeBSD
> >>
> >>
> >> cantor - NEW
> >>  * https://invent.kde.org/education/cantor/-/pipelines/589452
> >>   * testmaxima fails on FreeBSD
> >
> >
> > These appstream failures are all the fault of the Appstream developers
> for deprecating something with too high a severity level.
> > While we do need to fix it the issue is not critical yet.
> >
> > Tobias - can we please update to 1.0.1 in FreeBSD (See
> https://github.com/ximion/appstream/blob/main/NEWS#L12)?
> >
> > For Linux this does not appear as we are pinned to a self-compiled
> version in the image that is patched to align with the Flatpak requirements
> which are stricter in some areas (because appstream politics *sigh*)
> >
> >>
> >>
> >>
> >> konsole - NEW
> >>  * https://invent.kde.org/utilities/konsole/-/pipelines/589450
> >>   * flatpak build complains about icon-not-found
> >>
> >>
> >> dolphin - NEW
> >>  * https://invent.kde.org/system/dolphin/-/pipelines/589451
> >>   * flatpak build complains about icon-not-found
> >
> >
> > Both likely a case of Flatpak becoming more strict, as the version lock
> we had in place due to Docker incompatibilities was lifted following the
> move to Podman.
> >
> >>
> >>
> >>
> >> gwenview - NEW
> >>  * https://invent.kde.org/graphics/gwenview/-/pipelines/589454
> >>   * cfitsio SHA doesn't match on flatpak build
> >>
> >>
> >> kipi-plugins - NEW
> >>  * https://invent.kde.org/graphics/kipi-plugins/-/pipelines/589461
> >>   * CI fails to find libmediawiki
> >
> >
> > Do we know how much this is still used, and whether KIPI can be retired?
> >
> >>
> >>
> >>
> >>
> >>
> >> Cheers,
> >>   Albert
> >
> >
> > Cheers,
> > Ben
>


Re: KDE Gear projects with failing CI (master) (23 January 2024)

2024-01-24 Thread Ingo Klöcker
On Dienstag, 23. Januar 2024 22:58:46 CET Nicolas Fella wrote:
> On 1/23/24 22:46, Ingo Klöcker wrote:
> > On Dienstag, 23. Januar 2024 22:11:23 CET Ben Cooksley wrote:
> >> On Wed, Jan 24, 2024 at 9:36 AM Albert Astals Cid  wrote:
> >>> krecorder - 2nd week
> >>> 
> >>>   * https://invent.kde.org/utilities/krecorder/-/pipelines/589469
> >>>   
> >>>* All the craft_android builds are broken
> >> 
> >> Looks like kirigami-addons is doing something the CMake in the Android
> >> image doesn't like.
> >> 
> >> Interesting - perhaps the CMake (which is built from source I think)
> >> version in the Android image needs updating?
> > 
> > It looks like the Android Qt 6 Craft builds fail since master was switched
> > to Qt 6. My guess is that this project lacks some changes that are needed
> > for building Qt 6 APKs with Craft. Maybe adding a suitable .craft.ini to
> > tell Craft that a newer version of kirigami-addons (and other packages)
> > has to be used for master is sufficient. See neochat for a minimal
> > example. I'll have a look tomorrow.
> 
> See https://mail.kde.org/pipermail/kde-devel/2024-January/002323.html
> 
> kirigami-addons master has a fix that the craft-supplied version lacks

It's not just that. With kirigami-addons master it fails with
ninja: error: unknown target 'create-apk'
https://invent.kde.org/utilities/krecorder/-/jobs/1535573

I think this means that the project hasn't been ported to the Qt 6 way for 
building APKs. I suggest disabling the failing jobs in master and release/
24.02 and fixing this in an MR. Volker wrote a blog explaining how to port 
Android projects to Qt 6.

Regards,
Ingo


signature.asc
Description: This is a digitally signed message part.


Re: KDE Gear projects with failing CI (master) (23 January 2024)

2024-01-23 Thread Johannes Zarl-Zierl
Am Dienstag, 23. Jänner 2024, 22:11:23 CET schrieb Ben Cooksley:
> > kipi-plugins - NEW
> > 
> >  * https://invent.kde.org/graphics/kipi-plugins/-/pipelines/589461
> >  
> >   * CI fails to find libmediawiki
> 
> Do we know how much this is still used, and whether KIPI can be retired?

No objections from me.
As far as kphotoalbum is concerned, we consider it dead (even though we still 
support building with libkipi).

Cheers,
  Johannes

signature.asc
Description: This is a digitally signed message part.


Re: KDE Gear projects with failing CI (master) (23 January 2024)

2024-01-23 Thread Nicolas Fella

On 1/23/24 22:46, Ingo Klöcker wrote:

On Dienstag, 23. Januar 2024 22:11:23 CET Ben Cooksley wrote:

On Wed, Jan 24, 2024 at 9:36 AM Albert Astals Cid  wrote:

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: 5 repositories got fixed

Bad news: 2 repo still failing (1 with a different failure) and *10* new
this week


krecorder - 2nd week

  * https://invent.kde.org/utilities/krecorder/-/pipelines/589469

   * All the craft_android builds are broken

Looks like kirigami-addons is doing something the CMake in the Android
image doesn't like.

Interesting - perhaps the CMake (which is built from source I think)
version in the Android image needs updating?

It looks like the Android Qt 6 Craft builds fail since master was switched to
Qt 6. My guess is that this project lacks some changes that are needed for
building Qt 6 APKs with Craft. Maybe adding a suitable .craft.ini to tell
Craft that a newer version of kirigami-addons (and other packages) has to be
used for master is sufficient. See neochat for a minimal example. I'll have a
look tomorrow.

Regards,
Ingo


See https://mail.kde.org/pipermail/kde-devel/2024-January/002323.html

kirigami-addons master has a fix that the craft-supplied version lacks



Re: KDE Gear projects with failing CI (master) (23 January 2024)

2024-01-23 Thread Ingo Klöcker
On Dienstag, 23. Januar 2024 22:11:23 CET Ben Cooksley wrote:
> On Wed, Jan 24, 2024 at 9:36 AM Albert Astals Cid  wrote:
> > 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: 5 repositories got fixed
> > 
> > Bad news: 2 repo still failing (1 with a different failure) and *10* new
> > this week
> > 
> > 
> > krecorder - 2nd week
> > 
> >  * https://invent.kde.org/utilities/krecorder/-/pipelines/589469
> >  
> >   * All the craft_android builds are broken
> 
> Looks like kirigami-addons is doing something the CMake in the Android
> image doesn't like.
> 
> Interesting - perhaps the CMake (which is built from source I think)
> version in the Android image needs updating?

It looks like the Android Qt 6 Craft builds fail since master was switched to 
Qt 6. My guess is that this project lacks some changes that are needed for 
building Qt 6 APKs with Craft. Maybe adding a suitable .craft.ini to tell 
Craft that a newer version of kirigami-addons (and other packages) has to be 
used for master is sufficient. See neochat for a minimal example. I'll have a 
look tomorrow.

Regards,
Ingo


signature.asc
Description: This is a digitally signed message part.


Re: KDE Gear projects with failing CI (master) (23 January 2024)

2024-01-23 Thread Tobias C. Berner
Moin moin

I'll take a look at krdc -- the main issue there is that cmake does
not pick up the cmake files from the location they get installed to by
the freerdp2 package.
I hot-fixed that on the old builders, but not in the package. An
update to appstream should also be feasible.

I'll try to get to both tomorrow.


mfg Tobias

On Tue, 23 Jan 2024 at 22:11, Ben Cooksley  wrote:
>
> On Wed, Jan 24, 2024 at 9:36 AM Albert Astals Cid  wrote:
>>
>> 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: 5 repositories got fixed
>>
>> Bad news: 2 repo still failing (1 with a different failure) and *10* new 
>> this week
>>
>>
>> krecorder - 2nd week
>>  * https://invent.kde.org/utilities/krecorder/-/pipelines/589469
>>   * All the craft_android builds are broken
>
>
> Looks like kirigami-addons is doing something the CMake in the Android image 
> doesn't like.
>
> Interesting - perhaps the CMake (which is built from source I think) version 
> in the Android image needs updating?
>
>>
>>
>>
>> krdc - different issue
>>  * https://invent.kde.org/network/krdc/-/pipelines/589457
>>   * FreeBSD builder is missing dependencies
>
>
> KRDC developers should submit a MR to sysadmin/ci-images for the two FreeBSD 
> 14 images please.
>
>>
>>
>>
>> akonadi-serach - NEW
>>  * https://invent.kde.org/pim/akonadi-search/-/pipelines/589458
>>   * multiple tests failing
>>
>>
>> kmail - NEW
>>  * https://invent.kde.org/pim/kmail/-/pipelines/589460
>>   * appstreamtest fails on FreeBSD
>>
>>
>> kasts - NEW
>>  * https://invent.kde.org/multimedia/kasts/-/pipelines/589466
>>   * appstreamtest fails on FreeBSD
>>
>>
>> keysmith - NEW
>>  * https://invent.kde.org/utilities/keysmith/-/pipelines/589467
>>   * appstreamtest fails on FreeBSD
>>
>>
>> neochat - NEW
>>  * https://invent.kde.org/network/neochat/-/pipelines/589470
>>   * appstreamtest fails on FreeBSD
>>
>>
>> cantor - NEW
>>  * https://invent.kde.org/education/cantor/-/pipelines/589452
>>   * testmaxima fails on FreeBSD
>
>
> These appstream failures are all the fault of the Appstream developers for 
> deprecating something with too high a severity level.
> While we do need to fix it the issue is not critical yet.
>
> Tobias - can we please update to 1.0.1 in FreeBSD (See 
> https://github.com/ximion/appstream/blob/main/NEWS#L12)?
>
> For Linux this does not appear as we are pinned to a self-compiled version in 
> the image that is patched to align with the Flatpak requirements which are 
> stricter in some areas (because appstream politics *sigh*)
>
>>
>>
>>
>> konsole - NEW
>>  * https://invent.kde.org/utilities/konsole/-/pipelines/589450
>>   * flatpak build complains about icon-not-found
>>
>>
>> dolphin - NEW
>>  * https://invent.kde.org/system/dolphin/-/pipelines/589451
>>   * flatpak build complains about icon-not-found
>
>
> Both likely a case of Flatpak becoming more strict, as the version lock we 
> had in place due to Docker incompatibilities was lifted following the move to 
> Podman.
>
>>
>>
>>
>> gwenview - NEW
>>  * https://invent.kde.org/graphics/gwenview/-/pipelines/589454
>>   * cfitsio SHA doesn't match on flatpak build
>>
>>
>> kipi-plugins - NEW
>>  * https://invent.kde.org/graphics/kipi-plugins/-/pipelines/589461
>>   * CI fails to find libmediawiki
>
>
> Do we know how much this is still used, and whether KIPI can be retired?
>
>>
>>
>>
>>
>>
>> Cheers,
>>   Albert
>
>
> Cheers,
> Ben


Re: KDE Gear projects with failing CI (master) (23 January 2024)

2024-01-23 Thread Ben Cooksley
On Wed, Jan 24, 2024 at 9:36 AM Albert Astals Cid  wrote:

> 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: 5 repositories got fixed
>
> Bad news: 2 repo still failing (1 with a different failure) and *10* new
> this week
>
>
> krecorder - 2nd week
>  * https://invent.kde.org/utilities/krecorder/-/pipelines/589469
>   * All the craft_android builds are broken
>

Looks like kirigami-addons is doing something the CMake in the Android
image doesn't like.

Interesting - perhaps the CMake (which is built from source I think)
version in the Android image needs updating?


>
>
> krdc - different issue
>  * https://invent.kde.org/network/krdc/-/pipelines/589457
>   * FreeBSD builder is missing dependencies
>

KRDC developers should submit a MR to sysadmin/ci-images for the two
FreeBSD 14 images please.


>
>
> akonadi-serach - NEW
>  * https://invent.kde.org/pim/akonadi-search/-/pipelines/589458
>   * multiple tests failing
>
>
> kmail - NEW
>  * https://invent.kde.org/pim/kmail/-/pipelines/589460
>   * appstreamtest fails on FreeBSD
>
>
> kasts - NEW
>  * https://invent.kde.org/multimedia/kasts/-/pipelines/589466
>   * appstreamtest fails on FreeBSD
>
>
> keysmith - NEW
>  * https://invent.kde.org/utilities/keysmith/-/pipelines/589467
>   * appstreamtest fails on FreeBSD
>
>
> neochat - NEW
>  * https://invent.kde.org/network/neochat/-/pipelines/589470
>   * appstreamtest fails on FreeBSD
>
>
> cantor - NEW
>  * https://invent.kde.org/education/cantor/-/pipelines/589452
>   * testmaxima fails on FreeBSD
>

These appstream failures are all the fault of the Appstream developers for
deprecating something with too high a severity level.
While we do need to fix it the issue is not critical yet.

Tobias - can we please update to 1.0.1 in FreeBSD (See
https://github.com/ximion/appstream/blob/main/NEWS#L12)?

For Linux this does not appear as we are pinned to a self-compiled version
in the image that is patched to align with the Flatpak requirements which
are stricter in some areas (because appstream politics *sigh*)


>
>
> konsole - NEW
>  * https://invent.kde.org/utilities/konsole/-/pipelines/589450
>   * flatpak build complains about icon-not-found
>
>
> dolphin - NEW
>  * https://invent.kde.org/system/dolphin/-/pipelines/589451
>   * flatpak build complains about icon-not-found
>

Both likely a case of Flatpak becoming more strict, as the version lock we
had in place due to Docker incompatibilities was lifted following the move
to Podman.


>
>
> gwenview - NEW
>  * https://invent.kde.org/graphics/gwenview/-/pipelines/589454
>   * cfitsio SHA doesn't match on flatpak build
>
>
> kipi-plugins - NEW
>  * https://invent.kde.org/graphics/kipi-plugins/-/pipelines/589461
>   * CI fails to find libmediawiki


Do we know how much this is still used, and whether KIPI can be retired?


>


>
> Cheers,
>   Albert
>

Cheers,
Ben


KDE Gear projects with failing CI (master) (23 January 2024)

2024-01-23 Thread Albert Astals Cid
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: 5 repositories got fixed

Bad news: 2 repo still failing (1 with a different failure) and *10* new this 
week 


krecorder - 2nd week
 * https://invent.kde.org/utilities/krecorder/-/pipelines/589469
  * All the craft_android builds are broken


krdc - different issue
 * https://invent.kde.org/network/krdc/-/pipelines/589457
  * FreeBSD builder is missing dependencies


akonadi-serach - NEW
 * https://invent.kde.org/pim/akonadi-search/-/pipelines/589458
  * multiple tests failing


kmail - NEW
 * https://invent.kde.org/pim/kmail/-/pipelines/589460
  * appstreamtest fails on FreeBSD


kasts - NEW
 * https://invent.kde.org/multimedia/kasts/-/pipelines/589466
  * appstreamtest fails on FreeBSD


keysmith - NEW
 * https://invent.kde.org/utilities/keysmith/-/pipelines/589467
  * appstreamtest fails on FreeBSD


neochat - NEW
 * https://invent.kde.org/network/neochat/-/pipelines/589470
  * appstreamtest fails on FreeBSD


cantor - NEW
 * https://invent.kde.org/education/cantor/-/pipelines/589452
  * testmaxima fails on FreeBSD


konsole - NEW
 * https://invent.kde.org/utilities/konsole/-/pipelines/589450
  * flatpak build complains about icon-not-found


dolphin - NEW
 * https://invent.kde.org/system/dolphin/-/pipelines/589451
  * flatpak build complains about icon-not-found


gwenview - NEW
 * https://invent.kde.org/graphics/gwenview/-/pipelines/589454
  * cfitsio SHA doesn't match on flatpak build


kipi-plugins - NEW
 * https://invent.kde.org/graphics/kipi-plugins/-/pipelines/589461
  * CI fails to find libmediawiki


Cheers,
  Albert