CONSOLE OUTPUT
|
[...truncated 557 lines...] |
[2021-05-13T11:50:22.290Z] 38 | return Globals::dirPath() % s_dirName; |
[2021-05-13T11:50:22.290Z] | ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~ |
[2021-05-13T11:50:22.290Z] | | | |
[2021-05-13T11:50:22.290Z] | | QString |
[2021-05-13T11:50:22.290Z] | QString |
[2021-05-13T11:50:22.290Z] /home/jenkins/workspace/Plasma/kscreen/kf5-qt5 SUSEQt5.15/kded/output.cpp: In static member function ���static QString Output::globalFileName(const QString&)���: |
[2021-05-13T11:50:22.290Z] /home/jenkins/workspace/Plasma/kscreen/kf5-qt5 SUSEQt5.15/kded/output.cpp:47:16: error: no match for ���operator%��� (operand types are ���const QString��� and ���const QString���) |
[2021-05-13T11:50:22.290Z] 47 | return dir % hash; |
[2021-05-13T11:50:22.290Z] | ~~~ ^ ~~~~ |
[2021-05-13T11:50:22.290Z] | | | |
[2021-05-13T11:50:22.290Z] | | const QString |
[2021-05-13T11:50:22.290Z] | const QString |
[2021-05-13T11:50:22.290Z] /home/jenkins/workspace/Plasma/kscreen/kf5-qt5 SUSEQt5.15/kded/output.cpp: In static member function ���static QVariantMap Output::getGlobalData(KScreen::OutputPtr)���: |
[2021-05-13T11:50:22.290Z] /home/jenkins/workspace/Plasma/kscreen/kf5-qt5 SUSEQt5.15/kded/output.cpp:116:52: error: no match for ���operator%��� (operand types are ���QString��� and ���QString���) |
[2021-05-13T11:50:22.290Z] 116 | QString fileName = Globals::findFile(s_dirName % output->hashMd5()); |
[2021-05-13T11:50:22.290Z] | ~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~ |
[2021-05-13T11:50:22.290Z] | | | |
[2021-05-13T11:50:22.290Z] | QString QString |
[2021-05-13T11:50:22.290Z] /home/jenkins/workspace/Plasma/kscreen/kf5-qt5 SUSEQt5.15/kded/output.cpp:118:61: error: no match for ���operator%��� (operand types are ���QString��� and ���QString���) |
[2021-05-13T11:50:22.290Z] 118 | qCDebug(KSCREEN_KDED) << "No file for" << s_dirName % output->hashMd5(); |
[2021-05-13T11:50:22.290Z] | ~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~ |
[2021-05-13T11:50:22.290Z] | | | |
[2021-05-13T11:50:22.290Z] | QString QString |
[2021-05-13T11:50:22.871Z] [ 47%] Building CXX object kcm/CMakeFiles/kcm_kscreen.dir/kcm.cpp.o |
[2021-05-13T11:50:23.370Z] make[2]: *** [kded/CMakeFiles/kscreen.dir/build.make:140: kded/CMakeFiles/kscreen.dir/output.cpp.o] Error 1 |
[2021-05-13T11:50:23.370Z] [ 48%] Building CXX object kcm/CMakeFiles/kcm_kscreen.dir/output_identifier.cpp.o |
[2021-05-13T11:50:23.635Z] [ 48%] Built target osdtest |
[2021-05-13T11:50:23.635Z] [ 50%] Building CXX object kcm/CMakeFiles/kcm_kscreen.dir/output_model.cpp.o |
[2021-05-13T11:50:24.571Z] [ 51%] Building CXX object kcm/CMakeFiles/kcm_kscreen.dir/__/common/utils.cpp.o |
[2021-05-13T11:50:24.835Z] [ 52%] Building CXX object kcm/CMakeFiles/kcm_kscreen.dir/__/common/control.cpp.o |
[2021-05-13T11:50:25.787Z] [ 53%] Linking CXX shared module ../bin/plasma_applet_kscreen.so |
[2021-05-13T11:50:26.043Z] [ 54%] Building CXX object kcm/CMakeFiles/kcm_kscreen.dir/__/common/globals.cpp.o |
[2021-05-13T11:50:26.613Z] [ 55%] Building CXX object kcm/CMakeFiles/kcm_kscreen.dir/__/common/orientation_sensor.cpp.o |
[2021-05-13T11:50:27.196Z] [ 56%] Building CXX object kcm/CMakeFiles/kcm_kscreen.dir/kcm_screen_debug.cpp.o |
[2021-05-13T11:50:27.783Z] [ 56%] Built target plasma_applet_kscreen |
[2021-05-13T11:50:28.367Z] /home/jenkins/workspace/Plasma/kscreen/kf5-qt5 SUSEQt5.15/kcm/kcm.cpp: In constructor ���KCMKScreen::KCMKScreen(QObject*, const QVariantList&)���: |
[2021-05-13T11:50:28.367Z] /home/jenkins/workspace/Plasma/kscreen/kf5-qt5 SUSEQt5.15/kcm/kcm.cpp:47:34: warning: ���int qmlRegisterType() [with T = OutputModel]��� is deprecated: Use qmlRegisterAnonymousType instead [-Wdeprecated-declarations] |
[2021-05-13T11:50:28.367Z] 47 | qmlRegisterType<OutputModel>(); |
[2021-05-13T11:50:28.367Z] | ^ |
[2021-05-13T11:50:28.367Z] In file included from /usr/include/qt5/QtQml/QtQml:9, |
[2021-05-13T11:50:28.367Z] from /home/jenkins/install-prefix/include/KF5/KDeclarative/kquickaddons/configmodule.h:20, |
[2021-05-13T11:50:28.367Z] from /home/jenkins/install-prefix/include/KF5/KDeclarative/KQuickAddons/ConfigModule:1, |
[2021-05-13T11:50:28.367Z] from /home/jenkins/workspace/Plasma/kscreen/kf5-qt5 SUSEQt5.15/kcm/kcm.h:19, |
[2021-05-13T11:50:28.367Z] from /home/jenkins/workspace/Plasma/kscreen/kf5-qt5 SUSEQt5.15/kcm/kcm.cpp:17: |
[2021-05-13T11:50:28.367Z] /usr/include/qt5/QtQml/qqml.h:183:74: note: declared here |
[2021-05-13T11:50:28.367Z] 183 | QT_DEPRECATED_VERSION_X_5_14("Use qmlRegisterAnonymousType instead") int qmlRegisterType() |
[2021-05-13T11:50:28.367Z] | ^~~~~~~~~~~~~~~ |
[2021-05-13T11:50:28.634Z] /home/jenkins/workspace/Plasma/kscreen/kf5-qt5 SUSEQt5.15/common/globals.cpp: In function ���QString Globals::dirPath()���: |
[2021-05-13T11:50:28.634Z] /home/jenkins/workspace/Plasma/kscreen/kf5-qt5 SUSEQt5.15/common/globals.cpp:27:82: error: no match for ���operator%��� (operand types are ���QString��� and ���QString���) |
[2021-05-13T11:50:28.634Z] 27 | return QStandardPaths::writableLocation(QStandardPaths::GenericDataLocation) % QStringLiteral("/kscreen/"); |
[2021-05-13T11:50:28.634Z] | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ |
[2021-05-13T11:50:28.634Z] | | |
[2021-05-13T11:50:28.634Z] | QString |
[2021-05-13T11:50:28.634Z] /home/jenkins/workspace/Plasma/kscreen/kf5-qt5 SUSEQt5.15/common/globals.cpp: In function ���QString Globals::findFile(const QString&)���: |
[2021-05-13T11:50:28.634Z] /home/jenkins/workspace/Plasma/kscreen/kf5-qt5 SUSEQt5.15/common/globals.cpp:32:99: error: no match for ���operator%��� (operand types are ���QString��� and ���const QString���) |
[2021-05-13T11:50:28.634Z] 32 | return QStandardPaths::locate(QStandardPaths::GenericDataLocation, QStringLiteral("kscreen/") % filePath); |
[2021-05-13T11:50:28.634Z] | ^ ~~~~~~~~ |
[2021-05-13T11:50:28.634Z] | | |
[2021-05-13T11:50:28.634Z] | const QString |
[2021-05-13T11:50:28.634Z] /home/jenkins/workspace/Plasma/kscreen/kf5-qt5 SUSEQt5.15/common/control.cpp: In member function ���virtual QString Control::dirPath() const���: |
[2021-05-13T11:50:28.634Z] /home/jenkins/workspace/Plasma/kscreen/kf5-qt5 SUSEQt5.15/common/control.cpp:81:31: error: no match for ���operator%��� (operand types are ���QString��� and ���QString���) |
[2021-05-13T11:50:28.634Z] 81 | return Globals::dirPath() % s_dirName; |
[2021-05-13T11:50:28.634Z] | ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~ |
[2021-05-13T11:50:28.634Z] | | | |
[2021-05-13T11:50:28.634Z] | | QString |
[2021-05-13T11:50:28.634Z] | QString |
[2021-05-13T11:50:28.634Z] /home/jenkins/workspace/Plasma/kscreen/kf5-qt5 SUSEQt5.15/common/control.cpp: In member function ���QString Control::filePathFromHash(const QString&) const���: |
[2021-05-13T11:50:28.634Z] /home/jenkins/workspace/Plasma/kscreen/kf5-qt5 SUSEQt5.15/common/control.cpp:97:22: error: no match for ���operator%��� (operand types are ���QString��� and ���const QString���) |
[2021-05-13T11:50:28.634Z] 97 | return dirPath() % hash; |
[2021-05-13T11:50:28.634Z] | ~~~~~~~~~ ^ ~~~~ |
[2021-05-13T11:50:28.634Z] | | | |
[2021-05-13T11:50:28.634Z] | | const QString |
[2021-05-13T11:50:28.634Z] | QString |
[2021-05-13T11:50:28.634Z] /home/jenkins/workspace/Plasma/kscreen/kf5-qt5 SUSEQt5.15/common/control.cpp: In member function ���virtual QString ControlConfig::dirPath() const���: |
[2021-05-13T11:50:28.634Z] /home/jenkins/workspace/Plasma/kscreen/kf5-qt5 SUSEQt5.15/common/control.cpp:171:31: error: no match for ���operator%��� (operand types are ���QString��� and ���QString���) |
[2021-05-13T11:50:28.634Z] 171 | return Control::dirPath() % QStringLiteral("configs/"); |
[2021-05-13T11:50:28.634Z] | ~~~~~~~~~~~~~~~~~~ ^ |
[2021-05-13T11:50:28.634Z] | | |
[2021-05-13T11:50:28.634Z] | QString |
[2021-05-13T11:50:28.634Z] /home/jenkins/workspace/Plasma/kscreen/kf5-qt5 SUSEQt5.15/common/control.cpp: In member function ���virtual QString ControlOutput::dirPath() const���: |
[2021-05-13T11:50:28.634Z] /home/jenkins/workspace/Plasma/kscreen/kf5-qt5 SUSEQt5.15/common/control.cpp:717:31: error: no match for ���operator%��� (operand types are ���QString��� and ���QString���) |
[2021-05-13T11:50:28.634Z] 717 | return Control::dirPath() % QStringLiteral("outputs/"); |
[2021-05-13T11:50:28.634Z] | ~~~~~~~~~~~~~~~~~~ ^ |
[2021-05-13T11:50:28.634Z] | | |
[2021-05-13T11:50:28.634Z] | QString |
[2021-05-13T11:50:28.907Z] make[2]: *** [kcm/CMakeFiles/kcm_kscreen.dir/build.make:174: kcm/CMakeFiles/kcm_kscreen.dir/__/common/globals.cpp.o] Error 1 |
[2021-05-13T11:50:28.907Z] make[2]: *** Waiting for unfinished jobs.... |
[2021-05-13T11:50:29.169Z] make[1]: *** [CMakeFiles/Makefile2:375: kded/CMakeFiles/kscreen.dir/all] Error 2 |
[2021-05-13T11:50:29.169Z] make[1]: *** Waiting for unfinished jobs.... |
[2021-05-13T11:50:29.169Z] make[2]: *** [kcm/CMakeFiles/kcm_kscreen.dir/build.make:160: kcm/CMakeFiles/kcm_kscreen.dir/__/common/control.cpp.o] Error 1 |
[2021-05-13T11:50:31.110Z] make[1]: *** [CMakeFiles/Makefile2:323: kcm/CMakeFiles/kcm_kscreen.dir/all] Error 2 |
[2021-05-13T11:50:31.110Z] make: *** [Makefile:146: all] Error 2 |
[Pipeline] } |
[Pipeline] // stage |
[Pipeline] } |
[2021-05-13T11:50:31.169Z] ERROR: script returned exit code 1 |
[Pipeline] // catchError |
[Pipeline] emailextrecipients |
[Pipeline] emailext |