BUILD FAILURE
Build URL https://build.kde.org/job/Plasma/job/systemsettings/job/kf5-qt5%20FreeBSDQt5.15/268/
Project: kf5-qt5 FreeBSDQt5.15
Date of build: Mon, 20 Sep 2021 13:44:54 +0000
Build duration: 41 sec and counting


CONSOLE OUTPUT
[...truncated 337 lines...]
[2021-09-20T13:45:32.840Z] -- Configuring done
[2021-09-20T13:45:32.840Z] -- Generating done
[2021-09-20T13:45:32.840Z] -- Build files have been written to: /usr/home/jenkins/workspace/Plasma/systemsettings/kf5-qt5 FreeBSDQt5.15/build
[Pipeline] }
[Pipeline] // stage
[Pipeline] stage
[Pipeline] { (Compiling)
[Pipeline] sh
[2021-09-20T13:45:33.170Z] + python3 -u ci-tooling/helpers/compile-build.py --product Plasma --project systemsettings --branchGroup kf5-qt5 --platform FreeBSDQt5.15 --usingInstall /home/jenkins/install-prefix/
[2021-09-20T13:45:33.170Z] [ 7%] Automatic MOC for target krunner_systemsettings
[2021-09-20T13:45:33.170Z] [ 7%] Generating index.cache.bz2
[2021-09-20T13:45:33.170Z] [ 7%] Automatic MOC for target systemsettingsview
[2021-09-20T13:45:33.750Z] [ 7%] Built target doc-index-cache-bz2
[2021-09-20T13:45:34.011Z] [ 7%] Built target krunner_systemsettings_autogen
[2021-09-20T13:45:34.011Z] [ 7%] Built target systemsettingsview_autogen
[2021-09-20T13:45:34.011Z] [ 10%] Generating ui_externalModule.h
[2021-09-20T13:45:34.011Z] [ 13%] Building CXX object runner/CMakeFiles/krunner_systemsettings.dir/systemsettingsrunner.cpp.o
[2021-09-20T13:45:34.011Z] [ 15%] Building CXX object runner/CMakeFiles/krunner_systemsettings.dir/krunner_systemsettings_autogen/mocs_compilation.cpp.o
[2021-09-20T13:45:34.011Z] [ 18%] Building CXX object core/CMakeFiles/systemsettingsview.dir/MenuProxyModel.cpp.o
[2021-09-20T13:45:34.011Z] [ 26%] Building CXX object core/CMakeFiles/systemsettingsview.dir/MenuItem.cpp.o
[2021-09-20T13:45:34.011Z] [ 26%] Building CXX object core/CMakeFiles/systemsettingsview.dir/systemsettingsview_autogen/mocs_compilation.cpp.o
[2021-09-20T13:45:34.011Z] [ 26%] Building CXX object core/CMakeFiles/systemsettingsview.dir/MenuModel.cpp.o
[2021-09-20T13:45:34.011Z] [ 28%] Building CXX object core/CMakeFiles/systemsettingsview.dir/ModuleView.cpp.o
[2021-09-20T13:45:34.011Z] [ 34%] Building CXX object core/CMakeFiles/systemsettingsview.dir/BaseData.cpp.o
[2021-09-20T13:45:34.011Z] [ 34%] Building CXX object core/CMakeFiles/systemsettingsview.dir/BaseMode.cpp.o
[2021-09-20T13:45:34.011Z] [ 36%] Building CXX object core/CMakeFiles/systemsettingsview.dir/ExternalAppModule.cpp.o
[2021-09-20T13:45:35.961Z] /usr/home/jenkins/workspace/Plasma/systemsettings/kf5-qt5 FreeBSDQt5.15/core/ModuleView.cpp:212:19: error: cannot initialize a parameter of type 'MenuItem *' with an rvalue of type 'KCModuleInfo *'
[2021-09-20T13:45:35.961Z] addModule(&item->item(), args);
[2021-09-20T13:45:35.961Z] ^~~~~~~~~~~~~
[2021-09-20T13:45:35.961Z] /usr/home/jenkins/workspace/Plasma/systemsettings/kf5-qt5 FreeBSDQt5.15/core/ModuleView.h:168:30: note: passing argument to parameter 'menuItem' here
[2021-09-20T13:45:35.961Z] void addModule(MenuItem *menuItem, const QStringList &args);
[2021-09-20T13:45:35.961Z] ^
[2021-09-20T13:45:35.961Z] /usr/home/jenkins/workspace/Plasma/systemsettings/kf5-qt5 FreeBSDQt5.15/core/ModuleView.cpp:217:19: error: cannot initialize a parameter of type 'MenuItem *' with an rvalue of type 'KCModuleInfo *'
[2021-09-20T13:45:35.961Z] addModule(&subpageItem->item(), args);
[2021-09-20T13:45:35.961Z] ^~~~~~~~~~~~~~~~~~~~
[2021-09-20T13:45:35.961Z] /usr/home/jenkins/workspace/Plasma/systemsettings/kf5-qt5 FreeBSDQt5.15/core/ModuleView.h:168:30: note: passing argument to parameter 'menuItem' here
[2021-09-20T13:45:35.961Z] void addModule(MenuItem *menuItem, const QStringList &args);
[2021-09-20T13:45:35.961Z] ^
[2021-09-20T13:45:35.961Z] /usr/home/jenkins/workspace/Plasma/systemsettings/kf5-qt5 FreeBSDQt5.15/core/ModuleView.cpp:315:41: warning: 'changed' is deprecated: Since 5.87. use isChanged instead [-Wdeprecated-declarations]
[2021-09-20T13:45:35.961Z] if (!currentProxy || !currentProxy->changed()) {
[2021-09-20T13:45:35.961Z] ^
[2021-09-20T13:45:35.961Z] /usr/home/jenkins/install-prefix/include/KF5/KCMUtils/kcmoduleproxy.h:144:5: note: 'changed' has been explicitly marked deprecated here
[2021-09-20T13:45:35.961Z] KCMUTILS_DEPRECATED_VERSION(5, 87, "use isChanged instead")
[2021-09-20T13:45:35.961Z] ^
[2021-09-20T13:45:35.961Z] /usr/home/jenkins/install-prefix/include/KF5/KCMUtils/kcmutils_export.h:261:57: note: expanded from macro 'KCMUTILS_DEPRECATED_VERSION'
[2021-09-20T13:45:35.961Z] #define KCMUTILS_DEPRECATED_VERSION(major, minor, text) KCMUTILS_DEPRECATED_VERSION_##major(minor, "Since "#major"."#minor". " text)
[2021-09-20T13:45:35.961Z] ^
[2021-09-20T13:45:35.961Z] <scratch space>:86:1: note: expanded from here
[2021-09-20T13:45:35.961Z] KCMUTILS_DEPRECATED_VERSION_5
[2021-09-20T13:45:35.961Z] ^
[2021-09-20T13:45:35.961Z] /usr/home/jenkins/install-prefix/include/KF5/KCMUtils/kcmutils_export.h:260:57: note: expanded from macro 'KCMUTILS_DEPRECATED_VERSION_5'
[2021-09-20T13:45:35.961Z] #define KCMUTILS_DEPRECATED_VERSION_5(minor, text) KCMUTILS_DEPRECATED_VERSION_5_##minor(text)
[2021-09-20T13:45:35.961Z] ^
[2021-09-20T13:45:35.961Z] <scratch space>:87:1: note: expanded from here
[2021-09-20T13:45:35.961Z] KCMUTILS_DEPRECATED_VERSION_5_87
[2021-09-20T13:45:35.961Z] ^
[2021-09-20T13:45:35.961Z] /usr/home/jenkins/install-prefix/include/KF5/KCMUtils/kcmutils_export.h:256:50: note: expanded from macro 'KCMUTILS_DEPRECATED_VERSION_5_87'
[2021-09-20T13:45:35.961Z] # define KCMUTILS_DEPRECATED_VERSION_5_87(text) KCMUTILS_DECL_DEPRECATED_TEXT(text)
[2021-09-20T13:45:35.961Z] ^
[2021-09-20T13:45:35.961Z] /usr/home/jenkins/install-prefix/include/KF5/KCMUtils/kcmutils_export.h:160:61: note: expanded from macro 'KCMUTILS_DECL_DEPRECATED_TEXT'
[2021-09-20T13:45:35.961Z] #define KCMUTILS_DECL_DEPRECATED_TEXT(text) __attribute__ ((__deprecated__(text)))
[2021-09-20T13:45:35.961Z] ^
[2021-09-20T13:45:35.961Z] /usr/home/jenkins/workspace/Plasma/systemsettings/kf5-qt5 FreeBSDQt5.15/core/ModuleView.cpp:482:32: warning: 'changed' is deprecated: Since 5.87. use isChanged instead [-Wdeprecated-declarations]
[2021-09-20T13:45:35.961Z] change = activeModule->changed();
[2021-09-20T13:45:35.961Z] ^
[2021-09-20T13:45:35.961Z] /usr/home/jenkins/install-prefix/include/KF5/KCMUtils/kcmoduleproxy.h:144:5: note: 'changed' has been explicitly marked deprecated here
[2021-09-20T13:45:35.961Z] KCMUTILS_DEPRECATED_VERSION(5, 87, "use isChanged instead")
[2021-09-20T13:45:35.961Z] ^
[2021-09-20T13:45:35.961Z] /usr/home/jenkins/install-prefix/include/KF5/KCMUtils/kcmutils_export.h:261:57: note: expanded from macro 'KCMUTILS_DEPRECATED_VERSION'
[2021-09-20T13:45:35.961Z] #define KCMUTILS_DEPRECATED_VERSION(major, minor, text) KCMUTILS_DEPRECATED_VERSION_##major(minor, "Since "#major"."#minor". " text)
[2021-09-20T13:45:35.961Z] ^
[2021-09-20T13:45:35.961Z] <scratch space>:86:1: note: expanded from here
[2021-09-20T13:45:35.961Z] KCMUTILS_DEPRECATED_VERSION_5
[2021-09-20T13:45:35.961Z] ^
[2021-09-20T13:45:35.961Z] /usr/home/jenkins/install-prefix/include/KF5/KCMUtils/kcmutils_export.h:260:57: note: expanded from macro 'KCMUTILS_DEPRECATED_VERSION_5'
[2021-09-20T13:45:35.961Z] #define KCMUTILS_DEPRECATED_VERSION_5(minor, text) KCMUTILS_DEPRECATED_VERSION_5_##minor(text)
[2021-09-20T13:45:35.961Z] ^
[2021-09-20T13:45:35.961Z] <scratch space>:87:1: note: expanded from here
[2021-09-20T13:45:35.961Z] KCMUTILS_DEPRECATED_VERSION_5_87
[2021-09-20T13:45:35.961Z] ^
[2021-09-20T13:45:35.961Z] /usr/home/jenkins/install-prefix/include/KF5/KCMUtils/kcmutils_export.h:256:50: note: expanded from macro 'KCMUTILS_DEPRECATED_VERSION_5_87'
[2021-09-20T13:45:35.961Z] # define KCMUTILS_DEPRECATED_VERSION_5_87(text) KCMUTILS_DECL_DEPRECATED_TEXT(text)
[2021-09-20T13:45:35.961Z] ^
[2021-09-20T13:45:35.961Z] /usr/home/jenkins/install-prefix/include/KF5/KCMUtils/kcmutils_export.h:160:61: note: expanded from macro 'KCMUTILS_DECL_DEPRECATED_TEXT'
[2021-09-20T13:45:35.961Z] #define KCMUTILS_DECL_DEPRECATED_TEXT(text) __attribute__ ((__deprecated__(text)))
[2021-09-20T13:45:35.961Z] ^
[2021-09-20T13:45:35.961Z] [ 39%] Linking CXX shared module ../bin/kf5/krunner/krunner_systemsettings.so
[2021-09-20T13:45:35.961Z] 2 warnings and 2 errors generated.
[2021-09-20T13:45:35.961Z] [ 39%] Built target krunner_systemsettings
[2021-09-20T13:45:35.961Z] gmake[2]: *** [core/CMakeFiles/systemsettingsview.dir/build.make:136: core/CMakeFiles/systemsettingsview.dir/ModuleView.cpp.o] Error 1
[2021-09-20T13:45:35.961Z] gmake[1]: *** [CMakeFiles/Makefile2:292: core/CMakeFiles/systemsettingsview.dir/all] Error 2
[2021-09-20T13:45:35.961Z] gmake: *** [Makefile:146: all] Error 2
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[2021-09-20T13:45:35.985Z] ERROR: script returned exit code 1
[Pipeline] // catchError
[Pipeline] emailextrecipients
[Pipeline] emailext


Reply via email to