Re: Fwd: KDE CI: Administration » Dependency Build Applications kf5-qt5 FreeBSDQt5.15 - Build # 127 - Still Failing!

2021-11-18 Thread Volker Krause
On Donnerstag, 18. November 2021 18:47:37 CET Ben Cooksley wrote:
> On Fri, Nov 19, 2021 at 6:39 AM Volker Krause  wrote:
> > I looked into this and it seems the problem had already been addressed
> > prior
> > to your email, so all I ended up doing is pressing the rebuild button.
> > 
> > 
> > The change starting this was https://invent.kde.org/frameworks/ki18n/-/
> > merge_requests/21
> > , by me.
> > What actually caused the breakage however was the
> > way deprecation versions are managed. Not the first time, and not entirely
> > surprising, the MR comments even mention that risk.
> > 
> > There's two approaches on how to handle such changes without breaking the
> > build:
> > 
> > (1) Change KF, port apps after the next KF release, deprecate old KF API
> > in a
> > subsequent release once porting has been completed.
> > (2) Change KF and deprecate old API immediately, port apps after the next
> > KF
> > release and then bump the deprecation version once that has been
> > completed.
> > 
> > Both have been rejected previously and I have yet to see an alternative
> > workflow that allows KF changes/deprecation while avoiding breakage like
> > we
> > have seen here. I very much share your frustration in that regard.
> 
> Is this the same option that causes API to simply disappear if certain
> compiler flags have been set?
> I recall it causing substantial fallout in the past.

Yep, that one. And yes, a recurring problem.

The option itself isn't the problem though, it is super useful in preparation 
of the 6 migration. The problem are the conflicting expectations on how it 
should be used.

Regards,
Volker


> > On Donnerstag, 18. November 2021 10:24:18 CET Ben Cooksley wrote:
> > > Hi PIM Developers,
> > > 
> > > Please see the below breakage in your code, which is impacting both
> > > Linux
> > > and FreeBSD.
> > > This breakage is preventing us from rebuilding the images, which is
> > > blocking the web team from deploying changes to apps.kde.org, and also
> > > preventing the rollout of new packages requested by the Frameworks
> > > developers.
> > > 
> > > Please note that once again it is a PIM breakage which is limiting our
> > > ability to work on the CI system, which is both frustrating and quite
> > > sad
> > > as this should not be happening.
> > > 
> > > Regards,
> > > Ben
> > > 
> > > -- Forwarded message -
> > > From: CI System 
> > > Date: Thu, Nov 18, 2021 at 12:10 AM
> > > Subject: KDE CI: Administration » Dependency Build Applications kf5-qt5
> > > FreeBSDQt5.15 - Build # 127 - Still Failing!
> > > To: 
> > > 
> > > 
> > > *BUILD FAILURE*
> > > Build URL
> > 
> > https://build.kde.org/job/Administration/job/Dependency%20Build%20Applicat
> > io> 
> > > ns%20kf5-qt5%20FreeBSDQt5.15/127/ Project: Dependency Build Applications
> > > kf5-qt5 FreeBSDQt5.15
> > > Date of build: Wed, 17 Nov 2021 08:56:29 +
> > > Build duration: 2 hr 13 min and counting
> > > * CONSOLE OUTPUT *
> > > [...truncated 165753 lines...]
> > > [2021-11-17T11:08:36.898Z] [ 43%] Linking CXX executable
> > > ../../../../bin/testspellchecklineedit
> > > [2021-11-17T11:08:37.185Z] [ 43%] Built target translator_gui
> > > [2021-11-17T11:08:37.185Z] [ 43%] Building CXX object
> > 
> > src/pimcommon/autocorrection/tests/CMakeFiles/autocorrection_gui.dir/autoc
> > or> 
> > > rection_gui_autogen/mocs_compilation.cpp.o [2021-11-17T11:08:37.465Z] [
> > 
> > 43%]
> > 
> > > Built target migratefileinfotest [2021-11-17T11:08:37.465Z] [ 44%]
> > 
> > Building
> > 
> > > CXX object
> > 
> > src/pimcommon/customtools/autotests/CMakeFiles/customtoolswidgetngtest.dir
> > /c> 
> > > ustomtoolswidgetngtest_autogen/mocs_compilation.cpp.o
> > > [2021-11-17T11:08:37.465Z] [ 44%] Built target testspellchecklineedit
> > > [2021-11-17T11:08:37.465Z] [ 44%] Building CXX object
> > 
> > src/pimcommon/customtools/autotests/CMakeFiles/customtoolswidgetngtest.dir
> > /c> 
> > > ustomtoolswidgetngtest.cpp.o [2021-11-17T11:08:37.465Z] [ 44%] Building
> > 
> > CXX
> > 
> > > object
> > 
> > src/pimcommon/widgets/tests/CMakeFiles/customtoolswidgetng_gui.dir/customt
> > oo> 
> > > lswidgetng_gui.cpp.o [2021-11-17T11:08:38.086Z] [ 44%] Linking CXX
> > > executable
> > > ../../../../bin/richtexteditwithautocorrection_gui
> > > [2021-11-17T11:08:38.357Z] [ 44%] Linking CXX executable
> > > ../../../../bin/shareserviceurlmanagertest
> > > [2021-11-17T11:08:38.628Z] [ 44%] Built target
> > > richtexteditwithautocorrection_gui
> > > [2021-11-17T11:08:38.628Z] [ 44%] Building CXX object
> > 
> > src/pimcommon/autotests/CMakeFiles/regularexpressiontests.dir/regularexpre
> > ss> 
> > > iontests_autogen/mocs_compilation.cpp.o [2021-11-17T11:08:38.927Z] [
> > > 44%]
> > > Built target shareserviceurlmanagertest [2021-11-17T11:08:38.927Z] [
> > > 44%]
> > > Building CXX object
> > 
> > src/pimcommon/logactivities/autotests/CMakeFiles/logactivitieswidgettest.d
> > ir> 
> > > 

Re: Fwd: KDE CI: Administration » Dependency Build Applications kf5-qt5 FreeBSDQt5.15 - Build # 127 - Still Failing!

2021-11-18 Thread Volker Krause
On Donnerstag, 18. November 2021 19:39:09 CET Friedrich W. H. Kossebau wrote:
> Am Donnerstag, 18. November 2021, 18:37:37 CET schrieb Volker Krause:
> > I looked into this and it seems the problem had already been addressed
> > prior to your email, so all I ended up doing is pressing the rebuild
> > button.
> > 
> > 
> > The change starting this was https://invent.kde.org/frameworks/ki18n/-/
> > merge_requests/21, by me. What actually caused the breakage however was
> > the
> > way deprecation versions are managed. Not the first time, and not entirely
> > surprising, the MR comments even mention that risk.
> > 
> > There's two approaches on how to handle such changes without breaking the
> > build:
> > 
> > (1) Change KF, port apps after the next KF release, deprecate old KF API
> > in
> > a subsequent release once porting has been completed.
> > (2) Change KF and deprecate old API immediately, port apps after the next
> > KF release and then bump the deprecation version once that has been
> > completed.
> > 
> > Both have been rejected previously and I have yet to see an alternative
> > workflow that allows KF changes/deprecation while avoiding breakage like
> > we
> > have seen here. I very much share your frustration in that regard.
> 
> The problem is rather the (on purpose) too aggressive setting of the
> visibility levels in PIM projects. See also the thread recently here:
> https://mail.kde.org/pipermail/kde-pim/2021-August/047845.html
> 
> (So as Albert said while I was typing :) )

The end result remains the same though, I have no way of doing such changes in 
KF without risking breakage. It doesn't help the CI that I can argue the way 
the change was done is technically correct.

> It is part of the workflow of one big contributor, but sadly has those
> negative side-effects for everyone else. In the absence of someone else
> having found a solution meanwhile, I will see to finally complete this WE
> my technical proposal to this conflict, as sketched at the end of
> https://mail.kde.org/pipermail/kde-pim/2021-August/047914.html

Very much appreciated! I hope this will finally allow us to move past this 
issue :)

Regards,
Volker

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


Re: Fwd: KDE CI: Administration » Dependency Build Applications kf5-qt5 FreeBSDQt5.15 - Build # 127 - Still Failing!

2021-11-18 Thread Friedrich W. H. Kossebau
Am Donnerstag, 18. November 2021, 18:37:37 CET schrieb Volker Krause:
> I looked into this and it seems the problem had already been addressed prior
> to your email, so all I ended up doing is pressing the rebuild button.
> 
> 
> The change starting this was https://invent.kde.org/frameworks/ki18n/-/
> merge_requests/21, by me. What actually caused the breakage however was the
> way deprecation versions are managed. Not the first time, and not entirely
> surprising, the MR comments even mention that risk.
> 
> There's two approaches on how to handle such changes without breaking the
> build:
> 
> (1) Change KF, port apps after the next KF release, deprecate old KF API in
> a subsequent release once porting has been completed.
> (2) Change KF and deprecate old API immediately, port apps after the next KF
> release and then bump the deprecation version once that has been completed.
> 
> Both have been rejected previously and I have yet to see an alternative
> workflow that allows KF changes/deprecation while avoiding breakage like we
> have seen here. I very much share your frustration in that regard.

The problem is rather the (on purpose) too aggressive setting of the 
visibility levels in PIM projects. See also the thread recently here:
https://mail.kde.org/pipermail/kde-pim/2021-August/047845.html

(So as Albert said while I was typing :) )

It is part of the workflow of one big contributor, but sadly has those 
negative side-effects for everyone else. In the absence of someone else having 
found a solution meanwhile, I will see to finally complete this WE my 
technical proposal to this conflict, as sketched at the end of
https://mail.kde.org/pipermail/kde-pim/2021-August/047914.html

Cheers
Friedrich




Re: Fwd: KDE CI: Administration » Dependency Build Applications kf5-qt5 FreeBSDQt5.15 - Build # 127 - Still Failing!

2021-11-18 Thread Albert Astals Cid
El dijous, 18 de novembre de 2021, a les 18:37:37 (CET), Volker Krause va 
escriure:
> I looked into this and it seems the problem had already been addressed prior 
> to your email, so all I ended up doing is pressing the rebuild button.
> 
> 
> The change starting this was https://invent.kde.org/frameworks/ki18n/-/
> merge_requests/21, by me. What actually caused the breakage however was the 
> way deprecation versions are managed. Not the first time, and not entirely 
> surprising, the MR comments even mention that risk.
> 
> There's two approaches on how to handle such changes without breaking the 
> build:
> 
> (1) Change KF, port apps after the next KF release, deprecate old KF API in a 
> subsequent release once porting has been completed.
> (2) Change KF and deprecate old API immediately, port apps after the next KF 
> release and then bump the deprecation version once that has been completed.
> 
> Both have been rejected previously and I have yet to see an alternative 
> workflow that allows KF changes/deprecation while avoiding breakage like we 
> have seen here. I very much share your frustration in that regard.

The NOOP deprecation is marked for 5.89 which has not been released yet, that 
is fine.

Apps can't say "don't compile with deprecated functions as of 5.89" because it 
has not released yet so they don't know what may be deprecated, apps as most 
can say "don't compile with deprecated functions as of 5.88", anything newer is 
just the apps lying and lying is wrong.

Cheers,
  Albert

> 
> Regards,
> Volker
> 
> 
> On Donnerstag, 18. November 2021 10:24:18 CET Ben Cooksley wrote:
> > Hi PIM Developers,
> > 
> > Please see the below breakage in your code, which is impacting both Linux
> > and FreeBSD.
> > This breakage is preventing us from rebuilding the images, which is
> > blocking the web team from deploying changes to apps.kde.org, and also
> > preventing the rollout of new packages requested by the Frameworks
> > developers.
> > 
> > Please note that once again it is a PIM breakage which is limiting our
> > ability to work on the CI system, which is both frustrating and quite sad
> > as this should not be happening.
> > 
> > Regards,
> > Ben
> > 
> > -- Forwarded message -
> > From: CI System 
> > Date: Thu, Nov 18, 2021 at 12:10 AM
> > Subject: KDE CI: Administration » Dependency Build Applications kf5-qt5
> > FreeBSDQt5.15 - Build # 127 - Still Failing!
> > To: 
> > 
> > 
> > *BUILD FAILURE*
> > Build URL
> > https://build.kde.org/job/Administration/job/Dependency%20Build%20Applicatio
> > ns%20kf5-qt5%20FreeBSDQt5.15/127/ Project: Dependency Build Applications
> > kf5-qt5 FreeBSDQt5.15
> > Date of build: Wed, 17 Nov 2021 08:56:29 +
> > Build duration: 2 hr 13 min and counting
> > * CONSOLE OUTPUT *
> > [...truncated 165753 lines...]
> > [2021-11-17T11:08:36.898Z] [ 43%] Linking CXX executable
> > ../../../../bin/testspellchecklineedit
> > [2021-11-17T11:08:37.185Z] [ 43%] Built target translator_gui
> > [2021-11-17T11:08:37.185Z] [ 43%] Building CXX object
> > src/pimcommon/autocorrection/tests/CMakeFiles/autocorrection_gui.dir/autocor
> > rection_gui_autogen/mocs_compilation.cpp.o [2021-11-17T11:08:37.465Z] [ 43%]
> > Built target migratefileinfotest [2021-11-17T11:08:37.465Z] [ 44%] Building
> > CXX object
> > src/pimcommon/customtools/autotests/CMakeFiles/customtoolswidgetngtest.dir/c
> > ustomtoolswidgetngtest_autogen/mocs_compilation.cpp.o
> > [2021-11-17T11:08:37.465Z] [ 44%] Built target testspellchecklineedit
> > [2021-11-17T11:08:37.465Z] [ 44%] Building CXX object
> > src/pimcommon/customtools/autotests/CMakeFiles/customtoolswidgetngtest.dir/c
> > ustomtoolswidgetngtest.cpp.o [2021-11-17T11:08:37.465Z] [ 44%] Building CXX
> > object
> > src/pimcommon/widgets/tests/CMakeFiles/customtoolswidgetng_gui.dir/customtoo
> > lswidgetng_gui.cpp.o [2021-11-17T11:08:38.086Z] [ 44%] Linking CXX
> > executable
> > ../../../../bin/richtexteditwithautocorrection_gui
> > [2021-11-17T11:08:38.357Z] [ 44%] Linking CXX executable
> > ../../../../bin/shareserviceurlmanagertest
> > [2021-11-17T11:08:38.628Z] [ 44%] Built target
> > richtexteditwithautocorrection_gui
> > [2021-11-17T11:08:38.628Z] [ 44%] Building CXX object
> > src/pimcommon/autotests/CMakeFiles/regularexpressiontests.dir/regularexpress
> > iontests_autogen/mocs_compilation.cpp.o [2021-11-17T11:08:38.927Z] [ 44%]
> > Built target shareserviceurlmanagertest [2021-11-17T11:08:38.927Z] [ 44%]
> > Building CXX object
> > src/pimcommon/logactivities/autotests/CMakeFiles/logactivitieswidgettest.dir
> > /logactivitieswidgettest_autogen/mocs_compilation.cpp.o
> > [2021-11-17T11:08:38.927Z] [ 44%] Building CXX object
> > src/pimcommon/autocorrection/tests/CMakeFiles/autocorrection_gui.dir/autocor
> > rection_gui.cpp.o [2021-11-17T11:08:39.514Z] [ 45%] Building CXX object
> > src/pimcommon/autotests/CMakeFiles/regularexpressiontests.dir/regularexpress
> > iontests.cpp.o [2021-11-17T11:08:39.774Z] [ 45%] Linking CXX 

Re: Fwd: KDE CI: Administration » Dependency Build Applications kf5-qt5 FreeBSDQt5.15 - Build # 127 - Still Failing!

2021-11-18 Thread Ben Cooksley
On Fri, Nov 19, 2021 at 6:39 AM Volker Krause  wrote:

> I looked into this and it seems the problem had already been addressed
> prior
> to your email, so all I ended up doing is pressing the rebuild button.
>
>
> The change starting this was https://invent.kde.org/frameworks/ki18n/-/
> merge_requests/21
> , by me.
> What actually caused the breakage however was the
> way deprecation versions are managed. Not the first time, and not entirely
> surprising, the MR comments even mention that risk.
>
> There's two approaches on how to handle such changes without breaking the
> build:
>
> (1) Change KF, port apps after the next KF release, deprecate old KF API
> in a
> subsequent release once porting has been completed.
> (2) Change KF and deprecate old API immediately, port apps after the next
> KF
> release and then bump the deprecation version once that has been completed.
>
> Both have been rejected previously and I have yet to see an alternative
> workflow that allows KF changes/deprecation while avoiding breakage like
> we
> have seen here. I very much share your frustration in that regard.
>

Is this the same option that causes API to simply disappear if certain
compiler flags have been set?
I recall it causing substantial fallout in the past.


> Regards,
> Volker
>

Cheers,
Ben


>
>
> On Donnerstag, 18. November 2021 10:24:18 CET Ben Cooksley wrote:
> > Hi PIM Developers,
> >
> > Please see the below breakage in your code, which is impacting both Linux
> > and FreeBSD.
> > This breakage is preventing us from rebuilding the images, which is
> > blocking the web team from deploying changes to apps.kde.org, and also
> > preventing the rollout of new packages requested by the Frameworks
> > developers.
> >
> > Please note that once again it is a PIM breakage which is limiting our
> > ability to work on the CI system, which is both frustrating and quite sad
> > as this should not be happening.
> >
> > Regards,
> > Ben
> >
> > -- Forwarded message -
> > From: CI System 
> > Date: Thu, Nov 18, 2021 at 12:10 AM
> > Subject: KDE CI: Administration » Dependency Build Applications kf5-qt5
> > FreeBSDQt5.15 - Build # 127 - Still Failing!
> > To: 
> >
> >
> > *BUILD FAILURE*
> > Build URL
> >
> https://build.kde.org/job/Administration/job/Dependency%20Build%20Applicatio
> > ns%20kf5-qt5%20FreeBSDQt5.15/127/ Project: Dependency Build Applications
> > kf5-qt5 FreeBSDQt5.15
> > Date of build: Wed, 17 Nov 2021 08:56:29 +
> > Build duration: 2 hr 13 min and counting
> > * CONSOLE OUTPUT *
> > [...truncated 165753 lines...]
> > [2021-11-17T11:08:36.898Z] [ 43%] Linking CXX executable
> > ../../../../bin/testspellchecklineedit
> > [2021-11-17T11:08:37.185Z] [ 43%] Built target translator_gui
> > [2021-11-17T11:08:37.185Z] [ 43%] Building CXX object
> >
> src/pimcommon/autocorrection/tests/CMakeFiles/autocorrection_gui.dir/autocor
> > rection_gui_autogen/mocs_compilation.cpp.o [2021-11-17T11:08:37.465Z] [
> 43%]
> > Built target migratefileinfotest [2021-11-17T11:08:37.465Z] [ 44%]
> Building
> > CXX object
> >
> src/pimcommon/customtools/autotests/CMakeFiles/customtoolswidgetngtest.dir/c
> > ustomtoolswidgetngtest_autogen/mocs_compilation.cpp.o
> > [2021-11-17T11:08:37.465Z] [ 44%] Built target testspellchecklineedit
> > [2021-11-17T11:08:37.465Z] [ 44%] Building CXX object
> >
> src/pimcommon/customtools/autotests/CMakeFiles/customtoolswidgetngtest.dir/c
> > ustomtoolswidgetngtest.cpp.o [2021-11-17T11:08:37.465Z] [ 44%] Building
> CXX
> > object
> >
> src/pimcommon/widgets/tests/CMakeFiles/customtoolswidgetng_gui.dir/customtoo
> > lswidgetng_gui.cpp.o [2021-11-17T11:08:38.086Z] [ 44%] Linking CXX
> > executable
> > ../../../../bin/richtexteditwithautocorrection_gui
> > [2021-11-17T11:08:38.357Z] [ 44%] Linking CXX executable
> > ../../../../bin/shareserviceurlmanagertest
> > [2021-11-17T11:08:38.628Z] [ 44%] Built target
> > richtexteditwithautocorrection_gui
> > [2021-11-17T11:08:38.628Z] [ 44%] Building CXX object
> >
> src/pimcommon/autotests/CMakeFiles/regularexpressiontests.dir/regularexpress
> > iontests_autogen/mocs_compilation.cpp.o [2021-11-17T11:08:38.927Z] [ 44%]
> > Built target shareserviceurlmanagertest [2021-11-17T11:08:38.927Z] [ 44%]
> > Building CXX object
> >
> src/pimcommon/logactivities/autotests/CMakeFiles/logactivitieswidgettest.dir
> > /logactivitieswidgettest_autogen/mocs_compilation.cpp.o
> > [2021-11-17T11:08:38.927Z] [ 44%] Building CXX object
> >
> src/pimcommon/autocorrection/tests/CMakeFiles/autocorrection_gui.dir/autocor
> > rection_gui.cpp.o [2021-11-17T11:08:39.514Z] [ 45%] Building CXX object
> >
> src/pimcommon/autotests/CMakeFiles/regularexpressiontests.dir/regularexpress
> > iontests.cpp.o [2021-11-17T11:08:39.774Z] [ 45%] Linking CXX executable
> > ../../../../bin/customtoolswidgetng_gui
> > [2021-11-17T11:08:40.046Z] [ 45%] Linking CXX executable
> > ../../../../bin/customtoolswidgetngtest
> > 

Re: Fwd: KDE CI: Administration » Dependency Build Applications kf5-qt5 FreeBSDQt5.15 - Build # 127 - Still Failing!

2021-11-18 Thread Volker Krause
I looked into this and it seems the problem had already been addressed prior 
to your email, so all I ended up doing is pressing the rebuild button.


The change starting this was https://invent.kde.org/frameworks/ki18n/-/
merge_requests/21, by me. What actually caused the breakage however was the 
way deprecation versions are managed. Not the first time, and not entirely 
surprising, the MR comments even mention that risk.

There's two approaches on how to handle such changes without breaking the 
build:

(1) Change KF, port apps after the next KF release, deprecate old KF API in a 
subsequent release once porting has been completed.
(2) Change KF and deprecate old API immediately, port apps after the next KF 
release and then bump the deprecation version once that has been completed.

Both have been rejected previously and I have yet to see an alternative 
workflow that allows KF changes/deprecation while avoiding breakage like we 
have seen here. I very much share your frustration in that regard.

Regards,
Volker


On Donnerstag, 18. November 2021 10:24:18 CET Ben Cooksley wrote:
> Hi PIM Developers,
> 
> Please see the below breakage in your code, which is impacting both Linux
> and FreeBSD.
> This breakage is preventing us from rebuilding the images, which is
> blocking the web team from deploying changes to apps.kde.org, and also
> preventing the rollout of new packages requested by the Frameworks
> developers.
> 
> Please note that once again it is a PIM breakage which is limiting our
> ability to work on the CI system, which is both frustrating and quite sad
> as this should not be happening.
> 
> Regards,
> Ben
> 
> -- Forwarded message -
> From: CI System 
> Date: Thu, Nov 18, 2021 at 12:10 AM
> Subject: KDE CI: Administration » Dependency Build Applications kf5-qt5
> FreeBSDQt5.15 - Build # 127 - Still Failing!
> To: 
> 
> 
> *BUILD FAILURE*
> Build URL
> https://build.kde.org/job/Administration/job/Dependency%20Build%20Applicatio
> ns%20kf5-qt5%20FreeBSDQt5.15/127/ Project: Dependency Build Applications
> kf5-qt5 FreeBSDQt5.15
> Date of build: Wed, 17 Nov 2021 08:56:29 +
> Build duration: 2 hr 13 min and counting
> * CONSOLE OUTPUT *
> [...truncated 165753 lines...]
> [2021-11-17T11:08:36.898Z] [ 43%] Linking CXX executable
> ../../../../bin/testspellchecklineedit
> [2021-11-17T11:08:37.185Z] [ 43%] Built target translator_gui
> [2021-11-17T11:08:37.185Z] [ 43%] Building CXX object
> src/pimcommon/autocorrection/tests/CMakeFiles/autocorrection_gui.dir/autocor
> rection_gui_autogen/mocs_compilation.cpp.o [2021-11-17T11:08:37.465Z] [ 43%]
> Built target migratefileinfotest [2021-11-17T11:08:37.465Z] [ 44%] Building
> CXX object
> src/pimcommon/customtools/autotests/CMakeFiles/customtoolswidgetngtest.dir/c
> ustomtoolswidgetngtest_autogen/mocs_compilation.cpp.o
> [2021-11-17T11:08:37.465Z] [ 44%] Built target testspellchecklineedit
> [2021-11-17T11:08:37.465Z] [ 44%] Building CXX object
> src/pimcommon/customtools/autotests/CMakeFiles/customtoolswidgetngtest.dir/c
> ustomtoolswidgetngtest.cpp.o [2021-11-17T11:08:37.465Z] [ 44%] Building CXX
> object
> src/pimcommon/widgets/tests/CMakeFiles/customtoolswidgetng_gui.dir/customtoo
> lswidgetng_gui.cpp.o [2021-11-17T11:08:38.086Z] [ 44%] Linking CXX
> executable
> ../../../../bin/richtexteditwithautocorrection_gui
> [2021-11-17T11:08:38.357Z] [ 44%] Linking CXX executable
> ../../../../bin/shareserviceurlmanagertest
> [2021-11-17T11:08:38.628Z] [ 44%] Built target
> richtexteditwithautocorrection_gui
> [2021-11-17T11:08:38.628Z] [ 44%] Building CXX object
> src/pimcommon/autotests/CMakeFiles/regularexpressiontests.dir/regularexpress
> iontests_autogen/mocs_compilation.cpp.o [2021-11-17T11:08:38.927Z] [ 44%]
> Built target shareserviceurlmanagertest [2021-11-17T11:08:38.927Z] [ 44%]
> Building CXX object
> src/pimcommon/logactivities/autotests/CMakeFiles/logactivitieswidgettest.dir
> /logactivitieswidgettest_autogen/mocs_compilation.cpp.o
> [2021-11-17T11:08:38.927Z] [ 44%] Building CXX object
> src/pimcommon/autocorrection/tests/CMakeFiles/autocorrection_gui.dir/autocor
> rection_gui.cpp.o [2021-11-17T11:08:39.514Z] [ 45%] Building CXX object
> src/pimcommon/autotests/CMakeFiles/regularexpressiontests.dir/regularexpress
> iontests.cpp.o [2021-11-17T11:08:39.774Z] [ 45%] Linking CXX executable
> ../../../../bin/customtoolswidgetng_gui
> [2021-11-17T11:08:40.046Z] [ 45%] Linking CXX executable
> ../../../../bin/customtoolswidgetngtest
> [2021-11-17T11:08:40.046Z] [ 46%] Building CXX object
> src/pimcommon/logactivities/autotests/CMakeFiles/logactivitieswidgettest.dir
> /logactivitieswidgettest.cpp.o [2021-11-17T11:08:40.319Z] [ 46%] Built
> target customtoolswidgetng_gui [2021-11-17T11:08:40.319Z] [ 47%] Building
> CXX object
> src/pimcommon/logactivities/autotests/CMakeFiles/logactivitiesdialogtest.dir
> /logactivitiesdialogtest_autogen/mocs_compilation.cpp.o
> [2021-11-17T11:08:40.319Z] [ 47%] Building CXX object
> 

Fwd: KDE CI: Administration » Dependency Build Applications kf5-qt5 FreeBSDQt5.15 - Build # 127 - Still Failing!

2021-11-18 Thread Ben Cooksley
Hi PIM Developers,

Please see the below breakage in your code, which is impacting both Linux
and FreeBSD.
This breakage is preventing us from rebuilding the images, which is
blocking the web team from deploying changes to apps.kde.org, and also
preventing the rollout of new packages requested by the Frameworks
developers.

Please note that once again it is a PIM breakage which is limiting our
ability to work on the CI system, which is both frustrating and quite sad
as this should not be happening.

Regards,
Ben

-- Forwarded message -
From: CI System 
Date: Thu, Nov 18, 2021 at 12:10 AM
Subject: KDE CI: Administration » Dependency Build Applications kf5-qt5
FreeBSDQt5.15 - Build # 127 - Still Failing!
To: 


*BUILD FAILURE*
Build URL
https://build.kde.org/job/Administration/job/Dependency%20Build%20Applications%20kf5-qt5%20FreeBSDQt5.15/127/
Project: Dependency Build Applications kf5-qt5 FreeBSDQt5.15
Date of build: Wed, 17 Nov 2021 08:56:29 +
Build duration: 2 hr 13 min and counting
* CONSOLE OUTPUT *
[...truncated 165753 lines...]
[2021-11-17T11:08:36.898Z] [ 43%] Linking CXX executable
../../../../bin/testspellchecklineedit
[2021-11-17T11:08:37.185Z] [ 43%] Built target translator_gui
[2021-11-17T11:08:37.185Z] [ 43%] Building CXX object
src/pimcommon/autocorrection/tests/CMakeFiles/autocorrection_gui.dir/autocorrection_gui_autogen/mocs_compilation.cpp.o
[2021-11-17T11:08:37.465Z] [ 43%] Built target migratefileinfotest
[2021-11-17T11:08:37.465Z] [ 44%] Building CXX object
src/pimcommon/customtools/autotests/CMakeFiles/customtoolswidgetngtest.dir/customtoolswidgetngtest_autogen/mocs_compilation.cpp.o
[2021-11-17T11:08:37.465Z] [ 44%] Built target testspellchecklineedit
[2021-11-17T11:08:37.465Z] [ 44%] Building CXX object
src/pimcommon/customtools/autotests/CMakeFiles/customtoolswidgetngtest.dir/customtoolswidgetngtest.cpp.o
[2021-11-17T11:08:37.465Z] [ 44%] Building CXX object
src/pimcommon/widgets/tests/CMakeFiles/customtoolswidgetng_gui.dir/customtoolswidgetng_gui.cpp.o
[2021-11-17T11:08:38.086Z] [ 44%] Linking CXX executable
../../../../bin/richtexteditwithautocorrection_gui
[2021-11-17T11:08:38.357Z] [ 44%] Linking CXX executable
../../../../bin/shareserviceurlmanagertest
[2021-11-17T11:08:38.628Z] [ 44%] Built target
richtexteditwithautocorrection_gui
[2021-11-17T11:08:38.628Z] [ 44%] Building CXX object
src/pimcommon/autotests/CMakeFiles/regularexpressiontests.dir/regularexpressiontests_autogen/mocs_compilation.cpp.o
[2021-11-17T11:08:38.927Z] [ 44%] Built target shareserviceurlmanagertest
[2021-11-17T11:08:38.927Z] [ 44%] Building CXX object
src/pimcommon/logactivities/autotests/CMakeFiles/logactivitieswidgettest.dir/logactivitieswidgettest_autogen/mocs_compilation.cpp.o
[2021-11-17T11:08:38.927Z] [ 44%] Building CXX object
src/pimcommon/autocorrection/tests/CMakeFiles/autocorrection_gui.dir/autocorrection_gui.cpp.o
[2021-11-17T11:08:39.514Z] [ 45%] Building CXX object
src/pimcommon/autotests/CMakeFiles/regularexpressiontests.dir/regularexpressiontests.cpp.o
[2021-11-17T11:08:39.774Z] [ 45%] Linking CXX executable
../../../../bin/customtoolswidgetng_gui
[2021-11-17T11:08:40.046Z] [ 45%] Linking CXX executable
../../../../bin/customtoolswidgetngtest
[2021-11-17T11:08:40.046Z] [ 46%] Building CXX object
src/pimcommon/logactivities/autotests/CMakeFiles/logactivitieswidgettest.dir/logactivitieswidgettest.cpp.o
[2021-11-17T11:08:40.319Z] [ 46%] Built target customtoolswidgetng_gui
[2021-11-17T11:08:40.319Z] [ 47%] Building CXX object
src/pimcommon/logactivities/autotests/CMakeFiles/logactivitiesdialogtest.dir/logactivitiesdialogtest_autogen/mocs_compilation.cpp.o
[2021-11-17T11:08:40.319Z] [ 47%] Building CXX object
src/pimcommon/logactivities/autotests/CMakeFiles/logactivitiesmanagertest.dir/logactivitiesmanagertest_autogen/mocs_compilation.cpp.o
[2021-11-17T11:08:40.653Z] [ 47%] Built target customtoolswidgetngtest
[2021-11-17T11:08:40.653Z] [ 47%] Building CXX object
src/pimcommon/logactivities/autotests/CMakeFiles/logactivitiesdialogtest.dir/logactivitiesdialogtest.cpp.o
[2021-11-17T11:08:41.692Z] [ 48%] Linking CXX executable
../../../../bin/autocorrection_gui
[2021-11-17T11:08:41.967Z] [ 48%] Building CXX object
src/pimcommon/logactivities/autotests/CMakeFiles/logactivitiesmanagertest.dir/logactivitiesmanagertest.cpp.o
[2021-11-17T11:08:41.967Z] [ 48%] Building CXX object
src/pimcommon/logactivities/tests/CMakeFiles/logactivities_gui.dir/logactivities_gui_autogen/mocs_compilation.cpp.o
[2021-11-17T11:08:42.275Z] [ 48%] Built target autocorrection_gui
[2021-11-17T11:08:42.275Z] [ 49%] Building CXX object
src/pimcommon/configureplugins/autotests/CMakeFiles/configurepluginslistwidgettest.dir/configurepluginslistwidgettest_autogen/mocs_compilation.cpp.o
[2021-11-17T11:08:42.897Z] [ 49%] Linking CXX executable
../../../../bin/logactivitieswidgettest
[2021-11-17T11:08:42.897Z] [ 49%] Linking CXX executable
../../../bin/regularexpressiontests
[2021-11-17T11:08:43.182Z] [ 49%]