D8626: DDCUtil: Improved DDCUtil support for brightness control

2019-04-06 Thread Nathaniel Graham
ngraham added a comment.


  Could you be a bit more specific in the Title and Summary section regarding 
just what this does?
  
  @broulik, still all good and ready to land?

REPOSITORY
  R122 Powerdevil

REVISION DETAIL
  https://phabricator.kde.org/D8626

To: dvogel, broulik, davidedmundson
Cc: ngraham, asturmlechner, plasma-devel, jraleigh, GB_2, ragreen, Pitel, 
ZrenBot, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart


D8626: DDCUtil: Improved DDCUtil support for brightness control

2019-04-06 Thread Dorian Vogel
dvogel updated this revision to Diff 55605.
dvogel added a comment.


  Thanks to Nate, I went a bit back to it. It is again in a working state with 
the current DDCUtil API.
  Still, single slider independently of the number of displays supporting ddc 
connected.
  Tested with my dell 2212hm and a Magedok T116 
 via HDMI on AMD gpu,

REPOSITORY
  R122 Powerdevil

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D8626?vs=33105=55605

REVISION DETAIL
  https://phabricator.kde.org/D8626

AFFECTED FILES
  CMakeLists.txt
  daemon/backends/upower/ddcutilbrightness.cpp
  daemon/backends/upower/ddcutilbrightness.h

To: dvogel, broulik, davidedmundson
Cc: ngraham, asturmlechner, plasma-devel, jraleigh, GB_2, ragreen, Pitel, 
ZrenBot, lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart


D18394: Add OTP support for openconnect VPN

2019-04-06 Thread Jan Grulich
jgrulich added a comment.


  1. I'm not sure if the UI for openconnect tokens is correct, I think the 
QLineEdit for token secret should be on the same line, and you should probably 
use PasswordField instead? It can be our PasswordField widget from 
libs/editor/widgets/. Or it's not secret in the same sense as other secrets and 
it will not need to be saved by secret agent, like rest of passwords? I would 
also follow nm-connection-editor and make tokens options visible in the main 
UI, not under specific button.
  2. Your code is full of trailing spaces
  3. How can I try this? Is there any public Openconnect server which I can use 
to test this?

INLINE COMMENTS

> nm-openconnect-service.h:41
>  #define NM_OPENCONNECT_KEY_PEM_PASSPHRASE_FSID "pem_passphrase_fsid"
> +#define NM_OPENCONNECT_KEY_PREVENT_INVALID_CERT "prevent_invalid_cert"
>  #define NM_OPENCONNECT_KEY_PROTOCOL "protocol"

Leftover from the other review?

> openconnectauth.cpp:659
> +
> +const NMStringMap dataMap = d->setting->data();
> +
> buttons->button(QDialogButtonBox::Ok)->setEnabled(dataMap[NM_OPENCONNECT_KEY_PREVENT_INVALID_CERT]
>  != "yes");

Also leftover from the other review.

> openconnectwidget.cpp:95
> +// Just popping up the tokenDlg changes nothing
> +disconnect(d->ui.buTokens, ::clicked, this, 
> ::settingChanged);
> +// User cancels means nothing should change here

Both disconnects can be removed if you move this all to the main widget.

> openconnectwidget.cpp:199
>  
> d->ui.chkUseFsid->setChecked(dataMap[NM_OPENCONNECT_KEY_PEM_PASSPHRASE_FSID] 
> == "yes");
> +
> d->ui.preventInvalidCert->setChecked(dataMap[NM_OPENCONNECT_KEY_PREVENT_INVALID_CERT]
>  == "yes");
> +

Leftover from the other review.

> openconnectwidget.cpp:256
>  data.insert(QLatin1String(NM_OPENCONNECT_KEY_PEM_PASSPHRASE_FSID), 
> d->ui.chkUseFsid->isChecked() ? "yes" : "no");
> +data.insert(QLatin1String(NM_OPENCONNECT_KEY_PREVENT_INVALID_CERT), 
> d->ui.preventInvalidCert->isChecked() ? "yes" : "no");
>  

Also leftover from the other review.

REVISION DETAIL
  https://phabricator.kde.org/D18394

To: enriquem, jgrulich
Cc: pino, plasma-devel, jraleigh, GB_2, ragreen, Pitel, ZrenBot, lesliezhai, 
ali-mohamed, jensreuterberg, abetts, sebas, apol, mart


D20313: Hook up the main form layout with child form layouts

2019-04-06 Thread Filip Fila
filipf updated this revision to Diff 55591.
filipf added a comment.


  Figured it out. We'll just export a formLayout alias property in all the 
individual plugins and everything will work.

REPOSITORY
  R119 Plasma Desktop

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D20313?vs=55584=55591

BRANCH
  hook-main-and-child-layouts-up (branched from master)

REVISION DETAIL
  https://phabricator.kde.org/D20313

AFFECTED FILES
  desktoppackage/contents/configuration/ConfigurationContainmentAppearance.qml

To: filipf, #plasma, ngraham
Cc: plasma-devel, jraleigh, GB_2, ragreen, Pitel, ZrenBot, lesliezhai, 
ali-mohamed, jensreuterberg, abetts, sebas, apol, mart


D20313: Hook up the main form layout with child form layouts

2019-04-06 Thread Andres Betts
abetts added a comment.


  +1

REPOSITORY
  R119 Plasma Desktop

REVISION DETAIL
  https://phabricator.kde.org/D20313

To: filipf, #plasma, ngraham
Cc: abetts, plasma-devel, jraleigh, GB_2, ragreen, Pitel, ZrenBot, lesliezhai, 
ali-mohamed, jensreuterberg, sebas, apol, mart


D20313: Hook up the main form layout with child form layouts

2019-04-06 Thread Filip Fila
filipf planned changes to this revision.
filipf added a comment.


  ` twinFormLayouts: main.currentItem` will stop working as soon as the 
wallpaper plugin in anything more complicated than having a single form layout. 
How do I specify that, yes, I want the currentItem, but only the form layout in 
that file?

REPOSITORY
  R119 Plasma Desktop

REVISION DETAIL
  https://phabricator.kde.org/D20313

To: filipf, #plasma, ngraham
Cc: plasma-devel, jraleigh, GB_2, ragreen, Pitel, ZrenBot, lesliezhai, 
ali-mohamed, jensreuterberg, abetts, sebas, apol, mart


D20313: Hook up the main form layout with child form layouts

2019-04-06 Thread Filip Fila
filipf created this revision.
Herald added a project: Plasma.
Herald added a subscriber: plasma-devel.
filipf requested review of this revision.

REVISION SUMMARY
  Previously we were only having the wallpaper plugins' child form layouts 
hooked up to the main form layouts. That causes issues when a label in a plugin 
is longer than the labels in the main layout. To solve the issue, this patch 
also makes the main layout responsive to the content of the child layouts.

REPOSITORY
  R119 Plasma Desktop

BRANCH
  hook-main-and-child-layouts-up (branched from master)

REVISION DETAIL
  https://phabricator.kde.org/D20313

AFFECTED FILES
  desktoppackage/contents/configuration/ConfigurationContainmentAppearance.qml

To: filipf
Cc: plasma-devel, jraleigh, GB_2, ragreen, Pitel, ZrenBot, lesliezhai, 
ali-mohamed, jensreuterberg, abetts, sebas, apol, mart


D18296: Add support for passing cursor information via URL parameters when running kioclient exec.

2019-04-06 Thread Gleb Popov
arrowd added inline comments.

INLINE COMMENTS

> elvisangelaccio wrote in urlinfo.h:45-52
> Why doesn't it parse the URL if the file already exists?

If the file is named `foo:123`, it refuses to search for cursor infomation and 
just open it.

REPOSITORY
  R126 KDE CLI Utilities

REVISION DETAIL
  https://phabricator.kde.org/D18296

To: arrowd, #plasma, #ktexteditor, broulik, #frameworks, pino, cfeck, dfaure, 
elvisangelaccio
Cc: apol, cullmann, plasma-devel, jraleigh, GB_2, ragreen, Pitel, ZrenBot, 
lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, mart


D18296: Add support for passing cursor information via URL parameters when running kioclient exec.

2019-04-06 Thread Gleb Popov
arrowd added a comment.


  In D18296#444642 , 
@elvisangelaccio wrote:
  
  > Is it really necessary to copy `urlinfo.h` here? Wouldn't be enough to just 
create a static function and put the URL parsing logic there?
  
  
  I just copied this from Kate project. KDevelop also done this.

REPOSITORY
  R126 KDE CLI Utilities

REVISION DETAIL
  https://phabricator.kde.org/D18296

To: arrowd, #plasma, #ktexteditor, broulik, #frameworks, pino, cfeck, dfaure, 
elvisangelaccio
Cc: apol, cullmann, plasma-devel, jraleigh, GB_2, ragreen, Pitel, ZrenBot, 
lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, mart


D18296: Add support for passing cursor information via URL parameters when running kioclient exec.

2019-04-06 Thread Elvis Angelaccio
elvisangelaccio added a comment.


  Is it really necessary to copy `urlinfo.h` here? Wouldn't be enough to just 
create a static function and put the URL parsing logic there?

INLINE COMMENTS

> urlinfo.h:45-52
> +if (QFile::exists(path)) {
> +/**
> + * create absolute file path, we will e.g. pass this over dbus 
> to other processes
> + * and then we are done, no cursor can be detected here!
> + */
> +url = 
> QUrl::fromLocalFile(QDir::current().absoluteFilePath(path));
> +return;

Why doesn't it parse the URL if the file already exists?

REPOSITORY
  R126 KDE CLI Utilities

REVISION DETAIL
  https://phabricator.kde.org/D18296

To: arrowd, #plasma, #ktexteditor, broulik, #frameworks, pino, cfeck, dfaure, 
elvisangelaccio
Cc: apol, cullmann, plasma-devel, jraleigh, GB_2, ragreen, Pitel, ZrenBot, 
lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, mart


D20302: Make wallpaper configuration respect global animation speed

2019-04-06 Thread David Edmundson
davidedmundson requested changes to this revision.
davidedmundson added a comment.
This revision now requires changes to proceed.


  There isn't a global animation speed, but using Kirigami.units does indeed 
make sense.
  
  As Nate mentioned this should be in the universal place.
  
  That place is the repo qqc2-desktop-style in frameworks.
  
  It seems it's a new file, but copy the Label template and it should be 
self-explanatory
  
T.StackView {
   popEnter : Transition{
  //code as you have it here
   }
}

REPOSITORY
  R119 Plasma Desktop

REVISION DETAIL
  https://phabricator.kde.org/D20302

To: matthieuharle, #plasma, mart, hein, davidedmundson
Cc: ngraham, plasma-devel, jraleigh, GB_2, ragreen, Pitel, ZrenBot, lesliezhai, 
ali-mohamed, jensreuterberg, abetts, sebas, apol, mart


D20302: Make wallpaper configuration respect global animation speed

2019-04-06 Thread Nathaniel Graham
ngraham added reviewers: Plasma, mart, hein, davidedmundson.
ngraham added a comment.


  Thanks for the patch. However this doesn't feel like the right place to fix 
the issue, because then all other StackViews would still have the same issue. 
The animation duration should probably be changed somewhere in the StackView 
theming so it affects all of them. I don't know where that is, but hopefully 
some of the folks I've added as reviewers will.

REPOSITORY
  R119 Plasma Desktop

REVISION DETAIL
  https://phabricator.kde.org/D20302

To: matthieuharle, #plasma, mart, hein, davidedmundson
Cc: ngraham, plasma-devel, jraleigh, GB_2, ragreen, Pitel, ZrenBot, lesliezhai, 
ali-mohamed, jensreuterberg, abetts, sebas, apol, mart


D20302: Make wallpaper configuration respect global animation speed

2019-04-06 Thread Matthieu Harlé
matthieuharle created this revision.
Herald added a project: Plasma.
Herald added a subscriber: plasma-devel.
matthieuharle requested review of this revision.

REVISION SUMMARY
  BUG: 395324

REPOSITORY
  R119 Plasma Desktop

BRANCH
  wallpaper-transition-duration (branched from master)

REVISION DETAIL
  https://phabricator.kde.org/D20302

AFFECTED FILES
  desktoppackage/contents/configuration/ConfigurationContainmentAppearance.qml

To: matthieuharle
Cc: plasma-devel, jraleigh, GB_2, ragreen, Pitel, ZrenBot, lesliezhai, 
ali-mohamed, jensreuterberg, abetts, sebas, apol, mart


D19209: [sddm-kcm] Adjust Background label and button

2019-04-06 Thread Björn Feber
GB_2 added a comment.


  I think I can leave it how it is now.

REPOSITORY
  R123 SDDM Configuration Panel (KCM)

REVISION DETAIL
  https://phabricator.kde.org/D19209

To: GB_2, #vdg, #plasma, filipf, ngraham
Cc: GB_2, abetts, plasma-devel, jraleigh, ragreen, Pitel, ZrenBot, lesliezhai, 
ali-mohamed, jensreuterberg, sebas, apol, mart


Re: Plasma Dev Docs questions

2019-04-06 Thread Juan Carlos Torres
Hi Jonathan and David!

Thanks for the replies and sorry for not getting back to you ASAP.

It's good there's Workboard for some of those tasks already. Will be
easier to keep track of them at least and hopefully we can get the ball
rolling in the next few months. Wish it could be faster but if we had
enough manpower for docs, we wouldn't be in this state in the first place.

I thought that the desktop scripting tutorials are going to be moved to
userbase (the Plasma ones are already there):

https://userbase.kde.org/KDE_System_Administration/PlasmaDesktopScripting

Regardless, both scripting guides would have to be updated anyway and
it's quite a lengthy one.

It does seem we have a bit of a problem with QML support in our apidocs.
If I'm not mistaken, it's a limitation with Doxygen that KApidox uses. It
does
already use Doxyqml but the output is less than ideal. It's another area
we'll have to investigate whether it can be approved or, if not, use a
different
system like how ECM and the HIG do it (with Sphinx).



On Thu, Apr 4, 2019 at 9:01 PM David Edmundson 
wrote:

> > What areas have received the most interest from new developers? What
> have been their most frequently asked questions?
>
> Not quite "plasma", but Kirigami and making QtQuick apps which include
> targeting plasma mobile is definitely the biggest area
>
> > - What problems has the team had with the current docs and systems
> (apidocs, wiki, etc.)
>
> On apidocs one big technical problem we have is that we have 2 languages.
>
> There's C++ code which creates QML/JS bindings.
>
> Writing a plasmoid or kwin script or whatever (in theory) only
> requires knowledge of the bindings, not the C++ API.
> We've recently got new devs in core plasma that can't code C++,
> probably even more likely for people doing 3rd party stuff.
>
> Kwin has an outdated wiki:
> https://techbase.kde.org/Development/Tutorials/KWin/Scripting/API_4.9
> Which is horrible as it bears no relation to the code behind it and
> gets unmaintained
>
> Plasma used to do this too, but then moved to trying to making doxygen
> try and be useful:
> https://api.kde.org/frameworks/plasma-framework/html/classColorScope.html
>
> https://api.kde.org/frameworks/plasma-framework/html/classorg_1_1kde_1_1plasma_1_1components_1_1TextField.html
>
> Which is equally horrible as it exposes internals someone using QML
> doesn't care about, and documents the methods not the properties.
> It also requires these static Doxygen pages which list the registered
> QML names which people always break.
>
> Qt's documentation generates two distinct pages and is amazing:
> https://doc.qt.io/qt-5/qquickitem.html
> https://doc.qt.io/qt-5/qml-qtquick-item.html show the same class but
> as you'd see them with the two languages.
>
> This is a big problem across all frameworks as we move to using QtQuick
> more.
>


-- 
Regards,

Juan Carlos Torres
Jucato


D20186: [libinput-touchpad-kcm] Use wayland specific touchpad KCM UI when libinput is used on X11

2019-04-06 Thread Atul Bisht
atulbi added a comment.


  In D20186#443596 , @romangg wrote:
  
  > Nice work. Most of the stuff in libinputtouchpad.cpp and its header file 
are copy-paste from the Wayland backend. It would make sense to have a new 
abstract parent class such that the code is shared.
  
  
  Initially, I also wanted to implement it that way, but it'll mess up existing 
code, and especially because LibinputTouchpad class already extends 
XlibTouchpad class. I wanted to have minimal changes to existing code.

REPOSITORY
  R119 Plasma Desktop

REVISION DETAIL
  https://phabricator.kde.org/D20186

To: atulbi, ngraham, romangg, davidedmundson, #plasma
Cc: jriddell, knambiar, plasma-devel, jraleigh, GB_2, ragreen, Pitel, ZrenBot, 
lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart


D20249: Make the Configuration button more understandable

2019-04-06 Thread Michail Vourlakos
mvourlakos added a comment.


  Following the comments I have updated a bit the Rearrange button, these are 
some results with the new approach:
  
  normal:
  F6756477: image.png 
  
  hovered:
  F6756481: image.png 
  
  normal:
  F6756484: image.png 
  
  hovered:
  F6756487: image.png 

REPOSITORY
  R878 Latte Dock

REVISION DETAIL
  https://phabricator.kde.org/D20249

To: trmdi, #latte_dock, rooty, mvourlakos
Cc: filipf, mvourlakos, plasma-devel, jraleigh, GB_2, ragreen, Pitel, ZrenBot, 
lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart


KDE CI: Plasma » milou » kf5-qt5 SUSEQt5.12 - Build # 6 - Fixed!

2019-04-06 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Plasma/job/milou/job/kf5-qt5%20SUSEQt5.12/6/
 Project:
kf5-qt5 SUSEQt5.12
 Date of build:
Sat, 06 Apr 2019 09:36:07 +
 Build duration:
1 hr 0 min and counting
   JUnit Tests
  Name: (root) Failed: 0 test(s), Passed: 1 test(s), Skipped: 0 test(s), Total: 1 test(s)
   Cobertura Report
  
   Project Coverage Summary
  
   Name
  PackagesFilesClassesLinesConditionalsCobertura Coverage Report0%
(0/4)0%
(0/14)0%
(0/14)0%
(0/706)0%
(0/429)Coverage Breakdown by Package
Name
   FilesClassesLinesConditionalslib0%
(0/7)0%
(0/7)0%
(0/351)0%
(0/179)lib.previews0%
(0/2)0%
(0/2)0%
(0/18)0%
(0/2)lib.qml0%
(0/1)0%
(0/1)0%
(0/8)100%
(0/0)lib.test0%
(0/4)0%
(0/4)0%
(0/329)0%
(0/248)

KDE CI: Plasma » xdg-desktop-portal-kde » kf5-qt5 SUSEQt5.12 - Build # 9 - Fixed!

2019-04-06 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Plasma/job/xdg-desktop-portal-kde/job/kf5-qt5%20SUSEQt5.12/9/
 Project:
kf5-qt5 SUSEQt5.12
 Date of build:
Sat, 06 Apr 2019 09:36:13 +
 Build duration:
1 hr 0 min and counting
   JUnit Tests
  Name: (root) Failed: 0 test(s), Passed: 1 test(s), Skipped: 0 test(s), Total: 1 test(s)
   Cobertura Report
  
   Project Coverage Summary
  
   Name
  PackagesFilesClassesLinesConditionalsCobertura Coverage Report0%
(0/1)0%
(0/19)0%
(0/19)0%
(0/1295)0%
(0/974)Coverage Breakdown by Package
Name
   FilesClassesLinesConditionalssrc0%
(0/19)0%
(0/19)0%
(0/1295)0%
(0/974)

KDE CI: Plasma » ksysguard » kf5-qt5 SUSEQt5.12 - Build # 10 - Fixed!

2019-04-06 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Plasma/job/ksysguard/job/kf5-qt5%20SUSEQt5.12/10/
 Project:
kf5-qt5 SUSEQt5.12
 Date of build:
Sat, 06 Apr 2019 09:35:57 +
 Build duration:
56 min and counting
   JUnit Tests
  Name: (root) Failed: 0 test(s), Passed: 1 test(s), Skipped: 0 test(s), Total: 1 test(s)
   Cobertura Report
  
   Project Coverage Summary
  
   Name
  PackagesFilesClassesLinesConditionalsCobertura Coverage Report0%
(0/2)0%
(0/36)0%
(0/36)0%
(0/4409)0%
(0/1999)Coverage Breakdown by Package
Name
   FilesClassesLinesConditionalsgui0%
(0/12)0%
(0/12)0%
(0/1613)0%
(0/806)gui.SensorDisplayLib0%
(0/24)0%
(0/24)0%
(0/2796)0%
(0/1193)

KDE CI: Plasma » kmenuedit » kf5-qt5 SUSEQt5.12 - Build # 5 - Fixed!

2019-04-06 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Plasma/job/kmenuedit/job/kf5-qt5%20SUSEQt5.12/5/
 Project:
kf5-qt5 SUSEQt5.12
 Date of build:
Sat, 06 Apr 2019 09:35:54 +
 Build duration:
52 min and counting
   JUnit Tests
  Name: (root) Failed: 0 test(s), Passed: 1 test(s), Skipped: 0 test(s), Total: 1 test(s)
   Cobertura Report
  
   Project Coverage Summary
  
   Name
  PackagesFilesClassesLinesConditionalsCobertura Coverage Report0%
(0/1)0%
(0/13)0%
(0/13)0%
(0/2177)0%
(0/1227)Coverage Breakdown by Package
Name
   FilesClassesLinesConditionalsdefault0%
(0/13)0%
(0/13)0%
(0/2177)0%
(0/1227)

KDE CI: Plasma » bluedevil » kf5-qt5 SUSEQt5.12 - Build # 10 - Fixed!

2019-04-06 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Plasma/job/bluedevil/job/kf5-qt5%20SUSEQt5.12/10/
 Project:
kf5-qt5 SUSEQt5.12
 Date of build:
Sat, 06 Apr 2019 09:35:37 +
 Build duration:
45 min and counting
   JUnit Tests
  Name: (root) Failed: 0 test(s), Passed: 1 test(s), Skipped: 0 test(s), Total: 1 test(s)
   Cobertura Report
  
   Project Coverage Summary
  
   Name
  PackagesFilesClassesLinesConditionalsCobertura Coverage Report0%
(0/14)0%
(0/43)0%
(0/43)0%
(0/2645)0%
(0/1308)Coverage Breakdown by Package
Name
   FilesClassesLinesConditionalssrc.applet.plugin0%
(0/4)0%
(0/4)0%
(0/70)0%
(0/19)src.interfaces0%
(0/1)0%
(0/1)0%
(0/2)0%
(0/4)src.kcmodule.adapters0%
(0/1)0%
(0/1)0%
(0/216)0%
(0/102)src.kcmodule.common0%
(0/1)0%
(0/1)0%
(0/131)0%
(0/40)src.kcmodule.devices0%
(0/2)0%
(0/2)0%
(0/320)0%
(0/98)src.kcmodule.global0%
(0/1)0%
(0/1)0%
(0/54)0%
(0/18)src.kded0%
(0/7)0%
(0/7)0%
(0/512)0%
(0/333)src.kded.helpers0%
(0/3)0%
(0/3)0%
(0/109)0%
(0/20)src.kio.bluetooth0%
(0/1)0%
(0/1)0%
(0/132)0%
(0/78)src.kio.obexftp0%
(0/3)0%
(0/3)0%
(0/312)0%
(0/226)src.sendfile0%
(0/5)0%
(0/5)0%
(0/250)0%
(0/122)src.sendfile.pages0%
(0/5)0%
(0/5)0%
(0/118)0%
(0/36)src.wizard0%
(0/4)0%
(0/4)0%
(0/143)0%
(0/66)src.wizard.pages0%
(0/5)0%
(0/5)0%
(0/276)0%
(0/146)

KDE CI: Plasma » powerdevil » kf5-qt5 SUSEQt5.12 - Build # 15 - Fixed!

2019-04-06 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Plasma/job/powerdevil/job/kf5-qt5%20SUSEQt5.12/15/
 Project:
kf5-qt5 SUSEQt5.12
 Date of build:
Sat, 06 Apr 2019 09:35:11 +
 Build duration:
28 min and counting
   JUnit Tests
  Name: (root) Failed: 0 test(s), Passed: 1 test(s), Skipped: 0 test(s), Total: 1 test(s)
   Cobertura Report
  
   Project Coverage Summary
  
   Name
  PackagesFilesClassesLinesConditionalsCobertura Coverage Report0%
(0/8)0%
(0/65)0%
(0/65)0%
(0/4009)0%
(0/2728)Coverage Breakdown by Package
Name
   FilesClassesLinesConditionalsdaemon0%
(0/17)0%
(0/17)0%
(0/1416)0%
(0/1104)daemon.actions.bundled0%
(0/18)0%
(0/18)0%
(0/806)0%
(0/470)daemon.actions.dpms0%
(0/9)0%
(0/9)0%
(0/221)0%
(0/114)daemon.backends.upower0%
(0/13)0%
(0/13)0%
(0/1018)0%
(0/759)kcmodule.activities0%
(0/2)0%
(0/2)0%
(0/196)0%
(0/123)kcmodule.common0%
(0/3)0%
(0/3)0%
(0/156)0%
(0/78)kcmodule.global0%
(0/1)0%
(0/1)0%
(0/79)0%
(0/28)kcmodule.profiles0%
(0/2)0%
(0/2)0%
(0/117)0%
(0/52)

KDE CI: Plasma » plasma-pa » kf5-qt5 FreeBSDQt5.12 - Build # 20 - Still Failing!

2019-04-06 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Plasma/job/plasma-pa/job/kf5-qt5%20FreeBSDQt5.12/20/
 Project:
kf5-qt5 FreeBSDQt5.12
 Date of build:
Sat, 06 Apr 2019 09:36:07 +
 Build duration:
3 min 20 sec and counting
   CONSOLE OUTPUT
  [...truncated 371 lines...][2019-04-06T09:39:16.479Z] Unknown property type for key "X-KDE-Keywords[de]" -> falling back to string[2019-04-06T09:39:16.479Z] Unknown property type for key "X-KDE-Keywords[el]" -> falling back to string[2019-04-06T09:39:16.479Z] Unknown property type for key "X-KDE-Keywords[en_GB]" -> falling back to string[2019-04-06T09:39:16.479Z] Unknown property type for key "X-KDE-Keywords[es]" -> falling back to string[2019-04-06T09:39:16.479Z] Unknown property type for key "X-KDE-Keywords[et]" -> falling back to string[2019-04-06T09:39:16.479Z] Unknown property type for key "X-KDE-Keywords[eu]" -> falling back to string[2019-04-06T09:39:16.479Z] Unknown property type for key "X-KDE-Keywords[fi]" -> falling back to string[2019-04-06T09:39:16.479Z] Unknown property type for key "X-KDE-Keywords[fr]" -> falling back to string[2019-04-06T09:39:16.479Z] Unknown property type for key "X-KDE-Keywords[gl]" -> falling back to string[2019-04-06T09:39:16.479Z] Unknown property type for key "X-KDE-Keywords[he]" -> falling back to string[2019-04-06T09:39:16.479Z] Unknown property type for key "X-KDE-Keywords[hu]" -> falling back to string[2019-04-06T09:39:16.479Z] Unknown property type for key "X-KDE-Keywords[id]" -> falling back to string[2019-04-06T09:39:16.479Z] Unknown property type for key "X-KDE-Keywords[it]" -> falling back to string[2019-04-06T09:39:16.479Z] Unknown property type for key "X-KDE-Keywords[ko]" -> falling back to string[2019-04-06T09:39:16.479Z] Unknown property type for key "X-KDE-Keywords[lt]" -> falling back to string[2019-04-06T09:39:16.479Z] Unknown property type for key "X-KDE-Keywords[nl]" -> falling back to string[2019-04-06T09:39:16.479Z] Unknown property type for key "X-KDE-Keywords[nn]" -> falling back to string[2019-04-06T09:39:16.479Z] Unknown property type for key "X-KDE-Keywords[pa]" -> falling back to string[2019-04-06T09:39:16.479Z] Unknown property type for key "X-KDE-Keywords[pl]" -> falling back to string[2019-04-06T09:39:16.479Z] Unknown property type for key "X-KDE-Keywords[pt]" -> falling back to string[2019-04-06T09:39:16.479Z] Unknown property type for key "X-KDE-Keywords[pt_BR]" -> falling back to string[2019-04-06T09:39:16.479Z] Unknown property type for key "X-KDE-Keywords[ru]" -> falling back to string[2019-04-06T09:39:16.479Z] Unknown property type for key "X-KDE-Keywords[sk]" -> falling back to string[2019-04-06T09:39:16.479Z] Unknown property type for key "X-KDE-Keywords[sl]" -> falling back to string[2019-04-06T09:39:16.479Z] Unknown property type for key "X-KDE-Keywords[sr]" -> falling back to string[2019-04-06T09:39:16.479Z] Unknown property type for key "X-KDE-Keywords[sr@ijekavian]" -> falling back to string[2019-04-06T09:39:16.479Z] Unknown property type for key "X-KDE-Keywords[sr@ijekavianlatin]" -> falling back to string[2019-04-06T09:39:16.479Z] Unknown property type for key "X-KDE-Keywords[sr@latin]" -> falling back to string[2019-04-06T09:39:16.479Z] Unknown property type for key "X-KDE-Keywords[sv]" -> falling back to string[2019-04-06T09:39:16.479Z] Unknown property type for key "X-KDE-Keywords[tr]" -> falling back to string[2019-04-06T09:39:16.479Z] Unknown property type for key "X-KDE-Keywords[uk]" -> falling back to string[2019-04-06T09:39:16.479Z] Unknown property type for key "X-KDE-Keywords[x-test]" -> falling back to string[2019-04-06T09:39:16.479Z] Unknown property type for key "X-KDE-Keywords[zh_CN]" -> falling back to string[2019-04-06T09:39:16.479Z] Unknown property type for key "X-KDE-Keywords[zh_TW]" -> falling back to string[2019-04-06T09:39:16.479Z] Generated  "/usr/home/jenkins/workspace/Plasma/plasma-pa/kf5-qt5 FreeBSDQt5.12/build/src/kcm/kcm_pulseaudio.json" [2019-04-06T09:39:16.479Z] [2019-04-06T09:39:16.479Z] [ 14%] Automatic MOC for target kcm_pulseaudio[2019-04-06T09:39:16.479Z] [ 14%] Built target kcm_pulseaudio-kcms-metadata-json[2019-04-06T09:39:16.479Z] [ 14%] Built target org.kde.plasma.volume-plasmoids-metadata-json[2019-04-06T09:39:16.479Z] Scanning dependencies of target org.kde.plasma.volume-plasmoids-qrc[2019-04-06T09:39:16.479Z] [ 14%] Built target org.kde.plasma.volume-plasmoids-qrc[2019-04-06T09:39:16.479Z] Scanning dependencies of target org.kde.plasma.volume-plasmoids-contents-rcc[2019-04-06T09:39:16.479Z] [ 16%] Generating org.kde.plasma.volume-contents.rcc[2019-04-06T09:39:16.737Z] [ 16%] Built target org.kde.plasma.volume-plasmoids-contents-rcc[2019-04-06T09:39:17.309Z] [ 16%] Built target plasma-volume-declarative_autogen[2019-04-06T09:39:17.309Z] [ 19%] Generating osdservice.cpp, osdservice.h[2019-04-06T09:39:17.309Z] [ 21%] Generating osdservice.moc[2019-04-06T09:39:17.309Z] [ 21%] Built target 

D20186: [libinput-touchpad-kcm] Use wayland specific touchpad KCM UI when libinput is used on X11

2019-04-06 Thread Atul Bisht
atulbi updated this revision to Diff 55532.
atulbi added a comment.


  - Resolved issues

REPOSITORY
  R119 Plasma Desktop

CHANGES SINCE LAST UPDATE
  https://phabricator.kde.org/D20186?vs=55277=55532

BRANCH
  X11Libinput

REVISION DETAIL
  https://phabricator.kde.org/D20186

AFFECTED FILES
  kcms/touchpad/src/backends/kwin_wayland/kwinwaylandbackend.cpp
  kcms/touchpad/src/backends/x11/libinputtouchpad.cpp
  kcms/touchpad/src/backends/x11/libinputtouchpad.h
  kcms/touchpad/src/backends/x11/synapticstouchpad.cpp
  kcms/touchpad/src/backends/x11/synapticstouchpad.h
  kcms/touchpad/src/backends/x11/xlibbackend.cpp
  kcms/touchpad/src/backends/x11/xlibbackend.h
  kcms/touchpad/src/backends/x11/xlibtouchpad.cpp
  kcms/touchpad/src/backends/x11/xlibtouchpad.h
  kcms/touchpad/src/kcm/libinput/touchpadconfiglibinput.cpp
  kcms/touchpad/src/kcm/libinput/touchpadconfiglibinput.h
  kcms/touchpad/src/kcm/touchpadconfigcontainer.cpp
  kcms/touchpad/src/kcm/touchpadconfigplugin.cpp
  kcms/touchpad/src/kcm/touchpadconfigplugin.h
  kcms/touchpad/src/kcm/xlib/touchpadconfigxlib.cpp
  kcms/touchpad/src/kcm/xlib/touchpadconfigxlib.h
  kcms/touchpad/src/touchpadbackend.h

To: atulbi, ngraham, romangg, davidedmundson, #plasma
Cc: jriddell, knambiar, plasma-devel, jraleigh, GB_2, ragreen, Pitel, ZrenBot, 
lesliezhai, ali-mohamed, jensreuterberg, abetts, sebas, apol, mart


KDE CI: Plasma » kwin » stable-kf5-qt5 SUSEQt5.12 - Build # 33 - Still Failing!

2019-04-06 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Plasma/job/kwin/job/stable-kf5-qt5%20SUSEQt5.12/33/
 Project:
stable-kf5-qt5 SUSEQt5.12
 Date of build:
Sat, 06 Apr 2019 09:02:19 +
 Build duration:
5 min 4 sec and counting
   CONSOLE OUTPUT
  [...truncated 3858 lines...][2019-04-06T09:07:18.081Z] /home/jenkins/workspace/Plasma/kwin/stable-kf5-qt5 SUSEQt5.12/build/autotests/tabbox/testTabBoxHandler_autogen/EWIEGA46WW/../../../../../autotests/tabbox/mock_tabboxhandler.h:54:18: warning: ���virtual void KWin::MockTabBoxHandler::elevateClient(KWin::TabBox::TabBoxClient*, QWindow*, bool) const��� can be marked override [-Wsuggest-override][2019-04-06T09:07:18.081Z]  virtual void elevateClient(TabBox::TabBoxClient *c, QWindow *tabbox, bool elevate) const {[2019-04-06T09:07:18.081Z]   ^[2019-04-06T09:07:18.081Z] /home/jenkins/workspace/Plasma/kwin/stable-kf5-qt5 SUSEQt5.12/build/autotests/tabbox/testTabBoxHandler_autogen/EWIEGA46WW/../../../../../autotests/tabbox/mock_tabboxhandler.h:59:18: warning: ���virtual void KWin::MockTabBoxHandler::shadeClient(KWin::TabBox::TabBoxClient*, bool) const��� can be marked override [-Wsuggest-override][2019-04-06T09:07:18.081Z]  virtual void shadeClient(TabBox::TabBoxClient *c, bool b) const {[2019-04-06T09:07:18.081Z]   ^~~[2019-04-06T09:07:18.081Z] /home/jenkins/workspace/Plasma/kwin/stable-kf5-qt5 SUSEQt5.12/build/autotests/tabbox/testTabBoxHandler_autogen/EWIEGA46WW/../../../../../autotests/tabbox/mock_tabboxhandler.h:65:50: warning: ���virtual QWeakPointer KWin::MockTabBoxHandler::nextClientFocusChain(KWin::TabBox::TabBoxClient*) const��� can be marked override [-Wsuggest-override][2019-04-06T09:07:18.081Z]  virtual QWeakPointer< TabBox::TabBoxClient > nextClientFocusChain(TabBox::TabBoxClient *client) const;[2019-04-06T09:07:18.081Z]   ^~~~[2019-04-06T09:07:18.081Z] /home/jenkins/workspace/Plasma/kwin/stable-kf5-qt5 SUSEQt5.12/build/autotests/tabbox/testTabBoxHandler_autogen/EWIEGA46WW/../../../../../autotests/tabbox/mock_tabboxhandler.h:66:48: warning: ���virtual QWeakPointer KWin::MockTabBoxHandler::firstClientFocusChain() const��� can be marked override [-Wsuggest-override][2019-04-06T09:07:18.081Z]  virtual QWeakPointer firstClientFocusChain() const;[2019-04-06T09:07:18.081Z] ^[2019-04-06T09:07:18.081Z] /home/jenkins/workspace/Plasma/kwin/stable-kf5-qt5 SUSEQt5.12/build/autotests/tabbox/testTabBoxHandler_autogen/EWIEGA46WW/../../../../../autotests/tabbox/mock_tabboxhandler.h:67:18: warning: ���virtual bool KWin::MockTabBoxHandler::isInFocusChain(KWin::TabBox::TabBoxClient*) const��� can be marked override [-Wsuggest-override][2019-04-06T09:07:18.081Z]  virtual bool isInFocusChain (TabBox::TabBoxClient* client) const;[2019-04-06T09:07:18.081Z]   ^~[2019-04-06T09:07:18.081Z] /home/jenkins/workspace/Plasma/kwin/stable-kf5-qt5 SUSEQt5.12/build/autotests/tabbox/testTabBoxHandler_autogen/EWIEGA46WW/../../../../../autotests/tabbox/mock_tabboxhandler.h:68:17: warning: ���virtual int KWin::MockTabBoxHandler::nextDesktopFocusChain(int) const��� can be marked override [-Wsuggest-override][2019-04-06T09:07:18.081Z]  virtual int nextDesktopFocusChain(int desktop) const {[2019-04-06T09:07:18.081Z]  ^[2019-04-06T09:07:18.081Z] /home/jenkins/workspace/Plasma/kwin/stable-kf5-qt5 SUSEQt5.12/build/autotests/tabbox/testTabBoxHandler_autogen/EWIEGA46WW/../../../../../autotests/tabbox/mock_tabboxhandler.h:72:17: warning: ���virtual int KWin::MockTabBoxHandler::numberOfDesktops() const��� can be marked override [-Wsuggest-override][2019-04-06T09:07:18.081Z]  virtual int numberOfDesktops() const {[2019-04-06T09:07:18.081Z]  ^~~~[2019-04-06T09:07:18.081Z] /home/jenkins/workspace/Plasma/kwin/stable-kf5-qt5 SUSEQt5.12/build/autotests/tabbox/testTabBoxHandler_autogen/EWIEGA46WW/../../../../../autotests/tabbox/mock_tabboxhandler.h:78:18: warning: ���virtual bool KWin::MockTabBoxHandler::isKWinCompositing() const��� can be marked override [-Wsuggest-override][2019-04-06T09:07:18.081Z]  virtual bool isKWinCompositing() const {[2019-04-06T09:07:18.081Z]   ^[2019-04-06T09:07:18.081Z] /home/jenkins/workspace/Plasma/kwin/stable-kf5-qt5 SUSEQt5.12/build/autotests/tabbox/testTabBoxHandler_autogen/EWIEGA46WW/../../../../../autotests/tabbox/mock_tabboxhandler.h:81:18: warning: ���virtual void KWin::MockTabBoxHandler::raiseClient(KWin::TabBox::TabBoxClient*) const��� can be marked override [-Wsuggest-override][2019-04-06T09:07:18.081Z]  virtual void raiseClient(TabBox::TabBoxClient *c) const {[2019-04-06T09:07:18.081Z]   ^~~[2019-04-06T09:07:18.081Z] /home/jenkins/workspace/Plasma/kwin/stable-kf5-qt5 

KDE CI: Plasma » milou » kf5-qt5 SUSEQt5.12 - Build # 5 - Still Failing!

2019-04-06 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Plasma/job/milou/job/kf5-qt5%20SUSEQt5.12/5/
 Project:
kf5-qt5 SUSEQt5.12
 Date of build:
Sat, 06 Apr 2019 08:58:17 +
 Build duration:
8 min 3 sec and counting
   CONSOLE OUTPUT
  [...truncated 292 lines...][2019-04-06T09:05:57.940Z] QT_SELECT = 'qt5'[2019-04-06T09:05:57.940Z] LANG  = 'en_US.UTF-8'[2019-04-06T09:05:57.940Z] XDG_CURRENT_DESKTOP   = 'KDE'[2019-04-06T09:05:57.940Z] ASAN_OPTIONS  = 'detect_leaks=0:new_delete_type_mismatch=0:detect_odr_violation=0:stack-use-after-scope=0:alloc_dealloc_mismatch=0'[2019-04-06T09:05:57.940Z] [2019-04-06T09:05:57.940Z] [2019-04-06T09:05:57.940Z] == Commencing Configuration:[2019-04-06T09:05:57.940Z] cmake -DCMAKE_BUILD_TYPE=Debug -DECM_ENABLE_SANITIZERS='address' -DBUILD_TESTING=ON -DCMAKE_INSTALL_PREFIX="/home/jenkins//install-prefix/" -DBUILD_COVERAGE=ON  "/home/jenkins/workspace/Plasma/milou/kf5-qt5 SUSEQt5.12"[2019-04-06T09:06:02.912Z] -- The C compiler identification is GNU 8.3.1[2019-04-06T09:06:07.888Z] -- The CXX compiler identification is GNU 8.3.1[2019-04-06T09:06:08.388Z] -- Check for working C compiler: /usr/bin/cc[2019-04-06T09:06:08.887Z] -- Check for working C compiler: /usr/bin/cc -- works[2019-04-06T09:06:08.887Z] -- Detecting C compiler ABI info[2019-04-06T09:06:09.386Z] -- Detecting C compiler ABI info - done[2019-04-06T09:06:09.386Z] -- Detecting C compile features[2019-04-06T09:06:09.884Z] -- Detecting C compile features - done[2019-04-06T09:06:09.884Z] -- Check for working CXX compiler: /usr/bin/c++[2019-04-06T09:06:09.884Z] -- Check for working CXX compiler: /usr/bin/c++ -- works[2019-04-06T09:06:09.884Z] -- Detecting CXX compiler ABI info[2019-04-06T09:06:10.384Z] -- Detecting CXX compiler ABI info - done[2019-04-06T09:06:10.384Z] -- Detecting CXX compile features[2019-04-06T09:06:12.044Z] -- Detecting CXX compile features - done[2019-04-06T09:06:13.092Z] -- Found KF5CoreAddons: /home/jenkins/install-prefix/lib64/cmake/KF5CoreAddons/KF5CoreAddonsConfig.cmake (found version "5.57.0") [2019-04-06T09:06:14.140Z] -- Found Gettext: /usr/bin/msgmerge (found version "0.19.8.1") [2019-04-06T09:06:14.140Z] -- Found KF5I18n: /home/jenkins/install-prefix/lib64/cmake/KF5I18n/KF5I18nConfig.cmake (found version "5.57.0") [2019-04-06T09:06:14.640Z] -- Found KF5Declarative: /home/jenkins/install-prefix/lib64/cmake/KF5Declarative/KF5DeclarativeConfig.cmake (found version "5.57.0") [2019-04-06T09:06:15.138Z] -- Found KF5Service: /home/jenkins/install-prefix/lib64/cmake/KF5Service/KF5ServiceConfig.cmake (found version "5.57.0") [2019-04-06T09:06:15.138Z] -- Found KF5Plasma: /home/jenkins/install-prefix/lib64/cmake/KF5Plasma/KF5PlasmaConfig.cmake (found version "5.57.0") [2019-04-06T09:06:15.138Z] -- Found KF5Runner: /home/jenkins/install-prefix/lib64/cmake/KF5Runner/KF5RunnerConfig.cmake (found version "5.57.0") [2019-04-06T09:06:15.138Z] -- Found KF5: success (found suitable version "5.57.0", minimum required is "5.54.0") found components:  CoreAddons I18n Declarative Service Plasma Runner [2019-04-06T09:06:15.138Z] -- Looking for __GLIBC__[2019-04-06T09:06:15.138Z] -- Looking for __GLIBC__ - found[2019-04-06T09:06:15.138Z] -- Performing Test _OFFT_IS_64BIT[2019-04-06T09:06:15.637Z] -- Performing Test _OFFT_IS_64BIT - Success[2019-04-06T09:06:15.637Z] -- Performing Test HAVE_DATE_TIME[2019-04-06T09:06:16.137Z] -- Performing Test HAVE_DATE_TIME - Success[2019-04-06T09:06:16.137Z] -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY[2019-04-06T09:06:17.186Z] -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY - Success[2019-04-06T09:06:17.186Z] -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY[2019-04-06T09:06:17.186Z] -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY - Success[2019-04-06T09:06:17.186Z] -- Performing Test COMPILER_HAS_DEPRECATED_ATTR[2019-04-06T09:06:17.186Z] -- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success[2019-04-06T09:06:18.233Z] CMake Warning at /home/jenkins/install-prefix/lib64/cmake/KF5Package/KF5PackageMacros.cmake:64 (message):[2019-04-06T09:06:18.233Z]   couldn't generate metainfo for org.kde.milou:[2019-04-06T09:06:18.233Z]   /home/jenkins/install-prefix/bin/kpackagetool5: error while loading shared[2019-04-06T09:06:18.233Z]   libraries: libQt5Core.so.5: cannot open shared object file: No such file or[2019-04-06T09:06:18.233Z]   directory[2019-04-06T09:06:18.233Z] [2019-04-06T09:06:18.233Z] Call Stack (most recent call first):[2019-04-06T09:06:18.233Z]   /home/jenkins/install-prefix/lib64/cmake/KF5Plasma/KF5PlasmaMacros.cmake:34 (kpackage_install_package)[2019-04-06T09:06:18.233Z]   plasmoid/CMakeLists.txt:1 (plasma_install_package)[2019-04-06T09:06:18.233Z] [2019-04-06T09:06:18.233Z] [2019-04-06T09:06:18.233Z] -- The following REQUIRED packages have been found:[2019-04-06T09:06:18.233Z] [2019-04-06T09:06:18.233Z]  * Qt5Network (required version >= 

KDE CI: Plasma » sddm-kcm » kf5-qt5 SUSEQt5.12 - Build # 12 - Fixed!

2019-04-06 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Plasma/job/sddm-kcm/job/kf5-qt5%20SUSEQt5.12/12/
 Project:
kf5-qt5 SUSEQt5.12
 Date of build:
Sat, 06 Apr 2019 09:02:38 +
 Build duration:
4 min 9 sec and counting
   JUnit Tests
  Name: (root) Failed: 0 test(s), Passed: 1 test(s), Skipped: 0 test(s), Total: 1 test(s)
   Cobertura Report
  
   Project Coverage Summary
  
   Name
  PackagesFilesClassesLinesConditionalsCobertura Coverage Report0%
(0/4)0%
(0/20)0%
(0/20)0%
(0/)0%
(0/670)Coverage Breakdown by Package
Name
   FilesClassesLinesConditionalsdefault0%
(0/2)0%
(0/2)0%
(0/164)0%
(0/144)src0%
(0/8)0%
(0/8)0%
(0/535)0%
(0/188)src.configwidgets0%
(0/1)0%
(0/1)0%
(0/37)0%
(0/16)src.cursortheme0%
(0/9)0%
(0/9)0%
(0/375)0%
(0/322)

KDE CI: Plasma » xdg-desktop-portal-kde » kf5-qt5 SUSEQt5.12 - Build # 8 - Still Failing!

2019-04-06 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Plasma/job/xdg-desktop-portal-kde/job/kf5-qt5%20SUSEQt5.12/8/
 Project:
kf5-qt5 SUSEQt5.12
 Date of build:
Sat, 06 Apr 2019 08:58:22 +
 Build duration:
8 min 8 sec and counting
   CONSOLE OUTPUT
  [...truncated 318 lines...][2019-04-06T09:06:15.536Z] -- Performing Test HAVE_DATE_TIME[2019-04-06T09:06:15.536Z] -- Performing Test HAVE_DATE_TIME - Success[2019-04-06T09:06:15.536Z] -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.2") [2019-04-06T09:06:16.035Z] -- Found GLIB2: /usr/lib64/libglib-2.0.so  [2019-04-06T09:06:16.035Z] -- Could NOT find PipeWire (missing: PipeWire_LIBRARIES PipeWire_INCLUDE_DIRS) (found version "")[2019-04-06T09:06:16.035Z] -- Found GBM: /usr/lib64/libgbm.so (found version "19.0.1") [2019-04-06T09:06:16.536Z] -- Found Epoxy: /usr/lib64/libepoxy.so  [2019-04-06T09:06:17.036Z] -- Found KF5CoreAddons: /home/jenkins/install-prefix/lib64/cmake/KF5CoreAddons/KF5CoreAddonsConfig.cmake (found version "5.57.0") [2019-04-06T09:06:17.036Z] -- Found KF5Config: /home/jenkins/install-prefix/lib64/cmake/KF5Config/KF5ConfigConfig.cmake (found version "5.57.0") [2019-04-06T09:06:17.536Z] -- Found Gettext: /usr/bin/msgmerge (found version "0.19.8.1") [2019-04-06T09:06:17.536Z] -- Found KF5I18n: /home/jenkins/install-prefix/lib64/cmake/KF5I18n/KF5I18nConfig.cmake (found version "5.57.0") [2019-04-06T09:06:18.583Z] -- Found KF5KIO: /home/jenkins/install-prefix/lib64/cmake/KF5KIO/KF5KIOConfig.cmake (found version "5.57.0") [2019-04-06T09:06:19.082Z] -- Found KF5Notifications: /home/jenkins/install-prefix/lib64/cmake/KF5Notifications/KF5NotificationsConfig.cmake (found version "5.57.0") [2019-04-06T09:06:19.082Z] -- Found KF5Wayland: /home/jenkins/install-prefix/lib64/cmake/KF5Wayland/KF5WaylandConfig.cmake (found version "5.57.0") [2019-04-06T09:06:19.082Z] -- Found KF5WidgetsAddons: /home/jenkins/install-prefix/lib64/cmake/KF5WidgetsAddons/KF5WidgetsAddonsConfig.cmake (found version "5.57.0") [2019-04-06T09:06:19.082Z] -- Found KF5WindowSystem: /home/jenkins/install-prefix/lib64/cmake/KF5WindowSystem/KF5WindowSystemConfig.cmake (found version "5.57.0") [2019-04-06T09:06:19.082Z] -- Found KF5: success (found suitable version "5.57.0", minimum required is "5.54.0") found components:  CoreAddons Config I18n KIO Notifications Wayland WidgetsAddons WindowSystem [2019-04-06T09:06:19.247Z] -- The following OPTIONAL packages have been found:[2019-04-06T09:06:19.247Z] [2019-04-06T09:06:19.247Z]  * GLIB2, Event loop and utility library, [2019-04-06T09:06:19.247Z]Required for screencast portal[2019-04-06T09:06:19.247Z]  * GBM, Mesa gbm library., [2019-04-06T09:06:19.247Z]Required for screencast portal[2019-04-06T09:06:19.247Z]  * PkgConfig[2019-04-06T09:06:19.247Z]  * Epoxy, libepoxy, [2019-04-06T09:06:19.247Z]Required for screencast portal[2019-04-06T09:06:19.247Z] [2019-04-06T09:06:19.248Z] -- The following REQUIRED packages have been found:[2019-04-06T09:06:19.248Z] [2019-04-06T09:06:19.248Z]  * ECM (required version >= 5.54.0)[2019-04-06T09:06:19.248Z]  * Qt5Core[2019-04-06T09:06:19.248Z]  * Qt5Concurrent[2019-04-06T09:06:19.248Z]  * Qt5DBus[2019-04-06T09:06:19.248Z]  * Qt5Gui (required version >= 5.12.2)[2019-04-06T09:06:19.248Z]  * Qt5PrintSupport[2019-04-06T09:06:19.248Z]  * Qt5Widgets[2019-04-06T09:06:19.248Z]  * Qt5 (required version >= 5.11.0)[2019-04-06T09:06:19.248Z]  * KF5CoreAddons (required version >= 5.54.0)[2019-04-06T09:06:19.248Z]  * KF5Config (required version >= 5.54.0)[2019-04-06T09:06:19.248Z]  * Gettext[2019-04-06T09:06:19.248Z]  * KF5I18n (required version >= 5.54.0)[2019-04-06T09:06:19.248Z]  * KF5KIO (required version >= 5.54.0)[2019-04-06T09:06:19.248Z]  * KF5Notifications (required version >= 5.54.0)[2019-04-06T09:06:19.248Z]  * KF5Wayland (required version >= 5.54.0)[2019-04-06T09:06:19.248Z]  * KF5WidgetsAddons (required version >= 5.54.0)[2019-04-06T09:06:19.248Z]  * KF5WindowSystem (required version >= 5.54.0)[2019-04-06T09:06:19.248Z]  * KF5 (required version >= 5.54.0)[2019-04-06T09:06:19.248Z] [2019-04-06T09:06:19.248Z] -- The following features have been disabled:[2019-04-06T09:06:19.248Z] [2019-04-06T09:06:19.248Z]  * Screencast portal, Support for screen sharing[2019-04-06T09:06:19.248Z] [2019-04-06T09:06:19.248Z] -- The following OPTIONAL packages have not been found:[2019-04-06T09:06:19.248Z] [2019-04-06T09:06:19.248Z]  * PipeWire, PipeWire - multimedia processing, [2019-04-06T09:06:19.248Z]Required for screencast portal[2019-04-06T09:06:19.248Z] [2019-04-06T09:06:19.248Z] -- Configuring done[2019-04-06T09:06:19.248Z] -- Generating done[2019-04-06T09:06:19.248Z] -- Build files have been written to: /home/jenkins/workspace/Plasma/xdg-desktop-portal-kde/kf5-qt5 SUSEQt5.12/build[Pipeline] }[Pipeline] // stage[Pipeline] stage[Pipeline] { (Compiling)[Pipeline] sh[2019-04-06T09:06:22.784Z] + python3 -u ci-tooling/helpers/compile-build.py --product Plasma 

KDE CI: Plasma » plasma-desktop » kf5-qt5 SUSEQt5.12 - Build # 137 - Still Failing!

2019-04-06 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Plasma/job/plasma-desktop/job/kf5-qt5%20SUSEQt5.12/137/
 Project:
kf5-qt5 SUSEQt5.12
 Date of build:
Sat, 06 Apr 2019 08:57:13 +
 Build duration:
7 min 6 sec and counting
   CONSOLE OUTPUT
  [...truncated 793 lines...][2019-04-06T09:04:12.902Z] -- The following RECOMMENDED packages have been found:[2019-04-06T09:04:12.902Z] [2019-04-06T09:04:12.902Z]  * AppStreamQt (required version >= 0.10.4), Appstream integration[2019-04-06T09:04:12.902Z]Needed to allow appstream integration from application menus[2019-04-06T09:04:12.902Z]  * KF5Baloo (required version >= 5.15), File Searching[2019-04-06T09:04:12.902Z]Needed to build the File Search KCM[2019-04-06T09:04:12.902Z] [2019-04-06T09:04:12.902Z] -- The following REQUIRED packages have been found:[2019-04-06T09:04:12.902Z] [2019-04-06T09:04:12.902Z]  * Qt5Network (required version >= 5.12.2)[2019-04-06T09:04:12.902Z]  * Qt5Svg[2019-04-06T09:04:12.902Z]  * Qt5Concurrent[2019-04-06T09:04:12.902Z]  * KF5Auth (required version >= 5.56.0)[2019-04-06T09:04:12.902Z]  * KF5Plasma (required version >= 5.56.0)[2019-04-06T09:04:12.902Z]  * KF5PlasmaQuick (required version >= 5.56.0)[2019-04-06T09:04:12.902Z]  * KF5DocTools (required version >= 5.56.0)[2019-04-06T09:04:12.902Z]  * KF5NewStuff (required version >= 5.56.0)[2019-04-06T09:04:12.902Z]  * KF5KDELibs4Support (required version >= 5.56.0)[2019-04-06T09:04:12.902Z]  * KF5Notifications (required version >= 5.56.0)[2019-04-06T09:04:12.902Z]  * KF5NotifyConfig (required version >= 5.56.0)[2019-04-06T09:04:12.902Z]  * KF5Attica (required version >= 5.56.0)[2019-04-06T09:04:12.902Z]  * KF5Wallet (required version >= 5.56.0)[2019-04-06T09:04:12.902Z]  * KF5Runner (required version >= 5.56.0)[2019-04-06T09:04:12.902Z]  * KF5People (required version >= 5.56.0)[2019-04-06T09:04:12.902Z]  * KF5DBusAddons (required version >= 5.56.0)[2019-04-06T09:04:12.902Z]  * KF5ActivitiesStats (required version >= 5.56.0)[2019-04-06T09:04:12.902Z]  * KF5 (required version >= 5.56.0)[2019-04-06T09:04:12.902Z]  * LibKWorkspace (required version >= 5.14.90)[2019-04-06T09:04:12.902Z]  * LibTaskManager (required version >= 5.14.90)[2019-04-06T09:04:12.902Z]  * LibColorCorrect (required version >= 5.14.90)[2019-04-06T09:04:12.902Z]  * KWinDBusInterface[2019-04-06T09:04:12.902Z]  * ScreenSaverDBusInterface[2019-04-06T09:04:12.902Z]  * KRunnerAppDBusInterface[2019-04-06T09:04:12.902Z]  * KSMServerDBusInterface[2019-04-06T09:04:12.902Z]  * KF5ItemModels[2019-04-06T09:04:12.902Z]  * KF5Emoticons[2019-04-06T09:04:12.902Z]  * Qt5Core[2019-04-06T09:04:12.902Z]  * Qt5DBus[2019-04-06T09:04:12.902Z]  * KF5KCMUtils[2019-04-06T09:04:12.902Z]  * KF5Declarative[2019-04-06T09:04:12.902Z]  * KF5XmlGui[2019-04-06T09:04:12.902Z]  * Qt5Gui[2019-04-06T09:04:12.902Z]  * Qt5Sql[2019-04-06T09:04:12.902Z]  * Qt5QuickWidgets[2019-04-06T09:04:12.902Z]  * KF5WidgetsAddons[2019-04-06T09:04:12.902Z]  * KDED (required version >= 5.56.0)[2019-04-06T09:04:12.902Z]  * X11_XCB, A compatibility library for code that translates Xlib API calls into XCB calls, [2019-04-06T09:04:12.902Z]  * XCB, X protocol C-language Binding, [2019-04-06T09:04:12.902Z]  * PkgConfig[2019-04-06T09:04:12.902Z]  * Qt5Test[2019-04-06T09:04:12.902Z]  * ECM (required version >= 0.0.8)[2019-04-06T09:04:12.902Z]  * Qt5Widgets[2019-04-06T09:04:12.902Z]  * Qt5Qml[2019-04-06T09:04:12.902Z]  * Qt5X11Extras[2019-04-06T09:04:12.902Z]  * Qt5Quick[2019-04-06T09:04:12.902Z]  * Qt5[2019-04-06T09:04:12.902Z]  * Gettext[2019-04-06T09:04:12.902Z]  * KF5I18n[2019-04-06T09:04:12.902Z]  * KF5Config[2019-04-06T09:04:12.902Z]  * KF5CoreAddons[2019-04-06T09:04:12.902Z]  * KF5GlobalAccel[2019-04-06T09:04:12.902Z]  * KF5GuiAddons[2019-04-06T09:04:12.902Z]  * KF5KIO[2019-04-06T09:04:12.902Z]  * KF5Activities[2019-04-06T09:04:12.902Z]  * KF5WindowSystem[2019-04-06T09:04:12.902Z]  * X11, X11 libraries, [2019-04-06T09:04:12.902Z]Required for building the X11 based workspace[2019-04-06T09:04:12.902Z]  * Phonon4Qt5[2019-04-06T09:04:12.902Z] [2019-04-06T09:04:12.902Z] -- The following features have been disabled:[2019-04-06T09:04:12.902Z] [2019-04-06T09:04:12.902Z]  * XorgLibinput, Libinput driver headers needed for mouse KCM[2019-04-06T09:04:12.902Z] [2019-04-06T09:04:12.902Z] -- The following OPTIONAL packages have not been found:[2019-04-06T09:04:12.902Z] [2019-04-06T09:04:12.902Z]  * XorgLibinput, Libinput driver headers needed for mouse KCM[2019-04-06T09:04:12.902Z] [2019-04-06T09:04:12.902Z] -- Configuring done[2019-04-06T09:04:15.242Z] -- Generating done[2019-04-06T09:04:15.242Z] -- Build files have been written to: /home/jenkins/workspace/Plasma/plasma-desktop/kf5-qt5 SUSEQt5.12/build[Pipeline] }[Pipeline] // stage[Pipeline] stage[Pipeline] { (Compiling)[Pipeline] sh[2019-04-06T09:04:18.644Z] + python3 -u ci-tooling/helpers/compile-build.py --product Plasma --project plasma-desktop --branchGroup kf5-qt5 --platform 

KDE CI: Plasma » plasma-workspace » kf5-qt5 SUSEQt5.12 - Build # 117 - Still Failing!

2019-04-06 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Plasma/job/plasma-workspace/job/kf5-qt5%20SUSEQt5.12/117/
 Project:
kf5-qt5 SUSEQt5.12
 Date of build:
Sat, 06 Apr 2019 08:57:18 +
 Build duration:
6 min 58 sec and counting
   CONSOLE OUTPUT
  [...truncated 732 lines...][2019-04-06T09:04:08.473Z]Needed to for holidays plugin for Plasma Calendar.[2019-04-06T09:04:08.473Z]  * KF5Activities (required version >= 5.56.0), management of Plasma activities[2019-04-06T09:04:08.473Z]Needed by activity related plasmoids.[2019-04-06T09:04:08.473Z]  * X11, X11 libraries, [2019-04-06T09:04:08.473Z]Required for building the X11 based workspace[2019-04-06T09:04:08.473Z]  * AppStreamQt (required version >= 0.10.6), Access metadata for listing available software, [2019-04-06T09:04:08.473Z]  * KF5Prison (required version >= 5.56.0), Prison library, [2019-04-06T09:04:08.473Z]Needed to create mobile barcodes from clipboard data[2019-04-06T09:04:08.473Z]  * Phonon4Qt5Experimental (required version == 4.10.2)[2019-04-06T09:04:08.473Z]  * PkgConfig[2019-04-06T09:04:08.473Z] [2019-04-06T09:04:08.473Z] -- The following RECOMMENDED packages have been found:[2019-04-06T09:04:08.473Z] [2019-04-06T09:04:08.473Z]  * KF5Baloo, File Searching[2019-04-06T09:04:08.473Z]Needed for the File Search runner.[2019-04-06T09:04:08.473Z] [2019-04-06T09:04:08.473Z] -- The following REQUIRED packages have been found:[2019-04-06T09:04:08.473Z] [2019-04-06T09:04:08.473Z]  * Qt5Gui (required version >= 5.12.2)[2019-04-06T09:04:08.473Z]  * Qt5Widgets[2019-04-06T09:04:08.473Z]  * Qt5Qml (required version >= 5.12.2)[2019-04-06T09:04:08.473Z]  * Qt5Quick[2019-04-06T09:04:08.473Z]  * Qt5QuickWidgets[2019-04-06T09:04:08.473Z]  * Qt5Concurrent[2019-04-06T09:04:08.473Z]  * Qt5Test[2019-04-06T09:04:08.473Z]  * Qt5Network[2019-04-06T09:04:08.473Z]  * KF5Plasma (required version >= 5.56.0)[2019-04-06T09:04:08.473Z]  * KF5DocTools (required version >= 5.56.0)[2019-04-06T09:04:08.473Z]  * KF5Runner (required version >= 5.56.0)[2019-04-06T09:04:08.473Z]  * KF5JsEmbed (required version >= 5.56.0)[2019-04-06T09:04:08.473Z]  * KF5NotifyConfig (required version >= 5.56.0)[2019-04-06T09:04:08.473Z]  * KF5Su (required version >= 5.56.0)[2019-04-06T09:04:08.473Z]  * KF5NewStuff (required version >= 5.56.0)[2019-04-06T09:04:08.473Z]  * KF5Wallet (required version >= 5.56.0)[2019-04-06T09:04:08.473Z]  * KF5IdleTime (required version >= 5.56.0)[2019-04-06T09:04:08.473Z]  * KF5Declarative (required version >= 5.56.0)[2019-04-06T09:04:08.473Z]  * Gettext[2019-04-06T09:04:08.473Z]  * KF5I18n (required version >= 5.56.0)[2019-04-06T09:04:08.473Z]  * KF5KCMUtils (required version >= 5.56.0)[2019-04-06T09:04:08.473Z]  * KF5TextWidgets (required version >= 5.56.0)[2019-04-06T09:04:08.473Z]  * KF5KDELibs4Support (required version >= 5.56.0)[2019-04-06T09:04:08.473Z]  * KF5Crash (required version >= 5.56.0)[2019-04-06T09:04:08.473Z]  * KF5GlobalAccel (required version >= 5.56.0)[2019-04-06T09:04:08.473Z]  * KF5DBusAddons (required version >= 5.56.0)[2019-04-06T09:04:08.473Z]  * KF5Wayland (required version >= 5.56.0)[2019-04-06T09:04:08.473Z]  * KF5CoreAddons (required version >= 5.56.0)[2019-04-06T09:04:08.473Z]  * KDED[2019-04-06T09:04:08.473Z]  * KF5PlasmaQuick[2019-04-06T09:04:08.473Z]  * KF5SysGuard[2019-04-06T09:04:08.473Z]  * ECM (required version >= 1.6.0)[2019-04-06T09:04:08.473Z]  * KF5Package[2019-04-06T09:04:08.473Z]  * KF5[2019-04-06T09:04:08.473Z]  * KWinDBusInterface[2019-04-06T09:04:08.473Z]  * KScreenLocker (required version >= 5.13.80)[2019-04-06T09:04:08.473Z]  * ScreenSaverDBusInterface[2019-04-06T09:04:08.473Z]  * ZLIB, Support for gzip compressed files and data streams, [2019-04-06T09:04:08.473Z]  * Qt5X11Extras[2019-04-06T09:04:08.473Z]  * Qt5Core[2019-04-06T09:04:08.473Z]  * Qt5Sql[2019-04-06T09:04:08.473Z]  * Qt5[2019-04-06T09:04:08.473Z]  * Phonon4Qt5 (required version >= 4.6.60), Qt-based audio library[2019-04-06T09:04:08.473Z]  * XCB, X protocol C-language Binding, [2019-04-06T09:04:08.473Z]Required for enabling special X11 multihead mode[2019-04-06T09:04:08.473Z] [2019-04-06T09:04:08.473Z] -- The following RUNTIME packages have not been found:[2019-04-06T09:04:08.473Z] [2019-04-06T09:04:08.473Z]  * org.kde.plasma.core-QMLModule, QML module 'org.kde.plasma.core' is a runtime dependency.[2019-04-06T09:04:08.473Z]  * IsoCodes, ISO language, territory, currency, script codes and their translations, [2019-04-06T09:04:08.473Z]Translation of country names in digital clock applet[2019-04-06T09:04:08.473Z]  * AppMenuGtkModule, Application Menu GTK+ Module, [2019-04-06T09:04:08.473Z] [2019-04-06T09:04:08.473Z] -- The following OPTIONAL packages have not been found:[2019-04-06T09:04:08.473Z] [2019-04-06T09:04:08.473Z]  * Qalculate, Qalculate Library, [2019-04-06T09:04:08.473Z]Needed to enable advanced features of the calculator runner[2019-04-06T09:04:08.473Z]  * libgps, GPS support for 

KDE CI: Plasma » kactivitymanagerd » kf5-qt5 SUSEQt5.12 - Build # 4 - Fixed!

2019-04-06 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Plasma/job/kactivitymanagerd/job/kf5-qt5%20SUSEQt5.12/4/
 Project:
kf5-qt5 SUSEQt5.12
 Date of build:
Sat, 06 Apr 2019 08:58:16 +
 Build duration:
5 min 32 sec and counting
   JUnit Tests
  Name: (root) Failed: 0 test(s), Passed: 1 test(s), Skipped: 0 test(s), Total: 1 test(s)
   Cobertura Report
  
   Project Coverage Summary
  
   Name
  PackagesFilesClassesLinesConditionalsCobertura Coverage Report0%
(0/13)0%
(0/36)0%
(0/36)0%
(0/1681)0%
(0/983)Coverage Breakdown by Package
Name
   FilesClassesLinesConditionalssrc.common.database0%
(0/2)0%
(0/2)0%
(0/128)0%
(0/94)src.common.database.schema0%
(0/1)0%
(0/1)0%
(0/50)0%
(0/14)src.common.dbus0%
(0/2)0%
(0/2)0%
(0/29)0%
(0/4)src.service0%
(0/11)0%
(0/11)0%
(0/595)0%
(0/334)src.service.ksmserver0%
(0/1)0%
(0/1)0%
(0/86)0%
(0/64)src.service.plugins.activitytemplates0%
(0/1)0%
(0/1)0%
(0/48)0%
(0/10)src.service.plugins.eventspy0%
(0/1)0%
(0/1)0%
(0/26)0%
(0/4)src.service.plugins.globalshortcuts0%
(0/1)0%
(0/1)0%
(0/51)0%
(0/20)src.service.plugins.runapplication0%
(0/1)0%
(0/1)0%
(0/44)0%
(0/28)src.service.plugins.slc0%
(0/1)0%
(0/1)0%
(0/43)0%
(0/10)src.service.plugins.sqlite0%
(0/7)0%
(0/7)0%
(0/511)0%
(0/389)src.service.plugins.virtualdesktopswitch0%
(0/1)0%
(0/1)0%
(0/27)0%
(0/8)src.utils0%
(0/6)0%
(0/6)0%
(0/43)0%
(0/4)

KDE CI: Plasma » ksshaskpass » kf5-qt5 SUSEQt5.12 - Build # 3 - Fixed!

2019-04-06 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Plasma/job/ksshaskpass/job/kf5-qt5%20SUSEQt5.12/3/
 Project:
kf5-qt5 SUSEQt5.12
 Date of build:
Sat, 06 Apr 2019 08:58:16 +
 Build duration:
5 min 54 sec and counting
   JUnit Tests
  Name: (root) Failed: 0 test(s), Passed: 1 test(s), Skipped: 0 test(s), Total: 1 test(s)
   Cobertura Report
  
   Project Coverage Summary
  
   Name
  PackagesFilesClassesLinesConditionalsCobertura Coverage Report0%
(0/1)0%
(0/1)0%
(0/1)0%
(0/99)0%
(0/50)Coverage Breakdown by Package
Name
   FilesClassesLinesConditionalssrc0%
(0/1)0%
(0/1)0%
(0/99)0%
(0/50)

KDE CI: Plasma » drkonqi » kf5-qt5 SUSEQt5.12 - Build # 33 - Fixed!

2019-04-06 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Plasma/job/drkonqi/job/kf5-qt5%20SUSEQt5.12/33/
 Project:
kf5-qt5 SUSEQt5.12
 Date of build:
Sat, 06 Apr 2019 08:57:25 +
 Build duration:
5 min 8 sec and counting
   JUnit Tests
  Name: (root) Failed: 0 test(s), Passed: 1 test(s), Skipped: 0 test(s), Total: 1 test(s)Name: projectroot.src.tests Failed: 0 test(s), Passed: 1 test(s), Skipped: 0 test(s), Total: 1 test(s)
   Cobertura Report
  
   Project Coverage Summary
  
   Name
  PackagesFilesClassesLinesConditionalsCobertura Coverage Report33%
(2/6)15%
(9/60)15%
(9/60)8%
(375/4623)23%
(632/2780)Coverage Breakdown by Package
Name
   FilesClassesLinesConditionalssrc0%
(0/28)0%
(0/28)0%
(0/1630)0%
(0/839)src.bugzillaintegration0%
(0/15)0%
(0/15)0%
(0/2319)0%
(0/1103)src.parser55%
(6/11)55%
(6/11)69%
(301/439)81%
(611/756)src.tests.backtraceparsertest75%
(3/4)75%
(3/4)73%
(74/101)70%
(21/30)src.tests.bugzillalibtest0%
(0/1)0%
(0/1)0%
(0/61)0%
(0/20)src.tests.crashtest0%
(0/1)0%
(0/1)0%
(0/73)0%
(0/32)

KDE CI: Plasma » powerdevil » kf5-qt5 SUSEQt5.12 - Build # 14 - Still Failing!

2019-04-06 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Plasma/job/powerdevil/job/kf5-qt5%20SUSEQt5.12/14/
 Project:
kf5-qt5 SUSEQt5.12
 Date of build:
Sat, 06 Apr 2019 08:57:22 +
 Build duration:
4 min 47 sec and counting
   CONSOLE OUTPUT
  [...truncated 341 lines...][2019-04-06T09:02:04.020Z] -- Found KF5KIO: /home/jenkins/install-prefix/lib64/cmake/KF5KIO/KF5KIOConfig.cmake (found version "5.57.0") [2019-04-06T09:02:04.020Z] -- Found KF5NotifyConfig: /home/jenkins/install-prefix/lib64/cmake/KF5NotifyConfig/KF5NotifyConfigConfig.cmake (found version "5.57.0") [2019-04-06T09:02:04.020Z] -- Found KF5Wayland: /home/jenkins/install-prefix/lib64/cmake/KF5Wayland/KF5WaylandConfig.cmake (found version "5.57.0") [2019-04-06T09:02:04.020Z] -- Found KF5DocTools: /home/jenkins/install-prefix/lib64/cmake/KF5DocTools/KF5DocToolsConfig.cmake (found version "5.57.0") [2019-04-06T09:02:04.020Z] -- Found KF5Crash: /home/jenkins/install-prefix/lib64/cmake/KF5Crash/KF5CrashConfig.cmake (found version "5.57.0") [2019-04-06T09:02:04.020Z] -- Found KF5Notifications: /home/jenkins/install-prefix/lib64/cmake/KF5Notifications/KF5NotificationsConfig.cmake (found version "5.57.0") [2019-04-06T09:02:04.020Z] -- Found KF5: success (found suitable version "5.57.0", minimum required is "5.56.0") found components:  Activities Auth IdleTime Config DBusAddons Solid I18n GlobalAccel KIO NotifyConfig Wayland DocTools Crash Notifications [2019-04-06T09:02:04.020Z] -- Found UDev: /usr/include (found version "241") [2019-04-06T09:02:04.020Z] -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.2") [2019-04-06T09:02:04.518Z] -- Found XCB_XCB: /usr/lib64/libxcb.so (found version "1.13") [2019-04-06T09:02:04.518Z] -- Found XCB_DPMS: /usr/lib64/libxcb-dpms.so (found version "1.13") [2019-04-06T09:02:04.518Z] -- Found XCB_RANDR: /usr/lib64/libxcb-randr.so (found version "1.13") [2019-04-06T09:02:04.518Z] -- Found XCB: /usr/lib64/libxcb.so;/usr/lib64/libxcb-dpms.so;/usr/lib64/libxcb-randr.so (found version "1.13") found components:  XCB RANDR DPMS [2019-04-06T09:02:04.518Z] -- The following features have been enabled:[2019-04-06T09:02:04.518Z] [2019-04-06T09:02:04.518Z]  * Wireless power saving, Support turning off signal-transmitting devices to save energy[2019-04-06T09:02:04.518Z] [2019-04-06T09:02:04.518Z] -- The following OPTIONAL packages have been found:[2019-04-06T09:02:04.518Z] [2019-04-06T09:02:04.518Z]  * Qt5Core[2019-04-06T09:02:04.518Z]  * KF5BluezQt (required version >= 5.56.0), Qt wrapper for BlueZ 5 DBus API[2019-04-06T09:02:04.518Z]Support for wireless energy saving actions[2019-04-06T09:02:04.518Z]  * KF5NetworkManagerQt (required version >= 5.56.0), Qt wrapper for NetworkManager API[2019-04-06T09:02:04.518Z]Support for wireless energy saving actions[2019-04-06T09:02:04.518Z]  * PkgConfig[2019-04-06T09:02:04.518Z] [2019-04-06T09:02:04.518Z] -- The following REQUIRED packages have been found:[2019-04-06T09:02:04.518Z] [2019-04-06T09:02:04.518Z]  * ECM (required version >= 5.56.0)[2019-04-06T09:02:04.518Z]  * Qt5Gui (required version >= 5.12.2)[2019-04-06T09:02:04.518Z]  * Qt5Widgets[2019-04-06T09:02:04.518Z]  * Qt5DBus[2019-04-06T09:02:04.518Z]  * Qt5X11Extras[2019-04-06T09:02:04.518Z]  * Qt5 (required version >= 5.11.0)[2019-04-06T09:02:04.518Z]  * KF5Activities (required version >= 5.56.0)[2019-04-06T09:02:04.518Z]  * KF5Auth (required version >= 5.56.0)[2019-04-06T09:02:04.518Z]  * KF5IdleTime (required version >= 5.56.0)[2019-04-06T09:02:04.518Z]  * KF5Config (required version >= 5.56.0)[2019-04-06T09:02:04.518Z]  * KF5DBusAddons (required version >= 5.56.0)[2019-04-06T09:02:04.518Z]  * KF5Solid (required version >= 5.56.0)[2019-04-06T09:02:04.518Z]  * Gettext[2019-04-06T09:02:04.518Z]  * KF5I18n (required version >= 5.56.0)[2019-04-06T09:02:04.518Z]  * KF5GlobalAccel (required version >= 5.56.0)[2019-04-06T09:02:04.518Z]  * KF5KIO (required version >= 5.56.0)[2019-04-06T09:02:04.518Z]  * KF5NotifyConfig (required version >= 5.56.0)[2019-04-06T09:02:04.518Z]  * KF5Wayland (required version >= 5.56.0)[2019-04-06T09:02:04.518Z]  * KF5DocTools (required version >= 5.56.0)[2019-04-06T09:02:04.518Z]  * KF5Crash (required version >= 5.56.0)[2019-04-06T09:02:04.518Z]  * KF5Notifications (required version >= 5.56.0)[2019-04-06T09:02:04.518Z]  * KF5 (required version >= 5.56.0)[2019-04-06T09:02:04.518Z]  * KF5Screen[2019-04-06T09:02:04.518Z]  * LibKWorkspace (required version >= 5.15.80)[2019-04-06T09:02:04.518Z]  * UDev, API for enumerating and introspecting local devices (part of systemd), [2019-04-06T09:02:04.518Z]  * XCB, X protocol C-language Binding, [2019-04-06T09:02:04.518Z] [2019-04-06T09:02:04.518Z] -- The following features have been disabled:[2019-04-06T09:02:04.518Z] [2019-04-06T09:02:04.518Z]  * DDCUtil, DDCUtil library support is disabled by default as recomemded by authors, add -DWITH_DDCUTIL=On to enable[2019-04-06T09:02:04.518Z] [2019-04-06T09:02:04.518Z] -- 

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

2019-04-06 Thread CI System
BUILD SUCCESS
 Build URL
https://build.kde.org/job/Plasma/job/plasma-framework/job/kf5-qt5%20SUSEQt5.12/51/
 Project:
kf5-qt5 SUSEQt5.12
 Date of build:
Sat, 06 Apr 2019 08:57:21 +
 Build duration:
4 min 40 sec and counting
   BUILD ARTIFACTS
  abi-compatibility-results.yamlacc/KF5Plasma-5.57.0.xmlacc/KF5PlasmaQuick-5.57.0.xmlcompat_reports/KF5Plasma_compat_report.htmllogs/KF5Plasma/5.57.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: 14 test(s), Skipped: 0 test(s), Total: 14 test(s)
   Cobertura Report
  
   Project Coverage Summary
  
   Name
  PackagesFilesClassesLinesConditionalsCobertura Coverage Report50%
(9/18)46%
(58/126)46%
(58/126)39%
(5196/13426)28%
(2742/9858)Coverage Breakdown by Package
Name
   FilesClassesLinesConditionalsautotests93%
(13/14)93%
(13/14)96%
(1075/1123)51%
(556/1090)src.declarativeimports.calendar0%
(0/6)0%
(0/6)0%
(0/464)0%
(0/243)src.declarativeimports.core44%
(7/16)44%
(7/16)34%
(769/2291)27%
(390/1458)src.declarativeimports.plasmacomponents0%
(0/6)0%
(0/6)0%
(0/518)0%
(0/207)src.declarativeimports.plasmaextracomponents0%
(0/3)0%
(0/3)0%
(0/42)0%
(0/22)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/14)0%
(0/2)src.plasma64%
(14/22)64%
(14/22)48%
(1687/3517)36%
(1023/2827)src.plasma.packagestructure57%
(4/7)57%
(4/7)36%
(50/137)42%
(5/12)src.plasma.private67%
(12/18)67%
(12/18)60%
(948/1591)41%
(428/1034)src.plasma.scripting67%
(2/3)67%
(2/3)21%
(35/167)10%
(13/128)src.plasmapkg0%
(0/1)0%
(0/1)0%
(0/45)0%
(0/40)src.plasmaquick33%
(4/12)33%
(4/12)29%
(588/2014)19%
(322/1721)src.plasmaquick.private50%
(1/2)50%
(1/2)29%
(31/106)36%
(5/14)src.scriptengines.qml.plasmoid17%
(1/6)17%
(1/6)1%
(13/1184)0%
(0/1022)tests.dpi0%
(0/2)0%
(0/2)0%
(0/21)0%
(0/2)tests.kplugins0%
 

KDE CI: Plasma » plasma-pa » kf5-qt5 FreeBSDQt5.12 - Build # 19 - Still Failing!

2019-04-06 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Plasma/job/plasma-pa/job/kf5-qt5%20FreeBSDQt5.12/19/
 Project:
kf5-qt5 FreeBSDQt5.12
 Date of build:
Sat, 06 Apr 2019 08:58:18 +
 Build duration:
1 min 36 sec and counting
   CONSOLE OUTPUT
  [...truncated 369 lines...][2019-04-06T08:59:27.602Z] Unknown property type for key "X-KDE-Keywords[de]" -> falling back to string[2019-04-06T08:59:27.602Z] Unknown property type for key "X-KDE-Keywords[el]" -> falling back to string[2019-04-06T08:59:27.602Z] Unknown property type for key "X-KDE-Keywords[en_GB]" -> falling back to string[2019-04-06T08:59:27.602Z] Unknown property type for key "X-KDE-Keywords[es]" -> falling back to string[2019-04-06T08:59:27.602Z] Unknown property type for key "X-KDE-Keywords[et]" -> falling back to string[2019-04-06T08:59:27.602Z] Unknown property type for key "X-KDE-Keywords[eu]" -> falling back to string[2019-04-06T08:59:27.602Z] Unknown property type for key "X-KDE-Keywords[fi]" -> falling back to string[2019-04-06T08:59:27.602Z] Unknown property type for key "X-KDE-Keywords[fr]" -> falling back to string[2019-04-06T08:59:27.602Z] Unknown property type for key "X-KDE-Keywords[gl]" -> falling back to string[2019-04-06T08:59:27.602Z] Unknown property type for key "X-KDE-Keywords[he]" -> falling back to string[2019-04-06T08:59:27.602Z] Unknown property type for key "X-KDE-Keywords[hu]" -> falling back to string[2019-04-06T08:59:27.602Z] Unknown property type for key "X-KDE-Keywords[id]" -> falling back to string[2019-04-06T08:59:27.602Z] Unknown property type for key "X-KDE-Keywords[it]" -> falling back to string[2019-04-06T08:59:27.602Z] Unknown property type for key "X-KDE-Keywords[ko]" -> falling back to string[2019-04-06T08:59:27.602Z] Unknown property type for key "X-KDE-Keywords[lt]" -> falling back to string[2019-04-06T08:59:27.602Z] Unknown property type for key "X-KDE-Keywords[nl]" -> falling back to string[2019-04-06T08:59:27.602Z] Unknown property type for key "X-KDE-Keywords[nn]" -> falling back to string[2019-04-06T08:59:27.602Z] Unknown property type for key "X-KDE-Keywords[pa]" -> falling back to string[2019-04-06T08:59:27.602Z] Unknown property type for key "X-KDE-Keywords[pl]" -> falling back to string[2019-04-06T08:59:27.602Z] Unknown property type for key "X-KDE-Keywords[pt]" -> falling back to string[2019-04-06T08:59:27.602Z] Unknown property type for key "X-KDE-Keywords[pt_BR]" -> falling back to string[2019-04-06T08:59:27.602Z] Unknown property type for key "X-KDE-Keywords[ru]" -> falling back to string[2019-04-06T08:59:27.602Z] Unknown property type for key "X-KDE-Keywords[sk]" -> falling back to string[2019-04-06T08:59:27.602Z] Unknown property type for key "X-KDE-Keywords[sl]" -> falling back to string[2019-04-06T08:59:27.602Z] Unknown property type for key "X-KDE-Keywords[sr]" -> falling back to string[2019-04-06T08:59:27.602Z] Unknown property type for key "X-KDE-Keywords[sr@ijekavian]" -> falling back to string[2019-04-06T08:59:27.602Z] Unknown property type for key "X-KDE-Keywords[sr@ijekavianlatin]" -> falling back to string[2019-04-06T08:59:27.602Z] Unknown property type for key "X-KDE-Keywords[sr@latin]" -> falling back to string[2019-04-06T08:59:27.602Z] Unknown property type for key "X-KDE-Keywords[sv]" -> falling back to string[2019-04-06T08:59:27.602Z] Unknown property type for key "X-KDE-Keywords[tr]" -> falling back to string[2019-04-06T08:59:27.602Z] Unknown property type for key "X-KDE-Keywords[uk]" -> falling back to string[2019-04-06T08:59:27.602Z] Unknown property type for key "X-KDE-Keywords[x-test]" -> falling back to string[2019-04-06T08:59:27.602Z] Unknown property type for key "X-KDE-Keywords[zh_CN]" -> falling back to string[2019-04-06T08:59:27.602Z] Unknown property type for key "X-KDE-Keywords[zh_TW]" -> falling back to string[2019-04-06T08:59:27.602Z] Generated  "/usr/home/jenkins/workspace/Plasma/plasma-pa/kf5-qt5 FreeBSDQt5.12/build/src/kcm/kcm_pulseaudio.json" [2019-04-06T08:59:27.602Z] [2019-04-06T08:59:27.602Z] [ 11%] Built target org.kde.plasma.volume-plasmoids-metadata-json[2019-04-06T08:59:28.070Z] [ 11%] Built target kcm_pulseaudio-kcms-metadata-json[2019-04-06T08:59:28.070Z] Scanning dependencies of target org.kde.plasma.volume-plasmoids-qrc[2019-04-06T08:59:28.070Z] [ 14%] Automatic MOC for target kcm_pulseaudio[2019-04-06T08:59:28.070Z] [ 14%] Built target org.kde.plasma.volume-plasmoids-qrc[2019-04-06T08:59:28.070Z] Scanning dependencies of target org.kde.plasma.volume-plasmoids-contents-rcc[2019-04-06T08:59:28.070Z] [ 16%] Generating org.kde.plasma.volume-contents.rcc[2019-04-06T08:59:28.070Z] [ 16%] Built target org.kde.plasma.volume-plasmoids-contents-rcc[2019-04-06T08:59:30.266Z] [ 16%] Built target kcm_pulseaudio_autogen[2019-04-06T08:59:30.568Z] Scanning dependencies of target kcm_pulseaudio[2019-04-06T08:59:30.568Z] [ 19%] Building CXX object src/kcm/CMakeFiles/kcm_pulseaudio.dir/module.cpp.o[2019-04-06T08:59:30.568Z] 

KDE CI: Plasma » kwin » stable-kf5-qt5 SUSEQt5.12 - Build # 32 - Failure!

2019-04-06 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Plasma/job/kwin/job/stable-kf5-qt5%20SUSEQt5.12/32/
 Project:
stable-kf5-qt5 SUSEQt5.12
 Date of build:
Sat, 06 Apr 2019 07:09:23 +
 Build duration:
16 min and counting
   CONSOLE OUTPUT
  [...truncated 562 lines...][2019-04-06T07:25:12.451Z]  * KScreenLocker[2019-04-06T07:25:12.451Z]For screenlocker integration in kwin_wayland[2019-04-06T07:25:12.451Z]  * epoxy, libepoxy, [2019-04-06T07:25:12.451Z]OpenGL dispatch library[2019-04-06T07:25:12.451Z]  * Wayland (required version >= 1.2), C library implementation of the Wayland protocol: a protocol for a compositor to talk to its clients, [2019-04-06T07:25:12.451Z]Required for building KWin with Wayland support[2019-04-06T07:25:12.451Z]  * XKB (required version >= 0.7.0), XKB API common to servers and clients., [2019-04-06T07:25:12.451Z]Required for building KWin with Wayland support[2019-04-06T07:25:12.451Z]  * Libinput (required version >= 1.9), Library to handle input devices in Wayland compositors and to provide a generic X.Org input driver., [2019-04-06T07:25:12.451Z]Required for input handling on Wayland.[2019-04-06T07:25:12.451Z]  * UDev, Linux device library., [2019-04-06T07:25:12.451Z]Required for input handling on Wayland.[2019-04-06T07:25:12.451Z]  * X11, X11 libraries, [2019-04-06T07:25:12.451Z]  * XCB (required version >= 1.10), X protocol C-language Binding, [2019-04-06T07:25:12.451Z]  * Qt5FontDatabaseSupport, Qt FontDatabaseSupport module., [2019-04-06T07:25:12.451Z]  * Qt5ThemeSupport, Qt ThemeSupport module., [2019-04-06T07:25:12.451Z]  * Qt5EventDispatcherSupport, Qt EventDispatcherSupport module., [2019-04-06T07:25:12.451Z]  * Freetype, A font rendering engine, [2019-04-06T07:25:12.451Z]Needed for KWin's QPA plugin.[2019-04-06T07:25:12.451Z]  * Fontconfig, Fontconfig is a library for configuring and customizing font access, [2019-04-06T07:25:12.451Z]Needed for KWin's QPA plugin.[2019-04-06T07:25:12.451Z]  * Qt5Core[2019-04-06T07:25:12.451Z] [2019-04-06T07:25:12.451Z] -- The following RUNTIME packages have not been found:[2019-04-06T07:25:12.451Z] [2019-04-06T07:25:12.451Z]  * QtQuick-QMLModule, QML module 'QtQuick' is a runtime dependency.[2019-04-06T07:25:12.451Z]  * QtQuick.Controls-QMLModule, QML module 'QtQuick.Controls' is a runtime dependency.[2019-04-06T07:25:12.451Z]  * QtQuick.Layouts-QMLModule, QML module 'QtQuick.Layouts' is a runtime dependency.[2019-04-06T07:25:12.451Z]  * QtQuick.VirtualKeyboard-QMLModule, QML module 'QtQuick.VirtualKeyboard' is a runtime dependency.[2019-04-06T07:25:12.451Z]  * QtQuick.Window-QMLModule, QML module 'QtQuick.Window' is a runtime dependency.[2019-04-06T07:25:12.451Z]  * QtMultimedia-QMLModule, QML module 'QtMultimedia' is a runtime dependency.[2019-04-06T07:25:12.451Z]  * org.kde.kquickcontrolsaddons-QMLModule, QML module 'org.kde.kquickcontrolsaddons' is a runtime dependency.[2019-04-06T07:25:12.451Z]  * org.kde.plasma.components-QMLModule, QML module 'org.kde.plasma.components' is a runtime dependency.[2019-04-06T07:25:12.451Z]  * org.kde.plasma.core-QMLModule, QML module 'org.kde.plasma.core' is a runtime dependency.[2019-04-06T07:25:12.451Z] [2019-04-06T07:25:12.451Z] -- The following OPTIONAL packages have not been found:[2019-04-06T07:25:12.451Z] [2019-04-06T07:25:12.451Z]  * libhybris, libhybris allows to run bionic-based HW adaptations in glibc systems., [2019-04-06T07:25:12.451Z]Required for libhybris backend[2019-04-06T07:25:12.451Z]  * Libcap, Capabilities are a measure to limit the omnipotence of the superuser., [2019-04-06T07:25:12.451Z]Needed for running kwin_wayland with real-time scheduling policy[2019-04-06T07:25:12.451Z] [2019-04-06T07:25:12.451Z] -- Configuring done[2019-04-06T07:25:17.665Z] -- Generating done[2019-04-06T07:25:17.665Z] -- Build files have been written to: /home/jenkins/workspace/Plasma/kwin/stable-kf5-qt5 SUSEQt5.12/build[Pipeline] }[Pipeline] // stage[Pipeline] stage[Pipeline] { (Compiling)[Pipeline] sh[2019-04-06T07:25:20.561Z] + python3 -u ci-tooling/helpers/compile-build.py --product Plasma --project kwin --branchGroup stable-kf5-qt5 --platform SUSEQt5.12 --usingInstall /home/jenkins//install-prefix/[2019-04-06T07:25:20.561Z] /home/jenkins/workspace/Plasma/kwin/stable-kf5-qt5 SUSEQt5.12/ci-tooling/helpers/helperslib/BuildSpecs.py:55: YAMLLoadWarning: calling yaml.load() without Loader=... is deprecated, as the default Loader is unsafe. Please read https://msg.pyyaml.org/load for full details.[2019-04-06T07:25:20.561Z]   projectConfig = yaml.load(configFile)[2019-04-06T07:25:20.561Z] Scanning dependencies of target kwinxrenderutils_autogen[2019-04-06T07:25:20.561Z] Scanning dependencies of target kdeinit_kwin_rules_dialog_autogen[2019-04-06T07:25:20.561Z] Scanning dependencies of target kcm_kwinoptions_autogen[2019-04-06T07:25:20.561Z] Scanning dependencies of target kwinglutils_autogen[2019-04-06T07:25:20.561Z] Scanning 

KDE CI: Plasma » ksshaskpass » kf5-qt5 SUSEQt5.12 - Build # 2 - Failure!

2019-04-06 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Plasma/job/ksshaskpass/job/kf5-qt5%20SUSEQt5.12/2/
 Project:
kf5-qt5 SUSEQt5.12
 Date of build:
Sat, 06 Apr 2019 06:29:22 +
 Build duration:
51 min and counting
   CONSOLE OUTPUT
  [...truncated 272 lines...][2019-04-06T07:20:19.094Z] PAGER = 'less'[2019-04-06T07:20:19.094Z] EXECUTOR_NUMBER   = '0'[2019-04-06T07:20:19.094Z] CVS_RSH   = 'ssh'[2019-04-06T07:20:19.094Z] LIBGL_DEBUG   = 'quiet'[2019-04-06T07:20:19.094Z] STAGE_NAME= 'Configuring Build'[2019-04-06T07:20:19.094Z] NODE_LABELS   = 'Docker Swarm-d421e81c4467 SUSEQt5.12'[2019-04-06T07:20:19.094Z] XCURSOR_THEME = 'DMZ-Black'[2019-04-06T07:20:19.094Z] XDG_DATA_DIRS = '/home/jenkins/install-prefix/share:/usr/share:/usr/local/share:/usr/share'[2019-04-06T07:20:19.094Z] CONFIG_SITE   = '/usr/share/site/x86_64-unknown-linux-gnu'[2019-04-06T07:20:19.094Z] PATH  = '/home/jenkins/install-prefix/bin:/home/jenkins//bin:/usr/local/bin:/usr/bin:/bin:/usr/lib/mit/bin:/usr/lib/mit/sbin'[2019-04-06T07:20:19.094Z] PROFILEREAD   = 'true'[2019-04-06T07:20:19.094Z] MAIL  = '/var/mail/jenkins'[2019-04-06T07:20:19.094Z] HOSTTYPE  = 'x86_64'[2019-04-06T07:20:19.094Z] BUILD_ID  = '2'[2019-04-06T07:20:19.094Z] LESSKEY   = '/etc/lesskey.bin'[2019-04-06T07:20:19.094Z] OLDPWD= '/home/jenkins'[2019-04-06T07:20:19.094Z] LC_CTYPE  = 'C.UTF-8'[2019-04-06T07:20:19.094Z] CMAKE_PREFIX_PATH = '/home/jenkins/install-prefix:/usr/:/usr/local/'[2019-04-06T07:20:19.094Z] LD_LIBRARY_PATH   = '/home/jenkins/install-prefix/lib64'[2019-04-06T07:20:19.094Z] PKG_CONFIG_PATH   = '/home/jenkins/install-prefix/lib64/pkgconfig:/usr/lib/pkgconfig:/usr/lib64/pkgconfig'[2019-04-06T07:20:19.094Z] QT_PLUGIN_PATH= '/home/jenkins/install-prefix/lib64/plugins'[2019-04-06T07:20:19.094Z] QML2_IMPORT_PATH  = '/home/jenkins/install-prefix/lib64/qml'[2019-04-06T07:20:19.094Z] QT_SELECT = 'qt5'[2019-04-06T07:20:19.094Z] LANG  = 'en_US.UTF-8'[2019-04-06T07:20:19.094Z] XDG_CURRENT_DESKTOP   = 'KDE'[2019-04-06T07:20:19.094Z] ASAN_OPTIONS  = 'detect_leaks=0:new_delete_type_mismatch=0:detect_odr_violation=0:stack-use-after-scope=0:alloc_dealloc_mismatch=0'[2019-04-06T07:20:19.094Z] [2019-04-06T07:20:19.094Z] [2019-04-06T07:20:19.094Z] == Commencing Configuration:[2019-04-06T07:20:19.094Z] cmake -DCMAKE_BUILD_TYPE=Debug -DECM_ENABLE_SANITIZERS='address' -DBUILD_TESTING=ON -DCMAKE_INSTALL_PREFIX="/home/jenkins//install-prefix/" -DBUILD_COVERAGE=ON  "/home/jenkins/workspace/Plasma/ksshaskpass/kf5-qt5 SUSEQt5.12"[2019-04-06T07:20:19.094Z] -- The C compiler identification is GNU 8.3.1[2019-04-06T07:20:19.094Z] -- The CXX compiler identification is GNU 8.3.1[2019-04-06T07:20:19.594Z] -- Check for working C compiler: /usr/bin/cc[2019-04-06T07:20:19.594Z] -- Check for working C compiler: /usr/bin/cc -- works[2019-04-06T07:20:19.594Z] -- Detecting C compiler ABI info[2019-04-06T07:20:19.594Z] -- Detecting C compiler ABI info - done[2019-04-06T07:20:19.594Z] -- Detecting C compile features[2019-04-06T07:20:20.093Z] -- Detecting C compile features - done[2019-04-06T07:20:20.093Z] -- Check for working CXX compiler: /usr/bin/c++[2019-04-06T07:20:20.594Z] -- Check for working CXX compiler: /usr/bin/c++ -- works[2019-04-06T07:20:20.594Z] -- Detecting CXX compiler ABI info[2019-04-06T07:20:20.594Z] -- Detecting CXX compiler ABI info - done[2019-04-06T07:20:20.594Z] -- Detecting CXX compile features[2019-04-06T07:20:22.257Z] -- Detecting CXX compile features - done[2019-04-06T07:20:22.257Z] -- Looking for __GLIBC__[2019-04-06T07:20:22.257Z] -- Looking for __GLIBC__ - found[2019-04-06T07:20:22.257Z] -- Performing Test _OFFT_IS_64BIT[2019-04-06T07:20:22.758Z] -- Performing Test _OFFT_IS_64BIT - Success[2019-04-06T07:20:22.758Z] -- Performing Test HAVE_DATE_TIME[2019-04-06T07:20:22.758Z] -- Performing Test HAVE_DATE_TIME - Success[2019-04-06T07:20:22.758Z] -- Found KF5CoreAddons: /home/jenkins/install-prefix/lib64/cmake/KF5CoreAddons/KF5CoreAddonsConfig.cmake (found version "5.57.0") [2019-04-06T07:20:22.758Z] -- Found Gettext: /usr/bin/msgmerge (found version "0.19.8.1") [2019-04-06T07:20:22.758Z] -- Found KF5I18n: /home/jenkins/install-prefix/lib64/cmake/KF5I18n/KF5I18nConfig.cmake (found version "5.57.0") [2019-04-06T07:20:22.758Z] -- Found KF5Wallet: /home/jenkins/install-prefix/lib64/cmake/KF5Wallet/KF5WalletConfig.cmake (found version "5.57.0") [2019-04-06T07:20:22.758Z] -- Found KF5WidgetsAddons: /home/jenkins/install-prefix/lib64/cmake/KF5WidgetsAddons/KF5WidgetsAddonsConfig.cmake (found version "5.57.0") [2019-04-06T07:20:22.758Z] -- Found KF5: success (found suitable version "5.57.0", 

KDE CI: Plasma » powerdevil » kf5-qt5 SUSEQt5.12 - Build # 13 - Failure!

2019-04-06 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Plasma/job/powerdevil/job/kf5-qt5%20SUSEQt5.12/13/
 Project:
kf5-qt5 SUSEQt5.12
 Date of build:
Sat, 06 Apr 2019 06:29:08 +
 Build duration:
48 min and counting
   CONSOLE OUTPUT
  [...truncated 331 lines...][2019-04-06T07:17:21.094Z] -- Performing Test _OFFT_IS_64BIT - Success[2019-04-06T07:17:21.094Z] -- Performing Test HAVE_DATE_TIME[2019-04-06T07:17:21.094Z] -- Performing Test HAVE_DATE_TIME - Success[2019-04-06T07:17:21.094Z] -- Found KF5Activities: /home/jenkins/install-prefix/lib64/cmake/KF5Activities/KF5ActivitiesConfig.cmake (found version "5.57.0") [2019-04-06T07:17:21.593Z] -- Found KF5Auth: /home/jenkins/install-prefix/lib64/cmake/KF5Auth/KF5AuthConfig.cmake (found version "5.57.0") [2019-04-06T07:17:21.593Z] -- Found KF5IdleTime: /home/jenkins/install-prefix/lib64/cmake/KF5IdleTime/KF5IdleTimeConfig.cmake (found version "5.57.0") [2019-04-06T07:17:21.593Z] -- Found KF5Config: /home/jenkins/install-prefix/lib64/cmake/KF5Config/KF5ConfigConfig.cmake (found version "5.57.0") [2019-04-06T07:17:21.593Z] -- Found KF5DBusAddons: /home/jenkins/install-prefix/lib64/cmake/KF5DBusAddons/KF5DBusAddonsConfig.cmake (found version "5.57.0") [2019-04-06T07:17:21.593Z] -- Found KF5Solid: /home/jenkins/install-prefix/lib64/cmake/KF5Solid/KF5SolidConfig.cmake (found version "5.57.0") [2019-04-06T07:17:21.593Z] -- Found Gettext: /usr/bin/msgmerge (found version "0.19.8.1") [2019-04-06T07:17:21.593Z] -- Found KF5I18n: /home/jenkins/install-prefix/lib64/cmake/KF5I18n/KF5I18nConfig.cmake (found version "5.57.0") [2019-04-06T07:17:21.593Z] -- Found KF5GlobalAccel: /home/jenkins/install-prefix/lib64/cmake/KF5GlobalAccel/KF5GlobalAccelConfig.cmake (found version "5.57.0") [2019-04-06T07:17:21.593Z] -- Found KF5KIO: /home/jenkins/install-prefix/lib64/cmake/KF5KIO/KF5KIOConfig.cmake (found version "5.57.0") [2019-04-06T07:17:21.593Z] -- Found KF5NotifyConfig: /home/jenkins/install-prefix/lib64/cmake/KF5NotifyConfig/KF5NotifyConfigConfig.cmake (found version "5.57.0") [2019-04-06T07:17:21.593Z] -- Found KF5Wayland: /home/jenkins/install-prefix/lib64/cmake/KF5Wayland/KF5WaylandConfig.cmake (found version "5.57.0") [2019-04-06T07:17:21.593Z] -- Found KF5DocTools: /home/jenkins/install-prefix/lib64/cmake/KF5DocTools/KF5DocToolsConfig.cmake (found version "5.57.0") [2019-04-06T07:17:21.593Z] -- Found KF5Crash: /home/jenkins/install-prefix/lib64/cmake/KF5Crash/KF5CrashConfig.cmake (found version "5.57.0") [2019-04-06T07:17:21.593Z] -- Found KF5Notifications: /home/jenkins/install-prefix/lib64/cmake/KF5Notifications/KF5NotificationsConfig.cmake (found version "5.57.0") [2019-04-06T07:17:21.593Z] -- Found KF5: success (found suitable version "5.57.0", minimum required is "5.56.0") found components:  Activities Auth IdleTime Config DBusAddons Solid I18n GlobalAccel KIO NotifyConfig Wayland DocTools Crash Notifications [2019-04-06T07:17:22.092Z] -- Found UDev: /usr/include (found version "241") [2019-04-06T07:17:22.092Z] -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.2") [2019-04-06T07:17:22.092Z] -- Found XCB_XCB: /usr/lib64/libxcb.so (found version "1.13") [2019-04-06T07:17:22.092Z] -- Found XCB_DPMS: /usr/lib64/libxcb-dpms.so (found version "1.13") [2019-04-06T07:17:22.092Z] -- Found XCB_RANDR: /usr/lib64/libxcb-randr.so (found version "1.13") [2019-04-06T07:17:22.092Z] -- Found XCB: /usr/lib64/libxcb.so;/usr/lib64/libxcb-dpms.so;/usr/lib64/libxcb-randr.so (found version "1.13") found components:  XCB RANDR DPMS [2019-04-06T07:17:22.092Z] -- The following features have been enabled:[2019-04-06T07:17:22.092Z] [2019-04-06T07:17:22.092Z]  * Wireless power saving, Support turning off signal-transmitting devices to save energy[2019-04-06T07:17:22.092Z] [2019-04-06T07:17:22.092Z] -- The following OPTIONAL packages have been found:[2019-04-06T07:17:22.092Z] [2019-04-06T07:17:22.092Z]  * Qt5Core[2019-04-06T07:17:22.092Z]  * KF5BluezQt (required version >= 5.56.0), Qt wrapper for BlueZ 5 DBus API[2019-04-06T07:17:22.092Z]Support for wireless energy saving actions[2019-04-06T07:17:22.092Z]  * KF5NetworkManagerQt (required version >= 5.56.0), Qt wrapper for NetworkManager API[2019-04-06T07:17:22.092Z]Support for wireless energy saving actions[2019-04-06T07:17:22.092Z]  * PkgConfig[2019-04-06T07:17:22.092Z] [2019-04-06T07:17:22.092Z] -- The following REQUIRED packages have been found:[2019-04-06T07:17:22.092Z] [2019-04-06T07:17:22.092Z]  * ECM (required version >= 5.56.0)[2019-04-06T07:17:22.092Z]  * Qt5Gui (required version >= 5.12.2)[2019-04-06T07:17:22.092Z]  * Qt5Widgets[2019-04-06T07:17:22.092Z]  * Qt5DBus[2019-04-06T07:17:22.092Z]  * Qt5X11Extras[2019-04-06T07:17:22.092Z]  * Qt5 (required version >= 5.11.0)[2019-04-06T07:17:22.092Z]  * KF5Activities (required version >= 5.56.0)[2019-04-06T07:17:22.092Z]  * KF5Auth (required version >= 5.56.0)[2019-04-06T07:17:22.092Z]  * KF5IdleTime (required version >= 

KDE CI: Plasma » bluedevil » kf5-qt5 SUSEQt5.12 - Build # 9 - Failure!

2019-04-06 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Plasma/job/bluedevil/job/kf5-qt5%20SUSEQt5.12/9/
 Project:
kf5-qt5 SUSEQt5.12
 Date of build:
Sat, 06 Apr 2019 06:29:06 +
 Build duration:
48 min and counting
   CONSOLE OUTPUT
  [...truncated 314 lines...][2019-04-06T07:17:13.715Z] -- Detecting CXX compile features[2019-04-06T07:17:15.409Z] -- Detecting CXX compile features - done[2019-04-06T07:17:18.509Z] -- Found KF5CoreAddons: /home/jenkins/install-prefix/lib64/cmake/KF5CoreAddons/KF5CoreAddonsConfig.cmake (found version "5.57.0") [2019-04-06T07:17:18.509Z] -- Found KF5WidgetsAddons: /home/jenkins/install-prefix/lib64/cmake/KF5WidgetsAddons/KF5WidgetsAddonsConfig.cmake (found version "5.57.0") [2019-04-06T07:17:18.509Z] -- Found KF5DBusAddons: /home/jenkins/install-prefix/lib64/cmake/KF5DBusAddons/KF5DBusAddonsConfig.cmake (found version "5.57.0") [2019-04-06T07:17:18.509Z] -- Found KF5Notifications: /home/jenkins/install-prefix/lib64/cmake/KF5Notifications/KF5NotificationsConfig.cmake (found version "5.57.0") [2019-04-06T07:17:18.509Z] -- Found KF5WindowSystem: /home/jenkins/install-prefix/lib64/cmake/KF5WindowSystem/KF5WindowSystemConfig.cmake (found version "5.57.0") [2019-04-06T07:17:18.509Z] -- Found KF5IconThemes: /home/jenkins/install-prefix/lib64/cmake/KF5IconThemes/KF5IconThemesConfig.cmake (found version "5.57.0") [2019-04-06T07:17:19.557Z] -- Found KF5Plasma: /home/jenkins/install-prefix/lib64/cmake/KF5Plasma/KF5PlasmaConfig.cmake (found version "5.57.0") [2019-04-06T07:17:20.055Z] -- Found Gettext: /usr/bin/msgmerge (found version "0.19.8.1") [2019-04-06T07:17:20.055Z] -- Found KF5I18n: /home/jenkins/install-prefix/lib64/cmake/KF5I18n/KF5I18nConfig.cmake (found version "5.57.0") [2019-04-06T07:17:20.553Z] -- Found KF5KIO: /home/jenkins/install-prefix/lib64/cmake/KF5KIO/KF5KIOConfig.cmake (found version "5.57.0") [2019-04-06T07:17:20.553Z] -- Found KF5BluezQt: /home/jenkins/install-prefix/lib64/cmake/KF5BluezQt/KF5BluezQtConfig.cmake (found version "5.57.0") [2019-04-06T07:17:20.553Z] -- Found KF5: success (found suitable version "5.57.0", minimum required is "5.54.0") found components:  CoreAddons WidgetsAddons DBusAddons Notifications WindowSystem IconThemes Plasma I18n KIO BluezQt [2019-04-06T07:17:20.553Z] -- Found SharedMimeInfo: /usr/bin/update-mime-database (found version "1.12") [2019-04-06T07:17:21.051Z] -- Looking for __GLIBC__[2019-04-06T07:17:22.097Z] -- Looking for __GLIBC__ - found[2019-04-06T07:17:22.097Z] -- Performing Test _OFFT_IS_64BIT[2019-04-06T07:17:22.596Z] -- Performing Test _OFFT_IS_64BIT - Success[2019-04-06T07:17:22.596Z] -- Performing Test HAVE_DATE_TIME[2019-04-06T07:17:23.095Z] -- Performing Test HAVE_DATE_TIME - Success[2019-04-06T07:17:24.485Z] CMake Warning at /home/jenkins/install-prefix/lib64/cmake/KF5Package/KF5PackageMacros.cmake:64 (message):[2019-04-06T07:17:24.485Z]   couldn't generate metainfo for org.kde.plasma.bluetooth:[2019-04-06T07:17:24.485Z]   /home/jenkins/install-prefix/bin/kpackagetool5: error while loading shared[2019-04-06T07:17:24.485Z]   libraries: libQt5Core.so.5: cannot open shared object file: No such file or[2019-04-06T07:17:24.485Z]   directory[2019-04-06T07:17:24.485Z] [2019-04-06T07:17:24.485Z] Call Stack (most recent call first):[2019-04-06T07:17:24.485Z]   /home/jenkins/install-prefix/lib64/cmake/KF5Plasma/KF5PlasmaMacros.cmake:34 (kpackage_install_package)[2019-04-06T07:17:24.485Z]   src/applet/CMakeLists.txt:2 (plasma_install_package)[2019-04-06T07:17:24.485Z] [2019-04-06T07:17:24.485Z] [2019-04-06T07:17:24.485Z] -- The following REQUIRED packages have been found:[2019-04-06T07:17:24.485Z] [2019-04-06T07:17:24.485Z]  * Qt5Gui (required version >= 5.12.2)[2019-04-06T07:17:24.485Z]  * Qt5Widgets[2019-04-06T07:17:24.485Z]  * Qt5Network (required version >= 5.12.2)[2019-04-06T07:17:24.485Z]  * Qt5Qml[2019-04-06T07:17:24.485Z]  * Qt5DBus[2019-04-06T07:17:24.485Z]  * Qt5 (required version >= 5.11.0)[2019-04-06T07:17:24.485Z]  * KF5CoreAddons (required version >= 5.54.0)[2019-04-06T07:17:24.485Z]  * KF5WidgetsAddons (required version >= 5.54.0)[2019-04-06T07:17:24.485Z]  * KF5DBusAddons (required version >= 5.54.0)[2019-04-06T07:17:24.485Z]  * KF5Notifications (required version >= 5.54.0)[2019-04-06T07:17:24.485Z]  * KF5WindowSystem (required version >= 5.54.0)[2019-04-06T07:17:24.485Z]  * KF5IconThemes (required version >= 5.54.0)[2019-04-06T07:17:24.485Z]  * ECM (required version >= 1.6.0)[2019-04-06T07:17:24.485Z]  * KF5Plasma (required version >= 5.54.0)[2019-04-06T07:17:24.485Z]  * Gettext[2019-04-06T07:17:24.485Z]  * KF5I18n (required version >= 5.54.0)[2019-04-06T07:17:24.485Z]  * KF5KIO (required version >= 5.54.0)[2019-04-06T07:17:24.485Z]  * KF5BluezQt (required version >= 5.54.0)[2019-04-06T07:17:24.485Z]  * KF5 (required version >= 5.54.0)[2019-04-06T07:17:24.485Z]  * KDED (required version >= 5.54.0)[2019-04-06T07:17:24.485Z]  * SharedMimeInfo, A database of common MIME types, 

KDE CI: Plasma » xdg-desktop-portal-kde » kf5-qt5 SUSEQt5.12 - Build # 7 - Failure!

2019-04-06 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Plasma/job/xdg-desktop-portal-kde/job/kf5-qt5%20SUSEQt5.12/7/
 Project:
kf5-qt5 SUSEQt5.12
 Date of build:
Sat, 06 Apr 2019 06:28:56 +
 Build duration:
44 min and counting
   CONSOLE OUTPUT
  [...truncated 320 lines...][2019-04-06T07:12:02.462Z] -- Performing Test HAVE_DATE_TIME[2019-04-06T07:12:02.960Z] -- Performing Test HAVE_DATE_TIME - Success[2019-04-06T07:12:03.458Z] -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.2") [2019-04-06T07:12:03.458Z] -- Found GLIB2: /usr/lib64/libglib-2.0.so  [2019-04-06T07:12:03.956Z] -- Could NOT find PipeWire (missing: PipeWire_LIBRARIES PipeWire_INCLUDE_DIRS) (found version "")[2019-04-06T07:12:03.956Z] -- Found GBM: /usr/lib64/libgbm.so (found version "19.0.1") [2019-04-06T07:12:05.000Z] -- Found Epoxy: /usr/lib64/libepoxy.so  [2019-04-06T07:12:06.047Z] -- Found KF5CoreAddons: /home/jenkins/install-prefix/lib64/cmake/KF5CoreAddons/KF5CoreAddonsConfig.cmake (found version "5.57.0") [2019-04-06T07:12:06.047Z] -- Found KF5Config: /home/jenkins/install-prefix/lib64/cmake/KF5Config/KF5ConfigConfig.cmake (found version "5.57.0") [2019-04-06T07:12:06.545Z] -- Found Gettext: /usr/bin/msgmerge (found version "0.19.8.1") [2019-04-06T07:12:06.545Z] -- Found KF5I18n: /home/jenkins/install-prefix/lib64/cmake/KF5I18n/KF5I18nConfig.cmake (found version "5.57.0") [2019-04-06T07:12:08.207Z] -- Found KF5KIO: /home/jenkins/install-prefix/lib64/cmake/KF5KIO/KF5KIOConfig.cmake (found version "5.57.0") [2019-04-06T07:12:08.706Z] -- Found KF5Notifications: /home/jenkins/install-prefix/lib64/cmake/KF5Notifications/KF5NotificationsConfig.cmake (found version "5.57.0") [2019-04-06T07:12:08.706Z] -- Found KF5Wayland: /home/jenkins/install-prefix/lib64/cmake/KF5Wayland/KF5WaylandConfig.cmake (found version "5.57.0") [2019-04-06T07:12:08.706Z] -- Found KF5WidgetsAddons: /home/jenkins/install-prefix/lib64/cmake/KF5WidgetsAddons/KF5WidgetsAddonsConfig.cmake (found version "5.57.0") [2019-04-06T07:12:08.706Z] -- Found KF5WindowSystem: /home/jenkins/install-prefix/lib64/cmake/KF5WindowSystem/KF5WindowSystemConfig.cmake (found version "5.57.0") [2019-04-06T07:12:08.706Z] -- Found KF5: success (found suitable version "5.57.0", minimum required is "5.54.0") found components:  CoreAddons Config I18n KIO Notifications Wayland WidgetsAddons WindowSystem [2019-04-06T07:12:08.706Z] -- The following OPTIONAL packages have been found:[2019-04-06T07:12:08.706Z] [2019-04-06T07:12:08.706Z]  * GLIB2, Event loop and utility library, [2019-04-06T07:12:08.706Z]Required for screencast portal[2019-04-06T07:12:08.706Z]  * GBM, Mesa gbm library., [2019-04-06T07:12:08.706Z]Required for screencast portal[2019-04-06T07:12:08.706Z]  * PkgConfig[2019-04-06T07:12:08.706Z]  * Epoxy, libepoxy, [2019-04-06T07:12:08.706Z]Required for screencast portal[2019-04-06T07:12:08.706Z] [2019-04-06T07:12:08.706Z] -- The following REQUIRED packages have been found:[2019-04-06T07:12:08.706Z] [2019-04-06T07:12:08.706Z]  * ECM (required version >= 5.54.0)[2019-04-06T07:12:08.706Z]  * Qt5Core[2019-04-06T07:12:08.706Z]  * Qt5Concurrent[2019-04-06T07:12:08.706Z]  * Qt5DBus[2019-04-06T07:12:08.706Z]  * Qt5Gui (required version >= 5.12.2)[2019-04-06T07:12:08.706Z]  * Qt5PrintSupport[2019-04-06T07:12:08.706Z]  * Qt5Widgets[2019-04-06T07:12:08.706Z]  * Qt5 (required version >= 5.11.0)[2019-04-06T07:12:08.706Z]  * KF5CoreAddons (required version >= 5.54.0)[2019-04-06T07:12:08.706Z]  * KF5Config (required version >= 5.54.0)[2019-04-06T07:12:08.706Z]  * Gettext[2019-04-06T07:12:08.706Z]  * KF5I18n (required version >= 5.54.0)[2019-04-06T07:12:08.706Z]  * KF5KIO (required version >= 5.54.0)[2019-04-06T07:12:08.706Z]  * KF5Notifications (required version >= 5.54.0)[2019-04-06T07:12:08.706Z]  * KF5Wayland (required version >= 5.54.0)[2019-04-06T07:12:08.706Z]  * KF5WidgetsAddons (required version >= 5.54.0)[2019-04-06T07:12:08.706Z]  * KF5WindowSystem (required version >= 5.54.0)[2019-04-06T07:12:08.706Z]  * KF5 (required version >= 5.54.0)[2019-04-06T07:12:08.706Z] [2019-04-06T07:12:08.706Z] -- The following features have been disabled:[2019-04-06T07:12:08.706Z] [2019-04-06T07:12:08.706Z]  * Screencast portal, Support for screen sharing[2019-04-06T07:12:08.706Z] [2019-04-06T07:12:08.706Z] -- The following OPTIONAL packages have not been found:[2019-04-06T07:12:08.706Z] [2019-04-06T07:12:08.706Z]  * PipeWire, PipeWire - multimedia processing, [2019-04-06T07:12:08.706Z]Required for screencast portal[2019-04-06T07:12:08.706Z] [2019-04-06T07:12:08.706Z] -- Configuring done[2019-04-06T07:12:09.205Z] -- Generating done[2019-04-06T07:12:09.205Z] -- Build files have been written to: /home/jenkins/workspace/Plasma/xdg-desktop-portal-kde/kf5-qt5 SUSEQt5.12/build[Pipeline] }[Pipeline] // stage[Pipeline] stage[Pipeline] { (Compiling)[Pipeline] sh[2019-04-06T07:12:13.452Z] + python3 -u ci-tooling/helpers/compile-build.py --product Plasma 

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

2019-04-06 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Plasma/job/plasma-framework/job/kf5-qt5%20SUSEQt5.12/50/
 Project:
kf5-qt5 SUSEQt5.12
 Date of build:
Sat, 06 Apr 2019 06:28:56 +
 Build duration:
43 min and counting
   CONSOLE OUTPUT
  [...truncated 342 lines...][2019-04-06T07:12:18.537Z] [2019-04-06T07:12:18.537Z]   FindOpenGL found both a legacy GL library:[2019-04-06T07:12:18.537Z] [2019-04-06T07:12:18.537Z] OPENGL_gl_LIBRARY: /usr/lib64/libGL.so[2019-04-06T07:12:18.537Z] [2019-04-06T07:12:18.537Z]   and GLVND libraries for OpenGL and GLX:[2019-04-06T07:12:18.537Z] [2019-04-06T07:12:18.537Z] OPENGL_opengl_LIBRARY: /usr/lib64/libOpenGL.so[2019-04-06T07:12:18.537Z] OPENGL_glx_LIBRARY: /usr/lib64/libGLX.so[2019-04-06T07:12:18.537Z] [2019-04-06T07:12:18.537Z]   OpenGL_GL_PREFERENCE has not been set to "GLVND" or "LEGACY", so for[2019-04-06T07:12:18.537Z]   compatibility with CMake 3.10 and below the legacy GL library will be used.[2019-04-06T07:12:18.537Z] Call Stack (most recent call first):[2019-04-06T07:12:18.537Z]   CMakeLists.txt:102 (find_package)[2019-04-06T07:12:18.537Z] This warning is for project developers.  Use -Wno-dev to suppress it.[2019-04-06T07:12:18.537Z] [2019-04-06T07:12:18.537Z] -- Found OpenGL: /usr/lib64/libOpenGL.so   [2019-04-06T07:12:18.537Z] -- Performing Test HAVE_EGL[2019-04-06T07:12:18.537Z] -- Performing Test HAVE_EGL - Success[2019-04-06T07:12:18.537Z] -- Found EGL: /usr/lib64/libEGL.so (found version "1.5") [2019-04-06T07:12:18.537Z] -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY[2019-04-06T07:12:19.038Z] -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY - Success[2019-04-06T07:12:19.038Z] -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY[2019-04-06T07:12:19.038Z] -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY - Success[2019-04-06T07:12:19.038Z] -- Performing Test COMPILER_HAS_DEPRECATED_ATTR[2019-04-06T07:12:19.537Z] -- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success[2019-04-06T07:12:19.537Z] -- The following OPTIONAL packages have been found:[2019-04-06T07:12:19.537Z] [2019-04-06T07:12:19.537Z]  * KF5Wayland (required version >= 5.56.0), Integration with the Wayland compositor[2019-04-06T07:12:19.537Z]  * KF5DocTools (required version >= 5.56.0), Tools to generate documentation[2019-04-06T07:12:19.537Z]  * X11, X11 libraries, [2019-04-06T07:12:19.537Z]  * XCB, X protocol C-language Binding, [2019-04-06T07:12:19.537Z]  * OpenGL, The OpenGL libraries, [2019-04-06T07:12:19.537Z]  * PkgConfig[2019-04-06T07:12:19.537Z]  * EGL, A platform-agnostic mechanism for creating rendering surfaces for use with other graphics libraries, such as OpenGL|ES and OpenVG., [2019-04-06T07:12:19.537Z]Support for Window Thumbnail on EGL platform[2019-04-06T07:12:19.537Z] [2019-04-06T07:12:19.537Z] -- The following REQUIRED packages have been found:[2019-04-06T07:12:19.537Z] [2019-04-06T07:12:19.537Z]  * Qt5Network (required version >= 5.12.2)[2019-04-06T07:12:19.537Z]  * Qt5Quick[2019-04-06T07:12:19.537Z]  * Qt5Gui[2019-04-06T07:12:19.537Z]  * Qt5Sql[2019-04-06T07:12:19.537Z]  * Qt5Qml[2019-04-06T07:12:19.537Z]  * Qt5Svg[2019-04-06T07:12:19.537Z]  * Qt5QuickControls2[2019-04-06T07:12:19.537Z]  * KF5Activities (required version >= 5.56.0)[2019-04-06T07:12:19.537Z]  * KF5Archive (required version >= 5.56.0)[2019-04-06T07:12:19.537Z]  * KF5Config (required version >= 5.56.0)[2019-04-06T07:12:19.537Z]  * KF5ConfigWidgets (required version >= 5.56.0)[2019-04-06T07:12:19.537Z]  * KF5DBusAddons (required version >= 5.56.0)[2019-04-06T07:12:19.537Z]  * KF5Declarative (required version >= 5.56.0)[2019-04-06T07:12:19.537Z]  * KF5GlobalAccel (required version >= 5.56.0)[2019-04-06T07:12:19.537Z]  * KF5GuiAddons (required version >= 5.56.0)[2019-04-06T07:12:19.537Z]  * Gettext[2019-04-06T07:12:19.537Z]  * KF5I18n (required version >= 5.56.0)[2019-04-06T07:12:19.537Z]  * KF5IconThemes (required version >= 5.56.0)[2019-04-06T07:12:19.537Z]  * KF5KIO (required version >= 5.56.0)[2019-04-06T07:12:19.537Z]  * KF5Service (required version >= 5.56.0)[2019-04-06T07:12:19.537Z]  * KF5WindowSystem (required version >= 5.56.0)[2019-04-06T07:12:19.537Z]  * KF5Notifications (required version >= 5.56.0)[2019-04-06T07:12:19.537Z]  * KF5Package (required version >= 5.56.0)[2019-04-06T07:12:19.537Z]  * KF5Kirigami2 (required version >= 5.56.0)[2019-04-06T07:12:19.537Z]  * KF5 (required version >= 5.56.0)[2019-04-06T07:12:19.537Z]  * Qt5X11Extras[2019-04-06T07:12:19.537Z]  * Qt5[2019-04-06T07:12:19.537Z]  * ECM (required version >= 1.6.0), Extra CMake Modules., [2019-04-06T07:12:19.537Z]  * Qt5Test (required version >= 5.10.0)[2019-04-06T07:12:19.537Z]Required for tests[2019-04-06T07:12:19.537Z]  * KF5CoreAddons[2019-04-06T07:12:19.537Z]  * KF5XmlGui[2019-04-06T07:12:19.537Z]  * Qt5Widgets[2019-04-06T07:12:19.537Z] [2019-04-06T07:12:19.537Z] -- The following features have been disabled:[2019-04-06T07:12:19.537Z] 

KDE CI: Plasma » kwin » kf5-qt5 SUSEQt5.12 - Build # 104 - Failure!

2019-04-06 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Plasma/job/kwin/job/kf5-qt5%20SUSEQt5.12/104/
 Project:
kf5-qt5 SUSEQt5.12
 Date of build:
Sat, 06 Apr 2019 06:28:54 +
 Build duration:
40 min and counting
   CONSOLE OUTPUT
  [...truncated 559 lines...][2019-04-06T07:08:33.145Z]  * KF5Package (required version >= 5.56.0)[2019-04-06T07:08:33.145Z]  * ECM (required version >= 1.6.0)[2019-04-06T07:08:33.145Z]  * KF5Plasma (required version >= 5.56.0)[2019-04-06T07:08:33.145Z]  * KF5WidgetsAddons (required version >= 5.56.0)[2019-04-06T07:08:33.145Z]  * KF5WindowSystem (required version >= 5.56.0)[2019-04-06T07:08:33.145Z]  * KF5IconThemes (required version >= 5.56.0)[2019-04-06T07:08:33.145Z]  * KF5IdleTime (required version >= 5.56.0)[2019-04-06T07:08:33.145Z]  * KF5Wayland (required version >= 5.56.0)[2019-04-06T07:08:33.145Z]  * KF5Completion (required version >= 5.56.0)[2019-04-06T07:08:33.145Z]  * KF5Declarative (required version >= 5.56.0)[2019-04-06T07:08:33.145Z]  * KF5KCMUtils (required version >= 5.56.0)[2019-04-06T07:08:33.145Z]  * KF5KIO (required version >= 5.56.0)[2019-04-06T07:08:33.145Z]  * KF5TextWidgets (required version >= 5.56.0)[2019-04-06T07:08:33.145Z]  * KF5NewStuff (required version >= 5.56.0)[2019-04-06T07:08:33.145Z]  * KF5Service (required version >= 5.56.0)[2019-04-06T07:08:33.145Z]  * KF5XmlGui (required version >= 5.56.0)[2019-04-06T07:08:33.145Z]  * KF5 (required version >= 5.56.0)[2019-04-06T07:08:33.145Z]  * Threads[2019-04-06T07:08:33.145Z]Needed for VirtualTerminal support in KWin Wayland[2019-04-06T07:08:33.145Z]  * KDecoration2 (required version >= 5.13.0)[2019-04-06T07:08:33.145Z]  * KScreenLocker[2019-04-06T07:08:33.145Z]For screenlocker integration in kwin_wayland[2019-04-06T07:08:33.145Z]  * epoxy, libepoxy, [2019-04-06T07:08:33.145Z]OpenGL dispatch library[2019-04-06T07:08:33.145Z]  * Wayland (required version >= 1.2), C library implementation of the Wayland protocol: a protocol for a compositor to talk to its clients, [2019-04-06T07:08:33.145Z]Required for building KWin with Wayland support[2019-04-06T07:08:33.145Z]  * XKB (required version >= 0.7.0), XKB API common to servers and clients., [2019-04-06T07:08:33.145Z]Required for building KWin with Wayland support[2019-04-06T07:08:33.145Z]  * Libinput (required version >= 1.9), Library to handle input devices in Wayland compositors and to provide a generic X.Org input driver., [2019-04-06T07:08:33.145Z]Required for input handling on Wayland.[2019-04-06T07:08:33.145Z]  * UDev, Linux device library., [2019-04-06T07:08:33.145Z]Required for input handling on Wayland.[2019-04-06T07:08:33.145Z]  * X11, X11 libraries, [2019-04-06T07:08:33.145Z]  * XCB (required version >= 1.10), X protocol C-language Binding, [2019-04-06T07:08:33.145Z]  * Qt5FontDatabaseSupport, Qt FontDatabaseSupport module., [2019-04-06T07:08:33.145Z]  * Qt5ThemeSupport, Qt ThemeSupport module., [2019-04-06T07:08:33.145Z]  * Qt5EventDispatcherSupport, Qt EventDispatcherSupport module., [2019-04-06T07:08:33.145Z]  * Freetype, A font rendering engine, [2019-04-06T07:08:33.145Z]Needed for KWin's QPA plugin.[2019-04-06T07:08:33.145Z]  * Fontconfig, Fontconfig is a library for configuring and customizing font access, [2019-04-06T07:08:33.145Z]Needed for KWin's QPA plugin.[2019-04-06T07:08:33.145Z]  * Qt5Core[2019-04-06T07:08:33.145Z] [2019-04-06T07:08:33.145Z] -- The following RUNTIME packages have not been found:[2019-04-06T07:08:33.145Z] [2019-04-06T07:08:33.145Z]  * QtQuick-QMLModule, QML module 'QtQuick' is a runtime dependency.[2019-04-06T07:08:33.145Z]  * QtQuick.Controls-QMLModule, QML module 'QtQuick.Controls' is a runtime dependency.[2019-04-06T07:08:33.145Z]  * QtQuick.Layouts-QMLModule, QML module 'QtQuick.Layouts' is a runtime dependency.[2019-04-06T07:08:33.145Z]  * QtQuick.VirtualKeyboard-QMLModule, QML module 'QtQuick.VirtualKeyboard' is a runtime dependency.[2019-04-06T07:08:33.145Z]  * QtQuick.Window-QMLModule, QML module 'QtQuick.Window' is a runtime dependency.[2019-04-06T07:08:33.145Z]  * QtMultimedia-QMLModule, QML module 'QtMultimedia' is a runtime dependency.[2019-04-06T07:08:33.145Z]  * org.kde.kquickcontrolsaddons-QMLModule, QML module 'org.kde.kquickcontrolsaddons' is a runtime dependency.[2019-04-06T07:08:33.145Z]  * org.kde.plasma.components-QMLModule, QML module 'org.kde.plasma.components' is a runtime dependency.[2019-04-06T07:08:33.145Z]  * org.kde.plasma.core-QMLModule, QML module 'org.kde.plasma.core' is a runtime dependency.[2019-04-06T07:08:33.145Z] [2019-04-06T07:08:33.145Z] -- The following OPTIONAL packages have not been found:[2019-04-06T07:08:33.145Z] [2019-04-06T07:08:33.145Z]  * libhybris, libhybris allows to run bionic-based HW adaptations in glibc systems., [2019-04-06T07:08:33.145Z]Required for libhybris backend[2019-04-06T07:08:33.145Z]  * Libcap, Capabilities are a measure to limit the omnipotence of the superuser., 

KDE CI: Plasma » drkonqi » kf5-qt5 SUSEQt5.12 - Build # 32 - Failure!

2019-04-06 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Plasma/job/drkonqi/job/kf5-qt5%20SUSEQt5.12/32/
 Project:
kf5-qt5 SUSEQt5.12
 Date of build:
Sat, 06 Apr 2019 06:28:25 +
 Build duration:
36 min and counting
   CONSOLE OUTPUT
  [...truncated 408 lines...][Pipeline] { (Compiling)[Pipeline] sh[2019-04-06T07:04:07.161Z] + python3 -u ci-tooling/helpers/compile-build.py --product Plasma --project drkonqi --branchGroup kf5-qt5 --platform SUSEQt5.12 --usingInstall /home/jenkins//install-prefix/[2019-04-06T07:04:08.208Z] Scanning dependencies of target drkonqi_backtrace_parser_autogen[2019-04-06T07:04:08.208Z] Scanning dependencies of target crashtest_autogen[2019-04-06T07:04:08.208Z] Scanning dependencies of target bugzillalibtest_autogen[2019-04-06T07:04:08.208Z] [  1%] Automatic MOC for target crashtest[2019-04-06T07:04:08.208Z] [  2%] Automatic MOC for target drkonqi_backtrace_parser[2019-04-06T07:04:08.208Z] [  3%] Automatic MOC for target bugzillalibtest[2019-04-06T07:04:09.864Z] [  3%] Built target crashtest_autogen[2019-04-06T07:04:14.906Z] [  3%] Built target drkonqi_backtrace_parser_autogen[2019-04-06T07:04:16.035Z] Scanning dependencies of target drkonqi_backtrace_parser[2019-04-06T07:04:16.035Z] [  5%] Building CXX object src/parser/CMakeFiles/drkonqi_backtrace_parser.dir/backtraceparsergdb.cpp.o[2019-04-06T07:04:16.035Z] [  6%] Building CXX object src/parser/CMakeFiles/drkonqi_backtrace_parser.dir/backtraceparser.cpp.o[2019-04-06T07:04:16.533Z] [  6%] Built target bugzillalibtest_autogen[2019-04-06T07:04:17.033Z] Scanning dependencies of target crashtest[2019-04-06T07:04:17.033Z] [  7%] Building CXX object src/tests/crashtest/CMakeFiles/crashtest.dir/crashtest.cpp.o[2019-04-06T07:04:17.964Z] [  9%] Building CXX object src/parser/CMakeFiles/drkonqi_backtrace_parser.dir/backtraceparserlldb.cpp.o[2019-04-06T07:04:17.964Z] [ 10%] Building CXX object src/parser/CMakeFiles/drkonqi_backtrace_parser.dir/backtraceparsernull.cpp.o[2019-04-06T07:04:18.564Z] [ 11%] Building CXX object src/parser/CMakeFiles/drkonqi_backtrace_parser.dir/backtraceparserkdbgwin.cpp.o[2019-04-06T07:04:26.051Z] [ 12%] Building CXX object src/tests/crashtest/CMakeFiles/crashtest.dir/crashtest_autogen/mocs_compilation.cpp.o[2019-04-06T07:04:26.550Z] [ 14%] Building CXX object src/parser/CMakeFiles/drkonqi_backtrace_parser.dir/drkonqi_backtrace_parser_autogen/mocs_compilation.cpp.o[2019-04-06T07:04:26.550Z] [ 15%] Linking CXX executable ../../../bin/crashtest[2019-04-06T07:04:28.213Z] [ 16%] Building CXX object src/parser/CMakeFiles/drkonqi_backtrace_parser.dir/drkonqi_parser_debug.cpp.o[2019-04-06T07:04:30.550Z] [ 18%] Building CXX object src/parser/CMakeFiles/drkonqi_backtrace_parser.dir/backtraceparsercdb.cpp.o[2019-04-06T07:04:30.550Z] [ 18%] Built target crashtest[2019-04-06T07:04:31.598Z] Scanning dependencies of target bugzillalibtest[2019-04-06T07:04:31.598Z] [ 19%] Building CXX object src/tests/bugzillalibtest/CMakeFiles/bugzillalibtest.dir/bugzillalibtest.cpp.o[2019-04-06T07:04:31.598Z] [ 20%] Building CXX object src/tests/bugzillalibtest/CMakeFiles/bugzillalibtest.dir/__/__/bugzillaintegration/bugzillalib.cpp.o[2019-04-06T07:04:32.648Z] [ 22%] Linking CXX static library ../../lib/libdrkonqi_backtrace_parser.a[2019-04-06T07:04:38.886Z] [ 23%] Building CXX object src/tests/bugzillalibtest/CMakeFiles/bugzillalibtest.dir/bugzillalibtest_autogen/mocs_compilation.cpp.o[2019-04-06T07:04:40.544Z] [ 24%] Building CXX object src/tests/bugzillalibtest/CMakeFiles/bugzillalibtest.dir/drkonqi_debug.cpp.o[2019-04-06T07:04:41.043Z] [ 24%] Built target drkonqi_backtrace_parser[2019-04-06T07:04:42.699Z] [ 25%] Linking CXX executable ../../../bin/bugzillalibtest[2019-04-06T07:04:51.726Z] [ 25%] Built target bugzillalibtest[2019-04-06T07:04:51.726Z] Scanning dependencies of target backtraceparsertest_autogen[2019-04-06T07:04:51.726Z] [ 27%] Automatic MOC for target backtraceparsertest[2019-04-06T07:04:53.389Z] [ 27%] Built target backtraceparsertest_autogen[2019-04-06T07:04:53.389Z] Scanning dependencies of target backtraceparsertest_manual_autogen[2019-04-06T07:04:53.389Z] [ 28%] Automatic MOC for target backtraceparsertest_manual[2019-04-06T07:04:53.389Z] [ 28%] Built target backtraceparsertest_manual_autogen[2019-04-06T07:04:53.898Z] Scanning dependencies of target backtraceparsertest[2019-04-06T07:04:53.898Z] [ 29%] Building CXX object src/tests/backtraceparsertest/CMakeFiles/backtraceparsertest.dir/fakebacktracegenerator.cpp.o[2019-04-06T07:04:55.555Z] [ 31%] Building CXX object src/tests/backtraceparsertest/CMakeFiles/backtraceparsertest.dir/backtraceparsertest_autogen/mocs_compilation.cpp.o[2019-04-06T07:04:59.559Z] [ 32%] Building CXX object src/tests/backtraceparsertest/CMakeFiles/backtraceparsertest.dir/backtraceparsertest.cpp.o[2019-04-06T07:05:05.770Z] [ 33%] Linking CXX executable ../../../bin/backtraceparsertest[2019-04-06T07:05:05.770Z] [ 33%] Built target 

KDE CI: Plasma » plasma-workspace » kf5-qt5 SUSEQt5.12 - Build # 116 - Failure!

2019-04-06 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Plasma/job/plasma-workspace/job/kf5-qt5%20SUSEQt5.12/116/
 Project:
kf5-qt5 SUSEQt5.12
 Date of build:
Sat, 06 Apr 2019 06:28:18 +
 Build duration:
36 min and counting
   CONSOLE OUTPUT
  [...truncated 734 lines...][2019-04-06T07:04:47.934Z]Needed to for holidays plugin for Plasma Calendar.[2019-04-06T07:04:47.934Z]  * KF5Activities (required version >= 5.56.0), management of Plasma activities[2019-04-06T07:04:47.934Z]Needed by activity related plasmoids.[2019-04-06T07:04:47.934Z]  * X11, X11 libraries, [2019-04-06T07:04:47.934Z]Required for building the X11 based workspace[2019-04-06T07:04:47.934Z]  * AppStreamQt (required version >= 0.10.6), Access metadata for listing available software, [2019-04-06T07:04:47.934Z]  * KF5Prison (required version >= 5.56.0), Prison library, [2019-04-06T07:04:47.934Z]Needed to create mobile barcodes from clipboard data[2019-04-06T07:04:47.934Z]  * Phonon4Qt5Experimental (required version == 4.10.2)[2019-04-06T07:04:47.934Z]  * PkgConfig[2019-04-06T07:04:47.934Z] [2019-04-06T07:04:47.934Z] -- The following RECOMMENDED packages have been found:[2019-04-06T07:04:47.934Z] [2019-04-06T07:04:47.934Z]  * KF5Baloo, File Searching[2019-04-06T07:04:47.934Z]Needed for the File Search runner.[2019-04-06T07:04:47.934Z] [2019-04-06T07:04:47.934Z] -- The following REQUIRED packages have been found:[2019-04-06T07:04:47.934Z] [2019-04-06T07:04:47.934Z]  * Qt5Gui (required version >= 5.12.2)[2019-04-06T07:04:47.934Z]  * Qt5Widgets[2019-04-06T07:04:47.934Z]  * Qt5Qml (required version >= 5.12.2)[2019-04-06T07:04:47.934Z]  * Qt5Quick[2019-04-06T07:04:47.934Z]  * Qt5QuickWidgets[2019-04-06T07:04:47.934Z]  * Qt5Concurrent[2019-04-06T07:04:47.934Z]  * Qt5Test[2019-04-06T07:04:47.934Z]  * Qt5Network[2019-04-06T07:04:47.934Z]  * KF5Plasma (required version >= 5.56.0)[2019-04-06T07:04:47.934Z]  * KF5DocTools (required version >= 5.56.0)[2019-04-06T07:04:47.934Z]  * KF5Runner (required version >= 5.56.0)[2019-04-06T07:04:47.934Z]  * KF5JsEmbed (required version >= 5.56.0)[2019-04-06T07:04:47.934Z]  * KF5NotifyConfig (required version >= 5.56.0)[2019-04-06T07:04:47.934Z]  * KF5Su (required version >= 5.56.0)[2019-04-06T07:04:47.934Z]  * KF5NewStuff (required version >= 5.56.0)[2019-04-06T07:04:47.934Z]  * KF5Wallet (required version >= 5.56.0)[2019-04-06T07:04:47.934Z]  * KF5IdleTime (required version >= 5.56.0)[2019-04-06T07:04:47.934Z]  * KF5Declarative (required version >= 5.56.0)[2019-04-06T07:04:47.934Z]  * Gettext[2019-04-06T07:04:47.934Z]  * KF5I18n (required version >= 5.56.0)[2019-04-06T07:04:47.934Z]  * KF5KCMUtils (required version >= 5.56.0)[2019-04-06T07:04:47.934Z]  * KF5TextWidgets (required version >= 5.56.0)[2019-04-06T07:04:47.934Z]  * KF5KDELibs4Support (required version >= 5.56.0)[2019-04-06T07:04:47.934Z]  * KF5Crash (required version >= 5.56.0)[2019-04-06T07:04:47.934Z]  * KF5GlobalAccel (required version >= 5.56.0)[2019-04-06T07:04:47.934Z]  * KF5DBusAddons (required version >= 5.56.0)[2019-04-06T07:04:47.934Z]  * KF5Wayland (required version >= 5.56.0)[2019-04-06T07:04:47.934Z]  * KF5CoreAddons (required version >= 5.56.0)[2019-04-06T07:04:47.934Z]  * KDED[2019-04-06T07:04:47.934Z]  * KF5PlasmaQuick[2019-04-06T07:04:47.934Z]  * KF5SysGuard[2019-04-06T07:04:47.934Z]  * ECM (required version >= 1.6.0)[2019-04-06T07:04:47.934Z]  * KF5Package[2019-04-06T07:04:47.934Z]  * KF5[2019-04-06T07:04:47.934Z]  * KWinDBusInterface[2019-04-06T07:04:47.934Z]  * KScreenLocker (required version >= 5.13.80)[2019-04-06T07:04:47.934Z]  * ScreenSaverDBusInterface[2019-04-06T07:04:47.934Z]  * ZLIB, Support for gzip compressed files and data streams, [2019-04-06T07:04:47.934Z]  * Qt5X11Extras[2019-04-06T07:04:47.934Z]  * Qt5Core[2019-04-06T07:04:47.934Z]  * Qt5Sql[2019-04-06T07:04:47.934Z]  * Qt5[2019-04-06T07:04:47.934Z]  * Phonon4Qt5 (required version >= 4.6.60), Qt-based audio library[2019-04-06T07:04:47.934Z]  * XCB, X protocol C-language Binding, [2019-04-06T07:04:47.934Z]Required for enabling special X11 multihead mode[2019-04-06T07:04:47.934Z] [2019-04-06T07:04:47.934Z] -- The following RUNTIME packages have not been found:[2019-04-06T07:04:47.934Z] [2019-04-06T07:04:47.934Z]  * org.kde.plasma.core-QMLModule, QML module 'org.kde.plasma.core' is a runtime dependency.[2019-04-06T07:04:47.934Z]  * IsoCodes, ISO language, territory, currency, script codes and their translations, [2019-04-06T07:04:47.934Z]Translation of country names in digital clock applet[2019-04-06T07:04:47.934Z]  * AppMenuGtkModule, Application Menu GTK+ Module, [2019-04-06T07:04:47.934Z] [2019-04-06T07:04:47.934Z] -- The following OPTIONAL packages have not been found:[2019-04-06T07:04:47.934Z] [2019-04-06T07:04:47.934Z]  * Qalculate, Qalculate Library, [2019-04-06T07:04:47.934Z]Needed to enable advanced features of the calculator runner[2019-04-06T07:04:47.934Z]  * libgps, GPS support for 

KDE CI: Plasma » kmenuedit » kf5-qt5 SUSEQt5.12 - Build # 4 - Failure!

2019-04-06 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Plasma/job/kmenuedit/job/kf5-qt5%20SUSEQt5.12/4/
 Project:
kf5-qt5 SUSEQt5.12
 Date of build:
Sat, 06 Apr 2019 06:28:37 +
 Build duration:
33 min and counting
   CONSOLE OUTPUT
  [...truncated 302 lines...][2019-04-06T07:02:10.904Z] LD_LIBRARY_PATH   = '/home/jenkins/install-prefix/lib64'[2019-04-06T07:02:10.904Z] PKG_CONFIG_PATH   = '/home/jenkins/install-prefix/lib64/pkgconfig:/usr/lib/pkgconfig:/usr/lib64/pkgconfig'[2019-04-06T07:02:10.904Z] QT_PLUGIN_PATH= '/home/jenkins/install-prefix/lib64/plugins'[2019-04-06T07:02:10.904Z] QML2_IMPORT_PATH  = '/home/jenkins/install-prefix/lib64/qml'[2019-04-06T07:02:10.904Z] QT_SELECT = 'qt5'[2019-04-06T07:02:10.904Z] LANG  = 'en_US.UTF-8'[2019-04-06T07:02:10.904Z] XDG_CURRENT_DESKTOP   = 'KDE'[2019-04-06T07:02:10.904Z] ASAN_OPTIONS  = 'detect_leaks=0:new_delete_type_mismatch=0:detect_odr_violation=0:stack-use-after-scope=0:alloc_dealloc_mismatch=0'[2019-04-06T07:02:10.904Z] [2019-04-06T07:02:10.904Z] [2019-04-06T07:02:10.904Z] == Commencing Configuration:[2019-04-06T07:02:10.904Z] cmake -DCMAKE_BUILD_TYPE=Debug -DECM_ENABLE_SANITIZERS='address' -DBUILD_TESTING=ON -DCMAKE_INSTALL_PREFIX="/home/jenkins//install-prefix/" -DBUILD_COVERAGE=ON  "/home/jenkins/workspace/Plasma/kmenuedit/kf5-qt5 SUSEQt5.12"[2019-04-06T07:02:10.904Z] -- The C compiler identification is GNU 8.3.1[2019-04-06T07:02:10.904Z] -- The CXX compiler identification is GNU 8.3.1[2019-04-06T07:02:10.904Z] -- Check for working C compiler: /usr/bin/cc[2019-04-06T07:02:11.408Z] -- Check for working C compiler: /usr/bin/cc -- works[2019-04-06T07:02:11.408Z] -- Detecting C compiler ABI info[2019-04-06T07:02:11.408Z] -- Detecting C compiler ABI info - done[2019-04-06T07:02:11.408Z] -- Detecting C compile features[2019-04-06T07:02:12.461Z] -- Detecting C compile features - done[2019-04-06T07:02:12.461Z] -- Check for working CXX compiler: /usr/bin/c++[2019-04-06T07:02:12.461Z] -- Check for working CXX compiler: /usr/bin/c++ -- works[2019-04-06T07:02:12.461Z] -- Detecting CXX compiler ABI info[2019-04-06T07:02:12.461Z] -- Detecting CXX compiler ABI info - done[2019-04-06T07:02:12.461Z] -- Detecting CXX compile features[2019-04-06T07:02:14.130Z] -- Detecting CXX compile features - done[2019-04-06T07:02:14.130Z] -- Looking for __GLIBC__[2019-04-06T07:02:14.130Z] -- Looking for __GLIBC__ - found[2019-04-06T07:02:14.130Z] -- Performing Test _OFFT_IS_64BIT[2019-04-06T07:02:14.130Z] -- Performing Test _OFFT_IS_64BIT - Success[2019-04-06T07:02:14.630Z] -- Performing Test HAVE_DATE_TIME[2019-04-06T07:02:14.630Z] -- Performing Test HAVE_DATE_TIME - Success[2019-04-06T07:02:14.630Z] -- Found Gettext: /usr/bin/msgmerge (found version "0.19.8.1") [2019-04-06T07:02:14.630Z] -- Found KF5I18n: /home/jenkins/install-prefix/lib64/cmake/KF5I18n/KF5I18nConfig.cmake (found version "5.57.0") [2019-04-06T07:02:15.133Z] -- Found KF5XmlGui: /home/jenkins/install-prefix/lib64/cmake/KF5XmlGui/KF5XmlGuiConfig.cmake (found version "5.57.0") [2019-04-06T07:02:15.133Z] -- Found KF5DBusAddons: /home/jenkins/install-prefix/lib64/cmake/KF5DBusAddons/KF5DBusAddonsConfig.cmake (found version "5.57.0") [2019-04-06T07:02:15.133Z] -- Found KF5IconThemes: /home/jenkins/install-prefix/lib64/cmake/KF5IconThemes/KF5IconThemesConfig.cmake (found version "5.57.0") [2019-04-06T07:02:15.133Z] -- Found KF5KIO: /home/jenkins/install-prefix/lib64/cmake/KF5KIO/KF5KIOConfig.cmake (found version "5.57.0") [2019-04-06T07:02:15.133Z] -- Found KF5Sonnet: /home/jenkins/install-prefix/lib64/cmake/KF5Sonnet/KF5SonnetConfig.cmake (found version "5.57.0") [2019-04-06T07:02:15.133Z] -- Found KF5DocTools: /home/jenkins/install-prefix/lib64/cmake/KF5DocTools/KF5DocToolsConfig.cmake (found version "5.57.0") [2019-04-06T07:02:15.133Z] -- Found KF5Init: /home/jenkins/install-prefix/lib64/cmake/KF5Init/KF5InitConfig.cmake (found version "5.57.0") [2019-04-06T07:02:15.133Z] -- Found KF5KDELibs4Support: /home/jenkins/install-prefix/lib64/cmake/KF5KDELibs4Support/KF5KDELibs4SupportConfig.cmake (found version "5.57.0") [2019-04-06T07:02:15.133Z] -- Found KF5: success (found version "5.57.0") found components:  I18n XmlGui DBusAddons IconThemes KIO Sonnet DocTools Init KDELibs4Support [2019-04-06T07:02:15.133Z] -- The following OPTIONAL packages have been found:[2019-04-06T07:02:15.133Z] [2019-04-06T07:02:15.133Z]  * Qt5Gui (required version >= 5.12.2)[2019-04-06T07:02:15.133Z] [2019-04-06T07:02:15.133Z] -- The following REQUIRED packages have been found:[2019-04-06T07:02:15.133Z] [2019-04-06T07:02:15.133Z]  * ECM (required version >= 1.7.0)[2019-04-06T07:02:15.133Z]  * Qt5Core[2019-04-06T07:02:15.133Z]  * Qt5DBus[2019-04-06T07:02:15.133Z]  * Qt5Xml[2019-04-06T07:02:15.133Z]  * Qt5 (required version >= 5.11.0)[2019-04-06T07:02:15.133Z]  * Gettext[2019-04-06T07:02:15.133Z]  * 

KDE CI: Plasma » ksysguard » kf5-qt5 SUSEQt5.12 - Build # 9 - Failure!

2019-04-06 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Plasma/job/ksysguard/job/kf5-qt5%20SUSEQt5.12/9/
 Project:
kf5-qt5 SUSEQt5.12
 Date of build:
Sat, 06 Apr 2019 06:28:44 +
 Build duration:
34 min and counting
   CONSOLE OUTPUT
  [...truncated 297 lines...][2019-04-06T07:03:17.823Z] XDG_CURRENT_DESKTOP   = 'KDE'[2019-04-06T07:03:17.823Z] ASAN_OPTIONS  = 'detect_leaks=0:new_delete_type_mismatch=0:detect_odr_violation=0:stack-use-after-scope=0:alloc_dealloc_mismatch=0'[2019-04-06T07:03:17.823Z] [2019-04-06T07:03:17.823Z] [2019-04-06T07:03:17.823Z] == Commencing Configuration:[2019-04-06T07:03:17.823Z] cmake -DCMAKE_BUILD_TYPE=Debug -DECM_ENABLE_SANITIZERS='address' -DBUILD_TESTING=ON -DCMAKE_INSTALL_PREFIX="/home/jenkins//install-prefix/" -DBUILD_COVERAGE=ON  "/home/jenkins/workspace/Plasma/ksysguard/kf5-qt5 SUSEQt5.12"[2019-04-06T07:03:17.823Z] -- The C compiler identification is GNU 8.3.1[2019-04-06T07:03:18.326Z] -- The CXX compiler identification is GNU 8.3.1[2019-04-06T07:03:18.326Z] -- Check for working C compiler: /usr/bin/cc[2019-04-06T07:03:18.326Z] -- Check for working C compiler: /usr/bin/cc -- works[2019-04-06T07:03:18.326Z] -- Detecting C compiler ABI info[2019-04-06T07:03:18.831Z] -- Detecting C compiler ABI info - done[2019-04-06T07:03:18.831Z] -- Detecting C compile features[2019-04-06T07:03:19.885Z] -- Detecting C compile features - done[2019-04-06T07:03:19.885Z] -- Check for working CXX compiler: /usr/bin/c++[2019-04-06T07:03:19.885Z] -- Check for working CXX compiler: /usr/bin/c++ -- works[2019-04-06T07:03:19.885Z] -- Detecting CXX compiler ABI info[2019-04-06T07:03:20.385Z] -- Detecting CXX compiler ABI info - done[2019-04-06T07:03:20.385Z] -- Detecting CXX compile features[2019-04-06T07:03:22.734Z] -- Detecting CXX compile features - done[2019-04-06T07:03:22.734Z] -- Looking for __GLIBC__[2019-04-06T07:03:23.236Z] -- Looking for __GLIBC__ - found[2019-04-06T07:03:23.236Z] -- Performing Test _OFFT_IS_64BIT[2019-04-06T07:03:25.589Z] -- Performing Test _OFFT_IS_64BIT - Success[2019-04-06T07:03:25.589Z] -- Performing Test HAVE_DATE_TIME[2019-04-06T07:03:26.183Z] -- Performing Test HAVE_DATE_TIME - Success[2019-04-06T07:03:26.183Z] -- Found KF5Config: /home/jenkins/install-prefix/lib64/cmake/KF5Config/KF5ConfigConfig.cmake (found version "5.57.0") [2019-04-06T07:03:26.183Z] -- Found KF5CoreAddons: /home/jenkins/install-prefix/lib64/cmake/KF5CoreAddons/KF5CoreAddonsConfig.cmake (found version "5.57.0") [2019-04-06T07:03:26.183Z] -- Found KF5DBusAddons: /home/jenkins/install-prefix/lib64/cmake/KF5DBusAddons/KF5DBusAddonsConfig.cmake (found version "5.57.0") [2019-04-06T07:03:26.183Z] -- Found KF5DocTools: /home/jenkins/install-prefix/lib64/cmake/KF5DocTools/KF5DocToolsConfig.cmake (found version "5.57.0") [2019-04-06T07:03:26.183Z] -- Found Gettext: /usr/bin/msgmerge (found version "0.19.8.1") [2019-04-06T07:03:26.183Z] -- Found KF5I18n: /home/jenkins/install-prefix/lib64/cmake/KF5I18n/KF5I18nConfig.cmake (found version "5.57.0") [2019-04-06T07:03:26.183Z] -- Found KF5IconThemes: /home/jenkins/install-prefix/lib64/cmake/KF5IconThemes/KF5IconThemesConfig.cmake (found version "5.57.0") [2019-04-06T07:03:26.183Z] -- Found KF5Init: /home/jenkins/install-prefix/lib64/cmake/KF5Init/KF5InitConfig.cmake (found version "5.57.0") [2019-04-06T07:03:26.183Z] -- Found KF5ItemViews: /home/jenkins/install-prefix/lib64/cmake/KF5ItemViews/KF5ItemViewsConfig.cmake (found version "5.57.0") [2019-04-06T07:03:26.183Z] -- Found KF5KIO: /home/jenkins/install-prefix/lib64/cmake/KF5KIO/KF5KIOConfig.cmake (found version "5.57.0") [2019-04-06T07:03:26.183Z] -- Found KF5NewStuff: /home/jenkins/install-prefix/lib64/cmake/KF5NewStuff/KF5NewStuffConfig.cmake (found version "5.57.0") [2019-04-06T07:03:26.183Z] -- Found KF5Notifications: /home/jenkins/install-prefix/lib64/cmake/KF5Notifications/KF5NotificationsConfig.cmake (found version "5.57.0") [2019-04-06T07:03:26.183Z] -- Found KF5WindowSystem: /home/jenkins/install-prefix/lib64/cmake/KF5WindowSystem/KF5WindowSystemConfig.cmake (found version "5.57.0") [2019-04-06T07:03:26.183Z] -- Found KF5: success (found suitable version "5.57.0", minimum required is "5.54.0") found components:  Config CoreAddons DBusAddons DocTools I18n IconThemes Init ItemViews KIO NewStuff Notifications WindowSystem [2019-04-06T07:03:26.183Z] -- Found KF5SysGuard: /home/jenkins/install-prefix/lib64/cmake/KF5SysGuard/KF5SysGuardConfig.cmake (found version "5.15.80") [2019-04-06T07:03:26.183Z] -- Found KF5: success (found version "5.15.80") found components:  SysGuard [2019-04-06T07:03:26.183Z] -- Found Sensors: /usr/include  [2019-04-06T07:03:26.183Z] -- Looking for include file sys/inotify.h[2019-04-06T07:03:26.685Z] -- Looking for include file sys/inotify.h - found[2019-04-06T07:03:26.685Z] -- The following OPTIONAL packages have been found:[2019-04-06T07:03:26.685Z] [2019-04-06T07:03:26.685Z]  * Sensors[2019-04-06T07:03:26.685Z]

KDE CI: Plasma » milou » kf5-qt5 SUSEQt5.12 - Build # 4 - Failure!

2019-04-06 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Plasma/job/milou/job/kf5-qt5%20SUSEQt5.12/4/
 Project:
kf5-qt5 SUSEQt5.12
 Date of build:
Sat, 06 Apr 2019 06:28:31 +
 Build duration:
30 min and counting
   CONSOLE OUTPUT
  [...truncated 293 lines...][2019-04-06T06:58:52.194Z] QML2_IMPORT_PATH  = '/home/jenkins/install-prefix/lib64/qml'[2019-04-06T06:58:52.194Z] QT_SELECT = 'qt5'[2019-04-06T06:58:52.194Z] LANG  = 'en_US.UTF-8'[2019-04-06T06:58:52.194Z] XDG_CURRENT_DESKTOP   = 'KDE'[2019-04-06T06:58:52.194Z] ASAN_OPTIONS  = 'detect_leaks=0:new_delete_type_mismatch=0:detect_odr_violation=0:stack-use-after-scope=0:alloc_dealloc_mismatch=0'[2019-04-06T06:58:52.194Z] [2019-04-06T06:58:52.194Z] [2019-04-06T06:58:52.194Z] == Commencing Configuration:[2019-04-06T06:58:52.194Z] cmake -DCMAKE_BUILD_TYPE=Debug -DECM_ENABLE_SANITIZERS='address' -DBUILD_TESTING=ON -DCMAKE_INSTALL_PREFIX="/home/jenkins//install-prefix/" -DBUILD_COVERAGE=ON  "/home/jenkins/workspace/Plasma/milou/kf5-qt5 SUSEQt5.12"[2019-04-06T06:58:52.698Z] -- The C compiler identification is GNU 8.3.1[2019-04-06T06:58:52.698Z] -- The CXX compiler identification is GNU 8.3.1[2019-04-06T06:58:52.698Z] -- Check for working C compiler: /usr/bin/cc[2019-04-06T06:58:53.198Z] -- Check for working C compiler: /usr/bin/cc -- works[2019-04-06T06:58:53.198Z] -- Detecting C compiler ABI info[2019-04-06T06:58:53.198Z] -- Detecting C compiler ABI info - done[2019-04-06T06:58:53.198Z] -- Detecting C compile features[2019-04-06T06:58:54.254Z] -- Detecting C compile features - done[2019-04-06T06:58:54.254Z] -- Check for working CXX compiler: /usr/bin/c++[2019-04-06T06:58:54.755Z] -- Check for working CXX compiler: /usr/bin/c++ -- works[2019-04-06T06:58:54.755Z] -- Detecting CXX compiler ABI info[2019-04-06T06:58:54.755Z] -- Detecting CXX compiler ABI info - done[2019-04-06T06:58:54.755Z] -- Detecting CXX compile features[2019-04-06T06:58:56.420Z] -- Detecting CXX compile features - done[2019-04-06T06:58:56.924Z] -- Found KF5CoreAddons: /home/jenkins/install-prefix/lib64/cmake/KF5CoreAddons/KF5CoreAddonsConfig.cmake (found version "5.57.0") [2019-04-06T06:58:56.924Z] -- Found Gettext: /usr/bin/msgmerge (found version "0.19.8.1") [2019-04-06T06:58:56.924Z] -- Found KF5I18n: /home/jenkins/install-prefix/lib64/cmake/KF5I18n/KF5I18nConfig.cmake (found version "5.57.0") [2019-04-06T06:58:56.924Z] -- Found KF5Declarative: /home/jenkins/install-prefix/lib64/cmake/KF5Declarative/KF5DeclarativeConfig.cmake (found version "5.57.0") [2019-04-06T06:58:56.924Z] -- Found KF5Service: /home/jenkins/install-prefix/lib64/cmake/KF5Service/KF5ServiceConfig.cmake (found version "5.57.0") [2019-04-06T06:58:56.924Z] -- Found KF5Plasma: /home/jenkins/install-prefix/lib64/cmake/KF5Plasma/KF5PlasmaConfig.cmake (found version "5.57.0") [2019-04-06T06:58:57.432Z] -- Found KF5Runner: /home/jenkins/install-prefix/lib64/cmake/KF5Runner/KF5RunnerConfig.cmake (found version "5.57.0") [2019-04-06T06:58:57.432Z] -- Found KF5: success (found suitable version "5.57.0", minimum required is "5.54.0") found components:  CoreAddons I18n Declarative Service Plasma Runner [2019-04-06T06:58:57.432Z] -- Looking for __GLIBC__[2019-04-06T06:58:57.432Z] -- Looking for __GLIBC__ - found[2019-04-06T06:58:57.432Z] -- Performing Test _OFFT_IS_64BIT[2019-04-06T06:58:57.932Z] -- Performing Test _OFFT_IS_64BIT - Success[2019-04-06T06:58:57.932Z] -- Performing Test HAVE_DATE_TIME[2019-04-06T06:58:57.932Z] -- Performing Test HAVE_DATE_TIME - Success[2019-04-06T06:58:57.932Z] -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY[2019-04-06T06:58:58.431Z] -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY - Success[2019-04-06T06:58:58.431Z] -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY[2019-04-06T06:58:58.431Z] -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY - Success[2019-04-06T06:58:58.431Z] -- Performing Test COMPILER_HAS_DEPRECATED_ATTR[2019-04-06T06:58:58.930Z] -- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success[2019-04-06T06:58:58.930Z] CMake Warning at /home/jenkins/install-prefix/lib64/cmake/KF5Package/KF5PackageMacros.cmake:64 (message):[2019-04-06T06:58:58.930Z]   couldn't generate metainfo for org.kde.milou:[2019-04-06T06:58:58.930Z]   /home/jenkins/install-prefix/bin/kpackagetool5: error while loading shared[2019-04-06T06:58:58.930Z]   libraries: libQt5Core.so.5: cannot open shared object file: No such file or[2019-04-06T06:58:58.930Z]   directory[2019-04-06T06:58:58.930Z] [2019-04-06T06:58:58.930Z] Call Stack (most recent call first):[2019-04-06T06:58:58.930Z]   /home/jenkins/install-prefix/lib64/cmake/KF5Plasma/KF5PlasmaMacros.cmake:34 (kpackage_install_package)[2019-04-06T06:58:58.930Z]   plasmoid/CMakeLists.txt:1 (plasma_install_package)[2019-04-06T06:58:58.930Z] [2019-04-06T06:58:58.930Z] [2019-04-06T06:58:58.930Z] -- The following REQUIRED packages have been 

KDE CI: Plasma » plasma-desktop » kf5-qt5 SUSEQt5.12 - Build # 136 - Failure!

2019-04-06 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Plasma/job/plasma-desktop/job/kf5-qt5%20SUSEQt5.12/136/
 Project:
kf5-qt5 SUSEQt5.12
 Date of build:
Sat, 06 Apr 2019 06:28:30 +
 Build duration:
29 min and counting
   CONSOLE OUTPUT
  [...truncated 795 lines...][2019-04-06T06:57:29.568Z] -- The following RECOMMENDED packages have been found:[2019-04-06T06:57:29.568Z] [2019-04-06T06:57:29.568Z]  * AppStreamQt (required version >= 0.10.4), Appstream integration[2019-04-06T06:57:29.568Z]Needed to allow appstream integration from application menus[2019-04-06T06:57:29.568Z]  * KF5Baloo (required version >= 5.15), File Searching[2019-04-06T06:57:29.568Z]Needed to build the File Search KCM[2019-04-06T06:57:29.568Z] [2019-04-06T06:57:29.568Z] -- The following REQUIRED packages have been found:[2019-04-06T06:57:29.568Z] [2019-04-06T06:57:29.568Z]  * Qt5Network (required version >= 5.12.2)[2019-04-06T06:57:29.568Z]  * Qt5Svg[2019-04-06T06:57:29.568Z]  * Qt5Concurrent[2019-04-06T06:57:29.568Z]  * KF5Auth (required version >= 5.56.0)[2019-04-06T06:57:29.568Z]  * KF5Plasma (required version >= 5.56.0)[2019-04-06T06:57:29.568Z]  * KF5PlasmaQuick (required version >= 5.56.0)[2019-04-06T06:57:29.568Z]  * KF5DocTools (required version >= 5.56.0)[2019-04-06T06:57:29.568Z]  * KF5NewStuff (required version >= 5.56.0)[2019-04-06T06:57:29.568Z]  * KF5KDELibs4Support (required version >= 5.56.0)[2019-04-06T06:57:29.568Z]  * KF5Notifications (required version >= 5.56.0)[2019-04-06T06:57:29.568Z]  * KF5NotifyConfig (required version >= 5.56.0)[2019-04-06T06:57:29.568Z]  * KF5Attica (required version >= 5.56.0)[2019-04-06T06:57:29.568Z]  * KF5Wallet (required version >= 5.56.0)[2019-04-06T06:57:29.568Z]  * KF5Runner (required version >= 5.56.0)[2019-04-06T06:57:29.568Z]  * KF5People (required version >= 5.56.0)[2019-04-06T06:57:29.568Z]  * KF5DBusAddons (required version >= 5.56.0)[2019-04-06T06:57:29.568Z]  * KF5ActivitiesStats (required version >= 5.56.0)[2019-04-06T06:57:29.568Z]  * KF5 (required version >= 5.56.0)[2019-04-06T06:57:29.568Z]  * LibKWorkspace (required version >= 5.14.90)[2019-04-06T06:57:29.568Z]  * LibTaskManager (required version >= 5.14.90)[2019-04-06T06:57:29.568Z]  * LibColorCorrect (required version >= 5.14.90)[2019-04-06T06:57:29.568Z]  * KWinDBusInterface[2019-04-06T06:57:29.568Z]  * ScreenSaverDBusInterface[2019-04-06T06:57:29.568Z]  * KRunnerAppDBusInterface[2019-04-06T06:57:29.568Z]  * KSMServerDBusInterface[2019-04-06T06:57:29.568Z]  * KF5ItemModels[2019-04-06T06:57:29.568Z]  * KF5Emoticons[2019-04-06T06:57:29.568Z]  * Qt5Core[2019-04-06T06:57:29.568Z]  * Qt5DBus[2019-04-06T06:57:29.568Z]  * KF5KCMUtils[2019-04-06T06:57:29.568Z]  * KF5Declarative[2019-04-06T06:57:29.568Z]  * KF5XmlGui[2019-04-06T06:57:29.568Z]  * Qt5Gui[2019-04-06T06:57:29.568Z]  * Qt5Sql[2019-04-06T06:57:29.568Z]  * Qt5QuickWidgets[2019-04-06T06:57:29.568Z]  * KF5WidgetsAddons[2019-04-06T06:57:29.568Z]  * KDED (required version >= 5.56.0)[2019-04-06T06:57:29.568Z]  * X11_XCB, A compatibility library for code that translates Xlib API calls into XCB calls, [2019-04-06T06:57:29.568Z]  * XCB, X protocol C-language Binding, [2019-04-06T06:57:29.568Z]  * PkgConfig[2019-04-06T06:57:29.568Z]  * Qt5Test[2019-04-06T06:57:29.568Z]  * ECM (required version >= 0.0.8)[2019-04-06T06:57:29.568Z]  * Qt5Widgets[2019-04-06T06:57:29.568Z]  * Qt5Qml[2019-04-06T06:57:29.568Z]  * Qt5X11Extras[2019-04-06T06:57:29.568Z]  * Qt5Quick[2019-04-06T06:57:29.568Z]  * Qt5[2019-04-06T06:57:29.568Z]  * Gettext[2019-04-06T06:57:29.568Z]  * KF5I18n[2019-04-06T06:57:29.568Z]  * KF5Config[2019-04-06T06:57:29.568Z]  * KF5CoreAddons[2019-04-06T06:57:29.568Z]  * KF5GlobalAccel[2019-04-06T06:57:29.568Z]  * KF5GuiAddons[2019-04-06T06:57:29.568Z]  * KF5KIO[2019-04-06T06:57:29.568Z]  * KF5Activities[2019-04-06T06:57:29.568Z]  * KF5WindowSystem[2019-04-06T06:57:29.568Z]  * X11, X11 libraries, [2019-04-06T06:57:29.568Z]Required for building the X11 based workspace[2019-04-06T06:57:29.568Z]  * Phonon4Qt5[2019-04-06T06:57:29.568Z] [2019-04-06T06:57:29.568Z] -- The following features have been disabled:[2019-04-06T06:57:29.568Z] [2019-04-06T06:57:29.568Z]  * XorgLibinput, Libinput driver headers needed for mouse KCM[2019-04-06T06:57:29.568Z] [2019-04-06T06:57:29.568Z] -- The following OPTIONAL packages have not been found:[2019-04-06T06:57:29.568Z] [2019-04-06T06:57:29.568Z]  * XorgLibinput, Libinput driver headers needed for mouse KCM[2019-04-06T06:57:29.568Z] [2019-04-06T06:57:29.568Z] -- Configuring done[2019-04-06T06:57:33.594Z] -- Generating done[2019-04-06T06:57:33.594Z] -- Build files have been written to: /home/jenkins/workspace/Plasma/plasma-desktop/kf5-qt5 SUSEQt5.12/build[Pipeline] }[Pipeline] // stage[Pipeline] stage[Pipeline] { (Compiling)[Pipeline] sh[2019-04-06T06:57:36.793Z] + python3 -u ci-tooling/helpers/compile-build.py --product Plasma --project plasma-desktop --branchGroup kf5-qt5 --platform SUSEQt5.12 

KDE CI: Plasma » kactivitymanagerd » kf5-qt5 SUSEQt5.12 - Build # 3 - Failure!

2019-04-06 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Plasma/job/kactivitymanagerd/job/kf5-qt5%20SUSEQt5.12/3/
 Project:
kf5-qt5 SUSEQt5.12
 Date of build:
Sat, 06 Apr 2019 06:28:15 +
 Build duration:
23 min and counting
   CONSOLE OUTPUT
  [...truncated 328 lines...][2019-04-06T06:51:44.332Z] -- Checking C++ support for nullptr[2019-04-06T06:51:44.832Z] -- Checking C++ support for nullptr -- works[2019-04-06T06:51:44.832Z] -- Checking C++ support for lambda[2019-04-06T06:51:45.331Z] -- Checking C++ support for lambda -- works[2019-04-06T06:51:45.331Z] -- Checking C++ support for override[2019-04-06T06:51:46.382Z] -- Checking C++ support for override -- works[2019-04-06T06:51:46.382Z] -- Checking C++ support for unique_ptr[2019-04-06T06:51:47.433Z] -- Checking C++ support for unique_ptr -- works[2019-04-06T06:51:47.433Z] -- Checking C++ support for variadic-templates[2019-04-06T06:51:47.433Z] -- Checking C++ support for variadic-templates -- works[2019-04-06T06:51:47.433Z] -- Checking C++ support for initializer-lists[2019-04-06T06:51:47.939Z] -- Checking C++ support for initializer-lists -- works[2019-04-06T06:51:47.939Z] -- C++11 enabled compiler: Your compiler is state-of-the-art[2019-04-06T06:51:48.440Z] -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY[2019-04-06T06:51:48.946Z] -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY - Success[2019-04-06T06:51:48.946Z] -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY[2019-04-06T06:51:48.946Z] -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY - Success[2019-04-06T06:51:48.946Z] -- Performing Test COMPILER_HAS_DEPRECATED_ATTR[2019-04-06T06:51:49.449Z] -- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success[2019-04-06T06:51:49.449Z] -- The following REQUIRED packages have been found:[2019-04-06T06:51:49.449Z] [2019-04-06T06:51:49.449Z]  * Qt5Core[2019-04-06T06:51:49.449Z]  * Qt5DBus[2019-04-06T06:51:49.449Z]  * KF5DBusAddons (required version >= 5.54.0)[2019-04-06T06:51:49.449Z]  * Boost (required version >= 1.49)[2019-04-06T06:51:49.449Z]  * ECM (required version >= 0.0.8), Extra CMake Modules., [2019-04-06T06:51:49.449Z]  * Qt5Sql[2019-04-06T06:51:49.449Z]  * Qt5Gui[2019-04-06T06:51:49.449Z]  * Qt5Widgets[2019-04-06T06:51:49.449Z]  * Qt5[2019-04-06T06:51:49.449Z]  * KF5Config (required version >= 5.54.0)[2019-04-06T06:51:49.449Z]  * KF5CoreAddons (required version >= 5.54.0)[2019-04-06T06:51:49.449Z]  * Gettext[2019-04-06T06:51:49.449Z]  * KF5I18n (required version >= 5.54.0)[2019-04-06T06:51:49.449Z]  * KF5WindowSystem (required version >= 5.54.0)[2019-04-06T06:51:49.449Z]  * KF5GlobalAccel (required version >= 5.54.0)[2019-04-06T06:51:49.449Z]  * KF5XmlGui (required version >= 5.54.0)[2019-04-06T06:51:49.449Z]  * KF5Crash (required version >= 5.54.0)[2019-04-06T06:51:49.449Z]  * KF5KIO (required version >= 5.54.0)[2019-04-06T06:51:49.449Z] [2019-04-06T06:51:49.449Z] -- Configuring done[2019-04-06T06:51:49.449Z] -- Generating done[2019-04-06T06:51:49.449Z] -- Build files have been written to: /home/jenkins/workspace/Plasma/kactivitymanagerd/kf5-qt5 SUSEQt5.12/build[Pipeline] }[Pipeline] // stage[Pipeline] stage[Pipeline] { (Compiling)[Pipeline] sh[2019-04-06T06:51:52.727Z] + python3 -u ci-tooling/helpers/compile-build.py --product Plasma --project kactivitymanagerd --branchGroup kf5-qt5 --platform SUSEQt5.12 --usingInstall /home/jenkins//install-prefix/[2019-04-06T06:51:52.727Z] Scanning dependencies of target kactivitymanagerd_plugin_autogen[2019-04-06T06:51:52.727Z] [  1%] Automatic MOC for target kactivitymanagerd_plugin[2019-04-06T06:51:53.240Z] [  1%] Built target kactivitymanagerd_plugin_autogen[2019-04-06T06:51:53.754Z] Scanning dependencies of target kactivitymanagerd_plugin[2019-04-06T06:51:53.754Z] [  2%] Building CXX object src/service/CMakeFiles/kactivitymanagerd_plugin.dir/Module.cpp.o[2019-04-06T06:51:53.754Z] [  3%] Building CXX object src/service/CMakeFiles/kactivitymanagerd_plugin.dir/Plugin.cpp.o[2019-04-06T06:51:56.107Z] [  4%] Building CXX object src/service/CMakeFiles/kactivitymanagerd_plugin.dir/Event.cpp.o[2019-04-06T06:51:56.107Z] [  5%] Building CXX object src/service/CMakeFiles/kactivitymanagerd_plugin.dir/__/DebugActivities.cpp.o[2019-04-06T06:51:57.768Z] [  7%] Building CXX object src/service/CMakeFiles/kactivitymanagerd_plugin.dir/__/DebugResources.cpp.o[2019-04-06T06:51:57.768Z] [  8%] Building CXX object src/service/CMakeFiles/kactivitymanagerd_plugin.dir/__/DebugApplication.cpp.o[2019-04-06T06:51:59.427Z] [  9%] Building CXX object src/service/CMakeFiles/kactivitymanagerd_plugin.dir/kactivitymanagerd_plugin_autogen/mocs_compilation.cpp.o[2019-04-06T06:52:00.475Z] [ 10%] Linking CXX shared library ../../bin/libkactivitymanagerd_plugin.so[2019-04-06T06:52:00.982Z] [ 10%] Built target kactivitymanagerd_plugin[2019-04-06T06:52:00.982Z] Scanning dependencies of target kactivitymanagerd_plugin_slc_autogen[2019-04-06T06:52:00.982Z] Scanning dependencies of target 

KDE CI: Plasma » sddm-kcm » kf5-qt5 SUSEQt5.12 - Build # 11 - Failure!

2019-04-06 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Plasma/job/sddm-kcm/job/kf5-qt5%20SUSEQt5.12/11/
 Project:
kf5-qt5 SUSEQt5.12
 Date of build:
Sat, 06 Apr 2019 06:28:22 +
 Build duration:
23 min and counting
   CONSOLE OUTPUT
  [...truncated 311 lines...][2019-04-06T06:51:39.622Z] -- Check for working CXX compiler: /usr/bin/c++ -- works[2019-04-06T06:51:39.622Z] -- Detecting CXX compiler ABI info[2019-04-06T06:51:40.127Z] -- Detecting CXX compiler ABI info - done[2019-04-06T06:51:40.127Z] -- Detecting CXX compile features[2019-04-06T06:51:41.180Z] -- Detecting CXX compile features - done[2019-04-06T06:51:41.699Z] -- Looking for __GLIBC__[2019-04-06T06:51:41.699Z] -- Looking for __GLIBC__ - found[2019-04-06T06:51:41.699Z] -- Performing Test _OFFT_IS_64BIT[2019-04-06T06:51:41.699Z] -- Performing Test _OFFT_IS_64BIT - Success[2019-04-06T06:51:41.699Z] -- Performing Test HAVE_DATE_TIME[2019-04-06T06:51:42.206Z] -- Performing Test HAVE_DATE_TIME - Success[2019-04-06T06:51:42.206Z] -- Found KF5CoreAddons: /home/jenkins/install-prefix/lib64/cmake/KF5CoreAddons/KF5CoreAddonsConfig.cmake (found version "5.57.0") [2019-04-06T06:51:42.206Z] -- Found Gettext: /usr/bin/msgmerge (found version "0.19.8.1") [2019-04-06T06:51:42.206Z] -- Found KF5I18n: /home/jenkins/install-prefix/lib64/cmake/KF5I18n/KF5I18nConfig.cmake (found version "5.57.0") [2019-04-06T06:51:42.708Z] -- Found KF5XmlGui: /home/jenkins/install-prefix/lib64/cmake/KF5XmlGui/KF5XmlGuiConfig.cmake (found version "5.57.0") [2019-04-06T06:51:42.708Z] -- Found KF5Auth: /home/jenkins/install-prefix/lib64/cmake/KF5Auth/KF5AuthConfig.cmake (found version "5.57.0") [2019-04-06T06:51:42.708Z] -- Found KF5ConfigWidgets: /home/jenkins/install-prefix/lib64/cmake/KF5ConfigWidgets/KF5ConfigWidgetsConfig.cmake (found version "5.57.0") [2019-04-06T06:51:42.709Z] -- Found KF5KIO: /home/jenkins/install-prefix/lib64/cmake/KF5KIO/KF5KIOConfig.cmake (found version "5.57.0") [2019-04-06T06:51:42.709Z] -- Found KF5Archive: /home/jenkins/install-prefix/lib64/cmake/KF5Archive/KF5ArchiveConfig.cmake (found version "5.57.0") [2019-04-06T06:51:42.709Z] -- Found KF5NewStuff: /home/jenkins/install-prefix/lib64/cmake/KF5NewStuff/KF5NewStuffConfig.cmake (found version "5.57.0") [2019-04-06T06:51:42.709Z] -- Found KF5: success (found suitable version "5.57.0", minimum required is "5.56.0") found components:  CoreAddons I18n XmlGui Auth ConfigWidgets KIO Archive NewStuff [2019-04-06T06:51:42.709Z] -- Looking for XOpenDisplay in /usr/lib64/libX11.so;/usr/lib64/libXext.so[2019-04-06T06:51:43.211Z] -- Looking for XOpenDisplay in /usr/lib64/libX11.so;/usr/lib64/libXext.so - found[2019-04-06T06:51:43.211Z] -- Looking for gethostbyname[2019-04-06T06:51:43.211Z] -- Looking for gethostbyname - found[2019-04-06T06:51:43.211Z] -- Looking for connect[2019-04-06T06:51:43.211Z] -- Looking for connect - found[2019-04-06T06:51:43.211Z] -- Looking for remove[2019-04-06T06:51:43.709Z] -- Looking for remove - found[2019-04-06T06:51:43.709Z] -- Looking for shmat[2019-04-06T06:51:43.709Z] -- Looking for shmat - found[2019-04-06T06:51:43.709Z] -- Looking for IceConnectionNumber in ICE[2019-04-06T06:51:43.709Z] -- Looking for IceConnectionNumber in ICE - found[2019-04-06T06:51:43.709Z] -- Found X11: /usr/lib64/libX11.so[2019-04-06T06:51:43.709Z] -- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.2") [2019-04-06T06:51:43.709Z] -- Found XCB_XCB: /usr/lib64/libxcb.so (found version "1.13") [2019-04-06T06:51:44.209Z] -- Found XCB_SHM: /usr/lib64/libxcb-shm.so (found version "1.13") [2019-04-06T06:51:44.209Z] -- Found XCB_IMAGE: /usr/lib64/libxcb-image.so (found version "0.4.0") [2019-04-06T06:51:44.209Z] -- Found XCB_XKB: /usr/lib64/libxcb-xkb.so (found version "1.13") [2019-04-06T06:51:44.209Z] -- Found XCB: /usr/lib64/libxcb.so;/usr/lib64/libxcb-shm.so;/usr/lib64/libxcb-image.so;/usr/lib64/libxcb-xkb.so (found version "1.13") found components:  XCB SHM IMAGE XKB [2019-04-06T06:51:44.209Z] -- The following OPTIONAL packages have been found:[2019-04-06T06:51:44.209Z] [2019-04-06T06:51:44.209Z]  * PkgConfig[2019-04-06T06:51:44.209Z] [2019-04-06T06:51:44.209Z] -- The following REQUIRED packages have been found:[2019-04-06T06:51:44.209Z] [2019-04-06T06:51:44.209Z]  * ECM (required version >= 5.56.0)[2019-04-06T06:51:44.209Z]  * Qt5Gui[2019-04-06T06:51:44.209Z]  * Qt5Widgets[2019-04-06T06:51:44.209Z]  * Qt5X11Extras[2019-04-06T06:51:44.209Z]  * Qt5Network (required version >= 5.12.2)[2019-04-06T06:51:44.209Z]  * Qt5Qml (required version >= 5.12.2)[2019-04-06T06:51:44.209Z]  * Qt5Quick[2019-04-06T06:51:44.209Z]  * Qt5QuickWidgets[2019-04-06T06:51:44.209Z]  * Qt5 (required version >= 5.11.0)[2019-04-06T06:51:44.209Z]  * KF5CoreAddons (required version >= 5.56.0)[2019-04-06T06:51:44.209Z]  * Gettext[2019-04-06T06:51:44.209Z]  * KF5I18n (required version >= 5.56.0)[2019-04-06T06:51:44.209Z]  * KF5XmlGui (required version >= 5.56.0)[2019-04-06T06:51:44.209Z]  * KF5Auth