<body style="font-family: Verdana, Helvetica, sans serif; font-size: 11px; color: black"><table style="font-family: Verdana, Helvetica, sans serif; font-size: 11px; color: black"><tr><td style="font-family: Verdana, Helvetica, sans serif; font-size: 11px; color: black" align="right"><img src="https://build.kde.org/static/e59dfe28/images/32x32/red.gif"></img></td><td style="font-family: Verdana, Helvetica, sans serif; font-size: 11px; color: black" valign="center"><b style="font-size: 200%;">BUILD FAILURE</b></td></tr><tr><td style="font-family: Verdana, Helvetica, sans serif; font-size: 11px; color: black">
     Build URL
    </td><td style="font-family: Verdana, Helvetica, sans serif; font-size: 11px; color: black"><a href="https://build.kde.org/job/Frameworks/job/kpeople/job/kf5-qt5%20SUSEQt5.12/57/">https://build.kde.org/job/Frameworks/job/kpeople/job/kf5-qt5%20SUSEQt5.12/57/</a></td></tr><tr><td style="font-family: Verdana, Helvetica, sans serif; font-size: 11px; color: black">
     Project:
    </td><td style="font-family: Verdana, Helvetica, sans serif; font-size: 11px; color: black">kf5-qt5 SUSEQt5.12</td></tr><tr><td style="font-family: Verdana, Helvetica, sans serif; font-size: 11px; color: black">
     Date of build:
    </td><td style="font-family: Verdana, Helvetica, sans serif; font-size: 11px; color: black">Sun, 27 Oct 2019 08:47:41 +0000</td></tr><tr><td style="font-family: Verdana, Helvetica, sans serif; font-size: 11px; color: black">
     Build duration:
    </td><td style="font-family: Verdana, Helvetica, sans serif; font-size: 11px; color: black">50 sec and counting</td></tr></table><br></br><table style="font-family: Verdana, Helvetica, sans serif; font-size: 11px; color: black" width="100%" cellpadding="0" cellspacing="0"><tr><td class="bg1" style="font-family: Verdana, Helvetica, sans serif; font-size: 120%; color: white; background-color: #0000C0"><b>
       CONSOLE OUTPUT
      </b></td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[...truncated 340 lines...]</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2019-10-27T08:48:27.867Z] [ 28%] Building CXX object src/CMakeFiles/KF5People.dir/persondata.cpp.o</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2019-10-27T08:48:27.867Z] [ 30%] Building CXX object src/CMakeFiles/KF5People.dir/duplicatesfinder.cpp.o</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2019-10-27T08:48:27.867Z] [ 30%] Building CXX object src/CMakeFiles/KF5People.dir/matchessolver.cpp.o</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2019-10-27T08:48:27.867Z] [ 31%] Building CXX object src/CMakeFiles/KF5People.dir/match.cpp.o</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2019-10-27T08:48:27.867Z] [ 32%] Building CXX object src/CMakeFiles/KF5People.dir/personsmodel.cpp.o</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2019-10-27T08:48:27.867Z] [ 34%] Building CXX object src/CMakeFiles/KF5People.dir/metacontact.cpp.o</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2019-10-27T08:48:27.867Z] /home/jenkins/workspace/Frameworks/kpeople/kf5-qt5 SUSEQt5.12/src/persondata.cpp:129:2: warning: #warning is a GCC extension</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2019-10-27T08:48:27.867Z]   129 | #warning probably not needed anymore</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2019-10-27T08:48:27.867Z]       |  ^~~~~~~</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2019-10-27T08:48:27.867Z] /home/jenkins/workspace/Frameworks/kpeople/kf5-qt5 SUSEQt5.12/src/persondata.cpp:129:2: warning: #warning probably not needed anymore [-Wcpp]</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2019-10-27T08:48:28.847Z] [ 35%] Building CXX object src/CMakeFiles/KF5People.dir/personpluginmanager.cpp.o</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2019-10-27T08:48:28.847Z] /home/jenkins/workspace/Frameworks/kpeople/kf5-qt5 SUSEQt5.12/src/personsmodel.cpp: In member function ���virtual QModelIndex KPeople::PersonsModel::parent(const QModelIndex&) const���:</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2019-10-27T08:48:28.847Z] /home/jenkins/workspace/Frameworks/kpeople/kf5-qt5 SUSEQt5.12/src/personsmodel.cpp:241:33: warning: comparison of integer expressions of different signedness: ���quintptr��� {aka ���long long unsigned int���} and ���int��� [-Wsign-compare]</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2019-10-27T08:48:28.847Z]   241 |     if (childIndex.internalId() == -1 || !childIndex.isValid()) {</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2019-10-27T08:48:28.847Z]       |         ~~~~~~~~~~~~~~~~~~~~~~~~^~~~~</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2019-10-27T08:48:28.847Z] [ 36%] Building CXX object src/CMakeFiles/KF5People.dir/personmanager.cpp.o</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2019-10-27T08:48:28.847Z] [ 37%] Building CXX object src/CMakeFiles/KF5People.dir/personssortfilterproxymodel.cpp.o</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2019-10-27T08:48:29.114Z] [ 39%] Building CXX object src/CMakeFiles/KF5People.dir/KF5People_autogen/EWIEGA46WW/qrc_resources.cpp.o</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2019-10-27T08:48:30.064Z] [ 40%] Linking CXX shared library ../bin/libKF5People.so</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2019-10-27T08:48:30.064Z] [ 40%] Built target KF5People</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2019-10-27T08:48:30.064Z] Scanning dependencies of target duplicates_autogen</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2019-10-27T08:48:30.064Z] Scanning dependencies of target personsmodeltest_autogen</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2019-10-27T08:48:30.064Z] Scanning dependencies of target personsproxymodeltest_autogen</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2019-10-27T08:48:30.064Z] Scanning dependencies of target KF5PeopleWidgets_autogen</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2019-10-27T08:48:30.064Z] Scanning dependencies of target persondatatest_autogen</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2019-10-27T08:48:30.064Z] Scanning dependencies of target contactlistwidgets_autogen</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2019-10-27T08:48:30.064Z] [ 41%] Automatic MOC for target duplicates</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2019-10-27T08:48:30.064Z] [ 42%] Automatic MOC for target personsmodeltest</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2019-10-27T08:48:30.064Z] [ 43%] Automatic MOC for target KF5PeopleWidgets</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2019-10-27T08:48:30.064Z] [ 45%] Automatic MOC for target personsproxymodeltest</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2019-10-27T08:48:30.064Z] [ 46%] Automatic MOC for target persondatatest</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2019-10-27T08:48:30.064Z] [ 47%] Automatic MOC for target contactlistwidgets</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2019-10-27T08:48:30.324Z] [ 47%] Built target persondatatest_autogen</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2019-10-27T08:48:30.324Z] [ 47%] Built target personsproxymodeltest_autogen</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2019-10-27T08:48:30.324Z] [ 47%] Built target personsmodeltest_autogen</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2019-10-27T08:48:30.324Z] Scanning dependencies of target persondatatest</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2019-10-27T08:48:30.324Z] [ 47%] Built target duplicates_autogen</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2019-10-27T08:48:30.324Z] Scanning dependencies of target personsproxymodeltest</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2019-10-27T08:48:30.324Z] [ 48%] Building CXX object autotests/CMakeFiles/persondatatest.dir/persondatatest_autogen/mocs_compilation.cpp.o</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2019-10-27T08:48:30.324Z] [ 48%] Built target contactlistwidgets_autogen</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2019-10-27T08:48:30.324Z] [ 50%] Building CXX object autotests/CMakeFiles/personsproxymodeltest.dir/fakecontactsource.cpp.o</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2019-10-27T08:48:30.324Z] [ 51%] Building CXX object autotests/CMakeFiles/personsproxymodeltest.dir/personsproxymodeltest.cpp.o</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2019-10-27T08:48:30.324Z] [ 52%] Building CXX object autotests/CMakeFiles/personsproxymodeltest.dir/personsproxymodeltest_autogen/mocs_compilation.cpp.o</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2019-10-27T08:48:30.324Z] [ 53%] Building CXX object autotests/CMakeFiles/persondatatest.dir/persondatatests.cpp.o</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2019-10-27T08:48:30.324Z] [ 53%] Built target KF5PeopleWidgets_autogen</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2019-10-27T08:48:30.324Z] Scanning dependencies of target duplicates</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2019-10-27T08:48:30.324Z] Scanning dependencies of target personsmodeltest</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2019-10-27T08:48:30.324Z] [ 54%] Building CXX object autotests/CMakeFiles/persondatatest.dir/fakecontactsource.cpp.o</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2019-10-27T08:48:30.324Z] [ 56%] Building CXX object autotests/CMakeFiles/personsmodeltest.dir/personsmodeltest_autogen/mocs_compilation.cpp.o</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2019-10-27T08:48:30.324Z] Scanning dependencies of target contactlistwidgets</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2019-10-27T08:48:30.324Z] [ 57%] Building CXX object examples/CMakeFiles/duplicates.dir/duplicates_autogen/mocs_compilation.cpp.o</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2019-10-27T08:48:30.324Z] [ 58%] Building CXX object examples/CMakeFiles/contactlistwidgets.dir/contactlistwidgets_autogen/mocs_compilation.cpp.o</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2019-10-27T08:48:30.582Z] [ 59%] Building CXX object examples/CMakeFiles/duplicates.dir/duplicates.cpp.o</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2019-10-27T08:48:30.582Z] [ 60%] Building CXX object examples/CMakeFiles/contactlistwidgets.dir/contactlistwidgets.cpp.o</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2019-10-27T08:48:31.514Z] [ 62%] Building CXX object autotests/CMakeFiles/personsmodeltest.dir/personsmodeltest.cpp.o</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2019-10-27T08:48:31.514Z] [ 63%] Generating ui_person-details-presentation.h</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2019-10-27T08:48:31.514Z] [ 64%] Building CXX object autotests/CMakeFiles/personsmodeltest.dir/fakecontactsource.cpp.o</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2019-10-27T08:48:31.514Z] Scanning dependencies of target KF5PeopleWidgets</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2019-10-27T08:48:31.514Z] [ 65%] Building CXX object src/widgets/CMakeFiles/KF5PeopleWidgets.dir/KF5PeopleWidgets_autogen/mocs_compilation.cpp.o</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2019-10-27T08:48:31.514Z] [ 67%] Building CXX object src/widgets/CMakeFiles/KF5PeopleWidgets.dir/persondetailsdialog.cpp.o</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2019-10-27T08:48:31.514Z] [ 68%] Building CXX object src/widgets/CMakeFiles/KF5PeopleWidgets.dir/persondetailsview.cpp.o</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2019-10-27T08:48:31.774Z] /home/jenkins/workspace/Frameworks/kpeople/kf5-qt5 SUSEQt5.12/src/widgets/persondetailsview.cpp:80:2: warning: #warning is a GCC extension</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2019-10-27T08:48:31.774Z]    80 | #warning fixme, should be made user-visible somehow</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2019-10-27T08:48:31.774Z]       |  ^~~~~~~</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2019-10-27T08:48:31.774Z] /home/jenkins/workspace/Frameworks/kpeople/kf5-qt5 SUSEQt5.12/src/widgets/persondetailsview.cpp:80:2: warning: #warning fixme, should be made user-visible somehow [-Wcpp]</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2019-10-27T08:48:31.774Z] /home/jenkins/workspace/Frameworks/kpeople/kf5-qt5 SUSEQt5.12/src/widgets/persondetailsview.cpp:122:2: warning: #warning is a GCC extension</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2019-10-27T08:48:31.774Z]   122 | #warning figure out a way to list properties</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2019-10-27T08:48:31.774Z]       |  ^~~~~~~</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2019-10-27T08:48:31.774Z] /home/jenkins/workspace/Frameworks/kpeople/kf5-qt5 SUSEQt5.12/src/widgets/persondetailsview.cpp:122:2: warning: #warning figure out a way to list properties [-Wcpp]</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2019-10-27T08:48:31.774Z] [ 69%] Linking CXX executable ../bin/duplicates</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2019-10-27T08:48:32.043Z] [ 70%] Linking CXX executable ../bin/contactlistwidgets</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2019-10-27T08:48:32.310Z] [ 70%] Built target duplicates</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2019-10-27T08:48:32.310Z] [ 71%] Building CXX object src/widgets/CMakeFiles/KF5PeopleWidgets.dir/plugins/emaildetailswidget.cpp.o</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2019-10-27T08:48:32.576Z] [ 71%] Built target contactlistwidgets</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2019-10-27T08:48:32.576Z] [ 73%] Building CXX object src/widgets/CMakeFiles/KF5PeopleWidgets.dir/abstractfieldwidgetfactory.cpp.o</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2019-10-27T08:48:32.576Z] /home/jenkins/workspace/Frameworks/kpeople/kf5-qt5 SUSEQt5.12/src/widgets/persondetailsview.cpp: In constructor ���KPeople::PersonDetailsView::PersonDetailsView(QWidget*)���:</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2019-10-27T08:48:32.576Z] /home/jenkins/workspace/Frameworks/kpeople/kf5-qt5 SUSEQt5.12/src/widgets/persondetailsview.cpp:147:53: error: ���fromServices��� is not a member of ���KPluginInfo���</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2019-10-27T08:48:32.576Z]   147 |     const QList<KPluginInfo> plugins = KPluginInfo::fromServices(pluginList);</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2019-10-27T08:48:32.576Z]       |                                                     ^~~~~~~~~~~~</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2019-10-27T08:48:32.576Z] [ 74%] Building CXX object src/widgets/CMakeFiles/KF5PeopleWidgets.dir/actions.cpp.o</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2019-10-27T08:48:32.576Z] [ 75%] Building CXX object src/widgets/CMakeFiles/KF5PeopleWidgets.dir/mergedialog.cpp.o</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2019-10-27T08:48:32.836Z] make[2]: *** [src/widgets/CMakeFiles/KF5PeopleWidgets.dir/build.make:93: src/widgets/CMakeFiles/KF5PeopleWidgets.dir/persondetailsview.cpp.o] Error 1</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2019-10-27T08:48:32.836Z] make[2]: *** Waiting for unfinished jobs....</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2019-10-27T08:48:33.097Z] [ 76%] Linking CXX executable ../bin/personsproxymodeltest</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2019-10-27T08:48:33.355Z] [ 78%] Linking CXX executable ../bin/persondatatest</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2019-10-27T08:48:33.613Z] [ 78%] Built target personsproxymodeltest</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2019-10-27T08:48:33.613Z] [ 78%] Built target persondatatest</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2019-10-27T08:48:34.175Z] [ 79%] Linking CXX executable ../bin/personsmodeltest</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2019-10-27T08:48:34.175Z] make[1]: *** [CMakeFiles/Makefile2:534: src/widgets/CMakeFiles/KF5PeopleWidgets.dir/all] Error 2</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2019-10-27T08:48:34.175Z] make[1]: *** Waiting for unfinished jobs....</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2019-10-27T08:48:34.431Z] [ 79%] Built target personsmodeltest</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2019-10-27T08:48:34.431Z] make: *** [Makefile:141: all] Error 2</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[Pipeline] }</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[Pipeline] // stage</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[Pipeline] }</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2019-10-27T08:48:34.745Z] ERROR: script returned exit code 1</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[Pipeline] // catchError</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[Pipeline] emailextrecipients</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[Pipeline] emailext</td></tr></table><br></br></body>