Re: KDE CI: Plasma » plasma-framework » kf5-qt5 FreeBSDQt5.15 - Build # 644 - Still Failing!

2021-10-18 Thread Aleix Pol
Does anyone know why we are having this problem all of a sudden? I cannot
reproduce on my system.
Plasma Workspace is failing the same:
https://build.kde.org/job/Plasma/job/plasma-workspace/job/kf5-qt5%20SUSEQt5.15/1800/

Aleix

On Mon, Oct 18, 2021 at 1:18 PM CI System  wrote:

> *BUILD FAILURE*
> Build URL
> https://build.kde.org/job/Plasma/job/plasma-framework/job/kf5-qt5%20FreeBSDQt5.15/644/
> Project: kf5-qt5 FreeBSDQt5.15
> Date of build: Mon, 18 Oct 2021 11:15:42 +
> Build duration: 2 min 2 sec and counting
> * CONSOLE OUTPUT *
> [...truncated 914 lines...]
> [2021-10-18T11:17:43.057Z] :162:1: note: expanded from here
> [2021-10-18T11:17:43.057Z] KSERVICE_DEPRECATED_VERSION_5
> [2021-10-18T11:17:43.057Z] ^
> [2021-10-18T11:17:43.057Z]
> /usr/home/jenkins/install-prefix/include/KF5/KService/kservice_export.h:380:57:
> note: expanded from macro 'KSERVICE_DEPRECATED_VERSION_5'
> [2021-10-18T11:17:43.057Z] #define KSERVICE_DEPRECATED_VERSION_5(minor,
> text) KSERVICE_DEPRECATED_VERSION_5_##minor(text)
> [2021-10-18T11:17:43.057Z] ^
> [2021-10-18T11:17:43.057Z] :163:1: note: expanded from here
> [2021-10-18T11:17:43.057Z] KSERVICE_DEPRECATED_VERSION_5_87
> [2021-10-18T11:17:43.057Z] ^
> [2021-10-18T11:17:43.057Z]
> /usr/home/jenkins/install-prefix/include/KF5/KService/kservice_export.h:376:50:
> note: expanded from macro 'KSERVICE_DEPRECATED_VERSION_5_87'
> [2021-10-18T11:17:43.057Z] # define KSERVICE_DEPRECATED_VERSION_5_87(text)
> KSERVICE_DECL_DEPRECATED_TEXT(text)
> [2021-10-18T11:17:43.057Z] ^
> [2021-10-18T11:17:43.057Z]
> /usr/home/jenkins/install-prefix/include/KF5/KService/kservice_export.h:220:61:
> note: expanded from macro 'KSERVICE_DECL_DEPRECATED_TEXT'
> [2021-10-18T11:17:43.057Z] #define KSERVICE_DECL_DEPRECATED_TEXT(text)
> __attribute__ ((__deprecated__(text)))
> [2021-10-18T11:17:43.057Z] ^
> [2021-10-18T11:17:43.622Z] [ 68%] Linking CXX shared library
> ../../../bin/libplatformcomponentsplugin.so
> [2021-10-18T11:17:43.622Z] [ 68%] Building CXX object
> src/plasma/CMakeFiles/KF5Plasma.dir/dataengineconsumer.cpp.o
> [2021-10-18T11:17:43.622Z] [ 68%] Built target platformcomponentsplugin
> [2021-10-18T11:17:43.622Z] [ 68%] Building CXX object
> src/plasma/CMakeFiles/KF5Plasma.dir/service.cpp.o
> [2021-10-18T11:17:43.890Z]
> /usr/home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5
> FreeBSDQt5.15/src/plasma/private/applet_p.cpp:184:105: error: no viable
> conversion from 'QStringList' to 'const QString'
> [2021-10-18T11:17:43.890Z] const QStringList provides =
> q->pluginMetaData().value(QStringLiteral("X-Plasma-Provides"),
> QStringList());
> [2021-10-18T11:17:43.890Z] ^
> [2021-10-18T11:17:43.890Z] /usr/local/include/qt5/QtCore/qstring.h:265:5:
> note: candidate constructor not viable: no known conversion from
> 'QStringList' to 'QChar' for 1st argument
> [2021-10-18T11:17:43.890Z] QString(QChar c);
> [2021-10-18T11:17:43.890Z] ^
> [2021-10-18T11:17:43.890Z] /usr/local/include/qt5/QtCore/qstring.h:273:12:
> note: candidate constructor not viable: no known conversion from
> 'QStringList' to 'QString &&' for 1st argument
> [2021-10-18T11:17:43.890Z] inline QString(QString && other) noexcept :
> d(other.d) { other.d = Data::sharedNull(); }
> [2021-10-18T11:17:43.890Z] ^
> [2021-10-18T11:17:43.890Z] /usr/local/include/qt5/QtCore/qstring.h:967:29:
> note: candidate constructor not viable: no known conversion from
> 'QStringList' to 'QStringDataPtr' for 1st argument
> [2021-10-18T11:17:43.890Z] Q_DECL_CONSTEXPR inline QString(QStringDataPtr
> dd) : d(dd.ptr) {}
> [2021-10-18T11:17:43.890Z] ^
> [2021-10-18T11:17:43.890Z] /usr/local/include/qt5/QtCore/qstring.h:973:5:
> note: candidate constructor not viable: no known conversion from
> 'QStringList' to 'const char *' for 1st argument
> [2021-10-18T11:17:43.890Z] QString(const char *ch);
> [2021-10-18T11:17:43.890Z] ^
> [2021-10-18T11:17:43.890Z] /usr/local/include/qt5/QtCore/qstring.h:974:5:
> note: candidate constructor not viable: no known conversion from
> 'QStringList' to 'const QByteArray &' for 1st argument
> [2021-10-18T11:17:43.890Z] QString(const QByteArray );
> [2021-10-18T11:17:43.890Z] ^
> [2021-10-18T11:17:43.890Z]
> /usr/local/include/qt5/QtCore/qstring.h:1067:17: note: candidate
> constructor not viable: no known conversion from 'QStringList' to
> 'QLatin1String' for 1st argument
> [2021-10-18T11:17:43.890Z] inline QString::QString(QLatin1String aLatin1)
> : d(fromLatin1_helper(aLatin1.latin1(), aLatin1.size()))
> [2021-10-18T11:17:43.890Z] ^
> [2021-10-18T11:17:43.890Z]
> /usr/local/include/qt5/QtCore/qstring.h:1093:17: note: candidate
> constructor not viable: no known conversion from 'QStringList' to 'const
> QString &' for 1st argument
> [2021-10-18T11:17:43.890Z] inline QString::QString(const QString )
> noexcept : d(other.d)
> [2021-10-18T11:17:43.890Z] ^
> [2021-10-18T11:17:43.890Z] /usr/local/include/qt5/QtCore/qstring.h:264:14:
> note: explicit constructor is not a candidate
> 

KDE CI: Plasma » plasma-framework » kf5-qt5 FreeBSDQt5.15 - Build # 644 - Still Failing!

2021-10-18 Thread CI System
BUILD FAILURE
 Build URL
https://build.kde.org/job/Plasma/job/plasma-framework/job/kf5-qt5%20FreeBSDQt5.15/644/
 Project:
kf5-qt5 FreeBSDQt5.15
 Date of build:
Mon, 18 Oct 2021 11:15:42 +
 Build duration:
2 min 2 sec and counting
   CONSOLE OUTPUT
  [...truncated 914 lines...][2021-10-18T11:17:43.057Z] :162:1: note: expanded from here[2021-10-18T11:17:43.057Z] KSERVICE_DEPRECATED_VERSION_5[2021-10-18T11:17:43.057Z] ^[2021-10-18T11:17:43.057Z] /usr/home/jenkins/install-prefix/include/KF5/KService/kservice_export.h:380:57: note: expanded from macro 'KSERVICE_DEPRECATED_VERSION_5'[2021-10-18T11:17:43.057Z] #define KSERVICE_DEPRECATED_VERSION_5(minor, text)  KSERVICE_DEPRECATED_VERSION_5_##minor(text)[2021-10-18T11:17:43.057Z] ^[2021-10-18T11:17:43.057Z] :163:1: note: expanded from here[2021-10-18T11:17:43.057Z] KSERVICE_DEPRECATED_VERSION_5_87[2021-10-18T11:17:43.057Z] ^[2021-10-18T11:17:43.057Z] /usr/home/jenkins/install-prefix/include/KF5/KService/kservice_export.h:376:50: note: expanded from macro 'KSERVICE_DEPRECATED_VERSION_5_87'[2021-10-18T11:17:43.057Z] #  define KSERVICE_DEPRECATED_VERSION_5_87(text) KSERVICE_DECL_DEPRECATED_TEXT(text)[2021-10-18T11:17:43.057Z]  ^[2021-10-18T11:17:43.057Z] /usr/home/jenkins/install-prefix/include/KF5/KService/kservice_export.h:220:61: note: expanded from macro 'KSERVICE_DECL_DEPRECATED_TEXT'[2021-10-18T11:17:43.057Z] #define KSERVICE_DECL_DEPRECATED_TEXT(text) __attribute__ ((__deprecated__(text)))[2021-10-18T11:17:43.057Z] ^[2021-10-18T11:17:43.622Z] [ 68%] Linking CXX shared library ../../../bin/libplatformcomponentsplugin.so[2021-10-18T11:17:43.622Z] [ 68%] Building CXX object src/plasma/CMakeFiles/KF5Plasma.dir/dataengineconsumer.cpp.o[2021-10-18T11:17:43.622Z] [ 68%] Built target platformcomponentsplugin[2021-10-18T11:17:43.622Z] [ 68%] Building CXX object src/plasma/CMakeFiles/KF5Plasma.dir/service.cpp.o[2021-10-18T11:17:43.890Z] /usr/home/jenkins/workspace/Plasma/plasma-framework/kf5-qt5 FreeBSDQt5.15/src/plasma/private/applet_p.cpp:184:105: error: no viable conversion from 'QStringList' to 'const QString'[2021-10-18T11:17:43.890Z] const QStringList provides = q->pluginMetaData().value(QStringLiteral("X-Plasma-Provides"), QStringList());[2021-10-18T11:17:43.890Z] ^[2021-10-18T11:17:43.890Z] /usr/local/include/qt5/QtCore/qstring.h:265:5: note: candidate constructor not viable: no known conversion from 'QStringList' to 'QChar' for 1st argument[2021-10-18T11:17:43.890Z] QString(QChar c);[2021-10-18T11:17:43.890Z] ^[2021-10-18T11:17:43.890Z] /usr/local/include/qt5/QtCore/qstring.h:273:12: note: candidate constructor not viable: no known conversion from 'QStringList' to 'QString &&' for 1st argument[2021-10-18T11:17:43.890Z] inline QString(QString && other) noexcept : d(other.d) { other.d = Data::sharedNull(); }[2021-10-18T11:17:43.890Z]^[2021-10-18T11:17:43.890Z] /usr/local/include/qt5/QtCore/qstring.h:967:29: note: candidate constructor not viable: no known conversion from 'QStringList' to 'QStringDataPtr' for 1st argument[2021-10-18T11:17:43.890Z] Q_DECL_CONSTEXPR inline QString(QStringDataPtr dd) : d(dd.ptr) {}[2021-10-18T11:17:43.890Z] ^[2021-10-18T11:17:43.890Z] /usr/local/include/qt5/QtCore/qstring.h:973:5: note: candidate constructor not viable: no known conversion from 'QStringList' to 'const char *' for 1st argument[2021-10-18T11:17:43.890Z] QString(const char *ch);[2021-10-18T11:17:43.890Z] ^[2021-10-18T11:17:43.890Z] /usr/local/include/qt5/QtCore/qstring.h:974:5: note: candidate constructor not viable: no known conversion from 'QStringList' to 'const QByteArray &' for 1st argument[2021-10-18T11:17:43.890Z] QString(const QByteArray );[2021-10-18T11:17:43.890Z] ^[2021-10-18T11:17:43.890Z] /usr/local/include/qt5/QtCore/qstring.h:1067:17: note: candidate constructor not viable: no known conversion from 'QStringList' to 'QLatin1String' for 1st argument[2021-10-18T11:17:43.890Z] inline QString::QString(QLatin1String aLatin1) : d(fromLatin1_helper(aLatin1.latin1(), aLatin1.size()))[2021-10-18T11:17:43.890Z] ^[2021-10-18T11:17:43.890Z] /usr/local/include/qt5/QtCore/qstring.h:1093:17: note: candidate constructor not viable: no known conversion from 'QStringList' to 'const QString &' for 1st argument[2021-10-18T11:17:43.890Z] inline QString::QString(const QString ) noexcept : d(other.d)[2021-10-18T11:17:43.890Z] ^[2021-10-18T11:17:43.890Z] /usr/local/include/qt5/QtCore/qstring.h:264:14: note: explicit constructor is not a candidate[2021-10-18T11:17:43.890Z] explicit QString(const QChar *unicode, int size =