CONSOLE OUTPUT
|
[...truncated 2774 lines...] |
[2021-07-28T04:35:02.146Z] QChar(char c) noexcept; |
[2021-07-28T04:35:02.146Z] ^ |
[2021-07-28T04:35:02.146Z] /usr/home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 FreeBSDQt5.15/libkworkspace/kworkspace.cpp:111:24: error: calling a private constructor of class 'QString' |
[2021-07-28T04:35:02.146Z] QFileInfo info(fName); |
[2021-07-28T04:35:02.146Z] ^ |
[2021-07-28T04:35:02.146Z] /usr/local/include/qt5/QtCore/qstring.h:974:5: note: declared private here |
[2021-07-28T04:35:02.146Z] QString(const QByteArray &a); |
[2021-07-28T04:35:02.146Z] ^ |
[2021-07-28T04:35:02.146Z] /usr/home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 FreeBSDQt5.15/libkworkspace/kworkspace.cpp:116:17: error: calling a private constructor of class 'QString' |
[2021-07-28T04:35:02.146Z] QFile f(fName); |
[2021-07-28T04:35:02.146Z] ^ |
[2021-07-28T04:35:02.146Z] /usr/local/include/qt5/QtCore/qstring.h:974:5: note: declared private here |
[2021-07-28T04:35:02.147Z] QString(const QByteArray &a); |
[2021-07-28T04:35:02.147Z] ^ |
[2021-07-28T04:35:02.147Z] /usr/home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 FreeBSDQt5.15/libkworkspace/kworkspace.cpp:125:37: error: no viable conversion from 'QByteArray' to 'const char *' |
[2021-07-28T04:35:02.147Z] ::setenv("SESSION_MANAGER", s.toLatin1(), true); |
[2021-07-28T04:35:02.147Z] ^~~~~~~~~~~~ |
[2021-07-28T04:35:02.147Z] /usr/local/include/qt5/QtCore/qbytearray.h:469:5: note: candidate function |
[2021-07-28T04:35:02.147Z] operator QNoImplicitBoolCast() const; |
[2021-07-28T04:35:02.147Z] ^ |
[2021-07-28T04:35:02.147Z] /usr/include/stdlib.h:180:39: note: passing argument to parameter here |
[2021-07-28T04:35:02.147Z] int setenv(const char *, const char *, int); |
[2021-07-28T04:35:02.147Z] ^ |
[2021-07-28T04:35:02.456Z] /usr/home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 FreeBSDQt5.15/libtaskmanager/activityinfo.cpp:87:21: error: use of undeclared identifier 'emit'; did you mean 'exit'? |
[2021-07-28T04:35:02.456Z] emit namesOfRunningActivitiesChanged(); |
[2021-07-28T04:35:02.456Z] ^~~~ |
[2021-07-28T04:35:02.456Z] exit |
[2021-07-28T04:35:02.456Z] /usr/include/stdlib.h:97:17: note: 'exit' declared here |
[2021-07-28T04:35:02.456Z] _Noreturn void exit(int); |
[2021-07-28T04:35:02.456Z] ^ |
[2021-07-28T04:35:02.456Z] /usr/home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 FreeBSDQt5.15/libtaskmanager/activityinfo.cpp:87:25: error: expected ';' after _expression_ |
[2021-07-28T04:35:02.456Z] emit namesOfRunningActivitiesChanged(); |
[2021-07-28T04:35:02.456Z] ^ |
[2021-07-28T04:35:02.456Z] ; |
[2021-07-28T04:35:02.456Z] /usr/home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 FreeBSDQt5.15/libtaskmanager/activityinfo.cpp:87:21: warning: _expression_ result unused [-Wunused-value] |
[2021-07-28T04:35:02.456Z] emit namesOfRunningActivitiesChanged(); |
[2021-07-28T04:35:02.456Z] ^~~~ |
[2021-07-28T04:35:02.456Z] /usr/home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 FreeBSDQt5.15/libtaskmanager/concatenatetasksproxymodel.cpp:26:7: warning: 'KConcatenateRowsProxyModel' is deprecated: Since 5.80. Use QConcatenateTablesProxyModel [-Wdeprecated-declarations] |
[2021-07-28T04:35:02.456Z] : KConcatenateRowsProxyModel(parent) |
[2021-07-28T04:35:02.456Z] ^ |
[2021-07-28T04:35:02.456Z] /usr/home/jenkins/install-prefix/include/KF5/KItemModels/kconcatenaterowsproxymodel.h:62:5: note: 'KConcatenateRowsProxyModel' has been explicitly marked deprecated here |
[2021-07-28T04:35:02.456Z] KITEMMODELS_DEPRECATED_VERSION(5, 80, "Use QConcatenateTablesProxyModel") |
[2021-07-28T04:35:02.456Z] ^ |
[2021-07-28T04:35:02.456Z] /usr/home/jenkins/install-prefix/include/KF5/KItemModels/kitemmodels_export.h:239:60: note: expanded from macro 'KITEMMODELS_DEPRECATED_VERSION' |
[2021-07-28T04:35:02.456Z] #define KITEMMODELS_DEPRECATED_VERSION(major, minor, text) KITEMMODELS_DEPRECATED_VERSION_##major(minor, "Since "#major"."#minor". " text) |
[2021-07-28T04:35:02.456Z] ^ |
[2021-07-28T04:35:02.456Z] <scratch space>:59:1: note: expanded from here |
[2021-07-28T04:35:02.456Z] KITEMMODELS_DEPRECATED_VERSION_5 |
[2021-07-28T04:35:02.456Z] ^ |
[2021-07-28T04:35:02.456Z] /usr/home/jenkins/install-prefix/include/KF5/KItemModels/kitemmodels_export.h:238:60: note: expanded from macro 'KITEMMODELS_DEPRECATED_VERSION_5' |
[2021-07-28T04:35:02.456Z] #define KITEMMODELS_DEPRECATED_VERSION_5(minor, text) KITEMMODELS_DEPRECATED_VERSION_5_##minor(text) |
[2021-07-28T04:35:02.456Z] ^ |
[2021-07-28T04:35:02.456Z] <scratch space>:60:1: note: expanded from here |
[2021-07-28T04:35:02.456Z] KITEMMODELS_DEPRECATED_VERSION_5_80 |
[2021-07-28T04:35:02.456Z] ^ |
[2021-07-28T04:35:02.456Z] /usr/home/jenkins/install-prefix/include/KF5/KItemModels/kitemmodels_export.h:233:53: note: expanded from macro 'KITEMMODELS_DEPRECATED_VERSION_5_80' |
[2021-07-28T04:35:02.456Z] # define KITEMMODELS_DEPRECATED_VERSION_5_80(text) KITEMMODELS_DECL_DEPRECATED_TEXT(text) |
[2021-07-28T04:35:02.456Z] ^ |
[2021-07-28T04:35:02.456Z] /usr/home/jenkins/install-prefix/include/KF5/KItemModels/kitemmodels_export.h:149:64: note: expanded from macro 'KITEMMODELS_DECL_DEPRECATED_TEXT' |
[2021-07-28T04:35:02.456Z] #define KITEMMODELS_DECL_DEPRECATED_TEXT(text) __attribute__ ((__deprecated__(text))) |
[2021-07-28T04:35:02.456Z] ^ |
[2021-07-28T04:35:02.732Z] In file included from /usr/home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 FreeBSDQt5.15/libkworkspace/kworkspace.cpp:23: |
[2021-07-28T04:35:02.732Z] In file included from /usr/local/include/qt5/QtDBus/QDBusConnection:1: |
[2021-07-28T04:35:02.732Z] In file included from /usr/local/include/qt5/QtDBus/qdbusconnection.h:44: |
[2021-07-28T04:35:02.732Z] In file included from /usr/local/include/qt5/QtDBus/qtdbusglobal.h:44: |
[2021-07-28T04:35:02.732Z] In file included from /usr/local/include/qt5/QtCore/qmetatype.h:48: |
[2021-07-28T04:35:02.732Z] In file included from /usr/local/include/qt5/QtCore/qvarlengtharray.h:47: |
[2021-07-28T04:35:02.732Z] In file included from /usr/local/include/qt5/QtCore/qhashfunctions.h:44: |
[2021-07-28T04:35:02.732Z] In file included from /usr/local/include/qt5/QtCore/qstring.h:2164: |
[2021-07-28T04:35:02.732Z] /usr/local/include/qt5/QtCore/qstringbuilder.h:429:41: error: non-const lvalue reference to type 'char *' cannot bind to a value of unrelated type 'QChar *' |
[2021-07-28T04:35:02.732Z] QConcatenable<B>::appendTo(p.b, out); |
[2021-07-28T04:35:02.732Z] ^~~ |
[2021-07-28T04:35:02.732Z] /usr/local/include/qt5/QtCore/qstringbuilder.h:118:48: note: in instantiation of function template specialization 'QConcatenable<QStringBuilder<QString, char [11]> >::appendTo<QChar>' requested here |
[2021-07-28T04:35:02.732Z] QConcatenable< QStringBuilder<A, B> >::appendTo(*this, d); |
[2021-07-28T04:35:02.732Z] ^ |
[2021-07-28T04:35:02.732Z] /usr/local/include/qt5/QtCore/qstringbuilder.h:131:41: note: in instantiation of function template specialization 'QStringBuilder<QString, char [11]>::convertTo<QString>' requested here |
[2021-07-28T04:35:02.732Z] operator ConvertTo() const { return convertTo<ConvertTo>(); } |
[2021-07-28T04:35:02.732Z] ^ |
[2021-07-28T04:35:02.732Z] /usr/home/jenkins/workspace/Plasma/plasma-workspace/kf5-qt5 FreeBSDQt5.15/libkworkspace/kworkspace.cpp:96:42: note: in instantiation of member function 'QStringBuilder<QString, char [11]>::operator QString' requested here |
[2021-07-28T04:35:02.732Z] QByteArray fName = QFile::encodeName(QStandardPaths::writableLocation(QStandardPaths::RuntimeLocation) + "/KSMserver"); |
[2021-07-28T04:35:02.732Z] ^ |
[2021-07-28T04:35:02.732Z] /usr/local/include/qt5/QtCore/qstringbuilder.h:318:57: note: passing argument to parameter 'out' here |
[2021-07-28T04:35:02.732Z] static inline void appendTo(const char a[N], char *&out) |
[2021-07-28T04:35:02.732Z] ^ |
[2021-07-28T04:35:02.732Z] 6 errors generated. |
[2021-07-28T04:35:02.732Z] gmake[2]: *** [libkworkspace/CMakeFiles/kworkspace.dir/build.make:214: libkworkspace/CMakeFiles/kworkspace.dir/kworkspace.cpp.o] Error 1 |
[2021-07-28T04:35:03.010Z] 1 warning and 2 errors generated. |
[2021-07-28T04:35:03.010Z] gmake[2]: *** [libtaskmanager/CMakeFiles/taskmanager.dir/build.make:132: libtaskmanager/CMakeFiles/taskmanager.dir/activityinfo.cpp.o] Error 1 |
[2021-07-28T04:35:03.010Z] 1 warning generated. |
[2021-07-28T04:35:03.596Z] gmake[1]: *** [CMakeFiles/Makefile2:4514: libtaskmanager/CMakeFiles/taskmanager.dir/all] Error 2 |
[2021-07-28T04:35:05.233Z] gmake[1]: *** [CMakeFiles/Makefile2:4146: libkworkspace/CMakeFiles/kworkspace.dir/all] Error 2 |
[2021-07-28T04:35:05.233Z] gmake: *** [Makefile:146: all] Error 2 |
[Pipeline] } |
[Pipeline] // stage |
[Pipeline] } |
[2021-07-28T04:35:05.291Z] ERROR: script returned exit code 1 |
[Pipeline] // catchError |
[Pipeline] emailextrecipients |
[Pipeline] emailext |