CONSOLE OUTPUT
|
[...truncated 5095 lines...] |
[2020-09-09T10:54:31.021Z] In file included from /home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 SUSEQt5.15/ksmserver/client.cpp:43: |
[2020-09-09T10:54:31.021Z] /home/jenkins/install-prefix/include/KF5/KCoreAddons/krandom.h:40:24: note: declared here |
[2020-09-09T10:54:31.021Z] 40 | KCOREADDONS_EXPORT int random(); |
[2020-09-09T10:54:31.021Z] | ^~~~~~ |
[2020-09-09T10:54:31.021Z] /home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 SUSEQt5.15/ksmserver/client.cpp:98:58: warning: ���int KRandom::random()��� is deprecated: Since 5.72. Use QRandomGenerator::global(). The 1:1 port is bounded(RAND_MAX) but check see all the methods that QRandomGenerator provides. [-Wdeprecated-declarations] |
[2020-09-09T10:54:31.021Z] 98 | my_addr->sprintf("0%.8x", KRandom::random()); |
[2020-09-09T10:54:31.021Z] | ^ |
[2020-09-09T10:54:31.021Z] In file included from /home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 SUSEQt5.15/ksmserver/client.cpp:43: |
[2020-09-09T10:54:31.021Z] /home/jenkins/install-prefix/include/KF5/KCoreAddons/krandom.h:40:24: note: declared here |
[2020-09-09T10:54:31.021Z] 40 | KCOREADDONS_EXPORT int random(); |
[2020-09-09T10:54:31.021Z] | ^~~~~~ |
[2020-09-09T10:54:31.021Z] /home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 SUSEQt5.15/ksmserver/client.cpp:98:59: warning: ���QString& QString::sprintf(const char*, ...)��� is deprecated: Use asprintf(), arg() or QTextStream instead [-Wdeprecated-declarations] |
[2020-09-09T10:54:31.021Z] 98 | my_addr->sprintf("0%.8x", KRandom::random()); |
[2020-09-09T10:54:31.021Z] | ^ |
[2020-09-09T10:54:31.021Z] In file included from /usr/include/qt5/QtCore/qhashfunctions.h:44, |
[2020-09-09T10:54:31.021Z] from /usr/include/qt5/QtCore/qlist.h:47, |
[2020-09-09T10:54:31.021Z] from /usr/include/qt5/QtCore/qstringlist.h:41, |
[2020-09-09T10:54:31.021Z] from /usr/include/qt5/QtCore/QStringList:1, |
[2020-09-09T10:54:31.021Z] from /home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 SUSEQt5.15/ksmserver/server.h:44, |
[2020-09-09T10:54:31.021Z] from /home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 SUSEQt5.15/ksmserver/client.h:33, |
[2020-09-09T10:54:31.021Z] from /home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 SUSEQt5.15/ksmserver/client.cpp:34: |
[2020-09-09T10:54:31.021Z] /usr/include/qt5/QtCore/qstring.h:393:14: note: declared here |
[2020-09-09T10:54:31.021Z] 393 | QString &sprintf(const char *format, ...) Q_ATTRIBUTE_FORMAT_PRINTF(2, 3); |
[2020-09-09T10:54:31.021Z] | ^~~~~~~ |
[2020-09-09T10:54:31.277Z] [ 81%] Built target kickerplugin |
[2020-09-09T10:54:31.277Z] [ 81%] Building CXX object ksmserver/CMakeFiles/ksmserver.dir/kscreenlocker_interface.cpp.o |
[2020-09-09T10:54:31.277Z] [ 81%] Building CXX object ksmserver/CMakeFiles/ksmserver.dir/logoutprompt_interface.cpp.o |
[2020-09-09T10:54:31.277Z] [ 81%] Building CXX object ksmserver/CMakeFiles/ksmserver.dir/kwinsession_interface.cpp.o |
[2020-09-09T10:54:31.277Z] [ 81%] Building CXX object shell/CMakeFiles/plasmashell.dir/scripting/panel.cpp.o |
[2020-09-09T10:54:31.277Z] [ 81%] Building CXX object shell/CMakeFiles/plasmashell.dir/scripting/scriptengine.cpp.o |
[2020-09-09T10:54:31.277Z] [ 81%] Built target krunner |
[2020-09-09T10:54:31.533Z] [ 81%] Building CXX object shell/CMakeFiles/plasmashell.dir/scripting/scriptengine_v1.cpp.o |
[2020-09-09T10:54:31.533Z] [ 81%] Linking CXX executable ../bin/ksmserver-logout-greeter |
[2020-09-09T10:54:31.789Z] In file included from /usr/include/qt5/QtCore/qloggingcategory.h:43, |
[2020-09-09T10:54:31.789Z] from /usr/include/qt5/QtCore/QLoggingCategory:1, |
[2020-09-09T10:54:31.789Z] from /home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 SUSEQt5.15/build/ksmserver/ksmserver_debug.h:6, |
[2020-09-09T10:54:31.789Z] from /home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 SUSEQt5.15/ksmserver/logout.cpp:36: |
[2020-09-09T10:54:31.789Z] /home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 SUSEQt5.15/ksmserver/logout.cpp: In member function ���void KSMServer::completeKilling()���: |
[2020-09-09T10:54:31.789Z] /home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 SUSEQt5.15/ksmserver/logout.cpp:521:29: warning: unused variable ���c��� [-Wunused-variable] |
[2020-09-09T10:54:31.789Z] 521 | foreach( KSMClient* c, clients ) { |
[2020-09-09T10:54:31.789Z] | ^ |
[2020-09-09T10:54:32.047Z] [ 81%] Building CXX object shell/CMakeFiles/plasmashell.dir/scripting/widget.cpp.o |
[2020-09-09T10:54:32.047Z] [ 81%] Building CXX object ksmserver/CMakeFiles/ksmserver.dir/klauncher_interface.cpp.o |
[2020-09-09T10:54:32.303Z] [ 81%] Building CXX object shell/CMakeFiles/plasmashell.dir/plasmashelladaptor.cpp.o |
[2020-09-09T10:54:32.560Z] [ 81%] Built target ksmserver-logout-greeter |
[2020-09-09T10:54:32.560Z] [ 81%] Building CXX object shell/CMakeFiles/plasmashell.dir/krunner_interface.cpp.o |
[2020-09-09T10:54:32.560Z] /home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 SUSEQt5.15/shell/scripting/scriptengine_v1.cpp: In member function ���QJSValue WorkspaceScripting::ScriptEngine::V1::desktopForScreen(const QJSValue&) const���: |
[2020-09-09T10:54:32.560Z] /home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 SUSEQt5.15/shell/scripting/scriptengine_v1.cpp:202:74: warning: ���Plasma::Containment* Plasma::Corona::containmentForScreen(int) const��� is deprecated: Since 5.46. Use Corona::containmentForScreen(int, const QString &, const QString &, const QVariantList &) [-Wdeprecated-declarations] |
[2020-09-09T10:54:32.560Z] 202 | return m_engine->wrap(m_engine->m_corona->containmentForScreen(screen)); |
[2020-09-09T10:54:32.560Z] | ^ |
[2020-09-09T10:54:32.560Z] In file included from /home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 SUSEQt5.15/shell/scripting/../shellcorona.h:26, |
[2020-09-09T10:54:32.560Z] from /home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 SUSEQt5.15/shell/scripting/scriptengine_v1.h:31, |
[2020-09-09T10:54:32.560Z] from /home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 SUSEQt5.15/shell/scripting/scriptengine_v1.cpp:20: |
[2020-09-09T10:54:32.560Z] /home/jenkins/install-prefix/include/KF5/plasma/corona.h:142:18: note: declared here |
[2020-09-09T10:54:32.560Z] 142 | Containment *containmentForScreen(int screen) const; |
[2020-09-09T10:54:32.560Z] | ^~~~~~~~~~~~~~~~~~~~ |
[2020-09-09T10:54:32.560Z] /home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 SUSEQt5.15/shell/scripting/scriptengine_v1.cpp: In member function ���QJSValue WorkspaceScripting::ScriptEngine::V1::createActivity(const QJSValue&, const QString&)���: |
[2020-09-09T10:54:32.560Z] /home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 SUSEQt5.15/shell/scripting/scriptengine_v1.cpp:234:104: warning: ���Plasma::Package Plasma::Corona::package() const��� is deprecated: Since 5.6. Use Corona::kPackage() [-Wdeprecated-declarations] |
[2020-09-09T10:54:32.560Z] 234 | KConfigGroup shellCfg = KConfigGroup(KSharedConfig::openConfig(m_engine->m_corona->package().filePath("defaults")), "Desktop"); |
[2020-09-09T10:54:32.561Z] | ^ |
[2020-09-09T10:54:32.561Z] In file included from /home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 SUSEQt5.15/shell/scripting/../shellcorona.h:26, |
[2020-09-09T10:54:32.561Z] from /home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 SUSEQt5.15/shell/scripting/scriptengine_v1.h:31, |
[2020-09-09T10:54:32.561Z] from /home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 SUSEQt5.15/shell/scripting/scriptengine_v1.cpp:20: |
[2020-09-09T10:54:32.561Z] /home/jenkins/install-prefix/include/KF5/plasma/corona.h:53:21: note: declared here |
[2020-09-09T10:54:32.561Z] 53 | Plasma::Package package() const; |
[2020-09-09T10:54:32.561Z] | ^~~~~~~ |
[2020-09-09T10:54:32.561Z] [ 81%] Building CXX object ksmserver/CMakeFiles/ksmserver.dir/startup_interface.cpp.o |
[2020-09-09T10:54:32.818Z] /home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 SUSEQt5.15/shell/scripting/scriptengine.cpp: In static member function ���static QStringList WorkspaceScripting::ScriptEngine::pendingUpdateScripts(Plasma::Corona*)���: |
[2020-09-09T10:54:32.818Z] /home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 SUSEQt5.15/shell/scripting/scriptengine.cpp:288:26: warning: ���Plasma::Package Plasma::Corona::package() const��� is deprecated: Since 5.6. Use Corona::kPackage() [-Wdeprecated-declarations] |
[2020-09-09T10:54:32.818Z] 288 | if (!corona->package().metadata().isValid()) { |
[2020-09-09T10:54:32.818Z] | ^ |
[2020-09-09T10:54:32.818Z] In file included from /home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 SUSEQt5.15/shell/scripting/../shellcorona.h:26, |
[2020-09-09T10:54:32.818Z] from /home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 SUSEQt5.15/shell/scripting/scriptengine.h:30, |
[2020-09-09T10:54:32.818Z] from /home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 SUSEQt5.15/shell/scripting/scriptengine.cpp:20: |
[2020-09-09T10:54:32.818Z] /home/jenkins/install-prefix/include/KF5/plasma/corona.h:53:21: note: declared here |
[2020-09-09T10:54:32.818Z] 53 | Plasma::Package package() const; |
[2020-09-09T10:54:32.818Z] | ^~~~~~~ |
[2020-09-09T10:54:32.818Z] /home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 SUSEQt5.15/shell/scripting/scriptengine.cpp:293:45: warning: ���Plasma::Package Plasma::Corona::package() const��� is deprecated: Since 5.6. Use Corona::kPackage() [-Wdeprecated-declarations] |
[2020-09-09T10:54:32.818Z] 293 | const QString appName = corona->package().metadata().pluginName(); |
[2020-09-09T10:54:32.818Z] | ^ |
[2020-09-09T10:54:32.818Z] In file included from /home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 SUSEQt5.15/shell/scripting/../shellcorona.h:26, |
[2020-09-09T10:54:32.818Z] from /home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 SUSEQt5.15/shell/scripting/scriptengine.h:30, |
[2020-09-09T10:54:32.818Z] from /home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 SUSEQt5.15/shell/scripting/scriptengine.cpp:20: |
[2020-09-09T10:54:32.818Z] /home/jenkins/install-prefix/include/KF5/plasma/corona.h:53:21: note: declared here |
[2020-09-09T10:54:32.818Z] 53 | Plasma::Package package() const; |
[2020-09-09T10:54:32.818Z] | ^~~~~~~ |
[2020-09-09T10:54:33.074Z] [ 81%] Building CXX object ksmserver/CMakeFiles/ksmserver.dir/shutdown_interface.cpp.o |
[2020-09-09T10:54:34.442Z] [ 81%] Linking CXX executable ../bin/plasmashell |
[2020-09-09T10:54:34.700Z] [ 82%] Linking CXX executable ../bin/ksmserver |
[2020-09-09T10:54:35.264Z] [ 82%] Built target plasmashell |
[2020-09-09T10:54:35.265Z] [ 82%] Built target ksmserver |
[2020-09-09T10:54:35.265Z] make: *** [Makefile:160: all] Error 2 |
[Pipeline] } |
[Pipeline] // stage |
[Pipeline] } |
[2020-09-09T10:54:35.738Z] ERROR: script returned exit code 1 |
[Pipeline] // catchError |
[Pipeline] emailextrecipients |
[Pipeline] emailext |