BUILD FAILURE
Build URL https://build.kde.org/job/Plasma%20libksysguard%20kf5-qt5%20SUSEQt5.9/20/
Project: Plasma libksysguard kf5-qt5 SUSEQt5.9
Date of build: Fri, 19 Jan 2018 21:31:03 +0000
Build duration: 1 min 16 sec and counting

CONSOLE OUTPUT
[...truncated 212.05 KB...]
from /home/jenkins/workspace/Plasma libksysguard kf5-qt5 SUSEQt5.9/processui/ksysguardprocesslist.cpp:34:
/usr/include/qt5/QtWidgets/qstyleoption.h:402:24: note: declared here
class Q_WIDGETS_EXPORT QStyleOptionViewItem : public QStyleOption
^~~~~~~~~~~~~~~~~~~~
/home/jenkins/workspace/Plasma libksysguard kf5-qt5 SUSEQt5.9/processui/ksysguardprocesslist.cpp: In member function 'virtual void ProgressBarItemDelegate::paint(QPainter*, const QStyleOptionViewItem&, const QModelIndex&) const':
/home/jenkins/workspace/Plasma libksysguard kf5-qt5 SUSEQt5.9/processui/ksysguardprocesslist.cpp:80:36: warning: 'QStyleOptionViewItemV4' is deprecated [-Wdeprecated-declarations]
QStyleOptionViewItemV4 option = opt;
^~~~~~
In file included from /usr/include/qt5/QtWidgets/qabstractitemdelegate.h:45:0,
from /usr/include/qt5/QtWidgets/qabstractitemview.h:47,
from /usr/include/qt5/QtWidgets/qheaderview.h:44,
from /usr/include/qt5/QtWidgets/QHeaderView:1,
from /home/jenkins/workspace/Plasma libksysguard kf5-qt5 SUSEQt5.9/processui/ksysguardprocesslist.cpp:34:
/usr/include/qt5/QtWidgets/qstyleoption.h:453:48: note: declared here
typedef Q_DECL_DEPRECATED QStyleOptionViewItem QStyleOptionViewItemV4;
^~~~~~~~~~~~~~~~~~~~~~
[ 67%] Automatic MOC for target signalplotterbenchmark
Scanning dependencies of target graphicssignalplotterbenchmark_autogen
[ 68%] Automatic MOC for target graphicssignalplotterbenchmark
Generating MOC predefs moc_predefs.h
Generating MOC source KVSSQICOXQ/moc_ksignalplotter.cpp
Generating MOC source EWIEGA46WW/moc_signalplotterbenchmark.cpp
Generating MOC compilation mocs_compilation.cpp
[ 68%] Built target signalplotterbenchmark_autogen
[ 70%] Building CXX object processui/CMakeFiles/processui.dir/scripting.cpp.o
Generating MOC predefs moc_predefs.h
Generating MOC source KVSSQICOXQ/moc_kgraphicssignalplotter.cpp
Generating MOC source EWIEGA46WW/moc_graphicssignalplotterbenchmark.cpp
Generating MOC compilation mocs_compilation.cpp
[ 70%] Built target graphicssignalplotterbenchmark_autogen
Scanning dependencies of target signalplottertest_autogen
[ 71%] Automatic MOC for target signalplottertest
/home/jenkins/workspace/Plasma libksysguard kf5-qt5 SUSEQt5.9/processui/ksysguardprocesslist.cpp: In member function 'void KSysGuardProcessList::reniceSelectedProcesses()':
/home/jenkins/workspace/Plasma libksysguard kf5-qt5 SUSEQt5.9/processui/ksysguardprocesslist.cpp:1180:17: warning: this statement may fall through [-Wimplicit-fallthrough=]
if(process->ioPriorityClass() == KSysGuard::Process::None && reniceDlg->newIOPriority == (process->niceLevel() + 20)/5)
^~
/home/jenkins/workspace/Plasma libksysguard kf5-qt5 SUSEQt5.9/processui/ksysguardprocesslist.cpp:1182:13: note: here
case KSysGuard::Process::RealTime:
^~~~
[ 72%] Building CXX object processui/CMakeFiles/processui.dir/processui_autogen/mocs_compilation.cpp.o
Generating MOC predefs moc_predefs.h
Generating MOC source KVSSQICOXQ/moc_ksignalplotter.cpp
Generating MOC source EWIEGA46WW/moc_signalplottertest.cpp
Generating MOC compilation mocs_compilation.cpp
[ 72%] Built target signalplottertest_autogen
Scanning dependencies of target signalplotterbenchmark
[ 74%] Building CXX object tests/CMakeFiles/signalplotterbenchmark.dir/signalplotterbenchmark.cpp.o
[ 75%] Building CXX object tests/CMakeFiles/signalplotterbenchmark.dir/__/processcore/processcore_debug.cpp.o
In file included from /usr/include/qt5/QtCore/qstring.h:1765:0,
from /usr/include/qt5/QtCore/qbytearray.h:687,
from /usr/include/qt5/QtCore/qbytearraylist.h:47,
from /usr/include/qt5/QtCore/qlist.h:1093,
from /usr/include/qt5/QtCore/QList:1,
from /home/jenkins/workspace/Plasma libksysguard kf5-qt5 SUSEQt5.9/processui/scripting.h:26,
from /home/jenkins/workspace/Plasma libksysguard kf5-qt5 SUSEQt5.9/processui/scripting.cpp:23:
/usr/include/qt5/QtCore/qstringbuilder.h: In instantiation of 'static void QConcatenable<QStringBuilder<A, B> >::appendTo(const type&, T*&) [with T = QChar; A = QString; B = char [11]; QConcatenable<QStringBuilder<A, B> >::type = QStringBuilder<QString, char [11]>]':
/usr/include/qt5/QtCore/qstringbuilder.h:118:56: required from 'T QStringBuilder<A, B>::convertTo() const [with T = QString; A = QString; B = char [11]]'
/usr/include/qt5/QtCore/qstringbuilder.h:131:61: required from 'QStringBuilder<A, B>::operator QStringBuilder<A, B>::ConvertTo() const [with A = QString; B = char [11]; QStringBuilder<A, B>::ConvertTo = QString]'
/home/jenkins/workspace/Plasma libksysguard kf5-qt5 SUSEQt5.9/processui/scripting.cpp:131:60: required from here
/usr/include/qt5/QtCore/qstringbuilder.h:358:35: error: no matching function for call to 'QConcatenable<char [11]>::appendTo(const char [11], QChar*&)'
QConcatenable<B>::appendTo(p.b, out);
~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~
/usr/include/qt5/QtCore/qstringbuilder.h:292:24: note: candidate: static void QConcatenable<const char [N]>::appendTo(const char*, char*&) [with int N = 11]
static inline void appendTo(const char a[N], char *&out)
^~~~~~~~
/usr/include/qt5/QtCore/qstringbuilder.h:292:24: note: no known conversion for argument 2 from 'QChar*' to 'char*&'
make[2]: *** [processui/CMakeFiles/processui.dir/build.make:215: processui/CMakeFiles/processui.dir/scripting.cpp.o] Error 1
make[2]: *** Waiting for unfinished jobs....
[ 76%] Building CXX object tests/CMakeFiles/signalplotterbenchmark.dir/__/signalplotter/ksignalplotter.cpp.o
[ 77%] Building CXX object tests/CMakeFiles/signalplotterbenchmark.dir/signalplotterbenchmark_autogen/mocs_compilation.cpp.o
Scanning dependencies of target graphicssignalplotterbenchmark
make[1]: *** [CMakeFiles/Makefile2:439: processui/CMakeFiles/processui.dir/all] Error 2
make[1]: *** Waiting for unfinished jobs....
[ 79%] Building CXX object tests/CMakeFiles/graphicssignalplotterbenchmark.dir/graphicssignalplotterbenchmark.cpp.o
[ 80%] Building CXX object tests/CMakeFiles/graphicssignalplotterbenchmark.dir/__/processcore/processcore_debug.cpp.o
Scanning dependencies of target signalplottertest
[ 81%] Building CXX object tests/CMakeFiles/signalplottertest.dir/signalplottertest.cpp.o
[ 83%] Building CXX object tests/CMakeFiles/graphicssignalplotterbenchmark.dir/__/signalplotter/kgraphicssignalplotter.cpp.o
[ 84%] Building CXX object tests/CMakeFiles/graphicssignalplotterbenchmark.dir/graphicssignalplotterbenchmark_autogen/mocs_compilation.cpp.o
[ 85%] Building CXX object tests/CMakeFiles/signalplottertest.dir/__/processcore/processcore_debug.cpp.o
[ 87%] Linking CXX executable signalplotterbenchmark
[ 87%] Built target signalplotterbenchmark
[ 88%] Building CXX object tests/CMakeFiles/signalplottertest.dir/__/signalplotter/ksignalplotter.cpp.o
[ 89%] Building CXX object tests/CMakeFiles/signalplottertest.dir/signalplottertest_autogen/mocs_compilation.cpp.o
[ 90%] Linking CXX executable graphicssignalplotterbenchmark
[ 90%] Built target graphicssignalplotterbenchmark
[ 92%] Linking CXX executable signalplottertest
[ 92%] Built target signalplottertest
make: *** [Makefile:141: all] Error 2
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
ERROR: script returned exit code 1
[Pipeline] // catchError
[Pipeline] sh
[Plasma libksysguard kf5-qt5 SUSEQt5.9] Running shell script
+ python3 -u ci-tooling/helpers/capture-workspace.py --environment production
[Pipeline] emailextrecipients
[Pipeline] emailext

Reply via email to