CONSOLE OUTPUT
|
[...truncated 594.16 KB...] |
from /home/jenkins/workspace/Frameworks kdeclarative kf5-qt5 SUSEQt5.10/src/qmlcontrols/kcmcontrols/kcmcontrolsplugin.cpp:23: |
/home/jenkins/workspace/Frameworks kdeclarative kf5-qt5 SUSEQt5.10/src/qmlcontrols/kcmcontrols/kcmcontrolsplugin.cpp:32:48: error: invalid conversion from ‘const char*’ to ‘uint {aka unsigned int}’ [-fpermissive] |
Q_ASSERT(uri == QLatin1String("org.kde.kcm")); |
^ |
In file included from /usr/include/qt5/QtCore/qstring.h:48:0, |
from /usr/include/qt5/QtCore/qobject.h:47, |
from /usr/include/qt5/QtCore/qplugin.h:43, |
from /usr/include/qt5/QtQml/qqmlextensionplugin.h:43, |
from /usr/include/qt5/QtQml/QQmlExtensionPlugin:1, |
from /home/jenkins/workspace/Frameworks kdeclarative kf5-qt5 SUSEQt5.10/src/qmlcontrols/kcmcontrols/kcmcontrolsplugin.h:26, |
from /home/jenkins/workspace/Frameworks kdeclarative kf5-qt5 SUSEQt5.10/src/qmlcontrols/kcmcontrols/kcmcontrolsplugin.cpp:23: |
/usr/include/qt5/QtCore/qchar.h:84:22: note: candidate: constexpr QChar::QChar(short int) <near match> |
Q_DECL_CONSTEXPR QChar(short rc) Q_DECL_NOTHROW : ucs(ushort(rc)) {} // implicit |
^~~~~ |
/usr/include/qt5/QtCore/qchar.h:84:22: note: conversion of argument 1 would be ill-formed: |
In file included from /usr/include/qt5/QtCore/qnamespace.h:43:0, |
from /usr/include/qt5/QtCore/qobjectdefs.h:48, |
from /usr/include/qt5/QtCore/qobject.h:46, |
from /usr/include/qt5/QtCore/qplugin.h:43, |
from /usr/include/qt5/QtQml/qqmlextensionplugin.h:43, |
from /usr/include/qt5/QtQml/QQmlExtensionPlugin:1, |
from /home/jenkins/workspace/Frameworks kdeclarative kf5-qt5 SUSEQt5.10/src/qmlcontrols/kcmcontrols/kcmcontrolsplugin.h:26, |
from /home/jenkins/workspace/Frameworks kdeclarative kf5-qt5 SUSEQt5.10/src/qmlcontrols/kcmcontrols/kcmcontrolsplugin.cpp:23: |
/home/jenkins/workspace/Frameworks kdeclarative kf5-qt5 SUSEQt5.10/src/qmlcontrols/kcmcontrols/kcmcontrolsplugin.cpp:32:48: error: invalid conversion from ‘const char*’ to ‘short int’ [-fpermissive] |
Q_ASSERT(uri == QLatin1String("org.kde.kcm")); |
^ |
In file included from /usr/include/qt5/QtCore/qstring.h:48:0, |
from /usr/include/qt5/QtCore/qobject.h:47, |
from /usr/include/qt5/QtCore/qplugin.h:43, |
from /usr/include/qt5/QtQml/qqmlextensionplugin.h:43, |
from /usr/include/qt5/QtQml/QQmlExtensionPlugin:1, |
from /home/jenkins/workspace/Frameworks kdeclarative kf5-qt5 SUSEQt5.10/src/qmlcontrols/kcmcontrols/kcmcontrolsplugin.h:26, |
from /home/jenkins/workspace/Frameworks kdeclarative kf5-qt5 SUSEQt5.10/src/qmlcontrols/kcmcontrols/kcmcontrolsplugin.cpp:23: |
/usr/include/qt5/QtCore/qchar.h:82:22: note: candidate: constexpr QChar::QChar(ushort) <near match> |
Q_DECL_CONSTEXPR QChar(ushort rc) Q_DECL_NOTHROW : ucs(rc) {} // implicit |
^~~~~ |
/usr/include/qt5/QtCore/qchar.h:82:22: note: conversion of argument 1 would be ill-formed: |
In file included from /usr/include/qt5/QtCore/qnamespace.h:43:0, |
from /usr/include/qt5/QtCore/qobjectdefs.h:48, |
from /usr/include/qt5/QtCore/qobject.h:46, |
from /usr/include/qt5/QtCore/qplugin.h:43, |
from /usr/include/qt5/QtQml/qqmlextensionplugin.h:43, |
from /usr/include/qt5/QtQml/QQmlExtensionPlugin:1, |
from /home/jenkins/workspace/Frameworks kdeclarative kf5-qt5 SUSEQt5.10/src/qmlcontrols/kcmcontrols/kcmcontrolsplugin.h:26, |
from /home/jenkins/workspace/Frameworks kdeclarative kf5-qt5 SUSEQt5.10/src/qmlcontrols/kcmcontrols/kcmcontrolsplugin.cpp:23: |
/home/jenkins/workspace/Frameworks kdeclarative kf5-qt5 SUSEQt5.10/src/qmlcontrols/kcmcontrols/kcmcontrolsplugin.cpp:32:48: error: invalid conversion from ‘const char*’ to ‘ushort {aka short unsigned int}’ [-fpermissive] |
Q_ASSERT(uri == QLatin1String("org.kde.kcm")); |
^ |
In file included from /usr/include/qt5/QtCore/qstring.h:49:0, |
from /usr/include/qt5/QtCore/qobject.h:47, |
from /usr/include/qt5/QtCore/qplugin.h:43, |
from /usr/include/qt5/QtQml/qqmlextensionplugin.h:43, |
from /usr/include/qt5/QtQml/QQmlExtensionPlugin:1, |
from /home/jenkins/workspace/Frameworks kdeclarative kf5-qt5 SUSEQt5.10/src/qmlcontrols/kcmcontrols/kcmcontrolsplugin.h:26, |
from /home/jenkins/workspace/Frameworks kdeclarative kf5-qt5 SUSEQt5.10/src/qmlcontrols/kcmcontrols/kcmcontrolsplugin.cpp:23: |
/usr/include/qt5/QtCore/qbytearray.h:607:13: note: candidate: bool operator==(const char*, const QByteArray&) |
inline bool operator==(const char *a1, const QByteArray &a2) Q_DECL_NOTHROW |
^~~~~~~~ |
/usr/include/qt5/QtCore/qbytearray.h:607:13: note: no known conversion for argument 2 from ‘QLatin1String’ to ‘const QByteArray&’ |
/usr/include/qt5/QtCore/qbytearray.h:605:13: note: candidate: bool operator==(const QByteArray&, const char*) |
inline bool operator==(const QByteArray &a1, const char *a2) Q_DECL_NOTHROW |
^~~~~~~~ |
/usr/include/qt5/QtCore/qbytearray.h:605:13: note: no known conversion for argument 2 from ‘QLatin1String’ to ‘const char*’ |
/usr/include/qt5/QtCore/qbytearray.h:603:13: note: candidate: bool operator==(const QByteArray&, const QByteArray&) |
inline bool operator==(const QByteArray &a1, const QByteArray &a2) Q_DECL_NOTHROW |
^~~~~~~~ |
/usr/include/qt5/QtCore/qbytearray.h:603:13: note: no known conversion for argument 2 from ‘QLatin1String’ to ‘const QByteArray&’ |
In file included from /usr/include/qt5/QtCore/qstring.h:48:0, |
from /usr/include/qt5/QtCore/qobject.h:47, |
from /usr/include/qt5/QtCore/qplugin.h:43, |
from /usr/include/qt5/QtQml/qqmlextensionplugin.h:43, |
from /usr/include/qt5/QtQml/QQmlExtensionPlugin:1, |
from /home/jenkins/workspace/Frameworks kdeclarative kf5-qt5 SUSEQt5.10/src/qmlcontrols/kcmcontrols/kcmcontrolsplugin.h:26, |
from /home/jenkins/workspace/Frameworks kdeclarative kf5-qt5 SUSEQt5.10/src/qmlcontrols/kcmcontrols/kcmcontrolsplugin.cpp:23: |
/usr/include/qt5/QtCore/qchar.h:591:30: note: candidate: constexpr bool operator==(std::nullptr_t, QChar) |
Q_DECL_CONSTEXPR inline bool operator==(std::nullptr_t, QChar rhs) Q_DECL_NOTHROW { return rhs.isNull(); } |
^~~~~~~~ |
/usr/include/qt5/QtCore/qchar.h:591:30: note: no known conversion for argument 1 from ‘const char*’ to ‘std::nullptr_t’ |
/usr/include/qt5/QtCore/qchar.h:589:30: note: candidate: constexpr bool operator==(QChar, std::nullptr_t) |
Q_DECL_CONSTEXPR inline bool operator==(QChar lhs, std::nullptr_t) Q_DECL_NOTHROW { return lhs.isNull(); } |
^~~~~~~~ |
/usr/include/qt5/QtCore/qchar.h:589:30: note: no known conversion for argument 2 from ‘QLatin1String’ to ‘std::nullptr_t’ |
/usr/include/qt5/QtCore/qchar.h:580:30: note: candidate: constexpr bool operator==(QChar, QChar) |
Q_DECL_CONSTEXPR inline bool operator==(QChar c1, QChar c2) Q_DECL_NOTHROW { return c1.ucs == c2.ucs; } |
^~~~~~~~ |
/usr/include/qt5/QtCore/qchar.h:580:30: note: no known conversion for argument 2 from ‘QLatin1String’ to ‘QChar’ |
make[2]: *** [src/qmlcontrols/kcmcontrols/CMakeFiles/kcmcontrolsplugin.dir/build.make:63: src/qmlcontrols/kcmcontrols/CMakeFiles/kcmcontrolsplugin.dir/kcmcontrolsplugin.cpp.o] Error 1 |
make[1]: *** [CMakeFiles/Makefile2:736: src/qmlcontrols/kcmcontrols/CMakeFiles/kcmcontrolsplugin.dir/all] Error 2 |
make: *** [Makefile:141: all] Error 2 |
[Pipeline] } |
[Pipeline] // stage |
[Pipeline] } |
ERROR: script returned exit code 1 |
[Pipeline] // catchError |
[Pipeline] sh |
[Frameworks kdeclarative kf5-qt5 SUSEQt5.10] Running shell script |
+ python3 -u ci-tooling/helpers/capture-workspace.py --environment production |
[Pipeline] emailextrecipients |
[Pipeline] emailext |