Re: plasma-framework, kactivities and kactivities-stats: please consider proper de-KF-ication now

2023-11-11 Thread christoph

On 2023-11-05 18:35, christ...@cullmann.io wrote:

On 2023-11-05 18:01, Nate Graham wrote:

On 11/5/23 07:42, Kevin Ottens wrote:
I was clumsily advocating for this Akademy 2021 or 2022 (can't 
remember

which).

This way it's clearer to application authors when they tie themselves 
to a

given workspace or not.

Also, isn't Elisa able to work without Baloo? It even seems to do the 
right
thing if I trust its CMakeLists.txt. It has Baloo as a recommended 
but

optional dependency, and disable it altogether for Win32 builds.


Yes, Elisa also includes an internal indexer, for use on Windows and 
Android, or on *Nix when Baloo isn't installed or is disabled.


I think the original idea for the app was to delegate all the indexing 
heavy lifting to Baloo to avoid internal complication, but clearly 
this has not worked out in practice, since to be truly cross-platform, 
it can't assume that Baloo is present and active and does need its own 
indexer. So maybe the best course of action is actually to remove 
Baloo support entirely and always use the internal indexer, so that we 
don't have two different code paths.


Hi,

sounds for me a lot easier to test with just one variant.
And one would always use the variant Windows uses.


Hi,

any more feedback about this?

Greetings
Christoph



Greetings
Christoph




Nate


Re: plasma-framework

2023-11-07 Thread Nicolas Fella

On 11/7/23 12:22, Jonathan Esk-Riddell wrote:

On Sun, Nov 05, 2023 at 12:59:28PM +0100, Friedrich W. H. Kossebau wrote:

kactivities and kactivities-stats: please consider proper de-KF-ication now

Hi,

with plasma-framework, kactivities and kactivities entering the Plasma product
bundle, I assume they also will adapt to Plasma versioning.

We've done the reversioning now (thanks to those who tidied up after
me yesterday).  We plan to rename plasma-framework to libplasma
although I'm not sure who has the energy to do it.  I suppose we'll
also remove the KF terms from the other ones too.

kwayland is the 4th one being moved, it has been re-versioned but not yet moved 
in invent.


Let's not do anything to plasma-framework until after the alpha to avoid
stiring things up yet again.

We have plenty of time to do it before the beta/rc



Re: plasma-framework

2023-11-07 Thread Ben Cooksley
On Wed, Nov 8, 2023 at 12:22 AM Jonathan Esk-Riddell 
wrote:

> On Sun, Nov 05, 2023 at 12:59:28PM +0100, Friedrich W. H. Kossebau wrote:
> > kactivities and kactivities-stats: please consider proper de-KF-ication
> now
> >
> > Hi,
> >
> > with plasma-framework, kactivities and kactivities entering the Plasma
> product
> > bundle, I assume they also will adapt to Plasma versioning.
>
> We've done the reversioning now (thanks to those who tidied up after
> me yesterday).  We plan to rename plasma-framework to libplasma
> although I'm not sure who has the energy to do it.  I suppose we'll
> also remove the KF terms from the other ones too.
>

Are you talking about renaming the CMake/Binary side or the
repository/tarball side here?


>
> kwayland is the 4th one being moved, it has been re-versioned but not yet
> moved in invent.
>
> Jonathan
>

Cheers,
Ben


Re: plasma-framework

2023-11-07 Thread Jonathan Esk-Riddell
On Sun, Nov 05, 2023 at 12:59:28PM +0100, Friedrich W. H. Kossebau wrote:
> kactivities and kactivities-stats: please consider proper de-KF-ication now
> 
> Hi,
> 
> with plasma-framework, kactivities and kactivities entering the Plasma 
> product 
> bundle, I assume they also will adapt to Plasma versioning.

We've done the reversioning now (thanks to those who tidied up after
me yesterday).  We plan to rename plasma-framework to libplasma
although I'm not sure who has the energy to do it.  I suppose we'll
also remove the KF terms from the other ones too.

kwayland is the 4th one being moved, it has been re-versioned but not yet moved 
in invent.

Jonathan


Re: plasma-framework, kactivities and kactivities-stats: please consider proper de-KF-ication now

2023-11-05 Thread Shantanu Tushar Jha
Hi,

+1 to what Carl said. Right now my Elisa barely needs any time to read my
music library, presumably because Baloo already has it indexed. It'll be
quite a shame if apps did their own indexing, wasting time and power.

The effects (of removing Baloo support) are even more pronounced if we
consider that a majority of Elisa users are running Plasma as well.
(Citation needed, I know, but IMO it's not such a risky assumption.)

Regards,
Shantanu

On Sun, Nov 5, 2023, 11:53 PM Carl Schwan  wrote:

> On Sunday, November 5, 2023 6:01:38 PM CET Nate Graham wrote:
> > On 11/5/23 07:42, Kevin Ottens wrote:
> > > I was clumsily advocating for this Akademy 2021 or 2022 (can't remember
> > > which).
> > >
> > > This way it's clearer to application authors when they tie themselves
> to a
> > > given workspace or not.
> > >
> > > Also, isn't Elisa able to work without Baloo? It even seems to do the
> > > right
> > > thing if I trust its CMakeLists.txt. It has Baloo as a recommended but
> > > optional dependency, and disable it altogether for Win32 builds.
> >
> > Yes, Elisa also includes an internal indexer, for use on Windows and
> > Android, or on *Nix when Baloo isn't installed or is disabled.
> >
> > I think the original idea for the app was to delegate all the indexing
> > heavy lifting to Baloo to avoid internal complication, but clearly this
> > has not worked out in practice, since to be truly cross-platform, it
> > can't assume that Baloo is present and active and does need its own
> > indexer. So maybe the best course of action is actually to remove Baloo
> > support entirely and always use the internal indexer, so that we don't
> > have two different code paths.
> >
> > Nate
>
> I do not belive this is a good idea. Mostly because it means we would then
> have an indexer in Baloo and one indexer in Elisa running at the same time
> and
> doing something similar which is wasteful. It becomes even more of an
> issue
> when other apps like Peruse or Arianna start doing the same and use their
> own
> indexer instead of Baloo on Plasma.
>
> This defeat the point of having a general purpose indexer in Plasma.
>
> Cheers,
> Carl
>
>
>
>


Re: plasma-framework, kactivities and kactivities-stats: please consider proper de-KF-ication now

2023-11-05 Thread Carl Schwan
On Sunday, November 5, 2023 6:01:38 PM CET Nate Graham wrote:
> On 11/5/23 07:42, Kevin Ottens wrote:
> > I was clumsily advocating for this Akademy 2021 or 2022 (can't remember
> > which).
> > 
> > This way it's clearer to application authors when they tie themselves to a
> > given workspace or not.
> > 
> > Also, isn't Elisa able to work without Baloo? It even seems to do the
> > right
> > thing if I trust its CMakeLists.txt. It has Baloo as a recommended but
> > optional dependency, and disable it altogether for Win32 builds.
> 
> Yes, Elisa also includes an internal indexer, for use on Windows and
> Android, or on *Nix when Baloo isn't installed or is disabled.
> 
> I think the original idea for the app was to delegate all the indexing
> heavy lifting to Baloo to avoid internal complication, but clearly this
> has not worked out in practice, since to be truly cross-platform, it
> can't assume that Baloo is present and active and does need its own
> indexer. So maybe the best course of action is actually to remove Baloo
> support entirely and always use the internal indexer, so that we don't
> have two different code paths.
> 
> Nate

I do not belive this is a good idea. Mostly because it means we would then 
have an indexer in Baloo and one indexer in Elisa running at the same time and 
doing something similar which is wasteful. It becomes even more of an issue 
when other apps like Peruse or Arianna start doing the same and use their own 
indexer instead of Baloo on Plasma.

This defeat the point of having a general purpose indexer in Plasma.

Cheers,
Carl





Re: plasma-framework, kactivities and kactivities-stats: please consider proper de-KF-ication now

2023-11-05 Thread christoph

On 2023-11-05 18:01, Nate Graham wrote:

On 11/5/23 07:42, Kevin Ottens wrote:
I was clumsily advocating for this Akademy 2021 or 2022 (can't 
remember

which).

This way it's clearer to application authors when they tie themselves 
to a

given workspace or not.

Also, isn't Elisa able to work without Baloo? It even seems to do the 
right

thing if I trust its CMakeLists.txt. It has Baloo as a recommended but
optional dependency, and disable it altogether for Win32 builds.


Yes, Elisa also includes an internal indexer, for use on Windows and 
Android, or on *Nix when Baloo isn't installed or is disabled.


I think the original idea for the app was to delegate all the indexing 
heavy lifting to Baloo to avoid internal complication, but clearly this 
has not worked out in practice, since to be truly cross-platform, it 
can't assume that Baloo is present and active and does need its own 
indexer. So maybe the best course of action is actually to remove Baloo 
support entirely and always use the internal indexer, so that we don't 
have two different code paths.


Hi,

sounds for me a lot easier to test with just one variant.
And one would always use the variant Windows uses.

Greetings
Christoph




Nate


Re: plasma-framework, kactivities and kactivities-stats: please consider proper de-KF-ication now

2023-11-05 Thread Nate Graham

On 11/5/23 07:42, Kevin Ottens wrote:

I was clumsily advocating for this Akademy 2021 or 2022 (can't remember
which).

This way it's clearer to application authors when they tie themselves to a
given workspace or not.

Also, isn't Elisa able to work without Baloo? It even seems to do the right
thing if I trust its CMakeLists.txt. It has Baloo as a recommended but
optional dependency, and disable it altogether for Win32 builds.


Yes, Elisa also includes an internal indexer, for use on Windows and 
Android, or on *Nix when Baloo isn't installed or is disabled.


I think the original idea for the app was to delegate all the indexing 
heavy lifting to Baloo to avoid internal complication, but clearly this 
has not worked out in practice, since to be truly cross-platform, it 
can't assume that Baloo is present and active and does need its own 
indexer. So maybe the best course of action is actually to remove Baloo 
support entirely and always use the internal indexer, so that we don't 
have two different code paths.


Nate


Move krunner also to plasma bundle? (was: Re: plasma-framework, kactivities and kactivities-stats: please consider proper de-KF-ication now)

2023-11-05 Thread Friedrich W. H. Kossebau
Am Sonntag, 5. November 2023, 15:32:21 CET schrieb christ...@cullmann.io:
> On 2023-11-05 15:11, Nate Graham wrote:
> > On 11/5/23 07:09, christ...@cullmann.io wrote:
> >> if we are atm moving stuff, might it make sense to move Baloo, too,
> >> given it only
> >> is usable with the daemon inside Plasma more or less, too?
> >> 
> >> Greetings
> >> Christoph
> > 
> > Baloo is linked by some apps, e.g. Elisa, and I wouldn't like to make
> > them haul in Plasma stuff.
> 
> Hi,
> 
> some applications link to kactivities, too.
> I think it just makes it more clear that this will just work with
> Plasma.
> 
> But I can live with the status quo, too, just thought it would be
> cleaner.

While at it:

would KRunner not also be a good candidate to bundle with Plasma instead of 
KF?  (to repeat some old record :P)

AFAIK the only programs hosting KRunner plugins are Plasma ones, everyone else 
just provides plugins. So similar to Plasma-Frameworks.

Bundling KRunner libraries with Plasma would allow to develop the search/query 
system in-sync, and plugin developers would just expect the plugin API to be 
stable.

Cheers
Friedrich




Re: plasma-framework, kactivities and kactivities-stats: please consider proper de-KF-ication now

2023-11-05 Thread Kevin Ottens
Hello,

On Sunday, 5 November 2023 15:32:21 CET christ...@cullmann.io wrote:
> On 2023-11-05 15:11, Nate Graham wrote:
> > Baloo is linked by some apps, e.g. Elisa, and I wouldn't like to make
> > them haul in Plasma stuff.
> 
> some applications link to kactivities, too.
> I think it just makes it more clear that this will just work with
> Plasma.
>
> But I can live with the status quo, too, just thought it would be
> cleaner.

Yes, I think it'd make sense to have a clearer and cleaner separation between 
KDE Frameworks dependencies which can work outside of a Plasma sessions and 
libraries which require Plasma runtime components.

I was clumsily advocating for this Akademy 2021 or 2022 (can't remember 
which).

This way it's clearer to application authors when they tie themselves to a 
given workspace or not.

Also, isn't Elisa able to work without Baloo? It even seems to do the right 
thing if I trust its CMakeLists.txt. It has Baloo as a recommended but 
optional dependency, and disable it altogether for Win32 builds.

Regards.
-- 
Kevin Ottens, http://ervin.ipsquad.net

enioka Haute Couture - proud supporting member of KDE
https://hc.enioka.com/en

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


Re: plasma-framework, kactivities and kactivities-stats: please consider proper de-KF-ication now

2023-11-05 Thread christoph

On 2023-11-05 15:11, Nate Graham wrote:

On 11/5/23 07:09, christ...@cullmann.io wrote:

On 2023-11-05 12:59, Friedrich W. H. Kossebau wrote:

Hi,

with plasma-framework, kactivities and kactivities entering the 
Plasma product

bundle, I assume they also will adapt to Plasma versioning.


Hi,

if we are atm moving stuff, might it make sense to move Baloo, too, 
given it only

is usable with the daemon inside Plasma more or less, too?

Greetings
Christoph


Baloo is linked by some apps, e.g. Elisa, and I wouldn't like to make 
them haul in Plasma stuff.


Hi,

some applications link to kactivities, too.
I think it just makes it more clear that this will just work with 
Plasma.


But I can live with the status quo, too, just thought it would be 
cleaner.


Greetings
Christoph



Nate


Re: plasma-framework, kactivities and kactivities-stats: please consider proper de-KF-ication now

2023-11-05 Thread Nate Graham

On 11/5/23 07:09, christ...@cullmann.io wrote:

On 2023-11-05 12:59, Friedrich W. H. Kossebau wrote:

Hi,

with plasma-framework, kactivities and kactivities entering the Plasma 
product

bundle, I assume they also will adapt to Plasma versioning.


Hi,

if we are atm moving stuff, might it make sense to move Baloo, too, 
given it only

is usable with the daemon inside Plasma more or less, too?

Greetings
Christoph


Baloo is linked by some apps, e.g. Elisa, and I wouldn't like to make 
them haul in Plasma stuff.


Nate


Re: plasma-framework, kactivities and kactivities-stats: please consider proper de-KF-ication now

2023-11-05 Thread christoph

On 2023-11-05 12:59, Friedrich W. H. Kossebau wrote:

Hi,

with plasma-framework, kactivities and kactivities entering the Plasma 
product

bundle, I assume they also will adapt to Plasma versioning.


Hi,

if we are atm moving stuff, might it make sense to move Baloo, too, 
given it only

is usable with the daemon inside Plasma more or less, too?

Greetings
Christoph



Without any de-KF-ication though this will break things though for 
building

consumers soonish. Example

--- 8< ---
find_package(KF6 ${KF_MIN_VERSION} REQUIRED COMPONENTS
CoreAddons
Plasma
)
--- 8< ---

* KF6_VERSION will be set by FindKF6.cmake to min component version, so 
that

of KF6Plasma
* when setting KF_MIN_VERSION one will only think about KF versions, 
not

Plasma versions

Asking people to always know about that trap and remember to always 
only do

e.g.
--- 8< ---
find_package(KF6CoreAddons ${KF_MIN_VERSION} REQUIRED)
find_package(KF6Plasma ${PLASMA_MIN_VERSION} REQUIRED)
--- 8< ---
yields rather strange pattern code.

Or think of things like libcolorcorrect/LibColorCorrectConfig.cmake.in:

--- 8< ---
find_dependency(KF6Plasma "@KF6_MIN_VERSION@")
--- 8< ---

Looks fine on first sight, does it? Just, no longer is now.

So not best developer experience here.

Thus, to make it clear to everyone that those 3 libraries are now from 
another
product bundle, with own versioning and other own rules, please do not 
forget

to adapt
* naming: library names, CMake package names, CMake target names
* version variable setting (PLASMA_MIN_VERSION needed now in consumers)
* documentation: metainfo.yaml entries, references to KDE Frameworks

And yes, while at it some other Plasma bundle things might want to be 
unmessy

here as well, e.g. libkscreen :)

Cheers
Friedrich


plasma-framework, kactivities and kactivities-stats: please consider proper de-KF-ication now

2023-11-05 Thread Friedrich W. H. Kossebau
Hi,

with plasma-framework, kactivities and kactivities entering the Plasma product 
bundle, I assume they also will adapt to Plasma versioning.

Without any de-KF-ication though this will break things though for building 
consumers soonish. Example

--- 8< ---
find_package(KF6 ${KF_MIN_VERSION} REQUIRED COMPONENTS
CoreAddons
Plasma
)
--- 8< ---

* KF6_VERSION will be set by FindKF6.cmake to min component version, so that 
of KF6Plasma
* when setting KF_MIN_VERSION one will only think about KF versions, not 
Plasma versions

Asking people to always know about that trap and remember to always only do 
e.g.
--- 8< ---
find_package(KF6CoreAddons ${KF_MIN_VERSION} REQUIRED)
find_package(KF6Plasma ${PLASMA_MIN_VERSION} REQUIRED)
--- 8< ---
yields rather strange pattern code.

Or think of things like libcolorcorrect/LibColorCorrectConfig.cmake.in:

--- 8< ---
find_dependency(KF6Plasma "@KF6_MIN_VERSION@")
--- 8< ---

Looks fine on first sight, does it? Just, no longer is now.

So not best developer experience here.

Thus, to make it clear to everyone that those 3 libraries are now from another 
product bundle, with own versioning and other own rules, please do not forget 
to adapt
* naming: library names, CMake package names, CMake target names
* version variable setting (PLASMA_MIN_VERSION needed now in consumers)
* documentation: metainfo.yaml entries, references to KDE Frameworks

And yes, while at it some other Plasma bundle things might want to be unmessy 
here as well, e.g. libkscreen :) 

Cheers
Friedrich




Re: Remaining plasma-framework KF6 tasks

2023-07-09 Thread Nicolas Fella

Am 09.07.23 um 12:56 schrieb Nicolas Fella:

Hi,

on the KF6 workboard there's a number of plasma-framework related tasks
that are still open. Some of them are actionable, others probably not or
need discussion.

I would appreciate if someone could go over the open tasks and triage
them, i.e. determine whether we consider them done, whether they are
still relevant, whether we need more discussion on it.

This helps us get a clear picture of what still needs to be done before
a potential 6.0 release of Frameworks/Plasma and thus helps with
planning our release timeline.

In particular I'd like input on these tasks:

- Split plasma-framework: https://phabricator.kde.org/T11642

- What to do with splitted frameworks: https://phabricator.kde.org/T12118

- qml imports plasma Core: https://phabricator.kde.org/T12117

- Discuss: QML scriptapplet plugin: https://phabricator.kde.org/T12111

- Deprecate Plasma::Theme https://phabricator.kde.org/T12108

- plasma-framework improvements / breaking changes:
https://phabricator.kde.org/T14954

The Plasma 6 board could use a similar cleanup.

If we need discussion on any of this we can organize a BBB meeting like
we have in the past.

Furthermore there's a number of "TODO KF6" comments in p-f code. Those
should be looked into as well


Remaining plasma-framework KF6 tasks

2023-07-09 Thread Nicolas Fella

Hi,

on the KF6 workboard there's a number of plasma-framework related tasks
that are still open. Some of them are actionable, others probably not or
need discussion.

I would appreciate if someone could go over the open tasks and triage
them, i.e. determine whether we consider them done, whether they are
still relevant, whether we need more discussion on it.

This helps us get a clear picture of what still needs to be done before
a potential 6.0 release of Frameworks/Plasma and thus helps with
planning our release timeline.

In particular I'd like input on these tasks:

- Split plasma-framework: https://phabricator.kde.org/T11642

- What to do with splitted frameworks: https://phabricator.kde.org/T12118

- qml imports plasma Core: https://phabricator.kde.org/T12117

- Discuss: QML scriptapplet plugin: https://phabricator.kde.org/T12111

- Deprecate Plasma::Theme https://phabricator.kde.org/T12108

- plasma-framework improvements / breaking changes:
https://phabricator.kde.org/T14954

The Plasma 6 board could use a similar cleanup.

If we need discussion on any of this we can organize a BBB meeting like
we have in the past.

Cheers

Nico



KDE CI: Plasma » plasma-framework » stable-kf5-qt5 FreeBSDQt5.15 - Build # 1037 - Fixed!

2022-08-07 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Plasma/job/plasma-framework/job/stable-kf5-qt5%20FreeBSDQt5.15/1037/
 Project:
stable-kf5-qt5 FreeBSDQt5.15
 Date of build:
Mon, 08 Aug 2022 01:45:50 +
 Build duration:
3 min 17 sec and counting
   JUnit Tests
  Name: projectroot Failed: 0 test(s), Passed: 11 test(s), Skipped: 0 test(s), Total: 11 test(s)

KDE CI: Plasma » plasma-framework » stable-kf5-qt5 FreeBSDQt5.15 - Build # 1036 - Failure!

2022-08-07 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Plasma/job/plasma-framework/job/stable-kf5-qt5%20FreeBSDQt5.15/1036/
 Project:
stable-kf5-qt5 FreeBSDQt5.15
 Date of build:
Sun, 07 Aug 2022 12:24:33 +
 Build duration:
17 min and counting
   CONSOLE OUTPUT
  [...truncated 12 lines...][Pipeline] stage[Pipeline] { (Checkout Sources)[Pipeline] deleteDir[Pipeline] checkout[2022-08-07T12:41:59.599Z] The recommended git tool is: NONE[2022-08-07T12:41:59.604Z] No credentials specified[2022-08-07T12:41:59.607Z] Cloning the remote Git repository[2022-08-07T12:41:45.810Z] Cloning repository https://invent.kde.org/frameworks/plasma-framework.git[2022-08-07T12:41:45.810Z]  > git init /usr/home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 FreeBSDQt5.15 # timeout=10[2022-08-07T12:41:45.815Z] Fetching upstream changes from https://invent.kde.org/frameworks/plasma-framework.git[2022-08-07T12:41:45.815Z]  > git --version # timeout=10[2022-08-07T12:41:45.819Z]  > git --version # 'git version 2.37.0'[2022-08-07T12:41:45.819Z]  > git fetch --tags --force --progress -- https://invent.kde.org/frameworks/plasma-framework.git +refs/heads/*:refs/remotes/origin/* # timeout=120[2022-08-07T12:42:01.964Z] Avoid second fetch[2022-08-07T12:42:01.978Z] Checking out Revision 2522e3907ea1db199ba09e8a99af505b4d7444af (origin/master)[2022-08-07T12:42:02.134Z] Commit message: "GIT_SILENT Upgrade ECM and KF version requirements for 5.97.0 release."[2022-08-07T12:41:48.144Z]  > git config remote.origin.url https://invent.kde.org/frameworks/plasma-framework.git # timeout=10[2022-08-07T12:41:48.153Z]  > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10[2022-08-07T12:41:48.165Z]  > git rev-parse origin/master^{commit} # timeout=10[2022-08-07T12:41:48.179Z]  > git config core.sparsecheckout # timeout=10[2022-08-07T12:41:48.182Z]  > git checkout -f 2522e3907ea1db199ba09e8a99af505b4d7444af # timeout=10[2022-08-07T12:41:48.334Z]  > git rev-list --no-walk 2c642768deb24ad9523012c83b659840f14ce769 # timeout=10[Pipeline] checkout[2022-08-07T12:42:02.193Z] The recommended git tool is: NONE[2022-08-07T12:42:02.200Z] No credentials specified[2022-08-07T12:42:02.202Z] Cloning the remote Git repository[2022-08-07T12:42:02.563Z] Avoid second fetch[2022-08-07T12:42:02.578Z] Checking out Revision 4e92a3a4e295cbbac1893f3b6f995b3d663ca82a (origin/master)[2022-08-07T12:42:02.613Z] Commit message: "Install openjdk 11 in Android docker image"[Pipeline] checkout[2022-08-07T12:42:02.621Z] The recommended git tool is: NONE[2022-08-07T12:42:02.627Z] No credentials specified[2022-08-07T12:42:02.630Z] Cloning the remote Git repository[2022-08-07T12:42:03.151Z] Avoid second fetch[2022-08-07T12:42:03.159Z] Checking out Revision 27cd817fb6e1ee4584fbe6a44faf74fed1237cdf (origin/master)[2022-08-07T12:41:48.402Z] Cloning repository https://invent.kde.org/sysadmin/ci-tooling.git[2022-08-07T12:41:48.402Z]  > git init /usr/home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 FreeBSDQt5.15/ci-tooling # timeout=10[2022-08-07T12:41:48.425Z] Fetching upstream changes from https://invent.kde.org/sysadmin/ci-tooling.git[2022-08-07T12:41:48.425Z]  > git --version # timeout=10[2022-08-07T12:41:48.432Z]  > git --version # 'git version 2.37.0'[2022-08-07T12:41:48.432Z]  > git fetch --tags --force --progress -- https://invent.kde.org/sysadmin/ci-tooling.git +refs/heads/*:refs/remotes/origin/* # timeout=10[2022-08-07T12:41:48.755Z]  > git config remote.origin.url https://invent.kde.org/sysadmin/ci-tooling.git # timeout=10[2022-08-07T12:41:48.758Z]  > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10[2022-08-07T12:41:48.764Z]  > git rev-parse origin/master^{commit} # timeout=10[2022-08-07T12:41:48.779Z]  > git config core.sparsecheckout # timeout=10[2022-08-07T12:41:48.788Z]  > git checkout -f 4e92a3a4e295cbbac1893f3b6f995b3d663ca82a # timeout=10[2022-08-07T12:42:03.313Z] Commit message: "kwallet depends on qca"[Pipeline] }[Pipeline] // stage[Pipeline] stage[Pipeline] { (Setup Dependencies)[Pipeline] sh[2022-08-07T12:42:03.628Z] + python3 -u ci-tooling/helpers/prepare-dependencies.py --product Plasma --project plasma-framework --branchGroup stable-kf5-qt5 --environment production --platform FreeBSDQt5.15 --installTo /home/jenkins/install-prefix/[2022-08-07T12:41:48.830Z] Cloning repository https://invent.kde.org/sysadmin/repo-metadata.git[2022-08-07T12:41:48.830Z]  > git init /usr/home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 FreeBSDQt5.15/ci-tooling/repo-metadata # timeout=10[2022-08-07T12:41:48.835Z] Fetching upstream changes from https://invent.kde.org/sysadmin/repo-metadata.git[2022-08-07T12:41:48.835Z]  > git --version # timeout=10[2022-08-07T12:41:48.838Z]  > git --version # 'git version 2.37.0'[2022-08-07T12:41:48.838Z]  > git fetch --tags

KDE CI: Plasma » plasma-framework » kf5-qt5 FreeBSDQt5.15 - Build # 906 - Still unstable!

2022-04-26 Thread CI System
BUILD UNSTABLE
 Build URL
https://build.kde.org/job/Plasma/job/plasma-framework/job/kf5-qt5%20FreeBSDQt5.15/906/
 Project:
kf5-qt5 FreeBSDQt5.15
 Date of build:
Tue, 26 Apr 2022 07:27:02 +
 Build duration:
3 min 1 sec and counting
   JUnit Tests
  Name: projectroot Failed: 2 test(s), Passed: 9 test(s), Skipped: 0 test(s), Total: 11 test(s)Failed: projectroot.autotests.dialognativetestFailed: projectroot.autotests.plasma_iconitemtest

KDE CI: Plasma » plasma-framework » stable-kf5-qt5 FreeBSDQt5.15 - Build # 918 - Still unstable!

2022-04-26 Thread CI System
BUILD UNSTABLE
 Build URL
https://build.kde.org/job/Plasma/job/plasma-framework/job/stable-kf5-qt5%20FreeBSDQt5.15/918/
 Project:
stable-kf5-qt5 FreeBSDQt5.15
 Date of build:
Tue, 26 Apr 2022 07:27:02 +
 Build duration:
1 min 23 sec and counting
   JUnit Tests
  Name: projectroot Failed: 2 test(s), Passed: 9 test(s), Skipped: 0 test(s), Total: 11 test(s)Failed: projectroot.autotests.dialognativetestFailed: projectroot.autotests.plasma_iconitemtest

KDE CI: Plasma » plasma-framework » stable-kf5-qt5 FreeBSDQt5.15 - Build # 917 - Failure!

2022-04-25 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Plasma/job/plasma-framework/job/stable-kf5-qt5%20FreeBSDQt5.15/917/
 Project:
stable-kf5-qt5 FreeBSDQt5.15
 Date of build:
Tue, 26 Apr 2022 01:40:18 +
 Build duration:
2 min 49 sec and counting
   CONSOLE OUTPUT
  [...truncated 2369 lines...][2022-04-26T01:43:03.304Z] -- Installing: /usr/home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 FreeBSDQt5.15/install-divert/home/jenkins/install-prefix/lib/qml/org/kde/plasma/components.3/Switch.qml[2022-04-26T01:43:03.304Z] -- Installing: /usr/home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 FreeBSDQt5.15/install-divert/home/jenkins/install-prefix/lib/qml/org/kde/plasma/components.3/Frame.qml[2022-04-26T01:43:03.304Z] -- Installing: /usr/home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 FreeBSDQt5.15/install-divert/home/jenkins/install-prefix/bin/plasmapkg2[2022-04-26T01:43:03.304Z] -- Set runtime path of "/usr/home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 FreeBSDQt5.15/install-divert//home/jenkins/install-prefix/bin/plasmapkg2" to "/home/jenkins/install-prefix/lib:/usr/local/lib/qt5"[2022-04-26T01:43:03.304Z] -- Installing: /usr/home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 FreeBSDQt5.15/install-divert/home/jenkins/install-prefix/lib/plugins/plasma/scriptengines/plasma_appletscript_declarative.so[2022-04-26T01:43:03.304Z] -- Set runtime path of "/usr/home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 FreeBSDQt5.15/install-divert//home/jenkins/install-prefix/lib/plugins/plasma/scriptengines/plasma_appletscript_declarative.so" to "/home/jenkins/install-prefix/lib:/usr/home/jenkins/install-prefix/lib:/usr/local/lib/qt5:/usr/local/lib"[2022-04-26T01:43:03.304Z] -- Installing: /usr/home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 FreeBSDQt5.15/install-divert/home/jenkins/install-prefix/share/kservicetypes5/plasma-wallpaper.desktop[2022-04-26T01:43:03.304Z] -- Installing: /usr/home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 FreeBSDQt5.15/install-divert/home/jenkins/install-prefix/lib/libKF5PlasmaQuick.so.5.94.0[2022-04-26T01:43:03.304Z] -- Installing: /usr/home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 FreeBSDQt5.15/install-divert/home/jenkins/install-prefix/lib/libKF5PlasmaQuick.so.5[2022-04-26T01:43:03.304Z] -- Set runtime path of "/usr/home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 FreeBSDQt5.15/install-divert//home/jenkins/install-prefix/lib/libKF5PlasmaQuick.so.5.94.0" to "/home/jenkins/install-prefix/lib:/usr/home/jenkins/install-prefix/lib:/usr/local/lib:/usr/local/lib/qt5"[2022-04-26T01:43:03.304Z] -- Installing: /usr/home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 FreeBSDQt5.15/install-divert/home/jenkins/install-prefix/lib/libKF5PlasmaQuick.so[2022-04-26T01:43:03.304Z] -- Installing: /usr/home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 FreeBSDQt5.15/install-divert/home/jenkins/install-prefix/include/KF5/plasmaquick/plasmaquick_export.h[2022-04-26T01:43:03.304Z] -- Installing: /usr/home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 FreeBSDQt5.15/install-divert/home/jenkins/install-prefix/include/KF5/plasmaquick/packageurlinterceptor.h[2022-04-26T01:43:03.304Z] -- Installing: /usr/home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 FreeBSDQt5.15/install-divert/home/jenkins/install-prefix/include/KF5/plasmaquick/appletquickitem.h[2022-04-26T01:43:03.304Z] -- Installing: /usr/home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 FreeBSDQt5.15/install-divert/home/jenkins/install-prefix/include/KF5/plasmaquick/containmentview.h[2022-04-26T01:43:03.304Z] -- Installing: /usr/home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 FreeBSDQt5.15/install-divert/home/jenkins/install-prefix/include/KF5/plasmaquick/configview.h[2022-04-26T01:43:03.304Z] -- Installing: /usr/home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 FreeBSDQt5.15/install-divert/home/jenkins/install-prefix/include/KF5/plasmaquick/configmodel.h[2022-04-26T01:43:03.304Z] -- Installing: /usr/home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 FreeBSDQt5.15/install-divert/home/jenkins/install-prefix/include/KF5/plasmaquick/dialog.h[2022-04-26T01:43:03.304Z] -- Installing: /usr/home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 FreeBSDQt5.15/install-divert/home/jenkins/install-prefix/include/KF5/PlasmaQuick/AppletQuickItem[2022-04-26T01:43:03.304Z] -- Installing: /usr/home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 FreeBSDQt5.15/install-divert/home/jenkins/install-prefix/include/KF5/PlasmaQuick/ContainmentView[2022-04-26T01:43:03.304Z] -- Installing: /usr/home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 FreeBSDQt5.15/install-divert/home/jenkins/install-prefix/include/KF5/PlasmaQuick/ConfigVie

KDE CI: Plasma » plasma-framework » kf5-qt5 FreeBSDQt5.15 - Build # 905 - Failure!

2022-04-25 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Plasma/job/plasma-framework/job/kf5-qt5%20FreeBSDQt5.15/905/
 Project:
kf5-qt5 FreeBSDQt5.15
 Date of build:
Tue, 26 Apr 2022 01:40:18 +
 Build duration:
1 min 41 sec and counting
   CONSOLE OUTPUT
  [...truncated 2371 lines...][2022-04-26T01:41:57.750Z] -- Installing: /usr/home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 FreeBSDQt5.15/install-divert/home/jenkins/install-prefix/lib/qml/org/kde/plasma/components.3/DialogButtonBox.qml[2022-04-26T01:41:57.750Z] -- Installing: /usr/home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 FreeBSDQt5.15/install-divert/home/jenkins/install-prefix/lib/qml/org/kde/plasma/components.3/Menu.qml[2022-04-26T01:41:57.750Z] -- Installing: /usr/home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 FreeBSDQt5.15/install-divert/home/jenkins/install-prefix/bin/plasmapkg2[2022-04-26T01:41:57.750Z] -- Set runtime path of "/usr/home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 FreeBSDQt5.15/install-divert//home/jenkins/install-prefix/bin/plasmapkg2" to "/home/jenkins/install-prefix/lib:/usr/local/lib/qt5"[2022-04-26T01:41:57.750Z] -- Installing: /usr/home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 FreeBSDQt5.15/install-divert/home/jenkins/install-prefix/lib/plugins/plasma/scriptengines/plasma_appletscript_declarative.so[2022-04-26T01:41:57.750Z] -- Set runtime path of "/usr/home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 FreeBSDQt5.15/install-divert//home/jenkins/install-prefix/lib/plugins/plasma/scriptengines/plasma_appletscript_declarative.so" to "/home/jenkins/install-prefix/lib:/usr/home/jenkins/install-prefix/lib:/usr/local/lib/qt5:/usr/local/lib"[2022-04-26T01:41:57.750Z] -- Installing: /usr/home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 FreeBSDQt5.15/install-divert/home/jenkins/install-prefix/share/kservicetypes5/plasma-wallpaper.desktop[2022-04-26T01:41:57.750Z] -- Installing: /usr/home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 FreeBSDQt5.15/install-divert/home/jenkins/install-prefix/lib/libKF5PlasmaQuick.so.5.94.0[2022-04-26T01:41:57.750Z] -- Installing: /usr/home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 FreeBSDQt5.15/install-divert/home/jenkins/install-prefix/lib/libKF5PlasmaQuick.so.5[2022-04-26T01:41:57.750Z] -- Set runtime path of "/usr/home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 FreeBSDQt5.15/install-divert//home/jenkins/install-prefix/lib/libKF5PlasmaQuick.so.5.94.0" to "/home/jenkins/install-prefix/lib:/usr/home/jenkins/install-prefix/lib:/usr/local/lib:/usr/local/lib/qt5"[2022-04-26T01:41:57.750Z] -- Installing: /usr/home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 FreeBSDQt5.15/install-divert/home/jenkins/install-prefix/lib/libKF5PlasmaQuick.so[2022-04-26T01:41:57.750Z] -- Installing: /usr/home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 FreeBSDQt5.15/install-divert/home/jenkins/install-prefix/include/KF5/plasmaquick/plasmaquick_export.h[2022-04-26T01:41:57.750Z] -- Installing: /usr/home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 FreeBSDQt5.15/install-divert/home/jenkins/install-prefix/include/KF5/plasmaquick/packageurlinterceptor.h[2022-04-26T01:41:57.750Z] -- Installing: /usr/home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 FreeBSDQt5.15/install-divert/home/jenkins/install-prefix/include/KF5/plasmaquick/appletquickitem.h[2022-04-26T01:41:57.750Z] -- Installing: /usr/home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 FreeBSDQt5.15/install-divert/home/jenkins/install-prefix/include/KF5/plasmaquick/containmentview.h[2022-04-26T01:41:57.750Z] -- Installing: /usr/home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 FreeBSDQt5.15/install-divert/home/jenkins/install-prefix/include/KF5/plasmaquick/configview.h[2022-04-26T01:41:57.750Z] -- Installing: /usr/home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 FreeBSDQt5.15/install-divert/home/jenkins/install-prefix/include/KF5/plasmaquick/configmodel.h[2022-04-26T01:41:57.750Z] -- Installing: /usr/home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 FreeBSDQt5.15/install-divert/home/jenkins/install-prefix/include/KF5/plasmaquick/dialog.h[2022-04-26T01:41:57.751Z] -- Installing: /usr/home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 FreeBSDQt5.15/install-divert/home/jenkins/install-prefix/include/KF5/PlasmaQuick/AppletQuickItem[2022-04-26T01:41:57.751Z] -- Installing: /usr/home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 FreeBSDQt5.15/install-divert/home/jenkins/install-prefix/include/KF5/PlasmaQuick/ContainmentView[2022-04-26T01:41:57.751Z] -- Installing: /usr/home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 FreeBSDQt5.15/install-divert/home/jenkins/install-prefix/include/KF5/PlasmaQuick/ConfigView[2022-04-26T01:41:57.751Z] -- Installing: /usr/home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 FreeBSDQt5.15/install-divert/home/jenkins/install-prefix/

KDE CI: Plasma » plasma-framework » stable-kf5-qt5 SUSEQt5.15 - Build # 873 - Fixed!

2022-03-31 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Plasma/job/plasma-framework/job/stable-kf5-qt5%20SUSEQt5.15/873/
 Project:
stable-kf5-qt5 SUSEQt5.15
 Date of build:
Thu, 31 Mar 2022 16:01:07 +
 Build duration:
8 min 25 sec and counting
   BUILD ARTIFACTS
  acc/KF5PlasmaQuick-5.93.0.xml
   JUnit Tests
  Name: (root) Failed: 0 test(s), Passed: 1 test(s), Skipped: 0 test(s), Total: 1 test(s)Name: projectroot Failed: 0 test(s), Passed: 11 test(s), Skipped: 0 test(s), Total: 11 test(s)
   Cobertura Report
  
   Project Coverage Summary
  
   Name
  PackagesFilesClassesLinesConditionalsCobertura Coverage Report50%
(9/18)36%
(44/123)36%
(44/123)36%
(5067/14092)27%
(2501/9287)Coverage Breakdown by Package
Name
   FilesClassesLinesConditionalsautotests92%
(11/12)92%
(11/12)93%
(921/988)49%
(478/983)src.declarativeimports.calendar0%
(0/6)0%
(0/6)0%
(0/526)0%
(0/229)src.declarativeimports.core44%
(7/16)44%
(7/16)34%
(872/2534)27%
(390/1457)src.declarativeimports.kirigamiplasmastyle0%
(0/2)0%
(0/2)0%
(0/25)0%
(0/20)src.declarativeimports.plasmacomponents0%
(0/6)0%
(0/6)0%
(0/531)0%
(0/197)src.declarativeimports.plasmaextracomponents0%
(0/3)0%
(0/3)0%
(0/42)0%
(0/16)src.declarativeimports.platformcomponents0%
(0/3)0%
(0/3)0%
(0/59)0%
(0/14)src.declarativeimports.platformcomponents.utils0%
(0/2)0%
(0/2)0%
(0/15)0%
(0/2)src.plasma40%
(8/20)40%
(8/20)44%
(1706/3875)35%
(941/2717)src.plasma.packagestructure43%
(3/7)43%
(3/7)43%
(58/135)47%
(16/34)src.plasma.private41%
(7/17)41%
(7/17)51%
(904/1772)37%
(359/973)src.plasma.scripting67%
(2/3)67%
(2/3)27%
(48/181)19%
(21/109)src.plasmapkg0%
(0/1)0%
(0/1)0%
(0/49)0%
(0/42)src.plasmaquick31%
(4/13)31%
(4/13)26%
(514/1968)19%
(291/1540)src.plasmaquick.private100%
(1/1)100%
(1/1)78%
(31/40)50%
(5/10)src.scriptengines.qml.plasmoid14%
(1/7)14%
(1/7)1%
(13/1268)0%
(0/932)tests.dpi0%
(0/2)0%
(0/2)0

KDE CI: Plasma » plasma-framework » stable-kf5-qt5 SUSEQt5.15 - Build # 872 - Failure!

2022-03-30 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Plasma/job/plasma-framework/job/stable-kf5-qt5%20SUSEQt5.15/872/
 Project:
stable-kf5-qt5 SUSEQt5.15
 Date of build:
Wed, 30 Mar 2022 16:59:47 +
 Build duration:
1 min 23 sec and counting
   CONSOLE OUTPUT
  [...truncated 2118 lines...][2022-03-30T17:01:00.022Z] -- Installing: /home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 SUSEQt5.15/install-divert/home/jenkins/install-prefix/lib64/plugins/plasma/scriptengines/plasma_appletscript_declarative.so[2022-03-30T17:01:00.022Z] -- Set runtime path of "/home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 SUSEQt5.15/install-divert//home/jenkins/install-prefix/lib64/plugins/plasma/scriptengines/plasma_appletscript_declarative.so" to "/home/jenkins/install-prefix/lib64"[2022-03-30T17:01:00.022Z] -- Installing: /home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 SUSEQt5.15/install-divert/home/jenkins/install-prefix/share/kservices5/plasma-scriptengine-applet-declarative.desktop[2022-03-30T17:01:00.022Z] -- Installing: /home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 SUSEQt5.15/install-divert/home/jenkins/install-prefix/share/kservicetypes5/plasma-wallpaper.desktop[2022-03-30T17:01:00.022Z] -- Installing: /home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 SUSEQt5.15/install-divert/home/jenkins/install-prefix/lib64/libKF5PlasmaQuick.so.5.93.0[2022-03-30T17:01:00.022Z] -- Installing: /home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 SUSEQt5.15/install-divert/home/jenkins/install-prefix/lib64/libKF5PlasmaQuick.so.5[2022-03-30T17:01:00.022Z] -- Set runtime path of "/home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 SUSEQt5.15/install-divert//home/jenkins/install-prefix/lib64/libKF5PlasmaQuick.so.5.93.0" to "/home/jenkins/install-prefix/lib64"[2022-03-30T17:01:00.022Z] -- Installing: /home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 SUSEQt5.15/install-divert/home/jenkins/install-prefix/lib64/libKF5PlasmaQuick.so[2022-03-30T17:01:00.022Z] -- Installing: /home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 SUSEQt5.15/install-divert/home/jenkins/install-prefix/include/KF5/plasmaquick/plasmaquick_export.h[2022-03-30T17:01:00.022Z] -- Installing: /home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 SUSEQt5.15/install-divert/home/jenkins/install-prefix/include/KF5/plasmaquick/packageurlinterceptor.h[2022-03-30T17:01:00.022Z] -- Installing: /home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 SUSEQt5.15/install-divert/home/jenkins/install-prefix/include/KF5/plasmaquick/appletquickitem.h[2022-03-30T17:01:00.022Z] -- Installing: /home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 SUSEQt5.15/install-divert/home/jenkins/install-prefix/include/KF5/plasmaquick/containmentview.h[2022-03-30T17:01:00.022Z] -- Installing: /home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 SUSEQt5.15/install-divert/home/jenkins/install-prefix/include/KF5/plasmaquick/configview.h[2022-03-30T17:01:00.022Z] -- Installing: /home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 SUSEQt5.15/install-divert/home/jenkins/install-prefix/include/KF5/plasmaquick/configmodel.h[2022-03-30T17:01:00.022Z] -- Installing: /home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 SUSEQt5.15/install-divert/home/jenkins/install-prefix/include/KF5/plasmaquick/dialog.h[2022-03-30T17:01:00.022Z] -- Installing: /home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 SUSEQt5.15/install-divert/home/jenkins/install-prefix/include/KF5/PlasmaQuick/AppletQuickItem[2022-03-30T17:01:00.022Z] -- Installing: /home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 SUSEQt5.15/install-divert/home/jenkins/install-prefix/include/KF5/PlasmaQuick/ContainmentView[2022-03-30T17:01:00.022Z] -- Installing: /home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 SUSEQt5.15/install-divert/home/jenkins/install-prefix/include/KF5/PlasmaQuick/ConfigView[2022-03-30T17:01:00.022Z] -- Installing: /home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 SUSEQt5.15/install-divert/home/jenkins/install-prefix/include/KF5/PlasmaQuick/ConfigModel[2022-03-30T17:01:00.022Z] -- Installing: /home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 SUSEQt5.15/install-divert/home/jenkins/install-prefix/include/KF5/PlasmaQuick/Dialog[2022-03-30T17:01:00.022Z] -- Installing: /home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 SUSEQt5.15/install-divert/home/jenkins/install-prefix/lib64/cmake/KF5PlasmaQuick/KF5PlasmaQuickConfig.cmake[2022-03-30T17:01:00.022Z] -- Installing: /home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 SUSEQt5.15/install-divert/home/jenkins/install-prefix/lib64/cmake/KF5PlasmaQuick/KF5PlasmaQuickConfigVersion.cmake[2022-03-30T17:01:00.022Z] -- Installing: /home/jenkins/workspace/Plasma/plasma-framework/

KDE CI: Plasma » plasma-framework » kf5-qt5 FreeBSDQt5.15 - Build # 765 - Fixed!

2022-01-14 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Plasma/job/plasma-framework/job/kf5-qt5%20FreeBSDQt5.15/765/
 Project:
kf5-qt5 FreeBSDQt5.15
 Date of build:
Sat, 15 Jan 2022 03:21:25 +
 Build duration:
1 min 15 sec and counting
   JUnit Tests
  Name: projectroot Failed: 0 test(s), Passed: 11 test(s), Skipped: 0 test(s), Total: 11 test(s)

KDE CI: Plasma » plasma-framework » kf5-qt5 SUSEQt5.15 - Build # 777 - Fixed!

2022-01-14 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Plasma/job/plasma-framework/job/kf5-qt5%20SUSEQt5.15/777/
 Project:
kf5-qt5 SUSEQt5.15
 Date of build:
Sat, 15 Jan 2022 02:32:50 +
 Build duration:
19 min and counting
   BUILD ARTIFACTS
  acc/KF5PlasmaQuick-5.91.0.xml
   JUnit Tests
  Name: (root) Failed: 0 test(s), Passed: 1 test(s), Skipped: 0 test(s), Total: 1 test(s)Name: projectroot Failed: 0 test(s), Passed: 11 test(s), Skipped: 0 test(s), Total: 11 test(s)
   Cobertura Report
  
   Project Coverage Summary
  
   Name
  PackagesFilesClassesLinesConditionalsCobertura Coverage Report50%
(9/18)36%
(44/123)36%
(44/123)36%
(5042/14045)27%
(2456/9197)Coverage Breakdown by Package
Name
   FilesClassesLinesConditionalsautotests92%
(11/12)92%
(11/12)93%
(921/988)49%
(478/983)src.declarativeimports.calendar0%
(0/6)0%
(0/6)0%
(0/526)0%
(0/229)src.declarativeimports.core44%
(7/16)44%
(7/16)34%
(869/2523)27%
(389/1451)src.declarativeimports.kirigamiplasmastyle0%
(0/2)0%
(0/2)0%
(0/25)0%
(0/20)src.declarativeimports.plasmacomponents0%
(0/6)0%
(0/6)0%
(0/531)0%
(0/197)src.declarativeimports.plasmaextracomponents0%
(0/3)0%
(0/3)0%
(0/42)0%
(0/16)src.declarativeimports.platformcomponents0%
(0/3)0%
(0/3)0%
(0/59)0%
(0/14)src.declarativeimports.platformcomponents.utils0%
(0/2)0%
(0/2)0%
(0/15)0%
(0/2)src.plasma40%
(8/20)40%
(8/20)44%
(1703/3864)35%
(923/2671)src.plasma.packagestructure43%
(3/7)43%
(3/7)42%
(55/132)42%
(5/12)src.plasma.private41%
(7/17)41%
(7/17)50%
(890/1766)37%
(353/967)src.plasma.scripting67%
(2/3)67%
(2/3)27%
(48/181)19%
(21/109)src.plasmapkg0%
(0/1)0%
(0/1)0%
(0/45)0%
(0/40)src.plasmaquick31%
(4/13)31%
(4/13)26%
(513/1956)18%
(282/1530)src.plasmaquick.private100%
(1/1)100%
(1/1)78%
(31/40)50%
(5/10)src.scriptengines.qml.plasmoid14%
(1/7)14%
(1/7)1%
(12/1268)0%
(0/934)tests.dpi0%
(0/2)0%
(0/2)0

KDE CI: Plasma » plasma-framework » stable-kf5-qt5 SUSEQt5.15 - Build # 780 - Fixed!

2022-01-14 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Plasma/job/plasma-framework/job/stable-kf5-qt5%20SUSEQt5.15/780/
 Project:
stable-kf5-qt5 SUSEQt5.15
 Date of build:
Sat, 15 Jan 2022 02:32:40 +
 Build duration:
19 min and counting
   BUILD ARTIFACTS
  acc/KF5PlasmaQuick-5.91.0.xml
   JUnit Tests
  Name: (root) Failed: 0 test(s), Passed: 1 test(s), Skipped: 0 test(s), Total: 1 test(s)Name: projectroot Failed: 0 test(s), Passed: 11 test(s), Skipped: 0 test(s), Total: 11 test(s)
   Cobertura Report
  
   Project Coverage Summary
  
   Name
  PackagesFilesClassesLinesConditionalsCobertura Coverage Report50%
(9/18)36%
(44/123)36%
(44/123)36%
(5053/14047)27%
(2459/9197)Coverage Breakdown by Package
Name
   FilesClassesLinesConditionalsautotests92%
(11/12)92%
(11/12)93%
(921/988)49%
(478/983)src.declarativeimports.calendar0%
(0/6)0%
(0/6)0%
(0/526)0%
(0/229)src.declarativeimports.core44%
(7/16)44%
(7/16)34%
(869/2523)27%
(389/1451)src.declarativeimports.kirigamiplasmastyle0%
(0/2)0%
(0/2)0%
(0/25)0%
(0/20)src.declarativeimports.plasmacomponents0%
(0/6)0%
(0/6)0%
(0/531)0%
(0/197)src.declarativeimports.plasmaextracomponents0%
(0/3)0%
(0/3)0%
(0/42)0%
(0/16)src.declarativeimports.platformcomponents0%
(0/3)0%
(0/3)0%
(0/59)0%
(0/14)src.declarativeimports.platformcomponents.utils0%
(0/2)0%
(0/2)0%
(0/15)0%
(0/2)src.plasma40%
(8/20)40%
(8/20)44%
(1703/3864)35%
(923/2671)src.plasma.packagestructure43%
(3/7)43%
(3/7)42%
(55/132)42%
(5/12)src.plasma.private41%
(7/17)41%
(7/17)51%
(901/1768)37%
(356/967)src.plasma.scripting67%
(2/3)67%
(2/3)27%
(48/181)19%
(21/109)src.plasmapkg0%
(0/1)0%
(0/1)0%
(0/45)0%
(0/40)src.plasmaquick31%
(4/13)31%
(4/13)26%
(513/1956)18%
(282/1530)src.plasmaquick.private100%
(1/1)100%
(1/1)78%
(31/40)50%
(5/10)src.scriptengines.qml.plasmoid14%
(1/7)14%
(1/7)1%
(12/1268)0%
(0/934)tests.dpi0%
(0/2)0%
(0/2)0

KDE CI: Plasma » plasma-framework » stable-kf5-qt5 FreeBSDQt5.15 - Build # 778 - Fixed!

2022-01-14 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Plasma/job/plasma-framework/job/stable-kf5-qt5%20FreeBSDQt5.15/778/
 Project:
stable-kf5-qt5 FreeBSDQt5.15
 Date of build:
Sat, 15 Jan 2022 02:32:58 +
 Build duration:
4 min 12 sec and counting
   JUnit Tests
  Name: projectroot Failed: 0 test(s), Passed: 11 test(s), Skipped: 0 test(s), Total: 11 test(s)

KDE CI: Plasma » plasma-framework » stable-kf5-qt5 SUSEQt5.15 - Build # 779 - Still Failing!

2022-01-14 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Plasma/job/plasma-framework/job/stable-kf5-qt5%20SUSEQt5.15/779/
 Project:
stable-kf5-qt5 SUSEQt5.15
 Date of build:
Sat, 15 Jan 2022 00:08:44 +
 Build duration:
1 min 44 sec and counting
   CONSOLE OUTPUT
  [...truncated 483 lines...][2022-01-15T00:10:26.270Z] [ 21%] Gzipping default/icons/applications.svgz[2022-01-15T00:10:26.270Z] [ 21%] Gzipping default/icons/apport.svgz[2022-01-15T00:10:26.270Z] [ 21%] Gzipping default/icons/audio.svgz[2022-01-15T00:10:26.270Z] [ 21%] Gzipping default/icons/battery.svgz[2022-01-15T00:10:26.270Z] [ 21%] Gzipping default/icons/bookmarks.svgz[2022-01-15T00:10:26.527Z] [ 22%] Gzipping default/icons/cantata.svgz[2022-01-15T00:10:26.527Z] [ 22%] Gzipping default/icons/computer.svgz[2022-01-15T00:10:26.527Z] [ 22%] Gzipping default/icons/configure.svgz[2022-01-15T00:10:26.527Z] [ 22%] Gzipping default/icons/device.svgz[2022-01-15T00:10:26.527Z] [ 22%] Gzipping default/icons/disk.svgz[2022-01-15T00:10:26.527Z] [ 23%] Gzipping default/icons/distribute.svgz[2022-01-15T00:10:26.527Z] [ 23%] Gzipping default/icons/document.svgz[2022-01-15T00:10:26.527Z] [ 23%] Gzipping default/icons/drive.svgz[2022-01-15T00:10:26.527Z] [ 23%] Gzipping default/icons/edit.svgz[2022-01-15T00:10:26.527Z] [ 23%] Gzipping default/icons/fcitx.svgz[2022-01-15T00:10:26.527Z] [ 24%] Gzipping default/icons/go.svgz[2022-01-15T00:10:26.527Z] [ 24%] Gzipping default/icons/ime.svgz[2022-01-15T00:10:26.527Z] [ 24%] Gzipping default/icons/input.svgz[2022-01-15T00:10:26.789Z] [ 24%] Gzipping default/icons/kalarm.svgz[2022-01-15T00:10:26.789Z] [ 24%] Gzipping default/icons/kdeconnect.svgz[2022-01-15T00:10:26.789Z] [ 25%] Gzipping default/icons/keyboard.svgz[2022-01-15T00:10:26.789Z] [ 25%] Gzipping default/icons/kget.svgz[2022-01-15T00:10:26.789Z] [ 25%] Gzipping default/icons/kgpg.svgz[2022-01-15T00:10:26.789Z] [ 25%] Gzipping default/icons/kleopatra.svgz[2022-01-15T00:10:26.789Z] [ 25%] Gzipping default/icons/klipper.svgz[2022-01-15T00:10:26.789Z] [ 26%] Gzipping default/icons/kmail.svgz[2022-01-15T00:10:26.789Z] [ 26%] Gzipping default/icons/konv_message.svgz[2022-01-15T00:10:26.789Z] [ 26%] Gzipping default/icons/konversation.svgz[2022-01-15T00:10:26.789Z] [ 26%] Gzipping default/icons/kopete.svgz[2022-01-15T00:10:26.789Z] [ 27%] Gzipping default/icons/korgac.svgz[2022-01-15T00:10:26.789Z] [ 27%] Gzipping default/icons/kpackagekit.svgz[2022-01-15T00:10:27.044Z] [ 27%] Gzipping default/icons/kruler.svgz[2022-01-15T00:10:27.044Z] [ 27%] Gzipping default/icons/kteatime.svgz[2022-01-15T00:10:27.044Z] [ 27%] Gzipping default/icons/ktorrent.svgz[2022-01-15T00:10:27.044Z] [ 28%] Gzipping default/icons/kup.svgz[2022-01-15T00:10:27.044Z] [ 28%] Gzipping default/icons/list.svgz[2022-01-15T00:10:27.044Z] [ 28%] Gzipping default/icons/mail.svgz[2022-01-15T00:10:27.044Z] [ 28%] Gzipping default/icons/media.svgz[2022-01-15T00:10:27.044Z] [ 28%] Gzipping default/icons/mobile.svgz[2022-01-15T00:10:27.044Z] [ 29%] Gzipping default/icons/nepomuk.svgz[2022-01-15T00:10:27.044Z] [ 29%] Gzipping default/icons/network.svgz[2022-01-15T00:10:27.044Z] [ 29%] Gzipping default/icons/notification.svgz[2022-01-15T00:10:27.044Z] [ 29%] Gzipping default/icons/osd.svgz[2022-01-15T00:10:27.299Z] [ 29%] Gzipping default/icons/phone.svgz[2022-01-15T00:10:27.299Z] [ 30%] Gzipping default/icons/plasmavault.svgz[2022-01-15T00:10:27.299Z] [ 30%] Gzipping default/icons/plasmavault_error.svgz[2022-01-15T00:10:27.299Z] [ 30%] Gzipping default/icons/preferences.svgz[2022-01-15T00:10:27.299Z] [ 30%] Gzipping default/icons/printer.svgz[2022-01-15T00:10:27.299Z] [ 30%] Gzipping default/icons/quassel.svgz[2022-01-15T00:10:27.299Z] [ 31%] Gzipping default/icons/slc.svgz[2022-01-15T00:10:27.299Z] [ 31%] Gzipping default/icons/software.svgz[2022-01-15T00:10:27.299Z] [ 31%] Gzipping default/icons/start.svgz[2022-01-15T00:10:27.299Z] [ 31%] Gzipping default/icons/system.svgz[2022-01-15T00:10:27.299Z] [ 32%] Gzipping default/icons/touchpad.svgz[2022-01-15T00:10:27.299Z] [ 32%] Gzipping default/icons/user.svgz[2022-01-15T00:10:27.299Z] [ 32%] Gzipping default/icons/video-card.svgz[2022-01-15T00:10:27.555Z] [ 32%] Gzipping default/icons/video.svgz[2022-01-15T00:10:27.555Z] [ 32%] Gzipping default/icons/view.svgz[2022-01-15T00:10:27.555Z] [ 33%] Gzipping default/icons/vlc.svgz[2022-01-15T00:10:27.555Z] [ 33%] Gzipping default/icons/wallet.svgz[2022-01-15T00:10:27.555Z] [ 33%] Gzipping default/icons/window.svgz[2022-01-15T00:10:27.555Z] [ 33%] Gzipping default/icons/yakuake.svgz[2022-01-15T00:10:27.555Z] [ 33%] Gzipping default/icons/zoom.svgz[2022-01-15T00:10:27.555Z] [ 33%] Built target default_desktoptheme_graphics_icons[2022-01-15T00:10:27.555Z] [ 33%] Automatic MOC for target KF5Plasma[2022-01-15T00:10:28.965Z] [ 33%] Built target KF5Plasma_autogen[2022-01-15T00:10:28.965Z] [ 33%] Automatic MOC for target platformcomponentsplugin[2022-01-15T00:10:28.965Z] [ 33%] Built

KDE CI: Plasma » plasma-framework » kf5-qt5 SUSEQt5.15 - Build # 776 - Still Failing!

2022-01-14 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Plasma/job/plasma-framework/job/kf5-qt5%20SUSEQt5.15/776/
 Project:
kf5-qt5 SUSEQt5.15
 Date of build:
Sat, 15 Jan 2022 00:07:33 +
 Build duration:
2 min 4 sec and counting
   CONSOLE OUTPUT
  [...truncated 483 lines...][2022-01-15T00:09:35.015Z] [ 21%] Gzipping default/icons/applications.svgz[2022-01-15T00:09:35.015Z] [ 21%] Gzipping default/icons/apport.svgz[2022-01-15T00:09:35.015Z] [ 21%] Gzipping default/icons/audio.svgz[2022-01-15T00:09:35.015Z] [ 21%] Gzipping default/icons/battery.svgz[2022-01-15T00:09:35.015Z] [ 21%] Gzipping default/icons/bookmarks.svgz[2022-01-15T00:09:35.015Z] [ 22%] Gzipping default/icons/cantata.svgz[2022-01-15T00:09:35.015Z] [ 22%] Gzipping default/icons/computer.svgz[2022-01-15T00:09:35.015Z] [ 22%] Gzipping default/icons/configure.svgz[2022-01-15T00:09:35.015Z] [ 22%] Gzipping default/icons/device.svgz[2022-01-15T00:09:35.015Z] [ 22%] Gzipping default/icons/disk.svgz[2022-01-15T00:09:35.271Z] [ 23%] Gzipping default/icons/distribute.svgz[2022-01-15T00:09:35.271Z] [ 23%] Gzipping default/icons/document.svgz[2022-01-15T00:09:35.271Z] [ 23%] Gzipping default/icons/drive.svgz[2022-01-15T00:09:35.271Z] [ 23%] Gzipping default/icons/edit.svgz[2022-01-15T00:09:35.271Z] [ 23%] Gzipping default/icons/fcitx.svgz[2022-01-15T00:09:35.271Z] [ 24%] Gzipping default/icons/go.svgz[2022-01-15T00:09:35.271Z] [ 24%] Gzipping default/icons/ime.svgz[2022-01-15T00:09:35.271Z] [ 24%] Gzipping default/icons/input.svgz[2022-01-15T00:09:35.271Z] [ 24%] Gzipping default/icons/kalarm.svgz[2022-01-15T00:09:35.271Z] [ 24%] Gzipping default/icons/kdeconnect.svgz[2022-01-15T00:09:35.271Z] [ 25%] Gzipping default/icons/keyboard.svgz[2022-01-15T00:09:35.271Z] [ 25%] Gzipping default/icons/kget.svgz[2022-01-15T00:09:35.271Z] [ 25%] Gzipping default/icons/kgpg.svgz[2022-01-15T00:09:35.271Z] [ 25%] Gzipping default/icons/kleopatra.svgz[2022-01-15T00:09:35.528Z] [ 25%] Gzipping default/icons/klipper.svgz[2022-01-15T00:09:35.528Z] [ 26%] Gzipping default/icons/kmail.svgz[2022-01-15T00:09:35.528Z] [ 26%] Gzipping default/icons/konv_message.svgz[2022-01-15T00:09:35.528Z] [ 26%] Gzipping default/icons/konversation.svgz[2022-01-15T00:09:35.528Z] [ 26%] Gzipping default/icons/kopete.svgz[2022-01-15T00:09:35.528Z] [ 27%] Gzipping default/icons/korgac.svgz[2022-01-15T00:09:35.528Z] [ 27%] Gzipping default/icons/kpackagekit.svgz[2022-01-15T00:09:35.528Z] [ 27%] Gzipping default/icons/kruler.svgz[2022-01-15T00:09:35.528Z] [ 27%] Gzipping default/icons/kteatime.svgz[2022-01-15T00:09:35.528Z] [ 27%] Gzipping default/icons/ktorrent.svgz[2022-01-15T00:09:35.528Z] [ 28%] Gzipping default/icons/kup.svgz[2022-01-15T00:09:35.528Z] [ 28%] Gzipping default/icons/list.svgz[2022-01-15T00:09:35.528Z] [ 28%] Gzipping default/icons/mail.svgz[2022-01-15T00:09:35.528Z] [ 28%] Gzipping default/icons/media.svgz[2022-01-15T00:09:35.528Z] [ 28%] Gzipping default/icons/mobile.svgz[2022-01-15T00:09:35.785Z] [ 29%] Gzipping default/icons/nepomuk.svgz[2022-01-15T00:09:35.785Z] [ 29%] Gzipping default/icons/network.svgz[2022-01-15T00:09:35.785Z] [ 29%] Gzipping default/icons/notification.svgz[2022-01-15T00:09:35.785Z] [ 29%] Gzipping default/icons/osd.svgz[2022-01-15T00:09:35.785Z] [ 29%] Gzipping default/icons/phone.svgz[2022-01-15T00:09:35.785Z] [ 30%] Gzipping default/icons/plasmavault.svgz[2022-01-15T00:09:35.785Z] [ 30%] Gzipping default/icons/plasmavault_error.svgz[2022-01-15T00:09:35.785Z] [ 30%] Gzipping default/icons/preferences.svgz[2022-01-15T00:09:35.785Z] [ 30%] Gzipping default/icons/printer.svgz[2022-01-15T00:09:35.785Z] [ 30%] Gzipping default/icons/quassel.svgz[2022-01-15T00:09:35.785Z] [ 31%] Gzipping default/icons/slc.svgz[2022-01-15T00:09:35.785Z] [ 31%] Gzipping default/icons/software.svgz[2022-01-15T00:09:35.785Z] [ 31%] Gzipping default/icons/start.svgz[2022-01-15T00:09:35.785Z] [ 31%] Gzipping default/icons/system.svgz[2022-01-15T00:09:35.785Z] [ 32%] Gzipping default/icons/touchpad.svgz[2022-01-15T00:09:36.042Z] [ 32%] Gzipping default/icons/user.svgz[2022-01-15T00:09:36.042Z] [ 32%] Gzipping default/icons/video-card.svgz[2022-01-15T00:09:36.042Z] [ 32%] Gzipping default/icons/video.svgz[2022-01-15T00:09:36.042Z] [ 32%] Gzipping default/icons/view.svgz[2022-01-15T00:09:36.042Z] [ 33%] Gzipping default/icons/vlc.svgz[2022-01-15T00:09:36.042Z] [ 33%] Gzipping default/icons/wallet.svgz[2022-01-15T00:09:36.042Z] [ 33%] Gzipping default/icons/window.svgz[2022-01-15T00:09:36.042Z] [ 33%] Gzipping default/icons/yakuake.svgz[2022-01-15T00:09:36.042Z] [ 33%] Gzipping default/icons/zoom.svgz[2022-01-15T00:09:36.042Z] [ 33%] Built target default_desktoptheme_graphics_icons[2022-01-15T00:09:36.042Z] [ 33%] Automatic MOC for target KF5Plasma[2022-01-15T00:09:36.991Z] [ 33%] Built target KF5Plasma_autogen[2022-01-15T00:09:36.991Z] [ 33%] Automatic MOC for target platformcomponentsplugin[2022-01-15T00:09:37.248Z] [ 33%] Built target

KDE CI: Plasma » plasma-framework » stable-kf5-qt5 SUSEQt5.15 - Build # 778 - Failure!

2022-01-14 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Plasma/job/plasma-framework/job/stable-kf5-qt5%20SUSEQt5.15/778/
 Project:
stable-kf5-qt5 SUSEQt5.15
 Date of build:
Sat, 15 Jan 2022 00:05:08 +
 Build duration:
3 min 35 sec and counting
   CONSOLE OUTPUT
  [...truncated 483 lines...][2022-01-15T00:08:38.179Z] [ 21%] Gzipping default/icons/applications.svgz[2022-01-15T00:08:38.179Z] [ 21%] Gzipping default/icons/apport.svgz[2022-01-15T00:08:38.179Z] [ 21%] Gzipping default/icons/audio.svgz[2022-01-15T00:08:38.179Z] [ 21%] Gzipping default/icons/battery.svgz[2022-01-15T00:08:38.438Z] [ 21%] Gzipping default/icons/bookmarks.svgz[2022-01-15T00:08:38.439Z] [ 22%] Gzipping default/icons/cantata.svgz[2022-01-15T00:08:38.439Z] [ 22%] Gzipping default/icons/computer.svgz[2022-01-15T00:08:38.439Z] [ 22%] Gzipping default/icons/configure.svgz[2022-01-15T00:08:38.439Z] [ 22%] Gzipping default/icons/device.svgz[2022-01-15T00:08:38.439Z] [ 22%] Gzipping default/icons/disk.svgz[2022-01-15T00:08:38.439Z] [ 23%] Gzipping default/icons/distribute.svgz[2022-01-15T00:08:38.699Z] [ 23%] Gzipping default/icons/document.svgz[2022-01-15T00:08:38.699Z] [ 23%] Gzipping default/icons/drive.svgz[2022-01-15T00:08:38.699Z] [ 23%] Gzipping default/icons/edit.svgz[2022-01-15T00:08:38.699Z] [ 23%] Gzipping default/icons/fcitx.svgz[2022-01-15T00:08:38.699Z] [ 24%] Gzipping default/icons/go.svgz[2022-01-15T00:08:38.699Z] [ 24%] Gzipping default/icons/ime.svgz[2022-01-15T00:08:38.959Z] [ 24%] Gzipping default/icons/input.svgz[2022-01-15T00:08:38.959Z] [ 24%] Gzipping default/icons/kalarm.svgz[2022-01-15T00:08:38.959Z] [ 24%] Gzipping default/icons/kdeconnect.svgz[2022-01-15T00:08:38.959Z] [ 25%] Gzipping default/icons/keyboard.svgz[2022-01-15T00:08:38.959Z] [ 25%] Gzipping default/icons/kget.svgz[2022-01-15T00:08:38.959Z] [ 25%] Gzipping default/icons/kgpg.svgz[2022-01-15T00:08:38.959Z] [ 25%] Gzipping default/icons/kleopatra.svgz[2022-01-15T00:08:39.220Z] [ 25%] Gzipping default/icons/klipper.svgz[2022-01-15T00:08:39.220Z] [ 26%] Gzipping default/icons/kmail.svgz[2022-01-15T00:08:39.220Z] [ 26%] Gzipping default/icons/konv_message.svgz[2022-01-15T00:08:39.220Z] [ 26%] Gzipping default/icons/konversation.svgz[2022-01-15T00:08:39.220Z] [ 26%] Gzipping default/icons/kopete.svgz[2022-01-15T00:08:39.220Z] [ 27%] Gzipping default/icons/korgac.svgz[2022-01-15T00:08:39.220Z] [ 27%] Gzipping default/icons/kpackagekit.svgz[2022-01-15T00:08:39.490Z] [ 27%] Gzipping default/icons/kruler.svgz[2022-01-15T00:08:39.490Z] [ 27%] Gzipping default/icons/kteatime.svgz[2022-01-15T00:08:39.490Z] [ 27%] Gzipping default/icons/ktorrent.svgz[2022-01-15T00:08:39.490Z] [ 28%] Gzipping default/icons/kup.svgz[2022-01-15T00:08:39.490Z] [ 28%] Gzipping default/icons/list.svgz[2022-01-15T00:08:39.490Z] [ 28%] Gzipping default/icons/mail.svgz[2022-01-15T00:08:39.490Z] [ 28%] Gzipping default/icons/media.svgz[2022-01-15T00:08:39.490Z] [ 28%] Gzipping default/icons/mobile.svgz[2022-01-15T00:08:39.751Z] [ 29%] Gzipping default/icons/nepomuk.svgz[2022-01-15T00:08:39.751Z] [ 29%] Gzipping default/icons/network.svgz[2022-01-15T00:08:39.751Z] [ 29%] Gzipping default/icons/notification.svgz[2022-01-15T00:08:39.751Z] [ 29%] Gzipping default/icons/osd.svgz[2022-01-15T00:08:39.751Z] [ 29%] Gzipping default/icons/phone.svgz[2022-01-15T00:08:39.751Z] [ 30%] Gzipping default/icons/plasmavault.svgz[2022-01-15T00:08:39.751Z] [ 30%] Gzipping default/icons/plasmavault_error.svgz[2022-01-15T00:08:39.751Z] [ 30%] Gzipping default/icons/preferences.svgz[2022-01-15T00:08:40.014Z] [ 30%] Gzipping default/icons/printer.svgz[2022-01-15T00:08:40.014Z] [ 30%] Gzipping default/icons/quassel.svgz[2022-01-15T00:08:40.014Z] [ 31%] Gzipping default/icons/slc.svgz[2022-01-15T00:08:40.014Z] [ 31%] Gzipping default/icons/software.svgz[2022-01-15T00:08:40.014Z] [ 31%] Gzipping default/icons/start.svgz[2022-01-15T00:08:40.014Z] [ 31%] Gzipping default/icons/system.svgz[2022-01-15T00:08:40.014Z] [ 32%] Gzipping default/icons/touchpad.svgz[2022-01-15T00:08:40.278Z] [ 32%] Gzipping default/icons/user.svgz[2022-01-15T00:08:40.278Z] [ 32%] Gzipping default/icons/video-card.svgz[2022-01-15T00:08:40.278Z] [ 32%] Gzipping default/icons/video.svgz[2022-01-15T00:08:40.278Z] [ 32%] Gzipping default/icons/view.svgz[2022-01-15T00:08:40.278Z] [ 33%] Gzipping default/icons/vlc.svgz[2022-01-15T00:08:40.278Z] [ 33%] Gzipping default/icons/wallet.svgz[2022-01-15T00:08:40.655Z] [ 33%] Gzipping default/icons/window.svgz[2022-01-15T00:08:40.655Z] [ 33%] Gzipping default/icons/yakuake.svgz[2022-01-15T00:08:40.655Z] [ 33%] Gzipping default/icons/zoom.svgz[2022-01-15T00:08:40.655Z] [ 33%] Built target default_desktoptheme_graphics_icons[2022-01-15T00:08:40.655Z] [ 33%] Automatic MOC for target KF5Plasma[2022-01-15T00:08:42.613Z] [ 33%] Built target KF5Plasma_autogen[2022-01-15T00:08:42.613Z] [ 33%] Automatic MOC for target platformcomponentsplugin[2022-01-15T00:08:42.885Z] [ 33%] Built

KDE CI: Plasma » plasma-framework » kf5-qt5 SUSEQt5.15 - Build # 775 - Failure!

2022-01-14 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Plasma/job/plasma-framework/job/kf5-qt5%20SUSEQt5.15/775/
 Project:
kf5-qt5 SUSEQt5.15
 Date of build:
Sat, 15 Jan 2022 00:05:08 +
 Build duration:
2 min 24 sec and counting
   CONSOLE OUTPUT
  [...truncated 483 lines...][2022-01-15T00:07:25.032Z] [ 21%] Gzipping default/icons/applications.svgz[2022-01-15T00:07:25.032Z] [ 21%] Gzipping default/icons/apport.svgz[2022-01-15T00:07:25.032Z] [ 21%] Gzipping default/icons/audio.svgz[2022-01-15T00:07:25.032Z] [ 21%] Gzipping default/icons/battery.svgz[2022-01-15T00:07:25.032Z] [ 21%] Gzipping default/icons/bookmarks.svgz[2022-01-15T00:07:25.301Z] [ 22%] Gzipping default/icons/cantata.svgz[2022-01-15T00:07:25.301Z] [ 22%] Gzipping default/icons/computer.svgz[2022-01-15T00:07:25.301Z] [ 22%] Gzipping default/icons/configure.svgz[2022-01-15T00:07:25.301Z] [ 22%] Gzipping default/icons/device.svgz[2022-01-15T00:07:25.301Z] [ 22%] Gzipping default/icons/disk.svgz[2022-01-15T00:07:25.301Z] [ 23%] Gzipping default/icons/distribute.svgz[2022-01-15T00:07:25.301Z] [ 23%] Gzipping default/icons/document.svgz[2022-01-15T00:07:25.564Z] [ 23%] Gzipping default/icons/drive.svgz[2022-01-15T00:07:25.564Z] [ 23%] Gzipping default/icons/edit.svgz[2022-01-15T00:07:25.564Z] [ 23%] Gzipping default/icons/fcitx.svgz[2022-01-15T00:07:25.564Z] [ 24%] Gzipping default/icons/go.svgz[2022-01-15T00:07:25.564Z] [ 24%] Gzipping default/icons/ime.svgz[2022-01-15T00:07:25.564Z] [ 24%] Gzipping default/icons/input.svgz[2022-01-15T00:07:25.564Z] [ 24%] Gzipping default/icons/kalarm.svgz[2022-01-15T00:07:25.564Z] [ 24%] Gzipping default/icons/kdeconnect.svgz[2022-01-15T00:07:25.828Z] [ 25%] Gzipping default/icons/keyboard.svgz[2022-01-15T00:07:25.828Z] [ 25%] Gzipping default/icons/kget.svgz[2022-01-15T00:07:25.828Z] [ 25%] Gzipping default/icons/kgpg.svgz[2022-01-15T00:07:25.828Z] [ 25%] Gzipping default/icons/kleopatra.svgz[2022-01-15T00:07:25.828Z] [ 25%] Gzipping default/icons/klipper.svgz[2022-01-15T00:07:26.096Z] [ 26%] Gzipping default/icons/kmail.svgz[2022-01-15T00:07:26.096Z] [ 26%] Gzipping default/icons/konv_message.svgz[2022-01-15T00:07:26.096Z] [ 26%] Gzipping default/icons/konversation.svgz[2022-01-15T00:07:26.096Z] [ 26%] Gzipping default/icons/kopete.svgz[2022-01-15T00:07:26.096Z] [ 27%] Gzipping default/icons/korgac.svgz[2022-01-15T00:07:26.096Z] [ 27%] Gzipping default/icons/kpackagekit.svgz[2022-01-15T00:07:26.096Z] [ 27%] Gzipping default/icons/kruler.svgz[2022-01-15T00:07:26.363Z] [ 27%] Gzipping default/icons/kteatime.svgz[2022-01-15T00:07:26.363Z] [ 27%] Gzipping default/icons/ktorrent.svgz[2022-01-15T00:07:26.363Z] [ 28%] Gzipping default/icons/kup.svgz[2022-01-15T00:07:26.363Z] [ 28%] Gzipping default/icons/list.svgz[2022-01-15T00:07:26.363Z] [ 28%] Gzipping default/icons/mail.svgz[2022-01-15T00:07:26.363Z] [ 28%] Gzipping default/icons/media.svgz[2022-01-15T00:07:26.363Z] [ 28%] Gzipping default/icons/mobile.svgz[2022-01-15T00:07:26.363Z] [ 29%] Gzipping default/icons/nepomuk.svgz[2022-01-15T00:07:26.633Z] [ 29%] Gzipping default/icons/network.svgz[2022-01-15T00:07:26.633Z] [ 29%] Gzipping default/icons/notification.svgz[2022-01-15T00:07:26.633Z] [ 29%] Gzipping default/icons/osd.svgz[2022-01-15T00:07:26.633Z] [ 29%] Gzipping default/icons/phone.svgz[2022-01-15T00:07:26.633Z] [ 30%] Gzipping default/icons/plasmavault.svgz[2022-01-15T00:07:26.633Z] [ 30%] Gzipping default/icons/plasmavault_error.svgz[2022-01-15T00:07:26.633Z] [ 30%] Gzipping default/icons/preferences.svgz[2022-01-15T00:07:26.908Z] [ 30%] Gzipping default/icons/printer.svgz[2022-01-15T00:07:26.909Z] [ 30%] Gzipping default/icons/quassel.svgz[2022-01-15T00:07:26.909Z] [ 31%] Gzipping default/icons/slc.svgz[2022-01-15T00:07:26.909Z] [ 31%] Gzipping default/icons/software.svgz[2022-01-15T00:07:26.909Z] [ 31%] Gzipping default/icons/start.svgz[2022-01-15T00:07:26.909Z] [ 31%] Gzipping default/icons/system.svgz[2022-01-15T00:07:26.909Z] [ 32%] Gzipping default/icons/touchpad.svgz[2022-01-15T00:07:27.177Z] [ 32%] Gzipping default/icons/user.svgz[2022-01-15T00:07:27.177Z] [ 32%] Gzipping default/icons/video-card.svgz[2022-01-15T00:07:27.177Z] [ 32%] Gzipping default/icons/video.svgz[2022-01-15T00:07:27.177Z] [ 32%] Gzipping default/icons/view.svgz[2022-01-15T00:07:27.177Z] [ 33%] Gzipping default/icons/vlc.svgz[2022-01-15T00:07:27.177Z] [ 33%] Gzipping default/icons/wallet.svgz[2022-01-15T00:07:27.436Z] [ 33%] Gzipping default/icons/window.svgz[2022-01-15T00:07:27.436Z] [ 33%] Gzipping default/icons/yakuake.svgz[2022-01-15T00:07:27.436Z] [ 33%] Gzipping default/icons/zoom.svgz[2022-01-15T00:07:27.436Z] [ 33%] Built target default_desktoptheme_graphics_icons[2022-01-15T00:07:27.436Z] [ 33%] Automatic MOC for target KF5Plasma[2022-01-15T00:07:28.849Z] [ 33%] Built target KF5Plasma_autogen[2022-01-15T00:07:29.133Z] [ 33%] Automatic MOC for target platformcomponentsplugin[2022-01-15T00:07:29.404Z] [ 33%] Built target

KDE CI: Plasma » plasma-framework » kf5-qt5 FreeBSDQt5.15 - Build # 764 - Still Failing!

2022-01-14 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Plasma/job/plasma-framework/job/kf5-qt5%20FreeBSDQt5.15/764/
 Project:
kf5-qt5 FreeBSDQt5.15
 Date of build:
Sat, 15 Jan 2022 00:05:53 +
 Build duration:
40 sec and counting
   CONSOLE OUTPUT
  [...truncated 690 lines...][2022-01-15T00:06:31.518Z] --[2022-01-15T00:06:31.518Z] /usr/home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 FreeBSDQt5.15/src/declarativeimports/kirigamiplasmastyle/plugin.h:20: Error: Undefined interface[2022-01-15T00:06:31.518Z] [2022-01-15T00:06:31.518Z] [ 51%] Gzipping default/widgets/menubaritem.svgz[2022-01-15T00:06:31.518Z] [ 51%] Built target plasma-wallpaper-with-qml-extension[2022-01-15T00:06:31.518Z] [ 51%] Gzipping default/icons/list.svgz[2022-01-15T00:06:31.518Z] [ 51%] Gzipping default/widgets/monitor.svgz[2022-01-15T00:06:31.518Z] [ 51%] Built target oxygen_desktoptheme_graphics_widgets[2022-01-15T00:06:31.518Z] [ 51%] Gzipping air/widgets/tooltip.svgz[2022-01-15T00:06:31.518Z] [ 51%] Gzipping air/widgets/viewitem.svgz[2022-01-15T00:06:31.518Z] [ 51%] Built target oxygen_desktoptheme_graphics_icons[2022-01-15T00:06:31.518Z] [ 51%] Gzipping default/icons/mail.svgz[2022-01-15T00:06:31.518Z] [ 51%] Gzipping default/icons/media.svgz[2022-01-15T00:06:31.518Z] [ 51%] Gzipping default/icons/mobile.svgz[2022-01-15T00:06:31.518Z] [ 51%] Built target air_desktoptheme_graphics_widgets[2022-01-15T00:06:31.518Z] [ 51%] Building CXX object src/declarativeimports/platformcomponents/CMakeFiles/platformcomponentsplugin.dir/platformcomponentsplugin_autogen/mocs_compilation.cpp.o[2022-01-15T00:06:31.518Z] [ 52%] Generating qml-plasmoid-with-qml-extension.tar.bz2[2022-01-15T00:06:31.518Z] [ 52%] Gzipping default/widgets/notes.svgz[2022-01-15T00:06:31.518Z] .[2022-01-15T00:06:31.518Z] ./README[2022-01-15T00:06:31.518Z] ./LICENSES[2022-01-15T00:06:31.518Z] ./LICENSES/LGPL-2.1-or-later.txt[2022-01-15T00:06:31.518Z] ./package[2022-01-15T00:06:31.518Z] ./package/metadata.desktop[2022-01-15T00:06:31.518Z] ./package/contents[2022-01-15T00:06:31.518Z] ./package/contents/ui[2022-01-15T00:06:31.518Z] ./package/contents/ui/main.qml[2022-01-15T00:06:31.518Z] ./qml-plasmoid-with-qml-extension.kdevtemplate[2022-01-15T00:06:31.518Z] ./Messages.sh[2022-01-15T00:06:31.518Z] ./CMakeLists.txt[2022-01-15T00:06:31.518Z] ./plugin[2022-01-15T00:06:31.518Z] ./plugin/CMakeLists.txt[2022-01-15T00:06:31.518Z] ./plugin/%{APPNAMELC}plugin.h[2022-01-15T00:06:31.518Z] ./plugin/qmldir[2022-01-15T00:06:31.518Z] ./plugin/%{APPNAMELC}plugin.cpp[2022-01-15T00:06:31.518Z] [ 52%] Gzipping default/widgets/pager.svgz[2022-01-15T00:06:31.518Z] [ 53%] Gzipping default/icons/nepomuk.svgz[2022-01-15T00:06:31.518Z] [ 54%] Building CXX object src/plasmapkg/CMakeFiles/plasmapkg2.dir/plasmapkg2_autogen/mocs_compilation.cpp.o[2022-01-15T00:06:31.518Z] gmake[2]: *** [src/declarativeimports/kirigamiplasmastyle/CMakeFiles/KirigamiPlasmaStyle_autogen.dir/build.make:71: src/declarativeimports/kirigamiplasmastyle/CMakeFiles/KirigamiPlasmaStyle_autogen] Error 1[2022-01-15T00:06:31.518Z] gmake[1]: *** [CMakeFiles/Makefile2:2150: src/declarativeimports/kirigamiplasmastyle/CMakeFiles/KirigamiPlasmaStyle_autogen.dir/all] Error 2[2022-01-15T00:06:31.518Z] gmake[1]: *** Waiting for unfinished jobs[2022-01-15T00:06:31.518Z] [ 54%] Gzipping default/icons/network.svgz[2022-01-15T00:06:31.518Z] [ 54%] Built target qml-plasmoid-with-qml-extension[2022-01-15T00:06:31.518Z] [ 55%] Building CXX object src/declarativeimports/platformcomponents/CMakeFiles/platformcomponentsplugin.dir/platformextensionplugin.cpp.o[2022-01-15T00:06:31.518Z] [ 55%] Gzipping default/icons/notification.svgz[2022-01-15T00:06:31.518Z] [ 55%] Building CXX object src/declarativeimports/platformcomponents/CMakeFiles/platformcomponentsplugin.dir/application.cpp.o[2022-01-15T00:06:31.518Z] [ 55%] Building CXX object src/plasmapkg/CMakeFiles/plasmapkg2.dir/main.cpp.o[2022-01-15T00:06:31.777Z] [ 55%] Building CXX object src/declarativeimports/platformcomponents/CMakeFiles/platformcomponentsplugin.dir/icondialog.cpp.o[2022-01-15T00:06:31.777Z] [ 56%] Gzipping default/widgets/picker.svgz[2022-01-15T00:06:31.777Z] [ 56%] Gzipping default/icons/osd.svgz[2022-01-15T00:06:31.777Z] [ 56%] Gzipping default/widgets/panel-background.svgz[2022-01-15T00:06:31.777Z] [ 56%] Gzipping default/icons/phone.svgz[2022-01-15T00:06:31.777Z] [ 56%] Gzipping default/widgets/plasmoidheading.svgz[2022-01-15T00:06:31.777Z] [ 56%] Gzipping default/widgets/plot-background.svgz[2022-01-15T00:06:31.777Z] [ 57%] Gzipping default/icons/plasmavault.svgz[2022-01-15T00:06:31.777Z] [ 57%] Built target calendarplugin_autogen[2022-01-15T00:06:31.777Z] [ 57%] Gzipping default/widgets/radiobutton.svgz[2022-01-15T00:06:31.777Z] [ 57%] Gzipping default/icons/plasmavault_error.svgz[2022-01-15T00:06:31.777Z] [ 57%] Gzipping default/widgets/scrollbar.svgz[2022-01-15T00:06:31.777Z] [ 58%] Gzipping default/widgets/scrollwidget.svgz

KDE CI: Plasma » plasma-framework » stable-kf5-qt5 FreeBSDQt5.15 - Build # 777 - Still Failing!

2022-01-14 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Plasma/job/plasma-framework/job/stable-kf5-qt5%20FreeBSDQt5.15/777/
 Project:
stable-kf5-qt5 FreeBSDQt5.15
 Date of build:
Sat, 15 Jan 2022 00:05:31 +
 Build duration:
39 sec and counting
   CONSOLE OUTPUT
  [...truncated 680 lines...][2022-01-15T00:06:10.090Z] ./package/metadata.desktop[2022-01-15T00:06:10.090Z] ./qml-plasmoid.png[2022-01-15T00:06:10.090Z] [ 47%] Gzipping default/widgets/margins-highlight.svgz[2022-01-15T00:06:10.090Z] [ 47%] Gzipping default/widgets/media-delegate.svgz[2022-01-15T00:06:10.090Z] gmake[2]: *** [src/declarativeimports/kirigamiplasmastyle/CMakeFiles/KirigamiPlasmaStyle_autogen.dir/build.make:71: src/declarativeimports/kirigamiplasmastyle/CMakeFiles/KirigamiPlasmaStyle_autogen] Error 1[2022-01-15T00:06:10.090Z] [ 47%] Built target air_desktoptheme_graphics_widgets[2022-01-15T00:06:10.090Z] gmake[1]: *** [CMakeFiles/Makefile2:2150: src/declarativeimports/kirigamiplasmastyle/CMakeFiles/KirigamiPlasmaStyle_autogen.dir/all] Error 2[2022-01-15T00:06:10.090Z] gmake[1]: *** Waiting for unfinished jobs[2022-01-15T00:06:10.090Z] [ 47%] Built target qml-plasmoid[2022-01-15T00:06:10.090Z] [ 47%] Built target platformcomponentsplugin_autogen[2022-01-15T00:06:10.090Z] [ 47%] Gzipping default/icons/kopete.svgz[2022-01-15T00:06:10.090Z] [ 47%] Gzipping default/icons/kpackagekit.svgz[2022-01-15T00:06:10.090Z] [ 47%] Gzipping default/icons/konversation.svgz[2022-01-15T00:06:10.090Z] [ 48%] Gzipping default/icons/korgac.svgz[2022-01-15T00:06:10.090Z] [ 48%] Built target calendarplugin_autogen[2022-01-15T00:06:10.090Z] [ 49%] Gzipping oxygen/icons/system.svgz[2022-01-15T00:06:10.090Z] [ 49%] Gzipping oxygen/icons/wallet.svgz[2022-01-15T00:06:10.090Z] [ 49%] Gzipping default/widgets/monitor.svgz[2022-01-15T00:06:10.090Z] [ 50%] Generating qml-plasmoid-with-qml-extension.tar.bz2[2022-01-15T00:06:10.090Z] [ 51%] Gzipping default/widgets/menubaritem.svgz[2022-01-15T00:06:10.090Z] [ 51%] Gzipping oxygen/icons/view.svgz[2022-01-15T00:06:10.090Z] [ 51%] Gzipping default/widgets/notes.svgz[2022-01-15T00:06:10.090Z] [ 51%] Gzipping default/icons/kruler.svgz[2022-01-15T00:06:10.090Z] [ 51%] Gzipping default/icons/kteatime.svgz[2022-01-15T00:06:10.090Z] [ 51%] Gzipping default/icons/ktorrent.svgz[2022-01-15T00:06:10.090Z] .[2022-01-15T00:06:10.090Z] ./plugin[2022-01-15T00:06:10.090Z] ./plugin/%{APPNAMELC}plugin.cpp[2022-01-15T00:06:10.090Z] ./plugin/qmldir[2022-01-15T00:06:10.090Z] ./plugin/%{APPNAMELC}plugin.h[2022-01-15T00:06:10.090Z] ./plugin/CMakeLists.txt[2022-01-15T00:06:10.090Z] ./qml-plasmoid-with-qml-extension.kdevtemplate[2022-01-15T00:06:10.090Z] ./CMakeLists.txt[2022-01-15T00:06:10.090Z] ./Messages.sh[2022-01-15T00:06:10.090Z] ./README[2022-01-15T00:06:10.090Z] ./package[2022-01-15T00:06:10.090Z] ./package/metadata.desktop[2022-01-15T00:06:10.090Z] ./package/contents[2022-01-15T00:06:10.090Z] ./package/contents/ui[2022-01-15T00:06:10.090Z] ./package/contents/ui/main.qml[2022-01-15T00:06:10.090Z] ./LICENSES[2022-01-15T00:06:10.090Z] ./LICENSES/LGPL-2.1-or-later.txt[2022-01-15T00:06:10.090Z] [ 51%] Built target oxygen_desktoptheme_graphics_icons[2022-01-15T00:06:10.090Z] [ 51%] Gzipping default/widgets/pager.svgz[2022-01-15T00:06:10.090Z] [ 51%] Built target qml-plasmoid-with-qml-extension[2022-01-15T00:06:10.090Z] [ 51%] Gzipping default/icons/list.svgz[2022-01-15T00:06:10.090Z] [ 52%] Gzipping default/icons/kup.svgz[2022-01-15T00:06:10.090Z] [ 52%] Gzipping default/icons/mail.svgz[2022-01-15T00:06:10.090Z] [ 52%] Gzipping default/icons/media.svgz[2022-01-15T00:06:10.090Z] [ 52%] Gzipping default/widgets/panel-background.svgz[2022-01-15T00:06:10.090Z] [ 53%] Gzipping default/widgets/picker.svgz[2022-01-15T00:06:10.090Z] [ 53%] Gzipping default/widgets/plasmoidheading.svgz[2022-01-15T00:06:10.090Z] [ 53%] Gzipping default/icons/mobile.svgz[2022-01-15T00:06:10.090Z] [ 54%] Gzipping default/icons/nepomuk.svgz[2022-01-15T00:06:10.090Z] [ 54%] Gzipping default/icons/network.svgz[2022-01-15T00:06:10.090Z] [ 54%] Gzipping default/widgets/plot-background.svgz[2022-01-15T00:06:10.090Z] [ 54%] Gzipping default/icons/notification.svgz[2022-01-15T00:06:10.090Z] [ 54%] Gzipping default/icons/osd.svgz[2022-01-15T00:06:10.090Z] [ 54%] Gzipping default/icons/phone.svgz[2022-01-15T00:06:10.090Z] [ 54%] Gzipping default/widgets/scrollbar.svgz[2022-01-15T00:06:10.090Z] [ 55%] Gzipping default/icons/plasmavault.svgz[2022-01-15T00:06:10.090Z] [ 55%] Gzipping default/icons/plasmavault_error.svgz[2022-01-15T00:06:10.090Z] [ 56%] Gzipping default/widgets/scrollwidget.svgz[2022-01-15T00:06:10.090Z] [ 56%] Gzipping default/widgets/radiobutton.svgz[2022-01-15T00:06:10.090Z] [ 56%] Gzipping default/widgets/slider.svgz[2022-01-15T00:06:10.090Z] [ 56%] Gzipping default/widgets/tabbar.svgz[2022-01-15T00:06:10.090Z] [ 56%] Gzipping default/icons/quassel.svgz[2022-01-15T00:06:10.090Z] [ 56%] Gzipping default/icons

KDE CI: Plasma » plasma-framework » kf5-qt5 FreeBSDQt5.15 - Build # 763 - Failure!

2022-01-14 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Plasma/job/plasma-framework/job/kf5-qt5%20FreeBSDQt5.15/763/
 Project:
kf5-qt5 FreeBSDQt5.15
 Date of build:
Sat, 15 Jan 2022 00:05:08 +
 Build duration:
40 sec and counting
   CONSOLE OUTPUT
  [...truncated 684 lines...][2022-01-15T00:05:48.422Z] ./plugin/%{APPNAMELC}plugin.h[2022-01-15T00:05:48.422Z] ./plugin/%{APPNAMELC}plugin.cpp[2022-01-15T00:05:48.422Z] ./plugin/CMakeLists.txt[2022-01-15T00:05:48.422Z] ./plugin/qmldir[2022-01-15T00:05:48.422Z] ./README[2022-01-15T00:05:48.422Z] ./Messages.sh[2022-01-15T00:05:48.422Z] ./LICENSES[2022-01-15T00:05:48.422Z] ./LICENSES/LGPL-2.1-or-later.txt[2022-01-15T00:05:48.422Z] ./plasma-wallpaper-with-qml-extension.kdevtemplate[2022-01-15T00:05:48.422Z] [ 51%] Gzipping default/icons/mail.svgz[2022-01-15T00:05:48.422Z] [ 51%] Gzipping default/widgets/margins-highlight.svgz[2022-01-15T00:05:48.422Z] .[2022-01-15T00:05:48.422Z] ./CMakeLists.txt[2022-01-15T00:05:48.422Z] ./plugin[2022-01-15T00:05:48.422Z] ./plugin/qmldir[2022-01-15T00:05:48.422Z] ./plugin/%{APPNAMELC}plugin.cpp[2022-01-15T00:05:48.422Z] ./plugin/CMakeLists.txt[2022-01-15T00:05:48.422Z] ./plugin/%{APPNAMELC}plugin.h[2022-01-15T00:05:48.422Z] ./qml-plasmoid-with-qml-extension.kdevtemplate[2022-01-15T00:05:48.422Z] ./package[2022-01-15T00:05:48.422Z] ./package/contents[2022-01-15T00:05:48.422Z] ./package/contents/ui[2022-01-15T00:05:48.422Z] ./package/contents/ui/main.qml[2022-01-15T00:05:48.422Z] ./package/metadata.desktop[2022-01-15T00:05:48.422Z] ./Messages.sh[2022-01-15T00:05:48.422Z] ./README[2022-01-15T00:05:48.422Z] ./LICENSES[2022-01-15T00:05:48.422Z] ./LICENSES/LGPL-2.1-or-later.txt[2022-01-15T00:05:48.422Z] [ 51%] Built target plasma-wallpaper-with-qml-extension[2022-01-15T00:05:48.422Z] [ 51%] Built target qml-plasmoid[2022-01-15T00:05:48.422Z] [ 51%] Gzipping default/widgets/media-delegate.svgz[2022-01-15T00:05:48.422Z] [ 51%] Gzipping default/icons/mobile.svgz[2022-01-15T00:05:48.422Z] [ 51%] Gzipping default/icons/media.svgz[2022-01-15T00:05:48.422Z] [ 51%] Built target qml-plasmoid-with-qml-extension[2022-01-15T00:05:48.422Z] [ 51%] Gzipping air/widgets/translucentbackground.svgz[2022-01-15T00:05:48.422Z] gmake[2]: *** [src/declarativeimports/kirigamiplasmastyle/CMakeFiles/KirigamiPlasmaStyle_autogen.dir/build.make:71: src/declarativeimports/kirigamiplasmastyle/CMakeFiles/KirigamiPlasmaStyle_autogen] Error 1[2022-01-15T00:05:48.422Z] [ 52%] Gzipping default/icons/nepomuk.svgz[2022-01-15T00:05:48.422Z] gmake[1]: *** [CMakeFiles/Makefile2:2150: src/declarativeimports/kirigamiplasmastyle/CMakeFiles/KirigamiPlasmaStyle_autogen.dir/all] Error 2[2022-01-15T00:05:48.422Z] gmake[1]: *** Waiting for unfinished jobs[2022-01-15T00:05:48.422Z] [ 53%] Gzipping default/widgets/menubaritem.svgz[2022-01-15T00:05:48.422Z] [ 53%] Gzipping default/widgets/monitor.svgz[2022-01-15T00:05:48.422Z] [ 54%] Building CXX object src/plasmapkg/CMakeFiles/plasmapkg2.dir/plasmapkg2_autogen/mocs_compilation.cpp.o[2022-01-15T00:05:48.422Z] [ 54%] Gzipping default/widgets/notes.svgz[2022-01-15T00:05:48.422Z] [ 54%] Gzipping default/widgets/pager.svgz[2022-01-15T00:05:48.683Z] [ 54%] Gzipping air/widgets/viewitem.svgz[2022-01-15T00:05:48.683Z] [ 54%] Gzipping default/widgets/panel-background.svgz[2022-01-15T00:05:48.683Z] [ 54%] Building CXX object src/plasmapkg/CMakeFiles/plasmapkg2.dir/main.cpp.o[2022-01-15T00:05:48.683Z] [ 54%] Built target air_desktoptheme_graphics_widgets[2022-01-15T00:05:48.683Z] [ 54%] Gzipping default/icons/network.svgz[2022-01-15T00:05:48.683Z] [ 54%] Built target platformcomponentsplugin_autogen[2022-01-15T00:05:48.683Z] [ 55%] Gzipping default/widgets/picker.svgz[2022-01-15T00:05:48.683Z] [ 55%] Gzipping default/icons/notification.svgz[2022-01-15T00:05:48.683Z] [ 55%] Gzipping default/widgets/plasmoidheading.svgz[2022-01-15T00:05:48.683Z] [ 55%] Gzipping default/widgets/radiobutton.svgz[2022-01-15T00:05:48.683Z] [ 55%] Gzipping default/widgets/plot-background.svgz[2022-01-15T00:05:48.683Z] [ 55%] Gzipping default/widgets/scrollbar.svgz[2022-01-15T00:05:48.683Z] [ 55%] Gzipping default/icons/osd.svgz[2022-01-15T00:05:48.683Z] [ 55%] Gzipping default/icons/phone.svgz[2022-01-15T00:05:48.683Z] [ 56%] Gzipping default/widgets/scrollwidget.svgz[2022-01-15T00:05:48.683Z] [ 57%] Gzipping default/icons/plasmavault.svgz[2022-01-15T00:05:48.683Z] [ 57%] Gzipping default/icons/plasmavault_error.svgz[2022-01-15T00:05:48.683Z] [ 57%] Gzipping default/widgets/slider.svgz[2022-01-15T00:05:48.683Z] [ 57%] Gzipping default/icons/preferences.svgz[2022-01-15T00:05:48.683Z] [ 57%] Gzipping default/icons/printer.svgz[2022-01-15T00:05:48.683Z] [ 57%] Gzipping default/widgets/tabbar.svgz[2022-01-15T00:05:48.683Z] [ 57%] Gzipping default/widgets/tasks.svgz[2022-01-15T00:05:48.683Z] [ 58%] Gzipping default/widgets/toolbar.svgz[2022-01-15T00:05:48.683Z] [ 58%] Gzipping default/widgets/tooltip.svgz[2022-01-15T00:05:48.683Z

KDE CI: Plasma » plasma-framework » stable-kf5-qt5 FreeBSDQt5.15 - Build # 776 - Failure!

2022-01-14 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Plasma/job/plasma-framework/job/stable-kf5-qt5%20FreeBSDQt5.15/776/
 Project:
stable-kf5-qt5 FreeBSDQt5.15
 Date of build:
Sat, 15 Jan 2022 00:05:08 +
 Build duration:
19 sec and counting
   CONSOLE OUTPUT
  [...truncated 599 lines...][2022-01-15T00:05:27.297Z] ./package/contents[2022-01-15T00:05:27.297Z] ./package/contents/config[2022-01-15T00:05:27.297Z] ./package/contents/config/main.xml[2022-01-15T00:05:27.297Z] ./package/contents/ui[2022-01-15T00:05:27.297Z] ./package/contents/ui/config.qml[2022-01-15T00:05:27.297Z] ./package/contents/ui/main.qml[2022-01-15T00:05:27.297Z] ./package/metadata.desktop[2022-01-15T00:05:27.297Z] ./Messages.sh[2022-01-15T00:05:27.297Z] [ 44%] Built target oxygen_desktoptheme_graphics_icons[2022-01-15T00:05:27.297Z] [ 44%] Gzipping default/icons/kgpg.svgz[2022-01-15T00:05:27.297Z] [ 44%] Gzipping air/widgets/picker.svgz[2022-01-15T00:05:27.297Z] [ 44%] Built target plasma-wallpaper[2022-01-15T00:05:27.297Z] [ 44%] Gzipping default/widgets/monitor.svgz[2022-01-15T00:05:27.297Z] [ 44%] Gzipping oxygen/widgets/tooltip.svgz[2022-01-15T00:05:27.297Z] [ 45%] Gzipping oxygen/widgets/translucentbackground.svgz[2022-01-15T00:05:27.297Z] [ 45%] Gzipping default/widgets/notes.svgz[2022-01-15T00:05:27.297Z] [ 45%] Gzipping default/widgets/pager.svgz[2022-01-15T00:05:27.297Z] [ 45%] Built target platformcomponentsplugin_autogen[2022-01-15T00:05:27.297Z] [ 45%] Gzipping air/widgets/plot-background.svgz[2022-01-15T00:05:27.297Z] [ 45%] Gzipping air/widgets/scrollbar.svgz[2022-01-15T00:05:27.297Z] [ 46%] Gzipping air/widgets/scrollwidget.svgz[2022-01-15T00:05:27.297Z] [ 46%] Gzipping default/icons/kleopatra.svgz[2022-01-15T00:05:27.297Z] [ 46%] Gzipping default/icons/klipper.svgz[2022-01-15T00:05:27.297Z] [ 46%] Gzipping default/widgets/panel-background.svgz[2022-01-15T00:05:27.297Z] [ 47%] Gzipping default/widgets/picker.svgz[2022-01-15T00:05:27.297Z] [ 48%] Gzipping default/icons/kmail.svgz[2022-01-15T00:05:27.297Z] [ 48%] Gzipping default/icons/konv_message.svgz[2022-01-15T00:05:27.297Z] [ 48%] Gzipping air/widgets/slider.svgz[2022-01-15T00:05:27.297Z] [ 48%] Gzipping air/widgets/systemtray.svgz[2022-01-15T00:05:27.297Z] [ 48%] Gzipping default/icons/konversation.svgz[2022-01-15T00:05:27.297Z] [ 48%] Gzipping oxygen/widgets/viewitem.svgz[2022-01-15T00:05:27.556Z] [ 48%] Gzipping default/widgets/plasmoidheading.svgz[2022-01-15T00:05:27.556Z] [ 48%] Gzipping default/widgets/plot-background.svgz[2022-01-15T00:05:27.556Z] [ 48%] Built target oxygen_desktoptheme_graphics_widgets[2022-01-15T00:05:27.556Z] [ 48%] Gzipping air/widgets/tabbar.svgz[2022-01-15T00:05:27.556Z] [ 48%] Gzipping air/widgets/tasks.svgz[2022-01-15T00:05:27.556Z] [ 49%] Gzipping air/widgets/toolbar.svgz[2022-01-15T00:05:27.556Z] [ 49%] Built target calendarplugin_autogen[2022-01-15T00:05:27.556Z] [ 49%] Gzipping default/widgets/radiobutton.svgz[2022-01-15T00:05:27.556Z] [ 49%] Gzipping default/icons/kopete.svgz[2022-01-15T00:05:27.556Z] [ 50%] Gzipping default/widgets/scrollbar.svgz[2022-01-15T00:05:27.556Z] [ 50%] Gzipping default/icons/korgac.svgz[2022-01-15T00:05:27.556Z] [ 51%] Gzipping default/widgets/scrollwidget.svgz[2022-01-15T00:05:27.556Z] [ 51%] Gzipping default/widgets/slider.svgz[2022-01-15T00:05:27.556Z] [ 51%] Gzipping default/widgets/tabbar.svgz[2022-01-15T00:05:27.556Z] [ 51%] Gzipping default/widgets/tasks.svgz[2022-01-15T00:05:27.556Z] [ 51%] Gzipping air/widgets/tooltip.svgz[2022-01-15T00:05:27.556Z] [ 51%] Gzipping air/widgets/toolbox.svgz[2022-01-15T00:05:27.556Z] [ 51%] Gzipping air/widgets/translucentbackground.svgz[2022-01-15T00:05:27.556Z] [ 51%] Gzipping default/icons/kruler.svgz[2022-01-15T00:05:27.556Z] [ 51%] Gzipping default/icons/kpackagekit.svgz[2022-01-15T00:05:27.556Z] [ 51%] Gzipping default/icons/kteatime.svgz[2022-01-15T00:05:27.556Z] [ 51%] Gzipping default/icons/ktorrent.svgz[2022-01-15T00:05:27.556Z] [ 52%] Gzipping default/widgets/toolbar.svgz[2022-01-15T00:05:27.556Z] [ 53%] Gzipping default/icons/kup.svgz[2022-01-15T00:05:27.556Z] [ 53%] Gzipping default/widgets/tooltip.svgz[2022-01-15T00:05:27.556Z] [ 53%] Gzipping default/widgets/translucentbackground.svgz[2022-01-15T00:05:27.556Z] [ 53%] Gzipping default/icons/list.svgz[2022-01-15T00:05:27.556Z] [ 53%] Gzipping air/widgets/viewitem.svgz[2022-01-15T00:05:27.556Z] [ 53%] Gzipping default/icons/mail.svgz[2022-01-15T00:05:27.556Z] [ 53%] Gzipping default/widgets/viewitem.svgz[2022-01-15T00:05:27.556Z] [ 53%] Gzipping default/icons/media.svgz[2022-01-15T00:05:27.556Z] [ 53%] Built target air_desktoptheme_graphics_widgets[2022-01-15T00:05:27.556Z] [ 53%] Gzipping default/icons/mobile.svgz[2022-01-15T00:05:27.556Z] [ 53%] Built target default_desktoptheme_graphics_widgets[2022-01-15T00:05:27.556Z] [ 53%] Gzipping default/icons/network.svgz[2022-01-15T00:05:27.556Z] [ 54%] Gzipping default/icons/nepomuk.svgz[2022-01-15T00:05:27.556Z] [ 54

KDE CI: Plasma » plasma-framework » stable-kf5-qt5 FreeBSDQt5.15 - Build # 700 - Fixed!

2021-11-18 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Plasma/job/plasma-framework/job/stable-kf5-qt5%20FreeBSDQt5.15/700/
 Project:
stable-kf5-qt5 FreeBSDQt5.15
 Date of build:
Fri, 19 Nov 2021 00:22:02 +
 Build duration:
12 min and counting
   JUnit Tests
  Name: projectroot Failed: 0 test(s), Passed: 11 test(s), Skipped: 0 test(s), Total: 11 test(s)

KDE CI: Plasma » plasma-framework » kf5-qt5 SUSEQt5.15 - Build # 657 - Fixed!

2021-10-18 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Plasma/job/plasma-framework/job/kf5-qt5%20SUSEQt5.15/657/
 Project:
kf5-qt5 SUSEQt5.15
 Date of build:
Mon, 18 Oct 2021 19:11:24 +
 Build duration:
12 min and counting
   BUILD ARTIFACTS
  acc/KF5PlasmaQuick-5.88.0.xml
   JUnit Tests
  Name: (root) Failed: 0 test(s), Passed: 1 test(s), Skipped: 0 test(s), Total: 1 test(s)Name: projectroot Failed: 0 test(s), Passed: 11 test(s), Skipped: 0 test(s), Total: 11 test(s)
   Cobertura Report
  
   Project Coverage Summary
  
   Name
  PackagesFilesClassesLinesConditionalsCobertura Coverage Report50%
(9/18)36%
(44/123)36%
(44/123)36%
(5024/13967)27%
(2433/9136)Coverage Breakdown by Package
Name
   FilesClassesLinesConditionalsautotests92%
(11/12)92%
(11/12)93%
(921/988)49%
(478/983)src.declarativeimports.calendar0%
(0/6)0%
(0/6)0%
(0/526)0%
(0/229)src.declarativeimports.core44%
(7/16)44%
(7/16)34%
(869/2524)27%
(389/1453)src.declarativeimports.kirigamiplasmastyle0%
(0/2)0%
(0/2)0%
(0/25)0%
(0/20)src.declarativeimports.plasmacomponents0%
(0/6)0%
(0/6)0%
(0/531)0%
(0/197)src.declarativeimports.plasmaextracomponents0%
(0/3)0%
(0/3)0%
(0/42)0%
(0/16)src.declarativeimports.platformcomponents0%
(0/3)0%
(0/3)0%
(0/59)0%
(0/14)src.declarativeimports.platformcomponents.utils0%
(0/2)0%
(0/2)0%
(0/15)0%
(0/2)src.plasma40%
(8/20)40%
(8/20)44%
(1673/3820)34%
(899/2645)src.plasma.packagestructure43%
(3/7)43%
(3/7)42%
(55/132)42%
(5/12)src.plasma.private41%
(7/17)41%
(7/17)51%
(901/1768)37%
(356/967)src.plasma.scripting67%
(2/3)67%
(2/3)27%
(48/181)19%
(21/109)src.plasmapkg0%
(0/1)0%
(0/1)0%
(0/45)0%
(0/40)src.plasmaquick31%
(4/13)31%
(4/13)27%
(514/1935)18%
(280/1521)src.plasmaquick.private100%
(1/1)100%
(1/1)78%
(31/40)50%
(5/10)src.scriptengines.qml.plasmoid14%
(1/7)14%
(1/7)1%
(12/1252)0%
(0/906)tests.dpi0%
(0/2)0%
(0/2)0

KDE CI: Plasma » plasma-framework » kf5-qt5 FreeBSDQt5.15 - Build # 647 - Fixed!

2021-10-18 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Plasma/job/plasma-framework/job/kf5-qt5%20FreeBSDQt5.15/647/
 Project:
kf5-qt5 FreeBSDQt5.15
 Date of build:
Mon, 18 Oct 2021 19:11:24 +
 Build duration:
2 min 38 sec and counting
   JUnit Tests
  Name: projectroot Failed: 0 test(s), Passed: 11 test(s), Skipped: 0 test(s), Total: 11 test(s)

KDE CI: Plasma » plasma-framework » kf5-qt5 FreeBSDQt5.15 - Build # 646 - Still Failing!

2021-10-18 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Plasma/job/plasma-framework/job/kf5-qt5%20FreeBSDQt5.15/646/
 Project:
kf5-qt5 FreeBSDQt5.15
 Date of build:
Mon, 18 Oct 2021 11:25:57 +
 Build duration:
2 min 30 sec and counting
   CONSOLE OUTPUT
  [...truncated 914 lines...][2021-10-18T11:28:22.563Z] :162:1: note: expanded from here[2021-10-18T11:28:22.563Z] KSERVICE_DEPRECATED_VERSION_5[2021-10-18T11:28:22.563Z] ^[2021-10-18T11:28:22.563Z] /usr/home/jenkins/install-prefix/include/KF5/KService/kservice_export.h:380:57: note: expanded from macro 'KSERVICE_DEPRECATED_VERSION_5'[2021-10-18T11:28:22.563Z] #define KSERVICE_DEPRECATED_VERSION_5(minor, text)  KSERVICE_DEPRECATED_VERSION_5_##minor(text)[2021-10-18T11:28:22.563Z] ^[2021-10-18T11:28:22.563Z] :163:1: note: expanded from here[2021-10-18T11:28:22.563Z] KSERVICE_DEPRECATED_VERSION_5_87[2021-10-18T11:28:22.563Z] ^[2021-10-18T11:28:22.563Z] /usr/home/jenkins/install-prefix/include/KF5/KService/kservice_export.h:376:50: note: expanded from macro 'KSERVICE_DEPRECATED_VERSION_5_87'[2021-10-18T11:28:22.563Z] #  define KSERVICE_DEPRECATED_VERSION_5_87(text) KSERVICE_DECL_DEPRECATED_TEXT(text)[2021-10-18T11:28:22.563Z]  ^[2021-10-18T11:28:22.563Z] /usr/home/jenkins/install-prefix/include/KF5/KService/kservice_export.h:220:61: note: expanded from macro 'KSERVICE_DECL_DEPRECATED_TEXT'[2021-10-18T11:28:22.563Z] #define KSERVICE_DECL_DEPRECATED_TEXT(text) __attribute__ ((__deprecated__(text)))[2021-10-18T11:28:22.563Z] ^[2021-10-18T11:28:23.166Z] [ 68%] Building CXX object src/plasma/CMakeFiles/KF5Plasma.dir/dataengineconsumer.cpp.o[2021-10-18T11:28:23.451Z] [ 68%] Linking CXX shared library ../../../bin/libplatformcomponentsplugin.so[2021-10-18T11:28:23.732Z] [ 68%] Built target platformcomponentsplugin[2021-10-18T11:28:23.732Z] [ 68%] Building CXX object src/plasma/CMakeFiles/KF5Plasma.dir/service.cpp.o[2021-10-18T11:28:24.002Z] [ 68%] Building CXX object src/plasma/CMakeFiles/KF5Plasma.dir/servicejob.cpp.o[2021-10-18T11:28:24.329Z] [ 68%] Building CXX object src/plasma/CMakeFiles/KF5Plasma.dir/private/datacontainer_p.cpp.o[2021-10-18T11:28:24.329Z] /usr/home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 FreeBSDQt5.15/src/plasma/private/applet_p.cpp:184:105: error: no viable conversion from 'QStringList' to 'const QString'[2021-10-18T11:28:24.329Z] const QStringList provides = q->pluginMetaData().value(QStringLiteral("X-Plasma-Provides"), QStringList());[2021-10-18T11:28:24.329Z] ^[2021-10-18T11:28:24.329Z] /usr/local/include/qt5/QtCore/qstring.h:265:5: note: candidate constructor not viable: no known conversion from 'QStringList' to 'QChar' for 1st argument[2021-10-18T11:28:24.329Z] QString(QChar c);[2021-10-18T11:28:24.329Z] ^[2021-10-18T11:28:24.329Z] /usr/local/include/qt5/QtCore/qstring.h:273:12: note: candidate constructor not viable: no known conversion from 'QStringList' to 'QString &&' for 1st argument[2021-10-18T11:28:24.329Z] inline QString(QString && other) noexcept : d(other.d) { other.d = Data::sharedNull(); }[2021-10-18T11:28:24.329Z]^[2021-10-18T11:28:24.329Z] /usr/local/include/qt5/QtCore/qstring.h:967:29: note: candidate constructor not viable: no known conversion from 'QStringList' to 'QStringDataPtr' for 1st argument[2021-10-18T11:28:24.329Z] Q_DECL_CONSTEXPR inline QString(QStringDataPtr dd) : d(dd.ptr) {}[2021-10-18T11:28:24.329Z] ^[2021-10-18T11:28:24.329Z] /usr/local/include/qt5/QtCore/qstring.h:973:5: note: candidate constructor not viable: no known conversion from 'QStringList' to 'const char *' for 1st argument[2021-10-18T11:28:24.329Z] QString(const char *ch);[2021-10-18T11:28:24.329Z] ^[2021-10-18T11:28:24.329Z] /usr/local/include/qt5/QtCore/qstring.h:974:5: note: candidate constructor not viable: no known conversion from 'QStringList' to 'const QByteArray &' for 1st argument[2021-10-18T11:28:24.329Z] QString(const QByteArray );[2021-10-18T11:28:24.329Z] ^[2021-10-18T11:28:24.329Z] /usr/local/include/qt5/QtCore/qstring.h:1067:17: note: candidate constructor not viable: no known conversion from 'QStringList' to 'QLatin1String' for 1st argument[2021-10-18T11:28:24.329Z] inline QString::QString(QLatin1String aLatin1) : d(fromLatin1_helper(aLatin1.latin1(), aLatin1.size()))[2021-10-18T11:28:24.329Z] ^[2021-10-18T11:28:24.329Z] /usr/local/include/qt5/QtCore/qstring.h:1093:17: note: candidate constructor not viable: no known conversion from 'QStringList' to 'const QString &' for 1st argument[2021-10-18T11:28:24.329Z] inline QString::QString(const QString ) noexcept 

KDE CI: Plasma » plasma-framework » kf5-qt5 SUSEQt5.15 - Build # 656 - Still Failing!

2021-10-18 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Plasma/job/plasma-framework/job/kf5-qt5%20SUSEQt5.15/656/
 Project:
kf5-qt5 SUSEQt5.15
 Date of build:
Mon, 18 Oct 2021 11:26:02 +
 Build duration:
1 min 1 sec and counting
   CONSOLE OUTPUT
  [...truncated 640 lines...][2021-10-18T11:26:57.966Z] ./package/[2021-10-18T11:26:57.966Z] ./package/contents/[2021-10-18T11:26:57.966Z] ./package/contents/images/[2021-10-18T11:26:57.966Z] ./package/contents/images/pairs.svgz[2021-10-18T11:26:57.966Z] ./package/contents/ui/[2021-10-18T11:26:57.966Z] ./package/contents/ui/main.qml[2021-10-18T11:26:57.966Z] ./package/metadata.desktop[2021-10-18T11:26:57.966Z] ./qml-plasmoid.kdevtemplate[2021-10-18T11:26:57.966Z] ./qml-plasmoid.png[2021-10-18T11:26:57.966Z] [ 36%] Built target qml-plasmoid[2021-10-18T11:26:57.966Z] [ 36%] Generating libplasma-theme-global.h, libplasma-theme-global.cpp[2021-10-18T11:26:57.966Z] [ 36%] Building CXX object src/plasma/CMakeFiles/KF5Plasma.dir/KF5Plasma_autogen/mocs_compilation.cpp.o[2021-10-18T11:26:59.880Z] [ 36%] Building CXX object src/plasma/CMakeFiles/KF5Plasma.dir/plasma.cpp.o[2021-10-18T11:27:01.812Z] [ 36%] Building CXX object src/plasma/CMakeFiles/KF5Plasma.dir/pluginloader.cpp.o[2021-10-18T11:27:03.714Z] /home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 SUSEQt5.15/src/plasma/pluginloader.cpp: In lambda function:[2021-10-18T11:27:03.714Z] /home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 SUSEQt5.15/src/plasma/pluginloader.cpp:535:67: error: cannot convert ���QStringList��� to ���const QString&���[2021-10-18T11:27:03.714Z]   535 | return md.value(QStringLiteral("X-Plasma-DropMimeTypes"), QStringList()).contains(mimeType);[2021-10-18T11:27:03.714Z]   |   ^[2021-10-18T11:27:03.714Z]   |   |[2021-10-18T11:27:03.714Z]   |   QStringList[2021-10-18T11:27:03.714Z] In file included from /home/jenkins/install-prefix/include/KF5/KCoreAddons/kpluginfactory.h:15,[2021-10-18T11:27:03.714Z]  from /home/jenkins/install-prefix/include/KF5/KCoreAddons/KPluginFactory:1,[2021-10-18T11:27:03.714Z]  from /home/jenkins/install-prefix/include/KF5/KService/kservice.h:13,[2021-10-18T11:27:03.714Z]  from /home/jenkins/install-prefix/include/KF5/KService/kplugininfo.h:17,[2021-10-18T11:27:03.714Z]  from /home/jenkins/install-prefix/include/KF5/KService/KPluginInfo:1,[2021-10-18T11:27:03.714Z]  from /home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 SUSEQt5.15/src/plasma/pluginloader.h:10,[2021-10-18T11:27:03.714Z]  from /home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 SUSEQt5.15/src/plasma/pluginloader.cpp:7:[2021-10-18T11:27:03.714Z] /home/jenkins/install-prefix/include/KF5/KCoreAddons/kpluginmetadata.h:443:54: note:   initializing argument 2 of ���QString KPluginMetaData::value(const QString&, const QString&) const���[2021-10-18T11:27:03.714Z]   443 | QString value(const QString , const QString  = QString()) const;[2021-10-18T11:27:03.714Z]   |   ~~~^~~~[2021-10-18T11:27:03.714Z] /home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 SUSEQt5.15/src/plasma/pluginloader.cpp: In lambda function:[2021-10-18T11:27:03.714Z] /home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 SUSEQt5.15/src/plasma/pluginloader.cpp:557:70: error: cannot convert ���QStringList��� to ���const QString&���[2021-10-18T11:27:03.714Z]   557 | && !md.value(QStringLiteral("X-Plasma-DropUrlPatterns"), QStringList()).isEmpty();[2021-10-18T11:27:03.714Z]   |  ^[2021-10-18T11:27:03.714Z]   |  |[2021-10-18T11:27:03.714Z]   |  QStringList[2021-10-18T11:27:03.714Z] In file included from /home/jenkins/install-prefix/include/KF5/KCoreAddons/kpluginfactory.h:15,[2021-10-18T11:27:03.714Z]  from /home/jenkins/install-prefix/include/KF5/KCoreAddons/KPluginFactory:1,[2021-10-18T11:27:03.714Z]  from /home/jenkins/install-prefix/include/KF5/KService/kservice.h:13,[2021-10-18T11:27:03.714Z]  from /home/jenkins/install-prefix/include/KF5/KService/kplugininfo.h:17,[2021-10-18T11:27:03.714Z]  from /home/jenkins/install-prefix/include/KF5/KService/KPluginInfo:1,[2021-10-18T11:27:03.714Z]      from /home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 SUSEQt5.15/src/plasma/pluginloader.h:10,[2021-10-18T11:27:03.714Z]      from /ho

KDE CI: Plasma » plasma-framework » kf5-qt5 SUSEQt5.15 - Build # 655 - Still Failing!

2021-10-18 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Plasma/job/plasma-framework/job/kf5-qt5%20SUSEQt5.15/655/
 Project:
kf5-qt5 SUSEQt5.15
 Date of build:
Mon, 18 Oct 2021 11:25:02 +
 Build duration:
59 sec and counting
   CONSOLE OUTPUT
  [...truncated 640 lines...][2021-10-18T11:25:57.246Z] ./package/[2021-10-18T11:25:57.246Z] ./package/contents/[2021-10-18T11:25:57.246Z] ./package/contents/images/[2021-10-18T11:25:57.246Z] ./package/contents/images/pairs.svgz[2021-10-18T11:25:57.246Z] ./package/contents/ui/[2021-10-18T11:25:57.246Z] ./package/contents/ui/main.qml[2021-10-18T11:25:57.246Z] ./package/metadata.desktop[2021-10-18T11:25:57.246Z] ./qml-plasmoid.kdevtemplate[2021-10-18T11:25:57.246Z] ./qml-plasmoid.png[2021-10-18T11:25:57.246Z] [ 36%] Built target qml-plasmoid[2021-10-18T11:25:57.246Z] [ 36%] Generating libplasma-theme-global.h, libplasma-theme-global.cpp[2021-10-18T11:25:57.504Z] [ 36%] Building CXX object src/plasma/CMakeFiles/KF5Plasma.dir/KF5Plasma_autogen/mocs_compilation.cpp.o[2021-10-18T11:25:59.398Z] [ 36%] Building CXX object src/plasma/CMakeFiles/KF5Plasma.dir/plasma.cpp.o[2021-10-18T11:26:00.767Z] [ 36%] Building CXX object src/plasma/CMakeFiles/KF5Plasma.dir/pluginloader.cpp.o[2021-10-18T11:26:02.135Z] /home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 SUSEQt5.15/src/plasma/pluginloader.cpp: In lambda function:[2021-10-18T11:26:02.135Z] /home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 SUSEQt5.15/src/plasma/pluginloader.cpp:535:67: error: cannot convert ���QStringList��� to ���const QString&���[2021-10-18T11:26:02.135Z]   535 | return md.value(QStringLiteral("X-Plasma-DropMimeTypes"), QStringList()).contains(mimeType);[2021-10-18T11:26:02.135Z]   |   ^[2021-10-18T11:26:02.135Z]   |   |[2021-10-18T11:26:02.135Z]   |   QStringList[2021-10-18T11:26:02.135Z] In file included from /home/jenkins/install-prefix/include/KF5/KCoreAddons/kpluginfactory.h:15,[2021-10-18T11:26:02.135Z]  from /home/jenkins/install-prefix/include/KF5/KCoreAddons/KPluginFactory:1,[2021-10-18T11:26:02.135Z]  from /home/jenkins/install-prefix/include/KF5/KService/kservice.h:13,[2021-10-18T11:26:02.135Z]  from /home/jenkins/install-prefix/include/KF5/KService/kplugininfo.h:17,[2021-10-18T11:26:02.135Z]  from /home/jenkins/install-prefix/include/KF5/KService/KPluginInfo:1,[2021-10-18T11:26:02.135Z]  from /home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 SUSEQt5.15/src/plasma/pluginloader.h:10,[2021-10-18T11:26:02.135Z]  from /home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 SUSEQt5.15/src/plasma/pluginloader.cpp:7:[2021-10-18T11:26:02.135Z] /home/jenkins/install-prefix/include/KF5/KCoreAddons/kpluginmetadata.h:443:54: note:   initializing argument 2 of ���QString KPluginMetaData::value(const QString&, const QString&) const���[2021-10-18T11:26:02.135Z]   443 | QString value(const QString , const QString  = QString()) const;[2021-10-18T11:26:02.135Z]   |   ~~~^~~~[2021-10-18T11:26:02.135Z] /home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 SUSEQt5.15/src/plasma/pluginloader.cpp: In lambda function:[2021-10-18T11:26:02.135Z] /home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 SUSEQt5.15/src/plasma/pluginloader.cpp:557:70: error: cannot convert ���QStringList��� to ���const QString&���[2021-10-18T11:26:02.135Z]   557 | && !md.value(QStringLiteral("X-Plasma-DropUrlPatterns"), QStringList()).isEmpty();[2021-10-18T11:26:02.135Z]   |  ^[2021-10-18T11:26:02.135Z]   |  |[2021-10-18T11:26:02.135Z]   |  QStringList[2021-10-18T11:26:02.135Z] In file included from /home/jenkins/install-prefix/include/KF5/KCoreAddons/kpluginfactory.h:15,[2021-10-18T11:26:02.135Z]  from /home/jenkins/install-prefix/include/KF5/KCoreAddons/KPluginFactory:1,[2021-10-18T11:26:02.135Z]  from /home/jenkins/install-prefix/include/KF5/KService/kservice.h:13,[2021-10-18T11:26:02.135Z]  from /home/jenkins/install-prefix/include/KF5/KService/kplugininfo.h:17,[2021-10-18T11:26:02.135Z]  from /home/jenkins/install-prefix/include/KF5/KService/KPluginInfo:1,[2021-10-18T11:26:02.135Z]      from /home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 SUSEQt5.15/src/plasma/pluginloader.h:10,[2021-10-18T11:26:02.135Z]      from /home/jenki

KDE CI: Plasma » plasma-framework » kf5-qt5 FreeBSDQt5.15 - Build # 645 - Still Failing!

2021-10-18 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Plasma/job/plasma-framework/job/kf5-qt5%20FreeBSDQt5.15/645/
 Project:
kf5-qt5 FreeBSDQt5.15
 Date of build:
Mon, 18 Oct 2021 11:25:02 +
 Build duration:
51 sec and counting
   CONSOLE OUTPUT
  [...truncated 911 lines...][2021-10-18T11:25:48.914Z] ^[2021-10-18T11:25:48.914Z] :162:1: note: expanded from here[2021-10-18T11:25:48.914Z] KSERVICE_DEPRECATED_VERSION_5[2021-10-18T11:25:48.914Z] ^[2021-10-18T11:25:48.914Z] /usr/home/jenkins/install-prefix/include/KF5/KService/kservice_export.h:380:57: note: expanded from macro 'KSERVICE_DEPRECATED_VERSION_5'[2021-10-18T11:25:48.914Z] #define KSERVICE_DEPRECATED_VERSION_5(minor, text)  KSERVICE_DEPRECATED_VERSION_5_##minor(text)[2021-10-18T11:25:48.914Z] ^[2021-10-18T11:25:48.914Z] :163:1: note: expanded from here[2021-10-18T11:25:48.914Z] KSERVICE_DEPRECATED_VERSION_5_87[2021-10-18T11:25:48.914Z] ^[2021-10-18T11:25:48.914Z] /usr/home/jenkins/install-prefix/include/KF5/KService/kservice_export.h:376:50: note: expanded from macro 'KSERVICE_DEPRECATED_VERSION_5_87'[2021-10-18T11:25:48.914Z] #  define KSERVICE_DEPRECATED_VERSION_5_87(text) KSERVICE_DECL_DEPRECATED_TEXT(text)[2021-10-18T11:25:48.914Z]  ^[2021-10-18T11:25:48.914Z] /usr/home/jenkins/install-prefix/include/KF5/KService/kservice_export.h:220:61: note: expanded from macro 'KSERVICE_DECL_DEPRECATED_TEXT'[2021-10-18T11:25:48.914Z] #define KSERVICE_DECL_DEPRECATED_TEXT(text) __attribute__ ((__deprecated__(text)))[2021-10-18T11:25:48.914Z] ^[2021-10-18T11:25:48.915Z] [ 68%] Linking CXX shared library ../../../bin/libcalendarplugin.so[2021-10-18T11:25:49.562Z] [ 68%] Built target calendarplugin[2021-10-18T11:25:49.562Z] [ 68%] Building CXX object src/plasma/CMakeFiles/KF5Plasma.dir/dataengineconsumer.cpp.o[2021-10-18T11:25:51.014Z] [ 68%] Building CXX object src/plasma/CMakeFiles/KF5Plasma.dir/service.cpp.o[2021-10-18T11:25:51.014Z] [ 68%] Building CXX object src/plasma/CMakeFiles/KF5Plasma.dir/servicejob.cpp.o[2021-10-18T11:25:51.284Z] /usr/home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 FreeBSDQt5.15/src/plasma/private/applet_p.cpp:184:105: error: no viable conversion from 'QStringList' to 'const QString'[2021-10-18T11:25:51.284Z] const QStringList provides = q->pluginMetaData().value(QStringLiteral("X-Plasma-Provides"), QStringList());[2021-10-18T11:25:51.284Z] ^[2021-10-18T11:25:51.284Z] /usr/local/include/qt5/QtCore/qstring.h:265:5: note: candidate constructor not viable: no known conversion from 'QStringList' to 'QChar' for 1st argument[2021-10-18T11:25:51.284Z] QString(QChar c);[2021-10-18T11:25:51.284Z] ^[2021-10-18T11:25:51.284Z] /usr/local/include/qt5/QtCore/qstring.h:273:12: note: candidate constructor not viable: no known conversion from 'QStringList' to 'QString &&' for 1st argument[2021-10-18T11:25:51.284Z] inline QString(QString && other) noexcept : d(other.d) { other.d = Data::sharedNull(); }[2021-10-18T11:25:51.284Z]^[2021-10-18T11:25:51.284Z] /usr/local/include/qt5/QtCore/qstring.h:967:29: note: candidate constructor not viable: no known conversion from 'QStringList' to 'QStringDataPtr' for 1st argument[2021-10-18T11:25:51.284Z] Q_DECL_CONSTEXPR inline QString(QStringDataPtr dd) : d(dd.ptr) {}[2021-10-18T11:25:51.284Z] ^[2021-10-18T11:25:51.284Z] /usr/local/include/qt5/QtCore/qstring.h:973:5: note: candidate constructor not viable: no known conversion from 'QStringList' to 'const char *' for 1st argument[2021-10-18T11:25:51.284Z] QString(const char *ch);[2021-10-18T11:25:51.284Z] ^[2021-10-18T11:25:51.284Z] /usr/local/include/qt5/QtCore/qstring.h:974:5: note: candidate constructor not viable: no known conversion from 'QStringList' to 'const QByteArray &' for 1st argument[2021-10-18T11:25:51.284Z] QString(const QByteArray );[2021-10-18T11:25:51.284Z] ^[2021-10-18T11:25:51.284Z] /usr/local/include/qt5/QtCore/qstring.h:1067:17: note: candidate constructor not viable: no known conversion from 'QStringList' to 'QLatin1String' for 1st argument[2021-10-18T11:25:51.284Z] inline QString::QString(QLatin1String aLatin1) : d(fromLatin1_helper(aLatin1.latin1(), aLatin1.size()))[2021-10-18T11:25:51.284Z] ^[2021-10-18T11:25:51.284Z] /usr/local/include/qt5/QtCore/qstring.h:1093:17: note: candidate constructor not viable: no known conversion from 'QStringList' to 'const QString &' for 1st argument[2021-10-18T11:25:51.284Z] inline QString::QString(const QString ) noexcept : d(other.d)[2021-10-18T11:25:51.284Z] ^[2021-10-18T

Re: KDE CI: Plasma » plasma-framework » kf5-qt5 FreeBSDQt5.15 - Build # 644 - Still Failing!

2021-10-18 Thread Aleix Pol
Does anyone know why we are having this problem all of a sudden? I cannot
reproduce on my system.
Plasma Workspace is failing the same:
https://build.kde.org/job/Plasma/job/plasma-workspace/job/kf5-qt5%20SUSEQt5.15/1800/

Aleix

On Mon, Oct 18, 2021 at 1:18 PM CI System  wrote:

> *BUILD FAILURE*
> Build URL
> https://build.kde.org/job/Plasma/job/plasma-framework/job/kf5-qt5%20FreeBSDQt5.15/644/
> Project: kf5-qt5 FreeBSDQt5.15
> Date of build: Mon, 18 Oct 2021 11:15:42 +
> Build duration: 2 min 2 sec and counting
> * CONSOLE OUTPUT *
> [...truncated 914 lines...]
> [2021-10-18T11:17:43.057Z] :162:1: note: expanded from here
> [2021-10-18T11:17:43.057Z] KSERVICE_DEPRECATED_VERSION_5
> [2021-10-18T11:17:43.057Z] ^
> [2021-10-18T11:17:43.057Z]
> /usr/home/jenkins/install-prefix/include/KF5/KService/kservice_export.h:380:57:
> note: expanded from macro 'KSERVICE_DEPRECATED_VERSION_5'
> [2021-10-18T11:17:43.057Z] #define KSERVICE_DEPRECATED_VERSION_5(minor,
> text) KSERVICE_DEPRECATED_VERSION_5_##minor(text)
> [2021-10-18T11:17:43.057Z] ^
> [2021-10-18T11:17:43.057Z] :163:1: note: expanded from here
> [2021-10-18T11:17:43.057Z] KSERVICE_DEPRECATED_VERSION_5_87
> [2021-10-18T11:17:43.057Z] ^
> [2021-10-18T11:17:43.057Z]
> /usr/home/jenkins/install-prefix/include/KF5/KService/kservice_export.h:376:50:
> note: expanded from macro 'KSERVICE_DEPRECATED_VERSION_5_87'
> [2021-10-18T11:17:43.057Z] # define KSERVICE_DEPRECATED_VERSION_5_87(text)
> KSERVICE_DECL_DEPRECATED_TEXT(text)
> [2021-10-18T11:17:43.057Z] ^
> [2021-10-18T11:17:43.057Z]
> /usr/home/jenkins/install-prefix/include/KF5/KService/kservice_export.h:220:61:
> note: expanded from macro 'KSERVICE_DECL_DEPRECATED_TEXT'
> [2021-10-18T11:17:43.057Z] #define KSERVICE_DECL_DEPRECATED_TEXT(text)
> __attribute__ ((__deprecated__(text)))
> [2021-10-18T11:17:43.057Z] ^
> [2021-10-18T11:17:43.622Z] [ 68%] Linking CXX shared library
> ../../../bin/libplatformcomponentsplugin.so
> [2021-10-18T11:17:43.622Z] [ 68%] Building CXX object
> src/plasma/CMakeFiles/KF5Plasma.dir/dataengineconsumer.cpp.o
> [2021-10-18T11:17:43.622Z] [ 68%] Built target platformcomponentsplugin
> [2021-10-18T11:17:43.622Z] [ 68%] Building CXX object
> src/plasma/CMakeFiles/KF5Plasma.dir/service.cpp.o
> [2021-10-18T11:17:43.890Z]
> /usr/home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5
> FreeBSDQt5.15/src/plasma/private/applet_p.cpp:184:105: error: no viable
> conversion from 'QStringList' to 'const QString'
> [2021-10-18T11:17:43.890Z] const QStringList provides =
> q->pluginMetaData().value(QStringLiteral("X-Plasma-Provides"),
> QStringList());
> [2021-10-18T11:17:43.890Z] ^
> [2021-10-18T11:17:43.890Z] /usr/local/include/qt5/QtCore/qstring.h:265:5:
> note: candidate constructor not viable: no known conversion from
> 'QStringList' to 'QChar' for 1st argument
> [2021-10-18T11:17:43.890Z] QString(QChar c);
> [2021-10-18T11:17:43.890Z] ^
> [2021-10-18T11:17:43.890Z] /usr/local/include/qt5/QtCore/qstring.h:273:12:
> note: candidate constructor not viable: no known conversion from
> 'QStringList' to 'QString &&' for 1st argument
> [2021-10-18T11:17:43.890Z] inline QString(QString && other) noexcept :
> d(other.d) { other.d = Data::sharedNull(); }
> [2021-10-18T11:17:43.890Z] ^
> [2021-10-18T11:17:43.890Z] /usr/local/include/qt5/QtCore/qstring.h:967:29:
> note: candidate constructor not viable: no known conversion from
> 'QStringList' to 'QStringDataPtr' for 1st argument
> [2021-10-18T11:17:43.890Z] Q_DECL_CONSTEXPR inline QString(QStringDataPtr
> dd) : d(dd.ptr) {}
> [2021-10-18T11:17:43.890Z] ^
> [2021-10-18T11:17:43.890Z] /usr/local/include/qt5/QtCore/qstring.h:973:5:
> note: candidate constructor not viable: no known conversion from
> 'QStringList' to 'const char *' for 1st argument
> [2021-10-18T11:17:43.890Z] QString(const char *ch);
> [2021-10-18T11:17:43.890Z] ^
> [2021-10-18T11:17:43.890Z] /usr/local/include/qt5/QtCore/qstring.h:974:5:
> note: candidate constructor not viable: no known conversion from
> 'QStringList' to 'const QByteArray &' for 1st argument
> [2021-10-18T11:17:43.890Z] QString(const QByteArray );
> [2021-10-18T11:17:43.890Z] ^
> [2021-10-18T11:17:43.890Z]
> /usr/local/include/qt5/QtCore/qstring.h:1067:17: note: candidate
> constructor not viable: no known conversion from 'QStringList' to
> 'QLatin1String' for 1st argument
> [2021-10-18T11:17:43.890Z] inline QString::QString(QLatin1String aLatin1)
> : d(fromLatin1_helper(aLatin1.latin1(), aLatin1.size()))
> [2021-10-18T11:17:43.890Z] ^
> [2021-10-18T11:17:43.890Z]
> /usr/local/include/qt5/QtCore/qstring.h:1093:17: note: candidate
> constructor not viable: no known conversion from 'QStringList' to 'const
> QString 

KDE CI: Plasma » plasma-framework » kf5-qt5 FreeBSDQt5.15 - Build # 644 - Still Failing!

2021-10-18 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Plasma/job/plasma-framework/job/kf5-qt5%20FreeBSDQt5.15/644/
 Project:
kf5-qt5 FreeBSDQt5.15
 Date of build:
Mon, 18 Oct 2021 11:15:42 +
 Build duration:
2 min 2 sec and counting
   CONSOLE OUTPUT
  [...truncated 914 lines...][2021-10-18T11:17:43.057Z] :162:1: note: expanded from here[2021-10-18T11:17:43.057Z] KSERVICE_DEPRECATED_VERSION_5[2021-10-18T11:17:43.057Z] ^[2021-10-18T11:17:43.057Z] /usr/home/jenkins/install-prefix/include/KF5/KService/kservice_export.h:380:57: note: expanded from macro 'KSERVICE_DEPRECATED_VERSION_5'[2021-10-18T11:17:43.057Z] #define KSERVICE_DEPRECATED_VERSION_5(minor, text)  KSERVICE_DEPRECATED_VERSION_5_##minor(text)[2021-10-18T11:17:43.057Z] ^[2021-10-18T11:17:43.057Z] :163:1: note: expanded from here[2021-10-18T11:17:43.057Z] KSERVICE_DEPRECATED_VERSION_5_87[2021-10-18T11:17:43.057Z] ^[2021-10-18T11:17:43.057Z] /usr/home/jenkins/install-prefix/include/KF5/KService/kservice_export.h:376:50: note: expanded from macro 'KSERVICE_DEPRECATED_VERSION_5_87'[2021-10-18T11:17:43.057Z] #  define KSERVICE_DEPRECATED_VERSION_5_87(text) KSERVICE_DECL_DEPRECATED_TEXT(text)[2021-10-18T11:17:43.057Z]  ^[2021-10-18T11:17:43.057Z] /usr/home/jenkins/install-prefix/include/KF5/KService/kservice_export.h:220:61: note: expanded from macro 'KSERVICE_DECL_DEPRECATED_TEXT'[2021-10-18T11:17:43.057Z] #define KSERVICE_DECL_DEPRECATED_TEXT(text) __attribute__ ((__deprecated__(text)))[2021-10-18T11:17:43.057Z] ^[2021-10-18T11:17:43.622Z] [ 68%] Linking CXX shared library ../../../bin/libplatformcomponentsplugin.so[2021-10-18T11:17:43.622Z] [ 68%] Building CXX object src/plasma/CMakeFiles/KF5Plasma.dir/dataengineconsumer.cpp.o[2021-10-18T11:17:43.622Z] [ 68%] Built target platformcomponentsplugin[2021-10-18T11:17:43.622Z] [ 68%] Building CXX object src/plasma/CMakeFiles/KF5Plasma.dir/service.cpp.o[2021-10-18T11:17:43.890Z] /usr/home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 FreeBSDQt5.15/src/plasma/private/applet_p.cpp:184:105: error: no viable conversion from 'QStringList' to 'const QString'[2021-10-18T11:17:43.890Z] const QStringList provides = q->pluginMetaData().value(QStringLiteral("X-Plasma-Provides"), QStringList());[2021-10-18T11:17:43.890Z] ^[2021-10-18T11:17:43.890Z] /usr/local/include/qt5/QtCore/qstring.h:265:5: note: candidate constructor not viable: no known conversion from 'QStringList' to 'QChar' for 1st argument[2021-10-18T11:17:43.890Z] QString(QChar c);[2021-10-18T11:17:43.890Z] ^[2021-10-18T11:17:43.890Z] /usr/local/include/qt5/QtCore/qstring.h:273:12: note: candidate constructor not viable: no known conversion from 'QStringList' to 'QString &&' for 1st argument[2021-10-18T11:17:43.890Z] inline QString(QString && other) noexcept : d(other.d) { other.d = Data::sharedNull(); }[2021-10-18T11:17:43.890Z]^[2021-10-18T11:17:43.890Z] /usr/local/include/qt5/QtCore/qstring.h:967:29: note: candidate constructor not viable: no known conversion from 'QStringList' to 'QStringDataPtr' for 1st argument[2021-10-18T11:17:43.890Z] Q_DECL_CONSTEXPR inline QString(QStringDataPtr dd) : d(dd.ptr) {}[2021-10-18T11:17:43.890Z] ^[2021-10-18T11:17:43.890Z] /usr/local/include/qt5/QtCore/qstring.h:973:5: note: candidate constructor not viable: no known conversion from 'QStringList' to 'const char *' for 1st argument[2021-10-18T11:17:43.890Z] QString(const char *ch);[2021-10-18T11:17:43.890Z] ^[2021-10-18T11:17:43.890Z] /usr/local/include/qt5/QtCore/qstring.h:974:5: note: candidate constructor not viable: no known conversion from 'QStringList' to 'const QByteArray &' for 1st argument[2021-10-18T11:17:43.890Z] QString(const QByteArray );[2021-10-18T11:17:43.890Z] ^[2021-10-18T11:17:43.890Z] /usr/local/include/qt5/QtCore/qstring.h:1067:17: note: candidate constructor not viable: no known conversion from 'QStringList' to 'QLatin1String' for 1st argument[2021-10-18T11:17:43.890Z] inline QString::QString(QLatin1String aLatin1) : d(fromLatin1_helper(aLatin1.latin1(), aLatin1.size()))[2021-10-18T11:17:43.890Z] ^[2021-10-18T11:17:43.890Z] /usr/local/include/qt5/QtCore/qstring.h:1093:17: note: candidate constructor not viable: no known conversion from 'QStringList' to 'const QString &' for 1st argument[2021-10-18T11:17:43.890Z] inline QString::QString(const QString ) noexcept : d(other.d)[2021-10-18T11:17:43.890Z] ^[2021-10-18T11:17:43.890Z] /usr/local/include/qt5/QtCore/qstring.h:264:14: note: explicit constructor is not a candidate[2021-10-18T11:17:43.890Z] explicit QString(const QC

KDE CI: Plasma » plasma-framework » kf5-qt5 SUSEQt5.15 - Build # 654 - Still Failing!

2021-10-18 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Plasma/job/plasma-framework/job/kf5-qt5%20SUSEQt5.15/654/
 Project:
kf5-qt5 SUSEQt5.15
 Date of build:
Mon, 18 Oct 2021 11:15:44 +
 Build duration:
1 min 2 sec and counting
   CONSOLE OUTPUT
  [...truncated 643 lines...][2021-10-18T11:16:41.294Z] ./package/[2021-10-18T11:16:41.294Z] ./package/contents/[2021-10-18T11:16:41.294Z] ./package/contents/images/[2021-10-18T11:16:41.294Z] ./package/contents/images/pairs.svgz[2021-10-18T11:16:41.294Z] ./package/contents/ui/[2021-10-18T11:16:41.294Z] ./package/contents/ui/main.qml[2021-10-18T11:16:41.294Z] ./package/metadata.desktop[2021-10-18T11:16:41.294Z] ./qml-plasmoid.kdevtemplate[2021-10-18T11:16:41.294Z] ./qml-plasmoid.png[2021-10-18T11:16:41.294Z] [ 36%] Built target qml-plasmoid[2021-10-18T11:16:41.294Z] [ 36%] Generating libplasma-theme-global.h, libplasma-theme-global.cpp[2021-10-18T11:16:41.552Z] [ 36%] Building CXX object src/plasma/CMakeFiles/KF5Plasma.dir/KF5Plasma_autogen/mocs_compilation.cpp.o[2021-10-18T11:16:43.461Z] [ 36%] Building CXX object src/plasma/CMakeFiles/KF5Plasma.dir/plasma.cpp.o[2021-10-18T11:16:45.372Z] [ 36%] Building CXX object src/plasma/CMakeFiles/KF5Plasma.dir/pluginloader.cpp.o[2021-10-18T11:16:47.273Z] /home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 SUSEQt5.15/src/plasma/pluginloader.cpp: In lambda function:[2021-10-18T11:16:47.273Z] /home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 SUSEQt5.15/src/plasma/pluginloader.cpp:535:67: error: cannot convert ���QStringList��� to ���const QString&���[2021-10-18T11:16:47.273Z]   535 | return md.value(QStringLiteral("X-Plasma-DropMimeTypes"), QStringList()).contains(mimeType);[2021-10-18T11:16:47.273Z]   |   ^[2021-10-18T11:16:47.273Z]   |   |[2021-10-18T11:16:47.273Z]   |   QStringList[2021-10-18T11:16:47.273Z] In file included from /home/jenkins/install-prefix/include/KF5/KCoreAddons/kpluginfactory.h:15,[2021-10-18T11:16:47.273Z]  from /home/jenkins/install-prefix/include/KF5/KCoreAddons/KPluginFactory:1,[2021-10-18T11:16:47.273Z]  from /home/jenkins/install-prefix/include/KF5/KService/kservice.h:13,[2021-10-18T11:16:47.273Z]  from /home/jenkins/install-prefix/include/KF5/KService/kplugininfo.h:17,[2021-10-18T11:16:47.273Z]  from /home/jenkins/install-prefix/include/KF5/KService/KPluginInfo:1,[2021-10-18T11:16:47.273Z]  from /home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 SUSEQt5.15/src/plasma/pluginloader.h:10,[2021-10-18T11:16:47.273Z]  from /home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 SUSEQt5.15/src/plasma/pluginloader.cpp:7:[2021-10-18T11:16:47.273Z] /home/jenkins/install-prefix/include/KF5/KCoreAddons/kpluginmetadata.h:443:54: note:   initializing argument 2 of ���QString KPluginMetaData::value(const QString&, const QString&) const���[2021-10-18T11:16:47.273Z]   443 | QString value(const QString , const QString  = QString()) const;[2021-10-18T11:16:47.274Z]   |   ~~~^~~~[2021-10-18T11:16:47.274Z] /home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 SUSEQt5.15/src/plasma/pluginloader.cpp: In lambda function:[2021-10-18T11:16:47.274Z] /home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 SUSEQt5.15/src/plasma/pluginloader.cpp:557:70: error: cannot convert ���QStringList��� to ���const QString&���[2021-10-18T11:16:47.274Z]   557 | && !md.value(QStringLiteral("X-Plasma-DropUrlPatterns"), QStringList()).isEmpty();[2021-10-18T11:16:47.274Z]   |  ^[2021-10-18T11:16:47.274Z]   |  |[2021-10-18T11:16:47.274Z]   |  QStringList[2021-10-18T11:16:47.274Z] In file included from /home/jenkins/install-prefix/include/KF5/KCoreAddons/kpluginfactory.h:15,[2021-10-18T11:16:47.274Z]  from /home/jenkins/install-prefix/include/KF5/KCoreAddons/KPluginFactory:1,[2021-10-18T11:16:47.274Z]  from /home/jenkins/install-prefix/include/KF5/KService/kservice.h:13,[2021-10-18T11:16:47.274Z]  from /home/jenkins/install-prefix/include/KF5/KService/kplugininfo.h:17,[2021-10-18T11:16:47.274Z]  from /home/jenkins/install-prefix/include/KF5/KService/KPluginInfo:1,[2021-10-18T11:16:47.274Z]      from /home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 SUSEQt5.15/src/plasma/pluginloader.h:10,[2021-10-18T11:16:47.274Z]      from /ho

KDE CI: Plasma » plasma-framework » kf5-qt5 SUSEQt5.15 - Build # 653 - Still Failing!

2021-10-18 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Plasma/job/plasma-framework/job/kf5-qt5%20SUSEQt5.15/653/
 Project:
kf5-qt5 SUSEQt5.15
 Date of build:
Mon, 18 Oct 2021 11:14:39 +
 Build duration:
1 min 4 sec and counting
   CONSOLE OUTPUT
  [...truncated 640 lines...][2021-10-18T11:15:39.281Z] ./package/[2021-10-18T11:15:39.281Z] ./package/contents/[2021-10-18T11:15:39.281Z] ./package/contents/images/[2021-10-18T11:15:39.281Z] ./package/contents/images/pairs.svgz[2021-10-18T11:15:39.281Z] ./package/contents/ui/[2021-10-18T11:15:39.281Z] ./package/contents/ui/main.qml[2021-10-18T11:15:39.281Z] ./package/metadata.desktop[2021-10-18T11:15:39.281Z] ./qml-plasmoid.kdevtemplate[2021-10-18T11:15:39.281Z] ./qml-plasmoid.png[2021-10-18T11:15:39.281Z] [ 36%] Built target qml-plasmoid[2021-10-18T11:15:39.281Z] [ 36%] Generating libplasma-theme-global.h, libplasma-theme-global.cpp[2021-10-18T11:15:39.552Z] [ 36%] Building CXX object src/plasma/CMakeFiles/KF5Plasma.dir/KF5Plasma_autogen/mocs_compilation.cpp.o[2021-10-18T11:15:41.462Z] [ 36%] Building CXX object src/plasma/CMakeFiles/KF5Plasma.dir/plasma.cpp.o[2021-10-18T11:15:42.827Z] [ 36%] Building CXX object src/plasma/CMakeFiles/KF5Plasma.dir/pluginloader.cpp.o[2021-10-18T11:15:44.199Z] /home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 SUSEQt5.15/src/plasma/pluginloader.cpp: In lambda function:[2021-10-18T11:15:44.199Z] /home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 SUSEQt5.15/src/plasma/pluginloader.cpp:535:67: error: cannot convert ���QStringList��� to ���const QString&���[2021-10-18T11:15:44.199Z]   535 | return md.value(QStringLiteral("X-Plasma-DropMimeTypes"), QStringList()).contains(mimeType);[2021-10-18T11:15:44.199Z]   |   ^[2021-10-18T11:15:44.199Z]   |   |[2021-10-18T11:15:44.199Z]   |   QStringList[2021-10-18T11:15:44.199Z] In file included from /home/jenkins/install-prefix/include/KF5/KCoreAddons/kpluginfactory.h:15,[2021-10-18T11:15:44.199Z]  from /home/jenkins/install-prefix/include/KF5/KCoreAddons/KPluginFactory:1,[2021-10-18T11:15:44.199Z]  from /home/jenkins/install-prefix/include/KF5/KService/kservice.h:13,[2021-10-18T11:15:44.199Z]  from /home/jenkins/install-prefix/include/KF5/KService/kplugininfo.h:17,[2021-10-18T11:15:44.199Z]  from /home/jenkins/install-prefix/include/KF5/KService/KPluginInfo:1,[2021-10-18T11:15:44.199Z]  from /home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 SUSEQt5.15/src/plasma/pluginloader.h:10,[2021-10-18T11:15:44.199Z]  from /home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 SUSEQt5.15/src/plasma/pluginloader.cpp:7:[2021-10-18T11:15:44.199Z] /home/jenkins/install-prefix/include/KF5/KCoreAddons/kpluginmetadata.h:443:54: note:   initializing argument 2 of ���QString KPluginMetaData::value(const QString&, const QString&) const���[2021-10-18T11:15:44.199Z]   443 | QString value(const QString , const QString  = QString()) const;[2021-10-18T11:15:44.199Z]   |   ~~~^~~~[2021-10-18T11:15:44.199Z] /home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 SUSEQt5.15/src/plasma/pluginloader.cpp: In lambda function:[2021-10-18T11:15:44.199Z] /home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 SUSEQt5.15/src/plasma/pluginloader.cpp:557:70: error: cannot convert ���QStringList��� to ���const QString&���[2021-10-18T11:15:44.199Z]   557 | && !md.value(QStringLiteral("X-Plasma-DropUrlPatterns"), QStringList()).isEmpty();[2021-10-18T11:15:44.199Z]   |  ^[2021-10-18T11:15:44.199Z]   |  |[2021-10-18T11:15:44.199Z]   |  QStringList[2021-10-18T11:15:44.200Z] In file included from /home/jenkins/install-prefix/include/KF5/KCoreAddons/kpluginfactory.h:15,[2021-10-18T11:15:44.200Z]  from /home/jenkins/install-prefix/include/KF5/KCoreAddons/KPluginFactory:1,[2021-10-18T11:15:44.200Z]  from /home/jenkins/install-prefix/include/KF5/KService/kservice.h:13,[2021-10-18T11:15:44.200Z]  from /home/jenkins/install-prefix/include/KF5/KService/kplugininfo.h:17,[2021-10-18T11:15:44.200Z]  from /home/jenkins/install-prefix/include/KF5/KService/KPluginInfo:1,[2021-10-18T11:15:44.200Z]      from /home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 SUSEQt5.15/src/plasma/pluginloader.h:10,[2021-10-18T11:15:44.200Z]      from /ho

KDE CI: Plasma » plasma-framework » kf5-qt5 FreeBSDQt5.15 - Build # 643 - Still Failing!

2021-10-18 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Plasma/job/plasma-framework/job/kf5-qt5%20FreeBSDQt5.15/643/
 Project:
kf5-qt5 FreeBSDQt5.15
 Date of build:
Mon, 18 Oct 2021 11:14:39 +
 Build duration:
56 sec and counting
   CONSOLE OUTPUT
  [...truncated 913 lines...][2021-10-18T11:15:30.410Z] ^[2021-10-18T11:15:30.410Z] :162:1: note: expanded from here[2021-10-18T11:15:30.410Z] KSERVICE_DEPRECATED_VERSION_5[2021-10-18T11:15:30.410Z] ^[2021-10-18T11:15:30.410Z] /usr/home/jenkins/install-prefix/include/KF5/KService/kservice_export.h:380:57: note: expanded from macro 'KSERVICE_DEPRECATED_VERSION_5'[2021-10-18T11:15:30.410Z] #define KSERVICE_DEPRECATED_VERSION_5(minor, text)  KSERVICE_DEPRECATED_VERSION_5_##minor(text)[2021-10-18T11:15:30.410Z] ^[2021-10-18T11:15:30.410Z] :163:1: note: expanded from here[2021-10-18T11:15:30.410Z] KSERVICE_DEPRECATED_VERSION_5_87[2021-10-18T11:15:30.410Z] ^[2021-10-18T11:15:30.410Z] /usr/home/jenkins/install-prefix/include/KF5/KService/kservice_export.h:376:50: note: expanded from macro 'KSERVICE_DEPRECATED_VERSION_5_87'[2021-10-18T11:15:30.410Z] #  define KSERVICE_DEPRECATED_VERSION_5_87(text) KSERVICE_DECL_DEPRECATED_TEXT(text)[2021-10-18T11:15:30.410Z]  ^[2021-10-18T11:15:30.410Z] /usr/home/jenkins/install-prefix/include/KF5/KService/kservice_export.h:220:61: note: expanded from macro 'KSERVICE_DECL_DEPRECATED_TEXT'[2021-10-18T11:15:30.410Z] #define KSERVICE_DECL_DEPRECATED_TEXT(text) __attribute__ ((__deprecated__(text)))[2021-10-18T11:15:30.410Z] ^[2021-10-18T11:15:32.386Z] [ 68%] Building CXX object src/plasma/CMakeFiles/KF5Plasma.dir/dataengineconsumer.cpp.o[2021-10-18T11:15:32.386Z] [ 68%] Linking CXX shared library ../../../bin/libplatformcomponentsplugin.so[2021-10-18T11:15:32.682Z] [ 68%] Built target platformcomponentsplugin[2021-10-18T11:15:32.683Z] [ 68%] Building CXX object src/plasma/CMakeFiles/KF5Plasma.dir/service.cpp.o[2021-10-18T11:15:32.969Z] [ 68%] Building CXX object src/plasma/CMakeFiles/KF5Plasma.dir/servicejob.cpp.o[2021-10-18T11:15:32.969Z] 1 warning and 4 errors generated.[2021-10-18T11:15:33.259Z] gmake[2]: *** [src/plasma/CMakeFiles/KF5Plasma.dir/build.make:113: src/plasma/CMakeFiles/KF5Plasma.dir/pluginloader.cpp.o] Error 1[2021-10-18T11:15:33.259Z] gmake[2]: *** Waiting for unfinished jobs[2021-10-18T11:15:33.259Z] /usr/home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 FreeBSDQt5.15/src/plasma/private/applet_p.cpp:184:105: error: no viable conversion from 'QStringList' to 'const QString'[2021-10-18T11:15:33.259Z] const QStringList provides = q->pluginMetaData().value(QStringLiteral("X-Plasma-Provides"), QStringList());[2021-10-18T11:15:33.259Z] ^[2021-10-18T11:15:33.259Z] /usr/local/include/qt5/QtCore/qstring.h:265:5: note: candidate constructor not viable: no known conversion from 'QStringList' to 'QChar' for 1st argument[2021-10-18T11:15:33.259Z] QString(QChar c);[2021-10-18T11:15:33.259Z] ^[2021-10-18T11:15:33.259Z] /usr/local/include/qt5/QtCore/qstring.h:273:12: note: candidate constructor not viable: no known conversion from 'QStringList' to 'QString &&' for 1st argument[2021-10-18T11:15:33.259Z] inline QString(QString && other) noexcept : d(other.d) { other.d = Data::sharedNull(); }[2021-10-18T11:15:33.259Z]^[2021-10-18T11:15:33.259Z] /usr/local/include/qt5/QtCore/qstring.h:967:29: note: candidate constructor not viable: no known conversion from 'QStringList' to 'QStringDataPtr' for 1st argument[2021-10-18T11:15:33.259Z] Q_DECL_CONSTEXPR inline QString(QStringDataPtr dd) : d(dd.ptr) {}[2021-10-18T11:15:33.259Z] ^[2021-10-18T11:15:33.259Z] /usr/local/include/qt5/QtCore/qstring.h:973:5: note: candidate constructor not viable: no known conversion from 'QStringList' to 'const char *' for 1st argument[2021-10-18T11:15:33.259Z] QString(const char *ch);[2021-10-18T11:15:33.259Z] ^[2021-10-18T11:15:33.259Z] /usr/local/include/qt5/QtCore/qstring.h:974:5: note: candidate constructor not viable: no known conversion from 'QStringList' to 'const QByteArray &' for 1st argument[2021-10-18T11:15:33.259Z] QString(const QByteArray );[2021-10-18T11:15:33.259Z] ^[2021-10-18T11:15:33.259Z] /usr/local/include/qt5/QtCore/qstring.h:1067:17: note: candidate constructor not viable: no known conversion from 'QStringList' to 'QLatin1String' for 1st argument[2021-10-18T11:15:33.259Z] inline QString::QString(QLatin1String aLatin1) : d(fromLatin1_helper(aLatin1.latin1(), aLatin1.size()))[2021-10-18T11:15:33.259Z] ^[2021-10-18T11:15:33.259Z] /usr/l

KDE CI: Plasma » plasma-framework » kf5-qt5 FreeBSDQt5.15 - Build # 642 - Failure!

2021-10-17 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Plasma/job/plasma-framework/job/kf5-qt5%20FreeBSDQt5.15/642/
 Project:
kf5-qt5 FreeBSDQt5.15
 Date of build:
Mon, 18 Oct 2021 04:24:57 +
 Build duration:
53 sec and counting
   CONSOLE OUTPUT
  [...truncated 911 lines...][2021-10-18T04:25:47.111Z] ^[2021-10-18T04:25:47.111Z] :162:1: note: expanded from here[2021-10-18T04:25:47.111Z] KSERVICE_DEPRECATED_VERSION_5[2021-10-18T04:25:47.111Z] ^[2021-10-18T04:25:47.111Z] /usr/home/jenkins/install-prefix/include/KF5/KService/kservice_export.h:380:57: note: expanded from macro 'KSERVICE_DEPRECATED_VERSION_5'[2021-10-18T04:25:47.111Z] #define KSERVICE_DEPRECATED_VERSION_5(minor, text)  KSERVICE_DEPRECATED_VERSION_5_##minor(text)[2021-10-18T04:25:47.111Z] ^[2021-10-18T04:25:47.111Z] :163:1: note: expanded from here[2021-10-18T04:25:47.111Z] KSERVICE_DEPRECATED_VERSION_5_87[2021-10-18T04:25:47.111Z] ^[2021-10-18T04:25:47.111Z] /usr/home/jenkins/install-prefix/include/KF5/KService/kservice_export.h:376:50: note: expanded from macro 'KSERVICE_DEPRECATED_VERSION_5_87'[2021-10-18T04:25:47.111Z] #  define KSERVICE_DEPRECATED_VERSION_5_87(text) KSERVICE_DECL_DEPRECATED_TEXT(text)[2021-10-18T04:25:47.111Z]  ^[2021-10-18T04:25:47.111Z] /usr/home/jenkins/install-prefix/include/KF5/KService/kservice_export.h:220:61: note: expanded from macro 'KSERVICE_DECL_DEPRECATED_TEXT'[2021-10-18T04:25:47.111Z] #define KSERVICE_DECL_DEPRECATED_TEXT(text) __attribute__ ((__deprecated__(text)))[2021-10-18T04:25:47.111Z] ^[2021-10-18T04:25:47.376Z] [ 67%] Linking CXX shared library ../../../bin/libplatformcomponentsplugin.so[2021-10-18T04:25:47.650Z] [ 68%] Building CXX object src/plasma/CMakeFiles/KF5Plasma.dir/dataengine.cpp.o[2021-10-18T04:25:47.966Z] [ 68%] Built target platformcomponentsplugin[2021-10-18T04:25:47.966Z] [ 68%] Building CXX object src/plasma/CMakeFiles/KF5Plasma.dir/dataengineconsumer.cpp.o[2021-10-18T04:25:48.258Z] [ 68%] Building CXX object src/plasma/CMakeFiles/KF5Plasma.dir/service.cpp.o[2021-10-18T04:25:48.883Z] /usr/home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 FreeBSDQt5.15/src/plasma/private/applet_p.cpp:184:105: error: no viable conversion from 'QStringList' to 'const QString'[2021-10-18T04:25:48.883Z] const QStringList provides = q->pluginMetaData().value(QStringLiteral("X-Plasma-Provides"), QStringList());[2021-10-18T04:25:48.883Z] ^[2021-10-18T04:25:48.883Z] /usr/local/include/qt5/QtCore/qstring.h:265:5: note: candidate constructor not viable: no known conversion from 'QStringList' to 'QChar' for 1st argument[2021-10-18T04:25:48.883Z] QString(QChar c);[2021-10-18T04:25:48.883Z] ^[2021-10-18T04:25:48.883Z] /usr/local/include/qt5/QtCore/qstring.h:273:12: note: candidate constructor not viable: no known conversion from 'QStringList' to 'QString &&' for 1st argument[2021-10-18T04:25:48.883Z] inline QString(QString && other) noexcept : d(other.d) { other.d = Data::sharedNull(); }[2021-10-18T04:25:48.883Z]^[2021-10-18T04:25:48.883Z] /usr/local/include/qt5/QtCore/qstring.h:967:29: note: candidate constructor not viable: no known conversion from 'QStringList' to 'QStringDataPtr' for 1st argument[2021-10-18T04:25:48.883Z] Q_DECL_CONSTEXPR inline QString(QStringDataPtr dd) : d(dd.ptr) {}[2021-10-18T04:25:48.883Z] ^[2021-10-18T04:25:48.883Z] /usr/local/include/qt5/QtCore/qstring.h:973:5: note: candidate constructor not viable: no known conversion from 'QStringList' to 'const char *' for 1st argument[2021-10-18T04:25:48.883Z] QString(const char *ch);[2021-10-18T04:25:48.883Z] ^[2021-10-18T04:25:48.883Z] /usr/local/include/qt5/QtCore/qstring.h:974:5: note: candidate constructor not viable: no known conversion from 'QStringList' to 'const QByteArray &' for 1st argument[2021-10-18T04:25:48.883Z] QString(const QByteArray );[2021-10-18T04:25:48.883Z] ^[2021-10-18T04:25:48.883Z] /usr/local/include/qt5/QtCore/qstring.h:1067:17: note: candidate constructor not viable: no known conversion from 'QStringList' to 'QLatin1String' for 1st argument[2021-10-18T04:25:48.883Z] inline QString::QString(QLatin1String aLatin1) : d(fromLatin1_helper(aLatin1.latin1(), aLatin1.size()))[2021-10-18T04:25:48.883Z] ^[2021-10-18T04:25:48.883Z] /usr/local/include/qt5/QtCore/qstring.h:1093:17: note: candidate constructor not viable: no known conversion from 'QStringList' to 'const QString &' for 1st argument[2021-10-18T04:25:48.883Z] inline QString::QString(const QString ) noexcept : d(other.d)[2021-10-18T04:25:48.883Z]

KDE CI: Plasma » plasma-framework » kf5-qt5 SUSEQt5.15 - Build # 652 - Failure!

2021-10-17 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Plasma/job/plasma-framework/job/kf5-qt5%20SUSEQt5.15/652/
 Project:
kf5-qt5 SUSEQt5.15
 Date of build:
Mon, 18 Oct 2021 04:24:57 +
 Build duration:
49 sec and counting
   CONSOLE OUTPUT
  [...truncated 797 lines...][2021-10-18T04:25:42.050Z] [ 65%] Building CXX object src/declarativeimports/calendar/CMakeFiles/calendarplugin.dir/daysmodel.cpp.o[2021-10-18T04:25:42.050Z] [ 65%] Building CXX object src/declarativeimports/calendar/CMakeFiles/calendarplugin.dir/eventdatadecorator.cpp.o[2021-10-18T04:25:42.309Z] [ 65%] Linking CXX shared module ../../../bin/KirigamiPlasmaStyle.so[2021-10-18T04:25:42.919Z] [ 65%] Linking CXX executable ../../bin/plasmapkg2[2021-10-18T04:25:42.919Z] /home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 SUSEQt5.15/src/plasma/pluginloader.cpp: In lambda function:[2021-10-18T04:25:42.919Z] /home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 SUSEQt5.15/src/plasma/pluginloader.cpp:535:67: error: cannot convert ���QStringList��� to ���const QString&���[2021-10-18T04:25:42.919Z]   535 | return md.value(QStringLiteral("X-Plasma-DropMimeTypes"), QStringList()).contains(mimeType);[2021-10-18T04:25:42.919Z]   |   ^[2021-10-18T04:25:42.919Z]   |   |[2021-10-18T04:25:42.919Z]   |   QStringList[2021-10-18T04:25:42.919Z] In file included from /home/jenkins/install-prefix/include/KF5/KCoreAddons/kpluginfactory.h:15,[2021-10-18T04:25:42.919Z]  from /home/jenkins/install-prefix/include/KF5/KCoreAddons/KPluginFactory:1,[2021-10-18T04:25:42.919Z]  from /home/jenkins/install-prefix/include/KF5/KService/kservice.h:13,[2021-10-18T04:25:42.919Z]  from /home/jenkins/install-prefix/include/KF5/KService/kplugininfo.h:17,[2021-10-18T04:25:42.919Z]  from /home/jenkins/install-prefix/include/KF5/KService/KPluginInfo:1,[2021-10-18T04:25:42.919Z]  from /home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 SUSEQt5.15/src/plasma/pluginloader.h:10,[2021-10-18T04:25:42.919Z]  from /home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 SUSEQt5.15/src/plasma/pluginloader.cpp:7:[2021-10-18T04:25:42.919Z] /home/jenkins/install-prefix/include/KF5/KCoreAddons/kpluginmetadata.h:443:54: note:   initializing argument 2 of ���QString KPluginMetaData::value(const QString&, const QString&) const���[2021-10-18T04:25:42.919Z]   443 | QString value(const QString , const QString  = QString()) const;[2021-10-18T04:25:42.919Z]   |   ~~~^~~~[2021-10-18T04:25:42.919Z] /home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 SUSEQt5.15/src/plasma/pluginloader.cpp: In lambda function:[2021-10-18T04:25:42.919Z] /home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 SUSEQt5.15/src/plasma/pluginloader.cpp:557:70: error: cannot convert ���QStringList��� to ���const QString&���[2021-10-18T04:25:42.919Z]   557 | && !md.value(QStringLiteral("X-Plasma-DropUrlPatterns"), QStringList()).isEmpty();[2021-10-18T04:25:42.919Z]   |  ^[2021-10-18T04:25:42.919Z]   |  |[2021-10-18T04:25:42.919Z]   |  QStringList[2021-10-18T04:25:42.919Z] In file included from /home/jenkins/install-prefix/include/KF5/KCoreAddons/kpluginfactory.h:15,[2021-10-18T04:25:42.919Z]  from /home/jenkins/install-prefix/include/KF5/KCoreAddons/KPluginFactory:1,[2021-10-18T04:25:42.919Z]  from /home/jenkins/install-prefix/include/KF5/KService/kservice.h:13,[2021-10-18T04:25:42.919Z]  from /home/jenkins/install-prefix/include/KF5/KService/kplugininfo.h:17,[2021-10-18T04:25:42.919Z]  from /home/jenkins/install-prefix/include/KF5/KService/KPluginInfo:1,[2021-10-18T04:25:42.919Z]      from /home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 SUSEQt5.15/src/plasma/pluginloader.h:10,[2021-10-18T04:25:42.919Z]      from /home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 SUSEQt5.15/src/plasma/pluginloader.cpp:7:[2021-10-18T04:25:42.919Z] /home/jenkins/install-prefix/include/KF5/KCoreAddons/kpluginmetadata.h:443:54: note:   initializing argument 2 of ���QString KPluginMetaData::value(const QString&, const QString&) const���[2021-10-18T04:25:42.919Z]   443 | QString value(const QString , const QString  = QString()) const;[2021-10-18T04:25:42.919Z]   |   ~~~^~~~

KDE CI: Plasma » plasma-framework » stable-kf5-qt5 FreeBSDQt5.15 - Build # 588 - Fixed!

2021-08-21 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Plasma/job/plasma-framework/job/stable-kf5-qt5%20FreeBSDQt5.15/588/
 Project:
stable-kf5-qt5 FreeBSDQt5.15
 Date of build:
Sun, 22 Aug 2021 05:11:36 +
 Build duration:
3 min 11 sec and counting
   JUnit Tests
  Name: projectroot Failed: 0 test(s), Passed: 11 test(s), Skipped: 0 test(s), Total: 11 test(s)

KDE CI: Plasma » plasma-framework » stable-kf5-qt5 SUSEQt5.15 - Build # 589 - Fixed!

2021-08-21 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Plasma/job/plasma-framework/job/stable-kf5-qt5%20SUSEQt5.15/589/
 Project:
stable-kf5-qt5 SUSEQt5.15
 Date of build:
Sat, 21 Aug 2021 13:12:55 +
 Build duration:
3 min 27 sec and counting
   BUILD ARTIFACTS
  acc/KF5PlasmaQuick-5.86.0.xml
   JUnit Tests
  Name: (root) Failed: 0 test(s), Passed: 1 test(s), Skipped: 0 test(s), Total: 1 test(s)Name: projectroot Failed: 0 test(s), Passed: 11 test(s), Skipped: 0 test(s), Total: 11 test(s)
   Cobertura Report
  
   Project Coverage Summary
  
   Name
  PackagesFilesClassesLinesConditionalsCobertura Coverage Report50%
(9/18)36%
(44/123)36%
(44/123)36%
(5019/13958)27%
(2430/9138)Coverage Breakdown by Package
Name
   FilesClassesLinesConditionalsautotests92%
(11/12)92%
(11/12)93%
(921/988)49%
(478/983)src.declarativeimports.calendar0%
(0/6)0%
(0/6)0%
(0/526)0%
(0/229)src.declarativeimports.core44%
(7/16)44%
(7/16)35%
(869/2505)27%
(388/1449)src.declarativeimports.kirigamiplasmastyle0%
(0/2)0%
(0/2)0%
(0/25)0%
(0/20)src.declarativeimports.plasmacomponents0%
(0/6)0%
(0/6)0%
(0/531)0%
(0/197)src.declarativeimports.plasmaextracomponents0%
(0/3)0%
(0/3)0%
(0/42)0%
(0/16)src.declarativeimports.platformcomponents0%
(0/3)0%
(0/3)0%
(0/59)0%
(0/14)src.declarativeimports.platformcomponents.utils0%
(0/2)0%
(0/2)0%
(0/15)0%
(0/2)src.plasma40%
(8/20)40%
(8/20)44%
(1678/3833)34%
(902/2657)src.plasma.packagestructure43%
(3/7)43%
(3/7)42%
(55/132)42%
(5/12)src.plasma.private41%
(7/17)41%
(7/17)50%
(889/1765)37%
(353/965)src.plasma.scripting67%
(2/3)67%
(2/3)27%
(50/182)18%
(19/105)src.plasmapkg0%
(0/1)0%
(0/1)0%
(0/45)0%
(0/40)src.plasmaquick31%
(4/13)31%
(4/13)27%
(514/1934)18%
(280/1521)src.plasmaquick.private100%
(1/1)100%
(1/1)78%
(31/40)50%
(5/10)src.scriptengines.qml.plasmoid14%
(1/7)14%
(1/7)1%
(12/1252)0%
(0/906)tests.dpi0%
(0/2)0%
(0/2)0

KDE CI: Plasma » plasma-framework » stable-kf5-qt5 SUSEQt5.15 - Build # 588 - Still Failing!

2021-08-21 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Plasma/job/plasma-framework/job/stable-kf5-qt5%20SUSEQt5.15/588/
 Project:
stable-kf5-qt5 SUSEQt5.15
 Date of build:
Sat, 21 Aug 2021 12:01:29 +
 Build duration:
1 min 38 sec and counting
   CONSOLE OUTPUT
  [...truncated 798 lines...][2021-08-21T12:02:59.833Z] [ 58%] Gzipping air/widgets/plot-background.svgz[2021-08-21T12:02:59.833Z] [ 59%] Gzipping oxygen/icons/konv_message.svgz[2021-08-21T12:02:59.833Z] [ 59%] Gzipping oxygen/icons/konversation.svgz[2021-08-21T12:02:59.833Z] [ 59%] Gzipping oxygen/widgets/viewitem.svgz[2021-08-21T12:02:59.833Z] [ 59%] Gzipping air/widgets/scrollbar.svgz[2021-08-21T12:02:59.833Z] [ 59%] Gzipping oxygen/icons/kopete.svgz[2021-08-21T12:02:59.833Z] [ 59%] Built target oxygen_desktoptheme_graphics_widgets[2021-08-21T12:02:59.833Z] [ 60%] Gzipping air/widgets/scrollwidget.svgz[2021-08-21T12:02:59.833Z] [ 60%] Gzipping oxygen/icons/korgac.svgz[2021-08-21T12:02:59.833Z] [ 60%] Gzipping air/widgets/slider.svgz[2021-08-21T12:02:59.833Z] [ 60%] Building CXX object src/declarativeimports/kirigamiplasmastyle/CMakeFiles/KirigamiPlasmaStyle.dir/KirigamiPlasmaStyle_autogen/mocs_compilation.cpp.o[2021-08-21T12:02:59.833Z] [ 60%] Gzipping oxygen/icons/kpackagekit.svgz[2021-08-21T12:02:59.833Z] [ 60%] Gzipping air/widgets/systemtray.svgz[2021-08-21T12:02:59.833Z] [ 61%] Gzipping oxygen/icons/ktorrent.svgz[2021-08-21T12:02:59.833Z] [ 61%] Gzipping air/widgets/tabbar.svgz[2021-08-21T12:02:59.833Z] [ 61%] Gzipping oxygen/icons/nepomuk.svgz[2021-08-21T12:02:59.833Z] [ 62%] Gzipping air/widgets/tasks.svgz[2021-08-21T12:02:59.833Z] [ 62%] Gzipping oxygen/icons/network.svgz[2021-08-21T12:02:59.833Z] [ 62%] Gzipping air/widgets/toolbar.svgz[2021-08-21T12:02:59.833Z] [ 62%] Gzipping air/widgets/toolbox.svgz[2021-08-21T12:03:00.090Z] [ 62%] Gzipping oxygen/icons/notification.svgz[2021-08-21T12:03:00.090Z] [ 62%] Gzipping air/widgets/tooltip.svgz[2021-08-21T12:03:00.090Z] [ 62%] Gzipping oxygen/icons/preferences.svgz[2021-08-21T12:03:00.090Z] [ 62%] Gzipping air/widgets/translucentbackground.svgz[2021-08-21T12:03:00.090Z] [ 63%] Gzipping oxygen/icons/printer.svgz[2021-08-21T12:03:00.090Z] [ 64%] Gzipping air/widgets/viewitem.svgz[2021-08-21T12:03:00.090Z] [ 64%] Gzipping oxygen/icons/quassel.svgz[2021-08-21T12:03:00.090Z] [ 64%] Built target air_desktoptheme_graphics_widgets[2021-08-21T12:03:00.090Z] [ 64%] Gzipping oxygen/icons/slc.svgz[2021-08-21T12:03:00.090Z] [ 64%] Gzipping oxygen/icons/start.svgz[2021-08-21T12:03:00.090Z] [ 64%] Gzipping oxygen/icons/system.svgz[2021-08-21T12:03:00.090Z] [ 64%] Building CXX object src/plasmapkg/CMakeFiles/plasmapkg2.dir/plasmapkg2_autogen/mocs_compilation.cpp.o[2021-08-21T12:03:00.091Z] [ 65%] Gzipping oxygen/icons/view.svgz[2021-08-21T12:03:00.091Z] [ 66%] Building CXX object src/plasmapkg/CMakeFiles/plasmapkg2.dir/main.cpp.o[2021-08-21T12:03:00.091Z] [ 66%] Gzipping oxygen/icons/wallet.svgz[2021-08-21T12:03:00.091Z] [ 66%] Built target oxygen_desktoptheme_graphics_icons[2021-08-21T12:03:00.091Z] [ 66%] Building CXX object src/plasma/CMakeFiles/KF5Plasma.dir/datacontainer.cpp.o[2021-08-21T12:03:00.091Z] [ 67%] Building CXX object src/declarativeimports/kirigamiplasmastyle/CMakeFiles/KirigamiPlasmaStyle.dir/plugin.cpp.o[2021-08-21T12:03:00.091Z] [ 67%] Building CXX object src/plasma/CMakeFiles/KF5Plasma.dir/dataengine.cpp.o[2021-08-21T12:03:00.091Z] [ 67%] Building CXX object src/declarativeimports/calendar/CMakeFiles/calendarplugin.dir/calendarplugin_autogen/mocs_compilation.cpp.o[2021-08-21T12:03:00.348Z] [ 67%] Building CXX object src/declarativeimports/calendar/CMakeFiles/calendarplugin.dir/calendarplugin.cpp.o[2021-08-21T12:03:00.605Z] /home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 SUSEQt5.15/src/plasma/private/timetracker.cpp: In constructor ���Plasma::TimeTracker::TimeTracker(QObject*)���:[2021-08-21T12:03:00.605Z] /home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 SUSEQt5.15/src/plasma/private/timetracker.cpp:74:18: warning: value computed is not used [-Wunused-value][2021-08-21T12:03:00.605Z]74 | *s_beginning * 1; // ensure it's initialized[2021-08-21T12:03:00.605Z]   | ~^~~[2021-08-21T12:03:01.171Z] [ 67%] Building CXX object src/declarativeimports/kirigamiplasmastyle/CMakeFiles/KirigamiPlasmaStyle.dir/units.cpp.o[2021-08-21T12:03:01.171Z] [ 67%] Building CXX object src/plasma/CMakeFiles/KF5Plasma.dir/dataengineconsumer.cpp.o[2021-08-21T12:03:01.428Z] [ 67%] Building CXX object src/plasma/CMakeFiles/KF5Plasma.dir/service.cpp.o[2021-08-21T12:03:01.428Z] [ 67%] Linking CXX executable ../../bin/plasmapkg2[2021-08-21T12:03:01.428Z] [ 67%] Building CXX object src/plasma/CMakeFiles/KF5Plasma.dir/servicejob.cpp.o[2021-08-21T12:03:01.685Z] [ 67%] Building CXX object src/plasma/CMakeFiles/KF5Plasma.dir/private/datacontainer_p.cpp.o[2021-08-21T12:03:01.685Z] [ 67%] Built target plasmapkg2[2021-08-21T12:03

KDE CI: Plasma » plasma-framework » stable-kf5-qt5 FreeBSDQt5.15 - Build # 587 - Still Failing!

2021-08-21 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Plasma/job/plasma-framework/job/stable-kf5-qt5%20FreeBSDQt5.15/587/
 Project:
stable-kf5-qt5 FreeBSDQt5.15
 Date of build:
Sat, 21 Aug 2021 12:01:06 +
 Build duration:
52 sec and counting
   CONSOLE OUTPUT
  [...truncated 769 lines...][2021-08-21T12:01:47.500Z] [ 61%] Built target default_desktoptheme_graphics_widgets[2021-08-21T12:01:47.500Z] [ 61%] Building CXX object src/declarativeimports/kirigamiplasmastyle/CMakeFiles/KirigamiPlasmaStyle.dir/units.cpp.o[2021-08-21T12:01:47.500Z] [ 62%] Gzipping default/icons/system.svgz[2021-08-21T12:01:47.500Z] [ 62%] Gzipping default/icons/user.svgz[2021-08-21T12:01:47.500Z] [ 62%] Building CXX object src/declarativeimports/calendar/CMakeFiles/calendarplugin.dir/calendar.cpp.o[2021-08-21T12:01:47.500Z] [ 62%] Building CXX object src/declarativeimports/calendar/CMakeFiles/calendarplugin.dir/calendardata.cpp.o[2021-08-21T12:01:47.804Z] [ 62%] Gzipping default/icons/touchpad.svgz[2021-08-21T12:01:47.804Z] [ 62%] Gzipping default/icons/video-card.svgz[2021-08-21T12:01:47.804Z] [ 62%] Built target platformcomponentsplugin_autogen[2021-08-21T12:01:47.804Z] [ 62%] Gzipping default/icons/video.svgz[2021-08-21T12:01:48.120Z] [ 63%] Gzipping default/icons/view.svgz[2021-08-21T12:01:48.120Z] [ 64%] Building CXX object src/declarativeimports/calendar/CMakeFiles/calendarplugin.dir/daysmodel.cpp.o[2021-08-21T12:01:48.120Z] [ 64%] Building CXX object src/declarativeimports/platformcomponents/CMakeFiles/platformcomponentsplugin.dir/platformcomponentsplugin_autogen/mocs_compilation.cpp.o[2021-08-21T12:01:48.120Z] [ 64%] Gzipping default/icons/vlc.svgz[2021-08-21T12:01:48.440Z] [ 64%] Gzipping default/icons/wallet.svgz[2021-08-21T12:01:48.761Z] [ 64%] Gzipping default/icons/window.svgz[2021-08-21T12:01:48.761Z] [ 64%] Gzipping default/icons/zoom.svgz[2021-08-21T12:01:49.076Z] [ 64%] Built target default_desktoptheme_graphics_icons[2021-08-21T12:01:49.076Z] [ 64%] Building CXX object src/declarativeimports/calendar/CMakeFiles/calendarplugin.dir/eventdatadecorator.cpp.o[2021-08-21T12:01:49.678Z] [ 64%] Built target KF5Plasma_autogen[2021-08-21T12:01:49.678Z] [ 65%] Building CXX object src/declarativeimports/platformcomponents/CMakeFiles/platformcomponentsplugin.dir/platformextensionplugin.cpp.o[2021-08-21T12:01:50.314Z] [ 65%] Linking CXX executable ../../bin/plasmapkg2[2021-08-21T12:01:50.776Z] [ 65%] Built target plasmapkg2[2021-08-21T12:01:50.776Z] [ 65%] Building CXX object src/declarativeimports/calendar/CMakeFiles/calendarplugin.dir/eventpluginsmanager.cpp.o[2021-08-21T12:01:50.776Z] [ 65%] Generating libplasma-theme-global.h, libplasma-theme-global.cpp[2021-08-21T12:01:50.776Z] [ 65%] Building CXX object src/plasma/CMakeFiles/KF5Plasma.dir/KF5Plasma_autogen/mocs_compilation.cpp.o[2021-08-21T12:01:50.776Z] [ 65%] Building CXX object src/declarativeimports/platformcomponents/CMakeFiles/platformcomponentsplugin.dir/application.cpp.o[2021-08-21T12:01:50.776Z] [ 65%] Building CXX object src/declarativeimports/platformcomponents/CMakeFiles/platformcomponentsplugin.dir/icondialog.cpp.o[2021-08-21T12:01:50.776Z] [ 65%] Building CXX object src/plasma/CMakeFiles/KF5Plasma.dir/plasma.cpp.o[2021-08-21T12:01:51.374Z] [ 65%] Building CXX object src/plasma/CMakeFiles/KF5Plasma.dir/pluginloader.cpp.o[2021-08-21T12:01:51.650Z] [ 65%] Linking CXX shared module ../../../bin/KirigamiPlasmaStyle.so[2021-08-21T12:01:51.650Z] [ 66%] Building CXX object src/plasma/CMakeFiles/KF5Plasma.dir/version.cpp.o[2021-08-21T12:01:51.914Z] [ 66%] Built target KirigamiPlasmaStyle[2021-08-21T12:01:51.914Z] [ 66%] Building CXX object src/plasma/CMakeFiles/KF5Plasma.dir/applet.cpp.o[2021-08-21T12:01:51.914Z] [ 66%] Building CXX object src/plasma/CMakeFiles/KF5Plasma.dir/containment.cpp.o[2021-08-21T12:01:51.914Z] [ 66%] Building CXX object src/plasma/CMakeFiles/KF5Plasma.dir/containmentactions.cpp.o[2021-08-21T12:01:52.496Z] /usr/home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 FreeBSDQt5.15/src/declarativeimports/calendar/eventpluginsmanager.cpp:124:37: error: no member named 'findPlugins' in 'KPluginMetaData'[2021-08-21T12:01:52.496Z] auto plugins = KPluginMetaData::findPlugins(QStringLiteral("plasmacalendarplugins"), [](const KPluginMetaData ) {[2021-08-21T12:01:52.496Z]~^[2021-08-21T12:01:52.768Z] 1 error generated.[2021-08-21T12:01:52.768Z] gmake[2]: *** [src/declarativeimports/calendar/CMakeFiles/calendarplugin.dir/build.make:160: src/declarativeimports/calendar/CMakeFiles/calendarplugin.dir/eventpluginsmanager.cpp.o] Error 1[2021-08-21T12:01:52.768Z] gmake[2]: *** Waiting for unfinished jobs[2021-08-21T12:01:52.768Z] [ 66%] Building CXX object src/plasma/CMakeFiles/KF5Plasma.dir/corona.cpp.o[2021-08-21T12:01:53.036Z] [ 67%] Building CXX object src/plasma/CMakeFiles/KF5Plasma.dir/private/applet_p.cpp.o[2021-08-21T12:01:53.037Z] gmake[1]: *** [

KDE CI: Plasma » plasma-framework » stable-kf5-qt5 SUSEQt5.15 - Build # 587 - Failure!

2021-08-21 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Plasma/job/plasma-framework/job/stable-kf5-qt5%20SUSEQt5.15/587/
 Project:
stable-kf5-qt5 SUSEQt5.15
 Date of build:
Sat, 21 Aug 2021 12:00:26 +
 Build duration:
1 min 1 sec and counting
   CONSOLE OUTPUT
  [...truncated 794 lines...][2021-08-21T12:01:15.624Z] [ 59%] Gzipping default/icons/mail.svgz[2021-08-21T12:01:15.624Z] [ 59%] Gzipping default/icons/media.svgz[2021-08-21T12:01:15.624Z] [ 60%] Gzipping default/icons/mobile.svgz[2021-08-21T12:01:15.624Z] [ 60%] Built target KF5Plasma_autogen[2021-08-21T12:01:15.624Z] [ 60%] Gzipping default/icons/nepomuk.svgz[2021-08-21T12:01:15.624Z] [ 60%] Gzipping default/icons/network.svgz[2021-08-21T12:01:15.624Z] [ 61%] Gzipping default/icons/osd.svgz[2021-08-21T12:01:15.624Z] [ 61%] Gzipping default/icons/notification.svgz[2021-08-21T12:01:15.624Z] [ 61%] Gzipping default/icons/phone.svgz[2021-08-21T12:01:15.624Z] [ 61%] Gzipping default/icons/plasmavault.svgz[2021-08-21T12:01:15.624Z] [ 61%] Generating libplasma-theme-global.h, libplasma-theme-global.cpp[2021-08-21T12:01:15.624Z] [ 61%] Building CXX object src/declarativeimports/calendar/CMakeFiles/calendarplugin.dir/calendar.cpp.o[2021-08-21T12:01:15.624Z] [ 61%] Gzipping default/icons/plasmavault_error.svgz[2021-08-21T12:01:15.624Z] [ 61%] Gzipping default/icons/preferences.svgz[2021-08-21T12:01:15.624Z] [ 62%] Gzipping default/icons/printer.svgz[2021-08-21T12:01:15.624Z] [ 62%] Gzipping default/icons/quassel.svgz[2021-08-21T12:01:15.624Z] [ 62%] Gzipping default/icons/slc.svgz[2021-08-21T12:01:15.624Z] [ 62%] Building CXX object src/plasma/CMakeFiles/KF5Plasma.dir/KF5Plasma_autogen/mocs_compilation.cpp.o[2021-08-21T12:01:15.624Z] [ 62%] Gzipping default/icons/software.svgz[2021-08-21T12:01:15.624Z] [ 62%] Gzipping default/icons/start.svgz[2021-08-21T12:01:15.624Z] [ 63%] Gzipping default/icons/system.svgz[2021-08-21T12:01:15.624Z] [ 63%] Gzipping default/icons/touchpad.svgz[2021-08-21T12:01:15.624Z] [ 63%] Gzipping default/icons/user.svgz[2021-08-21T12:01:15.624Z] [ 63%] Gzipping default/icons/video-card.svgz[2021-08-21T12:01:15.624Z] [ 63%] Gzipping default/icons/video.svgz[2021-08-21T12:01:15.624Z] [ 64%] Gzipping default/icons/view.svgz[2021-08-21T12:01:15.624Z] [ 64%] Gzipping default/icons/vlc.svgz[2021-08-21T12:01:15.624Z] [ 64%] Gzipping default/icons/wallet.svgz[2021-08-21T12:01:15.624Z] [ 64%] Gzipping default/icons/window.svgz[2021-08-21T12:01:15.624Z] [ 64%] Building CXX object src/declarativeimports/platformcomponents/CMakeFiles/platformcomponentsplugin.dir/icondialog.cpp.o[2021-08-21T12:01:15.624Z] [ 64%] Gzipping default/icons/zoom.svgz[2021-08-21T12:01:15.624Z] [ 64%] Built target default_desktoptheme_graphics_icons[2021-08-21T12:01:15.624Z] [ 64%] Building CXX object src/declarativeimports/calendar/CMakeFiles/calendarplugin.dir/calendardata.cpp.o[2021-08-21T12:01:15.624Z] [ 64%] Linking CXX executable ../../bin/plasmapkg2[2021-08-21T12:01:15.624Z] [ 64%] Built target plasmapkg2[2021-08-21T12:01:15.624Z] [ 64%] Building CXX object src/plasma/CMakeFiles/KF5Plasma.dir/plasma.cpp.o[2021-08-21T12:01:15.624Z] [ 65%] Building CXX object src/declarativeimports/calendar/CMakeFiles/calendarplugin.dir/daysmodel.cpp.o[2021-08-21T12:01:15.624Z] [ 65%] Building CXX object src/declarativeimports/calendar/CMakeFiles/calendarplugin.dir/eventdatadecorator.cpp.o[2021-08-21T12:01:15.624Z] [ 65%] Building CXX object src/declarativeimports/calendar/CMakeFiles/calendarplugin.dir/eventpluginsmanager.cpp.o[2021-08-21T12:01:15.624Z] [ 65%] Building CXX object src/plasma/CMakeFiles/KF5Plasma.dir/pluginloader.cpp.o[2021-08-21T12:01:15.624Z] [ 65%] Linking CXX shared module ../../../bin/KirigamiPlasmaStyle.so[2021-08-21T12:01:15.884Z] [ 66%] Building CXX object src/plasma/CMakeFiles/KF5Plasma.dir/version.cpp.o[2021-08-21T12:01:15.884Z] [ 66%] Building CXX object src/plasma/CMakeFiles/KF5Plasma.dir/applet.cpp.o[2021-08-21T12:01:16.169Z] [ 66%] Building CXX object src/plasma/CMakeFiles/KF5Plasma.dir/containment.cpp.o[2021-08-21T12:01:16.746Z] [ 66%] Built target KirigamiPlasmaStyle[2021-08-21T12:01:16.746Z] [ 66%] Building CXX object src/plasma/CMakeFiles/KF5Plasma.dir/containmentactions.cpp.o[2021-08-21T12:01:17.016Z] [ 66%] Building CXX object src/plasma/CMakeFiles/KF5Plasma.dir/corona.cpp.o[2021-08-21T12:01:17.016Z] [ 67%] Building CXX object src/plasma/CMakeFiles/KF5Plasma.dir/private/applet_p.cpp.o[2021-08-21T12:01:17.981Z] [ 67%] Building CXX object src/plasma/CMakeFiles/KF5Plasma.dir/private/associatedapplicationmanager.cpp.o[2021-08-21T12:01:17.981Z] [ 67%] Building CXX object src/plasma/CMakeFiles/KF5Plasma.dir/private/containment_p.cpp.o[2021-08-21T12:01:17.981Z] [ 67%] Building CXX object src/plasma/CMakeFiles/KF5Plasma.dir/private/timetracker.cpp.o[2021-08-21T12:01:18.248Z] /home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 SUSEQt5.15/src/declarativeimports/calendar/eventpluginsmanager.cpp: In constructor

KDE CI: Plasma » plasma-framework » stable-kf5-qt5 FreeBSDQt5.15 - Build # 586 - Failure!

2021-08-21 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Plasma/job/plasma-framework/job/stable-kf5-qt5%20FreeBSDQt5.15/586/
 Project:
stable-kf5-qt5 FreeBSDQt5.15
 Date of build:
Sat, 21 Aug 2021 12:00:26 +
 Build duration:
37 sec and counting
   CONSOLE OUTPUT
  [...truncated 769 lines...][2021-08-21T12:00:55.870Z] [ 62%] Gzipping default/widgets/translucentbackground.svgz[2021-08-21T12:00:55.871Z] [ 62%] Gzipping default/icons/slc.svgz[2021-08-21T12:00:55.871Z] [ 62%] Gzipping default/widgets/viewitem.svgz[2021-08-21T12:00:55.871Z] [ 62%] Gzipping default/icons/software.svgz[2021-08-21T12:00:55.871Z] [ 62%] Built target default_desktoptheme_graphics_widgets[2021-08-21T12:00:55.871Z] [ 62%] Gzipping default/icons/start.svgz[2021-08-21T12:00:56.132Z] [ 63%] Gzipping default/icons/system.svgz[2021-08-21T12:00:56.132Z] [ 63%] Building CXX object src/declarativeimports/platformcomponents/CMakeFiles/platformcomponentsplugin.dir/platformcomponentsplugin_autogen/mocs_compilation.cpp.o[2021-08-21T12:00:56.132Z] [ 63%] Gzipping default/icons/touchpad.svgz[2021-08-21T12:00:56.132Z] [ 63%] Gzipping default/icons/user.svgz[2021-08-21T12:00:56.132Z] [ 63%] Gzipping default/icons/video-card.svgz[2021-08-21T12:00:56.132Z] [ 63%] Gzipping default/icons/video.svgz[2021-08-21T12:00:56.132Z] [ 64%] Gzipping default/icons/view.svgz[2021-08-21T12:00:56.132Z] [ 64%] Gzipping default/icons/vlc.svgz[2021-08-21T12:00:56.132Z] [ 64%] Gzipping default/icons/wallet.svgz[2021-08-21T12:00:56.132Z] [ 64%] Gzipping default/icons/window.svgz[2021-08-21T12:00:56.132Z] [ 64%] Gzipping default/icons/zoom.svgz[2021-08-21T12:00:56.132Z] [ 64%] Built target default_desktoptheme_graphics_icons[2021-08-21T12:00:56.132Z] [ 64%] Building CXX object src/declarativeimports/calendar/CMakeFiles/calendarplugin.dir/eventdatadecorator.cpp.o[2021-08-21T12:00:56.132Z] [ 64%] Built target KF5Plasma_autogen[2021-08-21T12:00:56.132Z] [ 65%] Building CXX object src/declarativeimports/platformcomponents/CMakeFiles/platformcomponentsplugin.dir/platformextensionplugin.cpp.o[2021-08-21T12:00:56.391Z] [ 65%] Building CXX object src/declarativeimports/calendar/CMakeFiles/calendarplugin.dir/eventpluginsmanager.cpp.o[2021-08-21T12:00:56.650Z] [ 65%] Generating libplasma-theme-global.h, libplasma-theme-global.cpp[2021-08-21T12:00:56.650Z] [ 65%] Building CXX object src/plasma/CMakeFiles/KF5Plasma.dir/KF5Plasma_autogen/mocs_compilation.cpp.o[2021-08-21T12:00:56.650Z] [ 65%] Linking CXX executable ../../bin/plasmapkg2[2021-08-21T12:00:56.929Z] [ 65%] Built target plasmapkg2[2021-08-21T12:00:56.929Z] [ 65%] Building CXX object src/plasma/CMakeFiles/KF5Plasma.dir/plasma.cpp.o[2021-08-21T12:00:56.929Z] [ 65%] Building CXX object src/plasma/CMakeFiles/KF5Plasma.dir/pluginloader.cpp.o[2021-08-21T12:00:56.929Z] [ 66%] Building CXX object src/plasma/CMakeFiles/KF5Plasma.dir/version.cpp.o[2021-08-21T12:00:56.929Z] [ 66%] Building CXX object src/plasma/CMakeFiles/KF5Plasma.dir/applet.cpp.o[2021-08-21T12:00:57.187Z] [ 66%] Building CXX object src/plasma/CMakeFiles/KF5Plasma.dir/containment.cpp.o[2021-08-21T12:00:57.187Z] [ 66%] Building CXX object src/declarativeimports/platformcomponents/CMakeFiles/platformcomponentsplugin.dir/application.cpp.o[2021-08-21T12:00:57.187Z] [ 66%] Linking CXX shared module ../../../bin/KirigamiPlasmaStyle.so[2021-08-21T12:00:57.453Z] [ 66%] Built target KirigamiPlasmaStyle[2021-08-21T12:00:57.453Z] [ 66%] Building CXX object src/plasma/CMakeFiles/KF5Plasma.dir/containmentactions.cpp.o[2021-08-21T12:00:57.453Z] [ 66%] Building CXX object src/declarativeimports/platformcomponents/CMakeFiles/platformcomponentsplugin.dir/icondialog.cpp.o[2021-08-21T12:00:57.724Z] /usr/home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 FreeBSDQt5.15/src/declarativeimports/calendar/eventpluginsmanager.cpp:124:37: error: no member named 'findPlugins' in 'KPluginMetaData'[2021-08-21T12:00:57.724Z] auto plugins = KPluginMetaData::findPlugins(QStringLiteral("plasmacalendarplugins"), [](const KPluginMetaData ) {[2021-08-21T12:00:57.724Z]~^[2021-08-21T12:00:57.981Z] 1 error generated.[2021-08-21T12:00:57.981Z] gmake[2]: *** [src/declarativeimports/calendar/CMakeFiles/calendarplugin.dir/build.make:160: src/declarativeimports/calendar/CMakeFiles/calendarplugin.dir/eventpluginsmanager.cpp.o] Error 1[2021-08-21T12:00:57.981Z] gmake[2]: *** Waiting for unfinished jobs[2021-08-21T12:00:57.981Z] [ 66%] Building CXX object src/plasma/CMakeFiles/KF5Plasma.dir/corona.cpp.o[2021-08-21T12:00:57.981Z] gmake[1]: *** [CMakeFiles/Makefile2:2046: src/declarativeimports/calendar/CMakeFiles/calendarplugin.dir/all] Error 2[2021-08-21T12:00:57.981Z] gmake[1]: *** Waiting for unfinished jobs[2021-08-21T12:00:57.981Z] [ 67%] Building CXX object src/plasma/CMakeFiles/KF5Plasma.dir/private/applet_p.cpp.o[2021-08-21T12:00:58.246Z] [ 67%] Building CXX object src/plasma/CMakeFiles/KF5Plasma.d

KDE CI: Plasma » plasma-framework » kf5-qt5 SUSEQt5.15 - Build # 576 - Fixed!

2021-08-15 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Plasma/job/plasma-framework/job/kf5-qt5%20SUSEQt5.15/576/
 Project:
kf5-qt5 SUSEQt5.15
 Date of build:
Sun, 15 Aug 2021 09:33:04 +
 Build duration:
3 min 8 sec and counting
   BUILD ARTIFACTS
  acc/KF5PlasmaQuick-5.86.0.xml
   JUnit Tests
  Name: (root) Failed: 0 test(s), Passed: 1 test(s), Skipped: 0 test(s), Total: 1 test(s)Name: projectroot Failed: 0 test(s), Passed: 11 test(s), Skipped: 0 test(s), Total: 11 test(s)
   Cobertura Report
  
   Project Coverage Summary
  
   Name
  PackagesFilesClassesLinesConditionalsCobertura Coverage Report50%
(9/18)36%
(44/123)36%
(44/123)36%
(5031/13965)27%
(2434/9144)Coverage Breakdown by Package
Name
   FilesClassesLinesConditionalsautotests92%
(11/12)92%
(11/12)93%
(921/988)49%
(478/983)src.declarativeimports.calendar0%
(0/6)0%
(0/6)0%
(0/526)0%
(0/229)src.declarativeimports.core44%
(7/16)44%
(7/16)35%
(869/2505)27%
(388/1449)src.declarativeimports.kirigamiplasmastyle0%
(0/2)0%
(0/2)0%
(0/25)0%
(0/20)src.declarativeimports.plasmacomponents0%
(0/6)0%
(0/6)0%
(0/531)0%
(0/197)src.declarativeimports.plasmaextracomponents0%
(0/3)0%
(0/3)0%
(0/42)0%
(0/16)src.declarativeimports.platformcomponents0%
(0/3)0%
(0/3)0%
(0/59)0%
(0/14)src.declarativeimports.platformcomponents.utils0%
(0/2)0%
(0/2)0%
(0/15)0%
(0/2)src.plasma40%
(8/20)40%
(8/20)44%
(1678/3833)34%
(902/2657)src.plasma.packagestructure43%
(3/7)43%
(3/7)42%
(55/132)42%
(5/12)src.plasma.private41%
(7/17)41%
(7/17)51%
(900/1767)37%
(356/965)src.plasma.scripting67%
(2/3)67%
(2/3)27%
(50/182)18%
(19/105)src.plasmapkg0%
(0/1)0%
(0/1)0%
(0/45)0%
(0/40)src.plasmaquick31%
(4/13)31%
(4/13)27%
(515/1939)18%
(281/1527)src.plasmaquick.private100%
(1/1)100%
(1/1)78%
(31/40)50%
(5/10)src.scriptengines.qml.plasmoid14%
(1/7)14%
(1/7)1%
(12/1252)0%
(0/906)tests.dpi0%
(0/2)0%
(0/2)0

KDE CI: Plasma » plasma-framework » stable-kf5-qt5 SUSEQt5.15 - Build # 578 - Fixed!

2021-08-15 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Plasma/job/plasma-framework/job/stable-kf5-qt5%20SUSEQt5.15/578/
 Project:
stable-kf5-qt5 SUSEQt5.15
 Date of build:
Sun, 15 Aug 2021 09:33:04 +
 Build duration:
3 min 6 sec and counting
   BUILD ARTIFACTS
  acc/KF5PlasmaQuick-5.86.0.xml
   JUnit Tests
  Name: (root) Failed: 0 test(s), Passed: 1 test(s), Skipped: 0 test(s), Total: 1 test(s)Name: projectroot Failed: 0 test(s), Passed: 11 test(s), Skipped: 0 test(s), Total: 11 test(s)
   Cobertura Report
  
   Project Coverage Summary
  
   Name
  PackagesFilesClassesLinesConditionalsCobertura Coverage Report50%
(9/18)36%
(44/123)36%
(44/123)36%
(5020/13963)27%
(2431/9144)Coverage Breakdown by Package
Name
   FilesClassesLinesConditionalsautotests92%
(11/12)92%
(11/12)93%
(921/988)49%
(478/983)src.declarativeimports.calendar0%
(0/6)0%
(0/6)0%
(0/526)0%
(0/229)src.declarativeimports.core44%
(7/16)44%
(7/16)35%
(869/2505)27%
(388/1449)src.declarativeimports.kirigamiplasmastyle0%
(0/2)0%
(0/2)0%
(0/25)0%
(0/20)src.declarativeimports.plasmacomponents0%
(0/6)0%
(0/6)0%
(0/531)0%
(0/197)src.declarativeimports.plasmaextracomponents0%
(0/3)0%
(0/3)0%
(0/42)0%
(0/16)src.declarativeimports.platformcomponents0%
(0/3)0%
(0/3)0%
(0/59)0%
(0/14)src.declarativeimports.platformcomponents.utils0%
(0/2)0%
(0/2)0%
(0/15)0%
(0/2)src.plasma40%
(8/20)40%
(8/20)44%
(1678/3833)34%
(902/2657)src.plasma.packagestructure43%
(3/7)43%
(3/7)42%
(55/132)42%
(5/12)src.plasma.private41%
(7/17)41%
(7/17)50%
(889/1765)37%
(353/965)src.plasma.scripting67%
(2/3)67%
(2/3)27%
(50/182)18%
(19/105)src.plasmapkg0%
(0/1)0%
(0/1)0%
(0/45)0%
(0/40)src.plasmaquick31%
(4/13)31%
(4/13)27%
(515/1939)18%
(281/1527)src.plasmaquick.private100%
(1/1)100%
(1/1)78%
(31/40)50%
(5/10)src.scriptengines.qml.plasmoid14%
(1/7)14%
(1/7)1%
(12/1252)0%
(0/906)tests.dpi0%
(0/2)0%
(0/2)0

KDE CI: Plasma » plasma-framework » stable-kf5-qt5 SUSEQt5.15 - Build # 577 - Failure!

2021-08-15 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Plasma/job/plasma-framework/job/stable-kf5-qt5%20SUSEQt5.15/577/
 Project:
stable-kf5-qt5 SUSEQt5.15
 Date of build:
Sun, 15 Aug 2021 09:01:47 +
 Build duration:
26 min and counting
   CONSOLE OUTPUT
  [...truncated 1071 lines...][2021-08-15T09:28:19.345Z]  from /home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 SUSEQt5.15/src/declarativeimports/core/corebindingsplugin.h:13,[2021-08-15T09:28:19.345Z]  from /home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 SUSEQt5.15/src/declarativeimports/core/corebindingsplugin.cpp:10:[2021-08-15T09:28:19.345Z] /usr/include/qt5/QtQml/qqml.h:535:5: note: declared here[2021-08-15T09:28:19.345Z]   535 | int qmlRegisterInterface(const char *uri, int versionMajor)[2021-08-15T09:28:19.345Z]   | ^~~~[2021-08-15T09:28:19.911Z] /home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 SUSEQt5.15/src/declarativeimports/core/fadingnode.cpp:19:60: error: expected template-name before ���<��� token[2021-08-15T09:28:19.911Z]19 | class FadingMaterialShader : public QSGSimpleMaterialShader[2021-08-15T09:28:19.911Z]   |^[2021-08-15T09:28:19.911Z] /home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 SUSEQt5.15/src/declarativeimports/core/fadingnode.cpp:19:60: error: expected ���{��� before ���<��� token[2021-08-15T09:28:19.911Z] /home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 SUSEQt5.15/src/declarativeimports/core/fadingnode.cpp:19:60: error: expected unqualified-id before ���<��� token[2021-08-15T09:28:19.911Z] /home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 SUSEQt5.15/src/declarativeimports/core/fadingnode.cpp:37:44: error: invalid use of incomplete type ���class FadingMaterialShader���[2021-08-15T09:28:19.911Z]37 | FadingMaterialShader::FadingMaterialShader()[2021-08-15T09:28:19.911Z]   |^[2021-08-15T09:28:19.911Z] /home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 SUSEQt5.15/src/declarativeimports/core/fadingnode.cpp:19:7: note: forward declaration of ���class FadingMaterialShader���[2021-08-15T09:28:19.911Z]19 | class FadingMaterialShader : public QSGSimpleMaterialShader[2021-08-15T09:28:19.911Z]   |   ^~~~[2021-08-15T09:28:19.911Z] /home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 SUSEQt5.15/src/declarativeimports/core/fadingnode.cpp:43:54: error: invalid use of incomplete type ���class FadingMaterialShader���[2021-08-15T09:28:19.911Z]43 | QList FadingMaterialShader::attributes() const[2021-08-15T09:28:19.911Z]   |  ^[2021-08-15T09:28:19.911Z] /home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 SUSEQt5.15/src/declarativeimports/core/fadingnode.cpp:19:7: note: forward declaration of ���class FadingMaterialShader���[2021-08-15T09:28:19.911Z]19 | class FadingMaterialShader : public QSGSimpleMaterialShader[2021-08-15T09:28:19.911Z]   |   ^~~~[2021-08-15T09:28:19.911Z] /home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 SUSEQt5.15/src/declarativeimports/core/fadingnode.cpp:48:112: error: invalid use of incomplete type ���class FadingMaterialShader���[2021-08-15T09:28:19.911Z]48 | void FadingMaterialShader::updateState(const FadingMaterialState *newState, const FadingMaterialState *oldState)[2021-08-15T09:28:19.911Z]   |^[2021-08-15T09:28:19.911Z] /home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 SUSEQt5.15/src/declarativeimports/core/fadingnode.cpp:19:7: note: forward declaration of ���class FadingMaterialShader���[2021-08-15T09:28:19.911Z]19 | class FadingMaterialShader : public QSGSimpleMaterialShader[2021-08-15T09:28:19.911Z]   |   ^~~~[2021-08-15T09:28:19.911Z] /home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 SUSEQt5.15/src/declarativeimports/core/fadingnode.cpp:71:39: error: invalid use of incomplete type ���class FadingMaterialShader���[2021-08-15T09:28:19.911Z]71 | void FadingMaterialShader::initialize()[2021-08-15T09:28:19.911Z]   |   ^[2021-08-15T09:28:19.911Z] /home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 SUSEQt5.15/src/declarativeimports/core/fadingnode.cpp:19:7: note: forward declaration of ���class FadingMaterialShader���[2021-08-15T09:28:19.911Z]19 | class FadingMaterialShader : public QSGSimpleMaterialShader[2021-08-15T09:28:19.911Z]   |   ^~~~[2021-08-15T09:28:19.912Z] /home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 SUSEQt5.15/src/declarativeimports/core/fadingnode.cpp: In constructor ���F

KDE CI: Plasma » plasma-framework » kf5-qt5 SUSEQt5.15 - Build # 575 - Failure!

2021-08-15 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Plasma/job/plasma-framework/job/kf5-qt5%20SUSEQt5.15/575/
 Project:
kf5-qt5 SUSEQt5.15
 Date of build:
Sun, 15 Aug 2021 09:01:47 +
 Build duration:
26 min and counting
   CONSOLE OUTPUT
  [...truncated 989 lines...][2021-08-15T09:27:57.189Z] Unknown property type for key "X-EngineName" -> falling back to string[2021-08-15T09:27:57.189Z] Unknown property type for key "X-Plasma-API" -> falling back to string[2021-08-15T09:27:57.189Z] Generated  "/home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 SUSEQt5.15/build/src/scriptengines/qml/plasma-scriptengine-applet-declarative.json"[2021-08-15T09:27:57.189Z] [ 87%] Automatic MOC for target plasma_appletscript_declarative[2021-08-15T09:27:57.444Z] [ 87%] Built target pluginloadertest_autogen[2021-08-15T09:27:57.444Z] [ 87%] Built target dialognativetest_autogen[2021-08-15T09:27:57.444Z] [ 87%] Built target dialogstatetest_autogen[2021-08-15T09:27:57.444Z] [ 87%] Automatic MOC for target iconitemtest[2021-08-15T09:27:57.444Z] [ 87%] Automatic MOC for target configmodeltest[2021-08-15T09:27:57.445Z] [ 88%] Automatic MOC for target dialogqmltest[2021-08-15T09:27:57.445Z] [ 89%] Building CXX object autotests/CMakeFiles/pluginloadertest.dir/pluginloadertest_autogen/mocs_compilation.cpp.o[2021-08-15T09:27:57.701Z] [ 89%] Automatic MOC for target framesvgtest[2021-08-15T09:27:57.701Z] [ 89%] Building CXX object autotests/CMakeFiles/pluginloadertest.dir/pluginloadertest.cpp.o[2021-08-15T09:27:57.701Z] [ 89%] Built target plasma_appletscript_declarative_autogen[2021-08-15T09:27:57.701Z] [ 89%] Built target corebindingsplugin_autogen[2021-08-15T09:27:57.701Z] [ 89%] Building CXX object autotests/CMakeFiles/dialogstatetest.dir/dialogstatetest_autogen/mocs_compilation.cpp.o[2021-08-15T09:27:57.701Z] [ 89%] Building CXX object autotests/CMakeFiles/dialogstatetest.dir/dialogstatetest.cpp.o[2021-08-15T09:27:57.701Z] [ 89%] Building CXX object src/scriptengines/qml/CMakeFiles/plasma_appletscript_declarative.dir/plasmoid/declarativeappletscript.cpp.o[2021-08-15T09:27:57.701Z] [ 90%] Building CXX object src/scriptengines/qml/CMakeFiles/plasma_appletscript_declarative.dir/plasma_appletscript_declarative_autogen/mocs_compilation.cpp.o[2021-08-15T09:27:57.701Z] [ 90%] Built target iconitemtest_autogen[2021-08-15T09:27:57.701Z] [ 90%] Built target configmodeltest_autogen[2021-08-15T09:27:57.701Z] [ 90%] Automatic RCC for shaders.qrc[2021-08-15T09:27:57.957Z] [ 90%] Building CXX object src/scriptengines/qml/CMakeFiles/plasma_appletscript_declarative.dir/plasmoid/dropmenu.cpp.o[2021-08-15T09:27:57.957Z] [ 90%] Building CXX object src/scriptengines/qml/CMakeFiles/plasma_appletscript_declarative.dir/plasmoid/appletinterface.cpp.o[2021-08-15T09:27:57.957Z] [ 90%] Building CXX object autotests/CMakeFiles/dialognativetest.dir/dialognativetest_autogen/mocs_compilation.cpp.o[2021-08-15T09:27:57.957Z] [ 90%] Built target framesvgtest_autogen[2021-08-15T09:27:57.957Z] [ 90%] Built target dialogqmltest_autogen[2021-08-15T09:27:57.957Z] [ 90%] Building CXX object src/scriptengines/qml/CMakeFiles/plasma_appletscript_declarative.dir/plasmoid/containmentinterface.cpp.o[2021-08-15T09:27:57.957Z] [ 91%] Building CXX object src/declarativeimports/core/CMakeFiles/corebindingsplugin.dir/corebindingsplugin_autogen/mocs_compilation.cpp.o[2021-08-15T09:27:57.958Z] [ 92%] Automatic MOC for target themetest[2021-08-15T09:27:58.213Z] [ 92%] Built target themetest_autogen[2021-08-15T09:27:58.213Z] [ 92%] Building CXX object src/declarativeimports/core/CMakeFiles/corebindingsplugin.dir/corebindingsplugin.cpp.o[2021-08-15T09:28:00.110Z] [ 93%] Building CXX object src/scriptengines/qml/CMakeFiles/plasma_appletscript_declarative.dir/plasmoid/wallpaperinterface.cpp.o[2021-08-15T09:28:00.110Z] [ 93%] Building CXX object src/declarativeimports/core/CMakeFiles/corebindingsplugin.dir/colorscope.cpp.o[2021-08-15T09:28:00.674Z] [ 93%] Building CXX object src/declarativeimports/core/CMakeFiles/corebindingsplugin.dir/datamodel.cpp.o[2021-08-15T09:28:00.674Z] [ 94%] Building CXX object src/declarativeimports/core/CMakeFiles/corebindingsplugin.dir/datasource.cpp.o[2021-08-15T09:28:00.674Z] [ 94%] Linking CXX executable ../bin/pluginloadertest[2021-08-15T09:28:00.933Z] [ 94%] Building CXX object src/declarativeimports/core/CMakeFiles/corebindingsplugin.dir/svgitem.cpp.o[2021-08-15T09:28:00.933Z] [ 94%] Linking CXX executable ../bin/dialogstatetest[2021-08-15T09:28:00.933Z] /home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 SUSEQt5.15/src/declarativeimports/core/corebindingsplugin.cpp: In member function ���virtual void CoreBindingsPlugin::registerTypes(const char*)���:[2021-08-15T09:28:00.933Z] /home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 SUSEQt5.15/src/declarativeimports/core/corebindingsplugin.cpp:110:42: error: too few arguments to function ���int qmlRegisterInterface(const c

KDE CI: Plasma » plasma-framework » stable-kf5-qt5 SUSEQt5.15 - Build # 572 - Fixed!

2021-08-12 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Plasma/job/plasma-framework/job/stable-kf5-qt5%20SUSEQt5.15/572/
 Project:
stable-kf5-qt5 SUSEQt5.15
 Date of build:
Thu, 12 Aug 2021 14:55:43 +
 Build duration:
6 min 11 sec and counting
   BUILD ARTIFACTS
  acc/KF5PlasmaQuick-5.85.0.xml
   JUnit Tests
  Name: (root) Failed: 0 test(s), Passed: 1 test(s), Skipped: 0 test(s), Total: 1 test(s)Name: projectroot Failed: 0 test(s), Passed: 11 test(s), Skipped: 0 test(s), Total: 11 test(s)
   Cobertura Report
  
   Project Coverage Summary
  
   Name
  PackagesFilesClassesLinesConditionalsCobertura Coverage Report50%
(9/18)36%
(44/123)36%
(44/123)36%
(5017/13955)27%
(2431/9144)Coverage Breakdown by Package
Name
   FilesClassesLinesConditionalsautotests92%
(11/12)92%
(11/12)93%
(921/987)49%
(478/983)src.declarativeimports.calendar0%
(0/6)0%
(0/6)0%
(0/526)0%
(0/229)src.declarativeimports.core44%
(7/16)44%
(7/16)35%
(866/2498)27%
(388/1449)src.declarativeimports.kirigamiplasmastyle0%
(0/2)0%
(0/2)0%
(0/25)0%
(0/20)src.declarativeimports.plasmacomponents0%
(0/6)0%
(0/6)0%
(0/531)0%
(0/197)src.declarativeimports.plasmaextracomponents0%
(0/3)0%
(0/3)0%
(0/42)0%
(0/16)src.declarativeimports.platformcomponents0%
(0/3)0%
(0/3)0%
(0/59)0%
(0/14)src.declarativeimports.platformcomponents.utils0%
(0/2)0%
(0/2)0%
(0/15)0%
(0/2)src.plasma40%
(8/20)40%
(8/20)44%
(1678/3833)34%
(902/2657)src.plasma.packagestructure43%
(3/7)43%
(3/7)42%
(55/132)42%
(5/12)src.plasma.private41%
(7/17)41%
(7/17)50%
(889/1765)37%
(353/965)src.plasma.scripting67%
(2/3)67%
(2/3)27%
(50/182)18%
(19/105)src.plasmapkg0%
(0/1)0%
(0/1)0%
(0/45)0%
(0/40)src.plasmaquick31%
(4/13)31%
(4/13)27%
(515/1939)18%
(281/1527)src.plasmaquick.private100%
(1/1)100%
(1/1)78%
(31/40)50%
(5/10)src.scriptengines.qml.plasmoid14%
(1/7)14%
(1/7)1%
(12/1252)0%
(0/906)tests.dpi0%
(0/2)0%
(0/2)0

KDE CI: Plasma » plasma-framework » stable-kf5-qt5 FreeBSDQt5.15 - Build # 570 - Fixed!

2021-08-12 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Plasma/job/plasma-framework/job/stable-kf5-qt5%20FreeBSDQt5.15/570/
 Project:
stable-kf5-qt5 FreeBSDQt5.15
 Date of build:
Thu, 12 Aug 2021 14:05:20 +
 Build duration:
4 min 48 sec and counting
   JUnit Tests
  Name: projectroot Failed: 0 test(s), Passed: 11 test(s), Skipped: 0 test(s), Total: 11 test(s)

KDE CI: Plasma » plasma-framework » stable-kf5-qt5 FreeBSDQt5.15 - Build # 569 - Still Failing!

2021-08-12 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Plasma/job/plasma-framework/job/stable-kf5-qt5%20FreeBSDQt5.15/569/
 Project:
stable-kf5-qt5 FreeBSDQt5.15
 Date of build:
Thu, 12 Aug 2021 13:03:45 +
 Build duration:
40 sec and counting
   CONSOLE OUTPUT
  [...truncated 780 lines...][2021-08-12T13:04:11.207Z] [ 64%] Gzipping default/icons/video.svgz[2021-08-12T13:04:11.207Z] [ 65%] Gzipping default/icons/view.svgz[2021-08-12T13:04:11.207Z] [ 65%] Gzipping default/icons/vlc.svgz[2021-08-12T13:04:11.207Z] [ 65%] Gzipping default/icons/wallet.svgz[2021-08-12T13:04:11.207Z] [ 65%] Built target KF5Plasma_autogen[2021-08-12T13:04:11.490Z] [ 65%] Building CXX object src/declarativeimports/kirigamiplasmastyle/CMakeFiles/KirigamiPlasmaStyle.dir/KirigamiPlasmaStyle_autogen/mocs_compilation.cpp.o[2021-08-12T13:04:11.490Z] [ 65%] Gzipping default/icons/window.svgz[2021-08-12T13:04:11.490Z] [ 65%] Gzipping default/icons/zoom.svgz[2021-08-12T13:04:11.490Z] [ 65%] Built target default_desktoptheme_graphics_icons[2021-08-12T13:04:11.490Z] [ 65%] Building CXX object src/declarativeimports/platformcomponents/CMakeFiles/platformcomponentsplugin.dir/application.cpp.o[2021-08-12T13:04:11.762Z] [ 65%] Linking CXX executable ../../bin/plasmapkg2[2021-08-12T13:04:12.037Z] [ 65%] Generating libplasma-theme-global.h, libplasma-theme-global.cpp[2021-08-12T13:04:12.037Z] [ 65%] Built target plasmapkg2[2021-08-12T13:04:12.037Z] [ 65%] Building CXX object src/declarativeimports/platformcomponents/CMakeFiles/platformcomponentsplugin.dir/icondialog.cpp.o[2021-08-12T13:04:12.037Z] [ 65%] Building CXX object src/plasma/CMakeFiles/KF5Plasma.dir/KF5Plasma_autogen/mocs_compilation.cpp.o[2021-08-12T13:04:12.338Z] [ 65%] Building CXX object src/plasma/CMakeFiles/KF5Plasma.dir/plasma.cpp.o[2021-08-12T13:04:12.338Z] [ 65%] Building CXX object src/declarativeimports/kirigamiplasmastyle/CMakeFiles/KirigamiPlasmaStyle.dir/plugin.cpp.o[2021-08-12T13:04:12.606Z] [ 65%] Building CXX object src/plasma/CMakeFiles/KF5Plasma.dir/pluginloader.cpp.o[2021-08-12T13:04:12.606Z] In file included from /usr/home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 FreeBSDQt5.15/build/src/declarativeimports/kirigamiplasmastyle/KirigamiPlasmaStyle_autogen/mocs_compilation.cpp:2:[2021-08-12T13:04:12.606Z] In file included from /usr/home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 FreeBSDQt5.15/build/src/declarativeimports/kirigamiplasmastyle/KirigamiPlasmaStyle_autogen/EWIEGA46WW/moc_units.cpp:10:[2021-08-12T13:04:12.606Z] /usr/home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 FreeBSDQt5.15/build/src/declarativeimports/kirigamiplasmastyle/KirigamiPlasmaStyle_autogen/EWIEGA46WW/../../../../../../src/declarativeimports/kirigamiplasmastyle/units.h:12:10: fatal error: 'Kirigami2/Units' file not found[2021-08-12T13:04:12.606Z] #include [2021-08-12T13:04:12.606Z]  ^[2021-08-12T13:04:12.884Z] [ 66%] Building CXX object src/plasma/CMakeFiles/KF5Plasma.dir/version.cpp.o[2021-08-12T13:04:12.884Z] 1 error generated.[2021-08-12T13:04:12.884Z] gmake[2]: *** [src/declarativeimports/kirigamiplasmastyle/CMakeFiles/KirigamiPlasmaStyle.dir/build.make:76: src/declarativeimports/kirigamiplasmastyle/CMakeFiles/KirigamiPlasmaStyle.dir/KirigamiPlasmaStyle_autogen/mocs_compilation.cpp.o] Error 1[2021-08-12T13:04:12.884Z] gmake[2]: *** Waiting for unfinished jobs[2021-08-12T13:04:12.884Z] [ 66%] Building CXX object src/plasma/CMakeFiles/KF5Plasma.dir/applet.cpp.o[2021-08-12T13:04:12.884Z] [ 66%] Building CXX object src/plasma/CMakeFiles/KF5Plasma.dir/containment.cpp.o[2021-08-12T13:04:13.143Z] [ 66%] Building CXX object src/plasma/CMakeFiles/KF5Plasma.dir/containmentactions.cpp.o[2021-08-12T13:04:14.108Z] [ 66%] Building CXX object src/plasma/CMakeFiles/KF5Plasma.dir/corona.cpp.o[2021-08-12T13:04:15.165Z] [ 66%] Linking CXX shared library ../../../bin/libcalendarplugin.so[2021-08-12T13:04:15.165Z] In file included from /usr/home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 FreeBSDQt5.15/src/declarativeimports/kirigamiplasmastyle/plugin.cpp:8:[2021-08-12T13:04:15.165Z] /usr/home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 FreeBSDQt5.15/src/declarativeimports/kirigamiplasmastyle/plugin.h:14:33: error: unknown class name 'KirigamiPluginFactoryV2'; did you mean 'KirigamiPluginFactory'?[2021-08-12T13:04:15.165Z] class Plugin : public Kirigami::KirigamiPluginFactoryV2[2021-08-12T13:04:15.165Z] ^~~[2021-08-12T13:04:15.165Z] KirigamiPluginFactory[2021-08-12T13:04:15.165Z] /usr/home/jenkins/install-prefix/include/KF5/Kirigami2/kirigamipluginfactory.h:28:24: note: 'KirigamiPluginFactory' declared here[2021-08-12T13:04:15.165Z] class KIRIGAMI2_EXPORT KirigamiPluginFactory : public QObject[2021-08-12T13:04:15.165Z]^[2021-08-12T13:04:15.165Z] In file included from /usr

KDE CI: Plasma » plasma-framework » stable-kf5-qt5 FreeBSDQt5.15 - Build # 568 - Still Failing!

2021-08-12 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Plasma/job/plasma-framework/job/stable-kf5-qt5%20FreeBSDQt5.15/568/
 Project:
stable-kf5-qt5 FreeBSDQt5.15
 Date of build:
Thu, 12 Aug 2021 10:06:19 +
 Build duration:
48 sec and counting
   CONSOLE OUTPUT
  [...truncated 711 lines...][2021-08-12T10:06:59.974Z] [ 58%] Generating qml-plasmoid-with-qml-extension.tar.bz2[2021-08-12T10:06:59.974Z] .[2021-08-12T10:06:59.974Z] ./package[2021-08-12T10:06:59.974Z] ./package/contents[2021-08-12T10:06:59.974Z] ./package/contents/ui[2021-08-12T10:06:59.974Z] ./package/contents/ui/config.qml[2021-08-12T10:06:59.974Z] ./package/contents/ui/main.qml[2021-08-12T10:06:59.974Z] ./package/contents/config[2021-08-12T10:06:59.974Z] ./package/contents/config/main.xml[2021-08-12T10:06:59.974Z] ./package/metadata.desktop[2021-08-12T10:06:59.974Z] ./README[2021-08-12T10:06:59.974Z] ./LICENSES[2021-08-12T10:06:59.974Z] ./LICENSES/LGPL-2.1-or-later.txt[2021-08-12T10:06:59.974Z] ./plugin[2021-08-12T10:06:59.974Z] ./plugin/CMakeLists.txt[2021-08-12T10:06:59.974Z] ./plugin/qmldir[2021-08-12T10:06:59.974Z] ./plugin/%{APPNAMELC}plugin.cpp[2021-08-12T10:06:59.974Z] ./plugin/%{APPNAMELC}plugin.h[2021-08-12T10:06:59.974Z] ./CMakeLists.txt[2021-08-12T10:06:59.974Z] ./Messages.sh[2021-08-12T10:06:59.974Z] ./plasma-wallpaper-with-qml-extension.kdevtemplate[2021-08-12T10:06:59.974Z] .[2021-08-12T10:06:59.974Z] ./LICENSES[2021-08-12T10:06:59.974Z] ./LICENSES/LGPL-2.1-or-later.txt[2021-08-12T10:06:59.974Z] ./plugin[2021-08-12T10:06:59.974Z] ./plugin/%{APPNAMELC}plugin.cpp[2021-08-12T10:06:59.974Z] ./plugin/qmldir[2021-08-12T10:06:59.974Z] ./plugin/CMakeLists.txt[2021-08-12T10:06:59.974Z] ./plugin/%{APPNAMELC}plugin.h[2021-08-12T10:06:59.974Z] ./package[2021-08-12T10:06:59.974Z] ./package/contents[2021-08-12T10:06:59.974Z] ./package/contents/ui[2021-08-12T10:06:59.974Z] ./package/contents/ui/main.qml[2021-08-12T10:06:59.974Z] ./package/metadata.desktop[2021-08-12T10:06:59.974Z] ./CMakeLists.txt[2021-08-12T10:06:59.974Z] ./Messages.sh[2021-08-12T10:06:59.974Z] ./qml-plasmoid-with-qml-extension.kdevtemplate[2021-08-12T10:06:59.974Z] ./README[2021-08-12T10:06:59.974Z] [ 58%] Built target qml-plasmoid-with-qml-extension[2021-08-12T10:06:59.974Z] [ 58%] Built target plasma-wallpaper-with-qml-extension[2021-08-12T10:06:59.974Z] [ 58%] Gzipping default/widgets/tasks.svgz[2021-08-12T10:06:59.974Z] [ 58%] Gzipping default/icons/plasmavault_error.svgz[2021-08-12T10:06:59.974Z] [ 58%] Gzipping default/widgets/tabbar.svgz[2021-08-12T10:07:00.231Z] [ 58%] Building CXX object src/declarativeimports/platformcomponents/CMakeFiles/platformcomponentsplugin.dir/platformcomponentsplugin_autogen/mocs_compilation.cpp.o[2021-08-12T10:07:00.231Z] [ 58%] Gzipping default/widgets/toolbar.svgz[2021-08-12T10:07:00.231Z] [ 58%] Building CXX object src/declarativeimports/calendar/CMakeFiles/calendarplugin.dir/calendarplugin_autogen/mocs_compilation.cpp.o[2021-08-12T10:07:00.231Z] [ 59%] Building CXX object src/declarativeimports/platformcomponents/CMakeFiles/platformcomponentsplugin.dir/platformextensionplugin.cpp.o[2021-08-12T10:07:00.231Z] [ 59%] Gzipping default/icons/preferences.svgz[2021-08-12T10:07:00.231Z] [ 59%] Gzipping default/widgets/tooltip.svgz[2021-08-12T10:07:00.490Z] [ 60%] Gzipping default/icons/printer.svgz[2021-08-12T10:07:00.490Z] [ 61%] Gzipping default/widgets/translucentbackground.svgz[2021-08-12T10:07:00.490Z] [ 61%] Gzipping default/icons/quassel.svgz[2021-08-12T10:07:00.490Z] [ 61%] Gzipping default/icons/slc.svgz[2021-08-12T10:07:00.490Z] [ 61%] Gzipping default/widgets/viewitem.svgz[2021-08-12T10:07:00.748Z] [ 61%] Gzipping default/icons/software.svgz[2021-08-12T10:07:00.748Z] [ 61%] Built target default_desktoptheme_graphics_widgets[2021-08-12T10:07:00.748Z] [ 61%] Building CXX object src/declarativeimports/calendar/CMakeFiles/calendarplugin.dir/calendarplugin.cpp.o[2021-08-12T10:07:00.748Z] [ 61%] Gzipping default/icons/start.svgz[2021-08-12T10:07:00.748Z] [ 62%] Gzipping default/icons/system.svgz[2021-08-12T10:07:01.015Z] [ 62%] Gzipping default/icons/touchpad.svgz[2021-08-12T10:07:01.275Z] [ 62%] Gzipping default/icons/user.svgz[2021-08-12T10:07:01.535Z] [ 62%] Gzipping default/icons/video-card.svgz[2021-08-12T10:07:01.535Z] [ 62%] Gzipping default/icons/video.svgz[2021-08-12T10:07:01.535Z] [ 63%] Gzipping default/icons/view.svgz[2021-08-12T10:07:01.535Z] [ 63%] Gzipping default/icons/vlc.svgz[2021-08-12T10:07:02.096Z] [ 63%] Gzipping default/icons/wallet.svgz[2021-08-12T10:07:02.096Z] [ 63%] Gzipping default/icons/window.svgz[2021-08-12T10:07:02.096Z] [ 63%] Gzipping default/icons/zoom.svgz[2021-08-12T10:07:02.096Z] [ 63%] Built target default_desktoptheme_graphics_icons[2021-08-12T10:07:02.096Z] [ 63%] Building CXX object src/declarativeimports/platformcomponents/CMakeFiles/platformcomponentsplugin.dir/application.cpp.o[2021-08-12T10:07:02.671Z] [ 63%] Built target KF5Plasma_autogen[2021-08-12T10

KDE CI: Plasma » plasma-framework » stable-kf5-qt5 SUSEQt5.15 - Build # 570 - Still Failing!

2021-08-12 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Plasma/job/plasma-framework/job/stable-kf5-qt5%20SUSEQt5.15/570/
 Project:
stable-kf5-qt5 SUSEQt5.15
 Date of build:
Thu, 12 Aug 2021 09:59:45 +
 Build duration:
53 sec and counting
   CONSOLE OUTPUT
  [...truncated 767 lines...][2021-08-12T10:00:34.101Z] [ 55%] Building CXX object src/plasmapkg/CMakeFiles/plasmapkg2.dir/main.cpp.o[2021-08-12T10:00:34.101Z] [ 55%] Built target qml-plasmoid[2021-08-12T10:00:34.101Z] [ 55%] Gzipping default/icons/keyboard.svgz[2021-08-12T10:00:34.101Z] [ 55%] Gzipping default/icons/kget.svgz[2021-08-12T10:00:34.101Z] [ 55%] Built target KirigamiPlasmaStyle_autogen[2021-08-12T10:00:34.101Z] [ 55%] Gzipping default/icons/kgpg.svgz[2021-08-12T10:00:34.101Z] [ 55%] Built target calendarplugin_autogen[2021-08-12T10:00:34.101Z] [ 56%] Gzipping default/icons/kleopatra.svgz[2021-08-12T10:00:34.101Z] [ 56%] Gzipping default/icons/klipper.svgz[2021-08-12T10:00:34.101Z] [ 56%] Gzipping default/icons/kmail.svgz[2021-08-12T10:00:34.101Z] [ 56%] Built target platformcomponentsplugin_autogen[2021-08-12T10:00:34.368Z] [ 56%] Gzipping default/icons/konv_message.svgz[2021-08-12T10:00:34.368Z] [ 56%] Gzipping default/icons/konversation.svgz[2021-08-12T10:00:34.368Z] [ 57%] Gzipping default/icons/kopete.svgz[2021-08-12T10:00:34.368Z] [ 57%] Gzipping default/icons/korgac.svgz[2021-08-12T10:00:34.368Z] [ 57%] Building CXX object src/declarativeimports/kirigamiplasmastyle/CMakeFiles/KirigamiPlasmaStyle.dir/KirigamiPlasmaStyle_autogen/mocs_compilation.cpp.o[2021-08-12T10:00:34.368Z] [ 57%] Gzipping default/icons/kruler.svgz[2021-08-12T10:00:34.368Z] [ 57%] Gzipping default/icons/kpackagekit.svgz[2021-08-12T10:00:34.368Z] [ 57%] Building CXX object src/declarativeimports/kirigamiplasmastyle/CMakeFiles/KirigamiPlasmaStyle.dir/plugin.cpp.o[2021-08-12T10:00:34.368Z] [ 57%] Building CXX object src/declarativeimports/kirigamiplasmastyle/CMakeFiles/KirigamiPlasmaStyle.dir/units.cpp.o[2021-08-12T10:00:34.368Z] [ 57%] Building CXX object src/declarativeimports/calendar/CMakeFiles/calendarplugin.dir/calendarplugin_autogen/mocs_compilation.cpp.o[2021-08-12T10:00:34.368Z] [ 57%] Gzipping default/icons/kteatime.svgz[2021-08-12T10:00:34.368Z] [ 57%] Building CXX object src/declarativeimports/platformcomponents/CMakeFiles/platformcomponentsplugin.dir/platformcomponentsplugin_autogen/mocs_compilation.cpp.o[2021-08-12T10:00:34.368Z] [ 57%] Building CXX object src/declarativeimports/calendar/CMakeFiles/calendarplugin.dir/calendarplugin.cpp.o[2021-08-12T10:00:34.368Z] [ 57%] Gzipping default/icons/kup.svgz[2021-08-12T10:00:34.368Z] [ 57%] Building CXX object src/declarativeimports/calendar/CMakeFiles/calendarplugin.dir/calendar.cpp.o[2021-08-12T10:00:34.368Z] [ 58%] Gzipping default/icons/ktorrent.svgz[2021-08-12T10:00:34.368Z] [ 58%] Gzipping default/icons/list.svgz[2021-08-12T10:00:34.368Z] [ 58%] Building CXX object src/declarativeimports/calendar/CMakeFiles/calendarplugin.dir/calendardata.cpp.o[2021-08-12T10:00:34.368Z] [ 59%] Building CXX object src/declarativeimports/calendar/CMakeFiles/calendarplugin.dir/daysmodel.cpp.o[2021-08-12T10:00:34.368Z] [ 59%] Gzipping default/icons/mail.svgz[2021-08-12T10:00:34.628Z] [ 59%] Gzipping default/icons/media.svgz[2021-08-12T10:00:34.628Z] In file included from /home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 SUSEQt5.15/src/declarativeimports/kirigamiplasmastyle/plugin.cpp:9:[2021-08-12T10:00:34.628Z] /home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 SUSEQt5.15/src/declarativeimports/kirigamiplasmastyle/units.h:12:10: fatal error: Kirigami2/Units: No such file or directory[2021-08-12T10:00:34.628Z]12 | #include [2021-08-12T10:00:34.628Z]   |  ^[2021-08-12T10:00:34.628Z] compilation terminated.[2021-08-12T10:00:34.628Z] In file included from /home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 SUSEQt5.15/src/declarativeimports/kirigamiplasmastyle/units.cpp:11:[2021-08-12T10:00:34.628Z] /home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 SUSEQt5.15/src/declarativeimports/kirigamiplasmastyle/units.h:12:10: fatal error: Kirigami2/Units: No such file or directory[2021-08-12T10:00:34.628Z]12 | #include [2021-08-12T10:00:34.628Z]   |  ^[2021-08-12T10:00:34.628Z] compilation terminated.[2021-08-12T10:00:34.628Z] make[2]: *** [src/declarativeimports/kirigamiplasmastyle/CMakeFiles/KirigamiPlasmaStyle.dir/build.make:90: src/declarativeimports/kirigamiplasmastyle/CMakeFiles/KirigamiPlasmaStyle.dir/plugin.cpp.o] Error 1[2021-08-12T10:00:34.628Z] make[2]: *** Waiting for unfinished jobs[2021-08-12T10:00:34.628Z] make[2]: *** [src/declarativeimports/kirigamiplasmastyle/CMakeFiles/KirigamiPlasmaStyle.dir/build.make:104: src/declarativeimports/kirigamiplasmastyle/CMakeFiles/KirigamiPlasmaStyle.dir/units.cpp.o] Error 1[2021-08-12T10:00:34.628Z] [ 60%] Building CXX object src

KDE CI: Plasma » plasma-framework » kf5-qt5 SUSEQt5.15 - Build # 568 - Fixed!

2021-08-12 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Plasma/job/plasma-framework/job/kf5-qt5%20SUSEQt5.15/568/
 Project:
kf5-qt5 SUSEQt5.15
 Date of build:
Thu, 12 Aug 2021 09:59:45 +
 Build duration:
5 min 28 sec and counting
   BUILD ARTIFACTS
  acc/KF5PlasmaQuick-5.85.0.xml
   JUnit Tests
  Name: (root) Failed: 0 test(s), Passed: 1 test(s), Skipped: 0 test(s), Total: 1 test(s)Name: projectroot Failed: 0 test(s), Passed: 11 test(s), Skipped: 0 test(s), Total: 11 test(s)
   Cobertura Report
  
   Project Coverage Summary
  
   Name
  PackagesFilesClassesLinesConditionalsCobertura Coverage Report50%
(9/18)36%
(44/123)36%
(44/123)36%
(5030/13957)27%
(2437/9144)Coverage Breakdown by Package
Name
   FilesClassesLinesConditionalsautotests92%
(11/12)92%
(11/12)93%
(921/987)49%
(478/983)src.declarativeimports.calendar0%
(0/6)0%
(0/6)0%
(0/526)0%
(0/229)src.declarativeimports.core44%
(7/16)44%
(7/16)35%
(866/2498)27%
(388/1449)src.declarativeimports.kirigamiplasmastyle0%
(0/2)0%
(0/2)0%
(0/25)0%
(0/20)src.declarativeimports.plasmacomponents0%
(0/6)0%
(0/6)0%
(0/531)0%
(0/197)src.declarativeimports.plasmaextracomponents0%
(0/3)0%
(0/3)0%
(0/42)0%
(0/16)src.declarativeimports.platformcomponents0%
(0/3)0%
(0/3)0%
(0/59)0%
(0/14)src.declarativeimports.platformcomponents.utils0%
(0/2)0%
(0/2)0%
(0/15)0%
(0/2)src.plasma40%
(8/20)40%
(8/20)44%
(1680/3833)34%
(905/2657)src.plasma.packagestructure43%
(3/7)43%
(3/7)42%
(55/132)42%
(5/12)src.plasma.private41%
(7/17)41%
(7/17)51%
(900/1767)37%
(356/965)src.plasma.scripting67%
(2/3)67%
(2/3)27%
(50/182)18%
(19/105)src.plasmapkg0%
(0/1)0%
(0/1)0%
(0/45)0%
(0/40)src.plasmaquick31%
(4/13)31%
(4/13)27%
(515/1939)18%
(281/1527)src.plasmaquick.private100%
(1/1)100%
(1/1)78%
(31/40)50%
(5/10)src.scriptengines.qml.plasmoid14%
(1/7)14%
(1/7)1%
(12/1252)0%
(0/906)tests.dpi0%
(0/2)0%
(0/2)0

KDE CI: Plasma » plasma-framework » stable-kf5-qt5 SUSEQt5.15 - Build # 571 - Still Failing!

2021-08-12 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Plasma/job/plasma-framework/job/stable-kf5-qt5%20SUSEQt5.15/571/
 Project:
stable-kf5-qt5 SUSEQt5.15
 Date of build:
Thu, 12 Aug 2021 10:00:39 +
 Build duration:
45 sec and counting
   CONSOLE OUTPUT
  [...truncated 765 lines...][2021-08-12T10:01:21.451Z] [ 57%] Building CXX object src/plasmapkg/CMakeFiles/plasmapkg2.dir/plasmapkg2_autogen/mocs_compilation.cpp.o[2021-08-12T10:01:21.451Z] [ 57%] Gzipping default/icons/mail.svgz[2021-08-12T10:01:21.451Z] [ 58%] Gzipping default/icons/mobile.svgz[2021-08-12T10:01:21.451Z] [ 58%] Built target docs-plasmapkg2-plasmapkg2-1[2021-08-12T10:01:21.451Z] ./[2021-08-12T10:01:21.451Z] ./CMakeLists.txt[2021-08-12T10:01:21.451Z] ./LICENSES/[2021-08-12T10:01:21.451Z] ./LICENSES/LGPL-2.1-or-later.txt[2021-08-12T10:01:21.451Z] ./Messages.sh[2021-08-12T10:01:21.451Z] ./README[2021-08-12T10:01:21.451Z] ./package/[2021-08-12T10:01:21.451Z] ./package/contents/[2021-08-12T10:01:21.451Z] ./package/contents/images/[2021-08-12T10:01:21.451Z] ./package/contents/images/pairs.svgz[2021-08-12T10:01:21.451Z] ./package/contents/ui/[2021-08-12T10:01:21.451Z] ./package/contents/ui/main.qml[2021-08-12T10:01:21.451Z] ./package/metadata.desktop[2021-08-12T10:01:21.451Z] ./qml-plasmoid.kdevtemplate[2021-08-12T10:01:21.451Z] ./qml-plasmoid.png[2021-08-12T10:01:21.710Z] [ 58%] Gzipping default/icons/nepomuk.svgz[2021-08-12T10:01:21.710Z] [ 59%] Building CXX object src/plasmapkg/CMakeFiles/plasmapkg2.dir/main.cpp.o[2021-08-12T10:01:21.710Z] [ 59%] Gzipping default/icons/phone.svgz[2021-08-12T10:01:21.710Z] [ 60%] Gzipping default/icons/osd.svgz[2021-08-12T10:01:21.710Z] [ 60%] Gzipping default/icons/network.svgz[2021-08-12T10:01:21.710Z] [ 60%] Gzipping default/icons/notification.svgz[2021-08-12T10:01:21.710Z] [ 60%] Built target KirigamiPlasmaStyle_autogen[2021-08-12T10:01:21.710Z] [ 60%] Built target qml-plasmoid[2021-08-12T10:01:21.710Z] [ 60%] Gzipping default/icons/plasmavault_error.svgz[2021-08-12T10:01:21.710Z] [ 60%] Gzipping default/icons/preferences.svgz[2021-08-12T10:01:21.710Z] [ 60%] Gzipping default/icons/plasmavault.svgz[2021-08-12T10:01:21.710Z] [ 61%] Gzipping default/icons/printer.svgz[2021-08-12T10:01:21.710Z] [ 61%] Gzipping default/icons/quassel.svgz[2021-08-12T10:01:21.710Z] [ 61%] Building CXX object src/declarativeimports/kirigamiplasmastyle/CMakeFiles/KirigamiPlasmaStyle.dir/KirigamiPlasmaStyle_autogen/mocs_compilation.cpp.o[2021-08-12T10:01:21.710Z] [ 61%] Gzipping default/icons/slc.svgz[2021-08-12T10:01:21.710Z] [ 61%] Building CXX object src/declarativeimports/kirigamiplasmastyle/CMakeFiles/KirigamiPlasmaStyle.dir/plugin.cpp.o[2021-08-12T10:01:21.710Z] [ 61%] Built target calendarplugin_autogen[2021-08-12T10:01:21.710Z] [ 61%] Gzipping default/icons/software.svgz[2021-08-12T10:01:21.710Z] [ 61%] Built target platformcomponentsplugin_autogen[2021-08-12T10:01:21.710Z] [ 62%] Gzipping default/icons/system.svgz[2021-08-12T10:01:21.710Z] [ 62%] Gzipping default/icons/start.svgz[2021-08-12T10:01:21.710Z] [ 62%] Building CXX object src/declarativeimports/kirigamiplasmastyle/CMakeFiles/KirigamiPlasmaStyle.dir/units.cpp.o[2021-08-12T10:01:21.710Z] [ 62%] Gzipping default/icons/touchpad.svgz[2021-08-12T10:01:21.710Z] [ 62%] Gzipping default/icons/user.svgz[2021-08-12T10:01:21.710Z] [ 62%] Gzipping default/icons/video-card.svgz[2021-08-12T10:01:21.710Z] [ 62%] Gzipping default/icons/wallet.svgz[2021-08-12T10:01:21.710Z] [ 62%] Gzipping default/icons/video.svgz[2021-08-12T10:01:21.710Z] [ 63%] Gzipping default/icons/view.svgz[2021-08-12T10:01:21.710Z] [ 63%] Gzipping default/icons/vlc.svgz[2021-08-12T10:01:21.710Z] [ 63%] Building CXX object src/declarativeimports/calendar/CMakeFiles/calendarplugin.dir/calendarplugin_autogen/mocs_compilation.cpp.o[2021-08-12T10:01:21.710Z] [ 63%] Building CXX object src/declarativeimports/calendar/CMakeFiles/calendarplugin.dir/calendarplugin.cpp.o[2021-08-12T10:01:21.710Z] [ 63%] Building CXX object src/declarativeimports/calendar/CMakeFiles/calendarplugin.dir/calendar.cpp.o[2021-08-12T10:01:21.710Z] [ 63%] Gzipping default/icons/window.svgz[2021-08-12T10:01:21.710Z] [ 63%] Building CXX object src/declarativeimports/calendar/CMakeFiles/calendarplugin.dir/calendardata.cpp.o[2021-08-12T10:01:21.710Z] [ 63%] Building CXX object src/declarativeimports/platformcomponents/CMakeFiles/platformcomponentsplugin.dir/platformcomponentsplugin_autogen/mocs_compilation.cpp.o[2021-08-12T10:01:21.710Z] [ 63%] Gzipping default/icons/zoom.svgz[2021-08-12T10:01:21.710Z] [ 64%] Building CXX object src/declarativeimports/platformcomponents/CMakeFiles/platformcomponentsplugin.dir/platformextensionplugin.cpp.o[2021-08-12T10:01:21.966Z] [ 64%] Built target default_desktoptheme_graphics_icons[2021-08-12T10:01:21.966Z] In file included from /home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 SUSEQt5.15/build/src/declarativeimports/kirigamiplasmastyle

KDE CI: Plasma » plasma-framework » kf5-qt5 FreeBSDQt5.15 - Build # 556 - Fixed!

2021-08-12 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Plasma/job/plasma-framework/job/kf5-qt5%20FreeBSDQt5.15/556/
 Project:
kf5-qt5 FreeBSDQt5.15
 Date of build:
Thu, 12 Aug 2021 09:59:44 +
 Build duration:
1 min 56 sec and counting
   JUnit Tests
  Name: projectroot Failed: 0 test(s), Passed: 11 test(s), Skipped: 0 test(s), Total: 11 test(s)

KDE CI: Plasma » plasma-framework » stable-kf5-qt5 FreeBSDQt5.15 - Build # 567 - Still Failing!

2021-08-12 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Plasma/job/plasma-framework/job/stable-kf5-qt5%20FreeBSDQt5.15/567/
 Project:
stable-kf5-qt5 FreeBSDQt5.15
 Date of build:
Thu, 12 Aug 2021 09:59:45 +
 Build duration:
2 min 27 sec and counting
   CONSOLE OUTPUT
  [...truncated 780 lines...][2021-08-12T10:01:52.376Z] [ 63%] Built target platformcomponentsplugin_autogen[2021-08-12T10:01:52.376Z] [ 63%] Building CXX object src/declarativeimports/calendar/CMakeFiles/calendarplugin.dir/calendardata.cpp.o[2021-08-12T10:01:52.643Z] [ 63%] Built target KF5Plasma_autogen[2021-08-12T10:01:52.643Z] [ 63%] Building CXX object src/declarativeimports/kirigamiplasmastyle/CMakeFiles/KirigamiPlasmaStyle.dir/KirigamiPlasmaStyle_autogen/mocs_compilation.cpp.o[2021-08-12T10:01:53.229Z] [ 64%] Building CXX object src/declarativeimports/calendar/CMakeFiles/calendarplugin.dir/daysmodel.cpp.o[2021-08-12T10:01:53.229Z] [ 64%] Building CXX object src/declarativeimports/calendar/CMakeFiles/calendarplugin.dir/eventdatadecorator.cpp.o[2021-08-12T10:01:53.229Z] [ 64%] Linking CXX executable ../../bin/plasmapkg2[2021-08-12T10:01:53.229Z] [ 64%] Built target plasmapkg2[2021-08-12T10:01:53.229Z] [ 64%] Building CXX object src/declarativeimports/kirigamiplasmastyle/CMakeFiles/KirigamiPlasmaStyle.dir/plugin.cpp.o[2021-08-12T10:01:53.799Z] [ 64%] Building CXX object src/declarativeimports/calendar/CMakeFiles/calendarplugin.dir/eventpluginsmanager.cpp.o[2021-08-12T10:01:53.799Z] In file included from /usr/home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 FreeBSDQt5.15/build/src/declarativeimports/kirigamiplasmastyle/KirigamiPlasmaStyle_autogen/mocs_compilation.cpp:2:[2021-08-12T10:01:53.799Z] In file included from /usr/home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 FreeBSDQt5.15/build/src/declarativeimports/kirigamiplasmastyle/KirigamiPlasmaStyle_autogen/EWIEGA46WW/moc_units.cpp:10:[2021-08-12T10:01:53.799Z] /usr/home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 FreeBSDQt5.15/build/src/declarativeimports/kirigamiplasmastyle/KirigamiPlasmaStyle_autogen/EWIEGA46WW/../../../../../../src/declarativeimports/kirigamiplasmastyle/units.h:12:10: fatal error: 'Kirigami2/Units' file not found[2021-08-12T10:01:53.799Z] #include [2021-08-12T10:01:53.799Z]  ^[2021-08-12T10:01:54.065Z] 1 error generated.[2021-08-12T10:01:54.065Z] gmake[2]: *** [src/declarativeimports/kirigamiplasmastyle/CMakeFiles/KirigamiPlasmaStyle.dir/build.make:76: src/declarativeimports/kirigamiplasmastyle/CMakeFiles/KirigamiPlasmaStyle.dir/KirigamiPlasmaStyle_autogen/mocs_compilation.cpp.o] Error 1[2021-08-12T10:01:54.065Z] gmake[2]: *** Waiting for unfinished jobs[2021-08-12T10:01:54.065Z] [ 64%] Generating libplasma-theme-global.h, libplasma-theme-global.cpp[2021-08-12T10:01:54.065Z] [ 64%] Building CXX object src/plasma/CMakeFiles/KF5Plasma.dir/KF5Plasma_autogen/mocs_compilation.cpp.o[2021-08-12T10:01:55.026Z] [ 64%] Building CXX object src/declarativeimports/platformcomponents/CMakeFiles/platformcomponentsplugin.dir/platformcomponentsplugin_autogen/mocs_compilation.cpp.o[2021-08-12T10:01:55.026Z] [ 64%] Building CXX object src/plasma/CMakeFiles/KF5Plasma.dir/plasma.cpp.o[2021-08-12T10:01:55.026Z] In file included from /usr/home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 FreeBSDQt5.15/src/declarativeimports/kirigamiplasmastyle/plugin.cpp:8:[2021-08-12T10:01:55.026Z] /usr/home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 FreeBSDQt5.15/src/declarativeimports/kirigamiplasmastyle/plugin.h:14:33: error: unknown class name 'KirigamiPluginFactoryV2'; did you mean 'KirigamiPluginFactory'?[2021-08-12T10:01:55.026Z] class Plugin : public Kirigami::KirigamiPluginFactoryV2[2021-08-12T10:01:55.026Z] ^~~[2021-08-12T10:01:55.026Z] KirigamiPluginFactory[2021-08-12T10:01:55.026Z] /usr/home/jenkins/install-prefix/include/KF5/Kirigami2/kirigamipluginfactory.h:28:24: note: 'KirigamiPluginFactory' declared here[2021-08-12T10:01:55.026Z] class KIRIGAMI2_EXPORT KirigamiPluginFactory : public QObject[2021-08-12T10:01:55.026Z]^[2021-08-12T10:01:55.026Z] In file included from /usr/home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 FreeBSDQt5.15/src/declarativeimports/kirigamiplasmastyle/plugin.cpp:8:[2021-08-12T10:01:55.026Z] /usr/home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 FreeBSDQt5.15/src/declarativeimports/kirigamiplasmastyle/plugin.h:27:15: error: no type named 'Units' in namespace 'Kirigami'[2021-08-12T10:01:55.026Z] Kirigami::Units *createUnits(QObject *parent) override;[2021-08-12T10:01:55.026Z] ~~^[2021-08-12T10:01:55.026Z] In file included from /usr/home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 FreeBSDQt5.15/src/declarativeimports/kirigamiplasmastyle/plugin.cpp:9:[2021-08-12T10:01:55.026Z] /usr

KDE CI: Plasma » plasma-framework » kf5-qt5 SUSEQt5.15 - Build # 567 - Still Failing!

2021-08-11 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Plasma/job/plasma-framework/job/kf5-qt5%20SUSEQt5.15/567/
 Project:
kf5-qt5 SUSEQt5.15
 Date of build:
Wed, 11 Aug 2021 22:49:37 +
 Build duration:
1 min 10 sec and counting
   CONSOLE OUTPUT
  [...truncated 804 lines...][2021-08-11T22:50:38.360Z] [ 61%] Gzipping default/icons/phone.svgz[2021-08-11T22:50:38.360Z] [ 61%] Gzipping default/icons/plasmavault.svgz[2021-08-11T22:50:38.360Z] [ 61%] Gzipping default/icons/plasmavault_error.svgz[2021-08-11T22:50:38.621Z] [ 61%] Gzipping default/icons/preferences.svgz[2021-08-11T22:50:38.621Z] [ 62%] Gzipping default/icons/printer.svgz[2021-08-11T22:50:38.621Z] [ 62%] Gzipping default/icons/quassel.svgz[2021-08-11T22:50:38.621Z] [ 62%] Built target KF5Plasma_autogen[2021-08-11T22:50:38.621Z] [ 62%] Gzipping default/icons/slc.svgz[2021-08-11T22:50:38.621Z] [ 62%] Gzipping default/icons/software.svgz[2021-08-11T22:50:38.621Z] [ 62%] Generating libplasma-theme-global.h, libplasma-theme-global.cpp[2021-08-11T22:50:38.621Z] [ 62%] Gzipping default/icons/start.svgz[2021-08-11T22:50:38.621Z] [ 63%] Gzipping default/icons/system.svgz[2021-08-11T22:50:38.621Z] [ 63%] Gzipping default/icons/touchpad.svgz[2021-08-11T22:50:38.621Z] [ 63%] Gzipping default/icons/user.svgz[2021-08-11T22:50:38.621Z] [ 63%] Gzipping default/icons/video-card.svgz[2021-08-11T22:50:38.621Z] [ 63%] Gzipping default/icons/video.svgz[2021-08-11T22:50:38.621Z] [ 64%] Gzipping default/icons/view.svgz[2021-08-11T22:50:38.621Z] [ 64%] Gzipping default/icons/vlc.svgz[2021-08-11T22:50:38.621Z] [ 64%] Building CXX object src/plasma/CMakeFiles/KF5Plasma.dir/KF5Plasma_autogen/mocs_compilation.cpp.o[2021-08-11T22:50:38.621Z] [ 64%] Gzipping default/icons/wallet.svgz[2021-08-11T22:50:38.880Z] [ 64%] Gzipping default/icons/window.svgz[2021-08-11T22:50:38.880Z] [ 64%] Gzipping default/icons/zoom.svgz[2021-08-11T22:50:38.880Z] [ 64%] Built target default_desktoptheme_graphics_icons[2021-08-11T22:50:38.880Z] [ 64%] Building CXX object src/plasma/CMakeFiles/KF5Plasma.dir/plasma.cpp.o[2021-08-11T22:50:39.138Z] [ 64%] Building CXX object src/plasma/CMakeFiles/KF5Plasma.dir/pluginloader.cpp.o[2021-08-11T22:50:39.395Z] [ 64%] Linking CXX executable ../../bin/plasmapkg2[2021-08-11T22:50:39.395Z] [ 65%] Building CXX object src/plasma/CMakeFiles/KF5Plasma.dir/version.cpp.o[2021-08-11T22:50:39.395Z] [ 65%] Built target plasmapkg2[2021-08-11T22:50:39.395Z] [ 65%] Building CXX object src/plasma/CMakeFiles/KF5Plasma.dir/applet.cpp.o[2021-08-11T22:50:39.395Z] [ 65%] Building CXX object src/declarativeimports/calendar/CMakeFiles/calendarplugin.dir/calendar.cpp.o[2021-08-11T22:50:39.655Z] In file included from /home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 SUSEQt5.15/build/src/declarativeimports/kirigamiplasmastyle/KirigamiPlasmaStyle_autogen/include/moc_plugin.cpp:13,[2021-08-11T22:50:39.655Z]  from /home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 SUSEQt5.15/src/declarativeimports/kirigamiplasmastyle/plugin.cpp:24:[2021-08-11T22:50:39.655Z] /home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 SUSEQt5.15/build/src/declarativeimports/kirigamiplasmastyle/KirigamiPlasmaStyle_autogen/include/moc_plugin.cpp: In function ���QObject* qt_plugin_instance()���:[2021-08-11T22:50:39.655Z] /home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 SUSEQt5.15/build/src/declarativeimports/kirigamiplasmastyle/KirigamiPlasmaStyle_autogen/include/moc_plugin.cpp:115:22: error: invalid new-_expression_ of abstract class type ���Plugin���[2021-08-11T22:50:39.655Z]   115 | QT_MOC_EXPORT_PLUGIN(Plugin, Plugin)[2021-08-11T22:50:39.655Z]   |  ^~[2021-08-11T22:50:39.655Z] In file included from /home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 SUSEQt5.15/src/declarativeimports/kirigamiplasmastyle/plugin.cpp:8:[2021-08-11T22:50:39.655Z] /home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 SUSEQt5.15/src/declarativeimports/kirigamiplasmastyle/plugin.h:14:7: note:   because the following virtual functions are pure within ���Plugin���:[2021-08-11T22:50:39.655Z]14 | class Plugin : public Kirigami::KirigamiPluginFactoryV2[2021-08-11T22:50:39.655Z]   |   ^~[2021-08-11T22:50:39.655Z] In file included from /home/jenkins/install-prefix/include/KF5/Kirigami2/KirigamiPluginFactory:1,[2021-08-11T22:50:39.655Z]  from /home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 SUSEQt5.15/src/declarativeimports/kirigamiplasmastyle/plugin.h:11,[2021-08-11T22:50:39.655Z]  from /home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 SUSEQt5.15/src/declarativeimports/kirigamiplasmastyle/plugin.cpp:8:[2021-08-11T22:50:39.655Z] /home/jenkins/install-prefix/include/KF5/Kirigami2/kirigamipluginfactory.h:45:28: note: ���virtual Kirigami::PlatformTheme* Kirigami::KirigamiPluginFactory::createPlatformTheme(QObject*)���[2021-08-11T22:50:39.655Z]45 | virtual PlatformTheme

KDE CI: Plasma » plasma-framework » stable-kf5-qt5 SUSEQt5.15 - Build # 569 - Still Failing!

2021-08-11 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Plasma/job/plasma-framework/job/stable-kf5-qt5%20SUSEQt5.15/569/
 Project:
stable-kf5-qt5 SUSEQt5.15
 Date of build:
Wed, 11 Aug 2021 22:49:37 +
 Build duration:
46 sec and counting
   CONSOLE OUTPUT
  [...truncated 767 lines...][2021-08-11T22:50:20.870Z] [ 54%] Gzipping default/icons/kleopatra.svgz[2021-08-11T22:50:20.870Z] [ 54%] Gzipping default/icons/klipper.svgz[2021-08-11T22:50:20.870Z] [ 54%] Building CXX object src/declarativeimports/platformcomponents/CMakeFiles/platformcomponentsplugin.dir/platformcomponentsplugin_autogen/mocs_compilation.cpp.o[2021-08-11T22:50:20.870Z] [ 55%] Building CXX object src/declarativeimports/platformcomponents/CMakeFiles/platformcomponentsplugin.dir/platformextensionplugin.cpp.o[2021-08-11T22:50:20.870Z] [ 55%] Gzipping default/widgets/toolbar.svgz[2021-08-11T22:50:20.870Z] [ 55%] Built target air_desktoptheme_graphics_widgets[2021-08-11T22:50:20.870Z] [ 55%] Building CXX object src/declarativeimports/calendar/CMakeFiles/calendarplugin.dir/calendarplugin_autogen/mocs_compilation.cpp.o[2021-08-11T22:50:20.870Z] [ 56%] Gzipping default/widgets/translucentbackground.svgz[2021-08-11T22:50:20.870Z] [ 56%] Gzipping default/icons/kmail.svgz[2021-08-11T22:50:20.870Z] [ 56%] Gzipping default/widgets/tooltip.svgz[2021-08-11T22:50:20.870Z] [ 56%] Gzipping default/widgets/viewitem.svgz[2021-08-11T22:50:20.870Z] [ 56%] Gzipping default/icons/konv_message.svgz[2021-08-11T22:50:20.870Z] [ 56%] Gzipping default/icons/konversation.svgz[2021-08-11T22:50:20.870Z] [ 56%] Building CXX object src/declarativeimports/calendar/CMakeFiles/calendarplugin.dir/calendarplugin.cpp.o[2021-08-11T22:50:20.870Z] [ 56%] Built target default_desktoptheme_graphics_widgets[2021-08-11T22:50:20.870Z] [ 56%] Building CXX object src/declarativeimports/calendar/CMakeFiles/calendarplugin.dir/calendar.cpp.o[2021-08-11T22:50:20.870Z] [ 56%] Building CXX object src/declarativeimports/kirigamiplasmastyle/CMakeFiles/KirigamiPlasmaStyle.dir/KirigamiPlasmaStyle_autogen/mocs_compilation.cpp.o[2021-08-11T22:50:20.870Z] [ 56%] Building CXX object src/declarativeimports/calendar/CMakeFiles/calendarplugin.dir/calendardata.cpp.o[2021-08-11T22:50:20.870Z] [ 56%] Building CXX object src/declarativeimports/kirigamiplasmastyle/CMakeFiles/KirigamiPlasmaStyle.dir/plugin.cpp.o[2021-08-11T22:50:20.870Z] [ 56%] Building CXX object src/plasmapkg/CMakeFiles/plasmapkg2.dir/plasmapkg2_autogen/mocs_compilation.cpp.o[2021-08-11T22:50:20.870Z] [ 56%] Building CXX object src/declarativeimports/kirigamiplasmastyle/CMakeFiles/KirigamiPlasmaStyle.dir/units.cpp.o[2021-08-11T22:50:20.870Z] [ 57%] Gzipping default/icons/kopete.svgz[2021-08-11T22:50:21.132Z] [ 58%] Building CXX object src/plasmapkg/CMakeFiles/plasmapkg2.dir/main.cpp.o[2021-08-11T22:50:21.132Z] [ 58%] Gzipping default/icons/korgac.svgz[2021-08-11T22:50:21.132Z] [ 58%] Gzipping default/icons/kpackagekit.svgz[2021-08-11T22:50:21.132Z] [ 58%] Gzipping default/icons/kruler.svgz[2021-08-11T22:50:21.132Z] [ 58%] Gzipping default/icons/kteatime.svgz[2021-08-11T22:50:21.132Z] [ 59%] Gzipping default/icons/ktorrent.svgz[2021-08-11T22:50:21.132Z] [ 59%] Gzipping default/icons/kup.svgz[2021-08-11T22:50:21.132Z] In file included from /home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 SUSEQt5.15/build/src/declarativeimports/kirigamiplasmastyle/KirigamiPlasmaStyle_autogen/EWIEGA46WW/moc_units.cpp:10,[2021-08-11T22:50:21.132Z]  from /home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 SUSEQt5.15/build/src/declarativeimports/kirigamiplasmastyle/KirigamiPlasmaStyle_autogen/mocs_compilation.cpp:2:[2021-08-11T22:50:21.132Z] /home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 SUSEQt5.15/build/src/declarativeimports/kirigamiplasmastyle/KirigamiPlasmaStyle_autogen/EWIEGA46WW/../../../../../../src/declarativeimports/kirigamiplasmastyle/units.h:12:10: fatal error: Kirigami2/Units: No such file or directory[2021-08-11T22:50:21.132Z]12 | #include [2021-08-11T22:50:21.132Z]   |  ^[2021-08-11T22:50:21.132Z] compilation terminated.[2021-08-11T22:50:21.132Z] make[2]: *** [src/declarativeimports/kirigamiplasmastyle/CMakeFiles/KirigamiPlasmaStyle.dir/build.make:76: src/declarativeimports/kirigamiplasmastyle/CMakeFiles/KirigamiPlasmaStyle.dir/KirigamiPlasmaStyle_autogen/mocs_compilation.cpp.o] Error 1[2021-08-11T22:50:21.132Z] make[2]: *** Waiting for unfinished jobs[2021-08-11T22:50:21.132Z] [ 59%] Gzipping default/icons/list.svgz[2021-08-11T22:50:21.132Z] [ 59%] Gzipping default/icons/mail.svgz[2021-08-11T22:50:21.132Z] [ 59%] Gzipping default/icons/media.svgz[2021-08-11T22:50:21.132Z] In file included from /home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 SUSEQt5.15/src/declarativeimports/kirigamiplasmastyle/units.cpp:11:[2021-08-11T22:50:21.132Z] /home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 SUSEQt5.15

KDE CI: Plasma » plasma-framework » stable-kf5-qt5 FreeBSDQt5.15 - Build # 566 - Still Failing!

2021-08-11 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Plasma/job/plasma-framework/job/stable-kf5-qt5%20FreeBSDQt5.15/566/
 Project:
stable-kf5-qt5 FreeBSDQt5.15
 Date of build:
Wed, 11 Aug 2021 22:49:37 +
 Build duration:
29 sec and counting
   CONSOLE OUTPUT
  [...truncated 787 lines...][2021-08-11T22:50:00.168Z] [ 65%] Gzipping default/icons/zoom.svgz[2021-08-11T22:50:00.168Z] [ 65%] Built target default_desktoptheme_graphics_icons[2021-08-11T22:50:00.168Z] [ 65%] Building CXX object src/declarativeimports/platformcomponents/CMakeFiles/platformcomponentsplugin.dir/application.cpp.o[2021-08-11T22:50:00.168Z] In file included from /usr/home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 FreeBSDQt5.15/build/src/declarativeimports/kirigamiplasmastyle/KirigamiPlasmaStyle_autogen/mocs_compilation.cpp:2:[2021-08-11T22:50:00.168Z] In file included from /usr/home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 FreeBSDQt5.15/build/src/declarativeimports/kirigamiplasmastyle/KirigamiPlasmaStyle_autogen/EWIEGA46WW/moc_units.cpp:10:[2021-08-11T22:50:00.168Z] /usr/home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 FreeBSDQt5.15/build/src/declarativeimports/kirigamiplasmastyle/KirigamiPlasmaStyle_autogen/EWIEGA46WW/../../../../../../src/declarativeimports/kirigamiplasmastyle/units.h:12:10: fatal error: 'Kirigami2/Units' file not found[2021-08-11T22:50:00.168Z] #include [2021-08-11T22:50:00.168Z]  ^[2021-08-11T22:50:00.425Z] 1 error generated.[2021-08-11T22:50:00.425Z] gmake[2]: *** [src/declarativeimports/kirigamiplasmastyle/CMakeFiles/KirigamiPlasmaStyle.dir/build.make:76: src/declarativeimports/kirigamiplasmastyle/CMakeFiles/KirigamiPlasmaStyle.dir/KirigamiPlasmaStyle_autogen/mocs_compilation.cpp.o] Error 1[2021-08-11T22:50:00.425Z] gmake[2]: *** Waiting for unfinished jobs[2021-08-11T22:50:00.425Z] [ 65%] Generating libplasma-theme-global.h, libplasma-theme-global.cpp[2021-08-11T22:50:00.425Z] In file included from /usr/home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 FreeBSDQt5.15/src/declarativeimports/kirigamiplasmastyle/units.cpp:11:[2021-08-11T22:50:00.425Z] /usr/home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 FreeBSDQt5.15/src/declarativeimports/kirigamiplasmastyle/units.h:12:10: fatal error: 'Kirigami2/Units' file not found[2021-08-11T22:50:00.425Z] #include [2021-08-11T22:50:00.425Z]  ^[2021-08-11T22:50:00.425Z] [ 65%] Building CXX object src/plasma/CMakeFiles/KF5Plasma.dir/KF5Plasma_autogen/mocs_compilation.cpp.o[2021-08-11T22:50:00.703Z] 1 error generated.[2021-08-11T22:50:00.703Z] gmake[2]: *** [src/declarativeimports/kirigamiplasmastyle/CMakeFiles/KirigamiPlasmaStyle.dir/build.make:104: src/declarativeimports/kirigamiplasmastyle/CMakeFiles/KirigamiPlasmaStyle.dir/units.cpp.o] Error 1[2021-08-11T22:50:00.703Z] [ 65%] Building CXX object src/declarativeimports/calendar/CMakeFiles/calendarplugin.dir/eventdatadecorator.cpp.o[2021-08-11T22:50:00.703Z] In file included from /usr/home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 FreeBSDQt5.15/src/declarativeimports/kirigamiplasmastyle/plugin.cpp:8:[2021-08-11T22:50:00.703Z] /usr/home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 FreeBSDQt5.15/src/declarativeimports/kirigamiplasmastyle/plugin.h:14:33: error: unknown class name 'KirigamiPluginFactoryV2'; did you mean 'KirigamiPluginFactory'?[2021-08-11T22:50:00.703Z] class Plugin : public Kirigami::KirigamiPluginFactoryV2[2021-08-11T22:50:00.703Z] ^~~[2021-08-11T22:50:00.703Z] KirigamiPluginFactory[2021-08-11T22:50:00.703Z] /usr/home/jenkins/install-prefix/include/KF5/Kirigami2/kirigamipluginfactory.h:28:24: note: 'KirigamiPluginFactory' declared here[2021-08-11T22:50:00.703Z] class KIRIGAMI2_EXPORT KirigamiPluginFactory : public QObject[2021-08-11T22:50:00.703Z]^[2021-08-11T22:50:00.703Z] [ 65%] Building CXX object src/declarativeimports/platformcomponents/CMakeFiles/platformcomponentsplugin.dir/icondialog.cpp.o[2021-08-11T22:50:00.703Z] In file included from /usr/home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 FreeBSDQt5.15/src/declarativeimports/kirigamiplasmastyle/plugin.cpp:8:[2021-08-11T22:50:00.703Z] /usr/home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 FreeBSDQt5.15/src/declarativeimports/kirigamiplasmastyle/plugin.h:28:15: error: no type named 'Units' in namespace 'Kirigami'[2021-08-11T22:50:00.703Z] Kirigami::Units *createUnits(QObject *parent) override;[2021-08-11T22:50:00.703Z] ~~^[2021-08-11T22:50:00.703Z] In file included from /usr/home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 FreeBSDQt5.15/src/declarativeimports/kirigamiplasmastyle/plugin.cpp:9:[2021-08-11T22:50:00.703Z] /usr/home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 FreeBSDQt5.15/src

KDE CI: Plasma » plasma-framework » kf5-qt5 FreeBSDQt5.15 - Build # 555 - Still Failing!

2021-08-11 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Plasma/job/plasma-framework/job/kf5-qt5%20FreeBSDQt5.15/555/
 Project:
kf5-qt5 FreeBSDQt5.15
 Date of build:
Wed, 11 Aug 2021 22:49:37 +
 Build duration:
31 sec and counting
   CONSOLE OUTPUT
  [...truncated 787 lines...][2021-08-11T22:50:01.219Z] [ 64%] Building CXX object src/declarativeimports/platformcomponents/CMakeFiles/platformcomponentsplugin.dir/platformcomponentsplugin_autogen/mocs_compilation.cpp.o[2021-08-11T22:50:01.219Z] [ 64%] Built target KF5Plasma_autogen[2021-08-11T22:50:01.219Z] [ 64%] Building CXX object src/declarativeimports/calendar/CMakeFiles/calendarplugin.dir/eventpluginsmanager.cpp.o[2021-08-11T22:50:01.498Z] In file included from /usr/home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 FreeBSDQt5.15/build/src/declarativeimports/kirigamiplasmastyle/KirigamiPlasmaStyle_autogen/mocs_compilation.cpp:2:[2021-08-11T22:50:01.498Z] In file included from /usr/home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 FreeBSDQt5.15/build/src/declarativeimports/kirigamiplasmastyle/KirigamiPlasmaStyle_autogen/EWIEGA46WW/moc_units.cpp:10:[2021-08-11T22:50:01.498Z] /usr/home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 FreeBSDQt5.15/build/src/declarativeimports/kirigamiplasmastyle/KirigamiPlasmaStyle_autogen/EWIEGA46WW/../../../../../../src/declarativeimports/kirigamiplasmastyle/units.h:12:10: fatal error: 'Kirigami2/Units' file not found[2021-08-11T22:50:01.498Z] #include [2021-08-11T22:50:01.498Z]  ^[2021-08-11T22:50:01.498Z] [ 65%] Building CXX object src/declarativeimports/platformcomponents/CMakeFiles/platformcomponentsplugin.dir/platformextensionplugin.cpp.o[2021-08-11T22:50:01.498Z] [ 65%] Linking CXX executable ../../bin/plasmapkg2[2021-08-11T22:50:01.498Z] 1 error generated.[2021-08-11T22:50:01.498Z] gmake[2]: *** [src/declarativeimports/kirigamiplasmastyle/CMakeFiles/KirigamiPlasmaStyle.dir/build.make:76: src/declarativeimports/kirigamiplasmastyle/CMakeFiles/KirigamiPlasmaStyle.dir/KirigamiPlasmaStyle_autogen/mocs_compilation.cpp.o] Error 1[2021-08-11T22:50:01.498Z] gmake[2]: *** Waiting for unfinished jobs[2021-08-11T22:50:01.762Z] [ 65%] Building CXX object src/declarativeimports/platformcomponents/CMakeFiles/platformcomponentsplugin.dir/application.cpp.o[2021-08-11T22:50:01.762Z] [ 65%] Built target plasmapkg2[2021-08-11T22:50:01.762Z] [ 65%] Generating libplasma-theme-global.h, libplasma-theme-global.cpp[2021-08-11T22:50:01.762Z] In file included from /usr/home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 FreeBSDQt5.15/src/declarativeimports/kirigamiplasmastyle/units.cpp:11:[2021-08-11T22:50:01.762Z] /usr/home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 FreeBSDQt5.15/src/declarativeimports/kirigamiplasmastyle/units.h:12:10: fatal error: 'Kirigami2/Units' file not found[2021-08-11T22:50:01.762Z] #include [2021-08-11T22:50:01.762Z]  ^[2021-08-11T22:50:01.762Z] [ 65%] Building CXX object src/plasma/CMakeFiles/KF5Plasma.dir/KF5Plasma_autogen/mocs_compilation.cpp.o[2021-08-11T22:50:01.762Z] 1 error generated.[2021-08-11T22:50:01.762Z] gmake[2]: *** [src/declarativeimports/kirigamiplasmastyle/CMakeFiles/KirigamiPlasmaStyle.dir/build.make:104: src/declarativeimports/kirigamiplasmastyle/CMakeFiles/KirigamiPlasmaStyle.dir/units.cpp.o] Error 1[2021-08-11T22:50:01.762Z] [ 65%] Building CXX object src/declarativeimports/platformcomponents/CMakeFiles/platformcomponentsplugin.dir/icondialog.cpp.o[2021-08-11T22:50:02.023Z] In file included from /usr/home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 FreeBSDQt5.15/src/declarativeimports/kirigamiplasmastyle/plugin.cpp:8:[2021-08-11T22:50:02.023Z] /usr/home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 FreeBSDQt5.15/src/declarativeimports/kirigamiplasmastyle/plugin.h:14:33: error: unknown class name 'KirigamiPluginFactoryV2'; did you mean 'KirigamiPluginFactory'?[2021-08-11T22:50:02.023Z] class Plugin : public Kirigami::KirigamiPluginFactoryV2[2021-08-11T22:50:02.023Z] ^~~[2021-08-11T22:50:02.023Z] KirigamiPluginFactory[2021-08-11T22:50:02.023Z] /usr/home/jenkins/install-prefix/include/KF5/Kirigami2/kirigamipluginfactory.h:28:24: note: 'KirigamiPluginFactory' declared here[2021-08-11T22:50:02.023Z] class KIRIGAMI2_EXPORT KirigamiPluginFactory : public QObject[2021-08-11T22:50:02.023Z]^[2021-08-11T22:50:02.023Z] In file included from /usr/home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 FreeBSDQt5.15/src/declarativeimports/kirigamiplasmastyle/plugin.cpp:8:[2021-08-11T22:50:02.023Z] /usr/home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 FreeBSDQt5.15/src/declarativeimports/kirigamiplasmastyle/plugin.h:28:15: error: no type named 'Units' in namespace 'Kirigami'[2021-08-11T22:50:02.023Z] Kirigami::Units *createUnits(QObject *parent) override;[2021-08-11T22:50

KDE CI: Plasma » plasma-framework » stable-kf5-qt5 SUSEQt5.15 - Build # 568 - Still Failing!

2021-08-11 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Plasma/job/plasma-framework/job/stable-kf5-qt5%20SUSEQt5.15/568/
 Project:
stable-kf5-qt5 SUSEQt5.15
 Date of build:
Wed, 11 Aug 2021 17:16:53 +
 Build duration:
50 min and counting
   CONSOLE OUTPUT
  [...truncated 752 lines...][2021-08-11T18:07:19.528Z] ./Messages.sh[2021-08-11T18:07:19.528Z] ./README[2021-08-11T18:07:19.528Z] ./package/[2021-08-11T18:07:19.528Z] ./package/contents/[2021-08-11T18:07:19.528Z] ./package/contents/ui/[2021-08-11T18:07:19.528Z] ./package/contents/ui/main.qml[2021-08-11T18:07:19.528Z] ./package/metadata.desktop[2021-08-11T18:07:19.528Z] ./plugin/[2021-08-11T18:07:19.528Z] ./plugin/%{APPNAMELC}plugin.cpp[2021-08-11T18:07:19.528Z] ./plugin/%{APPNAMELC}plugin.h[2021-08-11T18:07:19.528Z] ./plugin/CMakeLists.txt[2021-08-11T18:07:19.528Z] ./plugin/qmldir[2021-08-11T18:07:19.528Z] ./qml-plasmoid-with-qml-extension.kdevtemplate[2021-08-11T18:07:19.528Z] [ 53%] Built target cpp-plasmoid[2021-08-11T18:07:19.528Z] [ 53%] Gzipping default/icons/input.svgz[2021-08-11T18:07:19.528Z] [ 53%] Built target qml-plasmoid[2021-08-11T18:07:19.528Z] [ 53%] Built target qml-plasmoid-with-qml-extension[2021-08-11T18:07:19.528Z] [ 54%] Gzipping default/icons/kalarm.svgz[2021-08-11T18:07:19.528Z] [ 54%] Building CXX object src/declarativeimports/kirigamiplasmastyle/CMakeFiles/KirigamiPlasmaStyle.dir/KirigamiPlasmaStyle_autogen/mocs_compilation.cpp.o[2021-08-11T18:07:19.528Z] [ 54%] Building CXX object src/declarativeimports/calendar/CMakeFiles/calendarplugin.dir/calendarplugin_autogen/mocs_compilation.cpp.o[2021-08-11T18:07:19.787Z] [ 54%] Gzipping default/icons/kdeconnect.svgz[2021-08-11T18:07:19.787Z] [ 54%] Building CXX object src/plasmapkg/CMakeFiles/plasmapkg2.dir/plasmapkg2_autogen/mocs_compilation.cpp.o[2021-08-11T18:07:19.787Z] [ 54%] Gzipping default/icons/keyboard.svgz[2021-08-11T18:07:19.787Z] [ 55%] Building CXX object src/plasmapkg/CMakeFiles/plasmapkg2.dir/main.cpp.o[2021-08-11T18:07:19.787Z] [ 55%] Gzipping default/icons/kget.svgz[2021-08-11T18:07:20.045Z] In file included from /home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 SUSEQt5.15/build/src/declarativeimports/kirigamiplasmastyle/KirigamiPlasmaStyle_autogen/EWIEGA46WW/moc_units.cpp:10,[2021-08-11T18:07:20.045Z]  from /home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 SUSEQt5.15/build/src/declarativeimports/kirigamiplasmastyle/KirigamiPlasmaStyle_autogen/mocs_compilation.cpp:2:[2021-08-11T18:07:20.045Z] /home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 SUSEQt5.15/build/src/declarativeimports/kirigamiplasmastyle/KirigamiPlasmaStyle_autogen/EWIEGA46WW/../../../../../../src/declarativeimports/kirigamiplasmastyle/units.h:12:10: fatal error: Kirigami/Units: No such file or directory[2021-08-11T18:07:20.045Z]12 | #include [2021-08-11T18:07:20.045Z]   |  ^~~~[2021-08-11T18:07:20.045Z] compilation terminated.[2021-08-11T18:07:20.045Z] make[2]: *** [src/declarativeimports/kirigamiplasmastyle/CMakeFiles/KirigamiPlasmaStyle.dir/build.make:76: src/declarativeimports/kirigamiplasmastyle/CMakeFiles/KirigamiPlasmaStyle.dir/KirigamiPlasmaStyle_autogen/mocs_compilation.cpp.o] Error 1[2021-08-11T18:07:20.045Z] make[1]: *** [CMakeFiles/Makefile2:2091: src/declarativeimports/kirigamiplasmastyle/CMakeFiles/KirigamiPlasmaStyle.dir/all] Error 2[2021-08-11T18:07:20.045Z] make[1]: *** Waiting for unfinished jobs[2021-08-11T18:07:20.045Z] [ 55%] Gzipping default/icons/kgpg.svgz[2021-08-11T18:07:20.045Z] [ 56%] Gzipping default/icons/kleopatra.svgz[2021-08-11T18:07:20.045Z] [ 56%] Gzipping default/icons/klipper.svgz[2021-08-11T18:07:20.045Z] [ 56%] Gzipping default/icons/kmail.svgz[2021-08-11T18:07:20.306Z] [ 56%] Building CXX object src/declarativeimports/calendar/CMakeFiles/calendarplugin.dir/calendarplugin.cpp.o[2021-08-11T18:07:20.306Z] [ 56%] Gzipping default/icons/konv_message.svgz[2021-08-11T18:07:20.306Z] [ 56%] Gzipping default/icons/konversation.svgz[2021-08-11T18:07:20.566Z] [ 57%] Gzipping default/icons/kopete.svgz[2021-08-11T18:07:20.566Z] [ 57%] Gzipping default/icons/korgac.svgz[2021-08-11T18:07:20.566Z] [ 57%] Gzipping default/icons/kpackagekit.svgz[2021-08-11T18:07:20.824Z] [ 57%] Gzipping default/icons/kruler.svgz[2021-08-11T18:07:20.824Z] [ 57%] Gzipping default/icons/kteatime.svgz[2021-08-11T18:07:20.824Z] [ 58%] Gzipping default/icons/ktorrent.svgz[2021-08-11T18:07:20.824Z] [ 58%] Gzipping default/icons/kup.svgz[2021-08-11T18:07:20.824Z] [ 58%] Built target KF5Plasma_autogen[2021-08-11T18:07:20.824Z] [ 58%] Gzipping default/icons/list.svgz[2021-08-11T18:07:20.824Z] [ 58%] Gzipping default/icons/mail.svgz[2021-08-11T18:07:21.092Z] [ 59%] Building CXX object src/declarativeimports/platformcomponents/CMakeFiles/platformcomponentsplugin.dir/platformextensionplugin.cpp.o[2021-08-11T18:07:21.092Z] [ 59%] Gzipping default/icons/media.svgz[2021-08-11T18:07:21.092Z

KDE CI: Plasma » plasma-framework » kf5-qt5 SUSEQt5.15 - Build # 566 - Still Failing!

2021-08-11 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Plasma/job/plasma-framework/job/kf5-qt5%20SUSEQt5.15/566/
 Project:
kf5-qt5 SUSEQt5.15
 Date of build:
Wed, 11 Aug 2021 17:11:43 +
 Build duration:
11 min and counting
   CONSOLE OUTPUT
  [...truncated 748 lines...][2021-08-11T17:23:36.110Z] ./package/contents/ui/main.qml[2021-08-11T17:23:36.110Z] ./package/metadata.desktop[2021-08-11T17:23:36.110Z] ./qml-plasmoid.kdevtemplate[2021-08-11T17:23:36.110Z] ./qml-plasmoid.png[2021-08-11T17:23:36.110Z] ./[2021-08-11T17:23:36.110Z] ./CMakeLists.txt[2021-08-11T17:23:36.110Z] ./LICENSES/[2021-08-11T17:23:36.110Z] ./LICENSES/LGPL-2.1-or-later.txt[2021-08-11T17:23:36.110Z] ./Messages.sh[2021-08-11T17:23:36.110Z] ./README[2021-08-11T17:23:36.110Z] ./package/[2021-08-11T17:23:36.110Z] ./package/contents/[2021-08-11T17:23:36.110Z] ./package/contents/ui/[2021-08-11T17:23:36.110Z] ./package/contents/ui/main.qml[2021-08-11T17:23:36.110Z] ./package/metadata.desktop[2021-08-11T17:23:36.110Z] ./plugin/[2021-08-11T17:23:36.110Z] ./plugin/%{APPNAMELC}plugin.cpp[2021-08-11T17:23:36.110Z] ./plugin/%{APPNAMELC}plugin.h[2021-08-11T17:23:36.110Z] ./plugin/CMakeLists.txt[2021-08-11T17:23:36.110Z] ./plugin/qmldir[2021-08-11T17:23:36.110Z] ./qml-plasmoid-with-qml-extension.kdevtemplate[2021-08-11T17:23:36.110Z] [ 54%] Built target cpp-plasmoid[2021-08-11T17:23:36.110Z] [ 54%] Building CXX object src/declarativeimports/platformcomponents/CMakeFiles/platformcomponentsplugin.dir/platformcomponentsplugin_autogen/mocs_compilation.cpp.o[2021-08-11T17:23:36.110Z] [ 54%] Gzipping default/icons/kgpg.svgz[2021-08-11T17:23:36.110Z] [ 54%] Built target qml-plasmoid[2021-08-11T17:23:36.110Z] [ 55%] Building CXX object src/declarativeimports/platformcomponents/CMakeFiles/platformcomponentsplugin.dir/platformextensionplugin.cpp.o[2021-08-11T17:23:36.110Z] [ 55%] Built target qml-plasmoid-with-qml-extension[2021-08-11T17:23:36.110Z] [ 56%] Gzipping default/icons/kleopatra.svgz[2021-08-11T17:23:36.370Z] [ 56%] Building CXX object src/declarativeimports/calendar/CMakeFiles/calendarplugin.dir/calendarplugin_autogen/mocs_compilation.cpp.o[2021-08-11T17:23:36.370Z] [ 56%] Gzipping default/icons/klipper.svgz[2021-08-11T17:23:36.370Z] [ 56%] Building CXX object src/declarativeimports/kirigamiplasmastyle/CMakeFiles/KirigamiPlasmaStyle.dir/KirigamiPlasmaStyle_autogen/mocs_compilation.cpp.o[2021-08-11T17:23:36.370Z] [ 56%] Gzipping default/icons/kmail.svgz[2021-08-11T17:23:36.629Z] [ 56%] Gzipping default/icons/konv_message.svgz[2021-08-11T17:23:36.629Z] [ 56%] Gzipping default/icons/konversation.svgz[2021-08-11T17:23:36.629Z] In file included from /home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 SUSEQt5.15/build/src/declarativeimports/kirigamiplasmastyle/KirigamiPlasmaStyle_autogen/EWIEGA46WW/moc_units.cpp:10,[2021-08-11T17:23:36.629Z]  from /home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 SUSEQt5.15/build/src/declarativeimports/kirigamiplasmastyle/KirigamiPlasmaStyle_autogen/mocs_compilation.cpp:2:[2021-08-11T17:23:36.629Z] /home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 SUSEQt5.15/build/src/declarativeimports/kirigamiplasmastyle/KirigamiPlasmaStyle_autogen/EWIEGA46WW/../../../../../../src/declarativeimports/kirigamiplasmastyle/units.h:12:10: fatal error: Kirigami/Units: No such file or directory[2021-08-11T17:23:36.629Z]12 | #include [2021-08-11T17:23:36.629Z]   |  ^~~~[2021-08-11T17:23:36.629Z] compilation terminated.[2021-08-11T17:23:36.629Z] make[2]: *** [src/declarativeimports/kirigamiplasmastyle/CMakeFiles/KirigamiPlasmaStyle.dir/build.make:76: src/declarativeimports/kirigamiplasmastyle/CMakeFiles/KirigamiPlasmaStyle.dir/KirigamiPlasmaStyle_autogen/mocs_compilation.cpp.o] Error 1[2021-08-11T17:23:36.629Z] make[1]: *** [CMakeFiles/Makefile2:2091: src/declarativeimports/kirigamiplasmastyle/CMakeFiles/KirigamiPlasmaStyle.dir/all] Error 2[2021-08-11T17:23:36.629Z] make[1]: *** Waiting for unfinished jobs[2021-08-11T17:23:36.896Z] [ 57%] Gzipping default/icons/kopete.svgz[2021-08-11T17:23:36.896Z] [ 57%] Gzipping default/icons/korgac.svgz[2021-08-11T17:23:36.896Z] [ 57%] Building CXX object src/declarativeimports/calendar/CMakeFiles/calendarplugin.dir/calendarplugin.cpp.o[2021-08-11T17:23:36.896Z] [ 57%] Gzipping default/icons/kpackagekit.svgz[2021-08-11T17:23:36.896Z] [ 57%] Gzipping default/icons/kruler.svgz[2021-08-11T17:23:36.896Z] [ 57%] Gzipping default/icons/kteatime.svgz[2021-08-11T17:23:37.156Z] [ 58%] Gzipping default/icons/ktorrent.svgz[2021-08-11T17:23:37.156Z] [ 58%] Gzipping default/icons/kup.svgz[2021-08-11T17:23:37.156Z] [ 58%] Gzipping default/icons/list.svgz[2021-08-11T17:23:37.156Z] [ 58%] Gzipping default/icons/mail.svgz[2021-08-11T17:23:37.156Z] [ 58%] Built target KF5Plasma_autogen[2021-08-11T17:23:37.156Z] [ 58%] Gzipping default/icons/media.svgz[2021-08-11T17:23:37.156Z] [ 59%] Gzipping default/icons/mobile.svgz[2021-08

KDE CI: Plasma » plasma-framework » stable-kf5-qt5 SUSEQt5.15 - Build # 567 - Failure!

2021-08-11 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Plasma/job/plasma-framework/job/stable-kf5-qt5%20SUSEQt5.15/567/
 Project:
stable-kf5-qt5 SUSEQt5.15
 Date of build:
Wed, 11 Aug 2021 16:37:42 +
 Build duration:
39 min and counting
   CONSOLE OUTPUT
  [...truncated 752 lines...][2021-08-11T17:16:45.988Z] ./plugin/%{APPNAMELC}plugin.h[2021-08-11T17:16:45.988Z] ./plugin/CMakeLists.txt[2021-08-11T17:16:45.988Z] ./plugin/qmldir[2021-08-11T17:16:45.988Z] ./qml-plasmoid-with-qml-extension.kdevtemplate[2021-08-11T17:16:45.988Z] ./[2021-08-11T17:16:45.988Z] ./CMakeLists.txt[2021-08-11T17:16:45.988Z] ./LICENSES/[2021-08-11T17:16:45.988Z] ./LICENSES/LGPL-2.1-or-later.txt[2021-08-11T17:16:45.988Z] ./Messages.sh[2021-08-11T17:16:45.988Z] ./README[2021-08-11T17:16:45.988Z] ./package/[2021-08-11T17:16:45.988Z] ./package/contents/[2021-08-11T17:16:45.988Z] ./package/contents/images/[2021-08-11T17:16:45.988Z] ./package/contents/images/pairs.svgz[2021-08-11T17:16:45.988Z] ./package/contents/ui/[2021-08-11T17:16:45.988Z] ./package/contents/ui/main.qml[2021-08-11T17:16:45.988Z] ./package/metadata.desktop[2021-08-11T17:16:45.988Z] ./qml-plasmoid.kdevtemplate[2021-08-11T17:16:45.988Z] ./qml-plasmoid.png[2021-08-11T17:16:45.988Z] [ 55%] Gzipping default/icons/klipper.svgz[2021-08-11T17:16:45.988Z] [ 55%] Building CXX object src/declarativeimports/platformcomponents/CMakeFiles/platformcomponentsplugin.dir/platformcomponentsplugin_autogen/mocs_compilation.cpp.o[2021-08-11T17:16:45.988Z] [ 55%] Built target cpp-plasmoid[2021-08-11T17:16:45.988Z] [ 55%] Built target qml-plasmoid-with-qml-extension[2021-08-11T17:16:46.248Z] [ 55%] Gzipping default/icons/kmail.svgz[2021-08-11T17:16:46.248Z] [ 55%] Built target qml-plasmoid[2021-08-11T17:16:46.248Z] [ 55%] Gzipping default/icons/konv_message.svgz[2021-08-11T17:16:46.248Z] [ 55%] Building CXX object src/declarativeimports/calendar/CMakeFiles/calendarplugin.dir/calendarplugin_autogen/mocs_compilation.cpp.o[2021-08-11T17:16:46.248Z] [ 55%] Gzipping default/icons/konversation.svgz[2021-08-11T17:16:46.248Z] [ 55%] Building CXX object src/declarativeimports/kirigamiplasmastyle/CMakeFiles/KirigamiPlasmaStyle.dir/KirigamiPlasmaStyle_autogen/mocs_compilation.cpp.o[2021-08-11T17:16:46.248Z] [ 56%] Gzipping default/icons/kopete.svgz[2021-08-11T17:16:46.248Z] [ 56%] Building CXX object src/plasmapkg/CMakeFiles/plasmapkg2.dir/plasmapkg2_autogen/mocs_compilation.cpp.o[2021-08-11T17:16:46.248Z] [ 56%] Gzipping default/icons/korgac.svgz[2021-08-11T17:16:46.506Z] [ 56%] Gzipping default/icons/kpackagekit.svgz[2021-08-11T17:16:46.506Z] [ 57%] Building CXX object src/plasmapkg/CMakeFiles/plasmapkg2.dir/main.cpp.o[2021-08-11T17:16:46.506Z] [ 57%] Gzipping default/icons/kruler.svgz[2021-08-11T17:16:46.506Z] In file included from /home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 SUSEQt5.15/build/src/declarativeimports/kirigamiplasmastyle/KirigamiPlasmaStyle_autogen/EWIEGA46WW/moc_units.cpp:10,[2021-08-11T17:16:46.506Z]  from /home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 SUSEQt5.15/build/src/declarativeimports/kirigamiplasmastyle/KirigamiPlasmaStyle_autogen/mocs_compilation.cpp:2:[2021-08-11T17:16:46.506Z] /home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 SUSEQt5.15/build/src/declarativeimports/kirigamiplasmastyle/KirigamiPlasmaStyle_autogen/EWIEGA46WW/../../../../../../src/declarativeimports/kirigamiplasmastyle/units.h:12:10: fatal error: Kirigami/Units: No such file or directory[2021-08-11T17:16:46.506Z]12 | #include [2021-08-11T17:16:46.506Z]   |  ^~~~[2021-08-11T17:16:46.506Z] compilation terminated.[2021-08-11T17:16:46.506Z] make[2]: *** [src/declarativeimports/kirigamiplasmastyle/CMakeFiles/KirigamiPlasmaStyle.dir/build.make:76: src/declarativeimports/kirigamiplasmastyle/CMakeFiles/KirigamiPlasmaStyle.dir/KirigamiPlasmaStyle_autogen/mocs_compilation.cpp.o] Error 1[2021-08-11T17:16:46.506Z] make[1]: *** [CMakeFiles/Makefile2:2091: src/declarativeimports/kirigamiplasmastyle/CMakeFiles/KirigamiPlasmaStyle.dir/all] Error 2[2021-08-11T17:16:46.506Z] make[1]: *** Waiting for unfinished jobs[2021-08-11T17:16:46.506Z] [ 57%] Gzipping default/icons/kteatime.svgz[2021-08-11T17:16:46.506Z] [ 58%] Gzipping default/icons/ktorrent.svgz[2021-08-11T17:16:46.506Z] [ 59%] Building CXX object src/declarativeimports/platformcomponents/CMakeFiles/platformcomponentsplugin.dir/platformextensionplugin.cpp.o[2021-08-11T17:16:46.506Z] [ 59%] Built target KF5Plasma_autogen[2021-08-11T17:16:46.506Z] [ 59%] Gzipping default/icons/kup.svgz[2021-08-11T17:16:46.506Z] [ 59%] Building CXX object src/declarativeimports/platformcomponents/CMakeFiles/platformcomponentsplugin.dir/application.cpp.o[2021-08-11T17:16:46.506Z] [ 59%] Gzipping default/icons/list.svgz[2021-08-11T17:16:46.506Z] [ 59%] Gzipping default/icons/mail.svgz[2021-08-11T17:16:46.765Z] [ 59%] Gzipping default/icons/media.svgz[2021-08

KDE CI: Plasma » plasma-framework » kf5-qt5 SUSEQt5.15 - Build # 565 - Failure!

2021-08-11 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Plasma/job/plasma-framework/job/kf5-qt5%20SUSEQt5.15/565/
 Project:
kf5-qt5 SUSEQt5.15
 Date of build:
Wed, 11 Aug 2021 16:37:43 +
 Build duration:
33 min and counting
   CONSOLE OUTPUT
  [...truncated 752 lines...][2021-08-11T17:11:35.046Z] ./src/package/contents/images/pairs.svgz[2021-08-11T17:11:35.046Z] ./src/package/contents/ui/[2021-08-11T17:11:35.046Z] ./src/package/contents/ui/main.qml[2021-08-11T17:11:35.046Z] ./src/package/metadata.desktop[2021-08-11T17:11:35.046Z] [ 55%] Gzipping default/icons/klipper.svgz[2021-08-11T17:11:35.046Z] [ 55%] Building CXX object src/declarativeimports/platformcomponents/CMakeFiles/platformcomponentsplugin.dir/platformcomponentsplugin_autogen/mocs_compilation.cpp.o[2021-08-11T17:11:35.046Z] [ 55%] Building CXX object src/declarativeimports/calendar/CMakeFiles/calendarplugin.dir/calendarplugin_autogen/mocs_compilation.cpp.o[2021-08-11T17:11:35.046Z] [ 55%] Built target cpp-plasmoid[2021-08-11T17:11:35.046Z] [ 55%] Generating qml-plasmoid.tar.bz2[2021-08-11T17:11:35.046Z] ./[2021-08-11T17:11:35.046Z] ./CMakeLists.txt[2021-08-11T17:11:35.046Z] ./LICENSES/[2021-08-11T17:11:35.046Z] ./LICENSES/LGPL-2.1-or-later.txt[2021-08-11T17:11:35.046Z] ./Messages.sh[2021-08-11T17:11:35.046Z] ./README[2021-08-11T17:11:35.046Z] ./package/[2021-08-11T17:11:35.046Z] ./package/contents/[2021-08-11T17:11:35.046Z] ./package/contents/images/[2021-08-11T17:11:35.046Z] ./package/contents/images/pairs.svgz[2021-08-11T17:11:35.046Z] [ 55%] Gzipping default/icons/kmail.svgz[2021-08-11T17:11:35.046Z] ./package/contents/ui/[2021-08-11T17:11:35.046Z] ./package/contents/ui/main.qml[2021-08-11T17:11:35.046Z] ./package/metadata.desktop[2021-08-11T17:11:35.046Z] ./qml-plasmoid.kdevtemplate[2021-08-11T17:11:35.046Z] ./qml-plasmoid.png[2021-08-11T17:11:35.305Z] [ 55%] Gzipping default/icons/konv_message.svgz[2021-08-11T17:11:35.305Z] [ 55%] Building CXX object src/declarativeimports/kirigamiplasmastyle/CMakeFiles/KirigamiPlasmaStyle.dir/KirigamiPlasmaStyle_autogen/mocs_compilation.cpp.o[2021-08-11T17:11:35.305Z] [ 55%] Built target qml-plasmoid[2021-08-11T17:11:35.305Z] [ 55%] Gzipping default/icons/konversation.svgz[2021-08-11T17:11:35.305Z] [ 56%] Gzipping default/icons/kopete.svgz[2021-08-11T17:11:35.305Z] [ 56%] Gzipping default/icons/korgac.svgz[2021-08-11T17:11:35.564Z] [ 56%] Gzipping default/icons/kpackagekit.svgz[2021-08-11T17:11:35.564Z] [ 56%] Building CXX object src/plasmapkg/CMakeFiles/plasmapkg2.dir/plasmapkg2_autogen/mocs_compilation.cpp.o[2021-08-11T17:11:35.564Z] [ 56%] Gzipping default/icons/kruler.svgz[2021-08-11T17:11:35.564Z] In file included from /home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 SUSEQt5.15/build/src/declarativeimports/kirigamiplasmastyle/KirigamiPlasmaStyle_autogen/EWIEGA46WW/moc_units.cpp:10,[2021-08-11T17:11:35.564Z]  from /home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 SUSEQt5.15/build/src/declarativeimports/kirigamiplasmastyle/KirigamiPlasmaStyle_autogen/mocs_compilation.cpp:2:[2021-08-11T17:11:35.564Z] /home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 SUSEQt5.15/build/src/declarativeimports/kirigamiplasmastyle/KirigamiPlasmaStyle_autogen/EWIEGA46WW/../../../../../../src/declarativeimports/kirigamiplasmastyle/units.h:12:10: fatal error: Kirigami/Units: No such file or directory[2021-08-11T17:11:35.564Z]12 | #include [2021-08-11T17:11:35.564Z]   |  ^~~~[2021-08-11T17:11:35.564Z] compilation terminated.[2021-08-11T17:11:35.564Z] make[2]: *** [src/declarativeimports/kirigamiplasmastyle/CMakeFiles/KirigamiPlasmaStyle.dir/build.make:76: src/declarativeimports/kirigamiplasmastyle/CMakeFiles/KirigamiPlasmaStyle.dir/KirigamiPlasmaStyle_autogen/mocs_compilation.cpp.o] Error 1[2021-08-11T17:11:35.564Z] make[1]: *** [CMakeFiles/Makefile2:2091: src/declarativeimports/kirigamiplasmastyle/CMakeFiles/KirigamiPlasmaStyle.dir/all] Error 2[2021-08-11T17:11:35.564Z] make[1]: *** Waiting for unfinished jobs[2021-08-11T17:11:35.564Z] [ 56%] Gzipping default/icons/kteatime.svgz[2021-08-11T17:11:35.564Z] [ 57%] Building CXX object src/plasmapkg/CMakeFiles/plasmapkg2.dir/main.cpp.o[2021-08-11T17:11:35.564Z] [ 58%] Gzipping default/icons/ktorrent.svgz[2021-08-11T17:11:35.564Z] [ 58%] Building CXX object src/declarativeimports/calendar/CMakeFiles/calendarplugin.dir/calendarplugin.cpp.o[2021-08-11T17:11:35.564Z] [ 58%] Gzipping default/icons/kup.svgz[2021-08-11T17:11:35.564Z] [ 58%] Built target KF5Plasma_autogen[2021-08-11T17:11:35.564Z] [ 58%] Gzipping default/icons/list.svgz[2021-08-11T17:11:35.564Z] [ 58%] Gzipping default/icons/mail.svgz[2021-08-11T17:11:35.564Z] [ 59%] Building CXX object src/declarativeimports/platformcomponents/CMakeFiles/platformcomponentsplugin.dir/platformextensionplugin.cpp.o[2021-08-11T17:11:35.564Z] [ 59%] Gzipping default/icons/media.svgz[2021-08-11T17:11:35.823Z] [ 60%] Gzipping default/icons

KDE CI: Plasma » plasma-framework » kf5-qt5 FreeBSDQt5.15 - Build # 554 - Still Failing!

2021-08-11 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Plasma/job/plasma-framework/job/kf5-qt5%20FreeBSDQt5.15/554/
 Project:
kf5-qt5 FreeBSDQt5.15
 Date of build:
Wed, 11 Aug 2021 16:41:36 +
 Build duration:
26 sec and counting
   CONSOLE OUTPUT
  [...truncated 787 lines...][2021-08-11T16:41:56.472Z] [ 64%] Gzipping default/icons/zoom.svgz[2021-08-11T16:41:56.472Z] [ 64%] Built target default_desktoptheme_graphics_icons[2021-08-11T16:41:56.472Z] [ 64%] Building CXX object src/declarativeimports/calendar/CMakeFiles/calendarplugin.dir/eventpluginsmanager.cpp.o[2021-08-11T16:41:56.472Z] In file included from /usr/home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 FreeBSDQt5.15/build/src/declarativeimports/kirigamiplasmastyle/KirigamiPlasmaStyle_autogen/mocs_compilation.cpp:2:[2021-08-11T16:41:56.472Z] In file included from /usr/home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 FreeBSDQt5.15/build/src/declarativeimports/kirigamiplasmastyle/KirigamiPlasmaStyle_autogen/EWIEGA46WW/moc_units.cpp:10:[2021-08-11T16:41:56.472Z] /usr/home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 FreeBSDQt5.15/build/src/declarativeimports/kirigamiplasmastyle/KirigamiPlasmaStyle_autogen/EWIEGA46WW/../../../../../../src/declarativeimports/kirigamiplasmastyle/units.h:12:10: fatal error: 'Kirigami/Units' file not found[2021-08-11T16:41:56.472Z] #include [2021-08-11T16:41:56.472Z]  ^~~~[2021-08-11T16:41:56.472Z] In file included from /usr/home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 FreeBSDQt5.15/src/declarativeimports/kirigamiplasmastyle/units.cpp:11:[2021-08-11T16:41:56.472Z] /usr/home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 FreeBSDQt5.15/src/declarativeimports/kirigamiplasmastyle/units.h:12:10: fatal error: 'Kirigami/Units' file not found[2021-08-11T16:41:56.472Z] #include [2021-08-11T16:41:56.472Z]  ^~~~[2021-08-11T16:41:56.735Z] 1 error generated.[2021-08-11T16:41:56.735Z] gmake[2]: *** [src/declarativeimports/kirigamiplasmastyle/CMakeFiles/KirigamiPlasmaStyle.dir/build.make:76: src/declarativeimports/kirigamiplasmastyle/CMakeFiles/KirigamiPlasmaStyle.dir/KirigamiPlasmaStyle_autogen/mocs_compilation.cpp.o] Error 1[2021-08-11T16:41:56.735Z] gmake[2]: *** Waiting for unfinished jobs[2021-08-11T16:41:56.735Z] [ 64%] Generating libplasma-theme-global.h, libplasma-theme-global.cpp[2021-08-11T16:41:56.735Z] 1 error generated.[2021-08-11T16:41:56.735Z] gmake[2]: *** [src/declarativeimports/kirigamiplasmastyle/CMakeFiles/KirigamiPlasmaStyle.dir/build.make:104: src/declarativeimports/kirigamiplasmastyle/CMakeFiles/KirigamiPlasmaStyle.dir/units.cpp.o] Error 1[2021-08-11T16:41:56.735Z] [ 65%] Building CXX object src/declarativeimports/platformcomponents/CMakeFiles/platformcomponentsplugin.dir/platformextensionplugin.cpp.o[2021-08-11T16:41:56.735Z] [ 65%] Building CXX object src/plasma/CMakeFiles/KF5Plasma.dir/KF5Plasma_autogen/mocs_compilation.cpp.o[2021-08-11T16:41:56.735Z] [ 65%] Linking CXX executable ../../bin/plasmapkg2[2021-08-11T16:41:56.735Z] [ 65%] Built target plasmapkg2[2021-08-11T16:41:56.735Z] [ 65%] Building CXX object src/declarativeimports/platformcomponents/CMakeFiles/platformcomponentsplugin.dir/application.cpp.o[2021-08-11T16:41:56.996Z] [ 65%] Building CXX object src/plasma/CMakeFiles/KF5Plasma.dir/plasma.cpp.o[2021-08-11T16:41:56.996Z] In file included from /usr/home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 FreeBSDQt5.15/src/declarativeimports/kirigamiplasmastyle/plugin.cpp:8:[2021-08-11T16:41:56.996Z] /usr/home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 FreeBSDQt5.15/src/declarativeimports/kirigamiplasmastyle/plugin.h:14:33: error: unknown class name 'KirigamiPluginFactoryV2'; did you mean 'KirigamiPluginFactory'?[2021-08-11T16:41:56.996Z] class Plugin : public Kirigami::KirigamiPluginFactoryV2[2021-08-11T16:41:56.996Z] ^~~[2021-08-11T16:41:56.996Z] KirigamiPluginFactory[2021-08-11T16:41:56.996Z] /usr/home/jenkins/install-prefix/include/KF5/Kirigami2/kirigamipluginfactory.h:28:24: note: 'KirigamiPluginFactory' declared here[2021-08-11T16:41:56.996Z] class KIRIGAMI2_EXPORT KirigamiPluginFactory : public QObject[2021-08-11T16:41:56.996Z]^[2021-08-11T16:41:56.996Z] In file included from /usr/home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 FreeBSDQt5.15/src/declarativeimports/kirigamiplasmastyle/plugin.cpp:8:[2021-08-11T16:41:56.996Z] /usr/home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 FreeBSDQt5.15/src/declarativeimports/kirigamiplasmastyle/plugin.h:28:15: error: no type named 'Units' in namespace 'Kirigami'[2021-08-11T16:41:56.996Z] Kirigami::Units *createUnits(QObject *parent) override;[2021-08-11T16:41:56.996Z] ~~^[2021-08-11T16:41:56.996Z] In file included from /usr/home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 FreeBSDQt5.15/src

KDE CI: Plasma » plasma-framework » kf5-qt5 FreeBSDQt5.15 - Build # 553 - Failure!

2021-08-11 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Plasma/job/plasma-framework/job/kf5-qt5%20FreeBSDQt5.15/553/
 Project:
kf5-qt5 FreeBSDQt5.15
 Date of build:
Wed, 11 Aug 2021 16:37:42 +
 Build duration:
2 min 53 sec and counting
   CONSOLE OUTPUT
  [...truncated 735 lines...][2021-08-11T16:40:12.306Z] ./plugin/%{APPNAMELC}plugin.cpp[2021-08-11T16:40:12.306Z] ./plugin/%{APPNAMELC}plugin.h[2021-08-11T16:40:12.306Z] ./plugin/CMakeLists.txt[2021-08-11T16:40:12.306Z] ./plugin/qmldir[2021-08-11T16:40:12.306Z] ./plasma-wallpaper-with-qml-extension.kdevtemplate[2021-08-11T16:40:12.306Z] [ 62%] Generating qml-plasmoid-with-qml-extension.tar.bz2[2021-08-11T16:40:12.306Z] .[2021-08-11T16:40:12.306Z] ./CMakeLists.txt[2021-08-11T16:40:12.306Z] ./qml-plasmoid.png[2021-08-11T16:40:12.306Z] ./package[2021-08-11T16:40:12.306Z] ./package/contents[2021-08-11T16:40:12.306Z] ./package/contents/images[2021-08-11T16:40:12.306Z] ./package/contents/images/pairs.svgz[2021-08-11T16:40:12.306Z] ./package/contents/ui[2021-08-11T16:40:12.306Z] ./package/contents/ui/main.qml[2021-08-11T16:40:12.306Z] ./package/metadata.desktop[2021-08-11T16:40:12.306Z] ./Messages.sh[2021-08-11T16:40:12.306Z] ./README[2021-08-11T16:40:12.306Z] ./qml-plasmoid.kdevtemplate[2021-08-11T16:40:12.306Z] ./LICENSES[2021-08-11T16:40:12.306Z] ./LICENSES/LGPL-2.1-or-later.txt[2021-08-11T16:40:12.694Z] [ 62%] Built target plasma-wallpaper-with-qml-extension[2021-08-11T16:40:12.694Z] .[2021-08-11T16:40:12.694Z] ./plugin[2021-08-11T16:40:12.694Z] ./plugin/%{APPNAMELC}plugin.cpp[2021-08-11T16:40:12.694Z] ./plugin/%{APPNAMELC}plugin.h[2021-08-11T16:40:12.694Z] ./plugin/qmldir[2021-08-11T16:40:12.694Z] ./plugin/CMakeLists.txt[2021-08-11T16:40:12.694Z] ./qml-plasmoid-with-qml-extension.kdevtemplate[2021-08-11T16:40:12.694Z] ./LICENSES[2021-08-11T16:40:12.694Z] ./LICENSES/LGPL-2.1-or-later.txt[2021-08-11T16:40:12.694Z] ./package[2021-08-11T16:40:12.694Z] ./package/contents[2021-08-11T16:40:12.694Z] ./package/contents/ui[2021-08-11T16:40:12.694Z] ./package/contents/ui/main.qml[2021-08-11T16:40:12.694Z] ./package/metadata.desktop[2021-08-11T16:40:12.694Z] ./Messages.sh[2021-08-11T16:40:12.694Z] ./README[2021-08-11T16:40:12.694Z] ./CMakeLists.txt[2021-08-11T16:40:12.694Z] [ 62%] Built target qml-plasmoid-with-qml-extension[2021-08-11T16:40:12.694Z] [ 62%] Built target qml-plasmoid[2021-08-11T16:40:13.270Z] [ 62%] Building CXX object src/declarativeimports/platformcomponents/CMakeFiles/platformcomponentsplugin.dir/platformcomponentsplugin_autogen/mocs_compilation.cpp.o[2021-08-11T16:40:13.270Z] [ 62%] Building CXX object src/declarativeimports/kirigamiplasmastyle/CMakeFiles/KirigamiPlasmaStyle.dir/KirigamiPlasmaStyle_autogen/mocs_compilation.cpp.o[2021-08-11T16:40:13.270Z] [ 63%] Building CXX object src/declarativeimports/platformcomponents/CMakeFiles/platformcomponentsplugin.dir/platformextensionplugin.cpp.o[2021-08-11T16:40:13.270Z] [ 63%] Building CXX object src/plasmapkg/CMakeFiles/plasmapkg2.dir/plasmapkg2_autogen/mocs_compilation.cpp.o[2021-08-11T16:40:13.271Z] [ 63%] Building CXX object src/declarativeimports/calendar/CMakeFiles/calendarplugin.dir/calendarplugin_autogen/mocs_compilation.cpp.o[2021-08-11T16:40:13.271Z] [ 64%] Building CXX object src/plasmapkg/CMakeFiles/plasmapkg2.dir/main.cpp.o[2021-08-11T16:40:22.931Z] [ 64%] Linking CXX executable ../../bin/plasmapkg2[2021-08-11T16:40:22.931Z] [ 64%] Building CXX object src/declarativeimports/kirigamiplasmastyle/CMakeFiles/KirigamiPlasmaStyle.dir/plugin.cpp.o[2021-08-11T16:40:22.931Z] In file included from /usr/home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 FreeBSDQt5.15/build/src/declarativeimports/kirigamiplasmastyle/KirigamiPlasmaStyle_autogen/mocs_compilation.cpp:2:[2021-08-11T16:40:22.931Z] In file included from /usr/home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 FreeBSDQt5.15/build/src/declarativeimports/kirigamiplasmastyle/KirigamiPlasmaStyle_autogen/EWIEGA46WW/moc_units.cpp:10:[2021-08-11T16:40:22.931Z] /usr/home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 FreeBSDQt5.15/build/src/declarativeimports/kirigamiplasmastyle/KirigamiPlasmaStyle_autogen/EWIEGA46WW/../../../../../../src/declarativeimports/kirigamiplasmastyle/units.h:12:10: fatal error: 'Kirigami/Units' file not found[2021-08-11T16:40:22.931Z] #include [2021-08-11T16:40:22.931Z]  ^~~~[2021-08-11T16:40:22.931Z] [ 64%] Built target plasmapkg2[2021-08-11T16:40:22.931Z] [ 64%] Building CXX object src/declarativeimports/calendar/CMakeFiles/calendarplugin.dir/calendarplugin.cpp.o[2021-08-11T16:40:23.660Z] 1 error generated.[2021-08-11T16:40:23.670Z] gmake[2]: *** [src/declarativeimports/kirigamiplasmastyle/CMakeFiles/KirigamiPlasmaStyle.dir/build.make:76: src/declarativeimports/kirigamiplasmastyle/CMakeFiles/KirigamiPlasmaStyle.dir/KirigamiPlasmaStyle_autogen/mocs_compilation.cpp.o] Error 1[2021-08-11T16:40:23.670Z] gmake[2]: *** Waiting for unfinished jobs[2021-08

KDE CI: Plasma » plasma-framework » stable-kf5-qt5 FreeBSDQt5.15 - Build # 565 - Still Failing!

2021-08-11 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Plasma/job/plasma-framework/job/stable-kf5-qt5%20FreeBSDQt5.15/565/
 Project:
stable-kf5-qt5 FreeBSDQt5.15
 Date of build:
Wed, 11 Aug 2021 16:38:31 +
 Build duration:
42 sec and counting
   CONSOLE OUTPUT
  [...truncated 787 lines...][2021-08-11T16:39:02.768Z] [ 65%] Building CXX object src/declarativeimports/kirigamiplasmastyle/CMakeFiles/KirigamiPlasmaStyle.dir/KirigamiPlasmaStyle_autogen/mocs_compilation.cpp.o[2021-08-11T16:39:03.358Z] [ 65%] Built target KF5Plasma_autogen[2021-08-11T16:39:03.358Z] [ 65%] Building CXX object src/declarativeimports/platformcomponents/CMakeFiles/platformcomponentsplugin.dir/application.cpp.o[2021-08-11T16:39:03.358Z] [ 65%] Generating libplasma-theme-global.h, libplasma-theme-global.cpp[2021-08-11T16:39:03.358Z] [ 65%] Building CXX object src/plasma/CMakeFiles/KF5Plasma.dir/KF5Plasma_autogen/mocs_compilation.cpp.o[2021-08-11T16:39:03.640Z] [ 65%] Linking CXX executable ../../bin/plasmapkg2[2021-08-11T16:39:03.640Z] [ 65%] Building CXX object src/declarativeimports/platformcomponents/CMakeFiles/platformcomponentsplugin.dir/icondialog.cpp.o[2021-08-11T16:39:03.910Z] [ 65%] Built target plasmapkg2[2021-08-11T16:39:03.910Z] [ 65%] Building CXX object src/declarativeimports/kirigamiplasmastyle/CMakeFiles/KirigamiPlasmaStyle.dir/plugin.cpp.o[2021-08-11T16:39:03.910Z] [ 65%] Building CXX object src/plasma/CMakeFiles/KF5Plasma.dir/plasma.cpp.o[2021-08-11T16:39:04.169Z] [ 65%] Building CXX object src/declarativeimports/kirigamiplasmastyle/CMakeFiles/KirigamiPlasmaStyle.dir/units.cpp.o[2021-08-11T16:39:04.453Z] [ 65%] Building CXX object src/plasma/CMakeFiles/KF5Plasma.dir/pluginloader.cpp.o[2021-08-11T16:39:04.453Z] In file included from /usr/home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 FreeBSDQt5.15/build/src/declarativeimports/kirigamiplasmastyle/KirigamiPlasmaStyle_autogen/mocs_compilation.cpp:2:[2021-08-11T16:39:04.453Z] In file included from /usr/home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 FreeBSDQt5.15/build/src/declarativeimports/kirigamiplasmastyle/KirigamiPlasmaStyle_autogen/EWIEGA46WW/moc_units.cpp:10:[2021-08-11T16:39:04.453Z] /usr/home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 FreeBSDQt5.15/build/src/declarativeimports/kirigamiplasmastyle/KirigamiPlasmaStyle_autogen/EWIEGA46WW/../../../../../../src/declarativeimports/kirigamiplasmastyle/units.h:12:10: fatal error: 'Kirigami/Units' file not found[2021-08-11T16:39:04.453Z] #include [2021-08-11T16:39:04.453Z]  ^~~~[2021-08-11T16:39:04.730Z] [ 66%] Building CXX object src/plasma/CMakeFiles/KF5Plasma.dir/version.cpp.o[2021-08-11T16:39:04.730Z] [ 66%] Building CXX object src/plasma/CMakeFiles/KF5Plasma.dir/applet.cpp.o[2021-08-11T16:39:04.730Z] 1 error generated.[2021-08-11T16:39:04.730Z] gmake[2]: *** [src/declarativeimports/kirigamiplasmastyle/CMakeFiles/KirigamiPlasmaStyle.dir/build.make:76: src/declarativeimports/kirigamiplasmastyle/CMakeFiles/KirigamiPlasmaStyle.dir/KirigamiPlasmaStyle_autogen/mocs_compilation.cpp.o] Error 1[2021-08-11T16:39:04.730Z] gmake[2]: *** Waiting for unfinished jobs[2021-08-11T16:39:04.730Z] [ 66%] Building CXX object src/plasma/CMakeFiles/KF5Plasma.dir/containment.cpp.o[2021-08-11T16:39:05.353Z] In file included from /usr/home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 FreeBSDQt5.15/src/declarativeimports/kirigamiplasmastyle/units.cpp:11:[2021-08-11T16:39:05.353Z] /usr/home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 FreeBSDQt5.15/src/declarativeimports/kirigamiplasmastyle/units.h:12:10: fatal error: 'Kirigami/Units' file not found[2021-08-11T16:39:05.353Z] #include [2021-08-11T16:39:05.353Z]  ^~~~[2021-08-11T16:39:05.638Z] [ 66%] Building CXX object src/plasma/CMakeFiles/KF5Plasma.dir/containmentactions.cpp.o[2021-08-11T16:39:05.638Z] 1 error generated.[2021-08-11T16:39:05.638Z] gmake[2]: *** [src/declarativeimports/kirigamiplasmastyle/CMakeFiles/KirigamiPlasmaStyle.dir/build.make:104: src/declarativeimports/kirigamiplasmastyle/CMakeFiles/KirigamiPlasmaStyle.dir/units.cpp.o] Error 1[2021-08-11T16:39:05.638Z] [ 66%] Building CXX object src/plasma/CMakeFiles/KF5Plasma.dir/corona.cpp.o[2021-08-11T16:39:05.924Z] In file included from /usr/home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 FreeBSDQt5.15/src/declarativeimports/kirigamiplasmastyle/plugin.cpp:8:[2021-08-11T16:39:05.924Z] /usr/home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 FreeBSDQt5.15/src/declarativeimports/kirigamiplasmastyle/plugin.h:14:33: error: unknown class name 'KirigamiPluginFactoryV2'; did you mean 'KirigamiPluginFactory'?[2021-08-11T16:39:05.924Z] class Plugin : public Kirigami::KirigamiPluginFactoryV2[2021-08-11T16:39:05.924Z] ^~~[2021-08-11T16:39:05.924Z] KirigamiPluginFactory[2021-08-11T16:39

KDE CI: Plasma » plasma-framework » stable-kf5-qt5 FreeBSDQt5.15 - Build # 564 - Failure!

2021-08-11 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Plasma/job/plasma-framework/job/stable-kf5-qt5%20FreeBSDQt5.15/564/
 Project:
stable-kf5-qt5 FreeBSDQt5.15
 Date of build:
Wed, 11 Aug 2021 16:37:42 +
 Build duration:
43 sec and counting
   CONSOLE OUTPUT
  [...truncated 787 lines...][2021-08-11T16:38:15.403Z] [ 65%] Building CXX object src/declarativeimports/platformcomponents/CMakeFiles/platformcomponentsplugin.dir/platformextensionplugin.cpp.o[2021-08-11T16:38:15.674Z] In file included from /usr/home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 FreeBSDQt5.15/build/src/declarativeimports/kirigamiplasmastyle/KirigamiPlasmaStyle_autogen/mocs_compilation.cpp:2:[2021-08-11T16:38:15.674Z] In file included from /usr/home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 FreeBSDQt5.15/build/src/declarativeimports/kirigamiplasmastyle/KirigamiPlasmaStyle_autogen/EWIEGA46WW/moc_units.cpp:10:[2021-08-11T16:38:15.674Z] /usr/home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 FreeBSDQt5.15/build/src/declarativeimports/kirigamiplasmastyle/KirigamiPlasmaStyle_autogen/EWIEGA46WW/../../../../../../src/declarativeimports/kirigamiplasmastyle/units.h:12:10: fatal error: 'Kirigami/Units' file not found[2021-08-11T16:38:15.674Z] #include [2021-08-11T16:38:15.674Z]  ^~~~[2021-08-11T16:38:15.969Z] [ 65%] Linking CXX executable ../../bin/plasmapkg2[2021-08-11T16:38:15.970Z] [ 65%] Built target KF5Plasma_autogen[2021-08-11T16:38:15.970Z] 1 error generated.[2021-08-11T16:38:15.970Z] gmake[2]: *** [src/declarativeimports/kirigamiplasmastyle/CMakeFiles/KirigamiPlasmaStyle.dir/build.make:76: src/declarativeimports/kirigamiplasmastyle/CMakeFiles/KirigamiPlasmaStyle.dir/KirigamiPlasmaStyle_autogen/mocs_compilation.cpp.o] Error 1[2021-08-11T16:38:15.970Z] gmake[2]: *** Waiting for unfinished jobs[2021-08-11T16:38:15.970Z] [ 65%] Generating libplasma-theme-global.h, libplasma-theme-global.cpp[2021-08-11T16:38:15.970Z] [ 65%] Building CXX object src/declarativeimports/platformcomponents/CMakeFiles/platformcomponentsplugin.dir/application.cpp.o[2021-08-11T16:38:16.241Z] [ 65%] Built target plasmapkg2[2021-08-11T16:38:16.241Z] [ 65%] Building CXX object src/declarativeimports/platformcomponents/CMakeFiles/platformcomponentsplugin.dir/icondialog.cpp.o[2021-08-11T16:38:16.241Z] [ 65%] Building CXX object src/plasma/CMakeFiles/KF5Plasma.dir/KF5Plasma_autogen/mocs_compilation.cpp.o[2021-08-11T16:38:16.241Z] In file included from /usr/home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 FreeBSDQt5.15/src/declarativeimports/kirigamiplasmastyle/units.cpp:11:[2021-08-11T16:38:16.241Z] /usr/home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 FreeBSDQt5.15/src/declarativeimports/kirigamiplasmastyle/units.h:12:10: fatal error: 'Kirigami/Units' file not found[2021-08-11T16:38:16.241Z] #include [2021-08-11T16:38:16.241Z]  ^~~~[2021-08-11T16:38:16.505Z] 1 error generated.[2021-08-11T16:38:16.505Z] gmake[2]: *** [src/declarativeimports/kirigamiplasmastyle/CMakeFiles/KirigamiPlasmaStyle.dir/build.make:104: src/declarativeimports/kirigamiplasmastyle/CMakeFiles/KirigamiPlasmaStyle.dir/units.cpp.o] Error 1[2021-08-11T16:38:16.505Z] [ 65%] Building CXX object src/declarativeimports/calendar/CMakeFiles/calendarplugin.dir/eventdatadecorator.cpp.o[2021-08-11T16:38:16.505Z] In file included from /usr/home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 FreeBSDQt5.15/src/declarativeimports/kirigamiplasmastyle/plugin.cpp:8:[2021-08-11T16:38:16.505Z] /usr/home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 FreeBSDQt5.15/src/declarativeimports/kirigamiplasmastyle/plugin.h:14:33: error: unknown class name 'KirigamiPluginFactoryV2'; did you mean 'KirigamiPluginFactory'?[2021-08-11T16:38:16.505Z] class Plugin : public Kirigami::KirigamiPluginFactoryV2[2021-08-11T16:38:16.505Z] ^~~[2021-08-11T16:38:16.505Z] KirigamiPluginFactory[2021-08-11T16:38:16.505Z] /usr/home/jenkins/install-prefix/include/KF5/Kirigami2/kirigamipluginfactory.h:28:24: note: 'KirigamiPluginFactory' declared here[2021-08-11T16:38:16.505Z] class KIRIGAMI2_EXPORT KirigamiPluginFactory : public QObject[2021-08-11T16:38:16.505Z]^[2021-08-11T16:38:16.505Z] In file included from /usr/home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 FreeBSDQt5.15/src/declarativeimports/kirigamiplasmastyle/plugin.cpp:8:[2021-08-11T16:38:16.505Z] /usr/home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 FreeBSDQt5.15/src/declarativeimports/kirigamiplasmastyle/plugin.h:28:15: error: no type named 'Units' in namespace 'Kirigami'[2021-08-11T16:38:16.505Z] Kirigami::Units *createUnits(QObject *parent) override;[2021-08-11T16:38:16.505Z] ~~^[2021-08-11T16:38:16.505Z] In file included from /usr/home/jenkins/workspace/Plasma/plasma

KDE CI: Plasma » plasma-framework » stable-kf5-qt5 FreeBSDQt5.15 - Build # 472 - Unstable!

2021-06-01 Thread CI System
BUILD UNSTABLE
 Build URL
https://build.kde.org/job/Plasma/job/plasma-framework/job/stable-kf5-qt5%20FreeBSDQt5.15/472/
 Project:
stable-kf5-qt5 FreeBSDQt5.15
 Date of build:
Tue, 01 Jun 2021 21:31:17 +
 Build duration:
2 min 53 sec and counting
   JUnit Tests
  Name: projectroot Failed: 1 test(s), Passed: 10 test(s), Skipped: 0 test(s), Total: 11 test(s)Failed: projectroot.autotests.plasma_iconitemtest

KDE CI: Plasma » plasma-framework » kf5-qt5 FreeBSDQt5.15 - Build # 463 - Unstable!

2021-06-01 Thread CI System
BUILD UNSTABLE
 Build URL
https://build.kde.org/job/Plasma/job/plasma-framework/job/kf5-qt5%20FreeBSDQt5.15/463/
 Project:
kf5-qt5 FreeBSDQt5.15
 Date of build:
Tue, 01 Jun 2021 21:31:17 +
 Build duration:
1 min 36 sec and counting
   JUnit Tests
  Name: projectroot Failed: 1 test(s), Passed: 10 test(s), Skipped: 0 test(s), Total: 11 test(s)Failed: projectroot.autotests.plasma_iconitemtest

KDE CI: Plasma » plasma-framework » stable-kf5-qt5 FreeBSDQt5.15 - Build # 471 - Still Failing!

2021-06-01 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Plasma/job/plasma-framework/job/stable-kf5-qt5%20FreeBSDQt5.15/471/
 Project:
stable-kf5-qt5 FreeBSDQt5.15
 Date of build:
Tue, 01 Jun 2021 09:30:33 +
 Build duration:
19 sec and counting
   CONSOLE OUTPUT
  [...truncated 249 lines...][2021-06-01T09:30:51.978Z] Installing in /home/jenkins/install-prefix. Run /usr/home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 FreeBSDQt5.15/build/prefix.sh to set the environment for Plasma.[2021-06-01T09:30:51.978Z] -- Found gzip: /usr/bin/gzip  [2021-06-01T09:30:51.978Z] -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY[2021-06-01T09:30:51.978Z] -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY - Success[2021-06-01T09:30:51.978Z] -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY[2021-06-01T09:30:52.236Z] -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY - Success[2021-06-01T09:30:52.236Z] -- Performing Test COMPILER_HAS_DEPRECATED_ATTR[2021-06-01T09:30:52.236Z] -- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success[2021-06-01T09:30:52.236Z] tar: Option --sort=name is not supported[2021-06-01T09:30:52.236Z] Usage:[2021-06-01T09:30:52.236Z]   List:tar -tf [2021-06-01T09:30:52.236Z]   Extract: tar -xf [2021-06-01T09:30:52.236Z]   Create:  tar -cf  [filenames...][2021-06-01T09:30:52.236Z]   Help:tar --help[2021-06-01T09:30:52.236Z] -- The following features have been enabled:[2021-06-01T09:30:52.236Z] [2021-06-01T09:30:52.236Z]  * EGL, A platform-agnostic mechanism for creating rendering surfaces for use with other graphics libraries, such as OpenGL|ES and OpenVG.[2021-06-01T09:30:52.236Z] [2021-06-01T09:30:52.236Z] -- The following OPTIONAL packages have been found:[2021-06-01T09:30:52.236Z] [2021-06-01T09:30:52.236Z]  * KF5Completion (required version >= 5.82.0)[2021-06-01T09:30:52.236Z]  * KF5ItemViews (required version >= 5.82.0)[2021-06-01T09:30:52.236Z]  * KF5JobWidgets (required version >= 5.82.0)[2021-06-01T09:30:52.236Z]  * KF5Solid (required version >= 5.82.0)[2021-06-01T09:30:52.236Z]  * KF5Wayland (required version >= 5.82.0), Integration with the Wayland compositor[2021-06-01T09:30:52.236Z]  * KF5DocTools (required version >= 5.82.0), Tools to generate documentation[2021-06-01T09:30:52.236Z]  * X11, X11 libraries, [2021-06-01T09:30:52.236Z]  * XCB, X protocol C-language Binding, [2021-06-01T09:30:52.236Z]  * OpenGL, The OpenGL libraries, [2021-06-01T09:30:52.236Z] [2021-06-01T09:30:52.236Z] -- The following REQUIRED packages have been found:[2021-06-01T09:30:52.236Z] [2021-06-01T09:30:52.236Z]  * Qt5QmlModels (required version >= 5.15.2)[2021-06-01T09:30:52.236Z]  * Qt5Sql[2021-06-01T09:30:52.236Z]  * Qt5Qml[2021-06-01T09:30:52.236Z]  * Qt5Svg[2021-06-01T09:30:52.236Z]  * Qt5QuickControls2[2021-06-01T09:30:52.236Z]  * KF5Activities (required version >= 5.82.0)[2021-06-01T09:30:52.236Z]  * KF5Archive (required version >= 5.82.0)[2021-06-01T09:30:52.236Z]  * KF5DBusAddons (required version >= 5.82.0)[2021-06-01T09:30:52.236Z]  * Qt5Quick (required version >= 5.15.0)[2021-06-01T09:30:52.236Z]  * KF5Declarative (required version >= 5.82.0)[2021-06-01T09:30:52.236Z]  * KF5GlobalAccel (required version >= 5.82.0)[2021-06-01T09:30:52.236Z]  * KF5GuiAddons (required version >= 5.82.0)[2021-06-01T09:30:52.236Z]  * Gettext[2021-06-01T09:30:52.236Z]  * KF5I18n (required version >= 5.82.0)[2021-06-01T09:30:52.236Z]  * KF5IconThemes (required version >= 5.82.0)[2021-06-01T09:30:52.236Z]  * Qt5Network (required version >= 5.15.0)[2021-06-01T09:30:52.236Z]  * KF5KIO (required version >= 5.82.0)[2021-06-01T09:30:52.236Z]  * KF5Service (required version >= 5.82.0)[2021-06-01T09:30:52.236Z]  * KF5WindowSystem (required version >= 5.82.0)[2021-06-01T09:30:52.236Z]  * KF5Notifications (required version >= 5.82.0)[2021-06-01T09:30:52.236Z]  * KF5Package (required version >= 5.82.0)[2021-06-01T09:30:52.236Z]  * KF5Kirigami2 (required version >= 5.82.0)[2021-06-01T09:30:52.236Z]  * Qt5Gui (required version >= 5.15.0)[2021-06-01T09:30:52.236Z]  * KF5 (required version >= 5.82.0)[2021-06-01T09:30:52.236Z]  * Qt5X11Extras[2021-06-01T09:30:52.236Z]  * Qt5[2021-06-01T09:30:52.236Z]  * ECM (required version >= 1.6.0), Extra CMake Modules., [2021-06-01T09:30:52.236Z]  * gzip, Data compression program for the gzip format, [2021-06-01T09:30:52.236Z]  * Qt5Test (required version >= 5.15.0)[2021-06-01T09:30:52.236Z]Required for tests[2021-06-01T09:30:52.236Z]  * KF5CoreAddons (required version >= 5.82.0)[2021-06-01T09:30:52.236Z]  * KF5Auth (required version >= 5.82.0)[2021-06-01T09:30:52.236Z]  * Qt5Core (required version >= 5.15.0)[2021-06-01T09:30:52.236Z]  * KF5Codecs (required version >= 5.82.0)[2021-06-01T09:30:52.236Z]  * KF5WidgetsAddons (required version >= 5.82.0)[2021-06-01T09:30:52.236Z]  * KF5ConfigWidgets (required version >= 5.82.0)[2021-06-01T09:

KDE CI: Plasma » plasma-framework » stable-kf5-qt5 FreeBSDQt5.15 - Build # 470 - Still Failing!

2021-06-01 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Plasma/job/plasma-framework/job/stable-kf5-qt5%20FreeBSDQt5.15/470/
 Project:
stable-kf5-qt5 FreeBSDQt5.15
 Date of build:
Tue, 01 Jun 2021 09:29:48 +
 Build duration:
42 sec and counting
   CONSOLE OUTPUT
  [...truncated 253 lines...][2021-06-01T09:30:29.610Z] Installing in /home/jenkins/install-prefix. Run /usr/home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 FreeBSDQt5.15/build/prefix.sh to set the environment for Plasma.[2021-06-01T09:30:29.610Z] -- Found gzip: /usr/bin/gzip  [2021-06-01T09:30:29.610Z] -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY[2021-06-01T09:30:29.869Z] -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY - Success[2021-06-01T09:30:29.869Z] -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY[2021-06-01T09:30:29.869Z] -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY - Success[2021-06-01T09:30:29.869Z] -- Performing Test COMPILER_HAS_DEPRECATED_ATTR[2021-06-01T09:30:30.129Z] -- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success[2021-06-01T09:30:30.389Z] tar: Option --sort=name is not supported[2021-06-01T09:30:30.389Z] Usage:[2021-06-01T09:30:30.389Z]   List:tar -tf [2021-06-01T09:30:30.389Z]   Extract: tar -xf [2021-06-01T09:30:30.389Z]   Create:  tar -cf  [filenames...][2021-06-01T09:30:30.389Z]   Help:tar --help[2021-06-01T09:30:30.389Z] -- The following features have been enabled:[2021-06-01T09:30:30.389Z] [2021-06-01T09:30:30.389Z]  * EGL, A platform-agnostic mechanism for creating rendering surfaces for use with other graphics libraries, such as OpenGL|ES and OpenVG.[2021-06-01T09:30:30.389Z] [2021-06-01T09:30:30.389Z] -- The following OPTIONAL packages have been found:[2021-06-01T09:30:30.389Z] [2021-06-01T09:30:30.389Z]  * KF5Completion (required version >= 5.82.0)[2021-06-01T09:30:30.389Z]  * KF5ItemViews (required version >= 5.82.0)[2021-06-01T09:30:30.389Z]  * KF5JobWidgets (required version >= 5.82.0)[2021-06-01T09:30:30.389Z]  * KF5Solid (required version >= 5.82.0)[2021-06-01T09:30:30.389Z]  * KF5Wayland (required version >= 5.82.0), Integration with the Wayland compositor[2021-06-01T09:30:30.389Z]  * KF5DocTools (required version >= 5.82.0), Tools to generate documentation[2021-06-01T09:30:30.389Z]  * X11, X11 libraries, [2021-06-01T09:30:30.389Z]  * XCB, X protocol C-language Binding, [2021-06-01T09:30:30.389Z]  * OpenGL, The OpenGL libraries, [2021-06-01T09:30:30.389Z] [2021-06-01T09:30:30.389Z] -- The following REQUIRED packages have been found:[2021-06-01T09:30:30.389Z] [2021-06-01T09:30:30.389Z]  * Qt5QmlModels (required version >= 5.15.2)[2021-06-01T09:30:30.389Z]  * Qt5Sql[2021-06-01T09:30:30.389Z]  * Qt5Qml[2021-06-01T09:30:30.389Z]  * Qt5Svg[2021-06-01T09:30:30.389Z]  * Qt5QuickControls2[2021-06-01T09:30:30.389Z]  * KF5Activities (required version >= 5.82.0)[2021-06-01T09:30:30.389Z]  * KF5Archive (required version >= 5.82.0)[2021-06-01T09:30:30.389Z]  * KF5DBusAddons (required version >= 5.82.0)[2021-06-01T09:30:30.389Z]  * Qt5Quick (required version >= 5.15.0)[2021-06-01T09:30:30.389Z]  * KF5Declarative (required version >= 5.82.0)[2021-06-01T09:30:30.389Z]  * KF5GlobalAccel (required version >= 5.82.0)[2021-06-01T09:30:30.389Z]  * KF5GuiAddons (required version >= 5.82.0)[2021-06-01T09:30:30.389Z]  * Gettext[2021-06-01T09:30:30.389Z]  * KF5I18n (required version >= 5.82.0)[2021-06-01T09:30:30.389Z]  * KF5IconThemes (required version >= 5.82.0)[2021-06-01T09:30:30.389Z]  * Qt5Network (required version >= 5.15.0)[2021-06-01T09:30:30.389Z]  * KF5KIO (required version >= 5.82.0)[2021-06-01T09:30:30.389Z]  * KF5Service (required version >= 5.82.0)[2021-06-01T09:30:30.389Z]  * KF5WindowSystem (required version >= 5.82.0)[2021-06-01T09:30:30.389Z]  * KF5Notifications (required version >= 5.82.0)[2021-06-01T09:30:30.389Z]  * KF5Package (required version >= 5.82.0)[2021-06-01T09:30:30.389Z]  * KF5Kirigami2 (required version >= 5.82.0)[2021-06-01T09:30:30.389Z]  * Qt5Gui (required version >= 5.15.0)[2021-06-01T09:30:30.389Z]  * KF5 (required version >= 5.82.0)[2021-06-01T09:30:30.389Z]  * Qt5X11Extras[2021-06-01T09:30:30.389Z]  * Qt5[2021-06-01T09:30:30.389Z]  * ECM (required version >= 1.6.0), Extra CMake Modules., [2021-06-01T09:30:30.389Z]  * gzip, Data compression program for the gzip format, [2021-06-01T09:30:30.389Z]  * Qt5Test (required version >= 5.15.0)[2021-06-01T09:30:30.389Z]Required for tests[2021-06-01T09:30:30.389Z]  * KF5CoreAddons (required version >= 5.82.0)[2021-06-01T09:30:30.389Z]  * KF5Auth (required version >= 5.82.0)[2021-06-01T09:30:30.389Z]  * Qt5Core (required version >= 5.15.0)[2021-06-01T09:30:30.389Z]  * KF5Codecs (required version >= 5.82.0)[2021-06-01T09:30:30.389Z]  * KF5WidgetsAddons (required version >= 5.82.0)[2021-06-01T09:30:30.389Z]  * KF5ConfigWidgets (required version >= 5.82.0)[2021-06-01T09:

KDE CI: Plasma » plasma-framework » kf5-qt5 FreeBSDQt5.15 - Build # 462 - Still Failing!

2021-06-01 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Plasma/job/plasma-framework/job/kf5-qt5%20FreeBSDQt5.15/462/
 Project:
kf5-qt5 FreeBSDQt5.15
 Date of build:
Tue, 01 Jun 2021 09:29:48 +
 Build duration:
15 sec and counting
   CONSOLE OUTPUT
  [...truncated 249 lines...][2021-06-01T09:30:03.358Z] Installing in /home/jenkins/install-prefix. Run /usr/home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 FreeBSDQt5.15/build/prefix.sh to set the environment for Plasma.[2021-06-01T09:30:03.358Z] -- Found gzip: /usr/bin/gzip  [2021-06-01T09:30:03.358Z] -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY[2021-06-01T09:30:03.616Z] -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY - Success[2021-06-01T09:30:03.616Z] -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY[2021-06-01T09:30:03.616Z] -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY - Success[2021-06-01T09:30:03.616Z] -- Performing Test COMPILER_HAS_DEPRECATED_ATTR[2021-06-01T09:30:03.616Z] -- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success[2021-06-01T09:30:03.616Z] tar: Option --sort=name is not supported[2021-06-01T09:30:03.616Z] Usage:[2021-06-01T09:30:03.616Z]   List:tar -tf [2021-06-01T09:30:03.616Z]   Extract: tar -xf [2021-06-01T09:30:03.616Z]   Create:  tar -cf  [filenames...][2021-06-01T09:30:03.616Z]   Help:tar --help[2021-06-01T09:30:03.874Z] -- The following features have been enabled:[2021-06-01T09:30:03.874Z] [2021-06-01T09:30:03.874Z]  * EGL, A platform-agnostic mechanism for creating rendering surfaces for use with other graphics libraries, such as OpenGL|ES and OpenVG.[2021-06-01T09:30:03.874Z] [2021-06-01T09:30:03.874Z] -- The following OPTIONAL packages have been found:[2021-06-01T09:30:03.874Z] [2021-06-01T09:30:03.874Z]  * KF5Completion (required version >= 5.82.0)[2021-06-01T09:30:03.874Z]  * KF5ItemViews (required version >= 5.82.0)[2021-06-01T09:30:03.874Z]  * KF5JobWidgets (required version >= 5.82.0)[2021-06-01T09:30:03.874Z]  * KF5Solid (required version >= 5.82.0)[2021-06-01T09:30:03.874Z]  * KF5Wayland (required version >= 5.82.0), Integration with the Wayland compositor[2021-06-01T09:30:03.874Z]  * KF5DocTools (required version >= 5.82.0), Tools to generate documentation[2021-06-01T09:30:03.874Z]  * X11, X11 libraries, [2021-06-01T09:30:03.874Z]  * XCB, X protocol C-language Binding, [2021-06-01T09:30:03.874Z]  * OpenGL, The OpenGL libraries, [2021-06-01T09:30:03.874Z] [2021-06-01T09:30:03.874Z] -- The following REQUIRED packages have been found:[2021-06-01T09:30:03.874Z] [2021-06-01T09:30:03.874Z]  * Qt5QmlModels (required version >= 5.15.2)[2021-06-01T09:30:03.874Z]  * Qt5Sql[2021-06-01T09:30:03.874Z]  * Qt5Qml[2021-06-01T09:30:03.874Z]  * Qt5Svg[2021-06-01T09:30:03.874Z]  * Qt5QuickControls2[2021-06-01T09:30:03.874Z]  * KF5Activities (required version >= 5.82.0)[2021-06-01T09:30:03.874Z]  * KF5Archive (required version >= 5.82.0)[2021-06-01T09:30:03.874Z]  * KF5DBusAddons (required version >= 5.82.0)[2021-06-01T09:30:03.874Z]  * Qt5Quick (required version >= 5.15.0)[2021-06-01T09:30:03.874Z]  * KF5Declarative (required version >= 5.82.0)[2021-06-01T09:30:03.874Z]  * KF5GlobalAccel (required version >= 5.82.0)[2021-06-01T09:30:03.874Z]  * KF5GuiAddons (required version >= 5.82.0)[2021-06-01T09:30:03.874Z]  * Gettext[2021-06-01T09:30:03.874Z]  * KF5I18n (required version >= 5.82.0)[2021-06-01T09:30:03.874Z]  * KF5IconThemes (required version >= 5.82.0)[2021-06-01T09:30:03.874Z]  * Qt5Network (required version >= 5.15.0)[2021-06-01T09:30:03.874Z]  * KF5KIO (required version >= 5.82.0)[2021-06-01T09:30:03.874Z]  * KF5Service (required version >= 5.82.0)[2021-06-01T09:30:03.874Z]  * KF5WindowSystem (required version >= 5.82.0)[2021-06-01T09:30:03.874Z]  * KF5Notifications (required version >= 5.82.0)[2021-06-01T09:30:03.874Z]  * KF5Package (required version >= 5.82.0)[2021-06-01T09:30:03.874Z]  * KF5Kirigami2 (required version >= 5.82.0)[2021-06-01T09:30:03.874Z]  * Qt5Gui (required version >= 5.15.0)[2021-06-01T09:30:03.874Z]  * KF5 (required version >= 5.82.0)[2021-06-01T09:30:03.874Z]  * Qt5X11Extras[2021-06-01T09:30:03.874Z]  * Qt5[2021-06-01T09:30:03.874Z]  * ECM (required version >= 1.6.0), Extra CMake Modules., [2021-06-01T09:30:03.874Z]  * gzip, Data compression program for the gzip format, [2021-06-01T09:30:03.874Z]  * Qt5Test (required version >= 5.15.0)[2021-06-01T09:30:03.874Z]Required for tests[2021-06-01T09:30:03.874Z]  * KF5CoreAddons (required version >= 5.82.0)[2021-06-01T09:30:03.874Z]  * KF5Auth (required version >= 5.82.0)[2021-06-01T09:30:03.874Z]  * Qt5Core (required version >= 5.15.0)[2021-06-01T09:30:03.874Z]  * KF5Codecs (required version >= 5.82.0)[2021-06-01T09:30:03.874Z]  * KF5WidgetsAddons (required version >= 5.82.0)[2021-06-01T09:30:03.874Z]  * KF5ConfigWidgets (required version >= 5.82.0)[2021-06-01T09:30:03.874Z]  * KF

KDE CI: Plasma » plasma-framework » kf5-qt5 FreeBSDQt5.15 - Build # 461 - Still Failing!

2021-05-31 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Plasma/job/plasma-framework/job/kf5-qt5%20FreeBSDQt5.15/461/
 Project:
kf5-qt5 FreeBSDQt5.15
 Date of build:
Tue, 01 Jun 2021 00:39:00 +
 Build duration:
33 sec and counting
   CONSOLE OUTPUT
  [...truncated 251 lines...][2021-06-01T00:39:33.136Z] Installing in /home/jenkins/install-prefix. Run /usr/home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 FreeBSDQt5.15/build/prefix.sh to set the environment for Plasma.[2021-06-01T00:39:33.393Z] -- Found gzip: /usr/bin/gzip  [2021-06-01T00:39:33.393Z] -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY[2021-06-01T00:39:33.393Z] -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY - Success[2021-06-01T00:39:33.394Z] -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY[2021-06-01T00:39:33.394Z] -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY - Success[2021-06-01T00:39:33.394Z] -- Performing Test COMPILER_HAS_DEPRECATED_ATTR[2021-06-01T00:39:33.394Z] -- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success[2021-06-01T00:39:33.652Z] tar: Option --sort=name is not supported[2021-06-01T00:39:33.652Z] Usage:[2021-06-01T00:39:33.652Z]   List:tar -tf [2021-06-01T00:39:33.652Z]   Extract: tar -xf [2021-06-01T00:39:33.652Z]   Create:  tar -cf  [filenames...][2021-06-01T00:39:33.652Z]   Help:tar --help[2021-06-01T00:39:33.652Z] -- The following features have been enabled:[2021-06-01T00:39:33.652Z] [2021-06-01T00:39:33.652Z]  * EGL, A platform-agnostic mechanism for creating rendering surfaces for use with other graphics libraries, such as OpenGL|ES and OpenVG.[2021-06-01T00:39:33.652Z] [2021-06-01T00:39:33.652Z] -- The following OPTIONAL packages have been found:[2021-06-01T00:39:33.652Z] [2021-06-01T00:39:33.652Z]  * KF5Completion (required version >= 5.82.0)[2021-06-01T00:39:33.652Z]  * KF5ItemViews (required version >= 5.82.0)[2021-06-01T00:39:33.652Z]  * KF5JobWidgets (required version >= 5.82.0)[2021-06-01T00:39:33.652Z]  * KF5Solid (required version >= 5.82.0)[2021-06-01T00:39:33.652Z]  * KF5Wayland (required version >= 5.82.0), Integration with the Wayland compositor[2021-06-01T00:39:33.652Z]  * KF5DocTools (required version >= 5.82.0), Tools to generate documentation[2021-06-01T00:39:33.652Z]  * X11, X11 libraries, [2021-06-01T00:39:33.652Z]  * XCB, X protocol C-language Binding, [2021-06-01T00:39:33.652Z]  * OpenGL, The OpenGL libraries, [2021-06-01T00:39:33.652Z] [2021-06-01T00:39:33.652Z] -- The following REQUIRED packages have been found:[2021-06-01T00:39:33.652Z] [2021-06-01T00:39:33.652Z]  * Qt5QmlModels (required version >= 5.15.2)[2021-06-01T00:39:33.652Z]  * Qt5Sql[2021-06-01T00:39:33.652Z]  * Qt5Qml[2021-06-01T00:39:33.652Z]  * Qt5Svg[2021-06-01T00:39:33.652Z]  * Qt5QuickControls2[2021-06-01T00:39:33.652Z]  * KF5Activities (required version >= 5.82.0)[2021-06-01T00:39:33.652Z]  * KF5Archive (required version >= 5.82.0)[2021-06-01T00:39:33.652Z]  * KF5DBusAddons (required version >= 5.82.0)[2021-06-01T00:39:33.652Z]  * Qt5Quick (required version >= 5.15.0)[2021-06-01T00:39:33.652Z]  * KF5Declarative (required version >= 5.82.0)[2021-06-01T00:39:33.652Z]  * KF5GlobalAccel (required version >= 5.82.0)[2021-06-01T00:39:33.652Z]  * KF5GuiAddons (required version >= 5.82.0)[2021-06-01T00:39:33.652Z]  * Gettext[2021-06-01T00:39:33.652Z]  * KF5I18n (required version >= 5.82.0)[2021-06-01T00:39:33.652Z]  * KF5IconThemes (required version >= 5.82.0)[2021-06-01T00:39:33.652Z]  * Qt5Network (required version >= 5.15.0)[2021-06-01T00:39:33.652Z]  * KF5KIO (required version >= 5.82.0)[2021-06-01T00:39:33.652Z]  * KF5Service (required version >= 5.82.0)[2021-06-01T00:39:33.652Z]  * KF5WindowSystem (required version >= 5.82.0)[2021-06-01T00:39:33.652Z]  * KF5Notifications (required version >= 5.82.0)[2021-06-01T00:39:33.652Z]  * KF5Package (required version >= 5.82.0)[2021-06-01T00:39:33.652Z]  * KF5Kirigami2 (required version >= 5.82.0)[2021-06-01T00:39:33.652Z]  * Qt5Gui (required version >= 5.15.0)[2021-06-01T00:39:33.652Z]  * KF5 (required version >= 5.82.0)[2021-06-01T00:39:33.652Z]  * Qt5X11Extras[2021-06-01T00:39:33.652Z]  * Qt5[2021-06-01T00:39:33.652Z]  * ECM (required version >= 1.6.0), Extra CMake Modules., [2021-06-01T00:39:33.652Z]  * gzip, Data compression program for the gzip format, [2021-06-01T00:39:33.652Z]  * Qt5Test (required version >= 5.15.0)[2021-06-01T00:39:33.652Z]Required for tests[2021-06-01T00:39:33.652Z]  * KF5CoreAddons (required version >= 5.82.0)[2021-06-01T00:39:33.652Z]  * KF5Auth (required version >= 5.82.0)[2021-06-01T00:39:33.652Z]  * Qt5Core (required version >= 5.15.0)[2021-06-01T00:39:33.652Z]  * KF5Codecs (required version >= 5.82.0)[2021-06-01T00:39:33.652Z]  * KF5WidgetsAddons (required version >= 5.82.0)[2021-06-01T00:39:33.652Z]  * KF5ConfigWidgets (required version >= 5.82.0)[2021-06-01T00:39:33.652Z]  * KF

KDE CI: Plasma » plasma-framework » stable-kf5-qt5 FreeBSDQt5.15 - Build # 469 - Still Failing!

2021-05-31 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Plasma/job/plasma-framework/job/stable-kf5-qt5%20FreeBSDQt5.15/469/
 Project:
stable-kf5-qt5 FreeBSDQt5.15
 Date of build:
Tue, 01 Jun 2021 00:39:00 +
 Build duration:
16 sec and counting
   CONSOLE OUTPUT
  [...truncated 249 lines...][2021-06-01T00:39:16.246Z] Installing in /home/jenkins/install-prefix. Run /usr/home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 FreeBSDQt5.15/build/prefix.sh to set the environment for Plasma.[2021-06-01T00:39:16.246Z] -- Found gzip: /usr/bin/gzip  [2021-06-01T00:39:16.246Z] -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY[2021-06-01T00:39:16.246Z] -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY - Success[2021-06-01T00:39:16.246Z] -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY[2021-06-01T00:39:16.504Z] -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY - Success[2021-06-01T00:39:16.504Z] -- Performing Test COMPILER_HAS_DEPRECATED_ATTR[2021-06-01T00:39:16.504Z] -- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success[2021-06-01T00:39:16.504Z] tar: Option --sort=name is not supported[2021-06-01T00:39:16.504Z] Usage:[2021-06-01T00:39:16.504Z]   List:tar -tf [2021-06-01T00:39:16.504Z]   Extract: tar -xf [2021-06-01T00:39:16.504Z]   Create:  tar -cf  [filenames...][2021-06-01T00:39:16.504Z]   Help:tar --help[2021-06-01T00:39:16.504Z] -- The following features have been enabled:[2021-06-01T00:39:16.504Z] [2021-06-01T00:39:16.504Z]  * EGL, A platform-agnostic mechanism for creating rendering surfaces for use with other graphics libraries, such as OpenGL|ES and OpenVG.[2021-06-01T00:39:16.504Z] [2021-06-01T00:39:16.504Z] -- The following OPTIONAL packages have been found:[2021-06-01T00:39:16.504Z] [2021-06-01T00:39:16.504Z]  * KF5Completion (required version >= 5.82.0)[2021-06-01T00:39:16.504Z]  * KF5ItemViews (required version >= 5.82.0)[2021-06-01T00:39:16.504Z]  * KF5JobWidgets (required version >= 5.82.0)[2021-06-01T00:39:16.504Z]  * KF5Solid (required version >= 5.82.0)[2021-06-01T00:39:16.504Z]  * KF5Wayland (required version >= 5.82.0), Integration with the Wayland compositor[2021-06-01T00:39:16.504Z]  * KF5DocTools (required version >= 5.82.0), Tools to generate documentation[2021-06-01T00:39:16.504Z]  * X11, X11 libraries, [2021-06-01T00:39:16.504Z]  * XCB, X protocol C-language Binding, [2021-06-01T00:39:16.504Z]  * OpenGL, The OpenGL libraries, [2021-06-01T00:39:16.504Z] [2021-06-01T00:39:16.504Z] -- The following REQUIRED packages have been found:[2021-06-01T00:39:16.504Z] [2021-06-01T00:39:16.504Z]  * Qt5QmlModels (required version >= 5.15.2)[2021-06-01T00:39:16.504Z]  * Qt5Sql[2021-06-01T00:39:16.504Z]  * Qt5Qml[2021-06-01T00:39:16.504Z]  * Qt5Svg[2021-06-01T00:39:16.504Z]  * Qt5QuickControls2[2021-06-01T00:39:16.504Z]  * KF5Activities (required version >= 5.82.0)[2021-06-01T00:39:16.504Z]  * KF5Archive (required version >= 5.82.0)[2021-06-01T00:39:16.504Z]  * KF5DBusAddons (required version >= 5.82.0)[2021-06-01T00:39:16.504Z]  * Qt5Quick (required version >= 5.15.0)[2021-06-01T00:39:16.504Z]  * KF5Declarative (required version >= 5.82.0)[2021-06-01T00:39:16.504Z]  * KF5GlobalAccel (required version >= 5.82.0)[2021-06-01T00:39:16.504Z]  * KF5GuiAddons (required version >= 5.82.0)[2021-06-01T00:39:16.504Z]  * Gettext[2021-06-01T00:39:16.504Z]  * KF5I18n (required version >= 5.82.0)[2021-06-01T00:39:16.504Z]  * KF5IconThemes (required version >= 5.82.0)[2021-06-01T00:39:16.504Z]  * Qt5Network (required version >= 5.15.0)[2021-06-01T00:39:16.504Z]  * KF5KIO (required version >= 5.82.0)[2021-06-01T00:39:16.504Z]  * KF5Service (required version >= 5.82.0)[2021-06-01T00:39:16.504Z]  * KF5WindowSystem (required version >= 5.82.0)[2021-06-01T00:39:16.504Z]  * KF5Notifications (required version >= 5.82.0)[2021-06-01T00:39:16.504Z]  * KF5Package (required version >= 5.82.0)[2021-06-01T00:39:16.504Z]  * KF5Kirigami2 (required version >= 5.82.0)[2021-06-01T00:39:16.504Z]  * Qt5Gui (required version >= 5.15.0)[2021-06-01T00:39:16.504Z]  * KF5 (required version >= 5.82.0)[2021-06-01T00:39:16.504Z]  * Qt5X11Extras[2021-06-01T00:39:16.504Z]  * Qt5[2021-06-01T00:39:16.504Z]  * ECM (required version >= 1.6.0), Extra CMake Modules., [2021-06-01T00:39:16.504Z]  * gzip, Data compression program for the gzip format, [2021-06-01T00:39:16.504Z]  * Qt5Test (required version >= 5.15.0)[2021-06-01T00:39:16.504Z]Required for tests[2021-06-01T00:39:16.504Z]  * KF5CoreAddons (required version >= 5.82.0)[2021-06-01T00:39:16.504Z]  * KF5Auth (required version >= 5.82.0)[2021-06-01T00:39:16.504Z]  * Qt5Core (required version >= 5.15.0)[2021-06-01T00:39:16.504Z]  * KF5Codecs (required version >= 5.82.0)[2021-06-01T00:39:16.504Z]  * KF5WidgetsAddons (required version >= 5.82.0)[2021-06-01T00:39:16.504Z]  * KF5ConfigWidgets (required version >= 5.82.0)[2021-06-01T00:

KDE CI: Plasma » plasma-framework » kf5-qt5 FreeBSDQt5.15 - Build # 460 - Still Failing!

2021-05-31 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Plasma/job/plasma-framework/job/kf5-qt5%20FreeBSDQt5.15/460/
 Project:
kf5-qt5 FreeBSDQt5.15
 Date of build:
Mon, 31 May 2021 22:20:07 +
 Build duration:
33 sec and counting
   CONSOLE OUTPUT
  [...truncated 251 lines...][2021-05-31T22:20:40.582Z] Installing in /home/jenkins/install-prefix. Run /usr/home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 FreeBSDQt5.15/build/prefix.sh to set the environment for Plasma.[2021-05-31T22:20:40.582Z] -- Found gzip: /usr/bin/gzip  [2021-05-31T22:20:40.582Z] -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY[2021-05-31T22:20:40.842Z] -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY - Success[2021-05-31T22:20:40.842Z] -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY[2021-05-31T22:20:40.842Z] -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY - Success[2021-05-31T22:20:40.842Z] -- Performing Test COMPILER_HAS_DEPRECATED_ATTR[2021-05-31T22:20:40.842Z] -- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success[2021-05-31T22:20:40.842Z] tar: Option --sort=name is not supported[2021-05-31T22:20:40.842Z] Usage:[2021-05-31T22:20:40.842Z]   List:tar -tf [2021-05-31T22:20:40.842Z]   Extract: tar -xf [2021-05-31T22:20:40.842Z]   Create:  tar -cf  [filenames...][2021-05-31T22:20:40.842Z]   Help:tar --help[2021-05-31T22:20:40.842Z] -- The following features have been enabled:[2021-05-31T22:20:40.842Z] [2021-05-31T22:20:40.842Z]  * EGL, A platform-agnostic mechanism for creating rendering surfaces for use with other graphics libraries, such as OpenGL|ES and OpenVG.[2021-05-31T22:20:40.842Z] [2021-05-31T22:20:40.842Z] -- The following OPTIONAL packages have been found:[2021-05-31T22:20:40.842Z] [2021-05-31T22:20:40.842Z]  * KF5Completion (required version >= 5.82.0)[2021-05-31T22:20:40.842Z]  * KF5ItemViews (required version >= 5.82.0)[2021-05-31T22:20:40.842Z]  * KF5JobWidgets (required version >= 5.82.0)[2021-05-31T22:20:40.842Z]  * KF5Solid (required version >= 5.82.0)[2021-05-31T22:20:40.842Z]  * KF5Wayland (required version >= 5.82.0), Integration with the Wayland compositor[2021-05-31T22:20:40.842Z]  * KF5DocTools (required version >= 5.82.0), Tools to generate documentation[2021-05-31T22:20:40.842Z]  * X11, X11 libraries, [2021-05-31T22:20:40.842Z]  * XCB, X protocol C-language Binding, [2021-05-31T22:20:40.842Z]  * OpenGL, The OpenGL libraries, [2021-05-31T22:20:40.842Z] [2021-05-31T22:20:40.842Z] -- The following REQUIRED packages have been found:[2021-05-31T22:20:40.842Z] [2021-05-31T22:20:40.842Z]  * Qt5QmlModels (required version >= 5.15.2)[2021-05-31T22:20:40.842Z]  * Qt5Sql[2021-05-31T22:20:40.842Z]  * Qt5Qml[2021-05-31T22:20:40.842Z]  * Qt5Svg[2021-05-31T22:20:40.842Z]  * Qt5QuickControls2[2021-05-31T22:20:40.842Z]  * KF5Activities (required version >= 5.82.0)[2021-05-31T22:20:40.842Z]  * KF5Archive (required version >= 5.82.0)[2021-05-31T22:20:40.842Z]  * KF5DBusAddons (required version >= 5.82.0)[2021-05-31T22:20:40.842Z]  * Qt5Quick (required version >= 5.15.0)[2021-05-31T22:20:40.842Z]  * KF5Declarative (required version >= 5.82.0)[2021-05-31T22:20:40.842Z]  * KF5GlobalAccel (required version >= 5.82.0)[2021-05-31T22:20:40.842Z]  * KF5GuiAddons (required version >= 5.82.0)[2021-05-31T22:20:40.842Z]  * Gettext[2021-05-31T22:20:40.842Z]  * KF5I18n (required version >= 5.82.0)[2021-05-31T22:20:40.842Z]  * KF5IconThemes (required version >= 5.82.0)[2021-05-31T22:20:40.842Z]  * Qt5Network (required version >= 5.15.0)[2021-05-31T22:20:40.843Z]  * KF5KIO (required version >= 5.82.0)[2021-05-31T22:20:40.843Z]  * KF5Service (required version >= 5.82.0)[2021-05-31T22:20:40.843Z]  * KF5WindowSystem (required version >= 5.82.0)[2021-05-31T22:20:40.843Z]  * KF5Notifications (required version >= 5.82.0)[2021-05-31T22:20:40.843Z]  * KF5Package (required version >= 5.82.0)[2021-05-31T22:20:40.843Z]  * KF5Kirigami2 (required version >= 5.82.0)[2021-05-31T22:20:40.843Z]  * Qt5Gui (required version >= 5.15.0)[2021-05-31T22:20:40.843Z]  * KF5 (required version >= 5.82.0)[2021-05-31T22:20:40.843Z]  * Qt5X11Extras[2021-05-31T22:20:40.843Z]  * Qt5[2021-05-31T22:20:40.843Z]  * ECM (required version >= 1.6.0), Extra CMake Modules., [2021-05-31T22:20:40.843Z]  * gzip, Data compression program for the gzip format, [2021-05-31T22:20:40.843Z]  * Qt5Test (required version >= 5.15.0)[2021-05-31T22:20:40.843Z]Required for tests[2021-05-31T22:20:40.843Z]  * KF5CoreAddons (required version >= 5.82.0)[2021-05-31T22:20:40.843Z]  * KF5Auth (required version >= 5.82.0)[2021-05-31T22:20:40.843Z]  * Qt5Core (required version >= 5.15.0)[2021-05-31T22:20:40.843Z]  * KF5Codecs (required version >= 5.82.0)[2021-05-31T22:20:40.843Z]  * KF5WidgetsAddons (required version >= 5.82.0)[2021-05-31T22:20:40.843Z]  * KF5ConfigWidgets (required version >= 5.82.0)[2021-05-31T22:20:40.843Z]  * KF

KDE CI: Plasma » plasma-framework » stable-kf5-qt5 FreeBSDQt5.15 - Build # 468 - Still Failing!

2021-05-31 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Plasma/job/plasma-framework/job/stable-kf5-qt5%20FreeBSDQt5.15/468/
 Project:
stable-kf5-qt5 FreeBSDQt5.15
 Date of build:
Mon, 31 May 2021 22:20:07 +
 Build duration:
16 sec and counting
   CONSOLE OUTPUT
  [...truncated 249 lines...][2021-05-31T22:20:23.916Z] Installing in /home/jenkins/install-prefix. Run /usr/home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 FreeBSDQt5.15/build/prefix.sh to set the environment for Plasma.[2021-05-31T22:20:23.916Z] -- Found gzip: /usr/bin/gzip  [2021-05-31T22:20:23.916Z] -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY[2021-05-31T22:20:23.916Z] -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY - Success[2021-05-31T22:20:23.916Z] -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY[2021-05-31T22:20:24.175Z] -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY - Success[2021-05-31T22:20:24.175Z] -- Performing Test COMPILER_HAS_DEPRECATED_ATTR[2021-05-31T22:20:24.175Z] -- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success[2021-05-31T22:20:24.175Z] tar: Option --sort=name is not supported[2021-05-31T22:20:24.175Z] Usage:[2021-05-31T22:20:24.175Z]   List:tar -tf [2021-05-31T22:20:24.175Z]   Extract: tar -xf [2021-05-31T22:20:24.175Z]   Create:  tar -cf  [filenames...][2021-05-31T22:20:24.175Z]   Help:tar --help[2021-05-31T22:20:24.175Z] -- The following features have been enabled:[2021-05-31T22:20:24.175Z] [2021-05-31T22:20:24.175Z]  * EGL, A platform-agnostic mechanism for creating rendering surfaces for use with other graphics libraries, such as OpenGL|ES and OpenVG.[2021-05-31T22:20:24.175Z] [2021-05-31T22:20:24.175Z] -- The following OPTIONAL packages have been found:[2021-05-31T22:20:24.175Z] [2021-05-31T22:20:24.175Z]  * KF5Completion (required version >= 5.82.0)[2021-05-31T22:20:24.175Z]  * KF5ItemViews (required version >= 5.82.0)[2021-05-31T22:20:24.175Z]  * KF5JobWidgets (required version >= 5.82.0)[2021-05-31T22:20:24.175Z]  * KF5Solid (required version >= 5.82.0)[2021-05-31T22:20:24.175Z]  * KF5Wayland (required version >= 5.82.0), Integration with the Wayland compositor[2021-05-31T22:20:24.175Z]  * KF5DocTools (required version >= 5.82.0), Tools to generate documentation[2021-05-31T22:20:24.175Z]  * X11, X11 libraries, [2021-05-31T22:20:24.175Z]  * XCB, X protocol C-language Binding, [2021-05-31T22:20:24.175Z]  * OpenGL, The OpenGL libraries, [2021-05-31T22:20:24.175Z] [2021-05-31T22:20:24.175Z] -- The following REQUIRED packages have been found:[2021-05-31T22:20:24.175Z] [2021-05-31T22:20:24.175Z]  * Qt5QmlModels (required version >= 5.15.2)[2021-05-31T22:20:24.175Z]  * Qt5Sql[2021-05-31T22:20:24.175Z]  * Qt5Qml[2021-05-31T22:20:24.175Z]  * Qt5Svg[2021-05-31T22:20:24.175Z]  * Qt5QuickControls2[2021-05-31T22:20:24.175Z]  * KF5Activities (required version >= 5.82.0)[2021-05-31T22:20:24.175Z]  * KF5Archive (required version >= 5.82.0)[2021-05-31T22:20:24.175Z]  * KF5DBusAddons (required version >= 5.82.0)[2021-05-31T22:20:24.175Z]  * Qt5Quick (required version >= 5.15.0)[2021-05-31T22:20:24.175Z]  * KF5Declarative (required version >= 5.82.0)[2021-05-31T22:20:24.175Z]  * KF5GlobalAccel (required version >= 5.82.0)[2021-05-31T22:20:24.175Z]  * KF5GuiAddons (required version >= 5.82.0)[2021-05-31T22:20:24.175Z]  * Gettext[2021-05-31T22:20:24.175Z]  * KF5I18n (required version >= 5.82.0)[2021-05-31T22:20:24.175Z]  * KF5IconThemes (required version >= 5.82.0)[2021-05-31T22:20:24.175Z]  * Qt5Network (required version >= 5.15.0)[2021-05-31T22:20:24.175Z]  * KF5KIO (required version >= 5.82.0)[2021-05-31T22:20:24.175Z]  * KF5Service (required version >= 5.82.0)[2021-05-31T22:20:24.175Z]  * KF5WindowSystem (required version >= 5.82.0)[2021-05-31T22:20:24.175Z]  * KF5Notifications (required version >= 5.82.0)[2021-05-31T22:20:24.175Z]  * KF5Package (required version >= 5.82.0)[2021-05-31T22:20:24.175Z]  * KF5Kirigami2 (required version >= 5.82.0)[2021-05-31T22:20:24.175Z]  * Qt5Gui (required version >= 5.15.0)[2021-05-31T22:20:24.175Z]  * KF5 (required version >= 5.82.0)[2021-05-31T22:20:24.175Z]  * Qt5X11Extras[2021-05-31T22:20:24.175Z]  * Qt5[2021-05-31T22:20:24.175Z]  * ECM (required version >= 1.6.0), Extra CMake Modules., [2021-05-31T22:20:24.175Z]  * gzip, Data compression program for the gzip format, [2021-05-31T22:20:24.175Z]  * Qt5Test (required version >= 5.15.0)[2021-05-31T22:20:24.175Z]Required for tests[2021-05-31T22:20:24.175Z]  * KF5CoreAddons (required version >= 5.82.0)[2021-05-31T22:20:24.175Z]  * KF5Auth (required version >= 5.82.0)[2021-05-31T22:20:24.175Z]  * Qt5Core (required version >= 5.15.0)[2021-05-31T22:20:24.176Z]  * KF5Codecs (required version >= 5.82.0)[2021-05-31T22:20:24.176Z]  * KF5WidgetsAddons (required version >= 5.82.0)[2021-05-31T22:20:24.176Z]  * KF5ConfigWidgets (required version >= 5.82.0)[2021-05-31T22:

KDE CI: Plasma » plasma-framework » kf5-qt5 FreeBSDQt5.15 - Build # 459 - Still Failing!

2021-05-31 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Plasma/job/plasma-framework/job/kf5-qt5%20FreeBSDQt5.15/459/
 Project:
kf5-qt5 FreeBSDQt5.15
 Date of build:
Mon, 31 May 2021 20:32:45 +
 Build duration:
1 min 45 sec and counting
   CONSOLE OUTPUT
  [...truncated 256 lines...][2021-05-31T20:34:30.790Z] -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY - Success[2021-05-31T20:34:30.790Z] -- Performing Test COMPILER_HAS_DEPRECATED_ATTR[2021-05-31T20:34:30.790Z] -- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success[2021-05-31T20:34:30.790Z] tar: Option --sort=name is not supported[2021-05-31T20:34:30.790Z] Usage:[2021-05-31T20:34:30.790Z]   List:tar -tf [2021-05-31T20:34:30.790Z]   Extract: tar -xf [2021-05-31T20:34:30.790Z]   Create:  tar -cf  [filenames...][2021-05-31T20:34:30.790Z]   Help:tar --help[2021-05-31T20:34:30.790Z] -- The following features have been enabled:[2021-05-31T20:34:30.790Z] [2021-05-31T20:34:30.790Z]  * EGL, A platform-agnostic mechanism for creating rendering surfaces for use with other graphics libraries, such as OpenGL|ES and OpenVG.[2021-05-31T20:34:30.790Z] [2021-05-31T20:34:30.790Z] -- The following OPTIONAL packages have been found:[2021-05-31T20:34:30.790Z] [2021-05-31T20:34:30.790Z]  * KF5Completion (required version >= 5.82.0)[2021-05-31T20:34:30.790Z]  * KF5ItemViews (required version >= 5.82.0)[2021-05-31T20:34:30.790Z]  * KF5JobWidgets (required version >= 5.82.0)[2021-05-31T20:34:30.790Z]  * KF5Solid (required version >= 5.82.0)[2021-05-31T20:34:30.790Z]  * KF5Wayland (required version >= 5.82.0), Integration with the Wayland compositor[2021-05-31T20:34:30.790Z]  * KF5DocTools (required version >= 5.82.0), Tools to generate documentation[2021-05-31T20:34:30.790Z]  * X11, X11 libraries, [2021-05-31T20:34:30.790Z]  * XCB, X protocol C-language Binding, [2021-05-31T20:34:30.790Z]  * OpenGL, The OpenGL libraries, [2021-05-31T20:34:30.790Z] [2021-05-31T20:34:30.791Z] -- The following REQUIRED packages have been found:[2021-05-31T20:34:30.791Z] [2021-05-31T20:34:30.791Z]  * Qt5QmlModels (required version >= 5.15.2)[2021-05-31T20:34:30.791Z]  * Qt5Sql[2021-05-31T20:34:30.791Z]  * Qt5Qml[2021-05-31T20:34:30.791Z]  * Qt5Svg[2021-05-31T20:34:30.791Z]  * Qt5QuickControls2[2021-05-31T20:34:30.791Z]  * KF5Activities (required version >= 5.82.0)[2021-05-31T20:34:30.791Z]  * KF5Archive (required version >= 5.82.0)[2021-05-31T20:34:30.791Z]  * KF5DBusAddons (required version >= 5.82.0)[2021-05-31T20:34:30.791Z]  * Qt5Quick (required version >= 5.15.0)[2021-05-31T20:34:30.791Z]  * KF5Declarative (required version >= 5.82.0)[2021-05-31T20:34:30.791Z]  * KF5GlobalAccel (required version >= 5.82.0)[2021-05-31T20:34:30.791Z]  * KF5GuiAddons (required version >= 5.82.0)[2021-05-31T20:34:30.791Z]  * Gettext[2021-05-31T20:34:30.791Z]  * KF5I18n (required version >= 5.82.0)[2021-05-31T20:34:30.791Z]  * KF5IconThemes (required version >= 5.82.0)[2021-05-31T20:34:30.791Z]  * Qt5Network (required version >= 5.15.0)[2021-05-31T20:34:30.791Z]  * KF5KIO (required version >= 5.82.0)[2021-05-31T20:34:30.791Z]  * KF5Service (required version >= 5.82.0)[2021-05-31T20:34:30.791Z]  * KF5WindowSystem (required version >= 5.82.0)[2021-05-31T20:34:30.791Z]  * KF5Notifications (required version >= 5.82.0)[2021-05-31T20:34:30.791Z]  * KF5Package (required version >= 5.82.0)[2021-05-31T20:34:30.791Z]  * KF5Kirigami2 (required version >= 5.82.0)[2021-05-31T20:34:30.791Z]  * Qt5Gui (required version >= 5.15.0)[2021-05-31T20:34:30.791Z]  * KF5 (required version >= 5.82.0)[2021-05-31T20:34:30.791Z]  * Qt5X11Extras[2021-05-31T20:34:30.791Z]  * Qt5[2021-05-31T20:34:30.791Z]  * ECM (required version >= 1.6.0), Extra CMake Modules., [2021-05-31T20:34:30.791Z]  * gzip, Data compression program for the gzip format, [2021-05-31T20:34:30.791Z]  * Qt5Test (required version >= 5.15.0)[2021-05-31T20:34:30.791Z]Required for tests[2021-05-31T20:34:30.791Z]  * KF5CoreAddons (required version >= 5.82.0)[2021-05-31T20:34:30.791Z]  * KF5Auth (required version >= 5.82.0)[2021-05-31T20:34:30.791Z]  * Qt5Core (required version >= 5.15.0)[2021-05-31T20:34:30.791Z]  * KF5Codecs (required version >= 5.82.0)[2021-05-31T20:34:30.791Z]  * KF5WidgetsAddons (required version >= 5.82.0)[2021-05-31T20:34:30.791Z]  * KF5ConfigWidgets (required version >= 5.82.0)[2021-05-31T20:34:30.791Z]  * KF5XmlGui[2021-05-31T20:34:30.791Z]  * Qt5Widgets[2021-05-31T20:34:30.791Z] [2021-05-31T20:34:30.791Z] -- The following features have been disabled:[2021-05-31T20:34:30.791Z] [2021-05-31T20:34:30.791Z]  * QCH, API documentation in QCH format (for e.g. Qt Assistant, Qt Creator & KDevelop)[2021-05-31T20:34:30.791Z] [2021-05-31T20:34:30.791Z] CMake Warning at /usr/home/jenkins/install-prefix/share/ECM/kde-modules/KDEGitCommitHooks.cmake:69 (message):[2021-05-31T20:34:30.791Z]   No clang-format 

KDE CI: Plasma » plasma-framework » stable-kf5-qt5 FreeBSDQt5.15 - Build # 467 - Still Failing!

2021-05-31 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Plasma/job/plasma-framework/job/stable-kf5-qt5%20FreeBSDQt5.15/467/
 Project:
stable-kf5-qt5 FreeBSDQt5.15
 Date of build:
Mon, 31 May 2021 20:32:27 +
 Build duration:
1 min 46 sec and counting
   CONSOLE OUTPUT
  [...truncated 256 lines...][2021-05-31T20:34:14.009Z] -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY - Success[2021-05-31T20:34:14.009Z] -- Performing Test COMPILER_HAS_DEPRECATED_ATTR[2021-05-31T20:34:14.266Z] -- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success[2021-05-31T20:34:14.266Z] tar: Option --sort=name is not supported[2021-05-31T20:34:14.266Z] Usage:[2021-05-31T20:34:14.266Z]   List:tar -tf [2021-05-31T20:34:14.266Z]   Extract: tar -xf [2021-05-31T20:34:14.266Z]   Create:  tar -cf  [filenames...][2021-05-31T20:34:14.266Z]   Help:tar --help[2021-05-31T20:34:14.266Z] -- The following features have been enabled:[2021-05-31T20:34:14.266Z] [2021-05-31T20:34:14.266Z]  * EGL, A platform-agnostic mechanism for creating rendering surfaces for use with other graphics libraries, such as OpenGL|ES and OpenVG.[2021-05-31T20:34:14.266Z] [2021-05-31T20:34:14.266Z] -- The following OPTIONAL packages have been found:[2021-05-31T20:34:14.266Z] [2021-05-31T20:34:14.266Z]  * KF5Completion (required version >= 5.82.0)[2021-05-31T20:34:14.266Z]  * KF5ItemViews (required version >= 5.82.0)[2021-05-31T20:34:14.266Z]  * KF5JobWidgets (required version >= 5.82.0)[2021-05-31T20:34:14.266Z]  * KF5Solid (required version >= 5.82.0)[2021-05-31T20:34:14.266Z]  * KF5Wayland (required version >= 5.82.0), Integration with the Wayland compositor[2021-05-31T20:34:14.266Z]  * KF5DocTools (required version >= 5.82.0), Tools to generate documentation[2021-05-31T20:34:14.266Z]  * X11, X11 libraries, [2021-05-31T20:34:14.266Z]  * XCB, X protocol C-language Binding, [2021-05-31T20:34:14.266Z]  * OpenGL, The OpenGL libraries, [2021-05-31T20:34:14.266Z] [2021-05-31T20:34:14.266Z] -- The following REQUIRED packages have been found:[2021-05-31T20:34:14.266Z] [2021-05-31T20:34:14.266Z]  * Qt5QmlModels (required version >= 5.15.2)[2021-05-31T20:34:14.266Z]  * Qt5Sql[2021-05-31T20:34:14.266Z]  * Qt5Qml[2021-05-31T20:34:14.266Z]  * Qt5Svg[2021-05-31T20:34:14.267Z]  * Qt5QuickControls2[2021-05-31T20:34:14.267Z]  * KF5Activities (required version >= 5.82.0)[2021-05-31T20:34:14.267Z]  * KF5Archive (required version >= 5.82.0)[2021-05-31T20:34:14.267Z]  * KF5DBusAddons (required version >= 5.82.0)[2021-05-31T20:34:14.267Z]  * Qt5Quick (required version >= 5.15.0)[2021-05-31T20:34:14.267Z]  * KF5Declarative (required version >= 5.82.0)[2021-05-31T20:34:14.267Z]  * KF5GlobalAccel (required version >= 5.82.0)[2021-05-31T20:34:14.267Z]  * KF5GuiAddons (required version >= 5.82.0)[2021-05-31T20:34:14.267Z]  * Gettext[2021-05-31T20:34:14.267Z]  * KF5I18n (required version >= 5.82.0)[2021-05-31T20:34:14.267Z]  * KF5IconThemes (required version >= 5.82.0)[2021-05-31T20:34:14.267Z]  * Qt5Network (required version >= 5.15.0)[2021-05-31T20:34:14.267Z]  * KF5KIO (required version >= 5.82.0)[2021-05-31T20:34:14.267Z]  * KF5Service (required version >= 5.82.0)[2021-05-31T20:34:14.267Z]  * KF5WindowSystem (required version >= 5.82.0)[2021-05-31T20:34:14.267Z]  * KF5Notifications (required version >= 5.82.0)[2021-05-31T20:34:14.267Z]  * KF5Package (required version >= 5.82.0)[2021-05-31T20:34:14.267Z]  * KF5Kirigami2 (required version >= 5.82.0)[2021-05-31T20:34:14.267Z]  * Qt5Gui (required version >= 5.15.0)[2021-05-31T20:34:14.267Z]  * KF5 (required version >= 5.82.0)[2021-05-31T20:34:14.267Z]  * Qt5X11Extras[2021-05-31T20:34:14.267Z]  * Qt5[2021-05-31T20:34:14.267Z]  * ECM (required version >= 1.6.0), Extra CMake Modules., [2021-05-31T20:34:14.267Z]  * gzip, Data compression program for the gzip format, [2021-05-31T20:34:14.267Z]  * Qt5Test (required version >= 5.15.0)[2021-05-31T20:34:14.267Z]Required for tests[2021-05-31T20:34:14.267Z]  * KF5CoreAddons (required version >= 5.82.0)[2021-05-31T20:34:14.267Z]  * KF5Auth (required version >= 5.82.0)[2021-05-31T20:34:14.267Z]  * Qt5Core (required version >= 5.15.0)[2021-05-31T20:34:14.267Z]  * KF5Codecs (required version >= 5.82.0)[2021-05-31T20:34:14.267Z]  * KF5WidgetsAddons (required version >= 5.82.0)[2021-05-31T20:34:14.267Z]  * KF5ConfigWidgets (required version >= 5.82.0)[2021-05-31T20:34:14.267Z]  * KF5XmlGui[2021-05-31T20:34:14.267Z]  * Qt5Widgets[2021-05-31T20:34:14.267Z] [2021-05-31T20:34:14.267Z] -- The following features have been disabled:[2021-05-31T20:34:14.267Z] [2021-05-31T20:34:14.267Z]  * QCH, API documentation in QCH format (for e.g. Qt Assistant, Qt Creator & KDevelop)[2021-05-31T20:34:14.267Z] [2021-05-31T20:34:14.267Z] CMake Warning at /usr/home/jenkins/install-prefix/share/ECM/kde-modules/KDEGitCommitHooks.cmake:69 (message):[2021-05-31T20:34:14.267Z]   No

KDE CI: Plasma » plasma-framework » kf5-qt5 FreeBSDQt5.15 - Build # 458 - Failure!

2021-05-31 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Plasma/job/plasma-framework/job/kf5-qt5%20FreeBSDQt5.15/458/
 Project:
kf5-qt5 FreeBSDQt5.15
 Date of build:
Mon, 31 May 2021 20:26:51 +
 Build duration:
5 min 51 sec and counting
   CONSOLE OUTPUT
  [...truncated 259 lines...][2021-05-31T20:32:43.031Z] -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY - Success[2021-05-31T20:32:43.031Z] -- Performing Test COMPILER_HAS_DEPRECATED_ATTR[2021-05-31T20:32:43.031Z] -- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success[2021-05-31T20:32:43.288Z] tar: Option --sort=name is not supported[2021-05-31T20:32:43.288Z] Usage:[2021-05-31T20:32:43.288Z]   List:tar -tf [2021-05-31T20:32:43.288Z]   Extract: tar -xf [2021-05-31T20:32:43.288Z]   Create:  tar -cf  [filenames...][2021-05-31T20:32:43.288Z]   Help:tar --help[2021-05-31T20:32:43.288Z] -- The following features have been enabled:[2021-05-31T20:32:43.288Z] [2021-05-31T20:32:43.288Z]  * EGL, A platform-agnostic mechanism for creating rendering surfaces for use with other graphics libraries, such as OpenGL|ES and OpenVG.[2021-05-31T20:32:43.288Z] [2021-05-31T20:32:43.288Z] -- The following OPTIONAL packages have been found:[2021-05-31T20:32:43.288Z] [2021-05-31T20:32:43.288Z]  * KF5Completion (required version >= 5.82.0)[2021-05-31T20:32:43.288Z]  * KF5ItemViews (required version >= 5.82.0)[2021-05-31T20:32:43.288Z]  * KF5JobWidgets (required version >= 5.82.0)[2021-05-31T20:32:43.288Z]  * KF5Solid (required version >= 5.82.0)[2021-05-31T20:32:43.288Z]  * KF5Wayland (required version >= 5.82.0), Integration with the Wayland compositor[2021-05-31T20:32:43.288Z]  * KF5DocTools (required version >= 5.82.0), Tools to generate documentation[2021-05-31T20:32:43.288Z]  * X11, X11 libraries, [2021-05-31T20:32:43.288Z]  * XCB, X protocol C-language Binding, [2021-05-31T20:32:43.288Z]  * OpenGL, The OpenGL libraries, [2021-05-31T20:32:43.288Z] [2021-05-31T20:32:43.288Z] -- The following REQUIRED packages have been found:[2021-05-31T20:32:43.288Z] [2021-05-31T20:32:43.288Z]  * Qt5QmlModels (required version >= 5.15.2)[2021-05-31T20:32:43.288Z]  * Qt5Sql[2021-05-31T20:32:43.288Z]  * Qt5Qml[2021-05-31T20:32:43.288Z]  * Qt5Svg[2021-05-31T20:32:43.288Z]  * Qt5QuickControls2[2021-05-31T20:32:43.288Z]  * KF5Activities (required version >= 5.82.0)[2021-05-31T20:32:43.288Z]  * KF5Archive (required version >= 5.82.0)[2021-05-31T20:32:43.288Z]  * KF5DBusAddons (required version >= 5.82.0)[2021-05-31T20:32:43.288Z]  * Qt5Quick (required version >= 5.15.0)[2021-05-31T20:32:43.288Z]  * KF5Declarative (required version >= 5.82.0)[2021-05-31T20:32:43.288Z]  * KF5GlobalAccel (required version >= 5.82.0)[2021-05-31T20:32:43.288Z]  * KF5GuiAddons (required version >= 5.82.0)[2021-05-31T20:32:43.288Z]  * Gettext[2021-05-31T20:32:43.288Z]  * KF5I18n (required version >= 5.82.0)[2021-05-31T20:32:43.288Z]  * KF5IconThemes (required version >= 5.82.0)[2021-05-31T20:32:43.288Z]  * Qt5Network (required version >= 5.15.0)[2021-05-31T20:32:43.288Z]  * KF5KIO (required version >= 5.82.0)[2021-05-31T20:32:43.288Z]  * KF5Service (required version >= 5.82.0)[2021-05-31T20:32:43.288Z]  * KF5WindowSystem (required version >= 5.82.0)[2021-05-31T20:32:43.288Z]  * KF5Notifications (required version >= 5.82.0)[2021-05-31T20:32:43.288Z]  * KF5Package (required version >= 5.82.0)[2021-05-31T20:32:43.288Z]  * KF5Kirigami2 (required version >= 5.82.0)[2021-05-31T20:32:43.288Z]  * Qt5Gui (required version >= 5.15.0)[2021-05-31T20:32:43.288Z]  * KF5 (required version >= 5.82.0)[2021-05-31T20:32:43.288Z]  * Qt5X11Extras[2021-05-31T20:32:43.288Z]  * Qt5[2021-05-31T20:32:43.288Z]  * ECM (required version >= 1.6.0), Extra CMake Modules., [2021-05-31T20:32:43.288Z]  * gzip, Data compression program for the gzip format, [2021-05-31T20:32:43.288Z]  * Qt5Test (required version >= 5.15.0)[2021-05-31T20:32:43.288Z]Required for tests[2021-05-31T20:32:43.288Z]  * KF5CoreAddons (required version >= 5.82.0)[2021-05-31T20:32:43.288Z]  * KF5Auth (required version >= 5.82.0)[2021-05-31T20:32:43.288Z]  * Qt5Core (required version >= 5.15.0)[2021-05-31T20:32:43.288Z]  * KF5Codecs (required version >= 5.82.0)[2021-05-31T20:32:43.288Z]  * KF5WidgetsAddons (required version >= 5.82.0)[2021-05-31T20:32:43.288Z]  * KF5ConfigWidgets (required version >= 5.82.0)[2021-05-31T20:32:43.288Z]  * KF5XmlGui[2021-05-31T20:32:43.288Z]  * Qt5Widgets[2021-05-31T20:32:43.288Z] [2021-05-31T20:32:43.288Z] -- The following features have been disabled:[2021-05-31T20:32:43.288Z] [2021-05-31T20:32:43.288Z]  * QCH, API documentation in QCH format (for e.g. Qt Assistant, Qt Creator & KDevelop)[2021-05-31T20:32:43.288Z] [2021-05-31T20:32:43.288Z] CMake Warning at /usr/home/jenkins/install-prefix/share/ECM/kde-modules/KDEGitCommitHooks.cmake:69 (message):[2021-05-31T20:32:43.288Z]   No clang-format 

KDE CI: Plasma » plasma-framework » stable-kf5-qt5 FreeBSDQt5.15 - Build # 466 - Failure!

2021-05-31 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Plasma/job/plasma-framework/job/stable-kf5-qt5%20FreeBSDQt5.15/466/
 Project:
stable-kf5-qt5 FreeBSDQt5.15
 Date of build:
Mon, 31 May 2021 20:26:51 +
 Build duration:
5 min 33 sec and counting
   CONSOLE OUTPUT
  [...truncated 259 lines...][2021-05-31T20:32:24.584Z] -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY - Success[2021-05-31T20:32:24.584Z] -- Performing Test COMPILER_HAS_DEPRECATED_ATTR[2021-05-31T20:32:24.842Z] -- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success[2021-05-31T20:32:24.842Z] tar: Option --sort=name is not supported[2021-05-31T20:32:24.842Z] Usage:[2021-05-31T20:32:24.842Z]   List:tar -tf [2021-05-31T20:32:24.842Z]   Extract: tar -xf [2021-05-31T20:32:24.842Z]   Create:  tar -cf  [filenames...][2021-05-31T20:32:24.842Z]   Help:tar --help[2021-05-31T20:32:24.842Z] -- The following features have been enabled:[2021-05-31T20:32:24.842Z] [2021-05-31T20:32:24.842Z]  * EGL, A platform-agnostic mechanism for creating rendering surfaces for use with other graphics libraries, such as OpenGL|ES and OpenVG.[2021-05-31T20:32:24.842Z] [2021-05-31T20:32:24.842Z] -- The following OPTIONAL packages have been found:[2021-05-31T20:32:24.842Z] [2021-05-31T20:32:24.842Z]  * KF5Completion (required version >= 5.82.0)[2021-05-31T20:32:24.842Z]  * KF5ItemViews (required version >= 5.82.0)[2021-05-31T20:32:24.842Z]  * KF5JobWidgets (required version >= 5.82.0)[2021-05-31T20:32:24.842Z]  * KF5Solid (required version >= 5.82.0)[2021-05-31T20:32:24.842Z]  * KF5Wayland (required version >= 5.82.0), Integration with the Wayland compositor[2021-05-31T20:32:24.842Z]  * KF5DocTools (required version >= 5.82.0), Tools to generate documentation[2021-05-31T20:32:24.842Z]  * X11, X11 libraries, [2021-05-31T20:32:24.842Z]  * XCB, X protocol C-language Binding, [2021-05-31T20:32:24.842Z]  * OpenGL, The OpenGL libraries, [2021-05-31T20:32:24.842Z] [2021-05-31T20:32:24.842Z] -- The following REQUIRED packages have been found:[2021-05-31T20:32:24.842Z] [2021-05-31T20:32:24.842Z]  * Qt5QmlModels (required version >= 5.15.2)[2021-05-31T20:32:24.842Z]  * Qt5Sql[2021-05-31T20:32:24.842Z]  * Qt5Qml[2021-05-31T20:32:24.842Z]  * Qt5Svg[2021-05-31T20:32:24.842Z]  * Qt5QuickControls2[2021-05-31T20:32:24.842Z]  * KF5Activities (required version >= 5.82.0)[2021-05-31T20:32:24.842Z]  * KF5Archive (required version >= 5.82.0)[2021-05-31T20:32:24.842Z]  * KF5DBusAddons (required version >= 5.82.0)[2021-05-31T20:32:24.842Z]  * Qt5Quick (required version >= 5.15.0)[2021-05-31T20:32:24.842Z]  * KF5Declarative (required version >= 5.82.0)[2021-05-31T20:32:24.842Z]  * KF5GlobalAccel (required version >= 5.82.0)[2021-05-31T20:32:24.842Z]  * KF5GuiAddons (required version >= 5.82.0)[2021-05-31T20:32:24.842Z]  * Gettext[2021-05-31T20:32:24.842Z]  * KF5I18n (required version >= 5.82.0)[2021-05-31T20:32:24.842Z]  * KF5IconThemes (required version >= 5.82.0)[2021-05-31T20:32:24.842Z]  * Qt5Network (required version >= 5.15.0)[2021-05-31T20:32:24.842Z]  * KF5KIO (required version >= 5.82.0)[2021-05-31T20:32:24.842Z]  * KF5Service (required version >= 5.82.0)[2021-05-31T20:32:24.842Z]  * KF5WindowSystem (required version >= 5.82.0)[2021-05-31T20:32:24.842Z]  * KF5Notifications (required version >= 5.82.0)[2021-05-31T20:32:24.842Z]  * KF5Package (required version >= 5.82.0)[2021-05-31T20:32:24.842Z]  * KF5Kirigami2 (required version >= 5.82.0)[2021-05-31T20:32:24.842Z]  * Qt5Gui (required version >= 5.15.0)[2021-05-31T20:32:24.842Z]  * KF5 (required version >= 5.82.0)[2021-05-31T20:32:24.842Z]  * Qt5X11Extras[2021-05-31T20:32:24.842Z]  * Qt5[2021-05-31T20:32:24.842Z]  * ECM (required version >= 1.6.0), Extra CMake Modules., [2021-05-31T20:32:24.842Z]  * gzip, Data compression program for the gzip format, [2021-05-31T20:32:24.842Z]  * Qt5Test (required version >= 5.15.0)[2021-05-31T20:32:24.842Z]Required for tests[2021-05-31T20:32:24.842Z]  * KF5CoreAddons (required version >= 5.82.0)[2021-05-31T20:32:24.842Z]  * KF5Auth (required version >= 5.82.0)[2021-05-31T20:32:24.842Z]  * Qt5Core (required version >= 5.15.0)[2021-05-31T20:32:24.842Z]  * KF5Codecs (required version >= 5.82.0)[2021-05-31T20:32:24.842Z]  * KF5WidgetsAddons (required version >= 5.82.0)[2021-05-31T20:32:24.842Z]  * KF5ConfigWidgets (required version >= 5.82.0)[2021-05-31T20:32:24.842Z]  * KF5XmlGui[2021-05-31T20:32:24.842Z]  * Qt5Widgets[2021-05-31T20:32:24.842Z] [2021-05-31T20:32:24.842Z] -- The following features have been disabled:[2021-05-31T20:32:24.842Z] [2021-05-31T20:32:24.842Z]  * QCH, API documentation in QCH format (for e.g. Qt Assistant, Qt Creator & KDevelop)[2021-05-31T20:32:24.842Z] [2021-05-31T20:32:24.842Z] CMake Warning at /usr/home/jenkins/install-prefix/share/ECM/kde-modules/KDEGitCommitHooks.cmake:69 (message):[2021-05-31T20:32:24.842Z]   No

KDE CI: Plasma » plasma-framework » kf5-qt5 SUSEQt5.15 - Build # 444 - Fixed!

2021-05-06 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Plasma/job/plasma-framework/job/kf5-qt5%20SUSEQt5.15/444/
 Project:
kf5-qt5 SUSEQt5.15
 Date of build:
Thu, 06 May 2021 11:36:38 +
 Build duration:
10 min and counting
   BUILD ARTIFACTS
  abi-compatibility-results.yamlacc/KF5Plasma-5.82.0.xmlacc/KF5PlasmaQuick-5.82.0.xmlcompat_reports/KF5Plasma_compat_report.htmllogs/KF5Plasma/5.82.0/log.txt
   JUnit Tests
  Name: (root) Failed: 0 test(s), Passed: 1 test(s), Skipped: 0 test(s), Total: 1 test(s)Name: projectroot Failed: 0 test(s), Passed: 11 test(s), Skipped: 0 test(s), Total: 11 test(s)
   Cobertura Report
  
   Project Coverage Summary
  
   Name
  PackagesFilesClassesLinesConditionalsCobertura Coverage Report50%
(9/18)36%
(44/123)36%
(44/123)35%
(4744/13662)26%
(2338/8945)Coverage Breakdown by Package
Name
   FilesClassesLinesConditionalsautotests92%
(11/12)92%
(11/12)95%
(901/948)49%
(388/794)src.declarativeimports.calendar0%
(0/6)0%
(0/6)0%
(0/522)0%
(0/231)src.declarativeimports.core44%
(7/16)44%
(7/16)34%
(814/2389)27%
(381/1429)src.declarativeimports.plasmacomponents0%
(0/6)0%
(0/6)0%
(0/528)0%
(0/197)src.declarativeimports.plasmaextracomponents0%
(0/3)0%
(0/3)0%
(0/42)0%
(0/16)src.declarativeimports.platformcomponents0%
(0/3)0%
(0/3)0%
(0/58)0%
(0/14)src.declarativeimports.platformcomponents.utils0%
(0/2)0%
(0/2)0%
(0/15)0%
(0/2)src.plasma40%
(8/20)40%
(8/20)42%
(1585/3745)34%
(904/2689)src.plasma.packagestructure43%
(3/7)43%
(3/7)42%
(55/132)42%
(5/12)src.plasma.private41%
(7/17)41%
(7/17)48%
(798/1651)37%
(355/955)src.plasma.scripting67%
(2/3)67%
(2/3)26%
(46/178)18%
(19/105)src.plasmapkg0%
(0/1)0%
(0/1)0%
(0/45)0%
(0/40)src.plasmaquick31%
(4/13)31%
(4/13)26%
(503/1912)18%
(281/1527)src.plasmaquick.private50%
(1/2)50%
(1/2)28%
(31/110)36%
(5/14)src.scriptengines.qml.plasmoid14%
(1/7)14%
(1/7)1%
(11/1230)0%
(0/902)tests.dpi0%
(0/2)0%
(0/2)0%
(0/22)0%
(0/2)tests.kplugins0

KDE CI: Plasma » plasma-framework » stable-kf5-qt5 SUSEQt5.15 - Build # 445 - Fixed!

2021-05-06 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Plasma/job/plasma-framework/job/stable-kf5-qt5%20SUSEQt5.15/445/
 Project:
stable-kf5-qt5 SUSEQt5.15
 Date of build:
Thu, 06 May 2021 11:36:37 +
 Build duration:
10 min and counting
   BUILD ARTIFACTS
  acc/KF5Plasma-5.82.0.xmlacc/KF5PlasmaQuick-5.82.0.xmllogs/KF5Plasma/5.82.0/log.txt
   JUnit Tests
  Name: (root) Failed: 0 test(s), Passed: 1 test(s), Skipped: 0 test(s), Total: 1 test(s)Name: projectroot Failed: 0 test(s), Passed: 11 test(s), Skipped: 0 test(s), Total: 11 test(s)
   Cobertura Report
  
   Project Coverage Summary
  
   Name
  PackagesFilesClassesLinesConditionalsCobertura Coverage Report50%
(9/18)36%
(44/123)36%
(44/123)35%
(4742/13662)26%
(2338/8945)Coverage Breakdown by Package
Name
   FilesClassesLinesConditionalsautotests92%
(11/12)92%
(11/12)95%
(899/948)49%
(388/794)src.declarativeimports.calendar0%
(0/6)0%
(0/6)0%
(0/522)0%
(0/231)src.declarativeimports.core44%
(7/16)44%
(7/16)34%
(814/2389)27%
(381/1429)src.declarativeimports.plasmacomponents0%
(0/6)0%
(0/6)0%
(0/528)0%
(0/197)src.declarativeimports.plasmaextracomponents0%
(0/3)0%
(0/3)0%
(0/42)0%
(0/16)src.declarativeimports.platformcomponents0%
(0/3)0%
(0/3)0%
(0/58)0%
(0/14)src.declarativeimports.platformcomponents.utils0%
(0/2)0%
(0/2)0%
(0/15)0%
(0/2)src.plasma40%
(8/20)40%
(8/20)42%
(1585/3745)34%
(904/2689)src.plasma.packagestructure43%
(3/7)43%
(3/7)42%
(55/132)42%
(5/12)src.plasma.private41%
(7/17)41%
(7/17)48%
(798/1651)37%
(355/955)src.plasma.scripting67%
(2/3)67%
(2/3)26%
(46/178)18%
(19/105)src.plasmapkg0%
(0/1)0%
(0/1)0%
(0/45)0%
(0/40)src.plasmaquick31%
(4/13)31%
(4/13)26%
(503/1912)18%
(281/1527)src.plasmaquick.private50%
(1/2)50%
(1/2)28%
(31/110)36%
(5/14)src.scriptengines.qml.plasmoid14%
(1/7)14%
(1/7)1%
(11/1230)0%
(0/902)tests.dpi0%
(0/2)0%
(0/2)0%
(0/22)0%
(0/2)tests.kplugins0%
(0/2)0%
(0

KDE CI: Plasma » plasma-framework » stable-kf5-qt5 FreeBSDQt5.15 - Build # 441 - Fixed!

2021-05-06 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Plasma/job/plasma-framework/job/stable-kf5-qt5%20FreeBSDQt5.15/441/
 Project:
stable-kf5-qt5 FreeBSDQt5.15
 Date of build:
Thu, 06 May 2021 11:36:37 +
 Build duration:
5 min 5 sec and counting
   JUnit Tests
  Name: projectroot Failed: 0 test(s), Passed: 11 test(s), Skipped: 0 test(s), Total: 11 test(s)

KDE CI: Plasma » plasma-framework » kf5-qt5 FreeBSDQt5.15 - Build # 434 - Fixed!

2021-05-06 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Plasma/job/plasma-framework/job/kf5-qt5%20FreeBSDQt5.15/434/
 Project:
kf5-qt5 FreeBSDQt5.15
 Date of build:
Thu, 06 May 2021 11:36:37 +
 Build duration:
1 min 17 sec and counting
   JUnit Tests
  Name: projectroot Failed: 0 test(s), Passed: 11 test(s), Skipped: 0 test(s), Total: 11 test(s)

KDE CI: Plasma » plasma-framework » stable-kf5-qt5 SUSEQt5.15 - Build # 444 - Still Failing!

2021-05-06 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Plasma/job/plasma-framework/job/stable-kf5-qt5%20SUSEQt5.15/444/
 Project:
stable-kf5-qt5 SUSEQt5.15
 Date of build:
Thu, 06 May 2021 11:33:06 +
 Build duration:
1 min 5 sec and counting
   CONSOLE OUTPUT
  [...truncated 646 lines...][2021-05-06T11:34:06.538Z] ./src/package/contents/ui/[2021-05-06T11:34:06.538Z] ./src/package/contents/ui/main.qml[2021-05-06T11:34:06.538Z] ./src/package/metadata.desktop[2021-05-06T11:34:06.538Z] [ 32%] Built target cpp-plasmoid[2021-05-06T11:34:06.538Z] Scanning dependencies of target qml-plasmoid-with-qml-extension[2021-05-06T11:34:06.538Z] [ 33%] Generating qml-plasmoid-with-qml-extension.tar.bz2[2021-05-06T11:34:06.538Z] ./[2021-05-06T11:34:06.538Z] ./CMakeLists.txt[2021-05-06T11:34:06.538Z] ./LICENSES/[2021-05-06T11:34:06.538Z] ./LICENSES/LGPL-2.1-or-later.txt[2021-05-06T11:34:06.538Z] ./Messages.sh[2021-05-06T11:34:06.538Z] ./README[2021-05-06T11:34:06.538Z] ./package/[2021-05-06T11:34:06.538Z] ./package/contents/[2021-05-06T11:34:06.538Z] ./package/contents/ui/[2021-05-06T11:34:06.538Z] ./package/contents/ui/main.qml[2021-05-06T11:34:06.538Z] ./package/metadata.desktop[2021-05-06T11:34:06.538Z] ./plugin/[2021-05-06T11:34:06.538Z] ./plugin/%{APPNAMELC}plugin.cpp[2021-05-06T11:34:06.538Z] ./plugin/%{APPNAMELC}plugin.h[2021-05-06T11:34:06.539Z] ./plugin/CMakeLists.txt[2021-05-06T11:34:06.539Z] ./plugin/qmldir[2021-05-06T11:34:06.539Z] ./qml-plasmoid-with-qml-extension.kdevtemplate[2021-05-06T11:34:06.539Z] [ 33%] Built target qml-plasmoid-with-qml-extension[2021-05-06T11:34:06.539Z] Scanning dependencies of target qml-plasmoid[2021-05-06T11:34:06.539Z] [ 33%] Generating qml-plasmoid.tar.bz2[2021-05-06T11:34:06.539Z] ./[2021-05-06T11:34:06.539Z] ./CMakeLists.txt[2021-05-06T11:34:06.539Z] ./LICENSES/[2021-05-06T11:34:06.539Z] ./LICENSES/LGPL-2.1-or-later.txt[2021-05-06T11:34:06.539Z] ./Messages.sh[2021-05-06T11:34:06.539Z] ./README[2021-05-06T11:34:06.539Z] ./package/[2021-05-06T11:34:06.539Z] ./package/contents/[2021-05-06T11:34:06.539Z] ./package/contents/images/[2021-05-06T11:34:06.539Z] ./package/contents/images/pairs.svgz[2021-05-06T11:34:06.539Z] ./package/contents/ui/[2021-05-06T11:34:06.539Z] ./package/contents/ui/main.qml[2021-05-06T11:34:06.539Z] ./package/metadata.desktop[2021-05-06T11:34:06.539Z] ./qml-plasmoid.kdevtemplate[2021-05-06T11:34:06.539Z] ./qml-plasmoid.png[2021-05-06T11:34:06.539Z] [ 33%] Built target qml-plasmoid[2021-05-06T11:34:06.539Z] [ 33%] Generating libplasma-theme-global.h, libplasma-theme-global.cpp[2021-05-06T11:34:07.106Z] Scanning dependencies of target KF5Plasma[2021-05-06T11:34:07.106Z] [ 33%] Building CXX object src/plasma/CMakeFiles/KF5Plasma.dir/KF5Plasma_autogen/mocs_compilation.cpp.o[2021-05-06T11:34:08.492Z] [ 33%] Building CXX object src/plasma/CMakeFiles/KF5Plasma.dir/plasma.cpp.o[2021-05-06T11:34:09.876Z] [ 33%] Building CXX object src/plasma/CMakeFiles/KF5Plasma.dir/pluginloader.cpp.o[2021-05-06T11:34:10.820Z] In file included from /home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 SUSEQt5.15/src/plasma/plasma.h:14,[2021-05-06T11:34:10.820Z]  from /home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 SUSEQt5.15/build/src/plasma/plasma/plasma.h:1,[2021-05-06T11:34:10.820Z]  from /home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 SUSEQt5.15/src/plasma/package.h:14,[2021-05-06T11:34:10.820Z]  from /home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 SUSEQt5.15/build/src/plasma/plasma/package.h:1,[2021-05-06T11:34:10.820Z]  from /home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 SUSEQt5.15/src/plasma/pluginloader.h:11,[2021-05-06T11:34:10.820Z]  from /home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 SUSEQt5.15/src/plasma/pluginloader.cpp:7:[2021-05-06T11:34:10.820Z] /home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 SUSEQt5.15/build/src/plasma/plasma/plasma_export.h:173:96: error: expected identifier before string constant[2021-05-06T11:34:10.820Z]   173 | #define PLASMA_DEPRECATED_VERSION(major, minor, text) PLASMA_DEPRECATED_VERSION_##major(minor, "Since "#major"."#minor". " text)[2021-05-06T11:34:10.820Z]   |^~~~[2021-05-06T11:34:10.820Z] /home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 SUSEQt5.15/build/src/plasma/plasma/plasma_export.h:172:91: note: in definition of macro ���PLASMA_DEPRECATED_VERSION_5���[2021-05-06T11:34:10.820Z]   172 | #define PLASMA_DEPRECATED_VERSION_5(minor, text)  PLASMA_DEPRECATED_VERSION_5_##minor(text)[2021-05-06T11:34:10.820Z]   |   ^~~~[2021-05-06T11:34:10.820Z] /home/jenkins/workspace/Plasma/plasma-frame

KDE CI: Plasma » plasma-framework » stable-kf5-qt5 FreeBSDQt5.15 - Build # 440 - Still Failing!

2021-05-06 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Plasma/job/plasma-framework/job/stable-kf5-qt5%20FreeBSDQt5.15/440/
 Project:
stable-kf5-qt5 FreeBSDQt5.15
 Date of build:
Thu, 06 May 2021 11:32:16 +
 Build duration:
1 min 0 sec and counting
   CONSOLE OUTPUT
  [...truncated 1052 lines...][2021-05-06T11:33:16.313Z]^[2021-05-06T11:33:16.313Z] In file included from /usr/home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 FreeBSDQt5.15/src/plasma/private/containment_p.cpp:18:[2021-05-06T11:33:16.313Z] /usr/home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 FreeBSDQt5.15/src/plasma/pluginloader.h:333:5: error: expected ')'[2021-05-06T11:33:16.313Z] /usr/home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 FreeBSDQt5.15/build/src/plasma/plasma/plasma_export.h:173:96: note: expanded from macro 'PLASMA_DEPRECATED_VERSION'[2021-05-06T11:33:16.313Z] #define PLASMA_DEPRECATED_VERSION(major, minor, text) PLASMA_DEPRECATED_VERSION_##major(minor, "Since "#major"."#minor". " text)[2021-05-06T11:33:16.313Z]^[2021-05-06T11:33:16.313Z] /usr/home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 FreeBSDQt5.15/src/plasma/pluginloader.h:333:5: note: to match this '('[2021-05-06T11:33:16.313Z] /usr/home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 FreeBSDQt5.15/build/src/plasma/plasma/plasma_export.h:173:55: note: expanded from macro 'PLASMA_DEPRECATED_VERSION'[2021-05-06T11:33:16.313Z] #define PLASMA_DEPRECATED_VERSION(major, minor, text) PLASMA_DEPRECATED_VERSION_##major(minor, "Since "#major"."#minor". " text)[2021-05-06T11:33:16.313Z]   ^[2021-05-06T11:33:16.313Z] :161:1: note: expanded from here[2021-05-06T11:33:16.313Z] PLASMA_DEPRECATED_VERSION_5[2021-05-06T11:33:16.313Z] ^[2021-05-06T11:33:16.313Z] /usr/home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 FreeBSDQt5.15/build/src/plasma/plasma/plasma_export.h:172:90: note: expanded from macro 'PLASMA_DEPRECATED_VERSION_5'[2021-05-06T11:33:16.313Z] #define PLASMA_DEPRECATED_VERSION_5(minor, text)  PLASMA_DEPRECATED_VERSION_5_##minor(text)[2021-05-06T11:33:16.313Z]  ^[2021-05-06T11:33:16.313Z] In file included from /usr/home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 FreeBSDQt5.15/src/plasma/private/containment_p.cpp:18:[2021-05-06T11:33:16.313Z] /usr/home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 FreeBSDQt5.15/src/plasma/pluginloader.h:333:5: error: C++ requires a type specifier for all declarations[2021-05-06T11:33:16.313Z] PLASMA_DEPRECATED_VERSION(5, 83, "Use listAppletMetaData() with custom filtering")[2021-05-06T11:33:16.313Z] ^[2021-05-06T11:33:16.313Z] /usr/home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 FreeBSDQt5.15/build/src/plasma/plasma/plasma_export.h:173:55: note: expanded from macro 'PLASMA_DEPRECATED_VERSION'[2021-05-06T11:33:16.313Z] #define PLASMA_DEPRECATED_VERSION(major, minor, text) PLASMA_DEPRECATED_VERSION_##major(minor, "Since "#major"."#minor". " text)[2021-05-06T11:33:16.313Z]   ^[2021-05-06T11:33:16.313Z] :161:1: note: expanded from here[2021-05-06T11:33:16.313Z] PLASMA_DEPRECATED_VERSION_5[2021-05-06T11:33:16.313Z] ^[2021-05-06T11:33:16.313Z] /usr/home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 FreeBSDQt5.15/build/src/plasma/plasma/plasma_export.h:172:55: note: expanded from macro 'PLASMA_DEPRECATED_VERSION_5'[2021-05-06T11:33:16.313Z] #define PLASMA_DEPRECATED_VERSION_5(minor, text)  PLASMA_DEPRECATED_VERSION_5_##minor(text)[2021-05-06T11:33:16.313Z]   ^[2021-05-06T11:33:16.313Z] :162:1: note: expanded from here[2021-05-06T11:33:16.313Z] PLASMA_DEPRECATED_VERSION_5_83[2021-05-06T11:33:16.313Z] ^[2021-05-06T11:33:16.313Z] In file included from /usr/home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 FreeBSDQt5.15/src/plasma/private/containment_p.cpp:18:[2021-05-06T11:33:16.313Z] /usr/home/jenkins/workspace/Plasma/plasma-framework/stable-kf5-qt5 FreeBSDQt5.15/src/plasma/pluginloader.h:333:87: error: expected ';' at end of declaration list[2021-05-06T11:33:16.313Z] PLASMA_DEPRECATED_VERSION(5, 83, "Use listAppletMetaData() with custom filtering")[2021-05-06T11:33:16.313Z]   ^[2021-05-06T11:33:16.313Z]       ;[2021-05-06T11:33:16.313Z] /usr/home/jenkins/wo

  1   2   3   4   5   6   7   >