CONSOLE OUTPUT
|
[...truncated 508.69 KB...] |
^~~~~~~~ |
/usr/include/qt5/QtCore/qbytearray.h:617:13: note: no known conversion for argument 1 from ‘QCharRef’ to ‘const char*’ |
/usr/include/qt5/QtCore/qbytearray.h:615: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:615:13: note: no known conversion for argument 1 from ‘QCharRef’ to ‘const QByteArray&’ |
/usr/include/qt5/QtCore/qbytearray.h:613: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:613:13: note: no known conversion for argument 1 from ‘QCharRef’ 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/qabstractanimation.h:43, |
from /usr/include/qt5/QtCore/QtCore:4, |
from /usr/include/qt5/QtQml/QtQmlDepends:3, |
from /usr/include/qt5/QtQml/QtQml:3, |
from /home/jenkins/workspace/Frameworks kirigami kf5-qt5 SUSEQt5.7/src/mnemonicattached.h:23, |
from /home/jenkins/workspace/Frameworks kirigami kf5-qt5 SUSEQt5.7/src/mnemonicattached.cpp:20: |
/usr/include/qt5/QtCore/qchar.h:576:30: note: candidate: constexpr bool operator!=(QChar, QChar) <near match> |
Q_DECL_CONSTEXPR inline bool operator!=(QChar c1, QChar c2) Q_DECL_NOTHROW { return !operator==(c1, c2); } |
^~~~~~~~ |
/usr/include/qt5/QtCore/qchar.h:576:30: note: conversion of argument 2 would be ill-formed: |
/home/jenkins/workspace/Frameworks kirigami kf5-qt5 SUSEQt5.7/src/mnemonicattached.cpp:141:75: error: conversion from ‘const char [2]’ to ‘QChar’ is ambiguous |
if (c == "&" && (pos == m_label.length() - 1 || m_label[pos+1] != "&")) { |
^~~ |
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/qabstractanimation.h:43, |
from /usr/include/qt5/QtCore/QtCore:4, |
from /usr/include/qt5/QtQml/QtQmlDepends:3, |
from /usr/include/qt5/QtQml/QtQml:3, |
from /home/jenkins/workspace/Frameworks kirigami kf5-qt5 SUSEQt5.7/src/mnemonicattached.h:23, |
from /home/jenkins/workspace/Frameworks kirigami kf5-qt5 SUSEQt5.7/src/mnemonicattached.cpp:20: |
/usr/include/qt5/QtCore/qchar.h:86:22: note: candidate: constexpr QChar::QChar(int) <near match> |
Q_DECL_CONSTEXPR QChar(int rc) Q_DECL_NOTHROW : ucs(ushort(rc & 0xffff)) {} |
^~~~~ |
/usr/include/qt5/QtCore/qchar.h:86:22: note: conversion of argument 1 would be ill-formed: |
/home/jenkins/workspace/Frameworks kirigami kf5-qt5 SUSEQt5.7/src/mnemonicattached.cpp:141:75: error: invalid conversion from ‘const char*’ to ‘int’ [-fpermissive] |
if (c == "&" && (pos == m_label.length() - 1 || m_label[pos+1] != "&")) { |
^~~ |
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/qabstractanimation.h:43, |
from /usr/include/qt5/QtCore/QtCore:4, |
from /usr/include/qt5/QtQml/QtQmlDepends:3, |
from /usr/include/qt5/QtQml/QtQml:3, |
from /home/jenkins/workspace/Frameworks kirigami kf5-qt5 SUSEQt5.7/src/mnemonicattached.h:23, |
from /home/jenkins/workspace/Frameworks kirigami kf5-qt5 SUSEQt5.7/src/mnemonicattached.cpp:20: |
/usr/include/qt5/QtCore/qchar.h:85:22: note: candidate: constexpr QChar::QChar(uint) <near match> |
Q_DECL_CONSTEXPR QChar(uint rc) Q_DECL_NOTHROW : ucs(ushort(rc & 0xffff)) {} |
^~~~~ |
/usr/include/qt5/QtCore/qchar.h:85:22: note: conversion of argument 1 would be ill-formed: |
/home/jenkins/workspace/Frameworks kirigami kf5-qt5 SUSEQt5.7/src/mnemonicattached.cpp:141:75: error: invalid conversion from ‘const char*’ to ‘uint {aka unsigned int}’ [-fpermissive] |
if (c == "&" && (pos == m_label.length() - 1 || m_label[pos+1] != "&")) { |
^~~ |
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/qabstractanimation.h:43, |
from /usr/include/qt5/QtCore/QtCore:4, |
from /usr/include/qt5/QtQml/QtQmlDepends:3, |
from /usr/include/qt5/QtQml/QtQml:3, |
from /home/jenkins/workspace/Frameworks kirigami kf5-qt5 SUSEQt5.7/src/mnemonicattached.h:23, |
from /home/jenkins/workspace/Frameworks kirigami kf5-qt5 SUSEQt5.7/src/mnemonicattached.cpp:20: |
/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: |
/home/jenkins/workspace/Frameworks kirigami kf5-qt5 SUSEQt5.7/src/mnemonicattached.cpp:141:75: error: invalid conversion from ‘const char*’ to ‘short int’ [-fpermissive] |
if (c == "&" && (pos == m_label.length() - 1 || m_label[pos+1] != "&")) { |
^~~ |
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/qabstractanimation.h:43, |
from /usr/include/qt5/QtCore/QtCore:4, |
from /usr/include/qt5/QtQml/QtQmlDepends:3, |
from /usr/include/qt5/QtQml/QtQml:3, |
from /home/jenkins/workspace/Frameworks kirigami kf5-qt5 SUSEQt5.7/src/mnemonicattached.h:23, |
from /home/jenkins/workspace/Frameworks kirigami kf5-qt5 SUSEQt5.7/src/mnemonicattached.cpp:20: |
/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: |
/home/jenkins/workspace/Frameworks kirigami kf5-qt5 SUSEQt5.7/src/mnemonicattached.cpp:141:75: error: invalid conversion from ‘const char*’ to ‘ushort {aka short unsigned int}’ [-fpermissive] |
if (c == "&" && (pos == m_label.length() - 1 || m_label[pos+1] != "&")) { |
^~~ |
make[2]: *** [src/CMakeFiles/kirigamiplugin.dir/build.make:183: src/CMakeFiles/kirigamiplugin.dir/mnemonicattached.cpp.o] Error 1 |
make[2]: *** Waiting for unfinished jobs.... |
make[1]: *** [CMakeFiles/Makefile2:174: src/CMakeFiles/kirigamiplugin.dir/all] Error 2 |
make: *** [Makefile:163: all] Error 2 |
[Pipeline] } |
[Pipeline] // stage |
[Pipeline] } |
ERROR: script returned exit code 1 |
[Pipeline] // catchError |
[Pipeline] sh |
[Frameworks kirigami kf5-qt5 SUSEQt5.7] Running shell script |
+ python3 -u ci-tooling/helpers/capture-workspace.py --environment production |
[Pipeline] emailextrecipients |
[Pipeline] emailext |