CONSOLE OUTPUT
|
[...truncated 511 lines...] |
[2021-05-13T11:52:40.241Z] /usr/home/jenkins/workspace/Plasma/kscreen/kf5-qt5 FreeBSDQt5.15/kded/config.cpp:37:31: error: invalid operands to binary _expression_ ('QString' and 'QString') |
[2021-05-13T11:52:40.241Z] return Globals::dirPath() % s_configsDirName; |
[2021-05-13T11:52:40.241Z] ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~ |
[2021-05-13T11:52:40.241Z] /usr/home/jenkins/workspace/Plasma/kscreen/kf5-qt5 FreeBSDQt5.15/kded/config.cpp:52:29: error: invalid operands to binary _expression_ ('QString' and 'QString') |
[2021-05-13T11:52:40.241Z] return configsDirPath() % id(); |
[2021-05-13T11:52:40.241Z] ~~~~~~~~~~~~~~~~ ^ ~~~~ |
[2021-05-13T11:52:40.241Z] /usr/home/jenkins/workspace/Plasma/kscreen/kf5-qt5 FreeBSDQt5.15/kded/config.cpp:122:44: error: invalid operands to binary _expression_ ('QString' and 'QString') |
[2021-05-13T11:52:40.241Z] return (QFile::exists(configsDirPath() % id()) || QFile::exists(configsDirPath() % s_fixedConfigFileName)); |
[2021-05-13T11:52:40.241Z] ~~~~~~~~~~~~~~~~ ^ ~~~~ |
[2021-05-13T11:52:40.241Z] /usr/home/jenkins/workspace/Plasma/kscreen/kf5-qt5 FreeBSDQt5.15/kded/config.cpp:122:86: error: invalid operands to binary _expression_ ('QString' and 'QString') |
[2021-05-13T11:52:40.241Z] return (QFile::exists(configsDirPath() % id()) || QFile::exists(configsDirPath() % s_fixedConfigFileName)); |
[2021-05-13T11:52:40.241Z] ~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~ |
[2021-05-13T11:52:40.241Z] /usr/home/jenkins/workspace/Plasma/kscreen/kf5-qt5 FreeBSDQt5.15/kded/config.cpp:129:52: error: invalid operands to binary _expression_ ('QString' and 'QString') |
[2021-05-13T11:52:40.241Z] const QString lidOpenedFilePath(filePath() % QStringLiteral("_lidOpened")); |
[2021-05-13T11:52:40.241Z] ~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
[2021-05-13T11:52:40.241Z] /usr/home/jenkins/workspace/Plasma/kscreen/kf5-qt5 FreeBSDQt5.15/kded/config.cpp:145:38: error: invalid operands to binary _expression_ ('QString' and 'QString') |
[2021-05-13T11:52:40.241Z] const QString openLidFile = id() % QStringLiteral("_lidOpened"); |
[2021-05-13T11:52:40.241Z] ~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
[2021-05-13T11:52:40.241Z] /usr/home/jenkins/workspace/Plasma/kscreen/kf5-qt5 FreeBSDQt5.15/kded/config.cpp:147:36: error: invalid operands to binary _expression_ ('QString' and 'const QString') |
[2021-05-13T11:52:40.241Z] QFile::remove(configsDirPath() % openLidFile); |
[2021-05-13T11:52:40.241Z] ~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~ |
[2021-05-13T11:52:40.241Z] /usr/home/jenkins/workspace/Plasma/kscreen/kf5-qt5 FreeBSDQt5.15/kded/config.cpp:160:40: error: invalid operands to binary _expression_ ('QString' and 'QString') |
[2021-05-13T11:52:40.241Z] if (QFile::exists(configsDirPath() % s_fixedConfigFileName)) { |
[2021-05-13T11:52:40.241Z] ~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~ |
[2021-05-13T11:52:40.241Z] /usr/home/jenkins/workspace/Plasma/kscreen/kf5-qt5 FreeBSDQt5.15/kded/config.cpp:161:43: error: invalid operands to binary _expression_ ('QString' and 'QString') |
[2021-05-13T11:52:40.241Z] file.setFileName(configsDirPath() % s_fixedConfigFileName); |
[2021-05-13T11:52:40.241Z] ~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~ |
[2021-05-13T11:52:40.241Z] /usr/home/jenkins/workspace/Plasma/kscreen/kf5-qt5 FreeBSDQt5.15/kded/config.cpp:164:43: error: invalid operands to binary _expression_ ('QString' and 'const QString') |
[2021-05-13T11:52:40.241Z] file.setFileName(configsDirPath() % fileName); |
[2021-05-13T11:52:40.241Z] ~~~~~~~~~~~~~~~~ ^ ~~~~~~~~ |
[2021-05-13T11:52:40.241Z] /usr/home/jenkins/workspace/Plasma/kscreen/kf5-qt5 FreeBSDQt5.15/kded/config.cpp:219:33: error: invalid operands to binary _expression_ ('QString' and 'QString') |
[2021-05-13T11:52:40.241Z] return writeFile(filePath() % QStringLiteral("_lidOpened")); |
[2021-05-13T11:52:40.241Z] ~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
[2021-05-13T11:52:40.241Z] /usr/home/jenkins/workspace/Plasma/kscreen/kf5-qt5 FreeBSDQt5.15/kded/generator.cpp:98:21: warning: loop variable 'output' of type 'const QSharedPointer<KScreen::Output>' creates a copy from type 'const QSharedPointer<KScreen::Output>' [-Wrange-loop-construct] |
[2021-05-13T11:52:40.241Z] for (const auto output : connectedOutputs) { |
[2021-05-13T11:52:40.241Z] ^ |
[2021-05-13T11:52:40.241Z] /usr/home/jenkins/workspace/Plasma/kscreen/kf5-qt5 FreeBSDQt5.15/kded/generator.cpp:98:10: note: use reference type 'const QSharedPointer<KScreen::Output> &' to prevent copying |
[2021-05-13T11:52:40.241Z] for (const auto output : connectedOutputs) { |
[2021-05-13T11:52:40.241Z] ^~~~~~~~~~~~~~~~~~~ |
[2021-05-13T11:52:40.241Z] & |
[2021-05-13T11:52:40.241Z] /usr/home/jenkins/workspace/Plasma/kscreen/kf5-qt5 FreeBSDQt5.15/kded/generator.cpp:158:21: warning: loop variable 'output' of type 'const QSharedPointer<KScreen::Output>' creates a copy from type 'const QSharedPointer<KScreen::Output>' [-Wrange-loop-construct] |
[2021-05-13T11:52:40.241Z] for (const auto output : connectedOutputs) { |
[2021-05-13T11:52:40.241Z] ^ |
[2021-05-13T11:52:40.241Z] /usr/home/jenkins/workspace/Plasma/kscreen/kf5-qt5 FreeBSDQt5.15/kded/generator.cpp:158:10: note: use reference type 'const QSharedPointer<KScreen::Output> &' to prevent copying |
[2021-05-13T11:52:40.241Z] for (const auto output : connectedOutputs) { |
[2021-05-13T11:52:40.241Z] ^~~~~~~~~~~~~~~~~~~ |
[2021-05-13T11:52:40.241Z] & |
[2021-05-13T11:52:40.241Z] /usr/home/jenkins/workspace/Plasma/kscreen/kf5-qt5 FreeBSDQt5.15/common/globals.cpp:27:82: error: invalid operands to binary _expression_ ('QString' and 'QString') |
[2021-05-13T11:52:40.241Z] return QStandardPaths::writableLocation(QStandardPaths::GenericDataLocation) % QStringLiteral("/kscreen/"); |
[2021-05-13T11:52:40.241Z] ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
[2021-05-13T11:52:40.241Z] /usr/home/jenkins/workspace/Plasma/kscreen/kf5-qt5 FreeBSDQt5.15/common/globals.cpp:32:99: error: invalid operands to binary _expression_ ('QString' and 'const QString') |
[2021-05-13T11:52:40.241Z] return QStandardPaths::locate(QStandardPaths::GenericDataLocation, QStringLiteral("kscreen/") % filePath); |
[2021-05-13T11:52:40.241Z] ~~~~~~~~~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~ |
[2021-05-13T11:52:40.503Z] 11 errors generated. |
[2021-05-13T11:52:40.503Z] 2 errors generated. |
[2021-05-13T11:52:40.503Z] gmake[2]: *** [kded/CMakeFiles/kscreen.dir/build.make:221: kded/CMakeFiles/kscreen.dir/__/common/globals.cpp.o] Error 1 |
[2021-05-13T11:52:40.503Z] gmake[2]: *** Waiting for unfinished jobs.... |
[2021-05-13T11:52:40.503Z] gmake[2]: *** [kded/CMakeFiles/kscreen.dir/build.make:130: kded/CMakeFiles/kscreen.dir/config.cpp.o] Error 1 |
[2021-05-13T11:52:40.503Z] /usr/home/jenkins/workspace/Plasma/kscreen/kf5-qt5 FreeBSDQt5.15/kded/output.cpp:38:31: error: invalid operands to binary _expression_ ('QString' and 'QString') |
[2021-05-13T11:52:40.503Z] return Globals::dirPath() % s_dirName; |
[2021-05-13T11:52:40.503Z] ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~ |
[2021-05-13T11:52:40.503Z] /usr/home/jenkins/workspace/Plasma/kscreen/kf5-qt5 FreeBSDQt5.15/kded/output.cpp:47:16: error: invalid operands to binary _expression_ ('const QString' and 'const QString') |
[2021-05-13T11:52:40.503Z] return dir % hash; |
[2021-05-13T11:52:40.503Z] ~~~ ^ ~~~~ |
[2021-05-13T11:52:40.503Z] /usr/home/jenkins/workspace/Plasma/kscreen/kf5-qt5 FreeBSDQt5.15/kded/output.cpp:116:52: error: invalid operands to binary _expression_ ('QString' and 'QString') |
[2021-05-13T11:52:40.503Z] QString fileName = Globals::findFile(s_dirName % output->hashMd5()); |
[2021-05-13T11:52:40.503Z] ~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~ |
[2021-05-13T11:52:40.503Z] /usr/home/jenkins/workspace/Plasma/kscreen/kf5-qt5 FreeBSDQt5.15/kded/output.cpp:118:61: error: invalid operands to binary _expression_ ('QString' and 'QString') |
[2021-05-13T11:52:40.503Z] qCDebug(KSCREEN_KDED) << "No file for" << s_dirName % output->hashMd5(); |
[2021-05-13T11:52:40.503Z] ~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~ |
[2021-05-13T11:52:40.503Z] 1 warning generated. |
[2021-05-13T11:52:40.769Z] gmake[1]: *** [CMakeFiles/Makefile2:360: kcm/CMakeFiles/kcm_kscreen.dir/all] Error 2 |
[2021-05-13T11:52:40.769Z] gmake[1]: *** Waiting for unfinished jobs.... |
[2021-05-13T11:52:40.769Z] 4 errors generated. |
[2021-05-13T11:52:40.769Z] gmake[2]: *** [kded/CMakeFiles/kscreen.dir/build.make:143: kded/CMakeFiles/kscreen.dir/output.cpp.o] Error 1 |
[2021-05-13T11:52:41.026Z] /usr/home/jenkins/workspace/Plasma/kscreen/kf5-qt5 FreeBSDQt5.15/common/control.cpp:81:31: error: invalid operands to binary _expression_ ('QString' and 'QString') |
[2021-05-13T11:52:41.026Z] return Globals::dirPath() % s_dirName; |
[2021-05-13T11:52:41.026Z] ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~ |
[2021-05-13T11:52:41.026Z] /usr/home/jenkins/workspace/Plasma/kscreen/kf5-qt5 FreeBSDQt5.15/common/control.cpp:97:22: error: invalid operands to binary _expression_ ('QString' and 'const QString') |
[2021-05-13T11:52:41.026Z] return dirPath() % hash; |
[2021-05-13T11:52:41.026Z] ~~~~~~~~~ ^ ~~~~ |
[2021-05-13T11:52:41.026Z] /usr/home/jenkins/workspace/Plasma/kscreen/kf5-qt5 FreeBSDQt5.15/common/control.cpp:171:31: error: invalid operands to binary _expression_ ('QString' and 'QString') |
[2021-05-13T11:52:41.026Z] return Control::dirPath() % QStringLiteral("configs/"); |
[2021-05-13T11:52:41.026Z] ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~ |
[2021-05-13T11:52:41.026Z] /usr/home/jenkins/workspace/Plasma/kscreen/kf5-qt5 FreeBSDQt5.15/common/control.cpp:717:31: error: invalid operands to binary _expression_ ('QString' and 'QString') |
[2021-05-13T11:52:41.026Z] return Control::dirPath() % QStringLiteral("outputs/"); |
[2021-05-13T11:52:41.026Z] ~~~~~~~~~~~~~~~~~~ ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~ |
[2021-05-13T11:52:41.026Z] 2 warnings generated. |
[2021-05-13T11:52:41.026Z] 4 errors generated. |
[2021-05-13T11:52:41.026Z] gmake[2]: *** [kded/CMakeFiles/kscreen.dir/build.make:234: kded/CMakeFiles/kscreen.dir/__/common/control.cpp.o] Error 1 |
[2021-05-13T11:52:41.588Z] gmake[1]: *** [CMakeFiles/Makefile2:414: kded/CMakeFiles/kscreen.dir/all] Error 2 |
[2021-05-13T11:52:41.588Z] gmake: *** [Makefile:160: all] Error 2 |
[Pipeline] } |
[Pipeline] // stage |
[Pipeline] } |
[2021-05-13T11:52:41.625Z] ERROR: script returned exit code 1 |
[Pipeline] // catchError |
[Pipeline] emailextrecipients |
[Pipeline] emailext |