<body style="font-family: Verdana, Helvetica, sans serif; font-size: 11px; color: black"><table style="font-family: Verdana, Helvetica, sans serif; font-size: 11px; color: black"><tr><td style="font-family: Verdana, Helvetica, sans serif; font-size: 11px; color: black" align="right"><img src="https://build.kde.org/static/e59dfe28/images/32x32/red.gif"></img></td><td style="font-family: Verdana, Helvetica, sans serif; font-size: 11px; color: black" valign="center"><b style="font-size: 200%;">BUILD FAILURE</b></td></tr><tr><td style="font-family: Verdana, Helvetica, sans serif; font-size: 11px; color: black">
     Build URL
    </td><td style="font-family: Verdana, Helvetica, sans serif; font-size: 11px; color: black"><a href="https://build.kde.org/job/Plasma/job/plasma-workspace/job/kf5-qt5%20FreeBSDQt5.15/1432/">https://build.kde.org/job/Plasma/job/plasma-workspace/job/kf5-qt5%20FreeBSDQt5.15/1432/</a></td></tr><tr><td style="font-family: Verdana, Helvetica, sans serif; font-size: 11px; color: black">
     Project:
    </td><td style="font-family: Verdana, Helvetica, sans serif; font-size: 11px; color: black">kf5-qt5 FreeBSDQt5.15</td></tr><tr><td style="font-family: Verdana, Helvetica, sans serif; font-size: 11px; color: black">
     Date of build:
    </td><td style="font-family: Verdana, Helvetica, sans serif; font-size: 11px; color: black">Wed, 28 Jul 2021 04:32:33 +0000</td></tr><tr><td style="font-family: Verdana, Helvetica, sans serif; font-size: 11px; color: black">
     Build duration:
    </td><td style="font-family: Verdana, Helvetica, sans serif; font-size: 11px; color: black">2 min 31 sec and counting</td></tr></table><br></br><table style="font-family: Verdana, Helvetica, sans serif; font-size: 11px; color: black" width="100%" cellpadding="0" cellspacing="0"><tr><td class="bg1" style="font-family: Verdana, Helvetica, sans serif; font-size: 120%; color: white; background-color: #0000C0"><b>
       CONSOLE OUTPUT
      </b></td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[...truncated 2774 lines...]</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2021-07-28T04:35:02.146Z]     QChar(char c) noexcept;</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2021-07-28T04:35:02.146Z]     ^</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[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'</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2021-07-28T04:35:02.146Z]         QFileInfo info(fName);</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2021-07-28T04:35:02.146Z]                        ^</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2021-07-28T04:35:02.146Z] /usr/local/include/qt5/QtCore/qstring.h:974:5: note: declared private here</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2021-07-28T04:35:02.146Z]     QString(const QByteArray &a);</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2021-07-28T04:35:02.146Z]     ^</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[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'</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2021-07-28T04:35:02.146Z]         QFile f(fName);</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2021-07-28T04:35:02.146Z]                 ^</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2021-07-28T04:35:02.146Z] /usr/local/include/qt5/QtCore/qstring.h:974:5: note: declared private here</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2021-07-28T04:35:02.147Z]     QString(const QByteArray &a);</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2021-07-28T04:35:02.147Z]     ^</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[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 *'</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2021-07-28T04:35:02.147Z]         ::setenv("SESSION_MANAGER", s.toLatin1(), true);</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2021-07-28T04:35:02.147Z]                                     ^~~~~~~~~~~~</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2021-07-28T04:35:02.147Z] /usr/local/include/qt5/QtCore/qbytearray.h:469:5: note: candidate function</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2021-07-28T04:35:02.147Z]     operator QNoImplicitBoolCast() const;</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2021-07-28T04:35:02.147Z]     ^</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2021-07-28T04:35:02.147Z] /usr/include/stdlib.h:180:39: note: passing argument to parameter here</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2021-07-28T04:35:02.147Z] int      setenv(const char *, const char *, int);</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2021-07-28T04:35:02.147Z]                                           ^</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[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'?</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2021-07-28T04:35:02.456Z]                     emit namesOfRunningActivitiesChanged();</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2021-07-28T04:35:02.456Z]                     ^~~~</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2021-07-28T04:35:02.456Z]                     exit</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2021-07-28T04:35:02.456Z] /usr/include/stdlib.h:97:17: note: 'exit' declared here</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2021-07-28T04:35:02.456Z] _Noreturn void   exit(int);</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2021-07-28T04:35:02.456Z]                  ^</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[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</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2021-07-28T04:35:02.456Z]                     emit namesOfRunningActivitiesChanged();</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2021-07-28T04:35:02.456Z]                         ^</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2021-07-28T04:35:02.456Z]                         ;</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[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]</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2021-07-28T04:35:02.456Z]                     emit namesOfRunningActivitiesChanged();</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2021-07-28T04:35:02.456Z]                     ^~~~</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[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]</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2021-07-28T04:35:02.456Z]     : KConcatenateRowsProxyModel(parent)</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2021-07-28T04:35:02.456Z]       ^</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[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</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2021-07-28T04:35:02.456Z]     KITEMMODELS_DEPRECATED_VERSION(5, 80, "Use QConcatenateTablesProxyModel")</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2021-07-28T04:35:02.456Z]     ^</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[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'</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2021-07-28T04:35:02.456Z] #define KITEMMODELS_DEPRECATED_VERSION(major, minor, text) KITEMMODELS_DEPRECATED_VERSION_##major(minor, "Since "#major"."#minor". " text)</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2021-07-28T04:35:02.456Z]                                                            ^</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2021-07-28T04:35:02.456Z] <scratch space>:59:1: note: expanded from here</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2021-07-28T04:35:02.456Z] KITEMMODELS_DEPRECATED_VERSION_5</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2021-07-28T04:35:02.456Z] ^</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[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'</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2021-07-28T04:35:02.456Z] #define KITEMMODELS_DEPRECATED_VERSION_5(minor, text)      KITEMMODELS_DEPRECATED_VERSION_5_##minor(text)</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2021-07-28T04:35:02.456Z]                                                            ^</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2021-07-28T04:35:02.456Z] <scratch space>:60:1: note: expanded from here</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2021-07-28T04:35:02.456Z] KITEMMODELS_DEPRECATED_VERSION_5_80</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2021-07-28T04:35:02.456Z] ^</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[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'</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2021-07-28T04:35:02.456Z] #  define KITEMMODELS_DEPRECATED_VERSION_5_80(text) KITEMMODELS_DECL_DEPRECATED_TEXT(text)</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2021-07-28T04:35:02.456Z]                                                     ^</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[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'</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2021-07-28T04:35:02.456Z] #define KITEMMODELS_DECL_DEPRECATED_TEXT(text) __attribute__ ((__deprecated__(text)))</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2021-07-28T04:35:02.456Z]                                                                ^</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[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:</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2021-07-28T04:35:02.732Z] In file included from /usr/local/include/qt5/QtDBus/QDBusConnection:1:</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2021-07-28T04:35:02.732Z] In file included from /usr/local/include/qt5/QtDBus/qdbusconnection.h:44:</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2021-07-28T04:35:02.732Z] In file included from /usr/local/include/qt5/QtDBus/qtdbusglobal.h:44:</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2021-07-28T04:35:02.732Z] In file included from /usr/local/include/qt5/QtCore/qmetatype.h:48:</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2021-07-28T04:35:02.732Z] In file included from /usr/local/include/qt5/QtCore/qvarlengtharray.h:47:</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2021-07-28T04:35:02.732Z] In file included from /usr/local/include/qt5/QtCore/qhashfunctions.h:44:</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2021-07-28T04:35:02.732Z] In file included from /usr/local/include/qt5/QtCore/qstring.h:2164:</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[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 *'</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2021-07-28T04:35:02.732Z]         QConcatenable<B>::appendTo(p.b, out);</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2021-07-28T04:35:02.732Z]                                         ^~~</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[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</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2021-07-28T04:35:02.732Z]         QConcatenable< QStringBuilder<A, B> >::appendTo(*this, d);</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2021-07-28T04:35:02.732Z]                                                ^</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[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</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2021-07-28T04:35:02.732Z]     operator ConvertTo() const { return convertTo<ConvertTo>(); }</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2021-07-28T04:35:02.732Z]                                         ^</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[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</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2021-07-28T04:35:02.732Z]     QByteArray fName = QFile::encodeName(QStandardPaths::writableLocation(QStandardPaths::RuntimeLocation) + "/KSMserver");</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2021-07-28T04:35:02.732Z]                                          ^</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2021-07-28T04:35:02.732Z] /usr/local/include/qt5/QtCore/qstringbuilder.h:318:57: note: passing argument to parameter 'out' here</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2021-07-28T04:35:02.732Z]     static inline void appendTo(const char a[N], char *&out)</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2021-07-28T04:35:02.732Z]                                                         ^</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2021-07-28T04:35:02.732Z] 6 errors generated.</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2021-07-28T04:35:02.732Z] gmake[2]: *** [libkworkspace/CMakeFiles/kworkspace.dir/build.make:214: libkworkspace/CMakeFiles/kworkspace.dir/kworkspace.cpp.o] Error 1</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2021-07-28T04:35:03.010Z] 1 warning and 2 errors generated.</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2021-07-28T04:35:03.010Z] gmake[2]: *** [libtaskmanager/CMakeFiles/taskmanager.dir/build.make:132: libtaskmanager/CMakeFiles/taskmanager.dir/activityinfo.cpp.o] Error 1</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2021-07-28T04:35:03.010Z] 1 warning generated.</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2021-07-28T04:35:03.596Z] gmake[1]: *** [CMakeFiles/Makefile2:4514: libtaskmanager/CMakeFiles/taskmanager.dir/all] Error 2</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2021-07-28T04:35:05.233Z] gmake[1]: *** [CMakeFiles/Makefile2:4146: libkworkspace/CMakeFiles/kworkspace.dir/all] Error 2</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2021-07-28T04:35:05.233Z] gmake: *** [Makefile:146: all] Error 2</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[Pipeline] }</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[Pipeline] // stage</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[Pipeline] }</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[2021-07-28T04:35:05.291Z] ERROR: script returned exit code 1</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[Pipeline] // catchError</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[Pipeline] emailextrecipients</td></tr><tr><td class="console" style="font-family: Courier New; font-size: 11px; color: black">[Pipeline] emailext</td></tr></table><br></br></body>