BUILD FAILURE
Build URL https://build.kde.org/job/Frameworks/job/ktexteditor/job/kf5-qt5%20SUSEQt5.15/776/
Project: kf5-qt5 SUSEQt5.15
Date of build: Mon, 18 Apr 2022 19:05:29 +0000
Build duration: 1 min 20 sec and counting


CONSOLE OUTPUT
[...truncated 359 lines...]
[2022-04-18T19:06:40.811Z] [ 2%] Generating ui_bordersappearanceconfigwidget.h
[2022-04-18T19:06:40.811Z] [ 2%] Generating ui_completionconfigtab.h
[2022-04-18T19:06:40.811Z] [ 3%] Building CXX object src/CMakeFiles/kauth_ktexteditor_helper.dir/buffer/katesecuretextbuffer.cpp.o
[2022-04-18T19:06:40.811Z] [ 3%] Generating ui_configwidget.h
[2022-04-18T19:06:40.811Z] [ 3%] Generating ui_editconfigwidget.h
[2022-04-18T19:06:41.081Z] [ 3%] Generating ui_filetypeconfigwidget.h
[2022-04-18T19:06:41.081Z] [ 3%] Generating ui_indentationconfigwidget.h
[2022-04-18T19:06:41.081Z] [ 4%] Generating ui_navigationconfigwidget.h
[2022-04-18T19:06:41.081Z] [ 4%] Generating ui_opensaveconfigadvwidget.h
[2022-04-18T19:06:41.340Z] [ 5%] Generating ui_opensaveconfigwidget.h
[2022-04-18T19:06:41.340Z] [ 5%] Generating ui_searchbarincremental.h
[2022-04-18T19:06:41.340Z] [ 5%] Generating ui_searchbarpower.h
[2022-04-18T19:06:41.600Z] [ 6%] Generating ui_spellcheckbar.h
[2022-04-18T19:06:41.600Z] [ 6%] Generating ui_spellcheckconfigwidget.h
[2022-04-18T19:06:41.600Z] [ 6%] Building CXX object src/CMakeFiles/KF5TextEditor.dir/KF5TextEditor_autogen/mocs_compilation.cpp.o
[2022-04-18T19:06:41.857Z] [ 6%] Building CXX object src/CMakeFiles/KF5TextEditor.dir/buffer/katetextbuffer.cpp.o
[2022-04-18T19:06:41.857Z] [ 6%] Linking CXX executable ../bin/kauth_ktexteditor_helper
[2022-04-18T19:06:42.420Z] [ 6%] Built target kauth_ktexteditor_helper
[2022-04-18T19:06:42.420Z] [ 6%] Built target KF5JobWidgets_QCH
[2022-04-18T19:06:42.420Z] [ 6%] Built target KF5ItemViews_QCH
[2022-04-18T19:06:42.420Z] [ 6%] Built target KF5Completion_QCH
[2022-04-18T19:06:42.420Z] [ 6%] Built target KF5Bookmarks_QCH
[2022-04-18T19:06:42.420Z] [ 6%] Built target KF5WidgetsAddons_QCH
[2022-04-18T19:06:42.420Z] [ 6%] Built target KF5Service_QCH
[2022-04-18T19:06:42.681Z] [ 6%] Built target KF5CoreAddons_QCH
[2022-04-18T19:06:42.681Z] [ 6%] Built target KF5I18n_QCH
[2022-04-18T19:06:42.681Z] [ 6%] Built target KF5Config_QCH
[2022-04-18T19:06:43.620Z] [ 7%] Building CXX object src/CMakeFiles/KF5TextEditor.dir/completion/kateargumenthinttree.cpp.o
[2022-04-18T19:06:45.006Z] [ 7%] Building CXX object src/CMakeFiles/KF5TextEditor.dir/completion/katecompletiontree.cpp.o
[2022-04-18T19:06:45.006Z] [ 7%] Building CXX object src/CMakeFiles/KF5TextEditor.dir/completion/katecompletionmodel.cpp.o
[2022-04-18T19:06:45.262Z] [ 7%] Generating src/KF5TextEditor.qch, src/KF5TextEditor.tags
[2022-04-18T19:06:45.262Z] warning: Tag 'CLASS_DIAGRAMS' at line 216 of file '/home/jenkins/workspace/Frameworks/ktexteditor/kf5-qt5 SUSEQt5.15/build/src/KF5TextEditor_ECMQchDoxygen.config' has become obsolete.
[2022-04-18T19:06:45.262Z] To avoid this warning please remove this line from your configuration file or upgrade it using "doxygen -u"
[2022-04-18T19:06:46.137Z] [ 7%] Building CXX object src/CMakeFiles/KF5TextEditor.dir/completion/katecompletionwidget.cpp.o
[2022-04-18T19:06:46.403Z] Building up file structure...
[2022-04-18T19:06:46.403Z] Insert custom filters...
[2022-04-18T19:06:46.403Z] Insert help data for filter section (1 of 1)...
[2022-04-18T19:06:46.403Z] Insert files...
[2022-04-18T19:06:46.403Z] Insert contents...
[2022-04-18T19:06:46.403Z] Insert indices...
[2022-04-18T19:06:46.403Z] Documentation successfully generated.
[2022-04-18T19:06:46.403Z] [ 8%] Building CXX object src/CMakeFiles/KF5TextEditor.dir/buffer/katetextfolding.cpp.o
[2022-04-18T19:06:46.403Z] [ 8%] Built target KF5TextEditor_QCH
[2022-04-18T19:06:47.355Z] /home/jenkins/workspace/Frameworks/ktexteditor/kf5-qt5 SUSEQt5.15/src/completion/katecompletionmodel.cpp: In member function ���virtual QVariant KateCompletionModel::data(const QModelIndex&, int) const���:
[2022-04-18T19:06:47.355Z] /home/jenkins/workspace/Frameworks/ktexteditor/kf5-qt5 SUSEQt5.15/src/completion/katecompletionmodel.cpp:214:28: error: ���class QVariant��� has no member named ���typeId���; did you mean ���type���?
[2022-04-18T19:06:47.355Z] 214 | if (method.typeId() == QMetaType::Int && method.toInt() == CodeCompletionModel::CustomHighlighting) {
[2022-04-18T19:06:47.355Z] | ^~~~~~
[2022-04-18T19:06:47.355Z] | type
[2022-04-18T19:06:47.355Z] /home/jenkins/workspace/Frameworks/ktexteditor/kf5-qt5 SUSEQt5.15/src/completion/katecompletionmodel.cpp: In member function ���virtual int KateCompletionModel::contextMatchQuality(const ModelRow&) const���:
[2022-04-18T19:06:47.355Z] /home/jenkins/workspace/Frameworks/ktexteditor/kf5-qt5 SUSEQt5.15/src/completion/katecompletionmodel.cpp:307:39: error: ���class QVariant��� has no member named ���typeId���; did you mean ���type���?
[2022-04-18T19:06:47.355Z] 307 | if (!depth.isValid() || depth.typeId() != QMetaType::Int || depth.toInt() != 1) {
[2022-04-18T19:06:47.355Z] | ^~~~~~
[2022-04-18T19:06:47.356Z] | type
[2022-04-18T19:06:47.356Z] /home/jenkins/workspace/Frameworks/ktexteditor/kf5-qt5 SUSEQt5.15/src/completion/katecompletionmodel.cpp:314:52: error: ���class QVariant��� has no member named ���typeId���; did you mean ���type���?
[2022-04-18T19:06:47.356Z] 314 | if (matchQuality.isValid() && matchQuality.typeId() == QMetaType::Int) {
[2022-04-18T19:06:47.356Z] | ^~~~~~
[2022-04-18T19:06:47.356Z] | type
[2022-04-18T19:06:47.356Z] /home/jenkins/workspace/Frameworks/ktexteditor/kf5-qt5 SUSEQt5.15/src/completion/katecompletionmodel.cpp:324:52: error: ���class QVariant��� has no member named ���typeId���; did you mean ���type���?
[2022-04-18T19:06:47.356Z] 324 | if (matchQuality.isValid() && matchQuality.typeId() == QMetaType::Int) {
[2022-04-18T19:06:47.356Z] | ^~~~~~
[2022-04-18T19:06:47.356Z] | type
[2022-04-18T19:06:47.356Z] /home/jenkins/workspace/Frameworks/ktexteditor/kf5-qt5 SUSEQt5.15/src/completion/katecompletionmodel.cpp: In member function ���void KateCompletionModel::updateBestMatches()���:
[2022-04-18T19:06:47.356Z] /home/jenkins/workspace/Frameworks/ktexteditor/kf5-qt5 SUSEQt5.15/src/completion/katecompletionmodel.cpp:1961:19: error: ���class QVariant��� has no member named ���typeId���; did you mean ���type���?
[2022-04-18T19:06:47.356Z] 1961 | if (v.typeId() == QMetaType::Int && v.toInt() > 0) {
[2022-04-18T19:06:47.356Z] | ^~~~~~
[2022-04-18T19:06:47.356Z] | type
[2022-04-18T19:06:47.356Z] /home/jenkins/workspace/Frameworks/ktexteditor/kf5-qt5 SUSEQt5.15/src/completion/katecompletionmodel.cpp:2008:19: error: ���class QVariant��� has no member named ���typeId���; did you mean ���type���?
[2022-04-18T19:06:47.356Z] 2008 | if (v.typeId() == QMetaType::Int && v.toInt() > 0) {
[2022-04-18T19:06:47.356Z] | ^~~~~~
[2022-04-18T19:06:47.356Z] | type
[2022-04-18T19:06:47.614Z] [ 8%] Building CXX object src/CMakeFiles/KF5TextEditor.dir/completion/katecompletiondelegate.cpp.o
[2022-04-18T19:06:47.614Z] [ 8%] Building CXX object src/CMakeFiles/KF5TextEditor.dir/completion/kateargumenthintmodel.cpp.o
[2022-04-18T19:06:47.889Z] make[2]: *** [src/CMakeFiles/KF5TextEditor.dir/build.make:302: src/CMakeFiles/KF5TextEditor.dir/completion/katecompletionmodel.cpp.o] Error 1
[2022-04-18T19:06:47.889Z] make[2]: *** Waiting for unfinished jobs....
[2022-04-18T19:06:49.278Z] /home/jenkins/workspace/Frameworks/ktexteditor/kf5-qt5 SUSEQt5.15/src/completion/kateargumenthintmodel.cpp: In member function ���void KateArgumentHintModel::buildRows()���:
[2022-04-18T19:06:49.278Z] /home/jenkins/workspace/Frameworks/ktexteditor/kf5-qt5 SUSEQt5.15/src/completion/kateargumenthintmodel.cpp:65:15: error: ���class QVariant��� has no member named ���typeId���; did you mean ���type���?
[2022-04-18T19:06:49.278Z] 65 | if (v.typeId() == QMetaType::Int) {
[2022-04-18T19:06:49.278Z] | ^~~~~~
[2022-04-18T19:06:49.278Z] | type
[2022-04-18T19:06:49.278Z] /home/jenkins/workspace/Frameworks/ktexteditor/kf5-qt5 SUSEQt5.15/src/completion/kateargumenthintmodel.cpp: In member function ���virtual QVariant KateArgumentHintModel::data(const QModelIndex&, int) const���:
[2022-04-18T19:06:49.278Z] /home/jenkins/workspace/Frameworks/ktexteditor/kf5-qt5 SUSEQt5.15/src/completion/kateargumenthintmodel.cpp:163:24: error: ���class QVariant��� has no member named ���typeId���; did you mean ���type���?
[2022-04-18T19:06:49.278Z] 163 | if (method.typeId() == QMetaType::Int && method.toInt() == CodeCompletionModel::CustomHighlighting) {
[2022-04-18T19:06:49.278Z] | ^~~~~~
[2022-04-18T19:06:49.278Z] | type
[2022-04-18T19:06:49.278Z] /home/jenkins/workspace/Frameworks/ktexteditor/kf5-qt5 SUSEQt5.15/src/completion/kateargumenthintmodel.cpp: In member function ���virtual int KateArgumentHintModel::contextMatchQuality(const QModelIndex&) const���:
[2022-04-18T19:06:49.278Z] /home/jenkins/workspace/Frameworks/ktexteditor/kf5-qt5 SUSEQt5.15/src/completion/kateargumenthintmodel.cpp:321:15: error: ���class QVariant��� has no member named ���typeId���; did you mean ���type���?
[2022-04-18T19:06:49.278Z] 321 | if (v.typeId() == QMetaType::Int) {
[2022-04-18T19:06:49.278Z] | ^~~~~~
[2022-04-18T19:06:49.278Z] | type
[2022-04-18T19:06:49.278Z] make[2]: *** [src/CMakeFiles/KF5TextEditor.dir/build.make:344: src/CMakeFiles/KF5TextEditor.dir/completion/kateargumenthintmodel.cpp.o] Error 1
[2022-04-18T19:06:50.648Z] make[1]: *** [CMakeFiles/Makefile2:1065: src/CMakeFiles/KF5TextEditor.dir/all] Error 2
[2022-04-18T19:06:50.649Z] make: *** [Makefile:146: all] Error 2
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[2022-04-18T19:06:50.766Z] ERROR: script returned exit code 1
[Pipeline] // catchError
[Pipeline] emailextrecipients
[Pipeline] emailext


Reply via email to