CONSOLE OUTPUT
|
[...truncated 384 lines...] |
[2021-05-13T09:14:16.055Z] + python3 -u ci-tooling/helpers/compile-build.py --product Plasma --project systemsettings --branchGroup kf5-qt5 --platform SUSEQt5.15 --usingInstall /home/jenkins//install-prefix/ |
[2021-05-13T09:14:16.055Z] [ 2%] Generating index.cache.bz2 |
[2021-05-13T09:14:16.055Z] [ 5%] Automatic MOC for target systemsettingsview |
[2021-05-13T09:14:16.317Z] [ 5%] Built target systemsettingsview_autogen |
[2021-05-13T09:14:16.317Z] [ 8%] Generating ui_externalModule.h |
[2021-05-13T09:14:16.317Z] [ 14%] Building CXX object core/CMakeFiles/systemsettingsview.dir/ModuleView.cpp.o |
[2021-05-13T09:14:16.317Z] [ 14%] Building CXX object core/CMakeFiles/systemsettingsview.dir/systemsettingsview_autogen/mocs_compilation.cpp.o |
[2021-05-13T09:14:16.317Z] [ 20%] Building CXX object core/CMakeFiles/systemsettingsview.dir/ExternalAppModule.cpp.o |
[2021-05-13T09:14:16.317Z] [ 20%] Building CXX object core/CMakeFiles/systemsettingsview.dir/BaseData.cpp.o |
[2021-05-13T09:14:16.317Z] [ 22%] Building CXX object core/CMakeFiles/systemsettingsview.dir/MenuModel.cpp.o |
[2021-05-13T09:14:16.317Z] [ 25%] Building CXX object core/CMakeFiles/systemsettingsview.dir/MenuItem.cpp.o |
[2021-05-13T09:14:16.317Z] [ 28%] Building CXX object core/CMakeFiles/systemsettingsview.dir/BaseMode.cpp.o |
[2021-05-13T09:14:16.317Z] [ 31%] Building CXX object core/CMakeFiles/systemsettingsview.dir/MenuProxyModel.cpp.o |
[2021-05-13T09:14:16.572Z] [ 31%] Built target doc-index-cache-bz2 |
[2021-05-13T09:14:17.130Z] /home/jenkins/workspace/Plasma/systemsettings/kf5-qt5 SUSEQt5.15/core/MenuProxyModel.cpp: In member function ���void MenuProxyModel::setFilterRegExp(const QString&)���: |
[2021-05-13T09:14:17.130Z] /home/jenkins/workspace/Plasma/systemsettings/kf5-qt5 SUSEQt5.15/core/MenuProxyModel.cpp:125:5: error: ���emit��� was not declared in this scope; did you mean ���exit���? |
[2021-05-13T09:14:17.130Z] 125 | emit layoutAboutToBeChanged(); |
[2021-05-13T09:14:17.130Z] | ^~~~ |
[2021-05-13T09:14:17.130Z] | exit |
[2021-05-13T09:14:17.130Z] /home/jenkins/workspace/Plasma/systemsettings/kf5-qt5 SUSEQt5.15/core/MenuProxyModel.cpp:127:9: error: expected ���;��� before ���layoutChanged��� |
[2021-05-13T09:14:17.130Z] 127 | emit layoutChanged(); |
[2021-05-13T09:14:17.130Z] | ^~~~~~~~~~~~~~ |
[2021-05-13T09:14:17.130Z] | ; |
[2021-05-13T09:14:17.130Z] /home/jenkins/workspace/Plasma/systemsettings/kf5-qt5 SUSEQt5.15/core/MenuProxyModel.cpp:128:9: error: expected ���;��� before ���filterRegExpChanged��� |
[2021-05-13T09:14:17.130Z] 128 | emit filterRegExpChanged(); |
[2021-05-13T09:14:17.130Z] | ^~~~~~~~~~~~~~~~~~~~ |
[2021-05-13T09:14:17.130Z] | ; |
[2021-05-13T09:14:17.130Z] /home/jenkins/workspace/Plasma/systemsettings/kf5-qt5 SUSEQt5.15/core/MenuProxyModel.cpp: In member function ���void MenuProxyModel::setFilterRegExp(const QRegExp&)���: |
[2021-05-13T09:14:17.130Z] /home/jenkins/workspace/Plasma/systemsettings/kf5-qt5 SUSEQt5.15/core/MenuProxyModel.cpp:138:5: error: ���emit��� was not declared in this scope; did you mean ���exit���? |
[2021-05-13T09:14:17.130Z] 138 | emit layoutAboutToBeChanged(); |
[2021-05-13T09:14:17.130Z] | ^~~~ |
[2021-05-13T09:14:17.130Z] | exit |
[2021-05-13T09:14:17.130Z] /home/jenkins/workspace/Plasma/systemsettings/kf5-qt5 SUSEQt5.15/core/MenuProxyModel.cpp:140:9: error: expected ���;��� before ���layoutChanged��� |
[2021-05-13T09:14:17.130Z] 140 | emit layoutChanged(); |
[2021-05-13T09:14:17.130Z] | ^~~~~~~~~~~~~~ |
[2021-05-13T09:14:17.130Z] | ; |
[2021-05-13T09:14:17.385Z] /home/jenkins/workspace/Plasma/systemsettings/kf5-qt5 SUSEQt5.15/core/MenuItem.cpp: In member function ���QStringList MenuItem::keywords()���: |
[2021-05-13T09:14:17.385Z] /home/jenkins/workspace/Plasma/systemsettings/kf5-qt5 SUSEQt5.15/core/MenuItem.cpp:73:23: error: expected primary-_expression_ before ���*��� token |
[2021-05-13T09:14:17.386Z] 73 | foreach (MenuItem *child, d->children) { |
[2021-05-13T09:14:17.386Z] | ^ |
[2021-05-13T09:14:17.386Z] /home/jenkins/workspace/Plasma/systemsettings/kf5-qt5 SUSEQt5.15/core/MenuItem.cpp:73:5: error: ���foreach��� was not declared in this scope; did you mean ���fread���? |
[2021-05-13T09:14:17.386Z] 73 | foreach (MenuItem *child, d->children) { |
[2021-05-13T09:14:17.386Z] | ^~~~~~~ |
[2021-05-13T09:14:17.386Z] | fread |
[2021-05-13T09:14:17.386Z] make[2]: *** [core/CMakeFiles/systemsettingsview.dir/build.make:122: core/CMakeFiles/systemsettingsview.dir/MenuProxyModel.cpp.o] Error 1 |
[2021-05-13T09:14:17.386Z] make[2]: *** Waiting for unfinished jobs.... |
[2021-05-13T09:14:17.386Z] /home/jenkins/workspace/Plasma/systemsettings/kf5-qt5 SUSEQt5.15/core/MenuModel.cpp: In member function ���QList<MenuItem*> MenuModel::childrenList(MenuItem*) const���: |
[2021-05-13T09:14:17.386Z] /home/jenkins/workspace/Plasma/systemsettings/kf5-qt5 SUSEQt5.15/core/MenuModel.cpp:209:23: error: expected primary-_expression_ before ���*��� token |
[2021-05-13T09:14:17.386Z] 209 | foreach (MenuItem *child, children) { |
[2021-05-13T09:14:17.386Z] | ^ |
[2021-05-13T09:14:17.386Z] /home/jenkins/workspace/Plasma/systemsettings/kf5-qt5 SUSEQt5.15/core/MenuModel.cpp:209:24: error: ���child��� was not declared in this scope; did you mean ���children���? |
[2021-05-13T09:14:17.386Z] 209 | foreach (MenuItem *child, children) { |
[2021-05-13T09:14:17.386Z] | ^~~~~ |
[2021-05-13T09:14:17.386Z] | children |
[2021-05-13T09:14:17.386Z] /home/jenkins/workspace/Plasma/systemsettings/kf5-qt5 SUSEQt5.15/core/MenuModel.cpp:209:5: error: ���foreach��� was not declared in this scope; did you mean ���fread���? |
[2021-05-13T09:14:17.386Z] 209 | foreach (MenuItem *child, children) { |
[2021-05-13T09:14:17.386Z] | ^~~~~~~ |
[2021-05-13T09:14:17.386Z] | fread |
[2021-05-13T09:14:17.640Z] make[2]: *** [core/CMakeFiles/systemsettingsview.dir/build.make:94: core/CMakeFiles/systemsettingsview.dir/MenuItem.cpp.o] Error 1 |
[2021-05-13T09:14:17.640Z] make[2]: *** [core/CMakeFiles/systemsettingsview.dir/build.make:108: core/CMakeFiles/systemsettingsview.dir/MenuModel.cpp.o] Error 1 |
[2021-05-13T09:14:17.896Z] /home/jenkins/workspace/Plasma/systemsettings/kf5-qt5 SUSEQt5.15/core/ModuleView.cpp:50:10: warning: ���virtual void CustomTitle::paintEvent(QPaintEvent*)��� can be marked override [-Wsuggest-override] |
[2021-05-13T09:14:17.896Z] 50 | void paintEvent(QPaintEvent *event); |
[2021-05-13T09:14:17.896Z] | ^~~~~~~~~~ |
[2021-05-13T09:14:17.896Z] /home/jenkins/workspace/Plasma/systemsettings/kf5-qt5 SUSEQt5.15/core/ModuleView.cpp: In member function ���void ModuleView::loadModule(const QModelIndex&, const QStringList&)���: |
[2021-05-13T09:14:17.896Z] /home/jenkins/workspace/Plasma/systemsettings/kf5-qt5 SUSEQt5.15/core/ModuleView.cpp:229:14: error: expected primary-_expression_ before ���const��� |
[2021-05-13T09:14:17.896Z] 229 | foreach (const QModelIndex &module, indexes) { |
[2021-05-13T09:14:17.896Z] | ^~~~~ |
[2021-05-13T09:14:17.896Z] /home/jenkins/workspace/Plasma/systemsettings/kf5-qt5 SUSEQt5.15/core/ModuleView.cpp:229:5: error: ���foreach��� was not declared in this scope; did you mean ���fread���? |
[2021-05-13T09:14:17.896Z] 229 | foreach (const QModelIndex &module, indexes) { |
[2021-05-13T09:14:17.896Z] | ^~~~~~~ |
[2021-05-13T09:14:17.896Z] | fread |
[2021-05-13T09:14:17.896Z] /home/jenkins/workspace/Plasma/systemsettings/kf5-qt5 SUSEQt5.15/core/ModuleView.cpp:211:77: warning: unused parameter ���args��� [-Wunused-parameter] |
[2021-05-13T09:14:17.896Z] 211 | void ModuleView::loadModule(const QModelIndex &menuItem, const QStringList &args) |
[2021-05-13T09:14:17.896Z] | ~~~~~~~~~~~~~~~~~~~^~~~ |
[2021-05-13T09:14:17.896Z] /home/jenkins/workspace/Plasma/systemsettings/kf5-qt5 SUSEQt5.15/core/ModuleView.cpp: In member function ���bool ModuleView::moduleSave(KCModuleProxy*)���: |
[2021-05-13T09:14:17.896Z] /home/jenkins/workspace/Plasma/systemsettings/kf5-qt5 SUSEQt5.15/core/ModuleView.cpp:382:5: error: ���emit��� was not declared in this scope; did you mean ���exit���? |
[2021-05-13T09:14:17.896Z] 382 | emit moduleSaved(); |
[2021-05-13T09:14:17.896Z] | ^~~~ |
[2021-05-13T09:14:17.896Z] | exit |
[2021-05-13T09:14:17.896Z] /home/jenkins/workspace/Plasma/systemsettings/kf5-qt5 SUSEQt5.15/core/ModuleView.cpp: In member function ���void ModuleView::stateChanged()���: |
[2021-05-13T09:14:17.896Z] /home/jenkins/workspace/Plasma/systemsettings/kf5-qt5 SUSEQt5.15/core/ModuleView.cpp:521:5: error: ���emit��� was not declared in this scope; did you mean ���exit���? |
[2021-05-13T09:14:17.896Z] 521 | emit moduleChanged(change); |
[2021-05-13T09:14:17.896Z] | ^~~~ |
[2021-05-13T09:14:17.896Z] | exit |
[2021-05-13T09:14:17.896Z] /home/jenkins/workspace/Plasma/systemsettings/kf5-qt5 SUSEQt5.15/core/ModuleView.cpp: In member function ���virtual void ModuleView::keyPressEvent(QKeyEvent*)���: |
[2021-05-13T09:14:17.896Z] /home/jenkins/workspace/Plasma/systemsettings/kf5-qt5 SUSEQt5.15/core/ModuleView.cpp:532:9: error: ���emit��� was not declared in this scope; did you mean ���exit���? |
[2021-05-13T09:14:17.896Z] 532 | emit closeRequest(); |
[2021-05-13T09:14:17.896Z] | ^~~~ |
[2021-05-13T09:14:17.896Z] | exit |
[2021-05-13T09:14:17.896Z] make[2]: *** [core/CMakeFiles/systemsettingsview.dir/build.make:136: core/CMakeFiles/systemsettingsview.dir/ModuleView.cpp.o] Error 1 |
[2021-05-13T09:14:17.896Z] make[1]: *** [CMakeFiles/Makefile2:273: core/CMakeFiles/systemsettingsview.dir/all] Error 2 |
[2021-05-13T09:14:17.896Z] make: *** [Makefile:146: all] Error 2 |
[Pipeline] } |
[Pipeline] // stage |
[Pipeline] } |
[2021-05-13T09:14:26.475Z] ERROR: script returned exit code 1 |
[Pipeline] // catchError |
[Pipeline] emailextrecipients |
[Pipeline] emailext |