|
CONSOLE OUTPUT
|
| [...truncated 81.55 KB...] |
| [ 2%] Generating qrc_icons.cpp |
| [ 3%] Generating ui_knewpassworddialog.h |
| [ 3%] Generating ui_knewpasswordwidget.h |
| [ 3%] Linking CXX executable ../bin/kdatetabletest |
| [ 3%] Built target kdatetabletest |
| Scanning dependencies of target KF5WidgetsAddons |
| [ 4%] Building CXX object src/CMakeFiles/KF5WidgetsAddons.dir/kacceleratormanager.cpp.o |
| [ 4%] Building CXX object src/CMakeFiles/KF5WidgetsAddons.dir/kcharselect.cpp.o |
| [ 4%] Building CXX object src/CMakeFiles/KF5WidgetsAddons.dir/kanimatedbutton.cpp.o |
| [ 6%] Building CXX object src/CMakeFiles/KF5WidgetsAddons.dir/kcolumnresizer.cpp.o |
| [ 6%] Building CXX object src/CMakeFiles/KF5WidgetsAddons.dir/kcharselectdata.cpp.o |
| [ 6%] Building CXX object src/CMakeFiles/KF5WidgetsAddons.dir/kcollapsiblegroupbox.cpp.o |
| [ 6%] Building CXX object src/CMakeFiles/KF5WidgetsAddons.dir/kcolorbutton.cpp.o |
| [ 6%] Building CXX object src/CMakeFiles/KF5WidgetsAddons.dir/kdatecombobox.cpp.o |
| In file included from /usr/home/jenkins/workspace/Frameworks/kwidgetsaddons/kf5-qt5 FreeBSDQt5.11/src/kacceleratormanager.cpp:21: |
| /usr/home/jenkins/workspace/Frameworks/kwidgetsaddons/kf5-qt5 FreeBSDQt5.11/src/kacceleratormanager_p.h:93:18: error: implicit instantiation of undefined template 'QVector<int>' |
| QVector<int> m_weight; |
| ^ |
| /usr/local/include/qt5/QtCore/qmetatype.h:2105:1: note: template is declared here |
| QT_FOR_EACH_AUTOMATIC_TEMPLATE_1ARG(Q_DECLARE_SEQUENTIAL_CONTAINER_METATYPE_ITER) |
| ^ |
| /usr/local/include/qt5/QtCore/qmetatype.h:207:7: note: expanded from macro 'QT_FOR_EACH_AUTOMATIC_TEMPLATE_1ARG' |
| F(QVector) \ |
| ^ |
| In file included from /usr/home/jenkins/workspace/Frameworks/kwidgetsaddons/kf5-qt5 FreeBSDQt5.11/src/kacceleratormanager.cpp:21: |
| /usr/home/jenkins/workspace/Frameworks/kwidgetsaddons/kf5-qt5 FreeBSDQt5.11/src/kacceleratormanager_p.h:152:24: error: unknown type name 'QMenu' |
| static void manage(QMenu *popup); |
| ^ |
| /usr/home/jenkins/workspace/Frameworks/kwidgetsaddons/kf5-qt5 FreeBSDQt5.11/src/kacceleratormanager_p.h:156:24: error: unknown type name 'QMenu' |
| KPopupAccelManager(QMenu *popup); |
| ^ |
| /usr/home/jenkins/workspace/Frameworks/kwidgetsaddons/kf5-qt5 FreeBSDQt5.11/src/kacceleratormanager_p.h:169:5: error: unknown type name 'QMenu' |
| QMenu *m_popup; |
| ^ |
| /usr/home/jenkins/workspace/Frameworks/kwidgetsaddons/kf5-qt5 FreeBSDQt5.11/src/kacceleratormanager_p.h:146:7: warning: 'KPopupAccelManager' has virtual functions but non-virtual destructor [-Wnon-virtual-dtor] |
| class KPopupAccelManager : public QObject |
| ^ |
| /usr/home/jenkins/workspace/Frameworks/kwidgetsaddons/kf5-qt5 FreeBSDQt5.11/src/kacceleratormanager.cpp:702:21: error: out-of-line definition of 'KPopupAccelManager' does not match any declaration in 'KPopupAccelManager' |
| KPopupAccelManager::KPopupAccelManager(QMenu *popup) |
| ^~~~~~~~~~~~~~~~~~ |
| /usr/home/jenkins/workspace/Frameworks/kwidgetsaddons/kf5-qt5 FreeBSDQt5.11/src/kacceleratormanager.cpp:806:26: error: out-of-line definition of 'manage' does not match any declaration in 'KPopupAccelManager' |
| void KPopupAccelManager::manage(QMenu *popup) |
| ^~~~~~ |
| /usr/home/jenkins/workspace/Frameworks/kwidgetsaddons/kf5-qt5 FreeBSDQt5.11/src/kacceleratormanager.cpp:810:13: error: no matching constructor for initialization of 'KPopupAccelManager' |
| new KPopupAccelManager(popup); |
| ^ ~~~~~ |
| /usr/home/jenkins/workspace/Frameworks/kwidgetsaddons/kf5-qt5 FreeBSDQt5.11/src/kacceleratormanager_p.h:146:7: note: candidate constructor (the implicit copy constructor) not viable: no known conversion from 'QMenu *' to 'const KPopupAccelManager' for 1st argument |
| class KPopupAccelManager : public QObject |
| ^ |
| /usr/home/jenkins/workspace/Frameworks/kwidgetsaddons/kf5-qt5 FreeBSDQt5.11/src/kacceleratormanager_p.h:146:7: note: candidate constructor (the implicit move constructor) not viable: no known conversion from 'QMenu *' to 'KPopupAccelManager' for 1st argument |
| /usr/home/jenkins/workspace/Frameworks/kwidgetsaddons/kf5-qt5 FreeBSDQt5.11/src/kacceleratormanager_p.h:146:7: note: candidate constructor (the implicit default constructor) not viable: requires 0 arguments, but 1 was provided |
| In file included from /usr/home/jenkins/workspace/Frameworks/kwidgetsaddons/kf5-qt5 FreeBSDQt5.11/src/kacceleratormanager.cpp:857: |
| /usr/home/jenkins/workspace/Frameworks/kwidgetsaddons/kf5-qt5 FreeBSDQt5.11/build/src/KF5WidgetsAddons_autogen/include/moc_kacceleratormanager_p.cpp:94:21: error: cannot initialize object parameter of type 'QObject' with an _expression_ of type 'KPopupAccelManager' |
| return QObject::qt_metacast(_clname); |
| ^~~~~~~~~~~ |
| /usr/home/jenkins/workspace/Frameworks/kwidgetsaddons/kf5-qt5 FreeBSDQt5.11/build/src/KF5WidgetsAddons_autogen/include/moc_kacceleratormanager_p.cpp:99:20: error: cannot initialize object parameter of type 'QObject' with an _expression_ of type 'KPopupAccelManager' |
| _id = QObject::qt_metacall(_c, _id, _a); |
| ^~~~~~~~~~~ |
| /usr/home/jenkins/workspace/Frameworks/kwidgetsaddons/kf5-qt5 FreeBSDQt5.11/build/src/KF5WidgetsAddons_autogen/include/moc_kacceleratormanager_p.cpp:104:32: error: cannot initialize a parameter of type 'QObject *' with an rvalue of type 'KPopupAccelManager *' |
| qt_static_metacall(this, _c, _id, _a); |
| ^~~~ |
| /usr/home/jenkins/workspace/Frameworks/kwidgetsaddons/kf5-qt5 FreeBSDQt5.11/build/src/KF5WidgetsAddons_autogen/include/moc_kacceleratormanager_p.cpp:65:54: note: passing argument to parameter '_o' here |
| void KPopupAccelManager::qt_static_metacall(QObject *_o, QMetaObject::Call _c, int _id, void **_a) |
| ^ |
| [ 6%] Building CXX object src/CMakeFiles/KF5WidgetsAddons.dir/kdatepicker.cpp.o |
| In file included from /usr/home/jenkins/workspace/Frameworks/kwidgetsaddons/kf5-qt5 FreeBSDQt5.11/src/kacceleratormanager.cpp:21: |
| In file included from /usr/home/jenkins/workspace/Frameworks/kwidgetsaddons/kf5-qt5 FreeBSDQt5.11/build/src/KF5WidgetsAddons_autogen/include/../../../../src/kacceleratormanager_p.h:24: |
| In file included from /usr/local/include/qt5/QtCore/QObject:1: |
| /usr/local/include/qt5/QtCore/qobject.h:251:28: error: cannot initialize a parameter of type 'const QObject *' with an lvalue of type 'const typename QtPrivate::FunctionPointer<void (KPopupAccelManager::*)()>::Object *' (aka 'const KPopupAccelManager *') |
| receiver, reinterpret_cast<void **>(&slot), |
| ^~~~~~~~ |
| /usr/home/jenkins/workspace/Frameworks/kwidgetsaddons/kf5-qt5 FreeBSDQt5.11/src/kacceleratormanager.cpp:706:5: note: in instantiation of function template specialization 'QObject::connect<void (QMenu::*)(), void (KPopupAccelManager::*)()>' requested here |
| connect(popup, &QMenu::aboutToShow, this, &KPopupAccelManager::aboutToShow); |
| ^ |
| /usr/local/include/qt5/QtCore/qobject.h:454:63: note: passing argument to parameter 'receiver' here |
| const QObject *receiver, void **slotPtr, |
| ^ |
| 1 warning and 11 errors generated. |
| gmake[2]: *** [src/CMakeFiles/KF5WidgetsAddons.dir/build.make:85: src/CMakeFiles/KF5WidgetsAddons.dir/kacceleratormanager.cpp.o] Error 1 |
| gmake[2]: *** Waiting for unfinished jobs.... |
| [ 7%] Building CXX object src/CMakeFiles/KF5WidgetsAddons.dir/kdatetable.cpp.o |
| gmake[1]: *** [CMakeFiles/Makefile2:760: src/CMakeFiles/KF5WidgetsAddons.dir/all] Error 2 |
| gmake[1]: *** Waiting for unfinished jobs.... |
| Building up file structure... |
| Insert custom filters... |
| Insert help data for filter section (1 of 1)... |
| Insert files... |
| Insert contents... |
| Insert indices... |
| Documentation successfully generated. |
| [ 7%] Built target KF5WidgetsAddons_QCH |
| gmake: *** [Makefile:141: all] Error 2 |
| [Pipeline] } |
| [Pipeline] // stage |
| [Pipeline] } |
| ERROR: script returned exit code 1 |
| [Pipeline] // catchError |
| [Pipeline] emailextrecipients |
| [Pipeline] emailext |