BUILD FAILURE
Build URL https://build.kde.org/job/Plasma/job/plasma-desktop/job/kf5-qt5%20FreeBSDQt5.15/895/
Project: kf5-qt5 FreeBSDQt5.15
Date of build: Wed, 28 Jul 2021 04:32:03 +0000
Build duration: 1 min 8 sec and counting


CONSOLE OUTPUT
[...truncated 2426 lines...]
[2021-07-28T04:33:10.141Z] /usr/home/jenkins/workspace/Plasma/plasma-desktop/kf5-qt5 FreeBSDQt5.15/containments/desktop/plugins/folder/foldermodel.cpp:943:22: error: use of undeclared identifier 'rect'; did you mean 'recv'?
[2021-07-28T04:33:10.141Z] QImage dragImage(rect.size(), QImage::Format_RGBA8888);
[2021-07-28T04:33:10.141Z] ^~~~
[2021-07-28T04:33:10.141Z] recv
[2021-07-28T04:33:10.141Z] /usr/include/sys/socket.h:672:9: note: 'recv' declared here
[2021-07-28T04:33:10.141Z] ssize_t recv(int, void *, size_t, int);
[2021-07-28T04:33:10.141Z] ^
[2021-07-28T04:33:10.141Z] /usr/home/jenkins/workspace/Plasma/plasma-desktop/kf5-qt5 FreeBSDQt5.15/containments/desktop/plugins/folder/foldermodel.cpp:943:26: error: member reference base type 'ssize_t (int, void *, size_t, int)' (aka 'long (int, void *, unsigned long, int)') is not a structure or union
[2021-07-28T04:33:10.141Z] QImage dragImage(rect.size(), QImage::Format_RGBA8888);
[2021-07-28T04:33:10.141Z] ~~~~^~~~~
[2021-07-28T04:33:10.141Z] /usr/home/jenkins/workspace/Plasma/plasma-desktop/kf5-qt5 FreeBSDQt5.15/containments/desktop/plugins/folder/foldermodel.cpp:950:14: error: 'DragImage' does not refer to a value
[2021-07-28T04:33:10.141Z] foreach (DragImage *image, m_dragImages) {
[2021-07-28T04:33:10.141Z] ^
[2021-07-28T04:33:10.141Z] /usr/home/jenkins/workspace/Plasma/plasma-desktop/kf5-qt5 FreeBSDQt5.15/containments/desktop/plugins/folder/foldermodel.h:292:12: note: declared here
[2021-07-28T04:33:10.141Z] struct DragImage {
[2021-07-28T04:33:10.141Z] ^
[2021-07-28T04:33:10.141Z] /usr/home/jenkins/workspace/Plasma/plasma-desktop/kf5-qt5 FreeBSDQt5.15/containments/desktop/plugins/folder/foldermodel.cpp:950:25: error: use of undeclared identifier 'image'
[2021-07-28T04:33:10.141Z] foreach (DragImage *image, m_dragImages) {
[2021-07-28T04:33:10.141Z] ^
[2021-07-28T04:33:10.141Z] /usr/home/jenkins/workspace/Plasma/plasma-desktop/kf5-qt5 FreeBSDQt5.15/containments/desktop/plugins/folder/foldermodel.cpp:1007:14: error: expected _expression_
[2021-07-28T04:33:10.141Z] foreach (const QModelIndex &index, m_dragIndexes) {
[2021-07-28T04:33:10.141Z] ^
[2021-07-28T04:33:10.141Z] /usr/home/jenkins/workspace/Plasma/plasma-desktop/kf5-qt5 FreeBSDQt5.15/containments/desktop/plugins/folder/foldermodel.cpp:1290:14: error: expected _expression_
[2021-07-28T04:33:10.142Z] foreach (const QModelIndex &index, indices) {
[2021-07-28T04:33:10.142Z] ^
[2021-07-28T04:33:10.142Z] /usr/home/jenkins/workspace/Plasma/plasma-desktop/kf5-qt5 FreeBSDQt5.15/containments/desktop/plugins/folder/foldermodel.cpp:1415:14: warning: 'setDetails' is deprecated: Since 5.69. Use setDetails(KIO::statDetails) [-Wdeprecated-declarations]
[2021-07-28T04:33:10.142Z] job->setDetails(0);
[2021-07-28T04:33:10.142Z] ^
[2021-07-28T04:33:10.142Z] /usr/home/jenkins/install-prefix/include/KF5/KIOCore/kio/statjob.h:83:5: note: 'setDetails' has been explicitly marked deprecated here
[2021-07-28T04:33:10.142Z] KIOCORE_DEPRECATED_VERSION(5, 69, "Use setDetails(KIO::statDetails)")
[2021-07-28T04:33:10.142Z] ^
[2021-07-28T04:33:10.142Z] /usr/home/jenkins/install-prefix/include/KF5/KIOCore/kiocore_export.h:529:56: note: expanded from macro 'KIOCORE_DEPRECATED_VERSION'
[2021-07-28T04:33:10.142Z] #define KIOCORE_DEPRECATED_VERSION(major, minor, text) KIOCORE_DEPRECATED_VERSION_##major(minor, "Since "#major"."#minor". " text)
[2021-07-28T04:33:10.142Z] ^
[2021-07-28T04:33:10.142Z] <scratch space>:172:1: note: expanded from here
[2021-07-28T04:33:10.142Z] KIOCORE_DEPRECATED_VERSION_5
[2021-07-28T04:33:10.142Z] ^
[2021-07-28T04:33:10.142Z] /usr/home/jenkins/install-prefix/include/KF5/KIOCore/kiocore_export.h:528:56: note: expanded from macro 'KIOCORE_DEPRECATED_VERSION_5'
[2021-07-28T04:33:10.142Z] #define KIOCORE_DEPRECATED_VERSION_5(minor, text) KIOCORE_DEPRECATED_VERSION_5_##minor(text)
[2021-07-28T04:33:10.142Z] ^
[2021-07-28T04:33:10.142Z] <scratch space>:173:1: note: expanded from here
[2021-07-28T04:33:10.142Z] KIOCORE_DEPRECATED_VERSION_5_69
[2021-07-28T04:33:10.142Z] ^
[2021-07-28T04:33:10.142Z] /usr/home/jenkins/install-prefix/include/KF5/KIOCore/kiocore_export.h:474:49: note: expanded from macro 'KIOCORE_DEPRECATED_VERSION_5_69'
[2021-07-28T04:33:10.142Z] # define KIOCORE_DEPRECATED_VERSION_5_69(text) KIOCORE_DECL_DEPRECATED_TEXT(text)
[2021-07-28T04:33:10.142Z] ^
[2021-07-28T04:33:10.142Z] /usr/home/jenkins/install-prefix/include/KF5/KIOCore/kiocore_export.h:294:60: note: expanded from macro 'KIOCORE_DECL_DEPRECATED_TEXT'
[2021-07-28T04:33:10.142Z] #define KIOCORE_DECL_DEPRECATED_TEXT(text) __attribute__ ((__deprecated__(text)))
[2021-07-28T04:33:10.142Z] ^
[2021-07-28T04:33:10.142Z] /usr/home/jenkins/workspace/Plasma/plasma-desktop/kf5-qt5 FreeBSDQt5.15/containments/desktop/plugins/folder/foldermodel.cpp:1441:14: error: expected _expression_
[2021-07-28T04:33:10.142Z] foreach (const KFileItem &item, items) {
[2021-07-28T04:33:10.142Z] ^
[2021-07-28T04:33:10.142Z] /usr/home/jenkins/workspace/Plasma/plasma-desktop/kf5-qt5 FreeBSDQt5.15/containments/desktop/plugins/folder/foldermodel.cpp:1818:28: warning: 'addOpenWithActionsTo' is deprecated: Since 5.82. use insertOpenWithActionsTo(QAction *before, QMenu *topMenu, const QStringList &excludedDesktopEntryNames) instead and pass in a nullptr for the before parameter [-Wdeprecated-declarations]
[2021-07-28T04:33:10.142Z] m_fileItemActions->addOpenWithActionsTo(menu);
[2021-07-28T04:33:10.142Z] ^
[2021-07-28T04:33:10.142Z] /usr/home/jenkins/install-prefix/include/KF5/KIOWidgets/kfileitemactions.h:96:5: note: 'addOpenWithActionsTo' has been explicitly marked deprecated here
[2021-07-28T04:33:10.142Z] KIOWIDGETS_DEPRECATED_VERSION(5,
[2021-07-28T04:33:10.142Z] ^
[2021-07-28T04:33:10.142Z] /usr/home/jenkins/install-prefix/include/KF5/KIOWidgets/kiowidgets_export.h:479:59: note: expanded from macro 'KIOWIDGETS_DEPRECATED_VERSION'
[2021-07-28T04:33:10.142Z] #define KIOWIDGETS_DEPRECATED_VERSION(major, minor, text) KIOWIDGETS_DEPRECATED_VERSION_##major(minor, "Since "#major"."#minor". " text)
[2021-07-28T04:33:10.142Z] ^
[2021-07-28T04:33:10.142Z] <scratch space>:143:1: note: expanded from here
[2021-07-28T04:33:10.142Z] KIOWIDGETS_DEPRECATED_VERSION_5
[2021-07-28T04:33:10.142Z] ^
[2021-07-28T04:33:10.142Z] /usr/home/jenkins/install-prefix/include/KF5/KIOWidgets/kiowidgets_export.h:478:59: note: expanded from macro 'KIOWIDGETS_DEPRECATED_VERSION_5'
[2021-07-28T04:33:10.142Z] #define KIOWIDGETS_DEPRECATED_VERSION_5(minor, text) KIOWIDGETS_DEPRECATED_VERSION_5_##minor(text)
[2021-07-28T04:33:10.142Z] ^
[2021-07-28T04:33:10.142Z] <scratch space>:144:1: note: expanded from here
[2021-07-28T04:33:10.142Z] KIOWIDGETS_DEPRECATED_VERSION_5_82
[2021-07-28T04:33:10.142Z] ^
[2021-07-28T04:33:10.142Z] /usr/home/jenkins/install-prefix/include/KF5/KIOWidgets/kiowidgets_export.h:461:52: note: expanded from macro 'KIOWIDGETS_DEPRECATED_VERSION_5_82'
[2021-07-28T04:33:10.142Z] # define KIOWIDGETS_DEPRECATED_VERSION_5_82(text) KIOWIDGETS_DECL_DEPRECATED_TEXT(text)
[2021-07-28T04:33:10.142Z] ^
[2021-07-28T04:33:10.142Z] /usr/home/jenkins/install-prefix/include/KF5/KIOWidgets/kiowidgets_export.h:269:63: note: expanded from macro 'KIOWIDGETS_DECL_DEPRECATED_TEXT'
[2021-07-28T04:33:10.142Z] #define KIOWIDGETS_DECL_DEPRECATED_TEXT(text) __attribute__ ((__deprecated__(text)))
[2021-07-28T04:33:10.142Z] ^
[2021-07-28T04:33:10.403Z] [ 34%] Building CXX object containments/desktop/plugins/folder/CMakeFiles/folderplugin.dir/placesmodel.cpp.o
[2021-07-28T04:33:10.403Z] 4 warnings and 15 errors generated.
[2021-07-28T04:33:10.403Z] gmake[2]: *** [containments/desktop/plugins/folder/CMakeFiles/folderplugin.dir/build.make:104: containments/desktop/plugins/folder/CMakeFiles/folderplugin.dir/foldermodel.cpp.o] Error 1
[2021-07-28T04:33:10.403Z] gmake[2]: *** Waiting for unfinished jobs....
[2021-07-28T04:33:10.403Z] [ 34%] Building CXX object kcms/keyboard/tastenbrett/CMakeFiles/tastenbrett.dir/xkbobject.cpp.o
[2021-07-28T04:33:10.661Z] [ 34%] Building CXX object kcms/keyboard/tastenbrett/CMakeFiles/tastenbrett.dir/tastenbrett_autogen/EWIEGA46WW/qrc_qml.cpp.o
[2021-07-28T04:33:10.661Z] /usr/home/jenkins/workspace/Plasma/plasma-desktop/kf5-qt5 FreeBSDQt5.15/containments/desktop/plugins/folder/mimetypesmodel.cpp:114:14: error: expected _expression_
[2021-07-28T04:33:10.661Z] foreach (const QString &name, list) {
[2021-07-28T04:33:10.661Z] ^
[2021-07-28T04:33:10.924Z] 1 error generated.
[2021-07-28T04:33:10.924Z] gmake[2]: *** [containments/desktop/plugins/folder/CMakeFiles/folderplugin.dir/build.make:174: containments/desktop/plugins/folder/CMakeFiles/folderplugin.dir/mimetypesmodel.cpp.o] Error 1
[2021-07-28T04:33:11.182Z] gmake[1]: *** [CMakeFiles/Makefile2:3308: applets/taskmanager/CMakeFiles/taskmanagerplugin.dir/all] Error 2
[2021-07-28T04:33:11.439Z] [ 35%] Linking CXX executable ../../../bin/tastenbrett
[2021-07-28T04:33:11.439Z] [ 35%] Built target tastenbrett
[2021-07-28T04:33:11.696Z] gmake[1]: *** [CMakeFiles/Makefile2:2758: containments/desktop/plugins/folder/CMakeFiles/folderplugin.dir/all] Error 2
[2021-07-28T04:33:11.696Z] gmake: *** [Makefile:146: all] Error 2
[Pipeline] }
[Pipeline] // stage
[Pipeline] }
[2021-07-28T04:33:11.714Z] ERROR: script returned exit code 1
[Pipeline] // catchError
[Pipeline] emailextrecipients
[Pipeline] emailext


Reply via email to