BUILD FAILURE
Build URL https://build.kde.org/job/Plasma/job/discover/job/kf5-qt5%20FreeBSDQt5.15/356/
Project: kf5-qt5 FreeBSDQt5.15
Date of build: Thu, 13 May 2021 09:18:09 +0000
Build duration: 4 min 21 sec and counting


CONSOLE OUTPUT
[...truncated 494 lines...]
[2021-05-13T09:22:29.033Z] ^
[2021-05-13T09:22:29.033Z] ;
[2021-05-13T09:22:29.033Z] /usr/home/jenkins/workspace/Plasma/discover/kf5-qt5 FreeBSDQt5.15/discover/PaginateModel.cpp:275:5: warning: _expression_ result unused [-Wunused-value]
[2021-05-13T09:22:29.033Z] emit dataChanged(idxTop, idxBottom, roles);
[2021-05-13T09:22:29.033Z] ^~~~
[2021-05-13T09:22:29.033Z] /usr/home/jenkins/workspace/Plasma/discover/kf5-qt5 FreeBSDQt5.15/discover/PaginateModel.cpp:282:9: error: use of undeclared identifier 'emit'; did you mean 'exit'?
[2021-05-13T09:22:29.033Z] emit headerDataChanged(orientation, 0, 0);
[2021-05-13T09:22:29.033Z] ^~~~
[2021-05-13T09:22:29.033Z] exit
[2021-05-13T09:22:29.033Z] /usr/include/stdlib.h:97:17: note: 'exit' declared here
[2021-05-13T09:22:29.033Z] _Noreturn void exit(int);
[2021-05-13T09:22:29.033Z] ^
[2021-05-13T09:22:29.033Z] /usr/home/jenkins/workspace/Plasma/discover/kf5-qt5 FreeBSDQt5.15/discover/PaginateModel.cpp:282:13: error: expected ';' after _expression_
[2021-05-13T09:22:29.033Z] emit headerDataChanged(orientation, 0, 0);
[2021-05-13T09:22:29.033Z] ^
[2021-05-13T09:22:29.033Z] ;
[2021-05-13T09:22:29.033Z] /usr/home/jenkins/workspace/Plasma/discover/kf5-qt5 FreeBSDQt5.15/discover/PaginateModel.cpp:282:9: warning: _expression_ result unused [-Wunused-value]
[2021-05-13T09:22:29.033Z] emit headerDataChanged(orientation, 0, 0);
[2021-05-13T09:22:29.033Z] ^~~~
[2021-05-13T09:22:29.033Z] /usr/home/jenkins/workspace/Plasma/discover/kf5-qt5 FreeBSDQt5.15/discover/PaginateModel.cpp:282:14: warning: misleading indentation; statement is not part of the previous 'if' [-Wmisleading-indentation]
[2021-05-13T09:22:29.033Z] emit headerDataChanged(orientation, 0, 0);
[2021-05-13T09:22:29.033Z] ^
[2021-05-13T09:22:29.033Z] /usr/home/jenkins/workspace/Plasma/discover/kf5-qt5 FreeBSDQt5.15/discover/PaginateModel.cpp:281:5: note: previous statement is here
[2021-05-13T09:22:29.033Z] if (first == 0)
[2021-05-13T09:22:29.033Z] ^
[2021-05-13T09:22:29.033Z] Scanning dependencies of target DummyNotifier_autogen
[2021-05-13T09:22:29.033Z] [ 18%] Automatic MOC for target DummyNotifier
[2021-05-13T09:22:29.033Z] [ 19%] Building CXX object libdiscover/CMakeFiles/DiscoverCommon.dir/Category/CategoriesReader.cpp.o
[2021-05-13T09:22:29.033Z] 6 warnings and 10 errors generated.
[2021-05-13T09:22:29.033Z] gmake[2]: *** [discover/autotests/CMakeFiles/PaginateModelTest.dir/build.make:108: discover/autotests/CMakeFiles/PaginateModelTest.dir/__/PaginateModel.cpp.o] Error 1
[2021-05-13T09:22:29.033Z] gmake[2]: *** Waiting for unfinished jobs....
[2021-05-13T09:22:29.033Z] [ 20%] Building CXX object kcm/CMakeFiles/kcm_updates.dir/discoversettings.cpp.o
[2021-05-13T09:22:29.602Z] [ 20%] Building CXX object libdiscover/CMakeFiles/DiscoverCommon.dir/ReviewsBackend/AbstractReviewsBackend.cpp.o
[2021-05-13T09:22:29.602Z] Scanning dependencies of target DiscoverNotifier_autogen
[2021-05-13T09:22:29.602Z] [ 21%] Automatic MOC for target DiscoverNotifier
[2021-05-13T09:22:29.602Z] [ 21%] Built target DummyNotifier_autogen
[2021-05-13T09:22:29.602Z] [ 22%] Building CXX object libdiscover/CMakeFiles/DiscoverCommon.dir/ReviewsBackend/Rating.cpp.o
[2021-05-13T09:22:29.602Z] [ 23%] Building CXX object libdiscover/CMakeFiles/DiscoverCommon.dir/ReviewsBackend/Review.cpp.o
[2021-05-13T09:22:29.602Z] /usr/home/jenkins/workspace/Plasma/discover/kf5-qt5 FreeBSDQt5.15/libdiscover/Category/CategoryModel.cpp:40:16: error: expected _expression_
[2021-05-13T09:22:29.602Z] Q_FOREACH (const auto backend, backends) {
[2021-05-13T09:22:29.602Z] ^
[2021-05-13T09:22:29.602Z] /usr/home/jenkins/workspace/Plasma/discover/kf5-qt5 FreeBSDQt5.15/libdiscover/Category/CategoryModel.cpp:80:20: error: 'Category' does not refer to a value
[2021-05-13T09:22:29.602Z] Q_FOREACH (Category *c, subs) {
[2021-05-13T09:22:29.602Z] ^
[2021-05-13T09:22:29.602Z] /usr/home/jenkins/workspace/Plasma/discover/kf5-qt5 FreeBSDQt5.15/libdiscover/resources/AbstractResourcesBackend.h:20:7: note: declared here
[2021-05-13T09:22:29.602Z] class Category;
[2021-05-13T09:22:29.602Z] ^
[2021-05-13T09:22:29.602Z] /usr/home/jenkins/workspace/Plasma/discover/kf5-qt5 FreeBSDQt5.15/libdiscover/Category/CategoryModel.cpp:80:30: error: use of undeclared identifier 'c'
[2021-05-13T09:22:29.602Z] Q_FOREACH (Category *c, subs) {
[2021-05-13T09:22:29.602Z] ^
[2021-05-13T09:22:29.602Z] /usr/home/jenkins/workspace/Plasma/discover/kf5-qt5 FreeBSDQt5.15/libdiscover/Category/Category.cpp:200:24: error: 'Category' does not refer to a value
[2021-05-13T09:22:29.602Z] Q_FOREACH (Category *nc, newcat->subCategories()) {
[2021-05-13T09:22:29.602Z] ^
[2021-05-13T09:22:29.602Z] /usr/home/jenkins/workspace/Plasma/discover/kf5-qt5 FreeBSDQt5.15/libdiscover/Category/Category.h:29:29: note: declared here
[2021-05-13T09:22:29.602Z] class DISCOVERCOMMON_EXPORT Category : public QObject
[2021-05-13T09:22:29.602Z] ^
[2021-05-13T09:22:29.602Z] /usr/home/jenkins/workspace/Plasma/discover/kf5-qt5 FreeBSDQt5.15/libdiscover/Category/Category.cpp:200:34: error: use of undeclared identifier 'nc'
[2021-05-13T09:22:29.602Z] Q_FOREACH (Category *nc, newcat->subCategories()) {
[2021-05-13T09:22:29.602Z] ^
[2021-05-13T09:22:29.862Z] 3 errors generated.
[2021-05-13T09:22:29.862Z] gmake[2]: *** [libdiscover/CMakeFiles/DiscoverCommon.dir/build.make:108: libdiscover/CMakeFiles/DiscoverCommon.dir/Category/CategoryModel.cpp.o] Error 1
[2021-05-13T09:22:29.862Z] gmake[2]: *** Waiting for unfinished jobs....
[2021-05-13T09:22:29.862Z] Scanning dependencies of target DummyNotifier
[2021-05-13T09:22:29.862Z] [ 23%] Building CXX object libdiscover/backends/DummyBackend/CMakeFiles/DummyNotifier.dir/DummyNotifier_autogen/mocs_compilation.cpp.o
[2021-05-13T09:22:29.862Z] 2 errors generated.
[2021-05-13T09:22:29.862Z] gmake[2]: *** [libdiscover/CMakeFiles/DiscoverCommon.dir/build.make:95: libdiscover/CMakeFiles/DiscoverCommon.dir/Category/Category.cpp.o] Error 1
[2021-05-13T09:22:29.862Z] [ 24%] Building CXX object libdiscover/backends/DummyBackend/CMakeFiles/DummyNotifier.dir/DummyNotifier.cpp.o
[2021-05-13T09:22:30.127Z] gmake[1]: *** [CMakeFiles/Makefile2:1053: discover/autotests/CMakeFiles/PaginateModelTest.dir/all] Error 2
[2021-05-13T09:22:30.127Z] gmake[1]: *** Waiting for unfinished jobs....
[2021-05-13T09:22:30.127Z] [ 24%] Built target DiscoverNotifier_autogen
[2021-05-13T09:22:31.066Z] [ 25%] Linking CXX shared module ../bin/kcm_updates.so
[2021-05-13T09:22:31.066Z] /usr/home/jenkins/workspace/Plasma/discover/kf5-qt5 FreeBSDQt5.15/libdiscover/backends/DummyBackend/DummyNotifier.cpp:21:5: error: use of undeclared identifier 'emit'; did you mean 'exit'?
[2021-05-13T09:22:31.066Z] emit foundUpdates();
[2021-05-13T09:22:31.066Z] ^~~~
[2021-05-13T09:22:31.066Z] exit
[2021-05-13T09:22:31.066Z] /usr/include/stdlib.h:97:17: note: 'exit' declared here
[2021-05-13T09:22:31.066Z] _Noreturn void exit(int);
[2021-05-13T09:22:31.066Z] ^
[2021-05-13T09:22:31.066Z] /usr/home/jenkins/workspace/Plasma/discover/kf5-qt5 FreeBSDQt5.15/libdiscover/backends/DummyBackend/DummyNotifier.cpp:21:9: error: expected ';' after _expression_
[2021-05-13T09:22:31.066Z] emit foundUpdates();
[2021-05-13T09:22:31.066Z] ^
[2021-05-13T09:22:31.066Z] ;
[2021-05-13T09:22:31.066Z] /usr/home/jenkins/workspace/Plasma/discover/kf5-qt5 FreeBSDQt5.15/libdiscover/backends/DummyBackend/DummyNotifier.cpp:21:5: warning: _expression_ result unused [-Wunused-value]
[2021-05-13T09:22:31.066Z] emit foundUpdates();
[2021-05-13T09:22:31.066Z] ^~~~
[2021-05-13T09:22:31.066Z] gmake[1]: *** [CMakeFiles/Makefile2:505: libdiscover/CMakeFiles/DiscoverCommon.dir/all] Error 2
[2021-05-13T09:22:31.066Z] [ 25%] Built target kcm_updates
[2021-05-13T09:22:31.066Z] 1 warning and 2 errors generated.
[2021-05-13T09:22:31.066Z] gmake[2]: *** [libdiscover/backends/DummyBackend/CMakeFiles/DummyNotifier.dir/build.make:95: libdiscover/backends/DummyBackend/CMakeFiles/DummyNotifier.dir/DummyNotifier.cpp.o] Error 1
[2021-05-13T09:22:31.066Z] gmake[2]: *** Waiting for unfinished jobs....
[2021-05-13T09:22:31.066Z] gmake[1]: *** [CMakeFiles/Makefile2:698: libdiscover/backends/DummyBackend/CMakeFiles/DummyNotifier.dir/all] Error 2
[2021-05-13T09:22:31.066Z] gmake: *** [Makefile:160: all] Error 2
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[2021-05-13T09:22:31.204Z] ERROR: script returned exit code 1
[Pipeline] // catchError
[Pipeline] emailextrecipients
[Pipeline] emailext


Reply via email to