BUILD FAILURE
Build URL https://build.kde.org/job/Plasma/job/discover/job/kf5-qt5%20SUSEQt5.15/385/
Project: kf5-qt5 SUSEQt5.15
Date of build: Thu, 13 May 2021 11:03:54 +0000
Build duration: 1 min 16 sec and counting


CONSOLE OUTPUT
[...truncated 431 lines...]
[2021-05-13T11:05:01.613Z] About to parse service type file "/home/jenkins/install-prefix/share/kservicetypes5/kcmodule.desktop"
[2021-05-13T11:05:01.613Z] Found property definition "X-KDE-FactoryName" with type "QString"
[2021-05-13T11:05:01.613Z] Found property definition "X-KDE-ParentComponents" with type "QStringList"
[2021-05-13T11:05:01.613Z] Found property definition "X-KDE-CfgDlgHierarchy" with type "QString"
[2021-05-13T11:05:01.613Z] Found property definition "X-KDE-System-Settings-Parent-Category" with type "QString"
[2021-05-13T11:05:01.613Z] Found property definition "X-KDE-KInfoCenter-Category" with type "QString"
[2021-05-13T11:05:01.613Z] Found property definition "X-KDE-Weight" with type "int"
[2021-05-13T11:05:01.613Z] Found property definition "X-KDE-PluginKeyword" with type "QString"
[2021-05-13T11:05:01.613Z] Found property definition "X-KDE-OnlyShowOnQtPlatforms" with type "QStringList"
[2021-05-13T11:05:01.613Z] Found property definition "X-KDE-KCM-Args" with type "QStringList"
[2021-05-13T11:05:01.613Z] Unknown property type for key "X-KDE-ParentApp" -> falling back to string
[2021-05-13T11:05:01.613Z] Unknown property type for key "Categories" -> falling back to string
[2021-05-13T11:05:01.613Z] Generated "/home/jenkins/workspace/Plasma/discover/kf5-qt5 SUSEQt5.15/build/kcm/kcm_updates.json"
[2021-05-13T11:05:01.613Z] [ 4%] Automatic MOC for target kcm_updates
[2021-05-13T11:05:01.613Z] [ 4%] Built target kcm_updates-kcms-metadata-json
[2021-05-13T11:05:02.176Z] [ 4%] Built target DiscoverNotifiers_autogen
[2021-05-13T11:05:02.176Z] [ 6%] Building CXX object libdiscover/notifiers/CMakeFiles/DiscoverNotifiers.dir/DiscoverNotifiers_autogen/mocs_compilation.cpp.o
[2021-05-13T11:05:02.176Z] [ 6%] Building CXX object libdiscover/notifiers/CMakeFiles/DiscoverNotifiers.dir/BackendNotifierModule.cpp.o
[2021-05-13T11:05:03.118Z] [ 6%] Built target PaginateModelTest_autogen
[2021-05-13T11:05:03.118Z] [ 6%] Building CXX object discover/autotests/CMakeFiles/PaginateModelTest.dir/PaginateModelTest_autogen/mocs_compilation.cpp.o
[2021-05-13T11:05:03.118Z] [ 7%] Building CXX object discover/autotests/CMakeFiles/PaginateModelTest.dir/PaginateModelTest.cpp.o
[2021-05-13T11:05:03.376Z] [ 7%] Built target kcm_updates_autogen
[2021-05-13T11:05:03.376Z] [ 8%] Generating updatessettings.h, updatessettings.cpp
[2021-05-13T11:05:03.376Z] [ 8%] Generating discoversettings.h, discoversettings.cpp
[2021-05-13T11:05:03.376Z] [ 8%] Generating updatessettings.moc
[2021-05-13T11:05:03.638Z] [ 9%] Generating discoversettings.moc
[2021-05-13T11:05:03.638Z] [ 10%] Building CXX object kcm/CMakeFiles/kcm_updates.dir/kcm_updates_autogen/mocs_compilation.cpp.o
[2021-05-13T11:05:04.212Z] [ 10%] Built target DiscoverCommon_autogen
[2021-05-13T11:05:04.212Z] [ 11%] Building CXX object kcm/CMakeFiles/kcm_updates.dir/updates.cpp.o
[2021-05-13T11:05:04.212Z] [ 12%] Building CXX object libdiscover/CMakeFiles/DiscoverCommon.dir/DiscoverCommon_autogen/mocs_compilation.cpp.o
[2021-05-13T11:05:04.212Z] [ 12%] Linking CXX shared library ../../bin/libDiscoverNotifiers.so
[2021-05-13T11:05:04.470Z] [ 12%] Built target DiscoverNotifiers
[2021-05-13T11:05:04.470Z] [ 13%] Building CXX object libdiscover/CMakeFiles/DiscoverCommon.dir/Category/Category.cpp.o
[2021-05-13T11:05:05.058Z] [ 13%] Building CXX object libdiscover/CMakeFiles/DiscoverCommon.dir/Category/CategoryModel.cpp.o
[2021-05-13T11:05:06.446Z] /home/jenkins/workspace/Plasma/discover/kf5-qt5 SUSEQt5.15/libdiscover/Category/Category.cpp: In static member function ���static void Category::addSubcategory(QVector<Category*>&, Category*)���:
[2021-05-13T11:05:06.446Z] /home/jenkins/workspace/Plasma/discover/kf5-qt5 SUSEQt5.15/libdiscover/Category/Category.cpp:200:33: error: expected primary-_expression_ before ���*��� token
[2021-05-13T11:05:06.446Z] 200 | Q_FOREACH (Category *nc, newcat->subCategories()) {
[2021-05-13T11:05:06.446Z] | ^
[2021-05-13T11:05:06.446Z] /home/jenkins/workspace/Plasma/discover/kf5-qt5 SUSEQt5.15/libdiscover/Category/Category.cpp:200:34: error: ���nc��� was not declared in this scope; did you mean ���c���?
[2021-05-13T11:05:06.446Z] 200 | Q_FOREACH (Category *nc, newcat->subCategories()) {
[2021-05-13T11:05:06.446Z] | ^~
[2021-05-13T11:05:06.446Z] | c
[2021-05-13T11:05:06.446Z] /home/jenkins/workspace/Plasma/discover/kf5-qt5 SUSEQt5.15/libdiscover/Category/Category.cpp:200:13: error: ���Q_FOREACH��� was not declared in this scope; did you mean ���Q_FOREVER���?
[2021-05-13T11:05:06.446Z] 200 | Q_FOREACH (Category *nc, newcat->subCategories()) {
[2021-05-13T11:05:06.446Z] | ^~~~~~~~~
[2021-05-13T11:05:06.446Z] | Q_FOREVER
[2021-05-13T11:05:06.446Z] /home/jenkins/workspace/Plasma/discover/kf5-qt5 SUSEQt5.15/libdiscover/Category/CategoryModel.cpp: In member function ���void CategoryModel::populateCategories()���:
[2021-05-13T11:05:06.446Z] /home/jenkins/workspace/Plasma/discover/kf5-qt5 SUSEQt5.15/libdiscover/Category/CategoryModel.cpp:40:16: error: expected primary-_expression_ before ���const���
[2021-05-13T11:05:06.446Z] 40 | Q_FOREACH (const auto backend, backends) {
[2021-05-13T11:05:06.446Z] | ^~~~~
[2021-05-13T11:05:06.446Z] /home/jenkins/workspace/Plasma/discover/kf5-qt5 SUSEQt5.15/libdiscover/Category/CategoryModel.cpp:40:5: error: ���Q_FOREACH��� was not declared in this scope; did you mean ���Q_FOREVER���?
[2021-05-13T11:05:06.446Z] 40 | Q_FOREACH (const auto backend, backends) {
[2021-05-13T11:05:06.446Z] | ^~~~~~~~~
[2021-05-13T11:05:06.446Z] | Q_FOREVER
[2021-05-13T11:05:06.446Z] /home/jenkins/workspace/Plasma/discover/kf5-qt5 SUSEQt5.15/libdiscover/Category/CategoryModel.cpp:39:22: warning: unused variable ���cr��� [-Wunused-variable]
[2021-05-13T11:05:06.446Z] 39 | CategoriesReader cr;
[2021-05-13T11:05:06.446Z] | ^~
[2021-05-13T11:05:06.446Z] /home/jenkins/workspace/Plasma/discover/kf5-qt5 SUSEQt5.15/libdiscover/Category/CategoryModel.cpp: In function ���Category* recFindCategory(Category*, const QString&)���:
[2021-05-13T11:05:06.446Z] /home/jenkins/workspace/Plasma/discover/kf5-qt5 SUSEQt5.15/libdiscover/Category/CategoryModel.cpp:80:29: error: expected primary-_expression_ before ���*��� token
[2021-05-13T11:05:06.446Z] 80 | Q_FOREACH (Category *c, subs) {
[2021-05-13T11:05:06.446Z] | ^
[2021-05-13T11:05:06.446Z] /home/jenkins/workspace/Plasma/discover/kf5-qt5 SUSEQt5.15/libdiscover/Category/CategoryModel.cpp:80:30: error: ���c��� was not declared in this scope
[2021-05-13T11:05:06.446Z] 80 | Q_FOREACH (Category *c, subs) {
[2021-05-13T11:05:06.446Z] | ^
[2021-05-13T11:05:06.446Z] /home/jenkins/workspace/Plasma/discover/kf5-qt5 SUSEQt5.15/libdiscover/Category/CategoryModel.cpp:80:9: error: ���Q_FOREACH��� was not declared in this scope; did you mean ���Q_FOREVER���?
[2021-05-13T11:05:06.446Z] 80 | Q_FOREACH (Category *c, subs) {
[2021-05-13T11:05:06.446Z] | ^~~~~~~~~
[2021-05-13T11:05:06.446Z] | Q_FOREVER
[2021-05-13T11:05:06.446Z] make[2]: *** [libdiscover/CMakeFiles/DiscoverCommon.dir/build.make:90: libdiscover/CMakeFiles/DiscoverCommon.dir/Category/Category.cpp.o] Error 1
[2021-05-13T11:05:06.446Z] make[2]: *** Waiting for unfinished jobs....
[2021-05-13T11:05:06.446Z] [ 14%] Building CXX object discover/autotests/CMakeFiles/PaginateModelTest.dir/__/PaginateModel.cpp.o
[2021-05-13T11:05:06.705Z] make[2]: *** [libdiscover/CMakeFiles/DiscoverCommon.dir/build.make:104: libdiscover/CMakeFiles/DiscoverCommon.dir/Category/CategoryModel.cpp.o] Error 1
[2021-05-13T11:05:06.705Z] [ 15%] Building CXX object discover/autotests/CMakeFiles/PaginateModelTest.dir/discover_debug.cpp.o
[2021-05-13T11:05:06.962Z] [ 16%] Automatic MOC for target DummyNotifier
[2021-05-13T11:05:07.219Z] [ 16%] Built target DummyNotifier_autogen
[2021-05-13T11:05:07.220Z] [ 17%] Automatic MOC for target DiscoverNotifier
[2021-05-13T11:05:07.782Z] [ 17%] Built target DiscoverNotifier_autogen
[2021-05-13T11:05:07.782Z] [ 18%] Building CXX object libdiscover/backends/DummyBackend/CMakeFiles/DummyNotifier.dir/DummyNotifier_autogen/mocs_compilation.cpp.o
[2021-05-13T11:05:07.782Z] [ 19%] Building CXX object kcm/CMakeFiles/kcm_updates.dir/discoverdata.cpp.o
[2021-05-13T11:05:08.039Z] [ 19%] Building CXX object kcm/CMakeFiles/kcm_updates.dir/updatesdata.cpp.o
[2021-05-13T11:05:08.622Z] [ 20%] Building CXX object kcm/CMakeFiles/kcm_updates.dir/updatessettings.cpp.o
[2021-05-13T11:05:09.187Z] [ 20%] Linking CXX executable ../../bin/PaginateModelTest
[2021-05-13T11:05:09.187Z] make[1]: *** [CMakeFiles/Makefile2:464: libdiscover/CMakeFiles/DiscoverCommon.dir/all] Error 2
[2021-05-13T11:05:09.187Z] make[1]: *** Waiting for unfinished jobs....
[2021-05-13T11:05:09.187Z] [ 21%] Building CXX object kcm/CMakeFiles/kcm_updates.dir/discoversettings.cpp.o
[2021-05-13T11:05:09.443Z] [ 21%] Built target PaginateModelTest
[2021-05-13T11:05:09.443Z] [ 21%] Building CXX object libdiscover/backends/DummyBackend/CMakeFiles/DummyNotifier.dir/DummyNotifier.cpp.o
[2021-05-13T11:05:10.807Z] [ 22%] Linking CXX shared module ../../../bin/DummyNotifier.so
[2021-05-13T11:05:10.807Z] [ 22%] Linking CXX shared module ../bin/kcm_updates.so
[2021-05-13T11:05:10.807Z] [ 22%] Built target DummyNotifier
[2021-05-13T11:05:11.366Z] [ 22%] Built target kcm_updates
[2021-05-13T11:05:11.366Z] make: *** [Makefile:146: all] Error 2
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[2021-05-13T11:05:11.374Z] ERROR: script returned exit code 1
[Pipeline] // catchError
[Pipeline] emailextrecipients
[Pipeline] emailext


Reply via email to